@charset "UTF-8";
/*=============================================
=            TABLE OF CONTENT                 =
=============================================*/
/* -------------------------------------------------------------------------------
  A. Common CSS
  B. Compoments

  1. Base compoments
  2. Awe compoments
  3. Awe compoments
  4. Plugins compoments
  5. Widgets compoments
  6. Sections compoments
  7. Layouts compoments
  8. Wordpress fixed
-------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------
    A. Common CSS
--------------------------------------------------------------------------------*/
/* @import url("../fonts/font-awesome/font-awesome.min.css"); */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

@font-face {
  font-family: GreatVibes;
  src: url(../fonts/GreatVibes-Regular.otf);
}

::-moz-selection {
  color: #fff;
  background: #cc2820;
}

::selection {
  color: #fff;
  background: #cc2820;
}

html, body {
  height: 100%;
  font-family: Roboto, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: Montserrat, Arial, sans-serif;
}

a, button {
  transition: all 0.25s ease-in-out;
}

a:focus, a:active, button:focus, button:active {
  outline: none !important;
}

a {
  color: #000;
}

a:hover, a:focus {
  color: #cc2820;
  text-decoration: none;
}

label {
  font-size: 12px;
  font-family: Montserrat, Arial, sans-serif;
}

label sup {
  color: red;
}

img {
  max-width: 100%;
  height: auto;
}

.btn, .search-submit,
.alert,
.tooltip-inner,
.form-control {
  border-radius: 0;
}

/* Font size */
.tiny {
  font-size: 10px;
}

.small {
  font-size: 12px;
}

.medium {
  font-size: 14px;
}

.large {
  font-size: 16px;
}

/**/
/* Font weight helpers */
.light {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

/* Text helpers */
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.upper,
.text-upper {
  text-transform: uppercase;
}

.spacing-5 {
  letter-spacing: 5px;
}

.spacing-10 {
  letter-spacing: 10px;
}

/* Border helpers */
.border-left {
  border-left: solid 1px #d8d5d5;
}

.border-right {
  border-right: solid 1px #d8d5d5;
}

.border-top {
  border-top: solid 1px #d8d5d5;
}

.border-bottom {
  border-bottom: solid 1px #d8d5d5;
}

/* Fullpage */
.fp-table {
  display: table;
  table-layout: fixed;
  text-align: center;
}

.fp-table.text-left {
  text-align: left;
}

.fp-table, .fp-table-cell {
  width: 100%;
  height: 100%;
}

.fp-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.fp-table-half {
  margin: 0 auto;
}

.fp-table-half-cell {
  width: 50%;
}

/* Col centered */
.col-centered {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Col border */
@media (min-width: 769px) {
  .cols-border>[class*='col-'] {
    border-right: solid 1px #d8d5d5;
  }

  .cols-border>[class*='col-']:last-child {
    border-right: transparent;
  }
}

/* No gutter */
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* White pop-up */
.white-popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

/* Embed 1:1 */
.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.underline:after {
  content: '';
  display: block;
  width: 75px;
  height: 0;
  margin: 15px auto 0 auto;
  border-bottom: solid 3px #000;
}

.browserupgrade {
  margin: 0;
  background: red;
  color: white;
  padding: 15px;
  text-align: center;
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
}

.browserupgrade a {
  color: white;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .mdspace {
    margin-bottom: 30px;
  }
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft,
.alignright {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .alignleft {
    float: left;
    margin-right: 15px;
  }

  .alignright {
    float: right;
    margin-left: 15px;
  }
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  color: #555;
  font-size: 12px;
  padding: 10px 0;
}

.gallery {
  margin-bottom: 1.6em;
}

.gallery:before, .gallery:after {
  content: " ";
  display: table;
}

.gallery:after {
  clear: both;
}

[class*="gallery-columns-"] .gallery-item {
  float: left;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #555;
  display: block;
  font-size: 12px;
  padding: 10px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.gallery img,
.wp-caption img {
  transition: opacity 0.25s ease-in-out;
}

.gallery img:hover,
.gallery img:focus,
.wp-caption img:hover,
.wp-caption img:focus {
  opacity: 0.75;
}

/* -------------------------------------------------------------------------------
    B. Compoments
--------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------
    1. Base compoments
--------------------------------------------------------------------------------*/
/* == 1.1 Grid ==*/
@media (max-width: 480px) {
  .home-trending .row>[class*="col-"] {
    width: 100% !important;
  }

  .products.scroll {
    overflow: auto;
  }

  .products.scroll>.row {
    white-space: nowrap;
  }

  .products.scroll>.row>[class*="col-"] {
    float: none !important;
    display: inline-block;
    width: 85% !important;
  }
}

.overlay-dark-10:before,
.awe-media .overlay-dark-10 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.overlay-light-10:before,
.awe-media .overlay-light-10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.overlay-dark-20:before,
.awe-media .overlay-dark-20 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.overlay-light-20:before,
.awe-media .overlay-light-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.overlay-dark-30:before,
.awe-media .overlay-dark-30 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.overlay-light-30:before,
.awe-media .overlay-light-30 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.overlay-dark-40:before,
.awe-media .overlay-dark-40 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

.overlay-light-40:before,
.awe-media .overlay-light-40 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.overlay-dark-50:before,
.awe-media .overlay-dark-50 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.overlay-light-50:before,
.awe-media .overlay-light-50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.overlay-dark-60:before,
.awe-media .overlay-dark-60 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.overlay-light-60:before,
.awe-media .overlay-light-60 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.overlay-dark-70:before,
.awe-media .overlay-dark-70 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.overlay-light-70:before,
.awe-media .overlay-light-70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.overlay-dark-80:before,
.awe-media .overlay-dark-80 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.overlay-light-80:before,
.awe-media .overlay-light-80 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.overlay-dark-90:before,
.awe-media .overlay-dark-90 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

.overlay-light-90:before,
.awe-media .overlay-light-90 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 9;
}

.background:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #00000090;
}

.background .container, .background .header-style-4 .awemenu-left .awemenu-megamenu-item>.container-fluid, .header-style-4 .awemenu-left .background .awemenu-megamenu-item>.container-fluid,
.background .background-wrapper,
.background .wpb_wrapper {
  position: relative;
  z-index: 11;
}

.background .container-fp {
  height: 100%;
}

.background-fixed, .background-parallax {
  background-attachment: fixed;
}

.background-color-dark {
  color: #fff;
  background-color: #000;
}

.background-color-light {
  color: #000;
  background-color: #fff;
}

.background-color-gray {
  background-color: #f7f7f7;
}

.background-gray {
  background-color: #f5f7f8;
}

.background-dark {
  background-color: #2f2f2f !important;
}

.background-transparent {
  background-color: transparent;
}

.list-socials {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.list-socials>li {
  display: inline-block;
}

.list-socials>li>a {
  color: #898989;
  display: inline-block;
  padding: 0 5px;
}

.list-socials>li>a:hover {
  color: #cc2820;
}

.list-socials>li:last-child>a {
  margin-right: 0;
}

.list-socials.list-small>li>a {
  font-size: 12px;
}

.list-socials.list-large>li>a {
  font-size: 16px;
}

.list-socials.list-xlarge>li>a {
  font-size: 18px;
}

.list-socials.list-xxlarge>li>a {
  font-size: 20px;
}

.list-socials.list-dark>li>a {
  color: #000;
}

.list-socials.list-light>li>a {
  color: #fff;
}

.list-socials.list-dark>li>a:hover,
.list-socials.list-light>li>a:hover {
  color: #cc2820;
}

.alert-success {
  background-color: #59b408;
  border-color: transparent;
  color: #fff;
}

.alert-success hr {
  border-top-color: #4d9c07;
}

.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-success.alert-outline {
  color: #59b408;
  background-color: transparent;
  border-color: #59b408;
}

.alert-success.alert-outline .close {
  color: #59b408;
}

.alert-info {
  background-color: #3CBC8D;
  border-color: transparent;
  color: #fff;
}

.alert-info hr {
  border-top-color: #36a97f;
}

.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-info.alert-outline {
  color: #3CBC8D;
  background-color: transparent;
  border-color: #3CBC8D;
}

.alert-info.alert-outline .close {
  color: #3CBC8D;
}

.alert-warning {
  background-color: #FCA13F;
  border-color: transparent;
  color: #fff;
}

.alert-warning hr {
  border-top-color: #fc9526;
}

.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-warning.alert-outline {
  color: #FCA13F;
  background-color: transparent;
  border-color: #FCA13F;
}

.alert-warning.alert-outline .close {
  color: #FCA13F;
}

.alert-danger {
  background-color: #fd6a4d;
  border-color: transparent;
  color: #fff;
}

.alert-danger hr {
  border-top-color: #fd5534;
}

.alert-danger .alert-link {
  color: #e6e6e6;
}

.alert-danger.alert-outline {
  color: #fd6a4d;
  background-color: transparent;
  border-color: #fd6a4d;
}

.alert-danger.alert-outline .close {
  color: #fd6a4d;
}

.alert-white {
  background-color: #fff;
  border-color: transparent;
  color: #000;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #1a1a1a;
}

.alert-white.alert-outline {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.alert-white.alert-outline .close {
  color: #fff;
}

.alert-dark {
  background-color: #000;
  border-color: transparent;
  color: #fff;
}

.alert-dark hr {
  border-top-color: #262626;
}

.alert-dark .alert-link {
  color: #e6e6e6;
}

.alert-dark.alert-outline {
  color: #000;
  background-color: transparent;
  border-color: #000;
}

.alert-dark.alert-outline .close {
  color: #000;
}

.alert-dark a {
  color: #fff;
}

.alert-dark a:hover, .alert-dark a:active, .alert-dark a:focus {
  color: #cc2820;
}

.alert-dark .close {
  color: #fff;
}

.text-alert {
  color: #898989;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
}

.text-alert a {
  color: #000;
}

.text-alert a:hover {
  color: #cc2820;
}

.form-control.dark {
  border-color: #000;
}

.form-control:focus {
  border-color: #8c8c8c;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.form-control {
  box-shadow: none;
}

.form-control.form-small {
  height: 30px;
}

.form-control-search {
  border-color: #d8d5d5;
  border-radius: 35px;
  padding-left: 35px;
}

.form-search {
  position: relative;
}

.form-search-icon {
  color: #999;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  margin-left: 15px;
}

.woocommerce .form-control {
  border-color: #eee !important;
}

.hide-show-password-wrapper {
  position: relative;
  width: 100% !important;
}

.hide-show-password-wrapper .hide-show-password-toggle {
  color: #999;
  position: absolute;
  border: none;
  background: transparent;
  right: 8px !important;
  top: 5px !important;
  margin-top: 0 !important;
}

.hide-show-password-wrapper .hide-show-password-toggle:hover, .hide-show-password-wrapper .hide-show-password-toggle:focus {
  background: #f3f3f3;
}

.label-select {
  margin-bottom: 0;
  font-weight: normal;
  position: relative;
  display: block;
  transition: 'all 0.3s ease';
  width: 100%;
  display: block;
  font-weight: 400;
  border: solid 1px #eee;
}

.label-select:before {
  content: '';
  position: absolute;
  pointer-events: none;
  background-color: #fff;
  font-family: '"Font Awesome 5 Pro"';
  content: '\f107';
  top: 0;
  bottom: 0;
  width: 30px;
  line-height: 30px;
  right: 0;
  z-index: 1;
  text-align: center;
}

.label-select:hover {
  border-color: #000;
}

.label-select select {
  border: none;
  outline: none;
}

.label-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
  box-shadow: none;
}

.btn, .search-submit {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 15px;
  border: solid 1px transparent;
}

.btn:focus, .search-submit:focus {
  outline: none;
}

.btn.btn-xs, .btn-xs.search-submit {
  font-size: 10px;
  padding: 3px 7px;
}

.btn.btn-sm, .search-submit {
  font-size: 12px;
  padding: 6px 12px;
}

.btn.btn-lg, .btn-lg.search-submit {
  font-size: 12px;
  padding: 12px 25px;
  letter-spacing: 1px;
}

.btn.btn-arrow, .btn-arrow.search-submit {
  padding: 7px 8px;
}

.btn.btn-arrow.btn-sm, .btn-arrow.search-submit {
  padding: 7px 9px;
}

.btn.btn-arrow.slick-disabled, .btn-arrow.slick-disabled.search-submit {
  opacity: 0.5;
}

.btn-default {
  color: #000;
  background-color: #fff;
  border-color: #ddd;
}

.btn-default:focus, .btn-default.focus {
  color: #000;
  background-color: white;
  border-color: #f7f7f7;
  box-shadow: none;
}

.btn-default:hover {
  color: #000;
  background-color: white;
  border-color: #f7f7f7;
}

.btn-default:active, .btn-default.active,
.open>.btn-default.dropdown-toggle {
  color: #000;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  box-shadow: none;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
  color: #000;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  box-shadow: none;
}

.btn-default.btn-circle {
  border-radius: 50px;
}

.btn-default.btn-outline {
  color: #fff;
  border-color: #ddd;
  background: transparent;
}

.btn-default.btn-outline:hover {
  color: #000;
  border-color: #ddd;
  background: #fff;
}

.btn-default.btn-outline:active, .btn-default.btn-outline.active,
.open>.btn-default.btn-outline.dropdown-toggle {
  color: #000;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  box-shadow: none;
}

.btn-default.btn-outline:active:hover, .btn-default.btn-outline:active:focus, .btn-default.btn-outline:active.focus, .btn-default.btn-outline.active:hover, .btn-default.btn-outline.active:focus, .btn-default.btn-outline.active.focus,
.open>.btn-default.btn-outline.dropdown-toggle:hover,
.open>.btn-default.btn-outline.dropdown-toggle:focus,
.open>.btn-default.btn-outline.dropdown-toggle.focus {
  color: #000;
  background-color: #f2f2f2;
  border-color: #d0d0d0;
  box-shadow: none;
}

.btn-default:hover, .btn-default:focus {
  border-color: #ddd;
}

.btn-default.btn-outline {
  color: #000;
}

.btn-primary {
  color: #fff;
  background-color: #cc2820;
  border-color: #cc2820;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #d5b88b;
  border-color: #d5b88b;
  box-shadow: none;
}

.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-primary:active, .btn-primary.active,
.open>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c19652;
  border-color: #c19652;
  box-shadow: none;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #c19652;
  border-color: #c19652;
  box-shadow: none;
}

.btn-primary.btn-circle {
  border-radius: 50px;
}

.btn-primary.btn-outline {
  color: #cc2820;
  border-color: #cc2820;
  background: transparent;
}

.btn-primary.btn-outline:hover {
  color: #fff;
  border-color: #cc2820;
  background: #cc2820;
}

.btn-primary.btn-outline:active, .btn-primary.btn-outline.active,
.open>.btn-primary.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #c19652;
  border-color: #c19652;
  box-shadow: none;
}

.btn-primary.btn-outline:active:hover, .btn-primary.btn-outline:active:focus, .btn-primary.btn-outline:active.focus, .btn-primary.btn-outline.active:hover, .btn-primary.btn-outline.active:focus, .btn-primary.btn-outline.active.focus,
.open>.btn-primary.btn-outline.dropdown-toggle:hover,
.open>.btn-primary.btn-outline.dropdown-toggle:focus,
.open>.btn-primary.btn-outline.dropdown-toggle.focus {
  color: #fff;
  background-color: #c19652;
  border-color: #c19652;
  box-shadow: none;
}

.btn-info {
  color: #fff;
  background-color: #3CBC8D;
  border-color: #3CBC8D;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #5fcca4;
  border-color: #5fcca4;
  box-shadow: none;
}

.btn-info:hover {
  color: #fff;
  background-color: #5fcca4;
  border-color: #5fcca4;
}

.btn-info:active, .btn-info.active,
.open>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  box-shadow: none;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  box-shadow: none;
}

.btn-info.btn-circle {
  border-radius: 50px;
}

.btn-info.btn-outline {
  color: #3CBC8D;
  border-color: #3CBC8D;
  background: transparent;
}

.btn-info.btn-outline:hover {
  color: #fff;
  border-color: #3CBC8D;
  background: #3CBC8D;
}

.btn-info.btn-outline:active, .btn-info.btn-outline.active,
.open>.btn-info.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  box-shadow: none;
}

.btn-info.btn-outline:active:hover, .btn-info.btn-outline:active:focus, .btn-info.btn-outline:active.focus, .btn-info.btn-outline.active:hover, .btn-info.btn-outline.active:focus, .btn-info.btn-outline.active.focus,
.open>.btn-info.btn-outline.dropdown-toggle:hover,
.open>.btn-info.btn-outline.dropdown-toggle:focus,
.open>.btn-info.btn-outline.dropdown-toggle.focus {
  color: #fff;
  background-color: #36a97f;
  border-color: #36a97f;
  box-shadow: none;
}

.btn-success {
  color: #fff;
  background-color: #59b408;
  border-color: #59b408;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #71e50a;
  border-color: #71e50a;
  box-shadow: none;
}

.btn-success:hover {
  color: #fff;
  background-color: #71e50a;
  border-color: #71e50a;
}

.btn-success:active, .btn-success.active,
.open>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  box-shadow: none;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  box-shadow: none;
}

.btn-success.btn-circle {
  border-radius: 50px;
}

.btn-success.btn-outline {
  color: #59b408;
  border-color: #59b408;
  background: transparent;
}

.btn-success.btn-outline:hover {
  color: #fff;
  border-color: #59b408;
  background: #59b408;
}

.btn-success.btn-outline:active, .btn-success.btn-outline.active,
.open>.btn-success.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  box-shadow: none;
}

.btn-success.btn-outline:active:hover, .btn-success.btn-outline:active:focus, .btn-success.btn-outline:active.focus, .btn-success.btn-outline.active:hover, .btn-success.btn-outline.active:focus, .btn-success.btn-outline.active.focus,
.open>.btn-success.btn-outline.dropdown-toggle:hover,
.open>.btn-success.btn-outline.dropdown-toggle:focus,
.open>.btn-success.btn-outline.dropdown-toggle.focus {
  color: #fff;
  background-color: #4d9c07;
  border-color: #4d9c07;
  box-shadow: none;
}

.btn-danger {
  color: #fff;
  background-color: #fd6a4d;
  border-color: #fd6a4d;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #fe947f;
  border-color: #fe947f;
  box-shadow: none;
}

.btn-danger:hover {
  color: #fff;
  background-color: #fe947f;
  border-color: #fe947f;
}

.btn-danger:active, .btn-danger.active,
.open>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  box-shadow: none;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  box-shadow: none;
}

.btn-danger.btn-circle {
  border-radius: 50px;
}

.btn-danger.btn-outline {
  color: #fd6a4d;
  border-color: #fd6a4d;
  background: transparent;
}

.btn-danger.btn-outline:hover {
  color: #fff;
  border-color: #fd6a4d;
  background: #fd6a4d;
}

.btn-danger.btn-outline:active, .btn-danger.btn-outline.active,
.open>.btn-danger.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  box-shadow: none;
}

.btn-danger.btn-outline:active:hover, .btn-danger.btn-outline:active:focus, .btn-danger.btn-outline:active.focus, .btn-danger.btn-outline.active:hover, .btn-danger.btn-outline.active:focus, .btn-danger.btn-outline.active.focus,
.open>.btn-danger.btn-outline.dropdown-toggle:hover,
.open>.btn-danger.btn-outline.dropdown-toggle:focus,
.open>.btn-danger.btn-outline.dropdown-toggle.focus {
  color: #fff;
  background-color: #fd5534;
  border-color: #fd5534;
  box-shadow: none;
}

.btn-warning {
  color: #fff;
  background-color: #FCA13F;
  border-color: #FCA13F;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #fdba71;
  border-color: #fdba71;
  box-shadow: none;
}

.btn-warning:hover {
  color: #fff;
  background-color: #fdba71;
  border-color: #fdba71;
}

.btn-warning:active, .btn-warning.active,
.open>.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  box-shadow: none;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  box-shadow: none;
}

.btn-warning.btn-circle {
  border-radius: 50px;
}

.btn-warning.btn-outline {
  color: #FCA13F;
  border-color: #FCA13F;
  background: transparent;
}

.btn-warning.btn-outline:hover {
  color: #fff;
  border-color: #FCA13F;
  background: #FCA13F;
}

.btn-warning.btn-outline:active, .btn-warning.btn-outline.active,
.open>.btn-warning.btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  box-shadow: none;
}

.btn-warning.btn-outline:active:hover, .btn-warning.btn-outline:active:focus, .btn-warning.btn-outline:active.focus, .btn-warning.btn-outline.active:hover, .btn-warning.btn-outline.active:focus, .btn-warning.btn-outline.active.focus,
.open>.btn-warning.btn-outline.dropdown-toggle:hover,
.open>.btn-warning.btn-outline.dropdown-toggle:focus,
.open>.btn-warning.btn-outline.dropdown-toggle.focus {
  color: #fff;
  background-color: #fc9526;
  border-color: #fc9526;
  box-shadow: none;
}

.btn-dark, .search-submit {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-dark:focus, .search-submit:focus, .btn-dark.focus, .focus.search-submit {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  box-shadow: none;
}

.btn-dark:hover, .search-submit:hover {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.btn-dark:active, .search-submit:active, .btn-dark.active, .active.search-submit,
.open>.btn-dark.dropdown-toggle,
.open>.dropdown-toggle.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  box-shadow: none;
}

.btn-dark:active:hover, .search-submit:active:hover, .btn-dark:active:focus, .search-submit:active:focus, .btn-dark:active.focus, .search-submit:active.focus, .btn-dark.active:hover, .active.search-submit:hover, .btn-dark.active:focus, .active.search-submit:focus, .btn-dark.active.focus, .active.focus.search-submit,
.open>.btn-dark.dropdown-toggle:hover,
.open>.dropdown-toggle.search-submit:hover,
.open>.btn-dark.dropdown-toggle:focus,
.open>.dropdown-toggle.search-submit:focus,
.open>.btn-dark.dropdown-toggle.focus,
.open>.dropdown-toggle.focus.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  box-shadow: none;
}

.btn-dark.btn-circle, .btn-circle.search-submit {
  border-radius: 50px;
}

.btn-dark.btn-outline, .btn-outline.search-submit {
  color: #000;
  border-color: #000;
  background: transparent;
}

.btn-dark.btn-outline:hover, .btn-outline.search-submit:hover {
  color: #fff;
  border-color: #000;
  background: #000;
}

.btn-dark.btn-outline:active, .btn-outline.search-submit:active, .btn-dark.btn-outline.active, .btn-outline.active.search-submit,
.open>.btn-dark.btn-outline.dropdown-toggle,
.open>.btn-outline.dropdown-toggle.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  box-shadow: none;
}

