/*
    Template Name: Lazio
    Author: HasTech
    Description: Multipurpose eCommerce Bootstrap 4 Template
    Version: 1.0
*/
/******************************

INDEX:

    00 - Base - Global
    01 - Base - Typography
    02 - Base - Helpers
    03 - Base - Colors

    10 - Layout - Header
    11 - Layout - Footer
    12 - Layout - Sidebar

    20 - Components - Navigation
    21 - Components - Mini Cart
    22 - Components - Button
    23 - Components - Slider
    24 - Components - Form
    25 - Components - Product
    26 - Components - Carousel
    27 - Components - Modal
    28 - Components - Social Icon
    29 - Components - Tabs
    30 - Components - Category Box
    31 - Components - Corporate Box
    32 - Components - Progress Bar
    33 - Components - Service Box
    34 - Components - Pricing
    35 - Components - Accordion
    36 - Components - Post
    37 - Components - Table
    38 - Components - Comment
    39 - Components - Animation

    40 - Pages - About
    41 - Pages - 404
    42 - Pages - Contact
    43 - Pages - Shop
    44 - Pages - Single Product
    45 - Pages - Portfolio
    46 - Pages - Checkout
    47 - Pages - Cart

******************************/
/*
    Defult Primary Color:       #fb9935
    Default Border Color:       #e5e5e5
    Default Text Color:         #999999
    Default Heading Color:      #333333
    Default Body Font:          'Quicksand', sans-serif;

*/
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800");
/*****************************
00. Global CSS
*****************************/
/*****************************
00. Global CSS
*****************************/
html {
  font-size: 62.5%; }

