@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,600;1,300&display=swap");
/* footer */
/* menu */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/*** Animate ****/
@charset "UTF-8";
/* Ishi ProductBlock */
/* Quick View */
/* Responsive */
/* If media is below 992 */
/* If media is above 1199 */
/* If media is above 991 */
@media (min-width: 544px) {
  .container {
    max-width: 576px;
    width: 100%; } }

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

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

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

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

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

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

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

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

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

.product-container {
  padding: 15px;
  padding-bottom: 0;
  /* If media is below 544 */ }
  @media (max-width: 543px) {
  .product-container {
    padding: 5px 5px; } }

.product-thumb {
  text-align: center;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #f8f8f8; }
  .product-thumb .image {
    overflow: hidden;
    position: relative; }
    .product-thumb .image .thumbnail-inner {
      border: 1px solid #eee;
      overflow: hidden; }
    .product-thumb .image a {
      display: block;
      position: relative; }
    .product-thumb .image img {
      margin: 0 auto;
      max-width: 100%;
      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 {
      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); }
      @media (max-width: 543px) {
  .product-thumb .image .product-img-extra {
    display: none; } }
  .product-thumb .caption {
    padding: 5px 15px 20px;
    /* If media is below 768 */
    /* If media is below 768 */ }
    @media (max-width: 767px) {
  .product-thumb .caption {
    padding: 15px 5px 15px; } }
    @media (max-width: 543px) {
  .product-thumb .caption {
    padding: 0;
    padding-top: 7px;
    padding-bottom: 7px; } }
    .product-thumb .caption h4 {
      overflow: hidden;
      margin: 0;
      margin-bottom: 5px;
      /* If media is below 768 */ }
      @media (max-width: 767px) {
  .product-thumb .caption h4 {
    margin-bottom: 5px; } }
      .product-thumb .caption h4 a {
        color: #666;
        font-family: 'Minerva', sans-serif;
        white-space: nowrap;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.45px;
        line-height: 18px;
        /* If media is below 768 */
        /* If media is below 768 */
        /* If media is below 768 */ }
        @media (max-width: 767px) {
  .product-thumb .caption h4 a {
    font-size: 15px; } }
        @media (max-width: 543px) {
  .product-thumb .caption h4 a {
    font-size: 14px; } }
        @media (max-width: 400px) {
  .product-thumb .caption h4 a {
    font-size: 12px; } }
    .product-thumb .caption .description {
      display: none; }
    .product-thumb .caption .price {
      color: #222;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 5px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 1;
      /* If media is below 768 */ }
      @media (max-width: 991px) {
  .product-thumb .caption .price {
    font-size: 15px; } }
      @media (max-width: 767px) {
  .product-thumb .caption .price {
    margin-bottom: 7px; } }
      @media (max-width: 543px) {
  .product-thumb .caption .price {
    font-size: 14px; } }
      .product-thumb .caption .price .price-old {
        color: #666;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        text-decoration: line-through; }
      .product-thumb .caption .price .price-tax {
        color: #999;
        font-size: 12px;
        display: none; }
      .product-thumb .caption .price .price-new {
        font-weight: 500;
        margin-right: 5px; }
  .product-thumb .btn-cart {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    @media (max-width: 767px) {
  .product-thumb .btn-cart {
    position: unset;
    opacity: 1; } }
    .product-thumb .btn-cart .button {
      display: inline-block;
      padding: 8px 20px;
      cursor: pointer; }
      @media (max-width: 767px) {
  .product-thumb .btn-cart .button {
    padding: 8px 10px;
    line-height: 13px; } }
      .product-thumb .btn-cart .button .lblcart {
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.5px;
        line-height: 13px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
  .product-thumb .btn-cart .button .lblcart {
    font-size: 11px; } }
  .product-thumb .outstock-overlay {
    position: absolute;
    background: #c92c2c;
    text-align: center;
    text-transform: uppercase;
    padding: 7px;
    width: auto;
    color: #fff;
    display: block;
    font-size: 9px;
    font-weight: 600;
    border-radius: 4px;
    top: 10px;
    left: 10px;
    line-height: 10px; }
  .product-thumb .sold-out {
    cursor: not-allowed; }
  .product-thumb .rating {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 5px;
    text-align: center;
    margin: 0 auto;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /* If media is below 544 */ }
    @media (max-width: 543px) {
  .product-thumb .rating {
    bottom: 5px; } }
    .product-thumb .rating .fa-star, .product-thumb .rating .fa-star-o {
      color: #ccc;
      font-size: 13px;
      line-height: 0; }
    .product-thumb .rating .yellow {
      color: #fec42d; }
    .product-thumb .rating .gray {
      color: #ccc; }
    .product-thumb .rating span.fa-stack {
      width: 8px;
      height: 8px;
      margin-right: 3px; }
  .product-thumb .button-group {
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    display: block; }
    @media (max-width: 450px) {
  .product-thumb .button-group {
    right: 0px;
    top: 0px; } }
    .product-thumb .button-group i {
      display: none; }
    .product-thumb .button-group > div {
      border: none;
      border-radius: 0;
      line-height: 0;
      text-align: center; }
    .product-thumb .button-group .btn-quickview {
      -webkit-transition: all ease-in-out 0.2;
      -moz-transition: all ease-in-out 0.2;
      -o-transition: all ease-in-out 0.2;
      transition: all ease-in-out 0.2s; }
    .product-thumb .button-group .btn-wishlist {
      -webkit-transition: all ease-in-out 0.4s;
      -moz-transition: all ease-in-out 0.4s;
      -o-transition: all ease-in-out 0.4s;
      transition: all ease-in-out 0.4s; }
    .product-thumb .button-group .btn-compare {
      -webkit-transition: all ease-in-out 0.6s;
      -moz-transition: all ease-in-out 0.6s;
      -o-transition: all ease-in-out 0.6s;
      transition: all ease-in-out 0.6s; }
    .product-thumb .button-group .btn-quickview, .product-thumb .button-group .btn-cart, .product-thumb .button-group .btn-wishlist, .product-thumb .button-group .btn-compare {
      -moz-transform: translateX(30px);
      -webkit-transform: translateX(30px);
      -o-transform: translateX(30px);
      -ms-transform: translateX(30px);
      margin-bottom: 5px;
      opacity: 0; }
      @media (max-width: 767px) {
  .product-thumb .button-group .btn-quickview, .product-thumb .button-group .btn-cart, .product-thumb .button-group .btn-wishlist, .product-thumb .button-group .btn-compare {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    opacity: 1; } }
      @media (max-width: 450px) {
  .product-thumb .button-group .btn-quickview, .product-thumb .button-group .btn-cart, .product-thumb .button-group .btn-wishlist, .product-thumb .button-group .btn-compare {
    margin-bottom: 0; } }
      .product-thumb .button-group .btn-quickview .quickbox, .product-thumb .button-group .btn-cart .quickbox, .product-thumb .button-group .btn-wishlist .quickbox, .product-thumb .button-group .btn-compare .quickbox, .product-thumb .button-group .btn-quickview button, .product-thumb .button-group .btn-cart button, .product-thumb .button-group .btn-wishlist button, .product-thumb .button-group .btn-compare button {
        border: 0;
        box-shadow: none;
        padding: 0;
        background: transparent;
        -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:hover .icon, .product-thumb .button-group .btn-cart .quickbox:hover .icon, .product-thumb .button-group .btn-wishlist .quickbox:hover .icon, .product-thumb .button-group .btn-compare .quickbox:hover .icon, .product-thumb .button-group .btn-quickview button:hover .icon, .product-thumb .button-group .btn-cart button:hover .icon, .product-thumb .button-group .btn-wishlist button:hover .icon, .product-thumb .button-group .btn-compare button:hover .icon {
          fill: #fff;
          background: #232323; }
          @media (max-width: 450px) {
    .product-thumb .button-group .btn-quickview .quickbox:hover .icon, .product-thumb .button-group .btn-cart .quickbox:hover .icon, .product-thumb .button-group .btn-wishlist .quickbox:hover .icon, .product-thumb .button-group .btn-compare .quickbox:hover .icon, .product-thumb .button-group .btn-quickview button:hover .icon, .product-thumb .button-group .btn-cart button:hover .icon, .product-thumb .button-group .btn-wishlist button:hover .icon, .product-thumb .button-group .btn-compare button:hover .icon {
      fill: #666;
      background: transparent; } }
        .product-thumb .button-group .btn-quickview .quickbox .icon, .product-thumb .button-group .btn-cart .quickbox .icon, .product-thumb .button-group .btn-wishlist .quickbox .icon, .product-thumb .button-group .btn-compare .quickbox .icon, .product-thumb .button-group .btn-quickview button .icon, .product-thumb .button-group .btn-cart button .icon, .product-thumb .button-group .btn-wishlist button .icon, .product-thumb .button-group .btn-compare button .icon {
          border: none;
          width: 35px;
          height: 35px;
          background-color: #fff;
          border: 1px solid rgba(153, 153, 153, 0.2);
          padding: 0;
          fill: #999;
          display: inline-block;
          vertical-align: middle;
          position: relative;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          @media (max-width: 450px) {
  .product-thumb .button-group .btn-quickview .quickbox .icon, .product-thumb .button-group .btn-cart .quickbox .icon, .product-thumb .button-group .btn-wishlist .quickbox .icon, .product-thumb .button-group .btn-compare .quickbox .icon, .product-thumb .button-group .btn-quickview button .icon, .product-thumb .button-group .btn-cart button .icon, .product-thumb .button-group .btn-wishlist button .icon, .product-thumb .button-group .btn-compare button .icon {
    background: transparent;
    box-shadow: none;
    height: 30px;
    border: 0; } }
        .product-thumb .button-group .btn-quickview .quickbox span, .product-thumb .button-group .btn-cart .quickbox span, .product-thumb .button-group .btn-wishlist .quickbox span, .product-thumb .button-group .btn-compare .quickbox span, .product-thumb .button-group .btn-quickview button span, .product-thumb .button-group .btn-cart button span, .product-thumb .button-group .btn-wishlist button span, .product-thumb .button-group .btn-compare button span {
          display: none;
          vertical-align: middle;
          text-transform: uppercase;
          color: #666;
          font-size: 11px;
          font-weight: 400;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
  @media (min-width: 768px) {
        .product-thumb:hover .button-group .btn-quickview, .product-thumb:hover .button-group .btn-cart, .product-thumb:hover .button-group .btn-wishlist, .product-thumb:hover .button-group .btn-compare {
          opacity: 1;
          -moz-transform: translateX(0);
          -webkit-transform: translateX(0);
          -o-transform: translateX(0);
          -ms-transform: translateX(0); } }
    .product-thumb:hover .btn-cart {
      opacity: 1; }
    @media (min-width: 768px) {
    .product-thumb:hover .price {
      opacity: 0; } }
    .product-thumb:hover .countdown-container {
      opacity: 0; }
    .product-thumb:hover .rating {
      opacity: 1; }
    @media (min-width: 768px) {
    .product-thumb:hover .price {
      opacity: 0; } }
    @media (min-width: 544px) {
      .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-grid {
  /* If media is below 768 */
  /* If media is below 768 */
  /* If media is below 1200 */ }
  @media (max-width: 767px) {
  .product-grid {
    width: 50%; } }
  @media (max-width: 543px) {
  .product-grid {
    padding: 5px; } }
  .product-grid .product-container {
    padding: 15px 0;
    padding-bottom: 0;
    /* If media is below 768 */ }
    @media (max-width: 543px) {
  .product-grid .product-container {
    padding: 0; } }
  .product-grid:nth-child(3n+1) {
    clear: left; }
  @media (max-width: 1199px) {
  .product-grid:nth-child(3n+1) {
    clear: none; }
  .product-grid:nth-child(2n+1) {
    clear: left; } }
  @media (min-width: 1401px) {
    .product-grid .countdown-container {
      left: 30px;
      right: 30px; } }
    @media screen and (min-width: 1300px) and (max-width: 1400px) {
  .product-grid .countdown-container {
    left: 20px;
    right: 20px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
  .product-grid .countdown-container {
    left: 20px;
    right: 20px; } }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
  .product-grid .countdown-container {
    left: 30px;
    right: 30px; } }
    .product-grid .countdown-container .counter {
      /* If media is between 768 and 991 */ }
      @media screen and (min-width: 768px) and (max-width: 1199px) {
  .product-grid .countdown-container .counter {
    padding: 0; } }
      .product-grid .countdown-container .counter .data {
        width: 50px; }
        @media screen and (min-width: 768px) and (max-width: 1199px) {
  .product-grid .countdown-container .counter .data {
    width: 55px;
    font-size: 18px; } }
        @media (max-width: 468px) {
  .product-grid .countdown-container .counter .data {
    width: 44px; } }
        @media (max-width: 440px) {
  .product-grid .countdown-container .counter .data {
    width: 35px; } }
        @media (max-width: 360px) {
  .product-grid .countdown-container .counter .data {
    width: 30px; } }

.product-list {
  padding: 0;
  /* If media is below 544 */ }
  @media (max-width: 543px) {
  .product-list {
    margin: auto;
    width: 300px;
    float: none; } }
  .product-list .product-container {
    padding: 15px;
    /* If media is below 544 */ }
    @media (max-width: 543px) {
  .product-list .product-container {
    padding: 10px 5px; } }
  .product-list .product-thumb {
    background-color: transparent;
    /* If media is below 544 */
    text-align: left;
    /*==========================To Override theme.scss ==========================*/ }
    @media (max-width: 543px) {
  .product-list .product-thumb {
    text-align: center; } }
    .product-list .product-thumb .btn-cart {
      position: unset;
      opacity: 1; }
    .product-list .product-thumb .image {
      padding: 0;
      /* If media is below 768 */ }
      @media (max-width: 767px) {
  .product-list .product-thumb .image {
    width: 50%; } }
      @media (max-width: 543px) {
  .product-list .product-thumb .image {
    width: 100%; } }
    .product-list .product-thumb .caption {
      /* If media is below 768 */
      padding: 15px;
      padding-right: 0; }
      @media (max-width: 767px) {
  .product-list .product-thumb .caption {
    width: 50%; } }
      @media (max-width: 543px) {
  .product-list .product-thumb .caption {
    width: 100%;
    margin: 0;
    padding: 10px 0 0; } }
      .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; }
  .product-list .countdown-container {
    /* If media is below 544 */ }
    @media (min-width: 1400px) {
  .product-list .countdown-container {
    left: 30px;
    right: 30px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
  .product-list .countdown-container {
    left: 10px;
    right: 10px; } }
    @media (max-width: 543px) {
  .product-list .countdown-container {
    padding: 4px; } }
    .product-list .countdown-container .counter .data {
      width: 55px;
      /* If media is below 476 */ }
      @media (max-width: 1199px) {
    .product-list .countdown-container .counter .data {
      width: 43px; } }
      @media (max-width: 767px) {
    .product-list .countdown-container .counter .data {
      width: 50px; } }
      @media (max-width: 543px) {
    .product-list .countdown-container .counter .data {
      width: 54px;
      height: 25px;
      font-size: 18px; } }
      .product-list .countdown-container .counter .lbl {
        /* If media is below 476 */
        /* If media is below 376 */ }
      @media (max-width: 475px) {
    .product-list .countdown-container .counter .lbl {
      font-size: 13px; } }
      @media (max-width: 375px) {
    .product-list .countdown-container .counter .lbl {
      font-size: 13px; } }

.breadcrumb-container {
  background-color: #f5f5f5;
  width: 100%;
  margin-bottom: 30px; }
  .breadcrumb-container .page-title {
    display: none; }

.breadcrumb {
  background: transparent;
  padding: 20px;
  margin-bottom: 0;
  text-align: center;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 991px) {
  .breadcrumb {
    background: #f5f5f5; } }
  .breadcrumb i {
    font-size: 15px; }
  .breadcrumb > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    line-height: 17px; }
    .breadcrumb > li + li:before {
      content: "|";
      padding: 0 10px 0 5px;
      top: -1px;
      font-weight: 400;
      color: #262626;
      position: relative; }

.page-title {
  color: #402e25;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0; }

.category_banner .category_img {
  margin-bottom: 15px; }
  .category_banner .category-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #402e25; }
  .category_banner .category_description {
    line-height: 22px;
    color: #666;
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: 400; }
    .category_banner .category_description p {
      margin: 0; }

.refine-search h3 {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 16px;
  text-align: center;
  color: #402e25;
  font-weight: 400;
  letter-spacing: 0.5px; }
  .refine-search .category-list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    /* If media is below 544 */ }
    @media (max-width: 543px) {
    .refine-search .category-list ul {
      margin: 0 -10px; } }
    .refine-search .category-list ul .owl-item .item {
      /* If media s below 420 */ }
      @media (max-width: 420px) {
      .refine-search .category-list ul .owl-item .item {
        width: auto; } }
    .refine-search .category-list ul li {
      list-style: none;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .refine-search .category-list ul li.item {
      margin-bottom: 25px;
      /* If media is below 420 */
      /* If media is below 768 */
      /* If media is below 544 */
      /* If media s below 420 */ }
      @media (max-width: 420px) {
      .refine-search .category-list ul li.item {
        width: 50%; } }
      .refine-search .category-list ul li.item:nth-child(4n+1) {
        clear: left; }
      @media (max-width: 767px) {
      .refine-search .category-list ul li.item:nth-child(4n+1) {
        clear: none; }
      .refine-search .category-list ul li.item:nth-child(3n+1) {
        clear: left; } }
      @media (max-width: 543px) {
      .refine-search .category-list ul li.item {
        padding: 0 5px; } }
      @media (max-width: 420px) {
      .refine-search .category-list ul li.item:nth-child(3n+1) {
        clear: none; }
      .refine-search .category-list ul li.item:nth-child(2n+1) {
        clear: left; } }
    .refine-search .category-list ul li:hover a .subcategory-title {
      color: #402e25; }
    .refine-search .category-list ul li a {
      display: inline-block;
      position: relative;
      text-decoration: none; }
      .refine-search .category-list ul li a img {
        display: block;
        max-width: 100%; }
      .refine-search .category-list ul li a .subcategory-title {
        display: block;
        margin-top: 8px;
        font-size: 14px;
        font-weight: 500;
        color: #777;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
    .refine-search .category-list .owl-nav {
      text-align: center;
      margin-top: 0;
      position: absolute;
      top: 32%;
      left: 0;
      right: 0; }
    .refine-search .category-list .owl-nav .owl-prev, .refine-search .category-list .owl-nav .owl-next {
      position: absolute;
      left: 0;
      right: auto; }
    .refine-search .category-list .owl-nav .owl-next {
      right: 0;
      left: auto; }

.product-list-top {
  padding: 14px 15px;
  line-height: 30px;
  background-color: #f5f5f5;
  margin-bottom: 15px; }
  .product-list-top .btn-list-grid {
    /* If media is below 768 */
    position: relative;
    top: 4px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px; }
    @media (max-width: 767px) {
  .product-list-top .btn-list-grid {
    margin-right: 15px; } }
    .product-list-top .btn-list-grid .btn-group > .btn {
      width: 22px;
      height: 22px;
      display: inline-block;
      cursor: pointer;
      margin: 1px;
      padding: 0;
      border: 0;
      background: url(../img/grid.png) no-repeat;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all 0.25s; }
    .product-list-top .btn-list-grid .btn-group > .btn i {
      display: none; }
    .product-list-top .btn-list-grid .btn-group > .btn#grid-view {
      background-position: 0 0;
      margin-right: 8px; }
    .product-list-top .btn-list-grid .btn-group > .btn#grid-view:hover, .product-list-top .btn-list-grid .btn-group > .btn#grid-view.active {
      background-position: 0px -33px; }
    .product-list-top .btn-list-grid .btn-group > .btn#list-view {
      background-position: -37px 0; }
    .product-list-top .btn-list-grid .btn-group > .btn#list-view:hover, .product-list-top .btn-list-grid .btn-group > .btn#list-view.active {
      background-position: -37px -32px; }
  .product-list-top .compare-total {
    position: relative;
    top: 5px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle; }
  .product-list-top .pagination-right {
    /* If media is below 768 */
    float: right;
    margin: 0;
    width: auto; }
    @media (max-width: 767px) {
  .product-list-top .pagination-right {
    float: none;
    margin-left: 15px;
    margin-top: 15px; } }
    .product-list-top .pagination-right .sort-by-wrapper, .product-list-top .pagination-right .show-wrapper {
      /* If media is below 768 */
      float: left;
      margin-right: 15px;
      position: relative;
      top: 3px;
      display: inline-block;
      vertical-align: middle; }
    @media (max-width: 767px) {
    .product-list-top .pagination-right .sort-by-wrapper, .product-list-top .pagination-right .show-wrapper {
      float: none; } }
    .product-list-top .pagination-right .show-wrapper {
      /* If media is below 544 */ }
    @media (max-width: 543px) {
    .product-list-top .pagination-right .show-wrapper {
      margin: 10px 0 0; } }
    .product-list-top .pagination-right .sort-by {
      float: left;
      margin: 3px 10px 0 0;
      width: auto;
      padding: 0; }
    .product-list-top .pagination-right .sort {
      float: left;
      width: 150px;
      padding: 0; }
    .product-list-top .pagination-right .show {
      /* If media is below 544 */
      float: left;
      margin: 2px 10px 0;
      padding: 0;
      width: auto; }
    @media (max-width: 543px) {
    .product-list-top .pagination-right .show {
      margin: 2px 10px 0 0; } }
    .product-list-top .pagination-right .limit {
      float: right;
      width: 100px;
      padding: 0; }
    .product-list-top .pagination-right .select-wrapper .form-control {
      font-size: 12px;
      border: 1px solid #e0e0e0;
      background-color: #fff;
      padding: 0 5px;
      color: #333;
      position: relative;
      text-decoration: none;
      white-space: nowrap;
      text-align: left;
      border-radius: 0;
      box-shadow: none;
      cursor: pointer;
      appearance: none;
      -o-appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
    .product-list-top .pagination-right .select-wrapper .form-control:focus {
      box-shadow: none;
      outline: none; }
    .product-list-top .pagination-right .select-wrapper:after {
      font-family: 'fontawesome';
      content: '\f0d7';
      font-size: 14px;
      position: absolute;
      right: 10px;
      top: 2px;
      pointer-events: none; }

.product-list-js {
  /* If media is below 768 */ }
  @media (max-width: 543px) {
  .product-list-js {
    padding: 0 5px; } }

.category-pagination {
  /* If media is below 992 */
  /* If media is below 544 */
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 14px 15px;
  background-color: #f5f5f5; }
  @media (max-width: 991px) {
  .category-pagination {
    margin-bottom: 15px; } }
  @media (max-width: 543px) {
  .category-pagination {
    text-align: center !important; } }
  .category-pagination .pagination-desc {
    /* If media is below 544 */
    line-height: 34px;
    font-size: 14px;
    color: #333; }
    @media (max-width: 543px) {
  .category-pagination .pagination-desc {
    text-align: center !important; } }
  .category-pagination .pagination {
    margin: 0;
    border-radius: 0; }
    .category-pagination .pagination > .active > span {
      background-color: #666;
      border-color: #666;
      color: #fff;
      cursor: not-allowed; }
    .category-pagination .pagination li > a, .category-pagination .pagination li > span {
      color: #402e25;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 0;
      padding: 6px 14px; }

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

#cart table > tbody > tr {
  border-bottom: 1px solid #eee; }
  #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 .cart_block_product_name {
      font-weight: 400;
      display: inline-block;
      vertical-align: top; }
    #cart table > tbody > tr > td .text-price {
      display: block;
      margin: 5px 0;
      font-size: 14px;
      color: #402e25; }
    #cart table > tbody > tr > td .product-detail {
      font-weight: 300;
      font-size: 13px; }
    #cart table > tbody > tr > td .btn-danger {
      color: #fff;
      padding: 1px 5px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 0;
      background-color: #d9534f;
      border-color: #d43f3a; }
  #cart table.billing-info > tbody > tr {
    border-bottom: 0; }
    #cart table.billing-info > tbody > tr > td {
      padding: 2px;
      font-size: 13px; }
    #cart table.billing-info > tbody > tr > td strong {
      font-weight: 500;
      color: #232323;
      font-size: 13px;
      line-height: 22px; }
    #cart table.billing-info > tbody > tr > td .value {
      color: #000;
      line-height: 22px; }

.table.table-bordered {
  /* If media is below 768 */
  border-color: #e9e9e9;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .table.table-bordered {
      margin-bottom: 0; } }
  .table.table-bordered > thead > tr > td {
    padding: 10px 15px;
    background: #f8f8f8 none repeat scroll 0 0;
    color: #402e25;
    font-weight: 500;
    border: 1px solid #e9e9e9;
    font-family: 'Minerva', sans-serif;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    vertical-align: middle; }
  .table.table-bordered > tbody > tr > td {
    padding: 10px 15px;
    color: #232323;
    font-weight: 500;
    border: 1px solid #e9e9e9;
    font-family: 'Minerva', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    vertical-align: middle; }
    .table.table-bordered > tbody > tr > td .img-thumbnail {
      border-radius: 0;
      padding: 0;
      border-color: #eee; }
    .table.table-bordered > tbody > tr > td small {
      font-size: 12px;
      color: #888; }
    .table.table-bordered > tbody > tr > td .price {
      font-weight: 500; }
    .table.table-bordered > tbody > tr > td .price b {
      color: #000;
      font-size: 14px;
      font-weight: 500; }
    .table.table-bordered > tbody > tr > td .price s {
      color: #888; }
    .table.table-bordered > tbody > tr > td.unit-price, .table.table-bordered > tbody > tr > td.total-price {
      color: #333;
      font: 400;
      font-size: 13px; }
    .table.table-bordered > tbody > tr > td.rating .fa-stack {
      width: 20px;
      height: 20px; }
      .table.table-bordered > tbody > tr > td.rating .fa-stack .fa-stack-2x, .table.table-bordered > tbody > tr > td.rating .fa-stack i {
        font-size: 15px; }

#checkout-cart {
  /* If media is above 1199 */
  /* If media is above 991 */ }
  #checkout-cart h2 {
    font-family: 'Minerva', sans-serif;
    font-weight: 500;
    font-size: 18px; }
  #checkout-cart #accordion .panel {
    border: none; }
  #checkout-cart #accordion .panel-heading {
    padding: 0;
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5; }
  #checkout-cart #accordion .panel-heading a {
    padding: 10px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    display: block;
    color: #333;
    overflow: hidden; }
  #checkout-cart #accordion .panel-heading a i {
    float: right;
    line-height: 20px; }
  #checkout-cart #accordion .panel-body {
    border: 1px solid #e5e5e5;
    border-top: 0; }
  #checkout-cart #accordion .control-label {
    width: 100%;
    padding: 0;
    color: #232323;
    text-align: left; }
  #checkout-cart #accordion .form-control {
    background: #fff;
    border-color: #e9e9e9;
    color: #9c9b9b;
    margin: 0 0 5px; }
  #checkout-cart #accordion .input-group {
    display: table; }
  #checkout-cart #accordion .input-group .input-group-btn {
    vertical-align: top; }
  #checkout-cart #accordion .input-group .input-group-btn .btn-primary {
    padding: 8px 14px;
    line-height: 16px; }
  #checkout-cart #accordion .form-horizontal .form-group {
    margin: 15px 0; }
  #checkout-cart #accordion .form-horizontal .form-group > div {
    width: 100%;
    padding: 0;
    margin: 5px 0; }
  #checkout-cart .sub-total-table {
    margin-bottom: 20px; }
  #checkout-cart .sub-total-table .table-bordered > tbody > tr > td strong {
    font-weight: 500;
    font-size: 13px; }
    #checkout-cart .sub-total-table .table-bordered > tbody > tr > td.total-amount {
      color: #333;
      font-weight: 400;
      font-size: 13px;
      line-height: 20px;
      text-align: right; }
    #checkout-cart .sub-total-table .table-bordered > tbody > tr:last-child > td strong {
      font-size: 14px;
      font-weight: 500;
      color: #666; }
      #checkout-cart .sub-total-table .table-bordered > tbody > tr:last-child > td.total-amount {
        font-size: 14px;
        color: #666; }
  #checkout-cart .buttons {
    margin: 0 0 15px; }
  @media (min-width: 1200px) {
  #checkout-cart .collapse {
    display: none; }
    #checkout-cart .collapse.in {
      display: block; } }
  @media (min-width: 992px) {
  #checkout-cart .collapse {
    display: none; }
    #checkout-cart .collapse.in {
      display: block; } }

#checkout-checkout {
  /* If media is above 1199 */
  /* If media is above 991 */ }
  #checkout-checkout #column-left .collapse, #checkout-checkout #column-right .collapse {
    /* If media is above 991 */ }
  @media (min-width: 992px) {
      #checkout-checkout #column-left .collapse, #checkout-checkout #column-right .collapse {
        display: inherit; } }
  #checkout-checkout #accordion .panel-default {
    border-radius: 0;
    overflow: hidden; }
  #checkout-checkout #accordion .panel-default .panel-heading {
    background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
    color: #1f2022; }
  #checkout-checkout #accordion .panel-default .panel-heading .panel-title {
    font-size: 13px;
    font-weight: 500px;
    line-height: 26px; }
    #checkout-checkout #accordion .panel-default .panel-heading .panel-title a {
      display: block; }
    #checkout-checkout #accordion .panel-default .panel-heading .panel-title a i {
      float: right;
      line-height: 26px; }
  #checkout-checkout #accordion .panel-default .panel-body {
    border-top: 0; }
  #checkout-checkout #accordion .buttons input[type="checkbox"] {
    margin: 0px 2px 0px 2px; }
  #checkout-checkout #accordion h2 {
    color: #333;
    font: 600 16px/24px 'Minerva', sans-serif;
    margin: 0 0 15px; }
  #checkout-checkout #accordion .radio label {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px; }
  #checkout-checkout #accordion p {
    color: #888;
    line-height: 22px;
    font-size: 13px;
    margin-bottom: 15px; }
  @media (min-width: 1200px) {
  #checkout-checkout .collapse {
    display: none; }
    #checkout-checkout .collapse.in {
      display: block; } }
  @media (min-width: 992px) {
  #checkout-checkout .collapse {
    display: none; }
    #checkout-checkout .collapse.in {
      display: block; } }

#checkout-cart #column-left .collapse, #checkout-cart #column-right .collapse {
  /* If media is above 991 */ }
  @media (min-width: 992px) {
      #checkout-cart #column-left .collapse, #checkout-cart #column-right .collapse {
        display: inherit; } }

table.table-bordered > tbody > tr > td .btn-primary {
  border: 0;
  line-height: 20px;
  padding: 7.5px 12px;
  border: 1px solid #232323; }
  table.table-bordered > tbody > tr > td .btn-primary::before {
    display: none; }

#account-login .well {
  box-shadow: none;
  background-color: transparent;
  border-color: #e9e9e9; }
  #account-login .well h2 {
    color: #333;
    font: 600 16px/24px 'Minerva', sans-serif;
    margin: 0 0 15px; }
  #account-login .well p {
    color: #333;
    line-height: 22px;
    font-size: 13px;
    margin-bottom: 15px; }
  #account-login .well p strong {
    font-weight: 500;
    color: #232323;
    font-size: 14px; }

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

#account-account .a-link-list {
  border: 1px solid #e9e9e9;
  margin-bottom: 20px;
  padding: 5px; }
  #account-account .a-link-list .a-link-heading {
    background-color: #f5f5f5;
    margin-bottom: 6px;
    padding: 5px 8px; }
  #account-account .a-link-list .a-link-heading h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 38px; }
  #account-account .a-link-list .a-link-content {
    padding: 8px;
    font-size: 14px;
    color: #888;
    line-height: 24px; }
  #account-account .a-link-list .a-link-content ul {
    margin: 0;
    padding: 0; }
  #account-account .a-link-list .a-link-content ul li a {
    color: #888;
    line-height: 24px; }
  #account-account .a-link-list .a-link-content ul li a:hover {
    color: #666; }

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

#account-order table.table-bordered {
  /* If media is below 992 */ }
  @media (max-width: 991px) {
      #account-order table.table-bordered {
        margin-bottom: 0; } }
  #account-order table.table-bordered > tfoot > tr > td > b {
    color: #333; }

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

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

#information-sitemap ul {
  padding: 0 20px;
  margin-top: 10px;
  text-transform: capitalize; }
  #information-sitemap ul.nested {
    margin-left: 20px; }
  #information-sitemap ul li {
    margin-bottom: 1rem; }