.btn-dark.btn-outline:active:hover, .btn-outline.search-submit:active:hover, .btn-dark.btn-outline:active:focus, .btn-outline.search-submit:active:focus, .btn-dark.btn-outline:active.focus, .btn-outline.search-submit:active.focus, .btn-dark.btn-outline.active:hover, .btn-outline.active.search-submit:hover, .btn-dark.btn-outline.active:focus, .btn-outline.active.search-submit:focus, .btn-dark.btn-outline.active.focus, .btn-outline.active.focus.search-submit,
.open>.btn-dark.btn-outline.dropdown-toggle:hover,
.open>.btn-outline.dropdown-toggle.search-submit:hover,
.open>.btn-dark.btn-outline.dropdown-toggle:focus,
.open>.btn-outline.dropdown-toggle.search-submit:focus,
.open>.btn-dark.btn-outline.dropdown-toggle.focus,
.open>.btn-outline.dropdown-toggle.focus.search-submit {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  box-shadow: none;
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:focus, .btn-white.focus {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: none;
}

.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}

.btn-white:active, .btn-white.active,
.open>.btn-white.dropdown-toggle {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  box-shadow: none;
}

.btn-white:active:hover, .btn-white:active:focus, .btn-white:active.focus, .btn-white.active:hover, .btn-white.active:focus, .btn-white.active.focus,
.open>.btn-white.dropdown-toggle:hover,
.open>.btn-white.dropdown-toggle:focus,
.open>.btn-white.dropdown-toggle.focus {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  box-shadow: none;
}

.btn-white.btn-circle {
  border-radius: 50px;
}

.btn-white.btn-outline {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

.btn-white.btn-outline:hover {
  color: #000;
  border-color: #fff;
  background: #fff;
}

.btn-white.btn-outline:active, .btn-white.btn-outline.active,
.open>.btn-white.btn-outline.dropdown-toggle {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  box-shadow: none;
}

.btn-white.btn-outline:active:hover, .btn-white.btn-outline:active:focus, .btn-white.btn-outline:active.focus, .btn-white.btn-outline.active:hover, .btn-white.btn-outline.active:focus, .btn-white.btn-outline.active.focus,
.open>.btn-white.btn-outline.dropdown-toggle:hover,
.open>.btn-white.btn-outline.dropdown-toggle:focus,
.open>.btn-white.btn-outline.dropdown-toggle.focus {
  color: #000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  box-shadow: none;
}

.colors {
  display: block;
}

.color {
  display: inline-flex;
  align-items: center;
}

.color i {
  margin-right: 7px;
}

.color .color:last-child {
  margin-right: 0;
}

.color.black {
  background-color: #000;
}

.color.white {
  border: solid 1px #eee;
  background-color: #fff;
}

.color.dark {
  background-color: #000;
}

.color.gray {
  background-color: #898989;
}

.color.orange {
  background-color: #ffa200;
}

.color.blue {
  background-color: #31bfdf;
}

.color.green {
  background-color: #0cca4b;
}

.color.red {
  background-color: #f44336;
}

.square .color {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.square .color.active, .square .color.current, .square .color:hover, .square .color:active {
  border: solid 1px #000;
}

.dots .color {
  width: 11px;
  height: 11px;
  border-radius: 11px;
  margin-right: 5px;
}

.read-more.color-brand {
  color: #cc2820;
}



.dropdown-menu {
  border-radius: 0;
}

.dropdown-menu li a {
  padding: 7px 15px;
}

/**
 * --------------------------------------------------
 * Breadcrumb
 * --------------------------------------------------
 */
.breadcrumb {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  background-color: transparent;
  margin: 30px 0 40px;
  padding: 0;
}

.breadcrumb>.active {
  color: #000;
}

.breadcrumb a {
  color: #acacac;
}

/**
 * --------------------------------------------------
 * Pagination
 * --------------------------------------------------
 */
.pagination>li>a,
.pagination>li>span {
  font-size: 12px;
  margin-left: 0;
  font-family: Montserrat, Arial, sans-serif;
  color: #000;
  background-color: #fff;
  border-color: transparent;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #fff;
  background-color: #000;
  border-color: transparent;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #999;
  background-color: #fff;
  border-color: transparent;
}

.pagination>li.pagination-next>a,
.pagination>li.pagination-prev>a {
  border-radius: 0 !important;
  border-color: #d8d5d5;
}

.pagination>li.pagination-next>a:hover, .pagination>li.pagination-next>a:focus,
.pagination>li.pagination-prev>a:hover,
.pagination>li.pagination-prev>a:focus {
  border-color: #000;
}

/* -------------------------------------------------------------------------------
    2. Awe compoments
--------------------------------------------------------------------------------*/
.awe-nav {
  display: block;
  text-align: center;
  padding-left: 0;
  border-bottom: solid 1px #d8d5d5;
  margin-bottom: 0;
}

.awe-nav>li {
  display: inline-block;
}

.awe-nav>li>a {
  font-family: Montserrat, Arial, sans-serif;
  padding: 20px 15px;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  bottom: -1px;
  border-bottom: solid 2px transparent;
}

.awe-nav>li.current,
.awe-nav>li.active>a {
  color: #cc2820;
  border-bottom-color: #ffa200;
}

.awe-nav-responsive {
  overflow: auto;
}

.awe-nav-responsive .awe-nav {
  white-space: nowrap;
}

.search-form {
  display: inline-block;
  float: right;
  width: 350px;
  position: relative;
  margin-top: 20px;
  margin-right: 30px;
}

@media (max-width: 480px) {
  .search-form {
    width: 100%;
  }
}

.search-form:after {
  width: 1px;
  background: #000;
  position: absolute;
  content: "";
  bottom: 0px;
  top: 0px;
  right: 50px;
}

.search-form .fa-search {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}

.search-form .fa-search:hover {
  color: #cc2820;
}

.search-form .form-control {
  border-color: #000;
  position: relative;
  height: 38px;
  font-size: 12px;
  font-weight: 300;
}

#topbar {
  padding: 3px 0px;
  background: #f7f7f7;
}

#topbar .text-left {
  float: left;
  display: inline-block;
}

#topbar .text-left p, #topbar .text-left a {
  display: inline-block;
  color: #000;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

#topbar .text-left p span.color, #topbar .text-left a span.color {
  color: #cc2820;
}

#topbar .text-left p:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #000;
}

#topbar .text-right {
  float: right;
  text-align: inherit;
  display: inline-block;
}

@media (max-width: 480px) {
  #topbar .text-right {
    float: left;
  }
}

#topbar .navbar-icons li {
  position: relative;
}

#topbar .navbar-icons li .submenu {
  z-index: 99999;
}

#topbar .navbar-icons li:first-child a.awemenu-icon:after {
  width: 0px;
}

#topbar .navbar-icons li:last-child a.awemenu-icon {
  padding-right: 0px;
}

#topbar .navbar-icons li a.awemenu-icon {
  height: 30px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

#topbar .navbar-icons li a.awemenu-icon:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 10px;
  width: 1px;
  height: 12px;
  background: #c0bfbf;
}

.fa-shopping-cart {
  display: inline-block;
  font-size: 25px;
}

.menubar-cart .cart-number {
  background: none;
  color: #000;
  position: relative;
  top: inherit;
  right: inherit;
  width: inherit;
  height: inherit;
}

.menubar-cart .text {
  vertical-align: top;
  display: inline-block;
}

.menubar-cart .text p {
  margin: 0px;
  line-height: 20px;
  height: 20px;
  font-weight: 400;
  font-size: 14px;
}

.menubar-cart .text p span {
  color: #cc2820;
}

