/*
    Defult Primary Color:       #002257
    Default Border Color:       #eeeeee
    Default Text Color:         #444444
    Default Heading Color:      #222222
    Default Body Font:          'Roboto', sans-serif

*/
/*****************************
00 - Base - Global
*****************************/
html {
  height: 100%;
  font-size: 62.5%;
}

@media (max-width: 93.6875em) {
  html {
    font-size: 56.25%;
  }
}

@media (max-width: 74.9375em) {
  html {
    font-size: 50%;
  }
}

@media (max-width: 61.94em) {
  html {
    font-size: 43.75%;
  }
}

@media (max-width: 47.94em) {
  html {
    font-size: 37.5%;
  }
}

body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #373737;
  line-height: 1.625;
  background-color: #fff;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #292323;
  margin-bottom: 15px;
  line-height: 1.18;
}

@media (max-width: 61.94em) {

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    line-height: 1.25;
  }
}

@media (max-width: 47.94em) {

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    margin-bottom: 10px;
  }
}

h1,
.h1 {
  font-size: 36px;
}

@media (max-width: 74.9375em) {

  h1,
  .h1 {
    font-size: 30px;
  }
}

h2,
.h2 {
  font-size: 33px;
}

@media (max-width: 74.9375em) {

  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 24px;
}

@media (max-width: 74.9375em) {

  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-size: 22px;
}

@media (max-width: 74.9375em) {

  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  font-size: 20px;
}

@media (max-width: 74.9375em) {

  h5,
  .h5 {
    font-size: 16px;
  }
}

h6,
.h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  color: #373737;
  font-weight: 400;
  margin: 0 0 15px;
  line-height: 1.625;
}

@media (max-width: 47.94em) {
  p {
    margin: 0 0 10px;
  }
}

p:last-child {
  margin-bottom: 0;
}

p:only-child {
  margin-bottom: 0;
}

blockquote:last-child {
  margin-bottom: 0;
}

blockquote:only-child {
  margin-bottom: 0;
}

strong,
b {
  font-weight: bold;
}

a {
  color: inherit;
}

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

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

a,
button {
  cursor: pointer;
}



input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

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

/*****************************
01 - Base - Typography
*****************************/
.heading__primary {
  font-size: 5rem;
  line-height: 1;
  color: #010225;
}

@media (max-width: 61.94em) {
  .heading__primary {
    font-size: 4.2rem;
  }
}

.heading__secondary {
  font-size: 40px;
  padding-bottom: 20px;
}

@media (max-width: 61.94em) {
  .heading__secondary {
    font-size: 35px;
  }
}

@media (max-width: 47.94em) {
  .heading__secondary {
    font-size: 30px;
  }
}

.heading__secondary:after {
  width: 35px;
  height: 5px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}

.heading__secondary--sub {
  color: #979797;
}

.lh-pt7 {
  line-height: .7;
}

.lh-1 {
  line-height: 1;
}

/*****************************
02 - Utilities - Helper
*****************************/
.hide-in-default {
  display: none;
}

.item-overlay {
  left: 0;
  top: 0;
  width: 5%;
  height: 5%;
  background-color: rgba(255, 81, 81, 0.5);
}

.full-height {
  height: 100vh;
}

.ov-hidden {
  overflow: hidden;
}

.line-height-1 {
  line-height: 1;
}

@media (max-width: 47.94em) {
  .h-sm-auto {
    height: auto !important;
  }
}

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

.border-top,
.border-bottom,
.border-left,
.border-right {
  border-color: #e5e5e5 !important;
}

.border-color-2 {
  border-color: #585858;
}

.feature-product__info p,
.feature-product__title,
.variation-form .product-color-variations .product-color-variation-btn {
  margin: 0;
}

.ft-product-list .product-info .star-rating,
.product-summary .product-rating .star-rating,
.product-reviews .review__text .star-rating {
  margin-left: 0;
}

.product-summary .product-footer-meta p span {
  margin-right: 0;
}

.product-summary .product-footer-meta p span,
.variation-form .variation-label,
.breadcrumb,
.quantity-label,
.ft-product-list .product-size-swatch-btn,
.ft-product-list .product-color-swatch-btn {
  margin-bottom: 0;
}

.breadcrumb,
.slick-dots li,
.slick-dots li button {
  padding: 0;
}

.ft-product-list .product-info {
  padding-left: 0;
}

.item-overlay,
.hamburger-icon span,
.breadcrumb li:not(:last-child):after,
.star-rating:before,
.star-rating span,
.star-rating span:before,
.quantity .qtybutton,
.btn-close,
.slick-btn,
.product-badge,
.product-overlay,
.product-size-swatch,
.product-color-swatch,
.ft-product .product-action,
.ft-product-list .product-thumbnail-action,
.best-sale-product__top-image,
.product-gallery__actions {
  position: absolute;
}

.heading__secondary:after,
.product-color .action-btn span.current:after,
.product-color-swatch-btn:after,
.page-title-area:after,
.variation-form .product-color-variations .product-color-variation-btn:after,
.variation-form .reset_variations:before,
.tab-style-1 .nav-link:after {
  position: absolute;
  content: "";
}

.heading__secondary,
.scroll-to-top i,
.scroll-to-top i:before,
.hamburger-icon,
.page-title-area,
.breadcrumb li,
.star-rating,
.message-box,
.quantity,
.element-carousel,
.slick-dots,
.slick-dots li,
.product-inner,
.product-image,
.product-size,
.product-color,
.product-color-swatch-btn,
.ft-product .product-action-list .action-btn,
.ft-product-list .product-image,
.ft-product-list .product-size-swatch,
.ft-product-list .product-color-swatch,
.best-sale-product,
.product-summary .product-large-image,
.variation-form .product-color-variations .product-color-variation-btn,
.variation-form .reset_variations,
.homepage-slider,
.tab-style-1 .nav-link,
.tab-style-1 .nav-text,
.product-gallery__large-image,
.product-gallery__image {
  position: relative;
}