#footer {
  background: #161616 url("") no-repeat center bottom;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-top: 1px solid rgba(102, 102, 102, 0.1);
  background-size: cover;
  clear: both;
  line-height: 1.25em;
  /* If media is above 1199 */
  /* If media is above 991 */ }
  @media (max-width: 991px) {
  #footer {
    padding-bottom: 0; } }
  #footer.other-footer {
    margin-top: 30px;
    border-top: 1px solid rgba(102, 102, 102, 0.1); }
  #footer.other-footer .footer-container {
    padding-top: 30px; }
  #footer .footer-before {
    position: relative;
    padding: 30px 0 25px; }
  @media (max-width: 991px) {
    #footer .footer-before {
      display: block;
      overflow: hidden; } }
  #footer .footer-before .container .row {
    display: flex;
    align-items: center; }
  @media (max-width: 991px) {
        #footer .footer-before .container .row {
          display: block; } }
  #footer .footer-before .footer-container {
    padding: 40px 0; }
  #footer .footer-before .footer-container .footer-block {
    text-align: center; }
  @media (max-width: 1500px) {
          #footer .footer-before .footer-container .footer-block .subtitle {
            font-size: 100px;
            line-height: 100px; } }
  @media (max-width: 991px) {
          #footer .footer-before .footer-container .footer-block .subtitle {
            font-size: 100px;
            line-height: 100px; } }
  #footer .footer-before .footer-container .footer-block .footer-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff; }
  @media (max-width: 1199px) {
          #footer .footer-before .footer-container .footer-block .footer-title {
            line-height: 30px; } }
  #footer .footer-before .footer-container .footer-block .footer-desc {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Minerva', sans-serif;
    line-height: 24px;
    color: #fff; }
  #footer .block_contact {
    width: 30%; }
  @media (max-width: 1199px) {
    #footer .block_contact {
      padding: 0; } }
  @media (max-width: 991px) {
    #footer .block_contact {
      width: 100%;
      padding: 0 15px; } }
  #footer .block-contact {
    display: block; }
  #footer .block-contact .block {
    margin-bottom: 10px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }
  #footer .block-contact .block .icon {
    height: 45px;
    width: 45px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    fill: #fff; }
  #footer .block-contact .block .icon i:before {
    font-size: 23px; }
  @media (max-width: 991px) {
            #footer .block-contact .block .icon i:before {
              font-size: 21px;
              line-height: 44px; } }
  #footer .block-contact .block.email .icon {
    line-height: 47px; }
  @media (max-width: 991px) {
          #footer .block-contact .block.email .icon {
            line-height: 45px; } }
  #footer .block-contact .block.email .icon i:before {
    font-size: 18px;
    line-height: 31px; }
    @media (max-width: 991px) {
            #footer .block-contact .block.email .icon i:before {
              font-size: 18px;
              line-height: 45px; } }
  #footer .block-contact .block .content {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.42px;
    padding: 0 0 0 10px;
    width: 68%; }
  @media (max-width: 991px) {
        #footer .block-contact .block .content {
          text-align: left; } }
  #footer .block-contact .block .content .phone-title, #footer .block-contact .block .content .address-title, #footer .block-contact .block .content .email-title {
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.48px;
    display: block;
    color: #fff; }
  @media (max-width: 991px) {
          #footer .block-contact .block .content .phone-title, #footer .block-contact .block .content .address-title, #footer .block-contact .block .content .email-title {
            font-size: 16px; } }
  #footer .block-contact .block .content .phone a {
    display: block;
    line-height: 25px; }
  #footer .block-contact .block .content a {
    color: #fff; }
  #footer .block-contact .block .content a:hover {
    color: #fff; }
  #footer .block-contact .block .content a:before {
    display: none; }
  @media (max-width: 991px) {
      #footer .block-contact #contact-info-container {
        margin-top: 15px; } }
  #footer hr {
    border-top: none;
    border-bottom: 1px solid #666; }
  #footer section {
    margin: 0; }
  @media (max-width: 991px) {
    #footer section {
      text-align: left; } }
  #footer .account, #footer .company, #footer .extras {
    width: 23%; }
  @media (max-width: 991px) {
    #footer .account, #footer .company, #footer .extras {
      width: 100%; } }
  #footer .account ul, #footer .company ul, #footer .extras ul {
    margin-bottom: 0; }
  #footer .account ul li:last-child, #footer .company ul li:last-child, #footer .extras ul li:last-child {
    margin-bottom: 0; }
  #footer .account ul li a:before, #footer .company ul li a:before, #footer .extras ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 40%;
    width: 5px;
    height: 5px;
    opacity: 0;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s; }
  #footer .account ul li a:hover, #footer .company ul li a:hover, #footer .extras ul li a:hover {
    padding-left: 10px; }
  #footer .account ul li a:hover:before, #footer .company ul li a:hover:before, #footer .extras ul li a:hover:before {
    opacity: 1; }
  #footer .account, #footer .company, #footer .block_contact {
    position: relative; }
  #footer .account:after, #footer .company:after, #footer .block_contact:after {
    left: auto;
    right: 70px;
    text-align: center;
    position: absolute;
    content: "";
    width: 1px;
    height: 140px;
    margin: 0 auto;
    border-radius: 0;
    background-color: rgba(153, 153, 153, 0.1);
    top: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 991px) {
      #footer .account:after, #footer .company:after, #footer .block_contact:after {
        display: none; } }
  #footer .services a:after {
    display: none; }
  #footer .services a:hover {
    padding-left: 0; }
  #footer.home-footer {
    margin-top: 0; }
  #footer .ishistoreinfoblock {
    text-align: center;
    display: block;
    overflow: hidden;
    order: 2; }
  @media (max-width: 991px) {
    #footer .ishistoreinfoblock {
      text-align: center; } }
  #footer .ishistoreinfoblock .ishistoreinfo-inner .store-logo {
    display: block; }
  @media (max-width: 991px) {
        #footer .ishistoreinfoblock .ishistoreinfo-inner .store-logo {
          margin-bottom: 20px; } }
  #footer .ishistoreinfoblock .ishistoreinfo-inner .store-logo img {
    max-width: 100%; }
  #footer .ishistoreinfoblock .ishistoreinfo-inner .store-logo:after {
    display: none; }
  #footer .ishistoreinfoblock .ishistoreinfo-inner .store-logo:hover {
    padding-left: 0; }
  #footer .ishistoreinfoblock .ishistoreinfo-inner .store-description p {
    line-height: 24px;
    font-weight: 400;
    font-size: 15px;
    color: #fff; }
  @media (max-width: 991px) {
          #footer .ishistoreinfoblock .ishistoreinfo-inner .store-description p {
            margin: 0; } }
  #footer #slidetop {
    background: #a45b37 none repeat scroll 0 0;
    box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.1);
    color: transparent;
    bottom: 20px;
    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: #fff;
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 18px;
    left: 0;
    position: absolute;
    right: 0;
    top: 10px; }
  #footer #slidetop:after {
    display: none; }
  #footer #slidetop:hover {
    background-color: #fff; }
  #footer #slidetop:hover:before {
    color: #232323; }
  #footer .ishipaymentblock {
    order: 3; }
  #footer .ishipaymentblock .paymentblock a:after {
    display: none; }
  #footer .ishipaymentblock .paymentblock a:hover {
    padding-left: 0; }
  #footer a {
    font-family: 'Minerva', sans-serif;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  #footer a:hover {
    color: #fff; }
  #footer h5, #footer .h3 {
    /* If media is below 992 */
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer; }
  @media (max-width: 991px) {
    #footer h5, #footer .h3 {
      font-size: 18px;
      line-height: 18px;
      font-weight: 500;
      display: block;
      text-align: left;
      margin-bottom: 12px; } }
  #footer li {
    margin-bottom: 13px; }
  @media (max-width: 991px) {
    #footer li {
      margin-bottom: 4px; } }
  #footer #_desktop_block-social {
    order: 1; }
  @media (max-width: 991px) {
    #footer #_desktop_block-social {
      text-align: center; } }
  #footer .block-social ul {
    margin: 0; }
  #footer .block-social ul li {
    /* If media is below 350 */
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    padding: 3px;
    margin: 1px 1px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  @media (max-width: 350px) {
        #footer .block-social ul li {
          margin: 2px 1px; } }
  #footer .block-social ul li a, #footer .block-social ul li i {
    text-decoration: none; }
  #footer .block-social ul li a:hover, #footer .block-social ul li i:hover {
    padding: 0 ! important;
    color: transparent; }
  #footer .block-social ul li a:before, #footer .block-social ul li i:before {
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #fff; }
  #footer .block-social ul li a:before {
    display: none; }
  #footer .block-social ul li.facebook {
    background: #3b5999; }
  #footer .block-social ul li.twitter {
    background: #00aced; }
  #footer .block-social ul li.youtube {
    background: #d12121; }
  #footer .block-social ul li.googleplus {
    background: #dc473b; }
  #footer .block-social ul li.rss {
    background: #f26522; }
  #footer .block-social ul li.pinterest {
    background: #cb2027; }
  #footer .block-social ul li.vimeo {
    background: #00aced; }
  #footer .block-social ul li.instagram {
    background: #cc2366; }
  #footer .footer-container {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
    border-top: 1px solid rgba(153, 153, 153, 0.1);
    border-bottom: 1px solid rgba(153, 153, 153, 0.1); }
  @media (max-width: 991px) {
    #footer .footer-container {
      border-top: 0;
      padding: 0 0 20px; } }
  #footer .footer-container a:hover:before {
    color: #fff; }
  #footer .block-social li {
    margin-bottom: 1px; }
  @media (min-width: 1200px) {
  #footer .collapse {
    display: inherit; } }
  @media (min-width: 992px) {
  #footer .collapse {
    display: inherit; } }
  #footer .footer-title .navbar-toggler {
    top: 0;
    right: 0;
    color: #fff; }

.footer-after {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 0 0 30px;
  font-size: 14px;
  font-weight: 300;
  overflow: hidden; }
  .footer-after .powered {
    padding: 0; }
  .footer-after .footer-aftertext {
    text-align: center;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400; }
  @media (max-width: 991px) {
    .footer-after .footer-aftertext {
      padding: 0 0 10px; } }
  .footer-after .footer-aftertext p {
    color: #fff;
    margin: 0; }
  .footer-after .footer-aftertext p a {
    color: #fff !important; }
  .footer-after .footer-aftertext p a:after {
    display: none; }

.owl-carousel .owl-nav {
  margin-top: 15px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  @media (max-width: 767px) {
    .owl-carousel .owl-nav {
      margin-top: 0; } }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    background: transparent;
    text-align: center;
    position: absolute;
    top: 46%;
    left: 20px;
    right: auto;
    margin: 0 4px;
    outline: none;
    width: 30px;
    height: 30px;
    line-height: 35px;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease; }
  .owl-carousel .owl-nav .owl-prev:hover i:before, .owl-carousel .owl-nav .owl-next:hover i:before {
    color: #232323; }
  @media (max-width: 767px) {
      .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        position: unset; } }
  .owl-carousel .owl-nav i:before {
    font-size: 30px;
    line-height: 34px;
    color: #666;
    position: relative;
    text-align: center;
    font-weight: 400;
    margin: 0 auto;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease; }
  @media (max-width: 543px) {
        .owl-carousel .owl-nav i:before {
          font-size: 23px;
          line-height: 24px; } }
  .owl-carousel .owl-nav .owl-next {
    right: 20px;
    left: auto; }
  .owl-carousel .owl-nav .owl-next:before, .owl-carousel .owl-nav .owl-next:after {
    left: 24px; }
  .owl-carousel .owl-nav .owl-next i:before {
    margin-left: 3px; }
  .owl-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    outline: none; }
  .owl-carousel .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #666;
    margin: 0 5px;
    display: block; }
  .owl-carousel .owl-dots .owl-dot.active span {
    background: #666;
    border-color: #666; }
  .owl-carousel .owl-dots .owl-dot:hover span {
    background: #666;
    border-color: #666; }
  .owl-carousel .owl-dots.ishi-style-dot1 .owl-dot span {
    border-radius: 0; }
  .owl-carousel .owl-dots.ishi-style-dot2 .owl-dot span {
    border-radius: 50%; }
  .owl-carousel .owl-dots.ishi-style-dot3 .owl-dot span {
    border-radius: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg); }
  .owl-carousel .owl-dots.ishi-style-dot4 .owl-dot span {
    width: 25px;
    height: 5px;
    border-radius: 0; }
  .owl-carousel .owl-dots.ishi-style-dot5 .owl-dot span {
    width: 25px;
    height: 6px;
    border-radius: 5px; }

#product-search .search-criteria {
  border: 1px solid #eee;
  padding: 10px; }
  #product-search .search-criteria .select-wrapper {
    position: relative; }
  #product-search .search-criteria .checkbox-inline {
    line-height: 20px; }
  #product-search .search-criteria .search-list {
    margin-bottom: 15px; }
  #product-search .search-criteria .search-list .form-control {
    margin: 0;
    font-size: 12px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 0 10px;
    color: #333;
    position: relative;
    text-decoration: none;
    border-radius: 0;
    box-shadow: none; }
  #product-search .product-list-js {
    display: flex;
    flex-wrap: wrap; }

@media (max-width: 480px) {
  #product-search .product-list-js .product-grid {
    width: 100%;
    padding: 10px; } }

#_desktop_top_menu {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 0 15px; }

#top-menu {
  margin: 0; }
  #top-menu > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-transform: capitalize;
    cursor: pointer;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
    #top-menu > li {
      display: block;
      padding: 2px 0;
      overflow: hidden; } }
  #top-menu > li .dropdown-item {
    white-space: normal; }
  #top-menu > li > a {
    /* If media is above 991 */
    padding: 17px 12px;
    font-size: 16px;
    display: block;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.45px;
    color: #4a4a4a;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 991px) {
      #top-menu > li > a {
        color: #402e25; } }
  #top-menu > li:hover a {
    color: #222; }
  #_desktop_top_menu #top-menu > li .sub-menu {
    top: 170%;
    left: 0;
    width: auto;
    z-index: 18;
    padding: 15px;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    border-radius: 0px;
    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);
    text-align: center;
    margin: 0; }
  #_desktop_top_menu #top-menu > li .sub-menu.collapse {
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  #_desktop_top_menu #top-menu > li .sub-menu ul[data-depth="1"] > li {
    float: left;
    width: 199px;
    text-align: left;
    font-weight: 400; }
  #_desktop_top_menu #top-menu > li .sub-menu ul[data-depth="1"] > li > a {
    position: relative;
    color: #402e25; }
  #_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 .sub-menu ul[data-depth="2"] > li {
    line-height: 26px; }
  #_desktop_top_menu #top-menu > li .sub-menu ul[data-depth="2"] > li a {
    text-transform: capitalize;
    padding: 0;
    padding-bottom: 5px;
    clear: both;
    font-weight: 400;
    color: #666;
    font-size: 15px; }
    #_desktop_top_menu #top-menu > li .sub-menu ul[data-depth="2"] > li a:hover {
      color: #222; }
  #_desktop_top_menu #top-menu > li .sub-menu a {
    padding: 0;
    padding-bottom: 4px;
    margin-bottom: 17px;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    text-transform: capitalize; }
  #_desktop_top_menu #top-menu > li .sub-menu a:hover {
    color: #402e25; }
  #_desktop_top_menu #top-menu > li:nth-child(8) .sub-menu {
    right: 0;
    left: auto; }
  #_desktop_top_menu #top-menu > li:hover:hover .sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1; }

.top-menu a.dropdown-submenu {
  color: #402e25;
  display: block;
  width: 100%;
  clear: both;
  background: none;
  border: 0; }
  .top-menu .collapse {
    display: inherit; }
  .top-menu .category-image {
    max-width: 100%;
    margin-top: 10px; }
  .top-menu .popover {
    max-width: inherit; }

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

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

#mobile_top_menu_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  bottom: 0;
  background: white;
  z-index: 99999999;
  overflow-y: auto;
  overflow-x: auto; }
  #mobile_top_menu_wrapper #top_menu_closer {
    cursor: pointer;
    color: #000;
    margin-top: 8px;
    margin-right: 11px;
    text-align: right; }
  #mobile_top_menu_wrapper #top_menu_closer i {
    font-size: 17px; }
  #mobile_top_menu_wrapper #_mobile_top_menu {
    padding: 15px; }
  #mobile_top_menu_wrapper #top-menu {
    margin-bottom: 0;
    text-align: left;
    display: block;
    padding: 2px 0;
    background: none; }
  #mobile_top_menu_wrapper #top-menu > li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    cursor: pointer; }
  #mobile_top_menu_wrapper #top-menu > li:last-child {
    border: none; }
  #mobile_top_menu_wrapper #top-menu > li a {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-bottom: 0;
    z-index: 1;
    font-size: 16px;
    color: #402e25; }
  #mobile_top_menu_wrapper #top-menu > li i {
    float: right;
    line-height: 16px;
    font-size: 22px; }
  #mobile_top_menu_wrapper #top-menu ul[data-depth="1"] > li a {
    font-size: 15px; }
  #mobile_top_menu_wrapper #top-menu ul[data-depth="2"] > li a {
    font-size: 14px; }
  #mobile_top_menu_wrapper #top-menu ul[data-depth="3"] > li a {
    font-size: 14px; }
  #mobile_top_menu_wrapper #top-menu ul[data-depth="4"] > li a {
    font-size: 14px; }
  #mobile_top_menu_wrapper .top-menu {
    color: #402e25; }
  #mobile_top_menu_wrapper .top-menu .category-image {
    display: none; }
  #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
    display: none; }
  #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
    display: block; }
  #mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
    display: none; }
  #mobile_top_menu_wrapper .top-menu .navbar-toggler {
    padding: 0;
    position: absolute;
    right: 0;
    top: 16px;
    left: auto; }
  #mobile_top_menu_wrapper .top-menu .collapse {
    display: none; }
  #mobile_top_menu_wrapper .top-menu .collapse.in {
    display: block; }
  #mobile_top_menu_wrapper .top-menu .sub-menu {
    box-shadow: none;
    z-index: inherit;
    display: block;
    position: static;
    overflow: hidden;
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    border: none;
    padding: 10px 0 0 15px; }
  #mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
    display: none; }
  #mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
    display: block; }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
    margin: 0;
    padding: 0; }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
    float: none;
    margin: 0;
    padding: 10px 0; }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
    text-transform: capitalize;
    font-size: 15px; }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul {
    padding: 0 0 0 15px; }
  #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
    margin-bottom: 5px; }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] {
    padding : 10px 0 0 15px; }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] > li {
    padding: 10px 0 5px; }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] > li {
    padding: 10px 0; }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] > li > a {
    padding-left: rem(40px); }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] > li {
    padding: 10px 0; }
  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] > li > a {
    padding-left: rem(60px); }
  #mobile_top_menu_wrapper .top-menu .popover {
    border-radius: 0; }

#menu-icon {
  float: left;
  cursor: pointer; }
  #menu-icon .nav-icon {
    width: 40px;
    height: 40px; }
  #menu-icon .nav-icon svg {
    fill: #000; }

#desktop-header-modify {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 10px 0; }
  #desktop-header-modify::before {
    display: none !important; }
  #desktop-header-modify li {
    width: fit-content;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid transparent;
    transition: 0.2s;
    cursor: pointer; }
  #desktop-header-modify li.unclick > a {
    user-select: none;
    pointer-events: none;
    cursor: none; }
  #desktop-header-modify li:has(> ul) {
    position: relative; }
  #desktop-header-modify li:has(> ul)::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid transparent;
    border-bottom: 1px solid #161616;
    border-right: 1px solid #161616;
    position: absolute;
    right: 0;
    top: 15px;
    transform: rotate(45deg);
    transition: 0.2s ease; }
  #desktop-header-modify li:has(> ul):hover::before {
    border: 1px solid #161616;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    margin-top: 4px; }
  #desktop-header-modify li.red-menu a {
    color: #9d2a35 !important;
    font-weight: 700; }
  #desktop-header-modify li.red-menu:hover {
    border-bottom: 1px solid #9d2a35; }
  #desktop-header-modify li.red-menu:hover a {
    color: #9d2a35; }
  #desktop-header-modify li:hover {
    border-bottom: 1px solid #161616; }
  #desktop-header-modify li:hover a {
    color: #161616; }
  #desktop-header-modify li:hover ul {
    visibility: visible;
    opacity: 1;
    transform: none; }
  #desktop-header-modify li ul {
    list-style: none;
    position: absolute;
    left: 0;
    background: #fff;
    top: calc(100% + 1px);
    z-index: 999;
    width: fit-content;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: 0.2s;
    box-shadow: 0px 0px 10px 0 rgba(101, 101, 101, 0.58);
    padding: 10px 0;
    white-space: nowrap;
    max-width: fit-content; }
  #desktop-header-modify li ul li {
    width: 100%; }
  #desktop-header-modify li.feature-brand::before, #desktop-header-modify li.feature-brand ul {
    display: none !important; }

@media (max-width: 991px) {
  .cat_menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100dvh;
    left: 0;
    top: 0;
    background-color: #fff !important;
    z-index: 9999;
    padding: 10px 15px;
    overflow: auto;
    max-width: 380px; }
    .cat_menu .cat-menu-box {
      max-width: 100%;
      width: 720px;
      margin: 0 auto; }
    .cat_menu #desktop-header-modify {
      flex-direction: column;
      gap: 2px; }
      .cat_menu #desktop-header-modify li {
        width: 100%; }
        .cat_menu #desktop-header-modify li a {
          font-weight: 600; }
        .cat_menu #desktop-header-modify li ul {
          position: static;
          padding: 0 0 0 20px;
          height: 0px; }
        .cat_menu #desktop-header-modify li:hover ul {
          height: fit-content;
          overflow: auto; } }

#_desktop_seach_widget {
  /* If media is above 1199 */ }
  @media (min-width: 992px) {
  #_desktop_seach_widget {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle; } }
  #_desktop_seach_widget:hover .search-widget .search-logo {
    fill: #666; }
  @media (max-width: 991px) {
        #_desktop_seach_widget:hover .search-widget .search-logo {
          fill: #000; } }
  #_desktop_seach_widget .search-name {
    color: #4a4a4a;
    display: inline-block;
    vertical-align: middle; }

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

.search-widget {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .search-widget .search-logo {
    fill: #232323;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 991px) {
    .search-widget .search-logo {
      fill: #000; } }
  .search-widget form {
    z-index: 3;
    position: relative;
    width: 100%;
    display: block;
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 0; }
  @media (min-width: 992px) {
    .search-widget form {
      display: block !important; } }
  @media (max-width: 991px) {
    .search-widget form {
      position: absolute;
      left: 0;
      top: 50px;
      display: none;
      width: auto; } }
  .search-widget form input[type="text"] {
    /* If media is below 992 */
    /* If media is below 544 */
    min-width: 272px;
    width: 100%;
    border: 1px solid #eee;
    height: 42px;
    padding: 5px 40px 5px 25px;
    margin: 0;
    background: #fafafa;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #a5a5a5; }
  @media (max-width: 991px) {
      .search-widget form input[type="text"] {
        min-width: 300px; } }
  @media (max-width: 543px) {
      .search-widget form input[type="text"] {
        min-width: 220px; } }
  .search-widget form input[type="text"]:focus {
    outline: none;
    color: #4a4a4a; }
  .search-widget form input[type="text"]::placeholder {
    color: #999; }
  .search-widget form .input-group-btn {
    position: absolute;
    right: 0; }
  .search-widget form button {
    position: absolute !important;
    right: 0;
    border: none;
    background: #fafafa;
    border: 0;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #fff;
    padding: 7px 16px;
    outline: none;
    z-index: 11;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
      .search-widget form button {
        background: transparent; } }
  .search-widget form button .btn-text {
    display: none; }
  .search-widget form button:hover, .search-widget form button:focus {
    border: 0;
    background-color: transparent;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
        .search-widget form button:hover, .search-widget form button:focus {
          background: transparent; } }
  .search-widget form button:hover i:before, .search-widget form button:focus i:before {
    color: #666; }
  .search-widget form button:active:focus {
    background-color: transparent;
    border: 0; }
  .search-widget form button i:before {
    color: #888;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

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

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

.page-not-found #_desktop_seach_widget {
  float: none;
  padding: 0;
  position: unset; }
  .page-not-found .search-widget {
    position: relative;
    padding: 0; }
  .page-not-found .search-widget .search-logo {
    display: none; }
  .page-not-found .search-widget form {
    display: inline-block;
    top: 0;
    position: relative;
    opacity: 1;
    visibility: visible; }

.ajaxishi-search {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  height: auto;
  max-height: 348px;
  overflow-y: scroll;
  scrollbar-width: thin;
  background: #fff;
  box-shadow: 0 0px 2px 0px rgba(0, 0, 0, .1);
  z-index: 999; }
  .ajaxishi-search ul {
    margin: 0; }
  .ajaxishi-search ul li {
    text-decoration: none;
    list-style: none; }
  .ajaxishi-search ul li:last-child > div {
    border-bottom: 0; }
  .ajaxishi-search ul li > div {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #eee; }
  .ajaxishi-search ul li > div a {
    display: block;
    position: relative;
    overflow: hidden; }
  .ajaxishi-search ul li > div .product-image {
    float: left;
    margin-right: 12px; }
  .ajaxishi-search ul li > div .product-desc {
    text-align: left; }
  .ajaxishi-search ul li > div .product-desc .product-name {
    margin-bottom: 5px;
    color: #402e25; }
  .ajaxishi-search ul li > div .product-desc .product-price .special {
    color: #888;
    text-decoration: line-through;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }
  .ajaxishi-search ul li > div .product-desc .product-price .price {
    color: #402e25;
    display: inline-block;
    vertical-align: middle; }
  .ajaxishi-search ::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  .ajaxishi-search ::-webkit-scrollbar-thumb {
    background: #cdcdcd;
    border: 1px solid #f0f0f0; }
  .ajaxishi-search ::-webkit-scrollbar-track {
    background: #f0f0f0; }

#product-compare {
  /* If media is below 992 */ }
  #product-compare .btn-danger, #product-compare .btn-primary {
    margin: 2px 0; }
  @media (max-width: 991px) {
  #product-compare .table-bordered {
    float: left;
    width: 100%;
    overflow: auto;
    display: inline; } }

.product_carousel {
  display: block;
  position: relative;
  /* If media is below 768 */ }
  @media (max-width: 767px) {
  .product_carousel {
    overflow: hidden; } }
  .product_carousel .carousel-container {
    display: block;
    margin-bottom: 20px; }
  .product_carousel .carousel-container .item_image {
    margin-bottom: 15px; }
  .product_carousel .carousel-container .item_image:last-child {
    margin-bottom: 0; }
  .product_carousel .carousel-container .owl-nav {
    /* If media is below 543 */ }
  @media (max-width: 544px) {
      .product_carousel .carousel-container .owl-nav {
        margin-top: 15px; } }
  .product_carousel .carousel-container .owl-nav .owl-prev, .product_carousel .carousel-container .owl-nav .owl-next {
    top: 55%; }
  @keyframes slide-down {
  .product_carousel 0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%); }
  .product_carousel 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0); } }

.product-left {
  position: relative;
  display: block; }
  .product-left .thumbnail {
    border: 1px solid #eee;
    border-radius: 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 {
    position: sticky;
    position: -webkit-sticky;
    top: 80px; }

.product-left-title {
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-right: 100px; }
  @media (max-width: 767px) {
  .product-left-title {
    border: 0;
    padding: 0;
    margin-bottom: 10px;
    text-align: center; } }
  .product-left-title .product-title {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 12px;
    color: #333;
    line-height: 30px;
    /* If media is below 544 */ }
  @media (max-width: 543px) {
    .product-left-title .product-title {
      font-size: 24px; } }
  .product-left-title .price {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 22px; }
  .product-left-title .price .product-price {
    /* iIf media is below 768 */
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 767px) {
      .product-left-title .price .product-price {
        margin: 0; } }
  .product-left-title .price .product-price h2 {
    margin: 0;
    font-size: 22px;
    color: #222; }
  .product-left-title .price .product-dis {
    /* iIf media is below 768 */
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #888;
    font-weight: 500;
    margin: 0 10px 15px; }
  @media (max-width: 767px) {
      .product-left-title .price .product-dis {
        margin: 0; } }
  .product-left-title .price hr {
    border: 0; }

.product-image .additional-carousel .image-additional {
  margin-bottom: 15px; }
  .product-image .additional-carousel .image-additional.active {
    border: 2px solid #ddd; }
  .product-image .image_show #slider_carousel {
    padding: 0 12px 15px; }
  .product-image .image_show #slider_carousel .owl-nav {
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -25px; }
  .product-image .image_show #slider_carousel .owl-nav .owl-prev, .product-image .image_show #slider_carousel .owl-nav .owl-next {
    left: 0;
    right: auto;
    position: absolute;
    overflow: hidden;
    margin: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 0 #8b8b8b ab;
    border: 1px solid #eee;
    transition: all 0.2s ease; }
  .product-image .image_show #slider_carousel .owl-nav .owl-prev i:before, .product-image .image_show #slider_carousel .owl-nav .owl-next i:before {
    font-size: 30px;
    line-height: 30px; }
  .product-image .image_show #slider_carousel .owl-nav .owl-prev:hover, .product-image .image_show #slider_carousel .owl-nav .owl-next:hover {
    transform: scale(1.1); }
  .product-image .image_show #slider_carousel .owl-nav .owl-next {
    right: 0;
    left: auto; }
  .product-image .image_show_text {
    font-size: 15px;
    font-family: 'Minerva', sans-serif;
    color: #000; }

.tab-description {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.3px;
  padding: 0 15px; }
  .tab-description ul {
    padding: 0 15px; }
  .tab-description ul li {
    color: #232323;
    font-weight: 400; }
  .tab-description p {
    color: #232323;
    font-weight: 400; }
  .tab-description b {
    color: #232323;
    font-size: 14px; }

#tab-review b, #tab-review strong {
  font-weight: 500; }
  #tab-review h2 {
    font-size: 20px; }

.social-toolbox {
  margin-bottom: 10px;
  display: block; }
  .social-toolbox .addthis_toolbox {
    display: inline-block;
    vertical-align: top; }
  .social-toolbox .addthis_toolbox a {
    margin-bottom: 0;
    vertical-align: middle; }
  .social-toolbox .addthis_toolbox .addthis_pill_style {
    height: auto; }

.product-right {
  position: -webkit-sticky;
  position: sticky;
  top: 65px;
  margin-bottom: 30px; }
  .product-right .rating-wrapper {
    margin: 10px 0 20px;
    color: #888; }
  .product-right .rating-wrapper .fa-star, .product-right .rating-wrapper .fa-star-o {
    color: #ccc;
    font-size: 13px;
    line-height: 6px; }
  .product-right .rating-wrapper .yellow {
    color: #fec42d; }
  .product-right .rating-wrapper .gray {
    color: #ccc; }
  .product-right .rating-wrapper span.fa-stack {
    width: 8px;
    height: 8px;
    margin-right: 3px; }
  .product-right .rating-wrapper .review-count, .product-right .rating-wrapper .write-review {
    margin: 0 10px;
    color: #888; }
  .product-right .countdown-container {
    position: unset;
    margin-left: 0;
    max-width: 270px;
    /* If media is below 544 */ }
  @media (max-width: 543px) {
    .product-right .countdown-container {
      padding: 4px; } }
  .product-right .countdown-container .counter .data {
    width: 50px;
    /* If media is between 768 and 991 */
    /* If media is below 476 */
    /* If media is below 376 */ }
  @media screen and (min-width: 768px) and (max-width: 991px) {
        .product-right .countdown-container .counter .data {
          width: 50px;
          font-size: 18px;
          margin-bottom: 2px; } }
  @media (max-width: 475px) {
        .product-right .countdown-container .counter .data {
          width: 50px;
          height: 25px;
          font-size: 18px; } }
  @media (max-width: 375px) {
        .product-right .countdown-container .counter .data {
          width: 50px;
          font-size: 18px; } }
  .product-right .countdown-container .counter .lbl {
    /* If media is between 768 and 991 */
    /* If media is below 476 */
    /* If media is below 376 */ }
  @media screen and (min-width: 768px) and (max-width: 991px) {
        .product-right .countdown-container .counter .lbl {
          font-size: 13px; } }
  @media (max-width: 475px) {
        .product-right .countdown-container .counter .lbl {
          font-size: 13px; } }
  @media (max-width: 375px) {
        .product-right .countdown-container .counter .lbl {
          font-size: 13px; } }
  .product-right .list-unstyled {
    margin-bottom: 0; }
  .product-right .list-unstyled.attr {
    padding: 20px 0 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    text-align: center; }
  .product-right .list-unstyled.attr li {
    /* If media is above 1200 */
    /* If media is between 992 and 1310px */
    /* If media is between 430 and 767 */
    /* If media is below 430 */
    line-height: 35px;
    padding: 5px 5px 0;
    float: left;
    border: 1px solid #eee;
    margin-right: 15px;
    color: #666;
    margin-bottom: 15px; }
  @media (min-width: 1199px) {
        .product-right .list-unstyled.attr li {
          width: 48%; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
        .product-right .list-unstyled.attr li {
          width: 47%; } }
  @media screen and (min-width: 435px) and (max-width: 767px) {
        .product-right .list-unstyled.attr li {
          width: 48%; } }
  @media (max-width: 435px) {
        .product-right .list-unstyled.attr li {
          width: 47%; } }
  .product-right .list-unstyled.attr li:nth-child(3n+3), .product-right .list-unstyled.attr li:nth-child(4n+4) {
    margin-bottom: 0; }
  .product-right .list-unstyled.attr li:nth-child(3n+2), .product-right .list-unstyled.attr li:nth-child(4n+4) {
    margin-right: 0; }
  .product-right .list-unstyled.attr li span {
    /* If media is below 558 */
    font-weight: 400;
    color: #232323;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    background: #f4f4f4;
    padding: 0; }
  @media (max-width: 410px) {
          .product-right .list-unstyled.attr li span {
            font-size: 12px; } }
  .product-right .list-unstyled.attr li a {
    color: #666; }
  .product-right .list-unstyled.price {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #232323; }
  .product-right .list-unstyled.price .product-price {
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 500;
    color: #222;
    display: inline-block;
    vertical-align: middle; }
  .product-right .list-unstyled.price .product-price h2 {
    margin: 0;
    font-size: 22px;
    color: #222; }
  .product-right .list-unstyled.price .product-dis {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #888;
    font-weight: 400;
    margin: 0 10px 8px;
    /* If media is below 768 */ }
  @media (max-width: 767px) {
        .product-right .list-unstyled.price .product-dis {
          margin: 0 0px 0; } }
  .product-right .list-unstyled.price hr {
    border: 0;
    margin: 0; }
  .product-right .form-group {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    clear: both; }
  .product-right .form-group .control-label {
    float: left;
    margin: 8px 8px 8px 0;
    font-size: 14px;
    color: #232323;
    font-weight: 500; }
  .product-right .form-group .control-label.radio-text, .product-right .form-group .control-label.checkbox-text {
    float: none;
    margin: 0; }
  .product-right .form-group #input-quantity {
    margin-right: 6px;
    margin-bottom: 0;
    width: auto;
    float: left;
    height: 37px;
    text-align: center;
    /* If media is below 343 */ }
  @media (max-width: 342px) {
      .product-right .form-group #input-quantity {
        padding: 6px 5px; } }
  .product-right .form-group #button-cart {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 8px 15px;
    font-size: 14px;
    /* If media is below 377 */
    /* If media is below 343 */ }
  @media (max-width: 378px) {
      .product-right .form-group #button-cart {
        font-size: 12px;
        padding: 7px 10px; } }
  @media (max-width: 342px) {
      .product-right .form-group #button-cart {
        padding: 7px 6px; } }
  .product-right .form-group .wishlist, .product-right .form-group .compare {
    /* If media is below 377 */
    padding: 0;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    width: 36px;
    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;
    /* If media is below 343 */ }
  @media (max-width: 378px) {
      .product-right .form-group .wishlist, .product-right .form-group .compare {
        margin: 0; } }
  @media (max-width: 342px) {
      .product-right .form-group .wishlist, .product-right .form-group .compare {
        width: 33px; } }
  .product-right .form-group .wishlist i, .product-right .form-group .compare i {
    display: none; }
  .product-right .form-group .wishlist:hover, .product-right .form-group .compare:hover {
    fill: #232323; }
  .product-right .form-group .input-group.date, .product-right .form-group .input-group.time, .product-right .form-group .input-group.datetime {
    display: inline-table; }
  .product-right .form-group .input-group.date .btn-default, .product-right .form-group .input-group.time .btn-default, .product-right .form-group .input-group.datetime .btn-default {
    padding: 6px 18px; }
  .product-right .form-group .btn-file {
    display: inline-block;
    vertical-align: middle;
    width: auto; }
  .product-right .sold-out {
    cursor: not-allowed; }
  .product-right .addthis_toolbox {
    margin-bottom: 10px; }
  .product-right .product_option {
    /* If media is above 543 */ }
  .product-right .product_option .checkbox label, .product-right .product_option .radio label {
    font-size: 13px;
    color: #666; }
  @media (min-width: 544px) {
    .product-right .product_option:nth-child(2n+1) {
      clear: right; } }

.tabs_info {
  /* If media is below 992 */
  margin-top: 10px;
  margin-bottom: 50px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }
  @media (max-width: 991px) {
  .tabs_info {
    margin-bottom: 30px; } }
  .tabs_info .collapse.in {
    display: block; }
  .tabs_info .collapse {
    display: none; }
  .tabs_info .panel-group {
    margin-bottom: 0px; }
  .tabs_info .panel-group .panel {
    border: 0;
    border-radius: 0;
    margin: 0;
    border-bottom: 1px solid #eee; }
  .tabs_info .panel-group .panel + .panel {
    margin: 0; }
  .tabs_info .panel-group .panel:last-child {
    border-bottom: 0; }
  .tabs_info .panel-group .panel .panel-body {
    border-color: #eee; }
  .tabs_info .panel-heading {
    padding: 0;
    background: transparent;
    border: 0; }
  .tabs_info .panel-heading a {
    /* If media is below 544 */
    color: #000;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 20px 15px; }
  @media (max-width: 543px) {
      .tabs_info .panel-heading a {
        padding: 15px 10px; } }
  .tabs_info .panel-heading a::after {
    content: "";
    position: relative;
    top: 1px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    float: right;
    transition: transform 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear; }
  .tabs_info .panel-heading a[aria-expanded="true"]:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .tabs_info .panel-heading a[aria-expanded="false"]:after {
    content: "\f067";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .tabs_info #tab-review .fa-stack {
    width: 16px;
    height: 20px; }
  .tabs_info #tab-review .fa-stack .fa-star, .tabs_info #tab-review .fa-stack .fa-star-o {
    font-size: 17px;
    color: #ccc; }
  .tabs_info #tab-review .fa-stack .yellow {
    color: #fec42d; }
  .tabs_info #tab-review .fa-stack .gray {
    color: #ccc; }
  .tabs_info #tab-review .form-horizontal .form-group .control-label {
    padding-top: 0;
    margin-bottom: 10px; }
  .tabs_info #tab-review .form-horizontal .form-group .radio-title {
    margin-bottom: 0;
    position: relative;
    top: 1px; }
  .tabs_info #tab-review .form-radio {
    display: inline-block;
    vertical-align: middle; }
  .tabs_info #tab-review .form-radio span {
    position: relative;
    top: 0; }
  .tabs_info #tab-review .form-radio input[type="radio"] {
    margin: 0;
    position: relative;
    top: 1px; }
  .tabs_info #tab-specification table thead tr td {
    background: #f7f7f7; }

#product-product #content {
  padding: 0; }
  #product-product .related-product {
    text-align: center;
    margin-bottom: 0; }
  @media (max-width: 543px) {
    #product-product .related-product {
      margin: 0 -10px 20px; } }
  #product-product .related-product .home-title {
    margin-bottom: 40px; }
  @media (max-width: 543px) {
      #product-product .related-product .home-title {
        margin-bottom: 20px; } }
  #product-product .related-product .home-title:after {
    text-align: center;
    margin: 0 auto; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
      #product-product .related-product .countdown-container {
        left: 10px;
        right: 10px; } }
  @media (min-width: 1200px) {
      #product-product .related-product .countdown-container {
        left: 10px;
        right: 10px; } }
  #product-product .related-product .countdown-container .counter .data {
    width: 45px;
    /* If media is below 476 */
    /* If media is below 476 */
    /* If media is below 376 */ }
  @media (max-width: 1490px) {
          #product-product .related-product .countdown-container .counter .data {
            width: 40px; } }
  @media (max-width: 1400px) {
          #product-product .related-product .countdown-container .counter .data {
            width: 55px; } }
  @media (max-width: 1199px) {
          #product-product .related-product .countdown-container .counter .data {
            width: 39px; } }
  @media (max-width: 991px) {
          #product-product .related-product .countdown-container .counter .data {
            width: 39px; } }
  @media (max-width: 767px) {
          #product-product .related-product .countdown-container .counter .data {
            width: 50px; } }
  @media (max-width: 477px) {
          #product-product .related-product .countdown-container .counter .data {
            width: 44px; } }
  @media (max-width: 429px) {
          #product-product .related-product .countdown-container .counter .data {
            width: 37px; } }
  @media (max-width: 365px) {
          #product-product .related-product .countdown-container .counter .data {
            width: 29px; } }
  #product-product .related-product .owl-nav {
    margin-top: 15px; }

@media (max-width: 1024px) {
  .product-left #accordion .panel .panel-body {
    overflow: auto; }

  .product-left #accordion .panel .panel-body table {
    min-width: 500px; } }