.menubar-cart .text p:first-child {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.menubar-cart .fa-shopping-cart {
  float: left;
  vertical-align: top;
  display: inline-block;
  margin-right: 10px;
}

.menubar-cart .item-number {
  position: relative;
}

.menubar-cart .item-number .fa-shopping-cart {
  margin-right: 0px;
}

.menubar-cart .item-number .number {
  font: 400 12px/20px "Montserrat";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  background: #cc2820;
  position: absolute;
  top: 32px;
  right: -12px;
  text-align: center;
}

.menubar-cart .menu-shopping-cart {
  line-height: 15px;
  /* padding-top: 20px; */
  padding-right: 0px;
}

@media (max-width: 1024px) {
  .menubar-cart .menu-shopping-cart {
    padding-left: 0px;
  }
}

.navbar-icons.nav-left {
  float: left;
}

.navbar-icons.nav-left li .submenu {
  left: 0px;
  right: inherit;
  text-align: left;
}

.awemenu-nav {
  height: 80px;
  background-color: #ffffff;
}

.awemenu-nav .awemenu-bars {
  display: none;
}

.awemenu-nav .awemenu-container {
  position: relative;
}

.awemenu-left .awemenu,
.awemenu-default .awemenu {
  color: #000;
  position: static;
  width: auto;
}

.awemenu-left .awemenu.awemenu-right,
.awemenu-default .awemenu.awemenu-right {
  float: right;
}

.awemenu-left .awemenu.awemenu-left,
.awemenu-default .awemenu.awemenu-left {
  display: flex;
  justify-content: space-between;
}

.awemenu-left .awemenu .awemenu-item>a,
.awemenu-default .awemenu .awemenu-item>a {
  color: #000;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  position: relative;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.awemenu-left .awemenu .awemenu-item:hover>a, .awemenu-left .awemenu .awemenu-item.awemenu-current-item>a, .awemenu-left .awemenu .awemenu-item.awemenu-active>a,
.awemenu-default .awemenu .awemenu-item:hover>a,
.awemenu-default .awemenu .awemenu-item.awemenu-current-item>a,
.awemenu-default .awemenu .awemenu-item.awemenu-active>a {
  color: #cc2820;
  background-color: transparent;
}

.awemenu-left .awemenu .awemenu-item .awemenu-submenu,
.awemenu-default .awemenu .awemenu-item .awemenu-submenu {
  background-color: #ffffff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.awemenu-left .awemenu .awemenu-item .awemenu-submenu .awemenu-item>a,
.awemenu-default .awemenu .awemenu-item .awemenu-submenu .awemenu-item>a {
  color: #000;
}

.awemenu-left .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover>a,
.awemenu-left .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-current-item>a,
.awemenu-default .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover>a,
.awemenu-default .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-current-item>a {
  color: #cc2820;
}

.awemenu-left.awemenu-standard .awemenu .awemenu-item>a .awemenu-arrow, .awemenu-left.awemenu-top .awemenu .awemenu-item>a .awemenu-arrow, .awemenu-left.awemenu-bottom .awemenu .awemenu-item>a .awemenu-arrow, .awemenu-left.awemenu-left .awemenu .awemenu-item>a .awemenu-arrow, .awemenu-left.awemenu-outleft .awemenu .awemenu-item>a .awemenu-arrow,
.awemenu-default.awemenu-standard .awemenu .awemenu-item>a .awemenu-arrow,
.awemenu-default.awemenu-top .awemenu .awemenu-item>a .awemenu-arrow,
.awemenu-default.awemenu-bottom .awemenu .awemenu-item>a .awemenu-arrow,
.awemenu-default.awemenu-left .awemenu .awemenu-item>a .awemenu-arrow,
.awemenu-default.awemenu-outleft .awemenu .awemenu-item>a .awemenu-arrow {
  position: absolute;
  line-height: 1;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.awemenu-left.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a, .awemenu-left.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a, .awemenu-left.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a, .awemenu-left.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a, .awemenu-left.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a,
.awemenu-default.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a,
.awemenu-default.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a,
.awemenu-default.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a,
.awemenu-default.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a,
.awemenu-default.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a {
  padding-right: 30px;
}

.awemenu-left.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a .awemenu-arrow, .awemenu-left.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a .awemenu-arrow, .awemenu-left.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a .awemenu-arrow, .awemenu-left.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a .awemenu-arrow, .awemenu-left.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a .awemenu-arrow,
.awemenu-default.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a .awemenu-arrow,
.awemenu-default.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a .awemenu-arrow,
.awemenu-default.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a .awemenu-arrow,
.awemenu-default.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a .awemenu-arrow,
.awemenu-default.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item>a .awemenu-arrow {
  right: 12px;
}

.awemenu-left.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a, .awemenu-left.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a, .awemenu-left.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a, .awemenu-left.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a, .awemenu-left.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a,
.awemenu-default.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a,
.awemenu-default.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a,
.awemenu-default.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a,
.awemenu-default.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a,
.awemenu-default.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a {
  padding-right: 20px;
  padding-left: 30px;
}

.awemenu-left.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a .awemenu-arrow, .awemenu-left.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a .awemenu-arrow, .awemenu-left.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a .awemenu-arrow, .awemenu-left.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a .awemenu-arrow, .awemenu-left.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a .awemenu-arrow,
.awemenu-default.awemenu-standard .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a .awemenu-arrow,
.awemenu-default.awemenu-top .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a .awemenu-arrow,
.awemenu-default.awemenu-bottom .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a .awemenu-arrow,
.awemenu-default.awemenu-left .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a .awemenu-arrow,
.awemenu-default.awemenu-outleft .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a .awemenu-arrow {
  right: auto;
  left: 12px;
}

.awemenu-left.awemenu-left .awemenu, .awemenu-left.awemenu-outleft .awemenu,
.awemenu-default.awemenu-left .awemenu,
.awemenu-default.awemenu-outleft .awemenu {
  width: 250px;
}

.awemenu-left.awemenu-right .awemenu, .awemenu-left.awemenu-outright .awemenu,
.awemenu-default.awemenu-right .awemenu,
.awemenu-default.awemenu-outright .awemenu {
  width: 250px;
}

.awemenu-left.awemenu-right .awemenu .awemenu-item>a, .awemenu-left.awemenu-outright .awemenu .awemenu-item>a,
.awemenu-default.awemenu-right .awemenu .awemenu-item>a,
.awemenu-default.awemenu-outright .awemenu .awemenu-item>a {
  padding-left: 30px;
}

.awemenu-left.awemenu-right .awemenu .awemenu-item>a .awemenu-arrow, .awemenu-left.awemenu-outright .awemenu .awemenu-item>a .awemenu-arrow,
.awemenu-default.awemenu-right .awemenu .awemenu-item>a .awemenu-arrow,
.awemenu-default.awemenu-outright .awemenu .awemenu-item>a .awemenu-arrow {
  position: absolute;
  line-height: 1;
  left: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.awemenu-left.awemenu-right .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a, .awemenu-left.awemenu-outright .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a,
.awemenu-default.awemenu-right .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a,
.awemenu-default.awemenu-outright .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a {
  padding-right: 30px;
  padding-left: 20px;
}

.awemenu-left.awemenu-right .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a .awemenu-arrow, .awemenu-left.awemenu-outright .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a .awemenu-arrow,
.awemenu-default.awemenu-right .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a .awemenu-arrow,
.awemenu-default.awemenu-outright .awemenu .awemenu-item .awemenu-dropdown .awemenu-item.awemenu-invert>a .awemenu-arrow {
  left: auto;
  right: 12px;
}

.awemenu-left .awemenu-submenu .awemenu-item>a,
.awemenu-default .awemenu-submenu .awemenu-item>a {
  line-height: 40px;
}

.awemenu-mobile-default .awemenu-bars {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
  margin-top: 5px !important;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container {
  background: #fff;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu {
  position: absolute;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 1000;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item>a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item>a, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item>a, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item>a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item>a {
  display: block;
  color: #000;
  padding: 15px 20px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item>a .awemenu-arrow, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item>a .awemenu-arrow, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item>a .awemenu-arrow, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item>a .awemenu-arrow, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item>a .awemenu-arrow {
  float: right;
  margin-top: 3px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item:hover>a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item:hover>a, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item:hover>a, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item:hover>a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item:hover>a, .awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item.awemenu-active>a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item.awemenu-active>a, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item.awemenu-active>a, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item.awemenu-active>a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item.awemenu-active>a {
  color: #cc2820;
  background-color: #000;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item {
  padding-left: 20px;
  padding-right: 20px;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item>a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item>a, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item>a, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item>a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item>a {
  padding-left: 0;
  padding-right: 0;
}

.awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover>a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover>a, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover>a, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover>a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item:hover>a, .awemenu-mobile-default.awemenu-mobile-standard .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active>a, .awemenu-mobile-default.awemenu-mobile-top .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active>a, .awemenu-mobile-default.awemenu-mobile-bottom .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active>a, .awemenu-mobile-default.awemenu-mobile-outleft .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active>a, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-container .awemenu .awemenu-item .awemenu-submenu .awemenu-item.awemenu-active>a {
  padding-left: 15px;
  padding-right: 15px;
}

.awemenu-mobile-default.awemenu-mobile-outleft .awemenu-bars, .awemenu-mobile-default.awemenu-mobile-outright .awemenu-bars {
  float: right;
}

.awemenu-mobile-default.awemenu-mobile-outleft .awemenu, .awemenu-mobile-default.awemenu-mobile-outright .awemenu {
  width: 250px;
  position: fixed !important;
  border-right: solid 1px #ddd;
}

.awemenu-mobile-default.awemenu-mobile-outright .awemenu-bars {
  float: left;
}

.awemenu-mobile-default.awemenu-active .awemenu-bars span.fa:before {
  content: '\f00d';
}

.awe-box {
  display: block;
}

.awe-box-media {
  display: block;
}

.awe-box-icon {
  font-size: inherit;
}

.awe-box-icon.icon-large {
  font-size: 40px;
}

.awe-box-icon.icon-medium {
  font-size: 30px;
}

.awe-box-icon.icon-small {
  font-size: 20px;
}

.awe-box-image {
  display: inline-block;
}

.awe-box-image img {
  max-width: 100%;
}

.awe-box-content {
  display: block;
  overflow: hidden;
}

.awe-box-content h3, .awe-box-content h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.awe-box-content h2 {
  font-size: 30px;
  margin: 45px 0;
}

.awe-box-content h3 {
  font-size: 18px;
  margin: 30px 0;
}

.awe-box-content p {
  margin-bottom: 0;
  color: #898989;
}

.box-left .awe-box-content h2,
.box-left .awe-box-content h3,
.box-right .awe-box-content h2,
.box-right .awe-box-content h3 {
  margin-top: 0;
}

.box-left .awe-box-content h2,
.box-right .awe-box-content h2 {
  margin-bottom: 20px;
}

.box-left .awe-box-content h3,
.box-right .awe-box-content h3 {
  margin-bottom: 15px;
}

.box-left .awe-box-media {
  float: left;
  margin-right: 30px;
}

.box-left .awe-box-content,
.box-left .awe-box-content h2,
.box-left .awe-box-content h3,
.box-left .awe-box-content p {
  text-align: left;
}

.box-right .awe-box-media {
  float: right;
  margin-left: 30px;
}

.box-right .awe-box-content,
.box-right .awe-box-content h2,
.box-right .awe-box-content h3,
.box-right .awe-box-content p {
  text-align: right;
}

.box-inline {
  display: inline-block;
}

.box-inline .awe-box-content {
  display: inline-block;
}

.box-hover:hover .awe-box-icon,
.box-hover:hover .awe-box-content h2,
.box-hover:hover .awe-box-content h3 {
  color: #cc2820;
  transition: color 0.25s ease-out 0s;
}

.awe-media {
  display: block;
  overflow: hidden;
}

.awe-media.inline {
  display: inline-block;
}

.awe-media.inline .awe-media-image {
  display: inline-block;
}

.awe-media-header {
  position: relative;
  overflow: hidden;
}

.awe-media-header:hover .awe-media-overlay,
.awe-media-header:hover .awe-media-hover {
  opacity: 1;
}

.awe-media-header:hover .awe-media-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.awe-media-image {
  text-align: center;
  position: relative;
  display: block;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
  -o-transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
  transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
}

.awe-media-image img {
  display: block;
  width: 100%;
  vertical-align: middle;
}

.awe-media-body {
  display: block;
}

.awe-media-body p {
  margin-bottom: 0;
}

.single-icon {
  color: #ffa200;
  font-size: 26px;
}

.awe-media-title {
  font-size: 16px;
}

.awe-media-title.medium {
  font-size: 14px;
}

.awe-media-caption {
  color: #acacac;
  font-size: 12px;
  margin-bottom: 0;
}

.awe-media-overlay {
  opacity: 1;
}

.awe-media-hover {
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
  -o-transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
  transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.awe-media-hover:hover {
  opacity: 1;
}

.awe-media:hover .awe-media-hover {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.awe-media-overlay {
  transition: opacity 0.25s ease-in-out;
}

.awe-media-overlay,
.awe-media-hover {
  color: #fff;
  position: absolute;
  background-color: rgba(137, 137, 137, 0.85);
  width: 100%;
  bottom: 0;
  z-index: 99;
}

.awe-media-overlay a:not(.btn):not(.search-submit),
.awe-media-hover a:not(.btn):not(.search-submit) {
  color: #fff;
}

.awe-media-overlay a:not(.btn):not(.search-submit):hover, .awe-media-overlay a:not(.btn):not(.search-submit):focus,
.awe-media-hover a:not(.btn):not(.search-submit):hover,
.awe-media-hover a:not(.btn):not(.search-submit):focus {
  color: #cc2820;
}

.awe-media-overlay.fullpage,
.awe-media-hover.fullpage {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.awe-media-overlay.dark,
.awe-media-hover.dark {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
}

.awe-media-overlay.light,
.awe-media-hover.light {
  color: #000;
  background-color: rgba(255, 255, 255, 0.85);
}

.awe-media-overlay .content,
.awe-media-hover .content {
  position: relative;
  height: 100%;
  padding: 25px;
}

.awe-media-overlay .content p,
.awe-media-hover .content p {
  font-size: 14px;
  line-height: 24px;
}

.awe-media-overlay .content p:last-child,
.awe-media-hover .content p:last-child {
  margin-bottom: 0;
}

.awe-media-overlay .bottom,
.awe-media-hover .bottom {
  bottom: 0;
  left: 0;
  margin: 0 25px 25px;
  position: absolute;
  width: 100%;
}

.awe-media-hover .list-socials>li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.awe-media-hover .list-socials>li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.awe-media-hover .list-socials>li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.awe-media-hover .list-socials>li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.awe-media-hover .list-socials>li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.awe-media-hover .list-socials>li:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.awe-media-hover .list-socials>li:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.awe-media-hover .list-socials>li:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.awe-media-hover .list-socials>li:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.awe-media-hover .list-socials>li:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.awe-media-hover .list-socials>li:nth-child(10) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.awe-media:hover .awe-media-hover .list-socials>li {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.about-us-team .awe-media-image {
  background: #f9f9f9;
  text-align: center;
}

.about-us-team .awe-media-image img {
  display: inline-block;
  width: auto;
}

.awe-counting {
  text-align: center;
}

.awe-counting:before, .awe-counting:after {
  content: " | ";
}

.awe-counting>h4 {
  font-size: 20px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.awe-counting>span {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: block;
}

@media (max-width: 480px) {
  .awe-counting>h4 {
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .awe-counting>span {
    font-size: 25px;
  }
}

#saleoff-countdown {
  list-style: none;
  position: absolute;
  padding-left: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.awe-counting-2 {
  padding-left: 0;
  min-width: 60px;
  list-style: none;
  font-size: 10px;
  color: #898989;
  font-family: Montserrat, Arial, sans-serif;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  margin-bottom: 10px;
}

.awe-counting-2:last-child {
  margin-bottom: 0;
}

.awe-counting-2>span {
  font-size: 24px;
  color: #000;
  display: block;
}

@media screen and (max-width: 1199px) {
  #saleoff-countdown {
    padding-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  #saleoff-countdown {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .awe-counting-2 {
    display: inline-block;
    margin: 0 10px 15px;
  }
}

.saleoff-sportwear {
  position: relative;
}

.saleoff-sportwear:before, .saleoff-sportwear:after {
  content: " ";
  display: table;
}

.saleoff-sportwear:after {
  clear: both;
}

.saleoff-sportwear .saleoff-image {
  float: left;
  width: 600px;
  margin-right: 70px;
}

.saleoff-sportwear .saleoff-detail {
  position: relative;
  float: right;
  width: calc(100% - 670px);
}

.saleoff-sportwear .saleoff-detail #saleoff-countdown {
  padding-left: 0;
  z-index: 22;
  padding: 10px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.saleoff-sportwear .saleoff-detail #saleoff-countdown .awe-counting-2 {
  background-color: #f7f7f7;
}

.saleoff-sportwear .saleoff-detail .saleoff-actions {
  background-color: #f7f7f7;
  padding: 70px 90px;
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .saleoff-sportwear .saleoff-image {
    width: 400px;
  }

  .saleoff-sportwear .saleoff-detail {
    width: calc(100% - 470px);
  }
}

@media screen and (max-width: 991px) {

  .saleoff-sportwear .saleoff-image,
  .saleoff-sportwear .saleoff-detail {
    width: 100%;
    float: none;
  }

  .saleoff-sportwear .saleoff-image {
    text-align: center;
  }

  .saleoff-sportwear .saleoff-detail #saleoff-countdown {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-bottom: 0;
  }

  .saleoff-sportwear .saleoff-detail .saleoff-actions {
    padding: 30px;
  }
}



.bg-video {
  position: relative;
  padding: 200px 0;
}

.bg-video:hover #togglePlay.play {
  opacity: 1;
}

.bg-video .yt-thumbnail {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
}

#togglePlay {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background-color: transparent;
  width: 90px;
  height: 90px;
  font-size: 32px;
}

#togglePlay.play {
  opacity: 0;
}

/* -------------------------------------------------------------------------------
    3. Awe compoments
--------------------------------------------------------------------------------*/
.post {
  margin-bottom: 50px;
}

.entry-header {
  margin-bottom: 30px;
}

.entry-media {
  position: relative;
}

.entry-media .play-button {
  background: url("../img/play-button.png") no-repeat center center;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  cursor: pointer;
  z-index: 100;
}

.entry-thumbnail {
  width: 100%;
  overflow: hidden;
}

.entry-thumbnail img {
  width: 100%;
  height: auto;
}

.entry-datetime {
  color: #898989;
}

.entry-datetime a {
  color: #898989;
}

.entry-datetime a:hover, .entry-datetime a:active, .entry-datetime a:focus {
  text-decoration: none;
}

.entry-datetime .entry-day {
  font-size: 40px;
}

.entry-title h1,
h1.entry-title,
.entry-title h2,
h2.entry-title {
  color: #000000;
  font-size: 16px;
  margin: 0;
}

.entry-excerpt {
  margin-bottom: 15px;
}

.entry-excerpt p {
  margin-bottom: 0;
}

.entry-meta,
.entry-meta a {
  color: #898989;
  font-size: 12px;
}

.entry-tags {
  color: #898989;
  font-size: 12px;
  margin: 15px 0;
}

.entry-tags>a {
  color: #000;
  font-weight: 700;
}

.entry-tags>a:hover {
  color: #cc2820;
}

.entry-author,
.entry-author a {
  color: #000;
  font-weight: bold;
}

.entry-content {
  margin-bottom: 35px;
}

.entry-share {
  padding: 20px 0;
  border-top: solid 1px #d8d5d5;
  border-bottom: solid 1px #d8d5d5;
}

.entry-share .list-socials {
  margin-left: 10px;
}

.entry-content p,
.entry-content ul, .entry-content ol,
.entry-content blockquote {
  margin-bottom: 20px;
}

.entry-content blockquote {
  background-color: #fbfbfb;
}

.entry-content blockquote p {
  color: #898989;
}

.entry-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.entry-content table>thead>tr>th, .entry-content table>thead>tr>td, .entry-content table>tbody>tr>th, .entry-content table>tbody>tr>td, .entry-content table>tfoot>tr>th, .entry-content table>tfoot>tr>td {
  vertical-align: top;
  padding: 10px;
  border-top: 1px solid #d8d5d5;
}

.entry-content table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #d8d5d5;
}

.entry-content table>caption+thead>tr:first-child>th, .entry-content table>caption+thead>tr:first-child>td,
.entry-content table>colgroup+thead>tr:first-child>th,
.entry-content table>colgroup+thead>tr:first-child>td,
.entry-content table>thead:first-child>tr:first-child>th,
.entry-content table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.entry-content table>tbody+tbody {
  border-top: 2px solid #d8d5d5;
}

.entry-navigation {
  padding: 30px 0;
  border-bottom: solid 1px #e3e3e3;
  position: relative;
}

.entry-navigation .entry-navigation-next-post,
.entry-navigation .entry-navigation-prev-post {
  text-align: center;
}

.entry-navigation .entry-navigation-next-post {
  padding-right: 30px;
}

.entry-navigation .entry-navigation-prev-post {
  padding-left: 30px;
}

.entry-navigation .entry-navigation-header {
  color: #898989;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.entry-navigation h2.entry-navigation-title,
.entry-navigation .entry-navigation-header h2 {
  color: #000000;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 25px;
}

.entry-navigation .entry-navigation-meta {
  color: #898989;
  font-size: 12px;
}

.entry-navigation .entry-navigation-button .entry-navigation-next,
.entry-navigation .entry-navigation-button .entry-navigation-prev {
  font-size: 21px;
  background: transparent;
  position: absolute;
  top: 50%;
  width: 23px;
  height: 26px;
  line-height: 25px;
  border: none;
  margin-top: -13px;
  display: inline-block;
  text-align: center;
}

.entry-navigation .entry-navigation-button .entry-navigation-next {
  right: -23px;
}

.entry-navigation .entry-navigation-button .entry-navigation-prev {
  left: -23px;
}

@media (max-width: 768px) {

  .entry-navigation .entry-navigation-header,
  .entry-navigation .entry-navigation-next-post,
  .entry-navigation .entry-navigation-prev-post {
    text-align: left;
  }

  .entry-navigation .entry-navigation-prev-post {
    margin-top: 25px;
  }

  .entry-navigation .entry-navigation-next-post,
  .entry-navigation .entry-navigation-prev-post {
    padding-left: 0;
  }

  .entry-navigation .entry-navigation-button {
    display: none;
  }
}

.blog-masonry {
  margin-bottom: 60px;
}

.blog-masonry .entry-thumbnail,
.blog-masonry .entry-title,
.blog-masonry .entry-excerpt,
.blog-masonry .entry-datetime {
  margin-bottom: 25px;
}

@media (max-width: 480px) {
  .blog-masonry .entry-thumbnail img {
    width: 100%;
  }
}

.blog-detail .entry-thumbnail,
.blog-nobar .entry-thumbnail,
.blog-sidebar .entry-thumbnail {
  margin-bottom: 0;
}

.blog-detail .entry-datetime,
.blog-nobar .entry-datetime,
.blog-sidebar .entry-datetime {
  height: 80px;
  line-height: 80px;
}

.blog-detail .entry-title h1,
.blog-detail h1.entry-title,
.blog-detail .entry-title h2,
.blog-detail h2.entry-title,
.blog-nobar .entry-title h1,
.blog-nobar h1.entry-title,
.blog-nobar .entry-title h2,
.blog-nobar h2.entry-title,
.blog-sidebar .entry-title h1,
.blog-sidebar h1.entry-title,
.blog-sidebar .entry-title h2,
.blog-sidebar h2.entry-title {
  font-size: 25px;
  margin-bottom: 15px;
}

.blog-detail .entry-summary,
.blog-detail .entry-container,
.blog-nobar .entry-summary,
.blog-nobar .entry-container,
.blog-sidebar .entry-summary,
.blog-sidebar .entry-container {
  background: #fff;
  position: relative;
  margin: -80px 70px 0;
  padding: 0px 25px 25px;
  z-index: 1;
}

@media (max-width: 480px) {

  .blog-detail .entry-summary,
  .blog-detail .entry-container,
  .blog-nobar .entry-summary,
  .blog-nobar .entry-container,
  .blog-sidebar .entry-summary,
  .blog-sidebar .entry-container {
    background: #fff;
    position: relative;
    margin: 0;
    padding: 0;
  }
}

.entry-carousel.owl-carousel {
  color: #fff;
}

.comments-area {
  padding: 30px 0;
}

.comments-area .comments-list {
  border-bottom: solid 1px #e3e3e3;
  margin-bottom: 30px;
}

.comments-area .comments-list>ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.comments-area .comments-list>ol>li ol {
  background: #fbfbfb;
  list-style: none;
}

@media (min-width: 768px) {
  .comments-area .comments-list>ol>li ol {
    padding-left: 100px;
  }
}

.comments-area .comment-title,
.comments-area .reply-comment-title {
  font-family: Montserrat;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.comments-area .comment-title {
  margin-bottom: 0;
}

.comment {
  zoom: 1;
  overflow: hidden;
  padding: 30px 0;
}

.comment .comment-body {
  overflow: hidden;
}

.comment .comment-avatar {
  display: block;
  float: left;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .comment .comment-avatar {
    width: 45px;
    margin-right: 15px;
  }
}

.comment .comment-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}

.comment .comment-text {
  color: #606060;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment .reply-comment-action {
  font-size: 12px;
}

.product {
  margin-bottom: 50px;
  border: 1px solid #d8d5d5;
  text-align: center;
}

.product-name {
  font-size: 16px;
}

.product-category,
.product-status {
  color: #898989;
  margin-bottom: 10px;
}

.product-price {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  font-family: Montserrat, Arial, sans-serif;
}

.product-price del {
  color: #898989;
  font-size: 16px;
  font-weight: 400;
}

.product-stars {
  margin-top: 10px;
  margin-bottom: 30px;
}

.product-description {
  color: #898989;
  margin-bottom: 30px;
}

.product-media {
  background: #F7F7F7;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 40;
}

.product-media a {
  display: block;
  text-align: center;
}

.product-media:hover .product-hover {
  opacity: 1;
}

.product-thumbnail img {
  width: 100% !important;
}

.product-soldout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 45;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

.product-grid:hover .product-soldout {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product-soldout {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.product-soldout .soldout {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  font-family: Montserrat, Arial, sans-serif;
  text-transform: uppercase;
}

.product-hover {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20%;
  padding: 0 15px 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.product-grid:hover .product-hover {
  visibility: visible;
  opacity: 1;
  bottom: 30%;
}

.product-actions {
  background-color: #ffffff;
  padding: 15px 0;
  border-radius: 35px;
  text-align: center;
  -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.09);
  display: table;
  width: 100%;
}

.product-actions>.awe-button,
.product-actions>button {
  border: transparent;
  background: transparent;
  padding: 0;
  font-size: 18px;
  border-left: solid 1px #ddd;
  width: auto;
  display: table-cell;
}

.product-actions>.awe-button:first-child,
.product-actions>button:first-child {
  border-left: none;
}

.product-actions>.awe-button.active, .product-actions>.awe-button:hover,
.product-actions>button.active,
.product-actions>button:hover {
  color: #cc2820;
}

.product-actions>.awe-button>span,
.product-actions>button>span {
  display: none;
}

.product-label {
  background-color: #000;
  font-family: Montserrat, Arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  z-index: 50;
  top: 20px;
  left: 0;
  width: 56px;
  height: 25px;
  line-height: 24px;
}

.product-label.hot {
  background-color: #D75B51;
}

.product-label.new {
  background-color: #43C872;
}

.product-label.sale {
  background-color: #ffa800;
}

.product-grid .product-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 20px 0;
}

.product-list:before, .product-list:after {
  content: " ";
  display: table;
}

.product-list:after {
  clear: both;
}

.product-list .product-media {
  float: left;
  margin-right: 30px;
}

.product-list .product-body {
  overflow: hidden;
}

.product-list .product-name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
}

.product-list .product-category,
.product-list .product-status {
  font-size: 16px;
  margin-bottom: 20px;
}

.product-list .product-price {
  font-size: 30px;
}

.product-list .product-price del {
  font-size: 18px;
}

@media (max-width: 480px) {
  .product-list .product-media {
    float: none;
    margin-right: 0;
  }

  .product-list .product-name {
    margin-top: 15px;
  }
}

.whishlist,
.cart-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.whishlist>li,
.cart-list>li {
  position: relative;
}

.whishlist>li .remove,
.whishlist>li .remove-cart,
.cart-list>li .remove,
.cart-list>li .remove-cart {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}

.whishlist>li:last-child .cart-item,
.cart-list>li:last-child .cart-item {
  margin-bottom: 0;
}

.whishlist-item,
.cart-item {
  zoom: 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.whishlist-item .product-image,
.cart-item .product-image {
  float: left;
  margin-right: 30px;
  width: 100px;
  height: auto;
}

.whishlist-item .product-body,
.cart-item .product-body {
  overflow: hidden;
}

.whishlist-item .product-name h3,
.whishlist-item .product-name a,
.cart-item .product-name h3,
.cart-item .product-name a {
  font-size: 14px;
}

.whishlist-item .product-price,
.cart-item .product-price {
  font-family: Montserrat, Arial, sans-serif;
  color: #cc2820;
  font-size: 16px;
  font-weight: 700;
}

.whishlist .product-image {
  width: 54px;
  margin-right: 15px;
}

.whishlist .product-body {
  padding-right: 35px;
}

.whishlist .whishlist-name h2,
.whishlist .whishlist-name h3 {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 10px;
}

.whishlist .whishlist-quantity,
.whishlist .whishlist-price {
  font-family: Montserrat, Arial, sans-serif;
  color: #898989;
  font-size: 12px;
}

.whishlist>li .remove {
  font-size: 10px;
  margin-top: 0;
  top: 0;
}

.header-account .header-account-username h4 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.header-account ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.header-account ul>li>a {
  color: #898989;
  display: block;
  padding: 7px 0;
}

.header-account ul>li>a:hover {
  color: #cc2820;
}

.menu-cart-total {
  border-top: solid 1px #d8d5d5;
  border-bottom: solid 1px #d8d5d5;
  margin-bottom: 15px;
  padding: 15px 0;
  font-family: Montserrat, Arial, sans-serif;
}

.menu-cart-total:before, .menu-cart-total:after {
  content: " ";
  display: table;
}

.menu-cart-total:after {
  clear: both;
}

.menu-cart-total>span {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.menu-cart-total>.price {
  color: #cc2820;
  float: right;
}

.product-header-actions {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: solid 1px #d8d5d5;
}

.product-header-actions .form-control {
  margin-left: 5px;
  margin-right: 5px;
}

.product-header-actions .form-group {
  position: relative;
  top: -3px;
}

.product-slider-wrapper {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
  z-index: 1;
}

.product-slider-thumbs {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: inline-block;
  margin-left: 80px;
  margin-top: 100px;
  height: 290px;
}

.product-slider-thumbs img {
  cursor: pointer;
  border: solid 2px transparent;
  width: 80px;
}

@media (max-width: 991px) {
  .product-slider-thumbs {
    margin-left: 40px;
  }
}

.product-slider-thumbs .swiper-slide-active img {
  border: solid 2px #000;
}

.product-slider-main {
  background: #fff;
  border: 1px solid #d8d5d5;
}

.product-slider-main .swiper-slide {
  text-align: center;
}

.product-slider-main .swiper-button-next,
.product-slider-main .swiper-button-prev {
  background: transparent;
  text-align: center;
  font-size: 24px;
  line-height: 44px;
}

.product-slider-main .swiper-button-next {
  right: 25px;
}

.product-slider-main .swiper-button-prev {
  left: 25px;
}

.thumbs-bottom {
  margin: 0;
  padding: 0;
}

.thumbs-bottom .product-slider-thumbs {
  margin: 15px 0 0;
  height: auto;
  position: inherit;
  width: 100%;
}

.thumbs-bottom .product-slider-thumbs .swiper-slide {
  width: 25%;
}

.thumbs-bottom .product-slider-thumbs .swiper-slide img {
  width: 100%;
}

.view-icons {
  display: inline-block;
}

.view-icon {
  color: #000;
  display: inline-block;
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  opacity: 0.25;
}

.view-icon:hover, .view-icon.active {
  color: #000;
  opacity: 1;
}

.view-count {
  font-size: 12px;
  display: inline-block;
  margin-left: 45px;
}

@media (max-width: 767px) {
  .form-show-sort {
    margin-top: 15px;
    padding-top: 20px;
    border-top: solid 1px #eee;
  }
}

.form-show-sort .form-group {
  width: 50%;
  margin-bottom: 0;
}

@media (max-width: 479px) {
  .form-show-sort .form-group {
    width: 100%;
    margin-bottom: 15px;
    text-align: left !important;
  }

  .form-show-sort .form-group label {
    display: inline-block;
    min-width: 50px;
  }

  .form-show-sort .form-group:last-child {
    margin-bottom: 0;
  }
}

.form-show-sort .form-control {
  display: inline-block;
  width: auto;
}

.rating {
  font-size: 18px;
}

.rating.small {
  font-size: 12px;
}

.rating span {
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.rating span:hover {
  cursor: pointer;
}

.rating span:before {
  content: "\f005";
  padding-right: 5px;
  color: #ACACAC;
}

.rating span.star:before {
  color: #FEA200;
}

.rating.live:hover span:before {
  color: #FEA200;
}

.rating.live span:hover~span:before {
  color: #ACACAC;
}

.product-quickview-popup {
  min-width: 900px;
  padding: 0;
}

.product-quickview-popup .product {
  margin-bottom: 0;
}

.product-quickview-popup .product:before, .product-quickview-popup .product:after {
  content: " ";
  display: table;
}

.product-quickview-popup .product:after {
  clear: both;
}

.product-quickview-popup .product-media {
  float: left;
  width: 370px;
}

.product-quickview-popup .product-body {
  overflow: hidden;
  padding: 20px 30px;
}

.product-quickview-popup .product-name {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
}

.product-quickview-popup .product-category,
.product-quickview-popup .product-status {
  font-size: 12px;
}

.product-quickview-popup .product-status {
  font-size: 14px;
  margin-bottom: 20px;
}

.product-quickview-popup .product-price {
  font-size: 30px;
  margin-bottom: 20px;
}

.product-quickview-popup .product-price del {
  font-size: 18px;
}

.product-quickview-popup .product-tags {
  color: #898989;
}

.product-quickview-popup .product-list-actions-wrapper {
  border-top: solid 1px #d8d5d5;
  border-bottom: solid 1px #d8d5d5;
  padding: 30px 0;
}

.product-quickview-popup .product-meta {
  font-size: 12px;
  padding: 15px 0;
}

.product-quickview-popup .form-control {
  border-color: #d8d5d5;
}

.product-socials {
  padding: 20px 0;
  border-top: solid 1px #d8d5d5;
  border-bottom: solid 1px #d8d5d5;
  text-align: center;
  margin: 50px 0;
}

.product-socials ul {
  display: inline-block;
}

.product-socials li>a {
  color: #000;
  font-size: 20px;
}

.product-socials li>a:hover {
  color: #cc2820;
}

.product-socials li+li {
  margin-left: 35px;
}

.product-details {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .product-details {
    margin-top: 50px;
    padding-left: 0;
  }
}

.product-details>nav {
  border-bottom: solid 1px #d8d5d5;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.product-details .nav>li>a {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 15px;
}

.product-details .nav>li>a:hover, .product-details .nav>li>a:focus {
  background: transparent;
}

.product-details .nav>li.active>a {
  background: url("../img/bullet.png") no-repeat center left;
  color: #cc2820;
}

.product-details-wrapper {
  padding-right: 50px;
}

.product-details-wrapper .product-name {
  font-size: 26px;
}

.product-details-wrapper .product-stars {
  margin-bottom: 15px;
}

.product-details-wrapper .product-features {
  margin-bottom: 25px;
}

.product-details-wrapper .product-features h3 {
  font-size: 16px;
  margin-top: 0;
}

.product-details-wrapper .product-features ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.product-details-wrapper .product-features ul>li {
  padding: 5px 0;
}

.product-details-wrapper .product-features ul>li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}

.product-details-wrapper .product-actions-wrapper .form-control {
  border-color: #d8d5d5;
}

.product-details-wrapper .product-list-actions {
  margin: 25px 0;
}

.product-details-wrapper .product-list-actions .btn, .product-details-wrapper .product-list-actions .search-submit {
  margin-bottom: 10px;
}

.product-details-wrapper .product-price {
  display: inline-block;
  font-size: 40px;
  margin-right: 35px;
}

.product-details-wrapper .product-price del {
  font-size: 20px;
}

.product-details-wrapper .product-meta {
  font-size: 12px;
  margin-bottom: 10px;
}

.product-details-wrapper .product-meta a {
  font-weight: 700;
}

#product-description>p {
  color: #676767;
}

#product-description iframe {
  width: 100%!important;
  height: 665px!important;
  padding-top: 20px!important;
}

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

#product-infomation ul>li {
  color: #666;
  padding: 10px 0;
}

#product-infomation ul>li>.value {
  float: right;
}

#product-infomation ul>li+li {
  border-top: solid 2px #d8d5d5;
}

#product-review>h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}

#product-review .form-control {
  border-color: #d8d5d5;
}

#product-review .review-rating {
  float: left;
  margin-top: 10px;
}

#product-review .review-rating .title {
  display: inline-block;
  margin-right: 10px;
}

#product-review .submit {
  padding-left: 50px;
  padding-right: 50px;
}

.product-review-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.product-review-list>li {
  padding: 25px 0;
  border-bottom: solid 2px #d8d5d5;
}

.product-review-list .review-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}

.product-review-list .review-comment {
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-review-list .review-comment>p:last-child {
  margin-bottom: 0;
}

.product-review-list .review-meta {
  color: #898989;
  font-size: 12px;
}

.product-review-list .review-meta .author {
  color: #000;
  font-weight: 700;
}

.product-review-list .review-meta .author:hover {
  color: #cc2820;
}

.product-grid .product-thumbnail {
  overflow: hidden;
  position: relative;
}

.product-grid .product-thumbnail img {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.product-grid .product-thumbnail img.current {
  opacity: 1;
  visibility: visible;
}

.product-grid .product-thumbnail img~img {
  position: absolute;
  top: 0;
  left: 0;
}

/* Fix */
.easyzoom img {
  max-width: inherit;
}

#open-filters {
  color: #fff;
  background: #000;
  position: fixed;
  right: 0;
  top: 35%;
  padding: 4px 10px;
  cursor: pointer;
  z-index: 1000;
  display: none;
  font-size: 24px;
}

#open-filters>span {
  display: none;
}

.open-filters-open {
  overflow: hidden;
}

.widgets-filter-overlay {
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99998;
}

@media (max-width: 991px) {
  .shop-widgets-filters {
    position: fixed;
    width: 256px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    border-left: solid 1px #bbbbbb;
    overflow: auto;
    z-index: 100000;
    visibility: hidden;
    transition: all 0.35s ease;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  .shop-widgets-filters.open {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  #open-filters {
    display: inline-block;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .products-grid-wrapper>.row>[class*="col-"] {
    width: 50%;
  }
}

.product-details-left {
  padding-bottom: 70px;
  margin-bottom: 50px;
  border-bottom: solid 1px #d8d5d5;
  overflow: hidden;
}

.product-details-left .product-details {
  padding-left: 0;
}

.product-details-left .product-details nav {
  float: left;
  width: 320px;
  border-bottom: none;
  border-right: solid 1px #d8d5d5;
}

.product-details-left .product-details .tab-content {
  overflow: hidden;
  position: relative;
  left: -1px;
  border-left: solid 1px #d8d5d5;
  /* padding-left: 30px; */
}

.pnav {
  border-bottom: solid 1px #d8d5d5;
  padding-bottom: 25px;
}

.lookbook {
  margin-bottom: 70px;
}

.lookbook h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 50px;
}

.lookbook .heading {
  margin-bottom: 50px;
}

.lookbook .content {
  z-index: 1;
  position: relative;
}

.lookbook .content:before, .lookbook .content:after {
  content: " ";
  display: table;
}

.lookbook .content:after {
  clear: both;
}

.lookbook .content-body {
  background: #fff;
  position: relative;
  float: right;
  z-index: 10;
}

.lookbook .content-body h3 {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 30px;
}

.lookbook .content-body p {
  color: #898989;
  line-height: 26px;
  margin-bottom: 45px;
}

.lookbook .small-image {
  display: none;
  float: left;
}

.lookbook .line {
  display: none;
  position: absolute;
  bottom: 0;
  border-top: solid 3px #000;
  width: 70px;
  right: 50%;
  margin-right: -105px;
}

.lookbook:nth-child(2n) .small-image, .lookbook.lookbook-left .small-image {
  float: right;
}

.lookbook:nth-child(2n) .content-body, .lookbook.lookbook-left .content-body {
  float: left;
}

.lookbook:nth-child(2n) .line, .lookbook.lookbook-left .line {
  right: auto;
  left: 50%;
  margin-left: -105px;
}

@media (min-width: 992px) {
  .lookbook h2 {
    text-align: center;
    letter-spacing: 7px;
  }

  .lookbook .line {
    display: inline-block;
  }

  .lookbook .small-image {
    display: block;
  }

  .lookbook .content {
    margin-left: 70px;
    margin-right: 70px;
  }

  .lookbook .content-body {
    width: 50%;
    margin-top: -100px;
    padding: 35px;
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .lookbook h2 {
    text-align: center;
    letter-spacing: 3px;
  }

  .lookbook .content-body {
    width: inherit;
    margin: -100px 50px 0;
    padding: 35px;
  }
}

.lookbook-wrapper {
  margin-top: 80px;
}

.lookbook-wrapper .toggle-bars {
  float: right;
  margin-top: 5px;
  display: none;
}

.lookbook-wrapper .toggle-action {
  display: block;
}

@media (max-width: 480px) {
  .lookbook-wrapper .section-header h2 {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .lookbook-wrapper .toggle-bars {
    display: block;
  }

  .lookbook-wrapper .toggle-action {
    display: none;
  }
}

.lookbook-actionbar {
  padding: 15px 0;
  margin-bottom: 50px;
  border-top: solid 1px #d8d5d5;
  border-bottom: solid 1px #d8d5d5;
}

.lookbook-actionbar label {
  margin-bottom: 0;
  margin-right: 15px;
}

.lookbook-actionbar strong, .lookbook-actionbar p {
  line-height: 30px;
  margin-bottom: 0;
}

.lookbook-actionbar .form-control {
  border-color: #d5d5d5;
}

@media (min-width: 768px) {
  .lookbook-actionbar .form-group {
    margin-right: 25px;
  }

  .lookbook-actionbar .form-group:last-child {
    margin-right: 0;
  }
}

.lookbook-navigation-text {
  color: #898989;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.lookbook-navigation-text .icon {
  font-size: 10px;
}

.blockquote, .entry-content blockquote {
  padding: 30px 20px;
  border-left: 0;
  overflow: hidden;
  text-align: center;
}

.blockquote p, .entry-content blockquote p {
  color: #000;
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
  text-align: center;
  position: relative;
  margin: 0;
}

.blockquote p:before, .entry-content blockquote p:before, .blockquote p:after, .entry-content blockquote p:after {
  font-family: 'aweicon';
}

.blockquote p:before, .entry-content blockquote p:before {
  content: "\e619";
  margin-right: 10px;
}

.blockquote p:after, .entry-content blockquote p:after {
  content: "\e61a";
  margin-left: 10px;
}

.blockquote footer, .entry-content blockquote footer {
  color: #acacac;
  font-size: 12px;
  font-weight: 700;
  margin-top: 40px;
}

.blockquote footer h4, .entry-content blockquote footer h4 {
  color: #000000;
  font-size: 14px;
  margin-top: 0;
}

.blockquote footer:before, .entry-content blockquote footer:before {
  content: "";
}

.blockquote.large p, .entry-content blockquote.large p {
  font-size: 22px;
  line-height: 45px;
}

.divider {
  display: block;
  margin: 25px 0;
  line-height: 1;
  height: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.divider.light {
  color: #fff;
}

.divider.super {
  margin: 50px 0;
}

.divider:not(.horizontal) {
  height: 1px;
  border-top: 1px solid #d8d5d5;
}

.divider.horizontal {
  display: table;
  white-space: nowrap;
  height: auto;
  line-height: 1;
  overflow: hidden;
  text-align: center;
}

.divider.horizontal:before, .divider.horizontal:after {
  background-image: url("../img/divider.png");
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
}

.divider.horizontal:before {
  background-position: right 25px top 50%;
}

.divider.horizontal:after {
  background-position: left 25px top 50%;
}

/* -------------------------------------------------------------------------------
    4. Plugins compoments
--------------------------------------------------------------------------------*/
.ranger-wrapper {
  margin-bottom: 25px;
}

.price_slider.ui-slider,
.ranger.ui-slider {
  height: 3px;
  background: #d8d5d5;
  position: relative;
  border: none;
}

.price_slider.ui-slider .ui-slider-range,
.ranger.ui-slider .ui-slider-range {
  background: #ffa200 none repeat scroll 0 0;
  border: medium none;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

.price_slider.ui-slider .ui-slider-handle,
.ranger.ui-slider .ui-slider-handle {
  background: url("../img/ranger-bar.png") no-repeat center center #b9b9b9;
  cursor: pointer;
  height: 15px;
  width: 15px;
  position: absolute;
  z-index: 2;
  margin-left: 0;
  top: -6.5px;
  border-radius: 0;
  border: none;
  transition: left 0.15s ease;
}

.price_slider.ui-slider .ui-slider-handle:focus, .price_slider.ui-slider .ui-slider-handle:active,
.ranger.ui-slider .ui-slider-handle:focus,
.ranger.ui-slider .ui-slider-handle:active {
  outline: none;
}

.nano {
  background: #fff;
}

.nano>.nano-pane {
  background: #dfdfdf;
  width: 6px;
  border-radius: 0;
}

.nano>.nano-pane>.nano-slider {
  background: #cc2820;
  border-radius: 0;
  margin: 0;
  transition: background 0.15s ease-in-out;
}

.nano>.nano-pane>.nano-slider:hover, .nano>.nano-pane>.nano-slider:focus, .nano>.nano-pane>.nano-slider:active {
  background: #dcc39d;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  top: 50%;
  position: absolute;
  text-decoration: none;
  width: 20px;
  height: 30px;
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.owl-carousel .owl-nav .owl-prev:before,
.owl-carousel .owl-nav .owl-next:before {
  font-family: "Font Awesome 5 Pro";
  text-indent: 0;
  position: absolute;
  left: 0;
  width: 20px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}

.owl-carousel .owl-nav .owl-prev {
  left: -25px;
}

.owl-carousel .owl-nav .owl-prev:before {
  content: "\f060";
}

.owl-carousel .owl-nav .owl-next {
  right: -25px;
}

.owl-carousel .owl-nav .owl-next:before {
  content: "\f061";
}

.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

@media (max-width: 768px) {

  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    background: rgba(0, 0, 0, 0.5);
  }

  .owl-carousel .owl-nav .owl-prev:before,
  .owl-carousel .owl-nav .owl-next:before {
    font-size: 14px;
    color: #fff;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }

  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}

.owl-carousel .owl-dots {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  padding: 0 5px;
}

.owl-carousel .owl-dots .owl-dot span:before {
  font-size: 10px;
  font-family: "Font Awesome 5 Pro";
  content: "\f111";
}

.owl-carousel .owl-dots .owl-dot.active>span:before {
  content: "\f192";
}

.owl-carousel-inset .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel-inset .owl-nav .owl-next {
  right: 0;
}

.owl-carousel-inset .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
}

.owl-carousel-inset .owl-prev,
.owl-carousel-inset .owl-next {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.owl-carousel-inset:hover .owl-prev,
.owl-carousel-inset:hover .owl-next {
  opacity: 1;
  visibility: visible;
}

.owl-carousel-inset:hover .owl-prev.disabled,
.owl-carousel-inset:hover .owl-next.disabled {
  opacity: 0.5;
}

.owl-carousel-inset:hover .owl-nav .owl-prev {
  left: 25px;
}

.owl-carousel-inset:hover .owl-nav .owl-next {
  right: 25px;
}

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

.home-section-posts.owl-carousel .owl-nav,
.home-section-featured.owl-carousel .owl-nav, .home-section-posts1.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -65px;
}

.home-section-posts.owl-carousel .owl-prev,
.home-section-featured.owl-carousel .owl-prev, .home-section-posts1.owl-carousel .owl-prev {
  margin-right: 10px;
}

.home-section-posts.owl-carousel .owl-prev,
.home-section-posts.owl-carousel .owl-next,
.home-section-featured.owl-carousel .owl-prev,
.home-section-featured.owl-carousel .owl-next, .home-section-posts1.owl-carousel .owl-prev,
.home-section-posts1.owl-carousel .owl-next {
  border: 1px solid #000;
  display: inline-block;
  left: 0;
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.home-section-posts.owl-carousel .owl-prev:before,
.home-section-posts.owl-carousel .owl-next:before,
.home-section-featured.owl-carousel .owl-prev:before,
.home-section-featured.owl-carousel .owl-next:before, .home-section-posts1.owl-carousel .owl-prev:before,
.home-section-posts1.owl-carousel .owl-next:before {
  font-size: 12px;
  width: 28px;
}

.home-section-posts.owl-carousel .owl-prev:hover,
.home-section-posts.owl-carousel .owl-next:hover,
.home-section-featured.owl-carousel .owl-prev:hover,
.home-section-featured.owl-carousel .owl-next:hover, .home-section-posts1.owl-carousel .owl-prev:hover,
.home-section-posts1.owl-carousel .owl-next:hover {
  color: #fff;
  background: #000;
}

.home-section-posts.owl-carousel .owl-prev:hover:before,
.home-section-posts.owl-carousel .owl-next:hover:before,
.home-section-featured.owl-carousel .owl-prev:hover:before,
.home-section-featured.owl-carousel .owl-next:hover:before, .home-section-posts1.owl-carousel .owl-prev:hover:before,
.home-section-posts1.owl-carousel .owl-next:hover:before {
  color: #fff;
}

.products.owl-carousel .owl-prev,
.products.owl-carousel .owl-next {
  margin-top: 0;
  top: 33%;
}

.home-products.products.owl-carousel .owl-prev,
.home-products.products.owl-carousel .owl-next,
.home-products .products.owl-carousel .owl-prev,
.home-products .products.owl-carousel .owl-next {
  margin-top: 0;
  top: 33%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  z-index: 999;
}

.home-products.products.owl-carousel .owl-prev:before,
.home-products.products.owl-carousel .owl-next:before,
.home-products .products.owl-carousel .owl-prev:before,
.home-products .products.owl-carousel .owl-next:before {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
}

.home-products.products.owl-carousel .owl-prev,
.home-products .products.owl-carousel .owl-prev {
  left: 15px;
}

.home-products.products.owl-carousel .owl-next,
.home-products .products.owl-carousel .owl-next {
  right: 15px;
}

.home-products.products.owl-carousel:hover .owl-prev,
.home-products.products.owl-carousel:hover .owl-next,
.home-products .products.owl-carousel:hover .owl-prev,
.home-products .products.owl-carousel:hover .owl-next {
  opacity: 1;
  visibility: visible;
}

.home-products.products.owl-carousel:hover .owl-prev.disabled,
.home-products.products.owl-carousel:hover .owl-next.disabled,
.home-products .products.owl-carousel:hover .owl-prev.disabled,
.home-products .products.owl-carousel:hover .owl-next.disabled {
  opacity: 0.5;
}

.home-products.products.owl-carousel:hover .owl-nav .owl-prev,
.home-products .products.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
}

.home-products.products.owl-carousel:hover .owl-nav .owl-next,
.home-products .products.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
}

.brands-carousel-2 .item {
  position: relative;
}

.brands-carousel-2 .item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 21;
  opacity: 0;
  transition: all .3s ease;
}

.brands-carousel-2 .item h2 {
  font-size: 48px;
  color: #555;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 21;
  opacity: 0;
  transition: all .3s ease;
}

.brands-carousel-2 .item:hover:before,
.brands-carousel-2 .item:hover h2 {
  opacity: 1;
}

.brands-carousel-2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 22;
}

.flipster-carousel.flipster--flat .flipster__item--past .flipster__item__content,
.flipster-carousel.flipster--flat .flipster__item--future .flipster__item__content {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.flipster-carousel .flipster__nav {
  margin: 30px 0;
}

.flipster-carousel .flipster__nav .flipster__nav__item {
  background-color: #898989;
  border: 1px solid #898989;
  color: #898989;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  text-indent: -999999px;
}

.flipster-carousel .flipster__nav .flipster__nav__item .flipster__nav__link {
  padding: 0;
}

.flipster-carousel .flipster__nav .flipster__nav__item.flipster__nav__item--current, .flipster-carousel .flipster__nav .flipster__nav__item:hover {
  background-color: #fff;
}

/* -------------------------------------------------------------------------------
    5. Widgets compoments
--------------------------------------------------------------------------------*/
.widget {
  margin-bottom: 50px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget ul {
  padding: 0;
  list-style: none;
}

.widget ul>li {
  margin: 0;
}

.widget ul>li>a {
  display: block;
  height: 100%;
  padding: 10px 0;
}

.widget ul>li ul {
  margin-left: 20px;
}

.widget ul li.parent>a {
  font-weight: bold;
}

.widget .list-socials>li>a {
  font-size: 18px;
  margin: 0 20px 0 0;
  padding: 0;
}

.widget.woocommerce {
  color: #898989;
  font-family: Montserrat, Arial, sans-serif;
}

.widget.woocommerce ul a,
.widget.woocommerce .form-control {
  font-family: Montserrat, Arial, sans-serif;
}

.widget.woocommerce ul li>a {
  color: #898989;
  font-size: 12px;
}

.widget-title {
  font-family: Montserrat, Arial, sans-serif;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}

.widget-title.size-30 {
  font-size: 30px;
}

.widget-content p:last-child {
  margin-bottom: 0;
}

.widget-comment {
  padding: 10px 0;
}

.widget-comment .widget-comment-title {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
}

.widget-comment .widget-comment-time,
.widget-comment .widget-comment-time a {
  color: #898989;
  font-size: 12px;
  margin-bottom: 15px;
}

.widget-comment .widget-comment-sumary {
  font-size: 12px;
}

.widget-comment .widget-comment-sumary>p {
  margin-bottom: 0;
}

.widget-comment .widget-comment-sumary>p:before {
  content: "“";
}

.widget-comment .widget-comment-sumary>p:after {
  content: "”";
}

.widget_categories ul>li,
.widget_product_prices ul>li,
.widget_product_categories ul>li {
  background-repeat: no-repeat;
  background-position: -20px 50%;
  -webkit-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
}

.widget_categories ul>li a,
.widget_product_prices ul>li a,
.widget_product_categories ul>li a {
  font: 400 12px/15px "Montserrat";
  color: #898989;
}

.widget_categories ul>li:hover,
.widget_categories ul>li.current,
.widget_categories ul>li.active,
.widget_product_prices ul>li:hover,
.widget_product_prices ul>li.current,
.widget_product_prices ul>li.active,
.widget_product_categories ul>li:hover,
.widget_product_categories ul>li.current,
.widget_product_categories ul>li.active {
  background-image: url("../img/bullet.png");
  background-position: 5px 50%;
}

.widget_categories ul>li>a,
.widget_product_prices ul>li>a,
.widget_product_categories ul>li>a {
  padding: 10px 20px;
}

.widget_categories ul>li>a:hover,
.widget_categories ul>li.current>a,
.widget_categories ul>li.active>a,
.widget_product_prices ul>li>a:hover,
.widget_product_prices ul>li.current>a,
.widget_product_prices ul>li.active>a,
.widget_product_categories ul>li>a:hover,
.widget_product_categories ul>li.current>a,
.widget_product_categories ul>li.active>a {
  color: #cc2820;
}

.widget_categories_2 {
  border: 1px solid #ddd;
}

.widget_categories_2 ul {
  margin-bottom: 0;
}

.widget_categories_2 ul>li:hover,
.widget_categories_2 ul>li.current,
.widget_categories_2 ul>li.active {
  background-color: #cc2820;
}

.widget_categories_2 ul>li>a {
  padding: 15px 30px 15px 50px;
}

.widget_categories_2 ul>li>a:hover,
.widget_categories_2 ul>li.current>a,
.widget_categories_2 ul>li.active>a {
  color: #000;
}

.widget_categories_2 ul>li {
  position: relative;
}

.widget_categories_2 ul>li:before {
  content: '\f101';
  font-family: '"Font Awesome 5 Pro"';
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget_categories_2 .widget-title {
  margin-bottom: 0;
  padding: 20px 30px;
  background-color: #69916a;
  color: #fff;
  font-size: 14px;
}

.widget_recent_entries ul>li a,
.widget_recent_comments ul>li a {
  position: relative;
  font: 400 12px/15px "Montserrat";
  color: #898989;
  padding-left: 15px;
}

.widget_recent_entries ul>li a:before,
.widget_recent_comments ul>li a:before {
  content: "";
  background: #cc2820;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 14px;
}

.widget_recent_entries ul>li a:hover,
.widget_recent_comments ul>li a:hover {
  color: #cc2820;
}

.widget_recent_entries ul>li:last-child,
.widget_recent_comments ul>li:last-child {
  border-bottom: none;
}

.widget_tag_cloud .tagcloud>a {
  color: #9f9f9f;
  background: #fff;
  font-size: 12px !important;
  border: solid 1px #9f9f9f;
  padding: 6px 20px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.widget_tag_cloud .tagcloud>a:hover, .widget_tag_cloud .tagcloud>a:focus, .widget_tag_cloud .tagcloud>a.counter, .widget_tag_cloud .tagcloud>a.active {
  color: #fff;
  background: #000;
  border-color: #000;
}

.widget.instagram a {
  float: left;
  width: 33.33%;
  display: inline-block;
}

.widget.instagram a img {
  width: 100%;
}

.footer-wrapper .widget {
  margin-bottom: 35px;
}

.footer-wrapper .widget .widget-title {
  font-family: Montserrat, Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
}

.footer-wrapper .widget .widget-title.size-30 {
  font-size: 30px;
}

.footer-wrapper .widget ul {
  padding-left: 0;
  list-style: none;
}

.footer-wrapper .widget ul>li>a {
  color: #acacac;
}

.footer-wrapper .widget ul>li>a:hover, .footer-wrapper .widget ul>li>a:active {
  color: #cc2820;
}

.subscible-wrapper .widget {
  margin-bottom: 0;
}

.subscible-wrapper .widget-title {
  color: #fff;
}

.twitter-tweets {
  margin: 0;
}

.twitter-tweets>li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 25px !important;
  display: block;
}

.twitter-tweets>li:before {
  color: #898989;
  font-family: 'aweicon';
  content: "\e614";
  position: absolute;
  left: 0;
  font-size: 18px;
}

.twitter-tweets .tweet-content {
  margin-bottom: 10px;
}

.twitter-tweets .tweet-time {
  font-size: 12px;
}

.twitter-tweets .tweet-time a {
  color: #898989;
}

.instagram-widget {
  margin: 0 -25px;
}

.instagram-widget>li {
  float: left;
  padding-left: 25px;
}

.instagram-widget>li a:hover {
  opacity: 0.75;
}

.search-form {
  position: relative;
}

.search-form label {
  margin: 0;
  width: 100%;
}

.search-form label>span {
  display: none;
}

.search-field {
  width: 100%;
  border: solid 1px #d8d5d5;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  display: block;
  font-weight: 400;
  transition: all 0.25s ease-in-out;
}

.search-field:focus {
  outline: none;
  border-color: #8c8c8c;
}

.search-submit {
  position: absolute;
  right: 5px;
  top: 5px;
}

.search-submit:focus {
  outline: none;
}

.widget .form-blog li {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.widget .form-blog li:last-child {
  border: none;
}

.widget .form-blog .date {
  font: 400 14px/20px "Roboto";
  color: #898989;
}

.widget .form-blog .date span {
  font: 700 30px/30px "Roboto";
  color: #fff;
}

.widget .form-blog .title {
  font-size: 16px;
  line-height: 20px;
  color: #acacac;
}

.widget .form-blog .comments {
  font-weight: 100;
  font-size: 14px;
  color: #535353;
  text-transform: capitalize;
}

.widget .info li {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  padding-left: 30px;
}

.widget .info li.address {
  background: url(../img/icon-footer1.png) no-repeat scroll 0 center;
}

.widget .info li.phone {
  background: url(../img/icon-footer2.png) no-repeat scroll 0 center;
}

.widget .info li.email {
  background: url(../img/icon-footer3.png) no-repeat scroll 0 center;
}

.widget .instagram-widget {
  width: 100%;
  display: inline-block;
  margin: 0px;
}

.widget .instagram-widget li {
  width: 12.5%;
  padding: 0px;
  margin: 0px;
}

@media (max-width: 992px) {
  .widget .instagram-widget li {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .widget .instagram-widget li {
    width: 33.333%;
  }
}

@media (max-width: 479px) {
  .widget .instagram-widget li {
    width: 100%;
  }

  .widget .instagram-widget li img {
    width: 100%;
  }
}

.widget .instagram-widget li a {
  padding: 0px;
}

.icons.icons-instag {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url(../img/icon-instag.png) no-repeat;
}

/** Subscible **/
.subscible-wrapper {
  color: #fff;
  background: #2F2F2F;
}

.subscible-wrapper.subscible-wrapper-v2 {
  color: #000;
  background: #fff;
}

.subscribe-title {
  margin: 0;
  text-transform: uppercase;
}

.subscribe-comment {
  margin-bottom: 0;
}

.subscribe-comment p:last-child {
  margin-bottom: 0;
}

.subscible-form .form-control {
  border: none;
  height: 38px;
  padding-top: 10px;
}

.subscible-inline {
  padding: 35px;
}

.subscible-inline.subscible-wrapper-v2 {
  font-size: 62.5%;
}

.subscible-inline.subscible-wrapper-v2 .subscribe-comment {
  text-align: left;
}

.subscible-inline.subscible-wrapper-v2 .subscribe-comment .subscribe-title {
  font-size: 3.0rem;
  line-height: 30px;
}

.subscible-inline.subscible-wrapper-v2 .subscribe-comment p {
  font: 100 1.6rem/20px "Roboto";
  letter-spacing: 1px;
  color: #888;
}

.subscible-inline.subscible-wrapper-v2 .subscible-form {
  margin-top: 10px;
}

.subscible-inline.subscible-wrapper-v2 .subscible-form .form-group {
  padding-right: 0px;
  width: 100%;
  padding-right: 30px;
}

.subscible-inline.subscible-wrapper-v2 .subscible-form .form-control {
  border: 1px solid #000;
  height: 40px;
  padding: 10px;
}

.subscible-inline.subscible-wrapper-v2 .subscible-form .form-submit {
  position: absolute;
  top: 10px;
  right: 0px;
  width: auto;
}

@media (max-width: 992px) {
  .subscible-inline.subscible-wrapper-v2 .subscible-form .form-submit {
    width: auto !important;
    top: 0px;
  }
}

.subscible-inline.subscible-wrapper-v2 .subscible-form .form-submit button {
  border: 1px solid #363636;
  width: 60px;
  height: 40px;
  background: #000;
}

.subscible-inline.subscible-wrapper-v2 .subscible-form .form-submit button:hover {
  background: #fff;
}

.subscible-inline.subscible-wrapper-v2 .subscible-form .form-submit button:hover span {
  color: #000;
}

.subscible-inline.subscible-wrapper-v2 .subscible-form .form-submit button span {
  font-size: 18px;
  color: #fff;
}

.subscible-inline .subscribe-title {
  font-size: 22px;
  line-height: 22px;
}

.subscible-inline .subscribe-comment {
  margin-bottom: 15px;
}

.subscible-inline .subscible-form .form-group,
.subscible-inline .subscible-form .form-submit {
  float: left;
}

.subscible-inline .subscible-form .form-group {
  width: 65%;
  padding-right: 10px;
  margin-bottom: 0;
}

.subscible-inline .subscible-form .form-submit {
  width: 35%;
}

.subscible-inline .subscible-form .form-submit .btn, .subscible-inline .subscible-form .form-submit .search-submit {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .subscible-inline .subscribe-comment {
    text-align: center;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .subscible-inline .subscribe-title {
    margin-bottom: 15px !important;
  }

  .subscible-inline .form-group,
  .subscible-inline .form-submit {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .subscible-inline .form-group {
    margin-bottom: 10px !important;
  }

  .subscible-inline .form-submit .btn, .subscible-inline .form-submit .search-submit {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: auto !important;
  }
}

.subscible-block {
  padding: 20px;
}

.subscible-block .subscribe-title {
  font-size: 16px;
  margin-bottom: 10px;
}

.subscible-block .subscribe-comment {
  color: #acacac;
  font-size: 12px;
  margin-bottom: 20px;
}

.footer-wrapper .subscrible-form .form-control {
  border: none;
}

.awewoo-brand {
  border: solid 1px #d8d5d5;
}

.awewoo-brand-header {
  border-bottom: solid 1px #d8d5d5;
  padding: 5px 10px;
}

.awewoo-brand-header .form-control {
  height: 27px;
  line-height: 27px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
  border: none;
}

.awewoo-brand-content {
  padding: 10px;
}

/* -------------------------------------------------------------------------------
    6. Sections compoments
--------------------------------------------------------------------------------*/
.main-header {
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 80px 0;
}

.main-header-small {
  padding: 30px 0;
}

.main-header-large {
  padding: 100px 0;
}

.main-header h1, .main-header-title {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 10px;
  text-indent: center;
}

.main-header h1 small, .main-header-title small {
  color: #fff;
  font-size: 18px;
  letter-spacing: 3px;
}

.main-header h1.block small, .main-header-title.block small {
  display: block;
}

.main-header-light {
  color: #000;
  background: #f9f9f9;
}

.main-header-light h1, .main-header-light-title {
  color: #000;
}

.main-header .breadcrumb {
  margin-bottom: 15px;
}

.section-header {
  margin-bottom: 50px;
}

.section-header:before, .section-header:after {
  content: " ";
  display: table;
}

.section-header:after {
  clear: both;
}

.section-header.size-30 {
  margin-bottom: 20px;
}

.section-header.size-30 h2 {
  font-size: 30px;
}

.section-header h2 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  text-transform: uppercase;
}

.section-header h2.medium {
  font-size: 30px;
}

.section-header p {
  color: #898989;
  font-size: 16px;
  margin-bottom: 0;
}

.section-header p.medium {
  font-size: 14px;
}

.section-header.section-fruit {
  text-align: center;
}

.section-header.section-fruit h2 {
  display: inline;
  left: -90px;
}

.section-header.section-fruit h2 .fixed-text {
  position: absolute;
  bottom: 0;
  left: 100%;
  -webkit-transform: translateX(-35px);
  -moz-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  transform: translateX(-35px);
}

@media screen and (max-width: 767px) {
  .section-header.section-fruit h2 {
    left: 0;
  }

  .section-header.section-fruit h2 img {
    display: none;
  }

  .section-header.section-fruit h2 .fixed-text {
    position: relative;
    left: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.section-link {
  padding-left: 0;
  list-style-type: none;
  text-align: center;
  margin-bottom: 30px;
}

.section-link li {
  display: inline-block;
  font-family: Montserrat, Arial, sans-serif;
  text-transform: uppercase;
  color: #898989;
  font-size: 12px;
  margin: 0 20px;
}

.section-link.right {
  position: absolute;
  top: 20px;
  right: 0;
  margin-bottom: 0;
}

.section-link.right li {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .section-link.right {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }

  .section-link.right li {
    margin-right: 20px;
    margin-left: 0;
  }
}

.pos-r {
  position: relative !important;
}

.home-section-posts .section-post-time {
  font-size: 30px;
  font-weight: 400;
  vertical-align: bottom;
}

.home-section-posts .section-post-time small {
  font-size: 14px;
  vertical-align: 3px;
}

.home-section-posts .section-post-time small:before {
  content: "/";
  margin-right: 5px;
}

img.avatar {
  border-radius: 50%;
  width: 130px;
  height: 130px;
}

.rating.small span::before {
  color: #cc2820;
}

.hover-images {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.hover-images:hover {
  opacity: 0.7;
}

.main-slider-wrapper {
  color: #fff;
  position: relative;
}

@media (max-width: 480px) {
  .main-slider-wrapper {
    display: none;
  }
}

.main-slider-item {
  position: relative;
}

.main-slider-item .container, .main-slider-item .header-style-4 .awemenu-left .awemenu-megamenu-item>.container-fluid, .header-style-4 .awemenu-left .main-slider-item .awemenu-megamenu-item>.container-fluid {
  position: relative;
  z-index: 1000;
}

.main-slider-image img {
  width: 100%;
}

.main-slider-text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

.main-slider-text .color-home {
  color: #cc2820;
}

.main-slider-text .color-blue {
  color: #30455a;
}

.main-slider-text .color-black {
  color: #000;
}

.main-slider-text h3 {
  font-size: 25px;
  margin-top: 0;
  text-transform: uppercase;
}

.main-slider-text h3.small {
  font-size: 20px;
}

.main-slider-text h3.light {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.main-slider-text h5 {
  font: 400 18px/20px "Montserrat";
  margin-bottom: 15px;
}

.main-slider-text h5.size-20 {
  font-size: 2.0rem;
  font-weight: 700;
}

.main-slider-text h2 {
  position: relative;
  font-size: 80px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 700;
}

.main-slider-text h2.size-55 {
  font-size: 5.5rem;
}

.main-slider-text h2.small {
  font-size: 60px;
}

.main-slider-text h2.extrasmall {
  font-size: 50px;
}

.main-slider-text h2.normal {
  text-transform: none;
}

.main-slider-text h2 img {
  vertical-align: bottom;
}

.main-slider-text h2 .fixed-text {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-70px);
  -moz-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  transform: translateX(-70px);
}

.main-slider-text .gray {
  color: #898989;
}

.btn-black.btn-outline {
  border: 1px solid #000;
}

.btn-black.btn-outline:hover {
  border-color: #cc2820;
  color: #cc2820;
}

@media (max-width: 992px) {
  .main-slider-text h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .main-slider-text h2.small {
    font-size: 20px;
  }

  .main-slider-text h5 {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .main-slider-wrapper .owl-dots {
    display: none;
  }

  .main-slider-wrapper .main-slider-text h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .main-slider-wrapper .main-slider-text h2.small {
    font-size: 15px;
  }

  .main-slider-wrapper .main-slider-text h2 img {
    display: none;
  }

  .main-slider-wrapper .main-slider-text h2 .fixed-text {
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .main-slider-wrapper .main-slider-text .button .btn, .main-slider-wrapper .main-slider-text .button .search-submit {
    padding: 7px 10px;
  }
}

.section-post-media {
  float: left;
  margin-right: 30px;
  width: 50%;
}

.section-post-media img {
  width: 100%;
}

.section-post-body {
  overflow: hidden;
}

.section-post-time {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
}

.section-post-time small {
  color: #898989;
  font-weight: 400;
  font-size: 18px;
}

.section-post-title {
  font-size: 16px;
}

.section-post-excerpt {
  color: #898989;
  font-size: 14px;
  line-height: 23px;
}

.read-more,
.read-more>a {
  color: #898989;
  font-size: 12px;
  border-bottom: solid 2px;
}

.read-more:hover,
.read-more>a:hover {
  color: #cc2820;
}

@media (max-width: 991px) {
  .section-post-media {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}

.policy-wrapper {
  background: #fff;
  padding: 20px 0;
}

.policy-wrapper.policy-style {
  position: relative;
  margin-top: -45px;
  z-index: 100;
}

@media (max-width: 991px) {
  .policy-wrapper.policy-style {
    margin-top: 0;
    border-bottom: solid 1px #d8d5d5;
  }
}

@media (max-width: 768px) {
  .policy-wrapper {
    overflow: auto;
  }

  .policy-wrapper .row {
    white-space: nowrap;
  }

  .policy-wrapper .row>div[class*='col-'] {
    float: none;
    display: inline-block;
  }
}

.policy {
  text-align: center;
}

.policy .policy-icon,
.policy .policy-text {
  display: inline-block;
  text-align: left;
}

.policy .policy-icon .icon,
.policy .policy-text .icon {
  display: inline;
  vertical-align: inherit;
}

.policy .policy-icon {
  font-size: 30px;
  margin-right: 10px;
}

.policy .policy-text h4, .policy .policy-text p {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}

.policy .policy-text p {
  color: #898989;
  font-family: Montserrat, Arial, sans-serif;
}

.policy-block,
.polity-block-container .policy-block {
  text-align: left;
  padding-right: 100px;
}

.policy-block .policy-icon,
.policy-block .policy-text,
.polity-block-container .policy-block .policy-icon,
.polity-block-container .policy-block .policy-text {
  display: block;
}

.policy-block .policy-icon,
.polity-block-container .policy-block .policy-icon {
  margin-bottom: 10px;
}

.policy-block .policy-text h4,
.polity-block-container .policy-block .policy-text h4 {
  font-size: 14px;
  margin-bottom: 20px;
}

.policy-block .policy-text p,
.polity-block-container .policy-block .policy-text p {
  font-family: Roboto, Arial, sans-serif;
  text-transform: none;
}

.customers-carousel {
  color: #fff;
  margin-bottom: 30px;
}

.customers-carousel h4 {
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Montserrat";
}

.customers-carousel p {
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.customers-carousel .owl-dots,
.customers-carousel .owl-controls {
  margin-top: 50px;
}

.customers-carousel .rating {
  margin-bottom: 20px;
}

.customers-carousel-2 {
  padding: 50px;
}

.customers-carousel-2 h4 {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #000;
}

.customers-carousel-2 p {
  font-size: 14px;
  line-height: 1.8em;
}

.customers-carousel-2 .owl-dots,
.customers-carousel-2 .owl-controls {
  margin-top: 38px;
}

.customers-carousel-2 .owl-dots span:before,
.customers-carousel-2 .owl-controls span:before {
  color: #898989;
}

.section-brands,
.section-brands-2 {
  color: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 15;
}

.section-brands .brands-carousel,
.section-brands-2 .brands-carousel {
  height: 80px;
}

.section-brands-2 {
  background: transparent;
}

.category-text {
  text-align: center;
  padding: 80px 0 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.category-text h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.category-text p {
  color: #898989;
  margin-bottom: 50px;
  font: 400 14px/20px "Roboto";
  color: #fff;
  letter-spacing: 2px;
  padding: 0 30px;
}

.awe-media-overlay .category-text {
  padding: 70px 70px 0;
}

.awe-media-overlay .category-text p {
  color: #fff;
  font-size: 14px;
}

.cate-section-trait {
  position: relative;
}

.cate-section-trait:before, .cate-section-trait:after {
  content: " ";
  display: table;
}

.cate-section-trait:after {
  clear: both;
}

.cate-section-trait+.cate-section-trait {
  margin-top: 100px;
}

.cate-section-trait h2 {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.cate-section-trait h2>small {
  color: #898989;
  font-size: 30px;
  display: block;
  letter-spacing: 5px;
}

.cate-section-trait .lead {
  color: #898989;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 50px;
}

.cate-section-trait .small-image {
  position: absolute;
  bottom: 0;
}

.cate-section-trait .content {
  float: left;
}

.cate-section-trait .large-image {
  float: right;
}

.cate-section-trait.reverse .content, .cate-section-trait:nth-child(2n) .content {
  float: right;
}

.cate-section-trait.reverse .large-image, .cate-section-trait:nth-child(2n) .large-image {
  float: left;
}

@media (max-width: 1199px) {
  .cate-section-trait {
    display: inline-block;
  }

  .cate-section-trait .small-image {
    display: none;
  }

  .cate-section-trait .content {
    position: absolute;
    float: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    padding-top: 80px;
  }

  .cate-section-trait .large-image {
    float: none;
  }

  .cate-section-trait .large-image img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .cate-section-trait h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .cate-section-trait h2>small {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .cate-section-trait h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .cate-section-trait h2>small {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .cate4-wrapper {
    text-align: center;
  }
}

.cate-section-gutter {
  position: relative;
  padding-top: 200%;
  white-space: break-word;
}

.cate-section-gutter .awe-media,
.cate-section-gutter .category-text {
  position: absolute;
}

.cate-section-gutter .awe-media {
  top: 0;
  width: 100%;
}

.cate-section-gutter .category-text {
  top: 50%;
  height: 50%;
}

.cate-section-gutter.inverse .category-text {
  top: 0;
  height: 50%;
}

.cate-section-gutter.inverse .awe-media {
  top: inherit;
  bottom: 0;
  width: 100%;
}

.cate-section-gutter.cate-overlay {
  padding-top: 0;
  width: auto;
  height: 320px;
}

.cate-section-gutter.cate-overlay .awe-media {
  z-index: 100;
}

.cate-section-gutter.cate-overlay:hover .category-text {
  background-color: rgba(0, 0, 0, 0.7);
}

.cate-section-gutter.cate-overlay .category-text {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
  top: 0%;
  height: 100%;
  z-index: 101;
  padding: 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  .cate-section-gutter.cate-overlay .category-text {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .cate-section-gutter.cate-overlay .category-text {
    padding-top: 40px;
  }
}

@media (max-width: 479px) {
  .cate-section-gutter.cate-overlay .category-text {
    padding-top: 30px;
  }
}

.cate-section-gutter.cate-overlay .category-text p {
  color: #fff;
}

.cate-section-gutter.cate-overlay .category-text .btn, .cate-section-gutter.cate-overlay .category-text .search-submit {
  color: #fff;
  border-color: #fff;
}

.cate-section-gutter.cate-overlay .category-text .btn:hover, .cate-section-gutter.cate-overlay .category-text .search-submit:hover, .cate-section-gutter.cate-overlay .category-text .btn:focus, .cate-section-gutter.cate-overlay .category-text .search-submit:focus {
  color: #000;
  background-color: #fff;
}

.cate-section-gutter.cate-overlay.inverse .category-text {
  top: 0;
  height: 100%;
}

.cate-section-gutter.cate-overlay.inverse .awe-media {
  top: 0;
  width: 100%;
}

@media (max-width: 1199px) {
  .cate-section-gutter .category-text {
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    overflow: hidden;
  }

  .cate-section-gutter .category-text h3, .cate-section-gutter .category-text p {
    white-space: initial;
    word-wrap: break-word;
  }

  .cate-section-gutter .category-text p {
    margin-bottom: 25px;
  }
}

@media (max-width: 1024px) {
  .cate-section-gutter .category-text h3 {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .cate-section-gutter-wrapper {
    overflow: auto;
  }

  .cate-section-gutter-wrapper>.row {
    white-space: nowrap;
  }

  .cate-section-gutter-wrapper>.row>[class*="col-"] {
    float: none;
    display: inline-block;
    width: 330px;
  }
}

@media (max-width: 767px) {
  .cate-section-gutter-wrapper {
    overflow: auto;
  }

  .cate-section-gutter-wrapper>.row {
    white-space: nowrap;
  }

  .cate-section-gutter-wrapper>.row>[class*="col-"] {
    float: none;
    display: inline-block;
    width: 330px;
  }
}

.category-media-caption {
  background-clip: content-box;
  color: #fff;
  height: 300px;
  position: relative;
}

.category-media-caption:before {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  content: "";
  left: 0;
  margin-left: 15px;
  margin-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
}

.category-media-caption .content {
  padding: 25px;
  height: 300px;
  position: relative;
}

.category-media-caption .content .btn, .category-media-caption .content .search-submit {
  position: absolute;
  bottom: 25px;
}

.cate-section-gutter.cate-overlay {
  overflow: hidden;
}

.cate-section-gutter.cate-overlay:hover .awe-media-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .home-cate-media .awe-media-header {
    background: #000;
    height: 250px;
  }
}

.home-section-featured {
  font-family: Montserrat, Arial, sans-serif;
}

.home-section-featured .section-post-media {
  width: auto;
}

.home-section-featured .section-post-title {
  font-size: 14px;
}

.home-section-featured .section-post-excerpt {
  font-size: 10px;
  float: left;
  margin-right: 10px;
  line-height: 1.7em;
}

.home-section-featured .section-post-price {
  font-size: 24px;
  font-weight: 700;
}

.home-section-featured .rating {
  float: left;
}

.home-section-featured .rating span:before {
  color: #cc2820;
}

.home-section-featured.slider-items3 .section-post {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.home-section-featured.slider-items3 .section-post:first-child {
  margin-top: 20px;
}

.home-section-featured.slider-items3 .section-post:hover {
  box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.13);
}

@media screen and (max-width: 991px) {
  .home-section-featured {
    text-align: center;
  }

  .home-section-featured .section-post-excerpt {
    float: none;
    margin-right: 0;
  }

  .home-section-featured .rating {
    float: none;
  }
}

.section-model-media {
  display: inline-block;
  margin-right: 30px;
  width: 170px;
  vertical-align: middle;
}

.section-model-media img {
  width: 100%;
}

.section-model-body {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 210px);
}

.section-model-time {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
}

.section-model-time small {
  color: #898989;
  font-weight: 400;
  font-size: 18px;
}

.section-model-title {
  font-size: 16px;
}

.section-model-excerpt {
  color: #898989;
  font-size: 14px;
  line-height: 23px;
}

@media (max-width: 991px) {
  .section-model-media {
    float: none;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }

  .section-model-body {
    width: 100%;
  }
}

/* -------------------------------------------------------------------------------
    7. Layouts compoments
--------------------------------------------------------------------------------*/
#wrapper {
  background: #fff;
}

#main {
  display: block;
  margin-bottom: 50px;
}

#menu-panel {
  color: #fff;
  background: #000;
}

@media (max-width: 1199px) {

  .products-slick .slick-prev,
  .products-slick .slick-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    height: 50px;
    width: 25px;
    margin-top: -100px;
  }

  .products-slick .slick-prev:before, .products-slick .slick-prev:after,
  .products-slick .slick-next:before,
  .products-slick .slick-next:after {
    color: #fff;
  }

  .products-slick .slick-next {
    right: 15px;
  }

  .products-slick .slick-prev {
    left: 15px;
  }
}

.hidden-nav .owl-nav {
  display: none;
}

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

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

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

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

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

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

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

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

.space-90 {
  margin-bottom: 90px;
}

.awe-logo {
  float: left;
  display: inline-block;
  margin-right: 15px;
  line-height: 80px;
}

.awe-hidden-text {
  display: none;
}

.menu-shopping-cart {
  position: relative;
}

.menu-shopping-cart.have-product {
  color: #cc2820 !important;
}

.cart-number {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  background: url("../img/bg-cart-number.png") no-repeat center center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 3px;
}

.awemenu-icon {
  font-size: 18px;
}

.menubar-search-form {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 150px;
  background: #fff;
  min-width: 500px;
  margin-top: 20px;
  transition: all 0.35s ease;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
  opacity: 0;
}

.menubar-search-form.open {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
  visibility: visible;
  opacity: 1;
}

.menubar-search-form>form {
  position: relative;
}

.menubar-search-form>form .form-control {
  border-color: #000;
}

.menubar-search-form>form .menubar-search-buttons {
  margin-right: 5px;
  margin-top: 3px;
  position: absolute;
  right: 0;
  top: 0;
}

.menubar-search-form>form .menubar-search-buttons button:hover {
  background: #f9f9f9;
}

.menubar-search-form>form .menubar-search-buttons button:focus {
  box-shadow: none;
}

@media (max-width: 1199px) {
  .menubar-search-form {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    top: inherit;
    margin-top: 0;
    padding: 25px;
    min-width: 100%;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
  }
}

.menubar-search-form.menubar-search-form-v3 {
  z-index: 100000;
  padding: 50px;
  max-width: 90%;
  right: 0px !important;
  top: 0px;
  left: 0px;
  margin: auto;
  background: #fff;
  max-width: 90%;
  position: fixed;
  min-width: 260px;
}

.menubar-search-form.menubar-search-form-v3.menubar-login {
  padding: 0px;
  width: 370px !important;
}

.menubar-search-form.menubar-search-form-v3.menubar-login .login-popup {
  position: relative;
}

.menubar-search-form.menubar-search-form-v3.menubar-login .login-popup #close-login-form {
  position: absolute;
  top: 5px;
  right: 5px;
}

.menubar-search-form.menubar-search-form-v3.menubar-login .login-popup .tab-content {
  padding-left: 20px;
  padding-right: 20px;
}

.menubar-search-form.menubar-search-form-v3.menubar-login .login-popup form .form-control {
  border: 1px solid #898989;
}

.menubar-search-form.menubar-search-form-v3.open {
  top: 200px;
}

.menubar-search-form.menubar-search-form-v3 #close-search-form {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
}

.menubar-search-form.menubar-search-form-v3 form .icons {
  display: inline-block;
  border: none;
  width: 25px;
  height: 25px;
  background: url("../img/icon-search.png") no-repeat scroll 0 0/100% auto;
}

.menubar-search-form.menubar-search-form-v3 form .icons:hover {
  background: url("../img/icon-search.png") no-repeat scroll 0 0/100% auto;
}

.menubar-search-form.menubar-search-form-v3 form .form-control {
  font-size: 16px;
  color: #888;
  font-family: "Roboto";
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #c3c3c3;
  box-shadow: none;
}

.menubar-search-form.menubar-search-form-v3 form .menubar-search-buttons {
  margin: 0px;
}

@media (min-width: 1025px) {
  .menubar-search-form.menubar-search-form-v3 {
    position: fixed;
    max-width: 1170px;
    padding: 100px;
  }
}

@media (max-width: 767px) {
  .menubar-search-form.menubar-search-form-v3.open {
    top: 100px;
  }
}

#wrapper.bg-opacity {
  position: relative;
}

#wrapper.bg-opacity:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.awemenu-megamenu-wrapper {
  padding: 15px;
}

.awemenu-megamenu-wrapper p {
  color: #898989;
  margin-bottom: 15px;
}

.awemenu-megamenu-wrapper .sublist {
  display: flex;
  flex-wrap: wrap;
}

.awemenu-megamenu-wrapper .sublist li {
  width: 33.33%;
}

.awemenu-megamenu-wrapper .bottom-link {
  position: absolute;
  bottom: 40px;
}

.awemenu-megamenu-wrapper h2 {
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 15px;
}

.awemenu-megamenu-wrapper ul {
  list-style: none;
  padding-left: 0;
}

.awemenu-megamenu-wrapper ul>li>a {
  color: #898989;
  padding: 10px 0;
  display: block;
}

.awemenu-megamenu-wrapper ul>li>a:hover, .awemenu-megamenu-wrapper ul>li>a:active {
  color: #cc2820;
}

.awemenu-megamenu-wrapper ul.super>li>a {
  font-size: 16px;
}

.awemenu-megamenu-wrapper .numbers-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
  overflow: hidden;
}

.awemenu-megamenu-wrapper .numbers-list>li {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.awemenu-megamenu-wrapper .numbers-list>li>a {
  border: solid 1px #898989;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  font-weight: 700;
  font-size: 10px;
}

.awemenu-megamenu-wrapper .numbers-list>li>a:hover {
  color: #fff;
  background-color: #cc2820;
  border-color: #cc2820;
}

.awemenu-mobile .awemenu-megamenu-wrapper .bottom-link {
  margin-top: 25px;
  position: inherit;
}

.awemenu-mobile .awemenu-megamenu-wrapper .bottom-link .btn, .awemenu-mobile .awemenu-megamenu-wrapper .bottom-link .search-submit {
  width: 100%;
  padding: auto;
}

.body-headroom .main-wrapper {
  padding-top: 80px;
}

.headroom {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
}

.headroom--pinned {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.awemenu-active.headroom--pinned {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.pages-list {
  margin: 15px 0;
}

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

.pages-list ul>li+li {
  margin-top: solid 1px #eee;
}

.pages-list ul a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Montserrat, Arial, sans-serif;
  display: block;
  padding: 5px 10px;
}

.pages-list ul a:hover {
  background: #f7f7f7;
}

.admin-bar .headroom,
.admin-bar .awemenu-wp {
  top: 32px;
}

.awemenu-megamenu-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-icons,
.navbar-search {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar-icons>li,
.navbar-search>li {
  float: left;
}

.navbar-icons>li>a,
.navbar-search>li>a {
  display: inline-flex;
  padding: 0 15px;
  height: 80px;
  line-height: 80px;
  align-items: center;
}

.navbar-icons>li .submenu,
.navbar-search>li .submenu {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  right: 0;
  transition: all 0.25s ease;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}

@media (max-width: 1200px) {

  .navbar-icons>li .submenu,
  .navbar-search>li .submenu {
    left: 0;
    right: auto;
  }
}

.navbar-icons>li:hover .submenu,
.navbar-icons>li:focus .submenu,
.navbar-search>li:hover .submenu,
.navbar-search>li:focus .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.navbar-search .awe-menubar-search {
  padding-right: 35px;
}

.navbar-icons .submenu {
  right: 0;
  background: #fff;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
}

.navbar-icons .submenu>li {
  min-width: 250px;
}

.navbar-icons .submenu.dropdown>li>a {
  display: block;
  padding: 10px 15px;
  color: #000;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar-icons .submenu.dropdown>li>a:hover, .navbar-icons .submenu.dropdown>li>a:focus {
  color: #cc2820;
}

.navbar-icons .submenu.megamenu>li {
  padding: 20px 0;
}

.navbar-header {
  float: right;
}

@media (min-width: 1200px) {
  #header.header-v3 {
    margin-bottom: -80px;
  }

  #header.header-v3 .awemenu-nav {
    background: none;
  }

  #header.header-v3.background-white .awemenu-nav {
    background: #fff;
  }

  #header.header-v3 .navbar-header, #header.header-v3 .awe-logo {
    z-index: 9;
    position: relative;
  }
}

@media (max-width: 1024px) {
  #header.header-v3 .container, #header.header-v3 .header-style-4 .awemenu-left .awemenu-megamenu-item>.container-fluid, .header-style-4 .awemenu-left #header.header-v3 .awemenu-megamenu-item>.container-fluid {
    width: 100%;
    padding: 0px;
  }
}

#header.header-v3 .navbar-header {
  overflow: visible;
}

#header.header-v3 .container, #header.header-v3 .header-style-4 .awemenu-left .awemenu-megamenu-item>.container-fluid, .header-style-4 .awemenu-left #header.header-v3 .awemenu-megamenu-item>.container-fluid {
  position: relative;
}

#header.header-v3 .awemenu-nav {
  border: none;
}

#header.header-v3 .awemenu-nav .awemenu:after, #header.header-v3 .awemenu-nav .awemenu:before {
  content: inherit;
}

#header.header-v3 .awemenu-nav .awemenu-item:last-child .awemenu-megamenu {
  right: 15px !important;
  left: inherit !important;
}

#header.header-v3 .awemenu-nav .awemenu-megamenu {
  width: 1140px !important;
  left: 15px !important;
}

#header.header-v3 .awemenu-nav .awemenu-megamenu.width-650 {
  width: 650px !important;
}

#header.header-v3 .settings .submenu {
  right: 170px;
  width: 310px;
}

@media (max-width: 1024px) {
  #header.header-v3 .settings .submenu {
    right: 100px;
  }
}

@media (max-width: 440px) {
  #header.header-v3 .settings .submenu {
    right: 0px;
    width: 280px;
  }

  #header.header-v3 .settings .submenu .language img {
    width: 50px;
  }
}

