@charset "UTF-8";
.ltr {direction: ltr!important;}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%
}
.owl-carousel.owl-drag .owl-item {direction: ltr}
body {
  direction: ltr;
  color: #666;
  font-size: 13px;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden
}
.text-overflow{white-space: nowrap !important;overflow: hidden !important;text-overflow: ellipsis !important;}
.bootstrap-select .dropdown-toggle .filter-option {text-align: left}
.rayan-gutters{margin-right:-5px;margin-left:-5px}
.rayan-gutters > .col,.rayan-gutters > [class*="col-"]{padding-right:5px;padding-left:5px}
::-moz-selection {
  color: #fff;
  background-color: #02b2a7;
}

::selection {
  color: #fff;
  background-color: #02b2a7;
}

p {
  margin-bottom: 1.5rem;
}


ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #ebebeb;
  margin: 3rem auto 2.5rem;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}


.bg-light {
  background-color: #f8f8f8 !important;
}

.bg-light-2 {
  background-color: #f9f9f9 !important;
}

.bg-lighter {
  background-color: #fafafa !important;
}

.bg-gray {
  background-color: #f4f5f8 !important;
}

.bg-primary {
  background-color: #02b2a7 !important;
}

.bg-secondary {
  background-color: #a6c76c !important;
}

.bg-image {
  background-color: #ccc;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-overlay {
  position: relative;
}

.bg-overlay:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: .3;
  background-color: #333;
}

.bg-overlay .container,
.bg-overlay .container-fluid {
  position: relative;
  z-index: 2;
}

/* Animation for lazyload */
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Type */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.4rem;
  color: #333333;
}

h1,
.h1 {
  font-size: 4rem;
}

h2,
.h2 {
  font-size: 3.6rem;
}

h3,
.h3 {
  font-size: 2.6rem;
}

h4,
.h4 {
  font-size: 2.2rem;
}

h5,
.h5 {
  font-size: 2rem;
  letter-spacing: -.025em;
}

h6,
.h6 {
  font-size: 1.6rem;
  letter-spacing: -.01em;
}

a {color: #02b2a7;-webkit-transition:.3s;transition:.3s}

a:hover, a:focus {color: #bf8040;text-decoration: none;}

.link-underline {
  box-shadow: 0 1px 0 0 #02b2a7;
}

.text-primary {
  color: #02b2a7 !important;
}

.text-secondary {
  color: #a6c76c !important;
}

.text-dark {
  color: #333 !important;
}

.text-light {
  color: #ccc !important;
}

.mr-6 {
  margin-right: 9rem !important;
}

.lead {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 1.2rem;
}

blockquote {
  position: relative;
  margin: 0 0 4.2rem;
  padding: 0;
  color: #777;
  font-style: italic;
  font-size: 1.6rem;
  line-height: 1.625;
}

blockquote p {
  max-width: 1120px;
}

blockquote.text-center p {
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}

blockquote cite {
  font-style: normal;
  font-weight: 500;
  color: #333333;
  letter-spacing: -.01em;
  line-height: 1;
}

blockquote cite span {
  display: block;
  font-weight: 300;
  font-size: 1.4rem;
}

blockquote.text-white cite {
  color: #cccccc;
}

blockquote.text-white cite span {
  color: #777;
}

@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }

  .details-action-wrapper .btn-product {
    display: block;
    text-align: right;
  }

  .details-action-wrapper .btn-compare {
    border: none !important;
    padding-right: 0;
    margin-right: 0;
  }
}


/* Layout */

.header-bottom .menu>li>.sf-with-ul {
  padding-right: 1rem !important;
  padding-left: 3rem !important;
}



.brands-border .brand {
  height: 100px;
  border: .1rem solid #ebebeb;
  border-left-width: 0;
}

.brands-carousel-full {
  border-bottom: .1rem solid #ebebeb;
}

.brands-carousel-full.brands-border .brand {
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
}

.brands-carousel-full.brands-border .owl-item:first-child .brand {
  border-left-width: 0;
}

.banner-group {
  margin-bottom: 3rem;
}

@media screen and (min-width: 992px) {
  .banner-group .col-lg-3 {
    -ms-flex: 0 0 26.05%;
    flex: 0 0 26.05%;
    max-width: 26.05%;
  }

  .banner-group .col-lg-4 {
    -ms-flex: 0 0 32.77%;
    flex: 0 0 32.77%;
    max-width: 32.77%;
  }

  .banner-group .col-lg-5 {
    -ms-flex: 0 0 41.18%;
    flex: 0 0 41.18%;
    max-width: 41.18%;
  }
}

.banner-content.banner-content-top {
  top: 2.6rem;
  text-align: right;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

.banner-content.banner-content-bottom {
  bottom: 3rem;
  text-align: right;
}

.banner-large .banner-content {
  right: 3rem;
  text-align: right;
}


.btn.banner-link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-transform: capitalize;
}

.banner-subtitle.text-grey {
  color: #ebebeb;
}


.banner-text {
  color: #666666;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin-bottom: 1.3rem;
}

.banner-title+.banner-text {
  margin-top: -1.4rem;
}

.banner-large .banner-text {
  color: #333;
}

.home-banner-item-1 {height: 410px;overflow: hidden}
.home-banner-item-2 {height: 200px;overflow: hidden}
.home-banner-item-1 , .home-banner-item-2 {margin-bottom: 10px!important;}
.home-banner-item-1 img , .home-banner-item-2 img {object-fit: cover;object-position: center top;}

.nav-pills.nav-big .nav-item+.nav-item {
  margin-right: 1.5rem;
}
.deal-container .banner-subtitle {
  color: #666;
  margin-bottom: .9rem;
  font-weight: 400;
}

.deal-container .banner-content.banner-content-top {
  top: 4rem;
  text-align: right;
}

.deal-container .banner-text {
  font-weight: 600;
}

.deal {
  display: flex;
  flex-direction: column-reverse;
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 2rem;
}

.deal-content {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 3.5rem 0 2rem;
}

.deal-content .btn {
  padding-top: .85rem;
  padding-bottom: .85rem;
  font-weight: 500;
  color: #333;
  background-color: transparent;
  border: .1rem solid #ebebeb;
}

.deal-content .btn:hover,
.deal-content .btn:focus {
  color: #fff;
  border-color: #a6c76c;
  background-color: #a6c76c;
}

.deal-content h4 {
  color: #a6c76c;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -.01em;
  margin-bottom: .5rem;
}

.deal-content h2 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -.05em;
  margin-bottom: 3.6rem;
}

.deal-content .product-title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: -.01em;
  margin-bottom: .7rem;
}

.deal-content .product-price {
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 2.4rem;
}

.deal-content .new-price {
  font-weight: 600;
}