@media (max-width: 767px) {
  #cart-view.product-right, .product-left {
    position: relative !important;
    top: 15px !important;
    padding: 0; }
    #cart-view.product-right .product-image .image_show #slider_carousel, .product-left .product-image .image_show #slider_carousel {
      padding: 0 0 15px; }

  .product-left-title .product-title {
    margin: 0 0 30px; } }

.hb-animate-element {
  opacity: 0;
  /*** end Animate ****/ }
  .hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
    animation: 1s ease 0s normal none 1 fadeInRight;
    -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
    -moz-animation: 1s ease 0s normal none 1 fadeInRight;
    -o-animation: 1s ease 0s normal none 1 fadeInRight;
    opacity: 1; }
  .lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.right-to-left {
    animation: 1s ease 0s normal none 1 fadeInLeft;
    -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
    -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
    -o-animation: 1s ease 0s normal none 1 fadeInLeft; }
  .hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
    animation: 1s ease 0s normal none 1 fadeInLeft;
    -webkit-animation: 1s ease 0s normal none 1 fadeInLeft;
    -moz-animation: 1s ease 0s normal none 1 fadeInLeft;
    -o-animation: 1s ease 0s normal none 1 fadeInLeft;
    opacity: 1; }
  .lang-rtl .hb-animate-element.hb-animate-element.hb-in-viewport.left-to-right {
    animation: 1s ease 0s normal none 1 fadeInRight;
    -webkit-animation: 1s ease 0s normal none 1 fadeInRight;
    -moz-animation: 1s ease 0s normal none 1 fadeInRight;
    -o-animation: 1s ease 0s normal none 1 fadeInRight; }
  .hb-animate-element.hb-animate-element.hb-in-viewport.bottom-to-top {
    animation: 1s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
    -moz-animation: 1s ease 0s normal none 1 fadeInUp;
    -o-animation: 1s ease 0s normal none 1 fadeInUp;
    opacity: 1; }
  .hb-animate-element.hb-animate-element.hb-in-viewport.top-to-bottom {
    animation: 1s ease 0s normal none 1 fadeInDown;
    -webkit-animation: 1s ease 0s normal none 1 fadeInDown;
    -moz-animation: 1s ease 0s normal none 1 fadeInDown;
    -o-animation: 1s ease 0s normal none 1 fadeInDown;
    opacity: 1; }
  .hb-animate-element.hb-animate-element.hb-in-viewport.fade-in {
    animation: 1s ease 0s normal none 1 fadeIn;
    -webkit-animation: 1s ease 0s normal none 1 fadeIn;
    -moz-animation: 1s ease 0s normal none 1 fadeIn;
    -o-animation: 1s ease 0s normal none 1 fadeIn;
    opacity: 1; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated .infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated .hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .animated .flipOutX, .animated .flipOutY, .animated .bounceIn, .animated .bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s; }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1; }

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

@keyframes flash {
  from, 50%, to {
    opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

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

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

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

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

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

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

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

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

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

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

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

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

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

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

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

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

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

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

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

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

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

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

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

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

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

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

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

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

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

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }

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

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

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

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }

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

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

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

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

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }

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

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

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

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }

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

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

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

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

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }

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

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

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

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }

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

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }

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

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

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

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }

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

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }

  to {
    opacity: 0; } }

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

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

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }

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

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

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

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }

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

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

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

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }

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

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

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

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

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

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

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

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }

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

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

@-webkit-keyframes rollOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; } }

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

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

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

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

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }

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

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

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

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

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }

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

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

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

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

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }

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

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

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

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

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }

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

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

#product-manufacturer .a-link-group {
  color: #222;
  font-family: 'Minerva', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 20px; }
  #product-manufacturer .a-link-list {
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    padding: 5px; }
  #product-manufacturer .a-link-heading {
    background: #f5f5f5;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    padding: 5px 8px; }
  #product-manufacturer .a-link-heading p {
    line-height: 38px;
    margin: 0;
    color: #222;
    padding: 0 10px; }
  #product-manufacturer .a-link-content {
    padding: 8px;
    font-size: 14px;
    line-height: 20px; }

.ishi-customhover-fadeinnormal.scale img, .ishi-customhover-fadeinflip.scale img, .ishi-customhover-fadeinrotate.scale img, .ishi-customhover-fadeinrotate3D.scale img, .ishi-customhover-fadeintop.scale img, .ishi-customhover-fadeinbottom.scale img, .ishi-customhover-fadeoutcenter.scale img, .ishi-customhover-fadeinoutcorner.scale img, .ishi-customhover-fadeoutcorner.scale img, .ishi-customhover-doublefadeincenter.scale img, .ishi-customhover-fadeintopbottom.scale img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1); }
  .ishi-customhover-fadeinnormal:hover.scale img, .ishi-customhover-fadeinflip:hover.scale img, .ishi-customhover-fadeinrotate:hover.scale img, .ishi-customhover-fadeinrotate3D:hover.scale img, .ishi-customhover-fadeintop:hover.scale img, .ishi-customhover-fadeinbottom:hover.scale img, .ishi-customhover-fadeoutcenter:hover.scale img, .ishi-customhover-fadeinoutcorner:hover.scale img, .ishi-customhover-fadeoutcorner:hover.scale img, .ishi-customhover-doublefadeincenter:hover.scale img, .ishi-customhover-fadeintopbottom:hover.scale img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); }

.ishi-customhover-fadeinsquare.scale img {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1); }
  .ishi-customhover-fadeinsquare.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-fadeinsquare img {
    max-width: 100%;
    transform: translate3d(-5px, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  .ishi-customhover-fadeinsquare:hover img {
    transform: translate3d(0, 0, 0); }

.ishi-customhover-fadeinnormal:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .ishi-customhover-fadeinnormal:hover:after {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }

.ishi-customhover-fadeinflip:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  padding: 30px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  opacity: 0;
  -webkit-transform: rotate3d(1, 1, 0, 100deg);
  -moz-transform: rotate3d(1, 1, 0, 100deg);
  -ms-transform: rotate3d(1, 1, 0, 100deg);
  -o-transform: rotate3d(1, 1, 0, 100deg);
  transform: rotate3d(1, 1, 0, 100deg);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease; }
  .ishi-customhover-fadeinflip:hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.14s;
    -moz-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg); }

.ishi-customhover-fadeinrotate:after {
  content: '';
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: rotate(-180deg) scale(0);
  -moz-transform: rotate(-180deg) scale(0);
  -ms-transform: rotate(-180deg) scale(0);
  -o-transform: rotate(-180deg) scale(0);
  transform: rotate(-180deg) scale(0); }
  .ishi-customhover-fadeinrotate:hover:after {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1; }

.ishi-customhover-fadeinrotate3D:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s; }
  .ishi-customhover-fadeinrotate3D:hover:after {
    background: rgba(0, 0, 0, 0.1);
    transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s; }

.ishi-customhover-fadeintop:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }
  .ishi-customhover-fadeintop:hover:after {
    height: 100%; }

.ishi-customhover-fadeinbottom:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .ishi-customhover-fadeinbottom:hover:after {
    height: 100%; }

.ishi-customhover-fadeintopbottom:before, .ishi-customhover-fadeintopbottom:after {
  content: "";
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
  bottom: -100%;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  z-index: 1; }
  .ishi-customhover-fadeintopbottom:after {
    top: -100%;
    bottom: auto; }
  .ishi-customhover-fadeintopbottom:hover:before {
    bottom: 50%;
    opacity: 1; }
  .ishi-customhover-fadeintopbottom:hover:after {
    top: 50%;
    opacity: 1; }

.ishi-customhover-doublefadeincenter:before, .ishi-customhover-doublefadeincenter:after {
  content: "";
  bottom: 10px;
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
  -webkit-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
  -moz-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
  -o-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
  -ms-transition: opacity 0.35s ease 0s, transform 0.5s ease 0s; }
  .ishi-customhover-doublefadeincenter:before {
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1); }
  .ishi-customhover-doublefadeincenter:after {
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0); }
  .ishi-customhover-doublefadeincenter:hover:before, .ishi-customhover-doublefadeincenter:hover:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }

.ishi-customhover-fadeoutcenter:after {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  bottom: 20px;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0; }
  .ishi-customhover-fadeoutcenter:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -khtml-transition-duration: 1s;
    -o-transition-duration: 1s;
    opacity: 1; }

.ishi-customhover-fadeoutcorner:before, .ishi-customhover-fadeoutcorner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.1);
  margin: auto;
  opacity: 1;
  z-index: 1; }
  .ishi-customhover-fadeoutcorner:after {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto; }
  .ishi-customhover-fadeoutcorner:hover:before, .ishi-customhover-fadeoutcorner:hover:after {
    height: 100%;
    -webkit-transition: 1.3s;
    -moz-transition: 1.3s;
    -ms-transition: 1.3s;
    -o-transition: 1.3s;
    transition: 1.3s;
    opacity: 0;
    width: 100%; }

.ishi-customhover-fadeinoutcorner:after {
  background-color: rgba(0, 0, 0, 0.1);
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  right: 0;
  top: 0; }
  .ishi-customhover-fadeinoutcorner:hover:after {
    width: 100%;
    height: 100%;
    right: auto;
    left: 0; }

.ishi-customhover-fadeinsquare:before {
  content: '';
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }
  .ishi-customhover-fadeinsquare:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.9s, -webkit-transform 0.9s;
    transition: opacity 0.9s, transform 0.9s;
    z-index: 9;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); }
  .ishi-customhover-fadeinsquare:hover:before, .ishi-customhover-fadeinsquare:hover:after {
    opacity: 1;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }

.newletter-popup {
  background: #fff url(../img/newsletter.jpg) no-repeat center;
  padding: 30px;
  width: 650px;
  height: 330px; }
  .newletter-popup #popup2 {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 25px;
    text-align: center;
    background: #000;
    cursor: pointer;
    padding: 0 10px;
    color: #fff; }
  .newletter-popup .newletter-container .newletter-title {
    margin-bottom: 20px; }
  .newletter-popup .newletter-container .newletter-title h2 {
    margin: 0;
    color: #fff; }
  .newletter-popup .newletter-container .block-newsletter-label {
    margin-bottom: 20px;
    line-height: 22px;
    color: #fff; }
  .newletter-popup .newletter-container .newsletter_form {
    text-align: center;
    position: relative;
    margin-bottom: 20px; }
  .newletter-popup .newletter-container .newsletter_form .btn-submit {
    /* If media is below 544 */
    height: 50px;
    cursor: pointer;
    background-color: #666;
    font-size: 16px;
    font-weight: 400;
    border: none;
    font-family: 'Arimo', serif;
    text-transform: uppercase;
    border-radius: 0 4px 4px 0;
    color: #fff;
    padding: 17px 20px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  @media (max-width: 543px) {
        .newletter-popup .newletter-container .newsletter_form .btn-submit {
          font-size: 15px;
          padding: 4px 15px; } }
  .newletter-popup .newletter-container .newsletter_form .btn-submit:hover {
    background-color: #402e25; }
  .newletter-popup .newletter-container .newsletter_form .text-email {
    min-width: 250px;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #eee;
    color: #a4a4a4;
    padding: 10px;
    background-color: #fff;
    font-family: 'Arimo', serif;
    font-size: 14px;
    font-weight: 400; }
  .newletter-popup .newletter-container .newsletter_form .text-email:focus {
    background-color: #fff; }
  .newletter-popup .newletter-container .newsletter_form .text-email:placeholder {
    color: #a4a4a4; }
  .newletter-popup .newletter-container .subscribe-bottom {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px; }
  .newletter-popup .newletter-container .subscribe-bottom input[type="checkbox"], .newletter-popup .newletter-container .subscribe-bottom input[type="radio"] {
    margin: 2px 4px 0 0; }
  .newletter-popup .newletter-container .subscribe-bottom label {
    margin: 0;
    color: #fff; }
  .newletter-popup .newletter-container #notification .alert {
    margin: 0; }

.ishislider .slider-content-right {
  float: right; }

.ishislider .slider-content-left {
  float: left; }

.ishislider .slider-content-center {
  margin: 0 auto;
  float: unset; }

.ishislider {
  overflow: hidden;
  position: relative; }
  .ishislider .slideshow__link {
    display: flex;
    align-items: center; }
  .ishislider .container {
    position: absolute;
    left: 0;
    right: 0; }
  @media (min-width: 1700px) {
    .ishislider .container {
      width: 1600px; } }
  .ishislider .slider-content {
    padding: 0;
    text-align: center; }
  .ishislider .slider-content .sub-title {
    font-size: 30px;
    text-transform: unset;
    line-height: 25px;
    margin-bottom: 18px;
    letter-spacing: 3px;
    font-weight: 300;
    font-family: 'Minerva', sans-serif;
    position: relative; }
  @media (max-width: 1399px) {
      .ishislider .slider-content .sub-title {
        font-size: 25px;
        line-height: 1; } }
  @media (max-width: 1199px) {
      .ishislider .slider-content .sub-title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 10px; } }
  @media (max-width: 991px) {
      .ishislider .slider-content .sub-title {
        margin-bottom: 5px; } }
  @media (max-width: 767px) {
      .ishislider .slider-content .sub-title {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 5px;
        letter-spacing: 2px; } }
  @media (max-width: 543px) {
      .ishislider .slider-content .sub-title {
        margin-bottom: 3px;
        letter-spacing: 1px; } }
  .ishislider .slider-content .main-title {
    font-size: 55px;
    line-height: 45px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Minerva', sans-serif; }
  @media (max-width: 1499px) {
      .ishislider .slider-content .main-title {
        font-size: 45px;
        line-height: 1;
        margin-bottom: 15px; } }
  @media (max-width: 1399px) {
      .ishislider .slider-content .main-title {
        font-size: 35px;
        line-height: 1; } }
  @media (max-width: 1199px) {
      .ishislider .slider-content .main-title {
        font-size: 35px;
        line-height: 35px; } }
  @media (max-width: 991px) {
      .ishislider .slider-content .main-title {
        font-size: 28px;
        line-height: 40px;
        font-weight: 500;
        margin-bottom: 5px; } }
  @media (max-width: 767px) {
      .ishislider .slider-content .main-title {
        font-size: 22px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 10px; } }
  @media (max-width: 543px) {
      .ishislider .slider-content .main-title {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 5px; } }
  @media (max-width: 480px) {
      .ishislider .slider-content .main-title {
        font-size: 18px;
        line-height: 30px; } }
  @media (max-width: 400px) {
      .ishislider .slider-content .main-title {
        font-size: 16px;
        line-height: 25px; } }
  @media (max-width: 350px) {
      .ishislider .slider-content .main-title {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 7px; } }
  .ishislider .slider-content .secondary-title {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Minerva', sans-serif; }
  @media (max-width: 1499px) {
      .ishislider .slider-content .secondary-title {
        font-size: 45px;
        line-height: 1;
        margin-bottom: 15px; } }
  @media (max-width: 1399px) {
      .ishislider .slider-content .secondary-title {
        font-size: 35px;
        line-height: 1; } }
  @media (max-width: 1199px) {
      .ishislider .slider-content .secondary-title {
        font-size: 35px;
        line-height: 35px; } }
  @media (max-width: 991px) {
      .ishislider .slider-content .secondary-title {
        font-size: 28px;
        line-height: 40px;
        font-weight: 500;
        margin-bottom: 5px; } }
  @media (max-width: 767px) {
      .ishislider .slider-content .secondary-title {
        font-size: 22px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 10px; } }
  @media (max-width: 543px) {
      .ishislider .slider-content .secondary-title {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 5px; } }
  @media (max-width: 480px) {
      .ishislider .slider-content .secondary-title {
        font-size: 18px;
        line-height: 30px; } }
  @media (max-width: 400px) {
      .ishislider .slider-content .secondary-title {
        font-size: 16px;
        line-height: 25px; } }
  @media (max-width: 350px) {
      .ishislider .slider-content .secondary-title {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 7px; } }
  .ishislider .slider-content .desc {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: 'Minerva', sans-serif;
    margin: 0 auto 40px; }
  @media (max-width: 1399px) {
      .ishislider .slider-content .desc {
        margin-bottom: 30px; } }
  @media (max-width: 1199px) {
      .ishislider .slider-content .desc {
        font-size: 14px;
        margin-bottom: 20px; } }
  @media (max-width: 991px) {
      .ishislider .slider-content .desc {
        margin-bottom: 15px; } }
  @media (max-width: 767px) {
      .ishislider .slider-content .desc {
        display: none; } }
  .ishislider .slider-content .desc p {
    font-size: 18px;
    margin: 0; }
  @media (max-width: 1199px) {
        .ishislider .slider-content .desc p {
          font-size: 14px; } }
  .ishislider .slider-content .slider-btn span {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 767px) {
        .ishislider .slider-content .slider-btn span {
          font-size: 13px;
          padding: 7px 14px; } }
  @media (max-width: 543px) {
        .ishislider .slider-content .slider-btn span {
          font-size: 11px;
          padding: 3px 12px; } }
  @media (max-width: 415px) {
        .ishislider .slider-content .slider-btn span {
          font-size: 11px;
          padding: 3px 10px; } }
  @media (max-width: 380px) {
        .ishislider .slider-content .slider-btn span {
          font-size: 10px;
          padding: 3px 7px; } }
  @media (max-width: 350px) {
        .ishislider .slider-content .slider-btn span {
          font-size: 9px;
          padding: 1px 7px; } }
  .ishislider .slider-content .slider-btn span:hover {
    background-color: #fff;
    color: #232323; }
  .ishislider .owl-item.active .sub-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.7s; }
  .ishislider .owl-item.active .main-title {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.6s; }
  .ishislider .owl-item.active .desc {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.5s; }
  .ishislider .owl-item.active .slider-btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.4s; }
  .ishislider .owl-carousel .owl-nav {
    margin: 0;
    position: unset;
    /* If media is below 768 */ }
  @media (max-width: 767px) {
      .ishislider .owl-carousel .owl-nav {
        display: none; } }
  .ishislider .owl-carousel .owl-nav .owl-prev, .ishislider .owl-carousel .owl-nav .owl-next {
    /* If media is below 992 */
    position: absolute;
    top: 45%;
    left: 70px;
    right: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 991px) {
        .ishislider .owl-carousel .owl-nav .owl-prev, .ishislider .owl-carousel .owl-nav .owl-next {
          top: 44%; } }
  .ishislider .owl-carousel .owl-nav .owl-prev:before, .ishislider .owl-carousel .owl-nav .owl-next:before, .ishislider .owl-carousel .owl-nav .owl-prev:after, .ishislider .owl-carousel .owl-nav .owl-next:after {
    display: none; }
  .ishislider .owl-carousel .owl-nav .owl-prev i:before, .ishislider .owl-carousel .owl-nav .owl-next i:before {
    color: #666;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 30px; }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav1, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav1 {
    /* If media is above 767 */
    right: auto;
    left: 50px;
    border: none;
    border-radius: 0;
    padding: 2px;
    margin: 4px;
    width: 40px;
    height: 42px;
    outline: none;
    box-shadow: none;
    background: url(../img/Arrow.png) no-repeat 7px 0px;
    background-color: transparent;
    border: none; }
  @media (min-width: 768px) {
          .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav1, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav1 {
            -moz-transform: translateX(-40px);
            -webkit-transform: translateX(-40px);
            -o-transform: translateX(-40px);
            -ms-transform: translateX(-40px);
            transform: translateX(-40px); } }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav1:hover, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav1:hover {
    background-position: 7px -65px;
    background-color: transparent; }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav1 i, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav1 i {
    display: none; }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav2, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav2 {
    margin: 4px;
    left: 70px;
    right: auto;
    height: 40px;
    width: 40px;
    overflow: hidden;
    opacity: 0;
    border: 0;
    border-radius: 50px;
    padding: 4px 5px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
    background: url(../img/arrow-1.png) no-repeat 12px 8px;
    background-color: #666;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav2:hover, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav2:hover {
    background-color: #402e25; }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav2 i, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav2 i {
    display: none; }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav3, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav3 {
    border: none;
    border-radius: 0;
    background-position: 9px -13px;
    padding: 2px;
    margin: 4px;
    left: 30px;
    right: auto;
    width: 40px;
    height: 40px;
    outline: none;
    box-shadow: none;
    background-color: #666;
    color: #fff;
    border: none;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0); }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav3:hover, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav3:hover {
    background-color: #402e25; }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav3 i:before, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav3 i:before {
    color: #fff;
    font-size: 24px;
    line-height: 34px; }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav4, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav4 {
    border: 0;
    background-color: #666;
    border: 1px solid #666;
    background-position: 5px -16px;
    margin: 4px;
    left: 70px;
    right: auto;
    width: 35px;
    height: 35px;
    line-height: 32px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* If media is below 768 */ }
  @media (max-width: 991px) {
          .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav4, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav4 {
            top: 38%; } }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav4:hover, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav4:hover {
    background-color: #402e25;
    border-color: #402e25; }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav4 i:before, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav4 i:before {
    content: "\f060";
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 29px; }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav5, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav5 {
    border: 1px solid #666;
    background-color: #666;
    background-position: 7px -14px;
    border-radius: 30px;
    padding: 0 10px;
    line-height: 41px;
    margin: 4px;
    left: 70px;
    right: auto;
    width: 38px;
    height: 38px;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav5:hover, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav5:hover {
    background-color: #402e25;
    border-color: #402e25; }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav5:hover:after, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav5:hover:after {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav5:after, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav5:after {
    content: "";
    background: transparent;
    border: 1px solid #fff !important;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .ishislider .owl-carousel .owl-nav .owl-prev.ishi-style-nav5 i:before, .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav5 i:before {
    font-size: 20px;
    color: #fff;
    line-height: 14px; }
  .ishislider .owl-carousel .owl-nav .owl-next {
    right: 70px;
    left: auto; }
  .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav1 {
    /* If media is above 767 */
    right: 50px;
    left: auto;
    background-position: -64px 0px; }
  @media (min-width: 768px) {
          .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav1 {
            -moz-transform: translateX(40px);
            -webkit-transform: translateX(40px);
            -o-transform: translateX(40px);
            -ms-transform: translateX(40px);
            transform: translateX(40px); } }
  .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav1:hover {
    background-position: -64px -65px; }
  .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav2 {
    right: 70px;
    left: auto;
    background-position: -23px 8px; }
  .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav3 {
    right: 30px;
    left: auto;
    background-position: -31px -13px; }
  .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav4 {
    right: 70px;
    left: auto;
    background-position: -34px -16px; }
  .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav4 i:before {
    content: "\f061"; }
  .ishislider .owl-carousel .owl-nav .owl-next.ishi-style-nav5 {
    right: 70px;
    left: auto;
    background-position: -33px -14px; }
  .ishislider .owl-carousel .owl-dots {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  @media (max-width: 543px) {
      .ishislider .owl-carousel .owl-dots {
        bottom: 5px; } }
  .ishislider .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    outline: none; }
  .ishislider .owl-carousel .owl-dots .owl-dot span {
    width: 50px;
    height: 3px;
    border: 1px solid #666;
    background: #666;
    margin: 0 5px;
    display: block; }
  @media (max-width: 543px) {
          .ishislider .owl-carousel .owl-dots .owl-dot span {
            width: 40px; } }
  .ishislider .owl-carousel .owl-dots .owl-dot.active span {
    background: #402e25;
    border-color: #402e25; }
  .ishislider .owl-carousel .owl-dots.ishi-style-dot1 .owl-dot span {
    border-radius: 0; }
  .ishislider .owl-carousel .owl-dots.ishi-style-dot2 .owl-dot span {
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 3px; }
  .ishislider .owl-carousel .owl-dots.ishi-style-dot3 .owl-dot span {
    border-radius: 0;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg); }
  .ishislider .owl-carousel .owl-dots.ishi-style-dot4 .owl-dot span {
    width: 25px;
    height: 5px;
    border-radius: 0; }
  .ishislider .owl-carousel .owl-dots.ishi-style-dot5 .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 0px; }
  .ishislider:hover:before {
    width: 100%; }
  .ishislider:hover .owl-carousel .owl-nav .owl-prev, .ishislider:hover .owl-carousel .owl-nav .owl-next {
    opacity: 1;
    left: 50px; }
  .ishislider:hover .owl-carousel .owl-nav .owl-prev.ishi-style-nav1, .ishislider:hover .owl-carousel .owl-nav .owl-next.ishi-style-nav1 {
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0); }
  .ishislider:hover .owl-carousel .owl-nav .owl-prev.ishi-style-nav3, .ishislider:hover .owl-carousel .owl-nav .owl-next.ishi-style-nav3 {
    left: 30px;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
  .ishislider:hover .owl-carousel .owl-nav .owl-next {
    right: 50px;
    left: auto; }
  .ishislider:hover .owl-carousel .owl-nav .owl-next.ishi-style-nav3 {
    right: 30px;
    left: auto; }

.item {
  position: relative; }

.hotspot-btn {
  position: absolute;
  top: 80px;
  right: 48px;
  padding: 15px 15px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  font-weight: bold;
  z-index: 10;
  text-decoration: none;
  opacity: 0.78;
  font-family: 'Minerva', sans-serif !important;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  max-width: 320px; }

@media (max-width: 767px) {
  .hotspot-btn {
    top: 70px; } }

@media (max-width: 576px) {
  .hotspot-btn {
    top: 50px; } }

@media (max-width: 991px) {
  .ishislider .slider-content .main-title {
    font-size: 40px;
    line-height: 50px; } }

@media (max-width: 767px) {
  .ishislider .slider-content .main-title {
    font-size: 36px;
    line-height: 45px; } }

@media (max-width: 576px) {
  .ishislider .slider-content .main-title {
    font-size: 30px;
    line-height: 35px; } }

@media (max-width: 480px) {
  .ishislider .slider-content .main-title {
    font-size: 28px;
    line-height: 30px; } }

.ishislider .slider-content .sub-title {
  font-size: 26px; }

@media (max-width: 1500px) {
  .ishislider .slider-content .sub-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px; } }

@media (max-width: 1420px) {
  .ishislider .slider-content .sub-title {
    font-size: 21px; } }

@media (max-width: 1366px) {
  .ishislider .slider-content .sub-title {
    font-size: 20px; } }

.manufacturerblock {
  text-align: center; }
  .manufacturerblock .home-title {
    display: none; }
  .manufacturerblock .item img {
    max-width: 200px;
    display: inline-block;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s; }
  .manufacturerblock .item:hover img {
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }

.ishibannerblock {
  padding: 0 20px; }
  @media (max-width: 767px) {
  .ishibannerblock {
    padding: 0; } }

.bannerblock {
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
  .bannerblock {
    margin-bottom: 15px; } }
  @media (max-width: 767px) {
    .bannerblock:last-child {
      margin-bottom: 0px; } }
  .bannerblock img {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    /* If media is below 544 */ }
  @media (max-width: 543px) {
    .bannerblock img {
      width: auto; } }
  .bannerblock a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .bannerblock a img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .bannerblock a.scale img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1); }
  .bannerblock a:hover.scale img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); }
  .bannerblock .banner-desc {
    position: absolute;
    top: auto;
    bottom: 20px;
    text-align: right;
    display: block;
    padding: 0;
    z-index: 1;
    left: auto;
    right: 10px;
    cursor: pointer; }
  @media (max-width: 991px) {
    .bannerblock .banner-desc {
      bottom: 11px;
      right: 2px; } }
  .bannerblock .banner-data {
    margin: 0 35px 75px; }
  @media (max-width: 1300px) {
    .bannerblock .banner-data {
      margin: 0 35px 55px; } }
  @media (max-width: 991px) {
    .bannerblock .banner-data {
      margin: 0 20px 30px; } }
  @media (max-width: 767px) {
    .bannerblock .banner-data {
      margin: 0 30px 110px; } }
  @media (max-width: 450px) {
    .bannerblock .banner-data {
      margin: 0 25px 55px; } }
  .bannerblock .banner-data .banner-title {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
    letter-spacing: 0.72px;
    color: #555;
    position: relative; }
  @media screen and (min-width: 1400px) and (max-width: 1760px) {
      .bannerblock .banner-data .banner-title {
        font-size: 18px; } }
  @media (max-width: 1400px) {
      .bannerblock .banner-data .banner-title {
        font-size: 16px;
        line-height: 20px; } }
  @media screen and (min-width: 767px) and (max-width: 1199px) {
      .bannerblock .banner-data .banner-title {
        font-size: 14px;
        line-height: 16px; } }
  @media (max-width: 767px) {
      .bannerblock .banner-data .banner-title {
        font-size: 23px;
        line-height: 30px; } }
  @media (max-width: 543px) {
      .bannerblock .banner-data .banner-title {
        font-size: 16px;
        line-height: 25px; } }
  .bannerblock .banner-data .banner-subtitle {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s; }
  @media screen and (min-width: 1400px) and (max-width: 1700px) {
      .bannerblock .banner-data .banner-subtitle {
        font-size: 54px;
        line-height: 60px; } }
  @media screen and (min-width: 1200px) and (max-width: 1400px) {
      .bannerblock .banner-data .banner-subtitle {
        font-size: 40px;
        line-height: 50px; } }
  @media screen and (min-width: 1090px) and (max-width: 1200px) {
      .bannerblock .banner-data .banner-subtitle {
        font-size: 30px;
        line-height: 40px; } }
  @media screen and (min-width: 768px) and (max-width: 1090px) {
      .bannerblock .banner-data .banner-subtitle {
        font-size: 23px;
        line-height: 30px; } }
  @media (max-width: 767px) {
      .bannerblock .banner-data .banner-subtitle {
        font-size: 50px;
        line-height: 50px; } }
  @media (max-width: 450px) {
      .bannerblock .banner-data .banner-subtitle {
        font-size: 26px;
        line-height: 26px; } }
  .bannerblock .banner-btn {
    position: absolute;
    bottom: 2px;
    right: 20px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    color: #402e25;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 543px) {
    .bannerblock .banner-btn {
      bottom: 0; } }
  @media screen and (min-width: 767px) and (max-width: 1199px) {
    .bannerblock .banner-btn {
      font-size: 12px; } }
  @media (max-width: 543px) {
    .bannerblock .banner-btn {
      font-size: 12px; } }
  .bannerblock .banner-btn:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    border-bottom: 1px solid #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    margin: 0 auto; }
  .bannerblock .banner-btn:hover {
    color: #666; }
  .bannerblock .banner-btn:hover:before {
    width: 80%;
    border-color: #666; }

.ishiparallaxbannerblock .parallax {
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
  @media (max-width: 1399px) {
    .ishiparallaxbannerblock .parallax {
      background-size: cover;
      background-position: center; } }
  .ishiparallaxbannerblock .parallax_banner {
    display: block;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: contain; }
  @media (max-width: 1399px) {
    .ishiparallaxbannerblock .parallax_banner {
      background-size: cover;
      background-position: center;
      padding: 100px 0; } }
  @media (max-width: 767px) {
    .ishiparallaxbannerblock .parallax_banner {
      padding: 30px 0; } }
  .ishiparallaxbannerblock .parallax_banner .parallax-list {
    width: 50%;
    margin-left: auto;
    padding: 100px 0;
    float: right;
    margin: 50px 0;
    text-align: center; }
  @media (max-width: 1399px) {
      .ishiparallaxbannerblock .parallax_banner .parallax-list {
        width: 60%;
        padding: 80px 0;
        margin: 0 auto;
        float: none;
        background-color: rgba(250, 250, 250, 0.6); } }
  @media (max-width: 767px) {
      .ishiparallaxbannerblock .parallax_banner .parallax-list {
        width: 90%;
        padding: 30px 0; } }
  .ishiparallaxbannerblock .parallax_banner .parallax-list .home-title {
    display: block;
    margin-bottom: 40px; }
  .ishiparallaxbannerblock .parallax_banner .parallax-list .home-title:after {
    text-align: center;
    margin: 0 auto; }
  .ishiparallaxbannerblock .parallax_banner .parallax-list .parallax-offer {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
    position: relative;
    letter-spacing: 2.5px;
    padding: 11px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid rgba(35, 35, 35, 0.3);
    color: #666; }
  @media (max-width: 1199px) {
        .ishiparallaxbannerblock .parallax_banner .parallax-list .parallax-offer {
          margin-bottom: 30px;
          font-size: 18px; } }
  @media (max-width: 991px) {
        .ishiparallaxbannerblock .parallax_banner .parallax-list .parallax-offer {
          margin-bottom: 25px; } }
  @media (max-width: 767px) {
        .ishiparallaxbannerblock .parallax_banner .parallax-list .parallax-offer {
          font-size: 16px; } }
  @media (max-width: 543px) {
        .ishiparallaxbannerblock .parallax_banner .parallax-list .parallax-offer {
          font-size: 14px;
          margin-bottom: 15px;
          letter-spacing: 1px; } }
  .ishiparallaxbannerblock .parallax_banner .parallax-list .parallax-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    display: block;
    width: 55%;
    letter-spacing: 0.5px;
    margin: 0 auto 20px;
    color: #666; }
  @media (max-width: 1500px) {
        .ishiparallaxbannerblock .parallax_banner .parallax-list .parallax-subtitle {
          width: 65%; } }
  @media (max-width: 1199px) {
        .ishiparallaxbannerblock .parallax_banner .parallax-list .parallax-subtitle {
          width: 75%; } }
  @media (max-width: 991px) {
        .ishiparallaxbannerblock .parallax_banner .parallax-list .parallax-subtitle {
          width: 85%; } }
  @media (max-width: 543px) {
        .ishiparallaxbannerblock .parallax_banner .parallax-list .parallax-subtitle {
          width: 90%;
          font-size: 13px; } }
  .ishiparallaxbannerblock .parallax_banner .parallax-list #parallaxcountdown {
    margin-bottom: 30px;
    clear: both; }
  .ishiparallaxbannerblock .parallax_banner .parallax-list #parallaxcountdown .countdown {
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle; }
  .ishiparallaxbannerblock .parallax_banner .parallax-list #parallaxcountdown .countdown .data {
    font-size: 24px;
    line-height: 30px;
    width: 70px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
    color: #232323;
    position: relative;
    margin-top: 7px; }
  @media (max-width: 1199px) {
            .ishiparallaxbannerblock .parallax_banner .parallax-list #parallaxcountdown .countdown .data {
              width: 65px; } }
  @media (max-width: 767px) {
            .ishiparallaxbannerblock .parallax_banner .parallax-list #parallaxcountdown .countdown .data {
              font-size: 20px;
              line-height: 23px;
              width: 55px; } }
  .ishiparallaxbannerblock .parallax_banner .parallax-list #parallaxcountdown .countdown .text {
    font-size: 14px;
    color: #232323;
    margin-bottom: 10px; }
  .ishiparallaxbannerblock .parallax_banner .parallax-list > a {
    font-size: 14px;
    color: #fff;
    background-color: #a45b37;
    border: 1px solid #a45b37;
    font-weight: 400;
    font-family: 'Minerva', sans-serif;
    padding: 10px 25px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease; }

.ishiservicesblock {
  text-align: center; }
  .ishiservicesblock .ishi-services > .row {
    display: flex; }
  @media (max-width: 1199px) {
      .ishiservicesblock .ishi-services > .row {
        display: block; } }
  .ishiservicesblock .home-title {
    margin-bottom: 40px; }
  @media (max-width: 543px) {
    .ishiservicesblock .home-title {
      margin-bottom: 30px; } }
  .ishiservicesblock .subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    letter-spacing: 0.5px;
    line-height: 24px; }
  .ishiservicesblock .ishiservices {
    margin: 0;
    order: 1;
    text-align: left;
    display: block;
    padding-right: 100px; }
  @media (max-width: 991px) {
    .ishiservicesblock .ishiservices {
      padding-right: 15px; } }
  .ishiservicesblock .ishiservices .service-content {
    margin-top: 30px;
    margin-bottom: 10px; }
  @media (max-width: 767px) {
      .ishiservicesblock .ishiservices .service-content {
        margin-top: 10px; } }
  .ishiservicesblock .ishiservices .services {
    cursor: pointer;
    position: relative;
    margin-bottom: 30px; }
  @media (max-width: 500px) {
      .ishiservicesblock .ishiservices .services {
        width: 100%;
        margin-bottom: 10px; } }
  .ishiservicesblock .ishiservices .services a {
    display: flex;
    align-items: center; }
  .ishiservicesblock .ishiservices .services .service-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
  .ishiservicesblock .ishiservices .services .service-img span {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    text-align: center;
    background-repeat: no-repeat;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    position: relative; }
  .ishiservicesblock .ishiservices .services .service-block {
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  .ishiservicesblock .ishiservices .services .service-block .service-title {
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
    margin: 0 0 5px;
    color: #232323;
    font-family: 'Minerva', sans-serif;
    letter-spacing: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease; }
  @media (max-width: 767px) {
          .ishiservicesblock .ishiservices .services .service-block .service-title {
            font-size: 16px; } }
  .ishiservicesblock .ishiservices .services .service-block .service-desc {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    letter-spacing: 0.42px;
    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) {
          .ishiservicesblock .ishiservices .services .service-block .service-desc {
            font-size: 14px; } }
  .ishiservicesblock .ishiservices .services:hover .service-img span {
    transform: rotateY(360deg); }
  .ishiservicesblock .ishiservices .button {
    display: inline-block; }
  .ishiservicesblock .story-video {
    order: 2; }
  @media (max-width: 1199px) {
    .ishiservicesblock .story-video {
      margin-bottom: 60px; } }
  @media (max-width: 991px) {
    .ishiservicesblock .story-video {
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
        .ishiservicesblock .story-video .story-image .img-container {
          display: inline-block; } }
  .ishiservicesblock .story-video .story-image .img-container img {
    max-width: 100%;
    width: 100%; }
  .ishiservicesblock .story-video .video-play-icon a {
    position: absolute;
    top: 45%;
    left: -14px;
    right: auto;
    text-align: center;
    margin: 0 auto;
    z-index: 1; }
  @media (max-width: 1299px) {
        .ishiservicesblock .story-video .video-play-icon a {
          top: 36%; } }
  @media (max-width: 1199px) {
        .ishiservicesblock .story-video .video-play-icon a {
          left: 0;
          right: 0;
          top: 45%; } }
  .ishiservicesblock .story-video .video-play-icon a .ripple-effect {
    position: relative;
    display: inline-block;
    background-color: #666;
    border-radius: 50%; }
  .ishiservicesblock .story-video .video-play-icon a .ripple-effect:after, .ishiservicesblock .story-video .video-play-icon a .ripple-effect:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
    transition: all 0.4s ease-in-out; }
  .ishiservicesblock .story-video .video-play-icon a .ripple-effect:after {
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite; }
  .ishiservicesblock .story-video .video-play-icon a .ripple-effect i {
    font-size: 70px;
    line-height: 60px;
    color: #fff; }

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }

  75% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1; }

  100% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 0; } }