.slick-vertical-center .slick-btn,
.slick-horizontal-center .slick-btn {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slick-center-bottom .slick-btn,
.tab-style-1 .nav-link:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.product-overlay,
.ft-product-list .product-thumbnail-action,
.variation-form .product-color-variations .product-color-variation-btn:after,
.scroll-to-top i:before,
.page-title-area:after {
  left: 0;
  top: 0;
}

.heading__secondary:after,
.global-overlay,
.scroll-to-top i:after,
.star-rating:before,
.star-rating span,
.star-rating span:before,
.slick-vertical-center .slick-prev,
.slick-horizontal-center .slick-prev,
.product-badge {
  left: 0;
}

.breadcrumb li:not(:last-child):after,
.slick-vertical-center .slick-next,
.slick-horizontal-center .slick-next,
.variation-form .reset_variations:before {
  right: 0;
}

.global-overlay,
.breadcrumb li:not(:last-child):after,
.star-rating:before,
.star-rating span,
.star-rating span:before,
.quantity .qtybutton,
.product-badge,
.best-sale-product__top-image {
  top: 0;
}

.heading__secondary:after,
.slick-center-bottom .slick-btn {
  bottom: 0;
}

a,
button,
.item-overlay,
.global-overlay,
.pagination li .page-number,
.scroll-to-top i:before,
.btn,
.slick-dots li,
.slick-dots li button,
.related-post-carousel .slick-slide.last-active,
.ft-product-list .product-thumbnail-action,
.variation-form .product-color-variations .product-color-variation-btn {
  -webkit-transition: all 250ms ease-out;
  -moz-transition: all 250ms ease-out;
  -ms-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}

.item-overlay,
.global-overlay,
.product-size-swatch,
.product-size-swatch-btn,
.product-color-swatch,
.product-color-swatch-btn,
.ft-product-list .product-thumbnail-action,
.tab-style-1 .nav-link:after {
  visibility: hidden;
  opacity: 0;
}

.global-overlay.overlay-open,
.product-size:hover .product-size-swatch,
.product-size:hover .product-size-swatch-btn,
.product-color:hover .product-color-swatch,
.product-color:hover .product-color-swatch-btn,
.ft-product-list .product-size-swatch,
.ft-product-list .product-color-swatch,
.ft-product-list .product-size-swatch-btn,
.ft-product-list .product-color-swatch-btn,
.ft-product-list:hover .product-thumbnail-action,
.tab-style-1 .nav-link.active:after {
  visibility: visible;
  opacity: 1;
}

.scroll-to-top i:after {
  position: absolute;
  font-family: fontAwesome;
  line-height: 1;
}

.body-open,
.scroll-to-top,
.star-rating,
.star-rating span,
.variation-form .product-color-variations .product-color-variation,
.variation-form .product-size-variations .product-size-variation,
.tab-style-1 .nav-tabs {
  overflow: hidden;
}

.hamburger-icon,
.quantity .qtybutton,
.slick-dots li,
.slick-dots li button,
.slick-btn,
.product-size-swatch-btn,
.product-color-swatch-btn,
.variation-form .product-color-variations .product-color-variation-btn {
  cursor: pointer;
}

.tab-style-1 .nav-tabs,
.tab-style-1 .nav-link {
  border-width: 0 0 0;
  border-style: solid;
  border-color: transparent;
  text-align: center;
}

.tab-style-1 .nav-text {
  border-style: solid;
  border-color: transparent;
  display: inline-block;
}

.product-size-swatch-btn,
.product-color-swatch-btn {
  width: 60px;
  height: 45px;
}

@media (max-width: 93.6875em) {

  .product-size-swatch-btn,
  .product-color-swatch-btn {
    width: 52px;
  }
}

@media (max-width: 61.94em) {

  .product-size-swatch-btn,
  .product-color-swatch-btn {
    width: 50px;
    height: 40px;
  }
}

.product-summary .product-footer-meta p span,
.variation-form .variation-label {
  margin-right: 20px;
}

.product-color .action-btn span.current:after,
.product-color-swatch-btn:after {
  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%);
  width: 17px;
  height: 17px;
  line-height: 17px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.product-size-swatch-btn,
.product-color-swatch-btn {
  transition-property: opacity, transform;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.product-size-swatch-btn:nth-child(1),
.product-color-swatch-btn:nth-child(1) {
  transition-delay: 50ms;
}

.product-size-swatch-btn:nth-child(2),
.product-color-swatch-btn:nth-child(2) {
  transition-delay: 100ms;
}

.product-size-swatch-btn:nth-child(3),
.product-color-swatch-btn:nth-child(3) {
  transition-delay: 150ms;
}

.product-size-swatch-btn:nth-child(4),
.product-color-swatch-btn:nth-child(4) {
  transition-delay: 200ms;
}



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

.action-btn,
.variation-form .product-color-variations .product-color-variation-btn:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.quantity-input,
.product-summary .product-navigation a,
.variation-form .product-size-variations .product-size-variation-btn {
  border: 1px solid #e5e5e5;
}

.product-size-swatch-btn,
.product-color-swatch-btn,
.slick-dots li button,
.tab-style-1 .nav-text {
  border: none;
}

.pagination li .page-number.current,
.pagination li .page-number:hover {
  border-color: #e5e5e5;
}

.pagination li .page-number,
.variation-form .product-color-variations .product-color-variation-btn {
  border-style: solid;
}

.pagination li .page-number,
.variation-form .product-color-variations .product-color-variation-btn {
  border-width: 1px;
}

/*-- Font --*/
.social__link,
.slick-btn i,
.product-summary .product-price-wrapper span {
  font-size: 24px;
}

.btn,
.product-price-wrapper .new-price .money,
.product-summary .product-navigation a,
.slider-content__text p,
.tab-style-1 .nav-link {
  font-size: 18px;
}

.product-title,
.product-price-wrapper .money {
  font-size: 16px;
}

.star-rating,
.quantity-label,
.quantity-input,
.read-more-btn,
.product-price-wrapper .old-price .money,
.product-short-description,
.product-description p,
.product-description__heading,
.product-description ul li,
.ft-product .product-inner .add-to-cart,
.feature-product__btn,
.product-summary .product-footer-meta p a,
.variation-form .product-size-variations .product-size-variation-btn {
  font-size: 14px;
}

.tooltip-inner {
  font-size: 13px;
}

.product-badge,
.product-reviews .review__published-date {
  font-size: 12px;
}

.product-description__heading {
  font-weight: 700;
}

.heading__primary,
.product-summary .product-footer-meta p span,
.variation-form .variation-label,
.quantity-label,
.quantity .qtybutton,
.product-price-wrapper .new-price .money,
.variation-form .product-size-variations .product-size-variation-btn {
  font-weight: 600;
}

.quantity,
.product-price-wrapper .money,
.feature-product__title,
.feature-product__btn,
.best-sale-product__heading--sub {
  font-weight: 500;
}

.product-title,
.product-summary .product-title,
.product-reviews .review__title {
  font-weight: 400;
}

.heading__secondary--sub,
.btn,
.product-price-wrapper .old-price .money,
.slider-content__text p {
  font-weight: 300;
}

.product-slide-nav .slick-btn,
.feature-product__info p,
.product-summary .product-title {
  line-height: 1;
}

.page-title,
.message-box,
.product-slide-nav .slick-btn {
  width: auto;
}

.product-slide-nav .slick-btn {
  height: auto;
}

.product-overlay,
.ft-product-list .product-thumbnail-action,
.variation-form .product-color-variations .product-color-variation-btn:after,
.global-overlay,
.hamburger-icon,
.page-title-area:after,
.quantity-input,
.slick-dots li button,
.product-image--holder img,
.tab-style-1 .nav-link:after,
.product-gallery__nav-image--single img,
.product-gallery__large-image img {
  width: 100%;
}

.product-overlay,
.ft-product-list .product-thumbnail-action,
.variation-form .product-color-variations .product-color-variation-btn:after,
.global-overlay,
.hamburger-icon,
.page-title-area:after,
.quantity-input,
.quantity .qtybutton,
.slick-dots li button {
  height: 100%;
}

.scroll-to-top i:before,
.scroll-to-top i:after {
  width: inherit;
}

.scroll-to-top i:before,
.scroll-to-top i:after {
  height: inherit;
}

.ft-product-list .product-info {
  text-align: left;
}

.product-size-swatch-btn,
.product-color-swatch-btn,
.scroll-to-top,
.quantity-input,
.quantity .qtybutton,
.action-btn,
.slick-dots,
.slick-btn,
.best-sale-product__img,
.product-summary .product-navigation a,
.variation-form .product-size-variations .product-size-variation-btn {
  text-align: center;
}

.heading__primary,
.btn,
.feature-product__btn {
  text-transform: uppercase;
}

.product-summary .product-footer-meta p span,
.variation-form .variation-label,
.tab-style-1 .nav-link {
  text-transform: capitalize;
}

.read-more-btn,
.read-more-btn:hover,
.user-dashboard-tab__content p a:hover {
  text-decoration: underline;
}

.product-price-wrapper .old-price .money {
  text-decoration: line-through;
}

.heading__secondary--main,
.heading__secondary--sub,
.pagination li .page-number,
.scroll-to-top,
.hamburger-icon,
.hamburger-icon span,
.star-rating,
.btn-close,
.slick-dots li button,
.ft-product .product-action a,
.best-sale-product__heading--main,
.best-sale-product__heading--sub,
.variation-form .product-color-variations .product-color-variation-btn,
.user-dashboard-tab__head .nav-link,
.product-reviews .review__title {
  display: block;
}

.product-size-swatch-btn,
.product-color-swatch-btn,
.pagination li .dot,
.social__link,
.btn,
.action-btn,
.slick-dots li,
.product-badge,
.product-price-wrapper .money,
.product-color .action-btn span.current,
.product-summary .product-navigation a,
.product-summary .product-price-wrapper span,
.variation-form .variation a {
  display: inline-block;
}

.scroll-to-top i:before,
.scroll-to-top i:after,
.action-btn i,
.slick-btn i {
  line-height: inherit;
}

.action-btn i {
  font-size: inherit;
}

.two-column-list,
.message-box,
.ft-product-list .product-inner,
.user-dashboard-tab,
.product-gallery.vertical-slide-nav,
.product-reviews .review__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.pagination,
.breadcrumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.message-box,
.product-info-bottom,
.feature-product__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.user-dashboard-tab {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.message-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.two-column-list,
.ft-product-list .product-inner,
.feature-product__inner,
.best-sale-product__inner,
.product-gallery.vertical-slide-nav,
.product-reviews .review__container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ft-product-list .product-thumbnail-action {
  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;
}

.product-info-bottom,
.ft-product-list .product-size,
.ft-product-list .product-color,
.feature-product__inner,
.best-sale-product__inner {
  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 Styles --*/
.bg-image {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}

.bg-cover {
  background-size: cover;
}

.bg-100 {
  background-size: 100% 100%;
}

.bg-contain {
  background-size: contain;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-repeat {
  background-repeat: repeat;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-position: center;
}

.bg-center-top {
  background-position: center top;
}

.bg-center-bottom {
  background-position: center bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-position-50-200p {
  background-position: 50% 200px;
}

@media (max-width: 47.94em) {
  .bg-sm-padding {
    padding-top: 50%;
  }
}

.two-column-list>* {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media (max-width: 47.94em) {
  .sm-one-column>* {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.max-width--1200 {
  max-width: 1200px;
  margin: 0 auto;
}

/*****************************
03 - Utilities - Common
*****************************/
/*-- Global Overlay --*/
.global-overlay {
  position: fixed;
  background-color: rgba(41, 35, 35, 0.7);
  z-index: 1000;
}

/*-- Pagination --*/
.pagination li:not(:last-child) {
  margin-right: 20px;
}

.pagination li .page-number {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-color: transparent;
}

.pagination li .dot {
  width: 5px;
  height: 5px;
  line-height: 5px;
}

/*-- Tooltip --*/
.tooltip {
  margin-bottom: 5px;
}

@media (max-width: 47.94em) {
  .tooltip {
    display: none;
  }
}

.tooltip:hover {
  display: none;
}

.tooltip-inner {
  padding: 3px 10px;
}

.tooltip .arrow:before,
.tooltip .arrow:after {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #000;
}

/*-- Google Map --*/
#google-map {
  height: 350px;
}

/*-- Mailchimp Alerts --*/
.mailchimp-alerts div:not(:empty) {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mailchimp-alerts .mailchimp-error {
  color: #ff0606;
}

.mailchimp-alerts .mailchimp-success {
  color: #4cbb6c;
}

/*-- Scroll To Top --*/
.scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: 150px;
  z-index: 999;
  font-size: 20px;
  background-color: #292323;
  opacity: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top i:after {
  content: '\f106';
  top: 40px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*-- Hamburger Icon --*/
.hamburger-icon {
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hamburger-icon span {
  height: 2px;
  width: 50%;
  background: #373737;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.hamburger-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 3px 3px 0;
}

.hamburger-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 3px 0 0 3px;
}

.hamburger-icon span:nth-child(1),
.hamburger-icon span:nth-child(2) {
  top: 6px;
}

.hamburger-icon span:nth-child(3),
.hamburger-icon span:nth-child(4) {
  top: 16px;
}

.hamburger-icon span:nth-child(5),
.hamburger-icon span:nth-child(6) {
  top: 25px;
}

.hamburger-icon.open span:nth-child(1),
.hamburger-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger-icon.open span:nth-child(2),
.hamburger-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger-icon.open span:nth-child(1) {
  left: 5px;
  top: 10px;
}

.hamburger-icon.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 10px;
}

.hamburger-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.hamburger-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.hamburger-icon.open span:nth-child(5) {
  left: 5px;
  top: 19px;
}

.hamburger-icon.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 19px;
}

/*-- Breadcrumb --*/
.page-title {
  font-size: 36px;
  line-height: 1.2;
}

.page-title-area:after {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.page-title-area-2 {
  height: 60rem;
}

.page-title-area * {
  z-index: 4;
}

@media (max-width: 47.94em) {
  .page-title {
    font-size: 22px;
  }
}

@media (max-width: 35.94em) {
  .page-title {
    margin-bottom: 10px;
  }
}

.breadcrumb li:not(:last-child) {
  margin-right: 10px;
  padding-right: 15px;
}

.breadcrumb li:not(:last-child):after {
  content: '/';
}

/*-- Preloader --*/
.ft-preloader {
  display: none;
}

.ft-preloader.active {
  width: 100%;
  text-align: center;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  background: white;
  display: block;
}

.ft-preloader .ft-child {
  width: 20px;
  height: 20px;
  background-color: #ff5151;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: ft-bouncedelay 1.4s ease-in-out 0s infinite both;
  -moz-animation: ft-bouncedelay 1.4s ease-in-out 0s infinite both;
  -ms-animation: ft-bouncedelay 1.4s ease-in-out 0s infinite both;
  -o-animation: ft-bouncedelay 1.4s ease-in-out 0s infinite both;
  animation: ft-bouncedelay 1.4s ease-in-out 0s infinite both;
}

.ft-preloader .ft-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.ft-preloader .ft-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

/*-- Rating --*/
.star-rating {
  margin-left: auto;
  margin-right: auto;
  height: 14px;
  line-height: 14px;
  letter-spacing: 5px;
  width: 90px;
  font-family: 'LineAwesome';
  direction: ltr;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9a9a9a;
}

.star-rating:before {
  content: "\f318\f318\f318\f318\f318";
  float: left;
}

.star-rating span {
  color: #373737;
  float: left;
  padding-top: 15px;
  height: 0;
}

.star-rating span:before {
  content: "\f318\f318\f318\f318\f318";
}

.star-rating.star-five span {
  width: 100%;
}

.star-rating.star-four span {
  width: 80%;
}

.star-rating.star-four-half span {
  width: 90%;
}

.star-rating.star-three span {
  width: 60%;
}

.star-rating.star-three-half span {
  width: 70%;
}

.star-rating.star-two span {
  width: 40%;
}

.star-rating.star-two-half span {
  width: 50%;
}

.star-rating.star-one span {
  width: 20%;
}

.star-rating.star-one-half span {
  width: 50%;
}

.star-rating.star-half span {
  width: 10%;
}

/*-- Contact Info --*/
.contact-info p {
  line-height: 1.9;
}

.contact-info p i {
  padding-right: 5px;
}

/*-- Message Box --*/
.message-box {
  background: #f6f6f6;
  padding: 14px 30px;
  word-wrap: break-word;
}

.message-box p {
  display: inherit;
}

.message-box p i {
  font-size: 25px;
  margin-right: 20px;
  color: #4cbb6c;
}

.message-box p {
  margin: 0;
}

.message-box a {
  margin-left: 5px;
}

/*-- Quantity --*/
.quantity {
  font-size: 20px;
  width: 106px;
  height: 43px;
  line-height: 41px;
}

.quantity-label {
  margin-right: 20px;
}

.quantity-input {
  background-color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.quantity-input::-webkit-input-placeholder {
  color: #292323;
}

.quantity-input:-moz-placeholder {
  color: #292323;
}

.quantity-input::-moz-placeholder {
  color: #292323;
}

.quantity-input:-ms-input-placeholder {
  color: #292323;
}

.quantity .qtybutton {
  line-height: 43px;
  width: 14px;
  font-size: 14px;
  font-family: sans-serif;
  -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;
}

.quantity .qtybutton.inc {
  right: 20px;
}

.quantity .qtybutton.dec {
  left: 20px;
}

/*-- Social --*/
.social__link:not(:last-child) {
  margin-right: 5px;
}

/*-- Error Text --*/
.error h1 {
  font-size: 25rem;
  font-weight: 900;
  letter-spacing: 1rem;
  line-height: 1.1;
  margin-bottom: 30px;
  padding: 0;
}

.error h2 {
  font-size: 25px;
  margin-bottom: 31px;
}

.error p {
  margin-bottom: 36px;
}

@keyframes HTfadeInUp {
  from {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }

  to {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes ft-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ft-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.HTfadeInUp {
  -webkit-animation: HTfadeInUp 0.3s linear 0s;
  -moz-animation: HTfadeInUp 0.3s linear 0s;
  -ms-animation: HTfadeInUp 0.3s linear 0s;
  -o-animation: HTfadeInUp 0.3s linear 0s;
  animation: HTfadeInUp 0.3s linear 0s;
}

/*****************************
63 - Utilities - Color
*****************************/


/*****************************
64 - Utilities - Spacing
*****************************/
.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 [class^="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.m--0 {
  margin: 0;
}

.mt--20 {
  margin-top: 20px;
}

.mt--50 {
  margin-top: 50px;
}

.mb--10 {
  margin-bottom: 10px;
}

.mb--15 {
  margin-bottom: 15px;
}

.mb--20 {
  margin-bottom: 20px;
}

.mb--25 {
  margin-bottom: 25px;
}

.mb--28 {
  margin-bottom: 28px;
}

.mb--30 {
  margin-bottom: 30px;
}

.mb--32 {
  margin-bottom: 32px;
}

.mb--35 {
  margin-bottom: 35px;
}

.mb--40 {
  margin-bottom: 40px;
}

.mb--43 {
  margin-bottom: 43px;
}

.mb--45 {
  margin-bottom: 45px;
}

.mb--50 {
  margin-bottom: 50px;
}

.mb--60 {
  margin-bottom: 60px;
}

.mb--70 {
  margin-bottom: 70px;
}

.mb--75 {
  margin-bottom: 75px;
}

.mb--77 {
  margin-bottom: 77px;
}

.mb--80 {
  margin-bottom: 80px;
}

.ml--20 {
  margin-left: 20px;
}

.ml--50 {
  margin-left: 50px;
}

.mr--20 {
  margin-right: 20px;
}

.mr--30 {
  margin-right: 30px;
}

.ptb--20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb--40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb--75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.ptb--80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt--20 {
  padding-top: 20px;
}

.pt--70 {
  padding-top: 70px;
}

.pt--75 {
  padding-top: 75px;
}

.pt--80 {
  padding-top: 80px;
}

.pt--90 {
  padding-top: 90px;
}

.pt--105 {
  padding-top: 105px;
}

.pb--65 {
  padding-bottom: 65px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pb--72 {
  padding-bottom: 72px;
}

.pb--75 {
  padding-bottom: 75px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--120 {
  padding-bottom: 120px;
}

.pl--15 {
  padding-left: 15px;
}

.pl--30 {
  padding-left: 30px;
}

.pl--70 {
  padding-left: 70px;
}

.pl--85 {
  padding-left: 85px;
}

.plr--15 {
  padding-left: 15px;
  padding-right: 15px;
}

.plr--20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pr--15 {
  padding-right: 15px;
}

.pr--60 {
  padding-right: 60px;
}

.pr--70 {
  padding-right: 70px;
}

@media (max-width: 93.6875em) {
  .mb-xl--60 {
    margin-bottom: 60px;
  }

  .pt-xl--70 {
    padding-top: 70px;
  }

  .pb-xl--100 {
    padding-bottom: 100px;
  }
}

@media (max-width: 74.9375em) {
  .pt-lg--95 {
    padding-top: 95px;
  }

  .pb-lg--95 {
    padding-bottom: 95px;
  }

  .pl-lg--30 {
    padding-left: 30px;
  }

  .pr-lg--30 {
    padding-right: 30px;
  }
}

@media (max-width: 61.94em) {
  .mt-md--40 {
    margin-top: 40px;
  }

  .mt-md--50 {
    margin-top: 50px;
  }

  .mb-md--10 {
    margin-bottom: 10px;
  }

  .mb-md--18 {
    margin-bottom: 18px;
  }

  .mb-md--23 {
    margin-bottom: 23px;
  }

  .mb-md--30 {
    margin-bottom: 30px;
  }

  .mb-md--33 {
    margin-bottom: 33px;
  }

  .mb-md--45 {
    margin-bottom: 45px;
  }

  .mb-md--50 {
    margin-bottom: 50px;
  }

  .mb-md--55 {
    margin-bottom: 55px;
  }

  .mb-md--57 {
    margin-bottom: 57px;
  }

  .mb-md--60 {
    margin-bottom: 60px;
  }

  .ptb-md--60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-md--40 {
    padding-top: 40px;
  }

  .pt-md--55 {
    padding-top: 55px;
  }

  .pt-md--60 {
    padding-top: 60px;
  }

  .pt-md--80 {
    padding-top: 80px;
  }

  .pb-md--60 {
    padding-bottom: 60px;
  }

  .pb-md--50 {
    padding-bottom: 50px;
  }

  .pb-md--55 {
    padding-bottom: 55px;
  }

  .pb-md--60 {
    padding-bottom: 60px;
  }

  .pl-md--0 {
    padding-left: 0;
  }

  .pl-md--50 {
    padding-left: 50px;
  }

  .pr-md--0 {
    padding-right: 0;
  }

  .pr-md--50 {
    padding-right: 50px;
  }
}

@media (max-width: 47.94em) {
  .mb-sm--20 {
    margin-bottom: 20px;
  }

  .mb-sm--25 {
    margin-bottom: 25px;
  }

  .mb-sm--30 {
    margin-bottom: 30px;
  }

  .mb-sm--33 {
    margin-bottom: 33px;
  }

  .mb-sm--40 {
    margin-bottom: 40px;
  }

  .mb-sm--50 {
    margin-bottom: 50px;
  }

  .pb-sm--55 {
    padding-bottom: 55px;
  }

  .pb-sm--90 {
    padding-bottom: 90px;
  }
}

@media (max-width: 35.94em) {
  .mb-xs--10 {
    margin-bottom: 10px;
  }

  .mb-xs--30 {
    margin-bottom: 30px;
  }

  .mb-xs--45 {
    margin-bottom: 45px;
  }

  .ml-xs--0 {
    margin-left: 0;
  }

  .mr-xs--0 {
    margin-right: 0;
  }
}

.pt--9pt {
  padding-top: 9rem;
}

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

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

/*****************************
22 - Components - Button
*****************************/
/*-- 22.00 - Global Button --*/


/*-- 22.01 - Action Button --*/
.action-btn {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #e6e6e6;
  color: #737373;
  font-size: 22px;
}

/*-- 22.02 - Close Button --*/
.btn-close {
  font-size: 30px;
  z-index: 5;
  line-height: 40px;
  height: 40px;
  opacity: 1;
}

/*-- 22.03 - Read More Button --*/
.read-more-btn {
  line-height: 1.571;
}

/*****************************
23 - Components - Carousel
*****************************/
/*-- 23.00 - Carousel Gutter --*/
.slick-gutter-10 .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}

.slick-gutter-10 .slick-list .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}

.slick-gutter-10.slick-vertical .slick-list {
  margin-left: 0;
  margin-right: 0;
  margin-top: -5px;
  margin-bottom: -5px;
}

.slick-gutter-10.slick-vertical .slick-list .slick-slide {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}

.slick-gutter-30 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.slick-gutter-30 .slick-list .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}

.slick-gutter-30.slick-vertical .slick-list {
  margin-top: -15px;
  margin-bottom: -15px;
  margin-top: -5px;
  margin-bottom: -5px;
}

.slick-gutter-30.slick-vertical .slick-list .slick-slide {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

/*-- 23.01 - Slick Dot Margin Top --*/
.slick-dot-mt-40 .slick-dots {
  margin-top: 40px !important;
}

/*-- 23.02 - Carousel Dots --*/
.slick-dots {
  line-height: 0;
}

.slick-dots li {
  margin: 0 3px;
  opacity: .4;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  width: 8px;
  height: 8px;
  line-height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.slick-dots li button {
  font-size: 0;
}

.slick-dots li.slick-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*-- 23.03 - Carousel Navs --*/
.slick-btn {
  width: 65px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}

.slick-btn i {
  color: #585e66;
}

.slick-right-bottom .slick-btn {
  right: 50px;
  bottom: 30px;
}

.slick-right-bottom .slick-prev {
  right: 115px;
  border-right: 1px solid #dfe9f0;
}

.slick-center-bottom .slick-prev {
  margin-left: -25px;
}

@media (max-width: 35.94em) {
  .slick-center-bottom .slick-prev {
    left: 20px;
    margin-left: 0;
  }
}

.slick-center-bottom .slick-next {
  margin-right: -25px;
}

@media (max-width: 35.94em) {
  .slick-center-bottom .slick-next {
    right: 0;
    left: auto;
    margin-right: 0;
  }
}

.product-slide-nav .slick-btn i {
  font-size: 20px;
}

@media (max-width: 35.94em) {
  .product-slide-nav.slick-center-bottom .slick-btn {
    top: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .product-slide-nav.slick-center-bottom .slick-btn .la-angle-up:before {
    content: '\f111';
  }

  .product-slide-nav.slick-center-bottom .slick-btn .la-angle-down:before {
    content: '\f112';
  }
}

@media (max-width: 35.94em) {
  .product-slide-nav.slick-center-bottom .slick-prev {
    left: 20px;
    margin-left: 0;
  }
}

@media (max-width: 35.94em) {
  .product-slide-nav.slick-center-bottom .slick-next {
    right: 0;
    left: auto;
    margin-right: 0;
  }
}

/*-- 23.04 - Related Post Carousel --*/
.related-post-carousel .slick-list {
  padding: 0px 25% 0 0 !important;
}

@media (max-width: 61.94em) {
  .related-post-carousel .slick-list {
    padding: 0px 10% 0 0 !important;
  }
}

@media (max-width: 47.94em) {
  .related-post-carousel .slick-list {
    padding: 0px 30% 0 0 !important;
  }
}

@media (max-width: 35.94em) {
  .related-post-carousel .slick-list {
    padding: 0px 20% 0 0 !important;
  }
}

@media (max-width: 28.125em) {
  .related-post-carousel .slick-list {
    padding: 0px !important;
  }
}

.related-post-carousel .slick-slide.last-active {
  opacity: .5;
}

@media (max-width: 47.94em) {
  .related-post-carousel .slick-slide.last-active {
    opacity: 1;
  }
}

/*****************************
30 - Components - Product
*****************************/
/*-- 30.00 - Product --*/
.product-image {
  margin-bottom: 22px;
}

.product-badge {
  padding: 3px 5px;
}

.product-title {
  margin-bottom: 6px;
}

.product-price-wrapper {
  line-height: 1.5;
}

.product-price-wrapper .new-price .money {
  margin-right: 20px;
}

.product-description p {
  line-height: 25px;
}

.product-description p:not(:last-child) {
  margin-bottom: 3rem;
}

.product-description__heading {
  line-height: 23px;
  margin-bottom: 20px;
  color: #404040;
}

.product-description ul li {
  line-height: 20px;
}

.product-description ul li:not(:last-child) {
  margin-bottom: 14px;
}

.product-description ul li i {
  padding-right: 10px;
}

.product-size-swatch {
  bottom: 100%;
}

.product-size-swatch-btn {
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1px;
}

.product-size-swatch-btn.clicked {
  background-color: white;
}

.product-color .action-btn span.current {
  text-indent: -999999px;
}

.product-color-swatch {
  bottom: 100%;
}

.product-color-swatch-btn {
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1px;
  text-indent: -999999px;
}

.product-color-swatch-btn.clicked {
  background-color: white;
}

.product-color .abbey:after {
  background-color: #52595F;
}

.product-color .blue:after {
  background-color: #0038e3;
}

.product-color .copper:after {
  background-color: #e47c51;
}

.product-color .old-rose:after {
  background-color: #c18775;
}

.ft-product .product-inner .add-to-cart {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.ft-product .product-inner:hover .product-action a {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ft-product .product-inner:hover .add-to-cart {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ft-product .product-action {
  left: 20px;
  bottom: 20px;
}

.ft-product .product-action a {
  -webkit-transform: translate(-70px, 0);
  -moz-transform: translate(-70px, 0);
  -ms-transform: translate(-70px, 0);
  -o-transform: translate(-70px, 0);
  transform: translate(-70px, 0);
  -moz-transition-delay: 50ms;
  -ms-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
  opacity: 0;
}

.ft-product .product-action a:not(:last-child) {
  margin-bottom: 10px;
}

.ft-product .product-action a:nth-child(2) {
  -moz-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.ft-product .product-action a:nth-child(3) {
  -moz-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

.ft-product .product-action-list .action-btn {
  background-color: #8a8a8a;
  margin-right: 4px;
  height: 50px;
}

.ft-product .product-action-list .btn-small {
  height: 44px;
  line-height: 44px;
}

/*-- 30.01 - Proudct List --*/
.ft-product-list .product-image {
  -webkit-flex-basis: 270px;
  -moz-flex-basis: 270px;
  -ms-flex-preferred-size: 270px;
  flex-basis: 270px;
  max-width: 270px;
}

@media (max-width: 47.94em) {
  .ft-product-list .product-image {
    -webkit-flex-basis: 230px;
    -moz-flex-basis: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    max-width: 230px;
  }
}

@media (max-width: 35.94em) {
  .ft-product-list .product-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.ft-product-list .product-thumbnail-action {
  -webkit-transform: scale(0.2, 0.2);
  -moz-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  -o-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
}

.ft-product-list .product-info {
  -webkit-flex-basis: calc(100% - 270px);
  -moz-flex-basis: calc(100% - 270px);
  -ms-flex-preferred-size: calc(100% - 270px);
  flex-basis: calc(100% - 270px);
  max-width: calc(100% - 270px);
  padding-left: 40px;
}

@media (max-width: 47.94em) {
  .ft-product-list .product-info {
    -webkit-flex-basis: calc(100% - 230px);
    -moz-flex-basis: calc(100% - 230px);
    -ms-flex-preferred-size: calc(100% - 230px);
    flex-basis: calc(100% - 230px);
    max-width: calc(100% - 230px);
    padding-left: 30px;
  }
}

@media (max-width: 35.94em) {
  .ft-product-list .product-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

.ft-product-list .product-size-swatch,
.ft-product-list .product-color-swatch {
  bottom: auto;
  left: auto;
}

.ft-product-list .product-size-swatch-btn,
.ft-product-list .product-color-swatch-btn {
  background-color: #f6f6f6;
  height: 50px;
  line-height: 50px;
}

.ft-product-list .product-title {
  font-size: 28px;
  line-height: 34px;
}

@media (max-width: 61.94em) {
  .ft-product-list .product-title {
    font-size: 24px;
    line-height: 28px;
  }
}

.ft-product-list:hover .product-thumbnail-action {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*-- 30.02 - Feature Product --*/
.feature-product {
  padding: 30px 40px;
}

@media (max-width: 47.94em) {
  .feature-product {
    padding: 25px 30px;
  }
}

.feature-product__inner {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 20px;
}

@media (max-width: 61.94em) {
  .feature-product__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 47.94em) {
  .feature-product__inner {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
}

.feature-product__image {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}

@media (max-width: 47.94em) {
  .feature-product__image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    order: 1;
  }
}

.feature-product__info {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
}

@media (max-width: 47.94em) {
  .feature-product__info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    order: 2;
  }
}

.feature-product__title {
  color: #221f26;
  font-size: 7.2rem;
  line-height: 1.1;
}

@media (max-width: 61.94em) {
  .feature-product__title {
    font-size: 6rem;
  }
}

.feature-product__btn {
  color: #333333;
  border-bottom: 1px solid #8e9898;
}

/*-- 30.03 - Best Sale Product --*/
.best-sale-product {
  padding: 60px;
}

@media (max-width: 61.94em) {
  .best-sale-product {
    padding: 30px;
  }
}

.best-sale-product__img {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-top: -30px;
}

@media (max-width: 74.9375em) {
  .best-sale-product__img {
    max-width: 45%;
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}

@media (max-width: 35.94em) {
  .best-sale-product__img {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 5%;
    margin-top: 0;
  }
}

.best-sale-product__info {
  max-width: 50%;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

@media (max-width: 74.9375em) {
  .best-sale-product__info {
    max-width: 55%;
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    padding-left: 2%;
  }
}

@media (max-width: 61.94em) {
  .best-sale-product__info {
    padding-top: 55px;
    padding-bottom: 40px;
  }
}

@media (max-width: 35.94em) {
  .best-sale-product__info {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 5%;
    padding-top: 0;
  }
}

.best-sale-product__heading--main {
  line-height: 0.22;
  font-family: "Abril Fatface", cursive;
  font-size: 100px;
  color: rgba(1, 2, 37, 0.102);
}

@media (max-width: 103.125em) {
  .best-sale-product__heading--main {
    font-size: 80px;
  }
}

@media (max-width: 93.6875em) {
  .best-sale-product__heading--main {
    font-size: 70px;
  }
}

@media (max-width: 61.94em) {
  .best-sale-product__heading--main {
    font-size: 55px;
  }
}

@media (max-width: 47.94em) {
  .best-sale-product__heading--main {
    font-size: 50px;
  }
}

.best-sale-product__heading--sub {
  font-size: 50px;
  color: #010225;
}

@media (max-width: 103.125em) {
  .best-sale-product__heading--sub {
    font-size: 40px;
  }
}

@media (max-width: 93.6875em) {
  .best-sale-product__heading--sub {
    font-size: 35px;
  }
}

@media (max-width: 61.94em) {
  .best-sale-product__heading--sub {
    font-size: 30px;
  }
}

@media (max-width: 47.94em) {
  .best-sale-product__heading--sub {
    font-size: 25px;
  }
}

.best-sale-product__desc {
  color: #010225;
  max-width: 56%;
}

@media (max-width: 103.125em) {
  .best-sale-product__desc {
    max-width: 68%;
  }
}

@media (max-width: 61.94em) {
  .best-sale-product__desc {
    max-width: 90%;
  }
}

.best-sale-product__top-image {
  right: 9%;
}

@media (max-width: 103.125em) {
  .best-sale-product__top-image {
    right: 5%;
  }
}

@media (max-width: 74.9375em) {
  .best-sale-product__top-image {
    right: 0;
  }

  .best-sale-product__top-image img {
    width: 70%;
  }
}

@media (max-width: 61.94em) {
  .best-sale-product__top-image {
    display: none;
  }
}

/*-- 30.04 - Product Summery --*/
.product-summary .product-navigation a {
  -webkit-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  -moz-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  -ms-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  -o-box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  box-shadow: 0px 0px 11.83px 1.17px rgba(72, 72, 72, 0.13);
  width: 38px;
  height: 31px;
  line-height: 31px;
}

.product-summary .product-navigation a.next {
  margin-left: 5px;
}

.product-summary .product-title {
  font-size: 35px;
}

@media (max-width: 74.9375em) {
  .product-summary .product-title {
    font-size: 30px;
  }
}

@media (max-width: 47.94em) {
  .product-summary .product-title {
    font-size: 25px;
  }
}

.product-summary .product-footer-meta p {
  line-height: 21px;
}

/*-- 30.05 - Product Variations --*/
.variation-form .variation {
  float: left;
  margin-right: 5px;
}

.variation-form .product-color-variations .product-color-variation {
  clear: both;
}

.variation-form .product-color-variations .product-color-variation-btn {
  text-indent: -99999px;
  width: 45px;
  height: 45px;
  border-color: transparent;
}

.variation-form .product-color-variations .product-color-variation-btn:hover {
  border-color: transparent;
}

.variation-form .product-color-variations .product-color-variation-btn.red:hover {
  border-color: #ff0606;
}

.variation-form .product-color-variations .product-color-variation-btn.red:after {
  background-color: #ff0606;
}

.variation-form .product-color-variations .product-color-variation-btn.red.selected {
  border-color: #ff0606;
}

.variation-form .product-color-variations .product-color-variation-btn.black:hover {
  border-color: #000000;
}

.variation-form .product-color-variations .product-color-variation-btn.black:after {
  background-color: #000000;
}

.variation-form .product-color-variations .product-color-variation-btn.pink:hover {
  border-color: #f7a4c7;
}

.variation-form .product-color-variations .product-color-variation-btn.pink:after {
  background-color: #f7a4c7;
}

.variation-form .product-color-variations .product-color-variation-btn.blue:hover {
  border-color: #0038e3;
}

.variation-form .product-color-variations .product-color-variation-btn.blue:after {
  background-color: #0038e3;
}

.variation-form .product-size-variations .product-size-variation {
  clear: both;
}

.variation-form .product-size-variations .product-size-variation-btn {
  width: 58px;
  height: 43px;
  line-height: 43px;
}

@media (max-width: 35.94em) {
  .variation-form .product-size-variations .product-size-variation-btn {
    width: 50px;
    height: 40px;
    line-height: 40px;
  }
}

.variation-form .reset_variations {
  padding-right: 20px;
  font-weight: 500;
  line-height: 30px;
}

.variation-form .reset_variations:before {
  background: url(../img/icons/cross.png) no-repeat scroll right center;
  top: 7px;
  width: 10px;
  height: 10px;
}

/*****************************
31 - Components - Slider
*****************************/
.homepage-slider .single-slide {
  height: 790px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
}

@media (max-width: 109.375em) {
  .homepage-slider .single-slide {
    height: 745px;
  }
}

@media (max-width: 100em) {
  .homepage-slider .single-slide {
    height: 600px;
  }
}

@media (max-width: 61.94em) {
  .homepage-slider .single-slide {
    height: 500px;
  }
}

@media (max-width: 47.94em) {
  .homepage-slider .single-slide {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.slider-content__text {
  padding-left: 30px;
  padding-right: 15px;
  border-left: 2px solid #e5e5e5;
}

.slider-content__text.border-color-2 {
  border-color: #585858;
}

@media (max-width: 35.94em) {
  .slider-content__text {
    border: none;
  }
}

.slider-content__text p {
  color: #010225;
  line-height: 1.4;
}

@media (max-width: 74.9375em) {
  .slider-content__text p {
    font-size: 16px;
  }
}

@media (max-width: 61.94em) {
  .slider-content__text p {
    font-size: 15px;
  }
}

.slider-content__btn {
  padding-left: 30px;
}

/*****************************
33 - Components - Tabs
*****************************/
/*-- 33.01 - Tab Style 01 --*/
.tab-style-1 .nav-link {
  line-height: 1.625;
  padding: 0 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.tab-style-1 .nav-link:not(:last-child) {
  margin-right: 38px;
}

@media (max-width: 61.94em) {
  .tab-style-1 .nav-link:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 47.94em) {
  .tab-style-1 .nav-link:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 35.94em) {
  .tab-style-1 .nav-link:not(:last-child) {
    margin-right: 15px;
  }
}

.tab-style-1 .nav-link:after {
  bottom: 8px;
  height: 8px;
  background-color: #ffb9b9;
}

.tab-style-1 .nav-text {
  z-index: 2;
}

/*-- 33.02 - Tab Style 02 --*/
.tab-style-2 .nav-tabs {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
}

@media (max-width: 35.94em) {
  .tab-style-2 .nav-tabs {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tab-style-2 .nav-link {
  border: 1px solid #dddddd;
  padding: 11px 15px;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.tab-style-2 .nav-link:not(:last-child) {
  margin-right: 5px;
}

@media (max-width: 35.94em) {
  .tab-style-2 .nav-link {
    display: block;
    text-align: center;
    width: 100%;
  }
  .tab-style-2 .nav-tabs {
    margin-bottom: 0;
  }
}

/*-- 33.03 - User Dashboard tab --*/
.user-dashboard-tab__head {
  background-color: #e7e7e7;
  padding: 15px 0;
  -webkit-flex-basis: 190px;
  -moz-flex-basis: 190px;
  -ms-flex-preferred-size: 190px;
  flex-basis: 190px;
  max-width: 190px;
  margin-right: 30px;
}

@media (max-width: 47.94em) {
  .user-dashboard-tab__head {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 0;
  }
}

.user-dashboard-tab__head .nav-link {
  padding: 10px 30px;
}

@media (max-width: 47.94em) {
  .user-dashboard-tab__head .nav-link {
    padding: 12px;
  }
}

.user-dashboard-tab__content {
  -webkit-flex-basis: calc(100% - 220px);
  -moz-flex-basis: calc(100% - 220px);
  -ms-flex-preferred-size: calc(100% - 220px);
  flex-basis: calc(100% - 220px);
  max-width: calc(100% - 220px);
}

@media (max-width: 47.94em) {
  .user-dashboard-tab__content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}

/*-- 33.04 - Tab Content --*/
.tab-content {
  width: 100%;
}

.tab-content .tab-pane {
  display: none;
  height: 0;
  max-width: 100%;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.tab-content .tab-pane.active {
  display: block;
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible;
}

/*****************************
43 - Pages - Single Product
*****************************/
.product-gallery.vertical-slide-nav .product-gallery__nav-image {
  -webkit-flex-basis: 155px;
  -moz-flex-basis: 155px;
  -ms-flex-preferred-size: 155px;
  flex-basis: 155px;
  max-width: 155px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 74.9375em) {
  .product-gallery.vertical-slide-nav .product-gallery__nav-image {
    -webkit-flex-basis: 165px;
    -moz-flex-basis: 165px;
    -ms-flex-preferred-size: 165px;
    flex-basis: 165px;
    max-width: 165px;
  }
}

@media (max-width: 61.94em) {
  .product-gallery.vertical-slide-nav .product-gallery__nav-image {
    -webkit-flex-basis: 157px;
    -moz-flex-basis: 157px;
    -ms-flex-preferred-size: 157px;
    flex-basis: 157px;
    max-width: 157px;
  }
}

@media (max-width: 47.94em) {
  .product-gallery.vertical-slide-nav .product-gallery__nav-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

.product-gallery.vertical-slide-nav .product-gallery__large-image {
  -webkit-flex-basis: calc(100% - 155px);
  -moz-flex-basis: calc(100% - 155px);
  -ms-flex-preferred-size: calc(100% - 155px);
  flex-basis: calc(100% - 155px);
  max-width: calc(100% - 155px);
  padding-left: 30px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 74.9375em) {
  .product-gallery.vertical-slide-nav .product-gallery__large-image {
    -webkit-flex-basis: calc(100% - 165px);
    -moz-flex-basis: calc(100% - 165px);
    -ms-flex-preferred-size: calc(100% - 165px);
    flex-basis: calc(100% - 165px);
    max-width: calc(100% - 165px);
  }
}

@media (max-width: 61.94em) {
  .product-gallery.vertical-slide-nav .product-gallery__large-image {
    -webkit-flex-basis: calc(100% - 157px);
    -moz-flex-basis: calc(100% - 157px);
    -ms-flex-preferred-size: calc(100% - 157px);
    flex-basis: calc(100% - 157px);
    max-width: calc(100% - 157px);
  }
}

@media (max-width: 47.94em) {
  .product-gallery.vertical-slide-nav .product-gallery__large-image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.product-gallery.vertical-slide-nav.flex-row-reverse .product-gallery__large-image {
  padding-right: 30px;
  padding-left: 0;
}

.product-gallery__actions {
  right: 30px;
  bottom: 30px;
  z-index: 9;
}

.product-gallery__actions .action-btn:not(:last-child) {
  margin-bottom: 10px;
}

.product-main-image .product-image {
  margin-bottom: 0;
}

.product-reviews .review__title {
  font-size: 36px;
  letter-spacing: -2px;
  margin-bottom: 30px;
}

@media (max-width: 47.94em) {
  .product-reviews .review__title {
    font-size: 25px;
    margin-bottom: 15px;
    letter-spacing: 0px;
  }
}

@media (max-width: 35.94em) {
  .product-reviews .review__title {
    font-size: 20px;
  }
}

.product-reviews .review__item {
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #DEDEDE;
}

.product-reviews .review__avatar {
  -webkit-flex-basis: 60px;
  -moz-flex-basis: 60px;
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
  max-width: 60px;
  height: 60px;
}

.product-reviews .review__text {
  -webkit-flex-basis: calc(100% - 60px);
  -moz-flex-basis: calc(100% - 60px);
  -ms-flex-preferred-size: calc(100% - 60px);
  flex-basis: calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-left: 20px;
}

@media (max-width: 28.125em) {
  .product-reviews .review__text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}

.product-reviews .review__meta {
  margin-bottom: 10px;
}

@media (max-width: 35.94em) {
  .product-reviews .review__description {
    margin-top: 10px;
  }
}