#header.header-v3 .settings .submenu .container-fluid {
  padding: 0 20px;
}

#header.header-v3 .settings .submenu h3 {
  font: 400 14px/15px "Montserrat";
  color: #000;
  text-transform: uppercase;
  margin: 0px;
  margin-bottom: 20px;
}

#header.header-v3 .settings .submenu li {
  list-style: none;
}

#header.header-v3 .settings .submenu ul {
  padding: 0px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8d5d5;
}

#header.header-v3 .settings .submenu ul.infor {
  padding: 0px;
  margin: 0px;
  border: none;
}

#header.header-v3 .settings .submenu ul.infor .fa {
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-right: 5px;
}

#header.header-v3 .settings .submenu ul.infor li {
  display: block;
  line-height: 30px;
  text-transform: uppercase;
}

#header.header-v3 .settings .submenu ul.infor li:hover a {
  color: #cc2820;
}

#header.header-v3 .settings .submenu ul.infor li:hover .fa {
  color: #cc2820;
}

#header.header-v3 .settings .submenu ul.infor li a {
  font-size: 12px;
  color: #000;
}

#header.header-v3 .settings .submenu ul.language li {
  margin-right: 3px;
  border: 1px solid #e8e8e8;
  opacity: 0.4;
}

#header.header-v3 .settings .submenu ul.language li.active, #header.header-v3 .settings .submenu ul.language li:hover {
  border-color: #fff;
  opacity: 1;
}