#ishiheaderblock {
  position: relative;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400; }
  #ishiheaderblock span {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1px;
    fill: #fff; }
  @media (max-width: 330px) {
  #ishiheaderblock {
    font-size: 13px; } }
  #ishiheaderblock p {
    margin: 0;
    color: #fff;
    display: inline-block;
    padding: 11px 0; }

.ishicategoryblock {
  text-align: center;
  overflow: hidden;
  position: relative; }
  .ishicategoryblock .home-title {
    margin-bottom: 40px; }
  .ishicategoryblock .home-title:after {
    text-align: center;
    margin: 0 auto; }
  .ishicategoryblock .startCustomizingNowBtn {
    display: block;
    width: fit-content;
    padding: 10px 25px;
    color: #fff;
    background-color: #a45b37;
    border: 1px solid #a45b37;
    margin: 0 auto;
    transition: 0.5s all ease; }
  .ishicategoryblock .startCustomizingNowBtn:hover {
    background-color: #fff;
    color: #222; }
  .ishicategoryblock .ishicategoryblock-container {
    margin-bottom: 30px; }
  @media (max-width: 767px) {
    .ishicategoryblock .ishicategoryblock-container {
      padding: 0 10px; } }
  .ishicategoryblock .ishicategoryblock-container a {
    border: 1px solid #eee;
    padding: 20px;
    display: flex;
    align-items: center;
    overflow: hidden; }
  @media (max-width: 1399px) {
      .ishicategoryblock .ishicategoryblock-container a {
        padding: 10px; } }
  @media (max-width: 767px) {
      .ishicategoryblock .ishicategoryblock-container a {
        padding: 15px; } }
  .ishicategoryblock .ishicategoryblock-container a:hover .category-image img {
    transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    opacity: 0.9; }
  .ishicategoryblock .category-image {
    padding: 0;
    overflow: hidden;
    text-align: center;
    margin-right: 15px; }
  .ishicategoryblock .category-image img {
    max-width: 100%;
    margin: 0 auto;
    width: auto;
    border-radius: 50%;
    background-color: #fafafa;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .ishicategoryblock .category-image .collection-item {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #787878; }
  @media (max-width: 450px) {
      .ishicategoryblock .category-image .collection-item {
        font-size: 12px; } }
  .ishicategoryblock .menu-container {
    padding: 0;
    text-align: left; }
  .ishicategoryblock .heading {
    font-family: 'Minerva', sans-serif;
    font-size: 18px;
    color: #232323;
    font-weight: 800;
    display: block;
    position: relative;
    margin-bottom: 5px;
    line-height: 1.5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 450px) {
    .ishicategoryblock .heading {
      font-size: 14px; } }
  .ishicategoryblock .description {
    margin-bottom: 5px;
    line-height: 20px;
    display: block;
    font-size: 15px;
    color: #666; }
  @media (max-width: 450px) {
    .ishicategoryblock .description {
      font-size: 13px; } }
  .ishicategoryblock .button {
    color: #232323;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #232323; }
  @media (max-width: 450px) {
    .ishicategoryblock .button {
      font-size: 13px; } }

.ourStoryHomeSecion {
  background-image: url(https://luxuryleatherfurniture.com/image/templates/ourStoryBanner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 15px;
  text-align: center;
  color: #fff !important;
  max-width: 100%; }

.ourStoryHomeSecion .ourStoryHome {
  width: 100%;
  max-width: 80%;
  margin: auto; }

.ourStoryHomeSecion .ourStoryHome h1 {
  color: #fff;
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 30px; }

.ourStoryHomeSecion .ourStoryHome h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 400; }

.ishispecial {
  display: block;
  text-align: center; }
  .ishispecial .row {
    margin: 0 -10px; }
  .ishispecial .home-title:after {
    margin: 0 auto;
    text-align: center; }
  .ishispecial .product-layout {
    /* If media is below 992 */
    /* If media is below 992 */
    display: block;
    width: 100%;
    padding: 15px;
    overflow: hidden;
    position: relative; }
  @media (max-width: 767px) {
    .ishispecial .product-layout {
      padding: 10px;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .ishispecial .product-layout {
      padding: 5px; } }
  .ishispecial .product-layout .product-thumb {
    background-color: transparent;
    /* If media is below 992 */
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #eee; }
  @media (max-width: 991px) {
      .ishispecial .product-layout .product-thumb {
        display: block; } }
  .ishispecial .product-layout .product-thumb .image {
    padding-left: 0;
    padding-right: 20px;
    /* If media is below 544 */ }
  @media (max-width: 991px) {
        .ishispecial .product-layout .product-thumb .image {
          padding: 0; } }
  .ishispecial .product-layout .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; }
  .ishispecial .product-layout .product-thumb .outstock-overlay {
    display: none; }
  .ishispecial .product-layout .product-thumb .caption {
    /* If media is below 992 */
    /* If media is below 544 */
    text-align: left;
    padding: 0; }
  @media (max-width: 991px) {
        .ishispecial .product-layout .product-thumb .caption {
          padding: 15px;
          text-align: center;
          position: relative; } }
  @media (max-width: 543px) {
        .ishispecial .product-layout .product-thumb .caption {
          padding: 15px 5px; } }
  .ishispecial .product-layout .product-thumb .caption h4 {
    /* If media is below 992 */
    display: block;
    margin-bottom: 8px; }
  @media (max-width: 991px) {
          .ishispecial .product-layout .product-thumb .caption h4 {
            margin-bottom: 10px; } }
  .ishispecial .product-layout .product-thumb .caption h4 a {
    font-size: 14px; }
  .ishispecial .product-layout .product-thumb .caption .rating {
    position: unset;
    text-align: left;
    line-height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 6px;
    opacity: 1;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
          .ishispecial .product-layout .product-thumb .caption .rating {
            margin-bottom: 8px; } }
  .ishispecial .product-layout .product-thumb .caption .price {
    /* If media is below 992 */
    opacity: 1;
    margin-bottom: 9px; }
  @media (max-width: 991px) {
          .ishispecial .product-layout .product-thumb .caption .price {
            margin-bottom: 10px; } }
  .ishispecial .product-layout .product-thumb .caption .description {
    display: block;
    width: 80%; }
  @media (max-width: 1199px) {
          .ishispecial .product-layout .product-thumb .caption .description {
            display: none; } }
  .ishispecial .product-layout .product-thumb .caption .countdown-container {
    /* iIf media is below 768 */
    left: 0;
    right: 0;
    bottom: -12px;
    opacity: 1;
    display: inline-table;
    background: #fff;
    border: 1px solid #eee; }
  @media (max-width: 767px) {
          .ishispecial .product-layout .product-thumb .caption .countdown-container {
            position: relative;
            bottom: 0;
            margin-bottom: 15px; } }
  .ishispecial .product-layout .product-thumb .caption .countdown-container .counter {
    /* If media is between 992 and 1199 */
    /* If media s below 400 */
    padding: 5px 7px 3px; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
            .ishispecial .product-layout .product-thumb .caption .countdown-container .counter {
              padding: 5px 1px 3px; } }
  @media (max-width: 400px) {
            .ishispecial .product-layout .product-thumb .caption .countdown-container .counter {
              padding: 6px 2px 3px; } }
  .ishispecial .product-layout .product-thumb .caption .countdown-container .counter .data {
    font-size: 14px; }
  .ishispecial .product-layout .product-thumb .caption .countdown-container .counter .lbl {
    /* If media s below 400 */
    display: block;
    font-size: 12px;
    padding-top: 3px; }
    @media (max-width: 400px) {
            .ishispecial .product-layout .product-thumb .caption .countdown-container .counter .lbl {
              font-size: 11px; } }
  .ishispecial .product-layout .product-thumb .caption .button-group {
    display: block;
    position: unset;
    width: auto;
    height: auto;
    overflow: hidden; }
  .ishispecial .product-layout .product-thumb .caption .button-group > div {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    /* If media is above 543 */ }
  @media (min-width: 768px) {
            .ishispecial .product-layout .product-thumb .caption .button-group > div {
              opacity: 1;
              transform: translateX(0px);
              -moz-transform: translateX(0px);
              -webkit-transform: translateX(0px);
              -o-transform: translateX(0px);
              -ms-transform: translateX(0px); } }
  .ishispecial .product-layout .product-thumb .caption .button-group .btn-cart {
    margin-right: 4px;
    position: unset;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.8s;
    -moz-transition: all ease-in-out 0.8s;
    -o-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s; }
  @media (max-width: 500px) {
            .ishispecial .product-layout .product-thumb .caption .button-group .btn-cart {
              display: block;
              margin-right: 0;
              margin-bottom: 10px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
            .ishispecial .product-layout .product-thumb .caption .button-group .btn-cart {
              margin-right: 0; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
              .ishispecial .product-layout .product-thumb .caption .button-group .btn-cart .button {
                padding: 7px 4px; } }
  @media (max-width: 450px) {
                .ishispecial .product-layout .product-thumb .caption .button-group .btn-quickview .quickbox .icon, .ishispecial .product-layout .product-thumb .caption .button-group .btn-wishlist .quickbox .icon, .ishispecial .product-layout .product-thumb .caption .button-group .btn-compare .quickbox .icon, .ishispecial .product-layout .product-thumb .caption .button-group .btn-quickview button .icon, .ishispecial .product-layout .product-thumb .caption .button-group .btn-wishlist button .icon, .ishispecial .product-layout .product-thumb .caption .button-group .btn-compare button .icon {
                  border: 1px solid rgba(153, 153, 153, 0.2);
                  height: 35px; } }
  .ishispecial .product-layout .product-thumb:hover .countdown-container {
    /* If media is above 543 */ }
  @media (min-width: 768px) {
          .ishispecial .product-layout .product-thumb:hover .countdown-container {
            opacity: 0; } }

@media (max-width: 991px) {
    .ishistoryblock {
      margin-bottom: 30px !important; } }
  .ishistoryblock .subtitle {
    font-size: 60px;
    line-height: 60px;
    display: block;
    font-weight: 300;
    color: #666;
    margin-bottom: 20px; }
  @media (max-width: 1199px) {
    .ishistoryblock .subtitle {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 10px; } }
  @media (max-width: 767px) {
    .ishistoryblock .subtitle {
      font-size: 21px;
      line-height: 21px; } }
  .ishistoryblock .home-title {
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 1px;
    margin-bottom: 40px; }
  @media (max-width: 1499px) {
    .ishistoryblock .home-title {
      font-size: 44px;
      line-height: 44px; } }
  @media (max-width: 1199px) {
    .ishistoryblock .home-title {
      font-size: 40px;
      line-height: 40px;
      letter-spacing: 1px; } }
  @media (max-width: 767px) {
    .ishistoryblock .home-title {
      font-size: 35px; } }
  @media (max-width: 543px) {
    .ishistoryblock .home-title {
      margin-bottom: 30px; } }
  .ishistoryblock .home-title:after {
    width: 230px; }
  @media (max-width: 1199px) {
      .ishistoryblock .home-title:after {
        width: 150px; } }
  @media (max-width: 543px) {
      .ishistoryblock .home-title:after {
        width: 90px;
        text-align: center;
        margin: 0 auto; } }
  @media (max-width: 543px) {
    .ishistoryblock .home-title {
      font-size: 24px;
      line-height: 24px; } }
  @media (min-width: 992px) {
    .ishistoryblock .valign-wrapper {
      display: flex;
      align-items: center; } }
  @media (min-width: 992px) {
      .ishistoryblock .valign-wrapper .story-image-left {
        order: 1; } }
  @media (min-width: 992px) {
      .ishistoryblock .valign-wrapper .story-image-right {
        order: 2; } }
  .ishistoryblock .valign-wrapper .story-image-left .img-container, .ishistoryblock .valign-wrapper .story-image-right .img-container {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s; }
  @media (max-width: 991px) {
        .ishistoryblock .valign-wrapper .story-image-left .img-container, .ishistoryblock .valign-wrapper .story-image-right .img-container {
          display: block;
          text-align: center;
          margin-bottom: 30px; } }
  @media (max-width: 543px) {
        .ishistoryblock .valign-wrapper .story-image-left .img-container, .ishistoryblock .valign-wrapper .story-image-right .img-container {
          margin-bottom: 15px; } }
  .ishistoryblock .valign-wrapper .story-image-left .img-container img, .ishistoryblock .valign-wrapper .story-image-right .img-container img {
    position: relative;
    max-width: 100%;
    width: auto;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s; }
  @media (min-width: 992px) {
      .ishistoryblock .valign-wrapper .text-wrapper-left {
        order: 1; } }
  @media (min-width: 992px) {
      .ishistoryblock .valign-wrapper .text-wrapper-right {
        order: 2; } }
  @media (max-width: 543px) {
      .ishistoryblock .valign-wrapper .text-wrapper-left, .ishistoryblock .valign-wrapper .text-wrapper-right {
        text-align: center; } }
  .ishistoryblock .valign-wrapper .text-wrapper-left p, .ishistoryblock .valign-wrapper .text-wrapper-right p {
    margin-bottom: 30px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 16px; }
  .ishistoryblock .valign-wrapper .text-wrapper-left p strong, .ishistoryblock .valign-wrapper .text-wrapper-right p strong {
    font-size: 20px;
    color: #222; }
  @media (max-width: 1199px) {
        .ishistoryblock .valign-wrapper .text-wrapper-left p, .ishistoryblock .valign-wrapper .text-wrapper-right p {
          font-size: 14px; }
          .ishistoryblock .valign-wrapper .text-wrapper-left p strong, .ishistoryblock .valign-wrapper .text-wrapper-right p strong {
            font-size: 16px; } }
  @media (max-width: 543px) {
        .ishistoryblock .valign-wrapper .text-wrapper-left p, .ishistoryblock .valign-wrapper .text-wrapper-right p {
          margin-bottom: 15px; } }
  .ishistoryblock .valign-wrapper .text-wrapper-left .category_list, .ishistoryblock .valign-wrapper .text-wrapper-right .category_list {
    margin-bottom: 20px;
    overflow: hidden;
    clear: both; }
  .ishistoryblock .valign-wrapper .text-wrapper-left .category_list ul, .ishistoryblock .valign-wrapper .text-wrapper-right .category_list ul {
    overflow: hidden;
    clear: both;
    margin: 0; }
  .ishistoryblock .valign-wrapper .text-wrapper-left .category_list ul li, .ishistoryblock .valign-wrapper .text-wrapper-right .category_list ul li {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'Minerva', sans-serif;
    color: #666;
    padding: 0 10px 0 18px;
    position: relative;
    line-height: 24px;
    list-style: none; }
  @media (min-width: 992px) {
            .ishistoryblock .valign-wrapper .text-wrapper-left .category_list ul li, .ishistoryblock .valign-wrapper .text-wrapper-right .category_list ul li {
              width: 50%;
              float: left; } }
  @media (max-width: 991px) {
            .ishistoryblock .valign-wrapper .text-wrapper-left .category_list ul li, .ishistoryblock .valign-wrapper .text-wrapper-right .category_list ul li {
              display: inline-block;
              vertical-align: middle; } }
  @media (max-width: 400px) {
            .ishistoryblock .valign-wrapper .text-wrapper-left .category_list ul li, .ishistoryblock .valign-wrapper .text-wrapper-right .category_list ul li {
              display: block;
              text-align: left; } }
  .ishistoryblock .valign-wrapper .text-wrapper-left .category_list ul li:before, .ishistoryblock .valign-wrapper .text-wrapper-right .category_list ul li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #666;
    top: 8px;
    left: 0; }

.block_newsletter {
  font-size: 13px;
  padding: 80px 0; }
  .block_newsletter .news-icon .icon {
    display: block;
    width: 45px;
    text-align: center;
    margin: 0 auto 10px;
    height: 45px;
    fill: #999; }
  .block_newsletter .home-title {
    color: #fff;
    margin-bottom: 10px; }
  .block_newsletter .home-title:after {
    display: none; }
  .block_newsletter #newsletter {
    width: 45%;
    text-align: center;
    margin: 0 auto; }
  @media (max-width: 1199px) {
    .block_newsletter #newsletter {
      width: 65%; } }
  @media (max-width: 991px) {
    .block_newsletter #newsletter {
      overflow: visible;
      width: 70%; } }
  @media (max-width: 767px) {
    .block_newsletter #newsletter {
      width: 90%; } }
  @media (max-width: 543px) {
    .block_newsletter #newsletter {
      width: 100%; } }
  .block_newsletter p {
    margin: 2px 0; }
  .block_newsletter .conditions {
    display: none; }
  .block_newsletter .alert-danger, .block_newsletter .alert-success {
    padding: 5px;
    margin: 6px 0;
    font-size: 12px; }
  .block_newsletter #newsletter-container form {
    position: relative; }
  .block_newsletter #newsletter-container.footer-dropdown {
    margin-top: 0; }
  @media (max-width: 991px) {
      .block_newsletter #newsletter-container.footer-dropdown {
        margin-top: 10px; } }
  .block_newsletter #newsletter-container .newsletter_text {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    width: 40%; }
  @media (max-width: 1199px) {
      .block_newsletter #newsletter-container .newsletter_text {
        width: 50%; } }
  @media (max-width: 991px) {
      .block_newsletter #newsletter-container .newsletter_text {
        width: 70%; } }
  @media (max-width: 767px) {
      .block_newsletter #newsletter-container .newsletter_text {
        width: 90%; } }
  @media (max-width: 543px) {
      .block_newsletter #newsletter-container .newsletter_text {
        width: 100%; } }
  .block_newsletter #newsletter-container .newsletter_text .description {
    text-align: center;
    margin: 0 auto 20px;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-size: 17px;
    font-weight: 400;
    color: #999; }
  @media (max-width: 991px) {
        .block_newsletter #newsletter-container .newsletter_text .description {
          max-width: 100%; } }
  @media (max-width: 543px) {
        .block_newsletter #newsletter-container .newsletter_text .description {
          font-size: 14px; } }
  .block_newsletter #newsletter-container .newsletter_text .newsletter-content {
    display: inline-block;
    vertical-align: middle; }
  .block_newsletter #newsletter-container .newsletter_text .newsletter-content .title_block {
    color: #fff;
    margin-bottom: 15px;
    margin-top: 0;
    position: relative;
    line-height: 24px;
    font-size: 24px;
    font-weight: 500;
    display: inline-block; }
  @media (max-width: 400px) {
          .block_newsletter #newsletter-container .newsletter_text .newsletter-content .title_block {
            font-size: 20px; } }
  .block_newsletter #newsletter-container .newsletter_text .newsletter-content p {
    color: #a4a4a4;
    line-height: 24px;
    margin: 5px 0 20px 0;
    text-align: center; }
  @media (max-width: 400px) {
          .block_newsletter #newsletter-container .newsletter_text .newsletter-content p {
            padding: 0 10px; } }
  .block_newsletter #newsletter-container .newsletter_text .news-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    display: inline-block;
    fill: #666; }
  .block_newsletter #newsletter-container .newsletter_form {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-right: 0; }
  @media (max-width: 991px) {
      .block_newsletter #newsletter-container .newsletter_form {
        padding: 0; } }
  .block_newsletter #newsletter-container .newsletter_form a:before {
    display: none; }
  .block_newsletter #newsletter-container .newsletter_form .btn-submit {
    height: 54px;
    font-weight: 400;
    font-size: 14px;
    padding: 17px 23px;
    float: right;
    text-transform: uppercase;
    right: 3px;
    left: auto;
    text-align: center;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    top: 3px; }
  @media (max-width: 543px) {
        .block_newsletter #newsletter-container .newsletter_form .btn-submit {
          padding: 16px 14px;
          font-size: 13px; } }
  .block_newsletter #newsletter-container .newsletter_form .text-email {
    min-width: 250px;
    width: 100%;
    height: 60px;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    padding-right: 140px;
    background: #fff;
    color: #999;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize; }
  @media (max-width: 543px) {
        .block_newsletter #newsletter-container .newsletter_form .text-email {
          padding-right: 110px; } }
  .block_newsletter #newsletter-container .newsletter_form .text-email:focus {
    background-color: #fff; }
  .block_newsletter #newsletter-container .newsletter_form .text-email:placeholder {
    color: #fff; }

#_desktop_payment {
  order: 3;
  width: 100% !important;
  padding-top: 28px; }
  #_desktop_payment .ishipaymentblock {
    text-align: center !important; }

.ishipaymentblock {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: right; }
  @media (max-width: 991px) {
  .ishipaymentblock {
    padding: 0; } }
  @media (max-width: 991px) {
  .ishipaymentblock {
    text-align: center; } }
  .ishipaymentblock .item {
    display: inline-block;
    vertical-align: middle; }
  .ishipaymentblock .item a:hover {
    padding-left: 0; }
  .ishipaymentblock .item a img {
    background: transparent;
    padding: 2px;
    margin: 3px 1px;
    cursor: pointer;
    border-radius: 0;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  @media (max-width: 370px) {
        .ishipaymentblock .item a img {
          width: 41px; } }

.ishitestimonialsblock {
  color: #402e25;
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: right; }
  @media (max-width: 1399px) {
  .ishitestimonialsblock {
    background-size: cover;
    background-position: center;
    padding: 100px 0; } }
  @media (max-width: 767px) {
  .ishitestimonialsblock {
    padding: 30px 0; } }
  .ishitestimonialsblock .ishitestimonials-container {
    text-align: center;
    display: block;
    z-index: 1;
    margin: 50px 0;
    padding: 100px 0;
    background-color: #fafafa; }
  @media (max-width: 1399px) {
    .ishitestimonialsblock .ishitestimonials-container {
      background-color: rgba(250, 250, 250, 0.7);
      width: 60%;
      padding: 80px 0;
      margin: 0 auto;
      float: none; } }
  @media (max-width: 991px) {
    .ishitestimonialsblock .ishitestimonials-container {
      width: 70%;
      padding: 60px 0; } }
  @media (max-width: 767px) {
    .ishitestimonialsblock .ishitestimonials-container {
      width: 90%;
      padding: 30px 0; } }
  .ishitestimonialsblock .ishitestimonials-container .home-title {
    margin-bottom: 40px; }
  .ishitestimonialsblock .ishitestimonials-container .home-title:after {
    text-align: center;
    margin: 0 auto; }
  .ishitestimonialsblock .ishitestimonials-container .testimonial-img {
    display: none;
    width: 100px;
    height: 100px;
    margin: 0 auto; }
  .ishitestimonialsblock .ishitestimonials-container .testimonial-img img {
    max-width: 100%; }
  .ishitestimonialsblock .ishitestimonials-container .user-information {
    font: 500 18px/18px 'Minerva', sans-serif;
    color: #402e25;
    width: 65%;
    text-align: center;
    margin: 0 auto;
    /* If media is below 768 */ }
  @media (max-width: 480px) {
      .ishitestimonialsblock .ishitestimonials-container .user-information {
        width: 85%; } }
  .ishitestimonialsblock .ishitestimonials-container .user-information .user-name {
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    font-family: 'Minerva', sans-serif;
    margin-bottom: 0;
    margin-right: 5px;
    font-style: italic; }
  .ishitestimonialsblock .ishitestimonials-container .user-information .user-designation {
    font-size: 15px;
    display: inline-block;
    font-family: 'Minerva', sans-serif;
    font-weight: 400;
    position: relative;
    margin: 0;
    color: #666; }
  .ishitestimonialsblock .ishitestimonials-container .user-information .user-description p {
    font-family: 'Minerva', sans-serif;
    font-size: 16px;
    text-align: center;
    position: relative;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    margin: 0 auto 15px; }
  .ishitestimonialsblock .owl-nav {
    overflow: hidden; }
  @media (max-width: 1199px) {
    .ishitestimonialsblock .owl-nav {
      display: none; } }
  .ishitestimonialsblock .owl-nav .owl-prev, .ishitestimonialsblock .owl-nav .owl-next {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px; }
  .ishitestimonialsblock .owl-nav .owl-next {
    right: 0px;
    left: auto; }
  .ishitestimonialsblock .owl-dots {
    text-align: center;
    opacity: 1;
    position: relative;
    margin-top: 15px;
    -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; }
  @media (max-width: 991px) {
    .ishitestimonialsblock .owl-dots {
      margin-top: 30px; } }
  .ishitestimonialsblock .owl-dots .owl-dot {
    display: inline-block; }
  .ishitestimonialsblock .owl-dots .owl-dot img {
    /* If media is below 544 */
    border-radius: 50%;
    max-width: 100%;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 0 solid #666;
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  @media (max-width: 767px) {
        .ishitestimonialsblock .owl-dots .owl-dot img {
          width: 70px;
          height: 70px; } }
  .ishitestimonialsblock .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #666;
    cursor: pointer;
    border-radius: 50%;
    background: #402e25; }
  .ishitestimonialsblock .owl-dots .owl-dot.active span, .ishitestimonialsblock .owl-dots .owl-dot:hover span {
    background: #eceeef; }
  .ishitestimonialsblock .owl-dots .owl-dot.active img {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    border-width: 2px;
    filter: grayscale(0);
    transition: all 0.5s ease 0s; }
  .ishitestimonialsblock .owl-dots .owl-dot.active span {
    cursor: default; }

.ishispecialdeals {
  position: relative; }
  @media (max-width: 543px) {
  .ishispecialdeals {
    padding: 0 5px; } }
  @media (min-width: 1200px) {
    .ishispecialdeals .row {
      display: flex;
      align-items: center; } }
  .ishispecialdeals .collection-left {
    padding: 0; }
  @media (max-width: 1199px) {
    .ishispecialdeals .collection-left {
      margin-bottom: 60px; } }
  @media (max-width: 991px) {
    .ishispecialdeals .collection-left {
      margin-bottom: 0; } }
  @media (max-width: 543px) {
    .ishispecialdeals .collection-left {
      margin-bottom: 20px; } }
  .ishispecialdeals .home-title {
    margin-bottom: 45px; }
  .ishispecialdeals .description {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 24px;
    color: #666; }
  .ishispecialdeals #specialdealscountdown {
    margin-bottom: 30px;
    clear: both; }
  .ishispecialdeals #specialdealscountdown .countdown {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 75px;
    margin-right: 5px; }
  .ishispecialdeals #specialdealscountdown .countdown:after {
    content: ":";
    position: absolute;
    top: 18px;
    color: #232323;
    right: -4px;
    font-size: 30px; }
  @media (max-width: 543px) {
      .ishispecialdeals #specialdealscountdown .countdown {
        width: 60px; } }
  .ishispecialdeals #specialdealscountdown .countdown:last-child:after {
    display: none; }
  .ishispecialdeals #specialdealscountdown .countdown .data {
    font-size: 30px;
    line-height: 38px;
    color: #232323;
    font-weight: 500;
    text-align: center;
    margin: 0 auto; }
  .ishispecialdeals #specialdealscountdown .countdown .text {
    font-size: 14px;
    margin-top: 0;
    font-weight: 400;
    color: #232323;
    text-align: center; }
  .ishispecialdeals .btn-default {
    display: inline-block; }
  .ishispecialdeals .product-thumb:hover .countdown-container {
    opacity: 1; }
  .ishispecialdeals .product-thumb:hover .caption .price {
    opacity: 1; }
  .ishispecialdeals .owl-carousel .owl-nav {
    padding-top: 10px; }
  @media (max-width: 1600px) {
      .ishispecialdeals .owl-carousel .owl-nav {
        padding-top: 15px; } }
  @media (max-width: 543px) {
      .ishispecialdeals .owl-carousel .owl-nav {
        padding-top: 0px; } }

.ishiproductsblock {
  text-align: center; }
  .ishiproductsblock .home-title:after {
    text-align: center;
    margin: 0 auto; }
  .ishiproductsblock .ishiproductstab {
    /* If media is below 768 */
    position: relative;
    border: 0;
    text-align: center;
    margin: 15px 0 15px; }
  @media (max-width: 767px) {
    .ishiproductsblock .ishiproductstab {
      float: none;
      margin: 0; } }
  @media (max-width: 543px) {
    .ishiproductsblock .ishiproductstab {
      margin-bottom: 25px; } }
  @media (max-width: 400px) {
    .ishiproductsblock .ishiproductstab {
      margin-bottom: 14px; } }
  .ishiproductsblock .ishiproductstab .nav-item {
    /* If media is below 544 */
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    float: none;
    margin: 0 10px; }
  @media (max-width: 400px) {
      .ishiproductsblock .ishiproductstab .nav-item {
        display: block;
        margin-right: 0;
        text-align: center;
        margin-bottom: 0; } }
  .ishiproductsblock .ishiproductstab .nav-item:last-child {
    /* If media is below 544 */ }
  @media (max-width: 543px) {
        .ishiproductsblock .ishiproductstab .nav-item:last-child {
          margin-bottom: 0px; } }
  .ishiproductsblock .ishiproductstab .nav-item:last-child .nav-link:before {
    display: none; }
  .ishiproductsblock .ishiproductstab .nav-item .nav-link {
    /* If media is below 768 */
    /* If media is below 768 */
    /* If media is below 768 */
    background: transparent none repeat scroll 0 0;
    display: inline-block;
    color: #666;
    border: 0;
    border-radius: 0;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    outline: medium none;
    line-height: 20px;
    position: relative;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s; }
  @media (max-width: 767px) {
        .ishiproductsblock .ishiproductstab .nav-item .nav-link {
          padding: 8px 14px; } }
  @media (max-width: 543px) {
        .ishiproductsblock .ishiproductstab .nav-item .nav-link {
          padding: 8px 4px; } }
  @media (max-width: 400px) {
        .ishiproductsblock .ishiproductstab .nav-item .nav-link {
          padding: 5px 14px 5px;
          font-size: 15px; } }
  .ishiproductsblock .ishiproductstab .nav-item .nav-link:after {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    content: "";
    width: auto;
    height: 1px;
    margin: 0 auto;
    border-radius: 0;
    background: #232323;
    bottom: -7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 400px) {
          .ishiproductsblock .ishiproductstab .nav-item .nav-link:after {
            display: none; } }
  .ishiproductsblock .ishiproductstab .nav-item .nav-link.active, .ishiproductsblock .ishiproductstab .nav-item .nav-link:hover {
    color: #402e25; }
  .ishiproductsblock .ishiproductstab .nav-item.active .nav-link {
    color: #402e25;
    font-weight: 500; }
  .ishiproductsblock .ishiproductstab .nav-item.active .nav-link:after {
    opacity: 1; }
  .ishiproductsblock .tab-content {
    padding: 0;
    margin-top: 10px; }
  @media (max-width: 543px) {
      .ishiproductsblock .tab-content .block_content {
        padding: 0 5px; } }

.smartblog_block {
  display: block;
  position: relative;
  background-size: cover;
  overflow: hidden;
  /*<------------------------------------------------------------------------------------>*/ }
  .smartblog_block .blog-title {
    text-align: center; }
  .smartblog_block .home-title {
    margin-bottom: 40px; }
  .smartblog_block .home-title:after {
    text-align: center;
    margin: 0 auto; }
  .smartblog_block .blog_post {
    position: relative; }
  @media (max-width: 767px) {
    .smartblog_block .blog_post {
      display: block; } }
  .smartblog_block .blog_post:hover .news_module_image_holder a img {
    transform: scale(1.28);
    -moz-transform: scale(1.28);
    -webkit-transform: scale(1.28);
    -o-transform: scale(1.28);
    -ms-transform: scale(1.28); }
  .smartblog_block .blog_post:hover .news_module_image_holder .blogicons {
    opacity: 1; }
  .smartblog_block .blog_post .news_module_image_holder {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0; }
  .smartblog_block .blog_post .news_module_image_holder a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    overflow: hidden; }
  .smartblog_block .blog_post .news_module_image_holder a img {
    width: 100%;
    max-width: 100%;
    transition: all 1.5s;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s; }
  .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: #fff;
    background: #402e25;
    border-color: #402e25; }
  .smartblog_block .blog_post .news_module_image_holder .blogicons a i:before {
    border: 1px solid #fff;
    color: #fff;
    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 .news_module_image_holder .blog_date {
    position: absolute;
    text-align: left;
    left: 10px;
    top: 10px;
    font-family: 'Minerva', sans-serif;
    font-weight: 400;
    padding: 12px 19px;
    background-color: #232323;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  @media (max-width: 543px) {
        .smartblog_block .blog_post .news_module_image_holder .blog_date {
          padding: 11px 18px; } }
  .smartblog_block .blog_post .news_module_image_holder .blog_date .date_month {
    position: relative;
    margin: 0;
    text-align: center;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .smartblog_block .blog_post .news_module_image_holder .blog_date .date_month .day_date {
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    color: #fff; }
  @media (max-width: 767px) {
            .smartblog_block .blog_post .news_module_image_holder .blog_date .date_month .day_date {
              font-size: 25px;
              line-height: 25px; } }
  .smartblog_block .blog_post .news_module_image_holder .blog_date .date_month .day_month {
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
  .smartblog_block .blog_post .blog_content {
    text-align: center;
    margin-top: 15px; }
  .smartblog_block .blog_post .blog_content .write-comment {
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    color: #666; }
  .smartblog_block .blog_post .blog_content .write-comment a {
    color: #666; }
  .smartblog_block .blog_post .blog_content .blog_title {
    margin: 0;
    margin-bottom: 5px;
    line-height: 25px; }
  .smartblog_block .blog_post .blog_content .blog_title a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    font-weight: 500;
    color: #3d4246;
    font-family: 'Minerva', sans-serif; }
  .smartblog_block .blog_post .blog_content .blog-desc {
    font-size: 15px;
    font-weight: 400;
    color: #787878;
    line-height: 20px;
    letter-spacing: 0.5px; }
  .smartblog_block .blog_post .blog_content .read-more {
    color: #232323;
    padding-bottom: 5px;
    border-bottom: 1px solid #232323;
    overflow: hidden;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block; }
  .smartblog_block .blog_post .blog_content .read-more a {
    color: #232323; }
  .smartblog_block .owl-carousel .owl-nav {
    margin: 0; }
  .smartblog_block .owl-carousel .owl-nav .owl-next, .smartblog_block .owl-carousel .owl-nav .owl-prev {
    top: 33%; }
  .smartblog_block .owl-carousel .owl-dots {
    position: unset;
    margin-top: 25px; }

.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: #402e25;
    font-weight: 500;
    font-family: 'Minerva', 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: 'Minerva', sans-serif;
    padding: 20px 0 0; }
  .single-blog .blog-desc {
    /* If media is below 992 */
    padding: 30px 15px 20px;
    font-family: 'Minerva', sans-serif;
    margin: 0 auto;
    width: 80%;
    color: #323;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.8px;
    line-height: 20px; }
  @media (max-width: 991px) {
    .single-blog .blog-desc {
      width: 100%; } }
  .single-blog .smartblogcomments {
    margin-bottom: 50px; }
  .single-blog .smartblogcomments .reply-title {
    margin-bottom: 15px;
    font-weight: 500;
    color: #402e25;
    font-family: 'Minerva', sans-serif;
    font-size: 20px; }
  .single-blog .smartblogcomments .view-comment {
    text-align: left;
    padding: 15px 0;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .single-blog .smartblogcomments .view-comment:last-child {
    margin-bottom: 0; }
  .single-blog .smartblogcomments .view-comment .user_icon {
    display: inline-block;
    vertical-align: middle; }
  .single-blog .smartblogcomments .view-comment .user_icon i:before {
    font-size: 70px;
    color: #000; }
  .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: #402e25;
    font-family: 'Minerva', sans-serif;
    font-size: 20px; }
  .single-blog #add-comment .form-horizontal .control-label {
    text-align: left; }
  .single-blog #add-comment .form-horizontal .form-control {
    border-color: #eee; }
  .single-blog #add-comment .form-horizontal .form-control:last-child {
    margin-bottom: 0; }
  .single-blog #add-comment .form-horizontal .form-group {
    margin: 15px; }
  .single-blog #add-comment .form-horizontal .submit-btn {
    margin-top: 20px; }

.all-blog {
  text-align: center;
  margin: 0 auto; }
  .all-blog h1 {
    display: none; }
  .all-blog .sdsarticleCat {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center; }
  .all-blog .sdsarticleCat > div {
    font-family: 'Minerva', 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;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
      .all-blog .sdsarticleCat .blog-content {
        margin-bottom: 20px; } }
  .all-blog .sdsarticleCat .articleContent:last-child {
    margin-bottom: 0; }
  .all-blog .sdsarticleCat .articleContent .post_hover {
    display: none; }
  .all-blog .sdsarticleCat .articleContent .blog-image img {
    text-align: center;
    margin: 0 auto; }
  .all-blog .sdsarticleCat .smartblog-desc {
    /* If media is below 1200 */
    position: relative;
    text-align: left; }
  @media (max-width: 1199px) {
      .all-blog .sdsarticleCat .smartblog-desc {
        text-align: center; } }
  .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment {
    /* If media is below 1200 */
    margin-bottom: 15px; }
  @media (max-width: 1199px) {
        .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment {
          margin-bottom: 10px; } }
  .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .blog-title {
    /* If media is below 1200 */
    margin: 0 0 15px; }
  @media (max-width: 1199px) {
          .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .blog-title {
            margin: 15px 0; } }
  .all-blog .sdsarticleCat .smartblog-desc .blog-date-comment .blog-title a {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    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: #000;
    line-height: 25px; }
  .all-blog .sdsarticleCat .smartblog-desc .blog-desc {
    /* If media is below 1200 */
    display: block;
    margin-bottom: 15px;
    color: #666;
    line-height: 24px; }
  @media (max-width: 1199px) {
        .all-blog .sdsarticleCat .smartblog-desc .blog-desc {
          margin-bottom: 10px; } }

#ishioffersblock .offer-background {
  padding: 12px 0; }
  #ishioffersblock #offer-carousel {
    display: inline-block;
    vertical-align: middle;
    color: #402e25; }
  #ishioffersblock #offer-carousel p {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px; }
  #ishioffersblock .close {
    font-size: 30px;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 3px;
    opacity: 1;
    font-weight: 300; }
  #ishioffersblock .owl-nav .owl-prev, #ishioffersblock .owl-nav .owl-next {
    position: absolute;
    top: 0;
    left: 20%;
    right: auto;
    background: transparent;
    border: 0;
    margin: 0;
    width: 30px;
    height: 30px; }
  @media (max-width: 1199px) {
      #ishioffersblock .owl-nav .owl-prev, #ishioffersblock .owl-nav .owl-next {
        left: 13%; } }
  @media (max-width: 991px) {
      #ishioffersblock .owl-nav .owl-prev, #ishioffersblock .owl-nav .owl-next {
        left: 5%; } }
  @media (max-width: 767px) {
      #ishioffersblock .owl-nav .owl-prev, #ishioffersblock .owl-nav .owl-next {
        position: unset; } }
  #ishioffersblock .owl-nav .owl-prev i:before, #ishioffersblock .owl-nav .owl-next i:before {
    color: #fff;
    line-height: 27px; }
  #ishioffersblock .owl-nav .owl-next {
    left: auto;
    right: 20%; }
  @media (max-width: 1199px) {
      #ishioffersblock .owl-nav .owl-next {
        right: 13%; } }
  @media (max-width: 991px) {
      #ishioffersblock .owl-nav .owl-next {
        right: 5%; } }