.deal-image {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.deal-image>a {
  display: block;
}

.deal-countdown {
  margin-bottom: 4rem;
  margin-left: -1rem;
  max-width: 270px;
}

.deal-countdown .countdown-show3 .countdown-section {
  width: calc(33.33% - 20px);
}

.deal-countdown .countdown-section {
  font-size: 1.2rem;
  line-height: 1;
  padding: 1.6rem 0;
  margin-left: 1rem;
  margin-right: 1rem;
  background-color: #a6c76c;
  border-radius: .3rem;
  border: .1rem solid #e1e1e1;
}

.deal-countdown .countdown-section:not(:last-child):after {
  color: #333333;
  content: ':';
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 9px;
  margin-top: -1px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.deal-countdown .countdown-period {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  text-transform: lowercase;
  width: 100%;
  padding-left: .2rem;
  padding-right: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.deal-countdown .countdown-amount {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: -.05em;
  margin-bottom: .4rem;
}

.btn-more {
  text-transform: capitalize;
}

.icon-box-side .icon-box-title {
  font-weight: 600;
}

.icon-box-side p {
  font-weight: 400;
  letter-spacing: -.01em;
}

@media screen and (min-width: 768px) {
  .deal {
    flex-direction: row;
  }

  .deal-content {
    -ms-flex: 0 0 47.8%;
    flex: 0 0 47.8%;
    max-width: 47.8%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .deal-image {
    -ms-flex: 0 0 52.2%;
    flex: 0 0 52.2%;
    max-width: 52.2%;
  }
}

@media screen and (min-width: 1200px) {
  .deal-content {
    padding: 3.5rem 3rem 2rem;
  }

  .deal-content .btn {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }

  .deal-content h4 {
    font-size: 2rem;
  }

  .deal-content h2 {
    font-size: 4rem;
  }

  .deal-content .product-title {
    font-size: 2.4rem;
  }

  .deal-content .product-price {
    font-size: 2.4rem;
  }

  .deal-countdown .countdown-section {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }

  .deal-countdown .countdown-amount {
    font-size: 3rem;
  }
}

.blog-posts .title {
  margin-bottom: 2.4rem;
}

.blog-posts .entry-meta {
  font-weight: 400;
}

.blog-posts .read-more {
  text-transform: capitalize;
  color: #333;
  font-size: 1.4rem;
}

.blog-posts .read-more:hover,
.blog-posts .read-more:focus {
  color: #a6c76c;
}

.footer .widget-about-info a {
  color: #a6c76c;
}

.footer .widget-title {
  font-weight: 600;
}

.footer-newsletter .input-group {
  flex-direction: column;
  align-items: center;
}

.footer-newsletter .form-control {
  width: 100%;
  margin-bottom: 1rem;
}

.footer-newsletter .btn-primary {
  background-color: #fff;
  color: #333;
  font-weight: 500;
  min-width: 150px;
  padding-left: 1rem;
  padding-right: 0;
  border: none;
}

.footer-newsletter .btn-primary:hover,
.footer-newsletter .btn-primary:focus {
  color: #fff;
  background-color: #a6c76c;
  border-color: #a6c76c;
}




.blog-posts .entry-title {
  font-weight: 600;
}



.page-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.4s ease;
}


@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .page-wrapper {
    display: block;
  }
}

.main {
  flex: 1;
  width: 100%;
}
.dynamic-page .page-content table {border: 1px solid #ebebeb;margin-top: 15px}
.dynamic-page .page-content table tr td {border: 1px solid #ebebeb;padding: 10px;vertical-align:middle }
.dynamic-page .page-content table tr td:first-child {font-weight: 700}
.dynamic-page .page-header-big .overlay {content: "";left: 0;top: 0;width: 100%;height: 100%;background: #000000;opacity: 0.6}

.page-content {
  padding-bottom: 5rem;
}
.page-content .single-entry .entry-content img{width: 100% !important; height: auto!important;}


.page-forms .form-group {}
.page-forms .col-md-12 .form-title {display: block;color: #ffffff;margin-top: 35px;margin-bottom:20px;border-bottom: 2px solid #cc9966}
.page-forms .col-md-12 .form-title h6 {display: inline-block;margin:0;text-align: center;width: 150px;color: #ffffff;padding: 10px 10px 8px;background: #cc9966;}



@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}




/*--------------------- 2.Headers -------------------- */
/* Header */
.header {
  width: 100%;
  background-color: #fff;
}

.header .container,
.header .container-fluid {
  position: relative;
  display: flex;
  align-items: center;
}

.header-left,
.header-center,
.header-right {
  display: flex;
  align-items: center;
}

.header-right {
  margin-left: auto;
  align-self: stretch;
}

.header-right .top-header-menu {padding: 5px 10px;border: 1px solid #ffffff;border-radius: 5px;margin: 10px 0;margin-right: 5px}
.header-right .top-header-menu:hover {color:#ffffff;background-color: #cc9966 }
.header-right .top-header-menu i {margin-right: 5px;}
.header-right .top-header-menu span {margin-right: 5px;}
.header-right .top-header-menu:last-child  {margin-right: 0px}

.header-center {
  margin-left: auto;
  margin-right: auto;
}

.logo {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  flex-shrink: 0;
  min-height: 59px;
}

.logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.header-top {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  color: #ffffff;
  background-color: #02b2a7;
}

.header-top a {color: inherit;}
.header-top a:hover, .header-top a:focus {color: inherit!important;}

.header-top .container,
.header-top .container-fluid {
  position: relative;
}


.header-top .top-menu li+li {
  margin-left: 2.6rem;
}



@media screen and (min-width: 1600px) {
  .header-top .container-fluid:after {
    left: 70px;
    right: 70px;
  }
}

.top-menu {
  margin: 0;
}

.top-menu li {
  display: inline-block;
}

.top-menu ul {
  display: flex;
  align-items: center;
}

.top-menu li+li {
  margin-right: 3rem;
}

.top-menu a {display: inline-block;}




.top-menu i {
  font-size: 13px;
  margin-right: 5px;
}

.top-menu i.icon-heart-o {
  margin-top: -.2rem;
}

.top-menu span {
  color: #02b2a7;
  margin-left: .3rem;
}

.header-dropdown {
  position: relative;
}


.header-dropdown a{position: relative;display: inline-flex;align-items: center;}
.header-dropdown a span{margin-right: 5px;vertical-align: middle}


.header-dropdown a:hover,
.header-dropdown a:focus {
  text-decoration: none;
}

.header-menu {
  position: absolute;
  right: -1.5rem;
  top: 100%;
  z-index: 20;
  padding-top: .6rem;
  padding-bottom: .6rem;
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #02b2a7;
  box-shadow: 2px 5px 8px rgba(51, 51, 51, 0.05), -2px 5px 8px rgba(51, 51, 51, 0.05);
  transition: all .25s;
}

.header-dropdown:first-child .header-menu {
  right: 0;
}


.header-dropdown:hover>.header-menu,
.header-dropdown:focus>.header-menu {
  visibility: visible;
  opacity: 1;
}

.header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-menu ul li {
  margin: 0;
}

.header-menu ul a {
  padding: .3rem 1.5rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-menu a {
  color: inherit;
}

.header-menu a:hover,
.header-menu a:focus {
  color: #02b2a7;
}

.header-right .header-menu,
.header-right .header-dropdown:first-child .header-menu {
  left: auto;
  right: -10px;
}

.header-right .top-menu+.header-dropdown {
  margin-right: 2.5rem;
}

.header-middle {
  border-bottom: .1rem solid #f4f4f4;
}


.cart-dropdown,
.compare-dropdown {
  display: flex;
  align-self: stretch;
  align-items: center;
}

.cart-dropdown .dropdown-toggle,
.compare-dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  line-height: 1;
  color: #333;
}

.cart-dropdown .dropdown-toggle::after,
.compare-dropdown .dropdown-toggle::after {
  display: none;
}

.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
  display: block;
  width: 300px;
  z-index: 100;
  font-size: 1.3rem;
  z-index: 1001;
  border: none;
  margin: 1px 0 0;
  padding: 2.2rem 3rem 2.5rem;
  border-radius: 0;
  border: none;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all .25s;
}

.cart-dropdown .dropdown-menu:before,
.compare-dropdown .dropdown-menu:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 1px;
}

.cart-dropdown .dropdown-menu.dropdown-menu-right,
.compare-dropdown .dropdown-menu.dropdown-menu-right {
  left: -1px;
}

.cart-dropdown .btn-remove,
.compare-dropdown .btn-remove {
  position: absolute;
  top: 50%;
  left: -.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #cccccc;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  margin-top: -1.2rem;
}

.cart-dropdown .btn-remove:hover,
.cart-dropdown .btn-remove:focus,
.compare-dropdown .btn-remove:hover,
.compare-dropdown .btn-remove:focus {
  color: #333333;
}

.cart-dropdown:hover .dropdown-toggle,
.cart-dropdown.show .dropdown-toggle,
.compare-dropdown:hover .dropdown-toggle,
.compare-dropdown.show .dropdown-toggle {
  color: #02b2a7;
}

.cart-dropdown:hover .dropdown-menu,
.cart-dropdown.show .dropdown-menu,
.compare-dropdown:hover .dropdown-menu,
.compare-dropdown.show .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.compare-dropdown {
  padding-right: 2.5rem
}

.compare-dropdown .dropdown-toggle {
  font-size: 2.6rem;
}

.compare-products {
  list-style: none;
  padding: 0;
  margin: 0;
}

.compare-product {
  position: relative;
  padding: .5rem 0;
  margin: 0;
  box-shadow: none !important;
}

.compare-product:hover {
  box-shadow: none;
}

.compare-product-title {
  color: #666666;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.35;
  margin: 0;
  text-align: right;
  letter-spacing: -.01em;
}

.compare-product-title a {
  color: inherit;
}

.compare-product-title a:hover,
.compare-product-title a:focus {
  color: #02b2a7;
}

.compare-actions {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.compare-actions .action-link {
  font-size: 1.3rem;
  color: #666666;
}

.compare-actions .action-link:hover,
.compare-actions .action-link:focus {
  color: #02b2a7;
  text-decoration: underline;
}

.compare-actions .btn {
  font-size: 1.3rem;
  min-width: 110px;
  margin-right: auto;
  padding-top: .65rem;
  padding-bottom: .65rem;
}

.cart-dropdown {
  padding-right: 2.5rem
}

.cart-dropdown .dropdown-toggle {
  font-size: 3.2rem;
}

.cart-dropdown .dropdown-toggle i {
  display: inline-block;
  margin-top: -3px;
}

.cart-dropdown .cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin-right: .2rem;
  margin-top: .1rem;
  color: #fff;
  background-color: #02b2a7;
}

.cart-dropdown .dropdown-cart-products {
  margin-top: -1rem;
}

.cart-product-qty {
  float: right;
  margin-left: .5rem;
}

.cart-dropdown .product {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 1.6rem 0 1.6rem 2.4rem;
  box-shadow: none;
  margin: 0 !important;
  border: none;
  border-bottom: 1px solid #ebebeb;
  box-shadow: none !important;
}

.cart-dropdown .product-image-container {
  position: relative;
  max-width: 60px;
  margin: 0;
  margin-right: auto;
}

.cart-dropdown .product-title {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #666;
  text-align: left;
  margin-bottom: .4rem;
}

.cart-dropdown .product-title a {
  color: inherit;
  display: block;
  text-align: right;
}

.cart-dropdown .product-title a:hover,
.cart-dropdown .product-title a:focus {
  color: #02b2a7;
}

.cart-dropdown .product-cart-details {
  font-weight: 400;
  max-width: 150px;
  font-size: 1.3rem;
  color: #999999;
  text-align: right;
}

.dropdown-cart-total {
  padding: 1rem 0 .5rem;
  display: flex;
  align-items: flex-end;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 1.1rem;
}

.dropdown-cart-total .cart-total-price {
  font-size: 1.5rem;
  margin-right: auto;
}

.dropdown-cart-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 .5rem;
}

.dropdown-cart-action .btn {
  font-size: 1.3rem;
  min-width: 110px;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.wishlist-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 2.6rem;
  line-height: 1;
  margin-right: 2.4rem;
}

.wishlist-link i {
  display: inline-block;
  margin-top: -2px;
}

.wishlist-link .wishlist-count {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  margin-right: .7rem;
  margin-top: .1rem;
  color: #fff;
  background-color: #02b2a7;
}

.wishlist-link:hover,
.wishlist-link:focus {
  color: #02b2a7;
}

/* Header Search */
.search-toggle {
  position: relative;
  display: block;
  font-size: 2rem;
  line-height: 1;
  min-width: 2.5rem;
  padding: .3rem .2rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  z-index: 11;
  border: 0;
  right: 15px;
  top: 2px;
  background-color: unset;
}

.search-toggle:hover,
.search-toggle:focus,
.search-toggle.active {
  color: #02b2a7;
  outline: none !important;
}

.header-search {
  position: relative;
  margin: 0;
  font-size: 0;
  line-height: 1;
  padding: 0;
  border: none;
}

.header-search .header-search-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  display: flex;
  align-items: stretch;
  overflow: visible;
  border-radius: 20px;
  width: 100%;
  min-width: 270px;
  background-color: #fff;
  border: .1rem solid #ebebeb;
  border-radius: 20px;
  z-index: 10;
}

.header-search .header-search-wrapper.show {
  display: flex;
}

.header-search .search-wrapper-wide {
  width: 570px;
}

.header-search form {
  margin: 0;
}

.header-search .select-custom {
  flex: 0 0 200px;
  max-width: 200px;
  padding-right: 0;
  margin: 0;
  align-self: center;
}

.header-search .select-custom:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: .1rem;
  height: 2.6rem;
  margin-top: -1.3rem;
  background-color: #ebebeb;
}

.header-search .select-custom::after {
  right: 2rem;
  color: #999;
  font-size: 1.2rem;
}

.header-search .form-control,
.header-search select {
  line-height: 1;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  background-color: #fff;
  margin: 0;
}

.header-search .form-control {
  flex: 1 1 auto;
  padding: .9rem 5rem .9rem 2.3rem;
  width: 100%;
  margin: 0;
  height: 38px;
  line-height: 20px;
  border: none;
  border-radius: 20px;
  box-shadow: none;
}

.header-search select {
  width: 100%;
  border: none;
  line-height: 38px;
  height: 38px;
  color: #777;
  padding: .1rem 2rem .1rem 4rem;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.header-search select:focus {
  outline: none !important;
}

.header-search option {
  font-size: 1.3rem;
  padding: .1rem .3rem;
}

.header-search .btn {
  flex: 0 0 40px;
  max-width: 40px;
  min-width: 0;
  height: 40px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  cursor: pointer;
  margin-top: -1px;
  margin-left: -1px;
  margin-bottom: -1rem;
  border-radius: 0 20px 20px 0;
}

.header-search .btn i {
  margin: 0 !important;
}

.header-search-extended {
  margin-left: 19rem;
  width: 100%;
  max-width: 570px;
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}

.header-search-extended .header-search-wrapper {
  border-radius: 30px;
}

.header-search-extended .form-control,
.header-search-extended select {
  font-weight: 300;
}

.header-search-extended .form-control {
  height: 44px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-right: 2.4rem;
  border-radius: 30px 0 0 30px;
}

.header-search-extended select {
  line-height: 44px;
  height: 44px;
}

.header-search-extended .btn {
  flex: 0 0 70px;
  max-width: 70px;
  height: 46px;
  font-size: 2rem;
  border-radius: 0 30px 30px 0;
}

.header-search-visible .search-toggle {
  display: none;
}

.header-search-visible .header-search-wrapper {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  display: flex;
}

.header-search-no-radius .header-search-wrapper,
.header-search-no-radius .form-control,
.header-search-no-radius .btn {
  border-radius: 0;
}

.header-search-no-round .header-search-wrapper {
  border-radius: .3rem;
}

.header-search-no-round .form-control {
  border-radius: 0 .3rem .3rem 0;
}

.header-search-no-round .btn {
  border-radius: .3rem 0 0 .3rem;
}

.mobile-menu-toggler {
  border: none;
  background: transparent;
  color: #cc9966;
  padding: .2rem .25rem;
  font-size: 2.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 1rem;
  margin-right: 1rem;
}

.header-bottom .mobile-menu-toggler {
  margin-top: .55rem;
  margin-bottom: .55rem;
  margin-right: -.4rem;
}

.menu .megamenu.demo {
  height: 65vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.menu .megamenu.demo::-webkit-scrollbar {
  height: 10px;
  width: 7px;
}

.menu .megamenu.demo::-webkit-scrollbar-thumb {
  background: #ebebeb;
  border-radius: 10px;
}

.menu .megamenu.demo::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  margin: 8px;
  width: 100%;
}

.menu .megamenu.demo .demo-item.hidden {
  opacity: 0;
  max-height: 0;
  padding-bottom: 0;
  overflow: hidden;
  transform: translateY(50px);
  transition: all 0.5s;
}

.menu .megamenu.demo .demo-item.show {
  opacity: 1;
  max-height: 100%;
  padding-bottom: 3rem;
  transform: translateY(0);
}

.disabled-hidden {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0 !important;
  overflow: hidden;
}

.header-intro-clearance .header-middle .header-left,
.header-intro-clearance .header-bottom .header-left {
  flex: 0 0 calc((100% + 20px) / 4);
  max-width: calc((100% + 20px) / 4);
  margin: 0;
}

.header-intro-clearance .header-middle .header-center,
.header-intro-clearance .header-bottom .header-center {
  flex: 0 0 calc((100% + 20px) / 2 - 20px);
  max-width: calc((100% + 20px) / 2 - 20px);
  margin: 0;
}

.header-intro-clearance .header-middle .header-right,
.header-intro-clearance .header-bottom .header-right {
  margin-right: auto;
}

.header-intro-clearance .header-bottom .menu>li>a {
  font-size: 1.4rem;
  letter-spacing: -.01em;
  text-transform: none;
}

.header-intro-clearance .header-bottom .menu>li>a::before {
  top: 0;
}

.header-intro-clearance .header-bottom .menu.sf-arrows>li>.sf-with-ul::after {
  left: 1.3rem
}

.header-intro-clearance .header-bottom .menu>li+li {
  margin-right: .7rem
}

.header-intro-clearance .header-bottom .header-left {
  align-self: stretch;
}

.header-intro-clearance .header-bottom .header-right p {
  padding-right: .5rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -.01em;
}

.header-intro-clearance .header-bottom .header-right .highlight {
  color: #333;
}

.header-intro-clearance .header-bottom .header-right i {
  color: #333;
  font-size: 1.6rem;
  letter-spacing: -.01em;
  margin-left: 1.5rem;
}

.header-intro-clearance .header-bottom .container::before {
  position: absolute;
  content: '';
  right: 28.5rem;
  height: 1.5rem;
  width: .1rem;
  top: 50%;
  background-color: #ccc;
  transform: translateY(-50%);
}

.header-intro-clearance .header-bottom .container::after {
  position: absolute;
  content: '';
  left: 28rem;
  height: 1.5rem;
  width: .1rem;
  top: 50%;
  background-color: #ccc;
  transform: translateY(-50%);
}

.header-intro-clearance .header-middle .header-right p {
  font-size: 1.1rem;
}

.header-intro-clearance .top-menu {
  text-transform: none;
}

.header-intro-clearance .header-dropdown>a,
.header-intro-clearance .header-dropdown>span {
  padding-left: 1.8rem;
  text-transform: none;
}

.header-intro-clearance .header-dropdown>a:after,
.header-intro-clearance .header-dropdown>span:after {
  font-size: 1rem;
  margin-top: -.6rem;
}

.header-intro-clearance .dropdown.category-dropdown {
  width: 275px;
  max-width: 95%;
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle {
  color: #333;
  text-transform: none;
  padding-right: 5.5rem;
  min-width: 100%;
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle i {
  font-size: 1rem;
  position: absolute;
  left: 1.5rem
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::before {
  height: 0;
}

.header-intro-clearance .dropdown.category-dropdown .dropdown-toggle::after {
  font-weight: 400;
  position: absolute;
  margin-right: 0;
  right: 1.5rem
}

.header-intro-clearance .header-menu ul {
  display: block;
}

.header-intro-clearance .top-menu:not(.top-link-menu) .header-menu li+li {
  margin-right: 0
}

.header-intro-clearance .account,
.header-intro-clearance .wishlist,
.header-intro-clearance .compare-dropdown,
.header-intro-clearance .cart-dropdown {
  display: flex;
  align-self: stretch;
  align-items: initial;
}

.header-intro-clearance .account>a,
.header-intro-clearance .wishlist>a,
.header-intro-clearance .compare-dropdown>a,
.header-intro-clearance .cart-dropdown>a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-intro-clearance div.icon {
  position: relative;
  height: 3.2rem;
}

.header-intro-clearance .account a {
  font-size: 3rem;
  color: #333;
  line-height: 1;
}

.header-intro-clearance .wishlist a {
  font-size: 2.8rem;
  color: #333;
  line-height: 1;
}

.header-intro-clearance .cart-dropdown .cart-count,
.header-intro-clearance .wishlist .wishlist-count {
  min-width: 1.6rem;
  height: 1.6rem;
}

.header-intro-clearance .wishlist .wishlist-count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
}

.header-intro-clearance .wishlist .wishlist-count {
  position: absolute;
  top: 0;
  left: -.5rem;
}

.header-intro-clearance .cart-dropdown .cart-count {
  position: absolute;
  top: 0;
  left: -.3rem;
}

.header-intro-clearance .cart-dropdown,
.header-intro-clearance .wishlist,
.header-intro-clearance .account {
  padding-right: 3rem;
}

.header-intro-clearance .cart-dropdown .dropdown-toggle,
.header-intro-clearance .wishlist .dropdown-toggle,
.header-intro-clearance .account .dropdown-toggle {
  color: #333;
}



@media screen and (min-width: 1600px) {
  .header .container-fluid .megamenu-container {
    position: relative;
  }

  .header .container-fluid .megamenu-container .megamenu {
    left: auto;
    width: 1170px;
  }
}



/*--------------------- 2.1.Menu -------------------- */
.main-nav {
  margin-right: 2rem;
  display: none;
}

/* Menu Structure */
.menu,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu {
  display: flex;
  align-items: center;
}

.menu li {
  position: relative;
  text-align: left;
}

.menu li:hover>ul,
.menu li:hover>.megamenu,
.menu li.show>ul,
.menu li.show>.megamenu {
  display: block;
}

.menu .megamenu-container {
  position: static;
}

.menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 1002;
}

.menu ul ul {
  top: -1.6rem;
  left: 100%;
}

.menu .megamenu {
  display: none;
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 100%;
  z-index: 1002;
}

.menu .megamenu.megamenu-sm {
  left: 0;
  right: auto;
  width: 456px;
}

.menu .megamenu.megamenu-md {
  right: -10rem;
  left: auto;
  width: 694px;
}

.menu .megamenu>ul,
.menu .megamenu div>ul {
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  min-width: 0;
}

.menu ul,
.menu .megamenu {
  margin-top: 1px;
}

.menu ul:before,
.menu .megamenu:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  height: 1px;
  left: 0;
  right: 0;
}

.menu ul ul,
.menu .megamenu ul {
  margin-top: 0;
}

.menu a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}

.menu a:not(.btn):focus {
  outline: none !important;
}

/* Menu Style */
.menu {
  line-height: 1.5;
}


.menu li>a span:not(.tip) {
  position: relative;
}

.menu>li>a {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  padding-left: 10px;
  margin-left: 10px;
}
.menu>li>a .badge  {font-size: 10px;vertical-align: middle;margin-left: 5px;line-height: 11px;}

.menu>li>a.sf-with-ul {margin-left: 18px;}

.menu li:hover>a, .menu li.show>a, .menu li.active>a {color: #cc9966;}

.menu>li+li { margin-left: 0;}



.menu.sf-arrows .sf-with-ul::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  position: absolute;
  left: -4px;
  top: 50%;
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-top: -8px;
}



.menu.sf-arrows ul .sf-with-ul:after {
  content: '\f053';
  left: 15px
}

.menu .megamenu,
.menu ul {min-width: 218px;padding: 15px;-webkit-transition:all .3s;transition:all .3s;background-color: #fff;}
.menu ul li {font-size: 14px;font-weight: 500;padding-bottom: 10px}
.menu ul li:last-child {padding-bottom: 0px}


.menu .megamenu .banner>a {
  display: block;
  padding: 0;
  margin: 0;
}

.menu .megamenu li a {
  padding-right: 0;
  padding-left: 0;
}

.menu .megamenu .btn {
  min-width: 210px;
  text-transform: uppercase;
}

.menu .banner {
  margin: 0;
  max-width: 218px;
  float: right;
  height: 100%;
}

.menu .menu-col {
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 2.2rem;
  padding-bottom: 2rem;
}

.menu .menu-title {
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: .6rem;
}

.menu .megamenu-action {
  padding-bottom: 2rem;
}

.menu ul+.menu-title {
  margin-top: 1.5rem;
}

.menu .banner-content {
  padding-top: 0;
}

.menu .banner-content.banner-content-bottom {
  left: 2.4rem;
  bottom: 2.4rem;
}

.menu .banner-content.banner-content-top {
  left: 2rem;
  top: 2.4rem;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

.menu .banner-title {
  margin: 0;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0;
}

.menu .banner-title span {
  font-size: 2.4rem;
}

.menu .banner-content-top .banner-title span {
  line-height: 1.05;
  font-size: 3.1rem;
}

/* Menu Hover Style */


/* Demos */
.demo-list {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  margin: 1.8rem -10px .4rem;
}

.demo-item {
  color: #999999;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
  text-align: center;
  padding-bottom: 3rem;
  margin-bottom: auto;
}

.demo-item a {
  color: inherit;
}

.demo-item a:hover,
.demo-item a:focus {
  color: #02b2a7;
}

.demo-item a:hover .demo-bg,
.demo-item a:focus .demo-bg {
  box-shadow: 3px 10px 16px rgba(51, 51, 51, 0.05), -3px 10px 16px rgba(51, 51, 51, 0.05);
  background-position: center bottom;
  transition: background-position 2s linear, box-shadow .3s;
}

.demo-bg {
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  background-color: #f4f4f4;
  border: .1rem solid #ebebeb;
  margin-bottom: 1.2rem;
  padding-top: 80.95%;
  background-position: center top;
  transition: background-position .6s linear, box-shadow .3s;
}

.demo-title {
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: .01em;
}

/* Label - Tip */
.tip {
  color: #fff;
  display: block;
  position: absolute;
  right: 100%;
  bottom: 1.1rem;
  text-align: center;
  font-weight: 400;
  font-size: .8rem;
  line-height: 1;
  letter-spacing: 0;
  padding: .3rem .1rem .1rem;
  min-width: 23px;
  z-index: 1;
  border-radius: 0;
  margin-right: .5rem;
  text-transform: uppercase;
  background-color: #02b2a7;
}

.tip.tip-new {
  background-color: #a6c76c;
}

.tip.tip-hot {
  background-color: #ef837b;
}

/* Header Bottom  - Menu position in header-bottom */
.header-bottom .main-nav {
  margin-right: 0
}

.header-bottom .menu .megamenu.megamenu-md {
  right: 1em
}

.header-bottom .menu>li+li {
  margin-right: 1rem;
}

.header-bottom .menu>li>a {
  padding: 1.65rem 1rem;
}

.header-bottom .menu>li>.sf-with-ul {
  padding-left: 3rem
}

.header-bottom .menu>li>a:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: .1rem;
  background-color: #02b2a7;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform .3s ease;
}

.header-bottom .menu li:hover>a:before,
.header-bottom .menu li.show>a:before,
.header-bottom .menu li.active>a:before {
  transform-origin: right center;
  transform: scale(1, 1);
}

.header-bottom .menu.sf-arrows>li>.sf-with-ul::after {
  left: 1rem
}



/*--------------------- 2.2.Vertical Menu -------------------- */
/* Vertical Menu */
.side-nav {
  position: relative;
  margin: 0;
}

.sidenav-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  padding: 1.45rem 3rem;
  color: #fff;
  background-color: #333;
  text-transform: uppercase;
}

.category-dropdown {
  display: flex;
  align-self: stretch;
  align-items: center;
}

.category-dropdown .dropdown-toggle {
  position: relative;
  display: flex;
  align-items: center;
  align-self: stretch;
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  text-transform: uppercase;
  padding: 1rem 1.9rem 1rem 2rem;
  min-width: 270px;
  transition: background .4s, color .1s;
}

.category-dropdown .dropdown-toggle:after {
  content: '\f131';
  font-family: 'Font Awesome 5 Pro';
  border: none;
  font-size: 2.3rem;
  line-height: 0;
  margin-right: 6.7rem
}

.category-dropdown .dropdown-toggle:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #02b2a7;
  transition: all .35s;
}

.category-dropdown .dropdown-toggle:hover,
.category-dropdown .dropdown-toggle:focus {
  color: #fff;
  background-color: #02b2a7;
  outline: none !important;
}

.category-dropdown:not(.is-on):hover .dropdown-menu {
  display: block;
}

.category-dropdown:not(.is-on):hover .dropdown-toggle {
  color: #fff !important;
  background-color: #02b2a7;
}

.category-dropdown:not(.is-on):hover .dropdown-toggle:after {
  content: '\f191';
}

.category-dropdown.show .dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
}

.category-dropdown.show .dropdown-toggle:after {
  content: '\f191';
}

.category-dropdown .dropdown-menu {
  left: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.category-dropdown .dropdown-item {
  color: #666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  border: .1rem solid #ebebeb;
  border-top: none;
  padding: .9rem 1.9rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-dropdown .dropdown-item.dropdown-item-lead {
  color: #333;
  font-weight: 500;
  background-color: #f9f9f9;
}

.category-dropdown .dropdown-item:hover,
.category-dropdown .dropdown-item:focus {
  color: #02b2a7;
  background-color: #fff;
  outline: none !important;
}

.category-dropdown .dropdown-item:hover.dropdown-item-lead,
.category-dropdown .dropdown-item:focus.dropdown-item-lead {
  background-color: #f9f9f9;
}

.menu-vertical,
.menu-vertical ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-vertical {
  display: flex;
  align-items: center;
  position: static;
  line-height: 1.5;
  flex-direction: column;
}

.menu-vertical li {
  position: relative;
}

.menu-vertical li:hover>ul,
.menu-vertical li:hover>.megamenu,
.menu-vertical li.show>ul,
.menu-vertical li.show>.megamenu {
  display: block;
}

.menu-vertical a:not(.btn) {
  display: block;
  position: relative;
  text-decoration: none;
}

.menu-vertical a:not(.btn):focus {
  outline: none !important;
}

.menu-vertical .megamenu-container {
  position: static;
}

.menu-vertical ul {
  min-width: 218px;
  padding: 1.6rem 0 2rem;
}

.menu-vertical ul,
.menu-vertical .megamenu {
  display: none;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 1002;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}

.menu-vertical ul:before,
.menu-vertical .megamenu:before {
  display: none;
}

.menu-vertical .megamenu {
  width: 713px;
}

.menu-vertical .megamenu.megamenu-sm {
  width: 456px;
}

.menu-vertical .megamenu.megamenu-md {
  width: 694px;
}


.menu-vertical .megamenu>ul,
.menu-vertical .megamenu div>ul {
  display: block;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  min-width: 0;
}

.menu-vertical .banner {
  margin: 0;
  max-width: 280px;
  float: right;
  border-radius: 0;
}

.menu-vertical .banner img {
  border-radius: 0;
}

.menu-vertical .menu-banners {
  margin-top: 2.4rem;
}

.menu-vertical .menu-banners .banner {
  float: none;
  max-width: 100%;
}

.menu-vertical.sf-arrows>li>.sf-with-ul {
  padding-left: 3rem;
  text-align: right;
}

.menu-vertical.sf-arrows .sf-with-ul {
  position: relative;
}

.menu-vertical.sf-arrows .sf-with-ul::after {
  display: block;
  font-family: 'Font Awesome 5 Pro';
  content: '\f111';
  position: absolute;
  left: 1.8rem;
  top: 50%;
  line-height: 1;
  font-size: 1.2rem;
  margin-top: -.6rem;
}

.menu-vertical li>a {
  color: #666;
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.menu-vertical li>a span:not(.tip) {
  position: relative;
}

.menu-vertical li>a strong {
  font-weight: 600;
}

.menu-vertical>li {
  width: 100%;
}

.menu-vertical>li>a {
  display: block;
  color: #666;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  border: .1rem solid #ebebeb;
  border-top: none;
  padding: .9rem 1.9rem;
  width: 100%;
}

.menu-vertical>li.item-lead>a {
  color: #333;
  text-align: right;
  font-weight: 500;
  background-color: #f9f9f9;
}

.menu-vertical>li+li {
  text-align: right;
  margin-left: 0;
}

.menu-vertical .menu-title {
  color: #333;
  font-weight: 600;
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: -.01em;
  text-transform: capitalize;
  padding-bottom: 1rem;
  border-bottom: .1rem solid #eeeeee;
  margin-bottom: .7rem;
}

.menu-vertical ul+.menu-title {
  margin-top: 1.2rem;
}

.menu-vertical i {
  display: inline-block;
  color: #ccc;
  min-width: 3.4rem;
}

.menu-vertical .menu-col {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.menu-vertical .menu-col li>a {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}

.menu-vertical li:hover>a,
.menu-vertical li.show>a,
.menu-vertical li.active>a {
  color: #02b2a7;
}

.menu-vertical>li:hover>a,
.menu-vertical>li.show>a,
.menu-vertical>li.active>a {
  color: #02b2a7;
}

.menu-brands.menu-col {
  padding-top: 2rem;
  margin-top: 0 !important;
  border-top: .1rem solid #ebebeb;
}

.menu-brands .brand {
  display: flex !important;
}

.menu-brands .col,
.menu-brands [class*=col-] {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*--------------------- 2.3.Sticky Header -------------------- */
/* Sticky Header */
@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*--------------------- 2.4.Mobiel Menu -------------------- */
/* Mobile Menu */
.mobile-menu-container {
  position: fixed;
  left: -280px;
  top: 0;
  bottom: 0;
  z-index: 1001;
  background-color: #333;
  width: 100%;
  max-width: 280px;
  overflow-y: scroll;
  box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  font-size: 1.2rem;
  line-height: 1.5;
  transition: all 0.4s ease;
}

.mmenu-active .mobile-menu-container {
  visibility: visible;
  transform: translateX(280px);
}

.mobile-menu-container .social-icons {
  justify-content: center;
  margin-bottom: 0;
}
.mobile-menu-container .social-icons a {margin-left: 10px;font-size: 18px}


.mobile-menu-container .social-icon {
  width: 3rem;
  height: 3rem;
  font-size: 16px;
  background-color: transparent;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.45);
}

.mobile-menu-container .social-icon+.social-icon {
  margin-right: .8rem;
}

.mobile-menu-container .social-icon:hover,
.mobile-menu-container .social-icon:focus {
  background-color: transparent;
}

.mobile-menu-wrapper {
  position: relative;
  padding: 4.2rem 0;
}

.mobile-menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: .7rem;
  right: 1rem;
  padding: 0;
  z-index: 9;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  transition: color .35s;
}

.mobile-menu-close:hover,
.mobile-menu-close:focus {
  color: #02b2a7;
}

.mobile-menu-overlay {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 1000;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.mmenu-active .mobile-menu-overlay {
  visibility: visible;
  opacity: 1;
}

.mobile-nav {
  padding: 0;
  margin: 0 0 2.5rem;
}

.mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu>li>a {
  text-transform: uppercase;
}

.mobile-menu li {
  text-align: left;
  display: block;
  position: relative;
}

.mobile-menu li a {
  position: relative;
  display: block;
  padding: 1rem 2rem 1rem 4.5rem;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
}

.mobile-menu li a:hover,
.mobile-menu li a:focus {
  color: #02b2a7;
  text-decoration: none;
  outline: none !important;
}

.mobile-menu li.open>a,
.mobile-menu li.active>a {
  color: #02b2a7;
}

.mobile-menu li ul {
  margin: 0;
  padding: .7rem 0 .9rem;
  display: none;
  margin-bottom: 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
}

.mobile-menu li ul li a {
  padding-top: .6rem;
  padding-bottom: .6rem;
  padding-left: 3.5rem;
  border-bottom: none;
}

.mobile-menu li ul li a:not(:hover):not(:focus) {
  color: rgba(255, 255, 255, 0.8);
}

.mobile-menu li ul li:last-child ul {
  border-bottom: none;
  padding-bottom: 0;
}

.mobile-menu li ul ul {
  border-top: 0.1rem solid rgba(255, 255, 255, 0.08);
}

.mobile-menu li ul ul li a {
  padding-left: 5rem;
}

.mobile-menu>li>a {
  text-transform: uppercase;
}

.mobile-menu span:not(.mmenu-btn):not(.tip) {
  position: relative;
}

.mmenu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  z-index: 10;
  width: 3rem;
  height: 3rem;
  font-size: 1.2rem;
  color: #fff;
  margin-top: -1.5rem;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  transition: color 0.35s;
}

.mmenu-btn::after {
  font-family: "Font Awesome 5 Pro";
  content: '\f078';
  display: inline-block;
}

.mmenu-btn:hover,
.mmenu-btn:focus {
  color: #02b2a7;
}

.open>a>.mmenu-btn::after {
  content: '\e802';
}

.mobile-search {
  margin: 1rem 0 1.5rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
}

.mobile-search .form-control {
  height: 36px;
  margin-bottom: 0;
  -webkit-appearance: none;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: .8rem 1.5rem;
  max-width: calc(100% - 36px);
  background-color: #333;
  border-color: rgba(255, 255, 255, 0.1);
  border-right-width: 0;
}

.mobile-search .form-control::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.mobile-search .form-control:focus {
  color: #fff;
  border-color: #02b2a7;
  background-color: #333;
}

.mobile-search .btn {
  font-size: 1.2rem;
  min-width: 3.6rem;
  height: 36px;
  padding: .8rem 0;
}
.mobile-search .btn i {
margin: 0;
}
.mobile-menu-container .tab-content {
  padding: 0;
  margin: 0 0 2.5rem;
  border: none;
}

.mobile-menu-container .tab-content .mobile-nav,
.mobile-menu-container .tab-content .mobile-cats-nav {
  margin-bottom: 0;
  text-align: right;
}

.mobile-menu-container .tab-pane {
  padding: 0;
}

.nav.nav-pills-mobile {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
  margin: 0 0 .2rem;
}

.nav.nav-pills-mobile .nav-item {
  text-align: right;
  flex-grow: 1;
  flex-basis: 0;
  margin: 0 0 -.1rem;
}

.nav.nav-pills-mobile .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
  text-transform: uppercase;
  border-bottom: .2rem solid transparent;
  background: none;
  padding: .8rem 2rem;
  transition: all .35s ease;
}

.nav.nav-pills-mobile .nav-link.active,
.nav.nav-pills-mobile .nav-link:hover,
.nav.nav-pills-mobile .nav-link:focus {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.mobile-cats-nav .mobile-menu>li>a {
  text-transform: capitalize;
}

.mobile-cats-menu li a {
  position: relative;
  display: block;
  padding: 1rem 2rem 1rem 4.5rem;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.08);
}

.mobile-cats-menu li a.mobile-cats-lead {
  font-weight: 500;
  color: #fff;
}

.mobile-cats-menu li a:hover,
.mobile-cats-menu li a:focus {
  color: #02b2a7;
  text-decoration: none;
  outline: none !important;
}

/* Mobile Menu Light */
.mobile-menu-light {
  background-color: #fff;
}

.mobile-menu-light .mobile-menu-close:not(:hover):not(:focus) {
  color: #666;
}

.mobile-menu-light .social-icon {
  color: #999;
  border-color: #999;
}

.mobile-menu-light .mobile-menu li a {
  border-bottom-color: #efefef;
}

.mobile-menu-light .mobile-menu li a:not(:hover):not(:focus) {
  color: #666;
}

.mobile-menu-light .mobile-menu li.open>a,
.mobile-menu-light .mobile-menu li.active>a {
  color: #02b2a7;
}

.mobile-menu-light .mobile-menu li ul {
  border-bottom-color: #efefef;
}

.mobile-menu-light .mobile-menu li ul li a:not(:hover):not(:focus) {
  color: #666;
}

.mobile-menu-light .mobile-menu li ul ul {
  border-top-color: #efefef;
}

.mobile-menu-light .mmenu-btn:not(:hover):not(:focus) {
  color: #666;
}

.mobile-menu-light .mobile-search .form-control {
  color: #666;
  background-color: #fff;
  border-color: #e5e5e5;
}

.mobile-menu-light .mobile-search .form-control::placeholder {
  color: #666;
}

.mobile-menu-light .mobile-search .form-control:focus {
  color: #666;
  border-color: #02b2a7;
  background-color: #fff;
}

.mobile-menu-light .nav.nav-pills-mobile {
  border-bottom-color: #efefef;
}

.mobile-menu-light .nav.nav-pills-mobile .nav-link:not(:hover):not(:focus):not(.active) {
  color: #333;
}

.mobile-menu-light .mobile-cats-menu li a {
  border-bottom-color: #efefef;
}

.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus) {
  color: #666;
}

.mobile-menu-light .mobile-cats-menu li a:not(:hover):not(:focus).mobile-cats-lead {
  color: #333;
}

/* Header 2 */


p {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
  color: #777;
}
.login-page {padding: 80px 0}
.login-page .title-page {max-width: 455px;margin-left: auto;margin-right: auto;margin-bottom: 12px;}
.login-page .title-page h2 {font-size: 18px;text-align: left;margin: 0;display: inline-block;color: #ffffff}
.login-page .title-page i {font-size: 20px;margin-right: 7px;color: #ffffff;vertical-align: middle}

  .login {
    padding-right: 0 !important;
  }

  .top-menu:not(.top-link-menu) ul {
    min-width: 141px;
  }

  .top-menu>li {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .top-menu .header-dropdown {
    padding: 0;
  }

  .top-menu .header-dropdown ul {
    right: -100%;
    left: 100%
  }

  .top-menu .header-menu {
    padding: 0;
  }
}




/* Skin structure */
::-moz-selection {
  background-color: #02b2a7;
}

::selection {
  background-color: #02b2a7;
}

.bg-primary {
  background-color: #02b2a7 !important;
}

.bg-secondary {
  background-color: #222 !important;
}



.link-underline {
  box-shadow: 0 1px 0 0 #02b2a7;
}

.text-primary {
  color: #02b2a7 !important;
}

.text-secondary {
  color: #222 !important;
}

/* Elements */
.alert-primary {
  background-color: #02b2a7;
}

.banner-badge .banner-link:hover .banner-link-text,
.banner-badge .banner-link:focus .banner-link-text {
  background-color: #02b2a7;
}

.btn-video {
  color: #02b2a7;
}

.btn-video:hover,
.btn-video:focus {
  background-color: #222;
}

.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
  color: #02b2a7;
}

.btn-link {
  color: #02b2a7;
}

.btn-link:hover,
.btn-link:focus,
.btn-link .btn-link-dark:hover,
.btn-link .btn-link-dark:focus {
  color: #02b2a7;
  border-color: #02b2a7;
}

/* generated with mixins */
.btn-primary {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #222;
  border-color: #222;
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
}

.btn-secondary {
  color: #fff;
  background-color: #222;
  border-color: #222;
  box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.btn-white {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

.btn-white-2 {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-white-2:hover,
.btn-white-2:focus,
.btn-white-2.focus,
.btn-white-2:not(:disabled):not(.disabled):active,
.btn-white-2:not(:disabled):not(.disabled).active,
.show>.btn-white-2.dropdown-toggle {
  color: #fff;
  background-color: #222;
  border-color: #222;
  box-shadow: none;
}

.btn-white-2.disabled,
.btn-white-2:disabled {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary-white {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-primary-white:hover,
.btn-primary-white:focus,
.btn-primary-white.focus,
.btn-primary-white:not(:disabled):not(.disabled):active,
.btn-primary-white:not(:disabled):not(.disabled).active,
.show>.btn-primary-white.dropdown-toggle {
  color: #02b2a7;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-primary-white.disabled,
.btn-primary-white:disabled {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
}

.btn-white-primary {
  color: #02b2a7;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-white-primary:hover,
.btn-white-primary:focus,
.btn-white-primary.focus,
.btn-white-primary:not(:disabled):not(.disabled):active,
.btn-white-primary:not(:disabled):not(.disabled).active,
.show>.btn-white-primary.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-white-primary.disabled,
.btn-white-primary:disabled {
  color: #02b2a7;
  background-color: #fff;
  border-color: #fff;
}

.btn-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: none;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-outline {
  color: #02b2a7;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline.focus,
.btn-outline:not(:disabled):not(.disabled):active,
.btn-outline:not(:disabled):not(.disabled).active,
.show>.btn-outline.dropdown-toggle {
  color: #02b2a7;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.btn-outline.disabled,
.btn-outline:disabled {
  color: #02b2a7;
  background-color: transparent;
}

.btn-outline-primary {
  color: #02b2a7;
  background-color: transparent;
  background-image: none;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #02b2a7;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #02b2a7;
  background-color: transparent;
}

.btn-outline-primary-2 {
  color: #02b2a7;
  background-color: transparent;
  background-image: none;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-primary-2:hover,
.btn-outline-primary-2:focus,
.btn-outline-primary-2.focus,
.btn-outline-primary-2:not(:disabled):not(.disabled):active,
.btn-outline-primary-2:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary-2.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-primary-2.disabled,
.btn-outline-primary-2:disabled {
  color: #02b2a7;
  background-color: transparent;
}

.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #02b2a7;
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-dark {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #02b2a7;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-dark-2 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none;
}

.btn-outline-dark-2:hover,
.btn-outline-dark-2:focus,
.btn-outline-dark-2.focus,
.btn-outline-dark-2:not(:disabled):not(.disabled):active,
.btn-outline-dark-2:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark-2.dropdown-toggle {
  color: #02b2a7;
  background-color: #fafafa;
  border-color: #ebebeb;
  box-shadow: none;
}

.btn-outline-dark-2.disabled,
.btn-outline-dark-2:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-dark-3 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}

.btn-outline-dark-3:hover,
.btn-outline-dark-3:focus,
.btn-outline-dark-3.focus,
.btn-outline-dark-3:not(:disabled):not(.disabled):active,
.btn-outline-dark-3:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark-3.dropdown-toggle {
  color: #02b2a7;
  background-color: transparent;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-dark-3.disabled,
.btn-outline-dark-3:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-darker {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}

.btn-outline-darker:hover,
.btn-outline-darker:focus,
.btn-outline-darker.focus,
.btn-outline-darker:not(:disabled):not(.disabled):active,
.btn-outline-darker:not(:disabled):not(.disabled).active,
.show>.btn-outline-darker.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-gray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #959595;
  box-shadow: none;
}

.btn-outline-gray:hover,
.btn-outline-gray:focus,
.btn-outline-gray.focus,
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-lightgray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none;
}

.btn-outline-lightgray:hover,
.btn-outline-lightgray:focus,
.btn-outline-lightgray.focus,
.btn-outline-lightgray:not(:disabled):not(.disabled):active,
.btn-outline-lightgray:not(:disabled):not(.disabled).active,
.show>.btn-outline-lightgray.dropdown-toggle {
  color: #02b2a7;
  background-color: #f5f6f9;
  border-color: #ebebeb;
  box-shadow: none;
}

.btn-outline-lightgray.disabled,
.btn-outline-lightgray:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white-2 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-white-2:hover,
.btn-outline-white-2:focus,
.btn-outline-white-2.focus,
.btn-outline-white-2:not(:disabled):not(.disabled):active,
.btn-outline-white-2:not(:disabled):not(.disabled).active,
.show>.btn-outline-white-2.dropdown-toggle {
  color: #fff;
  background-color: #222;
  border-color: #222;
  box-shadow: none;
}

.btn-outline-white-2.disabled,
.btn-outline-white-2:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white-4 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-white-4:hover,
.btn-outline-white-4:focus,
.btn-outline-white-4.focus,
.btn-outline-white-4:not(:disabled):not(.disabled):active,
.btn-outline-white-4:not(:disabled):not(.disabled).active,
.show>.btn-outline-white-4.dropdown-toggle {
  color: #02b2a7;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-white-4.disabled,
.btn-outline-white-4:disabled {
  color: #fff;
  background-color: transparent;
}

.newsletter-popup-container .input-group .btn:hover,
.newsletter-popup-container .input-group .btn:focus {
  background-color: #02b2a7;
}

.bg-image .btn-link-dark:hover,
.bg-image .btn-link-dark:focus {
  color: #02b2a7;
  border-color: #02b2a7;
}

.bg-image .btn-outline-primary:hover,
.bg-image .btn-outline-primary:focus,
.bg-image .btn-outline-primary.focus,
.bg-image .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-image .btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.bg-image .btn-outline-primary.dropdown-toggle {
  background-color: #02b2a7;
  border-color: #02b2a7;
}

.bg-image .btn-outline-dark:hover,
.bg-image .btn-outline-dark:focus,
.bg-image .btn-outline-dark.focus,
.bg-image .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-image .btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.bg-image .btn-outline-dark.dropdown-toggle {
  color: #02b2a7;
}

.card-title a {
  color: #02b2a7;
}

.card-title a:before {
  color: #02b2a7;
}

.card-title a.collapsed:hover,
.card-title a.collapsed:focus {
  color: #02b2a7;
}

.count-wrapper {
  color: #02b2a7;
}

.feature-box i {
  color: #02b2a7;
}

.feature-box-simple i {
  color: #02b2a7;
}

.form-control:focus {
  border-color: #02b2a7;
}

.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::before {
  border-color: #02b2a7;
}

.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-color: #02b2a7;
}

.icon-box-icon {
  color: #02b2a7;
}

.icon-box-circle .icon-box-icon {
  background-color: #02b2a7;
}

.instagram-feed-content a:hover,
.instagram-feed-content a:focus {
  color: #02b2a7;
}

.close:hover,
.close:focus {
  color: #02b2a7;
}

.page-header h1 span {
  color: #02b2a7;
}
.page-header .page-title {z-index: 2;position: relative}
.page-header .overlay{z-index: 1;background-color:#000000;opacity:.8;position:absolute;left:0;right:0;top:0;height: 100%;width:100%}

.page-link:hover,
.page-link:focus {
  color: #02b2a7;
}

.page-item.active .page-link {
  color: #02b2a7;
}

.social-icon:hover,
.social-icon:focus {
  color: #02b2a7;
  border-color: #02b2a7;
}

.testimonial-icon:before {
  color: #02b2a7;
}

.nav.nav-tabs .nav-link:hover,
.nav.nav-tabs .nav-link:focus {
  color: #02b2a7;
}

.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
  color: #02b2a7;
}

.nav.nav-pills .nav-link:hover,
.nav.nav-pills .nav-link:focus {
  color: #02b2a7;
}

.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.nav.nav-border-anim .nav-link:before {
  background-color: #02b2a7;
}

.title-link:hover,
.title-link:focus {
  box-shadow: 0 1px 0 0 #02b2a7;
}

.product-countdown.countdown-primary .countdown-amount {
  color: #02b2a7;
}

.product-title a:hover,
.product-title a:focus {
  color: #02b2a7;
}

.product-price {
  color: #02b2a7;
}

.product-label.label-primary {
  background-color: #02b2a7;
}

.product-label.label-secondary {
  background-color: #222;
}

.product-label-text {
  color: #02b2a7;
}

.ratings-primary .ratings-val {
  color: #02b2a7;
}

.ratings-text a:hover,
.ratings-text a:focus {
  color: #02b2a7;
}

.btn-product {
  color: #02b2a7;
}

.btn-product:hover span,
.btn-product:focus span {
  color: #02b2a7;
  box-shadow: 0 1px 0 0 #02b2a7;
}

.btn-product-icon {
  color: #02b2a7;
}

.btn-product-icon:hover,
.btn-product-icon:focus {
  background-color: #02b2a7;
}

.product-body .btn-wishlist:hover,
.product-body .btn-wishlist:focus {
  color: #02b2a7;
}

.btn-expandable span {
  background-color: #02b2a7;
}

.product.product-4 .btn-product:hover,
.product.product-4 .btn-product:focus {
  background-color: #222;
}

.product.product-5 .btn-product {
  color: #02b2a7;
}

.product.product-5 .btn-product:hover,
.product.product-5 .btn-product:focus {
  background-color: #02b2a7;
}

.product.product-7 .btn-product {
  color: #02b2a7;
}

.product.product-7 .btn-product span {
  color: #02b2a7;
}

.product.product-7 .btn-product:hover,
.product.product-7 .btn-product:focus {
  background-color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.product.product-8 .new-price {
  color: #02b2a7;
}

.product.product-8 .btn-product:before {
  color: #02b2a7;
}

.product.product-8 .btn-product:hover,
.product.product-8 .btn-product:focus {
  background-color: #02b2a7;
}

.product.product-list .btn-product:hover,
.product.product-list .btn-product:focus {
  color: #02b2a7;
}

.product.product-list .btn-product.btn-cart {
  color: #02b2a7;
  border-color: #02b2a7;
}

.product.product-list .btn-product.btn-cart:hover,
.product.product-list .btn-product.btn-cart:focus {
  background-color: #02b2a7;
}

/* Footers */
.footer a:hover, .footer a:focus {color: #02b2a7;}
.footer .widget-about-title {color: #02b2a7;}

/* Headers */
.header-top a:hover,
.header-top a:focus {
  color: #02b2a7;
}

.top-menu span {
  color: #02b2a7;
}

.header-menu a:hover,
.header-menu a:focus {
  color: #02b2a7;
}

.account a:hover,
.account a:focus {
  color: #02b2a7;
}

.wishlist a:hover,
.wishlist a:focus {
  color: #02b2a7;
}

.wishlist a .wishlist-count {
  background-color: #02b2a7;
}

.cart-dropdown:hover .dropdown-toggle,
.cart-dropdown.show .dropdown-toggle,
.compare-dropdown:hover .dropdown-toggle,
.compare-dropdown.show .dropdown-toggle {
  color: #02b2a7;
}

.compare-product-title a:hover,
.compare-product-title a:focus {
  color: #02b2a7;
}

.compare-actions .action-link:hover,
.compare-actions .action-link:focus {
  color: #02b2a7;
}

.cart-dropdown .cart-count {
  background-color: #02b2a7;
}

.cart-dropdown .product-title a:hover,
.cart-dropdown .product-title a:focus {
  color: #02b2a7;
}

.wishlist-link .wishlist-count {
  background-color: #02b2a7;
}

.wishlist-link:hover,
.wishlist-link:focus {
  color: #02b2a7;
}

.search-toggle:hover,
.search-toggle:focus,
.search-toggle.active {
  color: #02b2a7;
}


.demo-item a:hover,
.demo-item a:focus {
  color: #02b2a7;
}

.tip {
  background-color: #02b2a7;
}

.header-bottom .menu>li>a:before {
  background-color: #02b2a7;
}

.category-dropdown .dropdown-toggle:before {
  background-color: #02b2a7;
}

.category-dropdown .dropdown-toggle:hover,
.category-dropdown .dropdown-toggle:focus {
  color: #fff;
  background-color: #02b2a7;
}

.category-dropdown:not(.is-on):hover .dropdown-toggle {
  background-color: #02b2a7;
}

.category-dropdown.show .dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
}

.category-dropdown .dropdown-item:hover,
.category-dropdown .dropdown-item:focus {
  color: #02b2a7;
}

/* Vertical Menu */
.menu-vertical li:hover>a,
.menu-vertical li.show>a,
.menu-vertical li.active>a {
  color: #02b2a7;
}

.menu-vertical>li:hover>a,
.menu-vertical>li.show>a,
.menu-vertical>li.active>a {
  color: #02b2a7;
}

.mobile-menu-close:hover,
.mobile-menu-close:focus {
  color: #02b2a7;
}

.mobile-menu li a:hover,
.mobile-menu li a:focus {
  color: #02b2a7;
}

.mobile-menu li.open>a,
.mobile-menu li.active>a {
  color: #02b2a7;
}

.mmenu-btn:hover,
.mmenu-btn:focus {
  color: #02b2a7;
}

.mobile-search .form-control:focus {
  border-color: #02b2a7;
}

.nav.nav-pills-mobile .nav-link.active,
.nav.nav-pills-mobile .nav-link:hover,
.nav.nav-pills-mobile .nav-link:focus {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.mobile-cats-menu li a:hover,
.mobile-cats-menu li a:focus {
  color: #02b2a7;
}

.mobile-menu-light .mobile-menu li.open>a,
.mobile-menu-light .mobile-menu li.active>a {
  color: #02b2a7;
}

.mobile-menu-light .mobile-search .form-control:focus {
  border-color: #02b2a7;
}

/* Header 4 */
.header-4 .header-search .header-search-wrapper {
  border-color: #02b2a7;
}

.header-4 .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus) {
  color: #02b2a7;
}

@media screen and (max-width: 991px) {
  .header-4 .header-search-visible .header-search-wrapper:before {
    border-bottom-color: #02b2a7;
  }
}

/* Header 6 */
.header-6 .header-middle a:hover,
.header-6 .header-middle a:focus {
  color: #02b2a7;
}

.header-8 .header-top {
  color: #f4e8dd;
  background-color: #02b2a7;
}

/* Header 10 */
.header-10 .header-search .header-search-wrapper {
  border-color: #02b2a7;
}

.header-10 .category-dropdown .dropdown-toggle {
  background-color: #02b2a7;
}

.header-10 .menu-vertical .menu-title {
  color: #02b2a7;
}

/* Header 12 */
.header-12 .dropdown.category-dropdown .dropdown-toggle {
  background-color: #02b2a7;
}

/* Header 13 */
.header-13 .dropdown.category-dropdown .dropdown-toggle {
  background-color: #02b2a7;
}

/* Header 14 */
.header-14 .header-search .header-search-wrapper {
  border-color: #02b2a7;
}

.header-14 .dropdown.category-dropdown .dropdown-toggle {
  background-color: #02b2a7;
}

/* Pages */
.entry-video a:hover:after,
.entry-video a:focus:after {
  color: #02b2a7;
}

.entry-meta a:hover,
.entry-meta a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #02b2a7;
}

.entry-cats a:hover,
.entry-cats a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.read-more:hover,
.read-more:focus {
  box-shadow: 0 1px 0 0 #02b2a7;
}

.menu-cat a:hover,
.menu-cat a:focus {
  color: #02b2a7;
}

.menu-cat li.active a {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.widget-search .btn:hover,
.widget-search .btn:focus {
  color: #02b2a7;
}

.widget-cats a:hover,
.widget-cats a:focus {
  color: #02b2a7;
}

.posts-list a:hover,
.posts-list a:focus {
  color: #02b2a7;
}

.tagcloud a:hover,
.tagcloud a:focus {
  color: #02b2a7;
}

.table .total-col {
  color: #02b2a7;
}

.btn.btn-spinner:hover,
.btn.btn-spinner:focus {
  color: #02b2a7;
}

.table.table-summary .summary-shipping-estimate a:hover,
.table.table-summary .summary-shipping-estimate a:focus {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.sidebar-toggler:hover,
.sidebar-toggler:focus {
  color: #02b2a7;
}

#filter-price-range {
  color: #02b2a7;
}

.checkout-discount label span {
  color: #02b2a7;
}

.checkout-discount .form-control:focus {
  border-color: #02b2a7;
}

.table.table-summary a:hover,
.table.table-summary a:focus {
  color: #02b2a7;
}

.table.table-summary .summary-total td {
  color: #02b2a7;
}

.accordion-summary .card-title a:before {
  border-color: #02b2a7;
}

.accordion-summary .card-title a:after {
  background-color: #02b2a7;
}

.paypal-link:hover,
.paypal-link:focus {
  color: #02b2a7 !important;
}

.coming-countdown .countdown-amount {
  color: #02b2a7;
}

.coming-countdown.countdown-separator .countdown-section:not(:last-child):after {
  color: #02b2a7;
}

.contact-box a:hover,
.contact-box a:focus {
  color: #02b2a7;
}

.contact-list a:hover,
.contact-list a:focus {
  color: #02b2a7;
}

.contact-list i {
  color: #02b2a7;
}

.store a:not(.btn):hover,
.store a:not(.btn):focus {
  color: #02b2a7;
}

.nav-dashboard .nav-link:hover,
.nav-dashboard .nav-link:focus,
.nav-dashboard .nav-link.active {
  color: #02b2a7;
}

.form-tab .form-footer a:hover,
.form-tab .form-footer a:focus {
  color: #02b2a7;
}

.nav-filter a:hover,
.nav-filter a:focus {
  color: #02b2a7;
}

.nav-filter .active a {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.portfolio-title a:hover,
.portfolio-title a:focus {
  color: #02b2a7;
}

.portfolio-tags a {
  color: #02b2a7;
}

.portfolio-tags a:hover,
.portfolio-tags a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.btn-product-gallery:hover,
.btn-product-gallery:focus {
  background-color: #02b2a7;
}

.product-gallery-item:before {
  border-color: #02b2a7;
}

.product-pager-link:hover,
.product-pager-link:focus {
  color: #02b2a7;
}

.product-pager-link:hover span,
.product-pager-link:focus span {
  box-shadow: 0 1px 0 #02b2a7;
}

.product-details .product-cat a:hover,
.product-details .product-cat a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.product-details .product-size a.active,
.product-details .product-size a:hover,
.product-details .product-size a:focus {
  color: #02b2a7;
  border-color: #02b2a7;
}

.product-details-short {border: 1px solid #CCCCCC;text-align: center;padding: 10px;width: 100%;}
.product-details-short .product-details-short-box {border-bottom: 1px solid #CCCCCC;margin-bottom: 8px;padding-bottom:8px }
.product-details-short .product-details-short-box:last-child {border-bottom: 0;margin-bottom: 0px;padding-bottom:0px }
.product-details-short .product-details-short-box small {font-size: 11px;display: block;margin-bottom: 3px;color: #cc9966}
.product-details-short .product-details-short-box span {font-size: 16px;display: block;font-weight: 600}

.size-guide:hover,
.size-guide:focus {
  color: #02b2a7;
}

.product-details-action .btn-cart {
  color: #02b2a7;
  border-color: #02b2a7;
}

.product-details-action .btn-cart:hover,
.product-details-action .btn-cart:focus {
  border-color: #02b2a7;
  background-color: #02b2a7;
}

.product-details-tab .nav.nav-pills .nav-link:hover,
.product-details-tab .nav.nav-pills .nav-link:focus {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.product-desc-content a:hover,
.product-desc-content a:focus {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.review h4 a:hover,
.review h4 a:focus {
  color: #02b2a7;
}

.review-action a:hover,
.review-action a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.product-details-extended .nav.nav-pills .nav-link.active,
.product-details-extended .nav.nav-pills .nav-link:hover,
.product-details-extended .nav.nav-pills .nav-link:focus {
  border-color: #02b2a7;
}

.editor-content a:hover,
.editor-content a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.editor-content blockquote {
  border-left-color: #02b2a7;
}

.entry-tags a:hover,
.entry-tags a:focus {
  color: #02b2a7;
}

.entry-author-details h4 a:hover,
.entry-author-details h4 a:focus {
  color: #02b2a7;
}

.author-link:hover,
.author-link:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.pager-link {
  color: #02b2a7;
}

.pager-link:hover,
.pager-link:focus {
  color: #02b2a7;
}

.pager-link:hover:after,
.pager-link:focus:after {
  color: #02b2a7;
}

.comment-reply:hover,
.comment-reply:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.comment-user h4 a:hover,
.comment-user h4 a:focus {
  color: #02b2a7;
}

.product-col .product-title a:hover,
.product-col .product-title a:focus {
  color: #02b2a7;
}

/* Plugins */
.owl-theme .owl-nav [class*='owl-'] {
  color: #02b2a7;
}

.owl-theme .owl-nav [class*='owl-']:not(.disabled):hover {
  border-color: #02b2a7;
  background: #02b2a7;
}

.owl-theme.owl-light .owl-nav [class*='owl-']:not(.disabled):hover {
  border-color: #02b2a7;
}

.owl-theme.owl-light .owl-dots .owl-dot:hover span {
  border-color: #02b2a7;
  background: #02b2a7;
}

.owl-theme.owl-light .owl-dots .owl-dot.active span {
  border-color: #02b2a7;
  background: #02b2a7;
}

.owl-full .owl-nav [class*='owl-'] {
  color: #02b2a7;
}

.owl-full .owl-nav [class*='owl-']:hover,
.owl-full .owl-nav [class*='owl-']:focus {
  color: #02b2a7;
}

.owl-full .owl-dots .owl-dot span {
  border-color: #02b2a7;
}

.owl-full .owl-dots .owl-dot:hover span {
  border-color: #02b2a7;
  background: #02b2a7;
}

.owl-full .owl-dots .owl-dot.active span {
  border-color: #02b2a7;
  background: #02b2a7;
}

.owl-full.owl-nav-dark .owl-nav [class*='owl-']:hover,
.owl-full.owl-nav-dark .owl-nav [class*='owl-']:focus {
  color: #02b2a7;
}

.owl-simple .owl-nav [class*='owl-']:not(.disabled):hover {
  color: #02b2a7;
}

.owl-simple.owl-light .owl-dots .owl-dot:hover span {
  border-color: #02b2a7;
  background: #02b2a7;
}

.owl-simple.owl-light .owl-dots .owl-dot.active span {
  border-color: #02b2a7;
  background: #02b2a7;
}

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-'] {
  border: none;
  font-size: 3rem;
  color: #fff;
}

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:hover,
.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:focus {
  color: #02b2a7;
  background-color: transparent;
}

.quickView-content .details-action-wrapper .btn-product:hover span,
.quickView-content .details-action-wrapper .btn-product:focus span {
  color: #02b2a7;
  box-shadow: 0 1px 0 0 #02b2a7;
}

.quickView-content .product-details-action .btn-cart {
  transition: color .3s;
}

.quickView-content .product-details-action .btn-cart:hover,
.quickView-content .product-details-action .btn-cart:focus {
  border-color: #02b2a7;
  background-color: #02b2a7;
  color: #fff;
}

.quickView-content .btn-wishlist,
.quickView-content .btn-compare {
  border: none;
}

.quickView-content .btn-wishlist:before,
.quickView-content .btn-compare:before {
  color: #02b2a7;
}

.quickView-content .btn-wishlist:hover,
.quickView-content .btn-wishlist:focus,
.quickView-content .btn-compare:hover,
.quickView-content .btn-compare:focus {
  color: #02b2a7;
  background-color: transparent;
}

.quickView-content .btn-wishlist:hover span,
.quickView-content .btn-wishlist:focus span,
.quickView-content .btn-compare:hover span,
.quickView-content .btn-compare:focus span {
  color: #02b2a7;
}

.quickView-content .btn-fullscreen:hover,
.quickView-content .btn-fullscreen:focus {
  color: #fff;
  background-color: #02b2a7;
}

.quickView-content .product-left .carousel-dot.active img {
  opacity: 1;
  box-shadow: 0 0 0 1px #02b2a7;
}

.quickView-content .product-left .carousel-dot:hover img,
.quickView-content .product-left .carousel-dot:focus img {
  opacity: 1;
}

.newsletter-popup-container .banner-title span {
  color: #02b2a7;
}




/* Skin structure */
::-moz-selection {
  background-color: #02b2a7;
}

::selection {
  background-color: #02b2a7;
}

.bg-primary {
  background-color: #02b2a7 !important;
}

.bg-secondary {
  background-color: #000 !important;
}




.link-underline {
  box-shadow: 0 1px 0 0 #02b2a7;
}

.text-primary {
  color: #02b2a7 !important;
}

.text-secondary {
  color: #000 !important;
}

/* Elements */
.alert-primary {
  background-color: #02b2a7;
}

.banner-badge .banner-link:hover .banner-link-text,
.banner-badge .banner-link:focus .banner-link-text {
  background-color: #02b2a7;
}

.header-3 .header-search-extended .btn,
.header-4 .header-search-extended .btn {
  background-color: transparent;
  color: #333;
}

.header-3 .header-search-extended .btn:hover,
.header-3 .header-search-extended .btn:focus,
.header-4 .header-search-extended .btn:hover,
.header-4 .header-search-extended .btn:focus {
  color: #02b2a7;
}

.btn-video {
  color: #02b2a7;
}

.btn-video:hover,
.btn-video:focus {
  background-color: #000;
}

.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
  color: #02b2a7;
}

.btn-link {
  color: #02b2a7;
}

.btn-link:hover,
.btn-link:focus,
.btn-link .btn-link-dark:hover,
.btn-link .btn-link-dark:focus {
  color: #02b2a7;
  border-color: #02b2a7;
}

/* generated with mixins */
.btn-primary {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
}

.btn-secondary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-white {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

.btn-white-2 {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-white-2:hover,
.btn-white-2:focus,
.btn-white-2.focus,
.btn-white-2:not(:disabled):not(.disabled):active,
.btn-white-2:not(:disabled):not(.disabled).active,
.show>.btn-white-2.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}

.btn-white-2.disabled,
.btn-white-2:disabled {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary-white {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-primary-white:hover,
.btn-primary-white:focus,
.btn-primary-white.focus,
.btn-primary-white:not(:disabled):not(.disabled):active,
.btn-primary-white:not(:disabled):not(.disabled).active,
.show>.btn-primary-white.dropdown-toggle {
  color: #02b2a7;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-primary-white.disabled,
.btn-primary-white:disabled {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
}

.btn-white-primary {
  color: #02b2a7;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-white-primary:hover,
.btn-white-primary:focus,
.btn-white-primary.focus,
.btn-white-primary:not(:disabled):not(.disabled):active,
.btn-white-primary:not(:disabled):not(.disabled).active,
.show>.btn-white-primary.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-white-primary.disabled,
.btn-white-primary:disabled {
  color: #02b2a7;
  background-color: #fff;
  border-color: #fff;
}

.btn-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: none;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-outline {
  color: #02b2a7;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline.focus,
.btn-outline:not(:disabled):not(.disabled):active,
.btn-outline:not(:disabled):not(.disabled).active,
.show>.btn-outline.dropdown-toggle {
  color: #02b2a7;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.btn-outline.disabled,
.btn-outline:disabled {
  color: #02b2a7;
  background-color: transparent;
}

.btn-outline-primary {
  color: #02b2a7;
  background-color: transparent;
  background-image: none;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #02b2a7;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #02b2a7;
  background-color: transparent;
}

.btn-outline-primary-2 {
  color: #02b2a7;
  background-color: transparent;
  background-image: none;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-primary-2:hover,
.btn-outline-primary-2:focus,
.btn-outline-primary-2.focus,
.btn-outline-primary-2:not(:disabled):not(.disabled):active,
.btn-outline-primary-2:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary-2.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-primary-2.disabled,
.btn-outline-primary-2:disabled {
  color: #02b2a7;
  background-color: transparent;
}

.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #02b2a7;
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-dark {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #02b2a7;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-dark-2 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none;
}

.btn-outline-dark-2:hover,
.btn-outline-dark-2:focus,
.btn-outline-dark-2.focus,
.btn-outline-dark-2:not(:disabled):not(.disabled):active,
.btn-outline-dark-2:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark-2.dropdown-toggle {
  color: #02b2a7;
  background-color: #fafafa;
  border-color: #ebebeb;
  box-shadow: none;
}

.btn-outline-dark-2.disabled,
.btn-outline-dark-2:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-dark-3 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}

.btn-outline-dark-3:hover,
.btn-outline-dark-3:focus,
.btn-outline-dark-3.focus,
.btn-outline-dark-3:not(:disabled):not(.disabled):active,
.btn-outline-dark-3:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark-3.dropdown-toggle {
  color: #02b2a7;
  background-color: transparent;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-dark-3.disabled,
.btn-outline-dark-3:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-darker {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}

.btn-outline-darker:hover,
.btn-outline-darker:focus,
.btn-outline-darker.focus,
.btn-outline-darker:not(:disabled):not(.disabled):active,
.btn-outline-darker:not(:disabled):not(.disabled).active,
.show>.btn-outline-darker.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-gray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #959595;
  box-shadow: none;
}

.btn-outline-gray:hover,
.btn-outline-gray:focus,
.btn-outline-gray.focus,
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-lightgray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none;
}

.btn-outline-lightgray:hover,
.btn-outline-lightgray:focus,
.btn-outline-lightgray.focus,
.btn-outline-lightgray:not(:disabled):not(.disabled):active,
.btn-outline-lightgray:not(:disabled):not(.disabled).active,
.show>.btn-outline-lightgray.dropdown-toggle {
  color: #02b2a7;
  background-color: #f5f6f9;
  border-color: #ebebeb;
  box-shadow: none;
}

.btn-outline-lightgray.disabled,
.btn-outline-lightgray:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white-2 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-white-2:hover,
.btn-outline-white-2:focus,
.btn-outline-white-2.focus,
.btn-outline-white-2:not(:disabled):not(.disabled):active,
.btn-outline-white-2:not(:disabled):not(.disabled).active,
.show>.btn-outline-white-2.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}

.btn-outline-white-2.disabled,
.btn-outline-white-2:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white-4 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-white-4:hover,
.btn-outline-white-4:focus,
.btn-outline-white-4.focus,
.btn-outline-white-4:not(:disabled):not(.disabled):active,
.btn-outline-white-4:not(:disabled):not(.disabled).active,
.show>.btn-outline-white-4.dropdown-toggle {
  color: #02b2a7;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-white-4.disabled,
.btn-outline-white-4:disabled {
  color: #fff;
  background-color: transparent;
}

.newsletter-popup-container .input-group .btn:hover,
.newsletter-popup-container .input-group .btn:focus {
  background-color: #02b2a7;
}

.bg-image .btn-link-dark:hover,
.bg-image .btn-link-dark:focus {
  color: #02b2a7;
  border-color: #02b2a7;
}

.bg-image .btn-outline-primary:hover,
.bg-image .btn-outline-primary:focus,
.bg-image .btn-outline-primary.focus,
.bg-image .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-image .btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.bg-image .btn-outline-primary.dropdown-toggle {
  background-color: #02b2a7;
  border-color: #02b2a7;
}

.bg-image .btn-outline-dark:hover,
.bg-image .btn-outline-dark:focus,
.bg-image .btn-outline-dark.focus,
.bg-image .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-image .btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.bg-image .btn-outline-dark.dropdown-toggle {
  color: #02b2a7;
}

.card-title a {
  color: #02b2a7;
}

.card-title a:before {
  color: #02b2a7;
}

.card-title a.collapsed:hover,
.card-title a.collapsed:focus {
  color: #02b2a7;
}

.count-wrapper {
  color: #02b2a7;
}

.feature-box i {
  color: #02b2a7;
}

.feature-box-simple i {
  color: #02b2a7;
}

.form-control:focus {
  border-color: #02b2a7;
}

.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::before {
  border-color: #02b2a7;
}

.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-color: #02b2a7;
}

.icon-box-icon {
  color: #02b2a7;
}

.icon-box-circle .icon-box-icon {
  background-color: #02b2a7;
}

.instagram-feed-content a:hover,
.instagram-feed-content a:focus {
  color: #02b2a7;
}

.close:hover,
.close:focus {
  color: #02b2a7;
}

.page-header h1 span {
  color: #02b2a7;
}

.page-link:hover,
.page-link:focus {
  color: #02b2a7;
}

.page-item.active .page-link {
  color: #02b2a7;
}

.social-icon:hover,
.social-icon:focus {
  color: #02b2a7;
  border-color: #02b2a7;
}

.testimonial-icon:before {
  color: #02b2a7;
}

.nav.nav-tabs .nav-link:hover,
.nav.nav-tabs .nav-link:focus {
  color: #02b2a7;
}

.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
  color: #02b2a7;
}

.nav.nav-pills .nav-link:hover,
.nav.nav-pills .nav-link:focus {
  color: #02b2a7;
}

.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.nav.nav-border-anim .nav-link:before {
  background-color: #02b2a7;
}

.title-link:hover,
.title-link:focus {
  box-shadow: 0 1px 0 0 #02b2a7;
}

.product-countdown.countdown-primary .countdown-amount {
  color: #02b2a7;
}

.product-title a:hover,
.product-title a:focus {
  color: #02b2a7;
}

.product-price {
  color: #02b2a7;
}

.product-label.label-primary {
  background-color: #02b2a7;
}

.product-label.label-secondary {
  background-color: #000;
}

.product-label-text {
  color: #02b2a7;
}

.ratings-primary .ratings-val {
  color: #02b2a7;
}

.ratings-text a:hover,
.ratings-text a:focus {
  color: #02b2a7;
}

.btn-product {
  color: #02b2a7;
}

.btn-product:hover span,
.btn-product:focus span {
  color: #02b2a7;
  box-shadow: 0 1px 0 0 #02b2a7;
}

.btn-product-icon {
  color: #02b2a7;
}

.btn-product-icon:hover,
.btn-product-icon:focus {
  background-color: #02b2a7;
}

.product-body .btn-wishlist:hover,
.product-body .btn-wishlist:focus {
  color: #02b2a7;
}

.btn-expandable span {
  background-color: #02b2a7;
}

.product.product-4 .btn-product:hover,
.product.product-4 .btn-product:focus {
  background-color: #000;
}

.product.product-5 .btn-product {
  color: #02b2a7;
}

.product.product-5 .btn-product:hover,
.product.product-5 .btn-product:focus {
  background-color: #02b2a7;
}

.product.product-7 .btn-product {
  color: #02b2a7;
}

.product.product-7 .btn-product span {
  color: #02b2a7;
}

.product.product-7 .btn-product:hover,
.product.product-7 .btn-product:focus {
  background-color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.product.product-8 .new-price {
  color: #02b2a7;
}

.product.product-8 .btn-product:before {
  color: #02b2a7;
}

.product.product-8 .btn-product:hover,
.product.product-8 .btn-product:focus {
  background-color: #02b2a7;
}

.product.product-list .btn-product:hover,
.product.product-list .btn-product:focus {
  color: #02b2a7;
}

.product.product-list .btn-product.btn-cart {
  color: #02b2a7;
  border-color: #02b2a7;
}

.product.product-list .btn-product.btn-cart:hover,
.product.product-list .btn-product.btn-cart:focus {
  background-color: #02b2a7;
}

/* Headers */
.header-top a:hover,
.header-top a:focus {
  color: #02b2a7;
}

.top-menu span {
  color: #02b2a7;
}

.header-menu a:hover,
.header-menu a:focus {
  color: #02b2a7;
}

.account a:hover,
.account a:focus {
  color: #02b2a7;
}

.wishlist a:hover,
.wishlist a:focus {
  color: #02b2a7;
}

.wishlist a .wishlist-count {
  background-color: #02b2a7;
}

.cart-dropdown:hover .dropdown-toggle,
.cart-dropdown.show .dropdown-toggle,
.compare-dropdown:hover .dropdown-toggle,
.compare-dropdown.show .dropdown-toggle {
  color: #02b2a7;
}

.compare-product-title a:hover,
.compare-product-title a:focus {
  color: #02b2a7;
}

.compare-actions .action-link:hover,
.compare-actions .action-link:focus {
  color: #02b2a7;
}

.cart-dropdown .cart-count {
  background-color: #02b2a7;
}

.cart-dropdown .product-title a:hover,
.cart-dropdown .product-title a:focus {
  color: #02b2a7;
}

.wishlist-link .wishlist-count {
  background-color: #02b2a7;
}

.wishlist-link:hover,
.wishlist-link:focus {
  color: #02b2a7;
}

.search-toggle:hover,
.search-toggle:focus,
.search-toggle.active {
  color: #02b2a7;
}

/* Menu */


.demo-item a:hover,
.demo-item a:focus {
  color: #02b2a7;
}

.tip {
  background-color: #02b2a7;
}

.header-bottom .menu>li>a:before {
  background-color: #02b2a7;
}

.category-dropdown .dropdown-toggle:before {
  background-color: #02b2a7;
}

.category-dropdown .dropdown-toggle:hover,
.category-dropdown .dropdown-toggle:focus {
  color: #fff;
  background-color: #02b2a7;
}

.category-dropdown:not(.is-on):hover .dropdown-toggle {
  background-color: #02b2a7;
}

.category-dropdown.show .dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
}

.category-dropdown .dropdown-item:hover,
.category-dropdown .dropdown-item:focus {
  color: #02b2a7;
}

/* Vertical Menu */
.menu-vertical li:hover>a,
.menu-vertical li.show>a,
.menu-vertical li.active>a {
  color: #02b2a7;
}

.menu-vertical>li:hover>a,
.menu-vertical>li.show>a,
.menu-vertical>li.active>a {
  color: #02b2a7;
}

.mobile-menu-close:hover,
.mobile-menu-close:focus {
  color: #02b2a7;
}

.mobile-menu li a:hover,
.mobile-menu li a:focus {
  color: #02b2a7;
}

.mobile-menu li.open>a,
.mobile-menu li.active>a {
  color: #02b2a7;
}

.mmenu-btn:hover,
.mmenu-btn:focus {
  color: #02b2a7;
}

.mobile-search .form-control:focus {
  border-color: #02b2a7;
}

.nav.nav-pills-mobile .nav-link.active,
.nav.nav-pills-mobile .nav-link:hover,
.nav.nav-pills-mobile .nav-link:focus {
  color: #02b2a7;
  border-bottom-color: #cc9966;
}

.mobile-cats-menu li a:hover,
.mobile-cats-menu li a:focus {
  color: #02b2a7;
}

.mobile-menu-light .mobile-menu li.open>a,
.mobile-menu-light .mobile-menu li.active>a {
  color: #02b2a7;
}

.mobile-menu-light .mobile-search .form-control:focus {
  border-color: #02b2a7;
}

/* Header 4 */
.header-4 .header-search .header-search-wrapper {
  border-color: #02b2a7;
}

.header-4 .dropdown.category-dropdown .dropdown-toggle:not(:hover):not(:focus) {
  color: #02b2a7;
}

@media screen and (max-width: 991px) {
  .header-4 .header-search-visible .header-search-wrapper:before {
    border-bottom-color: #02b2a7;
  }
}

/* Header 6 */
.header-6 .header-middle a:hover,
.header-6 .header-middle a:focus {
  color: #02b2a7;
}

.header-8 .header-top {
  color: #f4e8dd;
  background-color: #02b2a7;
}

/* Header 10 */
.header-10 .header-search .header-search-wrapper {
  border-color: #02b2a7;
}

.header-10 .category-dropdown .dropdown-toggle {
  background-color: #02b2a7;
}

.header-10 .menu-vertical .menu-title {
  color: #02b2a7;
}

/* Header 12 */
.header-12 .dropdown.category-dropdown .dropdown-toggle {
  background-color: #02b2a7;
}

/* Header 13 */
.header-13 .dropdown.category-dropdown .dropdown-toggle {
  background-color: #02b2a7;
}

/* Header 14 */
.header-14 .header-search .header-search-wrapper {
  border-color: #02b2a7;
}

.header-14 .dropdown.category-dropdown .dropdown-toggle {
  background-color: #02b2a7;
}

/* Pages */
.entry-video a:hover:after,
.entry-video a:focus:after {
  color: #02b2a7;
}

.entry-meta a:hover,
.entry-meta a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #02b2a7;
}

.entry-cats a:hover,
.entry-cats a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.read-more:hover,
.read-more:focus {
  box-shadow: 0 1px 0 0 #02b2a7;
}

.menu-cat a:hover,
.menu-cat a:focus {
  color: #02b2a7;
}

.menu-cat li.active a {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.widget-search .btn:hover,
.widget-search .btn:focus {
  color: #02b2a7;
}

.widget-cats a:hover,
.widget-cats a:focus {
  color: #02b2a7;
}

.posts-list a:hover,
.posts-list a:focus {
  color: #02b2a7;
}

.tagcloud a:hover,
.tagcloud a:focus {
  color: #02b2a7;
}

.table .total-col {
  color: #02b2a7;
}

.btn.btn-spinner:hover,
.btn.btn-spinner:focus {
  color: #02b2a7;
}

.table.table-summary .summary-shipping-estimate a:hover,
.table.table-summary .summary-shipping-estimate a:focus {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.sidebar-toggler:hover,
.sidebar-toggler:focus {
  color: #02b2a7;
}

#filter-price-range {
  color: #02b2a7;
}

.checkout-discount label span {
  color: #02b2a7;
}

.checkout-discount .form-control:focus {
  border-color: #02b2a7;
}

.table.table-summary a:hover,
.table.table-summary a:focus {
  color: #02b2a7;
}

.table.table-summary .summary-total td {
  color: #02b2a7;
}

.accordion-summary .card-title a:before {
  border-color: #02b2a7;
}

.accordion-summary .card-title a:after {
  background-color: #02b2a7;
}

.paypal-link:hover,
.paypal-link:focus {
  color: #02b2a7 !important;
}

.coming-countdown .countdown-amount {
  color: #02b2a7;
}

.coming-countdown.countdown-separator .countdown-section:not(:last-child):after {
  color: #02b2a7;
}

.contact-box a:hover,
.contact-box a:focus {
  color: #02b2a7;
}

.contact-list a:hover,
.contact-list a:focus {
  color: #02b2a7;
}

.contact-list i {
  color: #02b2a7;
}

.store a:not(.btn):hover,
.store a:not(.btn):focus {
  color: #02b2a7;
}

.nav-dashboard .nav-link:hover,
.nav-dashboard .nav-link:focus,
.nav-dashboard .nav-link.active {
  color: #02b2a7;
}

.form-tab .form-footer a:hover,
.form-tab .form-footer a:focus {
  color: #02b2a7;
}

.nav-filter a:hover,
.nav-filter a:focus {
  color: #02b2a7;
}

.nav-filter .active a {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.portfolio-title a:hover,
.portfolio-title a:focus {
  color: #02b2a7;
}

.portfolio-tags a {
  color: #02b2a7;
}

.portfolio-tags a:hover,
.portfolio-tags a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.btn-product-gallery:hover,
.btn-product-gallery:focus {
  background-color: #02b2a7;
}

.product-gallery-item:before {
  border-color: #02b2a7;
}

.product-pager-link:hover,
.product-pager-link:focus {
  color: #02b2a7;
}

.product-pager-link:hover span,
.product-pager-link:focus span {
  box-shadow: 0 1px 0 #02b2a7;
}

.product-details .product-cat a:hover,
.product-details .product-cat a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.product-details .product-size a.active,
.product-details .product-size a:hover,
.product-details .product-size a:focus {
  color: #02b2a7;
  border-color: #02b2a7;
}

.size-guide:hover,
.size-guide:focus {
  color: #02b2a7;
}

.product-details-action .btn-cart {
  color: #02b2a7;
  border-color: #02b2a7;
}

.product-details-action .btn-cart:hover,
.product-details-action .btn-cart:focus {
  border-color: #02b2a7;
  background-color: #02b2a7;
}

.product-details-tab .nav.nav-pills .nav-link:hover,
.product-details-tab .nav.nav-pills .nav-link:focus {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.product-desc-content a:hover,
.product-desc-content a:focus {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.review h4 a:hover,
.review h4 a:focus {
  color: #02b2a7;
}

.review-action a:hover,
.review-action a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.product-details-extended .nav.nav-pills .nav-link.active,
.product-details-extended .nav.nav-pills .nav-link:hover,
.product-details-extended .nav.nav-pills .nav-link:focus {
  border-color: #02b2a7;
}

.editor-content a:hover,
.editor-content a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.editor-content blockquote {
  border-left-color: #02b2a7;
}

.entry-tags a:hover,
.entry-tags a:focus {
  color: #02b2a7;
}

.entry-author-details h4 a:hover,
.entry-author-details h4 a:focus {
  color: #02b2a7;
}

.author-link:hover,
.author-link:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.pager-link {
  color: #02b2a7;
}

.pager-link:hover,
.pager-link:focus {
  color: #02b2a7;
}

.pager-link:hover:after,
.pager-link:focus:after {
  color: #02b2a7;
}

.comment-reply:hover,
.comment-reply:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.comment-user h4 a:hover,
.comment-user h4 a:focus {
  color: #02b2a7;
}

.product-col .product-title a:hover,
.product-col .product-title a:focus {
  color: #02b2a7;
}

/* Plugins */
.owl-theme .owl-nav [class*='owl-'] {
  color: #02b2a7;
}

.owl-theme .owl-nav [class*='owl-']:not(.disabled):hover {
  border-color: #02b2a7;
  background: #02b2a7;
}

.owl-theme.owl-light .owl-nav [class*='owl-']:not(.disabled):hover {
  border-color: #02b2a7;
}

.owl-theme.owl-light .owl-dots .owl-dot:hover span {
  border-color: #02b2a7;
  background: #02b2a7;
}

.owl-theme.owl-light .owl-dots .owl-dot.active span {
  border-color: #02b2a7;
  background: #02b2a7;
}

.owl-full .owl-nav [class*='owl-'] {
  color: #02b2a7;
}

.owl-full .owl-nav [class*='owl-']:hover,
.owl-full .owl-nav [class*='owl-']:focus {
  color: #02b2a7;
}

.owl-full .owl-dots .owl-dot span {
  border-color: #02b2a7;
}

.owl-full .owl-dots .owl-dot:hover span {
  border-color: #02b2a7;
  background: #02b2a7;
}

.owl-full .owl-dots .owl-dot.active span {
  border-color: #02b2a7;
  background: #02b2a7;
}

.owl-full.owl-nav-dark .owl-nav [class*='owl-']:hover,
.owl-full.owl-nav-dark .owl-nav [class*='owl-']:focus {
  color: #02b2a7;
}

.owl-simple .owl-nav [class*='owl-']:not(.disabled):hover {
  color: #02b2a7;
}

.owl-simple.owl-light .owl-dots .owl-dot:hover span {
  border-color: #02b2a7;
  background: #02b2a7;
}

.owl-simple.owl-light .owl-dots .owl-dot.active span {
  border-color: #02b2a7;
  background: #02b2a7;
}

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-'] {
  border: none;
  font-size: 3rem;
  color: #fff;
}

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:hover,
.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:focus {
  color: #02b2a7;
  background-color: transparent;
}

.quickView-content .details-action-wrapper .btn-product:hover span,
.quickView-content .details-action-wrapper .btn-product:focus span {
  color: #02b2a7;
  box-shadow: 0 1px 0 0 #02b2a7;
}

.quickView-content .product-details-action .btn-cart {
  transition: color .3s;
}

.quickView-content .product-details-action .btn-cart:hover,
.quickView-content .product-details-action .btn-cart:focus {
  border-color: #02b2a7;
  background-color: #02b2a7;
  color: #fff;
}

.quickView-content .btn-wishlist,
.quickView-content .btn-compare {
  border: none;
}

.quickView-content .btn-wishlist:before,
.quickView-content .btn-compare:before {
  color: #02b2a7;
}

.quickView-content .btn-wishlist:hover,
.quickView-content .btn-wishlist:focus,
.quickView-content .btn-compare:hover,
.quickView-content .btn-compare:focus {
  color: #02b2a7;
  background-color: transparent;
}

.quickView-content .btn-wishlist:hover span,
.quickView-content .btn-wishlist:focus span,
.quickView-content .btn-compare:hover span,
.quickView-content .btn-compare:focus span {
  color: #02b2a7;
}

.quickView-content .btn-fullscreen:hover,
.quickView-content .btn-fullscreen:focus {
  color: #fff;
  background-color: #02b2a7;
}

.quickView-content .product-left .carousel-dot.active img {
  opacity: 1;
  box-shadow: 0 0 0 1px #02b2a7;
}

.quickView-content .product-left .carousel-dot:hover img,
.quickView-content .product-left .carousel-dot:focus img {
  opacity: 1;
}

.newsletter-popup-container .banner-title span {
  color: #02b2a7;
}






/*--------------------- 3.Footer -------------------- */
/* Footer */
.footer {
  width: 100%;
  font-weight: 300;
  text-align: left;
  font-size: 1.4rem;
  color: #777;
  background-color: #f8f8f8;
}

.footer a {
  color: inherit;
}
.footer ul li {
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.footer a:hover,
.footer a:focus {
  color: #02b2a7;
}

.footer .widget {
  margin-bottom: 20px;
}

.footer .widget-title {
  color: #333333;
  font-weight: 500;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-middle {
  padding-top: 30px;
  border-top: .1rem solid #ebebeb;
}

.footer-logo {
  margin-bottom: 15px;
  margin-top: -.8rem;
}
.footer-social-item {
  padding: 5px;
  direction: ltr;
  border: 1px solid #EAEAEA;
  display: inline-block;
  border-radius: 5px;
  margin-left: 5px;}
.footer-social-item i {margin-right: 5px;vertical-align: sub;color: #02b2a7;font-size: 18px;}

.container-fluid .widget-about p {
  max-width: 540px;
}

.widget-about p:last-of-type {
  margin-bottom: 3.2rem;
  text-align: justify;
}

.widget-list {
  margin-bottom: 0;
}

.widget-list li:not(:last-child) {
  margin-bottom: .4rem;
}

.widget-newsletter form {
  padding-top: .7rem;
}

.widget-newsletter .form-control {
  height: 46px;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  background-color: #fff;
  border-right-width: 0;
}

.widget-newsletter .form-control:not(:focus) {
  border-color: #dadada;
}

.widget-newsletter .btn {
  min-width: 46px;
  font-size: 1.5rem;
  padding: 1.1rem 1rem;
}

.widget-newsletter .btn i {
  margin: 0 !important;
}

.footer-bottom .container,
.footer-bottom .container-fluid {
  position: relative;
  display: flex;
  align-content: center;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 20px;
}

.footer-bottom .container:before,
.footer-bottom .container-fluid:before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  background-color: #ebebeb;
}


.footer-payments {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/* Scroll Top Button */
#scroll-top {
  width: 35px;
  height: 35px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  color: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  border-radius: 0;
  border: none;
  background-color: #02b2a7;
  font-size: 20px;
  transition: all 0.4s ease;
  transform: translateY(60px);
  -ms-transform: translateY(60px);
}



#scroll-top.show {
  visibility: visible;
  opacity: 1;
  display: flex;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}




/* Products-filter Button */
#products-filter {
  height: 35px;
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 999;
  color: #ffffff;
  display: none;
  padding: 0 33px;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  border-radius: 0;
  border: none;
  background-color: #02b2a7;
  transition: all 0.4s ease;
  transform: translateY(60px);
  -ms-transform: translateY(60px);
}



#products-filter i {  font-size: 20px;margin-right: 10px}
#products-filter.show {
  visibility: visible;
  opacity: 1;
  display: flex;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
}







.col-md-6 .widget-about p,
.col-lg-6 .widget-about p {
  max-width: none;
}

.widget-about-info {
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding-top: .7rem;
}

.widget-about-info .footer-payments {
  margin-top: .6rem;
}

.widget-about-title {
  display: block;
  font-weight: 300;
  font-size: 1.3rem;
  color: #333333;
  letter-spacing: 0;
  margin-bottom: .4rem;
}

.footer-bottom .social-icons {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.footer-bottom .social-icon {
  font-size: 16px;
}

.footer-newsletter {
  color: #ebebeb;
  padding-top: 4.8rem;
  padding-bottom: 5.5rem;
}

.footer-newsletter .heading {
  margin-bottom: 2.4rem;
}

.footer-newsletter .title {
  color: #fff;
  font-weight: 500;
}

.footer-newsletter .title-desc {
  color: inherit;
  font-size: 1.6rem;
  margin-top: .7rem;
}

.footer-newsletter .title-desc span {
  color: #fff;
  font-weight: 400;
}

.footer-newsletter .form-control {
  height: 46px;
  padding: 1.25rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  color: #999999;
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  transition: all 0.3s;
}

.footer-newsletter .form-control.form-control::placeholder {
  color: #999999;
}

.footer-newsletter .btn i:last-child {
  margin-left: 1rem;
}

.footer-menu {
  direction: ltr;
  display: flex;
  align-items: center;
  margin-bottom: .8rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-menu li {
  position: relative;
}

.footer-menu li+li {
  margin-left: 2.1rem;
}

.footer-menu li+li:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1.2rem;
  position: absolute;
  left: -1.1rem;
  top: 50%;
  margin-top: -.6rem;
  background-color: #b5b5b5;
}

.footer-menu a {
  box-shadow: 0 1px 0 #b5b5b5;
}


/*--------------------- 4.Elements -------------------- */
/*--------------------- 4.1.Page Header -------------------- */
/* Page Header */
.page-header {
  padding: 4.6rem 0 5rem;
  background-color: #ebebeb;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.page-header h1 {
  color: #ffffff;
  font: normal 400 3.2rem/1.1;
  margin-bottom: 0;
}

.page-header h1 span {
  display: block;
  color: #02b2a7;
  font-size: 1.6rem;
  margin-top: .8rem;
}

.page-header.page-header-big {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  margin-bottom: 5rem;
}

.page-header.page-header-big h1 span {
  font-size: 1.6rem;
  margin-top: .4rem;
  letter-spacing: 0;
}


/*--------------------- 4.2.BreadCrumbs -------------------- */
/* Breadcrumb */
.breadcrumb-nav {
  margin-bottom: 4rem;
  border-bottom: 0.1rem solid rgba(235, 235, 235, 0.55);
}

.breadcrumb-nav .container,
.breadcrumb-nav .container-fluid {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.breadcrumb-with-filter .container,
.breadcrumb-with-filter .container-fluid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb-with-filter .container-fluid {
  width: 100%;
}

.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.breadcrumb-item {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: capitalize;
}

.breadcrumb-item i {
  font-size: 1.3rem;
  vertical-align: top;
  margin-top: -.2rem;
}

.breadcrumb-item i::before {
  margin: 0;
}

.breadcrumb-item a {
  color: #777;
}

.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
  color: #02b2a7;
}

.breadcrumb-item.active {
  color: #333333;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item:before {
  color: #999999;
  content: '\f054';
  float: left;
  font-family: "Font Awesome 5 Pro";
  padding-left: .7rem;
  font-size: 1.1rem;
  vertical-align: middle;
  margin-top: 2px;
}

/*--------------------- 4.3.Titles -------------------- */
/* Titles */
.title {
  text-align: left;
  font-size: 2.2rem;
}

.title-lg {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: -.01em;
}

.title-sm {
  font-size: 2rem;
  letter-spacing: -.03em;
}

.heading {
  margin-bottom: 1.6rem;
}

.heading.heading-flex {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.heading .title {
  margin-bottom: 0;
}

.heading.heading-center {
  text-align: center;
}

.heading.heading-center .title {
  margin-bottom: 1.5rem;
}

.heading.heading-center .title-lg {
  margin-bottom: 2.4rem;
}

.title-separator {
  font-weight: 300;
  color: #cccccc;
}

.text-white .title-separator {
  color: #777;
}

.title-desc {
  color: #777;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  margin-bottom: 0;
}

.heading-right {
  margin-top: .5rem;
}

.title-link {
  font-weight: 500;
  transition: all .3s ease;
}

.title-link:hover,
.title-link:focus {
  box-shadow: 0 1px 0 0 #02b2a7;
}

.title-link i {
  font-size: 1.5rem;
}

.title-link i:last-child {
  margin-right: .5rem;
}


/*--------------------- 4.4.Icon boxes -------------------- */
/* Icon boxes */
.icon-box {
  color: #777;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  margin-bottom: 2rem;
}

.icon-box.icon-box-sm {
  font-size: 1.4rem;
  line-height: 1.86;
}

.icon-box-title {
  color: #333333;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  margin-bottom: .9rem;
}

.icon-box-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #02b2a7;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 2rem;
}

.icon-box-content p:last-child {
  margin-bottom: 0;
}

.icon-box-left {
  position: relative;
  padding-right: 70px;
}

.icon-box-left .icon-box-icon {
  position: absolute;
  right: 0;
  top: -1rem;
}

.icon-box-circle .icon-box-icon {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  color: #fff;
  background-color: #02b2a7;
}

.icon-box-circle.icon-box-left {
  padding-right: 100px;
}

.icon-box-circle.icon-box-left .icon-box-icon {
  left: 1rem;
}

/* Icon Box Card */
.icon-box-card {
  background-color: #fafafa;
  padding: 6.5rem 2rem 6rem;
}

.icon-box-card .icon-box-title {
  font-weight: 600;
}

.icon-box-card .icon-box-icon {
  margin-bottom: 1.3rem;
}

/* Icon Boxes */
.icon-boxes-container {
  background-color: #f7f7f7;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  margin-bottom: 0;
}

.icon-boxes-container.bg-dark .icon-box-icon {
  color: #666666;
}

.icon-boxes-container.bg-dark .icon-box-title {
  color: #fff;
}

.icon-box-side {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
}

.icon-box-side p {
  margin-bottom: 0;
}

.icon-box-side .icon-box-icon {
  display: inline-block;
  line-height: 0;
  min-width: 7rem;
  text-align: center;
  margin-bottom: 0;
}

.icon-box-side .icon-box-content {
  text-align: right;
}

.icon-box-side .icon-box-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: -.01em;
  margin-top: .2rem;
  margin-bottom: 0;
}


/*--------------------- 4.5.Cards -------------------- */
.accordion {
  text-align: right;
  margin-bottom: 3rem;
}

.card {
  border-radius: 0;
  margin-bottom: 0;
  border: none;
  border-top: .1rem solid #ebebeb;
}

.card:last-child {
  border-bottom: .1rem solid #ebebeb;
}

.card-header {
  position: relative;
  padding: 0;
  border: none;
  font-weight: 700;
  line-height: 1.5;
  background-color: transparent;
  margin: 0;
}

.card-header::after {
  display: block;
  clear: both;
  content: '';
}

.card-title {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.card-title a {
  display: block;
  padding: 1.7rem 4rem 1.7rem 1.2rem;
  position: relative;
  color: #02b2a7;
  border: none;
  background-color: transparent;
  outline: none !important;
}

.card-title a i {
  min-width: 17px;
  margin-left: 2.4rem;
}

.card-title a:before {
  content: '\e802';
  display: inline-block;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  color: #02b2a7;
  font-family: "Font Awesome 5 Pro";
  line-height: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}

.card-title a.collapsed {
  color: #333;
}

.card-title a.collapsed:hover,
.card-title a.collapsed:focus {
  color: #02b2a7;
}

.card-title a.collapsed:before {
  content: '\f078';
  color: #8c8c8c;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.card-body {
  padding: .4rem 4rem 1.8rem 1.2rem;
  border: none;
  border-radius: 0;
}

.accordion-icon .card-body {
  padding-left: 5.5rem !important;
}

.accordion-plus .card-title a:before {
  content: '\f28e';
}

.accordion-plus .card-title a.collapsed:before {
  content: '\f2c2';
}

.accordion-rounded .card:first-child {
  border-radius: .3rem .3rem 0 0;
}

.accordion-rounded .card:last-child {
  border-radius: 0 0 .3rem .3rem;
}

.card.card-box .card-title a {
  padding-right: 2rem;
}

.card.card-box .card-title a:before {
  right: 2rem;
}

.card.card-box .card-title a i {
  margin-right: 1.4rem;
}

.card.card-box .card-body {
  padding: 1rem 2rem 2rem;
}

.card.card-sm .card-title {
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: -.01em;
}

.card.card-sm .card-title a {
  padding-top: 2.1rem;
  padding-bottom: 2.1rem;
}

.card.card-sm .card-title a:before {
  right: 2rem;
}

.card.card-sm .card-body {
  padding: 1rem 2rem 2rem;
  text-align: left;
}

.card.bg-light,
.card.bg-white {
  background-color: #fff !important;
  border: .1rem solid #ebebeb;
}

.card.bg-light .card-title a,
.card.bg-white .card-title a {
  background-color: #fff;
}

.card.bg-light .card-title a.collapsed {
  background-color: #fafafa;
}



/*--------------------- 4.6.Tabs -------------------- */
/* Tabs */
.nav-link:focus {
  outline: none !important;
}

.nav.nav-tabs {
  border-bottom-right-radius: .3rem;
  border: .1rem solid #d7d7d7;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}

.nav.nav-tabs .nav-link {
  color: #777;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.025em;
  padding: .85rem 2.2rem;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  text-align: center;
  transition: all .35s ease;
}

.nav.nav-tabs .nav-link:hover,
.nav.nav-tabs .nav-link:focus {
  color: #02b2a7;
  border-color: transparent;
}

.nav.nav-tabs .nav-item+.nav-item {
  margin-left: 2rem;
}

.nav.nav-tabs .nav-item.show .nav-link,
.nav.nav-tabs .nav-item .nav-link.active {
  color: #02b2a7;
  border-color: #d7d7d7;
  border-bottom-color: transparent;
}

.nav.nav-tabs.nav-tabs-bg .nav-link:not(.active) {
  border-color: #ebebeb #ebebeb #d7d7d7 #ebebeb;
  background-color: #fafafa;
}

.nav.nav-tabs.justify-content-center {
  border-bottom-left-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.tab-content-border {
  border: .1rem solid #d7d7d7;
  border-radius: .3rem;
  border-top-left-radius: 0;
  border-top-width: 0;
}

.justify-content-center+.tab-content-border {
  border-top-left-radius: .3rem;
}

.tab-pane {
  padding: 1.4rem 2.2rem;
}

.tab-pane p:last-child {
  margin-bottom: 0;
}

/* Nav Pills - Line Tabs */
.nav.nav-pills .nav-link {
  color: #777;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  padding: .45rem 1rem;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  border: none;
  border-bottom: .1rem solid transparent;
  background-color: transparent;
  transition: all .35s ease;
}

.nav.nav-pills .nav-link:hover,
.nav.nav-pills .nav-link:focus {
  color: #02b2a7;
}

.nav.nav-pills .nav-link:focus {
  outline: none !important;
}

.nav.nav-pills .nav-item+.nav-item {
  margin-right: 1rem;
}

.nav.nav-pills .nav-item.show .nav-link,
.nav.nav-pills .nav-item .nav-link.active {
  color: #333333;
  border-color: #d7d7d7;
  border-bottom-color: #02b2a7;
}

.nav-pills+.tab-content .tab-pane {
  padding: 1.4rem 0;
}

.nav-pills+.tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

/* Vertical Tabs */
.tabs-vertical {
  display: flex;
  align-items: flex-start;
  align-items: stretch;
}

.tabs-vertical .tab-content-border {
  border-top-width: .1rem;
  border-left-width: 0;
  border-bottom-left-radius: 0;
}

.tabs-vertical .nav {
  flex-shrink: 0;
}

.tabs-vertical .nav .nav-link {
  min-width: 100px;
}

.tabs-vertical .nav.nav-tabs {
  border-bottom-width: 0;
  border-right-width: .1rem;
}

.tabs-vertical .nav.nav-tabs .nav-link {
  border-top-left-radius: .3rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: .3rem;
}

.tabs-vertical .nav.nav-tabs .nav-item {
  margin-bottom: 0;
  margin-right: -1px;
}

.tabs-vertical .nav.nav-tabs .nav-item+.nav-item {
  margin-left: 0;
  margin-top: 1px;
}

.tabs-vertical .nav.nav-tabs .nav-item.show .nav-link,
.tabs-vertical .nav.nav-tabs .nav-item .nav-link.active {
  border-color: #d7d7d7;
  border-right-color: transparent;
}

.tabs-vertical .nav.nav-tabs.nav-tabs-bg .nav-link:not(.active) {
  border-color: #ebebeb #d7d7d7 #ebebeb #ebebeb;
  background-color: #fafafa;
}

/* Tab content product - with carouse */
.tab-content.tab-content-carousel>.tab-pane {
  display: block;
  visibility: hidden;
  height: 0 !important;
}

.tab-content.tab-content-carousel>.tab-pane:not(.active) {
  overflow: hidden !important;
}

.tab-content.tab-content-carousel>.active {
  height: auto !important;
  visibility: visible;
}

.nav.nav-border-anim .nav-link {
  position: relative;
  border-bottom: none;
}

.nav.nav-border-anim .nav-link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .1rem;
  background-color: #cc9966;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform .3s ease;
}

.form-tab .nav.nav-border-anim .nav-link:before {
  height: .2rem;
}

.nav.nav-border-anim .nav-link.active:before {
  transform-origin: right center;
  transform: scale(1, 1);
}

.nav.nav-border-anim.nav-pills-mobile .nav-link:before {
  height: .2rem;
}



/*--------------------- 4.7.Buttons -------------------- */
/* Buttons */
.btn-wrap {
  display: inline-block;
  margin-bottom: 2rem;
}

.btn-wrap>span {
  text-align: right;
  display: block;
  color: #ccc;
  margin-bottom: .3rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .85rem 1.5rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  min-width: auto;
  border-radius: 0;
  white-space: normal;
  transition: all 0.3s;
}

.btn span {
  line-height: 1;
}



.btn i {
  margin-right: 1rem;
}

.btn:focus {
  box-shadow: none;
}

.btn:focus,
.btn:active {
  outline: none !important;
}

.btn:active:focus {
  box-shadow: none !important;
}

.btn.btn-minwidth-sm {
  min-width: 112px;
}

.btn.btn-minwidth {
  min-width: 170px;
}

.btn.btn-minwidth-lg {
  min-width: 218px;
}

.btn:active {
  outline: none;
}

.btn-rounded {
  border-radius: .2rem;
}

.btn-round {
  border-radius: 3rem;
}

.btn-lg {
  font-weight: 500;
  font-size: 1.5rem;
  min-width: 170px;
  padding: 1.1rem 2rem;
}

.btn-lg i:first-child {
  margin-right: 1.4rem;
}

.btn-lg i:last-child {
  margin-left: 1.4rem;
}

.btn-more {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  min-width: 230px;
  text-transform: uppercase;
}

.btn-link {
  padding: .4rem 1rem;
  min-width: 0;
  color: #02b2a7;
  text-decoration: none;
  border: none;
  border-bottom: .1rem solid transparent;
  letter-spacing: 0;
  font-size: 1.4rem;
  min-width: 0;
}

.btn-link.btn-link-dark {
  color: #333;
}

.btn-link:hover,
.btn-link:focus,
.btn-link .btn-link-dark:hover,
.btn-link .btn-link-dark:focus {
  color: #02b2a7;
  text-decoration: none;
  border-color: #02b2a7;
}

.btn-link i:first-child {
  margin-right: 1rem;
}

.btn-link i:last-child {
  margin-left: 1rem;
}

.btn-hover-text {
  display: none;
}

.btn:hover .btn-text,
.btn:focus .btn-text {
  display: none;
}

.btn:hover .btn-hover-text,
.btn:focus .btn-hover-text {
  display: inline-block;
}

.btn-primary {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
}

.btn-secondary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-white {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

.btn-white-2 {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-white-2:hover,
.btn-white-2:focus,
.btn-white-2.focus,
.btn-white-2:not(:disabled):not(.disabled):active,
.btn-white-2:not(:disabled):not(.disabled).active,
.show>.btn-white-2.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}

.btn-white-2.disabled,
.btn-white-2:disabled {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary-white {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-primary-white:hover,
.btn-primary-white:focus,
.btn-primary-white.focus,
.btn-primary-white:not(:disabled):not(.disabled):active,
.btn-primary-white:not(:disabled):not(.disabled).active,
.show>.btn-primary-white.dropdown-toggle {
  color: #02b2a7;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-primary-white.disabled,
.btn-primary-white:disabled {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
}

.btn-white-primary {
  color: #02b2a7;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-white-primary:hover,
.btn-white-primary:focus,
.btn-white-primary.focus,
.btn-white-primary:not(:disabled):not(.disabled):active,
.btn-white-primary:not(:disabled):not(.disabled).active,
.show>.btn-white-primary.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-white-primary.disabled,
.btn-white-primary:disabled {
  color: #02b2a7;
  background-color: #fff;
  border-color: #fff;
}

.btn-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: none;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-outline {
  color: #02b2a7;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline.focus,
.btn-outline:not(:disabled):not(.disabled):active,
.btn-outline:not(:disabled):not(.disabled).active,
.show>.btn-outline.dropdown-toggle {
  color: #02b2a7;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.btn-outline.disabled,
.btn-outline:disabled {
  color: #02b2a7;
  background-color: transparent;
}

.btn-outline-primary {
  color: #02b2a7;
  background-color: transparent;
  background-image: none;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #02b2a7;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #02b2a7;
  background-color: transparent;
}

.btn-outline-primary-2 {
  color: #02b2a7;
  background-color: transparent;
  background-image: none;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-primary-2:hover,
.btn-outline-primary-2:focus,
.btn-outline-primary-2.focus,
.btn-outline-primary-2:not(:disabled):not(.disabled):active,
.btn-outline-primary-2:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary-2.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-primary-2.disabled,
.btn-outline-primary-2:disabled {
  color: #02b2a7;
  background-color: transparent;
}

.btn-outline-light {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
  color: #02b2a7;
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-dark {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #02b2a7;
  background-color: transparent;
  border-color: #ebebeb;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-dark-2 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none;
}

.btn-outline-dark-2:hover,
.btn-outline-dark-2:focus,
.btn-outline-dark-2.focus,
.btn-outline-dark-2:not(:disabled):not(.disabled):active,
.btn-outline-dark-2:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark-2.dropdown-toggle {
  color: #02b2a7;
  background-color: #fafafa;
  border-color: #ebebeb;
  box-shadow: none;
}

.btn-outline-dark-2.disabled,
.btn-outline-dark-2:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-dark-3 {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}

.btn-outline-dark-3:hover,
.btn-outline-dark-3:focus,
.btn-outline-dark-3.focus,
.btn-outline-dark-3:not(:disabled):not(.disabled):active,
.btn-outline-dark-3:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark-3.dropdown-toggle {
  color: #02b2a7;
  background-color: transparent;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-dark-3.disabled,
.btn-outline-dark-3:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-darker {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #d7d7d7;
  box-shadow: none;
}

.btn-outline-darker:hover,
.btn-outline-darker:focus,
.btn-outline-darker.focus,
.btn-outline-darker:not(:disabled):not(.disabled):active,
.btn-outline-darker:not(:disabled):not(.disabled).active,
.show>.btn-outline-darker.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-gray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #959595;
  box-shadow: none;
}

.btn-outline-gray:hover,
.btn-outline-gray:focus,
.btn-outline-gray.focus,
.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show>.btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-outline-lightgray {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #ebebeb;
  box-shadow: none;
}

.btn-outline-lightgray:hover,
.btn-outline-lightgray:focus,
.btn-outline-lightgray.focus,
.btn-outline-lightgray:not(:disabled):not(.disabled):active,
.btn-outline-lightgray:not(:disabled):not(.disabled).active,
.show>.btn-outline-lightgray.dropdown-toggle {
  color: #02b2a7;
  background-color: #f5f6f9;
  border-color: #ebebeb;
  box-shadow: none;
}

.btn-outline-lightgray.disabled,
.btn-outline-lightgray:disabled {
  color: #333333;
  background-color: transparent;
}

.btn-shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05) !important;
}

.btn-shadow:hover,
.btn-shadow:focus,
.btn-shadow:active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
  box-shadow: none;
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white-2 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-white-2:hover,
.btn-outline-white-2:focus,
.btn-outline-white-2.focus,
.btn-outline-white-2:not(:disabled):not(.disabled):active,
.btn-outline-white-2:not(:disabled):not(.disabled).active,
.show>.btn-outline-white-2.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: none;
}

.btn-outline-white-2.disabled,
.btn-outline-white-2:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white-3 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-white-3:hover,
.btn-outline-white-3:focus,
.btn-outline-white-3.focus,
.btn-outline-white-3:not(:disabled):not(.disabled):active,
.btn-outline-white-3:not(:disabled):not(.disabled).active,
.show>.btn-outline-white-3.dropdown-toggle {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-white-3.disabled,
.btn-outline-white-3:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white-4 {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-white-4:hover,
.btn-outline-white-4:focus,
.btn-outline-white-4.focus,
.btn-outline-white-4:not(:disabled):not(.disabled):active,
.btn-outline-white-4:not(:disabled):not(.disabled).active,
.show>.btn-outline-white-4.dropdown-toggle {
  color: #02b2a7;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}

.btn-outline-white-4.disabled,
.btn-outline-white-4:disabled {
  color: #fff;
  background-color: transparent;
}

.bg-image .btn-wrap>span {
  color: #777;
}

.bg-image .btn-link-dark {
  color: #fff;
}

.bg-image .btn-link-dark:hover,
.bg-image .btn-link-dark:focus {
  color: #02b2a7;
  border-color: #02b2a7;
}

.bg-image .btn-outline-primary:hover,
.bg-image .btn-outline-primary:focus,
.bg-image .btn-outline-primary.focus,
.bg-image .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-image .btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.bg-image .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
}

.bg-image .btn-outline-dark {
  color: #fff;
  border-color: #fff;
}

.bg-image .btn-outline-dark:hover,
.bg-image .btn-outline-dark:focus,
.bg-image .btn-outline-dark.focus,
.bg-image .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-image .btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.bg-image .btn-outline-dark.dropdown-toggle {
  color: #02b2a7;
  background-color: #fff;
  border-color: #fff;
}

/*--------------------- 4.8.Products -------------------- */
/* Product */
.products .product {padding: 15px}
.products .product.product-11 .product-action {bottom: 15px}
.product {
  position: relative;
  margin-bottom: 1rem;
  transition: box-shadow .35s ease;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ccc;
}

.owl-carousel .product {
  margin-bottom: 0 !important;
}

.product:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product-media {
  position: relative;
  display: block;
  background-color: #d7d7d7;
  margin-bottom: 0;
  overflow: hidden;
}

.product-media>a {
  display: block;
}

.product-image {
  display: block;
  width: 100%;
  height: auto;
}

.product-image-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: auto;
  transition: all .4s ease;
}

.product:hover .product-image-hover {
  opacity: 1;
}

.product-countdown {
  position: absolute;
  left: .8rem;
  right: .8rem;
  bottom: 1.3rem;
  z-index: 6;
  transition: all .4s ease;
  visibility: visible;
  opacity: 1;
}

.product-countdown .countdown-show4 .countdown-section {
  width: calc(25% - 10px);
}

.product-countdown .countdown-section {
  font-size: 1rem;
  line-height: 1;
  padding: 1.4rem 0 1.2rem;
  margin-left: .5rem;
  margin-right: .5rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: .4rem;
}

.product-countdown .countdown-section:not(:last-child):after {
  color: #fff;
  content: ':';
  display: inline-block;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 3px;
  margin-top: -1px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.product-countdown .countdown-period {
  display: block;
  font-weight: 400;
  color: #333333;
  text-transform: lowercase;
  width: 100%;
  padding-left: .2rem;
  padding-right: .2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-countdown .countdown-amount {
  display: inline-block;
  color: #ef837b;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: -.03em;
  margin-bottom: .6rem;
}

.product-countdown.countdown-primary .countdown-amount {
  color: #02b2a7;
}

.product-countdown-container {
  position: absolute;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.3rem;
  z-index: 6;
  padding-top: .9rem;
  padding-bottom: .9rem;
  border-radius: .3rem;
  background-color: rgba(255, 255, 255, 0.95);
  letter-spacing: -.01em;
  transition: all .4s ease;
  visibility: visible;
  opacity: 1;
}

.product-countdown-container .product-contdown-title {
  display: block;
  color: #333;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: .3rem;
  text-align: center;
}

.product-countdown-container .product-countdown {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 6;
  line-height: 1;
  opacity: 1;
}

.product-countdown-container .product-countdown .countdown-amount {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase;
}

.product:hover .product-countdown,
.product:hover .product-countdown-container {
  opacity: 0;
  visibility: hidden;
}

.product-body {
  position: relative;
  margin-top: 15px;
  transition: all .35s ease;
  background-color: #fff;
}

.product-body.product-action-inner {
  padding-left: 4rem;
}

.product-title-fa {direction: ltr;font-weight: 600;font-size: 20px;color: #444444;margin-bottom: .7rem;text-align: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.product-title-en {direction: ltr;font-weight: 400;font-size: 14px;color: #333333;margin-bottom: .7rem;text-align: right;text-transform: uppercase;line-height: inherit;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.product-info  {border: 1px solid #CCCCCC;padding: 5px 15px;text-align: center;height: 44px;margin-top: 5px}
.product-info span  {font-size: 13px;display: block;font-weight: 600;    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.product-info small {display: block;font-size: 9px}

.product-status {display: block;font-size: 10px;margin-top: 10px;text-align: center;padding: 10px;color: #ffffff}
.product-available {background-color: #27AE60}

.product-cat {
  color: #777;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: -.01em;
  margin-bottom: .3rem;
  text-align: right;
}

.product-cat a {
  color: inherit;
}

.product-cat a:hover,
.product-cat a:focus {
  color: #666;
}

.product-price {
  display: flex;
  align-items: center;
  direction: rtl;
  flex-flow: wrap;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #02b2a7;
  margin-bottom: 1.3rem;
}

.new-price {
  color: #ef837b;
  margin-left: .8rem;
}

.old-price {
  color: #cccccc;
  text-decoration: line-through;
}

.out-price {
  color: #cccccc;
}

.out-text {
  display: block;
  text-align: right;
  width: 100%;
  font-size: 1.3rem;
  margin-top: .2rem;
}

.product-label {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: -.01em;
  padding: .5rem .9rem;
  min-width: 45px;
  text-align: center;
  color: #333333;
  background-color: #fff;
}

.product-label+.product-label {
  top: 5rem;
}

.product-label.label-sale {
  color: #fff;
  background-color: #ef837b;
}
.product-label.label-stop {
  color: #fff;
  background-color: #ef837b;
}
.product-label.label-new {
  color: #fff;
  background-color: #2ecc71;
}

.product-label.label-top {
  color: #fff;
  background-color: #7dd2ea;
}

.product-label.label-out {
  color: #fff;
  background-color: #ccc;
}

.product-label.label-primary {
  color: #fff;
  background-color: #02b2a7;
}

.product-label.label-secondary {
  color: #fff;
  background-color: #000;
}

.product-label-text {
  color: #02b2a7;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -.01em;
  margin-top: -.1rem;
}

.label-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  min-width: 0;
  border-radius: 50%;
  line-height: 1;
}

.label-circle+.label-circle {
  top: 5.6rem;
}

.label-circle.label-out {
  font-size: 1.1rem;
}

.ratings-container {
  display: flex;
  direction: rtl;
  align-items: center;
  font-size: 1.3rem;
  margin-bottom: 1.7rem;
  line-height: 1;
  white-space: nowrap;
}

.ratings {
  position: relative;
  color: #cccccc;
}

.ratings,
.ratings-val {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
}

.ratings:before,
.ratings-val:before {
  content: "\f318""\f318""\f318""\f318""\f318";
}

.ratings-val {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fcb941;
}

.ratings-primary .ratings-val {
  color: #02b2a7;
}

.ratings-text {
  color: #cccccc;
  letter-spacing: -.01em;
  margin-right: .8rem;
}

.ratings-text a {
  color: inherit;
}

.ratings-text a:hover,
.ratings-text a:focus {
  color: #02b2a7;
}

.product-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  z-index: 10;
  transition: all .35s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

.product:hover .product-action,
.product:focus .product-action {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.action-icon-top {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.action-icon-top .btn-product {
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-direction: column;
}

.action-icon-top .btn-product span {
  margin-top: .9rem;
}

.action-icon-top:before {
  margin-right: 0;
}

.btn-product {
  color: #02b2a7;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  transition: all .35s ease;
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
  flex-grow: 1;
  flex-basis: 0;
}

.btn-product+.btn-product {
  border-right: .1rem dotted #e5e5e5;
}

.btn-product:before {
  font-family: "Font Awesome 5 Pro";
  margin-right: .9rem;
}

.btn-product span {
  text-align: right;
  color: #666666;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: -.01em;
  transition: all .35s ease;
}

.btn-product:hover,
.btn-product:focus {
  outline: none !important;
}

.btn-product:hover span,
.btn-product:focus span {
  color: #02b2a7;
  box-shadow: 0 1px 0 0 #02b2a7;
}

.product-action-dark {
  background-color: #333333;
}

.product-action-dark .btn-product:not(:hover):not(:focus) span {
  color: #fff;
}

.product-action-dark .btn-product+.btn-product {
  border-left-color: #4b4b4b;
}

.product-action-vertical {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 2rem;
  top: 2rem;
  background-color: transparent;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all .35s ease;
  transform: translateX(15px);
}

.product:hover .product-action-vertical {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.btn-product-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1;
  transition: all .35s ease;
  padding: 0;
  border-radius: 50%;
  color: #02b2a7;
  background-color: #fff;
}

.btn-product-icon:before {
  font-family: "Font Awesome 5 Pro";
}

.btn-product-icon span {
  display: none;
}

.btn-product-icon:hover,
.btn-product-icon:focus {
  color: #fff;
  background-color: #02b2a7;
}

.btn-product-icon+.btn-product-icon {
  margin-top: 1rem;
}

.btn-cart:before {
  content: '\e812';
}

.btn-show:before {
  content: '\f06e';
}

.btn-wishlist {
  font-size: 1.6rem;
}
.btn-available:before {
  content: '\f00c';
}
.btn-unavailable:before {
  content: '\f00d';
}
.btn-wishlist:before {
  content: '\f234';
}

.product-body .btn-wishlist {
  position: absolute;
  top: 3.4rem;
  left: 0;
  color: #ccc;
  padding: 0;
  margin: 0;
  background: none;
}

.product-body .btn-wishlist:before {
  margin-right: 0;
}

.product-body .btn-wishlist span {
  display: none;
}

.product-body .btn-wishlist:hover,
.product-body .btn-wishlist:focus {
  color: #02b2a7;
  background: none;
}

.btn-quickview:before {
  content: '\f145';
}

.btn-compare:before {
  content: '\f2d0';
}

.btn-expandable {
  position: relative;
}

.btn-expandable span {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  align-items: center;
  display: inline-flex;
  font-weight: 300;
  font-size: 1.1rem;
  white-space: nowrap;
  letter-spacing: 0;
  min-width: 100px;
  padding-right: 1.8rem;
  padding-left: .4rem;
  color: #fff;
  background-color: #02b2a7;
  transition: all .35s ease;
  opacity: 0;
  visibility: hidden;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  transform: translateX(-15px);
  z-index: -1
}

.btn-expandable:hover,
.btn-expandable:focus {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-expandable:hover span,
.btn-expandable:focus span {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.product-size {
  display: flex;
  align-items: center;
  padding-top: .2rem;
  margin-bottom: 1.6rem;
}

.product-size a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 2.1rem;
  height: 2.1rem;
  font-weight: 400;
  font-size: 1.2rem;
  padding-top: .1rem;
  line-height: 1;
  color: #666666;
  background-color: #f7f8fa;
  border-radius: .2rem;
  transition: all .35s ease;
  margin-left: .5rem
}

.product-size a:last-child {
  margin-right: 0;
}

.product-size a:hover,
.product-size a:focus,
.product-size a.active {
  color: #fff;
  background-color: #333;
}

.product-size a.disabled {
  color: #cccccc;
  pointer-events: none;
}

.product-nav {
  display: flex;
  align-items: center;
}

.product-nav-dots {
  margin-bottom: .5rem;
  direction: rtl;
}

.product-nav-dots a,
.product-nav-dots span {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  border: .2rem solid #fff;
  margin-left: .5rem;
  transition: box-shadow .35s ease;
  background-repeat: no-repeat;
  background-position: center center;
}

.product-nav-dots a.active,
.product-nav-dots a:hover,
.product-nav-dots a:focus,
.product-nav-dots span.active,
.product-nav-dots span:hover,
.product-nav-dots span:focus {
  box-shadow: 0 0 0 0.1rem #cccccc;
}

.product-nav-dots a:last-child,
.product-nav-dots span:last-child {
  margin-right: 0;
}

.product-nav-thumbs {
  padding-top: .2rem;
  direction: rtl;
  margin-bottom: 1.6rem;
}

.product-nav-thumbs a,
.product-nav-thumbs span {
  display: flex;
  align-items: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: .2rem;
  border: .2rem solid #fff;
  margin-left: .4rem;
  transition: box-shadow .35s ease
}

.product-nav-thumbs a.active,
.product-nav-thumbs a:hover,
.product-nav-thumbs a:focus,
.product-nav-thumbs span.active,
.product-nav-thumbs span:hover,
.product-nav-thumbs span:focus {
  box-shadow: 0 0 0 0.1rem #cccccc;
}

.product-nav-thumbs a:last-child,
.product-nav-thumbs span:last-child {
  margin-right: 0;
}

.product-nav-thumbs img {
  border-radius: .2rem;
}

.product-disabled {
  pointer-events: none;
}

.product-disabled .btn-product,
.product-disabled .btn-product-icon {
  pointer-events: none;
  color: #fff;
  background-color: #ccc !important;
}

.product.text-center .product-price,
.product.text-center .ratings-container,
.product.text-center .product-nav,
.product.text-center .product-size {
  justify-content: center;
}

/* Product 2 */
.product.product-2 .product-body {
  padding-bottom: .4rem;
}

.product.product-2 .product-action {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.product.product-2 .btn-product {
  direction: rtl;
  padding-top: .1rem;
  padding-bottom: .1rem;
}

.product.product-2 .btn-product+.btn-product {
  border-right-style: solid;
}

.product.product-2 .ratings-container:last-child {
  margin-bottom: 1.6rem;
}

.product.product-2 .product-action-vertical {
  top: 3rem;
}

.product.product-2 .product-nav-dots {
  margin-bottom: 2rem;
}

.product-footer {
  display: none;
  padding-top: 1.3rem;
}

/* Product 3 */
.product.product-3 {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.product.product-3 .product-action {
  position: absolute;
  bottom: 100%;
  border-bottom: .1rem solid #ebebeb;
  background-color: #fff;
  transform: translateY(0);
  transition-duration: .25s;
}

.product.product-3 .btn-product {
  padding-top: 1.05rem;
  padding-bottom: 1.05rem;
}

.product.product-3 .btn-product:not(:hover):not(:focus) span {
  color: #333;
}

.product.product-3 .product-price,
.product.product-3 .product-nav {
  margin-bottom: 0;
}

.product.product-3 .product-body {
  background-color: #fff;
}

.product.product-3 .product-footer {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transform: translateY(100%);
  visibility: hidden;
  transition: all .35s ease;
  padding: 0 2rem 1rem;
}

.product.product-3:hover {
  box-shadow: none;
}

/* Product 4 */
.product.product-4 .product-body {
  padding-bottom: 2rem;
  z-index: 2;
}

.product.product-4 .product-body div:last-child {
  margin-bottom: 0;
}

.product.product-4 .product-action {
  background-color: transparent;
}

.product.product-4 .product-action-vertical {
  top: 3rem;
  transform: translate(0, 10px);
}

.product.product-4 .btn-product {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  color: #fff;
  background-color: #02b2a7;
}

.product.product-4 .btn-product span {
  color: inherit;
  transition-duration: 0s;
}

.product.product-4 .btn-product:hover,
.product.product-4 .btn-product:focus {
  color: #fff;
  background-color: #000;
}

.product.product-4 .btn-product:hover span,
.product.product-4 .btn-product:focus span {
  box-shadow: none;
}

.product.product-4 .product-title {
  margin-bottom: 1rem;
}

.product.product-4 .product-nav {
  margin-bottom: 0;
}

.product.product-4 .product-footer {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  padding-top: .3rem;
  padding-bottom: 2.5rem;
  transition: all .35s ease;
  background-color: #fff;
  z-index: 1;
}

.product.product-4 .ratings-container {
  margin-bottom: 0;
}

.product.product-4:hover .product-action-vertical {
  transform: translate(0, 0);
}

.product.product-4:hover .product-footer {
  opacity: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product-4-carousel .owl-stage {
  padding-bottom: 4rem;
}

/* Product 5 */
.product.product-5 .product-body {
  padding-bottom: 1.6rem;
  background-color: #fff;
  transition-duration: 0s;
  z-index: 2;
}

.product.product-5 .product-body div:last-child {
  margin-bottom: 0;
}

.product.product-5 .product-action {
  background-color: transparent;
}

.product.product-5 .product-action-vertical {
  transform: translate(10px, 0);
}

.product.product-5 .btn-product {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  color: #02b2a7;
  background-color: #333333;
}

.product.product-5 .btn-product span {
  color: #fff;
  transition-duration: 0s;
}

.product.product-5 .btn-product:hover,
.product.product-5 .btn-product:focus {
  color: #fff;
  background-color: #02b2a7;
}

.product.product-5 .btn-product:hover span,
.product.product-5 .btn-product:focus span {
  box-shadow: none;
}

.product.product-5 .product-title {
  margin-bottom: 1rem;
}

.product.product-5 .product-footer {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  padding-top: 0;
  padding-bottom: 2rem;
  transition: all .35s ease;
  background-color: #fff;
  z-index: 1;
}

.product.product-5 .ratings-container {
  margin-bottom: 0;
}

.product.product-5 .ratings-container+.product-nav {
  margin-top: 1.7rem;
}

.product.product-5 .product-nav {
  margin-bottom: 0;
}

.product.product-5:hover .product-footer {
  opacity: 1;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.product-5-carousel .owl-stage {
  padding-bottom: 7rem;
}

/* Product 6 */
.product.product-6 {
  overflow: hidden;
}

.product.product-6 .product-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-right: 2rem;
  padding-bottom: 0;
  transform: translateY(100%);
}

.product.product-6 .product-action {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: .1rem solid #ebebeb;
  margin-top: 2.4rem;
}

.product.product-6 .btn-product {
  padding-top: .1rem;
  padding-bottom: .1rem;
}

.product.product-6 .btn-product+.btn-product {
  border-right-style: solid;
}

.product.product-6 .product-cat {
  margin-bottom: .5rem;
}

.product.product-6 .product-title {
  margin-bottom: 1rem;
}

.product.product-6:hover {
  box-shadow: none;
}

.product.product-6:hover .product-body {
  transform: translateY(0);
}

/* Product 7 */
.product.product-7 .btn-product {
  direction: rtl;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  color: #02b2a7;
  background-color: #fff;
  text-transform: uppercase;
  border-bottom: .1rem solid #ebebeb
}

.product.product-7 .btn-product span {
  color: #02b2a7;
}

.product.product-7 .btn-product:before {
  display: inline-block;
  margin-top: -.1rem;
}

.product.product-7 .btn-product:hover,
.product.product-7 .btn-product:focus {
  color: #fff;
  background-color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.product.product-7 .btn-product:hover span,
.product.product-7 .btn-product:focus span {
  color: #fff;
  box-shadow: none;
}

.product.product-7 .product-nav-thumbs {
  margin-bottom: 1rem;
}

/* Product 8 */
.product.product-8 {
  margin-bottom: 2rem;
}

.product.product-8 .product-media {
  border: .1rem solid #ebebeb;
}

.product.product-8 .product-body {
  padding: 1.9rem .5rem 4rem;
}

.product.product-8 .product-cat {
  color: #ccc;
  margin-bottom: .5rem;
}

.product.product-8 .product-action {
  background-color: transparent;
}

.product.product-8 .product-action-vertical {
  transform: translate(0, 10px);
}

.product.product-8 .new-price {
  color: #02b2a7;
}

.product.product-8 .btn-product {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  color: #fff;
  background-color: #333;
  text-transform: uppercase;
}

.product.product-8 .btn-product:before {
  color: #02b2a7;
  margin-top: -2px;
  margin-right: .6rem;
}

.product.product-8 .btn-product span {
  font-size: 1.4rem;
  color: inherit;
  transition-duration: 0s;
}

.product.product-8 .btn-product:hover,
.product.product-8 .btn-product:focus {
  color: #fff;
  background-color: #02b2a7;
}

.product.product-8 .btn-product:hover:before,
.product.product-8 .btn-product:focus:before {
  color: #fff;
}

.product.product-8 .btn-product:hover span,
.product.product-8 .btn-product:focus span {
  box-shadow: none;
}

.product.product-8 .product-title {
  margin-bottom: 1rem;
}

.product.product-8 .product-price {
  margin-bottom: .9rem;
}

.product.product-8 .product-nav {
  padding-top: .4rem;
  margin-bottom: 1.3rem;
}

.product.product-8 .product-nav:last-child {
  margin-bottom: 0;
}

.product.product-8 .ratings-container {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.2rem;
  margin-bottom: 0;
  transition: all .35s ease;
}

.product.product-8:hover .product-action-vertical {
  transform: translate(0, 0);
}

.product.product-8:hover .ratings-container {
  opacity: 1;
}

/* Product 9 */
.product.product-9 .product-price {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .01em;
  color: #333;
}

.product.product-9 .old-price {
  text-decoration: none;
}

.product.product-9 .label-sale {
  background-color: #02b2a7;
  text-transform: uppercase;
}

.product.product-9 .product-body {
  padding: 1rem 2rem;
  transition: all .3s;
}

.product.product-9 .product-action {
  bottom: auto;
  background-color: #fff;
  text-transform: uppercase;
}

.product.product-9 .product-action::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  height: .1rem;
  background-color: #ebebeb;
}

.product.product-9 .product-detail {
  position: absolute;
  visibility: hidden;
  padding-top: 1rem;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}

.product.product-9 .btn-product {
  direction: rtl;
  padding-top: 1.2rem;
  padding-bottom: 2.2rem;
}

.product.product-9:hover {
  margin-bottom: -9rem !important;
  box-shadow: none;
}

.product.product-9:hover .product-body,
.product.product-9:hover .product-action {
  transform: translateY(-100%);
}

.product.product-9:hover .product-intro {
  padding-bottom: 9rem;
}

.product.product-9:hover .product-detail {
  bottom: 1rem;
  opacity: 1;
  visibility: visible;
}

.product.product-9 .product-nav-dots a,
.product.product-9 .product-nav-dots span {
  width: 4rem;
  height: 5rem;
  border-radius: .5rem;
}

/* Product 10 */
.product.product-10:hover .product-body,
.product.product-10:focus .product-body {
  transform: translateY(-56px);
}

.product.product-10:hover .product-action,
.product.product-10:focus .product-action {
  transform: translateY(22%);
}

.product.product-10 .btn-expandable span {
  background-color: #fcb941;
}

.product.product-10 .product-media {
  background-color: #fff;
  padding: 2rem;
}

.product.product-10 .product-image-hover {
  padding: 2rem;
}

.product.product-10 .product-body .btn-wishlist {
  width: fit-content;
  direction: rtl;
  right: 50%;
  left: -23%;
  top: 4.5rem;
  transform: translateX(50%)
}

.product.product-10 .product-body .btn-wishlist span {
  margin-right: .5rem;
  display: flex;
}

.product.product-10 .product-body .btn-wishlist:hover,
.product.product-10 .product-body .btn-wishlist:focus {
  color: #666;
}

.product.product-10 .product-body .btn-wishlist:hover::before,
.product.product-10 .product-body .btn-wishlist:focus::before {
  content: '\f233';
}

.product.product-10 .btn-product:hover span,
.product.product-10 .btn-product:focus span {
  color: #02b2a7;
  box-shadow: 0 1px 0 0 #fcb941;
}

.product.product-10 .product-action {
  display: flex;
  justify-content: center;
}

.product.product-10 .product-body {
  padding-bottom: 5rem;
}

.product.product-10 .btn-cart {
  padding: .5rem 3.5rem;
  border: .2rem solid #fcb941;
  border-radius: .5rem;
  color: #fcb941;
}

.product.product-10 .btn-cart span {
  text-transform: uppercase;
}

.product.product-10 .btn-cart::before {
  content: '';
}

.product.product-10 .btn-cart:hover,
.product.product-10 .btn-cart:focus {
  color: #222;
  background-color: #fcb941;
}

.product.product-10 .btn-quickview {
  color: #fcb941;
}

.product.product-10 .btn-quickview:hover,
.product.product-10 .btn-quickview:focus {
  color: #fff;
  background-color: #fcb941;
}

.product.product-10 .product-title a {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #333;
}

.product.product-10 .product-title a:hover,
.product.product-10 .product-title a:focus {
  color: #fcb941;
}

.product.product-10 .product-price {
  margin-top: .8rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #333333;
}

.product.product-10 .new-price {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
}

.product.product-10 .old-price {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: none;
}

.product.product-10 .product-label {
  right: 3rem;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -.01em
}

.product.product-10 .product-label.label-deal {
  color: #fff;
  background-color: #ef837b;
  padding: .5rem 2rem;
  right: 0;
  box-shadow: 0 5px 10px rgba(34, 34, 34, 0.2);
}

/* Product 11 */
.product.product-11 a:hover,
.product.product-11 a:focus {
  color: #02b2a7;
}

.product.product-11 .btn-product-icon {
  color: #333;
  border: .1rem solid #ebebeb;
}

.product.product-11 .btn-product-icon:hover,
.product.product-11 .btn-product-icon:focus {
  color: #fff;
  background-color: #02b2a7;
  border-color: #02b2a7;
}

.product.product-11 .product-price {
  color: #333;
}

.product.product-11 .old-price {
  text-decoration: none;
}



.product.product-11 .product-action {
  bottom: 10px;
}

.product.product-11 .btn-product {
  text-transform: uppercase;
  color: #02b2a7;
  border: 1px solid #02b2a7;
  margin-left: 15px;
  margin-right: 15px;
height: 44px;
}

.product.product-11 .btn-product span {
  font-size: 1.4rem;
}

.product.product-11 .btn-product:hover,
.product.product-11 .btn-product:focus {
  color: #fff;
  border-color: #02b2a7;
  background-color: #02b2a7;
}

.product.product-11 .btn-product:hover span,
.product.product-11 .btn-product:focus span {
  color: #fff;
  box-shadow: none;
}

.product.product-11:hover,
.product.product-11:focus {
  z-index: 10;
}

/* Product List */
.product.product-list {
  box-shadow: none;
  padding-bottom: 2rem;
  border-bottom: .1rem solid #ebebeb;
  margin-bottom: 2rem;
}

.product.product-list .product-media {
  height: 100%;
}

.product.product-list .product-media>a {
  height: 100%;
}

.product.product-list .product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product.product-list .product-body {
  padding: 1.6rem 0 0;
}

.product.product-list .product-body .btn-wishlist {
  top: 3.1rem;
}

.product.product-list .product-list-action {
  padding: 3.4rem 0 0;
}

.product.product-list .product-content {
  color: #777;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.43;
  padding-top: 1rem;
  margin-bottom: 3.4rem;
}

.product.product-list .product-content p {
  margin-bottom: 0;
}

.product.product-list .product-action {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  margin-bottom: 1.2rem;
}

.product.product-list .ratings-container {
  margin-bottom: 2.6rem;
}

.product.product-list .btn-product {
  color: #777;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  flex: 1 1 50%;
  max-width: 50%;
}

.product.product-list .btn-product:before {
  margin-right: .5rem;
}

.product.product-list .btn-product span {
  color: inherit;
  font-size: 1.2rem;
  transition: box-shadow .35s ease, color 0s ease;
}

.product.product-list .btn-product.disabled {
  pointer-events: none;
}

.product.product-list .btn-product:hover,
.product.product-list .btn-product:focus {
  color: #02b2a7;
}

.product.product-list .btn-product:hover span,
.product.product-list .btn-product:focus span {
  color: inherit;
}

.product.product-list .btn-product.btn-cart {
  color: #02b2a7;
  border: 0.1rem solid #02b2a7;
  flex: 1 1 100%;
  max-width: 100%;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all .35s ease;
}

.product.product-list .btn-product.btn-cart span {
  font-size: 1.3rem;
}

.product.product-list .btn-product.btn-cart:hover,
.product.product-list .btn-product.btn-cart:focus {
  color: #fff;
  background-color: #02b2a7;
}

.product.product-list .btn-product.btn-cart:hover span,
.product.product-list .btn-product.btn-cart:focus span {
  box-shadow: none;
}

.product.product-list .btn-product.btn-cart.disabled {
  color: #ccc;
  border-color: #ebebeb;
  background-color: #fafafa;
}

.product.product-list .btn-product.btn-cart.disabled:before {
  display: none;
}

.product.product-list .product-nav {
  margin-bottom: 0;
}

/* Products Small */
.product.product-sm {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.product.product-sm:hover {
  box-shadow: none;
}

.product.product-sm .product-media {
  flex: 0 0 80px;
  max-width: 80px;
}

.product.product-sm .product-body {
  flex: 1 1 auto;
  padding: 1rem 2rem 0 0;
}

.product.product-sm .product-cat {
  color: #cccccc;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: .2rem;
}

.product.product-sm .product-title {
  font-size: 1.4rem;
}

.product.product-sm .product-price {
  font-size: 1.6rem;
}

.product.product-sm .product-title {
  margin-bottom: .2rem;
}

.product.product-sm .product-price {
  margin-bottom: 0;
}

.product.product-sm .product-price .old-price {
  text-decoration: none;
}

@media screen and (min-width: 480px) {
  .just-action-icons-sm .btn-product span {
    display: none;
  }

  .just-action-icons-sm .btn-product:before {
    margin-right: 0;
  }
}



@media screen and (max-width: 1200px) {

  .product.product-9:hover .product-body,
  .product.product-9:hover .product-action {
    transform: translateY(-60%);
  }
}

@media screen and (max-width: 991px) {
  .sticky-wrapper {
    z-index: 1;
  }
}

/*--------------------- 4.9.Banners -------------------- */
/* Banners */

.about-firoozeh {background-image: url(../images/banners/about-bg.jpg);background-size: cover;height: auto;padding: 40px 0;background-attachment: fixed}
.about-firoozeh .about-firoozeh-text h2 {color: #CCCCCC;font-size: 15px}
.about-firoozeh .about-firoozeh-text h1 {color: #ffffff;font-size: 25px;margin-bottom: 10px;}
.about-firoozeh .about-firoozeh-text p {color: #CCCCCC;font-size: 14px;    line-height: 28px;}
.about-firoozeh .about-firoozeh-logo {margin-left: auto;margin-right: 0}


.banners-group {margin-bottom: 1.9rem;}
.home-cat-banner {display: block}
.home-cat-banner .banner-cat img {height: 100%;width: 100%}
.home-cat-banner .banner-cat:hover::before {opacity: .8;}
.home-cat-banner .banner-cat:before {-webkit-transition:.3s;transition:.3s;content: "";background-color: #000000;opacity: .4;position: absolute;left: 0;right: 0;top: 0;height: 100%;width: 100%;}
.banner {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  background-color: #ccc;
}
.banner-cat {height: 120px;overflow: hidden;}
.banner>a {
  position: relative;
  display: block;
  outline: none !important;
}

.banner img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.banner.banner-menu img {
  height: 100%;
}
.banner-cat .banner-content {right: 0;left: 0}

.banner-content {
  display: inline-block;
  position: absolute;
  padding-top: .4rem;
  right: 2rem;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.banner-content a:hover,
.banner-content a:focus {
  text-decoration: underline;
}

.banner-big .banner-content.banner-content-center,
.banner-content-center.banner-content {
  max-width: none;
  left: 0;
  right: 0;
  text-align: center;
}

.banner-title {
  color: #ffffff;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;

}

.banner-title a {
  color: inherit;
}

.banner-title a:hover,
.banner-title a:focus {
  text-decoration: none;
}

.banner-title.text-white a {
  color: #fff;
}

.banner-subtitle {
  color: #dadada;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.banner-subtitle a {
  color: inherit;
}

.banner-subtitle a:hover,
.banner-subtitle a:focus {
  text-decoration: none;
}

.banner-subtitle.text-white a {
  color: #fff;
}

.banner-link {
  font-weight: 400;
  display: inline-block;
}

.banner-big {
  color: #cccccc;
}

.banner-big .banner-content {
  max-width: 470px;
  left: 3rem;
}

.banner-big .banner-subtitle {
  font-size: 1.8rem;
  margin-bottom: .6rem;
}

.banner-big .banner-title {
  font-size: 3rem;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.banner-big .banner-title+.btn {
  margin-top: 1rem;
}

.banner-big p:last-of-type {
  margin-bottom: 2.3rem;
}



.banner-display>a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(51, 51, 51, 0.4);
  transition: all 0.35s ease;
}

.banner-display:hover>a:before {
  visibility: visible;
  opacity: 1;
}

.banner-display .banner-content {
  padding-top: 0;
  text-align: right;
}

.banner-display .banner-title {
  font-weight: 600;
  font-size: 2rem;
}

.banner-display.banner-link-anim .banner-title {
  margin-bottom: 0;
}

.banner-display.banner-link-anim:hover .banner-content {
  padding-bottom: 4.5rem;
}

.btn.banner-link {
  font-size: 1.4rem;
  line-height: 1;
  padding: .8rem 1.4rem;
  min-width: 0;
  text-transform: uppercase;
  text-decoration: none !important;
}

.btn.banner-link i {
  margin-right: 0;
  margin-left: 0;
}

.btn.banner-link i:first-child {
  margin-right: 0;
}

.btn.banner-link i:last-child {
  margin-left: .9rem;
}

.banner-overlay>a {
  position: relative;
}

.banner-overlay>a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.banner-overlay.banner-overlay-light>a:after {
  background-color: rgba(255, 255, 255, 0.3);
}

.banner-overlay:hover>a:after,
.banner-overlay:focus>a:after {
  visibility: visible;
  opacity: 1;
}



/*--------------------- 4.10.Banners Video -------------------- */
/* Banners Videos */
.video-banner p {
  max-width: 500px;
}

.video-banner p:last-child {
  margin-bottom: 0;
}

.video-banner.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.video-banner-bg {
  padding-top: 8.5rem;
  padding-bottom: 7.5rem;
}

.video-banner-title {
  letter-spacing: -.025em;
  margin-bottom: 3.6rem;
}

.video-banner-title>span {
  display: block;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -.03em;
  margin-bottom: 1.6rem;
}

.video-fullheight {
  display: flex;
  align-items: center;
}

.btn-video {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #02b2a7;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1.5rem rgba(255, 255, 255, 0.2);
  transition: all .35s ease;
}

.btn-video i {
  margin-right: -.2rem;
}

.btn-video:hover,
.btn-video:focus {
  color: #fff;
  background-color: #000;
  box-shadow: 0 0 0 1rem rgba(255, 255, 255, 0.2);
}

.video-banner-poster .video-banner-title {
  font-weight: 400;
  margin-bottom: 1.6rem;
}

.video-banner-poster .video-banner-title span {
  font-weight: 300;
  font-size: 1.6rem;
}

.video-poster {
  position: relative;
}

.video-poster img {
  border-radius: .4rem;
}

.video-poster-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-poster-title {
  font-weight: 400;
  margin-bottom: 3rem;
  letter-spacing: -.025em;
}

.video-banner-box {
  padding: 3rem;
}

.video-banner-box .video-poster img {
  border-radius: 0;
}

.video-box-content {
  padding-left: 0;
  max-width: 460px;
  font-size: 1.5rem;
  color: #777;
}

.video-box-content .video-banner-title {
  font-weight: 400;
  margin-bottom: 1.2rem;
}

.video-box-content .video-banner-title span {
  font-weight: 300;
  font-size: 1.8rem;
  margin-bottom: .6rem;
}

.video-box-content p:not(:last-child) {
  margin-bottom: 2rem;
}





/*--------------------- 4.11.Banners Category -------------------- */
/* Banners Category */
.banner-cat .banner-title {
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  text-transform: uppercase;
}

.banner-cat .banner-subtitle {
  margin-bottom: 0;
}

.banner-content-overlay {
  overflow: hidden;
  padding: 1.8rem 2rem .7rem;
  background-color: rgba(0, 0, 0, 0.9);
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all .3s ease;
}

.banner-content-overlay .banner-subtitle {
  margin-bottom: .9rem;
}

.banner-content-overlay .banner-link {
  opacity: 0;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  transition: all .3s ease;
  transform: translateY(30px);
  -ms-transform: translateY(30px);
}

.banner:hover .banner-content-overlay {
  padding-bottom: 3.7rem;
  background-color: white;
}

.banner:hover .banner-content-overlay .banner-link {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

.banner-content-static {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 1.2rem 2rem;
  background-color: white;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  transform: translateY(0);
  -ms-transform: translateY(0);
  transition: all .3s ease;
}

.banner-content-static .banner-subtitle {
  transition: all .25s ease;
  margin-bottom: .9rem;
}

.banner-content-static .banner-link {
  opacity: 0;
  position: absolute;
  bottom: 19px;
  left: 0;
  right: 0;
  transition: all .3s ease;
  transform: translateY(30px);
  -ms-transform: translateY(30px);
}

.banner:hover .banner-content-static {
  background-color: white;
}

.banner:hover .banner-content-static .banner-subtitle {
  opacity: 0;
}

.banner:hover .banner-content-static .banner-link {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

.banner-content.banner-content-top {
  top: 105px;
}

.banner-content.banner-content-bottom {
  top: auto;
  bottom: 60px;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

.banner-content.banner-content-right {
  right: auto;
  left: 30px;
}

.banner-link-anim .banner-content {
  transition: all .3s ease;
}

.banner-link-anim .banner-subtitle {
  margin-bottom: 0;
}

.banner-link-anim .banner-link {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 130px;
  padding-left: .5rem;
  padding-right: .5rem;
  transition: all .3s ease;
  transform: translateY(-20px);
  -ms-transform: translateY(-20px);
}

.banner-link-anim .banner-content-center .banner-link {
  right: 50%;
  transform: translateY(-20px) translateX(50%);
  -ms-transform: translateY(-20px) translateX(50%);
}

.banner-link-anim:hover .banner-content {
  padding-bottom: 4rem;
}

.banner-link-anim:hover .banner-link {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

.banner-link-anim:hover .banner-content-center .banner-link {
  transform: translateY(0) translateX(50%);
  -ms-transform: translateY(0) translateX(50%);
}

.banner-badge .banner-link {
  font-size: 1.6rem;
  display: inline-block;
  background-color: #fff;
  padding: 1.2rem 2rem;
  text-align: center;
  min-width: 170px;
  border-radius: .2rem;
  position: absolute;
  top: auto;
  bottom: 3.2rem;
  right: auto;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  overflow: hidden;
}

.banner-badge .banner-title,
.banner-badge .banner-subtitle {
  transition: all .3s ease;
}

.banner-badge .banner-subtitle {
  margin-bottom: 0;
}

.banner-badge .banner-link-text {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  transition: all .3s ease;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

.banner-badge .banner-link:hover,
.banner-badge .banner-link:focus {
  text-decoration: none;
}

.banner-badge .banner-link:hover .banner-title,
.banner-badge .banner-link:hover .banner-subtitle,
.banner-badge .banner-link:focus .banner-title,
.banner-badge .banner-link:focus .banner-subtitle {
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}

.banner-badge .banner-link:hover .banner-link-text,
.banner-badge .banner-link:focus .banner-link-text {
  opacity: 1;
  background-color: #02b2a7;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/*--------------------- 4.12.Social Icons -------------------- */
/* Social Icons */
.social-icons {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  width: 4rem;
  height: 4rem;
  color: #777;
  margin: 0;
  background-color: transparent;
  border: .1rem solid #e1e2e6;
  border-radius: 50%;
  text-decoration: none;
  opacity: 1;
  transition: all .35s ease;
}

.social-icon:not(:last-child) {
  margin-left: 1rem;
}

.social-icon:hover,
.social-icon:focus {
  color: #02b2a7;
  border-color: #02b2a7;
  background-color: transparent;
}

.social-icon.social-facebook {color: #8f79ed;}

.social-icon.social-telegram {color: #0088cc;}

.social-icon.social-twitter {
  color: #79c8ed;
}

.social-icon.social-instagram {
  color: #dd6d9a;
}

.social-icon.social-youtube {
  color: #e66262;
}

.social-icon.social-pinterest {
  color: #e66262;
}

.social-icon.social-linkedin {
  color: #3399cc;
}

.social-icons-color,
.social-icons-simple {
  line-height: 1;
}

.social-icons-color .social-icon,
.social-icons-simple .social-icon {
  width: auto;
  height: auto;
  border: none;
}

.social-icons-color .social-icon:not(:last-child),
.social-icons-simple .social-icon:not(:last-child) {
  margin-left: 10px;
}

.social-label {
  margin-bottom: 0;
  margin-left: 2rem;
}

.social-icons-sm .social-icon {
  font-size: 1.2rem;
  width: 3rem;
  height: 3rem;
}

.social-icons-sm .social-icon:not(:last-child) {
  margin-left: .5rem;
}

.social-icons-sm .social-label {
  margin-left: 1rem;
}

.social-icons-colored .social-icon.social-facebook {
  color: #fff;
  border-color: #8f79ed;
  background-color: #8f79ed;
}

.social-icons-colored .social-icon.social-twitter {
  color: #fff;
  border-color: #79c8ed;
  background-color: #79c8ed;
}

.social-icons-colored .social-icon.social-instagram {
  color: #fff;
  border-color: #dd6d9a;
  background-color: #dd6d9a;
}

.social-icons-colored .social-icon.social-youtube {
  color: #fff;
  border-color: #e66262;
  background-color: #e66262;
}

.social-icons-colored .social-icon.social-pinterest {
  color: #fff;
  border-color: #e66262;
  background-color: #e66262;
}

.social-icons-colored .social-icon.social-linkedin {
  color: #fff;
  border-color: #3399cc;
  background-color: #3399cc;
}

.social-icons-colored .social-icon:hover,
.social-icons-colored .social-icon:focus {
  background-color: #fff !important;
  border-color: #d7d7d7 !important;
}

.social-icons-colored .social-icon:hover.social-facebook,
.social-icons-colored .social-icon:focus.social-facebook {
  color: #8f79ed;
}

.social-icons-colored .social-icon:hover.social-twitter,
.social-icons-colored .social-icon:focus.social-twitter {
  color: #79c8ed;
}

.social-icons-colored .social-icon:hover.social-instagram,
.social-icons-colored .social-icon:focus.social-instagram {
  color: #dd6d9a;
}

.social-icons-colored .social-icon:hover.social-youtube,
.social-icons-colored .social-icon:focus.social-youtube {
  color: #e66262;
}

.social-icons-colored .social-icon:hover.social-pinterest,
.social-icons-colored .social-icon:focus.social-pinterest {
  color: #e66262;
}

.social-icons-colored .social-icon:hover.social-linkedin,
.social-icons-colored .social-icon:focus.social-linkedin {
  color: #3399cc;
}

/*--------------------- 4.13.Testimonials -------------------- */
/* Testimonials */
.testimonial-icon:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f10d';
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1;
  color: #02b2a7;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.testimonial img {
  display: inline-block !important;
  max-width: 70px;
  border-radius: 50%;
  margin-top: 1rem;
  margin-bottom: 2.1rem;
}

.owl-testimonials.owl-theme .owl-nav [class*='owl-'] {
  top: 65px;
}

.owl-testimonials-photo.owl-theme .owl-nav [class*='owl-'] {
  top: 110px;
}

/*--------------------- 4.14.Forms -------------------- */
/* Inputs */

.form-group {
  margin-bottom: 1.5rem;
}
.user-form-title {font-size: 14px;color: #cc9966;border-bottom: 1px solid #eaeaea;padding-bottom: 10px;}

.form-group .form-control,
.form-group .select-custom {
  margin-bottom: 0;
}

.form-control {
  height: 40px;
  padding: .85rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 300;
  color: #777;
  background-color: #fafafa;
  border: 1px solid #ebebeb;
  border-radius: 0;
  margin-bottom: 2rem;
  transition: all 0.3s;
  box-shadow: none;
}

select.form-control:not([size]):not([multiple]) {
  height: 40px;
}

.form-control-white {
  border-color: #fff;
}

.form-control:focus {
  color: #777;
  background-color: #fff;
  border-color: #02b2a7;
  box-shadow: none;
  outline: none !important;
}

.form-control::placeholder {
  color: #777;
}

textarea.form-control {
  min-height: 130px;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.form-control-rounded {
  border-radius: .2rem;
}

.input-group-round .form-control {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px
}

.input-group-round>.input-group-append>.btn {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px
}

label {
  color: #666;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0 0 1.1rem;
  float: left;
}
label i {
vertical-align: middle;margin-right: 6px;
}
.form-text {
  color: #999999;
  line-height: 1.5;
  margin-top: 0;
}

.form-control+.form-text {
  margin-top: -.5rem;
  margin-bottom: .6rem;
  text-align: right;
}

small.form-text {
  font-size: 85%;
}

.required-field>label::after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 .45rem;
}

.required {
  color: #e02b27;
  font-size: 1.2rem;
}

.required+.form-footer {
  margin-top: 0.8rem;
}

.form-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: .6rem;
}

.select-custom {
  position: relative;
  margin-bottom: 1rem;
}

.select-custom select {
  -webkit-appearance: none;
  appearance: none;
}

.select-custom::after {
  font-family: "Font Awesome 5 Pro";
  content: '\f110';
  position: absolute;
  display: inline-block;
  left: 1.9rem;
  top: 50%;
  font-size: 1.5rem;
  transform: translateY(-51%);
  color: #333333;
}

.select-custom .form-control,
.select-custom .form-control-sm {
  padding-right: 4rem;
}

.form-group-custom-control {
  margin-top: 2rem;
}

.form-group-custom-control .custom-control {
  margin-top: 0;
  margin-bottom: 2rem;
}

.form-group-custom-control+.form-group-custom-control {
  margin-top: -.5rem;
}

.form-group-custom-control .custom-control-label {
  text-transform: initial;
  letter-spacing: 0;
  font-weight: 400;
}

.custom-control {
  position: relative;
  padding-left: 2.6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.custom-control-label {
  position: static;
  margin-bottom: 0;
  margin-top: .1rem;
  font-size: 1.5rem;
  padding-left: 2.6rem;
  margin-left: -2.6rem;
}

.custom-control-label::before {
  left: 0;
  top: 1px;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #f9f9f9;
  border: 1px solid #dadada;
  box-shadow: none !important;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #dadada;
}

.custom-control-label::after {
  left: 0;
  top: 0;
  width: 1.6rem;
  height: 1.6rem;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-label::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: none;
  font-size: 1rem;
  font-family: 'Font Awesome 5 Pro';
  content: '\f00c';
  line-height: 1;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .01s
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #333;
  background-color: #333;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  background-color: #333;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(51, 51, 51, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(51, 51, 51, 0.5);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: none;
  opacity: 1;
  visibility: visible;
}

.custom-control.custom-radio .custom-control-label::before {
  top: .4rem;
  background-color: #f9f9f9;
  border-color: #dadada;
  border-radius: 50%;
}

.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::before {
  border-color: #02b2a7;
  background-color: #fff;
}

.custom-control.custom-radio .custom-control-label::after {
  border-radius: 50%;
  width: .6rem;
  height: .6rem;
  top: .9rem;
  right: .5rem;
}

.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: none !important;
  z-index: 2;
  background-color: #02b2a7;
}

.noUi-tooltip {
  direction: rtl !important;
}

.form-control-tooltip {
  position: relative;
  padding-right: 4rem;
}

.form-control-tooltip .input-tooltip {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 2.4rem;
  color: #777;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.form-control-tooltip .input-tooltip:hover,
.form-control-tooltip .input-tooltip:focus {
  color: #000;
}

/*--------------------- 4.15.Call to Actions -------------------- */
/* Call to Actions */
.cta .input-group {
  margin-bottom: 0;
}

.cta .form-control {
  height: 46px;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  background-color: #fff;
}

.cta .form-control:not(:focus):not(.form-control-white) {
  border-color: #dadada;
}

.cta .btn {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}

.cta .btn:not(.btn-block) {
  min-width: 170px;
}

.cta.bg-image {
  background-color: #f5f5f5;
}

.cta-title {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -.03em;
  margin-bottom: 0;
}

.cta-desc {
  margin-bottom: 1.5rem;
}

.cta-horizontal .form-control {
  flex-grow: 1;
  margin-right: 2rem;
}

.cta-horizontal .form-control,
.cta-horizontal .cta-desc {
  margin-bottom: 0;
}

.cta-horizontal-box {
  padding-top: 5.2rem;
  padding-bottom: 4.8rem;
}

.cta-heading {
  padding-top: .7rem;
  margin-bottom: 2.7rem;
}

.cta-heading .cta-title {
  margin-bottom: .5rem;
}

.cta-text {
  padding-top: .5rem;
}

.cta-text .cta-title {
  margin-bottom: 2.1rem;
}

.cta-text .cta-desc {
  margin-bottom: 2.3rem;
}

.cta-separator {
  position: relative;
}

.cta-separator [class*="col-"]+[class*="col-"]:before {
  content: '';
  width: .1rem;
  display: block;
  height: 80%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: #ebebeb;
}

.cta-separator.bg-image [class*="col-"]+[class*="col-"]:before {
  background-color: #dadada;
}

.cta-wrapper {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrapper .cta-title {
  margin-bottom: .6rem;
}

.cta-wrapper .cta-desc {
  margin-bottom: 2rem;
}

.cta-wrapper.cta-text {
  max-width: 330px;
}

.cta-wrapper.cta-text .cta-title {
  margin-bottom: 1.6rem;
}

.cta-wrapper.cta-text .cta-desc {
  margin-bottom: 2.6rem;
}

.cta-border {
  padding: 3.9rem 2rem;
  border: 1rem solid #f5f5f5;
  text-align: center;
}

.cta-border .cta-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cta-border .cta-heading {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  padding-top: 0;
  padding-left: 0;
}

.cta-border .cta-title {
  margin: 0 0 2rem;
}

.cta-border .cta-text {
  position: relative;
  padding: 0;
  flex-grow: 1;
  margin-bottom: 2rem;
}

.cta-border .cta-text::before {
  content: '';
  background-color: #f5f5f5;
  width: .5rem;
  height: 9rem;
  position: absolute;
  right: -3px;
  top: 50%;
  margin-top: -4.5rem;
  display: none;
}

.cta-border p {
  max-width: 460px;
  margin-bottom: 0;
}




@media screen and (max-width: 991px) {
  .cta-horizontal .cta-desc {
    margin-bottom: 1.5rem;
  }

  .cta-separator [class*="col-"]+[class*="col-"]:before {
    height: .1rem;
    width: 80%;
    left: 10%;
    top: 0;
    bottom: auto;
  }

  .cta-border .cta-title,
  .cta-border .cta-title.text-right {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  .cta-horizontal .form-control {
    margin-right: 1rem;
  }

  .cta .btn:not(.btn-block) {
    min-width: 0;
    float: right;
    margin-top: 1.5rem;
  }

  .cta-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .cta .input-group {
    flex-direction: column;
  }

  .cta .input-group .form-control {
    width: 100%;
    margin-right: 0;
  }

  .cta .input-group .btn {
    margin-left: 0;
    margin-top: 1rem;
  }

  .cta .input-group .input-group-append,
  .cta .input-group .input-group-prepend {
    justify-content: center;
  }

  .cta .input-group-round .form-control,
  .cta .input-group-round .btn {
    border-radius: 30px;
  }

  .cta .input-group-round .input-group-append {
    justify-content: center;
  }
}


/*--------------------- 4.17. Counters -------------------- */
/* Counters */
.count-container {
  margin-bottom: 3.3rem;
}

.count-wrapper {
  color: #02b2a7;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: .6rem;
}

.count-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -.01em;
}

/*--------------------- 4.18.Pagination -------------------- */
/* Pagination */
.pagination {
  border-radius: 0;
  align-items: center;
  margin-bottom: 2rem;
}

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  height: 4rem;
  font-weight: 400;
  font-size: 1.4rem;
  padding: 0 .3rem;
  line-height: 1;
  color: #706f6c;
  border-radius: .3rem;
  background-color: transparent;
  border: .1rem solid transparent;
}

.page-link i {
  font-size: 1.5rem;
}

.page-link.page-link-prev {
  margin-left: 1.7rem !important;
}

.page-link.page-link-prev i {
  margin-right: 0;
  margin-left: 1rem;
}

.page-link.page-link-next {
  margin-right: 1.8rem;
}

.page-link.page-link-next i {
  margin-right: 1rem;
  margin-left: 0;
}

.page-link.page-link-prev,
.page-link.page-link-next {
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 70px;
}

.page-link:hover,
.page-link:focus {
  box-shadow: none;
  color: #02b2a7;
  border-color: #ebebeb;
  text-decoration: none;
  background-color: transparent;
  outline: none !important;
}

.page-item-total {
  color: #cccccc;
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 1.2rem;
}

.page-item+.page-item {
  margin-right: .4rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.page-item.active .page-link {
  color: #02b2a7;
  background-color: transparent;
  border-color: #ebebeb;
}

.page-item.disabled .page-link {
  border-color: transparent;
  color: #eaeaea;
}

/*--------------------- 4.19.Modals -------------------- */
.change-lang.show .modal-dialog {background: #02b2a7;margin: 0;min-height: 100%;max-width: 100%}
.change-lang  .close {position: unset;right: unset;top: unset;display: block;width: 100%;margin-bottom: 25px;font-size: 25px;color: #fff;}
.change-lang .modal-content {background: #02b2a7;box-shadow: unset;}
.change-lang .modal-content .modal-body {padding: 20px}
.change-lang .modal-content .modal-body a {font-size: 20px;display: block;text-align: left;margin-bottom: 10px;color: #ffffff;width: 200px;border: 1px solid #ffffff;margin-left: auto;margin-right: auto;padding:8px}
.change-lang .modal-content .modal-body a span {text-align: center;margin-right: 4px;background: #cc9966;height: 25px;width: 45px;margin-top: 2px;float: right;}
.change-lang .modal-content .modal-body a:hover {background: #cc9966;}

/* Modals */
.modal-backdrop {
  background-color: #333;
}

.modal-backdrop.show {
  opacity: .4;
}

.modal-body {
  padding: 0;
}

.modal-body .close {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}

.modal-content {
  border: none;
  box-shadow: 5px 10px 16px rgba(51, 51, 51, 0.05), -5px 10px 16px rgba(51, 51, 51, 0.05);
}

.close {
  font-weight: normal;
  font-size: 1.8rem;
  color: #666666;
  opacity: 1;
  transition: all .3s;
}

.close:hover,
.close:focus {
  color: #02b2a7;
}


/*--------------------- 4.20.Alerts -------------------- */
/* Alerts */
.alert {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.43;
  letter-spacing: -.01em;
  border-radius: 0;
  margin: 0;
  padding: 1rem 1.5rem;
  border: none;
}

.alert .container {
  position: relative;
}

.alert a {
  color: rgba(255, 255, 255, 0.7);
}

.alert a:hover,
.alert a:focus {
  color: rgba(255, 255, 255, 0.9);
}

.alert .close {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1;
  top: 50%;
  left: 15px;
  right: auto;
  transform: translateY(-50%);
}

.alert .close span {
  display: inline-block;
  line-height: 1;
  padding-bottom: .2rem;
}

.alert-primary {
  color: #fff;
  background-color: #02b2a7;
}

.alert-dark {
  color: #fff;
  background-color: #333;
}

.alert-danger {
  color: #fff;
  background-color: #da2828;
}

.alert-info {
  color: #fff;
  background-color: #32b1d6;
}

.alert-success {
  color: #fff;
  background-color: #20cb55;
}

.alert-warning {
  color: #fff;
  background-color: #ea8745;
}

/*--------------------- 4.21.Instagram Feeds -------------------- */
/* Instagram Feed */
.instagram-feed {
  width: 100%;
  display: block;
  position: relative;
  background-color: #ccc;
  margin-bottom: 2rem;
}

.owl-carousel .instagram-feed {
  margin-bottom: 0;
}

.instagram-feed:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.4);
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.instagram-feed:hover:after,
.instagram-feed:hover .instagram-feed-content {
  opacity: 1;
  visibility: visible;
}

.instagram-feed img {
  max-width: none;
  width: 100%;
}

.instagram-feed-content {
  direction: rtl;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  transition: all 0.45s ease;
  opacity: 0;
  visibility: hidden;
}

.instagram-feed-content i {
  font-weight: normal;
  margin-left: .8rem;
}

.instagram-feed-content a {
  color: inherit;
}

.instagram-feed-content a:hover,
.instagram-feed-content a:focus {
  color: #02b2a7;
}

.instagram-feed-content a+a {
  margin-right: 2rem;
}

/*--------------------- 4.21.Elements list -------------------- */
/* Lists */
.elements>div {
  padding: 1rem;
}

.elements>div:nth-child(1) .element-img {
  background-position: calc(-200px*calc(1 - 1)) 0;
}

.elements>div:nth-child(1) .element-hover-img {
  background-position: calc(-200px * 1 + 100px) 0;
}

.elements>div:nth-child(2) .element-img {
  background-position: calc(-200px*calc(2 - 1)) 0;
}

.elements>div:nth-child(2) .element-hover-img {
  background-position: calc(-200px * 2 + 100px) 0;
}

.elements>div:nth-child(3) .element-img {
  background-position: calc(-200px*calc(3 - 1)) 0;
}

.elements>div:nth-child(3) .element-hover-img {
  background-position: calc(-200px * 3 + 100px) 0;
}

.elements>div:nth-child(4) .element-img {
  background-position: calc(-200px*calc(4 - 1)) 0;
}

.elements>div:nth-child(4) .element-hover-img {
  background-position: calc(-200px * 4 + 100px) 0;
}

.elements>div:nth-child(5) .element-img {
  background-position: calc(-200px*calc(5 - 1)) 0;
}

.elements>div:nth-child(5) .element-hover-img {
  background-position: calc(-200px * 5 + 100px) 0;
}

.elements>div:nth-child(6) .element-img {
  background-position: calc(-200px*calc(6 - 1)) 0;
}

.elements>div:nth-child(6) .element-hover-img {
  background-position: calc(-200px * 6 + 100px) 0;
}

.elements>div:nth-child(7) .element-img {
  background-position: calc(-200px*calc(7 - 1)) 0;
}

.elements>div:nth-child(7) .element-hover-img {
  background-position: calc(-200px * 7 + 100px) 0;
}

.elements>div:nth-child(8) .element-img {
  background-position: calc(-200px*calc(8 - 1)) 0;
}

.elements>div:nth-child(8) .element-hover-img {
  background-position: calc(-200px * 8 + 100px) 0;
}

.elements>div:nth-child(9) .element-img {
  background-position: calc(-200px*calc(9 - 1)) 0;
}

.elements>div:nth-child(9) .element-hover-img {
  background-position: calc(-200px * 9 + 100px) 0;
}

.elements>div:nth-child(10) .element-img {
  background-position: calc(-200px*calc(10 - 1)) 0;
}

.elements>div:nth-child(10) .element-hover-img {
  background-position: calc(-200px * 10 + 100px) 0;
}

.elements>div:nth-child(11) .element-img {
  background-position: calc(-200px*calc(11 - 1)) 0;
}

.elements>div:nth-child(11) .element-hover-img {
  background-position: calc(-200px * 11 + 100px) 0;
}

.elements>div:nth-child(12) .element-img {
  background-position: calc(-200px*calc(12 - 1)) 0;
}

.elements>div:nth-child(12) .element-hover-img {
  background-position: calc(-200px * 12 + 100px) 0;
}

.elements>div:nth-child(13) .element-img {
  background-position: calc(-200px*calc(13 - 1)) 0;
}

.elements>div:nth-child(13) .element-hover-img {
  background-position: calc(-200px * 13 + 100px) 0;
}

.elements>div:nth-child(14) .element-img {
  background-position: calc(-200px*calc(14 - 1)) 0;
}

.elements>div:nth-child(14) .element-hover-img {
  background-position: calc(-200px * 14 + 100px) 0;
}

.elements>div>a {
  display: block;
}

.element {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: .1rem solid #ebebeb;
  position: relative;
  transition: all .3s;
}

.element:hover,
.element:focus {
  box-shadow: 0 5px 20px rgba(234, 234, 234, 0.8);
}

.element:hover .element-hover-img,
.element:focus .element-hover-img {
  visibility: visible;
  opacity: 1;
}

.element:hover .element-img,
.element:focus .element-img {
  opacity: 0;
}

.element:hover p,
.element:focus p {
  color: #333;
}

.element p {
  margin-top: -1rem;
  padding-bottom: 1rem;
}

.element-img,
.element-hover-img {
  width: 100px;
  height: 100px;
  background-image: url(../images/elements.png);
  background-repeat: no-repeat;
  transition: all .3s;
}

.element-hover-img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.element-type {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: 'Poppins';
  letter-spacing: .01em;
  color: #666;
  text-transform: uppercase;
}

/*--------------------- 5.Pages -------------------- */
/*--------------------- 5.1.Home -------------------- */
/*  Index.html - Home page */
.intro-section {
  margin-top: -1px;
}

.intro-banners .banner {
  margin-bottom: 2rem;
}

.text-darkwhite {
  color: #ebebeb;
}

.banner-link-anim {
  background-color: transparent;
}

.banner-subtitle {
  margin-bottom: .5rem;
}

.intro-slider-container,
.intro-slide {
  background-color: #cccccc;
}


.intro-slider-container,
.intro-slide {
  height: 360px;
  background-color: #8a8988;
}


.intro-slide {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
}

.intro-slide .btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.intro-slide .btn-primary:hover,
.intro-slide .btn-primary:focus {
  background-color: #cc9966;
  border-color: #cc9966;
}

.intro-content {
  position: static;
  left: auto;
  top: auto;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

.intro-subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: -.01em;
}

.intro-title {
  font-weight: 600;
  letter-spacing: -.025em;
}

.intro-title sup {
  vertical-align: top;
  font-size: 1.3rem;
  top: 1em;
  margin-right: 0;
  letter-spacing: -.01em;
}

.intro-title sup+sup {
  margin-left: .8rem;
}
.intro-slider-container,
.intro-slide .slide-image {
  position: relative;
}

.intro-slider-container:before,
.intro-slide .slide-image:before {
  display: block;
  content: '';
  width: 100%;
}

.slider-container-1:before,
.intro-slider-1 .slide-image:before {
  padding-top: 56.5384615385%;
}

@media screen and (max-width: 479px) {

  .slider-container-1:before,
  .intro-slider-1 .slide-image:before {
    padding-top: 83.3333333333%;
  }
}

.slider-container-ratio .intro-slider,
.slide-image>picture,
.slide-image>img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}

.slide-image img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.slider-loader {
  color: #333;
  z-index: 2;
}
.intro-slide:before {
  background: url(../images/slider-overlay-en.png) repeat-y;
  background-position: left;
  background-size: 80%;
  /*content: "";*/
  width: 1500px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.slider-loader::after {
  content: '\f110';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  margin-left: -2.5rem;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 4rem;
  transform-origin: center center;
  animation: rotating 3s linear infinite;
  z-index: 20;
}

.owl-loaded+.slider-loader {
  display: none;
}

button:focus {
  outline: none;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.intro-content {

  text-align: left;
  z-index: 10;
}

.intro-content .btn {
  font-size: 1.2rem;
  min-width: 90px;
  padding: .65rem 1rem;
}


.intro-subtitle {
  color: #fff;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: -.01em;
  margin-bottom: .5rem;
}

.intro-title {
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -.03em;
  margin-bottom: 1.2rem;
  text-indent: -.2rem;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}

.brand img {
  width: auto !important;
  max-width: 100% !important;
}

.brand:focus {
  outline: none !important;
}

.title-lg {
  letter-spacing: -.025em;
}

.nav.nav-pills .nav-link {
  font-size: 15px;
  font-weight: 500;
}

.mt-v3 {
  margin-top: -3rem;
}

.categories.container {
  position: relative;
}

.categories.container::before {
  content: '';
  position: absolute;
  left: 1rem;
  right: 1rem;
  height: .1rem;
  top: 0;
  background-color: #ebebeb;
}

.more-container {
  margin-bottom: 7rem;
}

.icon-box-card {
  background-color: transparent;
  padding: 2rem;
}

.icon-box-icon {
  color: #333;
  font-size: 3.4rem;
}

.carousel-with-shadow .owl-stage-outer {
  padding: 0 1rem 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: -3rem;
  padding-top: 3rem;
}

.carousel-with-shadow.owl-simple .owl-nav [class*='owl-'] {
  margin-top: -31px;
}

.blog-posts .entry {
  color: #777;
  line-height: 1.73;
  margin-bottom: 3rem;
  background-color: #f5f5f5;
}

.blog-posts .entry-media {
  margin-bottom: 1.7rem;
}

.blog-posts .entry-meta {
  color: #cccccc;
  margin-bottom: .8rem;
}

.blog-posts .entry-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: .5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-posts .read-more {
  padding-right: 0;
  font-weight: 400;
}

.blog-posts .read-more:after {
  display: none;
}

.blog-posts .read-more:hover,
.blog-posts .read-more:focus {
  padding-left: 0;
}

.entry.entry-display {
  transition: box-shadow .35s ease;
}

.entry-body {
  text-align: left;
}

.entry.entry-display .entry-body {
  padding: 0 2rem 2.5rem;
}

.entry.entry-display:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.03), -5px 5px 10px rgba(0, 0, 0, 0.03);
}

.cta-display .cta-title {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: -.01em;
}

.cta-display .cta-desc {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.cta-display-content {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.footer .widget-title {
  font-weight: 600;
  background: unset;
  padding: 0;
}

.cross-txt {
  position: absolute;
  left: -1px;
  right: -1px;
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.cross-txt:before,
.cross-txt:after {
  content: '';
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #fff;
}

.cross-txt:before {
  margin-left: 2.5rem;
}

.cross-txt:after {
  margin-right: 2.5rem;
}

.mfp-ready.mfp-bg {
  opacity: .6;
}

.quickView-content {
  padding: 4rem 2rem;
  background-color: #fff;
}

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-'] {
  border: none;
  font-size: 3rem;
  color: #fff;
}

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:hover,
.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-']:focus {
  color: #02b2a7;
  background-color: transparent;
}

.quickView-content .owl-theme.owl-nav-inside .owl-nav .owl-prev {
  left: 30px;
  margin: 0;
}

.quickView-content .owl-theme.owl-nav-inside .owl-nav .owl-next {
  right: 30px;
  margin: 0;
}

.quickView-content .owl-theme .owl-nav [class*='owl-'] {
  top: 50%;
}

.quickView-content .owl-theme.owl-light .owl-nav [class*='owl-'] {
  background-color: transparent;
}

.quickView-content .owl-theme.owl-nav-inside .owl-dots {
  left: 50%;
  transform: translateX(-50%);
  right: unset;
}

.quickView-content>.row {
  margin-left: 0;
  margin-right: 0;
}

.quickView-content>.row>div {
  padding-left: 2rem;
  padding-right: 2rem;
}

.quickView-content>.row>div .row {
  margin-left: 0;
  margin-right: 0;
}

.quickView-content .product-title {
  margin-top: 3rem;
}

.quickView-content .product-title,
.quickView-content .product-price {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: -.025em;
  color: #333;
  margin-bottom: 1rem;
}

.quickView-content .rating-container {
  margin-bottom: 2rem;
}

.quickView-content p {
  color: #666;
  margin-bottom: 4rem;
}

.quickView-content .product-nav-thumbs a,
.quickView-content .product-nav-thumbs span {
  height: 5.4rem;
}

.quickView-content .details-filter-row label {
  font-size: 1.4rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #333;
}

.quickView-content .product-details-action {
  margin-top: 5rem;
  flex-direction: column;
  align-items: normal;
  margin-bottom: 4rem;
}

.quickView-content .details-action-wrapper {
  margin-right: 0;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.quickView-content .btn-product {
  background-color: transparent;
}

.quickView-content .btn-product span {
  font-size: 1.3rem;
  letter-spacing: .01em;
  color: #777;
  text-transform: uppercase;
}

.quickView-content .btn-product.btn-cart {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.2rem 1.5rem;
}

.quickView-content .btn-product.btn-cart:hover span,
.quickView-content .btn-product.btn-cart:focus span {
  color: #fff;
  box-shadow: none;
}

.quickView-content .btn-product.btn-cart span {
  font-size: 1.4rem;
  letter-spacing: .1em;
}

.quickView-content .product-details-footer {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 4rem;
}

.quickView-content .product-details-footer .social-icons {
  margin-right: 0;
}

.quickView-content .product-cat {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .01em;
  color: #777;
  margin-bottom: 4.5rem;
}

.quickView-content .product-cat span {
  margin-right: .7rem;
}

.quickView-content .product-cat a {
  color: #666;
}

.quickView-content .product-left {
  padding-left: .5rem;
  padding-right: .5rem;
  flex: 0 0 19.2%;
  max-width: 19.2%;
}

.quickView-content .product-left img {
  margin-bottom: 1rem;
}

.quickView-content .product-right {
  padding-left: .5rem;
  padding-right: .5rem;
  flex: 0 0 80.8%;
  max-width: 80.8%;
}

.quickView-content .intro-slider-container,
.quickView-content .intro-slide {
  height: unset;
}

.quickView-content .btn-wishlist:before {
  content: '\f234';
}

.quickView-content .btn-compare:before {
  content: '\f2d0';
}

.quickView-content .btn-wishlist,
.quickView-content .btn-compare {
  border: none;
}

.quickView-content .btn-wishlist:hover,
.quickView-content .btn-wishlist:focus,
.quickView-content .btn-compare:hover,
.quickView-content .btn-compare:focus {
  color: #02b2a7;
  background-color: transparent;
}

.quickView-content .btn-wishlist:hover span,
.quickView-content .btn-wishlist:focus span,
.quickView-content .btn-compare:hover span,
.quickView-content .btn-compare:focus span {
  color: #02b2a7;
}

.quickView-content .details-action-wrapper .btn-product+.btn-product {
  margin-left: 0;
  padding-left: 0;
}

.quickView-content .carousel-dot img {
  transition: all .3s;
  opacity: .6;
}

.quickView-content .carousel-dot.active img {
  opacity: 1;
  box-shadow: 0 0 0 1px #02b2a7;
}

.quickView-content .carousel-dot:hover img,
.quickView-content .carousel-dot:focus img {
  opacity: 1;
}

.quickView-content .btn-fullscreen {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 49;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 4rem;
  height: 4rem;
  color: #777;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  background-color: #fff;
  box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
  transition: all .35s ease;
}

.quickView-content .btn-fullscreen:hover,
.quickView-content .btn-fullscreen:focus {
  color: #fff;
  background-color: #02b2a7;
}

.container.quickView-container,
.fullscreen-container .container,
.container.newsletter-popup-container {
  width: 1188px;
  max-width: 100%;
}

.quickView-container,
.fullscreen-container {
  position: relative;
}

.quickView-container button.mfp-close,
.fullscreen-container button.mfp-close {
  color: #666;
  font-size: 1.8rem;
  top: 1.5rem;
  right: 2rem;
  display: block;
  width: 2rem;
  height: 2rem;
}

.fullscreen-container {
  margin-left: -.8rem;
  margin-right: -.8rem;
}

.fullscreen-container .carousel-dots {
  margin-top: 2rem;
  display: flex;
  padding-left: 6rem;
  padding-right: 6rem;
}

.fullscreen-container .carousel-dot {
  padding-left: .5rem;
  padding-right: .5rem;
}

.fullscreen-container .quickView-content {
  padding: 1rem 0 4rem;
}

.mfp-newsletter.mfp-bg {
  background: #222;
  opacity: .6;
}

.newsletter-popup-container {
  position: relative;
}

.newsletter-popup-container .newsletter-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsletter-popup-container .banner-content-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newsletter-popup-container .banner-content {
  position: static;
  transform: translateY(0);
  padding-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  flex: 0 0 calc((100% + 20px) / 6 * 4);
  max-width: calc((100% + 20px) / 6 * 4);
}

.newsletter-popup-container .banner-title {
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: -.025em;
  color: #222;
  margin-bottom: 1rem;
  text-transform: uppercase;
  line-height: 1.4em;
}

.newsletter-popup-container .banner-title span {
  color: #02b2a7;
  font-weight: 700;
}

.newsletter-popup-container .banner-title light {
  font-weight: 400;
}

.newsletter-popup-container p {
  font-weight: 400;
  letter-spacing: .01em;
  margin-bottom: 3.3rem;
  line-height: 1.75em;
}

.newsletter-popup-container .logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  min-height: 0;
}

.newsletter-popup-container .form-control {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 0;
  height: 4.6rem;
  background-clip: border-box;
  color: #666;
}

.newsletter-popup-container .form-control::placeholder {
  color: #666;
}

.newsletter-popup-container .form-control:focus {
  border-color: #f5f5f5;
}

.newsletter-popup-container .input-group {
  border: none;
}

.newsletter-popup-container .input-group .btn {
  min-width: 7rem;
  background-color: #222;
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
}

.newsletter-popup-container .input-group .btn:hover,
.newsletter-popup-container .input-group .btn:focus {
  background-color: #02b2a7;
}

.newsletter-popup-container .custom-control {
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  flex: 0 0 calc((100% + 20px) * .5 + 20px);
  max-width: calc((100% + 20px) * .5 + 20px);
}

.newsletter-popup-container .custom-control-label {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .01em;
  padding-right: 2rem;
}

.newsletter-popup-container .custom-control-label:before,
.newsletter-popup-container .custom-control-label:after {
  left: -.5rem;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: .2rem;
}

.newsletter-popup-container .newsletter-popup-content {
  box-shadow: 0 10px 20px rgba(34, 34, 34, 0.3);
}

.newsletter-popup-container .mfp-close {
  top: 1rem;
  left: calc(100% / 12 + 2rem);
  font-size: 2rem;
  background-color: #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
}



.mfp-wrap .mfp-content {
  transition: all .35s;
  opacity: 0;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}






@media screen and (max-width: 575px) {
  .cta-display .cta-desc {
    margin-bottom: 2rem;
  }

  .cta-display .btn {
    padding-top: .85rem;
    padding-bottom: .85rem;
  }
}

@media screen and (max-width: 991px) {
  .newsletter-img {
    display: none;
  }

  .newsletter-popup-container .banner-content {
    padding-bottom: 2rem;
  }
}

@media screen and (max-width: 900px) {
  .fullscreen-container {
    margin-left: -.6rem;
    margin-right: -.6rem;
  }
}



@media screen and (max-width: 591px) {
  .newsletter-popup-container .banner-content {
    flex: 0 0 90%;
    max-width: 90%;
  }
}

@media screen and (max-width: 439px) {
  .quickView-content .details-action-wrapper {
    flex-direction: column;
  }

  .quickView-content .details-action-wrapper .btn-product+.btn-product {
    border: none;
    margin-top: 1rem;
  }
}


/*--------------------- 5.2.Category -------------------- */
/* Category */
.toolbox {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 2rem;
}

.toolbox::after {
  display: block;
  clear: both;
  content: '';
}

.toolbox .select-custom {
  margin-bottom: 0;
}

.toolbox .select-custom::after {
  right: .9rem;
  font-size: 1rem;
}

.toolbox .select-custom .form-control {
  font-size: 1.3rem;
  padding-right: 2rem;
  max-width: 140px;
  min-width: 140px;
  background-color: #fff;
  border-color: #e4e4e4;
}

.toolbox label {
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  margin: 0;
}

.toolbox .form-control {
  color: #999999;
  font-weight: 300;
  font-size: 1.2rem;
  padding: .45rem 1rem;
  height: 30px;
  margin-bottom: 0;
}

.toolbox .form-control:not(:focus) {
  border-color: #d7d7d7;
}

.toolbox select.form-control:not([size]):not([multiple]) {
  height: 30px;
}

.toolbox-left,
.toolbox-right {
  display: flex;
  align-items: center;
  flex: 1 1 0;
  flex-wrap: wrap;
}

.toolbox-center {
  margin-top: 1rem;
  flex: 0 1 auto;
}

.toolbox-right {
  margin-top: 1rem;
  flex-direction: column;
}

.toolbox-info {
  color: #ccc;
}

.toolbox-info span {
  color: #333333;
}

.toolbox-sort {
  display: flex;
  align-items: center;
}

.toolbox-sort label {
  margin-left: 1.6rem;
}

.toolbox-layout {
  margin-top: 1rem;
}

.btn-layout {
  display: inline-flex;
  padding: .5rem;
}

.btn-layout+.btn-layout {
  margin-left: .5rem;
}

.btn-layout svg {
  fill: #dadada;
  transition: fill 0.35s;
}

.btn-layout:hover svg,
.btn-layout:focus svg,
.btn-layout.active svg {
  fill: #333;
}

.products>.row>[class*=col-] {
  display: flex;
  align-items: stretch;
  align-content: stretch;
}

.products .product {
  width: 100%;
}

.product {
  overflow: hidden;
}

.carousel-equal-height .owl-stage,
.carousel-equal-height .owl-item {
  display: flex;
  align-items: stretch;
}

.carousel-equal-height .product {
  width: 100%;
}

.owl-carousel .entry {
  margin-bottom: 0;
}

.load-more-container {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.btn.btn-load-more {
  text-transform: uppercase;
  min-width: 190px;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
}

.btn.btn-load-more i {
  margin: 0 !important;
}

.sidebar-shop .widget {
  color: #333333;
  text-align: left;
  margin: 0 0 10px;
}

.sidebar-shop .widget:last-child {
  border-bottom: none;
}
.sidebar-shop .widget-title {
  color: #333333;
  display: block;
  background: #f5f5f5;
  padding: 10px 13px;
  font-weight: 400;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: .7rem;
}
.sidebar-shop .custom-control {
  padding-right: 2.7rem;
  margin: 0;
}

.sidebar-shop .custom-control-label {
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.sidebar-shop .custom-control-label::before {
  border-radius: 0.2rem;
}

.widget-clean {
  display: flex;
  align-items: center;
  padding-top: .6rem;
  padding-bottom: 2.1rem;
}

.widget-clean label {
  color: inherit;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: -.01em;
  margin: 0;
}

.widget-clean a {
  display: inline-block;
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: auto
}

.widget-collapsible .widget-title a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  padding-right: 3rem
}

.widget-collapsible .widget-title a:after {
  color: #333333;
  content: '\f078';
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.4rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -.7rem;
}

.widget-collapsible .widget-title a.collapsed:after {
  content: '\e802';
}

.widget-collapsible .widget-title a:focus {
  outline: none !important;
}

.widget-collapsible .widget-body {
  padding-top: 10px;
  padding-bottom: 10px;
}

.filter-item {
  position: relative;
  margin-bottom: .3rem;
  display: flex;
}

.filter-items-count .filter-item {
  padding-left: 4rem;
  text-align: right;
  display: flex;
}

.filter-items-count .item-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1rem;
  top: 50%;
  min-width: 2.5rem;
  height: 2rem;
  margin-top: -1rem;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: .6rem;
  color: #777;
  background-color: #f8f8f8;
}






.sub-filter-items {
  padding-right: 2.7rem;
}

.filter-colors {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: .7rem;
  padding-bottom: .5rem;
}

.filter-colors a {
  position: relative;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  border: .2rem solid #fff;
  margin: 0 .3rem .3rem;
  transition: box-shadow .35s ease;
}

.filter-colors a:after {
  color: #fff;
  font-family: 'Font Awesome 5 Pro';
  content: '\ec2d';
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .01s;
  margin-top: -.4rem;
  margin-left: -.5rem;
}

.filter-colors a.selected,
.filter-colors a:hover,
.filter-colors a:focus {
  box-shadow: 0 0 0 .1rem #cccccc;
}

.filter-colors a.selected:after {
  visibility: visible;
  opacity: 1;
}

.filter-price {
  padding-top: .2rem;
  padding-bottom: 3rem;
}

.filter-price-text {
  margin-bottom: 2rem;
  text-align: right;
  letter-spacing: -.01em;
}

#filter-price-range {
  color: #02b2a7;
}


/*--------------------- 5.3.Product Pages -------------------- */

.product-details-short-info .product-details-short-info-new ,
.product-details-short-info .product-details-short-info-status {border: 1px solid #CCCCCC;padding: 0 20px;height: 55px;line-height: 55px;font-weight: 600}
.product-details-short-info .product-details-short-info-new i ,
.product-details-short-info .product-details-short-info-status i {margin-right: 5px;font-size: 17px;vertical-align: middle}
.product-details-short-info .product-details-short-info-icon {border: 1px solid #CCCCCC;height: 55px;overflow: hidden;padding: 5px;text-align: right}
.product-details-short-info .product-details-short-info-icon img{display: inline-block;width: 40px;height: 40px;margin-left: 5px;opacity: 0.5}
.product-details-short-info .product-details-short-info-icon img:hover{opacity: 1}

.product-details-top {
  margin-bottom: 1rem;
}

.product-gallery {
  margin-bottom: 0;
}

.product-main-image {
  position: relative;
  margin-bottom: 0;
}

.product-main-image img {
  max-width: none;
  width: 100%;
}

.btn-product-gallery {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 49;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 4rem;
  height: 4rem;
  color: #777;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1;
  background-color: #fff;
  box-shadow: 2px 6px 16px rgba(51, 51, 51, 0.05);
  transition: all .35s ease;
}

.btn-product-gallery:hover,
.btn-product-gallery:focus {
  color: #fff;
  background-color: #02b2a7;
}

.product-image-gallery {
  display: flex;
  flex-flow: row wrap;
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.product-gallery-item {
  position: relative;
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: .5rem;
  padding-right: .5rem;
  margin-bottom: 1rem;
}

.max-col-6 .product-gallery-item {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}

.product-gallery-item img {
  max-width: none;
  width: 100%;
}

.product-gallery-item:before,
.product-gallery-item:after {
  content: '';
  display: block;
  position: absolute;
  left: .5rem;
  right: .5rem;
  top: 0;
  bottom: 0;
  transition: all .35s ease;
}

.product-gallery-item:before {
  opacity: 0;
  visibility: hidden;
}

.product-gallery-item:after {
  visibility: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.6);
}

.product-gallery-item.active:before {
  visibility: visible;
  opacity: 1;
}

.product-gallery-item:hover:after,
.product-gallery-item.active:after {
  opacity: 0;
  visibility: hidden;
}

.product-gallery-vertical .row {
  margin-left: 0;
  margin-right: 0;
}

.product-gallery-vertical .product-image-gallery,
.product-gallery-vertical .product-main-image {
  width: 100%;
}

.product-gallery-vertical .product-image-gallery {
  width: calc(100% + 10px);
}

.product-gallery-masonry {
  position: relative;
  display: block !important;
}

.product-gallery-masonry .product-gallery-item {
  max-width: 50%;
  width: 50%;
}

/* Important for image zoom in carousel */
.please-register {border: .1rem solid #dadada;margin-top: -.1rem;border-radius: .3rem;padding: 20px;width: 100%}
.please-register a {margin-top: 20px}
.table-dark-download {border: .1rem solid #dadada;margin-top: -.1rem;border-radius: .3rem;}
.table-dark-download .btn {height: 30px;font-size: 14px}
.table-dark-download th {padding-bottom: 10px;padding-top: 10px;font-size: 12px}
.table-dark-download td {font-size: 15px}
.table-dark-download th ,.table-dark-download td {vertical-align: middle}
.product-gallery-title {font-size: 15px;background-color: #cc9966;color: #ffffff;display: inline-block;padding: 10px;margin: 0 0 10px 0 }
.product-gallery-pattern.owl-carousel {
  z-index: initial;
  direction: initial;
}

.product-gallery-pattern.owl-carousel .owl-item:not(.active) {
  pointer-events: none;
}

.product-gallery-image {
  margin-bottom: 0;
  padding-right: 0;
}

.product-gallery-separated {
  position: relative;
}

.product-separated-item {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}

.product-separated-item img {
  max-width: none;
  width: 100%;
}

.product-pager {
  display: flex;
  align-items: center;
}

.product-pager-link {
  color: #ccc;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.product-pager-link i {
  color: #666;
  font-size: 2rem;
  line-height: 1;
  transition: color .3s;
}

.product-pager-link span {
  display: inline-block;
  transition: box-shadow .3s ease;
}

.product-pager-link:hover,
.product-pager-link:focus {
  color: #02b2a7;
}

.product-pager-link:hover i,
.product-pager-link:focus i {
  color: inherit;
}

.product-pager-link:hover span,
.product-pager-link:focus span {
  box-shadow: 0 1px 0 #02b2a7;
}

.product-pager-link+.product-pager-link {
  margin-right: 3rem
}

.product-pager-prev i {
  margin-left: .5rem
}

.product-pager-next i {
  margin-right: .5rem;
}
.product-details-table {font-size: 14px}
.product-details {
  margin-bottom: 2rem;
}

.product-details .product-title {
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: -.025em;
  margin-bottom: 1.2rem;
  margin-top: -.5rem;
  padding-left: 1rem;
}

.product-details .ratings-container {
  margin-bottom: 1.3rem;
}

.product-details .product-price {
  font-size: 2.4rem;
}

.product-details .new-price {
  margin-left: 1rem;
}

.product-details .product-content {
  margin-bottom: 1.6rem;
}

.product-details .product-content p:last-child {
  margin-bottom: 0;
  text-align: right;
}

.product-details .product-countdown {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  max-width: 260px;
  margin-left: -5px;
  margin-bottom: 2rem;
}

.product-details .product-countdown .countdown-section {
  background-color: #fafafa;
}

.product-details .product-nav-dots a,
.product-details .product-nav-dots span {
  width: 2rem;
  height: 2rem;
}

.product-details .product-cat {
  font-weight: 400;
  font-size: 1.4rem;
}

.product-details .product-cat span {
  margin-left: .7rem;
}

.product-details .product-cat a {
  color: #666;
  box-shadow: none;
  transition: all .35s ease;
}

.product-details .product-cat a:hover,
.product-details .product-cat a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.product-details .product-size {
  flex-flow: row wrap;
  padding-top: 0;
  margin-bottom: 0;
}

.product-details .product-size a {
  color: #666;
  width: 4rem;
  height: 4rem;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: -.01em;
  border: .1rem solid #d7d7d7;
  background-color: transparent;
  border-radius: 0;
  margin-right: 1rem;
}

.product-details .product-size a.active,
.product-details .product-size a:hover,
.product-details .product-size a:focus {
  color: #02b2a7;
  border-color: #02b2a7;
  background-color: transparent;
}

.product-details .product-size a.disabled {
  color: #dadada;
  border-color: #ebebeb;
  background-color: transparent;
}

.details-filter-row {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 2rem;
}

.details-filter-row .form-control {
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
  border-color: #d7d7d7;
  min-width: 131px;
}

.details-filter-row .select-custom {
  margin-bottom: 0;
  margin-left: 3.9rem;
}

.details-filter-row .select-custom .form-control {
  padding-left: 3rem;
}

.details-filter-row .select-custom::after {
  font-size: 1rem;
  left: .9rem;
}

.details-filter-row label {
  text-align: right;
  display: inline-block;
  width: 67px;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.details-filter-row .product-nav {
  margin-bottom: 0;
}

.details-filter-row .product-nav-thumbs {
  padding-top: 0;
}

.size-guide {
  color: #777;
  display: inline-flex;
  align-items: center;
}

.size-guide i {
  font-size: 1.8rem;
  margin-left: .7rem;
}

.size-guide:hover,
.size-guide:focus {
  color: #02b2a7;
}

.product-details-quantity {
  max-width: 131px;
}

.product-details-quantity .form-control {
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  text-align: center;
  margin-bottom: 0;
}

.product-details-action {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 3rem;
}

.product-details-action .btn-cart {
  padding: 1rem 1.5rem;
  max-width: 198px;
  color: #02b2a7;
  border: 0.1rem solid #02b2a7;
}

.product-details-action .btn-cart span {
  font-size: 1.4rem;
  color: inherit;
  text-transform: uppercase;
  box-shadow: none;
  transition: box-shadow .35s ease, color 0s ease;
}

.product-details-action .btn-cart:before {
  margin-left: .4rem;
}

.product-details-action .btn-cart:hover,
.product-details-action .btn-cart:focus {
  color: #fff;
  border-color: #02b2a7;
  background-color: #02b2a7;
}

.details-action-wrapper {
  display: flex;
  align-items: center;
  margin-right: 4rem;
}

.details-action-wrapper .btn-product {
  padding-top: 0;
  padding-bottom: 0;
  white-space: nowrap;
  align-self: stretch;
  line-height: 1.4;
}

.details-action-wrapper .btn-product:before {
  margin-left: 1rem;
}

.details-action-wrapper .btn-product.btn-wishlist:before {
  margin-top: -.2rem;
}

.details-action-wrapper .btn-product span {
  font-size: 1.4rem;
}

.details-action-wrapper .btn-product+.btn-product {
  padding-right: 1.3rem;
  margin-right: 1.6rem;
}

.product-details-footer {
  color: #777;
  display: flex;
  font-weight: 400;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 1.7rem;
  border-top: .1rem solid #ebebeb;
  padding-bottom: 1.7rem;
}

.product-details-footer .social-icons {
  margin-right: auto;
}

.product-details-footer .social-icon {
  margin-bottom: 0;
}


@media screen and (min-width: 1700px) {
  .container-fluid .product-details-action .btn-cart {
    min-width: 240px;
  }

  .container-fluid .details-filter-row .form-control {
    min-width: 171px;
  }
}

.product-details-tab {
  margin-bottom: 5rem;
}

.product-details-tab .nav.nav-pills .nav-link {
  color: #333333;
  font-size: 1.6rem;
  padding: .55rem 3rem;
  border-bottom-width: .2rem;
  text-transform: capitalize;
}

.product-details-tab .nav.nav-pills .nav-link:hover,
.product-details-tab .nav.nav-pills .nav-link:focus {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.product-details-tab .nav.nav-pills .nav-item+.nav-item {
  margin-left: 2rem;
}

.product-details-tab .tab-content {
  border: .1rem solid #dadada;
  margin-top: -.1rem;
  border-radius: .3rem;
}

.product-details-tab .tab-content .tab-pane {
  padding: 2.7rem 3rem;
  text-align: left;
}

.product-desc-content h2 {
  font-weight: 400;
  font-size: 2.4rem;
  letter-spacing: -.01em;
  margin-bottom: 1.8rem;
}

.product-desc-content h3 {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -.01em;
  margin-bottom: 1.8rem;
}

.product-desc-content ul {
  color: #333333;
}

.product-desc-content ul li {
  position: relative;
  padding-right: 1.3rem;
}

.product-desc-content ul li:before {
  content: '•';
  position: absolute;
  display: block;
  top: 0;
  right: .2rem;
}

.product-desc-content a {
  color: #333;
  border-bottom: .1rem solid #b8b8b8;
  transition: all .35s ease;
}

.product-desc-content a:hover,
.product-desc-content a:focus {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.product-desc-content blockquote {
  color: #333;
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin-bottom: 1.6rem;
}

.product-desc-content blockquote p {
  margin-bottom: 0;
}

.product-desc-content blockquote cite {
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.reviews h3 {
  font-size: 1.6rem;
  letter-spacing: -.01em;
  margin-bottom: 2.3rem;
}

.review {
  padding-bottom: 1.3rem;
  margin-bottom: 2rem;
  border-bottom: .1rem solid #ebebeb;
}

.review:last-child {
  margin-bottom: 0;
}

.review .col-auto {
  width: 120px;
  padding-left: 2rem;
}

.review h4 {
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin-bottom: .8rem;
}

.review h4 a {
  color: inherit;
}

.review h4 a:hover,
.review h4 a:focus {
  color: #02b2a7;
}

.review .ratings-container {
  padding-top: .7rem;
  margin-bottom: .5rem;
}

.review .review-date {
  color: #ccc;
}

.review-content {
  margin-bottom: .8rem;
}

.review-action {
  font-size: 1.2rem;
}

.review-action a {
  color: #777;
  transition: all .35s ease;
}

.review-action a:hover,
.review-action a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.review-action a+a {
  margin-right: 1.6rem;
}

.review-action i {
  font-size: 1.4rem;
  margin-left: .6rem;
}

/* Product Centered */
.product-details-centered {
  text-align: center;
}

.product-details-centered .ratings-container,
.product-details-centered .product-price,
.product-details-centered .details-filter-row {
  justify-content: center;
}

.product-details-centered .product-content {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.product-details-centered .details-row-size .select-custom {
  margin-right: 2rem;
}

.product-details-centered .details-filter-row label {
  width: auto;
  margin-left: 1rem;
}

.product-details-centered .details-filter-row .form-control {
  min-width: 104px;
}

.product-details-centered .product-details-action {
  flex-direction: column;
  align-items: center;
}

.product-details-centered .product-details-action .btn-cart {
  min-width: 218px;
}

.product-details-centered .details-action-wrapper {
  margin-left: 0;
}

.product-details-centered .details-action-wrapper .btn-product+.btn-product {
  border-left-width: 0;
}

.product-details-centered .product-details-quantity {
  max-width: 100px;
}

.details-action-col {
  display: flex;
  align-items: center;
  margin-bottom: 2.2rem;
}

.details-action-col .product-details-quantity {
  margin-left: 2rem;
}

.details-action-col label {
  display: inline-block;
  width: 67px;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 0;
}

/* Product Extended */
.product-details-extended .nav.nav-pills {
  border-top: .1rem solid #ebebeb;
}

.product-details-extended .nav.nav-pills .nav-link {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-top: .2rem solid transparent;
  border-bottom: none;
  margin-top: -.1rem;
}

.product-details-extended .nav.nav-pills .nav-link.active,
.product-details-extended .nav.nav-pills .nav-link:hover,
.product-details-extended .nav.nav-pills .nav-link:focus {
  border-color: #02b2a7;
}

.product-details-extended .tab-content {
  border: none;
}

.product-details-extended .tab-content .tab-pane {
  padding: 0;
}

.product-desc-row {
  display: flex;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  min-height: 500px;
}

.product-desc-row.text-white h2,
.product-desc-row.text-white h3,
.product-desc-row.text-white h4 {
  color: inherit;
}

/* Product Gallery */
.product-details-separator {
  margin-bottom: 6rem;
}

.product-details-separator .details-filter-row label {
  margin-left: 2.4rem;
}

.product-details-separator .details-filter-row .product-size {
  margin-left: 2rem;
}


.details-footer-col {
  padding-top: 0;
  padding-bottom: 0;
  flex-direction: column;
  align-items: flex-start;
  border-top: none;
}

.product-details-centered .details-footer-col {
  align-items: center;
}

.details-footer-col .product-cat {
  margin-bottom: 2.6rem;
}

.details-footer-col .social-icons {
  margin-right: 0;
}

/* Sticky Info */
.product-details-accordion .card {
  border: .1rem solid #ebebeb;
  text-align: right;
}

.product-details-accordion .card .card-title {
  font-weight: 400;
}

.product-details-accordion .card .card-title a {
  background-color: #fafafa;
}

.product-details-accordion .card .card-title a:not(.collapsed) {
  background-color: #fff;
}

.product-details-accordion .card .card-body {
  padding-top: 0;
}

.product-details-accordion .card .card-body p:last-child {
  margin-bottom: .2rem;
}

/* With Sidebar */
.product-details-sidebar {
  margin-bottom: 3rem;
}

.product-details-sidebar .details-filter-row .select-custom {
  margin-left: 1.9rem;
}

.product-details-sidebar .product-details-action {
  flex-direction: column;
  align-items: flex-start;
}

.product-details-sidebar .details-action-wrapper {
  margin-right: 0;
}

.product-details-sidebar .details-action-col {
  width: 100%;
}

.product-details-sidebar .details-action-col .btn-product {
  flex: 1 1 auto;
  max-width: 230px;
}

.product-details-sidebar .product-details-action {
  margin-bottom: 2.6rem;
}

.sidebar-product {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar-product .widget {
  margin-bottom: 4.5rem;
}

.sidebar-product .widget-title {
  font-size: 2.4rem;
  letter-spacing: -.025em;
  margin-bottom: 2.4rem;
}

.sidebar-product .products {
  margin-bottom: 3rem;
}

.sidebar-product .btn {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

/* Sticky bar */
.sticky-bar {
  display: none;
}






@media screen and (max-width: 767px) {
  .product-desc-row {
    min-height: 380px;
  }

  .product-desc-content h2,
  .product-details .product-title {
    font-size: 2.2rem;
  }

  .product-gallery-separated {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 575px) {
  .breadcrumb-nav .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .product-pager {
    margin-left: auto;
    margin-top: 1rem;
  }

  .product-details-tab .nav.nav-pills .nav-item+.nav-item {
    margin-left: 0;
  }
}

@media screen and (max-width: 580px) {
  .product-details-action {
    flex-direction: column;
    align-items: flex-start;
  }

  .details-action-wrapper {
    margin-right: 0;
    margin-top: 1.5rem;
  }

  .product-details-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-details-footer .social-icons {
    margin-right: 0;
    margin-top: 1rem;
  }

  .review .row {
    flex-direction: column;
  }

  .details-filter-row .select-custom {
    margin-left: 1.5rem;
  }

  .product-details-action .btn-cart,
  .product-details-centered .product-details-action .btn-cart {
    min-width: 198px;
  }

  .product-details-sidebar .details-action-col .btn-product {
    min-width: 168px;
  }
}

/*--------------------- 5.4.Blog -------------------- */
.entry {
  font-size: 1.4rem;
  line-height: 1.85;
}

.entry-media {
  position: relative;
  background-color: #ccc;
  margin-bottom: 2.4rem;
}

.entry-media>a {
  position: relative;
  display: block;
}

.entry-media img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.entry-video a:after {
  content: '\f06e';
  font-family: "Font Awesome 5 Pro";
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3.5rem;
  margin-top: -3.5rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  background-color: transparent;
  border-radius: 50%;
  border: .2rem solid #fff;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.entry-video a:hover:after,
.entry-video a:focus:after {
  color: #02b2a7;
  background-color: #fff;
  box-shadow: 0 0 0 1.6rem rgba(255, 255, 255, 0.2);
}

.entry-meta {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  color: #777;
  font-size:13px;
  margin-bottom: 12px;
}

.text-center .entry-meta {
  direction: rtl;
  justify-content: center;
}

.entry-meta a {
  color: inherit;
  direction: rtl;
  transition: all .3s ease;
}

.entry-meta a:hover,
.entry-meta a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.meta-separator {
  margin-left: 1.1rem;
  margin-right: 1.1rem;
}

.entry-title {
  color: #333333;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.25;
  letter-spacing: -.025em;
  margin-bottom: .6rem;
}

.entry-title a {
  color: inherit;
}

.entry-title a:hover,
.entry-title a:focus {
  color: #02b2a7;
}

.entry-cats {
  color: #777;
  font-size: 1.4rem;
  direction: rtl;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.entry-cats a {
  color: inherit;
  transition: all .3s ease;
}

.entry-cats a:hover,
.entry-cats a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.entry-content p {
  margin-bottom: 1.3rem;
}

.entry-content.text-center p {
  text-align: center;
}

.read-more {
  display: inline-block;
  position: relative;
  font-weight: 400;
  letter-spacing: -.01em;
  padding-bottom: .1rem;
  transition: all .3s ease;
}

.read-more:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f273';
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.75rem;
  opacity: 0;
  transition: all .25s ease;
  transform: translateX(6px);
}

.read-more:hover,
.read-more:focus {
  padding-left: 2.2rem;
  box-shadow: 0 1px 0 0 #02b2a7;
}

.read-more:hover:after,
.read-more:focus:after {
  opacity: 1;
  transform: translateX(0);
}

.menu-cat {
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}

.menu-cat li {
  margin-right: 3.6rem;
}

.menu-cat li:last-child {
  margin-right: 0;
}

.menu-cat.justify-content-center li {
  margin-left: 1.8rem;
  margin-right: 1.8rem;
}

.menu-cat.justify-content-center li:lat-child {
  margin-right: 1.8rem;
}

.menu-cat a {
  display: inline-block;
  color: #333333;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: .4rem;
  padding-bottom: .4rem;
}

.menu-cat a span {
  color: #cccccc;
  font-weight: 400;
  margin-right: .8rem;
}

.menu-cat a:hover,
.menu-cat a:focus {
  color: #02b2a7;
}

.menu-cat li.active a {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

/* Entry Grid */
.entry-grid .entry-title {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entry-grid .entry-media {
  margin-bottom: 1.4rem;
}

.entry-grid .entry-cats {
  margin-bottom: .9rem;
}

/* Masonry */
.entry-container {
  position: relative;
  margin: 0 -1rem .5rem;
  transition: height .4s;
}

.entry-container::after {
  display: block;
  clear: both;
  content: '';
}

.entry-item {
border: 1px solid #eaeaea;
  padding:10px;
}

/* Entry list */
.entry-list p {
  text-align: right;
  margin-bottom: 1rem;
}

/* Entry Overlay */
.entry-mask.entry {
  margin-bottom: 2rem;
}

.entry-mask:before {
  content: '';
  display: block;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, black 100%);
  opacity: .75;
  transition: all 0.3s;
  pointer-events: none;
}

.entry-mask .entry-media {
  margin-bottom: 0;
}

.entry-mask .entry-video a:after,
.entry-mask .entry-gallery a:after {
  width: auto;
  height: auto;
  left: 3rem;
  top: 3rem;
  margin-left: 0;
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1;
  border: none;
}

.entry-mask .entry-video a:hover:after,
.entry-mask .entry-video a:focus:after,
.entry-mask .entry-gallery a:hover:after,
.entry-mask .entry-gallery a:focus:after {
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}

.entry-mask .entry-gallery a:after {
  color: #fff;
  position: absolute;
  content: '\f24d';
  font-family: "Font Awesome 5 Pro";
  top: 2.6rem;
}

.entry-mask .entry-body {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1.7rem 1.8rem 2.7rem 2.8rem;
  z-index: 5;
}

.entry-mask .entry-meta,
.entry-mask .entry-cats {
  color: #ebebeb;
}

.entry-mask .entry-cats {
  margin-bottom: 0;
}

.entry-mask .entry-title {
  color: #fff;
  font-size: 2rem;
}

.entry-mask:hover:before {
  opacity: .9;
}

.widget {
  margin-bottom: 4.5rem;
}

.sidebar {
  margin-top: 3rem;
}

.sidebar .widget:last-child {
  margin-bottom: 1.5rem;
}

.widget-title {
  font-size: 15px;
  background-color: #cc9966;
  color: #ffffff;
  display: inline-block;
  padding: 10px;
  margin: 0 0 10px 0;
}

.widget-search .widget-title {
  margin-bottom: 1.3rem;
  text-align: right;
}

.widget-search form {
  position: relative;
}

.widget-search .form-control {
  height: 40px;
  padding: .95rem 1.4rem .95rem 5rem;
  font-weight: 300;
  font-size: 1.3rem;
  background-color: transparent;
  margin-bottom: 0;
}

.widget-search .btn {
  position: absolute;
  left: .8rem;
  top: 50%;
  min-width: 0;
  font-weight: normal;
  font-size: 1.8rem;
  color: #666;
  padding: 0;
  width: 3rem;
  height: 3rem;
  margin-top: -1.4rem;
}

.widget-search .btn i {
  margin: 0 !important;
}

.widget-search .btn:hover,
.widget-search .btn:focus {
  color: #02b2a7;
}

.widget-cats ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-cats ul a li{
background: #f5f5f5;
  border: 1px solid #eaeaea;
  padding: 10px;
  margin-bottom: 10px;
}
.widget-cats ul a:hover li{
  background: #ffffff;
}

.widget-cats li:not(:last-child) {
  margin-bottom: 1rem;
}

.widget-cats a {
  color: #333;
  display: block;
  text-align: left;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
}

.widget-cats a span {
  float: left;
}

.widget-cats a:hover,
.widget-cats a:focus {
  color: #02b2a7;
}

.widget-banner-sidebar {
  position: relative;
}

.banner-sidebar-title {
  color: #777;
  text-align: center;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -.01em;
  margin-bottom: .8rem;
  text-transform: uppercase;
}

.posts-list {
  list-style: none;
  padding: .4rem 0 .2rem;
  margin: 0;
}

.posts-list li {
  margin-bottom: 2rem;
}

.posts-list li::after {
  display: block;
  clear: both;
  content: '';
}

.posts-list li:last-child {
  margin-bottom: 0;
}

.posts-list figure {
  float: left;
  max-width: 60px;
  margin-right: 15px;
  margin-bottom: 0;
}

.posts-list figure a {
  display: block;
}

.posts-list div {
  padding-top: .6rem;
  text-align: left;
}

.posts-list span {
  display: block;
  color: #cccccc;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.25;
  margin-bottom: .5rem;
}

.posts-list h4 {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.posts-list a {
  color: #333;
}

.posts-list a:hover,
.posts-list a:focus {
  color: #02b2a7;
}

.banner-sidebar {
  position: relative;
  text-align: center;
  line-height: 0;
}

.banner-sidebar>a {
  display: inline-block;
}

.tagcloud {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding-top: .3rem;
  margin-right: -1rem;
  margin-bottom: -1rem;
}

.tagcloud a {
  display: block;
  color: #777;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: .3rem;
  padding: .65rem .9rem;
  background-color: #fafafa;
  border: .1rem solid #ebebeb;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: all .3s ease;
}

.tagcloud a:hover,
.tagcloud a:focus {
  color: #02b2a7;
  background-color: #fff;
}

.widget-text p:last-child {
  margin-bottom: 0;
}




/*--------------------- 5.5.Single/Blog Post -------------------- */
/* Single Entry - Post */
.entry.single-entry {
  margin-bottom: 4rem;
}

.single-entry .entry-body {
  margin-bottom: 4rem;
}

.single-entry .entry-meta,
.single-entry .entry-cats {
  color: #ccc;
}

.single-entry .entry-meta a:not(:hover):not(:focus),
.single-entry .entry-cats a:not(:hover):not(:focus) {
  color: #666;
}

.single-entry .entry-title-big {
  font-weight: 400;
  font-size: 2.8rem;
}

.editor-content::after {
  display: block;
  clear: both;
  content: '';
}

.editor-content .float-left {
  margin-left: 2.8rem;
  margin-bottom: 1.5rem;
}

.editor-content .float-right {
  margin-left: 2.8rem;
  margin-bottom: 1.5rem;
}

.editor-content img {
  margin-bottom: 2rem;
}

.editor-content p {
  text-align: left;
  margin-bottom: 2.4rem;
}

.editor-content h3 {
  font-weight: 400;
  font-size: 2.2rem;
  text-align: left;
  margin-bottom: 2rem;
}

.editor-content a {
  color: #333;
  box-shadow: 0 1px 0 #333;
  transition: all .35s ease;
}

.editor-content a:hover,
.editor-content a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.editor-content blockquote {
  position: relative;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.67;
  padding: 7rem 3rem 4rem 3rem;
  border-right: 0.1rem solid #02b2a7;
  background-color: #fafafa;
  margin-top: 4.2rem;
  margin-bottom: 4.2rem;
}

.editor-content blockquote p:last-child {
  margin-bottom: 0;
}

.editor-content blockquote:before {
  color: #ebebeb;
  content: '\f10e';
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  right: 3rem;
  top: 4rem;
  margin-top: -1.5rem;
}

.editor-content ul li {
  position: relative;
  text-align: right;
  margin-bottom: 2.7rem;
}

.editor-content ul li:before {
  display: inline-block;
  content: '•';
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 1rem;
  vertical-align: middle;
  margin-top: -1px;
}

.entry-footer {
  margin-top: 3.6rem;
  margin-bottom: 5rem;
  align-items: center;
}

.entry-footer .social-icon {
  font-size: 1.3rem;
}

.entry-tags {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  padding-top: .2rem;
}

.entry-tags span {
  margin-left: 1rem;
}

.entry-tags a {
  display: block;
  color: #777;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: .3rem;
  padding: .45rem .9rem;
  background-color: #fafafa;
  border: .1rem solid #ebebeb;
  margin-right: .5rem;
  margin-bottom: 0;
  transition: all .3s ease;
}

.entry-tags a:hover,
.entry-tags a:focus {
  color: #02b2a7;
  background-color: #fff;
}

.entry-author-details {
  display: flex;
  align-items: flex-start;
  padding: 5rem 3rem 4.6rem;
  background-color: #fafafa;
}

.entry-author-details h4 {
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -.01em;
  margin-bottom: 0;
}

.entry-author-details h4 a {
  color: inherit;
  float: right;
}

.entry-author-details h4 a:hover,
.entry-author-details h4 a:focus {
  color: #02b2a7;
}

.author-media,
.comment-media {
  flex: 0 0 50px;
  max-width: 50px;
}

.author-media img,
.comment-media img {
  border-radius: 50%;
}

.author-content p:last-child,
.comment-content p:last-child {
  margin-bottom: 0;
}

.author-body {
  position: relative;
  flex: 1 1 auto;
  padding-right: 2rem;
}

.author-header {
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 2rem;
}

.author-link {
  color: #777;
  letter-spacing: -.01em;
  transition: all .35s ease;
}

.author-link:hover,
.author-link:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.pager-nav {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4.5rem;
  padding-bottom: 1rem;
}

.pager-link {
  position: relative;
  color: #02b2a7;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  font-weight: 400;
  padding-top: .95rem;
  padding-bottom: .95rem;
  font-size: 1.4rem;
  line-height: 1.5;
  transition: all .35s ease;
}

.pager-link+.pager-link {
  border-top: .1rem solid #ebebeb;
}

.pager-link:after {
  color: #333;
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  transition: all .35s ease .05s;
  margin-top: -.8rem;
}

.pager-link.pager-link-prev {
  padding-right: 10rem;
  padding-left: 1rem;
}

.pager-link.pager-link-prev:after {
  content: '\f273';
  right: 3rem;
}

.pager-link.pager-link-next {
  padding-right: 1rem;
  padding-left: 10rem;
  align-items: flex-end;
  text-align: right;
}

.pager-link.pager-link-next:after {
  content: '\f274';
  left: 3rem;
}

.pager-link:hover,
.pager-link:focus {
  color: #02b2a7;
}

.pager-link:hover:after,
.pager-link:focus:after {
  color: #02b2a7;
}

.pager-link:hover.pager-link-prev,
.pager-link:focus.pager-link-prev {
  padding-right: 7rem;
}

.pager-link:hover.pager-link-prev:after,
.pager-link:focus.pager-link-prev:after {
  right: 0;
}

.pager-link:hover.pager-link-next,
.pager-link:focus.pager-link-next {
  padding-left: 7rem;
}

.pager-link:hover.pager-link-next:after,
.pager-link:focus.pager-link-next:after {
  left: 0;
}

.pager-link:hover .pager-link-title,
.pager-link:focus .pager-link-title {
  box-shadow: 0 .1rem 0 #333;
}

.pager-link-title {
  display: inline-block;
  margin-top: .6rem;
  flex: 0 0 auto;
  color: #333;
  font-size: 1.5rem;
  transition: all .35s ease;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-posts {
  padding-bottom: 4.5rem;
  margin-bottom: 4.5rem;
  border-bottom: .1rem solid #ebebeb;
}

.related-posts .title {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  margin-bottom: 3rem;
}

.related-posts .entry.entry-grid {
  margin-bottom: 0;
}

.related-posts .entry-grid .entry-title {
  font-weight: 400;
}

.comments {
  margin-bottom: 5rem;
}

.comments .title {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  margin-bottom: 4.5rem;
}

.comments ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comments ul ul {
  margin-top: 4rem;
  margin-right: 8rem;
  padding-top: 4.5rem;
  border-top: .1rem solid #ebebeb;
}

.comments li {
  border-bottom: .1rem solid #ebebeb;
  padding-bottom: 4rem;
  margin-bottom: 5rem;
}

.comments li:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.comment {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.comment-body {
  position: relative;
  flex: 1 1 auto;
  padding-right: 3rem;
}

.comment-reply {
  display: flex;
  align-items: center;
  color: #777;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -.01em;
  padding-bottom: .4rem;
  transition: all .35s ease;
}

.comment-reply:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f279';
  font-size: 1.5rem;
  margin-left: .7rem;
}

.comment-reply:hover,
.comment-reply:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.comment-user {
  margin-bottom: 1rem;
  text-align: right;
}

.comment-user h4 {
  color: #333;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -.01em;
  margin-bottom: 0;
}

.comment-user h4 a {
  color: inherit;
}

.comment-user h4 a:hover,
.comment-user h4 a:focus {
  color: #02b2a7;
}

.comment-user h4 span {
  display: block;
}

.comment-date {
  color: #ccc;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1;
}

.reply {
  background-color: #fafafa;
  padding: 4rem 3rem 5rem;
  margin-bottom: 2rem;
}

.reply .heading {
  margin-bottom: 2.4rem;
}

.reply .title {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  margin-bottom: .9rem;
}

.reply .title-desc {
  color: #ccc;
  font-size: 1.3rem;
  letter-spacing: -.01em;
}

.reply .form-control {
  background-color: #fff;
}

.reply textarea.form-control {
  min-height: 100px;
}

/* Fullwidth */
.entry-fullwidth .entry-body {
  position: relative;
}



.entry-fullwidth .author-body {
  padding-left: 4rem;
}

.entry-fullwidth .social-icons.social-icons-vertical {
  margin-bottom: 2rem;
}




@media screen and (max-width: 991px) {
  .sticky-content.is_stuck {
    position: static !important;
    top: auto !important;
    width: auto !important;
    bottom: auto !important;
  }
}

/*--------------------- 5.6.Portfolio -------------------- */
/* Portfolio */
.nav-filter {
  display: flex;
  margin-bottom: 3rem;
}

.nav-filter a {
  display: inline-block;
  color: #777;
  padding: .4rem 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  text-transform: uppercase;
  border-bottom: .1rem solid transparent;
}

.nav-filter a:hover,
.nav-filter a:focus {
  color: #02b2a7;
}

.nav-filter .active a {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.portfolio-container {
  position: relative;
  margin: 0 -1rem 4rem;
  transition: height .4s;
}

.portfolio-container::after {
  display: block;
  clear: both;
  content: '';
}

.portfolio-nogap {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
}

.portfolio-nogap .col,
.portfolio-nogap [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-nogap .portfolio-item {
  margin-bottom: 0;
}

.portfolio-item {
  float: left;
  margin-bottom: 2rem;
}

.portfolio {
  position: relative;
}

.portfolio-media {
  background-color: #ccc;
  margin: 0;
}

.portfolio-media>a {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.portfolio-media>a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #444444;
  visibility: hidden;
  opacity: 0;
  transition: all 0.45s ease;
}

.portfolio-media img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.portfolio-item:hover .portfolio-media>a:after {
  visibility: visible;
  opacity: .4;
}

.portfolio-item:hover .portfolio-content {
  background-color: #f6f6f6;
}

.portfolio-content {
  text-align: right;
  padding: 1.6rem 2rem;
  transition: all 0.45s ease;
}

.portfolio-title {
  color: #333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: -.01em;
  margin-bottom: .1rem;
}

.portfolio-title a {
  color: inherit;
}

.portfolio-title a:hover,
.portfolio-title a:focus {
  color: #02b2a7;
}

.portfolio-tags {
  font-weight: 300;
  font-size: 1.3rem;
  letter-spacing: -.01em;
}

.portfolio-tags a {
  color: #02b2a7;
  transition: all .35s ease;
}

.portfolio-tags a:hover,
.portfolio-tags a:focus {
  color: #02b2a7;
  box-shadow: 0 1px 0 #02b2a7;
}

.portfolio-overlay {
  overflow: hidden;
}

.portfolio-overlay .portfolio-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 3rem;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.portfolio-overlay .portfolio-content.portfolio-content-center {
  bottom: auto;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.portfolio-overlay .portfolio-title {
  color: #fff;
}

.portfolio-overlay .portfolio-title a:hover,
.portfolio-overlay .portfolio-title a:focus {
  color: #f1f1f1;
}

.portfolio-overlay .portfolio-tags a {
  color: #ccc;
}

.portfolio-overlay .portfolio-tags a:hover,
.portfolio-overlay .portfolio-tags a:focus {
  color: #fff;
  box-shadow: 0 1px 0 #fff;
}

.portfolio-overlay:hover .portfolio-content {
  visibility: visible;
  opacity: 1;
  background-color: transparent;
}

@media screen and (max-width: 575px) {
  .nav-filter {
    flex-wrap: wrap;
    justify-content: center;
  }
}

/*--------------------- 5.7.About -------------------- */
/* About us */
.about-images {
  position: relative;
  text-align: right;
  padding-top: 4rem;
}
.about-cup-images .owl-item {background: #ffffff;}
.about-img-front {
  position: relative;
  z-index: 2;
  border: 2rem solid #f9f9f9;
}

.about-img-back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.brands-text {
  max-width: 430px;
  margin-top: .5rem;
  margin-bottom: 3rem;
}

.brands-text .title {
  line-height: 1.5;
}

.brands-display {
  margin-top: .5rem;
}

.brands-display .brand {
  min-height: 0;
  margin-bottom: 4rem;
}

.brands-display [class*="col-"] {
  display: flex;
}

.brands-display [class*="col-"] .brand {
  width: 100%;
}

.about-testimonials blockquote {
  color: #666666;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  line-height: 1.875;
}

.member {
  margin-bottom: 2rem;
  max-width: 376px;
  margin-left: auto;
  margin-right: auto;
}

.member p {
  max-width: 240px;
  color: #999;
}

.member.text-center p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.member.text-center .social-icons {
  justify-content: center;
}

.member-media {
  position: relative;
  margin: 0;
}

.member-content {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  overflow: hidden;
}

.member-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 0;
}

.member-title span {
  display: block;
  color: #999999;
  font-weight: 300;
  font-size: 1.4rem;
  margin-top: .3rem;
}

.member-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(102, 102, 102, 0.7);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.member-overlay .member-title {
  color: inherit;
  margin-bottom: 1.5rem;
}

.member-overlay .member-title span {
  color: #ebebeb;
}

.member-overlay .social-icons {
  margin-top: 2.7rem;
}

.member-overlay .social-icon {
  font-size: 1.5rem;
}

.member-overlay .social-icon+.social-icon {
  margin-right: 2.8rem;
}

.member-overlay .social-icon:not(:hover) {
  color: inherit;
}

.member-content,
.member-overlay {
  transition: all 0.45s ease;
}

.member:hover .member-content {
  opacity: 0;
}

.member:hover .member-overlay {
  visibility: visible;
  opacity: 1;
}

.member:hover.member-anim .member-overlay .member-title,
.member:hover.member-anim .member-overlay p,
.member:hover.member-anim .member-overlay .social-icons {
  animation-name: fadeInUpShort;
  animation-duration: .65s;
  animation-fill-mode: both;
}

.member:hover.member-anim .member-overlay p {
  animation-delay: .1s;
}

.member:hover.member-anim .member-overlay .social-icons {
  animation-delay: .2s;
}

.member:hover.member-anim .member-content .member-title {
  animation-name: fadeOutUpShort;
  animation-duration: .65s;
  animation-fill-mode: both;
}

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOutUpShort {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
}

/*--------------------- 5.8.About -------------------- */
.about-page-text {font-size: 14px;line-height: 28px}


/*--------------------- 5.9.Contact -------------------- */
/* Contact us */
.contact-page-office {background-color: #fafafa;border: 1px solid #ebebeb;padding: 20px;margin-bottom: 25px;width: 100%}
.contact-page-office h4 {font-size: 20px;}
.contact-page-office .contact-page-office-item {font-size: 15px;margin-bottom: 12px;}
.contact-page-office .contact-page-office-item:last-child {margin-bottom: 0px;}
.contact-page-office .contact-page-office-item i {margin-right: 6px;vertical-align: middle}
.contact-page-office .contact-page-office-item span {font-weight: 600}
.contact-page-office .contact-page-office-item a {direction: ltr;display: inline-block;text-align: right;}
#map {
  height: 280px;
  background-color: #ccc;
}

.gm-style .gm-style-iw-c {
  border-radius: 0 !important;
}

#map address {
  color: #666666;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  padding: .5rem .75rem .2rem .75rem;
  line-height: 1.5;
  margin: 0;
}

.direction-link {
  display: inline-block;
  margin-top: 1rem;
  line-height: 1;
}

.contact-info {
  margin-bottom: 3rem;
}

.contact-info h3 {
  margin-top: .5rem;
  font-weight: 400;
  text-align: right;
  font-size: 1.8rem;
  letter-spacing: -.025em;
  margin-bottom: 1.5rem;
}

.contact-list {
  max-width: 270px;
  list-style: none;
  padding-left: 0;
}

.contact-list li {
  position: relative;
  padding-right: 3rem;
  margin-bottom: 1.4rem;
  text-align: right;
}

.contact-list a {
  color: inherit;
}

.contact-list a:hover,
.contact-list a:focus {
  color: #02b2a7;
}

.contact-list i {
  display: inline-block;
  position: absolute;
  right: 0;
  top: .3rem;
  font-size: 2rem;
  line-height: 1;
  color: #02b2a7;
}

.store {
  margin-bottom: 3rem;
  color: #777;
}

.store address,
.store div {
  text-align: right;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0;
}

.store a:not(.btn) {
  color: inherit;
}

.store a:not(.btn):hover,
.store a:not(.btn):focus {
  color: #02b2a7;
}

.store .btn.btn-link {
  padding-left: 0;
  padding-right: 0;
  margin-top: 2.1rem;
}

.store-media {
  margin-bottom: 0;
}

.store-title {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: .8rem;
  margin-top: -.2rem;
}

.store-subtitle {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-bottom: .4rem;
  margin-top: 3.2rem;
}

/*--------------------- 5.10.Contact 2 -------------------- */
/* Contact us 2 */
.contact-box {
  margin-bottom: 3rem;
}

.contact-box h3 {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: -.025em;
  margin-bottom: 1.6rem;
}

.contact-box address,
.contact-box div {
  font-weight: 300;
  font-style: normal;
}

.contact-box a {
  color: inherit;
}

.contact-box a:hover,
.contact-box a:focus {
  color: #02b2a7;
}

.contact-box .social-icons {
  padding-top: 1.5rem;
}

.contact-box .social-icon {
  font-size: 1.3rem;
}

.touch-container .lead {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------- 5.11.Login -------------------- */
/* Login */
.form-box {
  max-width: 455px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 2.2rem 2rem 4.4rem;
  box-shadow: 0 3px 16px rgba(51, 51, 51, 0.1);
}
.form-box .alert {margin-bottom: 20px;}
.form-box .btn-block {
  max-width: 100%;
  min-width: auto;
  font-size: 14px;
  font-weight: 600;
  height: 50px;

}

.form-tab .nav.nav-pills {
  color: #333333;
  border-bottom: .1rem solid #ebebeb;
}

.form-tab .nav.nav-pills .nav-item {
  margin-bottom: -.1rem;
}

.form-tab .nav.nav-pills .nav-item+.nav-item {
  margin-left: 0;
}

.form-tab .nav.nav-pills .nav-link {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: -.025em;
  color: inherit;
  border-bottom-width: .2rem;
  padding: .9rem 1rem;
}

.form-tab .nav.nav-pills .nav-link.active {
  color: inherit;
}

.form-tab .nav-fill .nav-item {
  flex: 1 1 0;
}

.form-tab .tab-content .tab-pane {
  padding: 2rem 0 0;
}

.form-tab .form-group {
  margin-bottom: 1.3rem;
}

.form-tab .form-footer {
  padding-top: .6rem;
  padding-bottom: 3rem;
  border-bottom: .1rem solid #ebebeb;
  margin-bottom: 2.3rem;
}

.form-tab .form-footer .btn {
  margin-left: auto;
  margin-top: 1rem;
  order: 2;
  width: 100%;
}

.form-tab .form-footer a {
  color: inherit;
}

.form-tab .form-footer a:hover,
.form-tab .form-footer a:focus {
  color: #02b2a7;
}

.form-tab .form-footer a:not(.forgot-link) {
  text-decoration: underline;
}

.form-tab .form-footer .custom-control {
  margin: 0;
}

.form-tab .form-footer .forgot-link {
  order: -1;
  text-align: right;
  width: 100%;
  margin-bottom: .6rem;
}

.form-choice {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: -.025em;
}

.form-choice p {
  margin-bottom: 2.7rem;
}

.btn.btn-login {
  color: #333333;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .85rem 1rem;
  border: .1rem solid #ebebeb;
  min-width: 0;
}

.btn.btn-login i {
  text-align: right;
  display: inline-block;
  margin-right: 0 !important;
  margin-left: 0 !important;
  min-width: 2rem;
}

.btn.btn-login.btn-g i {
  color: #cc3333;
  min-width: 2.6rem;
}

.btn.btn-login.btn-f i {
  color: #3366cc;
}

.btn.btn-login:hover,
.btn.btn-login:focus {
  background-color: #f5f6f9;
}

.form-choice .col-sm-6:not(:last-child) {
  margin-bottom: .6rem;
}



/*--------------------- 5.12.Category Banner Page -------------------- */
/* Category banner page  */
.categories-page .banner {
  overflow: hidden;
}

.categories-page .banner>a:not(.banner-link):after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all .35s ease;
  background-color: rgba(25, 25, 25, 0.3);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}

.categories-page .banner-badge .banner-link {
  padding-top: 1.45rem;
  padding-bottom: 1.45rem;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
  bottom: 2rem;
}

.categories-page .banner-badge .banner-title {
  font-size: 1.6rem;
  margin-bottom: .5rem;
}

.categories-page .banner-badge .banner-subtitle {
  font-size: 1.4rem;
}

.categories-page .banner:hover>a:not(.banner-link):after {
  visibility: visible;
  opacity: 1;
}

.sidebar-filter-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 25, 25, 0.25);
  z-index: 1000;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}

.sidebar-filter-active .sidebar-filter-overlay {
  visibility: visible;
  opacity: 1;
}

.sidebar-filter {
  position: fixed;
  right: -350px;
  top: 0;
  bottom: 0;
  z-index: 1050;
  background-color: #fff;
  width: 100%;
  max-width: 350px;
  overflow-y: scroll;
  box-shadow: 0.1rem 0 0.6rem 0 rgba(51, 51, 51, 0.5);
  will-change: transform;
  visibility: hidden;
  transition: all 0.35s;
}

.sidebar-filter::-webkit-scrollbar {width: 5px;}
.sidebar-filter::-webkit-scrollbar-track {}
.sidebar-filter::-webkit-scrollbar-thumb {background: #02b2a7;}

.sidebar-filter-active .sidebar-filter {visibility: visible;transform: translateX(-350px);}
.sidebar-filter .widget:last-child {border-bottom: none;}
.sidebar-filter .widget-clean {
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  border-bottom: .1rem solid #ebebeb;
  padding: 0 0rem 1rem;
  margin-bottom: 1.5rem;
}

.sidebar-filter .widget-clean i {
  font-size: 1.6rem;
  line-height: 1;
  margin-left: 1rem;
}

.sidebar-filter .widget-clean a {
  font-size: 1.4rem;
}

.sidebar-filter-banner.sidebar-shop .widget:not(.widget-clean) {
  border-bottom: none;
  margin-bottom: 4rem;
}

.sidebar-filter-banner.sidebar-shop .widget-title {
  margin-bottom: 1.7rem;
}

.sidebar-filter-wrapper {
  position: relative;
  padding: 2.5rem 2.5rem 1.5rem;
}

.sidebar-filter-clear {
  text-transform: capitalize;
}

@media screen and (max-width: 380px) {
  .sidebar-filter {
    right: -300px;
    max-width: 300px;
  }

  .sidebar-filter-active .sidebar-filter {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  .sidebar-filter-wrapper {
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
}

/*--------------------- 5.13.Checkout -------------------- */
/* Checkout */

.checkout label {
  margin-bottom: .2rem;
  float: right;
}

.checkout .form-control {
  margin-bottom: 1.3rem;
}

.checkout .form-control+.form-control {
  margin-top: 2rem;
}

.checkout .form-control:not(:focus) {
  background-color: #f9f9f9;
}

.checkout textarea.form-control {
  min-height: 150px;
}

.checkout .custom-control {
  margin-top: 2.5rem;
}

.checkout .custom-control+.custom-control {
  margin-top: 1.8rem;
}

.checkout .custom-control+label {
  margin-top: 1rem;
  display: block;
  width: 100%;
  text-align: right;
}

.checkout .custom-control .custom-control-label {
  font-weight: 400;
  color: #333;
}

.checkout-title {
  font-weight: 500;
  text-align: right;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-top: 2.2rem;
  margin-bottom: 1.8rem;
}

.checkout-discount {
  position: relative;
  max-width: 340px;
  margin-bottom: .5rem;
}

.checkout-discount label {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  font-weight: 400;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 1;
  transition: all .3s;
}

.checkout-discount label span {
  color: #02b2a7;
}

.checkout-discount .form-control {
  background-color: transparent !important;
  border-radius: .3rem;
  border: .1rem dashed #d7d7d7;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}

.checkout-discount .form-control:focus {
  border-color: #02b2a7;
  outline: none !important;
}

.summary {
  text-align: right;
  padding: 2.5rem 3rem 3rem;
  border: .1rem dashed #d7d7d7;
  background-color: #f9f9f9;
  border-radius: .3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.summary-title {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-bottom: 1.7rem;
  border-bottom: .1rem solid #cccccc;
  margin-bottom: 2.1rem;
}

.table.table-summary {
  text-align: right;
  line-height: 1.43;
  color: #666666;
  border: none;
  margin-bottom: 0;
}

.table-cart,
.table-wishlist {
  text-align: right;
}

.table.table-summary a {
  color: inherit;
}

.table.table-summary a:hover,
.table.table-summary a:focus {
  color: #02b2a7;
}

.table.table-summary thead th,
.table.table-summary .summary-subtotal td {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}

.table.table-summary thead th {
  border-bottom: none;
  padding: 0 0 .3rem;
}

.table.table-summary tbody td {
  padding: 0;
  height: 70px;
  border-bottom: .1rem solid #ebebeb;
}

.table.table-summary thead th,
.table.table-summary tbody td {
  vertical-align: middle;
  border-top: none;
}

.table.table-summary thead th:last-child,
.table.table-summary tbody td:last-child {
  text-align: right;
  min-width: 100px;
}

.table.table-summary .summary-total td {
  font-weight: 400;
  font-size: 1.6rem;
  color: #02b2a7;
  border-bottom: none;
}

.accordion-summary {
  margin-bottom: 3.2rem;
}

.accordion-summary .card {
  color: #999999;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.67;
  border: none;
  background-color: transparent;
}

.accordion-summary .card-title {
  font-weight: 300;
  font-size: 1.4rem;
  color: #333333;
  letter-spacing: 0;
}

.accordion-summary .card-title a {
  color: inherit;
  padding: .7rem 3rem .7rem 0;
  text-align: right;
}

.accordion-summary .card-title a img {
  margin-top: 1rem;
}

.accordion-summary .card-title a:hover,
.accordion-summary .card-title a:focus {
  color: inherit;
}

.accordion-summary .card-title a small {
  font-size: 1.1rem;
  color: #999999;
}

.accordion-summary .card-title a:before {
  content: '';
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 0.1rem solid #02b2a7;
  right: auto;
  right: 0;
  top: .7rem;
  transform: translateY(0);
  -ms-transform: translateY(0);
}

.accordion-summary .card-title a:after {
  content: '';
  display: block;
  width: .6rem;
  height: .6rem;
  position: absolute;
  right: .5rem;
  top: 1.2rem;
  border-radius: 50%;
  background-color: #02b2a7;
  visibility: visible;
  opacity: 1;
  transition: all .3s;
}

.accordion-summary .card-title a.collapsed:before {
  border-color: #dadada;
}

.accordion-summary .card-title a.collapsed:after {
  opacity: 0;
  visibility: hidden;
}

.accordion-summary .card-body {
  padding: .4rem 0 .8rem 3rem;
}

.paypal-link {
  cursor: pointer;
  margin-top: .2rem;
}

.paypal-link:hover,
.paypal-link:focus {
  color: #02b2a7 !important;
}



/*--------------------- 5.13.compare2 -------------------- */
/* compare2 */

.compare-table .table tbody tr:first-child {
  border-top: 1px solid #eee
}

.compare-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee
}

.compare-table .table tbody tr td:last-child {
  border-left: 1px solid #eee
}

.compare-table .table tbody tr td.first-column {
  min-width: 180px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin: 0;
  line-height: 1
}

.compare-table .table tbody tr td.product-image-title {
  min-width: 310px;
  vertical-align: bottom;
  padding-top: 70px
}

.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 40px
}

.compare-table .table tbody tr td.product-image-title .image img {
  max-width: 100%;
  width: 100%
}

.compare-table .table tbody tr td.product-image-title .category {
  clear: both;
  color: #454545;
  float: right;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 7px;
  margin-top: 15px;
  text-transform: capitalize
}

.compare-table .table tbody tr td.product-image-title .title {
  float: right;
  clear: both;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 20px;
  margin-bottom: 10px
}

.compare-table .table tbody tr td.pro-desc p {
  text-align: right;
  margin: 0;
  color: #222
}

.compare-table .table tbody tr td.pro-price {
  font-size: 16px;
  font-weight: 600;
  color: #333
}

.compare-table .table tbody tr td.pro-color {
  font-size: 16px;
  font-weight: 600;
  color: #333
}

.compare-table .table tbody tr td.pro-stock {
  font-size: 16px;
  font-weight: 600;
  color: #333
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
  position: relative;
  background-color: #f6f6f6;
  color: #222;
  border-radius: 50px;
  display: inline-block;
  width: 190px;
  padding: 10px 56px 10px 25px;
  -webkit-transition: all .7s cubic-bezier(.77, -1.5, .12, 3) 0s;
  -o-transition: all .7s cubic-bezier(.77, -1.5, .12, 3) 0s;
  transition: all .7s cubic-bezier(.77, -1.5, .12, 3) 0s
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart i {
  width: 41px;
  height: 41px;
  background-color: #fff;
  border-radius: 50px;
  display: block;
  float: right;
  font-size: 20px;
  text-align: center;
  line-height: 41px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  position: absolute;
  right: 0;
  left: auto;
  top: 0
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 21px;
  overflow: hidden;
  display: block;
  text-align: center
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added {
  padding-right: 25px;
  padding-left: 56px
}

.compare-table .table tbody tr td.pro-addtocart .add-to-cart.added i {
  right: calc(100% - 41px)
}

.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0
}

.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px
}

.compare-table .table tbody tr td.pro-ratting i {
  color: #222;
  font-size: 14px
}

/* end compare2 */

/*--------------------- 5.13.Checkout2 -------------------- */
/* Checkout2 */

.steps-progress .nav-tabs {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 575px) {
  .steps-progress .nav-tabs {
    margin-bottom: 10px;
    border: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.steps-progress .nav-tabs:not(.tab-category)>li {
  max-width: 25%;
  margin-left: 2rem;
}

@media (max-width: 575px) {
  .steps-progress .nav-tabs:not(.tab-category)>li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.steps-progress .nav-tabs:not(.tab-category)>li .nav-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  transition: .2s;
  text-align: inherit;
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
}

@media (max-width: 575px) {
  .steps-progress .nav-tabs:not(.tab-category)>li .nav-link {
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
}

.steps-progress .nav-tabs:not(.tab-category)>li .nav-link:hover,
.steps-progress .nav-tabs:not(.tab-category)>li .nav-link:focus,
.steps-progress .nav-tabs:not(.tab-category)>li .nav-link:active,
.steps-progress .nav-tabs:not(.tab-category)>li .nav-link.active {
  padding: 10px 0;
  border: 0;
  color: #333;
  background-color: transparent;
}

.steps-progress .nav-tabs:not(.tab-category)>li .nav-link:hover:after,
.steps-progress .nav-tabs:not(.tab-category)>li .nav-link:focus:after,
.steps-progress .nav-tabs:not(.tab-category)>li .nav-link:active:after,
.steps-progress .nav-tabs:not(.tab-category)>li .nav-link.active:after {
  display: none;
}

.steps-progress .nav-tabs:not(.tab-category)>li .nav-link:not(.active) {
  opacity: .3;
}

.steps-progress .nav-tabs:not(.tab-category)>li .nav-link:hover {
  opacity: 1;
}

.steps-progress .nav-tabs:not(.tab-category)>li .nav-link span:first-child {
  font-size: 36px;
  font-weight: 400;
  position: relative;
  top: 3px;
  padding: 0 8px;
}

@media (max-width: 575px) {
  .steps-progress .nav-tabs:not(.tab-category)>li .nav-link span:first-child {
    font-size: 30px;
    top: -4px;
  }
}

.tab-content .tab-pane-inside .radio {
  position: absolute;
  right: 0;
}

.tab-content .tab-pane-inside input[type='radio'] {
  display: none;
}

.tab-content .tab-pane-inside input[type='radio']:active+label:before {
  transition-duration: 0s;
}

.tab-content .tab-pane-inside input[type='radio']+label {
  font-size: 14px;
  text-align: right;
  font-weight: normal;
  line-height: 1.903em;
  position: relative;
  min-width: 100px;
  margin: 0 0 4px 0;
  padding-right: 30px;
  outline: none !important;
}

.tab-content .tab-pane-inside input[type='radio']+label:before,
.tab-content .tab-pane-inside input[type='radio']+label:after {
  position: absolute;
  right: 0;
  display: block;
  box-sizing: content-box;
  content: '';
}

.tab-content .tab-pane-inside input[type='radio']+label:before {
  top: 1px;
  width: 21px;
  height: 21px;
  transition: background-color .2s;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  background-color: #f7f7f8;
}

.tab-content .tab-pane-inside input[type='radio']+label:hover:before {
  background-color: #f7f7f8;
  box-shadow: 0 0 1px rgba(0, 0, 0, .35);
}

.tab-content .tab-pane-inside input[type='radio']+label:after {
  top: 7px;
  right: 6px;
  width: 10px;
  height: 10px;
  transition: transform .2 ease-out;
  transform: scale(0);
  transform-origin: 50%;
}

.tab-content .tab-pane-inside input[type='radio']+label:after {
  background-color: #bf8040;
}

.tab-content .tab-pane-inside input[type='radio']:checked+label:before {
  -webkit-animation: borderscale 300ms ease-in;
  -moz-animation: borderscale 300ms ease-in;
  animation: borderscale 300ms ease-in;
  background-color: #f7f7f8;
}

.tab-content .tab-pane-inside input[type='radio']:checked+label:after {
  transform: scale(1);
}

.tab-content .tab-pane-inside input[type='radio']+label:before,
.tab-content .tab-pane-inside input[type='radio']+label:after {
  border-radius: 50%;
}

.steps-progress .progress {
  height: 4px;
  margin-top: -1px;
  border-radius: 0;
}

.steps-progress .progress-bar {
  background-color: #bf8040;
}

.tab-content {
  position: relative;
  z-index: 1;
  padding: 25px 0 0;
}

.tab-content input.spr-form-input:not(.spr-starrating),
.tab-content textarea.spr-form-input,
.tab-content .form-control,
.tab-content .select-wrapper select {
  background-color: #f9f9f9;
}

.tab-content input.spr-form-input:not(.spr-starrating),
.tab-content input.spr-form-input:not(.spr-starrating):focus,
.tab-content textarea.spr-form-input,
.tab-content textarea.spr-form-input:focus,
.tab-content .form-control,
.tab-content .form-control:focus,
.tab-content .select-wrapper select,
.tab-content .select-wrapper select:focus {
  background-color: #f9f9f9;
}

@media (max-width: 767px) {
  .tab-content {
    padding: 20px 0 0;
  }
}

.tab-content.tab-content--bg {
  padding: 40px;
  color: #282828;
  background: #fff;
}

@media (max-width: 767px) {
  .tab-content.tab-content--bg {
    padding: 20px;
  }
}

.tab-content.tab-content--bg h2,
.tab-content.tab-content--bg h3,
.tab-content.tab-content--bg h4,
.tab-content.tab-content--bg h5,
.tab-content.tab-content--bg h6 {
  color: #282828;
}

.tab-content.tab-content--bg .tags-list li a:not(:hover):not(.active) {
  background-color: #fff;
}

.tab-content.tab-content--bg table {
  font-size: 14px;
  line-height: 23px;
  color: #282828;
  background-color: #fff;
}

.tab-content.tab-content--bg .form-control,
.tab-content.tab-content--bg .form-control:focus {
  background-color: #fff;
}

.tab-content>.tab-pane {
  display: none;
  width: 100%;
  border: 0;
}




.tab-content>.active {
  display: block;
}

/* captcah */
.captcha .errorcaptcha {
  color: #ff0000;
  text-align: right;
  font-size: 12px;
  display: none;
}

.captcha .successmessage {
  text-align: right;
  color: #4ead4e;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}

.captcha .reloadbtncapcha {
  margin-left: unset;
  margin-right: 10px;
}

.captcha .reloadbtncapcha svg {
  width: 18px;
  fill: #000000;
}

.captcha .reloadbtncapcha:hover {
  -webkit-animation: rotationxy 2s 0.5s alternate ease 1;
  animation: rotationxy 2s 0.5s alternate ease 1;
}

@-webkit-keyframes rotationxy {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(365deg);
    transform: rotate(365deg);
  }
}

@keyframes rotationxy {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(365deg);
    transform: rotate(365deg);
  }
}

.captcha .captchabox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

.captcha .captchabox .captchaimagecode {
  width: 150px;
}

.captcha .captchabox .captchaimagecode canvas {
  width: 100%;
}

.captcha .captchabox .reloadbtncapcha {
  margin-left: 10px;
}

.captcha .captchabox .reloadbtncapcha svg {
  width: 18px;
  fill: #000000;
}

.captcha .captchabox .reloadbtncapcha:hover {
  -webkit-animation: rotationxy 2s 0.5s alternate ease 1;
  animation: rotationxy 2s 0.5s alternate ease 1;
}

/* end captcha */

/* end checkout2 */

.cart-table {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f4f4f4;
}

.cart-table-prd {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 30px;
  padding-right: 0 !important;
  padding-bottom: 30px;
  padding-left: 0 !important;
  -ms-flex-align: center;
  align-items: center;
}

.cart-table-prd:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f4f4f4;
}

@media (max-width: 991px) {
  .cart-table-prd {
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.cart-table-prd>* {
  padding: 0 15px;
}

.cart-table-prd>*:first-child {
  padding-right: 0;
}

.cart-table-prd>*:last-child {
  padding-left: 0;
}

.cart-table-prd-options {
  margin-top: 5px;
}

.cart-table-prd-image {
  max-width: 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}

.cart-table-prd-image img {
  width: 100%;
}

@media (max-width: 1860px) {
  .cart-table-prd-image {
    max-width: 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}


@media (max-width: 991px) {
  .cart-table-prd-image {
    max-width: 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
  }
}

@media (max-width: 575px) {
  .cart-table-prd-image {
    max-width: 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
}

.cart-table-prd-info {
  -ms-flex: 1;
  flex: 1;
}

.cart-table-prd-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 0;
  color: #818181;
}

.cart-table-prd-name:not(:first-child) {
  margin-top: 7px;
}

@media (max-width: 991px) {
  .cart-table-prd-name {
    font-size: 16px;
  }
}

.cart-table-prd-subname {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 0;
}

.cart-table-prd-subname:not(:first-child) {
  margin-top: 6px;
}

@media (max-width: 991px) {
  .cart-table-prd-subname {
    font-size: 14px;
  }
}

.cart-table-prd-qty {
  max-width: 160px;
  text-align: center;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
}



@media (max-width: 767px) {
  .cart-table-prd-qty {
    max-width: 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
  }
}

@media (max-width: 575px) {
  .cart-table-prd-qty {
    max-width: 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }
}

.cart-table-prd-qty .qty {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cart-table-prd-price {
  max-width: 230px;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
}

@media (max-width: 1860px) {
  .cart-table-prd-price {
    max-width: 260px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }
}


.cart-table-prd--head {
  font-size: 15px;
  font-weight: 500;
}

.cart-table-prd-price-total {
  font-size: 26px;
  line-height: 1em;
  max-width: 230px;
  text-align: center;
  white-space: nowrap;
  color: #282828;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
}

@media (max-width: 1860px) {
  .cart-table-prd-price-total {
    font-size: 22px;
    max-width: 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
  }
}



.cart-table-prd-action {
  max-width: 70px;
  text-align: center;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
}

@media (max-width: 767px) {
  .cart-table-prd-action {
    position: absolute;
    top: 30px;
    left: 0;
  }
}

.cart-table-prd-remove {
  font-size: 20px;
}

.cart-table-prd-remove [class*='icon'] {
  transition: .2s;
  color: #f12b2b;
}

.cart-table-prd-remove:hover {
  text-decoration: none;
}

.cart-table-prd-remove:hover [class*='icon'] {
  color: #282828;
}

.cart-table-prd-content-wrap .cart-table-prd-price {
  margin-top: 0 !important;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-table-prd-price {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: -5px;
  margin-left: -5px;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.cart-table-prd-price:not(:first-child) {
  margin-top: 10px;
}

.cart-table-prd-price>* {
  margin: 0 5px;
}

.cart-table-prd-price .price-old {
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: line-through;
}

@media (max-width: 991px) {
  .cart-table-prd-price .price-old {
    font-size: 14px;
  }
}

.cart-table-prd-price .price-new {
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  color: #282828;
}

@media (max-width: 991px) {
  .cart-table-prd-price .price-new {
    font-size: 18px;
  }
}

.card-text-info {
  font-size: 13px;
  font-weight: 300;
  line-height: 19px;
}

.card-text-info h4,
.card-text-info h5,
.card-text-info h6 {
  margin-bottom: 5px;
}

.card-text-info p:not(:first-child) {
  margin-top: 5px;
}

.card-text-info b {
  font-size: 15px;
}

.cart-table-prd-content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
}

.cart-table-prd-content-wrap>* {
  padding: 0 15px;
}

.cart-table-prd-content-wrap>*:first-child {
  padding-right: 0;
}

.cart-table-prd-content-wrap>*:last-child {
  padding-left: 0;
}

@media (max-width: 991px) {
  .cart-table-prd-content-wrap {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .cart-table-prd-content-wrap {
    flex-direction: column;
    -ms-flex-direction: column;
  }
}

@media (max-width: 767px) {

  .cart-table-prd-info,
  .cart-table-prd-price-total,
  .cart-table-prd-qty {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: right;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cart-table-prd-price {
    max-width: calc(100% - 50px);
    padding-left: 50px;
  }

  .cart-table-prd-info,
  .cart-table-prd-qty {
    margin: 0 0 15px;
  }
}

.page404-bg {
  min-height: 550px !important;
}

@media (max-width: 767px) {
  .page404-bg {
    min-height: 350px !important;
  }
}

.shopping-cart-empty-text {
  display: none;
}

.shopping-cart-empty-text .page404-bg {
  min-height: 500px !important;
}

@media (max-width: 767px) {
  .shopping-cart-empty-text .page404-bg {
    min-height: 350px !important;
  }
}

.shopping-cart-empty-text .page404-bg .page404-text {
  position: relative;
}

.shopping-cart--empty .shopping-cart-empty-text {
  display: block;
}

.shopping-cart--empty .shopping-cart-content {
  display: none;
}



.cart-table.disable-actions .cart-table-prd-remove {
  pointer-events: none;
  opacity: 0;
}



.cart-table-under .cart-promo-banner .txt1 {
  font-size: 28px;
}


@media (max-width: 575px) {
  .cart-table-under .cart-promo-banner .txt1 {
    font-size: 24px;
  }
}

.cart-table-under .cart-promo-banner .txt2 {
  font-size: 18px;
}

@media (max-width: 575px) {
  .cart-table-under .cart-promo-banner .txt2 {
    font-size: 16px;
  }
}

.cart-table--sm .cart-table-prd-image {
  max-width: 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

.cart-table--sm .cart-table-prd-price-total {
  font-size: 20px;
}

.cart-table--sm .cart-table-prd-info {
  text-align: right;
  -ms-flex: 2;
  flex: 1;
}

.cart-table--sm .cart-table-prd-price,
.cart-table--sm .cart-table-prd-price-total {
  -ms-flex: 1;
  flex: 1;
}

.cart-table--sm .cart-table-prd-qty {
  max-width: 80px;
  text-align: center;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}

@media (max-width: 767px) {
  .cart-table--sm .cart-table-prd-content-wrap {
    flex-direction: row;
    padding: 0;
    -ms-flex-direction: row;
  }
}

.cart-total-sm {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.cart-total-sm>* {
  padding: 0 10px;
}

.qty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.qty-changer button {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 17px;
  max-width: 17px;
  height: 17px;
  padding: 0;
  cursor: pointer;
  transition: .2s ease;
  color: #282828;
  border: 0;
  border-radius: 50%;
  background: #f7f7f8;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-appearance: none;
}

.qty-changer button:hover {
  background: #bf8040;
}

.qty-changer button:hover:after,
.qty-changer button:hover:before {
  background-color: #fff;
}

.qty-changer button:before,
.qty-changer button:after {
  position: absolute;
  z-index: 1;
  content: '';
  background-color: #282828;
}

.qty-changer button:before {
  top: calc(50% - .5px);
  right: 4px;
  width: 9px;
  height: 1px;
}

.qty-changer button.increase:after {
  top: 4px;
  right: calc(50% - .5px);
  width: 1px;
  height: 9px;
}

.qty-changer input[type='number'],
.qty-changer input[type='text'] {
  font-size: 15px;
  line-height: 27px;
  width: 27px;
  max-width: 27px;
  margin: 0 6px;
  padding: 0;
  text-align: center;
  color: #282828;
  border: 0;
  border: 1px solid transparent;
  border-radius: 0;
  background: #f7f7f8;
  -webkit-appearance: none;
}

/*--------------------- 5.14.Wishlist -------------------- */
/* Wishlist */

.table .price-col {
  width: 180px;
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}

.table .stock-col {
  width: 160px;
  font-weight: 400;
  font-size: 1.6rem;
}

.table .action-col {
  width: 202px;
}

.table .action-col .btn {
  height: 40px;
  padding-top: .55rem;
  padding-bottom: .55rem;
  font-size: 1.3rem;
  text-transform: uppercase;
}

.table .action-col .btn i {
  font-size: 1.8rem;
  margin-left: 1rem !important;
  margin-right: 0 !important;
}

.table .action-col .btn.disabled {
  opacity: 1 !important;
  color: #cccccc !important;
  cursor: default;
  pointer-events: none;
  background-color: #fafafa !important;
  border-color: #ebebeb !important;
}

.table .remove-col {
  padding-right: 0;
  padding-left: 0;
  width: 38px;
  text-align: right;
}

.table .remove-col .btn-remove {
  margin-left: -.7rem;
}

.product-col .product {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 2rem;
  box-shadow: none;
}

.product-col .product-media {
  display: inline-block;
  margin: 0;
  margin-left: 2.8rem;
  flex-shrink: 0;
  max-width: 60px;
}

.price-col .product-media {
  display: inline-block;
  margin: 0;
  margin-left: 2.8rem;
  flex-shrink: 0;
}

.product-col .product-title {
  display: inline-block;
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0;
}

.product-col .product-title a {
  color: inherit;
}

.product-col .product-title a:hover,
.product-col .product-title a:focus {
  color: #02b2a7;
}

.in-stock {
  color: #a6c76c;
}

.out-of-stock {
  color: #ef837b;
}

.btn-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #cccccc;
  background-color: transparent;
  font-size: 1.7rem;
  line-height: 1;
  border: none;
  outline: none;
  transition: all .35s;
}

.btn-remove:hover,
.btn-remove:focus {
  color: #333333;
}

.action-col .dropdown-menu {
  color: #666;
  border-radius: 0;
  width: 100%;
  font-size: 1.3rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.action-col .dropdown-item {
  padding: .5rem 1.5rem;
  text-align: right;
  transition: background .35s ease, color .1s ease;
}

.action-col .dropdown-item.active,
.action-col .dropdown-item:active,
.action-col .dropdown-item:hover,
.action-col .dropdown-item:focus {
  color: #fff;
  background-color: #02b2a7;
}

@media screen and (max-width: 991px) {

  .table-mobile,
  .table-mobile tbody,
  .table-mobile tr,
  .table-mobile td {
    width: 100% !important;
    display: block !important;
  }

  .table-mobile thead {
    display: none !important;
  }

  .table-mobile tr {
    position: relative;
    padding-top: 4.2rem;
    padding-bottom: 4rem;
  }

  .table-mobile .remove-col {
    position: absolute;
    left: 1.5rem;
    top: .5rem;
    padding: .5rem !important;
    width: auto !important;
  }

  .table-mobile tr td {
    text-align: center;
    padding: .1rem 3rem;
    border-bottom: none;
  }

  .table-mobile tr .product-col {
    padding-bottom: .6rem;
  }

  .table-mobile tr .action-col {
    padding-top: 1.5rem;
  }

  .table-mobile tr .action-col .btn,
  .table-mobile tr .action-col .dropdown {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .table-mobile .product-col .product {
    justify-content: center;
  }

  .table-mobile .product-col .product-title {
    text-align: right;
  }

  .table-mobile {
    border: .1rem solid #ebebeb;
  }

  .table-mobile tr:not(:last-child) {
    border-bottom: .1rem solid #ebebeb;
  }

  .table-mobile .cart-product-quantity {
    margin: .5rem auto;
  }

  .product-col .product {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .table-mobile .product-col .product-media {
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .cart-bottom {
    flex-direction: column;
    margin-bottom: 4rem;
  }

  .cart-bottom .cart-discount .btn {
    margin-top: 0;
  }

  .cart-bottom .btn {
    margin-right: 0 !important;
    margin-top: 1rem;
  }
}

/*--------------------- 5.15.Cart -------------------- */
/* Shopping Cart */

.table .total-col {
  color: #02b2a7;
  font-weight: 400;
  font-size: 1.6rem;
}

.table.table-cart .price-col {
  width: 120px;
}

.table.table-cart .total-col {
  width: 80px;
}

.table.table-cart .quantity-col {
  width: 135px;
}

.cart-product-quantity {
  width: 100px;
}

.cart-product-quantity .form-control {
  padding: .85rem 2.6rem;
  height: 40px;
  max-width: 100%;
  border-color: #dadada;
  background-color: #fff;
  margin: 0;
}

.input-spinner {
  position: relative;
}

.input-spinner .input-group-prepend,
.input-spinner .input-group-append {
  position: absolute;
  top: 0;
}

.input-spinner .input-group-prepend {
  left: 0;
}

.input-spinner .input-group-append {
  right: 0;
}

.input-spinner .form-control {
  padding: .85rem 2.6rem;
  height: auto;
  border-color: #dadada;
  background-color: #fff;
  margin: 0;
}

.input-spinner .form-control[disabled] {
  background-color: #f9f9f9;
}

.btn.btn-spinner {
  min-width: 0;
  color: #333333;
  padding: 1.25rem .4rem;
  font-size: 1rem;
  border: none;
  background: none;
}

.btn.btn-spinner i {
  margin: 0 !important;
}

.btn.btn-spinner:hover,
.btn.btn-spinner:focus {
  color: #02b2a7;
}

.cart-bottom {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5rem;
}

.cart-bottom .btn {
  margin-right: auto;
  min-width: 152px;
}

.cart-discount {
  flex: 0 0 50%;
  max-width: 326px;
}

.cart-discount .form-control {
  margin-left: 1.1rem;
}

.cart-discount .btn {
  min-width: 40px;
  padding-left: 0;
  padding-right: 0;
}

.summary.summary-cart {
  margin-bottom: 3rem;
}

.summary.summary-cart .summary-title {
  margin-bottom: 0;
  text-align: right;
}

.table.table-summary .summary-shipping {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}

.table.table-summary .summary-shipping td {
  padding-top: 2rem;
  padding-bottom: 1.3rem;
  height: auto;
  border-bottom: none;
}

.table.table-summary .summary-shipping-row {
  color: #333333;
}

.table.table-summary .summary-shipping-row label {
  color: inherit;
}

.table.table-summary .summary-shipping-row td {
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  border-bottom: none;
}

.table.table-summary .custom-control {
  margin: 0;
}

.table.table-summary .summary-shipping-estimate {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
}

.table.table-summary .summary-shipping-estimate td {
  height: auto;
  padding-top: 1.4rem;
  padding-bottom: 2.3rem;
}

.table.table-summary .summary-shipping-estimate a {
  margin-top: .6rem;
  display: inline-block;
  font-weight: 300;
  color: #999999;
  font-size: 1.4rem;
  border-bottom: 0.1rem solid #999999;
}

.table.table-summary .summary-shipping-estimate a:hover,
.table.table-summary .summary-shipping-estimate a:focus {
  color: #02b2a7;
  border-bottom-color: #02b2a7;
}

.summary-cart .table.table-summary thead th:last-child,
.summary-cart .table.table-summary tbody td:last-child {
  min-width: 0;
}
/*--------------------- agencies -------------------- */
.agencies-header-title {font-size: 15px;background-color: #cc9966;color: #ffffff;display: inline-block;padding: 10px;margin: 0 0 10px 0;}
.agencies-page-title {font-size: 15px;background-color: #cc9966;color: #ffffff;display: inline-block;padding: 10px;margin: 0;}
.agencies-page-box {padding: 25px 15px 10px;border: 1px solid #ccc;margin-top: -1px;-webkit-border-radius: 8px;-webkit-border-top-left-radius: 0;border-radius: 8px;border-top-left-radius: 0;}
.agencies-box {background-color:  #F5F5F5;color: #333333;display: block;width: 100%;}
.agencies-box .agencies-body-city {padding: 5px 10px;font-size: 16px;background-color: #cc9965;color: #ffffff;font-weight: 700;-webkit-border-top-left-radius: 5px;-webkit-border-top-right-radius: 5px;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.agencies-box .agencies-body-text {padding: 15px}
.agencies-box h3 {font-size: 15px;margin-bottom: 6px;}
.agencies-box .agencies-address {margin:0}
.agencies-box .agencies-address li {margin-bottom: 5px;font-size: 11px;}
.agencies-box .agencies-address li:last-child {margin-bottom: 0}
.agencies-box .agencies-address li i {margin-right: 5px}


.agencies-info-page li {margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #ebebeb}
.agencies-info-page .agencies-info-title {display: block;font-size: 14px;margin-bottom: 5px;color: #cc9966;font-weight: 600}
.agencies-info-page .agencies-info-title i {margin-right: 6px;}
.agencies-info-page .agencies-info-item {display: block;font-size: 18px;}
.agencies-info-page .agencies-info-item-bio {display: block;font-size: 14px;}
.agencies-info-page .agencies-info-item ,.agencies-info-page .agencies-info-item a  {color: #333333}

/*--------------------- 5.16.Dashboard -------------------- */
/* Dashboard */
.table td, .table th {vertical-align: middle}
.table-agent-products .btn {min-width: 30px;max-width: 30px;width: 30px;min-height: 30px;height: 30px;text-align: center;padding: 5px;display: block;border-radius: 30px}
.table-agent-products .btn i {margin:0;font-size: 12px}
.table-agent-products .table-agent-products-name {font-size: 15px;font-weight: 600}

.table-tickets .ticket-title {font-weight: 600;font-size: 15px}
.table-tickets .badge {height: 35px;line-height: 30px;display: block;padding-left: 15px;padding-right: 15px}
.table-tickets .btn {height: 35px;line-height: 35px;display: block;width:100%;padding: 0}
.table-tickets .btn i {margin:0;font-size: 12px}
.dashboard {padding: 10px 0}
.dashboard label {
  margin-bottom: .2rem;
  float: left;
}

.dashboard .form-control {
  margin-bottom: 1.3rem;
}

.dashboard .form-control+.form-control {
  margin-top: 2rem;
}

.dashboard .form-control:not(:focus) {
  background-color: #f9f9f9;
}

.dashboard .tab-pane {
  padding: 0;
  border: none;
  line-height: 2.15;
  padding-bottom: 2rem;
}

.dashboard .tab-pane p {
  margin-bottom: 1rem;
  text-align: right;
}



.nav-dashboard {
  background: #02b2a7;
  padding: 20px;
  width: 100%;
}

.nav-dashboard .nav-link {
  overflow: hidden;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  padding: 12px 0;
  text-align: left;
  color: #F5F5F5;
  border-bottom: 1px solid #23a29a;
}

.nav-dashboard .nav-link i {
font-size: 18px;
  margin-right: 8px;
}

.nav-dashboard .nav-link:hover,
.nav-dashboard .nav-link:focus {
  padding-left: 10px;
  color: #ffffff;
}

.nav-dashboard .nav-link.active {color: #ffffff;font-size: 17px;font-weight: 700;}

.nav-dashboard .nav-link.active:before {
  right: 0;
  opacity: 1;
}
.user-form-border { border: 1px solid #ebebeb;padding: 20px}
.card-dashboard {
  text-align: right;
  margin-bottom: 3rem;
  background-color: #f9f9f9;
  border: .1rem solid #ebebeb;
}

.card-dashboard .card-title {
  letter-spacing: 0;
  margin-bottom: .5rem;
}

.card-dashboard .card-body {
  padding: 4rem 2.8rem 2rem;
}

/*--------------------- 5.17.404 -------------------- */
/* 404 - Error */
.error-content {
  color: #777;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.025em;
  padding-top: 8.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 480px;
  background-color: #fdfdfd;
}

.error-content p {
  margin-bottom: 2.5rem;
}

.error-title {
  letter-spacing: -.025em;
  margin-bottom: 1.4rem;
}




.show-ticket .reply-form{background:#fff;border:1px solid #eee;padding:30px 15px}
.show-ticket .textInput{border-radius:0;height:45px;margin:0!important}
.show-ticket .border-radius-0{border-radius:0}
.show-ticket .textInput:focus{box-shadow:none;outline:none}
.show-ticket .commentBox ul li .profileBox{width:50px;height:50px;border-radius:50%;display:inline-flex;justify-content:center;align-items:center;background-color:#002247;color:#fff;margin:0 10px;font-size:12px}
.show-ticket .profileText{border-radius:7px;padding:10px;position:relative;background-color:#e0efff;display:inline-block;width:calc(100% - 65px)}
.show-ticket .profileText .comment__author a{margin-bottom:6px;font-size:12px;display:block}
.show-ticket .commentBox ul li{display:flex;align-items:center}
.show-ticket .commentBox ul li:nth-child(even) .profileText::before{left:unset;right:-9px;transform:translateY(-50%) rotate(175deg);border-right:10px solid #e0efff;border-left:0}
.show-ticket .commentBox ul li:nth-child(even) .profileText{text-align:right}
.show-ticket div#div_id_username{margin-top:5%}
.show-ticket .commentBox .admin-user-date{font-size:12px;margin-top:10px}
.show-ticket .commentBox ul li:nth-child(even){margin:20px 0}
.show-ticket .card h4{background-color:#f8f8f8;padding:15px;font-size:18px}
.show-ticket .card ul li:not(:last-child){border-bottom:1px solid #f3f3f3}
.show-ticket .card ul li{padding:10px 15px}
.show-ticket .card ul li p{margin:0}


.productavailable {border-radius: 6px;border:1px solid #e4e4e4;margin-bottom: 10px;padding: 15px}
.productavailable:nth-of-type(even) {background-color:#f5f5f5;border-color: #ebebeb}
.productavailable img {display: block;border-radius: 6px;width: 100%}
.productavailable small {display: block;margin-bottom: 5px;font-size: 12px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.productavailable span {display: block;font-size: 15px;font-weight: 700;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.productavailable a {display: block;font-size: 12px;margin-top: 5px;}
.productavailable hr {margin-top: 10px;margin-bottom: 0px}
.productavailable-serach .form-control {height: 65px;margin-bottom: 0px;font-size: 17px;font-weight: 600;font-family: 'YekanBakh' ,"Font Awesome 5 Pro";}