#header.header-v3 .settings .submenu ul.language li:last-child {
  margin-right: 0px;
}

#header.header-v3 .settings .submenu ul.currency li {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  background: #fff;
  border: 1px solid #d8d5d5;
}

#header.header-v3 .settings .submenu ul.currency li a {
  display: inline-block;
  width: 35px;
  height: 35px;
}

#header.header-v3 .settings .submenu ul.currency li.active, #header.header-v3 .settings .submenu ul.currency li:hover {
  background: #cc2820;
  border-color: #cc2820;
}

#header.header-v3 .settings .submenu ul.currency li.active .fa, #header.header-v3 .settings .submenu ul.currency li:hover .fa {
  color: #fff;
}

#header.header-v3 .settings .submenu ul.currency li .fa {
  font-size: 16px;
  line-height: 33px;
  color: #000;
}

#header.header-v3 .settings .submenu ul li {
  display: inline-block;
}

/* #header.header-v2 .icon-cart.icon-cart2 {
  width: 18px;
  height: 25px;
  background: url(../img/icon-cart-header2.png) no-repeat;
} */

#header.header-v2 .icons-search {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/icon-search.png") no-repeat;
  background-size: 100% auto;
}

#header.header-v2 .icons-star {
  display: inline-block;
  width: 25px;
  height: 23px;
  background: url(../img/icon-wishlist.png) no-repeat;
}