#information-information #content h2 {
  margin-top: 0; }
  #information-information #content b {
    margin-bottom: 10px;
    position: relative;
    display: block;
    color: #333; }
  #information-information #content p {
    letter-spacing: 1.3px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #787878; }
  #information-information #content ul, #information-information #content ol {
    margin-bottom: 18px;
    padding-left: 26px; }
  #information-information #content ul li, #information-information #content ol li {
    color: #787878;
    line-height: 24px;
    font-size: 13px;
    padding-left: 3px;
    letter-spacing: 1.3px;
    font-weight: 400; }
  #information-information #content blockquote {
    text-align: left;
    line-height: 26px;
    color: #787878;
    margin-bottom: 0;
    letter-spacing: 0.2px;
    font-weight: 500;
    font-size: 13px;
    border-left: 3px solid #e5e5e5;
    margin-left: 15px; }
  @media (max-width: 991px) {
      #information-information #content blockquote {
        margin-bottom: 15px; } }
  #information-information #content blockquote p {
    font-size: 14px; }

.quickview {
  background: #fff;
  padding: 15px 0;
  display: block;
  overflow: hidden;
  position: relative; }
  .quickview .quickview-container .productpage-quickview {
    width: 100%; }
  .quickview .quickview-container .productpage-quickview .product-left {
    float: left; }
  .quickview .quickview-container .productpage-quickview .product-right {
    float: right;
    clear: none !important; }
  .quickview .quickview-container .productpage-quickview .product-right .product-title {
    font-weight: 600;
    padding: 0 0 5px; }
  .quickview .quickview-container .productpage-quickview .product-right .rating-wrapper {
    margin: 0 0 15px;
    clear: both;
    padding: 0; }
  .quickview .quickview-container .productpage-quickview .product-right .rating-wrapper .review-count, .quickview .quickview-container .productpage-quickview .product-right .rating-wrapper .write-review {
    display: none; }
  .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.attr {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 20px 0;
    margin: 0 0 20px; }
  .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.attr li {
    line-height: 28px;
    font-size: 14px;
    color: #666; }
    .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.attr li .desc {
      margin-right: 10px;
      text-transform: capitalize;
      color: #000; }
    .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.attr li a {
      color: #666;
      text-decoration: none; }
  .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.price li {
    line-height: 15px;
    padding: 3px 0;
    font-size: 15px;
    color: #808080; }
  .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.price .special-price {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px; }
  .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.price .input-group {
    display: inline-flex; }
    .quickview .quickview-container .productpage-quickview .product-right .list-unstyled.price .input-group .input-group-btn .btn-default {
      line-height: 18px; }
  .quickview .quickview-container .productpage-quickview .product-right .form-group .compare, .quickview .quickview-container .productpage-quickview .product-right .form-group .wishlist {
    padding: 10px 20px; }
  .quickview .quickview-container .productpage-quickview .product-right .form-group .compare i, .quickview .quickview-container .productpage-quickview .product-right .form-group .wishlist i {
    display: block; }
  .quickview .quickview-container .productpage-quickview .product-right #product2 .form-group .control-label {
    margin: 8px 8px 8px 0; }
  .quickview .quickview-container .productpage-quickview .product-right #product2 .form-group .form-control {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px; }
  .quickview .quickview-container .productpage-quickview .product-right #product2 .form-group button {
    width: auto;
    display: inline-block;
    vertical-align: middle; }
  .quickview .quickview-container .productpage-quickview .product-right #product2 .form-group .btn-primary {
    padding: 8px 20px; }
  .quickview .quickview-container .productpage-quickview .product-right .addthis_toolbox a {
    margin: 0; }

@font-face {
  font-family: 'Arimo';
  src: url('../fonts/Arimo-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Minerva';
  src: url('../fonts/fonnts.com-MinervaModern_Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Arimo', serif !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Minerva', sans-serif !important; }

@media (max-width: 543px) {
  .product-thumb .caption {
    min-height: 42px;
    height: 42px; } }

.product-thumb .caption h4 a {
  white-space: normal; }

#ishioffersblock .close {
  z-index: 9; }

.product_carousel {
  animation-name: slide-down; }

@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); } }

.hideMe, .oppriceg, .priceg {
  display: none !important;
  /* product-right cart-view */ }

#cart-view.product-right {
  background-color: #fafafa;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #c7c7c7; }

#cart-view.product-right .social-toolbox .addthis_toolbox .addthis_pill_style {
  position: relative;
  top: -1px;
  left: 25px; }

#cart-view.product-right .grouped_options .option.select-arm-style br, #cart-view.product-right .grouped_options .option.select-a-grade br {
  display: none; }

#cart-view.product-right .grouped_options .option.select-arm-style b, #cart-view.product-right .grouped_options .option.select-a-grade b {
  display: block;
  margin: 10px 0; }

#cart-view.product-right .grouped_options select {
  width: 80%;
  background: #f2f2f2;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 8px;
  margin-bottom: 15px;
  box-sizing: content-box; }

#cart-view.product-right table.product_grouped {
  width: 100%;
  margin-bottom: 0px;
  margin-right: 0px; }

#cart-view.product-right table.product_grouped td + td.left {
  width: auto;
  min-width: auto;
  padding: 0; }

#cart-view.product-right table.product_grouped td + td + td {
  width: 100px;
  min-width: 50px; }

#cart-view.product-right table.product_grouped h2 {
  font-weight: 800;
  font-size: 16px;
  margin: 0;
  max-width: 100%;
  padding-right: 10px;
  min-width: 100px;
  word-break: break-all;
  color: #000;
  letter-spacing: 0px; }

#cart-view.product-right table.product_grouped thead td, #cart-view.product-right table.product_grouped tfoot td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  /* #cart-view.product-right table.product_grouped tfoot .center.product_grouped-normal{
  font-size: 18px !important;
  font-weight: 700 !important;
} */ }

#cart-view.product-right table.product_grouped tfoot {
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

#headingttt li {
  list-style: none; }

.youtube {
  overflow: hidden;
  transition: all 0.2s ease-out;
  cursor: pointer; }

.pg-error {
  color: red; }

#cart-view.product-right table.product_grouped tfoot .center.product_grouped-normal, #cart-view.product-right table.product_grouped tfoot .center.product_grouped-hover {
  font-size: 18px !important;
  font-weight: 700 !important; }

#cart-view.product-right table.product_grouped tfoot td {
  padding: 10px 0 0; }

#cart-view.product-right table.product_grouped tfoot td input {
  min-width: 42px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: normal; }

.table.table-bordered > tbody > tr > td.text-left .input-group.btn-block {
  display: flex;
  vertical-align: middle;
  width: 100%;
  justify-content: flex-start;
  align-items: center; }

.input-group .form-control[name^="quantity"] {
  width: 100px; }

.table.table-bordered > tbody > tr > td.text-left .input-group.btn-block .input-group-btn button + button.btn-danger {
  font-size: 18px;
  padding: 7px 12px; }

#cart table > tbody > tr > td .btn-danger {
  position: relative;
  right: -8px; }

iframe#product-iframeV {
  min-height: 480px; }

#account-register .form-horizontal .control-label {
  position: relative;
  left: 6px; }

div.scroll {
  overflow-x: hidden;
  overflow-y: auto; }

#account-register .form-horizontal .control-label {
  position: relative;
  left: 16px;
  padding-left: 12px; }

#account-register .form-horizontal .control-label:before {
  position: absolute;
  left: 0px; }

.require, .required {
  color: #f00 !important; }

.breadcrumb > li {
  white-space: normal;
  line-height: 17px; }

.btn-quickview {
  display: none; }

td.text-right .btn.btn-danger {
  height: 39px;
  width: 39px; }

@media (max-width: 767px) {
  .footer-after {
    padding-bottom: 60px; }

  .ishispecialdeals #specialdealscountdown .countdown::after {
    top: -3px; }

  .breadcrumb > li {
    white-space: normal;
    line-height: 17px; }

  #cart-view.product-right table.product_grouped thead td, #cart-view.product-right table.product_grouped tfoot td {
    font-size: 14px; }

  #cart-view.product-right table.product_grouped h2 {
    min-width: 80px; }

  .table.table-bordered + .table.table-bordered {
    margin: 20px 0; }

  .table.table-bordered {
    margin: 0 0 20px;
    font-size: 12px;
    width: 100%; }

  .table.table-bordered > tbody > tr > td {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px; }

  .product-thumb .button-group .btn-quickview .quickbox .icon, .product-thumb .button-group .btn-cart .quickbox .icon, .product-thumb .button-group .btn-wishlist .quickbox .icon, .product-thumb .button-group .btn-compare .quickbox .icon, .product-thumb .button-group .btn-quickview button .icon, .product-thumb .button-group .btn-cart button .icon, .product-thumb .button-group .btn-wishlist button .icon, .product-thumb .button-group .btn-compare button .icon {
    background-color: #fff;
    border: 1px solid rgba(153, 153, 153, 0.2); }

  .blockcart #cart .cart-dropdown, .blockcart #cart .dropdown-menu {
    z-index: 999; } }

@media (min-width: 768px) and (max-width: 1024px) {
  #_desktop_column_left #column-left.col-sm-3 {
    min-width: 100%; } }

.color-palete {
  list-style: none;
  width: 85%;
  margin: 20px 0;
  padding: 10px;
  border-radius: 0px;
  max-height: 94px;
  display: flex;
  flex-flow: wrap;
  justify-content: left;
  overflow-y: auto; }

.color-palete li {
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 2px;
  border-radius: 20px; }

.color-palete li.selected {
  padding: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.08);
  transform: scale(1.12); }

.reassurance-space {
  border: 1px solid #eee;
  margin-bottom: 0 !important;
  background: #fff;
  border-radius: 10px; }

.reassurance-space .reassurance-block {
  padding: 20px 10px 0 10px; }

.reassurance-space .reassurance-block .reassurance {
  display: flex;
  align-items: center;
  margin-bottom: 34px; }

.reassurance-space .reassurance .reassurance-img {
  width: 45px;
  height: 45px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.reassurance-space .reassurance .reassurance-img img {
  max-width: 100%;
  vertical-align: middle; }

.reassurance-space .reassurance-text {
  text-align: left;
  width: 85%;
  padding-left: 15px; }

.reassurance-space .reassurance-text .reassurance-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
  color: #211e22;
  line-height: 18px; }

.reassurance-space .reassurance-text .reassurance-desc {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  line-height: 14px; }

#content .thumbnail {
  max-height: 607px; }

#content .thumbnail img {
  height: 100%;
  width: 100%;
  max-height: 607px; }

body .desktop-logo a {
  max-width: 200px; }

body #_desktop_top_menu .dropdown-menu.popover.sub-menu.collapse {
  max-width: 268px;
  display: flex; }

body #_desktop_top_menu .dropdown-menu.popover.sub-menu.collapse ul {
  width: 50% !important; }

body #_desktop_top_menu .dropdown-menu.popover.sub-menu.collapse ul li {
  width: 100% !important; }

body #_desktop_top_menu .dropdown-menu.popover.sub-menu.collapse ul li a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  margin: 0 8px 0 0 !important;
  padding: 0 !important; }

body #footer .block-social ul li.facebook, body #footer .block-social ul li.twitter, body #footer .block-social ul li.youtube {
  background: #fff !important; }

body #footer .block-social ul li.facebook i, body #footer .block-social ul li.twitter i, body #footer .block-social ul li.youtube i {
  color: #1d3661 !important; }

body #footer .block-social ul li.facebook a i::before, body #footer .block-social ul li.twitter a i::before, body #footer .block-social ul li.youtube a i::before {
  color: #1d3661 !important; }

body #common-home .block_newsletter {
  margin-bottom: 0 !important; }

.block_newsletter #newsletter-container .newsletter_text .description {
  color: #fff !important; }

.block_newsletter .news-icon .icon {
  fill: #fff !important; }

body .product-thumb:hover .price {
  opacity: 1 !important; }

body #top-menu li:hover:hover .sub-menu {
  display: none !important; }

#common-home .ishicategoryblock .category-image {
  overflow: unset !important; }

@media (max-width: 575px) {
  /*  10-10-2022 */
    body .nav-height .desktop-logo a {
      max-width: 88px; }
    body .mobile-width-right, .mobile-width-left {
      width: 50% !important; } }

body #common-home .ishicategoryblock .ishicategoryblock-container .category-image img {
  background-color: transparent;
  border-radius: 0;
  height: 100%;
  width: 100%;
  padding: 6px;
  object-fit: contain; }

body .ishicategoryblock .category-image .ishicategoryblock-bannerimg {
  border-radius: 0;
  background-color: #fafafa;
  height: 90px;
  width: 90px;
  margin: 0; }

.ishicategoryblock .ishicategoryblock-container a {
  border: 1px solid #eee;
  padding: 20px;
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 15px;
  min-height: 15rem; }

@media (max-width: 1400px) {
  .ishicategoryblock .ishicategoryblock-container a {
    min-height: 18rem; } }

@media (max-width: 991px) {
  .ishicategoryblock .ishicategoryblock-container a {
    min-height: 19rem; } }

@media (max-width: 767px) {
  .ishicategoryblock .ishicategoryblock-container a {
    min-height: auto; }

  body .ishicategoryblock .category-image .ishicategoryblock-bannerimg {
    height: 80px;
    width: 80px;
    margin: 0; }

  .ishicategoryblock .category-image {
    margin-right: 0px; }

  .ishicategoryblock .ishicategoryblock-container a {
    padding: 15px; } }

.grouped_options .product_color_option {
  height: 100%;
  overflow: unset; }

.product_size_option ul {
  list-style: none;
  border: none;
  border-radius: 6px;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.product_size_option ul.grade_box li.grade-palete {
  width: 50% !important; }

.product_size_option ul.grade_box li a {
  border: 1px solid #1d3661;
  padding: 8px 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #9f9f9f;
  width: 100%;
  text-align: center; }

.product_size_option ul.grade_box li.grade-palete.selected a {
  background: #1d3661;
  color: #fff; }

.grouped_options .product_color_option ul {
  border: none;
  border-radius: 6px;
  padding: 8px 8px 0 0px; }

.grouped_options .product_color_option ul .color-palete img {
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 5px; }

.chair_customization ul {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr;
  justify-content: center;
  align-items: center;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px; }

.chair_customization ul li {
  display: grid;
  padding: 10px;
  grid-template-columns: 1fr;
  gap: 10px;
  cursor: pointer; }

.chair_customization ul li img {
  max-width: 100%;
  width: 100%; }

.chair_customization ul li span {
  background: #ddd;
  padding: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #000; }

.colorinput {
  margin: 0px 0;
  display: inline-block;
  cursor: pointer; }

.all.selected-select {
  padding-top: 10px; }

.all.selected-select .collectionBox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 14px;
  flex-direction: column; }

.all.selected-select .collectionBox > div {
  position: relative; }

.all.selected-select h3 {
  font-family: 'Arimo', serif !important;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase; }

.product_options {
  position: relative; }

.product_size_option p {
  font-weight: bold;
  color: #1d3661;
  text-transform: uppercase;
  font-size: 13px;
  width: auto;
  margin: 10px 0; }

.product_options .product-color {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  text-align: center;
  padding: 5px;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.product_options .product-color h4 {
  font-size: 13px;
  word-break: break-word;
  padding: 0;
  color: #fff;
  margin: 0; }

.product_size_option ul.wood_box {
  list-style: none;
  border: none;
  border-radius: 6px;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.product_size_option ul.grade_box {
  list-style: none;
  border: none;
  border-radius: 6px;
  padding: 0;
  margin-bottom: 10px;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  min-height: 100px; }

.product_size_option ul.wood_box li, .product_size_option ul.size_box li, .product_size_option ul .color-palete {
  width: auto;
  margin: 0; }

.product_size_option ul.wood_box p, .product_size_option ul.grade_box p, .product_size_option ul.size_box p, .product_size_option ul p {
  font-weight: bold;
  color: #1d3661;
  text-transform: uppercase;
  font-size: 13px;
  width: auto;
  margin: 0 10px 0 0; }

.product_size_option ul.wood_box li a img {
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 5px; }

.product_size_option ul li {
  padding: 2px !important; }

li.color-palete.selected {
  border: 1px solid #ccc; }

.product_size_option ul.size_box {
  display: flex;
  list-style: none;
  border: none;
  border-radius: 6px;
  padding: 0;
  margin-bottom: 15px;
  align-items: center;
  width: 100%;
  gap: 15px;
  flex-wrap: wrap; }

.size_box li a {
  border: 1px solid #1d3661;
  padding: 8px 10px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #9f9f9f; }

.size_box li.size-palete.selected a {
  background: #1d3661;
  color: #fff; }

.color-palete img {
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 0; }

.product_size_option ul p {
  font-weight: bold;
  color: #1d3661;
  text-transform: uppercase;
  font-size: 13px; }

.qty-input {
  color: #1d3661;
  background: transparent;
  display: flex;
  align-items: center;
  overflow: unset;
  border: 1px solid #ccc;
  height: auto;
  margin: 0;
  border-radius: 5px !important;
  box-shadow: none !important;
  transform: unset !important;
  width: fit-content;
  border: none; }

.qty-input .product-qty, .qty-input .qty-count {
  background: transparent;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 2.5rem;
  line-height: 1; }

.qty-input .product-qty:focus, .qty-input .qty-count:focus {
  outline: none; }

.qty-input .product-qty {
  width: 30px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  color: #000; }

.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

.qty-input .qty-count {
  padding: 0;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border: 1px solid #a45b38 !important;
  font-size: 1.25em;
  text-indent: -100px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }

.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 1px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.qty-input .qty-count.qty-count--minus {
  text-indent: unset; }

.qty-input .qty-count.qty-count--minus:before, .qty-input .qty-count.qty-count--minus:after {
  display: none; }

.qty-input .qty-count i.fa-regular {
  font-family: FontAwesome !important;
  font-style: normal;
  font-size: 14px;
  color: #7a7a7a; }

.qty-input .qty-count--minus {
  border-right: none; }

.qty-input .qty-count--add {
  border-left: none; }

.qty-input .qty-count--add:after {
  transform: rotate(90deg); }

.qty-input .qty-count:disabled {
  color: #ccc;
  background: #fff;
  cursor: not-allowed;
  border-color: transparent; }

.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc; }

.qty-add-cart-btn {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap; }

#cart-view.product-right .cart.clearfix {
  padding-bottom: 0px; }

#cart-view.product-right .cart.clearfix #add_to_cart.button {
  padding: 10px 20px !important;
  border-radius: 6px !important;
  font-size: 18px !important;
  width: 260px !important;
  text-transform: uppercase;
  font-weight: bold;
  height: 45px; }

.price-total {
  display: flex;
  align-items: center;
  gap: 5px; }

.price-total h2 {
  margin: 0;
  font-weight: bold;
  color: #000; }

.price-total span, .price-total .price {
  font-size: 27px;
  font-weight: bold;
  color: #000; }

.price-total .price.strikethrough {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  font-size: 20px; }

ul.color_box:nth-child(1) {
  margin: 0; }

.size_box .size-label input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.size_box .size-label {
  cursor: pointer;
  width: auto;
  position: relative;
  margin: 0; }

.size_box .size-label .size-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #1d3661;
  border-radius: 0px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
  color: #1d3661;
  font-size: 16px;
  font-weight: bold; }

.size_box .size-label input[type="radio"]:checked + .size-content:after {
  content: "";
  position: absolute;
  /* 31/10/2022 */ }

.ishiparallaxbannerblock .parallax_banner .parallax-list .theme-button:hover {
  background-color: #fff;
  color: #1d3661; }

#product-search .search-criteria #button-search:hover, .form-horizontal #button-quote:hover, #product-compare .table-responsive table td > input[type=button]:hover, form.form-horizontal .pull-right input:hover, #account-login .well > a:hover, #account-login .well form > input:hover, .clearfix .pull-right a:hover, #product-category #filterbox-container .panel-footer #button-filter:hover, .buttons .pull-right .btn-primary:hover, #cart .cart-dropdown .cart-btn .btn-primary:hover, #account-wishlist .text-right .btn-primary:hover {
  color: #fff !important; }

#collapse-coupon .input-group .input-group-btn > #button-coupon, #collapse-voucher .input-group .input-group-btn > #button-voucher, #product-category #content .buttons .pull-right a:hover {
  background-color: #1d3661;
  border: 1px solid #1d3661;
  color: #fff; }

.select-wrapper:after {
  color: #000; }

#product-compare .table-responsive table td > input[type=button] {
  line-height: 18px; }

#product-compare .alert-success.alert-dismissible {
  position: relative; }

#product-compare .alert-success.alert-dismissible button.close {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  line-height: 18px; }

#product-product .product-right .form-group .wishlist:focus, #product-product .product-right .form-group .compare:focus {
  fill: #1d3661;
  border: 1px solid #1d3661; }

#account-address table.table .text-right > a.btn {
  width: max-content;
  height: auto; }

#account-order table.table td.text-right a.btn:hover {
  background-color: #fff;
  border-color: #269abc;
  color: #269abc; }

#mobile_top_menu_wrapper .top-menu .navbar-toggler .fa-angle-down:before {
  display: none; }

#checkout-cart .table.table-bordered > tbody > tr > td.text-left .input-group.btn-block > .input-group-btn > button {
  padding: 8px 12px;
  font-size: 15px; }

#search span.input-group-btn #ajax-search-btn {
  background-color: #1d3661; }

#search span.input-group-btn #ajax-search-btn i::before {
  color: #fff; }

i.qc-select-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

#account-order .table.table-bordered > thead > tr > td, #account-order .table.table-bordered > tbody > tr > td {
  text-align: center; }

.alert.alert-success.alert-dismissible {
  position: relative; }

.alert.alert-success.alert-dismissible button.close {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  line-height: 18px; }

@media (max-width: 1199px) {
  #checkout-cart .table.table-bordered > tbody > tr > td.text-left .input-group.btn-block > input {
    width: 80px; } }

@media (max-width: 991px) {
  .ishiparallaxbannerblock .parallax_banner .parallax-list .parallax-offer {
    width: 85%; } }

@media (min-width: 768px) {
  #account-password form.form-horizontal fieldset .control-label {
    display: inline-block;
    width: 160px; }

  #account-password form.form-horizontal fieldset .col-sm-10 {
    width: calc(100% - 160px); }

  #account-order .table-responsive table tfoot > tr > td {
    padding: 10px 15px; }

  #account-return .form-horizontal > .clearfix {
    width: 82.33%;
    float: right; } }

@media (max-width: 576px) {
 }

@media (max-width: 543px) {
  .product-thumb .caption {
    min-height: 70px;
    height: auto; } }

@media (max-width: 1280px) and (min-width: 768px) {
  .owl-carousel .owl-stage .owl-item .slider-content.slider-content-left {
    margin-left: 25px; }

  .owl-carousel .owl-stage .owl-item .slider-content.slider-content-right {
    margin-right: 25px; }

  .ishislider:hover .owl-carousel .owl-nav .owl-next.ishi-style-nav3 {
    right: 15px; }

  .ishislider:hover .owl-carousel .owl-nav .owl-prev.ishi-style-nav3 {
    left: 15px; } }

#product-product .product-right .grouped_options .prodcut_option .grade_box .grade-label, #product-product .product-right .grouped_options .prodcut_option .color_box .color-label {
  position: relative;
  border: 2px solid #c7c7c7; }

#product-product .product-right .grouped_options .prodcut_option .grade_box .grade-label.selected, #product-product .product-right .grouped_options .prodcut_option .color_box .color-label.selected, #product-product .product-right .grouped_options .prodcut_option .wood_box .wood-label.selected {
  border: 2px solid #a45b38; }

#product-product .product-right .grouped_options .prodcut_option .grade_box .grade-label > .grade-palete, #product-product .product-right .grouped_options .prodcut_option .color_box .color-label > .color-palete {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
  z-index: 2; }

#product-product .product-right .grouped_options .chair_customization .op-sel {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#product-product .product-right .grouped_options .chair_customization .op-sel input[type=radio] {
  display: none; }

#product-product .product-right .grouped_options .chair_customization .op-sel > label {
  font-weight: 500;
  cursor: pointer;
  width: calc(25% - 15px);
  min-width: 112px; }

#product-product .product-right .grouped_options .chair_customization .op-sel > label > span {
  background-color: #e5e5e5;
  padding: 8px;
  margin-bottom: 5px;
  display: block;
  text-align: center; }

#product-product .product-right .grouped_options .chair_customization .op-sel .product_options img {
  width: 100%;
  height: 100%;
  max-width: 100%; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box label {
  position: relative;
  border: 1px solid #c9c0be;
  transition: 0.2s; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner.color_box, #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner.wood_box {
  display: flex;
  max-width: 100%;
  overflow: auto; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner.color_box .color_box {
  display: flex;
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner.size_box label .size-content {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box label input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
  z-index: 2; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box label {
  margin-right: 0px;
  margin-bottom: 0;
  font-weight: 500;
  cursor: pointer;
  width: 75px;
  height: 75px;
  min-width: 75px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 5px;
  border-radius: 6px;
  background-color: #f6f2ef; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .color_box label {
  padding: 0; }

.prodcut_option_selection_box label .dotbox {
  display: flex;
  gap: 3px;
  align-items: center; }

.prodcut_option_selection_box label .dotbox .dot {
  width: 10px;
  height: 10px;
  background: #d9d9d9;
  border-radius: 50%; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box label > img {
  height: 65px;
  width: 65px;
  max-width: 100%;
  max-height: 100%;
  min-width: 65px;
  min-height: 65px; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box label .gradeNameText {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.1;
  font-size: 13px;
  font-family: 'Minerva', sans-serif !important; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 5px; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box.size-selection-section .prodcut_option_selection_box_inner label .size-content {
  border: none; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box.size-selection-section .prodcut_option_selection_box_inner label {
  margin-bottom: 5px; }

#product-product .product-right .grouped_options .chair_customization .op-sel .product_options {
  height: 120px;
  width: 120px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  margin: auto; }

#product-product .product-right .grouped_options .chair_customization .op-sel .product_options .product-color h4 {
  padding: 5px; }

#product-product .product-right .panel {
  background: none;
  border: none;
  margin-bottom: 20px; }

#product-product .product-right .panel-group, #product-product .product-right .panel-heading, #product-product .product-right .panel-body {
  padding: 0;
  background: none;
  border: none; }

#product-product .product-right .panel-group {
  margin: 0; }

#product-product .product-right .panel-body {
  padding-top: 15px; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .options-head {
  margin: 0; }

#product-product .product-right .panel-collapse.collapse {
  overflow: hidden; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box label:hover, #product-product .product-right .grouped_options .chair_customization .op-sel .product_options:hover {
  transform: scale(0.95); }

#product-product .product-right .options-head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400; }

#product-product .product-right .options-head a {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 15px;
  color: #000;
  font-weight: 600; }

#product-product .product-right .options-head a .option-conuter {
  height: 30px;
  width: 30px;
  color: #fff;
  background-color: #a45b38;
  border-radius: 50%;
  line-height: 30px;
  text-align: center; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box {
  border-top: 1.5px #e4e4e4 solid;
  padding-top: 20px; }

.prodcut_option_selection_box .options-head .viewAllbtn {
  color: #fff !important;
  background-color: #a45b38;
  border: 1px solid #a45b38;
  border-radius: 6px;
  font-weight: bold;
  padding: 2px 12px;
  font-size: 13px;
  margin-left: auto; }

.product_size_option p {
  color: #333;
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .color_box .color-label, #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .wood_box .wood-label {
  position: relative; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .color_box .color-label::before, #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .wood_box .wood-label::before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  width: 24px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin: auto;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 2;
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.8)); }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .color_box .color-label.selected::before, #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .wood_box .wood-label.selected::before {
  opacity: 1;
  visibility: visible; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box.size-selection-section .prodcut_option_selection_box_inner .size-label {
  padding: 3px; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .color_box .color-label::after, #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .wood_box .wood-label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .color_box .color-label.selected::after, #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .wood_box .wood-label.selected::after {
  opacity: 1;
  visibility: visible; }

.viewMoreModal {
  padding-right: 0 !important; }

.viewMoreModal.fade .modal-dialog {
  margin: 0;
  margin-left: auto;
  height: 100%;
  transform: translate(100%, 0); }

.viewMoreModal.in .modal-dialog {
  transform: translate(0, 0); }

.viewMoreModal .modal-dialog .modal-content {
  height: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  overflow: auto; }

.color-modal-body, .wood-modal-body {
  padding: 15px; }

#colorModal .color-modal-body .color_box, #colorModal .color-modal-body, #woodModal .wood-modal-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

#colorModal .color-modal-body .color_box label.color-label, #colorModal .color-modal-body label.color-label, #woodModal .wood-modal-body label.wood-label {
  margin-right: 10px;
  font-weight: 500;
  cursor: pointer;
  width: 95px;
  height: 95px;
  min-width: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 2px solid #c7c7c7;
  transition: 0.2s; }

#colorModal .color-modal-body .color_box label.color-label::before, #colorModal .color-modal-body label.color-label::before, #woodModal .wood-modal-body label.wood-label::before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  width: 24px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  margin: auto;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 2; }

#colorModal .color-modal-body .color_box label.color-label::after, #colorModal .color-modal-body label.color-label::after, #woodModal .wood-modal-body label.wood-label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background: rgba(122, 122, 122, 0.412);
  opacity: 0;
  visibility: hidden; }

#colorModal .color-modal-body .color_box label.color-label img, #colorModal .color-modal-body label.color-label img, #woodModal .wood-modal-body label.wood-label img {
  height: 85px;
  width: 85px;
  max-width: 100%;
  max-height: 100%;
  min-width: 85px;
  min-height: 85px; }

#colorModal .color-modal-body .color_box label.color-label.selected::before, #colorModal .color-modal-body label.color-label.selected::before, #woodModal .wood-modal-body label.wood-label.selected::before, #colorModal .color-modal-body .color_box label.color-label.selected::before, #colorModal .color-modal-body label.color-label.selected::after, #woodModal .wood-modal-body label.wood-label.selected::after {
  opacity: 1;
  visibility: visible; }

#colorModal .color-modal-body .color_box label.color-label.selected, #colorModal .color-modal-body label.color-label.selected, #woodModal .wood-modal-body label.wood-label.selected {
  border-color: #1d3661; }

#colorModal .color-modal-body .color_box label.color-label input[type="radio"], #colorModal .color-modal-body label.color-label input[type="radio"], #woodModal .wood-modal-body label.wood-label input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
  z-index: 2; }

#colorModal .color-modal-body .color_box label.color-label .color-palete, #colorModal .color-modal-body label.color-label .color-palete, #woodModal .wood-modal-body label.wood-label .wood-palete {
  list-style: none;
  width: 85%;
  margin: 20px 0;
  padding: 10px;
  border-radius: 0px;
  max-height: 94px;
  display: flex;
  flex-flow: wrap;
  justify-content: left;
  overflow-y: auto; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner.color_box .color_box {
  gap: 15px;
  overflow: hidden; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner.color_box, #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner.wood_box {
  overflow: hidden;
  gap: 15px; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner {
  gap: 15px;
  overflow: hidden; }

.color-more-opticon {
  display: grid;
  grid-template-columns: 8fr 2fr;
  align-items: center;
  justify-content: space-between; }

.color-more-opticon button.viewAllbtn {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  font-size: 22px;
  font-weight: bold;
  color: #333; }

.product_grouped_right .qty-add-cart-btn {
  display: block;
  border-top: 1.5px #e4e4e4 solid;
  padding-top: 20px; }

.product_grouped_right .qty-add-cart-btn .qty-input, .product_grouped_right .qty-add-cart-btn .cart.clearfix {
  margin: 10px 0; }

#cart-view.product-right .cart.clearfix #add_to_cart.button {
  width: 100% !important;
  font-size: 16px !important; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .size_box .size-label {
  height: 45px; }

#product-product .product-right .grouped_options .prodcut_option .grade_box .grade-label.selected, #product-product .product-right .grouped_options .prodcut_option .legfinish-selection-section.prodcut_option_selection_box .options_box .legfinish-label.selected, #product-product .product-right .grouped_options .prodcut_option .options-selection-section.prodcut_option_selection_box .options_box .options-label.selected {
  position: relative;
  border: 2px solid #a45b38; }

#product-product .product-right .grouped_options .prodcut_option .grade_box .grade-label.selected::before, #product-product .product-right .grouped_options .prodcut_option .legfinish-selection-section.prodcut_option_selection_box .options_box .legfinish-label.selected::before, #product-product .product-right .grouped_options .prodcut_option .options-selection-section.prodcut_option_selection_box .options_box .options-label.selected::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -5px;
  height: 20px;
  width: 20px;
  background: #a45b38;
  color: #fff;
  border-radius: 50%; }

#product-product .product-right .grouped_options .prodcut_option .grade_box .grade-label.selected::after, #product-product .product-right .grouped_options .prodcut_option .legfinish-selection-section.prodcut_option_selection_box .options_box .legfinish-label.selected::after, #product-product .product-right .grouped_options .prodcut_option .options-selection-section.prodcut_option_selection_box .options_box .options-label.selected::after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 3px;
  height: 5px;
  width: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg); }

#product-product .product-right .grouped_options .prodcut_option .grade_box label.grade-label.selected .dotbox .dot {
  background: #a45b38; }

@media (max-width: 1490px) {
  #product-product .product-right .grouped_options .chair_customization .op-sel .product_options {
    height: 105px;
    width: 105px; } }