body {
  font-size: 1.5rem;
  font-family: "Quicksand", sans-serif;
  color: #999999;
  line-height: 1.4;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #22282e; }

p {
  font-size: 1.5rem;
  color: #252525;
  font-weight: 400;
  line-height: 1.6; }
  p:last-child {
    margin-bottom: 0; }

::selection {
  background: #90B1C3;
  color: #fff; }

::-moz-selection {
  background: #90B1C3;
  color: #fff; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  max-width: 100%; }

a:hover {
  text-decoration: none; }

.color-scheme-2 a:hover {
  color: #11bfae; }

a, a:hover, a:focus, a:active, button, button:focus,
input, select, textarea, .slick-slide, .slick-slide:focus, .slick-slide:active {
  outline: none; }

button {
  cursor: pointer; }

/*****************************
01. Typography CSS
*****************************/
.heading-primary {
  font-size: 4.8rem;
  line-height: 1;
  display: block;
  color: #fb9935;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  .heading-primary span {
    color: #2874f0; }
  .heading-primary--2 {
    font-size: 3.8rem; }
  @media (max-width: 74.9375em) {
    .heading-primary {
      font-size: 4.2rem; } }
  @media (max-width: 61.94em) {
    .heading-primary {
      font-size: 3.8rem; } }
  @media (max-width: 47.94em) {
    .heading-primary {
      font-size: 3rem; } }
  @media (max-width: 35.94em) {
    .heading-primary {
      font-size: 2.5rem; } }

.heading-big {
  color: #fb9935;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  @media (max-width: 74.9375em) {
    .heading-big {
      font-size: 5.5rem; } }
  @media (max-width: 61.94em) {
    .heading-big {
      font-size: 4.5rem; } }
  @media (max-width: 47.94em) {
    .heading-big {
      font-size: 3.5rem; } }
  @media (max-width: 35.94em) {
    .heading-big {
      font-size: 3rem; } }

.heading-secondary {
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 0;
  color: #333333;
  line-height: 1; }
  @media (max-width: 47.94em) {
    .heading-secondary {
      font-size: 2.5rem; } }
  @media (max-width: 35.94em) {
    .heading-secondary {
      font-size: 2rem; } }
  .heading-secondary strong {
    font-weight: 900; }
  .heading-secondary--2 {
    font-family: 'Raleway', sans-serif;
    color: #444444;
    font-weight: 900; }

.heading-tertiary {
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 0;
  color: #333333;
  line-height: 1.35; }

.section-title {
  position: relative; }
  .section-title.title-1 h2 {
    font-size: 2.4rem;
    color: #40576c;
    line-height: .8;
    text-transform: capitalize; }
    @media (max-width: 35.94em) {
      .section-title.title-1 h2 {
        font-size: 1.8rem; } }
  .section-title.title-1.brand-color h2 {
    color: #40576c; }
  .section-title.title-2 {
    padding: 2rem 0 2rem 3.5rem;
    max-height: 5.7rem; }
    @media (max-width: 35.94em) {
      .section-title.title-2 {
        padding: 2rem 0 2rem 2rem; } }
    .section-title.title-2 h3 {
      font-size: 1.8rem;
      text-transform: uppercase;
      line-height: 1;
      color: #fff; }
      @media (max-width: 35.94em) {
        .section-title.title-2 h3 {
          font-size: 1.6rem; } }
  .section-title.title-3 h2 {
    font-size: 3rem;
    font-family: Raleway;
    font-weight: 900;
    line-height: .8; }
    @media (max-width: 47.94em) {
      .section-title.title-3 h2 {
        font-size: 2.5rem; } }
    @media (max-width: 35.94em) {
      .section-title.title-3 h2 {
        font-size: 2rem; } }
  .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
    margin-bottom: 0; }

.category-list li {
  display: inline-block; }
  .category-list li:not(:last-child) {
    margin-right: 2rem; }
    @media (max-width: 61.94em) {
      .category-list li:not(:last-child) {
        margin-right: 1.2rem; } }

@media (max-width: 61.94em) {
  .category-list a {
    font-size: 1.3rem; } }

@media (max-width: 47.94em) {
  .category-list a {
    font-size: 1.4rem; } }

.category-list.list-1 li a {
  text-transform: capitalize;
  color: #22282e;
  line-height: 1.4; }

.category-list.list-1.brand-color a {
  color: #40576c; }

.category-list.list-2 {
  padding: 1.8rem 3rem;
  max-height: 5.7rem; }
  @media (max-width: 47.94em) {
    .category-list.list-2 {
      max-height: 100%; } }
  .category-list.list-2 li a {
    text-transform: uppercase;
    color: #fff;
    line-height: 1; }

.category-list.brand-bg {
  background-color: #40576c; }

/*****************************
02. Helper CSS
*****************************/
@media (min-width: 75em) {
  .container {
    max-width: 120rem; } }

.logo-box {
  display: block; }

.section-padding {
  padding: 4rem 0; }

@media (max-width: 47.94em) {
  .section-sm-padding {
    padding: 3rem 0; } }

.owl-carousel .owl-item img {
  width: auto; }

.main-content-wrapper {
  overflow: hidden; }

.line {
  border-color: #e5e5e5;
  margin: 0; }
  .line-black {
    border-color: rgba(0, 0, 0, 0.1); }

.text-block p:last-child {
  margin-bottom: 0; }

.scroll-to-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  overflow: hidden;
  z-index: 999;
  color: #fff;
  width: 5rem;
  height: 5rem;
  line-height: 4.4rem;
  display: block;
  text-align: center;
  font-size: 3rem;
  border: 2px solid #e5e5e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -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;
  transition: all 0.5s ease-in-out; }
  .scroll-to-top:hover {
    color: #fff !important; }
    .scroll-to-top:hover i {
      color: #fff !important; }

.custom-row {
  margin-left: -5px;
  margin-right: -5px; }
  .custom-row > [class*="col"] {
    padding-left: 5px;
    padding-right: 5px; }

.hide-in-default {
  display: none; }

@media (max-width: 61.94em) {
  .hide-in-default-md {
    display: none; } }

.ov-hidden {
  overflow: hidden; }

.in-stock {
  color: #4cbb6c; }

.out-stock {
  color: #ea4a30; }

.promo-box {
  overflow: hidden; }
  .promo-box a {
    display: block;
    width: 100%;
    height: 100%; }
    .promo-box a:before {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0);
      visibility: hidden;
      z-index: 1; }
    .promo-box a:hover:before {
      visibility: visible;
      background-color: rgba(0, 0, 0, 0.24); }
  .promo-box.full-height img {
    height: 100%; }
    @media (max-width: 47.94em) {
      .promo-box.full-height img {
        width: 100%; } }
  .promo-box.full-image img {
    height: 100%;
    width: 100%; }
  .promo-box.full-width img {
    width: 100%; }
  @media (max-width: 47.94em) {
    .promo-box.w-sm-100 img {
      width: 100%; } }

.regular-price {
  text-decoration: line-through; }

.regular-price, .sale-price {
  display: inline-block; }

.tooltip-inner {
  font-size: 1.4rem;
  padding: .8rem 1rem; }

.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.breadcrumb {
  padding: 1.5rem 2rem;
  background-color: #fff;
  margin-bottom: 4rem; }
  @media (max-width: 47.94em) {
    .breadcrumb {
      margin-bottom: 3rem; } }
  @media (max-width: 35.94em) {
    .breadcrumb {
      padding: 1.5rem; } }
  .breadcrumb li {
    display: inline-block; }
    .breadcrumb li:not(:last-child) {
      padding-right: 2rem;
      margin-right: 1.5rem; }
      @media (max-width: 35.94em) {
        .breadcrumb li:not(:last-child) {
          padding-right: 1.5rem;
          margin-right: 1rem; } }
      .breadcrumb li:not(:last-child):after {
        content: '\f105';
        right: 0;
        top: 3px;
        color: #333333; }
    .breadcrumb li a {
      color: #333333;
      font-size: 1.5rem; }

.google-map {
  height: 45rem; }
  @media (max-width: 47.94em) {
    .google-map {
      hight: 40rem; } }
  @media (max-width: 35.94em) {
    .google-map {
      hight: 35rem; } }
  @media (max-width: 28.125em) {
    .google-map {
      hight: 30rem; } }

.pagination {
  background: #fff;
  text-align: center;
  padding: 3rem 0;
  border: 1px solid #e5e5e5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .pagination li:not(:last-child) {
    margin-right: 1rem; }
    @media (max-width: 35.94em) {
      .pagination li:not(:last-child) {
        margin-right: .5rem; } }
  .pagination li a {
    width: 4rem;
    height: 4rem;
    line-height: 3.8rem;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #333333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block; }
    @media (max-width: 35.94em) {
      .pagination li a {
        width: 3.5rem;
        height: 3.5rem;
        line-height: 3.3rem;
        text-align: center; } }
    .pagination li a:hover {
      background: #40576c;
      color: #fff !important; }
      .pagination li a:hover i {
        color: #fff !important; }
  .pagination li.current a {
    background: #40576c;
    color: #fff !important; }
    .pagination li.current a i {
      color: #fff !important; }

.gallery-row {
  margin-right: -10px;
  margin-left: -10px; }
  .gallery-row [class^="col-"] {
    padding-left: 1rem;
    padding-right: 1rem; }

.login-register-area {
  padding-top: 65px;
  padding-bottom: 80px; }
  @media (max-width: 47.94em) {
    .login-register-area {
      padding-top: 47px;
      padding-bottom: 60px; } }

.login-reg-box {
  padding: 1.5rem 2rem;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

.header-top__dropdown .dropdown-menu, .mini-cart__dropdown-menu {
  border-radius: 0;
  padding: 1.5rem 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7.2px 0.8px rgba(0, 0, 0, 0.1);
  right: 0 !important;
  left: auto !important;
  min-width: 16rem; }

.promo-box a:hover {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05); }

.slider-wrapper .owl-prev, .slider-wrapper .owl-next, .new-products-carousel .owl-prev, .new-products-carousel .owl-next, .best-products-carousel .owl-prev, .best-products-carousel .owl-next, .category-product-carousel .owl-prev, .category-product-carousel .owl-next, .product-slider .slick-arrow.fa, .single-product .product-thumbnail .slick-arrow.fa-angle-left, .single-product .product-thumbnail .slick-arrow.fa-angle-right, .sticky-header .sticky-navigation .sticky-mobile-menu, .sidebar-widget .widget_conent .searchform__submit, .slider-wrapper .owl-dots, .search-form__submit, .product-box__img .secondary-image, .product-box__action, .product-box__quick-view, .product-box-hover-up .product-box__action, .related-product-carousel .owl-prev, .related-product-carousel .owl-next, .social-round .social__link:before, .category-box__img, .service-3 .service__content, .pricing__price sub, .post-gallery .gallery-caption, .post-gallery .owl-next,
.post-gallery .owl-prev, .comment .reply, .popup-btn, .product-review-wrap .review .ratings, .portfolio__content, .portfolio__title {
  position: absolute; }

.promo-box a:before, .sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:before, .sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:after, .category-nav__submenu__title:after, .product-box__action.action-2:before, .owl-item.active .right-line:after, .owl-item.active .bottom-line:before, .category-box__list li:before, .corporate__single:not(:last-child):after, .single-product-tab__item:not(:last-child):after, .single-product-tab__link:after, .product-review-wrap .review__content:before, .portfolio-filters button:after, .portfolio:before, .payment-info:before {
  position: absolute;
  content: ""; }

.promo-box, .breadcrumb li, .contact-info, .sticky-header .sticky-navigation, .sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn, .widget-menu li, .sidebar-widget .widget_conent .searchform, .product-categories .cat-item, .category-nav__submenu__title, .slider-wrapper, .search-form, .product-box, .product-box__img, .product-box__action.action-4, .product-box-hover-up .product-box__content, .product-box-hover-up.hover-up-2 .product-box__action, .new-products-carousel, .best-products-carousel, .category-product-carousel, .related-product-carousel, .social-round .social__link, .category-box, .category-box__title, .category-box__list li, .category-box__list a, .corporate__single, .skill-progress__single, .service-3, .pricing__price, .accordion__link, .post-gallery, .post-gallery .single-post-gallery, .comment-meta, .single-product__img, .single-product-gallery-img, .single-product-tab__item, .product-slider .single-product-slide, .product-review-wrap .review__content, .portfolio-filters button, .portfolio, .payment-info {
  position: relative; }

.product-box__quick-view {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

a, button, .promo-box, .promo-box a:before, .sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn, .sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:before, .sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:after, .mini-cart__icon, .slider-wrapper .owl-prev, .slider-wrapper .owl-next, .product-box, .product-box__img .primary-image, .product-box__img .secondary-image, .product-box__action.action-1, .product-box__quick-view, .new-products-carousel .owl-prev, .new-products-carousel .owl-next, .best-products-carousel .owl-prev, .best-products-carousel .owl-next, .category-product-carousel .owl-prev, .category-product-carousel .owl-next, .related-product-carousel .owl-prev, .related-product-carousel .owl-next, .product-slider .slick-arrow.fa, .pricing__head, .post-gallery .owl-next,
.post-gallery .owl-prev, .single-product-tab__link:after {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.category-nav__submenu, .product-box__img .secondary-image, .product-box__action.action-1, .product-box__quick-view, .product-box:hover .primary-image, .product-box-hover-up .product-box__action, .product-box-hover-up:hover .ratings, .product-box-hover-up:hover .product-box__price, .new-products-carousel .owl-prev, .new-products-carousel .owl-next, .best-products-carousel .owl-prev, .best-products-carousel .owl-next, .category-product-carousel .owl-prev, .category-product-carousel .owl-next, .related-product-carousel .owl-prev, .related-product-carousel .owl-next, .product-slider .slick-arrow.fa, .modal, .social-round .social__link:before, .service-3 .service__content, .post-gallery .owl-next,
.post-gallery .owl-prev, .single-product-tab__link:after, .portfolio:before, .portfolio__content {
  visibility: hidden;
  opacity: 0; }

.product-box:hover .secondary-image, .product-box:hover .product-box__action.action-1, .product-box:hover .product-box__quick-view, .product-box-hover-up:hover .product-box__action, .new-products-carousel:hover .owl-prev, .new-products-carousel:hover .owl-next, .best-products-carousel:hover .owl-prev, .best-products-carousel:hover .owl-next, .category-product-carousel:hover .owl-prev, .category-product-carousel:hover .owl-next, .related-product-carousel:hover .owl-prev, .related-product-carousel:hover .owl-next, .product-slider:hover .slick-arrow.fa, .modal.show, .social-round .social__link:hover:before, .service-3:hover .service__content, .post-gallery:hover .owl-next,
.post-gallery:hover .owl-prev, .single-product-tab__link.active:after, .portfolio:hover:before, .portfolio:hover .portfolio__content {
  visibility: visible;
  opacity: 1; }

.color-scheme-1 a:hover, .color-scheme-1 a:hover i, .color-scheme-1 a:not([href]):not([tabindex]):hover, .color-scheme-1 a:not([href]):not([tabindex]):hover i, .color-1.category-list.list-1 li a:hover, .color-1.category-list.list-2 li a:hover, .breadcrumb li.current a, .breadcrumb li a:hover, .color-scheme-1 .copyright-text a, .product-categories .cat-item a:hover, .color-scheme-1 .mainmenu li a:hover, .color-scheme-1 .mainmenu li:hover:after, .color-scheme-1 .mainmenu li.active > a, .color-scheme-1 .mainmenu li.active:after, .color-scheme-1 .mainmenu li ul li a:hover, .color-scheme-1 .mainmenu--2 .mainmenu__item ul a:hover, .color-scheme-1 .mainmenu--3 li.active > a, .color-scheme-1 .mainmenu--3 li.active:after, .color-scheme-1 .mainmenu--3 li.menu-item-has-children:hover:after, .color-scheme-1 .mainmenu--3 li a:hover, .color-scheme-1 .category-nav__menu__item a:hover, .color-scheme-1 .category-nav__menu__item.has-children:hover:after, .account-form h4, .color-1.product-box.horizontal-reverse .product-box__title a:hover, .color-1 .product-box__action.action-2 a:hover, .color-scheme-1 .product-modal .modal-box .product-link:hover, .user-dashboard-tab__head .nav-link.active, .accordion__link, .accordion__link:not([href]):not([tabindex]), .post-category a, .order-table tr.order-total td span, .cart-table table td.cart-product-price, .cart-calculator-table td .price-ammount, .comment .reply, .error h1 {
  color: #fb9935; }

.color-scheme-1 .scroll-to-top, .ui-widget-content .ui-state-default, .sidebar-btn:hover, .color-scheme-1 .mobile-menu .mean-bar, .color-scheme-1 .mini-cart__count, .btn-4, .btn-6, .btn.color-1.btn-slider-3, .btn.color-1.btn-style-1:hover, .color-scheme-1 .owl-dots .owl-dot.active, .color-scheme-1 .owl-dots .owl-dot:hover, .search-form__submit.hover-scheme-1:hover, .search-form--2 .search-form__submit.color-1, .form__submit:hover, .product-box__action.action-4 a:hover, .product-box__action.action-4 .add-to-cart:hover, .color-1.product-box.horizontal--3 .product-box__action.action-1 .add-to-cart:hover, .color-1.product-box.limited-product .add-to-cart:hover, .color-1 .product-box__action.action-1 .add-to-cart, .color-1 .product-box__action.action-3 a:hover, .social-round-small .social__link:hover, .pricing:hover .pricing__head, .comment .reply:hover, .single-product__btn a:hover, .single-product-tab__link:after, .popup-btn:hover, .primary-bg {
  background-color: #fb9935; }

.color-scheme-1 .scroll-to-top:hover, .ui-widget-content .ui-state-default, .color-scheme-1 .mini-cart__dropdown-menu, .product-box__action.action-4 a:hover, .color-1.product-box.horizontal--3 .product-box__action.action-1 .add-to-cart:hover, .color-1 .product-box__action.action-3 a:hover, .color-scheme-1 .thumb-menu .owl-dot.active, .color-scheme-1 .thumb-menu .owl-dot:hover, .color-scheme-1 .close:hover, .single-product .product-thumbnail .thumb-menu-item:hover, .single-product__btn a:hover {
  border-color: #fb9935; }

.color-scheme-2 a:hover i, .color-scheme-2 a:not([href]):not([tabindex]):hover, .color-scheme-2 a:not([href]):not([tabindex]):hover i, .color-2.category-list.list-1 li a:hover, .color-2.category-list.list-2 li a:hover, .color-scheme-2 .copyright-text a, .color-scheme-2 .mainmenu li ul li a:hover, .color-scheme-2 .mainmenu li ul li:hover:after, .color-scheme-2 .mainmenu--3 .mainmenu__item.menu-item-has-children:hover:after, .color-scheme-2 .mainmenu--3 .mainmenu__item.active > a, .color-scheme-2 .mainmenu--3 .mainmenu__item.active:after, .color-scheme-2 .mainmenu--3 .mainmenu__item a:hover, .color-scheme-2 .category-nav__menu__item a:hover, .color-scheme-2 .category-nav__menu__item.has-children:hover:after, .color-2.product-box.horizontal-reverse .product-box__title a:hover, .color-2 .product-box__action.action-2 a:hover, .color-scheme-2 .product-modal .modal-box .product-link:hover, .color-scheme-2 a:hover {
  color: #11bfae; }

.color-scheme-2 .scroll-to-top, .color-scheme-2 .mobile-menu .mean-bar, .color-scheme-2 .mini-cart__count, .btn.color-2.btn-style-1:hover, .btn.color-2.btn-slider-3, .color-scheme-2 .owl-dots .owl-dot.active, .color-scheme-2 .owl-dots .owl-dot:hover, .search-form__submit.hover-scheme-3:hover, .search-form--2 .search-form__submit.color-2, .color-2.product-box.horizontal--3 .product-box__action.action-1 .add-to-cart:hover, .color-2.product-box.limited-product .add-to-cart:hover, .color-2 .product-box__action.action-1 .add-to-cart, .color-2 .product-box__action.action-3 a:hover, .secondary-bg {
  background-color: #11bfae; }

.color-scheme-2 .scroll-to-top:hover, .color-scheme-2 .mini-cart__dropdown-menu, .color-2.product-box.horizontal--3 .product-box__action.action-1 .add-to-cart:hover, .color-2 .product-box__action.action-3 a:hover, .color-scheme-2 .thumb-menu .owl-dot.active, .color-scheme-2 .thumb-menu .owl-dot:hover, .color-scheme-2 .close:hover {
  border-color: #11bfae; }

.color-scheme-1 .mainmenu--2 .mainmenu__item.active > a, .color-scheme-1 .mainmenu--2 .mainmenu__item:hover a, .color-scheme-1 .mainmenu--2 .mainmenu__item.menu-item-has-children.active:after, .color-scheme-2 .mainmenu li a:hover, .color-scheme-2 .mainmenu li:hover:after, .color-scheme-2 .mainmenu li.active > a, .color-scheme-2 .mainmenu li.active:after, .color-scheme-2 .mainmenu--2 .mainmenu__item.active > a, .color-scheme-2 .mainmenu--2 .mainmenu__item.menu-item-has-children.active:after {
  color: #40576c; }

.color-scheme-1 .category-mobile-menu .slicknav_menu, .color-scheme-2 .category-mobile-menu .slicknav_menu, .color-scheme-3 .category-mobile-menu .slicknav_menu, .search-form__submit.hover-scheme-2:hover, .brand-bg {
  background-color: #40576c; }

.account-table table {
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.account-table th, .account-table td {
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5; }

.search-form__input, .search-form__group {
  height: 3.8rem;
  line-height: 3.8rem; }
  @media (max-width: 61.94em) {
    .search-form__input, .search-form__group {
      height: 5rem;
      line-height: 5rem; } }

.search-form__input, .search-form__select {
  border: none;
  font-size: 1.4rem; }
  @media (max-width: 28.125em) {
    .search-form__input, .search-form__select {
      font-size: 1.1rem; } }

.breadcrumb li:not(:last-child):after, .widget-menu li:before, .product-categories .cat-item.cat-parent:after, .accordion__link:after {
  position: absolute;
  font-family: fontAwesome;
  line-height: 1; }

.single-slider .slider-content .product-price .regular-price {
  text-decoration: line-through; }

.product-box__price .sale-price, .compare-table table td .price .sale-price {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333333; }
  @media (max-width: 35.94em) {
    .product-box__price .sale-price, .compare-table table td .price .sale-price {
      font-size: 1.6rem; } }

.product-box.horizontal-reverse .product-box__price .sale-price, .product-box.limited-product .product-box__price .sale-price {
  font-size: 2.2rem;
  font-weight: 700;
  color: #b90b0b; }
  @media (max-width: 47.94em) {
    .product-box.horizontal-reverse .product-box__price .sale-price, .product-box.limited-product .product-box__price .sale-price {
      font-size: 2rem; } }
  @media (max-width: 35.94em) {
    .product-box.horizontal-reverse .product-box__price .sale-price, .product-box.limited-product .product-box__price .sale-price {
      font-size: 1.9rem; } }
  @media (max-width: 28.125em) {
    .product-box.horizontal-reverse .product-box__price .sale-price, .product-box.limited-product .product-box__price .sale-price {
      font-size: 1.7rem; } }

.product-box--list .product-box__price .sale-price, .product-modal .modal-box .product-price .sale-price, .color-scheme-1 .product-modal .modal-box .product-price .sale-price, .single-product__price .sale-price {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fb9935; }
  @media (max-width: 47.94em) {
    .product-box--list .product-box__price .sale-price, .product-modal .modal-box .product-price .sale-price, .color-scheme-1 .product-modal .modal-box .product-price .sale-price, .single-product__price .sale-price {
      font-size: 2.1rem; } }
  @media (max-width: 35.94em) {
    .product-box--list .product-box__price .sale-price, .product-modal .modal-box .product-price .sale-price, .color-scheme-1 .product-modal .modal-box .product-price .sale-price, .single-product__price .sale-price {
      font-size: 2rem; } }
  @media (max-width: 28.125em) {
    .product-box--list .product-box__price .sale-price, .product-modal .modal-box .product-price .sale-price, .color-scheme-1 .product-modal .modal-box .product-price .sale-price, .single-product__price .sale-price {
      font-size: 1.8rem; } }

.color-scheme-2 .product-modal .modal-box .product-price .sale-price {
  font-size: 2.4rem;
  font-weight: 700;
  color: #11bfae; }
  @media (max-width: 47.94em) {
    .color-scheme-2 .product-modal .modal-box .product-price .sale-price {
      font-size: 2.1rem; } }
  @media (max-width: 35.94em) {
    .color-scheme-2 .product-modal .modal-box .product-price .sale-price {
      font-size: 2rem; } }
  @media (max-width: 28.125em) {
    .color-scheme-2 .product-modal .modal-box .product-price .sale-price {
      font-size: 1.8rem; } }

.color-scheme-3 .product-modal .modal-box .product-price .sale-price {
  font-size: 2.4rem;
  font-weight: 700;
  color: #9fd84a; }
  @media (max-width: 47.94em) {
    .color-scheme-3 .product-modal .modal-box .product-price .sale-price {
      font-size: 2.1rem; } }
  @media (max-width: 35.94em) {
    .color-scheme-3 .product-modal .modal-box .product-price .sale-price {
      font-size: 2rem; } }
  @media (max-width: 28.125em) {
    .color-scheme-3 .product-modal .modal-box .product-price .sale-price {
      font-size: 1.8rem; } }

.product-box--list .product-box__price .sale-price, .product-modal .modal-box .product-price .sale-price, .color-scheme-1 .product-modal .modal-box .product-price .sale-price, .single-product__price .sale-price {
  font-size: 2.4rem;
  font-weight: 700;
  color: #333333; }
  @media (max-width: 47.94em) {
    .product-box--list .product-box__price .sale-price, .product-modal .modal-box .product-price .sale-price, .color-scheme-1 .product-modal .modal-box .product-price .sale-price, .single-product__price .sale-price {
      font-size: 2.1rem; } }
  @media (max-width: 35.94em) {
    .product-box--list .product-box__price .sale-price, .product-modal .modal-box .product-price .sale-price, .color-scheme-1 .product-modal .modal-box .product-price .sale-price, .single-product__price .sale-price {
      font-size: 2rem; } }
  @media (max-width: 28.125em) {
    .product-box--list .product-box__price .sale-price, .product-modal .modal-box .product-price .sale-price, .color-scheme-1 .product-modal .modal-box .product-price .sale-price, .single-product__price .sale-price {
      font-size: 1.8rem; } }

.product-box.horizontal-reverse .product-box__price .regular-price, .product-box.limited-product .product-box__price .regular-price, .product-box--list .product-box__price .regular-price, .product-box__price .regular-price, .product-modal .modal-box .product-price .regular-price, .compare-table table td .price .regular-price, .single-product__price .regular-price {
  font-weight: 400;
  color: #666666;
  margin-right: 1rem; }

.product-box__price .regular-price, .compare-table table td .price .regular-price {
  font-size: 1.5rem; }

.product-box.horizontal-reverse .product-box__price .regular-price, .product-box.limited-product .product-box__price .regular-price {
  font-size: 1.9rem; }
  @media (max-width: 47.94em) {
    .product-box.horizontal-reverse .product-box__price .regular-price, .product-box.limited-product .product-box__price .regular-price {
      font-size: 1.8rem; } }
  @media (max-width: 35.94em) {
    .product-box.horizontal-reverse .product-box__price .regular-price, .product-box.limited-product .product-box__price .regular-price {
      font-size: 1.7rem; } }
  @media (max-width: 28.125em) {
    .product-box.horizontal-reverse .product-box__price .regular-price, .product-box.limited-product .product-box__price .regular-price {
      font-size: 1.5rem; } }

.product-box--list .product-box__price .regular-price, .product-modal .modal-box .product-price .regular-price, .single-product__price .regular-price {
  font-size: 2.1rem; }
  @media (max-width: 47.94em) {
    .product-box--list .product-box__price .regular-price, .product-modal .modal-box .product-price .regular-price, .single-product__price .regular-price {
      font-size: 2rem; } }
  @media (max-width: 35.94em) {
    .product-box--list .product-box__price .regular-price, .product-modal .modal-box .product-price .regular-price, .single-product__price .regular-price {
      font-size: 1.9rem; } }
  @media (max-width: 28.125em) {
    .product-box--list .product-box__price .regular-price, .product-modal .modal-box .product-price .regular-price, .single-product__price .regular-price {
      font-size: 1.7rem; } }

.slider-wrapper .owl-dots .owl-dot {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #fff; }

.slider-wrapper .owl-dots {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.slider-wrapper.center-dot .owl-dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.slider-wrapper.right-side-dot .owl-dots {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.new-products-carousel .owl-prev, .new-products-carousel .owl-next, .best-products-carousel .owl-prev, .best-products-carousel .owl-next, .category-product-carousel .owl-prev, .category-product-carousel .owl-next, .related-product-carousel .owl-prev, .related-product-carousel .owl-next, .product-slider .slick-arrow.fa {
  width: 3.2rem;
  height: 3.2rem;
  line-height: 3.2rem;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  background: rgba(0, 0, 0, 0.35); }

.slider-wrapper .owl-prev, .slider-wrapper .owl-next {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  background: rgba(0, 0, 0, 0.35); }

.slider-wrapper .owl-prev:hover, .slider-wrapper .owl-next:hover, .new-products-carousel .owl-prev:hover, .new-products-carousel .owl-next:hover, .best-products-carousel .owl-prev:hover, .best-products-carousel .owl-next:hover, .category-product-carousel .owl-prev:hover, .category-product-carousel .owl-next:hover, .related-product-carousel .owl-prev:hover, .related-product-carousel .owl-next:hover, .product-slider .slick-arrow.fa-angle-left:hover, .product-slider .slick-arrow.fa-angle-right:hover {
  background: #40576c; }

.slider-wrapper .owl-prev, .slider-wrapper .owl-next, .new-products-carousel .owl-prev, .new-products-carousel .owl-next, .best-products-carousel .owl-prev, .best-products-carousel .owl-next, .category-product-carousel .owl-prev, .category-product-carousel .owl-next, .product-slider .slick-arrow.fa, .single-product .product-thumbnail .slick-arrow.fa-angle-left, .single-product .product-thumbnail .slick-arrow.fa-angle-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.new-products-carousel .owl-prev, .best-products-carousel .owl-prev, .category-product-carousel .owl-prev, .related-product-carousel .owl-prev, .product-slider .slick-arrow.fa-angle-left {
  left: 2rem; }

.new-products-carousel .owl-next, .best-products-carousel .owl-next, .category-product-carousel .owl-next, .related-product-carousel .owl-next, .product-slider .slick-arrow.fa-angle-right {
  right: 2rem; }

.slider-wrapper .owl-prev {
  left: 3rem; }

.slider-wrapper .owl-next {
  right: 3rem; }

.new-products-carousel:hover .owl-prev, .best-products-carousel:hover .owl-prev, .category-product-carousel:hover .owl-prev, .related-product-carousel:hover .owl-prev, .product-slider:hover .slick-arrow.fa-angle-left {
  left: 1rem; }

.new-products-carousel:hover .owl-next, .best-products-carousel:hover .owl-next, .category-product-carousel:hover .owl-next, .related-product-carousel:hover .owl-next, .product-slider:hover .slick-arrow.fa-angle-right {
  right: 1rem; }

/*Padding Top and Bottom*/
.ptb--30 {
  padding: 3rem 0 !important; }

.ptb--40 {
  padding: 4rem 0 !important; }

.ptb--50 {
  padding: 5rem 0 !important; }

.ptb--60 {
  padding: 6rem 0 !important; }

.ptb--70 {
  padding: 7rem 0 !important; }

.ptb--80 {
  padding: 8rem 0 !important; }

.ptb--90 {
  padding: 9rem 0 !important; }

.ptb--100 {
  padding: 10rem 0 !important; }

.ptb--110 {
  padding: 11rem 0 !important; }

.ptb--120 {
  padding: 12rem 0 !important; }

.ptb--130 {
  padding: 13rem 0 !important; }

.ptb--140 {
  padding: 14rem 0 !important; }

.ptb--150 {
  padding: 15rem 0 !important; }

.ptb--160 {
  padding: 16rem 0 !important; }

.ptb--170 {
  padding: 17rem 0 !important; }

/*Padding Top and Bottom for large*/
@media (max-width: 74.9375em) {
  .ptb-lg--30 {
    padding: 3rem 0 !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--40 {
    padding: 4rem 0 !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--50 {
    padding: 5rem 0 !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--60 {
    padding: 6rem 0 !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--70 {
    padding: 7rem 0 !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--80 {
    padding: 8rem 0 !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--90 {
    padding: 9rem 0 !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--100 {
    padding: 10rem 0 !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--110 {
    padding: 11rem 0 !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--120 {
    padding: 12rem 0 !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--130 {
    padding: 13rem 0 !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--140 {
    padding: 14rem 0 !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--150 {
    padding: 15rem 0 !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--160 {
    padding: 16rem 0 !important; } }

@media (max-width: 74.9375em) {
  .ptb-lg--170 {
    padding: 17rem 0 !important; } }

.pb--10 {
  padding-bottom: 1rem !important; }

.pb--20 {
  padding-bottom: 2rem !important; }

.pb--30 {
  padding-bottom: 3rem !important; }

.pb--40 {
  padding-bottom: 4rem !important; }

.pb--50 {
  padding-bottom: 5rem !important; }

.pb--60 {
  padding-bottom: 6rem !important; }

.pb--70 {
  padding-bottom: 7rem !important; }

.pb--80 {
  padding-bottom: 8rem !important; }

.pb--90 {
  padding-bottom: 9rem !important; }

.pb--100 {
  padding-bottom: 10rem !important; }

.pb--110 {
  padding-bottom: 11rem !important; }

.pb--120 {
  padding-bottom: 12rem !important; }

.pb--130 {
  padding-bottom: 13rem !important; }

.pb--140 {
  padding-bottom: 14rem !important; }

.pb--150 {
  padding-bottom: 15rem !important; }

.pb--160 {
  padding-bottom: 16rem !important; }

.pb--170 {
  padding-bottom: 17rem !important; }

@media (max-width: 61.94em) {
  .pb-md--10 {
    padding-bottom: 1rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--20 {
    padding-bottom: 2rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--30 {
    padding-bottom: 3rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--40 {
    padding-bottom: 4rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--50 {
    padding-bottom: 5rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--60 {
    padding-bottom: 6rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--70 {
    padding-bottom: 7rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--80 {
    padding-bottom: 8rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--90 {
    padding-bottom: 9rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--100 {
    padding-bottom: 10rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--110 {
    padding-bottom: 11rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--120 {
    padding-bottom: 12rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--130 {
    padding-bottom: 13rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--140 {
    padding-bottom: 14rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--150 {
    padding-bottom: 15rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--160 {
    padding-bottom: 16rem !important; } }

@media (max-width: 61.94em) {
  .pb-md--170 {
    padding-bottom: 17rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--10 {
    padding-bottom: 1rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--20 {
    padding-bottom: 2rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--30 {
    padding-bottom: 3rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--40 {
    padding-bottom: 4rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--50 {
    padding-bottom: 5rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--60 {
    padding-bottom: 6rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--70 {
    padding-bottom: 7rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--80 {
    padding-bottom: 8rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--90 {
    padding-bottom: 9rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--100 {
    padding-bottom: 10rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--110 {
    padding-bottom: 11rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--120 {
    padding-bottom: 12rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--130 {
    padding-bottom: 13rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--140 {
    padding-bottom: 14rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--150 {
    padding-bottom: 15rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--160 {
    padding-bottom: 16rem !important; } }

@media (max-width: 47.94em) {
  .pb-sm--170 {
    padding-bottom: 17rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--10 {
    padding-bottom: 1rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--20 {
    padding-bottom: 2rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--30 {
    padding-bottom: 3rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--40 {
    padding-bottom: 4rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--50 {
    padding-bottom: 5rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--60 {
    padding-bottom: 6rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--70 {
    padding-bottom: 7rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--80 {
    padding-bottom: 8rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--90 {
    padding-bottom: 9rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--100 {
    padding-bottom: 10rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--110 {
    padding-bottom: 11rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--120 {
    padding-bottom: 12rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--130 {
    padding-bottom: 13rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--140 {
    padding-bottom: 14rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--150 {
    padding-bottom: 15rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--160 {
    padding-bottom: 16rem !important; } }

@media (max-width: 35.94em) {
  .pb-xs--170 {
    padding-bottom: 17rem !important; } }

.pt--10 {
  padding-top: 1rem !important; }

.pt--20 {
  padding-top: 2rem !important; }

.pt--30 {
  padding-top: 3rem !important; }

.pt--40 {
  padding-top: 4rem !important; }

.pt--50 {
  padding-top: 5rem !important; }

.pt--60 {
  padding-top: 6rem !important; }

.pt--70 {
  padding-top: 7rem !important; }

.pt--80 {
  padding-top: 8rem !important; }

.pt--90 {
  padding-top: 9rem !important; }

.pt--100 {
  padding-top: 10rem !important; }

@media (max-width: 61.94em) {
  .pt-md--10 {
    padding-top: 1rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--20 {
    padding-top: 2rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--30 {
    padding-top: 3rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--40 {
    padding-top: 4rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--50 {
    padding-top: 5rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--60 {
    padding-top: 6rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--70 {
    padding-top: 7rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--80 {
    padding-top: 8rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--90 {
    padding-top: 9rem !important; } }

@media (max-width: 61.94em) {
  .pt-md--100 {
    padding-top: 10rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--10 {
    padding-top: 1rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--20 {
    padding-top: 2rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--30 {
    padding-top: 3rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--40 {
    padding-top: 4rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--50 {
    padding-top: 5rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--60 {
    padding-top: 6rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--70 {
    padding-top: 7rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--80 {
    padding-top: 8rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--90 {
    padding-top: 9rem !important; } }

@media (max-width: 47.94em) {
  .pt-sm--100 {
    padding-top: 10rem !important; } }

.mtb--20 {
  margin: 2rem 0 !important; }

.mtb--30 {
  margin: 3rem 0 !important; }

.mtb--40 {
  margin: 4rem 0 !important; }

.mtb--50 {
  margin: 5rem 0 !important; }

.mtb--60 {
  margin: 6rem 0 !important; }

.mtb--70 {
  margin: 7rem 0 !important; }

.mtb--80 {
  margin: 8rem 0 !important; }

.mtb--90 {
  margin: 9rem 0 !important; }

.mtb--100 {
  margin: 10rem 0 !important; }

.mb--10 {
  margin-bottom: 1rem !important; }

.mb--20 {
  margin-bottom: 2rem !important; }

.mb--30 {
  margin-bottom: 3rem !important; }

.mb--40 {
  margin-bottom: 4rem !important; }

.mb--50 {
  margin-bottom: 5rem !important; }

.mb--60 {
  margin-bottom: 6rem !important; }

.mb--70 {
  margin-bottom: 7rem !important; }

.mb--80 {
  margin-bottom: 8rem !important; }

.mb--90 {
  margin-bottom: 9rem !important; }

.mb--100 {
  margin-bottom: 10rem !important; }

@media (min-width: 62em) {
  .mb-lgo--20 {
    margin-bottom: 2rem !important; } }

@media (min-width: 62em) {
  .mb-lgo--30 {
    margin-bottom: 3rem !important; } }

@media (min-width: 62em) {
  .mb-lgo--40 {
    margin-bottom: 4rem !important; } }

@media (min-width: 62em) {
  .mb-lgo--50 {
    margin-bottom: 5rem !important; } }

@media (min-width: 62em) {
  .mb-lgo--60 {
    margin-bottom: 6rem !important; } }

@media (min-width: 62em) {
  .mb-lgo--70 {
    margin-bottom: 7rem !important; } }

@media (min-width: 62em) {
  .mb-lgo--80 {
    margin-bottom: 8rem !important; } }

@media (min-width: 62em) {
  .mb-lgo--90 {
    margin-bottom: 9rem !important; } }

@media (min-width: 62em) {
  .mb-lgo--100 {
    margin-bottom: 10rem !important; } }

@media (min-width: 62em) {
  .mb-mdlg--10 {
    margin-bottom: 1rem !important; } }

@media (min-width: 62em) {
  .mb-mdlg--20 {
    margin-bottom: 2rem !important; } }

@media (min-width: 62em) {
  .mb-mdlg--30 {
    margin-bottom: 3rem !important; } }

@media (min-width: 62em) {
  .mb-mdlg--40 {
    margin-bottom: 4rem !important; } }

@media (min-width: 62em) {
  .mb-mdlg--50 {
    margin-bottom: 5rem !important; } }

@media (min-width: 62em) {
  .mb-mdlg--60 {
    margin-bottom: 6rem !important; } }

@media (min-width: 62em) {
  .mb-mdlg--70 {
    margin-bottom: 7rem !important; } }

@media (min-width: 62em) {
  .mb-mdlg--80 {
    margin-bottom: 8rem !important; } }

@media (min-width: 62em) {
  .mb-mdlg--90 {
    margin-bottom: 9rem !important; } }

@media (min-width: 62em) {
  .mb-mdlg--100 {
    margin-bottom: 10rem !important; } }

@media (min-width: 47.94em) {
  .mb-mdsm--10 {
    margin-bottom: 1rem !important; } }

@media (min-width: 47.94em) {
  .mb-mdsm--20 {
    margin-bottom: 2rem !important; } }

@media (min-width: 47.94em) {
  .mb-mdsm--30 {
    margin-bottom: 3rem !important; } }

@media (min-width: 47.94em) {
  .mb-mdsm--40 {
    margin-bottom: 4rem !important; } }

@media (min-width: 47.94em) {
  .mb-mdsm--50 {
    margin-bottom: 5rem !important; } }

@media (min-width: 47.94em) {
  .mb-mdsm--60 {
    margin-bottom: 6rem !important; } }

@media (min-width: 47.94em) {
  .mb-mdsm--70 {
    margin-bottom: 7rem !important; } }

@media (min-width: 47.94em) {
  .mb-mdsm--80 {
    margin-bottom: 8rem !important; } }

@media (min-width: 47.94em) {
  .mb-mdsm--90 {
    margin-bottom: 9rem !important; } }

@media (min-width: 47.94em) {
  .mb-mdsm--100 {
    margin-bottom: 10rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--10 {
    margin-bottom: 1rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--20 {
    margin-bottom: 2rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--30 {
    margin-bottom: 3rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--40 {
    margin-bottom: 4rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--50 {
    margin-bottom: 5rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--60 {
    margin-bottom: 6rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--70 {
    margin-bottom: 7rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--80 {
    margin-bottom: 8rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--90 {
    margin-bottom: 9rem !important; } }

@media (max-width: 74.9375em) {
  .mb-lg--100 {
    margin-bottom: 10rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--10 {
    margin-bottom: 1rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--20 {
    margin-bottom: 2rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--30 {
    margin-bottom: 3rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--40 {
    margin-bottom: 4rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--50 {
    margin-bottom: 5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--60 {
    margin-bottom: 6rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--70 {
    margin-bottom: 7rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--80 {
    margin-bottom: 8rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--90 {
    margin-bottom: 9rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--100 {
    margin-bottom: 10rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--10 {
    margin-bottom: 1rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--20 {
    margin-bottom: 2rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--30 {
    margin-bottom: 3rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--40 {
    margin-bottom: 4rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--50 {
    margin-bottom: 5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--60 {
    margin-bottom: 6rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--70 {
    margin-bottom: 7rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--80 {
    margin-bottom: 8rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--90 {
    margin-bottom: 9rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--100 {
    margin-bottom: 10rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--10 {
    margin-bottom: 1rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--20 {
    margin-bottom: 2rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--30 {
    margin-bottom: 3rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--40 {
    margin-bottom: 4rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--50 {
    margin-bottom: 5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--60 {
    margin-bottom: 6rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--70 {
    margin-bottom: 7rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--80 {
    margin-bottom: 8rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--90 {
    margin-bottom: 9rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--100 {
    margin-bottom: 10rem !important; } }

@media (min-width: 47.94em) {
  .mb-smlg--10 {
    margin-bottom: 1rem !important; } }

@media (min-width: 47.94em) {
  .mb-smlg--20 {
    margin-bottom: 2rem !important; } }

@media (min-width: 47.94em) {
  .mb-smlg--30 {
    margin-bottom: 3rem !important; } }

@media (min-width: 47.94em) {
  .mb-smlg--40 {
    margin-bottom: 4rem !important; } }

@media (min-width: 47.94em) {
  .mb-smlg--50 {
    margin-bottom: 5rem !important; } }

@media (min-width: 47.94em) {
  .mb-smlg--60 {
    margin-bottom: 6rem !important; } }

@media (min-width: 47.94em) {
  .mb-smlg--70 {
    margin-bottom: 7rem !important; } }

@media (min-width: 47.94em) {
  .mb-smlg--80 {
    margin-bottom: 8rem !important; } }

@media (min-width: 47.94em) {
  .mb-smlg--90 {
    margin-bottom: 9rem !important; } }

@media (min-width: 47.94em) {
  .mb-smlg--100 {
    margin-bottom: 10rem !important; } }

.mt--20 {
  margin-top: 2rem !important; }

.mt--30 {
  margin-top: 3rem !important; }

.mt--40 {
  margin-top: 4rem !important; }

.mt--50 {
  margin-top: 5rem !important; }

.mt--60 {
  margin-top: 6rem !important; }

.mt--70 {
  margin-top: 7rem !important; }

.mt--80 {
  margin-top: 8rem !important; }

.mt--90 {
  margin-top: 9rem !important; }

.mt--100 {
  margin-top: 10rem !important; }

@media (max-width: 61.94em) {
  .mt-md--20 {
    margin-top: 2rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--30 {
    margin-top: 3rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--40 {
    margin-top: 4rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--50 {
    margin-top: 5rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--60 {
    margin-top: 6rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--70 {
    margin-top: 7rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--80 {
    margin-top: 8rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--90 {
    margin-top: 9rem !important; } }

@media (max-width: 61.94em) {
  .mt-md--100 {
    margin-top: 10rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--20 {
    margin-top: 2rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--30 {
    margin-top: 3rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--40 {
    margin-top: 4rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--50 {
    margin-top: 5rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--60 {
    margin-top: 6rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--70 {
    margin-top: 7rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--80 {
    margin-top: 8rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--90 {
    margin-top: 9rem !important; } }

@media (max-width: 47.94em) {
  .mt-sm--100 {
    margin-top: 10rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--20 {
    margin-top: 2rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--30 {
    margin-top: 3rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--40 {
    margin-top: 4rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--50 {
    margin-top: 5rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--60 {
    margin-top: 6rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--70 {
    margin-top: 7rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--80 {
    margin-top: 8rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--90 {
    margin-top: 9rem !important; } }

@media (max-width: 35.94em) {
  .mt-xs--100 {
    margin-top: 10rem !important; } }

.ml--10 {
  margin-left: 1rem !important; }

.ml--20 {
  margin-left: 2rem !important; }

.ml--30 {
  margin-left: 3rem !important; }

.ml--40 {
  margin-left: 4rem !important; }

.ml--50 {
  margin-left: 5rem !important; }

.ml--60 {
  margin-left: 6rem !important; }

.ml--70 {
  margin-left: 7rem !important; }

.ml--80 {
  margin-left: 8rem !important; }

.ml--90 {
  margin-left: 9rem !important; }

.ml--100 {
  margin-left: 10rem !important; }

.mr--10 {
  margin-right: 1rem !important; }

.mr--20 {
  margin-right: 2rem !important; }

.mr--30 {
  margin-right: 3rem !important; }

.mr--40 {
  margin-right: 4rem !important; }

.mr--50 {
  margin-right: 5rem !important; }

.mr--60 {
  margin-right: 6rem !important; }

.mr--70 {
  margin-right: 7rem !important; }

.mr--80 {
  margin-right: 8rem !important; }

.mr--90 {
  margin-right: 9rem !important; }

.mr--100 {
  margin-right: 10rem !important; }

@media (max-width: 61.94em) {
  .mb-md--20 {
    margin-bottom: 2rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--30 {
    margin-bottom: 3rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--40 {
    margin-bottom: 4rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--50 {
    margin-bottom: 5rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--60 {
    margin-bottom: 6rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--70 {
    margin-bottom: 7rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--80 {
    margin-bottom: 8rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--90 {
    margin-bottom: 9rem !important; } }

@media (max-width: 61.94em) {
  .mb-md--100 {
    margin-bottom: 10rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--20 {
    margin-bottom: 2rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--30 {
    margin-bottom: 3rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--40 {
    margin-bottom: 4rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--50 {
    margin-bottom: 5rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--60 {
    margin-bottom: 6rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--70 {
    margin-bottom: 7rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--80 {
    margin-bottom: 8rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--90 {
    margin-bottom: 9rem !important; } }

@media (max-width: 47.94em) {
  .mb-sm--100 {
    margin-bottom: 10rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--20 {
    margin-bottom: 2rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--30 {
    margin-bottom: 3rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--40 {
    margin-bottom: 4rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--50 {
    margin-bottom: 5rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--60 {
    margin-bottom: 6rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--70 {
    margin-bottom: 7rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--80 {
    margin-bottom: 8rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--90 {
    margin-bottom: 9rem !important; } }

@media (max-width: 35.94em) {
  .mb-xsm--100 {
    margin-bottom: 10rem !important; } }

/*****************************
10. Header CSS
*****************************/
.header {
  margin-bottom: 1rem; }
  .header-top {
    padding: 1.5rem 0;
    background-color: #fff;}
    @media (max-width: 35.94em) {
      .header-top__nav {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
    .header-top__nav--item {
      padding: 0 1.5rem;
      border-left: 1px solid #e5e5e5;
      line-height: 1.2; }
      @media (max-width: 35.94em) {
        .header-top__nav--item {
          padding: .5rem 0;
          border-left: 0; } }
      .header-top__nav--item:first-child {
        border-left: 0;
        padding-left: 0; }
      .header-top__nav--item:last-child {
        padding-right: 0; }
    .header-top__dropdown span {
      font-size: 1.3rem;
      color: #333333;
      padding-right: .5rem; }
    .header-top__dropdown .dropdown-toggle {
      cursor: pointer;
      margin-right: 2px;
      font-size: 1.3rem; }
      .header-top__dropdown .dropdown-toggle:not([href]):not([tabindex]) {
        color: #333333; }
    .header-top__dropdown .dropdown-menu {
      top: 1.5rem !important;
      max-width: 200px;
      z-index: 9999999; }
      @media (max-width: 28.125em) {
        .header-top__dropdown .dropdown-menu {
          top: .5rem !important; } }
    .header-top__dropdown .dropdown-item {
      margin: 0 2rem;
      font-size: 1.3rem;
      line-height: 2.3;
      padding: 8px 0;
      display: block;
      white-space: unset;
      width: inherit;
      color: #666666; }
      .header-top__dropdown .dropdown-item:not(:last-child) {
        border-bottom: 1px solid #e5e5e5; }
      .header-top__dropdown .dropdown-item:hover {
        background-color: transparent; }
    .header-top .language-selector .dropdown-toggle img {
      margin-top: -2px; }
  .header-middle {
    padding: 4rem 0; }
    .header-middle .logo-box {
      display: block;
      text-align: left; }
      @media (max-width: 74.9375em) {
        .header-middle .logo-box {
          text-align: center;
          margin-bottom: 3rem;
          margin-top: 1rem; } }
    .header-middle-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; }
      @media (max-width: 61.94em) {
        .header-middle-nav {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          justify-content: center;
          margin-top: 2rem; } }
      .header-middle-nav__item:not(:last-child) {
        border-right: 1px solid #e5e5e5;
        margin-right: 2rem;
        padding-right: 2rem; }
        @media (max-width: 74.9375em) {
          .header-middle-nav__item:not(:last-child) {
            margin-right: 1.5rem;
            padding-right: 1.5rem; } }
      .header-middle-nav__item .dropdown-toggle:not([href]):not([tabindex]) {
        color: #fff;
        font-size: 1.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; }
        .header-middle-nav__item .dropdown-toggle:not([href]):not([tabindex]) i {
          padding-right: 1rem;
          font-size: 2.5rem; }
        .header-middle-nav__item .dropdown-toggle:not([href]):not([tabindex]):after {
          margin-left: 1rem; }
  .header-bottom {
    background-color: #fff;
    padding-top: 1.5rem; }
  .header-2--top {
    background: #f2f2f2;
    border-bottom: 1px solid #e5e5e5; }
  .header-2--middle {
    background-color: #fff;
    padding: 3.5rem 0; }
  .header-2--bottom {
    padding: 0; }
    @media (max-width: 61.94em) {
      .header-2--bottom {
        padding-bottom: 1rem;
        padding-top: 2rem; } }
  .header-3--middle .logo-box {
    margin: 0;
    text-align: left; }
    @media (max-width: 61.94em) {
      .header-3--middle .logo-box {
        margin-bottom: 2rem;
        text-align: center; } }
  .header-3--bottom {
    padding: 0; }

@media (max-width: 61.94em) {
  .contact-info:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 65%;
    height: 2px;
    background: #e5e5e5;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); } }
  @media (max-width: 61.94em) and (max-width: 47.94em) {
    .contact-info:after {
      width: 80%; } }

@media (max-width: 61.94em) {
  .contact-info {
    padding-bottom: 1rem;
    margin-bottom: 1rem; } }

.contact-info__list {
  display: inline-block;
  padding: 0 2.5rem;
  border-left: 1px solid #333333;
  text-transform: capitalize;
  line-height: 1.2;
  font-size: 1.3rem;
  color: #333333; }
  .contact-info__list:last-child {
    padding-right: 0; }
  @media (max-width: 61.94em) {
    .contact-info__list:not(:last-child) {
      margin-bottom: 10px; } }
  @media (max-width: 35.94em) {
    .contact-info__list {
      padding: 0;
      border-left: none;
      display: block; } }
  .contact-info__list:first-child {
    padding-left: 0;
    border-left: 0; }
  .contact-info__list a {
    color: #333333; }
  .contact-info__list i {
    font-size: 1.4rem;
    color: #333333;
    padding-right: .8rem; }

.search-text {
  margin-bottom: 0;
  color: #fff;
  margin-top: 1rem; }

.fixed-header {
  display: none; }

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  margin: 0;
  -webkit-animation: fadeInDown 0.8s ease-in-out;
  -moz-animation: fadeInDown 0.8s ease-in-out;
  -ms-animation: fadeInDown 0.8s ease-in-out;
  -o-animation: fadeInDown 0.8s ease-in-out;
  animation: fadeInDown 0.8s ease-in-out;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.14); }
  @media (max-width: 61.94em) {
    .sticky-header {
      padding: 1rem 0; } }
  .sticky-header.fixed-header {
    display: block; }
  .sticky-header .sticky-logo {
    display: block;
    padding-top: 7px; }
  .sticky-header .mainmenu {
    text-align: right; }
    @media (min-width: 62em) {
      .sticky-header .mainmenu li.menu-item-has-children > ul.megamenu {
        left: auto !important;
        margin-left: 0 !important;
        right: 0; } }
    @media (min-width: 62em) {
      .sticky-header .mainmenu li:hover ul {
        top: 6.3rem; } }
    .sticky-header .mainmenu__item > a {
      padding: 2.2rem 1.8rem; }
  @media (max-width: 61.94em) {
    .sticky-header .sticky-navigation {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 100% !important;
      -moz-box-flex: 1;
      -moz-flex: 1 0 100% !important;
      -ms-flex: 1 0 100% !important;
      flex: 1 0 100% !important; } }
  @media (max-width: 61.94em) {
    .sticky-header .sticky-navigation .sticky-menu.mainmenu {
      max-height: 40rem;
      text-align: left;
      overflow-y: auto;
      padding-top: 2rem;
      display: none; }
      .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item {
        display: block;
        position: relative;
        background: #fff; }
        .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item:not(:last-child) {
          border-bottom: 1px solid #e5e5e5; }
        .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item a {
          padding: 1.2rem 1.8rem;
          display: block; }
        .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item:first-child > a {
          padding-left: 1.8rem; }
        .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul {
          position: relative;
          visibility: visible;
          opacity: 1;
          left: 0;
          top: 0 !important;
          width: 100%;
          background: #f2f2f2; }
          .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul.hidden-sub {
            display: none; }
          .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul.megamenu {
            padding: 0; }
            .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul.megamenu li {
              max-width: 100%;
              -webkit-box-flex: 0;
              -webkit-flex: 0 0 100%;
              -moz-box-flex: 0;
              -moz-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              padding-right: 0; }
              .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul.megamenu li .megamenu__heading {
                padding: 1.2rem 1.8rem;
                margin-bottom: 0;
                position: relative;
                font-size: 1.4rem; }
                .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul.megamenu li .megamenu__heading:after {
                  position: absolute;
                  content: "\f107";
                  font-family: fontAwesome;
                  right: 20px;
                  top: 13px;
                  color: #40576c;
                  display: block; }
          .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul li:first-child {
            border-top: 1px solid #e5e5e5; }
          .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul li:not(:last-child) {
            border-bottom: 1px solid #e5e5e5; }
          .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul li a {
            padding-left: 2.5rem; }
          .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item ul li ul li a {
            padding-left: 3rem; }
        .sticky-header .sticky-navigation .sticky-menu.mainmenu .mainmenu__item a {
          color: #40576c; }
      .sticky-header .sticky-navigation .sticky-menu.mainmenu .menu-item-has-children > a:after {
        position: absolute;
        content: "\f107";
        font-family: fontAwesome;
        right: 20px;
        top: 12px;
        color: #40576c;
        display: block; } }
  .sticky-header .sticky-navigation .sticky-mobile-menu {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    right: 0;
    top: -4rem;
    cursor: pointer; }
    .sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn {
      height: 2px;
      width: 100%;
      background: #fff; }
      .sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:before, .sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:after {
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff; }
      .sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:before {
        top: -8px; }
      .sticky-header .sticky-navigation .sticky-mobile-menu .sticky-menu-btn:after {
        top: 8px; }
    .sticky-header .sticky-navigation .sticky-mobile-menu.sticky-close .sticky-menu-btn {
      background-color: transparent; }
      .sticky-header .sticky-navigation .sticky-mobile-menu.sticky-close .sticky-menu-btn:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sticky-header .sticky-navigation .sticky-mobile-menu.sticky-close .sticky-menu-btn:after {
        top: 0;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.color-scheme-1 .sticky-header {
  background-color: rgba(64, 87, 108, 0.9); }

.color-scheme-2 .sticky-header {
  background-color: rgba(17, 191, 174, 0.9); }

.color-scheme-3 .sticky-header {
  background-color: rgba(20, 108, 120, 0.9); }

/*****************************
11. Footer CSS
*****************************/
.footer {
  background-color: #fff; }

.method-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media (max-width: 61.94em) {
    .method-box {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 47.94em) {
    .method-box {
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .method-box__icon {
    -webkit-flex-basis: 5.4rem;
    -moz-flex-basis: 5.4rem;
    -ms-flex-preferred-size: 5.4rem;
    flex-basis: 5.4rem;
    margin-right: 2rem; }
    @media (max-width: 61.94em) {
      .method-box__icon {
        margin-right: 0;
        margin-bottom: 2rem;
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }
    @media (max-width: 47.94em) {
      .method-box__icon {
        -webkit-flex-basis: 5.4rem;
        -moz-flex-basis: 5.4rem;
        -ms-flex-preferred-size: 5.4rem;
        flex-basis: 5.4rem;
        margin-right: 2rem;
        margin-bottom: 0; } }
    .method-box__icon i {
      border: 1px solid #e5e5e5;
      display: block;
      font-size: 2rem;
      width: 5.4rem;
      height: 5.4rem;
      line-height: 5.2rem;
      text-align: center;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
  .method-box__content {
    -webkit-flex-basis: calc(100% - 7.4rem);
    -moz-flex-basis: calc(100% - 7.4rem);
    -ms-flex-preferred-size: calc(100% - 7.4rem);
    flex-basis: calc(100% - 7.4rem); }
    @media (max-width: 61.94em) {
      .method-box__content {
        -webkit-flex-basis: auto;
        -moz-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        text-align: center; } }
    @media (max-width: 47.94em) {
      .method-box__content {
        text-align: left;
        -webkit-flex-basis: calc(100% - 7.4rem);
        -moz-flex-basis: calc(100% - 7.4rem);
        -ms-flex-preferred-size: calc(100% - 7.4rem);
        flex-basis: calc(100% - 7.4rem); } }
    .method-box__content h4 {
      color: #333333;
      font-size: 1.6rem;
      margin-bottom: 1rem; }
      @media (max-width: 35.94em) {
        .method-box__content h4 {
          font-size: 1.5rem; } }
    .method-box__content p {
      margin-bottom: 0; }

.footer-widget .widget-title {
  color: #333333;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 2rem; }

.widget-menu li {
  line-height: 1.6;
  padding-left: 1.5rem; }
  .widget-menu li:not(:last-child) {
    margin-bottom: 1.2rem; }
  .widget-menu li:before {
    content: '\f105';
    left: 0;
    top: 4px;
    color: #252525; }
  .widget-menu li a {
    color: #252525; }

.footer-menu li {
  display: inline-block;
  line-height: 1.3;
  margin-bottom: 1rem; }
  .footer-menu li:not(:last-child) {
    padding-right: 1.2rem;
    margin-right: 1.2rem;
    border-right: 1px solid #e5e5e5; }
  .footer-menu li a {
    color: #252525; }

.copyright-text {
  margin-bottom: 0; }
  .copyright-text a:hover {
    text-decoration: underline; }

.subscription-area {
  padding: 4rem 0; }

.subscription-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .subscription-text__icon {
    margin-right: 2rem; }
    .subscription-text__icon i {
      font-size: 5rem;
      line-height: 1; }
  .subscription-text h3 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2px; }
  .subscription-text p {
    margin-bottom: 0;
    font-size: 1.6rem; }

/*****************************
12. Sidebar CSS
*****************************/
.sidebar-widget:not(:last-child) {
  margin-bottom: 4rem; }
  @media (max-width: 47.94em) {
    .sidebar-widget:not(:last-child) {
      margin-bottom: 3rem; } }

.sidebar-widget .widget-title {
  color: #40576c;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  text-transform: capitalize;
  line-height: .8; }
  @media (max-width: 74.9375em) {
    .sidebar-widget .widget-title {
      font-size: 2rem; } }

.sidebar-widget .widget_conent {
  padding: 2.5rem;
  background: #fff; }
  .sidebar-widget .widget_conent ul li {
    color: #333333; }
    .sidebar-widget .widget_conent ul li:not(:last-child) {
      margin-bottom: 1rem; }
    .sidebar-widget .widget_conent ul li a {
      color: #333333; }
  .sidebar-widget .widget_conent .searchform__input {
    background: none;
    border: none;
    height: 3.4rem;
    padding: 0 40px 0 15px;
    width: 100%;
    border: 1px solid #e5e5e5; }
  .sidebar-widget .widget_conent .searchform__submit {
    background: none;
    border: none;
    color: #999999;
    font-size: 1.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
    right: 0;
    text-align: center;
    top: 0;
    width: 34px; }
  .sidebar-widget .widget_conent .tagcloud a {
    color: #333333;
    font-size: 1.6rem;
    padding-right: 6px; }

.sidebar-widget .fb-page {
  overflow: hidden; }
  .sidebar-widget .fb-page iframe {
    width: 100%; }

.twitter-feed li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .twitter-feed li:not(:last-child) {
    margin-bottom: 1.5rem; }

.twitter-feed__avatar {
  -webkit-flex-basis: 4.8rem;
  -moz-flex-basis: 4.8rem;
  -ms-flex-preferred-size: 4.8rem;
  flex-basis: 4.8rem;
  height: 4.8rem;
  margin-right: 1rem; }

.twitter-feed__info {
  -webkit-flex-basis: calc(100% - 4.8rem);
  -moz-flex-basis: calc(100% - 4.8rem);
  -ms-flex-preferred-size: calc(100% - 4.8rem);
  flex-basis: calc(100% - 4.8rem); }

.twitter-feed__header a {
  color: #333333;
  font-size: 1.3rem; }

.twitter-feed__content {
  margin-bottom: .5rem; }
  .twitter-feed__content p {
    font-size: 1.3rem; }

.twitter-feed__footer a {
  color: #252525;
  font-size: 1.2rem; }

.product-categories .cat-item {
  cursor: pointer; }
  .product-categories .cat-item.cat-parent:after {
    right: 0;
    top: 5px;
    content: '\f105';
    color: #333333; }

.product-categories .children {
  display: none;
  padding-left: 1.5rem;
  padding-top: 1rem; }

.product-widget ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem; }

.ui-widget-content {
  background: #d9d9d9;
  border: medium none;
  border-radius: 0;
  height: 5px;
  margin: 1rem 0 2.5rem; }
  .ui-widget-content .ui-state-default {
    background: #fb9935;
    border-color: #000;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
    font-weight: normal;
    height: 1.5rem;
    width: 1.5rem; }
  .ui-widget-content .ui-state-default:hover {
    background: #de3e3e; }
  .ui-widget-content .ui-slider-range:last-child {
    background: #40576c; }

.filter-price__count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem; }

.filter-price__input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: #333333;
  font-weight: 400; }
  .filter-price__input-group span {
    padding-right: 1rem; }

.filter-price .amount-range {
  border: none;
  background-color: transparent;
  max-width: 10rem; }

.compare-widget-bottom {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .compare-widget-bottom a {
    color: #333333; }
  .compare-widget-bottom .sidebar-btn {
    color: #fff; }

.compare-remove {
  cursor: pointer; }
  .compare-remove i {
    color: #999999; }
    .compare-remove i:hover {
      color: #fb9935; }

.product-compare-widget ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.sidebar-btn {
  background: #40576c;
  color: #fff;
  font-size: 1.4rem;
  padding: .6rem 1.6rem;
  text-transform: capitalize;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: none;
  display: inline-block;
  cursor: pointer; }
  .sidebar-btn:hover {
    color: #fff !important; }

/*****************************
20. Navigation CSS
*****************************/
/***********************
Category Navigation
************************/
.category-nav {
  position: relative; }
  @media (max-width: 61.94em) {
    .category-nav {
      display: none; } }
  .category-nav__title {
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    cursor: pointer;
    padding: 1.5rem 2rem;
    text-align: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .category-nav__title span {
      font-size: 1.8rem;
      font-weight: 700;
      padding-left: .5rem; }
  .category-nav__menu {
    width: 100%;
    position: absolute;
    right: 0;
    background: #fff;
    top: 100%;
    z-index: 9;
    border-top: none;
    text-align: left;
    -webkit-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15); }
    .category-nav__menu__item {
      position: relative; }
      @media (max-width: 61.94em) {
        .category-nav__menu__item {
          margin: 0 1.5rem; } }
      .category-nav__menu__item:last-child a {
        border-bottom: none; }
      .category-nav__menu__item a {
        display: block;
        padding: 1.62rem 0;
        margin: 0 1.5rem;
        font-size: 1.4rem;
        font-weight: 500;
        color: #333333;
        position: relative; }
        .category-nav__menu__item a i {
          padding-right: 1rem;
          font-size: 1.5rem;
          color: #333333; }
        @media (max-width: 74.9375em) {
          .category-nav__menu__item a {
            padding: 1.55rem 0; } }
        @media (max-width: 61.94em) {
          .category-nav__menu__item a {
            margin: 0; } }
        .category-nav__menu__item a.js-expand-hidden-menu {
          padding-left: 30px; }
          .category-nav__menu__item a.js-expand-hidden-menu:before {
            position: absolute;
            content: '\f067';
            font-family: fontAwesome;
            left: 0;
            top: 50%;
            width: 2rem;
            height: 2rem;
            font-size: 1.4rem;
            border-radius: 50%;
            text-align: center;
            line-height: 2rem;
            margin-top: -1rem; }
          .category-nav__menu__item a.js-expand-hidden-menu.menu-close:before {
            content: '\f068'; }
      .category-nav__menu__item > a {
        border-bottom: 1px solid #e5e5e5; }
      .category-nav__menu__item.has-children:after {
        position: absolute;
        content: "\f105";
        right: 2rem;
        top: 50%;
        color: #2c2e3d;
        font-family: fontAwesome;
        font-size: 1.6rem;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 61.94em) {
          .category-nav__menu__item.has-children:after {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            top: 1.5rem; } }
      .category-nav__menu__item.has-children:hover .category-nav__submenu {
        visibility: visible;
        opacity: 1;
        height: auto; }
  .category-nav__submenu {
    background: #fff;
    z-index: 99;
    white-space: -moz-nowrap;
    white-space: nowrap;
    height: 0;
    min-width: 20rem; }
    @media (min-width: 62em) {
      .category-nav__submenu {
        -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        position: absolute;
        left: 100%;
        top: 0; } }
    .category-nav__submenu.mega-menu {
      padding: 2rem;
      min-width: 40rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: none;
      flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .category-nav__submenu.mega-menu.three-column {
        min-width: 60rem; }
      .category-nav__submenu.mega-menu .category-nav__submenu--inner ul li {
        border-bottom: none;
        padding: 0; }
    @media (max-width: 61.94em) {
      .category-nav__submenu {
        visibility: visible;
        opacity: 1;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        min-width: 100% !important;
        -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0);
        -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0);
        -o-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0);
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0); } }
    @media (max-width: 35.94em) {
      .category-nav__submenu {
        padding-left: 1rem;
        padding-right: 1rem; } }
    .category-nav__submenu--inner {
      padding: 0 1.5rem; }
      @media (max-width: 61.94em) {
        .category-nav__submenu--inner {
          padding: 0;
          margin-bottom: 1.5rem; } }
      @media (max-width: 61.94em) {
        .category-nav__submenu--inner:last-child {
          margin-bottom: 0; } }
    .category-nav__submenu__title {
      color: #333333;
      text-transform: capitalize;
      font-size: 1.6rem;
      margin-bottom: 1.5rem;
      padding-bottom: 1rem; }
      .category-nav__submenu__title:after {
        left: 0;
        bottom: 0;
        width: 8rem;
        height: 1px;
        background-color: #333333; }
    .category-nav__submenu ul li {
      padding: .5rem 0; }
      .category-nav__submenu ul li:not(:last-child) {
        border-bottom: 1px solid #e5e5e5; }
      .category-nav__submenu ul li a {
        border-bottom: none;
        margin: 0;
        padding: 0;
        line-height: 2.5; }
  .category-nav--2 .category-nav__title {
    display: none; }
  .category-nav--2 .category-nav__menu__item > a {
    padding-top: 1.57rem;
    padding-bottom: 1.57rem; }
    @media (max-width: 74.9375em) {
      .category-nav--2 .category-nav__menu__item > a {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
  .category-nav--3 .category-nav__title {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

.hidden-menu-item {
  display: none; }

@media (max-width: 74.9375em) {
  .hidden-lg-menu-item {
    display: none; } }

/***********************
Main Navigation
************************/
.main-navigation {
  display: block; }
  @media (max-width: 61.94em) {
    .main-navigation {
      display: none; } }
  .main-navigation-2 {
    padding-left: 2rem; }

.mainmenu {
  text-align: center; }
  @media (max-width: 74.9375em) {
    .mainmenu {
      text-align: left; } }
  @media (min-width: 62em) {
    .mainmenu__item {
      display: inline-block;
      position: relative; }
      .mainmenu__item.menu-item-has-children:after {
        content: '\f107';
        right: 0; } }
  .mainmenu li {
    position: relative; }
    .mainmenu li.menu-item-has-children li a {
      font-weight: 400; }
    @media (min-width: 62em) {
      .mainmenu li.menu-item-has-children > ul {
        position: absolute;
        left: 0;
        top: 9rem;
        background-color: #fff;
        z-index: 9;
        -webkit-transform-origin: center top 0;
        -moz-transform-origin: center top 0;
        -ms-transform-origin: center top 0;
        -o-transform-origin: center top 0;
        transform-origin: center top 0;
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        -o-transform: perspective(600px) rotateX(-90deg);
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        visibility: hidden;
        opacity: 0;
        text-align: left;
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
        z-index: -1;
        pointer-events: none; } }
    @media (min-width: 62em) {
      .mainmenu li.menu-item-has-children > ul.megamenu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: none;
        flex-wrap: nowrap;
        width: 40rem;
        left: 0;
        padding: 2rem; } }
    @media (min-width: 62em) {
      .mainmenu li.menu-item-has-children > ul.megamenu > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }
    @media (min-width: 62em) {
      .mainmenu li.menu-item-has-children > ul.megamenu li {
        padding-right: 2rem; } }
    @media (max-width: 74.9375em) {
      .mainmenu li.menu-item-has-children > ul.megamenu li {
        padding-right: 1rem; } }
    @media (min-width: 62em) {
      .mainmenu li.menu-item-has-children > ul.megamenu li ul {
        position: relative;
        visibility: visible;
        opacity: 1;
        top: auto !important;
        left: auto;
        background: transparent;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        display: block;
        padding: 0 !important; } }
    .mainmenu li.menu-item-has-children > ul.megamenu li a {
      color: #666666;
      font-size: 1.4rem;
      padding: .8rem 1rem;
      text-transform: capitalize; }
    .mainmenu li.menu-item-has-children > ul.megamenu > li > a {
      font-weight: 700;
      font-size: 1.6rem;
      color: #666666;
      text-transform: uppercase;
      margin-bottom: 1.2rem; }
      .mainmenu li.menu-item-has-children > ul.megamenu > li > a:hover {
        color: #666666; }
    @media (min-width: 62em) {
      .mainmenu li.menu-item-has-children > ul.megamenu.three-column {
        width: 70rem;
        left: 50%;
        margin-left: -35rem; }
        .mainmenu li.menu-item-has-children > ul.megamenu.three-column > li {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 33.3333%;
          -moz-box-flex: 0;
          -moz-flex: 0 0 33.3333%;
          -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
          max-width: 33.3333%; } }
    @media (min-width: 62em) {
      .mainmenu li.menu-item-has-children > ul ul {
        left: 100%;
        top: 15rem !important;
        visibility: hidden;
        opacity: 0; } }
    @media (min-width: 62em) {
      .mainmenu li.menu-item-has-children:after {
        position: absolute;
        font-family: fontAwesome;
        top: 50%;
        margin-top: -12px;
        color: #fff; } }
    @media (max-width: 61.94em) {
      .mainmenu li.menu-item-has-children:after {
        display: none; } }
    @media (min-width: 62em) {
      .mainmenu li:hover > ul {
        visibility: visible;
        opacity: 1;
        top: 5.5rem;
        z-index: 9999;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        pointer-events: visible; } }
    .mainmenu li a {
      display: block;
      padding: 1.8rem;
      font-size: 1.4rem;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase; }
  @media (min-width: 62em) {
    .mainmenu > li:first-child > a {
      padding-left: 0; } }
  @media (min-width: 62em) {
    .mainmenu .sub-menu {
      pointer-events: none;
      width: 20rem;
      padding: 1rem 0;
      white-space: -moz-nowrap;
      white-space: nowrap; } }
  @media (min-width: 62em) {
    .mainmenu .sub-menu a {
      color: #666666;
      font-size: 1.4rem;
      padding: 1.3rem 3.5rem 1.3rem 2.5rem;
      display: block;
      text-transform: capitalize; } }
  @media (min-width: 62em) {
    .mainmenu .sub-menu li.menu-item-has-children:after {
      content: '\f105';
      right: 2rem;
      color: #666666; } }
  @media (min-width: 62em) {
    .mainmenu .sub-menu li ul {
      -webkit-transform: perspective(600px) rotateX(0deg);
      -moz-transform: perspective(600px) rotateX(0deg);
      -ms-transform: perspective(600px) rotateX(0deg);
      -o-transform: perspective(600px) rotateX(0deg);
      transform: perspective(600px) rotateX(0deg); } }
  @media (min-width: 62em) {
    .mainmenu .sub-menu li:hover ul {
      visibility: visible;
      opacity: 1;
      top: 0 !important; } }
  .mainmenu--2 {
    text-align: left; }
    .mainmenu--2 .mainmenu__item.active a {
      color: #40576c; }
    .mainmenu--2 .mainmenu__item.menu-item-has-children.active:after {
      color: #40576c; }
    .mainmenu--2 .mainmenu__item:hover > ul {
      top: 6.9rem; }
    .mainmenu--2 > li > a {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; }
  .mainmenu--3 {
    text-align: left; }
    .mainmenu--3 li.menu-item-has-children:after {
      color: #333333; }
    .mainmenu--3 li.menu-item-has-children > ul.megamenu.three-column {
      left: auto;
      right: 0;
      margin-left: 0; }
    .mainmenu--3 li a {
      color: #333333; }

/***********************
Mobile Menu
************************/
.mobile-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }
  .mobile-menu .mean-bar {
    position: relative;
    background-color: transparent;
    margin-top: 3rem; }
    .mobile-menu .mean-bar:before {
      position: absolute;
      content: "Menu";
      left: 2rem;
      top: 1.5rem;
      font-size: 2rem;
      font-weight: 500;
      color: #fff;
      text-transform: uppercase; }
    .mobile-menu .mean-bar .meanmenu-reveal {
      position: absolute;
      padding: 19px 13px 11px;
      right: 15px !important; }
      .mobile-menu .mean-bar .meanmenu-reveal span {
        position: relative; }
        .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
          height: 2px;
          width: 26px;
          background-color: #fff;
          display: block;
          margin: 8px 0; }
        .mobile-menu .mean-bar .meanmenu-reveal span:before, .mobile-menu .mean-bar .meanmenu-reveal span:after {
          content: "";
          position: absolute;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #fff; }
        .mobile-menu .mean-bar .meanmenu-reveal span:before {
          top: -8px; }
        .mobile-menu .mean-bar .meanmenu-reveal span:after {
          bottom: -8px; }
        .mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
          height: 2px;
          width: 26px;
          background-color: transparent;
          display: block;
          margin: 8px 0; }
          .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
            top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
          .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .mobile-menu .mean-bar .mean-nav {
      background-color: #ffffff; }
      .mobile-menu .mean-bar .mean-nav > ul {
        overflow-x: hidden;
        max-height: 400px; }
        @media (max-width: 47.94em) {
          .mobile-menu .mean-bar .mean-nav > ul {
            max-height: 180px;
            overflow-y: auto; } }
        .mobile-menu .mean-bar .mean-nav > ul li {
          position: relative;
          display: block;
          float: left;
          width: 100%;
          margin: 0;
          padding: 0; }
          .mobile-menu .mean-bar .mean-nav > ul li a {
            font-size: 13px;
            display: block;
            color: #444444;
            font-weight: 600;
            text-transform: uppercase;
            line-height: 44px;
            position: relative;
            border-top: 1px solid #eeeeee;
            padding: 0 40px 0 20px;
            width: 100%; }
          .mobile-menu .mean-bar .mean-nav > ul li ul {
            position: static;
            background-color: rgba(0, 0, 0, 0.03);
            margin: 0;
            padding: 0 !important;
            width: 100%;
            -webkit-box-shadow: none;
            box-shadow: none;
            margin: 0;
            display: none;
            float: left;
            width: 100%;
            opacity: 1;
            visibility: visible;
            z-index: 1;
            -webkit-transition: none;
            -o-transition: none;
            transition: none; }
            .mobile-menu .mean-bar .mean-nav > ul li ul.megamenu {
              width: 100%;
              left: 0;
              margin-left: 0; }
              .mobile-menu .mean-bar .mean-nav > ul li ul.megamenu li {
                max-width: 100%;
                -webkit-flex-basis: 100%;
                -moz-flex-basis: 100%;
                -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
                padding: 0; }
                .mobile-menu .mean-bar .mean-nav > ul li ul.megamenu li a {
                  font-size: 1.4rem;
                  margin-bottom: 0;
                  padding: 0 40px 0 20px;
                  opacity: 1; }
      .mobile-menu .mean-bar .mean-nav ul li a.mean-expand {
        position: absolute;
        right: -1px;
        top: 0;
        font-size: 20px !important;
        color: #444444;
        line-height: 44px;
        height: 45px;
        width: 40px;
        text-align: center;
        padding: 0 !important; }
        .mobile-menu .mean-bar .mean-nav ul li a.mean-expand:hover {
          background: rgba(0, 0, 0, 0); }
  .mobile-menu--3 .mean-bar {
    margin-top: 0;
    margin-bottom: 3rem; }

/***********************
Category Mobile Menu
************************/
.category-mobile-menu {
  display: none; }
  @media (max-width: 61.94em) {
    .category-mobile-menu {
      margin-top: 1.5rem;
      margin-bottom: 3rem;
      display: block; }
      .category-mobile-menu .slicknav_btn {
        background: transparent;
        color: #000;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding-left: 20px; }
      .category-mobile-menu .slicknav_menu {
        font-size: 16px;
        padding: 2px;
        max-height: 40rem;
        overflow-y: auto; }
        .category-mobile-menu .slicknav_menu .slicknav_menutxt {
          font-weight: 500;
          text-transform: uppercase;
          font-family: Quicksand; }
        .category-mobile-menu .slicknav_menu .slicknav_btn .slicknav_icon {
          width: 2rem;
          height: 2rem;
          margin: 0;
          position: relative;
          margin-top: 5px; }
          .category-mobile-menu .slicknav_menu .slicknav_btn .slicknav_icon-bar {
            -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
            -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
            -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
            -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
            box-shadow: 0 1px 0 rgba(0, 0, 0, 0);
            background: #fff;
            margin-bottom: 6px;
            width: 1.5rem;
            position: absolute;
            margin: 0;
            -webkit-transition: all 0.4s;
            -moz-transition: all 0.4s;
            -ms-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s; }
            .category-mobile-menu .slicknav_menu .slicknav_btn .slicknav_icon-bar:nth-child(1) {
              top: 5px;
              -webkit-transform: rotate(180deg);
              -moz-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
              -o-transform: rotate(180deg);
              transform: rotate(180deg); }
            .category-mobile-menu .slicknav_menu .slicknav_btn .slicknav_icon-bar:nth-child(2) {
              top: 8px;
              display: none; }
            .category-mobile-menu .slicknav_menu .slicknav_btn .slicknav_icon-bar:nth-child(3) {
              top: 5px;
              -webkit-transform: rotate(270deg);
              -moz-transform: rotate(270deg);
              -ms-transform: rotate(270deg);
              -o-transform: rotate(270deg);
              transform: rotate(270deg); }
        .category-mobile-menu .slicknav_menu .slicknav_btn .slicknav_menutxt {
          color: #fff;
          text-shadow: 0 0 0 #fff; }
        .category-mobile-menu .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(1) {
          -webkit-transform: rotate(-55deg);
          -moz-transform: rotate(-55deg);
          -ms-transform: rotate(-55deg);
          -o-transform: rotate(-55deg);
          transform: rotate(-55deg); }
        .category-mobile-menu .slicknav_menu .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(3) {
          -webkit-transform: rotate(55deg);
          -moz-transform: rotate(55deg);
          -ms-transform: rotate(55deg);
          -o-transform: rotate(55deg);
          transform: rotate(55deg); }
        .category-mobile-menu .slicknav_menu .slicknav_nav li:after {
          color: #fff; }
        .category-mobile-menu .slicknav_menu .slicknav_nav li a {
          color: #fff; }
          .category-mobile-menu .slicknav_menu .slicknav_nav li a i {
            color: #fff; }
        .category-mobile-menu .slicknav_menu .slicknav_nav li .category-nav__submenu {
          background-color: transparent;
          padding-left: 1.5rem; }
        .category-mobile-menu .slicknav_menu .slicknav_nav li .category-nav__submenu__title {
          color: #fff; }
          .category-mobile-menu .slicknav_menu .slicknav_nav li .category-nav__submenu__title:after {
            background-color: #fff; }
      .category-mobile-menu .slicknav_nav ul {
        margin: 0; }
      .category-mobile-menu .slicknav_nav a:hover {
        border-radius: 0;
        background: transparent; }
      .category-mobile-menu .category-nav__submenu {
        display: none; } }
  @media (max-width: 28.125em) {
    .category-mobile-menu .slicknav_menu {
      padding: 0; }
    .category-mobile-menu .slicknav_btn {
      margin-bottom: 7px; } }

/*****************************
21. Mini Cart CSS
*****************************/
.mini-cart {
  height: 100%;
  position: relative;
  text-align: right; }
  @media (max-width: 47.94em) {
    .mini-cart {
      text-align: center;
      margin-bottom: 3rem; } }
  .mini-cart__dropdown-toggle:not([href]):not([tabindex]) {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 1.5rem; }
    @media (max-width: 61.94em) {
      .mini-cart__dropdown-toggle:not([href]):not([tabindex]) {
        margin-top: 0.5rem; } }
    @media (max-width: 35.94em) {
      .mini-cart__dropdown-toggle:not([href]):not([tabindex]) {
        margin-top: .5rem; } }
  .mini-cart__icon {
    font-size: 2.8rem;
    font-weight: 400;
    color: #40576c; }
  .mini-cart__count {
    position: absolute;
    bottom: -0.5rem;
    left: 2.3rem;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
    font-size: 1rem; }
  .mini-cart__dropdown-menu {
    min-width: 36rem;
    border-top-width: 3px;
    border-top-style: solid;
    width: 100%;
    top: 5.6rem !important;
    position: absolute;
    background-color: #fff;
    z-index: 9999999;
    overflow: hidden;
    display: none; }
    @media (max-width: 61.94em) {
      .mini-cart__dropdown-menu {
        top: 6.5rem !important; } }
    @media (max-width: 47.94em) {
      .mini-cart__dropdown-menu {
        top: 6.3rem !important; } }
    @media (max-width: 35.94em) {
      .mini-cart__dropdown-menu {
        top: 5.6rem !important; } }
    @media (max-width: 28.125em) {
      .mini-cart__dropdown-menu {
        min-width: 28rem; } }
  .mini-cart__content {
    padding: 3rem 2rem; }
    @media (max-width: 35.94em) {
      .mini-cart__content {
        padding: 2rem 1.5rem; } }
  .mini-cart__item--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem;
    margin-bottom: 2rem; }
  .mini-cart__item--image {
    -webkit-flex-basis: 7.5rem;
    -moz-flex-basis: 7.5rem;
    -ms-flex-preferred-size: 7.5rem;
    flex-basis: 7.5rem;
    max-width: 7.5rem;
    height: 8rem;
    margin-right: 2rem; }
    .mini-cart__item--image img {
      border: 1px solid #e5e5e5; }
    @media (max-width: 35.94em) {
      .mini-cart__item--image {
        -webkit-flex-basis: 5rem;
        -moz-flex-basis: 5rem;
        -ms-flex-preferred-size: 5rem;
        flex-basis: 5rem;
        max-width: 7rem;
        height: auto;
        margin-right: 1rem; } }
  .mini-cart__item--content {
    -webkit-flex-basis: calc(100% - 9.5rem);
    -moz-flex-basis: calc(100% - 9.5rem);
    -ms-flex-preferred-size: calc(100% - 9.5rem);
    flex-basis: calc(100% - 9.5rem);
    text-align: left; }
    @media (max-width: 35.94em) {
      .mini-cart__item--content {
        -webkit-flex-basis: calc(100% - 8rem);
        -moz-flex-basis: calc(100% - 8rem);
        -ms-flex-preferred-size: calc(100% - 8rem);
        flex-basis: calc(100% - 8rem); } }
    .mini-cart__item--content h4 {
      margin-right: 2rem;
      margin-bottom: .5rem;
      font-size: 1.5rem; }
      @media (max-width: 35.94em) {
        .mini-cart__item--content h4 {
          margin-right: 1rem;
          font-size: 1.4rem; } }
      .mini-cart__item--content h4 a {
        color: #22282e;
        text-transform: uppercase; }
  .mini-cart__item--remove {
    color: #666666;
    font-size: 1.7rem; }
  .mini-cart__total {
    padding-bottom: 2rem; }
    .mini-cart__total h4 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      font-size: 1.6rem;
      margin-bottom: 0; }
    .mini-cart__total--title {
      text-align: left;
      text-transform: uppercase; }
  .mini-cart__btn {
    text-align: left; }
    .mini-cart__btn a:first-child {
      margin-right: 1rem; }
      @media (max-width: 35.94em) {
        .mini-cart__btn a:first-child {
          margin-right: .4rem; } }
  @media (max-width: 61.94em) {
    .mini-cart--2 {
      text-align: center;
      margin-bottom: 0; } }
  @media (max-width: 47.94em) {
    .mini-cart--3 {
      margin-bottom: 0; } }
  .mini-cart--3 .mini-cart__dropdown-toggle:not([href]):not([tabindex]) {
    margin-top: 0; }
    .mini-cart--3 .mini-cart__dropdown-toggle:not([href]):not([tabindex]) i {
      color: #fff; }
  @media (max-width: 35.94em) {
    .mini-cart--3 .mini-cart__dropdown-menu {
      right: 50% !important;
      transform: translateX(20%); } }

.color-scheme-1 .mini-cart__icon:hover {
  color: rgba(251, 153, 53, 0.9); }

.color-scheme-2 .mini-cart__icon:hover {
  color: rgba(17, 191, 174, 0.9); }

.color-scheme-3 .mini-cart__icon:hover {
  color: rgba(159, 216, 74, 0.9); }

/*****************************
22. Button CSS
*****************************/
.btn {
  display: inline-block;
  background-color: #ededed;
  text-align: center;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 0;
  padding: 0;
  text-transform: uppercase; }
  .btn-small {
    width: 15rem;
    height: 4rem;
    line-height: 4rem; }
    @media (max-width: 35.94em) {
      .btn-small {
        width: 11.5rem;
        font-size: 1.4rem; } }
  .btn-2 {
    background: transparent;
    border: 1px solid #333333;
    color: #666666;
    padding: 1.2rem 1.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    border-radius: 0.5rem;
    line-height: 1; }
  .btn-3 {
    border: 2px solid #2A2A2A;
    color: #2A2A2A;
    width: 16.3rem;
    height: 4.8rem;
    line-height: 4.4rem;
    text-align: center;
    font-size: 1.4rem;
    text-transform: uppercase; }
    .btn-3 i {
      color: #2A2A2A;
      font-size: 1.8rem;
      padding-left: 2rem; }
    .btn-3:hover {
      background-color: #2A2A2A;
      color: #fff !important; }
      .btn-3:hover i {
        color: #fff !important; }
  .btn-4 {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 1rem 3rem;
    font-weight: 600; }
  .btn-5 {
    background: #d8d8d8;
    border: none;
    box-shadow: none;
    color: #333;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    height: 4.5rem;
    line-height: 4.5rem;
    padding: 0 1.8rem;
    text-transform: uppercase;
    white-space: -moz-nowrap;
    white-space: nowrap;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .btn-6 {
    color: #fff;
    font-size: 1.5rem;
    height: 5.5rem;
    line-height: 5.5rem;
    width: 100%;
    text-align: center;
    padding: 0 1.8rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  .btn-read-more {
    padding: 1.3rem 1.6rem;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #fb9935;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .btn-style-3:hover {
    color: #fff !important;
    background-color: #2A2A2A; }
  .btn.add-to-cart {
    background-color: #d8d8d8;
    border-radius: 4px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    padding: 12px 17px; }
  .btn-slider {
    font-size: 1.6rem;
    padding: .8rem 2.4rem;
    border-radius: 3px; }
    .btn-slider-2 {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
    .btn-slider-3 {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      color: #fff; }
  .btn-borderd {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff; }
    .btn-borderd.color--white {
      border-color: #fff;
      color: #fff; }
  .btn-pricing {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 1.2rem 1.8rem;
    font-size: 1.4rem; }
  .btn-portfolio {
    font-size: 1.2rem;
    padding: 1.3rem 3rem;
    background: #a0a0a0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600; }
    .btn-portfolio:hover {
      background: #71a9d0;
      color: #fff !important; }
  .btn.btn-style-1:hover {
    color: #fff; }
    .btn.btn-style-1:hover i {
      color: #fff; }
  .btn.color-1.btn-style-1:hover {
    border-color: #fb9935 !important; }
  .btn.color-2.btn-style-1:hover {
    border-color: #11bfae !important; }
  .btn.color-3.btn-style-1:hover {
    border-color: #9fd84a !important; }
  .btn.color-brand-2.btn-style-1:hover {
    border-color: #146c78 !important; }
  .btn.btn-style-2:hover {
    background-color: #333333 !important;
    color: #fff !important; }

.app-btn-group {
  margin-bottom: 3rem; }
  .app-btn-group a:not(:last-child) {
    margin-right: 1.5rem; }

.app-btn {
  display: inline-block;
  width: 10rem;
  height: 2.3rem;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center; }
  .app-btn.apple-btn {
    background-image: url(../img/icons/appstore-icon.png); }
  .app-btn.gplay-btn {
    background-image: url(../img/icons/googleplay-icon.png); }

/*****************************
23. Slider CSS
*****************************/
.slider-wrapper.right-side-dot .owl-dots {
  padding-right: 2rem; }

.slider-wrapper .owl-dots {
  bottom: 2rem; }
  .slider-wrapper .owl-dots .owl-dot {
    display: inline-block; }
    .slider-wrapper .owl-dots .owl-dot:not(:last-child) {
      margin-right: .5rem; }

@media (max-width: 35.94em) {
  .slider-wrapper .owl-prev {
    left: 0; } }

@media (max-width: 35.94em) {
  .slider-wrapper .owl-next {
    right: 0; } }

.single-slider {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
  height: 56.5rem; }
  .single-slider.content-v-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-left: 5rem; }
    @media (max-width: 35.94em) {
      .single-slider.content-v-center {
        padding-left: 2rem; } }
  .single-slider.content-top .slider-content {
    padding-top: 5rem; }
  @media (max-width: 74.9375em) {
    .single-slider {
      height: 44.7rem; } }
  @media (max-width: 47.94em) {
    .single-slider {
      height: 35rem; } }
  @media (max-width: 35.94em) {
    .single-slider {
      height: 30rem; } }
  .single-slider .slider-content * {
    font-family: 'Oswald', sans-serif; }
  .single-slider .slider-content h2 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 400; }
    @media (max-width: 47.94em) {
      .single-slider .slider-content h2 {
        font-size: 2rem; } }
  .single-slider .slider-content h1 {
    font-size: 3.6rem;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0; }
    @media (max-width: 47.94em) {
      .single-slider .slider-content h1 {
        font-size: 3rem; } }
    @media (max-width: 35.94em) {
      .single-slider .slider-content h1 {
        font-size: 2.5rem; } }
  .single-slider .slider-content p {
    font-size: 2.4rem; }
    @media (max-width: 47.94em) {
      .single-slider .slider-content p {
        font-size: 2rem; } }
  .single-slider .slider-content .product-price p {
    display: block; }
  .single-slider .slider-content .product-price .regular-price {
    font-size: 1.8rem;
    color: #fff; }
    @media (max-width: 47.94em) {
      .single-slider .slider-content .product-price .regular-price {
        font-size: 1.6rem; } }
  .single-slider .slider-content .product-price .sale-price {
    color: #ffe11b;
    font-size: 2.4rem; }
    @media (max-width: 47.94em) {
      .single-slider .slider-content .product-price .sale-price {
        font-size: 2rem; } }
  .single-slider .slider-content .slider-heading-big {
    font-size: 4.5rem; }
    @media (max-width: 47.94em) {
      .single-slider .slider-content .slider-heading-big {
        font-size: 3rem; } }
    .single-slider .slider-content .slider-heading-big span {
      font-style: italic;
      font-size: 3rem; }
      @media (max-width: 47.94em) {
        .single-slider .slider-content .slider-heading-big span {
          font-size: 2.2rem; } }
  .single-slider--2 {
    height: 56.5rem; }
    @media (max-width: 74.9375em) {
      .single-slider--2 {
        height: 45rem; } }
    @media (max-width: 61.94em) {
      .single-slider--2 {
        height: 44.5rem; } }
    @media (max-width: 47.94em) {
      .single-slider--2 {
        height: 35rem; } }
    @media (max-width: 35.94em) {
      .single-slider--2 {
        height: 30rem; } }
  .single-slider--3.content-v-center {
    padding-left: 10rem; }
    @media (max-width: 47.94em) {
      .single-slider--3.content-v-center {
        padding-left: 8rem; } }
    @media (max-width: 35.94em) {
      .single-slider--3.content-v-center {
        padding-left: 4.5rem; } }

#progressBar {
  position: absolute;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%; }
  #progressBar #bar {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.4); }

/*****************************
24. Form CSS
*****************************/
/**********************
Search Form
**********************/
.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .search-form__input {
    -webkit-flex-basis: calc(100% - 15rem);
    -moz-flex-basis: calc(100% - 15rem);
    -ms-flex-preferred-size: calc(100% - 15rem);
    flex-basis: calc(100% - 15rem);
    max-width: calc(100% - 15rem);
    background: #fff;
    padding-left: 1.5rem;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    font-size: 1.3rem;
    color: #999999; }
    .search-form__input::-webkit-input-placeholder {
      color: #999999;
      font-size: 1.3rem; }
    .search-form__input:-moz-placeholder {
      color: #999999;
      font-size: 1.3rem; }
    .search-form__input::-moz-placeholder {
      color: #999999;
      font-size: 1.3rem; }
    .search-form__input:-ms-input-placeholder {
      color: #999999;
      font-size: 1.3rem; }
    @media (max-width: 35.94em) {
      .search-form__input {
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        -ms-border-radius: 35px;
        -o-border-radius: 35px;
        border-radius: 35px;
        -webkit-flex-basis: calc(100%);
        -moz-flex-basis: calc(100%);
        -ms-flex-preferred-size: calc(100%);
        flex-basis: calc(100%);
        max-width: calc(100%); } }
  .search-form__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-color: #fff;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px; }
    @media (max-width: 35.94em) {
      .search-form__group--select {
        display: none; } }
  .search-form__select {
    -webkit-flex-basis: 15rem;
    -moz-flex-basis: 15rem;
    -ms-flex-preferred-size: 15rem;
    flex-basis: 15rem;
    max-width: 15rem;
    height: 1.8rem;
    padding: 0 1.5rem;
    line-height: 1.2;
    color: #2c2e3d;
    border-right: 1px solid #333333 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(../img/icons/angle-down.png) no-repeat 90% 50% white;
    position: relative;
    background-color: #fff;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    font-size: 1.3rem; }
    @media (max-width: 61.94em) {
      .search-form__select {
        width: 22rem; } }
    @media (max-width: 28.125em) {
      .search-form__select {
        width: 11rem; } }
  .search-form__submit {
    border: none;
    color: #40576c;
    right: -5px;
    top: 0;
    height: 100%;
    padding: 0;
    background: #fff;
    width: 4rem;
    line-height: 3.8rem;
    border-radius: 50%;
    -webkit-border-radius: 0 50% 50% 0%;
    -moz-border-radius: 0 50% 50% 0%;
    -ms-border-radius: 0 50% 50% 0%;
    -o-border-radius: 0 50% 50% 0%;
    border-radius: 0 50% 50% 0%; }
    .search-form__submit:hover {
      color: #fff; }
    @media (max-width: 61.94em) {
      .search-form__submit {
        right: 5px; } }
    @media (max-width: 35.94em) {
      .search-form__submit {
        right: -1px; } }
  .search-form--2 .search-form__input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 4rem; }
    @media (max-width: 74.9375em) {
      .search-form--2 .search-form__input {
        margin-left: -1px; } }
  .search-form--2 .search-form__group {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    height: 4rem; }
  .search-form--2 .search-form__submit {
    background: #fb9935;
    color: #fff;
    right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .search-form--2 .search-form__submit.color-1:hover {
      background-color: #f88005; }
    .search-form--2 .search-form__submit.color-2:hover {
      background-color: #0d9083; }
    .search-form--2 .search-form__submit.color-3:hover {
      background-color: #87c52a; }
  .search-form--3 .search-form__input {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px; }
  .search-form--3 .search-form__submit {
    right: 1rem; }

@media (max-width: 61.94em) {
  .search-text {
    text-align: center; } }

/**********************
Newsletter Form
**********************/
.newsletter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px; }
  @media (max-width: 35.94em) {
    .newsletter-form {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background-color: transparent; } }
  .newsletter-form__label {
    color: #999999;
    display: block;
    margin: 0 0 5px; }
  .newsletter-form__input {
    height: 4.8rem;
    background: #fff;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    padding-left: 1.5rem;
    color: #999999;
    font-size: 1.4rem;
    border: none;
    width: 100%; }
    .newsletter-form__input::-webkit-input-placeholder {
      color: #999999; }
    .newsletter-form__input:-moz-placeholder {
      color: #999999; }
    .newsletter-form__input::-moz-placeholder {
      color: #999999; }
    .newsletter-form__input:-ms-input-placeholder {
      color: #999999; }
    @media (max-width: 35.94em) {
      .newsletter-form__input {
        height: 4rem;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        margin-bottom: 1rem; } }
  .newsletter-form__submit {
    background: #40576c;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 0 2.3rem;
    height: 4.8rem;
    line-height: 4.8rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .newsletter-form__submit:hover {
      background: rgba(64, 87, 108, 0.9); }
    @media (max-width: 35.94em) {
      .newsletter-form__submit {
        height: 4rem;
        line-height: 4rem;
        font-size: 1.3rem;
        padding: 0 1.8rem; } }

/**********************
Form
**********************/
.form-row {
  margin-left: -1rem;
  margin-right: -1rem; }
  .form-row [class*="col-"] {
    padding-left: 1rem;
    padding-right: 1rem; }

.form__label {
  color: #252525; }

.form__input {
  background-color: #f2f2f2;
  padding-left: 1.5rem;
  width: 100%;
  height: 4.6rem;
  border: none; }
  .form__input--2 {
    background-color: #fff;
    border: 1px solid #e5e5e5; }
  .form__input--3 {
    background-color: #e9e9e9; }
  .form__input--textarea {
    height: 13.5rem;
    padding-top: 1rem; }
  .form__input--w285 {
    width: 28.5rem; }
    @media (max-width: 47.94em) {
      .form__input--w285 {
        width: 100%; } }
  .form__input.nice-select .list {
    width: 100%;
    width: 100%;
    height: 400px;
    overflow-y: auto; }

.form__submit {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #d8d8d8;
  color: #333333;
  padding: 1.2rem 1.8rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  border: none;
  font-weight: 500; }
  .form__submit:hover {
    color: #fff; }
  .form__submit--2 {
    padding: 1.5rem 3rem;
    font-size: 1.6rem; }

.form--cart .form__input {
  color: #333333;
  border: 1px solid #d3ced2;
  padding: .6rem 1rem .5rem;
  width: 20rem; }
  .form--cart .form__input::-webkit-input-placeholder {
    font-weight: 700; }
  .form--cart .form__input:-moz-placeholder {
    font-weight: 700; }
  .form--cart .form__input::-moz-placeholder {
    font-weight: 700; }
  .form--cart .form__input:-ms-input-placeholder {
    font-weight: 700; }
  @media (max-width: 35.94em) {
    .form--cart .form__input {
      width: 100%;
      margin-bottom: 2rem; } }

.form__checkbox--label {
  color: #252525; }

.form.shipping-form {
  background: #f2f2f2;
  padding: 2rem 1rem; }
  .form.shipping-form .form__input {
    margin-bottom: 1rem;
    border: none; }

.form.quick-login-form .form__label {
  display: block;
  color: #333333; }

.form.quick-login-form .form__input {
  margin-bottom: 1.5rem;
  height: 3.6rem;
  width: 37rem; }

.form .forgot-pass {
  margin: .8rem 0;
  color: #a43d21;
  display: inline-block; }

.account-form h4 {
  font-weight: 400;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase; }

.address-form {
  padding-top: 2rem; }

/**********************
Nice Select
**********************/
.short-select.nice-select {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  height: 3.4rem;
  line-height: 3.3rem;
  width: 17rem;
  color: #333333;
  z-index: 999; }
  .short-select.nice-select .list {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 24rem;
    left: auto;
    right: 0; }
  .short-select.nice-select .nice-select-search-box {
    width: 24rem;
    left: auto;
    right: 0; }

.nice-select {
  float: none; }

.search-form select::-ms-expand {
  display: none; }

.rating {
  border: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end; }
  .rating > input {
    display: none; }
  .rating > label:before {
    margin: 1px;
    font-size: 1.4rem;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005"; }
  .rating > .half:before {
    content: "\f089";
    position: absolute; }
  .rating > label {
    color: #ddd;
    margin-bottom: 0; }
  .rating > input:checked ~ label,
  .rating > input:not(:checked) > label:hover,
  .rating > input:not(:checked) > label:hover ~ label {
    color: #FFD700; }
  .rating > input:checked + label:hover,
  .rating > input:checked ~ label:hover,
  .rating > input:checked ~ label:hover ~ label {
    color: #FFED85; }
  .rating > label:hover ~ input:checked ~ label {
    color: #FFED85; }

/*****************************
25. Product CSS
*****************************/
.product-box {
  text-align: center;
  padding-bottom: 1.5rem; }
  @media (max-width: 74.9375em) {
    .product-box {
      padding-bottom: 1.1rem; } }
  .product-box-wrapper {
    padding: 1rem; }
    @media (max-width: 35.94em) {
      .product-box-wrapper {
        padding: .5rem; } }
  .product-box.horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
    padding: 1rem;
    min-height: auto; }
    @media (max-width: 35.94em) {
      .product-box.horizontal {
        padding: .1rem; } }
    .product-box.horizontal .product-box__img {
      -webkit-flex-basis: 14rem;
      -moz-flex-basis: 14rem;
      -ms-flex-preferred-size: 14rem;
      flex-basis: 14rem;
      max-width: 14rem;
      height: 15.5rem;
      margin: 0; }
      @media (max-width: 74.9375em) {
        .product-box.horizontal .product-box__img {
          -webkit-flex-basis: 13rem;
          -moz-flex-basis: 13rem;
          -ms-flex-preferred-size: 13rem;
          flex-basis: 13rem;
          max-width: 13rem;
          height: auto; } }
      @media (max-width: 35.94em) {
        .product-box.horizontal .product-box__img {
          -webkit-flex-basis: 10rem;
          -moz-flex-basis: 10rem;
          -ms-flex-preferred-size: 10rem;
          flex-basis: 10rem;
          max-width: 10rem; } }
    .product-box.horizontal .product-box__content {
      -webkit-flex-basis: calc(100% - 14rem);
      -moz-flex-basis: calc(100% - 14rem);
      -ms-flex-preferred-size: calc(100% - 14rem);
      flex-basis: calc(100% - 14rem);
      padding: 1.8rem 0 1.8rem 2rem; }
      @media (max-width: 74.9375em) {
        .product-box.horizontal .product-box__content {
          -webkit-flex-basis: calc(100% - 13rem);
          -moz-flex-basis: calc(100% - 13rem);
          -ms-flex-preferred-size: calc(100% - 13rem);
          flex-basis: calc(100% - 13rem);
          max-width: calc(100% - 13rem);
          height: auto;
          padding: 1.5rem 0 1.5rem 1.5rem; } }
      @media (max-width: 35.94em) {
        .product-box.horizontal .product-box__content {
          -webkit-flex-basis: calc(100% - 11rem);
          -moz-flex-basis: calc(100% - 11rem);
          -ms-flex-preferred-size: calc(100% - 11rem);
          flex-basis: calc(100% - 11rem);
          max-width: calc(100% - 11rem);
          padding: 1.5rem 0 1.5rem 1rem; } }
    .product-box.horizontal-reverse {
      -webkit-box-direction: reverse;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row-reverse;
      -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      padding: 1.74rem 1rem; }
      @media (max-width: 74.9375em) {
        .product-box.horizontal-reverse {
          padding: 1.5rem 1rem; } }
      .product-box.horizontal-reverse .product-box__img {
        -webkit-flex-basis: 18.5rem;
        -moz-flex-basis: 18.5rem;
        -ms-flex-preferred-size: 18.5rem;
        flex-basis: 18.5rem;
        max-width: 18.5rem;
        height: 20.5rem;
        margin: 0; }
        @media (max-width: 74.9375em) {
          .product-box.horizontal-reverse .product-box__img {
            -webkit-flex-basis: 14.5rem;
            -moz-flex-basis: 14.5rem;
            -ms-flex-preferred-size: 14.5rem;
            flex-basis: 14.5rem;
            max-width: 14.5rem;
            height: 16rem; } }
        @media (max-width: 61.94em) {
          .product-box.horizontal-reverse .product-box__img {
            height: 15.6rem; } }
        @media (max-width: 35.94em) {
          .product-box.horizontal-reverse .product-box__img {
            height: auto;
            -webkit-flex-basis: 12rem;
            -moz-flex-basis: 12rem;
            -ms-flex-preferred-size: 12rem;
            flex-basis: 12rem;
            max-width: 12rem; } }
        @media (max-width: 28.125em) {
          .product-box.horizontal-reverse .product-box__img {
            height: auto;
            -webkit-flex-basis: 10rem;
            -moz-flex-basis: 10rem;
            -ms-flex-preferred-size: 10rem;
            flex-basis: 10rem;
            max-width: 10rem; } }
      .product-box.horizontal-reverse .product-box__content {
        -webkit-flex-basis: calc(100% - 18.5rem);
        -moz-flex-basis: calc(100% - 18.5rem);
        -ms-flex-preferred-size: calc(100% - 18.5rem);
        flex-basis: calc(100% - 18.5rem);
        max-width: calc(100% - 18.5rem);
        padding: 1.8rem 0 1.8rem 2rem; }
        @media (max-width: 74.9375em) {
          .product-box.horizontal-reverse .product-box__content {
            -webkit-flex-basis: calc(100% - 14.5rem);
            -moz-flex-basis: calc(100% - 14.5rem);
            -ms-flex-preferred-size: calc(100% - 14.5rem);
            flex-basis: calc(100% - 14.5rem);
            max-width: calc(100% - 18.5rem); } }
        @media (max-width: 35.94em) {
          .product-box.horizontal-reverse .product-box__content {
            -webkit-flex-basis: calc(100% - 12rem);
            -moz-flex-basis: calc(100% - 12rem);
            -ms-flex-preferred-size: calc(100% - 12rem);
            flex-basis: calc(100% - 12rem);
            max-width: calc(100% - 12rem);
            padding: 1.5rem 0 1.5rem 1rem; } }
        @media (max-width: 28.125em) {
          .product-box.horizontal-reverse .product-box__content {
            -webkit-flex-basis: calc(100% - 10rem);
            -moz-flex-basis: calc(100% - 10rem);
            -ms-flex-preferred-size: calc(100% - 10rem);
            flex-basis: calc(100% - 10rem);
            max-width: calc(100% - 10rem);
            padding: 1.5rem 0 1.5rem 1rem; } }
      .product-box.horizontal-reverse .product-box__title {
        margin-bottom: 1.5rem;
        font-size: 1.8rem;
        font-weight: 700; }
        .product-box.horizontal-reverse .product-box__title a {
          color: #333333; }
        @media (max-width: 28.125em) {
          .product-box.horizontal-reverse .product-box__title {
            font-size: 1.6rem;
            margin-bottom: 1rem; } }
    @media (max-width: 74.9375em) {
      .product-box.horizontal--2 {
        padding: 1.8rem 1rem; } }
    @media (max-width: 61.94em) {
      .product-box.horizontal--2 {
        padding: 1.35rem 1rem; } }
    .product-box.horizontal--2 .product-box__img {
      -webkit-flex-basis: 10.5rem;
      -moz-flex-basis: 10.5rem;
      -ms-flex-preferred-size: 10.5rem;
      flex-basis: 10.5rem;
      max-width: 10.5rem;
      height: 13rem; }
      @media (max-width: 74.9375em) {
        .product-box.horizontal--2 .product-box__img {
          -webkit-flex-basis: 10rem;
          -moz-flex-basis: 10rem;
          -ms-flex-preferred-size: 10rem;
          flex-basis: 10rem;
          height: auto; } }
      @media (max-width: 61.94em) {
        .product-box.horizontal--2 .product-box__img {
          -webkit-flex-basis: 11rem;
          -moz-flex-basis: 11rem;
          -ms-flex-preferred-size: 11rem;
          flex-basis: 11rem; } }
    .product-box.horizontal--2 .product-box__title {
      font-size: 1.4rem; }
    .product-box.horizontal--2 .product-box__content {
      -webkit-flex-basis: calc(100% - 11rem);
      -moz-flex-basis: calc(100% - 11rem);
      -ms-flex-preferred-size: calc(100% - 11rem);
      flex-basis: calc(100% - 11rem);
      padding: 1.8rem 0 1.8rem 2rem; }
      @media (max-width: 74.9375em) {
        .product-box.horizontal--2 .product-box__content {
          padding: 1.7rem 0 1.7rem 1rem;
          -webkit-flex-basis: calc(100% - 10rem);
          -moz-flex-basis: calc(100% - 10rem);
          -ms-flex-preferred-size: calc(100% - 10rem);
          flex-basis: calc(100% - 10rem); } }
    @media (max-width: 74.9375em) {
      .product-box.horizontal--2 .product-box__price .sale-price {
        font-size: 1.6rem; } }
    @media (max-width: 74.9375em) {
      .product-box.horizontal--2 .product-box__price .regular-price {
        font-size: 1.4rem; } }
    .product-box.horizontal--3:hover {
      -webkit-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
      -o-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.15); }
    @media (max-width: 35.94em) {
      .product-box.horizontal--3 {
        padding: 0; } }
    .product-box.horizontal--3 .product-box__img {
      height: auto; }
      @media (max-width: 74.9375em) {
        .product-box.horizontal--3 .product-box__img {
          -webkit-flex-basis: 10rem;
          -moz-flex-basis: 10rem;
          -ms-flex-preferred-size: 10rem;
          flex-basis: 10rem;
          max-width: 10rem; } }
    .product-box.horizontal--3 .product-box__content {
      padding: 2rem 0 2rem 3rem; }
      @media (max-width: 74.9375em) {
        .product-box.horizontal--3 .product-box__content {
          padding: 2rem 0 2rem 1rem;
          -webkit-flex-basis: calc(100% - 11rem);
          -moz-flex-basis: calc(100% - 11rem);
          -ms-flex-preferred-size: calc(100% - 11rem);
          flex-basis: calc(100% - 11rem);
          max-width: calc(100% - 11rem); } }
    .product-box.horizontal--3 .product-box__action.action-1 .add-to-cart {
      background-color: transparent;
      border: 1px solid #e5e5e5; }
      .product-box.horizontal--3 .product-box__action.action-1 .add-to-cart i {
        color: #666666; }
      .product-box.horizontal--3 .product-box__action.action-1 .add-to-cart:hover i {
        color: #fff; }
    .product-box.horizontal--small .product-box__img {
      -webkit-flex-basis: 8.5rem;
      -moz-flex-basis: 8.5rem;
      -ms-flex-preferred-size: 8.5rem;
      flex-basis: 8.5rem;
      max-width: 8.5rem;
      height: 9.3rem;
      margin: 0; }
      @media (max-width: 61.94em) {
        .product-box.horizontal--small .product-box__img {
          height: auto; } }
    .product-box.horizontal--small .product-box__content {
      -webkit-flex-basis: calc(100% - 8.5rem);
      -moz-flex-basis: calc(100% - 8.5rem);
      -ms-flex-preferred-size: calc(100% - 8.5rem);
      flex-basis: calc(100% - 8.5rem);
      max-width: calc(100% - 8.5rem);
      padding: 1.8rem 0 1.8rem 2rem; }
      @media (max-width: 74.9375em) {
        .product-box.horizontal--small .product-box__content {
          -webkit-flex-basis: calc(100% - 8.5rem);
          -moz-flex-basis: calc(100% - 8.5rem);
          -ms-flex-preferred-size: calc(100% - 8.5rem);
          flex-basis: calc(100% - 8.5rem);
          max-width: calc(100% - 8.5rem); } }
      @media (max-width: 61.94em) {
        .product-box.horizontal--small .product-box__content {
          padding: 1.3rem 0 1.4rem 2rem; } }
    .product-box.horizontal--small .ratings i {
      font-size: 1.3rem; }
  .product-box.limited-product {
    padding: 0; }
    .product-box.limited-product .product-box__img {
      margin: 0rem 2rem 1rem 2rem;
      padding-top: 2rem; }
      @media (max-width: 74.9375em) {
        .product-box.limited-product .product-box__img {
          padding-top: .8rem;
          margin: 0rem 2.5rem 1rem 2.5rem; } }
      @media (max-width: 61.94em) {
        .product-box.limited-product .product-box__img {
          padding-top: .9rem;
          margin: 0rem 1.5rem 1rem 1.5rem; } }
    .product-box.limited-product .product-box__content {
      padding: .8rem 1.5rem; }
      @media (max-width: 74.9375em) {
        .product-box.limited-product .product-box__content {
          padding: .5rem 1.5rem; } }
      @media (max-width: 35.94em) {
        .product-box.limited-product .product-box__content {
          padding: .5rem; } }
    .product-box.limited-product .product-box__title {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 1rem; }
      @media (max-width: 74.9375em) {
        .product-box.limited-product .product-box__title {
          font-size: 1.7rem;
          margin-bottom: .8rem; } }
      @media (max-width: 61.94em) {
        .product-box.limited-product .product-box__title {
          margin-bottom: 1rem; } }
    .product-box.limited-product .product-box__price {
      margin-bottom: 1.5rem; }
      @media (max-width: 74.9375em) {
        .product-box.limited-product .product-box__price {
          margin-bottom: .8rem; } }
      @media (max-width: 61.94em) {
        .product-box.limited-product .product-box__price {
          margin-bottom: 1rem; } }
    .product-box.limited-product .offer-text {
      color: #333333;
      font-size: 1.5rem;
      margin-bottom: 1.5rem; }
      @media (max-width: 74.9375em) {
        .product-box.limited-product .offer-text {
          margin-bottom: 1rem; } }
    .product-box.limited-product .add-to-cart {
      background-color: #b90b0b;
      color: #fff;
      font-size: 1.5rem;
      text-transform: capitalize;
      margin-bottom: 2.2rem; }
      @media (max-width: 74.9375em) {
        .product-box.limited-product .add-to-cart {
          margin-bottom: 1.8rem; } }
      @media (max-width: 74.9375em) {
        .product-box.limited-product .add-to-cart {
          margin-bottom: 1.3rem; } }
      @media (max-width: 61.94em) {
        .product-box.limited-product .add-to-cart {
          margin-bottom: 1.5rem; } }
      .product-box.limited-product .add-to-cart i {
        font-size: 1.6rem;
        padding-right: .4rem; }
      .product-box.limited-product .add-to-cart:hover {
        color: #fff; }
        .product-box.limited-product .add-to-cart:hover i {
          color: #fff; }
  .product-box--list {
    padding: 0;
    border-bottom: 1px solid #e5e5e5; }
    .product-box--list .product-box__img {
      padding: 1rem;
      margin: 0; }
    .product-box--list .product-box__content {
      text-align: left;
      padding: 4rem 1.5rem; }
      @media (max-width: 47.94em) {
        .product-box--list .product-box__content {
          text-align: center;
          padding: 3rem 1.5rem; } }
    .product-box--list .product-box__title {
      font-size: 1.8rem;
      font-weight: 700;
      margin-bottom: 1.5rem; }
    .product-box--list .product-box__desc {
      margin: 2rem 0; }
    @media (max-width: 47.94em) {
      .product-box--list .product-box__action.action-4 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
  .product-box__img {
    margin: 0px 1rem 1.27rem; }
    @media (max-width: 74.9375em) {
      .product-box__img {
        margin: 0px 1.5rem .9rem; } }
    .product-box__img .primary-image {
      margin: 0 auto; }
    .product-box__img .secondary-image {
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
  .product-box__title {
    font-weight: 500;
    font-size: 1.6rem;
    margin-bottom: 1rem; }
    @media (max-width: 28.125em) {
      .product-box__title {
        font-size: 1.5rem; } }
    .product-box__title a {
      color: #252525;
      display: block; }
  .product-box__price {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .product-box__action.action-1 {
    right: 0;
    bottom: 2rem; }
    .product-box__action.action-1 .add-to-cart {
      width: 4rem;
      height: 4rem;
      line-height: 4rem;
      text-align: center;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      display: inline-block; }
      .product-box__action.action-1 .add-to-cart i {
        font-size: 1.6rem;
        color: #fff; }
  .product-box__action.action-2 {
    width: 100%;
    display: none;
    left: 0;
    bottom: 0;
    padding: 1rem 0; }
    .product-box__action.action-2:before {
      left: 50%;
      top: 0;
      width: 80%;
      height: 1px;
      background: #e5e5e5;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .product-box__action.action-2 a {
      color: #666666;
      display: inline-block; }
    .product-box__action.action-2 .add-to-cart {
      padding: .5rem 1rem;
      border-left: 1px solid #e5e5e5;
      border-right: 1px solid #e5e5e5;
      margin: 0 1rem;
      text-transform: capitalize; }
      .product-box__action.action-2 .add-to-cart i {
        padding-right: 4px; }
  .product-box__action.action-3 {
    text-align: center;
    width: 100%; }
    .product-box__action.action-3 a {
      width: 4rem;
      height: 4rem;
      line-height: 3.8rem;
      text-align: center;
      border: 1px solid #e5e5e5;
      color: #666666;
      display: inline-block;
      font-size: 1.6rem;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px; }
      .product-box__action.action-3 a:hover {
        color: #fff; }
        .product-box__action.action-3 a:hover i {
          color: #fff; }
      .product-box__action.action-3 a:not(:last-child) {
        margin-right: 5px; }
  .product-box__action.action-4 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .product-box__action.action-4 a {
      width: 4rem;
      height: 4rem;
      line-height: 3.8rem;
      text-align: center;
      border: 1px solid #e5e5e5;
      color: #666666;
      display: inline-block;
      margin-right: .8rem; }
      .product-box__action.action-4 a:hover {
        color: #fff !important; }
        .product-box__action.action-4 a:hover i {
          color: #fff !important; }
    .product-box__action.action-4 .add-to-cart {
      background: #40576c;
      border: none;
      color: #fff;
      float: left;
      font-size: 1.5rem;
      font-weight: normal;
      height: 4rem;
      line-height: 4rem;
      padding: 0 2rem;
      text-transform: none;
      width: auto;
      height: auto;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
      @media (max-width: 28.125em) {
        .product-box__action.action-4 .add-to-cart {
          font-size: 1.4rem; } }
      .product-box__action.action-4 .add-to-cart:hover {
        color: #fff !important; }
        .product-box__action.action-4 .add-to-cart:hover i {
          color: #fff !important; }
  .product-box__quick-view {
    width: 4.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(251, 153, 53, 0.8);
    display: inline-block;
    z-index: 11;
    -webkit-transform: translateX(-50%) scale(0, 0);
    -moz-transform: translateX(-50%) scale(0, 0);
    -ms-transform: translateX(-50%) scale(0, 0);
    -o-transform: translateX(-50%) scale(0, 0);
    transform: translateX(-50%) scale(0, 0); }
    .product-box__quick-view i {
      font-size: 1.4rem;
      color: #fff; }
    .product-box__quick-view:hover {
      color: #fff !important; }
      .product-box__quick-view:hover i {
        color: #fff !important; }
  .product-box__category {
    margin-bottom: .5rem;
    display: inline-block; }
    .product-box__category a {
      color: #2A2A2A;
      font-size: 1.5rem; }
  .product-box .ratings {
    margin-bottom: .8rem;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .product-box__countdown {
    margin: 1.5rem 0; }
    @media (max-width: 74.9375em) {
      .product-box__countdown {
        margin: 1rem 0; } }
    @media (max-width: 61.94em) {
      .product-box__countdown {
        margin: 1.2rem 0; } }
  .product-box:hover .product-box__action.action-1 {
    right: 2rem; }
  .product-box:hover .product-box__quick-view {
    -webkit-transform: translateX(-50%) scale(1, 1);
    -moz-transform: translateX(-50%) scale(1, 1);
    -ms-transform: translateX(-50%) scale(1, 1);
    -o-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1); }
  .product-box-hover-down:hover {
    padding-bottom: 7.8rem;
    margin-bottom: -6.3rem;
    height: auto;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.1); }
    @media (max-width: 74.9375em) {
      .product-box-hover-down:hover {
        padding-bottom: 7.1rem; } }
    @media (max-width: 47.94em) {
      .product-box-hover-down:hover {
        padding-bottom: 6.5rem; } }
    .product-box-hover-down:hover .product-box__action {
      display: block; }
  @media (max-width: 74.9375em) {
    .product-box-hover-up .product-box__img {
      margin: 0px 3rem .9rem; } }
  .product-box-hover-up .product-box__action {
    bottom: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .product-box-hover-up:hover .product-box__action {
    bottom: 5rem;
    position: absolute; }
    @media (max-width: 35.94em) {
      .product-box-hover-up:hover .product-box__action {
        bottom: 2rem; } }
  .product-box-hover-up:hover .ratings {
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  .product-box-hover-up:hover .product-box__price {
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  .product-box-hover-up.hover-up-2 {
    padding-bottom: 0; }
    .product-box-hover-up.hover-up-2:hover .product-box__action {
      bottom: 1.5rem; }
  .product-box-height {
    min-height: 41.8rem; }
    @media (max-width: 74.9375em) {
      .product-box-height {
        min-height: 31.5rem; } }
    @media (max-width: 47.94em) {
      .product-box-height {
        min-height: 35rem; } }
    @media (max-width: 35.94em) {
      .product-box-height {
        min-height: auto; } }

.ratings i {
  color: #b5b5b5;
  display: inline-block; }
  .ratings i.rated {
    color: #ffe11b; }

.product-countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-countdown .single-countdown {
    position: relative;
    margin: 0 1.5rem; }
    @media (max-width: 74.9375em) {
      .product-countdown .single-countdown {
        margin: 0 .8rem; } }
    .product-countdown .single-countdown__time {
      display: block;
      color: #333333;
      font-size: 2.5rem;
      font-weight: 700;
      text-align: center; }
      @media (max-width: 74.9375em) {
        .product-countdown .single-countdown__time {
          font-size: 2rem; } }
    .product-countdown .single-countdown__text {
      display: block;
      color: #606060;
      font-size: 1.3rem;
      text-transform: uppercase;
      text-align: center;
      margin-top: 1rem; }
      @media (max-width: 74.9375em) {
        .product-countdown .single-countdown__text {
          margin-top: .5rem; } }
    .product-countdown .single-countdown:not(:last-child):after {
      position: absolute;
      content: ":";
      right: -1.3rem;
      top: 1rem;
      font-size: 3.5rem; }
      @media (max-width: 74.9375em) {
        .product-countdown .single-countdown:not(:last-child):after {
          font-size: 3rem;
          top: .5rem; } }
      @media (max-width: 28.125em) {
        .product-countdown .single-countdown:not(:last-child):after {
          font-size: 2.5rem;
          top: 1rem; } }
    @media (max-width: 74.9375em) {
      .product-countdown .single-countdown:not(:last-child) {
        margin-bottom: 1rem; } }

/**********************
Product Varients
***********************/
.product-varients__label {
  color: #7b7b7b; }

.product-varients__select {
  background-color: #fff;
  width: 5.5rem;
  height: 3.8rem;
  padding: 2px 1.5rem 0 4px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  color: #2c2e3d;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .product-varients__select:focus {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0); }

.product-varients__color--group li {
  display: inline-block; }

.product-varients__color--label {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer; }
  .product-varients__color--label:hover {
    border: 2px solid #7b7b7b; }
  .product-varients__color--label.dark-color {
    background-color: #444444; }
  .product-varients__color--label.yellow-light-color {
    background-color: #F39C11; }
  .product-varients__color--label.blue-light-color {
    background-color: #5D9CEC; }
  .product-varients__color--label.yellow-color {
    background-color: #F1C40F; }

.product-varients__color--input[type="radio"] {
  display: none; }
  .product-varients__color--input[type="radio"]:checked + label {
    border: 2px solid #7b7b7b; }

.product-modal .modal-box .product-title {
  color: #22282e;
  font-size: 2.2rem;
  margin-bottom: 2rem;
  font-weight: 400; }

.product-modal .modal-box .product-price {
  margin-bottom: 3rem; }

.product-modal .modal-box .product-link {
  display: block;
  margin-bottom: 4rem;
  color: #999999;
  text-decoration: underline; }

.product-modal .modal-box .product-action-wrapper {
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .product-modal .modal-box .product-action-wrapper .quantity {
    margin-right: 1.5rem; }
    .product-modal .modal-box .product-action-wrapper .quantity-input {
      border: 1px solid #e5e5e5;
      width: 5rem;
      height: 4rem;
      font-size: 1.4rem;
      color: #666666;
      padding: 3px; }

.product-modal .modal-box .product-desc {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 2rem 0;
  margin-bottom: 2rem; }

.category-porducts-wrapper {
  padding: 0 1.5rem 1.5rem; }

.quantity {
  margin-right: 1rem; }
  .quantity-input {
    width: 6rem;
    padding-left: 1.5rem;
    height: 4rem;
    font-size: 1.8rem; }

.color-1 .product-box__quick-view {
  background-color: rgba(251, 153, 53, 0.8); }

.color-2 .product-box__quick-view {
  background-color: rgba(17, 191, 174, 0.8); }

.color-3 .product-box__quick-view {
  background-color: rgba(159, 216, 74, 0.8); }

/*****************************
26. Carousel CSS
*****************************/
.new-products-carousel {
  padding: 1rem; }
  .new-products-carousel .owl-item.lastActiveItem .product-box.right-line:after {
    display: none; }
  @media (max-width: 47.94em) {
    .new-products-carousel .owl-item.active .product-box.right-line:after {
      display: none; } }
  .new-products-carousel--2 {
    padding: 0; }

.owl-item.active .right-line:after {
  background: #e5e5e5;
  right: 0;
  top: 50%;
  height: 85%;
  width: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.owl-item.active .bottom-line:before {
  background: #e5e5e5;
  left: 50%;
  bottom: 0;
  width: 90%;
  height: 1px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.best-products-carousel .owl-item.lastActiveItem .product-box.right-line:after {
  display: none; }

@media (max-width: 47.94em) {
  .best-products-carousel .owl-item.active .product-box.right-line:after {
    display: none; } }

.category-product-carousel .owl-item {
  overflow: visible;
  width: 100%; }

.category-product-carousel.js-category-product-carousel-3 {
  padding: 0; }
  .category-product-carousel.js-category-product-carousel-3 .owl-item .product-box {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; }
  .category-product-carousel.js-category-product-carousel-3 .owl-item.lastActiveItem .product-box {
    border-right: 1px solid transparent; }

.product-carousel-hover .owl-stage-outer {
  z-index: 999;
  padding-bottom: 8rem;
  margin-bottom: -8rem; }

.thumb-menu .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 2.5rem; }

.thumb-menu .owl-dot {
  height: 1.3rem;
  width: 1.3rem;
  border-radius: 50%;
  margin-right: .5rem;
  border-width: 2px;
  border-style: solid;
  border-color: #e5e5e5; }
  .thumb-menu .owl-dot.active {
    background: transparent !important; }
  .thumb-menu .owl-dot:hover {
    background: transparent !important; }

.related-product-carousel .owl-item .product-box {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
  @media (max-width: 35.94em) {
    .related-product-carousel .owl-item .product-box {
      border-right: 0; } }

.related-product-carousel .owl-item.lastActiveItem .product-box {
  border-right-color: transparent; }

.related-product-carousel .owl-prev {
  top: 40%;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  z-index: 999; }

.related-product-carousel .owl-next {
  top: 40%;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  z-index: 999; }

.product-slider .slick-arrow.fa {
  z-index: 999;
  cursor: pointer; }

/*****************************
27. Modal CSS
*****************************/
/***************************
Quick View Modal
***************************/
.modal {
  display: block !important;
  z-index: -9;
  padding-right: 0 !important; }

.modal.show {
  z-index: 1050; }

.product-modal .modal-dialog {
  max-width: 100rem;
  width: 96rem;
  margin: 75px auto 50px; }
  @media (max-width: 61.94em) {
    .product-modal .modal-dialog {
      max-width: 100%;
      width: 95%; } }

.product-modal .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

.product-modal .modal-body {
  padding: 2rem 2rem 7rem 2rem; }

.product-modal .modal-footer {
  padding: 2rem 0; }

.product-modal .close {
  padding: 0;
  opacity: 1;
  text-shadow: 0 1px 0 #fff;
  font-size: 28px;
  background-color: transparent;
  border: none;
  margin: 5px 5px 5px auto;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  width: 3rem;
  height: 3rem; }

.product-modal .modal-header .close:hover {
  opacity: 1; }

.color-scheme-1 .close:hover {
  color: #fb9935 !important; }

.color-scheme-2 .close:hover {
  color: #11bfae !important; }

.color-scheme-2 .close:hover {
  color: #9fd84a !important; }

/*****************************
28. Social Icon CSS
*****************************/
.social-share h4 {
  color: #333333;
  text-transform: uppercase;
  font-size: 2.2rem;
  margin-bottom: 2rem; }

.social.boxed-social .social__item {
  display: inline-block; }
  .social.boxed-social .social__item:not(:last-child) {
    margin-right: 1rem; }

.social.boxed-social .social__link {
  width: 4rem;
  height: 4rem;
  line-height: 3.8rem;
  text-align: center;
  border: 1px solid #e5e5e5;
  font-size: 1.8rem;
  color: #999999;
  display: block; }
  .social.boxed-social .social__link:hover {
    color: #fff; }
    .social.boxed-social .social__link:hover i {
      color: #fff; }
  .social.boxed-social .social__link.facebook:hover {
    border-color: #3b579d; }
  .social.boxed-social .social__link.twitter:hover {
    border-color: #3acaff; }
  .social.boxed-social .social__link.linkedin:hover {
    border-color: #0097bd; }
  .social.boxed-social .social__link.google-plus:hover {
    border-color: #dd4b39; }
  .social.boxed-social .social__link.pinterest:hover {
    border-color: #cb2027; }

.social-round .social__link {
  width: 9.5rem;
  height: 9.5rem;
  line-height: 9.5rem;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 2.5rem;
  background-color: rgba(120, 120, 120, 0.61); }
  @media (max-width: 47.94em) {
    .social-round .social__link {
      width: 7rem;
      height: 7rem;
      line-height: 7rem;
      text-align: center; } }
  @media (max-width: 35.94em) {
    .social-round .social__link {
      width: 5rem;
      height: 5rem;
      line-height: 5rem;
      text-align: center;
      font-size: 2rem; } }
  @media (max-width: 28.125em) {
    .social-round .social__link {
      width: 4rem;
      height: 4rem;
      line-height: 4rem;
      text-align: center;
      font-size: 1.8rem; } }
  .social-round .social__link:before {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    width: 0%;
    height: 90%;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .social-round .social__link:hover i {
    color: #fff !important; }
  .social-round .social__link:hover:before {
    width: 90%; }

.social-round-small .social__item:not(:last-child) {
  margin-right: 1rem; }

.social-round-small .social__link {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f7f7f7;
  color: #3e3e3e;
  font-size: 1.2rem; }
  .social-round-small .social__link:hover {
    color: #fff; }
    .social-round-small .social__link:hover i {
      color: #fff !important; }

.social__item {
  display: inline-block; }
  .social__item:not(:last-child) {
    margin-right: 3rem; }

.social__link {
  display: block;
  color: #666666;
  font-size: 1.8rem; }
  .social__link.facebook:hover {
    background: #3b579d; }
  .social__link.twitter:hover {
    background: #3acaff; }
  .social__link.linkedin:hover {
    background: #0097bd; }
  .social__link.google-plus:hover {
    background: #dd4b39; }
  .social__link.pinterest:hover {
    background: #cb2027; }
  .social__link.instagram:hover {
    background: #833ab4; }
  .social__link.skype:hover {
    background: #00aff0; }

.social-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .social-flex .social__item {
    margin-right: 0; }

.social__sharing {
  text-align: center; }
  .social__sharing h3 {
    color: #323e52;
    margin: 2rem 0;
    font-size: 1.4rem;
    text-transform: uppercase; }

.social-network-area {
  background: url(../img/others/contact2-social.jpg) no-repeat scroll center/cover; }

.social-buttons a {
  color: #fff;
  border: 1px solid #e5e5e5;
  padding: .2rem .3rem;
  margin-right: .8rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .social-buttons a i {
    color: #fff;
    font-size: 1.3rem; }
  .social-buttons a:hover {
    color: #fff !important; }
    .social-buttons a:hover i {
      color: #fff !important; }
  .social-buttons a.facebook {
    background-color: #3b579d;
    border-color: #3b579d; }
    .social-buttons a.facebook:hover {
      background-color: rgba(59, 87, 157, 0.8); }
  .social-buttons a.twitter {
    background-color: #3acaff;
    border-color: #3acaff; }
    .social-buttons a.twitter:hover {
      background-color: rgba(58, 202, 255, 0.8); }
  .social-buttons a.gplus {
    padding: .2rem .5rem; }
    .social-buttons a.gplus i {
      color: #dd4b39; }
    .social-buttons a.gplus:hover i {
      color: #dd4b39 !important; }

/*****************************
29. Tabs CSS
*****************************/
/****************************
Brand tab
****************************/
.brand-tab__head {
  padding: 0 2rem;
  background-color: #fff; }

.brand-tab__link {
  padding: 2rem 0;
  background-color: transparent; }
  .brand-tab__link:not(:last-child) {
    border-bottom: 1px solid #e5e5e5; }
  @media (max-width: 74.9375em) {
    .brand-tab__link {
      padding: 1.8rem 0; } }
  @media (max-width: 61.94em) {
    .brand-tab__link {
      padding: 2rem 0; } }

.brand-tab__pane-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 35.94em) {
    .brand-tab__pane-bottom {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .brand-tab__pane-bottom .product-box {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }
    @media (max-width: 35.94em) {
      .brand-tab__pane-bottom .product-box {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

/****************************
User Dashboard tab
****************************/
.user-dashboard-tab__head {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 2rem 3rem; }
  .user-dashboard-tab__head .nav-link {
    padding: 1.5rem 0;
    font-size: 1.5rem;
    color: #333333;
    position: relative; }
    .user-dashboard-tab__head .nav-link:not(:last-child) {
      border-bottom: 1px solid #e5e5e5; }

.user-dashboard-tab__content p {
  line-height: 1.6;
  font-size: 1.5rem; }
  .user-dashboard-tab__content p a {
    color: #a43d21; }

.user-dashboard-tab__content h3 {
  border-bottom: 1px solid #ededed;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  text-transform: capitalize; }

.user-dashboard-tab__content table {
  width: 100%; }
  .user-dashboard-tab__content table th {
    font-weight: 700;
    font-size: 1.4rem;
    border-bottom: 1px solid #ededed;
    padding: 1rem; }
  .user-dashboard-tab__content table td {
    padding: 1rem;
    vertical-align: middle; }

.user-dashboard-tab__content h4 {
  font-size: 1.8rem;
  margin: 2rem 0; }

/*****************************
30. Category Box CSS
*****************************/
.category-box {
  border: 1px solid #e5e5e5;
  padding: 25px 20px;
  height: 100%;
  overflow: hidden; }
  .category-box__title {
    text-transform: uppercase;
    color: #333333;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    z-index: 9; }
  .category-box__list li {
    margin-bottom: .6rem;
    padding-left: 1.2rem; }
    .category-box__list li:before {
      left: 0;
      top: 50%;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #252525;
      margin-top: -2px;
      z-index: 9; }
  .category-box__list a {
    color: #252525;
    z-index: 9; }
  .category-box__img {
    right: 0;
    bottom: -1px; }

/*****************************
31. Corporate Box CSS
*****************************/
.corporate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 47.94em) {
    .corporate {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      margin-bottom: 3rem; } }
  .corporate-vertical {
    padding: 5rem 2.5rem 0; }
    @media (max-width: 47.94em) {
      .corporate-vertical {
        padding-bottom: 2rem; } }
    .corporate-vertical .corporate__single {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      width: 100%;
      margin-bottom: 5rem; }
      @media (max-width: 61.94em) {
        .corporate-vertical .corporate__single {
          -webkit-flex-basis: 50%;
          -moz-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
          width: 50%; } }
      @media (max-width: 47.94em) {
        .corporate-vertical .corporate__single {
          margin-bottom: 3rem !important; } }
      @media (max-width: 35.94em) {
        .corporate-vertical .corporate__single {
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          width: 100%; } }
      .corporate-vertical .corporate__single:after {
        display: none; }
    .corporate-vertical .corporate__icon {
      -webkit-flex-basis: 4.5rem;
      -moz-flex-basis: 4.5rem;
      -ms-flex-preferred-size: 4.5rem;
      flex-basis: 4.5rem; }
      .corporate-vertical .corporate__icon i {
        font-size: 2.8rem;
        color: #40576c; }
    .corporate-vertical .corporate__content {
      -webkit-flex-basis: calc(100% - 4.5rem);
      -moz-flex-basis: calc(100% - 4.5rem);
      -ms-flex-preferred-size: calc(100% - 4.5rem);
      flex-basis: calc(100% - 4.5rem); }
    .corporate-vertical .corporate__title {
      font-size: 1.6rem;
      font-weight: 700; }
  .corporate__single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-basis: 31%;
    -moz-flex-basis: 31%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%; }
    @media (max-width: 74.9375em) {
      .corporate__single {
        -webkit-flex-basis: 30%;
        -moz-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%; } }
    @media (max-width: 47.94em) {
      .corporate__single {
        -webkit-flex-basis: 51%;
        -moz-flex-basis: 51%;
        -ms-flex-preferred-size: 51%;
        flex-basis: 51%; }
        .corporate__single:not(:last-child) {
          margin-bottom: 2rem; } }
    @media (max-width: 28.125em) {
      .corporate__single {
        -webkit-flex-basis: 65%;
        -moz-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
        flex-basis: 65%; } }
    .corporate__single:not(:last-child):after {
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #999999;
      width: 1px;
      height: 2.5rem; }
      @media (max-width: 47.94em) {
        .corporate__single:not(:last-child):after {
          display: none; } }
  .corporate__icon {
    -webkit-flex-basis: 3.5rem;
    -moz-flex-basis: 3.5rem;
    -ms-flex-preferred-size: 3.5rem;
    flex-basis: 3.5rem; }
    .corporate__icon i {
      font-size: 1.8rem;
      color: #333333; }
  .corporate__content {
    -webkit-flex-basis: calc(100% - 3.5rem);
    -moz-flex-basis: calc(100% - 3.5rem);
    -ms-flex-preferred-size: calc(100% - 3.5rem);
    flex-basis: calc(100% - 3.5rem); }
  .corporate__title {
    color: #22282e;
    font-size: 1.3rem;
    text-transform: uppercase; }
  .corporate__text {
    font-size: 1.3rem;
    color: #333333; }
  .corporate--1 {
    padding-bottom: 1.5rem;
    padding-left: 3rem; }
    @media (max-width: 74.9375em) {
      .corporate--1 {
        padding-bottom: .3rem; } }
    @media (max-width: 61.94em) {
      .corporate--1 {
        padding-left: 0;
        padding-bottom: 0rem; } }
  .corporate--2 {
    margin-bottom: 0; }
    @media (max-width: 47.94em) {
      .corporate--2 {
        margin-bottom: 3rem; } }

/*****************************
32. Progress Bar CSS
*****************************/
.skill-progress__single:not(:last-child) {
  margin-bottom: 4rem; }

.skill-progress__title {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 5rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  line-height: 1.6; }

.skill-progress .progress {
  background: #f7f7f7;
  border-radius: 3px;
  height: 1.8rem;
  overflow: visible; }

.skill-progress .progress-bar {
  background: #7b7b7b;
  border-radius: 3px;
  margin-left: 2px;
  position: relative; }
  .skill-progress .progress-bar span {
    background: #3e3e3e;
    border: 3px solid #a0a0a0;
    border-radius: 50%;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    height: 4rem;
    left: -1.2rem;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: -1.3rem;
    width: 4rem;
    line-height: 3.3rem; }

/*****************************
33. Service Box CSS
*****************************/
.services-area-2 {
  background: url(../img/services/service1-img1.jpg) no-repeat scroll center/cover; }

.services-area-3 {
  background: #fff url(../img/services/service2-img2.jpg) no-repeat scroll center/cover; }

.services-title-area {
  background: url(../img/services/service3-bg.jpg) no-repeat scroll center/cover; }

.service__img {
  margin-bottom: 3rem; }

.service__title {
  font-size: 1.4rem;
  color: #444444;
  font-family: Raleway;
  font-weight: 900;
  margin-bottom: 2rem; }

.service__text {
  color: #666666; }

.service-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .service-2 .service__icon {
    margin-top: 1.5rem;
    margin-right: 2.5rem; }
    .service-2 .service__icon i {
      color: #269abc;
      font-size: 3rem; }
    .service-2 .service__icon--2 i {
      color: #4fc1f0; }
      .service-2 .service__icon--2 i.round-icon {
        width: 6rem;
        height: 6rem;
        line-height: 5.6rem;
        border: 2px solid #4fc1f0;
        text-align: center;
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
  .service-2 .service__title {
    font-size: 1.3rem;
    color: #c6c6c6;
    font-family: Raleway;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase; }
    .service-2 .service__title--2 {
      font-size: 1.6rem; }

.service-3 .service__img {
  width: 100%;
  height: 100%;
  margin: 0; }

.service-3 .service__content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 4rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .service-3 .service__content i {
    display: inline-block;
    width: 11.5rem;
    height: 11.5rem;
    line-height: 11.5rem;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: #333333;
    font-size: 4rem;
    margin-bottom: 1rem; }
    @media (max-width: 74.9375em) {
      .service-3 .service__content i {
        width: 9rem;
        height: 9rem;
        line-height: 9rem;
        text-align: center;
        font-size: 3rem; } }

.service-3 .service__title {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 600; }
  @media (max-width: 74.9375em) {
    .service-3 .service__title {
      font-size: 2rem; } }

.service-3:hover .service__content {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

/*****************************
34. Pricing CSS
*****************************/
.pricing-area {
  background: url(../img/services/service1-img3.jpg) no-repeat scroll center/cover; }

.pricing {
  -webkit-box-shadow: 0 1px #fff inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px #fff inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  -ms-box-shadow: 0 1px #fff inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  -o-box-shadow: 0 1px #fff inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  box-shadow: 0 1px #fff inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  height: 100%; }
  .pricing__head {
    background-color: #3e3e3e;
    padding: 2rem; }
    .pricing__head h3 {
      color: #fff;
      font-size: 1.4rem;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0;
      line-height: 1; }
  .pricing__body {
    padding: 5rem 2rem 4rem; }
  .pricing__price {
    margin: 0;
    line-height: 1;
    color: #666666;
    font-size: 4.8rem; }
    .pricing__price sub {
      font-size: 12px;
      font-weight: 400;
      bottom: 1rem;
      text-transform: uppercase; }
  .pricing__list {
    margin-bottom: 4rem;
    margin-top: 5rem; }
    .pricing__list li {
      border-bottom: 1px solid #e5e5e5;
      padding: 15px 0; }
      .pricing__list li:first-child {
        border-top: 1px solid #e5e5e5; }
  .pricing:hover .pricing__head {
    color: #fff; }

/*****************************
35. Accordion CSS
*****************************/
.accordion__single {
  border: 1px solid #e5e5e5 !important;
  margin-bottom: 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }
  .accordion__single:first-child .accordion__header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .accordion__single.open {
    border-color: #fb9935 !important; }

.accordion__header {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #f2f2f2;
  padding: 0; }

.accordion__link {
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 400;
  padding: 1.5rem 1rem 1.5rem 2.5rem;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  text-align: left;
  overflow-wrap: break-word;
  white-space: -moz-normal;
  white-space: normal; }
  @media (max-width: 35.94em) {
    .accordion__link {
      padding: 1rem; } }
  .accordion__link:hover {
    border-bottom: 1px solid #e5e5e5;
    color: #666666 !important; }
  .accordion__link:after {
    right: 1rem;
    top: 50%;
    content: '\f067';
    color: #666666;
    font-size: 1.6rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 35.94em) {
      .accordion__link:after {
        display: none; } }
  .accordion__link.collapsed {
    border-bottom-width: 0; }
    .accordion__link.collapsed:after {
      content: '\f068'; }
    .accordion__link.collapsed:not([href]):not([tabindex]) {
      color: #444444; }

.accordion__body {
  background: #f2f2f2;
  padding: 2rem 2.5rem;
  color: #444444; }
  @media (max-width: 35.94em) {
    .accordion__body {
      padding: 1rem 1.5rem; } }

/*****************************
36. Post CSS
*****************************/
.post {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 2.5rem; }
  @media (max-width: 47.94em) {
    .post {
      padding: 1.5rem 2rem; } }
  .post .entry-header {
    margin-bottom: 3rem; }
  .post .entry-meta span {
    display: inline-block;
    font-size: 1.3rem;
    color: #444444; }
  .post-category a {
    text-decoration: underline; }
    .post-category a:hover {
      color: #333333; }
  .post-title {
    font-size: 1.8rem;
    margin: 10px 0;
    text-transform: uppercase;
    color: #333333; }
    @media (max-width: 47.94em) {
      .post-title {
        font-size: 1.6rem; } }
    .post-title a {
      color: #333333; }
  .post-separator {
    margin: 0 1rem; }
  .post-thumbnail {
    margin-bottom: 3rem; }
    .post-thumbnail img {
      width: 100%; }
  .post-audio-embed iframe {
    width: 100%;
    min-height: 20.5rem; }
    @media (max-width: 35.94em) {
      .post-audio-embed iframe {
        min-height: auto; } }
  .post-info {
    margin-bottom: 3rem; }
    @media (max-width: 47.94em) {
      .post-info {
        margin-bottom: 2rem; } }
  .post-content {
    margin-bottom: 2.5rem; }
    .post-content blockquote {
      background: #f6f6f6;
      border: 1px solid #e5e5e5;
      border-left: 5px solid #fb9935;
      font-size: 1.4rem;
      font-style: italic;
      margin: 4rem 0 4rem 4rem;
      padding: 3rem 4.5rem;
      line-height: 1.8;
      color: #333333; }
      @media (max-width: 47.94em) {
        .post-content blockquote {
          margin: 2rem 0 2rem 2rem;
          padding: 1rem 1.5rem; } }
  .post .footer-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 3rem;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 1.5rem 0; }
    @media (max-width: 47.94em) {
      .post .footer-meta {
        margin-bottom: 2rem;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start; } }
    @media (max-width: 47.94em) {
      .post .footer-meta .comment-count {
        margin-bottom: 1rem; } }
    .post .footer-meta span {
      padding: 0 5px; }
      @media (max-width: 47.94em) {
        .post .footer-meta span {
          display: none; } }
    .post .footer-meta * {
      font-size: 1.3rem;
      color: #666; }
  .post-gallery .single-post-gallery {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .post-gallery .single-post-gallery img {
      width: 100%; }
  .post-gallery .gallery-caption {
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center; }
  .post-gallery .owl-next,
  .post-gallery .owl-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.6);
    color: #f2f2f2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .post-gallery .owl-next {
    right: 3rem; }
  .post-gallery .owl-prev {
    left: 3rem; }
  .post-gallery:hover .owl-next {
    right: 1.5rem; }
  .post-gallery:hover .owl-prev {
    left: 1.5rem; }
  .post.sticky .post-category a {
    font-weight: 700; }
  .post.sticky .post-title {
    font-size: 2rem; }

.single-post {
  height: 100%; }
  @media (max-width: 61.94em) {
    .single-post {
      height: auto; } }
  @media (max-width: 74.9375em) {
    .single-post .post-audio-embed iframe {
      min-height: auto; } }
  .single-post .post-info {
    margin-bottom: 0; }
  .single-post .post-thumbnail {
    margin-bottom: 5.5rem; }
    @media (max-width: 61.94em) {
      .single-post .post-thumbnail {
        margin-bottom: 2.5rem; } }

.related-posts-wrap h3 {
  font-size: 2rem;
  margin: 0 0 3rem;
  text-transform: uppercase; }
  @media (max-width: 47.94em) {
    .related-posts-wrap h3 {
      font-size: 1.8rem;
      margin-bottom: 2rem; } }

.related-post__thumb {
  display: block;
  margin-bottom: 3rem; }
  @media (max-width: 47.94em) {
    .related-post__thumb {
      margin-bottom: 2rem; } }

.related-post h4 {
  font-size: 1.4rem;
  text-transform: uppercase; }
  .related-post h4 a {
    color: #333333; }

.related-post span {
  font-size: 1.2rem;
  font-style: italic;
  color: #252525; }

/*****************************
37. Table CSS
*****************************/
.order-table thead th {
  border-top: 0;
  border-bottom: 1px solid #e5e5e5; }

.order-table th, .order-table td {
  padding: 1.8rem 0;
  text-align: center;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 500; }

.order-table th {
  text-transform: uppercase;
  font-weight: 700; }

.order-table tfoot td {
  font-weight: 700; }

.order-table tr:hover {
  background-color: #f7f6f7; }

.order-table tr.order-total th {
  font-size: 1.8rem; }

.order-table tr.order-total td {
  font-weight: 700;
  border-bottom: none;
  font-size: 1.8rem; }

.cart-table table {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0; }
  .cart-table table tr:hover {
    background: #f6f6f6; }
  .cart-table table td, .cart-table table th {
    vertical-align: middle;
    text-align: center;
    padding: 1.5rem; }
  .cart-table table th {
    text-transform: capitalize;
    white-space: -moz-nowrap;
    white-space: nowrap;
    border-bottom: none;
    color: #333333;
    text-transform: uppercase;
    font-weight: 500;
    padding: 2rem 1.5rem;
    border-top: 0; }
    .cart-table table th:not(:last-child) {
      border-right: 1px solid #e5e5e5; }
  .cart-table table td {
    border-top: 1px solid #e5e5e5; }
    .cart-table table td:not(:last-child) {
      border-right: 1px solid #e5e5e5; }
    .cart-table table td h3 a {
      font-weight: 500; }
    .cart-table table td a {
      color: #333333; }
    .cart-table table td .quantity {
      margin: 0 auto;
      -webkit-box-shadow: 0 0 0;
      -moz-box-shadow: 0 0 0;
      -ms-box-shadow: 0 0 0;
      -o-box-shadow: 0 0 0;
      box-shadow: 0 0 0; }
    .cart-table table td.cart-product-price {
      font-size: 1.8rem;
      line-height: 1.6; }
    .cart-table table td img {
      width: 7.5rem; }

.cart-calculator-table th {
  width: 40%;
  text-transform: uppercase; }

.cart-calculator-table th, .cart-calculator-table td {
  border: none;
  padding: 1rem 0;
  color: #333333; }

.cart-calculator-table td {
  text-align: right; }
  .cart-calculator-table td .price-ammount {
    font-weight: 700; }
  .cart-calculator-table td .expand-calculator {
    display: block;
    color: #a43d21;
    margin: 1rem 0; }

.cart-calculator-table .cart-total th, .cart-calculator-table .cart-total td {
  font-size: 2rem; }

.compare-table table {
  margin-bottom: 0;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
  .compare-table table td, .compare-table table th {
    vertical-align: middle;
    text-align: center;
    padding: 2rem 1.5rem;
    font-weight: 700;
    font-size: 1.6rem; }
  .compare-table table th {
    text-transform: capitalize;
    border-bottom: none;
    border-right: 1px solid #e5e5e5;
    color: #333333;
    font-weight: 700; }
  .compare-table table .first-column {
    min-width: 20rem; }
  .compare-table table td {
    border-right: 1px solid #e5e5e5;
    min-width: 14rem;
    color: #666666; }
    .compare-table table td img {
      max-width: 20rem; }
    .compare-table table td .price .regular-price {
      font-size: 1.5rem;
      margin-right: .4rem; }
    .compare-table table td h3 a {
      font-weight: 700;
      font-size: 1.6rem;
      color: #333333; }
    .compare-table table td .ratings {
      text-align: center; }
      .compare-table table td .ratings a {
        display: inline-block; }
      .compare-table table td .ratings i.fa {
        color: #ffe11b; }
      .compare-table table td .ratings i.disabled {
        color: #c9c9c9; }
      .compare-table table td .ratings span {
        font-size: 1.4rem;
        font-weight: 400;
        margin-top: 1rem;
        display: block;
        color: #252525; }
    .compare-table table td .summary {
      min-width: 14rem; }
    .compare-table table td .delete {
      color: #fb9935; }

.account-table table {
  margin-bottom: 0; }

.account-table th {
  color: #333333; }

.account-table td {
  color: #252525; }
  .account-table td.wide-column {
    min-width: 21rem; }

.wide-column {
  min-width: 21rem; }

/*****************************
38. Comment CSS
*****************************/
.comment-reply-title {
  margin-bottom: 3rem;
  line-height: .8; }
  @media (max-width: 47.94em) {
    .comment-reply-title {
      margin-bottom: 2rem; } }

.comment-notes {
  font-size: 1.2rem;
  color: #666666;
  margin-bottom: 1rem; }

.comment .single-comment {
  border: 1px solid #e5e5e5;
  margin: 0 0 20px;
  padding: 30px;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 35.94em) {
    .comment .single-comment {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.comment-avatar {
  -webkit-flex-basis: 5rem;
  -moz-flex-basis: 5rem;
  -ms-flex-preferred-size: 5rem;
  flex-basis: 5rem;
  height: 5rem;
  margin-right: 2.5rem; }
  @media (max-width: 35.94em) {
    .comment-avatar {
      height: auto;
      margin-right: 0;
      margin-bottom: 2rem; } }

.comment-info {
  -webkit-flex-basis: calc(100% - 7.5rem);
  -moz-flex-basis: calc(100% - 7.5rem);
  -ms-flex-preferred-size: calc(100% - 7.5rem);
  flex-basis: calc(100% - 7.5rem); }
  @media (max-width: 35.94em) {
    .comment-info {
      width: 100%;
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; } }

.comment-meta {
  margin-bottom: 1.5rem; }

.comment-author a {
  color: #333333; }

.comment-date {
  font-size: 1.3rem;
  font-style: italic;
  color: #252525; }

.comment .reply {
  border: 1px solid #fb9935;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  padding: .6rem 1.8rem;
  text-transform: uppercase;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  right: 0;
  top: 0; }
  .comment .reply:hover {
    color: #fff !important; }

.comment .children {
  margin-left: 2rem; }

/*****************************
39. Animation CSS
*****************************/
@keyframes passing-reverse {
  from {
    transform: translateX(0); }
  50% {
    transform: translateX(7%);
    opacity: .6; }
  to {
    transform: translateX(30%);
    opacity: 0; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

/*****************************
40. About CSS
*****************************/
.about-text p, .skill-progress p {
  color: #252525; }

@media (max-width: 74.9375em) {
  .skill-progress, .about-text {
    padding: 8rem 0; } }

@media (max-width: 47.94em) {
  .skill-progress, .about-text {
    padding: 6rem 0; } }

@media (max-width: 74.9375em) {
  .about-text-2 {
    padding: 0; } }

@media (max-width: 74.9375em) {
  .about-img-2 {
    padding: 0; } }

.fact-area .row [class^="col"]:nth-child(odd) .fact {
  background-color: #f3f3f3; }

.fact-area .row [class^="col"]:nth-child(even) .fact {
  background-color: #e8e8e8; }

@media (max-width: 61.94em) {
  .fact-area .row [class^="col"]:nth-child(1) .fact, .fact-area .row [class^="col"]:nth-child(4) .fact {
    background-color: #f3f3f3; }
  .fact-area .row [class^="col"]:nth-child(2) .fact, .fact-area .row [class^="col"]:nth-child(3) .fact {
    background-color: #e8e8e8; } }

@media (max-width: 35.94em) {
  .fact-area .row [class^="col"]:nth-child(odd) .fact {
    background-color: #f3f3f3; }
  .fact-area .row [class^="col"]:nth-child(even) .fact {
    background-color: #e8e8e8; } }

.fact {
  padding: 9rem 1.5rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .fact__icon {
    margin-right: 2rem; }
  .fact__content {
    text-align: left; }
    .fact__content h3 {
      font-size: 3rem;
      line-height: 1;
      margin-bottom: 0; }
    .fact__content p {
      font-size: 1.2rem;
      font-weight: 700;
      margin-bottom: 0;
      color: #333333; }

/*****************************
41. 404 CSS
*****************************/
.error h1 {
  font-size: 20rem;
  font-weight: 900;
  letter-spacing: 1rem;
  line-height: 1.1;
  margin-bottom: 3rem; }
  @media (max-width: 47.94em) {
    .error h1 {
      font-size: 16rem; } }
  @media (max-width: 35.94em) {
    .error h1 {
      font-size: 12rem; } }

.error h2 {
  font-size: 3.5rem;
  text-transform: uppercase;
  margin-bottom: 2rem; }
  @media (max-width: 47.94em) {
    .error h2 {
      font-size: 3rem; } }
  @media (max-width: 35.94em) {
    .error h2 {
      font-size: 2.5rem; } }

.error p {
  color: #333333;
  font-size: 2.2rem;
  font-weight: 300;
  text-align: center;
  margin-bottom: 3rem; }
  @media (max-width: 35.94em) {
    .error p {
      font-size: 1.8rem; } }

/*****************************
42. Contact CSS
*****************************/
.address-block ul {
  width: 60%; }
  .address-block ul li {
    color: #333333;
    padding: 2rem 0;
    border-top: 1px solid #e5e5e5;
    font-weight: 400; }
    .address-block ul li i {
      color: #666666;
      padding-right: 1rem; }

.working-hours h3 {
  font-size: 2.2rem; }

.address-box {
  text-align: center; }
  .address-box i {
    width: 9.5rem;
    height: 9.5rem;
    border: 2px solid #333333;
    color: #333333;
    line-height: 9.1rem;
    text-align: center;
    font-size: 2.8rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 3rem; }
  .address-box h3 {
    margin-bottom: 2rem; }

/*****************************
43. Shop CSS
*****************************/
.shop-toolbar {
  margin-bottom: 2rem;
  background: #fff;
  padding: .9rem 1.2rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media (max-width: 47.94em) {
    .shop-toolbar {
      text-align: center;
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 47.94em) {
    .shop-toolbar__grid-list {
      margin-bottom: 1.5rem; } }
  .shop-toolbar__grid-list ul li {
    display: inline-block;
    margin-right: .8rem; }
    .shop-toolbar__grid-list ul li a {
      height: 3rem;
      width: 3rem;
      line-height: 3.4rem;
      cursor: pointer;
      text-align: center;
      border: none;
      background: #9e9e9e;
      border-radius: 4px;
      display: block; }
      .shop-toolbar__grid-list ul li a:hover {
        background-color: #fb9935; }
        .shop-toolbar__grid-list ul li a:hover i {
          color: #fff; }
      .shop-toolbar__grid-list ul li a.active {
        background-color: #fb9935; }
      .shop-toolbar__grid-list ul li a i {
        font-size: 1.8rem;
        color: #fff; }
  .shop-toolbar__product-count {
    font-size: 1.4rem;
    color: #333333;
    text-transform: capitalize; }
  .shop-toolbar__shorter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media (max-width: 47.94em) {
      .shop-toolbar__shorter {
        margin-bottom: 1.5rem; } }
    .shop-toolbar__shorter label {
      font-size: 1.4rem;
      margin-right: 2rem;
      margin-bottom: 0;
      color: #333333;
      text-transform: capitalize; }
      @media (max-width: 28.125em) {
        .shop-toolbar__shorter label {
          margin-right: 1rem; } }

.product-grid-view .product-box {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }
  @media (max-width: 35.94em) {
    .product-grid-view .product-box {
      border-right: none; } }

.product-grid-view.three-column .row [class^="col-"]:nth-child(3n+3) .product-box {
  border-right-color: transparent; }
  @media (max-width: 61.94em) {
    .product-grid-view.three-column .row [class^="col-"]:nth-child(3n+3) .product-box {
      border-right-color: #e5e5e5; } }

@media (max-width: 47.94em) {
  .product-grid-view.three-column .row [class^="col-"]:nth-child(2n+2) .product-box {
    border-right-color: transparent; } }

.product-grid-view.four-column .row [class^="col-"]:nth-child(4n+4) .product-box {
  border-right-color: transparent; }
  @media (max-width: 61.94em) {
    .product-grid-view.four-column .row [class^="col-"]:nth-child(4n+4) .product-box {
      border-right-color: #e5e5e5; } }

@media (max-width: 61.94em) {
  .product-grid-view.four-column .row [class^="col-"]:nth-child(3n+3) .product-box {
    border-right-color: transparent; } }

@media (max-width: 47.94em) {
  .product-grid-view.four-column .row [class^="col-"]:nth-child(3n+3) .product-box {
    border-right-color: #e5e5e5; } }

@media (max-width: 47.94em) {
  .product-grid-view.four-column .row [class^="col-"]:nth-child(2n+2) .product-box {
    border-right-color: transparent; } }

.main-shop-wrapper .pagination {
  border: none; }

/*****************************
44. Single Product CSS
*****************************/
.single-product {
  padding-left: 3rem;
  padding-right: 3rem; }
  @media (max-width: 35.94em) {
    .single-product {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .single-product__img {
    position: relative;
    text-align: center;
    margin: 0 1rem 1.5rem;
    border: 1px solid transparent; }
    .single-product__img:hover {
      border-color: #e5e5e5; }
  .single-product .easyzoom-flyout {
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    border: 3px solid #ddd; }
    @media (max-width: 61.94em) {
      .single-product .easyzoom-flyout {
        display: none; } }
  .single-product-gallery-img {
    border: 1px solid #e5e5e5; }
  @media (max-width: 61.94em) {
    .single-product .product-thumbnail {
      padding: 0;
      margin-bottom: 3rem; } }
  .single-product .product-thumbnail .thumb-menu-item {
    border: 1px solid #e5e5e5;
    margin: 0 1rem; }
  .single-product .product-thumbnail .slick-arrow.fa-angle-left {
    left: -1rem; }
    @media (max-width: 61.94em) {
      .single-product .product-thumbnail .slick-arrow.fa-angle-left {
        left: 0; } }
  .single-product .product-thumbnail .slick-arrow.fa-angle-right {
    right: -1rem; }
    @media (max-width: 61.94em) {
      .single-product .product-thumbnail .slick-arrow.fa-angle-right {
        right: 0; } }
  .single-product .product-thumbnail .slick-arrow.fa {
    font-size: 2.4rem;
    color: #333333;
    cursor: pointer; }
  .single-product .product-thumbnail--vertical {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
    @media (max-width: 47.94em) {
      .single-product .product-thumbnail--vertical {
        padding: 0;
        margin-bottom: 2rem; } }
    .single-product .product-thumbnail--vertical .thumb-menu-item {
      margin: .5rem 0rem; }
    .single-product .product-thumbnail--vertical .slick-arrow.fa-angle-up {
      top: -15px; }
      @media (max-width: 61.94em) {
        .single-product .product-thumbnail--vertical .slick-arrow.fa-angle-up {
          top: -12px; } }
    .single-product .product-thumbnail--vertical .slick-arrow.fa-angle-down {
      bottom: -15px; }
      @media (max-width: 61.94em) {
        .single-product .product-thumbnail--vertical .slick-arrow.fa-angle-down {
          bottom: -12px; } }
    .single-product .product-thumbnail--vertical .slick-arrow.fa {
      left: 50%;
      transform: translateX(-50%);
      position: absolute;
      z-index: 9; }
  .single-product__top {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 3rem;
    margin-bottom: 3rem; }
    @media (max-width: 61.94em) {
      .single-product__top {
        padding-bottom: 2rem;
        margin-bottom: 2rem; } }
  .single-product__name {
    color: #666666;
    text-transform: capitalize;
    font-size: 2.4rem;
    line-height: .9;
    font-weight: 600;
    margin-bottom: 1rem; }
    @media (max-width: 47.94em) {
      .single-product__name {
        font-size: 2rem; } }
  .single-product .ratings-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem; }
    .single-product .ratings-wrap .ratings {
      margin-right: 1rem; }
  .single-product .ratings i.rated {
    color: #ffe11b; }
  .single-product__price span {
    display: inline-block; }
  .single-product__short-desc {
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: 1.4rem; }
  .single-product .product-availability {
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 1.3rem; }
    .single-product .product-availability i {
      color: #4cbb6c;
      margin-right: .8rem; }
  .single-product .product-action-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 4rem; }
    @media (max-width: 61.94em) {
      .single-product .product-action-wrapper {
        margin-bottom: 3rem; } }
  .single-product .add-to-cart {
    background: #40576c;
    border: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    height: 4rem;
    letter-spacing: 0;
    line-height: 4rem;
    padding: 0 4rem;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    @media (max-width: 28.125em) {
      .single-product .add-to-cart {
        padding: 0 3rem;
        font-size: 1.5rem; } }
  .single-product .social-buttons {
    margin-bottom: 4rem; }
    @media (max-width: 61.94em) {
      .single-product .social-buttons {
        margin-bottom: 3rem; } }
  .single-product__btn a {
    background: none;
    border: 1px solid #e5e5e5;
    color: #333333;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: normal;
    height: 4rem;
    line-height: 3.8rem;
    min-width: 16rem;
    text-align: center;
    margin-right: 1rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
    @media (max-width: 35.94em) {
      .single-product__btn a {
        min-width: 19rem;
        font-size: 1.7rem;
        margin-right: 0; }
        .single-product__btn a:not(:last-child) {
          margin-bottom: 1rem; } }
    .single-product__btn a i {
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -ms-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .single-product__btn a:hover {
      color: #fff !important; }
      .single-product__btn a:hover i {
        color: #fff !important;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg); }
  .single-product__middle {
    margin-bottom: 4rem; }
    @media (max-width: 61.94em) {
      .single-product__middle {
        margin-bottom: 3rem; } }
  .single-product__meta {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 1.2rem 0;
    margin-bottom: 4rem; }
    @media (max-width: 61.94em) {
      .single-product__meta {
        margin-bottom: 3rem; } }
    .single-product__meta p {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1rem;
      color: #333333; }
      .single-product__meta p strong {
        text-transform: uppercase; }
      .single-product__meta p a {
        color: #333333; }
  .single-product .social-share {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 1.2rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .single-product .social-share strong {
      color: #333333;
      margin-right: 3rem;
      text-transform: uppercase; }
  .single-product .social__item:not(:last-child) {
    margin-right: 1.5rem; }
  .single-product .social__link i {
    color: #555555; }
  .single-product-tab__head {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    @media (max-width: 35.94em) {
      .single-product-tab__head {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: left; } }
  .single-product-tab__item {
    padding: 0 2rem; }
    @media (max-width: 47.94em) {
      .single-product-tab__item {
        padding: 0 1rem; } }
    @media (max-width: 35.94em) {
      .single-product-tab__item {
        padding: 0;
        display: inherit; } }
    .single-product-tab__item:not(:last-child):after {
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 1.5rem;
      width: 1px;
      background: #333333; }
      @media (max-width: 47.94em) {
        .single-product-tab__item:not(:last-child):after {
          height: 1.3rem; } }
      @media (max-width: 35.94em) {
        .single-product-tab__item:not(:last-child):after {
          display: none; } }
  .single-product-tab__link {
    border: none;
    color: #666666;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1.5rem 0 1.5rem;
    position: relative;
    text-transform: uppercase; }
    @media (max-width: 47.94em) {
      .single-product-tab__link {
        padding: 1.3rem 0 1.3rem; } }
    .single-product-tab__link:after {
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -ms-transform-origin: center;
      -o-transform-origin: center;
      transform-origin: center;
      height: 2px;
      width: 0%; }
    .single-product-tab__link.active {
      color: #333333; }
      .single-product-tab__link.active:after {
        width: 100%; }
  .single-product-tab__content {
    padding: 4rem 5rem; }
    @media (max-width: 61.94em) {
      .single-product-tab__content {
        padding: 4rem 3rem; } }
    @media (max-width: 35.94em) {
      .single-product-tab__content {
        padding: 3rem 2rem; } }
  @media (max-width: 61.94em) {
    .single-product__content-sticky .single-product__btn a:not(:last-child) {
      margin-bottom: 1rem; } }
  @media (max-width: 47.94em) {
    .single-product__content-sticky .single-product__btn a:not(:last-child) {
      margin-bottom: 0rem; } }
  @media (max-width: 35.94em) {
    .single-product__content-sticky .single-product__btn a:not(:last-child) {
      margin-bottom: 1rem; } }

.product-thumb-large {
  margin-bottom: 1rem; }
  .product-thumb-large--vertical {
    -webkit-flex-basis: calc(75%);
    -moz-flex-basis: calc(75%);
    -ms-flex-preferred-size: calc(75%);
    flex-basis: calc(75%); }

.product-slider .slick-list {
  margin: 0 -1rem; }

.product-slider .single-product-slide {
  border: 1px solid #e5e5e5;
  margin: 0 1rem; }
  .product-slider .single-product-slide img {
    width: 100%; }

.popup-btn {
  background: #333333;
  bottom: 15px;
  color: #fff;
  cursor: pointer;
  font-size: 1.3rem;
  padding: .8rem 2rem;
  min-width: 14rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 35.94em) {
    .popup-btn {
      display: none; } }
  .popup-btn i {
    padding-right: .5rem; }
  .popup-btn:hover {
    color: #fff !important; }
    .popup-btn:hover i {
      color: #fff !important; }

.product-additional-info h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0 0 2rem;
  text-transform: uppercase; }

.product-additional-info .shop_attributes {
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  width: 100%; }
  .product-additional-info .shop_attributes tr {
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; }
  .product-additional-info .shop_attributes th {
    border-right: 1px solid #e5e5e5;
    text-transform: uppercase; }
  .product-additional-info .shop_attributes th, .product-additional-info .shop_attributes td {
    color: #333333;
    font-size: 1.4rem;
    padding: 1.5rem 1rem;
    font-weight: 400; }
  .product-additional-info .shop_attributes th {
    width: 15rem; }
  .product-additional-info .shop_attributes td p {
    font-style: italic; }

.product-review-wrap .review__single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 35.94em) {
    .product-review-wrap .review__single {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .product-review-wrap .review__single:not(:last-child) {
    margin-bottom: 2rem; }

.product-review-wrap .review__avatar {
  -webkit-flex-basis: 6rem;
  -moz-flex-basis: 6rem;
  -ms-flex-preferred-size: 6rem;
  flex-basis: 6rem;
  margin-right: 2rem;
  height: 6rem; }

.product-review-wrap .review__content {
  -webkit-flex-basis: calc(100% - 8rem);
  -moz-flex-basis: calc(100% - 8rem);
  -ms-flex-preferred-size: calc(100% - 8rem);
  flex-basis: calc(100% - 8rem);
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 1.6rem 1.6rem 1rem; }
  .product-review-wrap .review__content:before {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    display: block;
    height: 10px;
    left: -6px;
    top: 10px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media (max-width: 35.94em) {
      .product-review-wrap .review__content:before {
        left: 14px;
        top: -6px;
        -webkit-transform: rotate(132deg);
        -moz-transform: rotate(132deg);
        -ms-transform: rotate(132deg);
        -o-transform: rotate(132deg);
        transform: rotate(132deg); } }

.product-review-wrap .review__author {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8rem; }

.product-review-wrap .review__dash {
  margin: 0 1rem; }

@media (max-width: 47.94em) {
  .product-review-wrap .review__text {
    margin-top: 2.5rem; } }

.product-review-wrap .review .ratings {
  right: 1.8rem;
  top: 1.8rem; }
  @media (max-width: 47.94em) {
    .product-review-wrap .review .ratings {
      right: auto;
      top: 4.5rem; } }

.group-product-table {
  width: 100%;
  background: #f1f1f1;
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  margin-bottom: 4rem; }
  @media (max-width: 61.94em) {
    .group-product-table {
      margin-bottom: 3rem; } }
  .group-product-table tbody tr td {
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    height: 100%;
    padding: 1rem 0; }
    .group-product-table tbody tr td.product-quantity {
      min-width: 14.5rem; }
      .group-product-table tbody tr td.product-quantity .quantity {
        float: left;
        margin-left: 1rem;
        margin-right: 0;
        color: #252525;
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
        .group-product-table tbody tr td.product-quantity .quantity .qtybutton {
          background-color: #fff; }
      .group-product-table tbody tr td.product-quantity span {
        padding-left: 2.5rem;
        padding-top: 1.2rem;
        float: left;
        color: #252525; }
        @media (max-width: 35.94em) {
          .group-product-table tbody tr td.product-quantity span {
            padding-left: 1rem;
            padding-bottom: 1rem; } }
    .group-product-table tbody tr td.product-name {
      padding: 0;
      min-width: 16rem; }
      .group-product-table tbody tr td.product-name a {
        color: #252525;
        text-transform: capitalize;
        font-size: 1.8rem;
        line-height: 1.4; }
        @media (max-width: 47.94em) {
          .group-product-table tbody tr td.product-name a {
            font-size: 1.4rem; } }
    .group-product-table tbody tr td.product-price {
      margin-bottom: 0;
      display: table-cell;
      min-width: 5rem; }
      .group-product-table tbody tr td.product-price .ammount {
        display: block;
        font-size: 1.5rem;
        font-weight: 500;
        color: #252525; }

/*****************************
45. Portfolio CSS
*****************************/
.portfolio-wrapper {
  margin: -5px; }

.portfolio-item {
  max-width: 20%;
  padding: 5px;
  overflow: hidden; }
  @media (max-width: 74.9375em) {
    .portfolio-item {
      max-width: 33.3333%; } }
  @media (max-width: 61.94em) {
    .portfolio-item {
      max-width: 50%; } }
  @media (max-width: 35.94em) {
    .portfolio-item {
      max-width: 100%; } }

.grid-sizer {
  max-width: 20%; }
  @media (max-width: 74.9375em) {
    .grid-sizer {
      max-width: 33.3333%; } }
  @media (max-width: 61.94em) {
    .grid-sizer {
      max-width: 50%; } }
  @media (max-width: 35.94em) {
    .grid-sizer {
      max-width: 100%; } }

.portfolio-filters button {
  background: #666666;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  text-transform: capitalize;
  font-weight: 600;
  margin-right: 2px;
  padding: 1.5rem 3rem;
  transition: all .4s ease-out; }
  @media (max-width: 61.94em) {
    .portfolio-filters button {
      padding: 1.3rem 2rem; } }
  @media (max-width: 47.94em) {
    .portfolio-filters button {
      padding: 1rem 1rem;
      font-size: 1rem; } }
  @media (max-width: 35.94em) {
    .portfolio-filters button {
      padding: 1.2rem;
      font-size: 1.1rem;
      margin-bottom: 1rem; } }
  .portfolio-filters button:after {
    right: 2px;
    top: 2px;
    border-color: transparent;
    border-right-color: #fff;
    border-style: solid;
    border-top-color: #fff;
    border-width: 5px; }
  .portfolio-filters button.is-checked {
    background: #71a9d0; }
  .portfolio-filters button:hover {
    background: #71a9d0; }

.portfolio {
  min-height: 270px;
  overflow: hidden; }
  @media (max-width: 74.9375em) {
    .portfolio {
      min-height: auto; } }
  .portfolio:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 149, 236, 0.5);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .portfolio__image img {
    min-height: 270px; }
    @media (max-width: 74.9375em) {
      .portfolio__image img {
        min-height: auto; } }
  .portfolio__content {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .portfolio__icon a {
    font-size: 1.6rem;
    color: #ffffff;
    width: 4.8rem;
    height: 4.8rem;
    line-height: 4.8rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.15);
    display: inline-block; }
    .portfolio__icon a:first-child {
      -webkit-transform: translateX(3rem);
      -moz-transform: translateX(3rem);
      -ms-transform: translateX(3rem);
      -o-transform: translateX(3rem);
      transform: translateX(3rem); }
    .portfolio__icon a:last-child {
      -webkit-transform: translateX(-2.2rem);
      -moz-transform: translateX(-2.2rem);
      -ms-transform: translateX(-2.2rem);
      -o-transform: translateX(-2.2rem);
      transform: translateX(-2.2rem); }
    .portfolio__icon a:hover {
      background-color: rgba(0, 0, 0, 0.35);
      color: #fff !important; }
      .portfolio__icon a:hover i {
        color: #fff !important; }
  .portfolio__title {
    left: -25rem;
    bottom: 0;
    font-size: 2rem;
    color: #ffffff;
    font-weight: 400;
    margin: 0px 0px 25px 25px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .portfolio:hover:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  .portfolio:hover .portfolio__icon a {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  .portfolio:hover .portfolio__title {
    left: 0; }

/*****************************
46. Checkout CSS
*****************************/
.user-actions__single h3 {
  background-color: #f7f6f7;
  border-top: 3px solid #1e85be;
  padding: 1.5rem;
  font-weight: 400;
  color: #333333;
  font-size: 1.5rem;
  margin-bottom: 2rem; }
  .user-actions__single h3 span {
    color: #a43d21;
    cursor: pointer; }
  .user-actions__single h3 i {
    padding-right: 1rem;
    color: #1e85be; }

.user-actions__form {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 1.5rem;
  margin-bottom: 2rem; }

.user-actions--coupon {
  padding: 2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.checkout-wrapper {
  padding: 1.5rem; }

.checkout-title h2 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 2rem;
  margin: 0 0 2rem;
  padding-bottom: 1rem; }

.checkout-form .shipping-label {
  font-size: 2rem;
  color: #333333;
  font-weight: 600; }

.new-account {
  padding-top: 2rem; }

.order-details {
  background-color: #f2f2f2;
  padding: 3rem 4rem; }
  .order-details .heading-tertiary {
    margin: 0 0 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5; }

.payment-group {
  margin-bottom: 1.5rem; }

.payment-label {
  color: #252525; }
  .payment-label img {
    max-height: 5.2rem;
    margin: 0 1rem; }
  .payment-label a {
    font-size: 1.2rem;
    color: #a43d21; }

.payment-radio input {
  margin-right: 1.6rem; }

.payment-info {
  padding-top: .8rem;
  color: #252525; }
  .payment-info:before {
    top: -1.8rem;
    left: 3.2rem;
    border: 1.4rem solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent; }
  .payment-info p {
    font-size: 1.3rem; }

/*****************************
47. Cart CSS
*****************************/
.cart-wrapper {
  border: 1px solid #e5e5e5; }

.cart-page-total {
  border: 1px solid #e5e5e5;
  padding: 1.5rem 2.5rem; }
  .cart-page-total h2 {
    margin-bottom: 2rem;
    text-align: right;
    text-transform: uppercase; }
  .cart-page-total ul {
    border-left: 1px solid #ededed;
    border-top: 1px solid #ededed;
    margin-bottom: 2rem; }
    .cart-page-total ul li {
      border-right: 1px solid #ededed;
      border-bottom: 1px solid #ededed;
      padding: 1.5rem 2rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
      .cart-page-total ul li span {
        font-weight: 500; }

.apply-coupon-wrapper {
  border: 1px solid #e5e5e5;
  margin: 1rem;
  padding: 2.5rem; }
  @media (max-width: 35.94em) {
    .apply-coupon-wrapper {
      padding: 2rem; } }
  @media (max-width: 35.94em) {
    .apply-coupon-wrapper .btn {
      max-width: 15rem; } }

.cart-btn-group {
  margin: 1rem; }

/*****************************
03. Color CSS
*****************************/
.color-scheme-1 a:hover, .color-scheme-1 a:hover i, .color-scheme-1 a:not([href]):not([tabindex]):hover, .color-scheme-1 a:not([href]):not([tabindex]):hover i, .color-1.category-list.list-1 li a:hover, .color-1.category-list.list-2 li a:hover, .breadcrumb li.current a, .breadcrumb li a:hover, .color-scheme-1 .copyright-text a, .product-categories .cat-item a:hover, .color-scheme-1 .mainmenu li a:hover, .color-scheme-1 .mainmenu li:hover:after, .color-scheme-1 .mainmenu li.active > a, .color-scheme-1 .mainmenu li.active:after, .color-scheme-1 .mainmenu li ul li a:hover, .color-scheme-1 .mainmenu--2 .mainmenu__item ul a:hover, .color-scheme-1 .mainmenu--3 li.active > a, .color-scheme-1 .mainmenu--3 li.active:after, .color-scheme-1 .mainmenu--3 li.menu-item-has-children:hover:after, .color-scheme-1 .mainmenu--3 li a:hover, .color-scheme-1 .category-nav__menu__item a:hover, .color-scheme-1 .category-nav__menu__item.has-children:hover:after, .account-form h4, .color-1.product-box.horizontal-reverse .product-box__title a:hover, .color-1 .product-box__action.action-2 a:hover, .color-scheme-1 .product-modal .modal-box .product-link:hover, .user-dashboard-tab__head .nav-link.active, .accordion__link, .accordion__link:not([href]):not([tabindex]), .post-category a, .order-table tr.order-total td span, .cart-table table td.cart-product-price, .cart-calculator-table td .price-ammount, .comment .reply, .error h1 {
  color: #fb9935; }

.color-scheme-1 .scroll-to-top, .ui-widget-content .ui-state-default, .sidebar-btn:hover, .color-scheme-1 .mobile-menu .mean-bar, .color-scheme-1 .mini-cart__count, .btn-4, .btn-6, .btn.color-1.btn-slider-3, .btn.color-1.btn-style-1:hover, .color-scheme-1 .owl-dots .owl-dot.active, .color-scheme-1 .owl-dots .owl-dot:hover, .search-form__submit.hover-scheme-1:hover, .search-form--2 .search-form__submit.color-1, .form__submit:hover, .product-box__action.action-4 a:hover, .product-box__action.action-4 .add-to-cart:hover, .color-1.product-box.horizontal--3 .product-box__action.action-1 .add-to-cart:hover, .color-1.product-box.limited-product .add-to-cart:hover, .color-1 .product-box__action.action-1 .add-to-cart, .color-1 .product-box__action.action-3 a:hover, .social-round-small .social__link:hover, .pricing:hover .pricing__head, .comment .reply:hover, .single-product__btn a:hover, .single-product-tab__link:after, .popup-btn:hover, .primary-bg {
  background-color: #fb9935; }

.color-scheme-1 .scroll-to-top:hover, .ui-widget-content .ui-state-default, .color-scheme-1 .mini-cart__dropdown-menu, .product-box__action.action-4 a:hover, .color-1.product-box.horizontal--3 .product-box__action.action-1 .add-to-cart:hover, .color-1 .product-box__action.action-3 a:hover, .color-scheme-1 .thumb-menu .owl-dot.active, .color-scheme-1 .thumb-menu .owl-dot:hover, .color-scheme-1 .close:hover, .single-product .product-thumbnail .thumb-menu-item:hover, .single-product__btn a:hover {
  border-color: #fb9935; }

.color-scheme-2 a:hover i, .color-scheme-2 a:not([href]):not([tabindex]):hover, .color-scheme-2 a:not([href]):not([tabindex]):hover i, .color-2.category-list.list-1 li a:hover, .color-2.category-list.list-2 li a:hover, .color-scheme-2 .copyright-text a, .color-scheme-2 .mainmenu li ul li a:hover, .color-scheme-2 .mainmenu li ul li:hover:after, .color-scheme-2 .mainmenu--3 .mainmenu__item.menu-item-has-children:hover:after, .color-scheme-2 .mainmenu--3 .mainmenu__item.active > a, .color-scheme-2 .mainmenu--3 .mainmenu__item.active:after, .color-scheme-2 .mainmenu--3 .mainmenu__item a:hover, .color-scheme-2 .category-nav__menu__item a:hover, .color-scheme-2 .category-nav__menu__item.has-children:hover:after, .color-2.product-box.horizontal-reverse .product-box__title a:hover, .color-2 .product-box__action.action-2 a:hover, .color-scheme-2 .product-modal .modal-box .product-link:hover, .color-scheme-2 a:hover {
  color: #11bfae; }

.color-scheme-2 .scroll-to-top, .color-scheme-2 .mobile-menu .mean-bar, .color-scheme-2 .mini-cart__count, .btn.color-2.btn-style-1:hover, .btn.color-2.btn-slider-3, .color-scheme-2 .owl-dots .owl-dot.active, .color-scheme-2 .owl-dots .owl-dot:hover, .search-form__submit.hover-scheme-3:hover, .search-form--2 .search-form__submit.color-2, .color-2.product-box.horizontal--3 .product-box__action.action-1 .add-to-cart:hover, .color-2.product-box.limited-product .add-to-cart:hover, .color-2 .product-box__action.action-1 .add-to-cart, .color-2 .product-box__action.action-3 a:hover, .secondary-bg {
  background-color: #11bfae; }

.color-scheme-2 .scroll-to-top:hover, .color-scheme-2 .mini-cart__dropdown-menu, .color-2.product-box.horizontal--3 .product-box__action.action-1 .add-to-cart:hover, .color-2 .product-box__action.action-3 a:hover, .color-scheme-2 .thumb-menu .owl-dot.active, .color-scheme-2 .thumb-menu .owl-dot:hover, .color-scheme-2 .close:hover {
  border-color: #11bfae; }

.color-scheme-1 .mainmenu--2 .mainmenu__item.active > a, .color-scheme-1 .mainmenu--2 .mainmenu__item:hover a, .color-scheme-1 .mainmenu--2 .mainmenu__item.menu-item-has-children.active:after, .color-scheme-2 .mainmenu li a:hover, .color-scheme-2 .mainmenu li:hover:after, .color-scheme-2 .mainmenu li.active > a, .color-scheme-2 .mainmenu li.active:after, .color-scheme-2 .mainmenu--2 .mainmenu__item.active > a, .color-scheme-2 .mainmenu--2 .mainmenu__item.menu-item-has-children.active:after {
  color: #40576c; }

.color-scheme-1 .category-mobile-menu .slicknav_menu, .color-scheme-2 .category-mobile-menu .slicknav_menu, .color-scheme-3 .category-mobile-menu .slicknav_menu, .search-form__submit.hover-scheme-2:hover, .brand-bg {
  background-color: #40576c; }

.btn.color-brand-2.btn-style-1:hover, .btn.color-brand-2.btn-slider-3, .search-form__submit.hover-scheme-4:hover, .brand-bg-2 {
  background-color: #146c78; }

.color-3.category-list.list-1 li a:hover, .color-3.category-list.list-2 li a:hover, .color-scheme-3 .copyright-text a, .color-scheme-3 .mainmenu li a:hover, .color-scheme-3 .mainmenu li:hover:after, .color-scheme-3 .mainmenu li.active > a, .color-scheme-3 .mainmenu li.active:after, .color-scheme-3 .mainmenu li ul li a:hover, .color-scheme-3 .mainmenu--2 .mainmenu__item.active > a, .color-scheme-3 .mainmenu--2 .mainmenu__item.menu-item-has-children.active:after, .color-scheme-3 .mainmenu--3 .mainmenu__item.menu-item-has-children:hover:after, .color-scheme-3 .mainmenu--3 .mainmenu__item.active > a, .color-scheme-3 .mainmenu--3 .mainmenu__item.active:after, .color-scheme-3 .mainmenu--3 .mainmenu__item a:hover, .color-scheme-3 .category-nav__menu__item a:hover, .color-scheme-3 .category-nav__menu__item.has-children:hover:after, .color-3.product-box.horizontal-reverse .product-box__title a:hover, .color-3 .product-box__action.action-2 a:hover, .color-scheme-3 .product-modal .modal-box .product-link:hover, .color-scheme-3 a:hover, .color-scheme-3 a:hover i, .color-scheme-3 a:not([href]):not([tabindex]):hover, .color-scheme-3 a:not([href]):not([tabindex]):hover i {
  color: #9fd84a; }

.color-scheme-3 .scroll-to-top, .color-scheme-3 .mobile-menu .mean-bar, .color-scheme-3 .mini-cart__count, .btn.color-3.btn-style-1:hover, .btn.color-3.btn-slider-3, .color-scheme-3 .owl-dots .owl-dot.active, .color-scheme-3 .owl-dots .owl-dot:hover, .search-form--2 .search-form__submit.color-3, .color-3.product-box.horizontal--3 .product-box__action.action-1 .add-to-cart:hover, .color-3.product-box.limited-product .add-to-cart:hover, .color-3 .product-box__action.action-1 .add-to-cart, .color-3 .product-box__action.action-3 a:hover, .tertiary-bg {
  background-color: #9fd84a; }

.color-scheme-3 .scroll-to-top:hover, .color-scheme-3 .mini-cart__dropdown-menu, .color-3.product-box.horizontal--3 .product-box__action.action-1 .add-to-cart:hover, .color-3 .product-box__action.action-3 a:hover, .color-scheme-3 .thumb-menu .owl-dot.active, .color-scheme-3 .thumb-menu .owl-dot:hover, .color-scheme-2 .close:hover {
  border-color: #9fd84a; }

.color--primary {
  color: #fb9935 !important; }

.color--light {
  color: #999999 !important; }

.color--black {
  color: #000000 !important; }

.color--white {
  color: #ffffff !important; }

.color--dark {
  color: #333333 !important; }

.color--dark-1 {
  color: #444444 !important; }

.color--dark-2 {
  color: #323e52 !important; }

.color--dark-3 {
  color: #2c2e3d !important; }

.color--dark-4 {
  color: #435065 !important; }

.bg--white {
  background-color: #ffffff; }

.bg--white-dark {
  background-color: #f6f6f6; }

.bg--light {
  background-color: #999999; }

.bg--dark {
  background-color: #333333; }

.bg--black {
  background-color: #000000; }

.bg--blue {
  background-color: #2874f0; }

.bg--gray {
  background-color: #f5f5f5; }

.bg--gray-2 {
  background-color: #b6becb; }

.bg--gray-3 {
  background-color: #EFEFEF; }

.bg--gray-4 {
  background-color: #F3F4F8; }

.bg--zircon-light {
  background-color: #f2f2f2; }

.yellow-dark-bg {
  background-color: #e0b70e; }

.green-dark-bg {
  background-color: #1f4244; }

.brand-light-bg {
  background-color: #1b3c59; }