#header.header-v2 .icons-user-circle {
  display: inline-block;
  width: 21px;
  height: 25px;
  background: url(../img/icon-user.png) no-repeat;
}

@media (max-width: 1199px) {
  #wrapper {
    padding-top: 0 !important;
  }

  .awemenu-nav {
    position: inherit !important;
    height: auto;
  }

  .navbar-header {
    display: block;
    float: none;
    overflow: hidden;
    margin: 0 -15px;
    border-bottom: solid 1px #d8d5d5;
  }

  .navbar-search {
    float: right;
  }

  .navbar-search .awe-menubar-search {
    padding-right: 15px;
  }

  .navbar-icons {
    float: left;
  }

  .navbar-search,
  .navbar-icons {
    border-left: none;
    border-right: none;
  }

  .navbar-search>li>a,
  .navbar-icons>li>a {
    height: 45px;
    line-height: 48px;
  }

  .awemenu-bars {
    margin-top: 15px !important;
    color: #fff !important;
    background: #000 !important;
  }

  .menu-logo {
    display: none;
  }
}

.menubar-account .submenu {
  width: 170px;
}

.submenu .menubar-cart,
.menubar-wishlist .submenu {
  width: 250px;
}

.header-contact {
  margin-top: 13px;
  float: left;
}

.header-contact p {
  font-size: 12px;
  margin-bottom: 2px;
}

.policy-header {
  margin-top: 25px;
  margin-right: 25px;
  float: right;
}

.policy-header .policy {
  display: inline-block;
  text-align: left;
  padding-left: 25px;
  padding-right: 25px;
}

.header-top .header-top-relative {
  position: relative;
  z-index: 10000;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d8d5d5;
}

.header-style-2 .navbar-search a,
.header-style-1 .navbar-search a {
  font-size: 22px;
  padding-right: 15px;
}

.header-style-2 .menubar-search-form,
.header-style-1 .menubar-search-form {
  margin-top: 24px;
  right: 0 !important;
}

.header-style-2 .awemenu-mobile .awemenu,
.header-style-1 .awemenu-mobile .awemenu {
  z-index: 99999 !important;
}

@media (max-width: 1199px) {

  .header-style-2 .navbar-search,
  .header-style-1 .navbar-search {
    margin-top: -45px;
  }

  .header-style-2 .navbar-search .menubar-search-form,
  .header-style-1 .navbar-search .menubar-search-form {
    margin-top: 0 !important;
  }

  .header-style-2 .header-contact,
  .header-style-2 .policy-header,
  .header-style-1 .header-contact,
  .header-style-1 .policy-header {
    display: none;
  }

  .header-style-2 .awemenu-nav .awe-logo,
  .header-style-1 .awemenu-nav .awe-logo {
    display: block;
  }

  .header-style-2 .navtop .awe-logo,
  .header-style-1 .navtop .awe-logo {
    display: none;
  }
}

.header-style-1 .awemenu-nav .awe-logo {
  display: none;
}

.header-style-1 .navbar-search a {
  font-size: 22px;
  padding-right: 15px;
}

.header-style-1 .menubar-search-form {
  width: 500px !important;
}

@media (min-width: 1200px) {
  .header-style-3 .navbar-search-wrapper {
    float: left;
  }
}

.header-style-3 .awe-logo {
  display: none;
}

.header-style-3 .awemenu-mobile .awe-logo {
  display: block;
}

.header-style-3 .awemenu-default .awemenu {
  margin-right: 50px;
}

@media (min-width: 1200px) and (max-width: 1454px) {
  .home-style-4 {
    overflow: hidden;
    margin-left: 50px;
  }
}

@media (min-width: 1455px) {
  .home-style-4 {
    margin-left: 256px;
  }
}

@media (min-width: 1200px) {
  .header-style-4 {
    position: fixed;
    width: 256px;
    z-index: 9999;
    background-color: white;
    left: 0;
    bottom: 0;
    top: 0;
    border-right: solid 1px #d8d5d5;
  }
}

@media (min-width: 1200px) and (max-width: 1454px) {
  .header-style-4 {
    width: 50px;
  }
}

.header-style-4 .logo-small {
  display: none;
}

.header-style-4 .awe-logo {
  display: block;
  margin-right: 0;
  float: none;
  height: 80px;
  line-height: 80px;
  border-bottom: solid 1px #d8d5d5;
}

.header-style-4 .awe-logo a {
  display: block;
  text-align: center;
}

@media (min-width: 1200px) {
  .header-style-4 .awemenu-bars {
    margin: 15px 0 !important;
    text-align: center;
    width: 100%;
    font-size: 22px;
  }

  .header-style-4 .menubar-search-form {
    right: auto !important;
    left: 100% !important;
    padding: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  }
}

@media (max-width: 1454px) and (min-width: 1200px) {
  .header-style-4 .logo-large {
    display: none;
  }

  .header-style-4 .logo-small {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header-style-4 .awemenu-nav {
  height: auto;
  background-color: white;
  border-bottom: none;
}

@media (min-width: 1200px) {
  .header-style-4 .navbar-icons {
    border-top: solid 1px #d8d5d5;
    border-bottom: solid 1px #d8d5d5;
    border-left: none;
    border-right: none;
  }

  .header-style-4 .navbar-icons,
  .header-style-4 .navbar-search {
    float: none;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-style-4 .navbar-icons>li,
  .header-style-4 .navbar-search>li {
    float: none;
    display: block;
    position: static;
    text-align: center;
  }

  .header-style-4 .navbar-icons>li>a,
  .header-style-4 .navbar-search>li>a {
    height: 50px;
    line-height: 50px;
  }

  .header-style-4 .navbar-icons>li>ul,
  .header-style-4 .navbar-search>li>ul {
    top: 0;
    left: 100%;
    right: auto;
    background-color: white;
    text-align: left;
  }

  .header-style-4 .awe-menubar-search {
    padding-right: 15px !important;
  }

  .header-style-4 .awemenu-bars {
    float: none !important;
  }

  .header-style-4 .awemenu-mobile-outleft.awemenu-active .awemenu, .header-style-4 .awemenu-active.awemenu-mobile-default.awemenu-mobile-outright .awemenu {
    margin-left: 50px !important;
  }
}

@media (max-width: 1199px) {
  .header-style-4 .navbar-footer {
    border-bottom: solid 1px #d8d5d5;
  }

  .header-style-4 .navbar-footer:before, .header-style-4 .navbar-footer:after {
    content: " ";
    display: table;
  }

  .header-style-4 .navbar-footer:after {
    clear: both;
  }

  .header-style-4 .awemenu-bars {
    position: absolute;
    top: 0;
    right: 15px;
  }

  .header-style-4 .awe-logo {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-style-4 .awe-logo a {
    text-align: left;
  }
}

.header-style-4 .awemenu-left .awemenu {
  margin-top: 15px;
  margin-bottom: 15px;
}

.header-style-4 .awemenu-left .awemenu>li.awemenu-item>a {
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.header-v3 {
  padding-right: 30px;
}

.header-v3 .navbar-header .icons {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: -10px;
}

.header-v3 .navbar-header .icons.icons-search {
  background: url(../img/icon-search.png) no-repeat;
  vertical-align: -8px;
}

.header-v3 .navbar-header .icons.icons-setting {
  background: url(../img/icon-setting.png) no-repeat;
}

.header-v3 .navbar-header .menubar-cart {
  margin-right: 40px;
}

.header-v3 .navbar-header .navbar-search .awe-menubar-search {
  padding-right: 20px;
}

.awemenu-mobile-outleft .awemenu-megamenu-item [class*="col-"], .awemenu-mobile-default.awemenu-mobile-outright .awemenu-megamenu-item [class*="col-"] {
  width: 100%;
}

@media (min-width: 1200px) {
  .awemenu-left .awemenu .awemenu-item>a, .awemenu-default .awemenu .awemenu-item>a {
    line-height: 50px;
  }

  .awemenu-nav {
    height: 55px;
  }

  .header-v3 {
    padding-right: 30px;
  }

  .header-v3 .awe-logo {
    margin-left: 40px;
  }

  .header-v3 .container, .header-v3 .header-style-4 .awemenu-left .awemenu-megamenu-item>.container-fluid, .header-style-4 .awemenu-left .header-v3 .awemenu-megamenu-item>.container-fluid {
    text-align: center;
  }

  .header-v3 .awemenu-nav {
    height: 80px;
  }

  .header-v3 .awemenu-nav .awemenu {
    text-align: center;
    display: inline-block;
    margin: auto;
  }

  .header-v3 .awemenu-nav .awemenu .awemenu-item>a {
    line-height: 80px;
  }

  .header-v3 .awemenu-nav .awemenu .awemenu-item {
    float: inherit;
    display: inline-block;
  }

  .header-v3 .awemenu-nav .awemenu .awemenu-submenu .awemenu-item {
    display: block;
  }

  .header-v3 .awemenu-nav .awemenu .awemenu-submenu .awemenu-item>a {
    line-height: 40px;
  }

  .header-v3 .awemenu-nav .awemenu-megamenu.width-650 {
    right: 0px;
  }

  #header.header-v2 .awe-logo {
    float: inherit;
  }

  #header.header-v2 .header-top {
    text-align: center;
  }

  #header.header-v2 .awemenu .awemenu-item {
    float: inherit;
    display: inline-block;
  }

  #header.header-v2 .awemenu .awemenu-submenu .awemenu-item {
    display: block;
  }
}

@media (max-width: 1024px) {
  .navbar-icons>li .submenu, .navbar-search>li .submenu {
    left: inherit;
    right: 0px;
  }

  .header-top .header-top-relative {
    padding-bottom: 10px;
  }

  .header-v2 .navbar-icons {
    float: right;
  }

  .header-v2 .navbar-icons.nav-left {
    float: left;
  }

  .header-v2 .header-top-relative {
    padding-bottom: 0px;
  }

  .header-v2 .menubar-cart .menu-shopping-cart {
    padding-top: 7px;
  }

  .header-v2 .menubar-cart .menu-shopping-cart .number {
    top: 22px;
  }

  .header-v2 .navbar-search {
    margin-top: 0px;
  }

  .header-v2 .navbar-search .form-control {
    padding-right: 120px;
  }

  .header-v2 .navbar-search .menubar-search-form {
    max-width: 100%;
  }

  #header.header-v2 .icons-user-circle {
    background-size: 18px auto;
  }

  #header.header-v2 .icons-star {
    background-size: 20px auto;
  }

  #header.header-v2 .menubar-account .awemenu-icon, #header.header-v2 .menubar-wishlist .awemenu-icon {
    padding-top: 5px;
  }

  .header-style-1 .awemenu-nav .awe-logo.logo-mobile {
    display: inline-block;
    line-height: inherit;
    padding: 5px 0px 10px;
  }

  .header-style-1 .awemenu-nav .awe-logo.logo-mobile img {
    width: 130px;
  }

  .header-v3 {
    padding: 0px 20px;
  }

  .header-v3 .awe-logo {
    line-height: inherit;
    margin-left: 0px;
    padding: 5px 0px;
  }

  .header-v3 .awe-logo img {
    width: 150px;
  }

  .header-v3 .navbar-icons {
    float: right;
  }

  .header-v3 .navbar-header {
    margin: 0px;
  }

  .header-v3 .menubar-cart .menu-shopping-cart {
    padding-top: 5px;
  }

  .header-v3 .navbar-header .menubar-cart {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .search-form {
    margin-right: 0px;
    max-width: 100%;
  }
}