@media (min-width: 768px) {
  body.mobile_screen {
    display: none; }

  body.desktop_screen {
    display: block; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  body.mobile_screen #product-product .product-right .grouped_options .chair_customization .op-sel > label {
    font-weight: 500;
    cursor: pointer;
    width: calc(25% - 15px);
    min-width: 125px; }

  body.mobile_screen #product-product .product-right .grouped_options .chair_customization .op-sel .product_options {
    height: 125px;
    width: 125px; }

  body.mobile_screen #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box label {
    margin-right: 0px;
    font-weight: 500;
    cursor: pointer;
    width: 125px;
    height: 125px;
    min-width: 125px;
    display: flex;
    justify-content: center;
    align-items: center; }

  body.mobile_screen #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box label > img {
    height: 115px;
    width: 115px;
    max-width: 100%;
    max-height: 100%;
    min-width: 115px;
    min-height: 115px; }

  body.mobile_screen #cart-view.product-right .cart.clearfix {
    padding-bottom: 0px;
    margin-bottom: 20px;
    width: 100%; }

  body.mobile_screen .qty-add-cart-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0px;
    margin-bottom: 0;
    flex-wrap: wrap; }

  body.mobile_screen .qty-add-cart-btn > .form-group {
    margin-bottom: 0; }

  body.mobile_screen .price-total {
    display: flex;
    align-items: center;
    gap: 10px; }

  body.mobile_screen .wishlist-cart-btn {
    display: flex;
    align-items: center;
    gap: 20px; }

  body.mobile_screen .color-more-opticon {
    grid-template-columns: 6fr 2fr; }

  body.mobile_screen .custom-total-price {
    display: flex;
    align-items: center;
    gap: 10px; } }

@media (min-width: 320px) and (max-width: 575.98px) {
  body.mobile_screen .color-more-opticon {
    display: grid;
    grid-template-columns: 8fr 3fr;
    align-items: center;
    justify-content: space-between; }

  body.mobile_screen #product-product .product-right .grouped_options .chair_customization .op-sel {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px; }

  body.mobile_screen #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box label > img {
    height: 70px;
    width: 70px;
    max-width: 100%;
    max-height: 100%;
    min-width: 70px;
    min-height: 70px;
    object-fit: contain; }

  body.mobile_screen #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box label {
    margin-right: 0px;
    font-weight: 500;
    cursor: pointer;
    width: 80px;
    height: 80px;
    min-width: 80px;
    display: flex;
    justify-content: center;
    align-items: center; }

  body.mobile_screen #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner {
    gap: 10px;
    overflow: hidden; }

  body.mobile_screen #cart-view.product-right .cart.clearfix {
    padding-bottom: 0px;
    margin-bottom: 20px; }

  body.mobile_screen .qty-add-cart-btn > .form-group {
    margin-bottom: 0; }

  body.mobile_screen .price-total {
    display: flex;
    align-items: center;
    gap: 10px; }

  body.mobile_screen .wishlist-cart-btn {
    display: flex;
    align-items: center;
    gap: 20px; }

  body.mobile_screen #product-product .product-right .grouped_options .chair_customization .op-sel .product_options {
    height: 123px;
    width: 123px; }

  body.mobile_screen #product-product .product-right .grouped_options .chair_customization .op-sel > label {
    font-weight: 500;
    cursor: pointer;
    width: calc(50% - 15px);
    min-width: 123px; }

  body.mobile_screen .custom-total-price {
    display: flex;
    align-items: center;
    gap: 10px; }

  body.mobile_screen #cart-view.product-right .cart.clearfix #add_to_cart.button {
    text-transform: uppercase;
    font-weight: bold;
    height: 45px; }

  body.mobile_screen #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner.color_box .color_box {
    gap: 10px;
    overflow: hidden;
    flex-wrap: wrap; } }

.size-selection-section .size_box .size-label.selected .size-content {
  border: 1px solid #1d3661;
  background: #1d3661;
  transition: ease-in 0.3s;
  color: #fff; }

#top-menu > li.clearance-text a {
  color: #f00 !important; }

.ishiservicesblock .ishiservices .services .service-block .service-desc {
  text-align: justify;
  font-size: 13px;
  line-height: 16px; }

.blockcart .cart-content .cart-products-count {
  background-color: #1d3661 !important; }

.blockcart .cart-content .cart-products-count.zero {
  background-color: #666 !important; }

.ishiservicesblock .ishiservices .services .service-img span {
  width: 75px;
  height: 75px; }

.color-more-opticon {
  grid-template-columns: unset !important; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner.color_box, #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner.color_box, #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner.wood_box {
  flex-wrap: wrap; }

.color-more-opticon {
  display: flex;
  justify-content: flex-start;
  align-items: unset;
  max-height: 310px;
  overflow: auto;
  height: 310px; }

.color-more-opticon button.viewAllbtn {
  width: 70px;
  height: 75px;
  display: none !important; }

.ishiservicesblock .ishiservices {
  padding-right: 40px; }

#account-login form > .btn-primary:focus, #account-login .well a:focus, #account-register form .buttons input:focus, #product-search .search-criteria input:focus, #product-category .buttons .btn-primary:focus {
  color: #fff !important; }

.mobile-width-right #cart .dropdown-backdrop, #ishisearch_widget .search-logo + .dropdown-backdrop {
  display: none !important; }

#colorModal .modal-dialog .modal-header .close span {
  line-height: 20px;
  padding: 0 !important;
  display: flex;
  font-size: 30px;
  margin: 0 !important; }

.swal2-icon.swal2-success [class^=swal2-success-line], .swal2-styled.swal2-confirm {
  background-color: #1d3661 !important; }

.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid #c0c9d5 !important; }

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px #7090c7 !important; }

.product-thumb .caption h4 {
  text-overflow: ellipsis; }

.product-thumb .caption h4 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

#checkout-cart #cart_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }

#checkout-cart #cart_content .content-area-left {
  width: calc(70% - 10px);
  max-width: calc(70% - 10px); }

#checkout-cart #cart_content #check_sidebar {
  width: calc(30% - 10px);
  max-width: calc(30% - 10px);
  position: sticky;
  top: 75px; }

#checkout-cart #cart_content #check_sidebar .coupon-section {
  margin: 0 !important; }

#checkout-cart #cart_content #check_sidebar .coupon-section .coupon-top h2 {
  margin-top: 0; }

#checkout-cart #cart_content #check_sidebar .coupon-section .coupon-top p {
  margin-bottom: 0; }

#checkout-cart #cart_content #check_sidebar .buttons {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center; }

#checkout-cart #cart_content #check_sidebar .buttons .btn-box .btn {
  margin-bottom: 10px;
  display: block;
  border-radius: 5px; }

#checkout-cart #cart_content #check_sidebar .buttons .btn-box .btn-primary:hover {
  color: #fff; }

#checkout-cart #cart_content #check_sidebar .half-payment {
  margin-bottom: 20px;
  padding: 10px 10px 0;
  text-align: justify; }

#checkout-cart #cart_content #check_sidebar .half-payment .subTitle {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  font-weight: 500;
  padding-bottom: 10px; }

#checkout-cart #cart_content #check_sidebar .half-payment .subTitle .duetoday_amount {
  margin-left: auto;
  color: #000; }

#checkout-cart #cart_content #check_sidebar .half-payment p {
  color: #000; }

#checkout-cart #cart_content #check_sidebar .buttons .btn-box {
  width: 100%; }

#checkout-cart #cart_content .content-area-left .table-responsive .table {
  margin-bottom: 0; }

#checkout-cart #cart_content .content-area-left .table-responsive .table .input-group.btn-block {
  display: flex;
  justify-content: center;
  flex-direction: row; }

#checkout-cart #cart_content .content-area-left .table-responsive .table .input-group.btn-block .quantity {
  max-width: 100px;
  border-radius: 5px; }

#checkout-cart #cart_content .content-area-left .table-responsive .table .input-group.btn-block .input-group-btn {
  min-width: fit-content;
  margin-right: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

#checkout-cart #cart_content .content-area-left .table-responsive .table .input-group.btn-block .input-group-btn .btn {
  margin: 0;
  margin-left: 6px;
  width: auto;
  padding: 8px 12px;
  background: #1d3661;
  border-radius: 5px;
  z-index: unset; }

#checkout-cart #cart_content #check_sidebar .coupon-section .panel-group#accordion .panel-body {
  background: #1d3661;
  color: #fff;
  border-radius: 5px; }

#checkout-cart #cart_content #check_sidebar .coupon-section .panel-group#accordion .panel-body .input-group {
  border-radius: 5px;
  overflow: hidden; }

#checkout-cart #cart_content #check_sidebar .coupon-section .panel-group#accordion .panel-body .input-group input {
  margin-bottom: 0; }

#checkout-cart #cart_content #check_sidebar .coupon-section .panel-group#accordion label {
  color: #fff; }

#checkout-cart #cart_content #check_sidebar .coupon-section .panel-group#accordion #button-coupon {
  color: #fff;
  background-color: #fb8a05;
  border: 1px solid #fb8a05; }

#checkout-cart #cart_content #check_sidebar .coupon-section .sub-total-table .table {
  margin-bottom: 0; }

#checkout-cart #cart_content .table tr td {
  border: none; }

#checkout-cart #cart_content .table thead td {
  color: #000;
  font-weight: 600; }

#checkout-cart #cart_content #check_sidebar .sidebar_content_common.sub-total-table .table tr:last-child {
  border-top: 1px solid #e7e7e7; }

#checkout-cart #cart_content .content-area-left #paymnet_plans {
  box-shadow: 0 0 5px 0 #e7e7e7;
  border-radius: 5px;
  padding: 15px;
  margin-top: 15px; }

#checkout-cart #cart_content .content-area-left #paymnet_plans .payment-heading {
  display: block;
  padding: 10px 0 15px;
  color: #323232;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: left; }

#checkout-cart #cart_content .content-area-left .table-responsive {
  box-shadow: 0 0 5px 0 #e7e7e7;
  border-radius: 5px; }

#checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box .gray-text {
  display: block;
  font-size: 12px;
  margin-bottom: 8px; }

#checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box {
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #e7e7e7;
  margin-bottom: 10px;
  border: 1px solid #e7e7e7; }

#checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box.active {
  background: #e8effa;
  border: 1px solid #1660cf; }

#checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box label {
  margin-left: 10px; }

#checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box label .amount {
  padding: 0 0 0 6px; }

#checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box .imgs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }

#checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box .imgs img {
  object-fit: contain;
  margin-right: 6px;
  margin-bottom: 6px; }

#checkout-cart #cart_content #check_sidebar .sidebar_content_common {
  box-shadow: 0 0 5px 0 #e7e7e7;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 15px; }

#checkout-cart #cart_content .content-area-left .table-responsive .table td .product-remove-btn {
  border-radius: 5px;
  padding: 7px 12px;
  background-color: #fff;
  color: #af1a31;
  border: 1px solid #e4e4e4;
  font-weight: 800;
  font-size: 14px; }

#checkout-cart #cart_content .content-area-left .table-responsive .table td {
  padding: 16px;
  color: #000;
  white-space: normal; }

#checkout-cart #cart_content #check_sidebar .sub-total-table .table td {
  color: #4f4f4f; }

#checkout-cart #cart_content #check_sidebar .sub-total-table .table tr.total-text td {
  color: #000; }

#checkout-cart #cart_content .content-area-left .table-responsive .table td .product-details {
  color: #000;
  margin-bottom: 0; }

#checkout-cart .sub-total-table .bill-sum {
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 20px;
  margin: 0;
  text-transform: capitalize;
  color: #323232; }

#swatch-btn {
  background-color: transparent;
  border: none; }

#swatch-btn .panel-heading {
  border: none;
  background-color: #fff; }

.requestSwatch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap; }

.requestSwatch.requestSwatchMobile {
  display: none !important; }

.requestSwatch > p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0; }

.requestSwatch > a {
  padding: 10px 18px 10px 38px;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  overflow: visible;
  border-radius: 0px;
  min-height: 52px;
  line-height: 1.3;
  transition: all 0.1s;
  width: 100%;
  z-index: 1;
  gap: 5px 15px;
  background-color: #a45b38;
  color: #fff;
  text-transform: capitalize;
  flex-wrap: wrap; }

.requestSwatch > a p {
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  color: #fff;
  margin: 0; }

.requestSwatch > a span {
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  text-transform: none;
  display: block;
  width: 100%;
  text-align: center; }

.requestSwatch > a:hover, .requestSwatch > a:hover p {
  background-color: #f6f2f0;
  color: #a45b38; }

.question {
  color: #000;
  font-size: 18px;
  font-weight: 600; }

.requestSwatch > a::before {
  content: url("https://luxuryleatherfurniture.com/image/catalog/Home-Page/Icons/Select-Swatches-2.svg");
  transition: all 0.1s;
  transition: all 0.1s;
  line-height: 1;
  height: auto;
  width: 25px; }

.customizeInStepsBox {
  padding-bottom: 10px; }

.customizeInStepsBox h3 {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Arimo', serif !important;
  margin: 0; }

.customizeInStepsBox p {
  font-size: 14px; }

.requestSwatch > a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.6;
  animation-name: pulse-animation;
  animation-duration: 1.5s;
  animation-iteration-count: infinite; }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #a45b38; }

  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); } }

@media (max-width: 1300px) {
  #checkout-cart #cart_content .content-area-left .table-responsive .table td {
    padding: 8px; } }

@media (max-width: 1199px) {
  .container#checkout-cart {
    max-width: 100%;
    width: 100%; }

  #checkout-cart #cart_content #check_sidebar {
    width: calc(26% - 10px);
    max-width: calc(26% - 10px);
    position: sticky;
    top: 75px; }

  #checkout-cart #cart_content .content-area-left {
    width: calc(74% - 10px);
    max-width: calc(74% - 10px); } }

@media (max-width: 1024px) {
  #checkout-cart #cart_content .content-area-left, #checkout-cart #cart_content #check_sidebar {
    width: 100%;
    max-width: 100%; }

  #checkout-cart #cart_content .content-area-left #paymnet_plans {
    margin-bottom: 15px; } }

@media (min-width: 1025px) and (max-width: 1200px) {
  #checkout-cart #cart_content #check_sidebar .coupon-section .panel-group#accordion .panel-body .input-group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    width: 100%; }

  #checkout-cart #cart_content #check_sidebar .coupon-section .panel-group#accordion #button-coupon {
    margin-top: 10px;
    border-radius: 5px; }

  #checkout-cart #cart_content #check_sidebar .coupon-section .panel-group#accordion .panel-body .input-group input {
    border-radius: 5px; }

  #checkout-cart #accordion .input-group .input-group-btn {
    width: auto; } }

@media (max-width: 991px) {
  #checkout-cart #cart_content .content-area-left .table-responsive .table .input-group.btn-block .input-group-btn {
    flex-direction: column; }

  #checkout-cart #cart_content .content-area-left .table-responsive .table .input-group.btn-block .input-group-btn .btn {
    width: 100%; }

  #checkout-cart #cart_content .content-area-left #paymnet_plans .payment-heading {
    font-size: 14px;
    padding: 5px 0; }

  #checkout-cart #cart_content #check_sidebar .sidebar_content_common, #checkout-cart #cart_content .content-area-left #paymnet_plans {
    padding: 10px; }

  #checkout-cart #cart_content .content-area-left .table-mobile .thead-mobile {
    display: none !important; }

  #checkout-cart #cart_content .content-area-left .table-mobile .table .mobile-row {
    display: block; }

  #checkout-cart #cart_content .content-area-left .table-mobile .table .mobile-row td {
    width: 100%;
    display: block;
    float: left; }

  #checkout-cart #cart_content .content-area-left .table-mobile .table .mobile-row .image {
    width: 60px;
    float: left; }

  #checkout-cart #cart_content .content-area-left .table-mobile .table .mobile-row .product-name {
    width: 100%;
    float: left; }

  #checkout-cart #cart_content .content-area-left .table-mobile .table .mobile-row td::before {
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase; }

  #checkout-cart #cart_content .content-area-left .table-mobile .table .mobile-row td.description::before {
    content: 'Description';
    padding-right: 10px;
    max-width: 100px;
    overflow: hidden; }

  #checkout-cart #cart_content .content-area-left .table-mobile .table .mobile-row td.quantity::before {
    content: 'quantity';
    padding-right: 10px;
    max-width: 100px; }

  #checkout-cart #cart_content .content-area-left .table-mobile .table .mobile-row td.quantity {
    display: flex;
    justify-content: space-between; }

  #checkout-cart #cart_content .content-area-left .table-responsive.table-mobile .table .quantity .input-group.btn-block {
    width: calc(100% - 110px); }

  #checkout-cart #cart_content .content-area-left .table-mobile .table .mobile-row td.description {
    display: flex;
    flex-wrap: wrap; }

  #checkout-cart #cart_content .content-area-left .table-mobile .table .mobile-row td.unit-price::before {
    content: 'Unit Price';
    padding-right: 10px;
    max-width: 100px;
    float: left; }

  #checkout-cart #cart_content .content-area-left .table-mobile .table .mobile-row td.total-price::before {
    content: 'Total Price';
    padding-right: 10px;
    max-width: 100px;
    float: left; }

  .breadcrumb {
    background-color: transparent; } }

#content.checkoutContentArea {
  display: flex;
  align-items: flex-start; }

#content.checkoutContentArea #left-sidebar {
  display: flex;
  flex-direction: column;
  max-width: calc(33.33% - 10px);
  width: calc(33.33% - 10px);
  border-radius: 5px;
  padding: 0;
  margin-right: 10px; }

#content.checkoutContentArea #left-sidebar #login .custom-row-box .btn-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

#content.checkoutContentArea #left-sidebar #login .custom-row-box .btn-holder .choose-profile-btn .btn, #content.checkoutContentArea #left-sidebar #login .custom-row-box .btn-holder .login .btn {
  background: #1d3661;
  color: #fff;
  padding: 0;
  flex: 1 1 auto;
  border-right-width: 0;
  border-radius: 0;
  box-shadow: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  width: 100%;
  font-size: 14px;
  height: 32px;
  border: 1px solid transparent;
  transition: 0.3s; }

#content.checkoutContentArea #left-sidebar #login .custom-row-box .btn-holder .choose-profile-btn, #content.checkoutContentArea #left-sidebar #login .custom-row-box .btn-holder .login {
  width: 33.33%;
  margin-bottom: 6px; }

#content.checkoutContentArea #left-sidebar #login .custom-row-box .btn-holder .choose-profile-btn:first-child .btn {
  border-radius: 5px 0 0 5px; }

#content.checkoutContentArea #left-sidebar #login .custom-row-box .btn-holder .login .btn {
  border-radius: 0 5px 5px 0; }

#content.checkoutContentArea #left-sidebar #login .custom-row-box .btn-holder .choose-profile-btn .btn:hover, #content.checkoutContentArea #left-sidebar #login .custom-row-box .btn-holder .login .btn:hover {
  background: #fff;
  color: #1d3661;
  border: 1px solid #1d3661; }

#content.checkoutContentArea #left-sidebar #login .custom-row-box .btn-holder .choose-profile-btn .btn.selected, #content.checkoutContentArea #left-sidebar #login .custom-row-box .btn-holder .login .btn.selected {
  background: #fff;
  color: #1d3661;
  border: 1px solid #1d3661; }

#content.checkoutContentArea #left-sidebar #checkout-form {
  box-shadow: 0 0 0 1px #e7e7e7, 0 1px 3px 0 #e7e7e7;
  padding: 0;
  margin-top: 0;
  border-radius: 5px; }

#content.checkoutContentArea #right-content {
  max-width: calc(66.66% - 10px);
  width: calc(66.66% - 10px);
  border-radius: 5px;
  padding: 0;
  margin-left: 10px;
  position: relative; }

#content.checkoutContentArea #right-content .shipAndPayment {
  display: flex;
  padding-bottom: 20px; }

#content.checkoutContentArea #right-content .shipAndPayment .shipAndPayment-box {
  box-shadow: 0 0 0 1px #e7e7e7, 0 1px 3px 0 #e7e7e7;
  border-radius: 5px;
  padding: 0;
  width: calc(50% - 0px);
  margin-right: 20px; }

#content.checkoutContentArea #right-content .shipAndPayment .shipAndPayment-box:last-child {
  margin-right: 0; }

#content.checkoutContentArea .check-heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px; }

#content.checkoutContentArea .check-heading h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0;
  color: #7a7a7a; }

#content.checkoutContentArea .card-content {
  padding: 15px; }

#content.checkoutContentArea #shipping_method hr {
  margin: 0 !important; }

#content.checkoutContentArea .shipAndPayment .card-content .radio {
  margin-top: 0; }

#content.checkoutContentArea #place-order-btn {
  background: #1d3661;
  color: #fff;
  font-size: 19px;
  border-radius: 4px;
  text-transform: capitalize;
  margin-left: auto;
  display: flex;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  margin-top: 10px;
  transition: 0.2s;
  border: 1px solid #1d3661; }

#content.checkoutContentArea #place-order-btn:hover {
  background: #fff;
  color: #1d3661;
  transform: translateY(-1px);
  text-decoration: none; }

#content.checkoutContentArea label {
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 14px;
  color: #232323; }

#content.checkoutContentArea select, #content.checkoutContentArea input:not([type="radio"], [type="checkbox"]) {
  width: 100%;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  height: 32px;
  min-height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  color: #333;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  min-width: 75px;
  font-weight: 600; }

#content.checkoutContentArea .card-content .btn {
  background: #1d3661;
  color: #fff;
  border-color: #1d3661; }

#content.checkoutContentArea .card-content .btn:hover {
  background: #fff;
  color: #1d3661 !important; }

#content.checkoutContentArea .login-popup .modal-dialog {
  max-width: 300px; }

#content.checkoutContentArea .login-popup .modal-content .modal-body {
  padding: 0; }

#content.checkoutContentArea .login-popup .check-heading {
  position: relative; }

#content.checkoutContentArea .login-popup .check-heading .close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%); }

#content.checkoutContentArea #cart .table thead {
  display: none; }

#content.checkoutContentArea #left-sidebar #checkout-form .clearfix .pull-right a:hover {
  color: #1d3661 !important; }

#content.checkoutContentArea .card-content .buttons.clearfix {
  margin: 0; }

#content.checkoutContentArea .card-content #button-register {
  margin-top: 10px; }

#content.checkoutContentArea #right-content #cart {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px; }

#content.checkoutContentArea #right-content #cart .table tr td .product-name-link {
  color: #23a1d1; }

#content.checkoutContentArea #right-content #cart .table tr td .product-desc {
  margin-bottom: 10px;
  display: inline-block; }

#content.checkoutContentArea #right-content #button-confirm {
  line-height: 48px;
  height: 48px;
  font-size: 19px;
  padding: 0 20px;
  background: #1d3661;
  color: #fff;
  border-radius: 5px; }

#content.checkoutContentArea #right-content #button-confirm:has(> .paypal-button-widget) {
  height: auto;
  display: flex; }

#content.checkoutContentArea #right-content #button-confirm .paypal-button-widget {
  display: none; }

#content.checkoutContentArea #right-content #button-confirm:has(> .paypal-button-widget)::before {
  content: 'Place Order';
  font-size: 19px;
  background: #1d3661;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase; }

#content.checkoutContentArea #left-sidebar .custom-row-box {
  margin-bottom: 16px; }

#content.checkoutContentArea #shipping_address .card-content.shipping-address-content-main {
  display: flex;
  flex-direction: column; }

#content.checkoutContentArea #right-content #cart .table tr td .mobile-qt-and-up {
  display: none; }

#content.checkoutContentArea #right-content #cart .table tr td .mobile-qt-and-up p {
  max-width: fit-content;
  margin: 0;
  color: #232323; }

#content.checkoutContentArea #right-content #cart .table .checkout-table-product-row td.product-name {
  white-space: normal; }

@media (max-width: 1024px) {
  #content.checkoutContentArea {
    flex-direction: column; }

  #content.checkoutContentArea #left-sidebar, #content.checkoutContentArea #right-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 15px; } }

@media (max-width: 991px) {
  .ishislider .owl-carousel .owl-item img {
    width: 100%;
    object-fit: cover; }

  .heroBanner.mobile_banner .owl-carousel .owl-stage .owl-item .slider-content.slider-content-left {
    text-align: center;
    border-radius: 0;
    max-height: fit-content;
    padding: 30px 15px;
    color: #fff;
    margin: 0 auto;
    float: none;
    width: 100%; }

  .heroBanner.mobile_banner .owl-carousel .owl-item .container .slider-content .sub-title, .heroBanner.mobile_banner .owl-carousel .owl-item .container .slider-content .main-title {
    color: #fff !important;
    margin-bottom: 10px; }

  .ishislider .owl-carousel .owl-item .container {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    background-color: #fff;
    position: absolute;
    top: calc(100% - 1px);
    border-radius: 0;
    box-shadow: none; }

  .ishislider .owl-carousel .owl-item .item {
    padding-bottom: 220px; }

  .ishislider .owl-carousel .owl-item .item .slideshow__link {
    position: relative; } }

@media (max-width: 767px) {
  #content.checkoutContentArea {
    padding: 0 15px; }

  #content.checkoutContentArea #right-content #cart .table .checkout-table-product-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }

  #content.checkoutContentArea #right-content #cart .table .checkout-table-product-row td {
    position: relative;
    width: 100%;
    text-align: left; }

  #content.checkoutContentArea #right-content #cart .table .checkout-table-product-row td::before {
    content: ''; }

  #content.checkoutContentArea #right-content #cart .table tr td.mobile-td::before {
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 10px;
    max-width: 100px;
    float: left; }

  #content.checkoutContentArea #right-content #cart .table tr td.mobile-td.quantity::before {
    content: "Quantity"; }

  #content.checkoutContentArea #right-content #cart .table tr td.mobile-td.unit-price::before {
    content: "Unit Price"; }

  #content.checkoutContentArea #right-content #cart .table tr td.mobile-td.total-price::before {
    content: "Total Price"; }

  #content.checkoutContentArea #right-content #cart .table tr td.mobile-td {
    text-align: right;
    max-width: 100%; }

  .ishislider .owl-carousel .owl-item img {
    height: auto;
    min-height: auto;
    object-fit: cover;
    object-position: center; }

  .ishislider .owl-carousel .owl-item .container {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    background-color: transparent;
    position: absolute;
    border-radius: 10px;
    box-shadow: none; }

  .ishislider .owl-carousel .owl-item .container .slider-content {
    width: 100%;
    padding: 16px;
    background: #fff;
    border-radius: 0px;
    box-shadow: none;
    max-height: 130px;
    overflow: hidden;
    border-radius: 10px; }

  .ishislider .owl-carousel .owl-item .container .slider-content .sub-title {
    color: #1d3661 !important;
    font-weight: 600; }

  .ishislider.heroBanner .slider-content .slider-btn span {
    font-size: 16px !important;
    padding: 14px 32px !important; } }

@media (max-width: 576px) {
  .ishislider .owl-carousel .owl-item .container .slider-content {
    border-radius: 0;
    background-color: #000;
    max-height: fit-content;
    padding: 30px 15px; }

  .ishislider .owl-carousel .owl-item .container .slider-content .sub-title, .ishislider .owl-carousel .owl-item .container .slider-content .main-title {
    color: #fff !important;
    margin-bottom: 10px; }

  #content.checkoutContentArea #right-content .shipAndPayment {
    flex-direction: column;
    align-items: center;
    justify-content: center; }

  #content.checkoutContentArea #right-content .shipAndPayment .shipAndPayment-box {
    margin: 0 0 15px;
    width: 100%; }

  .ishislider .owl-carousel .owl-item .container {
    left: auto; } }

@media (max-width: 400px) {
  .ishislider .owl-carousel .owl-item .item {
    padding-bottom: 220px; } }

@media (max-width: 360px) {
  .ishislider .owl-carousel .owl-item .item {
    padding-bottom: 220px; } }

#product-search .search-criteria .search-list #input-search {
  color: #333 !important; }

#cart-btn button {
  background: #fff;
  color: #1d3661;
  font-size: 19px;
  border-radius: 4px;
  text-transform: capitalize;
  margin-left: auto;
  display: flex;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  margin-top: 10px;
  transition: 0.2s;
  border: 1px solid #1d3661; }

#cart-btn button:hover {
  background: #1d3661;
  color: #fff; }

#cart-btn {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 14px; }

#order-btn + #cart-btn {
  bottom: 0; }

#top-menu > li a {
  position: relative; }
  #top-menu > li a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    transition: 0.3s;
    transform: translateY(-50%);
    margin-top: 18px;
    border-bottom: 2px solid transparent; }
  #top-menu > li:hover > a {
    color: #4a4a4a; }
  #top-menu > li:hover > a::after {
    border-bottom: 1px solid #4a4a4a; }
  #top-menu > li.active > a {
    color: #1d3661 !important; }
  #top-menu > li.active > a::after {
    border-bottom: 2px solid #1d3661; }

#product_over_tag, #category_over_tag {
  padding: 6px;
  font-size: 13px;
  border-radius: 0 20px 20px 0;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  top: auto;
  left: 0;
  white-space: nowrap;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  pointer-events: none;
  cursor: none; }

#category_over_tag {
  bottom: auto;
  top: 0;
  left: auto;
  right: 0;
  border-radius: 0px 0 0 15px; }

.product-grid .product-container, .product-thumb {
  border: 1px solid #e7e7e7; }

aside#column-left .product-thumb {
  border: none; }

.product-grid .product-container {
  padding: 0;
  margin: 15px 0; }

.refine-search .category-list ul li.item {
  margin-bottom: 0;
  padding-bottom: 25px; }

#payment-html-section .buttons {
  margin: 0; }

.refine-search .category-list ul li.item {
  transition: 0.3s;
  border: 1px solid transparent;
  transform: scale(0.9); }

.refine-search:hover .category-list ul li.item {
  filter: blur(1px); }

.refine-search .category-list ul li.item:hover {
  border: 1px solid #cacaca;
  transform: scale(0.95);
  filter: blur(0); }

.product_carousel .carousel-container {
  position: relative; }

.product_carousel .carousel-container #product_over_tag {
  top: 0px;
  bottom: auto;
  border-radius: 0 0 15px 0; }

#payment-html-section form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#payment-html-section form .form-group {
  max-width: calc(50% - 20px);
  width: calc(50% - 20px);
  margin: 0 0 10px; }

#payment-html-section form .form-group .col-12 {
  padding: 0; }

#payment-html-section .common-payment-method {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 20px;
  background: #e8effa;
  border: 1px solid #1660cf; }

#payment-html-section #validity {
  display: flex; }

#payment-html-section .buttons {
  display: none; }

.pp-express {
  text-align: center; }

.pp-express span {
  display: block; }

.pp-express .paymnet-dark-aprent {
  padding-bottom: 20px; }

.pp-express .paymnet-dark-aprent .paymnet-dark {
  color: #000;
  font-size: 14px; }

.pp-express .paymnet-parent .paymnet-light {
  color: #707070;
  font-size: 12px; }

#payment-html-section .common-payment-method .card-heading {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
  color: #000; }

#payment-html-section .common-payment-method .card-head .imges-coll {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; }

#payment-html-section .common-payment-method .card-head .imges-coll img {
  margin-right: 6px; }

#payment-html-section .common-payment-method .card-head .imges-coll img:last-child {
  margin-right: 0; }

#payment-html-section .common-payment-method .card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px; }

#content.checkoutContentArea .half-payment {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 10px;
  color: #fff; }

#content.checkoutContentArea .half-payment p {
  display: inline-block;
  max-width: fit-content;
  margin: 0;
  color: #fff; }

#viewtable td.text-right:first-child {
  text-align: left; }

.btn-info, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #1d3661;
  border-color: #1d3661; }

.pagination > li > a, .pagination > li > span {
  color: #232323; }

.qty-input {
  max-height: 36px; }

.color-imges {
  display: flex;
  justify-content: center;
  align-items: center; }

.color-imges .imges-coll img, .color-imges a {
  border-radius: 4px;
  transition: 0.2s;
  width: 40px;
  height: 25px; }

.color-imges .imges-coll img:hover, .color-imges a:hover {
  transform: scale(0.95); }

.color-imges a {
  width: 40px;
  height: 25px;
  border: 1px solid #eaeaea;
  margin-left: 3px;
  display: flex;
  align-items: center;
  justify-content: center; }

.color-imges .total_color > p {
  margin: 0;
  color: #222;
  font-size: 15px;
  font-weight: 500; }

#content.checkoutContentArea #right-content .discount-deatil, #content.checkoutContentArea #right-content .half-payment {
  box-shadow: 0 0 0 1px #e7e7e7, 0 1px 3px 0 #e7e7e7;
  border-radius: 5px;
  margin-bottom: 20px; }

#content.checkoutContentArea #right-content .discount-deatil .discount-section, #content.checkoutContentArea #right-content .half-payment .due-today-section {
  padding: 20px; }

#content.checkoutContentArea #right-content .discount-deatil .discount-section legend, #content.checkoutContentArea #right-content .half-payment .due-today-section p {
  border: none;
  padding: 0px;
  color: #232323;
  font-size: 14px;
  font-weight: 500; }

#content.checkoutContentArea #right-content .discount-deatil .discount-section input {
  box-shadow: none; }

#content.checkoutContentArea #right-content .discount-deatil .section-heading, #content.checkoutContentArea .half-payment .subTitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  font-weight: 500;
  color: #7a7a7a;
  font-size: 18px;
  margin: 0; }

#content.checkoutContentArea #right-content .half-payment {
  padding: 0;
  border: none; }

#content.checkoutContentArea .half-payment .subTitle {
  display: block; }

.prodcut-list .color-imges {
  justify-content: start;
  margin-bottom: 10px; }

.discount-section img.check-icon {
  position: absolute;
  right: 10px;
  top: 8px; }

.discount-section fieldset {
  position: relative; }

#payment-html-section {
  margin-bottom: 20px; }

#information-contact > .wrapper_container > #content > h3 {
  margin-top: 0;
  color: #1d3661; }

.product-layout .product-thumb .caption {
  padding-top: 12px; }

.product-layout .product-thumb .caption h4 {
  padding-top: 10px; }

#account-address table.table .text-right > a.btn-info:hover, #account-address table.table .text-right > a.btn-info:focus {
  background-color: #1d3661;
  border-color: #1d3661; }

#checkout-checkout #content.checkoutContentArea #right-content #cart .table tr td .product-desc > span {
  font-weight: 600; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner:has(.sel-color-container), #colorModal .color-modal-body:has(.sel-color-container) {
  align-items: flex-start; }

.sel-color-container p {
  font-size: 12px;
  font-weight: 400;
  max-width: 80px;
  line-height: 14px;
  letter-spacing: 0.1px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

#colorModal .color-modal-body .sel-color-container p {
  max-width: 95px; }

.desktop-call_time.mobile-time {
  display: none;
  padding: 10px;
  color: #1d3661;
  font-size: 12px; }

.desktop-call_time.mobile-time #call_time {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.desktop-call_time.mobile-time #call_time span {
  padding: 0 10px; }

.header-top .header-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

#_desktop_call_time {
  margin-right: 40px; }
  #_desktop_call_time .desktop-call_time #call_time .call_time .callUSNow {
    color: #000; }
  #_desktop_call_time .desktop-call_time #call_time .call_time .callUSNow .call-no {
    font-size: 22px;
    font-weight: 700; }

.callstrip {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #1d3661;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 4;
  display: none;
  border-top: 1px solid #e7e7e7; }

#footer .callstrip a {
  color: #fff;
  font-weight: 600; }

.callstrip a i {
  margin-right: 10px;
  font-size: 20px; }

html {
  height: 100%; }

.offer-main-top {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap; }

.offer-main-top .offer-left {
  display: flex; }

.offer-main-top .offer-inner {
  max-width: 33.33%;
  flex: 0 0 33.33%; }

.offer-main-top .offer-left span {
  margin-right: 20px; }

.offer-main-top #offer-carousel .owl-item .item p {
  font-size: 14px !important;
  font-weight: 800 !important; }

.offer-main-top #offer-carousel .owl-item .item p i {
  margin-right: 10px;
  transform: rotateY(180deg);
  font-size: 20px; }

.offer-main-top .offer-inner span i {
  margin-right: 8px; }

.offer-main-top .offer-inner.offer-right {
  text-align: right; }

.shippingMethodList ul {
  margin: 14px 0 0 16px;
  color: #232323; }

#quick-text {
  padding: 13px; }

@media (max-width: 1200px) {
  #ishioffersblock #offer-carousel {
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
    margin-bottom: 16px; }

  .offer-main-top .offer-inner {
    max-width: 50%;
    flex: 0 0 50%;
    order: 2; } }

@media (max-width: 991px) {
  .desktop-call_time.mobile-time {
    display: block; }

  .callstrip {
    display: flex; } }

