/*
Theme Name: Binlet Asia
Theme URI: Binlet Asia
Author: Winam group
Author URI: https://www.winam.com.vn
Description: This is theme for Bussiness Man website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: winamco.
Text Domain: winamco

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.fas {
  font-family: 'Font Awesome 5 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.btn {
  display: inline-block;
  padding: 11px 25px;
  margin-bottom: 0;
  font-family: Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #efefef;
  border: 1px solid #a9a9a9;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn--no-round {
  border-radius: 0;
}
.btn--has-icon {
  padding-right: 65px;
  position: relative;
}
.btn--has-icon .btn-icon {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
.btn--has-icon .btn-icon i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn--has-icon:hover .btn-icon i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.btn-outline-primary {
  border-color: #bf1313;
  background-color: transparent;
  color: #bf1313;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
  border-color: #eb0f0f;
  background-color: #eb0f0f;
  color: #fff;
}
.btn-outline-white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active {
  border-color: #0c0f14;
  background-color: #0c0f14;
  color: #fff;
}
.btn-black {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
  border-color: #d3d3d3;
  background-color: #fff;
  color: #000;
}
.btn-green {
  border-color: #4caf50;
  background-color: #4caf50;
  color: #fff;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  border-color: #2fb134;
  background-color: #2fb134;
  color: #fff;
}
.btn-red {
  border-color: #c80036;
  background-color: #c80036;
  color: #fff;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
  border-color: #f40000;
  background-color: #f40000;
  color: #fff;
}
.btn.disabled {
  cursor: not-allowed;
}
.btn-orange {
  position: relative;
  border-color: #ff9f00;
  background-color: #ff9f00;
  color: #fff;
}
.btn-orange:hover {
  border-color: #ff5600;
  background-color: #ff5600;
  color: #fff;
}
.btn-orange.btn-has-triangle::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #ff4532 transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btn-md {
  padding: 1.2rem 3.7rem;
}
.btn-lg {
  padding: 1.2rem 3rem;
  font-size: 1.4rem;
}
.btn-primary {
  border-color: #bf1313;
  background-color: #bf1313;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #eb0f0f;
  background-color: #eb0f0f;
  color: #fff;
}
.button-shadow {
  display: inline-block;
  padding: 8px 30px;
  margin-bottom: 0;
  font-family: Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
  font-size: 1.6rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #fff;
  border: 0;
  color: #000;
  border-radius: 30px;
  text-transform: uppercase;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.36);
          box-shadow: -1px 3px 5px 0px rgba(0, 0, 0, 0.36);
}
.btn-warning {
  border-color: #f45b1e;
  background-color: #f45b1e;
  color: #fff;
}
.btn-warning::after {
  border: 1px solid #f45b1e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  border-color: #fa4700;
  background-color: #fa4700;
  color: #fff;
}
.woof_reset_button_2 {
  border-color: #bf1313;
  background-color: #bf1313;
  color: #fff;
  border: 0;
}
.woof_reset_button_2:hover,
.woof_reset_button_2:focus,
.woof_reset_button_2:active {
  border-color: #eb0f0f;
  background-color: #eb0f0f;
  color: #fff;
}
.btn-group .btn + .btn {
  margin-left: 30px;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-group-inline {
  position: relative;
  z-index: 1;
  padding-right: 7rem;
}
.form-group-inline .btn-send {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  min-width: 6rem;
}
.form-control {
  border: 1px solid #d3d3d3;
  border-radius: 0;
  padding: 6px 10px;
  width: 100%;
  min-width: 150px;
  font-size: 1.4rem;
  background-color: #fff;
  color: #000;
  outline: none;
  -webkit-appearance: none;
}
select {
  padding: 0.5rem 1rem;
  border: 1px solid #d3d3d3;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
a {
  text-decoration: none;
  color: #bf1313;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #790c0c;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3.6rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 2rem;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: normal;
}
.clearfix {
  clear: both;
}
.clearfix,
.row {
  clear: both;
}
.clearfix:before,
.row:before,
.clearfix:after,
.row:after {
  display: table;
  content: "";
}
.clearfix:after,
.row:after {
  clear: both;
}
.mb30 {
  margin-bottom: 30px;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper video,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-red {
  color: #c80036 !important;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.color-red {
  color: #c80036;
}
.bg-primary {
  background-color: #bf1313;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.font-sm {
  font-size: 1.8rem;
}
.hidden {
  display: none;
}
.visible-hidden {
  visibility: hidden;
}
.orange {
  color: #ff9f00;
}
.blue {
  color: #123899;
}
.red {
  color: red;
}
.pink {
  color: #ed1651;
}
.bg-white {
  background-color: #fff;
}
.table,
table {
  border-collapse: collapse;
  border: 1px solid #fff;
  background-color: #fff;
}
.table td,
table td,
.table th,
table th {
  padding: 5px 10px;
  border: 1px solid #d3d3d3;
}
.table thead td,
table thead td,
.table thead th,
table thead th {
  color: #fff;
  text-align: left;
}
.table tbody tr:nth-child(2n + 1) td,
table tbody tr:nth-child(2n + 1) td {
  background-color: #e3e3e3;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spinner {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  -webkit-animation: sp-anime 0.8s infinite linear;
          animation: sp-anime 0.8s infinite linear;
}
@-webkit-keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes sp-anime {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.ml-5 {
  margin-left: 20px;
}
.socials {
  list-style: none;
  margin: 0;
  padding: 0;
}
.socials li {
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.socials li a {
  color: #aaa;
  background-color: #2e3033;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.socials li a img {
  opacity: 0.6;
}
.socials li a:hover {
  background-color: #ed3237;
  color: #fff;
}
.socials li a:hover img {
  opacity: 1;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  background-color: #ff9f00;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 5px 10px;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 100%;
  margin-right: 20px;
  margin-top: -5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.tooltip .tooltiptext::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ff9f00;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.social-icon {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 1;
}
.social-icon.circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.share-box {
  position: relative;
  z-index: 2;
}
.share-box .share-link img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.share-box:hover .share-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.share-box .share-popup {
  position: absolute;
  right: 0;
  top: 100%;
  list-style: none;
  margin: 0;
  padding: 20px;
  width: 280px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.share-box .share-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share-box .share-popup li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: left;
}
.share-box .share-popup li a {
  color: #000;
}
.share-box .share-popup li a i {
  margin-right: 7px;
}
.share-box .share-popup li:last-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
blockquote {
  position: relative;
  margin: 0 0 30px;
  color: #fff;
  background-color: #643f6a;
  padding: 25px;
}
blockquote::after,
blockquote::before {
  content: '';
  position: absolute;
}
blockquote::after {
  top: 10px;
  left: -10px;
  width: 10px;
  bottom: -10px;
  background-color: #2a092f;
}
blockquote::before {
  top: 100%;
  left: -10px;
  height: 10px;
  right: 10px;
  background-color: #2a092f;
}
blockquote p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  img.alignright {
    float: right;
    margin-left: 30px;
  }
  img.alignleft {
    float: left;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 3rem;
    line-height: 1.1;
  }
  h3 {
    font-size: 2rem;
  }
}
html {
  font-size: 10px;
}
body {
  background: #fff;
  color: #000;
  font-family: Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
  font-size: 1.6rem;
  line-height: normal;
}
body.admin-bar {
  padding-top: 32px;
}
body.lock {
  overflow: hidden;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
}
.container:after {
  clear: both;
}
.container-full {
  margin-right: auto;
  margin-left: auto;
  padding-left: 60px;
  padding-right: 60px;
}
.site-main {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 94%;
  }
}
@media only screen and (max-width: 782px) {
  body.admin-bar {
    padding-top: 46px;
  }
}
@media screen and (max-width: 991px) {
  .site-main {
    padding-top: 110px;
  }
}
.primary-title {
  margin-bottom: 20px;
  color: #000;
  font-size: 2rem;
}
.primary-title span {
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
  border-bottom: 1px solid #e3e3e3;
}
.page-header {
  margin-bottom: 20px;
}
.page-title {
  position: relative;
  margin-bottom: 30px;
  line-height: 1.2;
  font-size: 3rem;
  text-align: center;
}
.font-large {
  font-size: 7.2rem;
}
.font-small {
  font-size: 1.4rem;
}
.lead {
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: center;
}
.more {
  text-transform: uppercase;
  text-align: right;
}
.more .more-link {
  color: #000;
}
.more .more-link:after {
  content: '→';
  display: inline-block;
  margin-left: 5px;
}
.more .more-link:hover {
  color: #bf1313;
}
.image-full {
  display: block;
  width: 100%;
}
.thumbnail {
  padding: 5px;
  background-color: #fff;
}
.text-center {
  text-align: center;
}
.error-404 .page-title {
  margin-bottom: 30px;
  text-align: center;
  color: #ff9f00;
}
.error-404 .error-text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.not-found .page-content .center-icon {
  text-align: center;
}
.not-found .page-content .center-icon i {
  font-size: 120px;
  color: #ff9f00;
}
.page-content .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin: 0 auto 50px;
  position: relative;
}
.page-content .search-form label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-content .search-form .search-field {
  border: 1px solid #c80036;
  padding: 9px 15px;
  outline: none;
  width: 100%;
}
.page-content .search-form .search-submit {
  padding: 7px 20px;
  border: 0;
  background: #c80036;
  width: 130px;
  text-align: center;
}
.page-content .search-form .search-submit .screen-reader-text {
  display: block;
  height: auto;
  clip: auto;
  clip-path: none;
  position: static !important;
  width: auto;
  color: #fff;
  text-transform: uppercase;
}
.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-list .gallery-item {
  margin-bottom: 30px;
  text-align: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.gallery-list .gallery-item img {
  display: block;
  width: 100%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .primary-title {
    font-size: 2.4rem;
  }
  .gallery-list .gallery-item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    width: 33.33%;
  }
}
@media only screen and (min-width: 992px) {
  .banner-page {
    padding: 12vw 0 11vw;
  }
  .banner-page h2 {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .primary-title span:after {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media print {
  body {
    margin: 0;
    background: transparent;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.6rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
  }
  img,
  fieldset {
    border: 0;
  }
  h1 {
    font-size: 1.8em;
  }
  h2 {
    font-size: 1.6em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.2em;
  }
  h5 {
    font-size: 1em;
  }
  h6 {
    font-size: 0.9em;
  }
  ol,
  ul {
    list-style-type: none;
  }
  ol li,
  ul li {
    list-style-type: disc;
  }
  dt {
    font-weight: bold;
  }
  a,
  a:visited {
    color: #000;
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  input,
  select,
  textarea {
    border: 1px solid #000;
  }
  input {
    padding: 1px 0;
  }
  select {
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: normal;
  }
  img {
    max-width: 100%;
  }
  pre,
  blockquote {
    border: 1px solid #000;
    page-break-inside: avoid;
  }
  div {
    text-align: left;
  }
  caption {
    display: none;
  }
  table {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-collapse: separate;
    border-spacing: 0;
  }
  table th,
  table td {
    padding: 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: left;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
}
/*
@media (min-width: @screen-sm-min) {
  .container {
    width: 750px;
  }
}
@media (min-width: @screen-md-min) {
  .container {
    width: 970px;
  }
}
@media (min-width: @screen-lg-min) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1300px;
  }
}
  */