.newsletter-footer {
  background: #181818;
  padding: 10px 0px;
}

.newsletter-footer .list-socials {
  float: left;
  margin-top: 10px;
}

.newsletter-footer .list-socials a .icon {
  font-size: 18px;
  color: #fff;
  margin-right: 20px;
}

.newsletter-footer form .form-control, .newsletter-footer form .button {
  display: inline-block;
  width: auto;
  vertical-align: top;
}

.newsletter-footer form .form-control {
  background: #2a2a2a;
  border: none;
  width: 300px;
  margin-right: 10px;
  color: #898989;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}

.newsletter-footer form .form-control ::-webkit-input-placeholder {
  color: #898989;
}

.newsletter-footer form .form-control :-moz-placeholder {
  /* Firefox 18- */
  color: #898989;
}

.newsletter-footer form .form-control ::-moz-placeholder {
  /* Firefox 19+ */
  color: #898989;
}

.newsletter-footer form .form-control :-ms-input-placeholder {
  color: #898989;
}

.newsletter-footer form .form-group {
  margin-bottom: 0px;
}

.newsletter-footer form button {
  background: #181818;
  border: 1px solid #363636;
  width: 60px;
  height: 40px;
}

.newsletter-footer form button .fa {
  font-size: 18px;
  color: #fff;
}

.newsletter-footer .content-nlt {
  float: right;
}

.newsletter-footer .content-nlt h3, .newsletter-footer .content-nlt form {
  display: inline-block;
}

.newsletter-footer .content-nlt h3 {
  font: 400 14px/20px "Montserrat";
  text-transform: uppercase;
  color: #fff;
  margin-right: 30px;
  margin-top: 10px;
}

.list-socials.size-20 li .icon {
  color: #fff;
  font-size: 20px;
}

.list-socials.size-20 li a:hover .icon {
  color: #cc2820;
}

.footer {
  position: relative;
}

.footer a {
  color: #acacac;
}

.footer .back-top {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  margin-top: -28px;
  text-align: center;
  z-index: 50;
}

.footer .back-top .back-top-image {
  display: block;
}

.footer .back-top small,
.footer .back-top span {
  font-family: Montserrat, Arial, sans-serif;
  color: #898989;
}

.footer .color {
  color: #acacac;
}

.footer.footer-v3 .list-socials li a {
  margin-right: 30px;
}

.footer.footer-v3 .list-socials li a:hover .icon {
  color: #cc2820;
}

.footer.footer-v3 .list-socials li .icon {
  color: #fff;
  font-size: 24px;
}

/* .footer.footer-v3 .footer-copyright .footer-nav {
  margin-bottom: 0px;
} */

.footer.footer-v3 .container-full {
  width: 100%;
}

.footer.footer-v3 .footer-wrapper {
  padding: 0px;
}

.footer.footer-v3 .footer-wrapper .widget {
  margin-bottom: 0px;
}

.footer.footer-v3 .footer-wrapper .widget:first-child {
  padding-top: 60px;
}

.footer.footer-v3 .footer-wrapper .col-md-3 p {
  max-width: 350px;
  margin: 0 auto 0px;
  line-height: 25px;
}

.footer.footer-v3 .footer-wrapper .col-md-3 p a {
  display: inline-block;
  margin: 0px;
}

.footer.footer-v3 .footer-wrapper .col-md-3 a {
  display: block;
  margin-top: 30px;
}

.footer.footer-v3 .footer-wrapper .col-md-6 {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.footer.footer-v3 .footer-wrapper .col-md-6 h3 {
  margin-bottom: 0px;
}

.footer.footer-v3 .newsletter-footer {
  background: none;
  margin-bottom: 20px;
}

.footer.footer-v3 .newsletter-footer p {
  font: 100 16px/20px "Roboto";
  color: #888;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}

.footer.footer-v3 .newsletter-footer form .form-control {
  background: none;
  border: 1px solid #000;
  border-right: none;
  margin-right: -4px;
  height: 60px;
  width: 490px;
  font-size: 14px;
}

.footer.footer-v3 .newsletter-footer form button {
  background: none;
  border: 1px solid #000;
  height: 60px;
  width: 80px;
}

.footer.footer-v3 .list-socials {
  margin-bottom: 50px;
}

.footer.footer-v3 .footer-copyright {
  padding: 20px 0px;
}

.footer-wrapper {
  color: #acacac;
  background-color: #000000;
  padding-top: 70px;
}

.footer-wrapper .logo-footer {
  margin-bottom: 30px;
  display: block;
}

.footer-copyright {
  color: #898989;
  font-size: 12px;
  padding: 15px 0;
  border-top: 1px solid #000;
}

.footer-copyright p {
  margin-bottom: 0;
}

/*
.footer-copyright a {
  color: #898989;
}
 
.footer-copyright a:hover {
  color: #cc2820;
}

.footer-copyright nav {
  margin: 0 -10px 10px;
}

.footer-copyright nav:last-child {
  margin-bottom: 0;
}

.footer-copyright nav>ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.footer-copyright nav>ul>li {
  display: inline-block;
  padding: 0 10px;
}

.footer-copyright .price-select a:hover,
.footer-copyright .language-select a:hover {
  color: #cc2820;
}

.footer-copyright .price-select .icon,
.footer-copyright .language-select .icon {
  font-size: 10px;
  margin-left: 3px;
}

.footer-copyright .select-title {
  display: inline-block;
  margin-right: 5px;
}

.footer-copyright .dropdown-menu li a {
  padding: 5px 15px;
}

@media (min-width: 1200px) {
  .footer-copyright .copyright>p {
    margin-bottom: 0;
  }

  .footer-copyright .copyright {
    float: left;
  }

  .footer-copyright .footer-nav {
    float: right;
    margin-bottom: 15px;
  }

  .footer-copyright nav {
    margin: 0;
    float: left;
    padding: 0 10px;
  }

  .footer-copyright nav+nav {
    border-left: solid 1px #555555;
  }
} */

@media (max-width: 1024px) {
  .newsletter-footer {
    text-align: center;
  }

  .newsletter-footer .list-socials, .newsletter-footer .content-nlt {
    float: inherit;
  }

  .newsletter-footer .list-socials {
    margin-bottom: 15px;
  }

  .footer.footer-v3 .list-socials {
    margin-bottom: 20px;
  }

  .footer.footer-v3 .col-sm-12:last-child {
    margin-bottom: 30px;
  }

  .footer.footer-v3 .newsletter-footer form .form-control {
    width: 350px;
  }
}

@media (max-width: 767px) {
  #topbar .text-left {
    display: none;
  }
}

@media (max-width: 480px) {
  .newsletter-footer form .form-control {
    width: 200px;
  }

  .footer.footer-v3 .newsletter-footer form .form-control {
    width: 100%;
    margin-right: 0px;
    padding-right: 80px;
  }

  .footer.footer-v3 .newsletter-footer form button {
    position: absolute;
    right: 15px;
  }
}

.error-404 {
  color: #fff;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  top: 0;
}

.error-404 p {
  font-family: Montserrat, Arial, sans-serif;
}

.error-404 h2 {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.error-404 h1 {
  font-size: 135px;
  line-height: 0.8;
  position: relative;
}

.error-404 h1 .page {
  font-size: 12px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  margin-top: -5px;
  text-transform: uppercase;
}

@media (min-width: 769px) {
  .error-404 h1 {
    font-size: 300px;
  }

  .error-404 h1 .page {
    font-size: 20px;
    margin-top: -10px;
  }

  .error-404 h2 {
    font-size: 30px;
    font-weight: 400;
  }
}

.comming-soon {
  color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.comming-soon .comming-soon-logo {
  margin-bottom: 25px;
}

.comming-soon .countdown-time {
  margin: 25px 0;
}

.comming-soon header h1 {
  font-size: 24px;
  letter-spacing: 10px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.comming-soon footer .follow-us {
  font-size: 16px;
}

.comming-soon footer .list-socials {
  margin-top: 15px;
}

.comming-soon footer .list-socials a {
  color: #fff;
  font-size: 20px;
}

.comming-soon footer .list-socials a:hover {
  color: #cc2820;
}

@media (min-width: 768px) {
  .comming-soon .comming-soon-logo {
    margin-bottom: 45px;
  }

  .comming-soon .countdown-time {
    margin: 50px 0;
  }

  .comming-soon header p {
    font-size: 18px;
  }

  .comming-soon header h1 {
    font-size: 50px;
    letter-spacing: 20px;
    margin: 0 0 40px;
  }
}

.blog-wrapper {
  margin-bottom: 115px;
}

.blog-wrapper.blog-sidebar-left .blog-column-left {
  border-right: solid 1px #d8d5d5;
  position: relative;
  right: -1px;
}

.blog-wrapper.blog-sidebar-left .blog-column-right {
  border-left: solid 1px #d8d5d5;
}

.blog-wrapper.blog-sidebar-right .blog-column-left {
  border-right: solid 1px #d8d5d5;
}

.blog-wrapper.blog-sidebar-right .blog-column-right {
  border-left: solid 1px #d8d5d5;
  position: relative;
  left: -1px;
}

.edit-comment-action {
  font-size: 12px;
}

.border-blog {
  position: relative;
}

@media (min-width: 1200px) {
  .border-blog:after {
    position: absolute;
    content: "";
    width: 1px;
    top: 0px;
    bottom: 0px;
    background: #d8d5d5;
    left: 290px;
    display: inline-block;
  }
}

.contact-map iframe {
  height: 470px;
  width: 100%;
  overflow: hidden;
  margin-bottom: -6px !important;
}

@media (max-width: 767px) {
  .contact-map iframe {
    height: 250px;
  }
}

@media (max-width: 479px) {
  .contact-map iframe {
    height: 150px;
  }
}

.contact-wrapper {
  color: #898989;
}

.contact-header {
  max-width: 100%;
  margin-bottom: 50px;
}

.contact-header img {
  max-width: 100%;
}

.contact-header .contact-image {
  margin-bottom: 25px;
}

.contact-header>p {
  margin-bottom: 0;
}

.contact-content h3, .contact-content h2 {
  color: #000;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.contact-content h2 {
  font-size: 26px;
}

.contact-content h3 {
  font-size: 16px;
}

.contact-content .contact-form-heading {
  margin-bottom: 35px;
}

.contact-content .contact-form-heading p {
  margin-bottom: 0;
}

.contact-content .contact-block {
  margin-bottom: 35px;
}

.contact-content .contact-block:last-child {
  margin-bottom: 0;
}

.contact-content .dl-horizontal {
  margin-bottom: 0;
}

.contact-content .dl-horizontal dt {
  width: 100px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, Arial, sans-serif;
}

.contact-content .dl-horizontal dt:last-child {
  margin-bottom: 0;
}

.contact-content .dl-horizontal dd {
  margin-left: 100px;
}

@media (max-width: 991px) {
  .contact-content .dl-horizontal dd {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.contact-content label {
  font: 400 16px/20px "Roboto";
  color: #000;
}

.contact-content label span {
  color: #cc2820;
}

.contact-content .form-control {
  height: 40px;
}

.contact-content textarea.form-control {
  height: inherit;
}

.login-popup {
  padding: 0;
  max-width: 370px;
}

.login-popup .nav-tabs>li>a {
  font-family: Montserrat, Arial, sans-serif;
  color: #898989;
  font-size: 12px;
  font-weight: 700;
  margin-right: 0;
  border-radius: 0;
  text-transform: uppercase;
}

.login-popup .nav-tabs>li.active>a,
.login-popup .nav-tabs>li.active>a:hover,
.login-popup .nav-tabs>li.active>a:focus {
  color: #000;
  background-color: #eee;
  border-bottom: solid 1px #ddd;
}

.login-popup .tab-content {
  padding: 30px;
}

.login-popup .form-control {
  border-color: #898989;
}

.login-popup .forgot-passwd {
  margin-bottom: 25px;
  text-align: center;
}

.login-popup .forgot-passwd .icon {
  margin-right: 10px;
}

.login-popup .forgot-passwd a {
  color: #cc2820;
}

.login-page.login-popup {
  max-width: 100%;
}

.login-page.login-popup .tab-content {
  padding-left: 0;
  padding-right: 0;
}

/* .checkout-wrapper {
  margin-bottom: 100px;
} */

.checkout-wrapper h2 {
  color: #242424;
  font-size: 24px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.payment-detail-wrapper {
  border: solid 1px #000;
  padding: 30px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .payment-right {
    padding-left: 70px;
  }
}

.list-payments {
  display: inline-block;
  margin-left: 10px;
}

.list-payments>li {
  padding: 0;
}

/* .cart-total,
.cart_total {
  margin: 50px 0;
} */

.cart-total table tr,
.cart_total table tr {
  display: block;
  /* margin-bottom: 15px; */
}

.cart-total table th,
.cart_total table th {
  min-width: 175px;
  font-family: Montserrat, Arial, sans-serif;
  color: #898989;
  font-size: 18px;
  font-weight: 400;
}

.cart-total table td,
.cart_total table td {
  font-family: Montserrat, Arial, sans-serif;
  color: #000;
  font-size: 18px;
  /* font-weight: 700; */
}

.cart-checkboxes {
  margin-bottom: 50px;
}

.cart-checkboxes .checkbox {
  margin-bottom: 25px;
}

.cart-checkboxes .checkbox label {
  font-size: 14px;
  font-family: Montserrat, Arial, sans-serif;
  padding-left: 25px;
}

.cart-checkboxes .checkbox label input[type=checkbox] {
  margin-left: -25px;
}

.cart-checkboxes .checkbox p {
  color: #898989;
  margin: 25px 0 25px 25px;
}

.portfolio-article {
  border-bottom: solid 1px #d8d5d5;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.lasted-portfolio h3 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.portfolio-detail>nav {
  padding-bottom: 20px;
  border-bottom: solid 1px #d8d5d5;
  margin-bottom: 25px;
}

.portfolio-detail>nav:before, .portfolio-detail>nav:after {
  content: " ";
  display: table;
}

.portfolio-detail>nav:after {
  clear: both;
}

.back-to-portfolio, .back-to-pcate {
  font-family: Montserrat, Arial, sans-serif;
  color: #898989;
  font-size: 12px;
  margin-top: 10px;
  display: block;
}

.back-to-portfolio>.fa, .back-to-pcate>.fa,
.back-to-portfolio>.icon, .back-to-pcate>.icon {
  margin-right: 5px;
}

.portfolio-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}

.portfolio-desc {
  color: #898989;
  margin-bottom: 35px;
}

.portfolio-list {
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}

.portfolio-list>li {
  padding: 10px 0;
  border-bottom: solid 2px #d8d5d5;
}

.portfolio-list>li:first-child {
  border-top: solid 2px #d8d5d5;
}

.portfolio-list .name {
  font-weight: 700;
}

.portfolio-list .value {
  color: #898989;
  float: right;
}

.portfolio-images .image {
  margin-bottom: 25px;
}

.portfolio-images .image a {
  display: block;
  position: relative;
}

.portfolio-images .image a:before, .portfolio-images .image a:after {
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.portfolio-images .image a:before {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.portfolio-images .image a:after {
  color: #cc2820;
  font-family: 'aweicon';
  content: '\e61c';
  font-size: 18px;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  text-align: center;
  line-height: 30px;
}

.portfolio-images .image a:hover:before, .portfolio-images .image a:hover:after {
  opacity: 1;
}

.profolio-content {
  margin-bottom: 100px;
}

.profolio-content h2 {
  font-size: 18px;
}

.profolio-content p {
  color: #ddd;
}

.profolio-content .bottom {
  margin-left: 0;
  margin-right: 0;
}

.profolio-content-text {
  padding: 0 20px;
  position: relative;
  display: block;
}

.profolio-content-text h2 {
  color: #fff;
  font-size: 14px;
}

.profolio-content-text p {
  color: #ddd;
  font-size: 12px;
}

.profolio-content-text .icon-next {
  color: #fff;
  font-size: 18px;
  margin-right: 20px;
  margin-top: -15px;
  position: absolute;
  right: 0;
  top: 50%;
}

.customer-block {
  color: #898989;
  background-color: #f8f8f8;
  padding: 30px 35px;
  text-align: center;
  margin-bottom: 30px;
}

.customer-block a {
  color: #898989;
}

.customer-block a:hover {
  color: #cc2820;
}

.customer-block blockquote {
  text-align: center;
  padding: 0;
  margin: 0 0 35px;
  border: none;
  font-size: 15px;
}

.customer-block blockquote:before {
  content: "\e61a";
  font-family: 'aweicon';
  color: #898989;
  height: 50px;
  display: block;
}

.customer-block .customer-name,
.customer-block .customer-name h3 {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}

.customer-block .customer-address,
.customer-block .customer-address a {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.customer-block .customer-address:hover,
.customer-block .customer-address a:hover {
  color: #cc2820;
}

.customer-block .customer-avatar {
  background: #fff;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
}

.customer-block .customer-avatar img {
  width: 100%;
}

.customer-block .customer-avatar img:hover {
  transition: all 0.25s ease;
  opacity: 0.85;
}

.room-review {
  position: relative;
}

.room-review .room-review-item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.room-review .room-review-item img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.room-review .room-review-item h2 {
  position: absolute;
  width: 100%;
  top: 30%;
  padding: 20px 65px;
  margin: 0;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  z-index: 20;
  font-family: "Montserrat";
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.room-review .room-review-item h2 span {
  font-size: 200%;
}

.room-review .room-review-item:before,
.room-review .room-review-item .overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.room-review .room-review-item .overlay {
  z-index: 21;
}

.room-review .room-review-item:before {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.room-review .room-review-item:hover h2, .room-review .room-review-item:hover:before {
  opacity: 1;
  visibility: visible;
}

.room-review .room-review-item:hover h2 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.room-review .room-review-item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 640px) {
  .room-review .room-review-item h2 {
    padding: 20px;
    font-size: 28px;
  }
}

.farmer-box {
  position: relative;
  margin-bottom: 30px;
}

.farmer-box .farmer-box-detail {
  position: relative;
  padding: 15px 20px;
  background-color: #69916a;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .farmer-box {
    text-align: center;
  }

  .farmer-box .farmer-box-detail {
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
  }
}

.news-post-thumbnail,
.flipster-carousel .item {
  position: relative;
  overflow: hidden;
}

.news-post-thumbnail .post-header,
.flipster-carousel .item .post-header {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
}

.news-post-thumbnail .post-header,
.news-post-thumbnail img,
.flipster-carousel .item .post-header,
.flipster-carousel .item img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-post-thumbnail img,
.flipster-carousel .item img {
  width: 100%;
}

.news-post-thumbnail .post-title,
.news-post-thumbnail .date,
.flipster-carousel .item .post-title,
.flipster-carousel .item .date {
  color: #fff;
}

.news-post-thumbnail .date span,
.flipster-carousel .item .date span {
  font-size: 30px;
  font-weight: 700;
}

.news-post-thumbnail .post-title,
.flipster-carousel .item .post-title {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

.news-post-thumbnail .overlay,
.flipster-carousel .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
}

.news-post-thumbnail:hover .post-header,
.flipster-carousel .item:hover .post-header {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.news-post-thumbnail:hover img,
.flipster-carousel .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 480px) {

  .news-post-thumbnail .post-header,
  .flipster-carousel .item .post-header {
    padding: 15px;
  }

  .news-post-thumbnail .post-title,
  .flipster-carousel .item .post-title {
    font-size: 16px;
  }

  .news-post-thumbnail .date span,
  .flipster-carousel .item .date span {
    font-size: 20px;
  }
}

.flipster-carousel .item:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.season-link {
  position: relative;
  float: left;
  width: 100%;
  max-width: 487px;
}

.season-link.short {
  max-width: calc(100% - 487px);
}

.season-link .season-item,
.season-link .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.season-link .season-item {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  transition-delay: .3s;
}

.season-link .season-item h3 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
}

.season-link .season-item .season-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.season-link .season-item:before, .season-link .season-item:after {
  content: '';
  position: absolute;
  height: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 22;
  transition: all .3s ease;
  transition-delay: 0s;
}

.season-link .season-item:before {
  bottom: 10px;
  left: 10px;
}

.season-link .season-item:after {
  top: 10px;
  right: 10px;
}

.season-link .overlay {
  z-index: 22;
}

.season-link:before, .season-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 22;
  transition: all .3s ease;
  transition-delay: 0s;
}

.season-link:before {
  top: 10px;
  left: 10px;
}

.season-link:after {
  bottom: 10px;
  right: 10px;
}

.season-link:hover:before, .season-link:hover:after {
  width: calc(100% - 20px);
  transition-delay: .3s;
}

.season-link:hover .season-item {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.season-link:hover .season-item:before, .season-link:hover .season-item:after {
  height: calc(100% - 20px);
  transition-delay: .3s;
}

@media screen and (max-width: 1199px) {
  .season-link {
    max-width: 400px;
  }

  .season-link.short {
    max-width: calc(100% - 400px);
  }
}

@media screen and (max-width: 991px) {
  .season-link {
    max-width: 414px;
  }

  .season-link.short {
    max-width: calc(100% - 414px);
  }
}

@media screen and (max-width: 768px) {
  .season-link {
    max-width: 100%;
  }

  .season-link.short {
    max-width: 100%;
  }

  .season-link>img {
    width: 100%;
  }
}

.trending-detail {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 270px;
  top: 20px;
  right: 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px;
  text-align: center;
}

.trending-detail h5 {
  color: rgba(136, 136, 136, 0.5);
  letter-spacing: 4px;
  font-size: 12px;
}

.trending-detail h2 {
  font-family: GreatVibes, Arial, sans-serif;
  font-size: 48px;
  color: #555;
  font-weight: 400;
  margin-top: 60px;
}

.trending-detail span {
  font-size: 12px;
  font-family: Montserrat, Arial, sans-serif;
  color: #6e6e6e;
  display: block;
}

.trending-detail .btn, .trending-detail .search-submit {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(136, 136, 136, 0.5);
}

.trending-detail .btn:hover, .trending-detail .search-submit:hover {
  color: #cc2820;
}

@media screen and (max-width: 480px) {
  .trending-detail {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
  }

  .trending-detail h2 {
    margin-top: 30px;
  }

  .trending-detail .btn, .trending-detail .search-submit {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
}

.sport-link {
  position: relative;
  width: 25%;
  height: 400px;
  float: left;
  transition: all .3s ease;
}

.sport-link .sport-link-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sport-link .sport-link-wrapper img {
  width: 100%;
  display: none;
}

.sport-link .sport-link-wrapper .item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
}

.sport-link .sport-link-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 22;
  transition: all .3s ease;
}

.sport-link h5 {
  position: absolute;
  display: inline-block;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 22;
  opacity: 0;
  transition: all .3s ease;
}

.sport-link h5:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 150%;
  left: 0;
  top: -50%;
  background-color: #fff;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  z-index: -1;
}

.sport-link .overlay {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 22;
}

.sport-link:hover .sport-link-wrapper:before {
  background-color: rgba(236, 240, 241, 0.2);
}

.sport-link:hover h5 {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .sport-link {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .sport-link {
    width: 100%;
  }
}

.saleoff-actions {
  position: relative;
  font-family: Montserrat, Arial, sans-serif;
  margin-top: 60px;
  background: #fff;
  padding: 60px 50px 60px 100px;
  position: relative;
}

.saleoff-actions .time {
  position: absolute;
  left: -30px;
  background: #f7f7f7;
  padding: 10px;
  padding-bottom: 0px;
  top: 0px;
  bottom: 0px;
  height: 290px;
  margin: auto;
}

.saleoff-actions .time .distance {
  background: #fff;
  margin-bottom: 10px;
  width: 60px;
  height: 60px;
  font-family: "Montserrat";
  text-align: center;
  padding: 5px 0px;
}

.saleoff-actions .time .distance .number {
  font-size: 24px;
  color: #000;
}

.saleoff-actions .time .distance .number b {
  font-weight: 400;
}

.saleoff-actions .time .distance .text {
  text-transform: capitalize;
  font-size: 10px;
  color: #898989;
}

.saleoff-actions .amount {
  font-size: 30px;
  font-weight: 700;
  color: #cc2820;
  margin-right: 10px;
}

.saleoff-actions del.amount {
  font-size: 18px;
  font-weight: 400;
  color: #898989;
}

.saleoff-actions h4 {
  color: #898989;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
}

.saleoff-actions p {
  font-family: Roboto, Arial, sans-serif;
  color: #898989;
  margin-bottom: 20px;
}

.awe-box-content p {
  color: #000;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .saleoff-actions {
    margin-top: 0;
  }
}

/* .section-brands {
  padding: 0px;
} */

.section-brands .brands-carousel {
  height: auto;
}

@media (min-width: 769px) {
  .fp-table.height-70 {
    height: 70%;
  }
}

.uppercase {
  text-transform: uppercase;
}

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

.time.time-v2 {
  margin-bottom: 20px;
}

.time.time-v2 .distance {
  display: inline-block;
  margin: 0px 5px;
  background: #fff;
  height: 62px;
  width: 62px;
}

.time.time-v2 .distance .text {
  color: #898989;
  font-size: 10px;
  text-transform: capitalize;
}

.time.time-v2 .distance .number {
  color: #cc2820;
  font-size: 24px;
  margin-top: 5px;
}

.time.time-v2 .distance .number b {
  font-weight: 400;
}

.cate-section-gutter.cate-overlay .category-text p {
  margin-bottom: 20px;
}

.rating span.star::before {
  color: #cc2820;
}

.space-0 {
  margin-bottom: 0px !important;
}

.space-50 {
  margin-bottom: 50px !important;
}

.content-404 {
  font-size: 62.5%;
}

.content-404 h1 span {
  font-size: 15.0rem;
}

.error-404 h3 {
  font: 700 30px/30px "Montserrat";
  text-transform: uppercase;
  margin-bottom: 20px;
}

.error-404 p {
  font: 400 14px/20px "Montserrat";
  color: #999;
  margin-bottom: 20px;
}

.error-404 p a {
  text-transform: capitalize;
  color: #cc2820;
  font-family: "Montserrat";
  text-decoration: underline;
}

.error-404 .search {
  max-width: 100%;
  width: 360px;
  margin: 0 auto;
  position: relative;
}

.error-404 .search input {
  height: 55px;
  font-size: 14px;
}

.error-404 .search .icon-search-404 {
  position: absolute;
  right: 15px;
  top: 14px;
  display: inline-block;
  height: 30px;
  width: 25px;
  background: url("../img/icon-search.png") no-repeat scroll 0 0/100% auto;
}

.free-shiping {
  display: inline-block;
  width: 100%;
  border: 1px solid #d8d5d5;
  padding: 15px 0px;
}

.free-shiping span, .free-shiping p {
  display: inline-block;
  margin: 0px;
}

.free-shiping p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7a7a7;
  letter-spacing: 2px;
}

.free-shiping span {
  color: #cc2820;
  margin-right: 5px;
  font-size: 18px;
  vertical-align: -1px;
}

.free-shiping .col-md-4 {
  border-right: 1px solid #d8d5d5;
}

.free-shiping .col-md-4:last-child {
  border: none;
}

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

  .free-shiping .col-md-4 {
    border-right: none;
    border-bottom: 1px solid #d8d5d5;
    padding: 10px 0px;
  }
}

.shipping-footer .center {
  border: 1px solid #d8d5d5;
  padding: 20px;
}

.shipping-footer h3 {
  font-size: 16px;
}

.shipping-footer .images {
  min-height: 50px;
}

@media (max-width: 980px) {
  .shipping-footer .col-md-4 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.popup-content {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .popup-content {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}

.popup-content-wrapper {
  background: #fff;
  background-size: 100% auto;
  max-width: 970px;
  margin: 200px auto 0px;
  width: 90%;
  position: relative;
  padding: 0px;
}

.popup-content-wrapper .popup-container {
  overflow: hidden;
}

.popup-content-wrapper .popup-container .images {
  padding: 0px;
}

.popup-content-wrapper .popup-container .text {
  padding-left: 30px;
  padding-right: 30px;
}

.popup-content-wrapper .close-popup {
  display: inline-block;
  position: absolute;
  height: 36px;
  width: 36px;
  top: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 9;
}

.popup-content-wrapper .close-popup i {
  color: #000;
  line-height: 28px;
  font-family: "Montserrat";
  font-size: 18px;
}

.popup-content-wrapper .col-md-offset-6 {
  text-align: left;
}

.popup-content-wrapper .abs-req {
  display: none;
}

.popup-content-wrapper h3 {
  text-transform: capitalize;
  color: #000;
  margin-top: 100px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  position: relative;
  font: 700 30px/30px "Montserrat";
}

.popup-content-wrapper p {
  color: #666666;
  font-size: 14px;
}

.popup-content-wrapper .popup-content-text {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-bottom: 20px;
}

.popup-content-wrapper input[type="text"] {
  width: 100%;
  background: #fff;
  line-height: 25px;
  padding: 12px 15px;
  font-size: 12px;
  color: #888;
  border: 1px solid #dfdfdf;
  margin: 10px 0px;
  text-transform: capitalize;
  text-align: center;
}

.popup-content-wrapper button {
  background: #cc2820;
  color: #fff;
  font-size: 12px;
  line-height: 38px;
  margin-top: 25px;
  padding: 0px 20px;
  text-transform: uppercase;
  border: none;
  font: 700 14px/40px "Montserrat";
}

.popup-content-wrapper button:hover {
  opacity: 0.8;
}

@media (max-width: 1023px) {
  .popup-content-wrapper {
    margin-top: 50px;
  }

  .popup-content-wrapper h3 {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .popup-content-wrapper p {
    font-size: 12px;
    line-height: 15px;
  }

  .popup-content-wrapper button {
    margin-top: 15px;
  }

  .popup-content-wrapper input[type="text"] {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0px;
  }
}

@media (max-width: 767px) {
  .popup-content-wrapper button {
    margin-bottom: 20px;
  }

  .popup-content-wrapper .images {
    text-align: center;
  }

  .popup-content-wrapper .images img {
    margin: auto;
  }
}

.quickview-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  text-align: center;
  overflow-y: scroll;
  overflow-x: hidden;
}

.quickview-wrapper .quick-modal {
  max-width: 970px;
  width: 90%;
  margin: 100px auto 0px;
  background: #fff;
  padding: 20px;
  text-align: left;
  position: relative;
}

.quickview-wrapper .product-details-content .box-detalis-v2 .options {
  padding: 0px;
}

.quickview-wrapper .product-details-content .box-detalis-v2 p.price {
  color: #e95252;
}

.quickview-wrapper .product-details-content .infomation p {
  color: #e95252;
}

.quickview-wrapper .product-details-content .infomation p span {
  color: #000;
}

.quickview-wrapper #quickview-content .product {
  float: left;
  width: 100%;
}

.quickview-wrapper #quickview-content .product .product-images {
  float: left;
  width: 45%;
  padding-right: 15px;
}

.quickview-wrapper #quickview-content .product .product-images img {
  width: 100%;
}

.quickview-wrapper #quickview-content .product .product-info {
  float: left;
  width: 55%;
  padding-left: 30px;
}

.quickview-wrapper .product {
  margin-bottom: 0px;
}

.quickview-wrapper .product-price {
  font-size: 40px;
  margin-bottom: 10px;
}

.quickview-wrapper .product-description {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.quickview-wrapper .product-list-actions {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.quickview-wrapper .product-list-actions .wishlist {
  background: none;
  border: none;
  color: #898989;
  margin-left: 20px;
  text-decoration: underline;
}

.quickview-wrapper .product-list-actions .wishlist:hover {
  color: #cc2820;
}

.quickview-wrapper .closeqv {
  height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.quickview-wrapper .closeqv i {
  color: #000;
  line-height: 36px;
}

.quickview-wrapper #quickview-content {
  overflow: hidden;
}

.quickview-wrapper .quick-desc {
  font: 400 14px/25px "TXGR";
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

.quickview-wrapper .quick-thumbnails ul {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding: 0px;
}

.quickview-wrapper .quick-thumbnails ul li {
  float: left;
  width: 25%;
  list-style: none;
}

.quickview-wrapper .quick-thumbnails ul li:nth-child(4n+1) {
  padding-right: 6px;
}

.quickview-wrapper .quick-thumbnails ul li:nth-child(4n+2) {
  padding-left: 2px;
  padding-right: 4px;
}

.quickview-wrapper .quick-thumbnails ul li:nth-child(4n+3) {
  padding-left: 4px;
  padding-right: 2px;
}

.quickview-wrapper .quick-thumbnails ul li:nth-child(4n) {
  padding-left: 6px;
}

.quickview-wrapper .product-info .product-name {
  margin-top: 0px;
}

.quickview-wrapper .product-info .product-name a {
  font: 700 23px/25px "Montserrat";
}

@media (min-width: 1024px) {
  .quickview-wrapper .quick-modal {
    width: 100%;
  }

  .quickview-wrapper .quick-thumbnails {
    display: inline-block;
    width: 50px;
  }

  .quickview-wrapper .quick-thumbnails .thumb-content {
    margin: 0px;
  }

  .quickview-wrapper .quick-thumbnails ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0px !important;
  }

  .quickview-wrapper .quick-thumbnails ul li:last-child {
    margin-bottom: 0px;
  }

  .quickview-wrapper .main-image {
    display: inline-block;
    vertical-align: top;
    width: 340px;
    margin-right: 10px;
  }

  .quickview-wrapper #quickview-content .product .product-info {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .quickview-wrapper .quick-modal {
    margin-top: 30px;
  }

  .quickview-wrapper #quickview-content .product .product-images, .quickview-wrapper #quickview-content .product .product-info {
    width: 100%;
    padding: 0px;
  }
}

.awe-button .icon:before {
  content: "";
}

.awe-button.product-add-cart .icon {
  background: url(../img/icon-svg/icon-product-1.png) no-repeat center bottom;
  width: 26px;
  height: 26px;
}

.awe-button.product-quick-wishlist .icon {
  background: url(../img/icon-svg/icon-product-2.png) no-repeat center bottom;
  width: 26px;
  height: 26px;
}

.awe-button.product-quick-view .icon {
  background: url(../img/icon-svg/icon-product-3.png) no-repeat center bottom 2px;
  width: 26px;
  height: 26px;
}

.product-actions>.awe-button, .product-actions>button {
  border: none;
  position: relative;
}

.product-actions>.awe-button:after, .product-actions>button:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 7px;
  height: 20px;
  width: 1px;
  background: #cdcdcd;
}

.product-actions>.awe-button:first-child:after, .product-actions>button:first-child:after {
  width: 0px;
}

.rating span.star.disable::before {
  color: #898989;
}

.rating span.star.star-half::before {
  content: "";
}

.home-section-featured.owl-carousel .owl-stage-outer {
  padding: 0 15px;
  margin: 0px -15px;
}

.home-section-posts.owl-carousel .owl-prev:before, .home-section-posts.owl-carousel .owl-next:before, .home-section-posts1.owl-carousel .owl-prev:before, .home-section-posts1.owl-carousel .owl-next:before {
  vertical-align: top;
}

.home-section-posts1.owl-carousel .owl-nav, .home-section-posts.owl-carousel .owl-nav, .home-section-featured.owl-carousel .owl-nav {
  display: inline-block;
  height: 0px;
}

.home-section-posts1.owl-carousel .owl-nav {
  right: 15px;
}

.home-section-featured.owl-carousel .owl-prev:before, .home-section-featured.owl-carousel .owl-next:before {
  vertical-align: top;
}

.newsletter-footer .list-socials a:hover .icon, .newsletter-footer .list-socials a .active .icon {
  color: #999;
}

.newsletter-footer form button:hover .fa {
  color: #999;
}

.pl-0 {
  padding-left: 0px !important;
}

a.unline {
  text-decoration: underline;
}

.section-header p {
  color: #000;
}

.footer a:hover {
  color: #cc2820;
}

.footer a:hover span {
  color: #cc2820;
}

.dl-horizontal dd {
  color: #000;
}

.btn-dark.btn-contact, .btn-contact.search-submit {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.btn-dark.btn-contact:hover, .btn-contact.search-submit:hover {
  background: #000;
  color: #fff;
}

@media (min-width: 1200px) {
  .awe-media-title.medium {
    text-align: left;
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .section-header h2 {
    font-size: 22px;
    padding-right: 40px;
  }

  .section-header.center h2 {
    padding: 0px 15px;
  }

  .saleoff-actions .time {
    left: -10px;
  }

  .main-slider-wrapper {
    display: inline-block;
    width: 100%;
  }

  .product-details-left .product-details nav, .product-details-left .product-details .tab-content {
    padding-left: 0px;
    width: 100%;
    border: none;
  }

  .product-details-left .product-details nav {
    border-bottom: 1px solid #cdcdcd;
  }

  .product-details-wrapper {
    padding-right: 0px;
  }

  .widget .instagram-widget {
    padding: 0 15px;
  }

  .widget .instagram-widget li {
    width: 25%;
  }
}

@media (max-width: 480px) {
  .home-section-posts.owl-carousel .owl-item img, .home-section-featured.owl-carousel .owl-item img {
    width: 100%;
  }

  .footer.footer-v3 .newsletter-footer form .form-group {
    position: relative;
  }

  .footer.footer-v3 .newsletter-footer form button {
    position: absolute;
    right: 0px;
    top: 0px;
  }

  .header-v3 .navbar-header .icons.icons-setting {
    background: url("../img/icon-setting.png") no-repeat scroll center center/25px auto;
    margin-right: 15px;
  }

  .header-v3 .navbar-header .icons.icons-search {
    background: url("../img/icon-search.png") no-repeat scroll center center/25px auto;
  }

  #topbar .navbar-icons li:first-child a {
    padding-left: 0px;
  }

  .product-list-actions .btn-primary {
    margin-bottom: 20px;
  }

  .main-slider-text .color-black {
    display: none;
  }

  .home-products .awe-media-overlay {
    margin-bottom: 30px;
  }

  .widget .instagram-widget li {
    width: 50%;
  }

  .room-review .col-xs-6 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .header-style-1 .menubar-cart .menu-shopping-cart {
    height: auto;
  }

  .header-style-1 .header-top .navbar-icons>li .submenu {
    right: inherit;
    left: 0px;
  }

  .header-style-1 .search-form {
    margin-right: 0px;
  }
}

@media (min-width: 981px) {
  .home-section-featured.owl-carousel .owl-item img {
    max-width: 140px;
  }
}

/* -------------------------------------------------------------------------------
    8. Wordpress fixed
--------------------------------------------------------------------------------*/
.subscible-wrapper .screen-reader-response {
  display: none !important;
}

.subscible-wrapper .wpcf7-form {
  position: relative;
}

.subscible-wrapper .wpcf7-not-valid-tip {
  font-size: 13px;
  display: block;
  background: #F93434;
  color: #fff;
  padding: 2px 10px;
}

.subscible-wrapper .wpcf7-response-output {
  position: absolute;
  top: -10px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  color: #000;
  border: solid 1px #000;
  padding: 5px 10px;
  margin: 0;
}

.subscible-wrapper .wpcf7-response-output:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
  position: absolute;
  bottom: -7px;
  left: 5px;
}

.subscible-wrapper .wpcf7-mail-sent-ok.wpcf7-response-output {
  color: #fff;
  background: #59b408;
  border: none;
}

.subscible-wrapper .wpcf7-mail-sent-ok.wpcf7-response-output:after {
  border-top-color: #59b408;
}

.subscible-wrapper .wpcf7-validation-errors.wpcf7-response-output {
  color: #fff;
  background: #F93434;
  border: none;
}

.subscible-wrapper .wpcf7-validation-errors.wpcf7-response-output:after {
  border-top-color: #F93434;
}

.subscible-wrapper .form-submit {
  position: relative;
}

.subscible-wrapper .form-submit .ajax-loader {
  background-color: #fff;
  border-radius: 50%;
  padding: 1px;
  margin-left: 5px !important;
  margin-top: -9px;
  position: absolute;
  left: 0;
  top: 50%;
}

.subscible-wrapper.subscible-block .wpcf7-response-output {
  top: 0 !important;
}

.uheading {
  font-size: 16px;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
}

.table-cart {
  margin-bottom: 50px;
}

.table-cart tr>td,
.table-cart tr>th {
  border-color: #e2e1e1 !important;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}

.table-cart thead>tr>th,
.table-cart thead>tr>td {
  background-color: #e2e1e1;
  padding-left: 25px;
  padding-right: 25px;
}

.table-cart tfoot>tr>td,
.table-cart tbody>tr>th,
.table-cart tbody>tr>td {
  text-align: center;
  vertical-align: middle;
  padding: 20px 25px;
}

.table-cart tfoot .pull-right .btn, .table-cart tfoot .pull-right .search-submit {
  margin-left: 15px;
}

.table-cart .cart-product {
  position: relative;
  text-align: left;
}

.table-cart .cart-product .remove {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #898989;
}

.table-cart .cart-product .remove:hover, .table-cart .cart-product .remove:focus {
  color: #cc2820;
}

.table-cart .product-cart img {
  border: solid 1px #e2e1e1;
}

.table-cart .product-title {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
}

.table-cart .product-title:hover, .table-cart .product-title:focus {
  color: #cc2820;
}

.table-cart .amount {
  color: #cc2820;
  font-size: 18px;
  font-weight: 700;
}

.table-cart .qty {
  width: 38px;
  height: 38px;
  display: inline-block;
  padding: 0;
  text-align: center;
}

.table-summary-cart {
  width: 100%;
  text-transform: uppercase;
}

.table-summary-cart th, .table-summary-cart td {
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
}

.table-summary-cart td {
  text-align: right;
}

.table-summary-cart .order-total {
  font-size: 18px;
}

.table-summary-cart .order-total .amount {
  color: #cc2820;
}

.product-name a img {
  max-height: 160px;
}

.cart-form .table>tbody>tr>td {
  vertical-align: middle;
}

.cart-form .quantity {
  background: #212121;
  height: 35px;
  margin-bottom: 13px;
  width: 100px;
  line-height: 33px;
  position: relative;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.cart-form .quantity .qty {
  width: 100%;
  border: medium none;
  height: 33px;
  padding: 0px;
  text-align: center;
  font-size: 14px;
  -webkit-moz-appearance: none;
  -moz-moz-appearance: none;
  -ms-moz-appearance: none;
  -o-moz-appearance: none;
  moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  color: #bcbcbc;
}

.cart-form .quantity .minus {
  position: absolute;
  display: block;
  height: 100%;
  color: #bcbcbc;
  width: 20px;
  text-align: center;
  top: 0px;
  left: 5px;
  cursor: pointer;
}

.cart-form .quantity .plus {
  position: absolute;
  display: block;
  height: 100%;
  width: 20px;
  color: #bcbcbc;
  text-align: center;
  top: 0px;
  right: 5px;
  cursor: pointer;
}

.f-right {
  float: right;
}

.cart-total, .cart_total {
  margin: 10px 0 30px 0;
  display: flex
;
  justify-content: flex-end;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.cart-form .cart-total .total .title {
  min-width: 175px;
  font-family: Montserrat, Arial, sans-serif;
  color: #898989;
  font-size: 24px;
  font-weight: 400;
}

.cart-form .cart-total .total .price {
  font-family: Montserrat, Arial, sans-serif;
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.cart-table .product-name {
  font-weight: 700;
}

.my_cart {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

.product-name a~a {
  padding-left: 10px;
}

/******************************************************************/
/** Responsive  Shopping Cart**/
@media only screen and (max-width: 760px), (max-device-width: 1024px) {
  .table-responsive table, .table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td {
    display: block;
  }

  .table-responsive tr {
    display: block;
  }
}

@media only screen and (max-width: 760px), (max-device-width: 1024px) {
  .table-responsive thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}

@media (max-width: 479px) {
  form.cart-form .table-responsive tr td.product-name a+a {
    display: block;
  }

  .product-name a~a {
    padding-top: 10px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 2px solid #ddd;
  }
}

.title_wishlist {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
  font-size: 40px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .product-subtotal .action {
    text-align: center;
  }
}

@media only screen and (max-width: 760px), (max-device-width: 1024px) and (min-device-width: 768px) {
  .table-responsive tr {
    border: 1px solid #ccc;
  }
}

/*WHATSAPP*/
.botao-whatsapp {
  position: fixed;
  left: 20px;
  bottom: 20px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  z-index: 999;
  background: #25D366;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  display: flex;
  align-items: center;
}

.botao-whatsapp i {
  font-size: 35px;
  margin-right: 8px;
}

.botao-whatsapp:hover {
  background: #128C7E;
  color: #fff;
}