@media (max-width: 767px) {
  .offer-main-top .offer-inner {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 14px;
    text-align: center !important;
    display: flex;
    justify-content: center; }

  .header-nav .offer-left.offer-inner span {
    color: #fff !important; }

  .offer-main-top .offer-left span {
    margin: 0 10px; }

  #content.checkoutContentArea .login-popup .modal-dialog {
    max-width: 100%; }

  #viewtable {
    display: flex;
    flex-direction: column; }

  #viewtable > tr {
    display: flex; }

  #viewtable > tr td {
    flex: 0 0 50%;
    max-width: 50%; }

  .table-responsive > .table > tfoot > tr > td {
    white-space: unset; }

  #payment-html-section form, #payment-html-section .common-payment-method .card-head {
    flex-direction: column; }

  #payment-html-section .common-payment-method .card-head {
    padding-bottom: 10px;
    align-items: flex-start;
    justify-content: center; }

  #payment-html-section .common-payment-method .card-heading {
    margin-bottom: 10px; }

  #payment-html-section form .form-group {
    max-width: 100%;
    width: 100%; }

  .pp-express {
    text-align: left;
    /* NEW ADDITION AS PER CLIENT REQUIREMENT */ }

  #ishioffersblock #offer-carousel {
    margin-bottom: 0; }

  .offer-main-top .offer-inner {
    display: none; }

  #cart-view.product-right {
    margin-top: 10px;
    background-color: transparent; } }

.mobile_banner {
  display: none; }

#footer #top-menu.footer-menu {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

#footer #top-menu.footer-menu > li, #footer #top-menu.footer-menu > li > a {
  margin-bottom: 0px; }

#footer #top-menu.footer-menu > li > a, #footer #top-menu > li.active > a {
  color: #fff !important; }

#footer #top-menu.footer-menu > li:hover > a::after, #footer #top-menu > li.active > a::after {
  border-color: #fff; }

#footer .footer-before {
  padding-top: 50px; }

.affirm-category-page {
  display: block !important;
  color: #000;
  font-weight: 400;
  font-size: 15px; }

.affirm-category-page .__affirm-logo {
  font-size: 22px; }

.affirm-category-page .affirm-modal-trigger {
  display: block;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #337ab7; }

.paypal-category-message {
  display: block;
  margin: 6px auto 4px;
  max-width: 260px;
  min-height: 22px;
  text-align: center; }

.paypal-category-message [data-pp-message] > * {
  max-width: none !important; }

#checkout-cart .affirm-category-page .affirm-modal-trigger {
  display: inline-block; }

.container .offer-left span {
  font-size: 17px; }

.bold {
  font-weight: 600;
  font-size: 13px; }

#off_id {
  position: absolute;
  font-size: 14px !important;
  padding: 10px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #a45b38;
  color: #fff;
  top: 10px;
  right: auto;
  left: 0;
  width: fit-content;
  border-radius: 0;
  height: auto; }

#off_id b {
  font-weight: 400; }

.category-288 #off_id {
  background-color: #920f0f !important; }

.category-288 .product-right #off_id::before {
  border: #920f0f 5px solid !important;
  border-right: 5px solid transparent !important;
  border-bottom: 5px solid transparent !important; }

.product-right #off_id {
  left: auto;
  top: 10px;
  bottom: auto;
  right: -10px;
  border-radius: 40px 0 0 40px; }

.product-right #off_id::before {
  content: '';
  position: absolute;
  border: #a45b38 5px solid;
  width: 0;
  height: 0;
  bottom: auto;
  top: 100%;
  right: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent; }

#call_time .call_time {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start; }

#call_time .call_time .callUSNow {
  color: red;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 26px; }

#call_time .call_time .callUSNow span {
  display: block;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 10px; }

#call_time .call_time .callUSNow span.call-no {
  font-weight: 700;
  font-size: 20px; }

#call_time .call_time .fa::before {
  font-size: 40px;
  margin-right: 10px;
  color: #161616; }

.search-widget form input[type="text"] {
  border-radius: 2px;
  text-transform: unset; }

#_desktop_seach_widget {
  max-width: 70%;
  flex: 0 0 70%; }

#_desktop_seach_widget #ishisearch_widget, #_desktop_seach_widget #ishisearch_widget #search {
  width: 100%; }

#_desktop_seach_widget .right {
  display: flex;
  padding-left: 20px; }

#footer .ishistoreinfoblock .ishistoreinfo-inner .store-logo img {
  width: 260px; }

body .desktop-logo a {
  max-width: 240px; }

#_desktop_seach_widget {
  max-width: 100%;
  flex: 0 0 100%;
  width: 100%; }

.header-top .header-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

#_desktop_call_time {
  margin-right: 40px; }

body #common-home .block_newsletter {
  background-color: #161616 !important; }

#footer {
  background: #161616 url(stylesheet.css) no-repeat center bottom; }

#footer .ishistoreinfoblock .ishistoreinfo-inner .store-logo img {
  width: 260px; }

.block_newsletter #newsletter-container .newsletter_form .btn-submit {
  background-color: #161616; }

#search span.input-group-btn #ajax-search-btn {
  background-color: #a45b38 !important; }

#call_time .call_time .fa::before {
  font-size: 40px;
  color: #161616; }

#call_time .call_time .callUSNow {
  color: #161616;
  font-size: 22px; }

#call_time .call_time .callUSNow span {
  margin-bottom: 5px; }

body .desktop-logo #logo {
  text-align: left; }

.product-thumb .caption .price .offer-price {
  padding-right: 2px; }

.product-thumb .caption .price .crossed-price {
  color: #666;
  font-size: 14px;
  opacity: 0.8;
  padding-left: 2px; }

.product-thumb .caption .price .price-new {
  color: #a45b38; }

.product-thumb .caption .price .price-old {
  color: rgba(0, 0, 0, 0.5); }

.all.selected-select div {
  color: #a45b38;
  font-weight: 600;
  font-size: 14px; }

.startingPriceHeading {
  color: #a45b38;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase; }

.priceInfo {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px; }

.priceInfo h3 {
  color: #a45b38;
  margin-top: 0;
  font-size: 28px;
  order: 1; }

.priceInfo del {
  order: 2; }

.priceInfo del h3 {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px; }

@media (pointer: coarse) {
  /* Responsive */
    #WzTtDiV {
      display: none; } }

@media (max-width: 576px) {
  #_mobile_logo {
    width: 100% !important; }

  body .mobile-width-right, .mobile-width-left {
    width: fit-content !important;
    display: flex !important; }

  body .nav-height .desktop-logo a {
    max-width: 200px !important;
    margin: 0 auto !important;
    text-align: center !important;
    display: block !important; } }

.product-left #accordion .table tbody tr td {
  font-family: 'Arimo', serif !important; }

.product-left #accordion .table tbody tr td:first-child {
  font-weight: 600;
  color: #000;
  font-family: 'Minerva', sans-serif !important; }

.product_grouped_right .qty-add-cart-btn .left.quantity-selector-all {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 110px;
  position: relative; }

.product_grouped_right .qty-add-cart-btn .left .addBtnBox {
  position: absolute;
  width: 100%;
  left: 0; }

.product_grouped_right .qty-add-cart-btn .left .addBtnBox .addBtn {
  color: #f6f2f0;
  background-color: #a45b38;
  border: none;
  height: 25px;
  width: 100%; }

#information-information #content p, #information-information #content ul li, #information-information #content ol li {
  letter-spacing: 0.5px; }

.smallScreenTabs {
  display: none; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner.color_box {
  height: fit-content;
  width: 100%; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner.color_box .sel-color-container {
  width: calc(25% - 20px); }

#cart-view.product-right table.product_grouped td {
  border-bottom: 1px solid #e7e7e7;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.tabs_info .panel-heading a::after {
  color: #a45b38; }

#header {
  display: flex;
  flex-direction: column; }

#header .ishileftbanner {
  order: 3; }

#product-product .product-right .panel .color-seled {
  display: block;
  margin-bottom: 20px; }

#WzTtDiV {
  overflow: visible !important;
  width: fit-content !important; }

#WzTtDiV #WzBoDy {
  background-color: transparent !important;
  padding: 0px !important;
  width: fit-content !important;
  border: none !important; }

#WzTtDiV #WzBoDy table {
  width: 280px !important;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(75, 75, 75, 0.522);
  border-radius: 4px;
  border: 1px solid #e7e7e7;
  overflow: hidden; }

#WzTtDiV #WzBoDy table img {
  max-width: 100%;
  width: 100%;
  height: auto; }

#WzTtDiV p {
  color: #000;
  padding: 5px 15px 15px !important;
  font-size: 16px;
  font-weight: 500; }

#ishisearch_widget.search-widget form input[type="text"]::placeholder {
  font-size: 15px;
  color: #624b3d;
  letter-spacing: 0 !important; }

#ishisearch_widget.search-widget form input[type="text"] {
  border: 1px solid #a45b38;
  font-size: 15px;
  color: #000;
  background-color: #f5f3f1;
  font-family: 'Arimo', serif !important;
  padding: 5px 40px 5px 15px;
  letter-spacing: 0 !important; }

#ishisearch_widget.search-widget #search {
  position: relative; }

#ishisearch_widget.search-widget #search::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, 0.286);
  opacity: 0;
  visibility: hidden;
  user-select: none; }

#ishisearch_widget.search-widget #search:focus-within::before {
  opacity: 1;
  visibility: visible; }

#ishisearch_widget.search-widget form .input-group-btn, #ishisearch_widget.search-widget form .input-group-btn #ajax-search-btn {
  height: 100%; }

#product-product .product-left .tabs_info .collapse.in, #product-product .product-left .tabs_info .collapse, #product-product .product-right .tabs_info .collapse.in, #product-product .product-right .tabs_info .collapse {
  display: block !important;
  height: auto !important; }

#product-product .product-left .tabs_info .panel-heading a, #product-product .product-right .tabs_info .panel-heading a {
  cursor: none;
  user-select: none;
  pointer-events: none; }

#product-product .product-left .tabs_info .panel-heading a::after, #product-product .product-right .tabs_info .panel-heading a::after {
  display: none !important; }

#product-product .product-right .panel-body .gradeNameText {
  max-width: 75px;
  white-space: normal;
  display: flex;
  text-align: center;
  margin-top: 12px;
  width: 100%;
  justify-content: center; }

#product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box label .zoomed-image img {
  height: 56px;
  width: 56px;
  border-radius: 4px; }

.thanksHead {
  padding: 10px !important;
  background-color: #faf5f3;
  border-radius: 8px !important;
  text-align: center;
  margin: 40px 0 30px !important;
  border: 1px solid rgba(164, 90, 56, 0.255);
  box-shadow: 0px 5px 10px 0 rgba(164, 91, 56, 0.2); }

.thanksHead .inner {
  border-radius: 4px;
  width: 100%;
  padding: 24px;
  background-color: #fff;
  position: relative; }

.thanksHead .inner .img {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%); }

.thanksHead .inner h4 {
  font-size: 18px;
  color: #484848; }

.tableUI {
  border: 1px solid rgba(164, 90, 56, 0.255) !important;
  box-shadow: 0px 5px 10px 0 rgba(164, 91, 56, 0.2) !important;
  margin-bottom: 30px !important;
  border-radius: 8px !important;
  overflow: hidden; }

.tableUI h3 {
  background-color: #faf5f3;
  margin: 0;
  padding: 10px;
  font-weight: 800; }

.tableUI .summ {
  padding: 10px; }

.tableUI .tableUiRow {
  display: flex; }

.tableUI .tableUiRow .half-container {
  width: 50%; }

.tableUI .tableUiRow .half-container.left {
  border-right: 1px solid rgba(164, 90, 56, 0.255); }

.tableUI h4 {
  background-color: #faf5f3;
  border-bottom: 1px solid rgba(164, 90, 56, 0.255);
  font-weight: 800;
  padding: 10px;
  margin: 0; }

#cartGrandTotal.cartGrandTotal {
  padding: 10px;
  text-align: right;
  background-color: #a45b37;
  color: #fff; }

.tableUI tr td {
  max-width: 350px; }

.tableUI tr td strong {
  white-space: normal; }

.tableUI tr th {
  background-color: #faf5f3;
  color: #333;
  /* Product page warranty card */ }

.protection-plan-parent {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 16px;
  margin-bottom: 16px; }

.protection-plan-card {
  border: 1px solid #b77a44;
  border-radius: 10px;
  margin: 16px 0 18px;
  overflow: hidden; }

.protection-plan-card__header {
  color: #111;
  font-size: 20px;
  font-weight: 700;
  margin: 0 14px 14px; }

.protection-plan-card__body {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
  pointer-events: none; }

.protection-plan-card__copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column; }

.protection-plan-card__title, .protection-plan-card__price {
  color: #111;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3; }

.protection-plan-card__link {
  background: transparent;
  border: 0;
  color: #a45b38;
  cursor: pointer;
  font-size: 13px;
  text-decoration: underline;
  margin-top: 5px;
  padding: 0 0 10px 20px; }

.protection-plan-card__selector {
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 20px;
  pointer-events: auto;
  position: relative;
  width: fit-content; }

.protection-plan-card__selector input[type="checkbox"] {
  position: absolute;
  inset: 0; }

.protection-plan-card__toggle {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1; }

.protection-plan-card__toggle-indicator {
  background: #fff;
  border: 1px solid #b9b9b9;
  display: inline-block;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  position: relative; }

.protection-plan-card__toggle:checked + .protection-plan-card__toggle-indicator, .protection-plan-card__selector.is-active .protection-plan-card__toggle-indicator {
  border-color: #2f6df6; }

.protection-plan-card__toggle + .protection-plan-card__toggle-indicator::after {
  content: "\f00c";
  font-family: 'FontAwesome';
  top: 1px;
  left: 2px;
  height: 10px;
  width: 10px;
  font-size: 16px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  opacity: 0; }

.protection-plan-card__toggle:checked + .protection-plan-card__toggle-indicator::after, .protection-plan-card__selector.is-active .protection-plan-card__toggle-indicator::after {
  color: #2f6df6;
  opacity: 1; }

.protection-plan-card__details {
  border-top: 1px solid #ead9c9;
  display: none;
  padding: 16px 20px 18px; }

.protection-plan-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px; }

.protection-plan-chip {
  border: 1px solid #d7a266;
  border-radius: 999px;
  color: #8d5f2d;
  display: inline-flex;
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 10px;
  background: #f6f2ef; }

.protection-plan-chip::before {
  content: "✓";
  margin-right: 6px; }

.protection-plan-card__note {
  color: #1d3661;
  font-size: 12px;
  font-weight: 400; }

.protection-plan-card__note::before {
  content: "💰";
  margin-right: 6px; }

.protection-plan-card.is-selected .protection-plan-card__details {
  display: block;
  /* Cart page warranty plan */ }

.cart-protection-plan {
  border: 1px solid #d8c7b3;
  border-radius: 8px;
  margin: 16px 0;
  overflow: hidden; }

.cart-protection-plan__body {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border: 0; }

.cart-protection-plan__icon {
  color: #a6957f;
  flex: 0 0 26px; }

.cart-protection-plan__icon svg {
  display: block;
  width: 26px;
  height: 26px; }

.cart-protection-plan__copy {
  display: flex;
  flex: 1 1 auto;
  justify-content: space-between;
  align-items: center;
  gap: 12px; }

.cart-protection-plan__title {
  color: #111;
  font-size: 14px;
  font-weight: 700; }

.cart-protection-plan__price {
  color: #9b6127;
  font-size: 14px;
  font-weight: 700; }

.cart-protection-plan__selector {
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 20px;
  position: relative;
  width: fit-content; }

.cart-protection-plan__toggle {
  opacity: 0;
  pointer-events: none;
  position: absolute !important;
  inset: 0; }

.cart-protection-plan__toggle-indicator {
  background: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  display: inline-block;
  height: 22px;
  width: 22px;
  position: relative; }

.cart-protection-plan__toggle:checked + .cart-protection-plan__toggle-indicator {
  border-color: #a45b38; }

.cart-protection-plan__toggle:checked + .cart-protection-plan__toggle-indicator::after {
  content: "\f00c";
  font-family: 'FontAwesome';
  top: 1px;
  left: 2px;
  font-size: 16px;
  color: #a45b38;
  height: 10px;
  width: 10px;
  position: absolute; }

.cart-protection-plan__details {
  border-top: 1px solid #ead9c9;
  display: none;
  padding: 12px 16px 14px; }

.cart-protection-plan__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px; }

.cart-protection-plan__chip {
  border: 1px solid #d7a266;
  border-radius: 999px;
  color: #8d5f2d;
  display: inline-flex;
  font-size: 12px;
  line-height: 1.2;
  padding: 4px 9px;
  background: #f6f2ef; }

.cart-protection-plan__note {
  color: #656363;
  font-size: 12px; }

.cart-protection-plan.is-selected .cart-protection-plan__details {
  display: block;
  /* Modal */ }

body.protection-plan-modal-open {
  overflow: hidden; }

.protection-plan-modal {
  position: fixed;
  inset: 0;
  z-index: 99999; }

.protection-plan-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 17, 17, 0.45); }

.protection-plan-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 780px;
  width: calc(100% - 32px);
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  padding: 40px 20px;
  border: 2px solid #a45b38;
  border-radius: 8px;
  background: #f6f2ef;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18); }

.protection-plan-modal__close {
  background: transparent;
  border: 0;
  color: #5e5e5e;
  cursor: pointer;
  font-size: 36px;
  position: absolute;
  top: 24px;
  right: 18px; }

.protection-plan-modal__title {
  color: #333;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 14px; }

.protection-plan-modal__divider {
  height: 2px;
  background: #a45b38;
  margin-bottom: 22px; }

.protection-plan-modal__layout {
  display: flex;
  align-items: stretch; }

.protection-plan-modal__content {
  flex: 1 1 58%;
  padding-right: 18px;
  color: #6b6b6b; }

.protection-plan-modal__media {
  flex: 1 1 42%; }

.protection-plan-modal__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.protection-plan-modal__item {
  margin-bottom: 14px; }

.protection-plan-modal__item-title {
  color: #4b4b4b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5; }

.protection-plan-modal__item-title::before {
  content: "✓";
  margin-right: 10px; }

.protection-plan-modal__item-description {
  color: #7b7b7b;
  font-size: 14px;
  line-height: 1.7;
  padding-left: 24px; }

.protection-plan-modal__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 18px;
  font-weight: 700;
  padding-top: 20px; }

.protection-plan-modal__link {
  color: #4b4b4b;
  display: inline-block;
  font-size: 14px;
  text-decoration: underline;
  margin-bottom: 8px; }

.protection-plan-modal__pricing {
  align-items: center;
  border: 1px solid #e5d8cc;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  padding: 18px 20px; }

.protection-plan-modal__pricing-title {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4; }

.protection-plan-modal__pricing-note {
  color: #9a9288;
  font-size: 12px;
  margin-top: 8px; }

.protection-plan-modal__pricing-amount {
  text-align: right; }

.protection-plan-modal__pricing-price {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2; }

.protection-plan-modal__pricing-monthly {
  color: #9a9288;
  font-size: 12px;
  margin-top: 4px; }

.protection-plan-modal__actions {
  display: flex;
  gap: 12px;
  margin-top: 16px; }

.protection-plan-modal__action {
  border-radius: 4px;
  cursor: pointer;
  flex: 1 1 50%;
  font-size: 16px;
  font-weight: 700;
  min-height: 52px;
  padding: 12px 18px;
  text-align: center;
  text-transform: uppercase; }

.protection-plan-modal__action--secondary {
  background: #fff;
  border: 2px solid #d4b79b;
  color: #4a3a2d; }

.protection-plan-modal__action--primary {
  background: #9b6127;
  border: 2px solid #9b6127;
  color: #fff; }

#product-product .product_carousel {
  z-index: 2; }

.protection-plan-modal__pricing {
  border: 1px solid #a45b38 ad; }

.protection-plan-modal__pricing-monthly {
  color: #a45b38; }

.protection-plan-modal__action--primary {
  background: #a45b38;
  border: 2px solid #a45b38; }

.protection-plan-modal__action--secondary {
  border: 2px solid #a45b38; }

@media (max-width: 767px) {
  .protection-plan-modal__dialog {
    max-width: calc(100% - 24px);
    padding: 16px; }

  .protection-plan-modal__title {
    font-size: 22px;
    padding-right: 28px;
    font-weight: 700; }

  .protection-plan-modal__layout {
    flex-direction: column;
    gap: 16px; }

  .protection-plan-modal__content {
    padding-right: 0; }

  .protection-plan-modal__image {
    max-height: 220px; }

  .protection-plan-modal__pricing {
    flex-direction: column; }

  .protection-plan-modal__pricing-amount {
    text-align: left; }

  .protection-plan-modal__actions {
    flex-direction: column; } }

@media (max-width: 1366px) {
  #desktop-header-modify {
    gap: 0; } }

@media (min-width: 1200px) and (max-width: 1400px) {
  .header-top .header-top-right .right #_desktop_user_info {
    width: 30px; }
    .header-top .header-top-right .right ._desktop_wishlist {
      width: 30px; }
    .header-top .header-top-right .right #_desktop_cart {
      width: 33px; } }

@media (min-width: 992px) and (max-width: 1400px) {
  .header-top .header-top-right #_desktop_seach_widget {
    top: -15px; } }

@media (max-width: 1299px) {
  #cart-view.product-right table.product_grouped {
    width: 100%;
    min-width: auto !important; }

  #cart-view.product-right table.product_grouped td + td.left .qty-input {
    width: 70px; }

  #cart-view.product-right table.product_grouped td + td.left .qty-input .product-qty {
    font-size: 16px;
    height: auto;
    line-height: 3; }

  #cart-view.product-right table.product_grouped td + td.left .qty-input .qty-count {
    padding: 0 10px; } }

@media (max-width: 1200px) {
  .header-top .header-top-right {
    flex-direction: column;
    align-items: flex-end; }

  #_desktop_call_time {
    margin-right: 0; } }

@media (max-width: 991px) {
  .protection-plan-modal__dialog {
    max-height: 72vh; }

  #successTableUI {
    box-shadow: none !important;
    margin-bottom: 0 !important; }

  #successTableUI thead {
    display: none !important; }

  #successTableUI tr {
    display: block;
    margin-bottom: 40px;
    box-shadow: 0px 5px 10px 0 rgba(164, 91, 56, 0.2) !important; }

  #successTableUI td {
    text-align: end;
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 10px; }

  #successTableUI td::before {
    content: attr(data-label);
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin-right: 15px; }

  .heroBanner {
    display: none; }

  .mobile_banner.heroBanner {
    display: block; }

  #call_time .call_time .fa::before {
    font-size: 30px; }

  #call_time .call_time .callUSNow {
    font-size: 24px; }

  #call_time .call_time .callUSNow span {
    font-size: 16px;
    margin-bottom: 4px; }

  #call_time .call_time {
    align-items: center; }

  #product_groupedCustomised .product-image-box .product-image {
    width: 52px !important;
    height: 52px !important; }

  #cart-view.product-right table.product_grouped h2 {
    font-size: 12px !important; }

  .product_grouped_right .qty-add-cart-btn table .price del {
    font-size: 11px !important; }

  #cart-view.product-right table.product_grouped td + td.left .qty-input .product-qty {
    font-size: 14px !important; }

  .cat_menu #desktop-header-modify li:hover ul {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden; }

  .cat_menu #desktop-header-modify li.mobile-dropdown ul {
    transition: all 0.2s;
    visibility: visible;
    opacity: 1;
    height: fit-content;
    overflow: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    box-shadow: none; }

  .cat_menu #desktop-header-modify li.mobile-dropdown {
    border-bottom: 1px solid #161616; }

  #desktop-header-modify li:has(> ul):hover::before {
    border: 1px solid transparent;
    border-bottom: 1px solid #161616;
    border-right: 1px solid #161616;
    margin-top: 0; }

  .cat_menu #desktop-header-modify li.mobile-dropdown::before {
    transform: rotate(45deg);
    border: 1px solid #161616;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    margin-top: 4px; } }

@media (max-width: 767px) {
  .syncrony-fin-section .desk-part {
    display: none !important; }

  .syncrony-fin-section .mob-part {
    display: block !important; }

  .largeScreenTabs {
    display: none; }

  .smallScreenTabs {
    display: block;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-top: 15px; }

  .product-right #off_id {
    border-radius: 0 0 0 10px; }

  .product-right #off_id::before {
    display: none; }

  #product-product .product_carousel > .row {
    margin: 0 !important; }

  .tabs_info .panel-group .panel {
    background-color: #f6f2f0; }

  .requestSwatch > a {
    font-size: 16px; }

  .requestSwatch > a {
    padding: 10px 15px;
    font-size: 14px;
    gap: 10px; }

  .requestSwatch > a::before {
    width: 20px; }

  #product-product .product-right .options-head a {
    gap: 8px;
    font-size: 16px; }

  .product-right #off_id {
    right: 0 !important;
    top: 0; }

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

  .startingPriceHeading {
    font-size: 18px; }

  .priceInfo h3 {
    font-size: 26px; }

  .priceInfo del h3 {
    font-size: 22px; }

  .priceInfo {
    gap: 10px; }

  .protection-plan-card__header {
    font-size: 18px; }

  .protection-plan-card__body {
    gap: 14px;
    padding: 16px; } }

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

  .product-thumb .caption h4 a {
    font-size: 15px; }

  #product-product .product-right .grouped_options .prodcut_option .product_size_option .prodcut_option_selection_box .prodcut_option_selection_box_inner {
    flex-wrap: wrap; }

  .prodcut-list .color-imges {
    justify-content: center;
    margin-bottom: 10px; }

  #call_time .call_time .callUSNow {
    font-size: 20px; }

  #call_time .call_time .callUSNow span {
    font-size: 14px; }

  .search-widget form input[type="text"] {
    min-width: 300px; } }

@media (max-width: 470px) {
  .color-imges .imges-coll img, .color-imges a {
    width: 30px;
    height: 20px; }

  .color-imges .total_color > p {
    font-size: 11px;
    font-weight: 500; } }

@media (pointer: coarse) {
  #WzTtDiV {
    display: none; } }

.products .product-list-js {
  display: flex;
  flex-wrap: wrap; }

.products .product-list-js .product-grid {
  height: auto; }

.product-grid .view-more-box {
  background-color: #f9f7f5;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 10px;
  margin: 15px 0;
  max-height: calc(100% - 30px); }

.product-grid .view-more-box .btn {
  color: #fff;
  background-color: #a45b37;
  border-color: #a45b37;
  text-transform: unset;
  font-family: 'Minerva', sans-serif;
  font-size: 16px; }

.product-grid .view-more-box .view-more-icon img {
  width: 100px; }

.product-grid .view-more-box p {
  font-size: 16px; }

#_desktop_call_time .daytime p, .desktop-call_time .daytime p {
  font-size: 11px;
  line-height: 1;
  margin: 0 0 5px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  text-align: left; }

.header-top .header-top-row {
  justify-content: space-around; }

.header-top .header-top-row .header-top-right {
  width: fit-content;
  max-width: fit-content; }

.header-top .header-top-row #_desktop_seach_widget {
  padding: 0; }

.syncrony-fin-section .mob-part {
  display: none; }

@media (min-width: 1301px) {
  .header-top .header-top-left {
    width: 30%; }

  #_desktop_call_time .daytime p {
    font-size: 14px; }

  #_desktop_call_time .daytime p span {
    font-size: 13px; } }

@media (max-width: 544px) {
  .product-grid .view-more-box {
    margin: 0;
    max-height: 100%; } }

@media (max-width: 480px) {
  .products .product-list-js .product-grid {
    width: 100%;
    padding: 10px; } }

.header-top .header-top-center {
  width: fit-content; }

.header-top .header-top-center .desktop-logo {
  max-width: fit-content;
  margin: 0; }

.desktop-call_time {
  display: flex;
  align-items: center;
  gap: 20px; }

.header-top .header-top-right {
  flex: 1; }

.daytime p span {
  color: #a45b38; }

.desktop-call_time #call_time {
  position: relative; }

.desktop-call_time #call_time::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 3px;
  height: 80%;
  width: 1px;
  border-left: 1px solid #a45b38; }

#_desktop_call_time .desktop-call_time #call_time .call_time .callUSNow {
  margin: 0; }

@media (max-width: 1500px) {
  #_desktop_call_time {
    margin-right: 20px; } }

@media (max-width: 1480px) {
  #_desktop_call_time .desktop-call_time #call_time .call_time .callUSNow .call-no {
    font-size: 17px; }

  #call_time .call_time .callUSNow span {
    font-size: 15px; } }

@media (max-width: 1300px) {
  #_desktop_call_time .daytime p {
    display: flex;
    flex-direction: column;
    text-align: left !important; } }

@media (max-width: 1200px) {
  #call_time .call_time .fa::before {
    margin-right: 10px;
    font-size: 20px; }

  .header-top .header-top-center .desktop-logo a {
    max-width: 200px; }

  #ishisearch_widget.search-widget form input[type="text"] {
    min-width: auto; }

  .header-top .header-top-center {
    min-width: 100%;
    width: 100%;
    flex: 1;
    max-width: 100%;
    padding-bottom: 15px; }

  .header-top > .container .header-top-row {
    flex-wrap: wrap; }

  .header-top .header-top-right {
    flex-direction: row; } }

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

  .desktop-call_time .daytime {
    padding-top: 10px; }

  .desktop-call_time .daytime p {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-bottom: 5px !important; }

  .desktop-call_time.mobile-time {
    display: flex;
    align-items: center;
    justify-content: center; } }

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

  #call_time .call_time .callUSNow span {
    font-size: 12px; }

  #call_time .call_time .callUSNow span.call-no {
    font-size: 16px; }

  .desktop-call_time .daytime p {
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important; }

  .protection-plan-modal__dialog {
    max-height: 70vh; }

  .protection-plan-modal__item-title {
    font-size: 14px;
    font-weight: 400; } }

@media (max-width: 350px) {
  /* Stripe Affirm visual block */
    #ishisearch_widget.search-widget form input[type="text"] {
      min-width: 270px; } }

.stripe-payment-brand {
  border: 1px solid #1d66e8;
  background: #d9e5f7;
  border-radius: 4px;
  padding: 18px 16px;
  margin-bottom: 16px;
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  box-sizing: border-box; }

.stripe-payment-brand__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 10px; }

.stripe-payment-brand__label {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #111; }

.stripe-payment-brand__logo {
  width: 95px;
  min-width: 95px; }

.stripe-payment-brand__logo img {
  display: block;
  max-width: 100%;
  height: auto; }

.stripe-payment-brand__text {
  text-align: center;
  color: #111; }

.stripe-payment-brand__title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35; }

.stripe-payment-brand__copy {
  display: block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35; }

#payment-html-section #payment, #payment-html-section #payment-element {
  width: 100%;
  max-width: 100%; }

#checkout-cart #cart_content #check_sidebar .buttons .paypal-sidebar-wrap {
  margin-bottom: 10px; }

#checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box .payment-button-wrap {
  margin-top: 12px; }

#checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box .payment-button {
  width: 100%;
  background: #ffc439;
  border: 1px solid #ffc439;
  border-radius: 6px;
  color: #003087;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-weight: 600;
  min-height: 44px;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease; }

#checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box .payment-button:hover, #checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box .payment-button:focus {
  background: #f7b82c;
  border-color: #f7b82c;
  color: #003087;
  text-decoration: none; }

#checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box.active .payment-button.paypal-cta {
  box-shadow: 0 4px 12px rgba(255, 196, 57, 0.35); }

#checkout-cart #cart_content #check_sidebar .buttons .btn-box .btn .paypal-wordmark, #checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box .payment-button .paypal-wordmark {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  line-height: 1; }

#checkout-cart #cart_content #check_sidebar .buttons .btn-box .btn .paypal-wordmark-pay, #checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box .payment-button .paypal-wordmark-pay {
  color: #003087; }

#checkout-cart #cart_content #check_sidebar .buttons .btn-box .btn .paypal-wordmark-pal, #checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box .payment-button .paypal-wordmark-pal {
  color: #009cde; }

#checkout-cart #cart_content .content-area-left #paymnet_plans .payment-box .payment-button .anchor-head {
  color: #1a1f71;
  font-size: 16px;
  font-weight: 500; }

#checkout-cart #cart_content #check_sidebar .buttons .btn-box .btn.sidebar-paypal-btn {
  background: #ffc439;
  border: 1px solid #ffc439;
  color: #003087;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 6px 12px;
  transition: background-color 0.2s ease; }

#checkout-cart #cart_content #check_sidebar .buttons .btn-box .btn.sidebar-paypal-btn:hover, #checkout-cart #cart_content #check_sidebar .buttons .btn-box .btn.sidebar-paypal-btn:focus {
  background: #f7b82c;
  border-color: #f7b82c;
  color: #003087; }

@media (max-width: 767px) {
  #product-product #cart-view.product-right .product_grouped_right .smallScreenTabs .panel-collapse.collapse {
    overflow: auto; } }

body {
  font-family: 'Minerva', sans-serif;
  font-weight: 400;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.5px; }

* {
  outline: 0 !important; }
  *:focus {
    outline: 0 !important; }
  *:active {
    outline: 0 !important; }

h1, h2, h3, h4, h5, h6 {
  color: #333; }

p {
  color: #888;
  /* default font size */ }

.fa {
  font-size: 14px;
  /* Override the bootstrap defaults */ }

h1 {
  font-size: 33px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10.2px; }

a {
  color: #402e25;
  outline: none; }
  a:hover {
    color: #666;
    text-decoration: none;
    outline: none; }
  a:focus {
    outline: none;
    color: #666;
    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; }

.form-horizontal .control-label {
  /* If media is above 767 */ }
  @media (min-width: 768px) {
    .form-horizontal .control-label {
      text-align: left; } }

input[type="checkbox"] {
  position: relative;
  top: 0;
  margin: 3px 0 0px 2px;
  display: inline-block;
  vertical-align: middle; }

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

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  box-shadow: none; }

legend {
  font-size: 18px;
  padding: 7px 0px; }

label {
  font-size: 14px;
  font-weight: 400;
  color: #232323; }

.panel-heading {
  padding: 15px; }

select.form-control, textarea.form-control {
  font-size: 12px; }

input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px; }

.input-group {
  /* Fix some bootstrap issues */
  /*span {
  &.hidden-xs, &.hidden-sm, &.hidden-md, &.hidden-lg {
    display: inline;
  }
}*/ }
  .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px; }
  .input-group .input-group-addon {
    font-size: 12px;
    height: 30px; }

.nav-tabs {
  margin-bottom: 15px; }

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
  /* Gradent to all drop down menus */ }

.dropdown-menu li > a:hover {
  text-decoration: none;
  outline: none;
  background-color: transparent; }

@media (max-width: 991px) {
  #_mobile_column_left > #column-left, #_mobile_column_right > #column-left, #_mobile_column_left #column-right, #_mobile_column_right #column-right {
    float: left;
    width: 100%;
    padding: 0;
    display: block !important; }

  #content {
    float: left;
    width: 100%; } }

section {
  margin-bottom: 70px;
  /* If media is below 992 */ }
  @media (max-width: 991px) {
  section {
    margin-bottom: 30px; } }

.clearfix {
  clear: both; }

#menu_wrapper {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* header-before */ }
  #menu_wrapper.active {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer; }

#header-before {
  /* If media is below 768 */ }
  #header-before .page-title {
    display: none; }
  @media (max-width: 767px) {
  #header-before {
    display: none; } }

.header-nav {
  background: #995e3f;
  color: #fff;
  /* top */ }
  .header-nav .center-nav {
    text-align: center; }
  .header-nav .left-nav {
    text-align: left; }
  @media (max-width: 767px) {
    .header-nav .left-nav {
      text-align: center; } }
  .header-nav .left-nav > div {
    display: inline-block;
    vertical-align: middle; }
  .header-nav .right-nav {
    text-align: right; }
  @media (max-width: 767px) {
    .header-nav .right-nav {
      text-align: center; } }
  .header-nav .right-nav > div {
    display: inline-block;
    vertical-align: middle; }

#header {
  background: #fff; }
  #header #_desktop-contactinfo {
    cursor: pointer;
    float: left;
    padding: 24px 15px;
    white-space: nowrap;
    font-size: 14px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.42px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 991px) {
    #header #_desktop-contactinfo {
      float: right;
      padding: 36px 15px; } }
  @media (max-width: 543px) {
    #header #_desktop-contactinfo {
      float: none;
      text-align: center;
      padding: 0 15px 20px; } }
  #header #_desktop-contactinfo .contact-num:hover .call-img {
    fill: #fff;
    background-color: #666; }
  #header #_desktop-contactinfo .call-img {
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 4px 2px rgba(132, 160, 20, 0.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    fill: #232323; }
  #header #_desktop-contactinfo .call {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    text-align: left;
    position: relative; }
  #header #_desktop-contactinfo .call-us {
    font-weight: 500;
    font-size: 15px;
    color: #4a4a4a;
    line-height: 21px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  #header #_desktop-contactinfo .call-num {
    font-size: 13px;
    color: #a4a4a4;
    margin-top: 5px; }

.header-top {
  padding: 30px 0;
  /* If media is below 992 */ }
  @media (max-width: 991px) {
  .header-top {
    text-align: center;
    padding: 0;
    background: #232323;
    display: none; } }
  .header-top > .container {
    position: relative; }
  .header-top > .container > .row {
    /* If media is below 992 */ }
  @media (min-width: 992px) {
      .header-top > .container > .row {
        display: flex;
        align-items: center; } }
  .header-top .header-top-left {
    /* If media is below 992 */ }
  @media (max-width: 991px) {
    .header-top .header-top-left {
      text-align: center; } }
  @media (max-width: 991px) {
      .header-top .header-top-left .header-mobile {
        padding: 10px 10px 13px;
        position: relative; } }
  .header-top .header-top-left > div {
    padding: 0 10px;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
      .header-top .header-top-left > div {
        padding: 10px; } }
  .header-top .header-top-left > div:first-child {
    padding-left: 0;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
        .header-top .header-top-left > div:first-child {
          padding-left: 10px; } }
  .header-top .header-top-center {
    /* If media is between 544 and 767 */
    /* If media is below 992 */ }
  @media screen and (min-width: 544px) and (max-width: 991px) {
    .header-top .header-top-center {
      order: 1; } }
  @media (max-width: 543px) {
    .header-top .header-top-center {
      width: 100%; } }
  .header-top .header-top-right {
    text-align: right;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
    .header-top .header-top-right {
      display: none; } }

#_mobile_logo {
  padding: 0;
  width: 40%;
  text-align: center;
  margin: 0 auto; }
  #_mobile_logo img {
    text-align: center;
    margin: 0 auto; }
  @media (max-width: 991px) {
    #_mobile_logo img {
      width: auto;
      max-width: 100%; } }

.desktop-logo {
  max-width: 350px;
  text-align: center;
  margin: 0 auto;
  /* If media is below 992 */ }
  @media (max-width: 991px) {
  .desktop-logo {
    padding: 0;
    text-align: center;
    margin: 0 auto; } }
  .desktop-logo a {
    display: inline-block;
    vertical-align: middle; }
  .desktop-logo img {
    text-align: center;
    margin: 0 auto; }
  @media (max-width: 991px) {
    .desktop-logo img {
      width: auto;
      max-width: 100%; } }

.mobile-width-right, .mobile-width-left {
  display: none; }
  @media (max-width: 991px) {
  .mobile-width-right, .mobile-width-left {
    display: block;
    width: 30%;
    float: left;
    padding: 5px 6px; } }

.mobile-width-right {
  /* Nav full width fixed header */ }
  @media (max-width: 991px) {
  .mobile-width-right {
    float: right; } }

.nav-height {
  min-height: 61px; }
  @media (max-width: 991px) {
  .nav-height {
    min-height: 63px; } }

.nav-full-width {
  position: relative;
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  /* Nav full width fixed header End*/
  /* language and currency*/
  /* language and currency*/ }
  @media (max-width: 991px) {
    .nav-full-width .container {
      padding: 6px 15px; } }
  .nav-full-width.fixed-header {
    position: fixed;
    background-color: #fff;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin: 0;
    animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s;
    overflow: visible; }
  @media (max-width: 991px) {
    .nav-full-width .row {
      display: flex;
      align-items: center; } }

.currency-selector, .language-selector {
  white-space: nowrap;
  font-weight: 400;
  padding: 10px 8px; }
  .currency-selector form, .language-selector form {
    margin: 0; }
  .currency-selector .btn-group .language-selector-label, .language-selector .btn-group .language-selector-label, .currency-selector .btn-group .currency-selector-label, .language-selector .btn-group .currency-selector-label {
    font-size: 14px;
    color: #402e25; }
  .currency-selector .btn-group.open .dropdown-toggle, .language-selector .btn-group.open .dropdown-toggle {
    box-shadow: none; }
  .currency-selector .dropdown-menu, .language-selector .dropdown-menu {
    left: auto;
    right: -3px;
    top: 30px;
    padding: 5px 7px;
    margin: 0;
    font-size: 14px;
    border-radius: 0;
    /* If media is below 544 */ }
  @media (max-width: 543px) {
    .currency-selector .dropdown-menu, .language-selector .dropdown-menu {
      min-width: 100px; } }
  .currency-selector li, .language-selector li {
    text-decoration: none;
    list-style: none;
    display: inline-block;
    /* If media is below 544 */ }
  @media (max-width: 390px) {
    .currency-selector li, .language-selector li {
      display: block; } }
  .currency-selector li a, .language-selector li a, .currency-selector li button, .language-selector li button {
    color: #4a4a4a;
    text-transform: capitalize;
    padding: 5px 10px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    outline: none; }
  .currency-selector a, .language-selector a {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: none; }
  .currency-selector a .expand-more, .language-selector a .expand-more {
    padding: 0 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Arimo', serif; }
  .currency-selector a i, .language-selector a i {
    font-size: 18px;
    vertical-align: middle; }

.currency-selector ul, .language-selector ul {
  padding: 0; }
  .currency-selector li, .language-selector li {
    text-decoration: none;
    padding: 3px 10px; }
  .currency-selector li img, .language-selector li img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 8px; }
  .currency-selector li .btn-link, .language-selector li .btn-link {
    color: #888;
    padding: 0;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    outline: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .currency-selector li .btn-link:hover, .language-selector li .btn-link:hover {
    color: #402e25; }
  .currency-selector li.current a, .language-selector li.current a {
    color: #666; }

.currency-selector:after {
  display: none; }

._desktop_wishlist {
  display: inline-block;
  vertical-align: middle;
  /* user info */ }
  ._desktop_wishlist li {
    list-style: none; }
  ._desktop_wishlist .wishlist-icon .icon {
    height: 40px;
    width: 40px;
    fill: #232323; }

#_desktop_user_info {
  /* If media is below 991 */ }
  @media (min-width: 992px) {
  #_desktop_user_info {
    display: inline-block;
    vertical-align: middle; } }

.user-info {
  position: relative;
  z-index: 3;
  cursor: pointer;
  /* wishlist info */ }
  .user-info .dropdown-menu {
    top: 42px;
    right: 0;
    left: auto;
    border-radius: 0;
    padding: 9px 15px; }
  .user-info .dropdown-menu li a {
    color: #888;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .user-info .dropdown-menu li a:hover {
    color: #402e25; }
  .user-info .user-logo {
    width: 40px;
    height: 40px;
    fill: #232323;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .user-info .user-logo:hover {
    fill: #000; }
  .user-info .expand-more {
    display: none; }
  .user-info i {
    display: none; }

.wishlist_header {
  float: right;
  padding: 33px 20px 33px 10px;
  /* cart */ }
  @media (max-width: 1220px) {
  .wishlist_header {
    display: none; } }
  .wishlist_header a {
    color: #666;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }
  .wishlist_header a i {
    font-size: 12px; }
  .wishlist_header a:hover {
    color: ; }

#_desktop_cart {
  /* If media is below 991 */ }
  @media (min-width: 992px) {
  #_desktop_cart {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap; } }

.blockcart {
  /* If media is below 992 */
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* Mobile Media Query Start */ }
  @media (max-width: 991px) {
  .blockcart {
    position: relative;
    padding-right: 4px; } }
  .blockcart .cart-link {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden; }
  @media (max-width: 991px) {
        .blockcart .cart-link:hover .cart-img {
          fill: #000; } }
  .blockcart .cart-img {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    fill: #232323;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
    .blockcart .cart-img {
      border-radius: 0;
      border: 0;
      box-shadow: none;
      fill: #000; } }
  .blockcart .cart-content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
    .blockcart .cart-content {
      padding-left: 0; } }
  .blockcart .cart-content .cart-name {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4a4a4a;
    letter-spacing: 0.2px;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
      .blockcart .cart-content .cart-name {
        display: none; } }
  .blockcart .cart-content .cart-products-count {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #666;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    right: 3px;
    top: 3px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
      .blockcart .cart-content .cart-products-count {
        right: 5px;
        top: 7px; } }
  .blockcart #cart table > tbody > tr > td {
    white-space: normal; }
  .blockcart #cart > .btn {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none; }
  .blockcart #cart.open > .btn {
    color: #000; }
  .blockcart #cart.open > .btn:hover {
    color: #000; }
  .blockcart #cart .cart-dropdown, .blockcart #cart .dropdown-menu {
    /* If media is below 768 */
    font-family: 'Minerva', sans-serif;
    display: none;
    left: auto;
    position: absolute;
    right: 0;
    text-align: left;
    width: 350px;
    z-index: 3;
    border: 1px solid #e7e7e7;
    top: 42px;
    padding: 0 15px;
    background: #fff; }
  @media (max-width: 991px) {
      .blockcart #cart .cart-dropdown, .blockcart #cart .dropdown-menu {
        top: 45px; } }
  @media (max-width: 767px) {
      .blockcart #cart .cart-dropdown, .blockcart #cart .dropdown-menu {
        width: 295px; } }
  .blockcart #cart .cart-dropdown table, .blockcart #cart .dropdown-menu table {
    margin-bottom: 10px;
    width: 100%;
    max-width: 350px; }
  .blockcart #cart .cart-dropdown .cart-btn, .blockcart #cart .dropdown-menu .cart-btn {
    padding: 10px 0; }
  .blockcart #cart .cart-dropdown .cart-btn .btn-cartblock, .blockcart #cart .dropdown-menu .cart-btn .btn-cartblock {
    padding: 10px 20px;
    /* If media is below 768 */ }
  @media (max-width: 767px) {
          .blockcart #cart .cart-dropdown .cart-btn .btn-cartblock, .blockcart #cart .dropdown-menu .cart-btn .btn-cartblock {
            padding: 10px 15px; } }
  .blockcart #cart .cart-dropdown li, .blockcart #cart .dropdown-menu li {
    text-decoration: none;
    outline: none;
    list-style: none; }
  .blockcart #cart .cart-dropdown li .empty, .blockcart #cart .dropdown-menu li .empty {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 10px 0;
    color: #402e25; }
  .blockcart #cart .cart-dropdown .quantity-formated, .blockcart #cart .dropdown-menu .quantity-formated {
    color: #402e25;
    font-weight: 500; }
  .blockcart #cart .cart-dropdown .slimScrollDiv {
    position: relative;
    width: auto;
    overflow-y: scroll;
    max-height: 300px; }
  @media (max-width: 767px) {
        .blockcart #cart .cart-dropdown .slimScrollDiv {
          max-height: 270px; } }
  .blockcart #cart .cart-dropdown .slimScrollDiv::-webkit-scrollbar-track {
    border-radius: 10px; }
  .blockcart #cart .cart-dropdown .slimScrollDiv::-webkit-scrollbar {
    width: 5px; }
  .blockcart #cart .cart-dropdown .slimScrollDiv::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2); }
  .blockcart button, .blockcart .btn-block {
    padding: 0; }

#_mobile_seach_widget {
  float: left; }

#_mobile_user_info, #_mobile_cart, #_mobile_link_menu {
  float: right;
  /* Mobile Media Query End */
  /* alert */ }

.alert {
  padding: 12px 14px 12px 14px;
  text-align: center;
  border-radius: 0;
  /* buttons */ }
  .alert button {
    display: block;
    overflow: hidden;
    position: relative; }
  .alert button.close {
    position: relative;
    top: 2px;
    right: 0;
    margin: 0; }

.buttons {
  margin: 1em 0;
  display: block;
  overflow: hidden;
  position: relative; }
  .buttons.close {
    position: relative;
    top: 2px;
    right: 0; }

.alert-dismissible .close {
  position: relative;
  top: 2px;
  right: 0; }

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  line-height: 18px;
  border-radius: 0; }
  .btn.active {
    box-shadow: none;
    outline: none; }
  .btn:focus {
    outline: none;
    text-decoration: none; }

.btn-xs {
  font-size: 9px; }

.btn-sm {
  font-size: 10.2px; }

.btn-lg {
  padding: 10px 16px;
  font-size: 15px; }

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px; }
  .btn-group > .btn:focus, .btn-group > .dropdown-menu:focus, .btn-group > .popover:focus {
    outline: none;
    text-decoration: none; }
  .btn-group > .btn-xs {
    font-size: 9px; }
  .btn-group > .btn-sm {
    font-size: 10.2px; }
  .btn-group > .btn-lg {
    font-size: 15px; }

.btn-warning, .btn-inverse, .btn-link, .btn-info, .btn-success, .btn-danger, .btn-warning {
  padding: 7.5px 12px; }
  .btn-warning:hover, .btn-inverse:hover, .btn-link:hover, .btn-info:hover, .btn-success:hover, .btn-danger:hover, .btn-warning:hover, .btn-warning:focus, .btn-inverse:focus, .btn-link:focus, .btn-info:focus, .btn-success:focus, .btn-danger:focus, .btn-warning:focus {
    outline: none;
    text-decoration: none;
    box-shadow: none; }

.btn-default, .disabled, .btn-default[disabled] {
  background-color: #a45b37;
  border: 1px solid #a45b37;
  color: #fff;
  outline: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  @media (max-width: 767px) {
  .btn-default, .disabled, .btn-default[disabled] {
    padding: 10px 20px; } }
  .btn-default:hover, .disabled:hover, .btn-default[disabled]:hover, .btn-default:active, .disabled:active, .btn-default[disabled]:active, .btn-default:focus, .disabled:focus, .btn-default[disabled]:focus, .btn-default fieldset[disabled], .disabled fieldset[disabled], .btn-default[disabled] fieldset[disabled] {
    color: #232323;
    background-color: #fff;
    border-color: #666;
    outline: none; }
  .btn-default:active:hover, .disabled:active:hover, .btn-default[disabled]:active:hover {
    color: #232323;
    background-color: #fff;
    border-color: #666;
    outline: none; }
  .btn-default:active:focus, .disabled:active:focus, .btn-default[disabled]:active:focus {
    color: #232323;
    background-color: #fff;
    border-color: #666;
    outline: none; }

.btn-primary, .btn.disabled, .btn:disabled, .btn-secondary {
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #232323;
  background-color: #fff;
  border: 1px solid #232323;
  outline: none;
  line-height: 18px;
  /* list group */ }
  @media (max-width: 767px) {
  .btn-primary, .btn.disabled, .btn:disabled, .btn-secondary {
    padding: 10px 20px; } }
  .btn-primary:hover, .btn.disabled:hover, .btn:disabled:hover, .btn-secondary:hover, .btn-primary:active, .btn.disabled:active, .btn:disabled:active, .btn-secondary:active, .btn-primary:focus, .btn.disabled:focus, .btn:disabled:focus, .btn-secondary:focus {
    color: #232323;
    background-color: #232323;
    border-color: #232323;
    outline: none; }
  .btn-primary:active:hover, .btn.disabled:active:hover, .btn:disabled:active:hover, .btn-secondary:active:hover {
    color: #232323;
    background-color: #232323;
    border-color: #232323;
    outline: none; }
  .btn-primary:active:focus, .btn.disabled:active:focus, .btn:disabled:active:focus, .btn-secondary:active:focus {
    color: #232323;
    background-color: #232323;
    border-color: #232323;
    outline: none; }

.list-group a {
  border: 1px solid #e9e9e9;
  color: #888;
  padding: 10px 12px;
  /*@media (min-width: 1200px) {
  #content {
    .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1) {
      clear: left;
    }
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #content {
    .col-md-2:nth-child(6n+1), .col-md-3:nth-child(4n+1), .col-md-4:nth-child(3n+1), .col-md-6:nth-child(2n+1) {
      clear: left;
    }
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #content {
    .col-sm-2:nth-child(6n+1), .col-sm-3:nth-child(4n+1), .col-sm-4:nth-child(3n+1), .col-sm-6:nth-child(2n+1) {
      clear: left;
    }
  }
}*/
  /* fixed colum left + content + right*/ }
  .list-group a.active {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff; }
  .list-group a.active:hover {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff; }
  .list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff; }
  .list-group a:focus {
    color: #888;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff; }

@media (min-width: 768px) {
  /* fixed product layouts used in left and right columns */
    #column-left .product-layout .col-md-3 {
      width: 100%; }
      #column-left + #content .product-layout .col-md-3 {
        width: 50%; }
        #column-left + #content + #column-right .product-layout .col-md-3 {
          width: 100%; }
    #content + #column-right .product-layout .col-md-3 {
      width: 100%; } }

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

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

.block-title, .footer-title, .title {
  position: relative;
  cursor: pointer; }
  .block-title .navbar-toggler, .footer-title .navbar-toggler, .title .navbar-toggler {
    position: absolute;
    top: 12px;
    right: 15px;
    padding: 0;
    font-size: 22px;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    text-align: center; }

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

#column-left, #column-right {
  /* fixed mobile cart quantity input */ }
  #column-left .block-title .h3, #column-right .block-title .h3 {
    border: medium none;
    color: #fff;
    font: 400 16px/18px 'Minerva', 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 .checkbox label, #column-right .block-title .checkbox label, #column-left .block-title .radio label, #column-right .block-title .radio label {
    color: #402e25; }
  #column-left .block-title .navbar-toggler, #column-right .block-title .navbar-toggler {
    top: 13px;
    right: 15px;
    color: #fff;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
      #column-left .block-title .navbar-toggler, #column-right .block-title .navbar-toggler {
        color: #402e25; } }
  #column-left .data-toggler > div, #column-right .data-toggler > div {
    display: block; }
  #column-left .swiper-viewport, #column-right .swiper-viewport {
    /* If media is below 992 */
    margin-bottom: 30px; }
  @media (max-width: 991px) {
    #column-left .swiper-viewport, #column-right .swiper-viewport {
      margin-bottom: 15px; } }
  #column-left .filterbox, #column-right .filterbox {
    /* If media is below 992 */
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #e9e9e9; }
  @media (max-width: 991px) {
    #column-left .filterbox, #column-right .filterbox {
      margin-bottom: 15px; } }
  #column-left .filterbox .list-group-filter, #column-right .filterbox .list-group-filter {
    border: none;
    margin-bottom: 0;
    border-radius: 0;
    background: #fff;
    padding: 0 0 15px; }
  #column-left .filterbox .list-group-filter .list-group-item, #column-right .filterbox .list-group-filter .list-group-item {
    padding: 0 18px;
    margin-bottom: 15px;
    border: none;
    margin-bottom: 0;
    border-radius: 0; }
  #column-left .filterbox .list-group-filter .list-group-item label, #column-right .filterbox .list-group-filter .list-group-item label {
    color: #888; }
  #column-left .filterbox .list-group-filter .list-group-item.group-name, #column-right .filterbox .list-group-filter .list-group-item.group-name {
    color: #262626;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px 18px;
    text-transform: uppercase; }
  #column-left .filterbox .list-group-filter .list-group-item.group-name:hover, #column-right .filterbox .list-group-filter .list-group-item.group-name:hover {
    background: transparent; }
  #column-left .filterbox .panel-footer, #column-right .filterbox .panel-footer {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0 15px 15px; }
  #column-left section.featured-products, #column-right section.featured-products {
    /* If media is below 992 */
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #e9e9e9;
    overflow: hidden;
    position: relative;
    display: block; }
  @media (max-width: 991px) {
      #column-left section.featured-products, #column-right section.featured-products {
        margin-bottom: 15px; } }
  #column-left section.featured-products .collapse, #column-right section.featured-products .collapse {
    display: block; }
  #column-left section.featured-products .collapse.in, #column-right section.featured-products .collapse.in {
    display: block; }
  #column-left section.featured-products .navbar-toggler i.add, #column-right section.featured-products .navbar-toggler i.add {
    display: none; }
  #column-left section.featured-products .navbar-toggler i.remove, #column-right section.featured-products .navbar-toggler i.remove {
    display: block; }
  #column-left section.featured-products [aria-expanded="false"] .collapse-icons .add, #column-right section.featured-products [aria-expanded="false"] .collapse-icons .add {
    display: block; }
  #column-left section.featured-products [aria-expanded="false"] .collapse-icons .remove, #column-right section.featured-products [aria-expanded="false"] .collapse-icons .remove {
    display: none; }
  #column-left .ishibannerblock, #column-right .ishibannerblock {
    margin-bottom: 30px;
    width: auto;
    padding: 0;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
    #column-left .ishibannerblock, #column-right .ishibannerblock {
      margin-bottom: 15px; } }
  #column-left .ishibannerblock .bannerblock, #column-right .ishibannerblock .bannerblock {
    float: none;
    padding: 0;
    text-align: center;
    margin: 0 auto; }
  #column-left .ishibannerblock .bannerblock .image-container, #column-right .ishibannerblock .bannerblock .image-container {
    text-align: center; }
  #column-left .ishibannerblock .bannerblock a, #column-right .ishibannerblock .bannerblock a {
    display: block;
    /* If media is below 992 */
    /* If media is below 768 */ }
  @media (max-width: 991px) {
        #column-left .ishibannerblock .bannerblock a, #column-right .ishibannerblock .bannerblock a {
          display: inline-block; } }
  @media (max-width: 767px) {
        #column-left .ishibannerblock .bannerblock a, #column-right .ishibannerblock .bannerblock a {
          width: 100%; } }
  #column-left .page-title, #column-right .page-title {
    border: medium none;
    color: #222;
    font: 400 16px/18px 'Minerva', sans-serif;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    margin: 0;
    text-align: left;
    background: #f5f5f5;
    padding: 15px;
    text-transform: uppercase !important;
    /* If media is below 992 */ }
  @media (max-width: 991px) {
    #column-left .page-title, #column-right .page-title {
      background: #f5f5f5;
      color: #402e25; } }
  #column-left .box, #column-right .box {
    /* If media is below 992 */
    border: 1px solid #e9e9e9;
    background: #f5f5f5;
    margin-bottom: 30px; }
  @media (max-width: 991px) {
    #column-left .box, #column-right .box {
      margin-bottom: 15px; } }
  #column-left .box .page-title, #column-right .box .page-title {
    margin: 0; }
  #column-left .box ul, #column-right .box ul, #column-left .box .category-top-menu, #column-right .box .category-top-menu {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #fff; }
  #column-left .box ul .list-group-item, #column-right .box ul .list-group-item, #column-left .box .category-top-menu .list-group-item, #column-right .box .category-top-menu .list-group-item {
    border: 0;
    border-radius: 0;
    color: #232323;
    display: inline-block;
    vertical-align: middle;
    background: transparent; }
  #column-left .box ul .list-group-item:hover, #column-right .box ul .list-group-item:hover, #column-left .box .category-top-menu .list-group-item:hover, #column-right .box .category-top-menu .list-group-item:hover, #column-left .box ul .list-group-item:focus, #column-right .box ul .list-group-item:focus, #column-left .box .category-top-menu .list-group-item:focus, #column-right .box .category-top-menu .list-group-item:focus {
    background-color: transparent; }
  #column-left .box ul .list-group-item .active, #column-right .box ul .list-group-item .active, #column-left .box .category-top-menu .list-group-item .active, #column-right .box .category-top-menu .list-group-item .active {
    background-color: transparent; }
  #column-left .box ul li, #column-right .box ul li, #column-left .box .category-top-menu li, #column-right .box .category-top-menu li {
    position: relative; }
  #column-left .box ul .collapse, #column-right .box ul .collapse, #column-left .box .category-top-menu .collapse, #column-right .box .category-top-menu .collapse {
    display: none; }
  #column-left .box ul .collapse.in, #column-right .box ul .collapse.in, #column-left .box .category-top-menu .collapse.in, #column-right .box .category-top-menu .collapse.in {
    display: block; }
  #column-left .box ul .navbar-toggler, #column-right .box ul .navbar-toggler, #column-left .box .category-top-menu .navbar-toggler, #column-right .box .category-top-menu .navbar-toggler {
    /* If media is between 992 and 1199 */
    position: absolute;
    right: 15px;
    top: 9px;
    cursor: pointer;
    font-size: 18px; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
        #column-left .box ul .navbar-toggler, #column-right .box ul .navbar-toggler, #column-left .box .category-top-menu .navbar-toggler, #column-right .box .category-top-menu .navbar-toggler {
          z-index: 2; } }
  #column-left .box ul [aria-expanded="true"] .add, #column-right .box ul [aria-expanded="true"] .add, #column-left .box .category-top-menu [aria-expanded="true"] .add, #column-right .box .category-top-menu [aria-expanded="true"] .add {
    display: none; }
  #column-left .box ul [aria-expanded="true"].collapse-icons .remove, #column-right .box ul [aria-expanded="true"].collapse-icons .remove, #column-left .box .category-top-menu [aria-expanded="true"].collapse-icons .remove, #column-right .box .category-top-menu [aria-expanded="true"].collapse-icons .remove {
    display: block; }
  #column-left .box ul .collapse-icons .remove, #column-right .box ul .collapse-icons .remove, #column-left .box .category-top-menu .collapse-icons .remove, #column-right .box .category-top-menu .collapse-icons .remove {
    display: none; }
  #column-left .product-thumb, #column-right .product-thumb {
    padding: 15px;
    padding-bottom: 0;
    background-color: transparent; }
  #column-left .product-thumb:last-child, #column-right .product-thumb:last-child {
    padding-bottom: 15px; }
  #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: 13px;
    margin-bottom: 5px;
    line-height: 18px; }
  #column-left .product-thumb h4 a, #column-right .product-thumb h4 a {
    white-space: normal;
    font-size: 15px;
    font-weight: 400; }
  #column-left .product-thumb .price, #column-right .product-thumb .price {
    font-size: 14px;
    margin-bottom: 2px;
    opacity: 1; }
  #column-left .product-thumb .price .price-old, #column-right .product-thumb .price .price-old {
    margin-left: 0; }
  #column-left .product-thumb .button-group, #column-right .product-thumb .button-group {
    display: none; }
  #column-left .product-thumb .caption, #column-right .product-thumb .caption {
    overflow: hidden;
    display: block;
    position: relative;
    text-align: left;
    padding: 0;
    border: 0;
    /* If media is between 992 and 1199 */ }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
      #column-left .product-thumb .caption, #column-right .product-thumb .caption {
        padding: 3px; } }
  #column-left .product-thumb .caption .rating, #column-right .product-thumb .caption .rating {
    display: none; }

.input-group {
  display: inline-block;
  vertical-align: middle;
  width: auto; }
  .input-group .input-group-btn .btn-primary, .input-group .input-group-btn .btn.disabled, .input-group .input-group-btn .btn:disabled, .input-group .input-group-btn .btn-secondary {
    padding: 8px 14px;
    line-height: 16px;
    border-radius: 0;
    text-transform: capitalize;
    background-color: #232323;
    color: #fff; }
  .input-group .input-group-btn .btn-danger {
    color: #fff;
    background-color: #da4f49;
    letter-spacing: 1px;
    padding: 8px 14px;
    line-height: 16px;
    text-transform: capitalize; }
  .input-group .input-group-btn .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }

.input-group .form-control[name^="quantity"] {
  min-width: 50px;
  border-radius: 0;
  display: inline-block;
  width: auto;
  text-align: center;
  /* Missing focus and border color to overwrite bootstrap */ }

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
  border-color: #df5c39; }

.content_middle {
  /* Theme Title */ }
  @media (max-width: 767px) {
  .content_middle {
    padding: 0 15px; } }

.home-title {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0.2px;
  font-weight: 600;
  color: #222;
  font-family: 'Minerva', sans-serif;
  text-transform: unset;
  position: relative;
  display: inline-block;
  margin: 0;
  margin-bottom: 25px; }
  @media (max-width: 991px) {
  .home-title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 35px; } }
  @media (max-width: 543px) {
  .home-title {
    font-size: 30px;
    margin-bottom: 30px; } }
  .home-title:after {
    left: 0;
    right: 0;
    text-align: left;
    position: absolute;
    content: "";
    width: 140px;
    height: 2px;
    border-radius: 0;
    background: #666;
    bottom: -15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  @media (max-width: 767px) {
    .home-title:after {
      width: 120px; } }
  @media (max-width: 543px) {
    .home-title:after {
      width: 100px; } }

.subtitle {
  font-size: 100px;
  line-height: 80px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #666;
  /* select dropdown */ }
  @media (max-width: 1500px) {
  .subtitle {
    font-size: 77px;
    line-height: 60px; } }
  @media (max-width: 991px) {
  .subtitle {
    font-size: 50px;
    line-height: 50px; } }

.select-wrapper {
  position: relative;
  /* Header Wrapper */ }
  .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; }

.wrapper-nav {
  /* If media is below 1200 */
  /* If media is below 992 */
  /* If media is below 768 */
  width: 1200px;
  padding-bottom: 15px;
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 9;
  top: 70px;
  position: absolute;
  left: 0;
  right: 0;
  /*========================== NO CHANGE ==========================*/ }
  @media (max-width: 1199px) {
  .wrapper-nav {
    width: 940px;
    top: 85px; } }
  @media (max-width: 991px) {
  .wrapper-nav {
    width: 720px;
    padding: 0;
    top: 75px;
    z-index: 2; } }
  @media (max-width: 767px) {
  .wrapper-nav {
    width: 100%;
    position: unset; } }

#spin-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.countdown-container {
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-align: center;
  opacity: 1;
  margin: 0 auto;
  padding: 4px;
  background-color: #fff;
  box-shadow: 0 0 10px 4px rgba(165, 165, 165, 0.1);
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* If media is below 544 */
  /* If media is below 376 */ }
  @media screen and (min-width: 1401px) and (max-width: 1500px) {
  .countdown-container {
    left: 20px;
    right: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
  .countdown-container {
    left: 30px;
    right: 30px; } }
  @media (max-width: 543px) {
  .countdown-container {
    left: 7px;
    right: 7px;
    bottom: 7px;
    padding: 0; } }
  @media (max-width: 375px) {
  .countdown-container {
    left: 5px;
    right: 5px;
    bottom: 5px; } }
  .countdown-container .countdown-text {
    display: none;
    font-weight: 600;
    margin-bottom: 15px;
    color: #402e25; }
  .countdown-container .counter {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    border: 0;
    padding: 0; }
  .countdown-container .counter span {
    display: block; }
  .countdown-container .counter .data {
    font-size: 18px;
    width: 65px;
    height: 25px;
    font-weight: 500;
    color: #222;
    position: relative;
    line-height: 25px;
    /* If media is between 768 and 991 */
    /* If media is below 476 */
    /* If media is below 476 */
    /* If media is below 376 */
    /* If media is below 376 */ }
  @media screen and (min-width: 1301px) and (max-width: 1500px) {
      .countdown-container .counter .data {
        width: 55px; } }
  @media screen and (min-width: 1200px) and (max-width: 1301px) {
      .countdown-container .counter .data {
        width: 50px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
      .countdown-container .counter .data {
        width: 55px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
      .countdown-container .counter .data {
        width: 58px;
        font-size: 17px;
        margin-bottom: 0; } }
  @media (max-width: 767px) {
      .countdown-container .counter .data {
        width: 50px; } }
  @media (max-width: 483px) {
      .countdown-container .counter .data {
        width: 45px;
        font-size: 14px;
        height: 19px; } }
  @media (max-width: 445px) {
      .countdown-container .counter .data {
        width: 39px; } }
  @media (max-width: 395px) {
      .countdown-container .counter .data {
        width: 32px; } }
  @media (max-width: 375px) {
      .countdown-container .counter .data {
        width: 28px;
        font-size: 13px; } }
  .countdown-container .counter .lbl {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    /* If media is between 768 and 991 */
    /* If media is below 476 */
    /* If media is below 376 */ }
  @media screen and (min-width: 768px) and (max-width: 991px) {
      .countdown-container .counter .lbl {
        font-size: 12px; } }
  @media (max-width: 475px) {
      .countdown-container .counter .lbl {
        font-size: 11px; } }
  @media (max-width: 375px) {
      .countdown-container .counter .lbl {
        font-size: 10px; } }

#siteloader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  text-align: center; }
  #siteloader .loader-1 {
    /* If media is below 371 */
    display: block;
    position: relative;
    top: 40%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    border: 3px solid transparent;
    border-top-color: transparent;
    border-top-color: #666;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }
  @media (max-width: 370px) {
    #siteloader .loader-1 {
      width: 80px;
      height: 80px; } }
  #siteloader .loader-1:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #666;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite; }
  #siteloader .loader-1:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: transparent;
    border-top-color: #666;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite; }
  #siteloader .loader-2 {
    position: relative;
    top: 40%;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 2px;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 auto; }
  #siteloader .loader-2 > div {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #666;
    transform: scale(0);
    transform-origin: center center;
    animation: loader 2s infinite linear; }
  #siteloader .loader-2 > div:nth-of-type(1), #siteloader .loader-2 > div:nth-of-type(5), #siteloader .loader-2 > div:nth-of-type(9) {
    animation-delay: 0.4s; }
  #siteloader .loader-2 > div:nth-of-type(4), #siteloader .loader-2 > div:nth-of-type(8) {
    animation-delay: 0.2s; }
  #siteloader .loader-2 > div:nth-of-type(2), #siteloader .loader-2 > div:nth-of-type(6) {
    animation-delay: 0.6s; }
  #siteloader .loader-2 > div:nth-of-type(3) {
    animation-delay: 0.8s; }
  #siteloader .loader-3 {
    display: block;
    font-size: 0;
    color: #666;
    width: 96px;
    height: 96px;
    text-align: center;
    margin: 0 auto;
    top: 42%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #siteloader .loader-3 > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    -moz-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    -o-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor; }
  #siteloader .loader-3 > div:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s; }
  #siteloader .loader-3 > div:nth-child(2) {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s; }
  #siteloader .loader-3 > div:nth-child(3) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  #siteloader .loader-4 {
    display: block;
    font-size: 0;
    color: #666;
    top: 50%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #siteloader .loader-4 > div {
    background-color: currentColor;
    border: 0 solid currentColor;
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    border-radius: 100%;
    opacity: 0.5;
    -webkit-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
    -moz-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
    -o-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
    animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1); }
  #siteloader .loader-4 > div:nth-child(1) {
    -webkit-animation-delay: 0s, -0.5s;
    -moz-animation-delay: 0s, -0.5s;
    -o-animation-delay: 0s, -0.5s;
    animation-delay: 0s, -0.5s; }
  #siteloader .loader-4 > div:nth-child(2) {
    -webkit-animation-delay: -0.5s, -1s;
    -moz-animation-delay: -0.5s, -1s;
    -o-animation-delay: -0.5s, -1s;
    animation-delay: -0.5s, -1s; }
  #siteloader .loader-4 > div:nth-child(3) {
    -webkit-animation-delay: -1s, -1.5s;
    -moz-animation-delay: -1s, -1.5s;
    -o-animation-delay: -1s, -1.5s;
    animation-delay: -1s, -1.5s; }
  #siteloader .loader-4 > div:nth-child(4) {
    -webkit-animation-delay: -1.5s, -2s;
    -moz-animation-delay: -1.5s, -2s;
    -o-animation-delay: -1.5s, -2s;
    animation-delay: -1.5s, -2s; }
  #siteloader .loader-4 > div:nth-child(5) {
    -webkit-animation-delay: -2s, -2.5s;
    -moz-animation-delay: -2s, -2.5s;
    -o-animation-delay: -2s, -2.5s;
    animation-delay: -2s, -2.5s; }
  #siteloader .loader-4.la-2x {
    width: 32px;
    height: 32px; }
  #siteloader .loader-4.la-2x > div {
    width: 32px;
    height: 32px; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader {
  0% {
    transform: scale(0); }

  40% {
    transform: scale(1); }

  80% {
    transform: scale(1); }

  100% {
    transform: scale(0); } }

@-webkit-keyframes loader {
  0% {
    transform: scale(0); }

  40% {
    transform: scale(1); }

  80% {
    transform: scale(1); }

  100% {
    transform: scale(0); } }

@-ms-keyframes loader {
  0% {
    transform: scale(0); }

  40% {
    transform: scale(1); }

  80% {
    transform: scale(1); }

  100% {
    transform: scale(0); } }

@-o-keyframes loader {
  0% {
    transform: scale(0); }

  40% {
    transform: scale(1); }

  80% {
    transform: scale(1); }

  100% {
    transform: scale(0); } }

@-moz-keyframes loader {
  0% {
    transform: scale(0); }

  40% {
    transform: scale(1); }

  80% {
    transform: scale(1); }

  100% {
    transform: scale(0); } }

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1); }

  70% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1); }

  95% {
    opacity: 0; } }

@-moz-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -moz-transform: scale(0.1);
    transform: scale(0.1); }

  70% {
    opacity: 0.5;
    -moz-transform: scale(1);
    transform: scale(1); }

  95% {
    opacity: 0; } }

@-o-keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -o-transform: scale(0.1);
    transform: scale(0.1); }

  70% {
    opacity: 0.5;
    -o-transform: scale(1);
    transform: scale(1); }

  95% {
    opacity: 0; } }

@keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1); }

  70% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

  95% {
    opacity: 0; } }

@keyframes ball-scale-ripple-multiple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1); }

  70% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

  95% {
    opacity: 0; } }

@-webkit-keyframes ball-circus-position {
  50% {
    left: 100%; } }

@-moz-keyframes ball-circus-position {
  50% {
    left: 100%; } }

@-o-keyframes ball-circus-position {
  50% {
    left: 100%; } }

@keyframes ball-circus-position {
  50% {
    left: 100%; } }

@-webkit-keyframes ball-circus-size {
  50% {
    -webkit-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3); } }

@-moz-keyframes ball-circus-size {
  50% {
    -moz-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3); } }

@-o-keyframes ball-circus-size {
  50% {
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3); } }

@keyframes ball-circus-size {
  50% {
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3); } }

@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); } }

.slimScrollDiv::-webkit-scrollbar-track {
  border-radius: 10px; }

.slimScrollDiv::-webkit-scrollbar {
  width: 5px; }

.slimScrollDiv::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.2); }