.logo__link {
  display: inline-block;
  vertical-align: top;
}
.logo__link img {
  display: block;
}
.site-desc {
  opacity: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}
.header {
  position: relative;
  border-bottom: 1px solid #d3d3d3;
}
.header__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.header__left {
  padding: 5px 0;
  width: 180px;
}
.header__middle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right .search-form {
  margin: auto;
  position: relative;
  padding-left: 15px;
}
.header__right .search-form:hover .search-field {
  display: block;
}
.header__right .search-form .search-field {
  display: none;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  outline: none;
  top: -15px;
  right: 100%;
  position: absolute;
  width: 280px;
}
.header__right .search-form .search-submit {
  display: block;
  width: 23px;
  height: 24px;
  border: 0;
  background: url(images/search-icon.png) center no-repeat;
}
.header .cart-total {
  position: relative;
}
body.woocommerce-cart .header .cart-total {
  display: none;
}
.header .cart-total a {
  display: inline-block;
  color: #c80036;
}
.header .cart-total a i {
  font-size: 2.4rem;
}
.header .cart-total a .cart-qty {
  background: #ff5050;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: -10px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 11px;
  font-weight: 700;
}
.header .cart-total a .cart-ttl {
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
  font-size: 16px;
}
.nav {
  position: relative;
  z-index: 999;
}
.nav__inner {
  position: relative;
  padding-right: 100px;
}
.primary-menu {
  position: relative;
  z-index: 9999;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.primary-menu > li {
  position: relative;
}
.primary-menu > li > a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #292929;
  text-align: center;
  text-transform: capitalize;
}
.primary-menu > li.menu-item-has-children > a {
  padding-right: 20px;
}
.primary-menu > li.menu-item-has-children > a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #292929 transparent transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.primary-menu > li:hover > a,
.primary-menu > li.current-menu-item > a {
  color: #bf1313;
}
.primary-menu > li > ul.sub-menu {
  width: 200px;
  list-style: none;
  margin: 0;
  display: none;
  padding: 10px 0;
  left: 0;
  top: 100%;
  position: absolute;
  background-color: #fff;
}
.primary-menu > li > ul.sub-menu a {
  display: block;
  padding: 7px 20px;
  font-size: 1.4rem;
  color: #292929;
  text-transform: none;
}
.primary-menu > li > ul.sub-menu a:hover {
  color: #bf1313;
}
.primary-menu > li > ul.sub-menu ul {
  left: 100%;
  top: 0;
}
.primary-menu > li:hover > ul.sub-menu {
  display: block;
}
.flexMenuToggle {
  display: none;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 9999;
  background: none;
  background: #bf1313;
  border-radius: 2px;
  border: 0;
  padding: 2px 4px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flexMenuToggle .icon-bar {
  background: #fff;
  height: 4px;
  width: 32px;
  display: block;
}
.flexMenuToggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.flexMenuToggle .icon-bar:first-child,
.flexMenuToggle .icon-bar:nth-child(3) {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.flexMenuToggle:focus,
.flexMenuToggle:active {
  outline: none;
}
.flexMenuToggle.active .icon-bar:first-child {
  -webkit-transform: rotate(45deg) translate(6px, 8px);
          transform: rotate(45deg) translate(6px, 8px);
}
.flexMenuToggle.active .icon-bar:nth-child(2) {
  visibility: hidden;
}
.flexMenuToggle.active .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -9px);
          transform: rotate(-45deg) translate(7px, -9px);
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header__right .search-form {
    width: 50px;
  }
  .header__right .search-form .search-field {
    right: 5px;
  }
  .header__right .search-form .search-submit {
    right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .nav {
    display: none;
  }
  .flexMenuToggle {
    display: block;
  }
  .header {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
  }
  body.admin-bar .header {
    top: 46px;
  }
  .header__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .header__left .logo {
    text-align: center;
  }
  .header__left .logo img {
    width: auto;
    max-height: 70px;
  }
  .header__middle {
    padding-left: 60px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    position: relative;
  }
  .header__right {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header__right .phone {
    display: none;
  }
  .header .cart-total {
    position: relative;
    bottom: auto;
    top: auto;
  }
}
.footer-wrap {
  position: relative;
  z-index: 2;
  background-color: #292929;
}
.site-footer {
  background-color: #292929;
}
.site-footer .copyright {
  padding-bottom: 15px;
  padding-top: 15px;
  color: #ececec;
}
.footer-top {
  position: relative;
  padding: 20px 30px 10px;
}
.footer-top__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.footer-top .google-reviews {
  position: absolute;
  left: 20px;
  top: 20px;
}
.slideshow {
  position: relative;
  overflow: hidden;
}
.slideshow .banner__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slideshow .banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideshow .banner .container {
  position: relative;
  z-index: 3;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  height: 47.6vw;
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.slideshow .banner__content {
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
  color: #fff;
}
.slideshow .banner__content .title {
  margin: 0 0 20px;
  font-size: 4rem;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
}
.slideshow .banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 2rem;
}
.slideshow .banner__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.slideshow .banner__link {
  margin-top: 15px;
}
.slideshow .banner__link .btn {
  text-transform: uppercase;
  padding: 11px 40px;
}
.slideshow .slick-slider .slick-slide {
  overflow: hidden;
}
.slideshow .slick-slider .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #000;
  padding: 0;
}
.slideshow .slick-slider .slick-arrow.slick-prev {
  left: 20px;
}
.slideshow .slick-slider .slick-arrow.slick-next {
  right: 20px;
}
.slideshow .slick-slider .slick-arrow:not(.slick-disabled):hover {
  color: #fff;
  background-color: #000;
}
@media only screen and (min-width: 992px) {
  .slideshow .banner__content {
    max-width: 50%;
    margin-left: auto;
    text-align: left;
  }
  .slideshow .banner__content .title {
    font-size: 6rem;
  }
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  color: #b5b5b5;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li.item-home {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li.item-home .bread-home {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  background: url(images/home-icon.png) center no-repeat;
  width: 15px;
  height: 20px;
}
.breadcrumbs li + li:before {
  content: '/';
  display: inline-block;
  vertical-align: top;
  margin: 0 7px;
}
.breadcrumbs li a {
  color: #b5b5b5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.breadcrumbs li a:hover {
  color: #000;
}
.breadcrumbs li .bread-current {
  color: #b5b5b5;
}
.woocommerce .woocommerce-breadcrumb {
  text-align: center;
}
.woof_search_is_going nav.woocommerce-breadcrumb {
  display: block !important;
}
.page-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.page-content:before,
.page-content:after {
  display: table;
  content: "";
}
.page-content:after {
  clear: both;
}
.page-content:before,
.page-content:after {
  display: table;
  content: "";
}
.page-content:after {
  clear: both;
}
.content-item__img {
  text-align: center;
}
.content-item__content {
  padding: 0 20px 30px;
}
.content-item__link a {
  text-transform: uppercase;
}
.faq-item {
  margin-bottom: 10px;
  background-color: #f8f8f8;
  border: 1px solid #d3d3d3;
}
.faq-item__question {
  position: relative;
  padding: 10px 35px 10px 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.faq-item__question .faq-item__plus {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  padding: 3px;
  font-size: 0.9rem;
  color: #000;
}
.faq-item__question.active i {
  border-color: #ff9f00;
  background-color: #ff9f00;
  color: #fff;
}
.faq-item__question.active i:before {
  content: '\f068';
}
.faq-item__content {
  position: relative;
  padding: 10px 15px;
  display: none;
}
.faq-item__content::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  right: 15px;
  height: 1px;
  background-color: #d3d3d3;
}
.faq-item__content.active {
  display: block;
}
@media only screen and (min-width: 992px) {
  .content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .content-item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .content-item:nth-child(2n) .content-item__content {
    padding-left: calc((100vw - 970px) / 2);
  }
  .content-item:nth-child(2n + 1) .content-item__content {
    padding-right: calc((100vw - 970px) / 2);
  }
  .content-item__img {
    width: 50%;
    text-align: left;
  }
  .content-item__content {
    width: 50%;
  }
  .content-item:last-child {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-item:nth-child(2n) .content-item__content {
    padding-left: calc((100vw - 1170px) / 2);
  }
  .content-item:nth-child(2n + 1) .content-item__content {
    padding-right: calc((100vw - 1170px) / 2);
  }
}
.news-item {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.news-item__img {
  display: block;
  position: relative;
  overflow: hidden;
  height: 210px;
}
.news-item__img img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-item__title {
  margin: 0 0 15px;
  font-size: 2.4rem;
  line-height: normal;
}
.news-item__title a {
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-item__title a:hover {
  color: #bf1313;
}
.news-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #e3e3e3;
  padding: 0 0 15px;
  margin-bottom: 25px;
}
.news-item__meta > div {
  font-weight: bold;
}
.news-item__meta .tags {
  padding-left: 30px;
}
.news-item__meta .tags a {
  color: #000;
}
.news-item__desc p:last-child {
  margin-bottom: 0;
}
.news-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.news-item__link .btn {
  min-width: 265px;
}
.share-button-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.share-button-list li.facebook a i {
  color: #315f8e;
}
.share-button-list li.twitter a i {
  color: #56b5d4;
}
.share-button-list li.likedin a i {
  color: #37a6cb;
}
.share-button-list li.google a i {
  color: #e7763f;
}
.share-button-list li a {
  display: block;
  font-size: 3.5rem;
  line-height: 1;
  height: 35px;
}
.news-detail {
  max-width: 860px;
  margin: 0 auto;
}
.news-detail__img {
  margin-bottom: 50px;
  display: block;
  position: relative;
}
.news-detail__img img {
  display: block;
  margin: auto;
  width: 100%;
}
.news-detail__meta {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.news-detail__meta a {
  color: #000;
}
.news-detail__meta .share-link .text {
  display: none;
}
.news-detail__date {
  position: absolute;
  left: 10px;
  top: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60px;
  background-color: #bf1313;
  color: #fff;
  text-align: center;
}
.news-detail__date span {
  display: block;
}
.news-detail__date .ym {
  background-color: #eb0f0f;
  padding: 2px 5px;
  text-transform: uppercase;
  text-align: center;
}
.news-detail__date .day {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 5px;
}
.news-detail__title {
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: normal;
}
.news-detail__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f3f3f3;
  padding: 10px 15px;
}
.news-detail__bottom .tags a {
  color: #000;
}
.news-detail__bottom .tags a + a::before {
  content: ', ';
}
.news-detail__bottom .share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-detail__bottom .share-links li a {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.news-detail__bottom .share-links li a.fb {
  background-color: #2285e1;
}
.news-detail__bottom .share-links li a.ins {
  background-color: #16caa6;
}
.news-detail__bottom .share-links li a.tw {
  background-color: #14d9e5;
}
.news-detail__bottom .share-links li a i {
  font-size: 1.8rem;
}
.news-item-home {
  position: relative;
  height: 100%;
}
.news-item-home__col {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.news-item-home__img {
  display: block;
  position: relative;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
}
.news-item-home__img img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-item-home__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.news-item-home__title {
  margin: 15px 0 0;
  padding-bottom: 15px;
  font-size: 1.8rem;
  line-height: normal;
  border-bottom: 1px solid #e3e3e3;
}
.news-item-home__title a {
  display: block;
  overflow: hidden;
  height: 48px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-item-home__title a:hover {
  color: #bf1313;
}
.news-item-home__link {
  text-align: right;
}
.news-item-home__link a {
  background: none;
  color: #05a551;
  font-weight: bold;
}
.news-item-home__link a i {
  margin-left: 5px;
}
.news-home-block {
  margin-bottom: 50px;
}
.home-news-list {
  margin-left: -15px;
  margin-right: -15px;
}
.home-news-list:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-news-list:not(.slick-initialized) .news-item-home {
  width: 50%;
}
.home-news-list.slick-slider {
  margin: 0;
}
.home-news-list.slick-slider .slick-arrow.slick-prev {
  left: -15px;
}
.home-news-list.slick-slider .slick-arrow.slick-next {
  right: -15px;
}
@media only screen and (min-width: 768px) {
  .news-item {
    position: relative;
  }
  .news-item__img {
    height: 230px;
    overflow: hidden;
  }
  .news-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-detail__title {
    font-size: 2.4rem;
  }
  .news-item__img {
    height: 310px;
  }
  .home-news-list:not(.slick-initialized) .news-item-home {
    width: 25%;
  }
}
.product-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.product-categories .product-category {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.product-categories__title {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
}
.product-category {
  margin-bottom: 30px;
}
.product-category__inner {
  display: block;
  text-align: center;
}
.product-category__img {
  display: block;
}
.product-category__img img {
  display: block;
  margin: auto;
}
.product-category__name {
  display: block;
  font-weight: bold;
  color: #000;
}
.product-listing {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.page-content-term .term-description {
  display: none;
}
.products-block {
  padding-top: 50px;
}
.woocommerce ul.products li.product {
  border: 1px solid #484848;
}
.woocommerce ul.products li.product .picture {
  text-align: center;
}
.woocommerce ul.products li.product .details {
  padding: 0 20px 30px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  color: #313131;
}
.woocommerce ul.products li.product .price {
  font-size: 2rem;
}
.woocommerce ul.products li.product .price .amount {
  font-weight: 700;
  font-size: 1.3rem;
  color: #313131;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .button {
  margin-top: 0;
  padding: 16px 25px;
  font-size: 1.6rem;
  border-color: #ff9f00;
  background-color: #ff9f00;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.woocommerce ul.products li.product .button:hover {
  border-color: #ff5600;
  background-color: #ff5600;
  color: #fff;
}
.woocommerce ul.products li.product .added_to_cart.wc-forward {
  margin-left: 5px;
}
.widget-woof {
  border: 1px solid #aaa;
  border-radius: 8px;
  margin: 0 0 30px;
  padding: 10px 20px;
}
.widget .woof_redraw_zone .woof_container {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #aaa;
}
.widget .woof_redraw_zone .woof_container:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.widget .woof_redraw_zone .woof_container .woof_container_inner h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.widget .woof_redraw_zone .woof_list li {
  display: block !important;
}
.widget .woof_redraw_zone .woof_list li .woof_label_term {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  height: auto;
  display: block;
}
.widget .woof_redraw_zone .woof_list li .woof_label_term.checked,
.widget .woof_redraw_zone .woof_list li .woof_label_term:hover {
  color: #bf1313;
}
.widget .woof_redraw_zone .woof_container_inner_populartags .woof_list li {
  display: inline-block !important;
}
.product-item {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  padding: 25px 15px 110px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
}
.product-item__col {
  margin-bottom: 30px;
}
.product-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-item__content {
  padding-right: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-item__logo {
  padding: 0 20px 20px;
  text-align: center;
  border-left: 1px solid #d3d3d3;
  width: 160px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-item__name {
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
}
.product-item__image {
  position: absolute;
  z-index: -1;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.product-item__image img {
  display: block;
  width: 100%;
}
.product-item__link {
  margin-top: 10px;
}
.product-item__link a {
  color: #ff9f00;
}
.product-categories-block {
  margin-bottom: 50px;
}
.woocommerce-cart .wc-block-grid__product-title {
  color: #000;
}
.woocommerce-cart .wc-block-grid__product-title:hover {
  color: #05a551;
}
.woocommerce-cart .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  padding: 16px 25px;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  border-color: #ff9f00;
  background-color: #ff9f00;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.woocommerce-cart .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product {
  font-size: 1.6rem;
  font-weight: bold;
  color: #05a551;
}
.woocommerce-cart .wc-block-grid__product .wc-block-grid__product-price {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .product-categories .product-category {
    width: 25%;
  }
  .product-categories .product-category__img {
    max-width: 88%;
  }
}
@media only screen and (min-width: 992px) {
  .product-categories .product-category {
    width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .product-categories .product-category {
    width: 16.66%;
  }
}
@media only screen and (min-width: 1600px) {
  .product-categories .product-category {
    width: 12.57%;
  }
}
.woocommerce .products-page div.product .product_title {
  font-size: 2.4rem;
}
.woocommerce .products-page div.product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.woocommerce .products-page div.product form.cart .button {
  margin-left: 10px;
  padding: 15px 10px;
  border-color: #bf1313;
  background-color: #bf1313;
  color: #fff;
  font-size: 2rem;
  float: none !important;
  min-width: 200px;
}
.woocommerce .products-page div.product form.cart .button:hover {
  border-color: #eb0f0f;
  background-color: #eb0f0f;
  color: #fff;
}
.woocommerce .products-page div.product form.cart .quantity {
  float: none !important;
  margin: 0 !important;
  width: 50px;
}
.woocommerce .products-page div.product form.cart .quantity input {
  border: 1px solid #e3e3e3;
  padding: 15px 1px;
  text-align: center;
}
.woocommerce .products-page div.product p.price {
  color: #05a551;
}
.woocommerce .products-page div.product .woocommerce-tabs ul.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.woocommerce .products-page div.product .woocommerce-tabs ul.tabs::before {
  border: 0;
}
.woocommerce .products-page div.product .woocommerce-tabs ul.tabs li {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  border-radius: 5px 5px 0 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}
.woocommerce .products-page div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce .products-page div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce .products-page div.product .woocommerce-tabs ul.tabs li.active {
  border-color: #05a551;
  background-color: #05a551;
  color: #fff;
}
.woocommerce .products-page div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 9px 10px;
}
.woocommerce .products-page div.product .woocommerce-tabs .panel {
  border: 1px solid #f0f0f0;
  padding: 30px 35px;
  border-radius: 6px;
}
.woocommerce .products-page div.product table.shop_attributes {
  border: 1px solid #d3d3d3;
  border-radius: 6px;
}
.woocommerce .products-page div.product table.shop_attributes th {
  border-right: 0;
  border-bottom: 1px solid #d3d3d3;
  text-align: left;
  font-weight: normal;
  padding: 10px;
}
.woocommerce .products-page div.product table.shop_attributes td {
  border-bottom: 1px solid #d3d3d3;
  font-style: normal;
  padding: 10px;
}
.woocommerce .products-page div.product table.shop_attributes tr:nth-child(even) td,
.woocommerce .products-page div.product table.shop_attributes tr:nth-child(2n + 1) td {
  background-color: #fff;
}
.woocommerce .products-page div.product table.shop_attributes tr:nth-child(even) td a,
.woocommerce .products-page div.product table.shop_attributes tr:nth-child(2n + 1) td a {
  color: #000;
}
.woocommerce .products-page div.product div.images .flex-control-thumbs {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.woocommerce .products-page div.product div.images .flex-control-thumbs li {
  padding: 5px;
}
.woocommerce .products-page div.product div.images .flex-control-thumbs li img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wc-block-cart__submit-button {
  display: inline-block;
  padding: 11px 25px;
  margin-bottom: 0;
  font-family: Helvetica, 'Helvetica Neue', Arial, 'Lucida Grande', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #efefef;
  border: 1px solid #a9a9a9;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1.6rem;
  border-color: #4caf50;
  background-color: #4caf50;
  color: #fff;
}
.wc-block-cart__submit-button--no-round {
  border-radius: 0;
}
.wc-block-cart__submit-button--has-icon {
  padding-right: 65px;
  position: relative;
}
.wc-block-cart__submit-button--has-icon .btn-icon {
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: -1px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
.wc-block-cart__submit-button--has-icon .btn-icon i {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wc-block-cart__submit-button--has-icon:hover .btn-icon i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.wc-block-cart__submit-button-outline-primary {
  border-color: #bf1313;
  background-color: transparent;
  color: #bf1313;
}
.wc-block-cart__submit-button-outline-primary:hover,
.wc-block-cart__submit-button-outline-primary:focus,
.wc-block-cart__submit-button-outline-primary:active {
  border-color: #eb0f0f;
  background-color: #eb0f0f;
  color: #fff;
}
.wc-block-cart__submit-button-outline-white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.wc-block-cart__submit-button-outline-white:hover,
.wc-block-cart__submit-button-outline-white:focus,
.wc-block-cart__submit-button-outline-white:active {
  border-color: #0c0f14;
  background-color: #0c0f14;
  color: #fff;
}
.wc-block-cart__submit-button-black {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.wc-block-cart__submit-button-black:hover,
.wc-block-cart__submit-button-black:focus,
.wc-block-cart__submit-button-black:active {
  border-color: #d3d3d3;
  background-color: #fff;
  color: #000;
}
.wc-block-cart__submit-button-green {
  border-color: #4caf50;
  background-color: #4caf50;
  color: #fff;
}
.wc-block-cart__submit-button-green:hover,
.wc-block-cart__submit-button-green:focus,
.wc-block-cart__submit-button-green:active {
  border-color: #2fb134;
  background-color: #2fb134;
  color: #fff;
}
.wc-block-cart__submit-button-red {
  border-color: #c80036;
  background-color: #c80036;
  color: #fff;
}
.wc-block-cart__submit-button-red:hover,
.wc-block-cart__submit-button-red:focus,
.wc-block-cart__submit-button-red:active {
  border-color: #f40000;
  background-color: #f40000;
  color: #fff;
}
.wc-block-cart__submit-button.disabled {
  cursor: not-allowed;
}
.wc-block-cart__submit-button:hover,
.wc-block-cart__submit-button:focus,
.wc-block-cart__submit-button:active {
  border-color: #2fb134;
  background-color: #2fb134;
  color: #fff;
}
.product-tags {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-tags li {
  display: inline;
}
.product-tags li + li::before {
  content: ',';
  padding-right: 5px;
}
.product-tags li a {
  color: #000;
}
.product-tags li a:hover {
  color: #bf1313;
}
.tab-container {
  margin-bottom: 30px;
  border-bottom: 1px solid #d3d3d3;
}
.tab-container .tab-item {
  margin: 0;
}
.tab-container .tab-item + .tab-item {
  margin-top: -1px;
}
.tab-container .tab-item dt {
  display: block;
  border: 1px solid #d3d3d3;
}
.tab-container .tab-item dt a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  background-color: #f1f1f1;
  color: #8d8d8d;
  font-size: 1.8rem;
}
.tab-container .tab-item dt a i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tab-container .tab-item dt a.active {
  color: #000;
}
.tab-container .tab-item dt a.active i:before {
  content: '\f068';
}
.tab-container .tab-item dd {
  margin: 0;
  display: none;
  padding: 10px;
}
.tab-container .tab-item dd.active {
  display: block;
}
.tab-container .tab-item:last-child dt {
  border-bottom: 0;
}
.tab-container .tab-content.active {
  display: block;
}
.product-noted {
  margin-bottom: 30px;
}
.content-bottom-item {
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-bottom-item__content {
  text-align: center;
}
.related_products h2 {
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .product-noted {
    margin-bottom: 50px;
  }
  .content-bottom-item:nth-child(2n + 1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.search-item {
  margin-bottom: 30px;
  text-align: center;
}
.search-item .img {
  display: block;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.search-item .img img {
  width: 100%;
}
.search-item .title {
  font-size: 1.6rem;
}
.search-item .title a {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .search-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .search-list .search-item {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .search-list .search-item .img {
    padding-bottom: 80%;
    height: 0;
  }
  .search-list .search-item .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media only screen and (min-width: 992px) {
  .search-list .search-item {
    width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
html:root {
  --wpforms-button-background-color: #c80036;
}
.contact-form {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.contact-form .wpforms-container {
  margin-bottom: 0;
}
.contact-form .wpforms-container::after,
.contact-form .wpforms-container::before {
  content: '';
  display: table;
  clear: both;
}
.contact-form .wpforms-container .wpforms-field {
  padding-top: 0;
}
.contact-form .wpforms-container .wpforms-field .wpforms-field-label {
  margin-bottom: 10px;
  font-weight: normal;
}
.contact-form .wpforms-container .wpforms-field textarea.wpforms-field-large {
  height: 110px;
}
.contact-form .wpforms-container .wpforms-submit-container {
  text-align: center;
}
.contact-form .wpforms-container .wpforms-submit-container button[type='submit'] {
  border-radius: 0;
  min-width: 280px;
}
.contact-form .g-recaptcha > div {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .contact-form .wpforms-container .wpforms-submit-container button[type='submit'] {
    min-width: 350px;
  }
}
.custom-quick-ship {
  margin-bottom: 10px;
}
.custom-quick-ship__main {
  margin-bottom: 20px;
}
.custom-quick-ship__img {
  margin-bottom: 20px;
  text-align: center;
}
.custom-quick-ship__link {
  margin-top: 25px;
}
.product-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  background-color: #292929;
  width: 100%;
  height: 215px;
}
.product-category-item__col {
  margin-bottom: 30px;
}
.product-category-item img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-category-item__name {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.product-category-item__link {
  text-align: center;
}
.product-category-item__link .btn {
  text-transform: uppercase;
  min-width: 160px;
}
.product-combinations {
  margin-bottom: 50px;
  background-position: center;
  background-size: cover;
  height: 80vh;
  color: #fff;
  text-align: center;
  padding: 45px 0;
}
.product-combinations__content {
  font-size: 2rem;
}
.product-combinations__link {
  margin-top: 30px;
}
.product-combinations__link .btn {
  text-transform: uppercase;
  min-width: 150px;
}
.bottom-boxes {
  margin-bottom: 50px;
}
.combination-box {
  position: relative;
  border: 1px solid #d3d3d3;
  padding: 15px;
  text-align: center;
  padding-bottom: 50%;
  min-height: 100%;
}
.combination-box__img {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}
.combination-box__img img {
  -webkit-transition: all 1s;
  transition: all 1s;
}
.combination-box__link {
  margin-top: 30px;
}
.combination-box__link .btn {
  border: 1px solid #d3d3d3;
  text-transform: uppercase;
  background-color: transparent;
}
.combination-box__link .btn:hover {
  border-color: #bf1313;
  background-color: #bf1313;
  color: #fff;
}
.home-news-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.home-news-block__inner {
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  text-align: right;
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  .custom-quick-ship__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .combination-box:hover .combination-box__img img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .home-news-block__inner {
    max-width: 50%;
  }
}
.content-bottom {
  padding-top: 30px;
  color: #fff;
}
.bottom-box {
  margin-bottom: 30px;
}
.bottom-box__title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
}
.bottom-box__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bottom-box__content ul li {
  margin-bottom: 10px;
}
.bottom-box__content ul.menu li a {
  position: relative;
  display: inline-block;
  color: #fff;
}
.bottom-box__content ul.menu li a:hover {
  color: #bf1313;
}
.bottom-box__content img.alignleft {
  margin-right: 7px;
  margin-top: 5px;
}
.bottom-box .social-links {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.bottom-box .social-links a {
  color: #fff;
  font-size: 2.8rem;
}
.bottom-box .social-links a:hover {
  color: #bf1313;
}
.bottom-box p {
  margin-bottom: 10px;
}
.bottom-box p:last-child {
  margin-bottom: 0;
}
.bottom-box--newsletter .bottom-box__content .desc {
  margin-bottom: 20px;
}
.bottom-box--newsletter .emaillist .es_subscription_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid #fff;
}
.bottom-box--newsletter .emaillist .es_subscription_form .es-field-wrap {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bottom-box--newsletter .emaillist .es_subscription_form .es-field-wrap .es_txt_email {
  border: 0;
  width: 100%;
  padding: 10px 15px;
}
.bottom-box--newsletter .emaillist .es_subscription_form_submit {
  background-color: #ececec;
  color: #292929;
  padding: 10px 40px;
  border: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .content-bottom {
    padding-top: 60px;
  }
  .bottom-box__content ul.menu--cols-2 {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.mainsite,
.block-mainnav-mobile,
.fxmenu-touch {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.showmenu .wrapper,
body.hidemenu .wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* mainsite */
.mainsite {
  position: relative;
  left: 0;
  z-index: 1000;
}
body.showmenu .mainsite:before,
body.showbackbg .mainsite:before {
  content: '';
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* block-mainnav */
body.showmenu .mainsite .flexMenuToggle {
  left: 290px;
}
body.showmenu.hidemenu .mainsite .flexMenuToggle {
  left: 15px;
}
.block-mainnav-mobile {
  width: 280px;
  z-index: 10000;
  position: absolute;
  margin: 0;
  padding: 0;
  background: #2c2c2c;
  left: -28rem;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body.showmenu .block-mainnav-mobile {
  left: 0;
}
body.hidemenu .block-mainnav-mobile {
  left: -28rem;
}
/*item*/
.mobile-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-menu {
  padding: 0;
}
body.admin-bar .mobile-menu {
  padding-top: 46px;
}
.mobile-menu li {
  display: block;
}
.mobile-menu li a {
  color: #fff;
  display: block;
  padding: 5px 12px;
  font-size: 1.6rem;
}
.mobile-menu > li {
  padding-left: 0;
}
.mobile-menu > li > a {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 2rem;
  line-height: 30px;
}
.mobile-menu > li .sub-menu {
  padding-bottom: 15px;
  padding-left: 0;
}
.mobile-menu li li a {
  padding: 8px 12px 8px 50px;
}
.mobile-menu li a:hover {
  background: #bf1313;
  text-decoration: none;
}
.mobile-menu .current_page_item a,
.mobile-menu .current-menu-item a {
  background: #bf1313;
}
@media (max-width: 767px) {
  .mobile-menu > li > a {
    font-size: 16px;
  }
}
aside {
  position: relative;
  z-index: 99;
  background-color: #fff;
}
aside .filters-close {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.filter-button {
  display: none;
  margin-bottom: 20px;
  -webkit-transition: none;
  transition: none;
  padding: 9px 15px;
}
.filter-button .text-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: bold;
}
.filter-button .text-open::before {
  content: '';
  display: inline-block;
  background: url(images/filters-button.png) left center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
.filter-button .text-close {
  display: none;
}
.filter-button.active {
  width: 320px;
  text-align: right;
  font-size: 3rem;
  padding: 2px 10px;
}
.filter-button.active .text-open {
  display: none;
}
.filter-button.active .text-close {
  display: block;
}
.sidebar-box {
  border-bottom: 1px solid #090909;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar-box--filters,
.sidebar-box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.sidebar-box--menus {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar-box__title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 9px 0;
}
.sidebar-box ul.menus {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-box ul.menus li {
  position: relative;
}
.sidebar-box ul.menus li a {
  display: block;
  padding: 5px 0;
  font-size: 1.6rem;
  line-height: normal;
  position: relative;
  color: #000;
}
.sidebar-box ul.menus li a.current,
.sidebar-box ul.menus li a:hover {
  color: #bf1313;
}
.sidebar-box ul.menus li.active a {
  color: #bf1313;
}
.sidebar-box ul.menus li.active .sub-categories {
  display: block;
}
.sidebar-box ul.menus .sub-categories {
  display: none;
  border-top: 1px solid #d3d3d3;
}
.sidebar-box ul.menus .sub-categories li a {
  padding-left: 15px;
}
.sidebar-box ul.menus .sub-categories li:last-child {
  border-bottom: 0;
}
.sidebar-box ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: normal;
}
.sidebar-box ul.list .year strong {
  display: block;
  padding: 4px 10px;
  cursor: default;
  color: #69b500;
}
.sidebar-box ul.list ul {
  list-style: none;
  margin: 0;
  padding: 0 0 5px 20px;
}
.sidebar-box ul.list ul li a {
  display: block;
  padding: 3px 0;
  color: #000;
}
.sidebar-box ul.list ul li a:hover {
  color: #05a551;
}
.sidebar-box .search-form {
  width: 100%;
  position: relative;
}
.sidebar-box .search-form .search-field {
  height: 38px;
  font-size: 14px;
  display: block;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 5px 40px 5px 15px;
  width: 100%;
  outline: none;
}
.sidebar-box .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border: none;
  background: #ff9f00 url(images/search-button-white.png) center no-repeat;
  border-radius: 0 4px 4px 0;
  font-size: 0;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tag-item {
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: normal;
}
.tag-item a {
  color: #000;
}
.tag-item a:hover {
  color: #bf1313;
}
.sidebar-toggle {
  display: none;
  background: #b75c01;
  border: 0;
  padding: 5px 10px;
  border-radius: 2px;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .filter-button {
    position: fixed;
    z-index: 1000;
    left: 15px;
    top: 84px;
    display: block;
  }
  body.admin-bar .filter-button {
    top: 130px;
  }
  .sidebar--products {
    left: 15px;
    top: 124px;
    bottom: 0;
    position: fixed;
    z-index: 1001;
    width: 320px;
    overflow-y: auto;
  }
  body.admin-bar .sidebar--products {
    top: 170px;
  }
  .sidebar--products .widget-woof {
    border: 0;
    border-radius: 0;
  }
  .sidebar {
    display: none;
  }
  .sidebar.active {
    display: block;
  }
  .sidebar.active .filter-button {
    width: 100%;
    background-color: #05a551;
    color: #fff;
    border: 0;
    text-align: right;
    font-size: 20px;
    padding: 10px;
    border-radius: 0;
  }
}
.footer-pagination {
  text-align: center;
}
.footer-pagination .pagi-text {
  display: inline-block;
  vertical-align: middle;
}
.pagination {
  display: inline-block;
}
.pagination a,
.pagination span {
  display: inline-block;
  width: 35px;
  padding: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  background-color: #fff;
  color: #202020;
  text-transform: capitalize;
  margin: 0 2px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination a:hover,
.pagination span:hover,
.pagination a.current,
.pagination span.current {
  border-color: #ff9f00;
  background-color: #ff9f00;
  color: #fff;
}
.pagination a.prev,
.pagination span.prev,
.pagination a.next,
.pagination span.next {
  background-color: transparent;
  border-color: transparent;
  width: auto;
}
.pagination a.prev:hover,
.pagination span.prev:hover,
.pagination a.next:hover,
.pagination span.next:hover,
.pagination a.prev.current,
.pagination span.prev.current,
.pagination a.next.current,
.pagination span.next.current {
  border-color: #ff9f00;
  background-color: #ff9f00;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */