/*
Theme Name: MrBara
Theme URI: https://drfurithemes.com/mrbara
Author: DrFuri
Author URI: https://drfurithemes.com/mrbara
Description: Responsive Multi-Purpose eCommerce WordPress Theme
Version: 2.1.8
Requires at least: 4.9
Tested up to: 5.8
Requires PHP: 7.4
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mrbara
Domain Path: lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Normalize
2.0 - Typography
3.0 - Elements
	3.1 - Common Elements
	3.2 - WordPress Elements
	3.3 - Theme's Elements
4.0 - Header
5.0 - Navigation
6.0 - Content
	6.1 - Posts and pages
	5.2 - Comments
7.0 - Widgets
8.0 - Footer
--------------------------------------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
@keyframes menu-animation {
  0% {
    opacity: 0;
    transform: scale(0.04) translateY(300%);
  }
  40% {
    transform: scale(0.04) translateY(0);
    transition: ease-out;
  }
  40% {
    transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    transform: scale(0.02) translateY(0px);
  }
  61% {
    opacity: 1;
    transform: scale(0.04) translateY(0px);
  }
  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  100% {
    opacity: 1;
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes pre-loader-color {
  100%,
  0% {
    stroke: #990000;
  }
  40% {
    stroke: #305e7b;
  }
  66% {
    stroke: #cc0000;
  }
  80%,
  90% {
    stroke: #ca7f09;
  }
}
@keyframes dot-amimation {
  0% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(-4px);
  }
}
@-webkit-keyframes header-animation {
  from {
    opacity: 0.5;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes header-animation {
  from {
    opacity: 0.5;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes boxed-header-animation {
  from {
    opacity: 0.5;
    top: -100%;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes boxed-header-animation {
  from {
    opacity: 0.5;
    top: -100%;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes boxed-header-animation2 {
  from {
    opacity: 0.5;
    top: -100%;
  }
  to {
    opacity: 1;
    top: 32px;
  }
}
@keyframes boxed-header-animation2 {
  from {
    opacity: 0.5;
    top: -100%;
  }
  to {
    opacity: 1;
    top: 32px;
  }
}
@keyframes bubble {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@-webkit-keyframes bubble {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  z-index: 9999;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}
.select2-container .select2-search--inline .select2-search__field:focus {
  box-shadow: none;
  cursor: text;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-drop {
  z-index: 999999;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #eee 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  min-width: 40px !important;
  padding: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #eee;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #eee;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #eee;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
html,
body {
  -webkit-backface-visibility: hidden;
}
/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}
/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
       * Simple fade transition,
       */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/*
 * OwlCarousel
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-controls {
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-controls .owl-buttons div {
  margin-top: -20px;
  height: 50px;
  width: 50px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 99;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
  background-color: #333;
}
.owl-controls .owl-buttons div:hover {
  background-color: #333;
}
.owl-controls .owl-prev {
  left: -60px;
}
.owl-controls .owl-next {
  right: -60px;
}
/* Styling Pagination*/
.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-controls .owl-page span {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 7px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: transparent;
  border: 1px solid #fff;
}
.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
}
/* If PaginationNumbers is true */
.owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*--------------------------------------------------------------
1.0 - Normalize
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}
caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}
table,
th,
td {
  border: 1px solid #d1d1d1;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 0.4375em;
}
dl {
  margin: 0 0 1.75em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1.75em;
}
blockquote {
  font-style: italic;
  border-left-color: #990000;
  padding: 10px 15px;
}
blockquote p {
  margin-bottom: 10px;
}
blockquote cite {
  display: block;
  font-style: normal;
  color: #000;
}
blockquote cite:before {
  content: "\2014\00a0";
}
/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/
body {
  color: #999;
  font-size: 14px;
  font-family: Poppins, Arial, sans-serif;
  line-height: 1.7;
  background: #fff;
  word-wrap: break-word;
  font-weight: 400;
}
@-moz-document url-prefix() {
  body {
    font-weight: 300;
  }
}
a {
  transition: 0.5s;
  color: #990000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: Montserrat, "Times New Roman", Times, serif;
  line-height: 1.2;
  color: #000;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
ul {
  list-style-type: square;
  padding-left: 20px;
}
li {
  margin-bottom: 7px;
}
p {
  margin-bottom: 1.7em;
}
/*--------------------------------------------------------------
2.0 - Typography
--------------------------------------------------------------*/
.mr-container-fluid {
  padding-right: 80px;
  padding-left: 80px;
  width: 100%;
}
.mr-container-large {
  width: 100%;
  max-width: 1365px;
  margin: 0 auto;
}
.mr-container {
  width: 100%;
  max-width: 970px;
}
.container-full {
  width: 100%;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
.container .container {
  width: 100%;
}
.site-content {
  padding-top: 75px;
  padding-bottom: 130px;
}
.mrbara-template-homepage .site-content,
.my-account-page-2 .site-content,
.page-template-template-full-width .site-content {
  padding-top: 0;
  padding-bottom: 0;
}
.post-type-archive-product .site-content {
  padding-bottom: 80px;
}
.post-type-archive-product.shop-subcategories .site-content {
  padding-bottom: 130px;
}
.page-template-template-home-width-1620.header-top-style-6 .site-header > .container-fluid,
.page-template-template-home-width-1620 .footer-layout-4.footer-width-2 > .container-fluid,
.page-template-template-home-width-1620 .site-content > .container-fluid {
  max-width: 1620px;
  padding-left: 0;
  padding-right: 0;
}
.page-template-template-home-boxed-content .site {
  margin: 50px;
}
.page-template-template-home-boxed-content.header-top-style-2 .site {
  margin: 0;
}
.page-template-template-home-boxed-content.header-left-style-2 .site {
  margin: 0;
}
.page-template-template-home-boxed-content .mr-container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.page-template-template-home-boxed-content.header-transparent .site-header > .mr-container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.page-template-template-home-boxed-content.header-transparent .main-nav .site-header > .mr-container-fluid {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 5px;
}
.page-template-template-home-boxed-content .main-nav .modal-header {
  padding: 50px;
}
.page-template-template-home-boxed-content .footer-layout-4.footer-width-2 > .mr-container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.page-template-template-home-boxed-content .footer-layout-3 > .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
  max-width: 100%;
}
.shop-subcategories .site-content {
  padding-bottom: 65px;
}
.post-type-archive-portfolio_project .site-content {
  padding-bottom: 75px;
}
.shop-full-width .primary-sidebar,
.blog .primary-sidebar,
.single-post .primary-sidebar {
  padding-left: 0;
}
.shop-full-width .content-area,
.blog .content-area,
.single-post .content-area {
  padding-right: 100px;
}
.shop-full-width.full-content .content-area,
.blog.full-content .content-area,
.single-post.full-content .content-area {
  padding-right: 15px;
}
.shop-full-width.sidebar-content .content-area,
.blog.sidebar-content .content-area,
.single-post.sidebar-content .content-area {
  padding-right: 15px;
  padding-left: 100px;
}
.shop-full-width.sidebar-content .primary-sidebar,
.blog.sidebar-content .primary-sidebar,
.single-post.sidebar-content .primary-sidebar {
  padding-left: 15px;
  padding-right: 0;
}
.shop-full-width.content-sidebar .primary-sidebar,
.blog.content-sidebar .primary-sidebar,
.single-post.content-sidebar .primary-sidebar {
  padding-right: 15px;
}
.shop-full-width .primary-sidebar {
  padding-left: 0;
  padding-right: 0;
}
.sidebar-content .content-area {
  float: right;
}
.page-template-template-1520 .site-content > .container {
  width: 1520px;
  padding-left: 15px;
  padding-right: 15px;
}
.portfolio-masonry .site-content > .mr-container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.page-template-template-home-cosmetic {
  background-color: #dae6e6;
}
.page-template-template-home-cosmetic .site-content {
  margin: 0 15px;
}
.page-template-template-home-cosmetic .site-header,
.page-template-template-home-cosmetic.header-top-style-8 .site-header,
.page-template-template-home-cosmetic.header-top-style-9 .site-header,
.page-template-template-home-cosmetic .topbar,
.page-template-template-home-cosmetic .site-footer {
  background-color: transparent;
}
.page-template-template-home-cosmetic .site-footer .footer-layout-1,
.page-template-template-home-cosmetic .site-footer .footer-layout-2,
.page-template-template-home-cosmetic .site-footer .footer-layout-3,
.page-template-template-home-cosmetic .site-footer .footer-layout-4,
.page-template-template-home-cosmetic .site-footer .footer-layout-5,
.page-template-template-home-cosmetic .site-footer .footer-layout-6,
.page-template-template-home-cosmetic .site-footer .footer-layout-7,
.page-template-template-home-cosmetic .site-footer .footer-layout-8 {
  background-color: transparent;
}
.page-template-template-homepage-transparent .site-header,
.page-template-template-homepage-transparent.header-top-style-8 .site-header,
.page-template-template-homepage-transparent.header-top-style-9 .site-header,
.page-template-template-homepage-transparent .topbar,
.page-template-template-homepage-transparent .site-footer,
.page-template-template-homepage-transparent .site-content,
.page-template-template-homepage-transparent.boxed .site-content {
  background-color: transparent;
}
.page-template-template-homepage-transparent .site-footer .footer-layout-1,
.page-template-template-homepage-transparent .site-footer .footer-layout-2,
.page-template-template-homepage-transparent .site-footer .footer-layout-3,
.page-template-template-homepage-transparent .site-footer .footer-layout-4,
.page-template-template-homepage-transparent .site-footer .footer-layout-5,
.page-template-template-homepage-transparent .site-footer .footer-layout-6,
.page-template-template-homepage-transparent .site-footer .footer-layout-7,
.page-template-template-homepage-transparent .site-footer .footer-layout-8 {
  background-color: transparent;
}
.has-promotion .site {
  position: relative;
}
/*--------------------------------------------------------------
3.0 - Elements
--------------------------------------------------------------*/
.alignnone {
  margin: 0;
}
.aligncenter,
div.aligncenter,
.aligncenter img {
  display: block;
  margin: 1em auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.wp-caption {
  background: #fff;
  padding: 5px;
  max-width: 100%;
  text-align: center;
}
.wp-caption img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.wp-caption-text {
  font-size: small;
  margin: 0;
  padding: 5px 0 0;
}
.gallery-caption {
  display: block;
}
.bypostauthor {
  display: block;
}
.sticky {
  display: block;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  bottom: 0;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.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-caption {
  display: block;
}
/*--------------------------------------------------------------
4.0 - Header
--------------------------------------------------------------*/
.modal-open .modal {
  overflow: hidden;
}
.modal .modal-dialog {
  position: absolute;
  top: -100%;
  left: 0;
  transform: translate(0, -50%);
  transition: 0.55s;
  background-color: transparent;
  width: 100%;
  opacity: 0;
  margin: 0;
  z-index: 9999;
}
.modal .modal-content {
  box-shadow: none;
  border-radius: 0;
  position: relative;
  background-clip: padding-box;
  outline: 0;
  border: none;
  background-color: #fff;
  width: 910px;
  margin: 0 auto;
}
.modal .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal .modal-backdrop.fade {
  opacity: 0;
}
.modal .modal-backdrop.in {
  opacity: 0.5;
}
.modal .modal-header {
  min-height: 40px;
  text-align: center;
  position: absolute;
  z-index: 99;
  right: 15px;
  left: 15px;
  border: none;
  padding: 0;
}
.modal .modal-header .close {
  height: 40px;
  width: 40px;
  color: #444444;
}
.modal .modal-header .navbars-title {
  font-size: 14px;
  font-family: Montserrat, "Times New Roman", Times, serif;
  text-transform: uppercase;
}
.modal .modal-header .navbars-icon .navbars-line {
  background-color: #fff !important;
}
.modal .modal-header .navbars-icon .navbars-line:after,
.modal .modal-header .navbars-icon .navbars-line:before {
  background-color: #fff !important;
}
.modal .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal .modal-body {
  position: relative;
}
.modal.in .woocommerce .modal-header {
  right: 15px !important;
  top: 15px !important;
}
.modal .woocommerce .modal-content .product .products-links {
  display: none;
}
.modal .woocommerce .modal-content .product .thumbnails-right {
  display: none;
}
.modal .woocommerce .modal-content .product .woo-short-description {
  max-height: 201px;
  overflow: auto;
  line-height: 1.6;
  padding-right: 17px;
}
.modal .woocommerce .modal-content .product div.images .woocommerce-product-gallery__wrapper .slick-slide .photoswipe.video:after,
.modal .woocommerce .modal-content .product .product-thumbnails .slick-slide.video-thumb:after {
  display: none;
}
.modal .woocommerce .modal-content .product.product-type-grouped .product_title {
  max-width: 100%;
  padding-right: 100px;
}
.modal .woocommerce .modal-content .product.product-type-grouped form.cart {
  margin-top: 30px;
  padding-top: 40px;
}
.modal .woocommerce .modal-content .product.product-type-grouped table.group_table {
  margin-bottom: 30px;
}
.modal .woocommerce .modal-content .product.product-type-grouped .price {
  margin-bottom: 28px;
}
.modal .woocommerce .modal-content .product.product-type-variable .product_title {
  max-width: 100%;
  padding-right: 100px;
}
.modal .woocommerce .modal-content .product.product-type-variable form.cart .variations td.label {
  padding-bottom: 10px;
}
.modal .woocommerce .modal-content .product.product-type-variable form.cart .variations tr td {
  padding-bottom: 10px;
}
.modal .woocommerce .modal-content .product.product-type-variable form.cart.variations_form {
  margin-top: 0;
}
.modal .woocommerce .modal-content .product.product-type-variable form.cart .single_variation_wrap .woocommerce-variation {
  padding-top: 20px;
}
.modal .woocommerce .modal-content .product.product-type-variable form.cart .woocommerce-variation-availability {
  margin-bottom: 30px;
}
.modal .woocommerce .modal-content .product.product-type-variable .woo-short-description {
  margin-bottom: 20px;
}
.modal .woocommerce .modal-content .product.product-type-variable .price {
  margin-bottom: 20px;
}
.modal .woocommerce .modal-content .product .product-details .container {
  width: 100%;
}
.modal .woocommerce .modal-content .product div.images,
.modal .woocommerce .modal-content .product div.summary {
  margin-bottom: 0;
  margin-left: 0;
}
.modal .woocommerce .modal-content .product div.images .mr-zoom {
  display: none;
}
.modal .woocommerce .modal-content .product div.images .woocommerce-main-image {
  display: block;
}
.modal .woocommerce .modal-content .product .product_meta,
.modal .woocommerce .modal-content .product .compare-button,
.modal .woocommerce .modal-content .product .share {
  display: none;
}
.modal .woocommerce .modal-content .product .product-toolbar,
.modal .woocommerce .modal-content .product .back-home {
  display: none;
}
.modal .woocommerce .modal-content .product .write-review,
.modal .woocommerce .modal-content .product .products-links,
.modal .woocommerce .modal-content .product .hoz-line,
.modal .woocommerce .modal-content .product .product-pager,
.modal .woocommerce .modal-content .product .upsell-products,
.modal .woocommerce .modal-content .product .related-products {
  display: none;
}
.modal .woocommerce .modal-content .product .product-images {
  width: 41.66666667%;
}
.modal .woocommerce .modal-content .product .entry-summary {
  width: 58.33333333% !important;
  position: static !important;
}
.modal .woocommerce .modal-content .product form.cart {
  margin-bottom: 0;
}
.modal .woocommerce .modal-content .product span.onsale {
  z-index: 10000;
}
.modal .woocommerce.product-page-images-carousel-vertical .modal-content.product {
  width: 1210px;
}
.modal .woocommerce.product-page-images-carousel-vertical .modal-content.product .product-images,
.modal .woocommerce.product-page-images-carousel-vertical .modal-content.product .entry-summary {
  width: 50% !important;
}
.modal .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal button.close {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-size: 21px;
}
.modal .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.site-header {
  position: relative;
  background-color: #fff;
}
.site-header .site-title,
.site-header .site-description {
  margin: 0;
  line-height: 0;
  text-indent: -9999px;
}
.site-header .logo {
  height: 82px;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.site-header .navbar-toggle {
  margin: 0;
  padding: 18px 0 0;
  border: none;
}
.site-header .navbar-toggle .m-navbar-icon {
  line-height: 1;
  font-size: 50px;
  display: inline-block;
  color: #000;
  cursor: pointer;
}
.site-header .menu-main {
  position: relative;
  z-index: 100;
}
.site-header .menu-extra {
  padding-top: 22px;
}
.site-header .menu-extra ul {
  margin: 0;
  padding: 0;
  float: right;
}
.site-header .menu-extra ul.product_list_widget {
  float: left;
  width: 100%;
}
.site-header .menu-extra .extra-menu-item {
  list-style: none;
  float: left;
  margin-left: 40px;
  color: #000;
  padding: 0 0 20px;
  line-height: 1;
  margin-bottom: 0;
}
.site-header .menu-extra .extra-menu-item a {
  color: #000;
  font-size: 14px;
  font-family: Montserrat, "Times New Roman", Times, serif;
  font-weight: 400;
}
.site-header .menu-extra .extra-menu-item.menu-item-account a i {
  font-size: 30px;
}
.site-header .menu-extra .extra-menu-item.menu-item-toggle {
  padding-top: 0;
  padding-bottom: 25px;
  margin-top: -19px;
  display: none;
}
.site-header .menu-extra .extra-menu-item.menu-item-toggle a {
  width: 50px;
  height: 50px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #f6f6f6;
  display: inline-block;
}
.site-header .menu-extra .extra-menu-item.menu-item-cart {
  position: relative;
  padding: 3px 0 26px 40px;
  margin-left: 0;
}
.site-header .menu-extra .extra-menu-item.menu-item-cart .cart-contents {
  position: relative;
}
.site-header .menu-extra .extra-menu-item.menu-item-cart .cart-contents i {
  font-size: 30px;
  line-height: 1;
}
.site-header .menu-extra .extra-menu-item.menu-item-cart .mini-cart-counter {
  position: absolute;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  min-width: 18px;
  padding: 0 5px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  bottom: -5px;
  right: -5px;
  font-size: 10px;
  font-weight: 700;
  background-color: #990000;
  font-family: Montserrat, "Times New Roman", Times, serif;
}
.site-header .menu-extra .extra-menu-item.menu-item-search {
  padding-top: 8px;
  padding-bottom: 0;
  width: 23px;
  position: relative;
  z-index: 10;
}
.site-header .menu-extra .extra-menu-item.menu-item-search > a span {
  width: 23px;
  position: relative;
  text-align: center;
  cursor: pointer;
  display: block;
}
.site-header .menu-extra .extra-menu-item.menu-item-search > a span .t-line1,
.site-header .menu-extra .extra-menu-item.menu-item-search > a span .t-line2 {
  width: 0;
  height: 19px;
  position: relative;
  border: 1px solid #000;
  display: block;
  transition: border-color 0.5s;
}
.site-header .menu-extra .extra-menu-item.menu-item-search > a span .t-line1 {
  width: 19px;
  border-radius: 50%;
  border: 2px solid #000;
}
.site-header .menu-extra .extra-menu-item.menu-item-search > a span .t-line2 {
  position: relative;
  left: 19px;
  top: -5px;
  transform: rotate(-45deg);
  height: 9px;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form {
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 210%;
  width: 666px;
  z-index: -9999;
  opacity: 0;
  visibility: hidden;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .search-content {
  position: relative;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .search-content:after {
  content: "\f30f";
  font-family: Ionicons;
  font-size: 20px;
  position: absolute;
  top: 19px;
  right: 20px;
  width: 20px;
  height: 20px;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .search-submit {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 20px;
  height: 20px;
  opacity: 0;
  z-index: 9999;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form:before {
  display: none;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .product-cat {
  width: 172px;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .product-cat select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  font-size: 13px;
  color: #000;
  font-weight: 600;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .product-cat select:focus {
  outline: none;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .product-cat .select2-container {
  text-align: left;
  font-size: 13px;
  color: #000;
  font-weight: 600;
  height: 56px;
  line-height: 56px;
  padding-left: 10px;
  border-right: 1px solid #ccc;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .product-cat .select2-container .select2-choice {
  border: none;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .product-cat .select2-container .select2-selection--single {
  border: none;
  background-color: transparent;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .product-cat .select2-container .select2-selection--single:focus {
  outline: none;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .product-cat .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 57px;
  padding-right: 35px;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .product-cat .select2-container .select2-selection--single .select2-selection__arrow {
  right: 15px;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .product-cat .select2-container .select2-selection--single .select2-selection__arrow:before {
  font-family: Ionicons;
  content: "\f3d0";
  font-size: 18px;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .product-cat .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .product-cat .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  content: "\f3d8";
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .search-field {
  display: inline-block;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 53px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .search-field:focus {
  outline: none;
}
.site-header .menu-extra .extra-menu-item.menu-item-search .search-form .has-categories .search-field {
  padding-left: 198px;
}
.site-header .menu-extra .extra-menu-item.menu-item-search.show-search-form {
  padding-top: 0;
  padding-bottom: 0;
}
.site-header .menu-extra .extra-menu-item.menu-item-search.show-search-form .search-form {
  top: 60px;
  opacity: 1;
  z-index: 9999;
  visibility: inherit;
}
.site-header .menu-extra .extra-menu-item.menu-item-account {
  margin-left: 0;
  position: relative;
}
.site-header .menu-extra .extra-menu-item.menu-item-account > a {
  position: relative;
}
.site-header .menu-extra .extra-menu-item.menu-item-account > a img {
  border-radius: 100%;
  margin-right: 10px;
}
.site-header .menu-extra .extra-menu-item.menu-item-account > a:after {
  content: "\f3d0";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-left: 15px;
}
.site-header .menu-extra .extra-menu-item.menu-item-account > a:hover {
  text-decoration: none;
}
.site-header .menu-extra .extra-menu-item.menu-item-account > a .t-icon {
  display: none;
}
.site-header .menu-extra .extra-menu-item.menu-item-account > a.item-login,
.site-header .menu-extra .extra-menu-item.menu-item-account > a.item-register {
  padding-top: 14px;
  padding-left: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.site-header .menu-extra .extra-menu-item.menu-item-account > a.item-login:after,
.site-header .menu-extra .extra-menu-item.menu-item-account > a.item-register:after {
  display: none;
}
.site-header .menu-extra .extra-menu-item.menu-item-account ul {
  transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  right: 0;
  top: 110%;
  width: 210px;
  border: 1px solid #ccc;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  padding: 15px 0;
  float: none;
  text-align: left;
  transform: scaleX(0);
}
.site-header .menu-extra .extra-menu-item.menu-item-account ul li {
  list-style: none;
  padding: 0 30px;
}
.site-header .menu-extra .extra-menu-item.menu-item-account ul li a {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  display: block;
}
.site-header .menu-extra .extra-menu-item.menu-item-account ul li a:hover {
  color: #000;
}
.site-header .menu-extra .extra-menu-item.menu-item-account:hover > ul {
  opacity: 1;
  z-index: 9999;
  top: 100%;
  transform: scaleX(1);
}
.header-top-style-7 .item-menu-nav,
.header-top-style-6 .item-menu-nav {
  color: #000;
  font-size: 14px;
  font-family: Montserrat, "Times New Roman", Times, serif;
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
}
.header-top-style-7 .navbars-icon,
.header-top-style-6 .navbars-icon {
  vertical-align: middle;
  top: -2px;
  margin-right: 11px;
}
.header-top-style-7 .site-header,
.header-top-style-6 .site-header {
  transition: none;
}
.header-top-style-7 .site-header .logo,
.header-top-style-6 .site-header .logo {
  height: auto;
}
.header-top-style-7 .site-header .logo img,
.header-top-style-6 .site-header .logo img {
  margin: 0 auto;
}
.header-top-style-7 .site-header .menu-extra,
.header-top-style-6 .site-header .menu-extra {
  padding-top: 30px;
}
.header-top-style-7 .site-header .menu-extra > ul,
.header-top-style-6 .site-header .menu-extra > ul {
  float: left;
  width: 100%;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item,
.header-top-style-6 .site-header .menu-extra .extra-menu-item {
  margin-right: 0;
  padding-bottom: 23px;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item > a,
.header-top-style-6 .site-header .menu-extra .extra-menu-item > a {
  color: #000;
  font-family: Montserrat, "Times New Roman", Times, serif;
  text-transform: uppercase;
  position: relative;
  padding-left: 35px;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item > a .t-icon,
.header-top-style-6 .site-header .menu-extra .extra-menu-item > a .t-icon {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item:first-child,
.header-top-style-6 .site-header .menu-extra .extra-menu-item:first-child {
  margin-left: 0;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-account,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-account {
  margin-left: 0;
  float: right;
  padding-left: 40px;
  padding-bottom: 15px;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-account > a,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-account > a {
  width: 23px;
  padding-left: 0;
  display: block;
  height: 29px;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-account > a .t-icon,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-account > a .t-icon {
  display: block;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-account > a:after,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-account > a:after {
  display: none;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-account > a .t-text,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-account > a .t-text,
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-account > a.item-register,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-account > a.item-register {
  display: none;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-account.logined > a,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-account.logined > a {
  width: 35px;
  height: 35px;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-account.logined > a .t-icon,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-account.logined > a .t-icon {
  display: none;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-account.logined > a .t-text,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-account.logined > a .t-text {
  display: block;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-account.logined > a .t-text span,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-account.logined > a .t-text span {
  display: none;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-account ul,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-account ul {
  right: 0;
  left: auto;
  border-top: 1px solid #ccc;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-nav,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-nav {
  margin-top: 4px;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-nav > a,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-nav > a {
  padding-left: 0;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-search,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-search {
  padding-top: 0;
  padding-left: 33px;
  margin-top: 7px;
  width: auto;
  padding-bottom: 30px;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-search .search-form,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-search .search-form {
  left: 30px;
  right: auto;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-search .t-icon,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-search .t-icon {
  font-size: 24px;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-search.show-search-form .search-form,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-search.show-search-form .search-form {
  top: 45px;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-shop,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-shop {
  margin-top: 10px;
  float: left;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-shop a,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-shop a {
  padding-right: 33px;
  padding-left: 0;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-shop a .t-icon,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-shop a .t-icon {
  right: 0;
  left: auto;
  font-size: 24px;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-cart,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-cart {
  float: right;
  padding-left: 20px;
  padding-right: 0;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-cart .cart-contents,
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-cart .cart-contents {
  margin-top: -5px;
  display: block;
  padding-left: 0;
}
.header-top-style-7 .site-header .menu-extra.menu-extra-left .extra-menu-item,
.header-top-style-6 .site-header .menu-extra.menu-extra-left .extra-menu-item {
  margin-left: 0;
  float: left;
}
.header-top-style-7 .site-header .menu-extra.menu-extra-left .extra-menu-item:last-child,
.header-top-style-6 .site-header .menu-extra.menu-extra-left .extra-menu-item:last-child {
  margin-right: 0;
}
.header-top-style-7 .site-header .menu-extra.menu-extra-left .menu-item-search,
.header-top-style-6 .site-header .menu-extra.menu-extra-left .menu-item-search {
  float: right;
}
.header-top-style-7.mrbara-template-homepage .site-header .header-main,
.header-top-style-6.mrbara-template-homepage .site-header .header-main {
  padding-top: 54px;
  padding-bottom: 54px;
}
.header-top-style-7 .modal .modal-header,
.header-top-style-6 .modal .modal-header {
  right: auto;
  left: 0;
  width: 100%;
  top: 0;
}
.header-top-style-7 .modal .modal-header .site-header,
.header-top-style-6 .modal .modal-header .site-header {
  position: static;
}
.header-top-style-7.admin-bar .newsletter-popup .modal-header,
.header-top-style-6.admin-bar .newsletter-popup .modal-header {
  top: 0;
}
.header-top-style-7 .site-header .header-main > .row {
  display: flex;
  align-items: center;
}
.header-top-style-7 .site-header .menu-extra {
  padding-top: 22px;
}
.header-top-style-3 .site-header .logo img {
  max-height: inherit;
}
.header-top-style-3 .primary-nav > ul > li > a {
  font-family: Montserrat, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 13px;
}
.header-top-style-3 .primary-nav > ul > li > a:hover {
  color: #ccc;
}
.header-top-style-3 .menu-extra-left ul {
  padding-right: 15px;
}
.header-top-style-3 .menu-extra-right ul {
  padding-left: 15px;
}
.header-top-style-3 .site-header .primary-nav > ul > li.last-item ul {
  right: 0;
  left: auto;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-search > a .t-icon {
  top: 1px;
  transform: none;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-search > a .t-icon .t-line1 {
  width: 16px;
  height: 16px;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-search > a .t-icon .t-line2 {
  left: 16px;
  height: 8px;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.show-search-form > a .t-icon {
  top: -6px;
}
.header-top-style-7 .site-header .menu-extra .extra-menu-item.menu-item-search .search-form .product-cat .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 59px;
}
.header-top-style-6 .site-header .menu-extra .extra-menu-item.menu-item-account {
  padding-left: 35px;
}
.header-top-style-6 .site-header {
  padding: 0;
}
.header-top-style-6 .site-header .menu-extra {
  padding-top: 18px;
}
.header-top-style-6 .site-header .logo {
  align-items: baseline;
}
.header-top-style-6 .site-header > .mr-container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.header-top-style-6.header-transparent .site-header {
  padding: 20px 0;
}
.header-top-style-5 .site-header {
  transition: none;
}
.header-top-style-5 .site-header > .mr-container-fluid {
  max-width: 1655px;
  padding-left: 0;
  padding-right: 0;
}
.header-top-style-5 .site-header .navbars-icon .navbars-line {
  right: 0;
  left: auto;
}
.header-top-style-5 .navbars-icon .navbars-line {
  width: 30px;
  height: 3px;
}
.header-top-style-5 .navbars-icon .navbars-line:before {
  top: -9px;
  height: 3px;
}
.header-top-style-5 .navbars-icon .navbars-line:after {
  bottom: -9px;
  height: 3px;
}
.header-top-style-5 .navbars-icon {
  vertical-align: middle;
  top: 10px;
}
.header-top-style-5 .navbars-title {
  display: none;
}
.header-top-style-5 .toggle-nav:hover .navbars-icon .navbars-line:before {
  transform: translate3d(16px, 1px, 0) rotate(45deg) scaleX(0.5);
  top: -11px;
}
.header-top-style-5 .toggle-nav:hover .navbars-icon .navbars-line:after {
  transform: translate3d(16px, 1px, 0) rotate(-45deg) scaleX(0.5);
  bottom: -9px;
}
.header-top-style-5 .toggle-nav.active .navbars-icon .navbars-line:after {
  transform: rotate(270deg);
  bottom: 0;
}
.header-top-style-5 .modal .modal-header {
  width: 100%;
  right: 0;
  top: 0;
}
.header-top-style-5.header-top-normal .site-header .menu-extra {
  padding-top: 15px;
}
.header-top-style-5.header-top-normal.mrbara-template-homepage .site-header {
  padding-top: 20px;
}
.header-top-style-5.header-top-normal .site-header > .mr-container-fluid {
  max-width: 1520px;
  padding-left: 0;
  padding-right: 0;
}
.header-top-style-5.header-top-normal .modal .modal-header {
  right: 0;
  top: 0;
}
.header-top-style-5.header-top-normal.admin-bar .modal .modal-header {
  top: 32px;
}
.header-top-style-2 .site {
  overflow: hidden;
  padding-left: 300px;
  position: relative;
  border-left: 1px solid #e0e0e0;
}
.header-top-style-2 .site-header {
  border-bottom: 1px solid #d3d3d3;
  background-color: #fff;
  transition: none;
}
.header-top-style-2 .site-header > .mr-container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.header-top-style-2 .site-header .header-main .logo img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.header-top-style-2 .site-header .header-main .menu-logo {
  display: none;
}
.header-top-style-2 .site-header .header-main .menu-extra {
  padding-top: 0;
}
.header-top-style-2 .site-header .header-main .menu-extra .extra-menu-item {
  padding-left: 35px;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.header-top-style-2 .site-header .header-main .menu-extra .extra-menu-item a i {
  font-size: 24px;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-search {
  padding-left: 0;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-search .search-form {
  position: relative;
  opacity: 1;
  padding: 0;
  border-color: transparent;
  top: 0;
  z-index: 1000;
  font-family: Montserrat, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  width: 295px;
  visibility: inherit;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-search .search-form .search-field {
  border: none;
  line-height: 1;
  padding-left: 30px;
  border-right: 1px solid #d3d3d3;
  padding-right: 30px;
  padding-top: 23px;
  border-left: 1px solid #d3d3d3;
  padding-bottom: 22px;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-search .search-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  text-transform: uppercase;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-search .search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  text-transform: uppercase;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-search .search-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  text-transform: uppercase;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-search .search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  text-transform: uppercase;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-search .search-form .search-field {
  color: #000;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-search .search-form .search-field:focus {
  outline: none;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-search .search-form .t-icon {
  position: absolute;
  right: 30px;
  top: 21px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-search .search-form .search-submit {
  position: absolute;
  right: 30px;
  top: 21px;
  width: 24px;
  height: 24px;
  opacity: 0;
  z-index: 100;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-account {
  padding-top: 14px;
  padding-bottom: 10px;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-account > a img {
  width: 37px;
  height: auto;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-nav {
  margin-left: 20px;
  padding: 18px 0 15px;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-nav .navbars-title {
  display: none;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-cart {
  padding-top: 18px;
  padding-bottom: 17px;
}
.header-top-style-2 .site-header .header-main .menu-extra .menu-item-cart .cart-contents i {
  font-size: 24px;
}
.header-top-style-2 .ui-autocomplete-loading {
  background-position: 6px center;
}
.header-top-style-2.display-mobile-menu .primary-mobile-nav {
  display: none;
}
.header-top-style-2.display-mobile-menu .off-canvas-layer {
  display: none;
}
.header-top-style-2 .main-nav .modal-header {
  right: 40px;
  top: 22px;
}
.header-top-style-2 .main-nav .modal-header .navbars-title {
  display: none;
}
.header-top-style-2 .main-nav .modal-header .navbars-icon .navbars-line {
  background-color: #fff;
}
.header-top-style-2 .main-nav .modal-header .navbars-icon .navbars-line:after,
.header-top-style-2 .main-nav .modal-header .navbars-icon .navbars-line:before {
  background-color: #fff;
}
.header-top-style-2.admin-bar .main-nav .modal-header {
  right: 40px;
  top: 53px;
}
.header-top-style-1 .site-header {
  min-height: 80px;
  border-bottom: 1px solid #d6d6d6;
}
.header-top-style-1 .site-header .menu-extra .extra-menu-item.menu-item-account {
  padding-left: 20px;
}
.header-top-style-1.display-mobile-menu .primary-mobile-nav {
  display: none;
}
.header-top-style-1 .header-main,
.header-top-style-4 .header-main {
  position: relative;
}
.header-top-style-1 .header-main .menu-logo,
.header-top-style-4 .header-main .menu-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.header-top-style-1 .header-main .menu-extra,
.header-top-style-4 .header-main .menu-extra {
  position: absolute;
  top: 0;
  right: 0;
}
.header-top-style-4 .primary-nav > ul > li > a {
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.header-top-style-4 .site-header .widget-mr-language-switcher {
  height: auto;
  margin-top: 10px;
}
.header-top-style-4 .site-header .widget-mr-language-switcher ul {
  padding: 0;
  margin: 0;
}
.header-top-style-4 .site-header .widget-mr-language-switcher ul li {
  padding-left: 30px;
  display: inline-block;
  list-style: none;
}
.header-top-style-4 .site-header .widget-mr-language-switcher ul li:first-child {
  padding-left: 0;
}
.header-top-style-4 .site-header .widget-mr-language-switcher ul li a {
  font-size: 16px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  float: left;
  margin-top: 2px;
  color: #cccccc;
  padding: 0;
  line-height: 1;
}
.header-top-style-4 .site-header .widget-mr-language-switcher ul li a:hover {
  color: #990000;
}
.header-top-style-4 .site-header .widget-mr-language-switcher ul li .current {
  display: none;
}
.mrbara-template-homepage.header-top-style-4 .site-header .widget-mr-language-switcher ul li a,
.page-header-shop-layout-2.header-top-style-4 .site-header .widget-mr-language-switcher ul li a,
.page-header-product-layout-12.header-top-style-4 .site-header .widget-mr-language-switcher ul li a {
  color: #cccccc;
}
.mrbara-template-homepage.header-top-style-4 .site-header .widget-mr-language-switcher ul li a:hover,
.page-header-shop-layout-2.header-top-style-4 .site-header .widget-mr-language-switcher ul li a:hover,
.page-header-product-layout-12.header-top-style-4 .site-header .widget-mr-language-switcher ul li a:hover {
  color: #fff;
}
.header-top-style-8 .site-header {
  padding-top: 32px;
  background-color: #fff;
}
.header-top-style-8 .site-header .logo {
  align-items: baseline;
  padding-top: 0;
}
.header-top-style-8 .site-header .logo img {
  margin-top: 4px;
  margin-bottom: 0;
}
.header-top-style-8 .site-header .menu-sidebar {
  padding-left: 0;
}
.header-top-style-8 .site-header .menu-sidebar .products-search {
  float: left;
  width: 630px;
  position: relative;
}
.header-top-style-8 .site-header .menu-sidebar .products-search:before {
  content: '\f4a4';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
  position: absolute;
  top: 12px;
  left: 15px;
}
.header-top-style-8 .site-header .menu-sidebar .product-cat {
  display: inline-block;
  width: 150px;
  float: left;
  background-color: #f9f9f9;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.header-top-style-8 .site-header .menu-sidebar .product-cat select {
  height: 43px;
  line-height: 43px;
  border: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
}
.header-top-style-8 .site-header .menu-sidebar .search-field {
  width: 58%;
  border: 1px solid #d9d9d9;
  border-right: none;
  float: left;
  height: 44px;
  line-height: 45px;
  padding-top: 4px;
  font-size: 13px;
  color: #999;
  background-color: #f9f9f9;
  padding-left: 40px;
  padding-right: 15px;
  border-radius: 5px 0 0 5px;
  display: block;
}
.header-top-style-8 .site-header .menu-sidebar .search-field.ui-autocomplete-loading {
  background-position: right center;
}
.header-top-style-8 .site-header .menu-sidebar .search-submit {
  min-width: 110px;
  padding: 0 11px;
  height: 44px;
  line-height: 45px;
  border: none;
  background-color: #990000;
  font-weight: 500;
  color: #fff;
  border-radius: 0 5px 5px 0;
  transition: 0.5s;
}
.header-top-style-8 .site-header .menu-sidebar .search-submit:hover {
  background-color: #000;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra {
  float: right;
  margin-top: 10px;
  margin-bottom: 0;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .extra-menu-item {
  float: right;
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 13px;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account {
  margin-left: 0;
  margin-right: 30px;
  position: relative;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account.logined {
  margin-top: -3px;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a {
  position: relative;
  color: #000;
  font-weight: 600;
  line-height: 1;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a img {
  border-radius: 100%;
  margin-right: 10px;
  max-width: 35px;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a:after {
  content: "\f3d0";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-left: 10px;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a:hover {
  text-decoration: none;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a .t-icon {
  display: none;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a.item-login,
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a.item-register {
  display: inline-block;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a.item-login:after,
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a.item-register:after {
  display: none;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a.item-login {
  padding-left: 40px;
  position: relative;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a.item-login:before {
  content: '\f47e';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 30px;
  overflow: hidden;
  position: absolute;
  top: -8px;
  left: 0;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account > span {
  padding-left: 5px;
  padding-right: 7px;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account ul {
  transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  left: -30px;
  top: 110%;
  width: 210px;
  border: 1px solid #ccc;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  padding: 15px 0;
  float: none;
  text-align: left;
  transform: scaleX(0);
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account ul li {
  list-style: none;
  padding: 0 30px;
  margin-bottom: 0;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account ul li a {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  display: block;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account ul li a:hover {
  color: #000;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account:hover > ul {
  opacity: 1;
  z-index: 9999;
  top: 100%;
  transform: scaleX(1);
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-cart {
  position: relative;
  margin-left: 0;
  margin-top: 3px;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-cart .cart-contents {
  position: relative;
  color: #000;
  padding-left: 30px;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-cart .cart-contents i {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -8px;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-cart .cart-contents .woocommerce-Price-amount {
  padding-left: 20px;
  display: inline-block;
}
.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-cart .mini-cart-counter {
  position: absolute;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  min-width: 18px;
  padding: 0 5px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  bottom: -6px;
  left: 13px;
  font-size: 10px;
  font-weight: 700;
  background-color: #990000;
  font-family: Montserrat, "Times New Roman", Times, serif;
}
.header-top-style-8 .site-header .menu-sidebar .select2-container {
  width: 100% !important;
}
.header-top-style-8 .site-header .menu-sidebar .select2-container:focus {
  outline: none;
}
.header-top-style-8 .site-header .menu-sidebar .select2-container.postform {
  height: 42px;
  line-height: 45px;
  background-color: transparent;
}
.header-top-style-8 .site-header .menu-sidebar .select2-container.postform .select2-choice {
  border: none;
  padding: 0;
  background-color: transparent;
  color: #999;
  box-shadow: none;
  position: relative;
  overflow: inherit;
}
.header-top-style-8 .site-header .menu-sidebar .select2-container.postform .select2-choice:before {
  position: absolute;
  top: 14px;
  left: -20px;
  content: "";
  height: 14px;
  width: 1px;
  background-color: #ccc;
}
.header-top-style-8 .site-header .menu-sidebar .select2-container.postform .select2-choice:focus {
  outline: none;
}
.header-top-style-8 .site-header .menu-sidebar .select2-container.postform .select2-choice .select2-arrow {
  right: 18px;
}
.header-top-style-8 .site-header .menu-sidebar .select2-container.postform .select2-choice .select2-arrow b:before {
  content: "\f3d0";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.header-top-style-8 .site-header .menu-sidebar .select2-container.postform .select2-choice .select2-arrow b:after {
  display: none;
}
.header-top-style-8 .site-header .menu-sidebar .select2-container .select2-selection--single {
  height: 42px;
  line-height: 44px;
  border-radius: 0;
  border: none;
  font-size: 13px;
  background-color: transparent;
  position: relative;
}
.header-top-style-8 .site-header .menu-sidebar .select2-container .select2-selection--single:focus {
  outline: none;
}
.header-top-style-8 .site-header .menu-sidebar .select2-container .select2-selection--single .select2-selection__rendered {
  color: #999;
  position: relative;
  padding-left: 20px;
  padding-right: 30px;
  text-align: left;
  height: 42px;
  line-height: 46px;
}
.header-top-style-8 .site-header .menu-sidebar .select2-container .select2-selection--single .select2-selection__rendered:before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  height: 14px;
  width: 1px;
  background-color: #ccc;
}
.header-top-style-8 .site-header .menu-sidebar .select2-container .select2-selection--single .select2-selection__arrow {
  top: 2px;
  right: 8px;
}
.header-top-style-8 .site-header .menu-sidebar .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.header-top-style-8 .site-header .menu-sidebar .select2-container .select2-selection--single .select2-selection__arrow:before {
  content: "\f3d0";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 14px;
}
.header-top-style-8 .site-header .primary-nav > ul > li {
  padding-bottom: 20px;
}
.header-top-style-8 .site-header .primary-nav > ul > li.current-menu-parent > a,
.header-top-style-8 .site-header .primary-nav > ul > li.current-menu-item > a,
.header-top-style-8 .site-header .primary-nav > ul > li.current-menu-ancestor > a,
.header-top-style-8 .site-header .primary-nav > ul > li:hover > a {
  color: #999;
}
.header-top-style-8 .site-header .primary-nav > ul > li > ul {
  border-top: 1px solid #ccc;
}
.header-top-style-9 .site-header {
  padding-top: 32px;
  background-color: #fff;
}
.header-top-style-9 .site-header .menu-logo {
  text-align: center;
}
.header-top-style-9 .site-header .menu-logo .logo img {
  margin: 0 auto;
}
.header-top-style-9 .site-header .navbar-menu {
  display: none;
}
.header-top-style-9 .site-header .logo img {
  margin-top: 4px;
  margin-bottom: 0;
}
.header-top-style-9 .site-header .menu-search {
  padding-top: 8px;
}
.header-top-style-9 .site-header .menu-sidebar {
  padding-top: 19px;
}
.header-top-style-9 .site-header .products-search {
  float: left;
  width: 310px;
  position: relative;
}
.header-top-style-9 .site-header .products-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.header-top-style-9 .site-header .products-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.header-top-style-9 .site-header .products-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.header-top-style-9 .site-header .products-search :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.header-top-style-9 .site-header .products-search:before {
  content: '\f4a4';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
  position: absolute;
  top: 12px;
  left: 0;
  color: #000;
}
.header-top-style-9 .site-header .products-search .search-field {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  float: left;
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #000;
  padding-left: 30px;
  padding-right: 15px;
  background-color: transparent;
}
.header-top-style-9 .site-header .products-search .search-field.ui-autocomplete-loading {
  background-position: right center;
}
.header-top-style-9 .site-header .products-search .search-submit {
  display: none;
}
.header-top-style-9 .site-header .menu-sidebar {
  padding-left: 0;
}
.header-top-style-9 .site-header .menu-sideextra {
  float: right;
  margin-top: 10px;
  margin-bottom: 0;
}
.header-top-style-9 .site-header .menu-sideextra .extra-menu-item {
  float: right;
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 13px;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account {
  margin-left: 0;
  margin-right: 30px;
  position: relative;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account.logined {
  margin-top: -3px;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account > a {
  position: relative;
  color: #000;
  font-weight: 600;
  line-height: 1;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account > a img {
  border-radius: 100%;
  margin-right: 10px;
  max-width: 35px;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account > a:after {
  content: "\f3d0";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-left: 10px;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account > a:hover {
  text-decoration: none;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account > a .t-icon {
  display: none;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account > a.item-login,
.header-top-style-9 .site-header .menu-sideextra .menu-item-account > a.item-register {
  display: inline-block;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account > a.item-login:after,
.header-top-style-9 .site-header .menu-sideextra .menu-item-account > a.item-register:after {
  display: none;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account > a.item-login {
  padding-left: 40px;
  position: relative;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account > a.item-login:before {
  content: '\f47e';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 30px;
  overflow: hidden;
  position: absolute;
  top: -8px;
  left: 0;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account > span {
  padding-left: 5px;
  padding-right: 7px;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account ul {
  transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  right: 0;
  top: 110%;
  width: 210px;
  border: 1px solid #ccc;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  padding: 15px 0;
  float: none;
  text-align: left;
  transform: scaleX(0);
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account ul li {
  list-style: none;
  padding: 0 30px;
  margin-bottom: 0;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account ul li a {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  display: block;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account ul li a:hover {
  color: #000;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-account:hover > ul {
  opacity: 1;
  z-index: 9999;
  top: 100%;
  transform: scaleX(1);
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-cart {
  position: relative;
  margin-left: 0;
  margin-top: 3px;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-cart .cart-contents {
  position: relative;
  color: #000;
  padding-left: 30px;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-cart .cart-contents i {
  font-size: 30px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -7px;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-cart .cart-contents .woocommerce-Price-amount {
  padding-left: 20px;
  display: inline-block;
}
.header-top-style-9 .site-header .menu-sideextra .menu-item-cart .mini-cart-counter {
  position: absolute;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  min-width: 18px;
  padding: 0 5px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  bottom: -6px;
  left: 13px;
  font-size: 10px;
  font-weight: 700;
  background-color: #990000;
  font-family: Montserrat, "Times New Roman", Times, serif;
}
.header-top-style-9 .site-header .primary-nav {
  text-align: center;
  border-top: 1px solid #e1e1e1;
  margin-top: 25px;
  padding-top: 20px;
}
.header-top-style-9 .site-header .primary-nav .menu-logo {
  display: none;
}
.header-top-style-9 .site-header .primary-nav > ul > li {
  padding-bottom: 20px;
}
.header-top-style-9 .site-header .primary-nav > ul > li.current-menu-parent > a,
.header-top-style-9 .site-header .primary-nav > ul > li.current-menu-item > a,
.header-top-style-9 .site-header .primary-nav > ul > li.current-menu-ancestor > a,
.header-top-style-9 .site-header .primary-nav > ul > li:hover > a {
  color: #999;
}
.header-top-style-9 .site-header .primary-nav > ul > li > ul {
  border-top: 1px solid #ccc;
}
.header-top-style-10 .site-header {
  border-bottom: 1px solid #d6d6d6;
}
.header-top-style-10 .site-header .menu-extra .extra-menu-item {
  padding-left: 30px;
  margin-left: 0;
}
.header-top-style-10 .site-header .menu-extra .extra-menu-item.menu-item-search {
  width: auto;
  transition: none;
  padding-bottom: 0;
}
.header-top-style-10 .site-header .menu-extra .extra-menu-item.menu-item-account {
  padding-left: 0;
  padding-bottom: 23px;
}
.header-top-style-10 .site-header .menu-extra .extra-menu-item.menu-item-account > a {
  padding-top: 6px;
  display: block;
}
.header-top-style-10 .site-header .menu-extra .extra-menu-item.menu-item-account > a:after {
  display: none;
}
.header-top-style-10 .site-header .menu-extra .extra-menu-item.menu-item-account > a .t-text,
.header-top-style-10 .site-header .menu-extra .extra-menu-item.menu-item-account > a.item-register {
  display: none;
}
.header-top-style-10 .site-header .menu-extra .extra-menu-item.menu-item-account > a .t-icon {
  display: block;
}
.header-top-style-10 .site-header .menu-extra .extra-menu-item.menu-item-account.logined > a {
  max-width: 30px;
}
.header-top-style-10 .site-header .menu-extra .extra-menu-item.menu-item-account.logined > a .t-icon {
  display: none;
}
.header-top-style-10 .site-header .menu-extra .extra-menu-item.menu-item-account.logined > a .t-text {
  display: block;
}
.header-top-style-10 .site-header .menu-extra .extra-menu-item.menu-item-account.logined > a .t-text span {
  display: none;
}
.header-top-style-10.header-skin-dark .site-header {
  background-color: #212121;
  border-bottom: none;
}
.header-top-style-10.header-skin-dark .primary-nav > ul > li > a {
  color: #fff;
}
.header-top-style-10.header-skin-dark .primary-nav > ul > li.current-menu-parent > a,
.header-top-style-10.header-skin-dark .primary-nav > ul > li.current-menu-item > a,
.header-top-style-10.header-skin-dark .primary-nav > ul > li.current-menu-ancestor > a,
.header-top-style-10.header-skin-dark .primary-nav > ul > li:hover > a {
  color: #999;
}
.header-top-style-10.header-skin-dark .site-header .navbar-toggle .m-navbar-icon {
  color: #fff;
}
.header-top-style-10.header-skin-dark .site-header .navbars-icon .navbars-line {
  background-color: #fff;
}
.header-top-style-10.header-skin-dark .site-header .navbars-icon .navbars-line:after,
.header-top-style-10.header-skin-dark .site-header .navbars-icon .navbars-line:before {
  background-color: #fff;
}
.header-top-style-10.header-skin-dark .site-header .menu-extra .extra-menu-item > a {
  color: #fff;
}
.header-top-style-10.header-skin-dark .site-header .menu-extra .extra-menu-item.menu-item-search > a span .t-line1,
.header-top-style-10.header-skin-dark .site-header .menu-extra .extra-menu-item.menu-item-search > a span .t-line2 {
  border-color: #fff;
}
.header-top-style-11 .site-header {
  background-color: #fff;
}
.header-top-style-11 .site-header .logo {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 120px;
}
.header-top-style-11 .site-header .logo img {
  margin-bottom: 0;
}
.header-top-style-11 .site-header .menu-logo-sticky {
  display: none;
}
.header-top-style-11 .site-header .menu-sidebar {
  padding-top: 40px;
}
.header-top-style-11 .site-header .menu-sidebar .products-search {
  float: left;
  width: 100%;
  position: relative;
}
.header-top-style-11 .site-header .menu-sidebar .products-search:before {
  content: '\f4a4';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
  position: absolute;
  top: 12px;
  left: 15px;
}
.header-top-style-11 .site-header .menu-sidebar .product-cat {
  display: inline-block;
  width: 150px;
  float: left;
  background-color: #f9f9f9;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.header-top-style-11 .site-header .menu-sidebar .product-cat select {
  height: 43px;
  line-height: 43px;
  border: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
}
.header-top-style-11 .site-header .menu-sidebar .search-field {
  width: 54%;
  border: 1px solid #d9d9d9;
  border-right: none;
  float: left;
  height: 44px;
  line-height: 45px;
  padding-top: 4px;
  font-size: 13px;
  color: #999;
  background-color: #f9f9f9;
  padding-left: 40px;
  padding-right: 15px;
  border-radius: 5px 0 0 5px;
}
.header-top-style-11 .site-header .menu-sidebar .search-field.ui-autocomplete-loading {
  background-position: right center;
}
.header-top-style-11 .site-header .menu-sidebar .search-submit {
  padding: 0 11px;
  min-width: 110px;
  height: 44px;
  line-height: 45px;
  border: none;
  background-color: #990000;
  font-weight: 500;
  color: #fff;
  border-radius: 0 5px 5px 0;
  transition: 0.5s;
}
.header-top-style-11 .site-header .menu-sidebar .search-submit:hover {
  background-color: #000;
}
.header-top-style-11 .site-header .menu-sidebar .select2-container {
  width: 100% !important;
}
.header-top-style-11 .site-header .menu-sidebar .select2-container:focus {
  outline: none;
}
.header-top-style-11 .site-header .menu-sidebar .select2-container.postform {
  height: 42px;
  line-height: 45px;
  background-color: transparent;
}
.header-top-style-11 .site-header .menu-sidebar .select2-container.postform .select2-choice {
  border: none;
  padding: 0;
  background-color: transparent;
  color: #999;
  box-shadow: none;
  position: relative;
  overflow: inherit;
}
.header-top-style-11 .site-header .menu-sidebar .select2-container.postform .select2-choice:before {
  position: absolute;
  top: 14px;
  left: -20px;
  content: "";
  height: 14px;
  width: 1px;
  background-color: #ccc;
}
.header-top-style-11 .site-header .menu-sidebar .select2-container.postform .select2-choice:focus {
  outline: none;
}
.header-top-style-11 .site-header .menu-sidebar .select2-container.postform .select2-choice .select2-arrow {
  right: 18px;
}
.header-top-style-11 .site-header .menu-sidebar .select2-container.postform .select2-choice .select2-arrow b:before {
  content: "\f3d0";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.header-top-style-11 .site-header .menu-sidebar .select2-container.postform .select2-choice .select2-arrow b:after {
  display: none;
}
.header-top-style-11 .site-header .menu-sidebar .select2-container .select2-selection--single {
  height: 42px;
  line-height: 46px;
  border-radius: 0;
  border: none;
  font-size: 13px;
  background-color: transparent;
  position: relative;
}
.header-top-style-11 .site-header .menu-sidebar .select2-container .select2-selection--single:focus {
  outline: none;
}
.header-top-style-11 .site-header .menu-sidebar .select2-container .select2-selection--single .select2-selection__rendered {
  color: #999;
  position: relative;
  padding-left: 20px;
  padding-right: 30px;
  text-align: left;
  height: 42px;
  line-height: 46px;
}
.header-top-style-11 .site-header .menu-sidebar .select2-container .select2-selection--single .select2-selection__rendered:before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  height: 14px;
  width: 1px;
  background-color: #ccc;
}
.header-top-style-11 .site-header .menu-sidebar .select2-container .select2-selection--single .select2-selection__arrow {
  top: 2px;
  right: 5px;
}
.header-top-style-11 .site-header .menu-sidebar .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.header-top-style-11 .site-header .menu-sidebar .select2-container .select2-selection--single .select2-selection__arrow:before {
  content: "\f3d0";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 14px;
}
.header-top-style-11 .site-header .menu-sideextra {
  float: right;
  margin-top: 50px;
  margin-bottom: 0;
}
.header-top-style-11 .site-header .menu-sideextra .extra-menu-item {
  float: right;
  list-style: none;
  margin-bottom: 0;
  padding-bottom: 13px;
  padding-right: 0;
  padding-left: 35px;
}
.header-top-style-11 .site-header .menu-sideextra .extra-menu-item:last-child {
  padding-left: 5px;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account {
  margin-left: 0;
  position: relative;
  display: block;
  padding-bottom: 14px;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account > a {
  position: relative;
  color: #000;
  font-weight: 600;
  line-height: 1;
  text-transform: none;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account > a img {
  border-radius: 100%;
  margin-right: 10px;
  max-width: 30px;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account > a:after {
  content: "\f3d0";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-left: 10px;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account > a:hover {
  text-decoration: none;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account > a .t-icon {
  display: none;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account > a.item-login,
.header-top-style-11 .site-header .menu-sideextra .menu-item-account > a.item-register {
  display: inline-block;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account > a.item-login:after,
.header-top-style-11 .site-header .menu-sideextra .menu-item-account > a.item-register:after {
  display: none;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account > a.item-login {
  padding-left: 40px;
  position: relative;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account > a.item-login:before {
  content: '\f419';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 30px;
  overflow: hidden;
  position: absolute;
  top: -7px;
  left: 0;
  padding-left: 2px;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account > span {
  padding-left: 5px;
  padding-right: 7px;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account ul {
  transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  right: 0;
  left: auto;
  top: 110%;
  width: 210px;
  border: 1px solid #ccc;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  padding: 15px 0;
  float: none;
  text-align: left;
  transform: scaleX(0);
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account ul li {
  list-style: none;
  padding: 0 30px;
  margin-bottom: 0;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account ul li a {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0;
  display: block;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account ul li a:hover {
  color: #000;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-account:hover > ul {
  opacity: 1;
  z-index: 9999;
  top: 100%;
  transform: scaleX(1);
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-cart {
  position: relative;
  margin-left: 0;
  margin-top: 5px;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-cart .cart-contents {
  position: relative;
  color: #000;
  padding-left: 30px;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-cart .cart-contents i {
  font-size: 26px;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -8px;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-cart .cart-contents .woocommerce-Price-amount {
  padding-left: 20px;
  display: inline-block;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-cart .mini-cart-counter {
  position: absolute;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  min-width: 18px;
  padding: 0 5px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  bottom: -6px;
  left: 11px;
  font-size: 10px;
  font-weight: 700;
  background-color: #990000;
  font-family: Montserrat, "Times New Roman", Times, serif;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-yith > a {
  font-size: 26px;
  color: #000;
  line-height: 1;
  height: 26px;
  width: 30px;
  display: block;
  position: relative;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-yith > a i {
  line-height: 1;
  height: 26px;
  width: 30px;
  text-align: center;
  display: block;
}
.header-top-style-11 .site-header .menu-sideextra .menu-item-yith .mini-yith-counter {
  position: absolute;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  min-width: 18px;
  padding: 0 5px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  bottom: -6px;
  left: 16px;
  font-size: 10px;
  font-weight: 700;
  background-color: #990000;
  font-family: Montserrat, "Times New Roman", Times, serif;
}
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-cart .woocommerce-Price-amount {
  display: none;
}
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-cart .cart-contents i {
  font-size: 32px;
}
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-cart .mini-cart-counter {
  bottom: -8px;
  left: 12px;
}
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-wishlist > a > i {
  font-size: 32px;
}
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-wishlist .mini-yith-counter {
  bottom: -8px;
  left: 14px;
}
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-account {
  position: relative;
}
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-account.logined .t-text > span {
  display: none;
}
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-account > a.item-login,
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-account > a.item-register {
  display: block;
  padding-left: 40px;
}
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-account > a.item-login:hover,
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-account > a.item-register:hover {
  color: #999;
}
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-account > a.item-login:hover:before,
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-account > a.item-register:hover:before {
  color: #000;
}
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-account > a.item-login {
  position: relative;
  margin-bottom: 2px;
}
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-account > a.item-login:before {
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 36px;
  content: "\f419";
}
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-account > a:after {
  display: none;
}
.header-top-style-11 .site-header .menu-sideextra.extra-style-2 .menu-item-account > span {
  display: none;
}
.header-top-style-11 .site-header .primary-nav {
  padding-top: 18px;
}
.header-top-style-11 .site-header .primary-nav .menu-sideextra {
  margin-top: 0;
}
.header-top-style-11 .site-header .primary-nav .menu {
  float: left;
}
.header-top-style-11 .site-header .primary-nav > ul.menu > li {
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-top-style-11 .site-header .primary-nav > ul.menu > li.last-item > ul {
  right: 0;
  left: auto;
}
.header-top-style-11 .site-header .primary-nav > ul.menu > li:first-child {
  padding-left: 0;
}
.header-top-style-11 .site-header .primary-nav > ul.menu > li.current-menu-parent > a,
.header-top-style-11 .site-header .primary-nav > ul.menu > li.current-menu-item > a,
.header-top-style-11 .site-header .primary-nav > ul.menu > li.current-menu-ancestor > a,
.header-top-style-11 .site-header .primary-nav > ul.menu > li:hover > a {
  color: #999;
}
.header-top-style-11 .site-header .primary-nav > ul.menu > li > ul {
  border-top: 1px solid #ccc;
}
.header-top-style-11 .site-header .products-cats-menu {
  position: relative;
}
.header-top-style-11 .site-header .products-cats-menu .cats-menu-title {
  background-color: #990000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 23px 20px;
  line-height: 1;
  position: relative;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.header-top-style-11 .site-header .products-cats-menu .cats-menu-title:after {
  content: '\f3d0';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.header-top-style-11 .site-header .products-cats-menu .toggle-product-cats {
  position: absolute;
  top: 120%;
  left: 0;
  z-index: -999;
  width: 100%;
  opacity: 0;
  transition: none;
  box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
  visibility: hidden;
}
.header-top-style-11 .site-header .products-cats-menu .toggle-product-cats .menu {
  margin-bottom: 0;
}
.header-top-style-11 .site-header .products-cats-menu .toggle-product-cats .menu > li > a {
  padding-top: 17px;
  padding-bottom: 15px;
}
.header-top-style-11 .site-header .products-cats-menu .toggle-product-cats .menu > li > a.has-icon {
  position: relative;
  padding-left: 35px;
}
.header-top-style-11 .site-header .products-cats-menu .toggle-product-cats .menu > li > a.has-icon > i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.header-top-style-11 .site-header .products-cats-menu .toggle-product-cats.open {
  top: 100%;
  z-index: 999;
  opacity: 1;
  transition: top 0.5s;
  visibility: inherit;
}
.header-top-style-11 .site-header .products-cats-menu.on-hover:hover .toggle-product-cats {
  top: 100%;
  z-index: 999;
  opacity: 1;
  transition: top 0.5s;
  visibility: inherit;
}
.header-top-style-11 .site-header .products-cats-menu.style-2 .menu {
  background-color: #282828;
}
.header-top-style-11 .site-header .products-cats-menu.style-2 .menu > li > a {
  color: #fff;
  border-bottom-color: #414141;
}
.header-top-style-11 .site-header .products-cats-menu.style-2 .menu > li:hover > a {
  color: #990000;
}
.header-top-style-11 .site-header .products-cats-menu.style-3 .cats-menu-title {
  background-color: #eaeaea;
  color: #000;
}
.header-top-style-11 .site-header .products-cats-menu.style-3 .menu > li:hover > a {
  color: #990000;
}
.header-top-style-11 .site-header .products-cats-menu.style-4 .menu > li:hover > a {
  color: #990000;
}
.header-top-style-11 .site-header .products-cats-menu.style-4 .toggle-product-cats {
  box-shadow: none;
  border: 1px solid #990000;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .products-cats-menu .cats-menu-title {
  padding-top: 17px;
  padding-bottom: 16px;
  border-radius: 0;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .products-cats-menu.style-3 .cats-menu-title {
  background-color: #f0f0f0;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .col-nav-menu {
  position: relative;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .col-nav-menu:before {
  width: 30px;
  height: 100%;
  position: absolute;
  left: -15px;
  background-color: #f0f0f0;
  content: "";
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .primary-nav {
  padding-top: 15px;
  padding-right: 20px;
  background-color: #f0f0f0;
  position: relative;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .primary-nav > ul.menu {
  padding-top: 1px;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .primary-nav > ul.menu > li {
  padding-bottom: 14px;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .primary-nav .menu-sideextra .extra-menu-item {
  padding-bottom: 7px;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .primary-nav .menu-sideextra .menu-item-yith > a i {
  font-size: 24px;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .primary-nav .menu-sideextra .menu-item-yith .mini-yith-counter {
  left: 14px;
  bottom: -4px;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .primary-nav .menu-sideextra .menu-item-compare > a i {
  margin-top: -2px;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .primary-nav .menu-sideextra .menu-item-compare .mini-yith-counter {
  bottom: -6px;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .primary-nav .menu-sideextra .menu-item-cart {
  margin-top: 0;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .primary-nav .menu-sideextra .menu-item-cart .woocommerce-Price-amount {
  display: none;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .primary-nav .menu-sideextra .menu-item-cart .cart-contents {
  display: block;
  padding-left: 0;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .primary-nav .menu-sideextra .menu-item-cart .cart-contents i {
  position: static;
  font-size: 24px;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .primary-nav .menu-sideextra .menu-item-cart .widget_shopping_cart_content .woocommerce-Price-amount {
  display: inline-block;
}
.header-top-style-11 .site-header .main-menu.menu-style-3 .primary-nav .menu-sideextra .menu-item-cart .mini-cart-counter {
  right: -6px;
  left: auto;
  bottom: -5px;
}
.header-search-style-2 .site-header .menu-extra .extra-menu-item.menu-item-cart,
.header-search-style-2 .site-header .menu-extra .extra-menu-item.menu-item-account {
  transition: 0.3s;
  transform: scale(1);
  opacity: 1;
}
.header-search-style-2.show-search-form .site-header .menu-main {
  z-index: 1;
}
.header-search-style-2.show-search-form .site-header .menu-extra .extra-menu-item.menu-item-cart,
.header-search-style-2.show-search-form .site-header .menu-extra .extra-menu-item.menu-item-account {
  transform: scale(0);
  opacity: 0;
}
.header-search-style-2 .ui-autocomplete-loading {
  background-position: 0 center;
}
.header-search-style-2 .site-header {
  z-index: 100;
}
.header-search-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search > a {
  z-index: 9999;
  position: relative;
  display: block;
}
.header-search-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search .search-form {
  top: -10px;
  width: 0;
  z-index: 10;
}
.header-search-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search .search-form .product-cat {
  display: none;
}
.header-search-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search .search-form .search-submit,
.header-search-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search .search-form .search-content:after {
  display: none;
}
.header-search-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search .search-form .search-field {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 20px;
  color: #666;
}
.header-search-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search.show-search-form .search-form {
  width: 666px;
}
.header-search-style-2.header-transparent .site-header .menu-extra .extra-menu-item.menu-item-search .search-form .search-field {
  border-bottom-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.left-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 300px;
  z-index: 999;
  padding: 38px;
  border-right: 1px solid #e0e0e0;
}
.left-sidebar .sidebar-logo .site-title,
.left-sidebar .sidebar-logo .site-description {
  margin: 0;
  line-height: 0;
  text-indent: -9999px;
}
.left-sidebar .left-widgets {
  margin-top: 100px;
}
.left-sidebar .left-widgets .widget {
  margin-bottom: 40px;
  font-size: 13px;
  color: #999;
}
.left-sidebar .left-widgets .widget .widget-title {
  margin-bottom: 7px;
  font-size: 18px;
  text-transform: none;
  color: #000;
  font-weight: 600;
}
.left-sidebar .left-widgets .widget .copyright-text b {
  color: #000;
}
.left-sidebar .left-widgets .menu li a .items-badge {
  top: 0;
}
.left-sidebar .left-widgets .widget_nav_menu {
  padding-bottom: 80px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 50px;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li {
  padding: 7px 0;
  border-bottom: none;
  margin: 0;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li > a {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li > a:hover,
.left-sidebar .left-widgets .widget_nav_menu .menu li > a:focus {
  text-decoration: none;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li > a .toggle-children {
  float: right;
  font-size: 14px;
  padding-top: 3px;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li:hover > a,
.left-sidebar .left-widgets .widget_nav_menu .menu li.current-menu-item > a {
  color: #cc3333;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li.is-mega-menu .dropdown-submenu {
  background: none !important;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li.is-mega-menu .dropdown-submenu .menu-item-mega.uppercase-text > .mega-menu-submenu > ul > li > a:after {
  bottom: 0;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li.is-mega-menu .dropdown-submenu .mega-content {
  display: none;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li.is-mega-menu.mega-menu-style-2 .dropdown-submenu {
  padding-left: 15px;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li.is-mega-menu.mega-menu-style-2 .dropdown-submenu .mr-col {
  background-color: transparent;
  padding: 0;
  text-align: left;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li.is-mega-menu.mega-menu-style-2 .dropdown-submenu .mr-col:hover .mega-menu-submenu {
  margin-top: 0;
  transform: none;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li.is-mega-menu.mega-menu-style-2 .dropdown-submenu .mega-content {
  display: none;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li.is-mega-menu.mega-menu-style-2 .dropdown-submenu li {
  text-align: left;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li.is-mega-menu.mega-menu-style-2 .dropdown-submenu li a {
  padding: 0;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li .dropdown-submenu,
.left-sidebar .left-widgets .widget_nav_menu .menu li .sub-menu {
  margin-left: 15px;
  display: none;
  background: none;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li .dropdown-submenu .mega-menu-content,
.left-sidebar .left-widgets .widget_nav_menu .menu li .sub-menu .mega-menu-content {
  padding: 0;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li .dropdown-submenu .mega-menu-content .mr-col,
.left-sidebar .left-widgets .widget_nav_menu .menu li .sub-menu .mega-menu-content .mr-col {
  width: 100%;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li .dropdown-submenu .mega-menu-content .mr-col .menu-item-mega,
.left-sidebar .left-widgets .widget_nav_menu .menu li .sub-menu .mega-menu-content .mr-col .menu-item-mega {
  margin-top: 10px;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li .dropdown-submenu .mega-menu-content .mr-col .menu-item-mega > a:hover,
.left-sidebar .left-widgets .widget_nav_menu .menu li .sub-menu .mega-menu-content .mr-col .menu-item-mega > a:hover {
  color: #000;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li .dropdown-submenu .mega-menu-content .mr-col .menu-item-mega > a:hover:after,
.left-sidebar .left-widgets .widget_nav_menu .menu li .sub-menu .mega-menu-content .mr-col .menu-item-mega > a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li .dropdown-submenu .mega-menu-content .mr-col:first-child .menu-item-mega,
.left-sidebar .left-widgets .widget_nav_menu .menu li .sub-menu .mega-menu-content .mr-col:first-child .menu-item-mega {
  margin-top: 0;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li .dropdown-submenu ul,
.left-sidebar .left-widgets .widget_nav_menu .menu li .sub-menu ul {
  display: block;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li .dropdown-submenu li,
.left-sidebar .left-widgets .widget_nav_menu .menu li .sub-menu li {
  padding: 5px 0;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li .dropdown-submenu li a,
.left-sidebar .left-widgets .widget_nav_menu .menu li .sub-menu li a {
  font-size: 13px;
  color: #666;
  text-transform: none;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li .dropdown-submenu li a:after,
.left-sidebar .left-widgets .widget_nav_menu .menu li .sub-menu li a:after {
  position: absolute;
  bottom: 2px;
  right: 0;
  background-color: #000;
  width: 0;
  content: "";
  height: 1px;
  transition: 0.35s;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li .dropdown-submenu li:hover > a,
.left-sidebar .left-widgets .widget_nav_menu .menu li .sub-menu li:hover > a {
  color: #000;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li .dropdown-submenu li:hover > a:after,
.left-sidebar .left-widgets .widget_nav_menu .menu li .sub-menu li:hover > a:after {
  width: 100%;
  left: 0;
  right: auto;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li .dropdown-submenu li:last-child,
.left-sidebar .left-widgets .widget_nav_menu .menu li .sub-menu li:last-child {
  padding-bottom: 0;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li.show-children > a {
  color: #cc3333;
}
.left-sidebar .left-widgets .widget_nav_menu .menu li.show-children .dropdown-submenu,
.left-sidebar .left-widgets .widget_nav_menu .menu li.show-children .sub-menu {
  display: block;
}
.left-sidebar .left-widgets .widget_mc4wp_form_widget .mc4wp-form-fields {
  position: relative;
}
.left-sidebar .left-widgets .widget_mc4wp_form_widget .mc4wp-form-fields:after {
  content: "\f3d6";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  color: #000;
}
.left-sidebar .left-widgets .widget_mc4wp_form_widget .mc4wp-form-fields input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 10;
}
.left-sidebar .left-widgets .widget_mc4wp_form_widget input[type="email"] {
  width: 100%;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-right: 30px;
}
.left-sidebar .left-widgets .widget_mc4wp_form_widget input[type="email"]:focus {
  outline: none;
}
.left-sidebar .left-widgets .social-links {
  margin-top: -20px;
}
.left-sidebar .left-widgets .social-links a {
  background-color: transparent;
  font-size: 14px;
  color: #ccc;
  width: auto;
  height: auto;
}
.left-sidebar .left-widgets .social-links a i {
  color: #ccc;
  transition: 0.5s;
}
.left-sidebar .left-widgets .social-links a:hover i {
  color: #990000;
}
.header-transparent .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: none;
  padding: 20px 0;
  background-color: transparent;
}
.header-transparent .site-header .menu-extra .extra-menu-item.menu-item-account ul {
  border-top: 1px solid #ccc;
}
.header-transparent .site-header .navbar-toggle .m-navbar-icon {
  color: #fff;
}
.header-transparent .site-header .menu-extra .extra-menu-item > a {
  color: #fff;
}
.header-transparent .site-header .menu-extra .extra-menu-item.menu-item-search > a span .t-line1,
.header-transparent .site-header .menu-extra .extra-menu-item.menu-item-search > a span .t-line2 {
  border-color: #fff;
}
.header-transparent.admin-bar .site-header {
  top: 32px;
}
.header-transparent.admin-bar.has-promotion .site-header {
  top: 0;
}
.header-transparent .primary-nav > ul > li > a {
  color: #fff;
}
.header-transparent .primary-nav > ul > li ul {
  border-top: 1px solid #ccc;
}
.header-transparent .primary-nav > ul > li.current-menu-parent > a,
.header-transparent .primary-nav > ul > li.current-menu-item > a,
.header-transparent .primary-nav > ul > li.current-menu-item .header-transparent .primary-nav > ul > li.current-menu-ancestor > a,
.header-transparent .primary-nav > ul > li:hover > a {
  color: #cc3333;
}
.header-transparent .navbar-toggle .navbars-line {
  background-color: #fff;
}
.header-transparent .navbar-toggle .navbars-line:after,
.header-transparent .navbar-toggle .navbars-line:before {
  background-color: #fff;
}
.header-transparent.header-top-style-1 .site-header {
  border-bottom: none;
}
.header-transparent.header-top-style-1 .primary-nav > ul > li.current-menu-parent > a,
.header-transparent.header-top-style-1 .primary-nav > ul > li.current-menu-item > a,
.header-transparent.header-top-style-1 .primary-nav > ul > li.current-menu-ancestor > a,
.header-transparent.header-top-style-1 .primary-nav > ul > li:hover > a {
  color: #fff;
}
.header-transparent.header-top-style-7 .item-menu-nav,
.header-transparent.header-top-style-6 .item-menu-nav {
  color: #fff;
}
.header-transparent.header-top-style-7 .navbars-icon .navbars-line,
.header-transparent.header-top-style-6 .navbars-icon .navbars-line {
  background-color: #fff;
}
.header-transparent.header-top-style-7 .navbars-icon .navbars-line:before,
.header-transparent.header-top-style-6 .navbars-icon .navbars-line:before,
.header-transparent.header-top-style-7 .navbars-icon .navbars-line:after,
.header-transparent.header-top-style-6 .navbars-icon .navbars-line:after {
  background-color: #fff;
}
.header-transparent.header-top-style-7 .site-header,
.header-transparent.header-top-style-6 .site-header {
  padding-top: 25px;
}
.header-transparent.header-top-style-7 .site-header .header-main,
.header-transparent.header-top-style-6 .site-header .header-main {
  padding-top: 0;
  padding-bottom: 0;
}
.header-transparent.header-top-style-7 .site-header .menu-extra .extra-menu-item > a,
.header-transparent.header-top-style-6 .site-header .menu-extra .extra-menu-item > a {
  color: #fff;
}
.header-transparent.header-top-style-3 .site-header {
  padding-top: 30px;
}
.header-transparent.header-top-style-4 .primary-nav > ul > li > a {
  color: #ccc;
}
.header-transparent.header-top-style-4 .primary-nav > ul > li.current-menu-parent > a,
.header-transparent.header-top-style-4 .primary-nav > ul > li.current-menu-item > a,
.header-transparent.header-top-style-4 .primary-nav > ul > li.current-menu-ancestor > a,
.header-transparent.header-top-style-4 .primary-nav > ul > li:hover > a {
  color: #fff;
}
.header-transparent.header-top-style-4 .site-header .widget-mr-language-switcher ul li a {
  color: #ccc;
}
.header-transparent.header-top-style-4 .site-header .widget-mr-language-switcher ul li a:hover {
  color: #fff;
}
.header-transparent.header-top-style-5 .site-header {
  padding: 18px 0;
  z-index: 9999;
}
.header-transparent.header-top-style-5 .navbars-icon .navbars-line {
  background-color: #fff;
}
.header-transparent.header-top-style-5 .navbars-icon .navbars-line:after,
.header-transparent.header-top-style-5 .navbars-icon .navbars-line:before {
  background-color: #fff;
}
.header-text-dark .site-header .primary-nav > ul > li > a {
  color: #000;
}
.header-text-dark .site-header .navbar-toggle .m-navbar-icon {
  color: #000;
}
.header-text-dark .navbar-toggle .navbars-line {
  background-color: #000;
}
.header-text-dark .navbar-toggle .navbars-line:after,
.header-text-dark .navbar-toggle .navbars-line:before {
  background-color: #000;
}
.header-text-dark .site-header .menu-extra .extra-menu-item > a {
  color: #000;
}
.header-text-dark .site-header .menu-extra .extra-menu-item.menu-item-search > a span .t-line1,
.header-text-dark .site-header .menu-extra .extra-menu-item.menu-item-search > a span .t-line2 {
  border-color: #000;
}
.header-text-dark.header-transparent .site-header .menu-extra .extra-menu-item > a {
  color: #000;
}
.header-text-dark.header-top-style-7 .item-menu-nav,
.header-text-dark.header-top-style-6 .item-menu-nav {
  color: #000;
}
.header-text-dark.header-top-style-7 .navbar-toggle .m-navbar-icon,
.header-text-dark.header-top-style-6 .navbar-toggle .m-navbar-icon {
  color: #000;
}
.header-text-dark.header-top-style-7 .navbars-icon .navbars-line,
.header-text-dark.header-top-style-6 .navbars-icon .navbars-line {
  background-color: #000;
}
.header-text-dark.header-top-style-7 .navbars-icon .navbars-line:before,
.header-text-dark.header-top-style-6 .navbars-icon .navbars-line:before,
.header-text-dark.header-top-style-7 .navbars-icon .navbars-line:after,
.header-text-dark.header-top-style-6 .navbars-icon .navbars-line:after {
  background-color: #000;
}
.header-text-dark.header-top-style-7 .site-header .menu-extra .extra-menu-item > a,
.header-text-dark.header-top-style-6 .site-header .menu-extra .extra-menu-item > a {
  color: #000;
}
.header-text-dark.header-top-style-4 .primary-nav > ul > li > a {
  color: #000;
}
.header-text-dark.header-top-style-4 .primary-nav > ul > li.current-menu-parent > a,
.header-text-dark.header-top-style-4 .primary-nav > ul > li.current-menu-item > a,
.header-text-dark.header-top-style-4 .primary-nav > ul > li.current-menu-ancestor > a,
.header-text-dark.header-top-style-4 .primary-nav > ul > li:hover > a {
  color: #990000;
}
.header-text-dark.header-top-style-4 .site-header .widget-mr-language-switcher ul li a {
  color: #000;
}
.header-text-dark.header-top-style-4 .site-header .widget-mr-language-switcher ul li a:hover {
  color: #990000;
}
.header-text-dark.header-top-style-5 .navbars-icon .navbars-line {
  background-color: #000;
}
.header-text-dark.header-top-style-5 .navbars-icon .navbars-line:after,
.header-text-dark.header-top-style-5 .navbars-icon .navbars-line:before {
  background-color: #000;
}
.header-text-dark.header-top-style-1 .primary-nav > ul > li.current-menu-parent > a,
.header-text-dark.header-top-style-1 .primary-nav > ul > li.current-menu-item > a,
.header-text-dark.header-top-style-1 .primary-nav > ul > li.current-menu-ancestor > a,
.header-text-dark.header-top-style-1 .primary-nav > ul > li:hover > a {
  color: #000;
}
.header-sticky .header-sticky-sep {
  display: none;
  transform: translateY(-100%);
}
.header-sticky .header-sticky-sep.minimized {
  display: block;
}
.header-sticky .site-header .menu-logo .logo.has-logo-sticky {
  position: relative;
}
.header-sticky .site-header .menu-logo .logo.has-logo-sticky .logo-sticky {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  max-height: 41px;
  left: 0;
}
.header-sticky .site-header.minimized {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
  border-bottom: none;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.header-sticky .site-header.minimized .navbar-toggle .m-navbar-icon {
  color: #000;
}
.header-sticky .site-header.minimized .menu-logo .logo img {
  max-height: 62px;
  width: auto;
}
.header-sticky .site-header.minimized .menu-logo .logo.has-logo-sticky img {
  opacity: 0;
}
.header-sticky .site-header.minimized .menu-logo .logo.has-logo-sticky .logo-sticky {
  opacity: 1;
}
.header-sticky .site-header.minimized .primary-nav > ul > li > a {
  color: #000;
}
.header-sticky .site-header.minimized .primary-nav > ul > li ul {
  border-top: 1px solid #ccc;
}
.header-sticky .site-header.minimized .primary-nav > ul > li.current-menu-parent > a,
.header-sticky .site-header.minimized .primary-nav > ul > li.current-menu-item > a,
.header-sticky .site-header.minimized .primary-nav > ul > li.current-menu-item .header-sticky .site-header.minimized .primary-nav > ul > li.current-menu-ancestor > a,
.header-sticky .site-header.minimized .primary-nav > ul > li:hover > a {
  color: #cc3333;
}
.header-sticky .site-header.minimized .navbar-toggle .navbars-line {
  background-color: #000;
}
.header-sticky .site-header.minimized .navbar-toggle .navbars-line:after,
.header-sticky .site-header.minimized .navbar-toggle .navbars-line:before {
  background-color: #000;
}
.header-sticky .site-header.minimized .menu-extra .extra-menu-item > a {
  color: #000;
}
.header-sticky .site-header.minimized .menu-extra .extra-menu-item.menu-item-search > a span .t-line1,
.header-sticky .site-header.minimized .menu-extra .extra-menu-item.menu-item-search > a span .t-line2 {
  border-color: #000;
}
.header-sticky .site-header.opa-0 {
  opacity: 0;
  transition-duration: 0s;
}
.header-sticky .site-header.header-sticky-1.minimized.minimizing {
  top: 0;
  animation: header-animation 0.5s;
}
.header-sticky .site-header.header-sticky-2.minimized {
  transform: translate(0, -100%);
  transition: transform 0.7s;
}
.header-sticky .site-header.header-sticky-2.minimized.minimizing {
  transform: translate(0, 0);
  transition: transform 0.35s;
}
.header-sticky .site-header.header-sticky-2.opa-0 {
  opacity: 0;
  transition-duration: 0s;
}
.header-sticky.admin-bar .site-header.header-sticky-1.minimized.minimizing {
  top: 32px;
  animation: header-animation 0.5s;
}
.header-sticky.admin-bar .site-header.header-sticky-2.minimized.minimizing {
  top: 32px;
}
.header-sticky.header-top-style-2 .left-sidebar {
  z-index: 9999;
}
.header-sticky.header-top-style-7 .site-header.minimized .header-main {
  padding-top: 0;
  padding-bottom: 0;
}
.header-sticky.header-top-style-7 .site-header.minimized .navbars-icon .navbars-line {
  background-color: #000;
}
.header-sticky.header-top-style-7 .site-header.minimized .navbars-icon .navbars-line:after,
.header-sticky.header-top-style-7 .site-header.minimized .navbars-icon .navbars-line:before {
  background-color: #000;
}
.header-sticky.header-top-style-7 .site-header .menu-logo .logo.has-logo-sticky .logo-sticky {
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-sticky.header-top-style-6 .site-header.minimized .item-menu-nav {
  color: #000;
}
.header-sticky.header-top-style-6 .site-header.minimized .navbars-icon .navbars-line {
  background-color: #000;
}
.header-sticky.header-top-style-6 .site-header.minimized .navbars-icon .navbars-line:after,
.header-sticky.header-top-style-6 .site-header.minimized .navbars-icon .navbars-line:before {
  background-color: #000;
}
.header-sticky.header-top-style-6 .site-header .logo.has-logo-sticky .logo-sticky {
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-sticky.header-top-style-5.header-top-normal.mrbara-template-homepage .site-header.minimized {
  padding-top: 0;
}
.header-sticky.header-top-style-5 .site-header.minimized .navbars-icon .navbars-line {
  background-color: #000;
}
.header-sticky.header-top-style-5 .site-header.minimized .navbars-icon .navbars-line:after,
.header-sticky.header-top-style-5 .site-header.minimized .navbars-icon .navbars-line:before {
  background-color: #000;
}
.header-sticky.header-top-style-9 .site-header.minimized .menu-search,
.header-sticky.header-top-style-9 .site-header.minimized .menu-logo {
  display: none;
}
.header-sticky.header-top-style-9 .site-header.minimized .primary-nav {
  margin-top: 0;
  padding-top: 0;
  padding-right: 100px;
  border-top: none;
}
.header-sticky.header-top-style-9 .site-header.minimized .primary-nav .menu {
  padding-top: 31px;
  padding-left: 100px;
}
.header-sticky.header-top-style-9 .site-header.minimized .primary-nav > ul > li {
  padding-bottom: 32px;
}
.header-sticky.header-top-style-9 .site-header.minimized .primary-nav .menu-logo {
  display: block;
  float: left;
  padding: 0;
}
.header-sticky.header-top-style-9 .site-header.minimized .header-main {
  position: relative;
}
.header-sticky.header-top-style-9 .site-header.minimized .header-main .menu-sidebar {
  position: static;
  padding-top: 0;
}
.header-sticky.header-top-style-9 .site-header.minimized .header-main .menu-sideextra {
  margin: 0;
}
.header-sticky.header-top-style-9 .site-header.minimized .header-main .menu-sideextra .menu-item-account {
  display: none;
}
.header-sticky.header-top-style-9 .site-header.minimized .header-main .menu-sideextra .menu-item-cart {
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 999;
  padding-bottom: 26px;
}
.header-sticky.header-top-style-8 .site-header.minimized .logo {
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-sticky.header-top-style-8 .site-header.minimized .logo img {
  margin-top: 0;
}
.header-sticky.header-top-style-8 .site-header.minimized .menu-sidebar .products-search {
  display: none;
}
.header-sticky.header-top-style-8 .site-header.minimized .menu-sidebar .primary-nav {
  padding-top: 32px;
  padding-right: 100px;
}
.header-sticky.header-top-style-8 .site-header.minimized .menu-sidebar .primary-nav > ul > li {
  padding-bottom: 31px;
}
.header-sticky.header-top-style-8 .site-header.minimized .menu-sidebar .primary-nav .menu-sideextra {
  opacity: 1;
  display: block;
}
.header-sticky.header-top-style-8 .site-header.minimized .header-main {
  position: relative;
}
.header-sticky.header-top-style-8 .site-header.minimized .header-main .menu-sidebar {
  position: static;
  padding-top: 0;
}
.header-sticky.header-top-style-8 .site-header.minimized .header-main .menu-sideextra {
  margin: 0;
}
.header-sticky.header-top-style-8 .site-header.minimized .header-main .menu-sideextra .menu-item-account {
  display: none;
}
.header-sticky.header-top-style-8 .site-header.minimized .header-main .menu-sideextra .menu-item-cart {
  position: absolute;
  top: 32px;
  right: 0;
  z-index: 999;
  padding-bottom: 26px;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-logo .logo,
.header-sticky.header-top-style-11 .site-header.minimized .primary-nav .menu {
  display: none;
}
.header-sticky.header-top-style-11 .site-header.minimized .products-cats-menu {
  margin-top: -1px;
}
.header-sticky.header-top-style-11 .site-header.minimized .products-cats-menu .cats-menu-title {
  border-radius: 0;
}
.header-sticky.header-top-style-11 .site-header.minimized .col-nav-menu {
  position: absolute;
  top: 15px;
  right: 0;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-logo-sticky {
  display: block;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-logo-sticky .logo {
  align-items: center;
  height: 82px;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-logo-sticky .logo img {
  margin-top: 0;
}
.header-sticky.header-top-style-11 .site-header.minimized .main-menu.menu-style-3 .col-nav-menu {
  position: static;
}
.header-sticky.header-top-style-11 .site-header.minimized .main-menu.menu-style-3 .col-nav-menu:before {
  display: none;
}
.header-sticky.header-top-style-11 .site-header.minimized .main-menu.menu-style-3 .primary-nav {
  background-color: transparent;
  position: static;
}
.header-sticky.header-top-style-11 .site-header.minimized .main-menu.menu-style-3 .primary-nav .menu-sideextra {
  position: absolute;
  right: 60px;
  top: 12px;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra {
  margin-top: 0;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra > ul {
  position: absolute;
  top: 18px;
  right: 65px;
  z-index: 99;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra .menu-item-account {
  width: 30px;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra .menu-item-account > span {
  display: none;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra .menu-item-account > a:after {
  display: none;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra .menu-item-account > a.item-login:before {
  top: -9px;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra .menu-item-account .t-text {
  display: none;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra .menu-item-account.logined .t-text {
  display: block;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra .menu-item-account.logined .t-text > span {
  display: none;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra .menu-item-account .item-register {
  display: none;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra .menu-item-cart {
  padding-bottom: 17px;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra .menu-item-cart .cart-contents .woocommerce-Price-amount {
  display: none;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra.extra-style-2 .menu-item-account {
  width: auto;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra.extra-style-2 .menu-item-account .t-text {
  display: none;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra.extra-style-2 .menu-item-account.logined .t-text {
  display: block;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra.extra-style-2 .menu-item-account.logined .t-text > span {
  display: none;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra.extra-style-2 .menu-item-account .item-register {
  display: none;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra.extra-style-2 .menu-item-account > a.item-login:before {
  top: -3px;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra.extra-style-2 > ul {
  right: 0;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sideextra.extra-style-3 > ul {
  top: 10px;
  right: 0;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sidebar {
  padding-top: 0;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sidebar .products-search {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 99;
}
.header-sticky.header-top-style-11 .site-header.minimized .menu-sidebar.menu-style-3 .products-search {
  top: 2px;
}
.header-sticky.header-top-style-11 .site-header.minimized .primary-nav {
  padding-top: 0;
}
.header-sticky.header-top-style-11 .site-header.minimized .primary-nav > ul > li {
  padding-bottom: 31px;
}
.header-sticky.header-top-style-11 .site-header.minimized .primary-nav > ul > li.menu-item-account {
  padding-bottom: 16px;
}
.header-sticky.header-top-style-11 .site-header.minimized .primary-nav .menu-sideextra {
  opacity: 1;
  display: block;
}
.header-sticky.header-top-style-4 .site-header.minimized .widget-mr-language-switcher ul li a {
  color: #000;
}
.header-sticky.header-top-style-4 .site-header.minimized .widget-mr-language-switcher ul li a:hover {
  color: #cc3333;
}
.header-sticky.page-template-template-home-boxed-content .site-header.minimized {
  top: 0;
}
.header-sticky.page-template-template-home-boxed-content .site-header.minimized .menu-logo .logo img {
  max-height: 41px;
  max-width: 100px;
}
.header-sticky.page-template-template-home-boxed-content.admin-bar .site-header.minimized {
  top: 32px;
}
.header-sticky.boxed .site-header.minimized {
  max-width: 1270px;
}
.header-sticky.boxed .site-header.opa-0 {
  opacity: 0;
  transition-duration: 0s;
}
.header-sticky.boxed .site-header.header-sticky-1.minimized {
  left: 50%;
  top: -100px;
  transition: top 0.5s;
  transform: translate(-50%, 0);
  animation: none;
}
.header-sticky.boxed .site-header.header-sticky-1.minimized.minimizing {
  animation: none;
  top: 0;
  transition: top 0.35s;
}
.header-sticky.boxed .site-header.header-sticky-2.minimized {
  left: 50%;
  transform: translate(-50%, 0);
  top: -100px;
  transition: top 0.5s;
}
.header-sticky.boxed .site-header.header-sticky-2.minimized.minimizing {
  top: 0;
  transition: top 0.35s;
}
.header-sticky.boxed.admin-bar .site-header.header-sticky-1.minimized.minimizing {
  top: 32px;
}
.header-sticky.boxed.admin-bar .site-header.header-sticky-2.minimized.minimizing {
  top: 32px;
}
.header-sticky.boxed.boxed-w1470 .site-header.minimized {
  max-width: 1470px;
}
.header-left .site {
  padding-left: 100px;
  overflow: hidden;
}
.header-left .site-header {
  width: 100px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  background-color: #172226;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.header-left .site-header .navbar-toggle {
  padding-top: 16px;
}
.header-left .site-header .navbar-toggle .m-navbar-icon {
  color: #fff;
}
.header-left .site-header .menu-logo {
  padding: 25px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-left .site-header .menu-logo img {
  margin: 0 auto;
  max-width: 90px;
  max-height: 82px;
}
.header-left .site-header .menu-extra {
  padding-top: 0;
  width: 100%;
  padding-bottom: 50px;
}
.header-left .site-header .menu-extra ul {
  float: none;
}
.header-left .site-header .menu-extra .extra-menu-item {
  margin-left: 0;
  transition: 0.5s;
  float: none;
  padding: 0;
}
.header-left .site-header .menu-extra .extra-menu-item > a {
  padding: 33px 20px 28px;
  width: 100%;
  display: block;
  color: #fff;
  transition: 0.5s;
}
.header-left .site-header .menu-extra .extra-menu-item > a.selected-nav,
.header-left .site-header .menu-extra .extra-menu-item > a:hover {
  background-color: #2d3a3e;
}
.header-left .site-header .menu-extra .extra-menu-item.selected-cart {
  background-color: #2d3a3e;
}
.header-left .site-header .menu-extra .extra-menu-item .t-icon {
  font-size: 36px;
  color: #fff;
}
.header-left .site-header .menu-extra .extra-menu-item.menu-item-search {
  width: auto;
}
.header-left .site-header .menu-extra .extra-menu-item.menu-item-cart {
  padding: 30px 20px 30px;
}
.header-left .site-header .menu-extra .extra-menu-item.menu-item-cart .mini-cart-counter {
  right: 5px;
}
.header-left .site-header .menu-extra .extra-menu-item.menu-item-cart:hover {
  background-color: #2d3a3e;
}
.header-left .site-header .menu-extra .extra-menu-item.menu-item-cart > a {
  padding: 0;
}
.header-left .site-header .menu-extra .extra-menu-item.menu-item-account > a {
  font-size: 0;
  padding: 30px 20px 30px;
  display: block;
}
.header-left .site-header .menu-extra .extra-menu-item.menu-item-account > a img {
  margin-right: 0;
}
.header-left .site-header .menu-extra .extra-menu-item.menu-item-account > a:after {
  display: none;
}
.header-left .site-header .menu-extra .extra-menu-item.menu-item-account > a .t-text {
  display: none;
}
.header-left .site-header .menu-extra .extra-menu-item.menu-item-account > a .t-icon {
  display: block;
}
.header-left .site-header .menu-extra .extra-menu-item.menu-item-account > a.item-register {
  display: none;
}
.header-left .site-header .menu-extra .extra-menu-item.menu-item-account.logined > a .t-text {
  display: block;
}
.header-left .site-header .menu-extra .extra-menu-item.menu-item-account.logined > a .t-icon {
  display: none;
}
.header-left .site-header .menu-extra .extra-menu-item.menu-item-account ul {
  display: none;
}
.header-left .site-header .menu-footer {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  text-align: center;
}
.header-left .site-header .menu-footer .widget-mr-currency-switcher,
.header-left .site-header .menu-footer .widget-mr-language-switcher {
  height: auto;
  width: 100%;
}
.header-left .site-header .menu-footer .widget-mr-currency-switcher > ul,
.header-left .site-header .menu-footer .widget-mr-language-switcher > ul {
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.header-left .site-header .menu-footer .widget-mr-currency-switcher > ul > li,
.header-left .site-header .menu-footer .widget-mr-language-switcher > ul > li {
  list-style: none;
  padding: 15px 0;
  height: auto;
  transition: 0.5s;
  width: 100%;
  margin-bottom: 0;
  position: relative;
}
.header-left .site-header .menu-footer .widget-mr-currency-switcher > ul > li .current,
.header-left .site-header .menu-footer .widget-mr-language-switcher > ul > li .current {
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
}
.header-left .site-header .menu-footer .widget-mr-currency-switcher > ul > li .current .i-icon,
.header-left .site-header .menu-footer .widget-mr-language-switcher > ul > li .current .i-icon {
  display: none;
}
.header-left .site-header .menu-footer .widget-mr-currency-switcher > ul > li:hover,
.header-left .site-header .menu-footer .widget-mr-language-switcher > ul > li:hover {
  background-color: #2d3a3e;
}
.header-left .site-header .menu-footer .widget-mr-currency-switcher > ul > li:hover > ul,
.header-left .site-header .menu-footer .widget-mr-language-switcher > ul > li:hover > ul {
  opacity: 1;
  z-index: 999;
  transform: scaleX(1);
}
.header-left .site-header .menu-footer .widget-mr-currency-switcher > ul ul,
.header-left .site-header .menu-footer .widget-mr-language-switcher > ul ul {
  bottom: -2px;
  left: 100%;
  opacity: 0;
  background-color: #2d3a3e;
  width: auto;
  margin: 0;
  padding: 20px 30px;
  transition: 0.35s;
  position: absolute;
  z-index: -9999;
  transform: scaleX(0);
}
.header-left .site-header .menu-footer .widget-mr-currency-switcher > ul ul li,
.header-left .site-header .menu-footer .widget-mr-language-switcher > ul ul li {
  display: inline-block;
  padding: 15px 0 0;
  margin-bottom: 0;
}
.header-left .site-header .menu-footer .widget-mr-currency-switcher > ul ul li:first-child,
.header-left .site-header .menu-footer .widget-mr-language-switcher > ul ul li:first-child {
  padding-top: 0;
}
.header-left .site-header .menu-footer .widget-mr-currency-switcher > ul ul li a,
.header-left .site-header .menu-footer .widget-mr-language-switcher > ul ul li a {
  font-size: 14px;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  text-transform: uppercase;
  width: auto;
  height: auto;
}
.header-left.admin-bar .site-header {
  top: 32px;
}
.header-left.display-mobile-menu .primary-mobile-nav {
  display: none;
}
.header-left.display-mobile-menu .off-canvas-layer {
  display: none;
}
.header-left .primary-left-nav {
  background-color: #2d3a3e;
  z-index: 999;
  position: fixed;
  top: 0;
  height: 100%;
  left: -395px;
  width: 395px;
  transition: 0.5s;
  padding: 0;
}
.header-left .primary-left-nav .menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  height: 100%;
}
.header-left .primary-left-nav .menu:before {
  background-color: rgba(45, 58, 62, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
}
.header-left .primary-left-nav .menu li {
  position: static;
  z-index: 999;
  margin-left: 50px;
  display: block;
  padding: 0 50px 0 0;
  width: 100%;
}
.header-left .primary-left-nav .menu li.menu-item:last-child {
  padding-right: 50px;
}
.header-left .primary-left-nav .menu li.extra-menu-item {
  display: none;
}
.header-left .primary-left-nav .menu li > a {
  padding: 15px 0 15px 15px;
  color: #fff;
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: relative;
}
.header-left .primary-left-nav .menu li > a .fa {
  display: none;
}
.header-left .primary-left-nav .menu li > a:before {
  background-color: #3c484c;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  content: "";
}
.header-left .primary-left-nav .menu li.active > a:before {
  background-color: transparent;
}
.header-left .primary-left-nav .menu li:hover {
  background-color: #223034;
}
.header-left .primary-left-nav .menu li:hover:after {
  background-color: transparent;
}
.header-left .primary-left-nav .menu li:hover > .sub-menu {
  opacity: 1;
  z-index: 999;
  transform: scaleX(1);
}
.header-left .primary-left-nav .menu li.menu-item-has-children > a:after {
  content: "\f3d3";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  float: right;
  font-size: 18px;
  padding-right: 15px;
}
.header-left .primary-left-nav .menu li .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border: none;
  width: 100%;
  bottom: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  opacity: 0;
  z-index: -999;
  display: block;
  transform: scaleX(0);
  background-color: #223034;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
.header-left .primary-left-nav .menu li .sub-menu li {
  margin-left: 40px;
}
.header-left .primary-left-nav .menu li .sub-menu li a {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  padding: 12px 0 12px 12px;
}
.header-left .primary-left-nav .menu li .sub-menu li a .menu-title {
  display: inline-block;
  position: relative;
}
.header-left .primary-left-nav .menu li .sub-menu li a:after {
  display: none;
}
.header-left .primary-left-nav .menu li .sub-menu li a .items-badge {
  top: 0;
}
.header-left .primary-left-nav .menu li .sub-menu li .sub-menu {
  background-color: #2d3a3e;
}
.header-left .primary-left-nav .menu li .sub-menu li .sub-menu li:hover {
  background-color: transparent;
}
.header-left .primary-left-nav .menu li .sub-menu li .sub-menu li:hover > a {
  background-color: #223034;
}
.header-left .primary-left-nav .menu li .sub-menu li:hover {
  background-color: #2d3a3e;
}
.header-left .primary-left-nav .menu li .sub-menu li:hover > a {
  color: #fff;
}
.header-left.display-menu-left .primary-left-nav {
  left: 100px;
  transition: 0.5s;
}
.header-left .off-canvas-panel.cart-panel {
  right: inherit;
  left: -445px;
  transition: 0.5s;
  border: none;
}
.header-left.display-cart .cart-panel.off-canvas-panel {
  left: 100px;
}
.header-left-style-2 .site {
  margin-left: 147px;
  padding-left: 0;
  border-left: 1px solid #e0e0e0;
}
.header-left-style-2.mrbara-template-homepage .site {
  border-left: none;
}
.header-left-style-2 .site-header {
  width: 147px;
  background-color: #fff;
  bottom: 0;
  position: absolute;
  height: 1190px;
}
.header-left-style-2 .site-header .navbar-toggle {
  padding-top: 16px;
}
.header-left-style-2 .site-header .navbar-toggle .m-navbar-icon {
  color: #000;
}
.header-left-style-2 .site-header .menu-extra {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  margin-top: -100px;
}
.header-left-style-2 .site-header .menu-extra .extra-menu-item > a {
  color: #000;
}
.header-left-style-2 .site-header .menu-extra .extra-menu-item > a.selected-nav,
.header-left-style-2 .site-header .menu-extra .extra-menu-item > a:hover {
  background-color: #f3f5f5;
}
.header-left-style-2 .site-header .menu-extra .extra-menu-item.selected-cart {
  background-color: #f3f5f5;
}
.header-left-style-2 .site-header .menu-extra .extra-menu-item .t-icon {
  color: #000;
}
.header-left-style-2 .site-header .menu-extra .extra-menu-item.menu-item-cart .cart-contents {
  display: inline-block;
  width: auto;
}
.header-left-style-2 .site-header .menu-extra .extra-menu-item.menu-item-cart .cart-contents:hover {
  background-color: transparent;
}
.header-left-style-2 .site-header .menu-extra .extra-menu-item.menu-item-cart .mini-cart-counter {
  right: -5px;
}
.header-left-style-2 .site-header .menu-extra .extra-menu-item.menu-item-cart:hover {
  background-color: #f3f5f5;
}
.header-left-style-2 .site-header .menu-extra .extra-menu-item.menu-item-cart > a {
  padding: 0;
}
.header-left-style-2 .site-header .menu-footer .widget-mr-currency-switcher > ul > li .current,
.header-left-style-2 .site-header .menu-footer .widget-mr-language-switcher > ul > li .current {
  color: #000;
}
.header-left-style-2 .site-header .menu-footer .widget-mr-currency-switcher > ul > li:hover,
.header-left-style-2 .site-header .menu-footer .widget-mr-language-switcher > ul > li:hover {
  background-color: #f3f5f5;
}
.header-left-style-2 .site-header .menu-footer .widget-mr-currency-switcher > ul ul,
.header-left-style-2 .site-header .menu-footer .widget-mr-language-switcher > ul ul {
  background-color: #f3f5f5;
}
.header-left-style-2 .site-header .menu-footer .widget-mr-currency-switcher > ul ul li a,
.header-left-style-2 .site-header .menu-footer .widget-mr-language-switcher > ul ul li a {
  color: #000;
}
.header-left-style-2 .site-header .menu-footer .socials {
  margin-top: 70px;
}
.header-left-style-2 .site-header .menu-footer .socials a {
  display: block;
  color: #999;
  font-size: 18px;
  padding-top: 25px;
  line-height: 1;
}
.header-left-style-2 .site-header .menu-footer .socials a:hover {
  color: #000;
}
.header-left-style-2 .off-canvas-panel.cart-panel {
  background-color: #f3f5f5;
}
.header-left-style-2 .primary-left-nav {
  background-color: #f4f4f4;
}
.header-left-style-2 .primary-left-nav .menu:before {
  background-color: rgba(244, 244, 244, 0.9);
}
.header-left-style-2 .primary-left-nav .menu li:hover {
  background-color: #eaeaea;
}
.header-left-style-2 .primary-left-nav .menu li:hover > a {
  color: #000;
}
.header-left-style-2 .primary-left-nav .menu li > a {
  color: #666666;
}
.header-left-style-2 .primary-left-nav .menu li > a:before {
  background-color: transparent;
}
.header-left-style-2 .primary-left-nav .menu li .sub-menu {
  background-color: #eaeaea;
}
.header-left-style-2 .primary-left-nav .menu li .sub-menu li:hover {
  background-color: #e1e1e1;
}
.header-left-style-2 .primary-left-nav .menu li .sub-menu li:hover > a {
  color: #000;
}
.header-left-style-2 .primary-left-nav .menu li .sub-menu li .sub-menu {
  background-color: #e1e1e1;
}
.header-left-style-2 .primary-left-nav .menu li .sub-menu li .sub-menu li:hover > a {
  color: #000;
  background-color: #eaeaea;
}
.header-left-style-2.display-menu-left .primary-left-nav {
  left: 147px;
}
.header-left-style-2.display-cart .cart-panel.off-canvas-panel {
  left: 147px;
}
.header-left-style-2 .mini-cart .widget_shopping_cart_content {
  background-color: transparent;
}
.header-cart-click .mini-cart .widget_shopping_cart_content .cart_list {
  max-height: inherit;
  overflow: inherit;
}
.mini-cart {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}
.mini-cart.off-canvas-panel .widget_shopping_cart_content:after {
  display: none;
}
.mini-cart.loading .widget_mini_cart_contents,
.mini-cart.loading .widget_shopping_cart_content {
  filter: blur(1px);
}
.mini-cart.loading .mini-cart-loading {
  opacity: 1;
  z-index: 10;
}
.mini-cart.loading .widget_shopping_cart_content:after {
  opacity: 1;
  z-index: 10;
}
.mini-cart .blockUI.blockOverlay {
  display: none !important;
}
.mini-cart .mini-cart-loading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -999;
  opacity: 0;
}
.mini-cart .mini-cart-loading .mini-loader:after {
  content: '\f29c';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: #444;
  animation: spin 2s linear infinite;
  transform: none;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 10;
}
.mini-cart .cart-contents .woocommerce-Price-amount {
  display: none;
}
.mini-cart .widget_shopping_cart_content {
  transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  top: 110%;
  right: 0;
  padding: 10px 20px 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: -1;
  opacity: 0;
  width: 366px;
  transform: scaleX(0);
}
.mini-cart .widget_shopping_cart_content:after {
  content: '\f29c';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: #444;
  animation: spin 2s linear infinite;
  transform: none;
  margin-top: -25px;
  margin-left: -25px;
  z-index: -999;
  opacity: 0;
}
.mini-cart .widget_shopping_cart_content .cart_list {
  position: static;
  opacity: 1;
  transform: none;
  border: none;
  max-height: 420px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.mini-cart .widget_shopping_cart_content .cart_list::-webkit-scrollbar {
  display: none;
}
.mini-cart:hover .widget_shopping_cart_content {
  top: 100%;
  opacity: 1;
  z-index: 10000;
  transform: scaleX(1);
}
.mini-cart.woocommerce .cart_list li {
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 20px 20px 0;
  position: relative;
}
.mini-cart.woocommerce .cart_list li img {
  width: 50px;
  float: left;
  margin-left: 0;
  margin-right: 15px;
  margin-top: 3px;
}
.mini-cart.woocommerce .cart_list li .quantity {
  color: #999;
  font-weight: 300;
  display: inherit;
  padding-left: 67px;
  margin-top: 3px;
}
.mini-cart.woocommerce .cart_list li .variation {
  display: inline-block;
  border: none;
  padding-left: 0;
}
.mini-cart.woocommerce .cart_list li .variation dt,
.mini-cart.woocommerce .cart_list li .variation dd {
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 3px;
}
.mini-cart.woocommerce .cart_list li .amount {
  padding-left: 0;
  display: inline-block;
  color: #999;
  font-weight: 300;
}
.mini-cart.woocommerce .cart_list .remove {
  position: absolute;
  right: 0;
  top: 12px;
  color: #ccc !important;
  width: 24px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  background-color: transparent !important;
}
.mini-cart.woocommerce .cart_list .remove:before {
  font-family: 'ElegantIcons';
  content: "\4d";
  font-size: 24px;
  transition: 0.5s;
}
.mini-cart.woocommerce .cart_list .remove:hover:before {
  color: #000;
}
.mini-cart.woocommerce .cart_list .mini_cart_item a {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  border-top-width: 0;
  padding: 0;
  color: #000;
  text-transform: none;
  padding-bottom: 7px;
}
.mini-cart.woocommerce .cart_list .mini_cart_item a:hover {
  color: #990000;
}
.mini-cart.woocommerce .total {
  text-transform: uppercase;
  padding: 30px 0 25px;
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.mini-cart.woocommerce .total strong {
  float: left;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}
.mini-cart.woocommerce .total .amount {
  float: right;
  font-size: 18px;
  font-weight: 600;
  color: #cc3333;
  line-height: 1;
}
.mini-cart.woocommerce .buttons a {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  float: left;
  height: 46px;
  line-height: 46px;
  padding-left: 34px;
  padding-right: 34px;
  text-transform: none;
}
.mini-cart.woocommerce .buttons a:hover,
.mini-cart.woocommerce .buttons a:focus {
  background-color: #333;
}
.mini-cart.woocommerce .buttons a:after {
  content: "\f3d3";
  font-family: "Ionicons";
  font-size: 14px;
  padding-left: 12px;
}
.mini-cart.woocommerce .buttons .checkout {
  float: right;
  background-color: #333;
}
.mini-cart.woocommerce .buttons .checkout:hover {
  background-color: #990000;
}
.mini-cart-button-lines .mini-cart .widget_shopping_cart_content .buttons a,
.mini-cart-button-lines .widget_shopping_cart .widget_shopping_cart_content .buttons a {
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
.admin-bar .off-canvas-panel {
  top: 32px;
}
.admin-bar .primary-mobile-nav {
  top: 32px;
}
.off-canvas-panel {
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  transition: 0.5s;
  width: 445px;
  height: 100%;
  padding: 35px;
  background-color: #fff;
  position: fixed;
  right: -445px;
  top: 0;
  overflow: auto;
  color: #aaa;
  z-index: 9995;
  border: 1px solid #ccc;
}
.off-canvas-panel.mini-cart {
  display: none;
}
.off-canvas-panel .widget-panel-header {
  overflow: hidden;
  margin-bottom: 30px;
}
.off-canvas-panel .widget-panel-header h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin-top: 80px;
  margin-bottom: 0;
}
.off-canvas-panel .widget-panel-header a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
}
.off-canvas-panel .widget-panel-header a span {
  padding-right: 15px;
  font-size: 24px;
  position: absolute;
  top: -1px;
  left: 0;
}
.off-canvas-panel .widget-panel-header a:hover {
  color: #990000;
}
.off-canvas-panel.cart-panel {
  padding-right: 55px;
}
.off-canvas-panel.cart-panel .widget_shopping_cart_content {
  position: static;
  top: 0;
  opacity: 1;
  margin: 0;
  padding: 0 0 0 20px;
  box-shadow: none;
  transform: scaleX(1);
  border: none;
  width: 100%;
}
.display-cart .site-header .toggle-cart .cart-icon {
  background-color: #990000;
}
.display-cart .site-header .toggle-cart .cart-icon:before {
  border-color: #990000;
}
.display-cart .cart-panel.off-canvas-panel {
  right: 0;
}
.header-cart-click.display-cart .off-canvas-layer {
  display: block;
}
.header-cart-click .mini-cart.off-canvas-panel {
  display: block;
}
.off-canvas-layer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9992;
  cursor: pointer;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.primary-mobile-nav {
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  transition: 0.5s;
  width: 400px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  left: -400px;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #aaa;
  z-index: 999999;
  border: 1px solid #ccc;
}
.primary-mobile-nav .close-canvas-mobile-panel {
  padding: 20px 28px;
  display: inline-block;
}
.primary-mobile-nav .mnav-icon {
  font-size: 40px;
  color: #000;
}
.primary-mobile-nav ul.menu {
  padding: 0 0 30px;
}
.primary-mobile-nav ul.menu.over-submenu {
  height: 0;
  overflow: hidden;
}
.primary-mobile-nav ul.menu .is-mega-menu .dropdown-submenu > li {
  padding: 17px 28px 15px;
}
.primary-mobile-nav ul.menu .is-mega-menu .dropdown-submenu > li.menu-back {
  padding-left: 40px;
  position: relative;
}
.primary-mobile-nav ul.menu .is-mega-menu .dropdown-submenu .mega-menu-content {
  padding: 0;
}
.primary-mobile-nav ul.menu .is-mega-menu .dropdown-submenu .menu-item-mega > a {
  display: inline-block;
  padding: 0;
  font-family: Poppins, Arial, sans-serif;
}
.primary-mobile-nav ul.menu .is-mega-menu .dropdown-submenu .menu-item-mega.active-menu-mega {
  display: none;
}
.primary-mobile-nav ul.menu .is-mega-menu .dropdown-submenu .menu-item-mega.over-menu-mega {
  display: block;
}
.primary-mobile-nav ul.menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
  background-color: #fff;
  opacity: 0;
}
.primary-mobile-nav ul.menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu > li {
  padding: 17px 28px 15px;
}
.primary-mobile-nav ul.menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu > li.menu-back {
  padding-left: 40px;
  position: relative;
}
.primary-mobile-nav ul.menu .is-mega-menu .dropdown-submenu .over-menu > .sub-menu {
  transform: translateX(0);
  opacity: 1;
}
.primary-mobile-nav ul.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu li {
  text-align: left;
}
.primary-mobile-nav ul.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .mr-col {
  background-color: transparent;
  display: block;
  text-align: left;
  padding: 15px 17px 15px;
  position: static;
}
.primary-mobile-nav ul.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .mr-col:hover .mega-menu-submenu {
  transform: none;
  margin-top: 0;
}
.primary-mobile-nav ul.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .mr-col:hover .menu-item-mega > a {
  transform: none;
}
.primary-mobile-nav ul.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .menu-item-mega > a {
  text-transform: uppercase;
  font-size: 14px;
  transform: none;
}
.primary-mobile-nav ul.menu li {
  display: block;
  padding: 17px 28px 15px;
  margin-bottom: 0;
}
.primary-mobile-nav ul.menu li.dropdown,
.primary-mobile-nav ul.menu li .mr-col {
  position: static;
}
.primary-mobile-nav ul.menu li .mr-col {
  width: 100%;
  display: block;
  padding: 15px 17px 15px;
}
.primary-mobile-nav ul.menu li .mr-col:first-child {
  padding-top: 0;
}
.primary-mobile-nav ul.menu li .mr-col:last-child {
  padding-bottom: 0;
}
.primary-mobile-nav ul.menu li.extra-menu-item.no-woocommerce {
  border-top: 1px solid #bfbfbf;
  padding-top: 40px;
  padding-bottom: 0;
  margin: 23px 0;
}
.primary-mobile-nav ul.menu li.menu-item-account {
  border-top: 1px solid #bfbfbf;
  padding: 40px 0 0;
  margin: 23px 28px;
}
.primary-mobile-nav ul.menu li.menu-item-account ul.login-items {
  position: static;
  float: none;
  transform: none;
}
.primary-mobile-nav ul.menu li.menu-item-account ul.login-items li {
  padding-left: 0;
  padding-right: 0;
}
.primary-mobile-nav ul.menu li.menu-item-account ul.login-items li:first-child {
  padding-top: 0;
}
.primary-mobile-nav ul.menu li.menu-item-account .item-login,
.primary-mobile-nav ul.menu li.menu-item-account .item-register {
  padding-bottom: 15px;
  padding-top: 15px;
}
.primary-mobile-nav ul.menu li.menu-item-account .item-login span,
.primary-mobile-nav ul.menu li.menu-item-account .item-register span {
  display: block;
}
.primary-mobile-nav ul.menu li.menu-item-account .toggle-children {
  margin-top: 13px;
}
.primary-mobile-nav ul.menu li.menu-item-account img {
  border-radius: 100%;
  margin-right: 15px;
}
.primary-mobile-nav ul.menu li.menu-item-currency .current,
.primary-mobile-nav ul.menu li.menu-item-language .current {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
.primary-mobile-nav ul.menu li.menu-item-currency .current span,
.primary-mobile-nav ul.menu li.menu-item-language .current span {
  display: none;
}
.primary-mobile-nav ul.menu li.menu-item-currency ul li.actived,
.primary-mobile-nav ul.menu li.menu-item-language ul li.actived,
.primary-mobile-nav ul.menu li.menu-item-currency ul li .i-icon,
.primary-mobile-nav ul.menu li.menu-item-language ul li .i-icon {
  display: none;
}
.primary-mobile-nav ul.menu li.menu-item-search {
  position: relative;
  margin-top: 30px;
}
.primary-mobile-nav ul.menu li.menu-item-search .search-field {
  width: 100%;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #ccc;
  padding-right: 30px;
}
.primary-mobile-nav ul.menu li.menu-item-search .t-icon {
  display: inline-block;
  text-rendering: auto;
  transform: translate(0, 0);
  position: absolute;
  top: 15px;
  right: 28px;
  font-size: 20px;
  color: #999;
}
.primary-mobile-nav ul.menu li.menu-item-search .btn-submit {
  position: absolute;
  top: 14px;
  right: 28px;
  opacity: 0;
  z-index: 10;
  width: 20px;
}
.primary-mobile-nav ul.menu li:first-child {
  padding-left: 28px;
}
.primary-mobile-nav ul.menu li a {
  color: #999;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}
.primary-mobile-nav ul.menu li ul {
  padding: 0;
}
.primary-mobile-nav ul.menu li .menu-back {
  position: relative;
  padding-left: 40px;
  display: block;
  transition: 0.5s;
  cursor: pointer;
}
.primary-mobile-nav ul.menu li .menu-back:after {
  position: absolute;
  left: 20px;
  top: 19px;
  content: "\34";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 17px;
}
.primary-mobile-nav ul.menu li .menu-parent-items {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #ebebeb;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  padding: 17px 28px 15px;
}
.primary-mobile-nav ul.menu li .menu-parent-items .menu-parent-item {
  float: left;
  color: #000;
}
.primary-mobile-nav ul.menu li .toggle-children {
  color: #999;
  cursor: pointer;
  font-size: 26px;
  transition: 0.5s;
  text-align: right;
  float: right;
  position: relative;
}
.primary-mobile-nav ul.menu li .toggle-children i {
  position: absolute;
  right: -20px;
  top: -15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.primary-mobile-nav ul.menu li ul {
  position: absolute;
  float: left;
  left: 0;
  top: 0;
  visibility: visible;
  display: inline-block;
  width: 100% !important;
  z-index: 10;
  margin-top: 0;
  transform: translateX(100%);
  transition: 0.35s;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.primary-mobile-nav ul.menu li.over-menu > ul {
  transform: translateX(0);
}
.primary-mobile-nav ul.menu li .mega-menu-submenu.over-menu > ul {
  transform: translateX(0);
}
.primary-mobile-nav ul.menu li.menu-item-has-children > a:after {
  display: none;
}
.primary-mobile-nav ul.menu li.current-menu-parent > a,
.primary-mobile-nav ul.menu li.current-menu-item > a,
.primary-mobile-nav ul.menu li.current-menu-item .primary-mobile-nav ul.menu li.current-menu-ancestor > a {
  color: #000;
}
.display-mobile-menu .primary-mobile-nav {
  left: 0;
}
.display-mobile-menu .off-canvas-layer {
  display: block;
}
.display-search .search-panel {
  z-index: 99999;
  top: 0;
  opacity: 1;
}
.display-search .search-panel:before {
  animation: menu-animation 0.8s ease-out forwards;
}
.display-search .search-panel .search-content {
  top: 40%;
  transition: top 0.53s ease-out, opacity 0.35s ease-out;
  transition-delay: 0.6s;
}
.display-search .ui-autocomplete {
  z-index: 99999;
}
.display-search .ui-autocomplete-loading {
  background-position: left center;
}
.display-search.header-left,
.display-search.header-search-style-3 {
  overflow: hidden;
}
.display-search.header-left .ui-autocomplete,
.display-search.header-search-style-3 .ui-autocomplete {
  max-height: 260px;
}
.search-panel {
  z-index: -9999;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: block;
}
.search-panel:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.87);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  transform: scale(0.04) translateY(9999px);
  overflow: hidden;
}
.search-panel .search-panel-close {
  position: absolute;
  right: 80px;
  top: 40px;
  color: #fff;
  font-size: 72px;
  font-weight: 400;
}
.search-panel .search-content {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
}
.search-panel .search-content .search-panel-con {
  width: 970px;
  margin: 0 auto;
}
.search-panel .search-content .search-panel-con h2 {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 90px;
}
.search-panel .search-panel-foot {
  font-size: 13px;
  color: #666;
  margin-top: 40px;
  font-style: italic;
}
.search-panel .instance-search {
  position: relative;
}
.search-panel .instance-search:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\f30f";
  font-family: "Ionicons";
  font-size: 26px;
  color: #fff;
}
.search-panel .instance-search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 999;
  width: 24px;
  height: 40px;
}
.search-panel .instance-search .search-field {
  width: 100%;
  border: none;
  line-height: 1;
  padding: 17px 30px 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  background-color: transparent;
}
.search-panel .instance-search .search-field:focus {
  outline: none;
}
.search-panel .instance-search ::-webkit-input-placeholder {
  color: #fff;
}
.search-panel .instance-search :-moz-placeholder {
  color: #fff;
}
.search-panel .instance-search ::-moz-placeholder {
  color: #fff;
}
.search-panel .instance-search :-ms-input-placeholder {
  color: #fff;
}
.main-nav.modal {
  z-index: -9999;
}
.main-nav .modal-content {
  width: 1170px;
}
.main-nav .main-nav-content .menu li {
  opacity: 0;
  transform: translateY(36px);
}
.display-nav.header-transparent .site-header {
  z-index: inherit;
}
.display-nav.header-transparent .site-header.minimized {
  z-index: 9999;
}
.display-nav.header-top-style-7 .site,
.display-nav.header-top-style-6 .site,
.display-nav.header-top-style-2 .site {
  background-color: #fff;
}
.display-nav.header-top-style-7 .left-sidebar,
.display-nav.header-top-style-6 .left-sidebar,
.display-nav.header-top-style-2 .left-sidebar {
  z-index: 0;
}
.display-nav.header-top-style-7.header-sticky .site-header.minimized .navbars-icon .navbars-line,
.display-nav.header-top-style-6.header-sticky .site-header.minimized .navbars-icon .navbars-line,
.display-nav.header-top-style-2.header-sticky .site-header.minimized .navbars-icon .navbars-line {
  background-color: #fff;
}
.display-nav.header-top-style-7.header-sticky .site-header.minimized .navbars-icon .navbars-line:before,
.display-nav.header-top-style-6.header-sticky .site-header.minimized .navbars-icon .navbars-line:before,
.display-nav.header-top-style-2.header-sticky .site-header.minimized .navbars-icon .navbars-line:before {
  background-color: #fff;
}
.display-nav.header-top-style-7.header-sticky .site-header.minimized .navbars-icon .navbars-line:after,
.display-nav.header-top-style-6.header-sticky .site-header.minimized .navbars-icon .navbars-line:after,
.display-nav.header-top-style-2.header-sticky .site-header.minimized .navbars-icon .navbars-line:after {
  background-color: #fff;
}
.display-nav.header-top-style-7.header-transparent .site,
.display-nav.header-top-style-6.header-transparent .site,
.display-nav.header-top-style-2.header-transparent .site {
  background-color: transparent;
}
.display-nav.header-top-style-7 .site-header,
.display-nav.header-top-style-6 .site-header,
.display-nav.header-top-style-2 .site-header {
  background-color: transparent;
  border-color: transparent;
}
.display-nav.header-top-style-7 .site-header .menu-extra .menu-item-nav,
.display-nav.header-top-style-6 .site-header .menu-extra .menu-item-nav,
.display-nav.header-top-style-2 .site-header .menu-extra .menu-item-nav {
  z-index: 9999;
  position: relative;
}
.display-nav.header-top-style-7 .site-header .menu-extra .item-menu-nav,
.display-nav.header-top-style-6 .site-header .menu-extra .item-menu-nav,
.display-nav.header-top-style-2 .site-header .menu-extra .item-menu-nav {
  z-index: 9999;
  position: relative;
}
.display-nav.header-top-style-7 .site-header .navbars-title,
.display-nav.header-top-style-6 .site-header .navbars-title,
.display-nav.header-top-style-2 .site-header .navbars-title {
  color: #fff;
}
.display-nav.header-top-style-7 .site-header .navbars-icon .navbars-line,
.display-nav.header-top-style-6 .site-header .navbars-icon .navbars-line,
.display-nav.header-top-style-2 .site-header .navbars-icon .navbars-line {
  background-color: #fff;
}
.display-nav.header-top-style-7 .site-header .navbars-icon .navbars-line:before,
.display-nav.header-top-style-6 .site-header .navbars-icon .navbars-line:before,
.display-nav.header-top-style-2 .site-header .navbars-icon .navbars-line:before {
  background-color: #fff;
}
.display-nav.header-top-style-7 .site-header .navbars-icon .navbars-line:after,
.display-nav.header-top-style-6 .site-header .navbars-icon .navbars-line:after,
.display-nav.header-top-style-2 .site-header .navbars-icon .navbars-line:after {
  background-color: #fff;
}
.display-nav.header-top-style-7 .site-header.minimized,
.display-nav.header-top-style-6 .site-header.minimized,
.display-nav.header-top-style-2 .site-header.minimized {
  border-color: rgba(0, 0, 0, 0.2);
}
.display-nav.header-top-style-7 .site-header .menu-logo .logo,
.display-nav.header-top-style-6 .site-header .menu-logo .logo,
.display-nav.header-top-style-2 .site-header .menu-logo .logo {
  pointer-events: none;
  cursor: default;
}
.display-nav.header-top-style-7 .site-header .menu-logo .logo img,
.display-nav.header-top-style-6 .site-header .menu-logo .logo img,
.display-nav.header-top-style-2 .site-header .menu-logo .logo img {
  opacity: 0.2;
}
.display-nav.header-top-style-7 .site-header .menu-item-search > a,
.display-nav.header-top-style-6 .site-header .menu-item-search > a,
.display-nav.header-top-style-2 .site-header .menu-item-search > a,
.display-nav.header-top-style-7 .site-header .menu-item-shop > a,
.display-nav.header-top-style-6 .site-header .menu-item-shop > a,
.display-nav.header-top-style-2 .site-header .menu-item-shop > a,
.display-nav.header-top-style-7 .site-header .menu-item-cart > a,
.display-nav.header-top-style-6 .site-header .menu-item-cart > a,
.display-nav.header-top-style-2 .site-header .menu-item-cart > a,
.display-nav.header-top-style-7 .site-header .menu-item-account > a,
.display-nav.header-top-style-6 .site-header .menu-item-account > a,
.display-nav.header-top-style-2 .site-header .menu-item-account > a {
  pointer-events: none;
  cursor: default;
}
.display-nav.header-top-style-7 .site-header .menu-item-search .search-form,
.display-nav.header-top-style-6 .site-header .menu-item-search .search-form,
.display-nav.header-top-style-2 .site-header .menu-item-search .search-form {
  pointer-events: none;
  cursor: default;
}
.display-nav.header-top-style-7 .site-header .menu-item-account > a img,
.display-nav.header-top-style-6 .site-header .menu-item-account > a img,
.display-nav.header-top-style-2 .site-header .menu-item-account > a img {
  opacity: 0.2;
}
.display-nav.header-top-style-7 .site-header .menu-item-account > ul,
.display-nav.header-top-style-6 .site-header .menu-item-account > ul,
.display-nav.header-top-style-2 .site-header .menu-item-account > ul {
  display: none;
}
.display-nav.header-top-style-7 .site-header .menu-item-cart .widget_shopping_cart_content,
.display-nav.header-top-style-6 .site-header .menu-item-cart .widget_shopping_cart_content,
.display-nav.header-top-style-2 .site-header .menu-item-cart .widget_shopping_cart_content {
  display: none;
}
.display-nav.header-top-style-7 .site-header .menu-item-cart .mini-cart-counter,
.display-nav.header-top-style-6 .site-header .menu-item-cart .mini-cart-counter,
.display-nav.header-top-style-2 .site-header .menu-item-cart .mini-cart-counter {
  opacity: 0.3;
}
.display-nav.header-top-style-7.header-transparent .site-header .menu-logo .logo img,
.display-nav.header-top-style-6.header-transparent .site-header .menu-logo .logo img,
.display-nav.header-top-style-2.header-transparent .site-header .menu-logo .logo img {
  opacity: 0.2;
}
.display-nav.header-top-style-7.header-transparent .site-header .menu-logo .logo img.logo-sticky,
.display-nav.header-top-style-6.header-transparent .site-header .menu-logo .logo img.logo-sticky,
.display-nav.header-top-style-2.header-transparent .site-header .menu-logo .logo img.logo-sticky {
  opacity: 0;
}
.display-nav.header-top-style-7.header-transparent .site-header .menu-item-search,
.display-nav.header-top-style-6.header-transparent .site-header .menu-item-search,
.display-nav.header-top-style-2.header-transparent .site-header .menu-item-search,
.display-nav.header-top-style-7.header-transparent .site-header .menu-item-shop,
.display-nav.header-top-style-6.header-transparent .site-header .menu-item-shop,
.display-nav.header-top-style-2.header-transparent .site-header .menu-item-shop,
.display-nav.header-top-style-7.header-transparent .site-header .menu-item-cart,
.display-nav.header-top-style-6.header-transparent .site-header .menu-item-cart,
.display-nav.header-top-style-2.header-transparent .site-header .menu-item-cart,
.display-nav.header-top-style-7.header-transparent .site-header .menu-item-account,
.display-nav.header-top-style-6.header-transparent .site-header .menu-item-account,
.display-nav.header-top-style-2.header-transparent .site-header .menu-item-account {
  opacity: 0.2;
}
.display-nav.header-top-style-7.header-transparent.header-text-dark .site-header .menu-logo .logo img,
.display-nav.header-top-style-6.header-transparent.header-text-dark .site-header .menu-logo .logo img,
.display-nav.header-top-style-2.header-transparent.header-text-dark .site-header .menu-logo .logo img {
  opacity: 1;
}
.display-nav.header-top-style-7.header-transparent.header-text-dark .site-header .menu-item-search,
.display-nav.header-top-style-6.header-transparent.header-text-dark .site-header .menu-item-search,
.display-nav.header-top-style-2.header-transparent.header-text-dark .site-header .menu-item-search,
.display-nav.header-top-style-7.header-transparent.header-text-dark .site-header .menu-item-shop,
.display-nav.header-top-style-6.header-transparent.header-text-dark .site-header .menu-item-shop,
.display-nav.header-top-style-2.header-transparent.header-text-dark .site-header .menu-item-shop,
.display-nav.header-top-style-7.header-transparent.header-text-dark .site-header .menu-item-cart,
.display-nav.header-top-style-6.header-transparent.header-text-dark .site-header .menu-item-cart,
.display-nav.header-top-style-2.header-transparent.header-text-dark .site-header .menu-item-cart,
.display-nav.header-top-style-7.header-transparent.header-text-dark .site-header .menu-item-account,
.display-nav.header-top-style-6.header-transparent.header-text-dark .site-header .menu-item-account,
.display-nav.header-top-style-2.header-transparent.header-text-dark .site-header .menu-item-account {
  opacity: 1;
}
.display-nav.header-top-style-5 .site {
  background-color: #fff;
}
.display-nav.header-top-style-5 .site-header {
  background-color: transparent;
  border-color: transparent;
  transition-delay: 0.7s;
}
.display-nav.header-top-style-5 .site-header .menu-extra .item-menu-nav {
  z-index: 9999;
  position: relative;
}
.display-nav.header-top-style-5 .site-header .menu-logo .logo {
  pointer-events: none;
  cursor: default;
}
.display-nav.header-top-style-5 .site-header .menu-logo .logo img {
  opacity: 0.2;
}
.display-nav.header-top-style-5 .site-header.minimized {
  border-color: rgba(0, 0, 0, 0.2);
}
.display-nav.header-top-style-5 .site-header.minimized .navbars-icon .navbars-line {
  background-color: #fff;
}
.display-nav.header-top-style-5 .site-header.minimized .navbars-icon .navbars-line:before {
  background-color: #fff;
}
.display-nav.header-top-style-5 .site-header.minimized .navbars-icon .navbars-line:after {
  background-color: #fff;
}
.display-nav.header-top-style-5 .site-header .navbars-icon .navbars-line {
  background-color: #fff;
}
.display-nav.header-top-style-5 .site-header .navbars-icon .navbars-line:before {
  background-color: #fff;
}
.display-nav.header-top-style-5 .site-header .navbars-icon .navbars-line:after {
  background-color: #fff;
}
.display-nav.header-top-style-5.header-transparent .site {
  background-color: transparent;
}
.display-nav.header-top-style-5.header-transparent .site-header .menu-logo .logo img {
  opacity: 0.2;
}
.display-nav.header-top-style-5.header-transparent .site-header .menu-logo .logo img.logo-sticky {
  opacity: 0;
}
.display-nav.header-top-style-5.header-transparent.header-text-dark .site-header .menu-logo .logo img {
  opacity: 1;
}
.display-nav.header-top-style-5.header-transparent.header-text-dark .site-header .menu-logo .logo img.logo-sticky {
  opacity: 0;
}
.display-nav.header-top-style-7 .navbars-icon {
  height: 22px;
  top: -1px;
}
.display-nav.header-top-style-2 .site-header .header-main .menu-extra .menu-item-search .search-form .search-field {
  background-color: transparent;
  border-color: transparent;
}
.display-nav.header-top-style-2 .site-header .header-main .menu-extra .menu-item-search .search-form .search-field.minimized {
  border-color: rgba(0, 0, 0, 0.2);
}
.display-nav.has-leftbar .main-nav {
  padding-left: 300px;
}
.display-nav .mr-container-fluid .modal-header {
  left: 80px;
}
.display-nav .modal-content {
  background-color: transparent;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 50px;
}
.display-nav .modal-content .menu {
  text-align: center;
  margin: 0;
  padding: 0;
}
.display-nav .modal-content .menu li:nth-child(15) {
  transition-delay: 2.15s;
}
.display-nav .modal-content .menu li:nth-child(14) {
  transition-delay: 2.05s;
}
.display-nav .modal-content .menu li:nth-child(13) {
  transition-delay: 1.95s;
}
.display-nav .modal-content .menu li:nth-child(12) {
  transition-delay: 1.85s;
}
.display-nav .modal-content .menu li:nth-child(11) {
  transition-delay: 1.75s;
}
.display-nav .modal-content .menu li:nth-child(10) {
  transition-delay: 1.65s;
}
.display-nav .modal-content .menu li:nth-child(9) {
  transition-delay: 1.55s;
}
.display-nav .modal-content .menu li:nth-child(8) {
  transition-delay: 1.45s;
}
.display-nav .modal-content .menu li:nth-child(7) {
  transition-delay: 1.35s;
}
.display-nav .modal-content .menu li:nth-child(6) {
  transition-delay: 1.25s;
}
.display-nav .modal-content .menu li:nth-child(5) {
  transition-delay: 1.15s;
}
.display-nav .modal-content .menu li:nth-child(4) {
  transition-delay: 1.05s;
}
.display-nav .modal-content .menu li:nth-child(3) {
  transition-delay: 0.95s;
}
.display-nav .modal-content .menu li:nth-child(2) {
  transition-delay: 0.85s;
}
.display-nav .modal-content .menu li:nth-child(1) {
  transition-delay: 0.75s;
}
.display-nav .modal-content .menu li {
  padding: 15px 0;
  margin-bottom: 0;
  list-style: none;
  opacity: 1;
  transform: none;
  transition: transform 0.35s ease-out, opacity 0.35s ease-out;
}
.display-nav .modal-content .menu li.extra-menu-item {
  display: none;
}
.display-nav .modal-content .menu li > a {
  font-size: 24px;
  color: #666;
  font-weight: 600;
  line-height: 1;
  transition: 0.65s;
}
.display-nav .modal-content .menu li > a:hover,
.display-nav .modal-content .menu li > a:focus {
  text-decoration: none;
}
.display-nav .modal-content .menu li > a:hover {
  color: #fff;
}
.display-nav .modal-content .menu li .sub-menu {
  margin: 0;
  padding: 20px 0 0 0;
  width: 100%;
  display: none;
  position: relative;
}
.display-nav .modal-content .menu li .sub-menu li {
  display: inline-block;
  padding: 0 15px;
  position: static;
  transition: 0.5s;
}
.display-nav .modal-content .menu li .sub-menu li a {
  font-size: 14px;
}
.display-nav .modal-content .menu li .sub-menu li .sub-menu {
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 0;
  display: block !important;
  opacity: 0;
  height: auto;
  z-index: -9999;
}
.display-nav .modal-content .menu li .sub-menu li.menu-item-has-children:hover {
  padding-bottom: 40px;
}
.display-nav .modal-content .menu li .sub-menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  bottom: 0;
  z-index: 99;
}
.display-nav .navbars-icon .navbars-line {
  transform: rotate(225deg);
  background-color: #fff;
}
.display-nav .navbars-icon .navbars-line:before {
  opacity: 0;
  top: 0;
  transform: rotate(0);
  transition: 0.1s;
  background-color: #fff;
}
.display-nav .navbars-icon .navbars-line:after {
  bottom: 0;
  transform: rotate(270deg);
  transform-origin: center center;
  background-color: #fff;
}
.show-dropdown-product-cat .select2-container--default .select2-dropdown {
  min-width: 172px;
}
.show-dropdown-product-cat .select2-container--default .select2-dropdown .select2-search__field {
  border-color: #ccc;
}
.show-dropdown-product-cat .select2-container--default .select2-results {
  border-top: transparent;
  border-color: #ccc;
  max-height: 400px;
  overflow-y: scroll;
  min-width: 172px;
}
.show-dropdown-product-cat .select2-container--default .select2-results .select2-results__option {
  color: #000;
  text-transform: none;
  font-size: 13px;
  padding: 5px 0;
}
.show-dropdown-product-cat.header-top-style-8 .select2-container--default .select2-dropdown {
  min-width: 140px;
}
.show-dropdown-product-cat.header-top-style-8 .select2-container--default .select2-results {
  min-width: 140px;
}
.select2-search--dropdown {
  border: 1px solid #ccc;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-autocomplete-loading {
  background-size: 16px;
  background: url(img/loading.gif) no-repeat 175px center;
}
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  max-height: 400px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
}
.ui-autocomplete .ui-menu-item {
  transition: 0.3s;
  padding: 10px 15px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
.ui-autocomplete .ui-menu-item:hover a {
  color: #990000;
}
.ui-autocomplete .ui-menu-item a {
  display: block;
  font-weight: 600;
  font-size: 13px;
  color: #000;
}
.ui-autocomplete .ui-menu-item a:hover {
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item img {
  float: right;
  margin-left: 5px;
  width: 50px;
  height: auto;
}
.ui-autocomplete .ui-menu-item .product-title {
  padding-bottom: 3px;
  padding-top: 5px;
  display: block;
}
.ui-autocomplete .ui-menu-item .star-rating {
  float: none;
  font-size: 12px;
  display: none;
}
.ui-autocomplete .ui-menu-item .product-price {
  font-weight: 400;
  color: #999;
}
.ui-autocomplete .ui-menu-item .product-price ins {
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all:hover,
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover,
.ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
  cursor: pointer;
  text-decoration: none;
  background-color: #fff;
  background-image: none;
}
.ui-autocomplete .ui-menu-item > a.ui-corner-all .highlight {
  font-weight: 700;
}
.mr-col-md-5 {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.topbar {
  border-bottom: 1px solid #e1e1e1;
  font-size: 13px;
  color: #000;
  padding: 17px 0;
  background-color: #fff;
}
.topbar a {
  color: #000;
}
.topbar a:hover {
  color: #999;
}
.topbar [class^="ion-"],
.topbar [class*="ion-"] {
  font-size: 16px;
  padding-right: 10px;
}
.topbar .widget {
  float: left;
  margin-bottom: 0;
  line-height: 1;
  padding: 0 20px;
  position: relative;
}
.topbar .widget:after {
  background-color: #e7e7e7;
  width: 2px;
  height: 14px;
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
}
.topbar .topbar-left .widget:last-child {
  padding-right: 0;
}
.topbar .topbar-left .widget:last-child:after {
  display: none;
}
.topbar .topbar-left .widget:first-child {
  padding-left: 0;
}
.topbar .topbar-right .widget {
  float: right;
}
.topbar .topbar-right .widget:first-child {
  padding-right: 0;
}
.topbar .topbar-right .widget:first-child:after {
  display: none;
}
.topbar #lang_sel > ul {
  height: 17px;
  margin-top: 3px !important;
}
.topbar #lang_sel > ul > li {
  margin-bottom: 0;
  height: 17px;
}
.topbar #lang_sel > ul > li a,
.topbar #lang_sel > ul > li a:visited {
  color: #000;
  font-family: Poppins, Arial, sans-serif;
  text-transform: none;
  padding-right: 20px;
}
.topbar #lang_sel > ul > li a:hover,
.topbar #lang_sel > ul > li a:visited:hover {
  color: #999;
}
.topbar #lang_sel > ul > li a:hover:after,
.topbar #lang_sel > ul > li a:visited:hover:after {
  color: #999;
}
.topbar #lang_sel > ul > li > a:after {
  content: "\f3d0";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #000;
}
.topbar #lang_sel > ul > li ul {
  width: 100%;
  border-top: 16px solid transparent;
  border-bottom: 1px solid #e7e7e7;
  min-width: 120px;
  left: -5px;
}
.topbar #lang_sel > ul > li ul li {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  padding: 5px 7px !important;
  margin-bottom: 0;
  background-color: #fff;
}
.topbar .widget-woocommerce-currency-switcher {
  padding-left: 0;
}
.topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form {
  width: auto;
  max-width: inherit;
}
.topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon {
  color: #000;
  text-transform: none;
  font-family: Poppins, Arial, sans-serif;
}
.topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon:hover {
  color: #999;
}
.topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon:hover.wSelect-selected:after {
  color: #999;
}
.topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon.wSelect-selected {
  padding-left: 0 !important;
  padding-right: 20px;
  line-height: 1;
  margin-top: 2px;
}
.topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon.wSelect-selected:after {
  content: "\f3d0";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #000;
  top: 1px;
}
.topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect {
  height: 17px;
  margin-top: 0;
  width: 100% !important;
}
.topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect .wSelect-options-holder {
  border-radius: 0;
  border-top: 18px solid transparent;
  width: auto !important;
  min-width: 110% !important;
  left: -10px;
  display: block !important;
  top: 150%;
  transition: top 0.35s;
  transform: scale(0);
}
.topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect .wSelect-options-holder .wSelect-options {
  border: 1px solid #e7e7e7;
  border-top: none;
  height: auto !important;
  background-color: #fff;
  padding-top: 10px;
}
.topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect .wSelect-options-holder .wSelect-options .wSelect-option {
  padding: 5px 10px;
}
.topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect .wSelect-options-holder .wSelect-options .wSelect-option:last-child {
  padding-bottom: 12px;
}
.topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect:hover .wSelect-options-holder {
  top: 100%;
  transform: scale(1);
}
.topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon {
  background-image: none !important;
}
.topbar-dark .topbar {
  border-bottom: none;
  background-color: #2d2d2d;
  color: #fff;
}
.topbar-dark .topbar a {
  color: #fff;
}
.topbar-dark .topbar a:hover {
  color: #999;
}
.topbar-dark .topbar .widget:after {
  background-color: #4f4f4f;
}
.topbar-dark .topbar #lang_sel > ul > li {
  color: #fff;
}
.topbar-dark .topbar #lang_sel > ul > li a,
.topbar-dark .topbar #lang_sel > ul > li a:visited {
  color: #fff;
}
.topbar-dark .topbar #lang_sel > ul > li a:hover,
.topbar-dark .topbar #lang_sel > ul > li a:visited:hover {
  color: #999;
}
.topbar-dark .topbar #lang_sel > ul > li a:hover:after,
.topbar-dark .topbar #lang_sel > ul > li a:visited:hover:after {
  color: #999;
}
.topbar-dark .topbar #lang_sel > ul > li li a {
  color: #000;
}
.topbar-dark .topbar #lang_sel > ul > li > a:after {
  color: #fff;
}
.topbar-dark .topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon {
  color: #000;
}
.topbar-dark .topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon.wSelect-selected {
  color: #fff;
}
.topbar-dark .topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon.wSelect-selected:after {
  color: #fff;
}
.topbar-dark .topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon.wSelect-selected:hover {
  color: #999;
}
.topbar-dark .topbar .widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon.wSelect-selected:hover:after {
  color: #999;
}
.page-template-template-home-boxed-content.header-transparent .site-header {
  top: 58px;
}
.page-template-template-home-boxed-content.header-transparent.admin-bar .site-header {
  top: 90px;
}
.mr-loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
}
.mr-loader .preloader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.mr-loader .preloader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.mr-loader .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.mr-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, pre-loader-color 6s ease-in-out infinite;
  stroke-linecap: round;
}
.top-promotion .promotion-content {
  color: #fff;
  font-size: 14px;
  padding: 25px 0;
  position: relative;
}
.top-promotion .promotion-content .close {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 8px 13px;
  opacity: 1;
  text-shadow: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.top-promotion .promotion-content .close span {
  display: block;
  float: left;
}
.top-promotion .promotion-content .close i {
  display: block;
  font-size: 20px;
  padding-left: 10px;
  line-height: 1;
  height: 18px;
  margin-top: -4px;
  float: left;
}
.top-promotion .promotion-content p {
  margin-bottom: 0;
}
.top-promotion .promotion-content .percent {
  font-size: 60px;
  display: block;
  padding-top: 8px;
}
.top-promotion .promotion-content .discount-percent {
  font-size: 60px;
  padding-top: 8px;
  display: block;
  line-height: 1;
  font-family: Prata, "Times New Roman", serif;
}
.top-promotion .promotion-content .discount-text {
  color: #ff9999;
}
.top-promotion .promotion-content .promo-left {
  width: 70%;
  float: left;
  text-align: right;
  padding-left: 0;
  padding-right: 15px;
}
.top-promotion .promotion-content .promo-left h2 {
  margin-top: 0;
  line-height: 1;
}
.top-promotion .promotion-content .promo-right {
  width: 30%;
  float: right;
  text-align: left;
  padding-right: 0;
  padding-left: 15px;
}
.top-promotion .promotion-content .promotion-content-2 .discount-percent {
  display: inline-block;
  color: #990000;
  font-size: 36px;
  padding-right: 10px;
}
.top-promotion .promotion-content .promotion-content-2 .discount-text {
  display: inline-block;
  font-family: Prata, "Times New Roman", serif;
  font-size: 36px;
  color: #999;
}
.top-promotion .promotion-content .promotion-content-2 .link {
  background-color: #990000;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 0 30px;
  line-height: 36px;
  height: 36px;
  display: inline-block;
  border-radius: 3px;
}
.top-promotion .promotion-content .promotion-content-2 .link i {
  padding-left: 8px;
}
.top-promotion .promotion-content .promotion-content-2 .promotion-counter {
  text-align: left;
  padding-left: 0;
}
.top-promotion .promotion-content .promotion-content-2 .promotion-counter .flip-clock-wrapper {
  text-align: left;
}
.top-promotion .promotion-content .promotion-content-2 .promotion-title {
  font-weight: 600;
  margin-bottom: 8px;
}
.site-banner {
  color: #000;
  padding: 110px 0;
  background-color: #fff;
  margin: 0;
  border: none;
  border-top: 1px solid #d6d6d6;
  background-position: center center;
}
.site-banner.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block;
  position: relative;
}
.site-banner h1 {
  color: #000;
  font-size: 48px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  font-family: Poppins, Arial, sans-serif;
  position: relative;
  z-index: 10;
}
.site-banner .breadcrumbs {
  color: #990000;
  margin-top: 25px;
  position: relative;
  z-index: 10;
}
.site-banner .breadcrumbs i {
  position: relative;
  color: #999;
  padding: 0 5px;
}
.site-banner .breadcrumbs a {
  color: #999;
  font-size: 14px;
}
.site-banner .breadcrumbs span br {
  display: none;
}
.header-left .site-banner {
  border: none;
}
.header-top-style-1 .site-banner,
.header-top-style-9 .site-banner,
.header-top-style-10 .site-banner {
  border: none;
}
.header-top-style-2 .site-banner {
  border: none;
}
.page-header-shop-layout-1 .site-content {
  padding-top: 0;
}
.page-header-shop-layout-1.post-no-page-header .site-content {
  padding-top: 75px;
}
.page-header-shop-layout-1 .shop-topbar + .site-content {
  padding-top: 75px;
}
.page-header-shop-layout-1.shop-gray-skin .site-content {
  padding-top: 100px;
}
.page-header-shop-layout-2 .site-banner {
  padding: 330px 0 235px;
  color: #fff;
  position: relative;
  border: none;
}
.page-header-shop-layout-2 .site-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-header-shop-layout-2 .site-banner h1 {
  color: #fff;
}
.page-header-shop-layout-2 .site-banner .breadcrumbs {
  color: #fff;
  margin-top: 20px;
}
.page-header-shop-layout-2.header-top-style-2 .site-banner {
  padding: 140px 0 125px;
}
.page-header-shop-layout-2.header-top-style-8 .site-banner,
.page-header-shop-layout-2.header-top-style-9 .site-banner,
.page-header-shop-layout-2.header-top-style-10 .site-banner {
  padding: 235px 0;
}
.page-header-shop-layout-3 .site-banner {
  background-color: #dbdbdb;
  padding-bottom: 90px;
}
.page-header-shop-layout-3 .site-banner .breadcrumbs {
  margin-top: 0;
  margin-bottom: 20px;
}
.page-header-shop-layout-3 .site-banner h1 {
  font-size: 72px;
  font-weight: 700;
}
.page-header-shop-layout-3.shop-gray-skin .site-content {
  padding-top: 50px;
}
.page-header-shop-layout-3 .shop-topbar + .site-content {
  padding-top: 75px;
}
.page-header-shop-layout-4 .site-banner {
  text-align: left;
  background-color: #f1f1f1;
  padding: 70px 0;
}
.page-header-shop-layout-4 .site-banner .breadcrumbs {
  margin-top: 0;
}
.page-header-shop-layout-4 .site-banner h1 {
  display: none;
}
.page-header-shop-layout-4.sidebar-content.shop-full-width .site-banner .col-bread {
  padding-left: 100px;
}
.page-header-shop-layout-5 .site-header {
  border-bottom: 1px solid #d6d6d6;
}
.page-header-shop-layout-5 .site-banner {
  padding: 0;
  margin-bottom: 50px;
  border: none;
  background-color: transparent;
}
.page-header-shop-layout-5 .site-banner .breadcrumbs {
  margin-top: 0;
  margin-bottom: 55px;
}
.page-header-shop-layout-5 .site-banner .page-header-content {
  padding: 100px 30px 80px 90px;
  position: relative;
}
.page-header-shop-layout-5 .site-banner .page-header-content:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-header-shop-layout-5 .site-banner h1 {
  color: #fff;
  font-size: 36px;
}
.page-header-shop-layout-6 .site-banner {
  padding: 100px 0;
}
.page-header-shop-layout-6 .site-banner .desc {
  font-size: 18px;
  color: #999;
  margin-top: 20px;
}
.page-header-shop-layout-6 .site-content {
  padding-top: 0;
}
.page-header-shop-layout-6.post-no-page-header .site-content {
  padding-top: 75px;
}
.page-header-shop-layout-6 .shop-topbar + .site-content {
  padding-top: 75px;
}
.page-header-shop-layout-6.shop-gray-skin .site-content {
  padding-top: 100px;
}
.page-header-default-layout .site-banner {
  padding: 150px 0 130px;
}
.page-header-default-layout .site-banner .breadcrumbs {
  color: #000;
}
.page-header-default-layout .site-banner .breadcrumbs i {
  padding: 0 2px;
}
.page-header-default-layout .site-banner .breadcrumbs i:before {
  content: "/";
  font-family: Poppins, Arial, sans-serif;
}
.page-header-default-layout .site-content {
  padding-top: 0;
}
.page-header-default-layout.post-no-page-header .site-content {
  padding-top: 100px;
}
.page-header-default-layout.post-no-page-header.page-template-template-full-width .site-content {
  padding-top: 0;
}
.page-header-page-layout-7 .site-banner {
  padding: 150px 0 120px;
}
.page-header-page-layout-7 .site-banner .breadcrumbs {
  color: #000;
  margin-top: 20px;
}
.page-header-page-layout-7.header-transparent .site-banner {
  padding-top: 200px;
}
.page-header-page-layout-7 .site-content {
  padding-top: 0;
}
.page-header-page-layout-7.post-no-page-header .site-content {
  padding-top: 75px;
}
.page-header-page-layout-7.post-no-page-header.page-template-template-full-width .site-content {
  padding-top: 0;
}
.page-header-page-layout-8 .site-banner {
  background-color: #f0f0f0;
  text-align: left;
  padding: 130px 0 125px;
}
.page-header-page-layout-8 .site-banner .breadcrumbs {
  color: #000;
  margin-top: 5px;
}
.page-header-page-layout-8.header-transparent .site-banner {
  padding-top: 200px;
}
.page-header-page-layout-8 .site-content {
  padding-top: 0;
}
.page-header-page-layout-9 .site-banner {
  padding: 140px 0 135px;
}
.page-header-page-layout-9 .site-banner .breadcrumbs {
  display: none;
}
.page-header-page-layout-9.header-transparent .site-banner {
  padding-top: 200px;
}
.page-header-page-layout-9 .site-content {
  padding-top: 0;
}
.page-header-page-layout-9.post-no-page-header .site-content {
  padding-top: 75px;
}
.page-header-page-layout-9.post-no-page-header.page-template-template-full-width .site-content {
  padding-top: 0;
}
.page-header-page-layout-10 .site-banner {
  padding: 120px 0 115px;
  background-color: #f2f2f2;
}
.page-header-page-layout-10 .site-banner h1 {
  text-indent: -9999px;
  font-size: 0;
}
.page-header-page-layout-10 .site-banner .breadcrumbs {
  color: #000;
  margin-top: 0;
}
.page-header-page-layout-10.header-transparent .site-banner {
  padding-top: 200px;
}
.page-header-page-layout-10 .site-content {
  padding-top: 0;
}
.page-header-page-layout-11 .site-banner {
  padding: 140px 0 115px;
  text-align: left;
}
.page-header-page-layout-11 .site-banner .page-header-content {
  margin-left: -30px;
}
.page-header-page-layout-11 .site-banner h1 {
  text-indent: -9999px;
  font-size: 0;
}
.page-header-page-layout-11 .site-banner .breadcrumbs {
  color: #000;
  margin-top: 0;
}
.page-header-page-layout-11 .site-banner .breadcrumbs i {
  padding: 0 2px;
}
.page-header-page-layout-11 .site-banner .breadcrumbs i:before {
  content: "/";
  font-family: Poppins, Arial, sans-serif;
}
.page-header-page-layout-11.header-transparent .site-banner {
  padding-top: 200px;
}
.page-header-page-layout-11 .site-content {
  padding-top: 0;
}
.page-header-page-layout-11.post-no-page-header .site-content {
  padding-top: 75px;
}
.page-header-page-layout-11.post-no-page-header.page-template-template-full-width .site-content {
  padding-top: 0;
}
.page-header-page-has-background .site-banner {
  position: relative;
  margin-bottom: 75px;
}
.page-header-page-has-background .site-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-header-page-has-background .site-banner h1,
.page-header-page-has-background .site-banner .breadcrumbs {
  color: #fff;
}
.page-header-page-has-background .site-banner h1 a,
.page-header-page-has-background .site-banner .breadcrumbs a {
  color: #fff;
}
.product-page-layout-1 .site-content {
  padding-top: 100px;
}
.page-header-product-layout-1 .site-banner,
.page-header-product-layout-2 .site-banner {
  padding: 105px 0 100px;
  text-align: left;
}
.page-header-product-layout-1 .site-banner .breadcrumbs,
.page-header-product-layout-2 .site-banner .breadcrumbs {
  margin-top: 20px;
}
.page-header-product-layout-1 .site-content,
.page-header-product-layout-2 .site-content {
  padding-top: 0;
}
.page-header-product-layout-3 .site-banner {
  padding: 330px 0 235px;
  color: #fff;
  position: relative;
  border: none;
}
.page-header-product-layout-3 .site-banner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-header-product-layout-3 .site-banner h1 {
  color: #fff;
  margin-bottom: 15px;
}
.page-header-product-layout-3 .site-banner .breadcrumbs {
  color: #fff;
  margin-top: 0;
}
.page-header-product-layout-3 .site-content {
  padding-top: 95px;
}
.page-header-product-layout-4 .site-banner {
  padding: 75px 0 70px;
  text-align: left;
  background-color: #f1f1f1;
}
.page-header-product-layout-4 .site-banner h1 {
  text-indent: -9999px;
  font-size: 0;
}
.page-header-product-layout-4 .site-banner .breadcrumbs {
  margin-top: 0;
}
.page-header-product-layout-4 .site-content {
  padding-top: 90px;
}
.product-page-layout-4.page-header-product-layout-1 .site-banner,
.product-page-layout-4.page-header-product-layout-2 .site-banner {
  border-bottom: 1px solid #d6d6d6;
}
.post-no-page-header .site-header {
  border-bottom: 1px solid #d6d6d6;
}
.post-no-page-header .site-content {
  padding-top: 75px;
}
.blog.page-header-no-bg .site-banner .breadcrumbs,
.single-post.page-header-no-bg .site-banner .breadcrumbs {
  color: #000;
}
.single-post .site-banner {
  padding: 120px 0 0;
  color: #000;
  text-align: left;
  border: none;
}
.single-post .site-banner h1 {
  font-size: 36px;
  color: #000;
  letter-spacing: -1px;
}
.single-post .site-banner .breadcrumbs {
  color: #000;
  margin-top: 20px;
}
.single-post .site-banner .breadcrumbs span {
  font-weight: 500;
}
.single-post .site-banner .breadcrumbs a > span {
  font-weight: 400;
}
.single-post .site-content {
  padding-top: 85px;
}
.page-header-portfolio-layout-1 .page-header,
.page-header-portfolio-layout-2 .page-header {
  padding-bottom: 90px;
}
.page-header-portfolio-layout-1 .page-header h1,
.page-header-portfolio-layout-2 .page-header h1 {
  text-indent: -9999px;
  line-height: 0;
}
.page-header-portfolio-layout-1 .page-header .breadcrumbs,
.page-header-portfolio-layout-2 .page-header .breadcrumbs {
  color: #000;
  margin-top: 0;
}
.page-header-portfolio-layout-1 .page-header .breadcrumbs i:before,
.page-header-portfolio-layout-2 .page-header .breadcrumbs i:before {
  content: "/";
  font-family: Poppins, Arial, sans-serif;
}
.page-header-portfolio-layout-1 .page-header .desc,
.page-header-portfolio-layout-2 .page-header .desc {
  margin-top: 90px;
  font-size: 48px;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
}
.page-header-portfolio-layout-1 .page-header .desc p,
.page-header-portfolio-layout-2 .page-header .desc p {
  margin-bottom: 0;
}
.page-header-portfolio-layout-1 .page-header .desc .primary-color,
.page-header-portfolio-layout-2 .page-header .desc .primary-color {
  color: #cc3333;
}
.page-header-portfolio-layout-1 .site-content,
.page-header-portfolio-layout-2 .site-content {
  padding-top: 0;
}
.page-header-portfolio-layout-2 .page-header {
  text-align: left;
}
.single-portfolio-type-image .site-banner {
  padding: 155px 0 120px;
  border-top: none;
  text-align: left;
}
.single-portfolio-type-image .site-banner h1 {
  font-size: 36px;
  line-height: 1.2;
}
.single-portfolio-type-image .site-banner .breadcrumbs {
  margin-top: 10px;
}
.single-portfolio-type-image .site-header {
  border-bottom: 1px solid #d6d6d6;
}
.single-portfolio-type-image.header-left .site-header {
  border-bottom: none;
}
/*--------------------------------------------------------------
5.0 - Navigations
--------------------------------------------------------------*/
.nav a {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.nav a:hover {
  text-decoration: none;
}
.nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav ul ul {
  transition: top 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  left: 0;
  top: 110%;
  width: auto;
  min-width: 230px;
  border: 1px solid #ccc;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  padding: 15px 0;
  transform: scaleX(0);
  display: block;
  border-radius: 0;
  box-shadow: none;
}
.nav ul ul ul {
  transition: left 0.3s ease 0s, opacity 0.3s;
  left: 110%;
  top: 0;
  box-shadow: none;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.nav li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  text-align: left;
  margin: 0;
}
.nav li:hover > ul {
  opacity: 1;
  z-index: 9999;
  top: 100%;
  transform: scaleX(1);
}
.nav li li {
  text-align: left;
  display: block;
  padding: 0 30px;
}
.nav li li a {
  color: #999;
  font-size: 14px;
  padding: 10px 0;
  text-transform: none;
  transition: 0.5s;
  display: inline-block;
  position: relative;
  background-color: transparent;
  white-space: nowrap;
}
.nav li li a .items-badge {
  position: absolute;
  right: 0;
  top: 8px;
}
.nav li li a .items-badge > span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin-left: 10px;
}
.nav li li a .items-badge > span:last-child {
  opacity: 1;
}
.nav li li a:hover {
  color: #000;
  background-color: transparent;
}
.nav li li:hover > ul {
  top: -10px;
  left: 100%;
}
.nav li li:hover > ul li a:hover:before {
  left: -30px;
}
.nav li li:first-child > a {
  border-top-width: 0;
}
.nav .menu {
  position: relative;
}
.menu .is-mega-menu {
  position: static;
}
.menu .is-mega-menu .dropdown-submenu {
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
}
.menu .is-mega-menu .dropdown-submenu > li {
  padding: 0;
}
.menu .is-mega-menu .dropdown-submenu .mega-menu-content {
  padding: 35px;
}
.menu .is-mega-menu .dropdown-submenu .menu-item-mega > a {
  font-family: Montserrat, "Times New Roman", Times, serif;
  color: #010101;
  font-size: 14px;
  margin: 0;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 400;
}
.menu .is-mega-menu .dropdown-submenu .menu-item-mega > a:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  content: "";
  height: 1px;
  background-color: #000;
  transition: 0.35s;
}
.menu .is-mega-menu .dropdown-submenu .menu-item-mega > a:hover:after {
  width: 100%;
}
.menu .is-mega-menu .dropdown-submenu .menu-item-mega > a.hide-text {
  display: none;
}
.menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu {
  background-color: transparent;
}
.menu .is-mega-menu .dropdown-submenu .menu-item-mega .sub-menu .sub-menu {
  margin-left: 10px;
  padding-bottom: 0;
}
.menu .is-mega-menu .dropdown-submenu .menu-item-mega.uppercase-text > .mega-menu-submenu > ul > li > a {
  text-transform: uppercase;
  color: #010101;
  font-family: Montserrat, "Times New Roman", Times, serif;
  position: relative;
}
.menu .is-mega-menu .dropdown-submenu .menu-item-mega.uppercase-text > .mega-menu-submenu > ul > li > a:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  content: "";
  height: 1px;
  background-color: #000;
  transition: 0.35s;
}
.menu .is-mega-menu .dropdown-submenu .menu-item-mega.uppercase-text > .mega-menu-submenu > ul > li > a:hover:after {
  width: 100%;
}
.menu .is-mega-menu .dropdown-submenu .menu-item-mega.uppercase-text .sub-menu .sub-menu {
  margin-left: 0;
}
.menu .is-mega-menu .dropdown-submenu .menu-item-mega.uppercase-text .sub-menu .sub-menu .sub-menu {
  margin-left: 10px;
}
.menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu {
  position: static;
  transform: scaleX(1);
  opacity: 1;
  width: 100%;
  border: none;
  z-index: 9999;
  min-width: inherit;
}
.menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li {
  padding: 0;
}
.menu .is-mega-menu .dropdown-submenu .mega-menu-submenu .sub-menu li:first-child > a {
  padding-top: 0;
}
.menu .is-mega-menu:hover .mega-menu-container {
  opacity: 1;
  top: 100%;
  z-index: 9999;
  transform: scaleX(1);
}
.menu .is-mega-menu .sub-menu {
  transform: scaleX(1);
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu > li {
  padding: 0;
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .mega-menu-content {
  padding: 0;
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .menu-item-mega > a {
  text-transform: none;
  font-size: 16px;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 0;
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .menu-item-mega > a:after {
  display: none;
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu li {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu li a {
  padding: 7px 0;
  font-size: 13px;
  transition: 0.5s;
  font-weight: 500;
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .mr-col {
  background-color: #f5f5f5;
  text-align: center;
  padding: 40px 10px 0 10px;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .mr-col:hover {
  background-color: #ededed;
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .mr-col .menu-item-mega {
  width: 100%;
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .mr-col .menu-item-mega > a {
  transform: translate3d(0, 5px, 0);
  transition: 0.35s;
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .mr-col .mega-menu-submenu {
  transition: 0.35s;
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .mr-col.hide-sub-menu .mega-menu-submenu {
  opacity: 0;
  height: 0;
  transform: translate3d(0, -20px, 0);
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .mr-col:hover .mega-menu-submenu {
  opacity: 1;
  height: auto;
  margin-top: 20px;
  transform: translate3d(0, 0, 0);
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .mr-col:hover .menu-item-mega > a {
  transform: translate3d(0, 0, 0);
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .mr-col:hover .mega-content .image-bottom {
  bottom: -60px;
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu .mr-col .mega-content .image-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: 0.35s;
}
.menu .is-mega-menu.mega-menu-style-2 .dropdown-submenu ul {
  background-color: transparent;
  padding: 0;
}
.menu li a .items-badge {
  position: absolute;
  right: 0;
  top: 8px;
}
.menu li a .items-badge > span {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin-left: 10px;
}
.menu li a .items-badge > span:last-child {
  opacity: 1;
}
.menu li.menu-item-account,
.menu li.menu-item-search,
.menu li.menu-item-currency,
.menu li.menu-item-language {
  display: none;
}
.menu .hot-badge,
.menu .new-badge,
.menu .trending-badge {
  font-family: Montserrat, "Times New Roman", Times, serif;
  font-size: 10px;
  color: #cc3333;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
}
.menu .hot-badge {
  color: #f08a47;
}
.menu .trending-badge {
  color: #0099cc;
}
.primary-nav {
  padding-top: 30px;
}
.primary-nav > ul > li {
  padding: 0 20px 33px;
  line-height: 1;
}
.primary-nav > ul > li > a {
  font-family: Montserrat, "Times New Roman", Times, serif;
  font-weight: 400;
}
.primary-nav > ul > li:first-child {
  padding-left: 0;
}
.primary-nav > ul > li.menu-item:last-child {
  padding-right: 0;
}
.primary-nav > ul > li.menu-item-has-children > a {
  position: relative;
}
.primary-nav > ul > li.menu-item-has-children > a:after {
  content: "\f3d0";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-left: 10px;
}
.primary-nav > ul > li.current-menu-parent > a,
.primary-nav > ul > li.current-menu-item > a,
.primary-nav > ul > li.current-menu-ancestor > a,
.primary-nav > ul > li:hover > a {
  color: #990000;
}
.primary-nav > ul > li.menu-item-account,
.primary-nav > ul > li.menu-item-search,
.primary-nav > ul > li.menu-item-currency,
.primary-nav > ul > li.menu-item-language {
  display: none;
}
.menu a i {
  margin-right: 10px;
}
.navbars-icon {
  transition: 0.4s;
  display: inline-block;
  height: 25px;
  width: 20px;
  position: relative;
}
.navbars-icon .navbars-line {
  transition: 0.4s;
  display: inline-block;
  width: 19px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
.navbars-icon .navbars-line:before,
.navbars-icon .navbars-line:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transform-origin: 3px center;
  transition: 0.3s;
}
.navbars-icon .navbars-line:before {
  top: -6px;
}
.navbars-icon .navbars-line:after {
  bottom: -6px;
}
.toggle-nav:hover .navbars-icon .navbars-line {
  transform: none;
}
.toggle-nav:hover .navbars-icon .navbars-line:before {
  transform: translate3d(11px, 1px, 0) rotate(45deg) scaleX(0.5);
  opacity: 1;
  top: -6px;
}
.toggle-nav:hover .navbars-icon .navbars-line:after {
  transform: translate3d(11px, -1px, 0) rotate(-45deg) scaleX(0.5);
  bottom: -6px;
  transform-origin: 4px 3px;
}
.toggle-nav.active .navbars-icon .navbars-line {
  transform: rotate(225deg);
}
.toggle-nav.active .navbars-icon .navbars-line:before {
  opacity: 0;
  top: 0;
  transform: rotate(0);
  transition: 0.1s;
}
.toggle-nav.active .navbars-icon .navbars-line:after {
  bottom: 0;
  transform: rotate(270deg);
  transform-origin: center center;
}
/*--------------------------------------------------------------
6.0 - Content
--------------------------------------------------------------*/
/**
 * 6.1 Posts and Pages
 */
.post-pagination {
  clear: both;
  padding-top: 70px;
  text-align: center;
}
.post-pagination .navigation .page-numbers {
  font-family: Montserrat, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #ccc;
  font-weight: 700;
  margin: 0 7px;
  padding: 0 3px;
  position: relative;
  transition: all 0.5s;
  text-decoration: none;
}
.post-pagination .navigation .page-numbers:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  content: "";
  transition: all 0.35s;
  background-color: #000;
  height: 1px;
}
.post-pagination .navigation .page-numbers.current,
.post-pagination .navigation .page-numbers:hover {
  color: #000;
}
.post-pagination .navigation .page-numbers.current:after,
.post-pagination .navigation .page-numbers:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.post-pagination .navigation .prev {
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.post-pagination .navigation .prev:before {
  content: '\23';
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  font-size: 24px;
}
.post-pagination .navigation .prev:after {
  display: none;
}
.post-pagination .navigation .next {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  text-indent: -9999px;
}
.post-pagination .navigation .next:before {
  content: '\24';
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  font-size: 24px;
}
.post-pagination .navigation .next:after {
  display: none;
}
.blog-nav-view-full .post-pagination {
  padding-top: 60px;
}
.blog-nav-view-full .post-pagination .navigation {
  position: relative;
}
.blog-nav-view-full .post-pagination .navigation .prev,
.blog-nav-view-full .post-pagination .navigation .next {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  text-indent: 0;
  padding-left: 35px;
  padding-right: 35px;
}
.blog-nav-view-full .post-pagination .navigation .prev:before,
.blog-nav-view-full .post-pagination .navigation .next:before {
  background-color: #ebf0f1;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -18px;
  left: 0;
  content: "";
  z-index: -1;
  transition: 0.35s;
}
.blog-nav-view-full .post-pagination .navigation .prev:after,
.blog-nav-view-full .post-pagination .navigation .next:after {
  display: none;
}
.blog-nav-view-full .post-pagination .navigation .prev:hover:before,
.blog-nav-view-full .post-pagination .navigation .next:hover:before {
  width: 100%;
}
.blog-nav-view-full .post-pagination .navigation .next {
  right: 0;
  left: auto;
}
.blog-nav-view-full .post-pagination .navigation .next:before {
  right: 0;
  left: auto;
}
.filters-dropdown {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 70px;
}
.filters-dropdown ul {
  padding: 0;
  margin: 0;
}
.filters-dropdown ul li {
  list-style: none;
  display: inline-block;
  font-family: Montserrat, "Times New Roman", Times, serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px;
  margin-bottom: 0;
}
.filters-dropdown ul li:first-child {
  padding-left: 0;
}
.filters-dropdown ul li a {
  color: #999;
  position: relative;
  transition: all 0.5s;
  text-decoration: none;
}
.filters-dropdown ul li a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  content: "";
  transition: all 0.35s;
  background-color: #000;
  height: 1px;
}
.filters-dropdown ul li a.selected,
.filters-dropdown ul li a:hover {
  color: #000;
}
.filters-dropdown ul li a.selected:after,
.filters-dropdown ul li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.full-content .filters-dropdown {
  text-align: center;
}
.format-gallery-slider ul li {
  list-style: none;
  margin-bottom: 0;
}
.format-gallery-slider .owl-carousel {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.format-gallery-slider .owl-carousel .owl-buttons div {
  width: 34px;
  height: 34px;
  line-height: 34px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  overflow: hidden;
}
.format-gallery-slider .owl-carousel .owl-buttons div:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.format-gallery-slider .owl-carousel .owl-buttons div span {
  font-size: 19px;
  color: #ccc;
}
.format-gallery-slider .owl-carousel .owl-buttons div:hover span {
  color: #fff;
}
.single-post-format .format-gallery-slider .owl-carousel div {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  font-family: Montserrat, "Times New Roman", Times, serif;
  font-weight: 400;
  transition: 0.7s;
  overflow: initial;
}
.single-post-format .format-gallery-slider .owl-carousel div span {
  text-transform: uppercase;
  transform: rotate(270deg);
  transform-origin: left top;
  display: block;
  letter-spacing: 5px;
  font-family: Montserrat, "Times New Roman", Times, serif;
}
.single-post-format .format-gallery-slider .owl-carousel div span:before {
  display: none;
}
.single-post-format .format-gallery-slider .owl-carousel div:hover {
  background-color: transparent;
}
.single-post-format .format-gallery-slider .owl-carousel .owl-prev {
  left: 70px;
}
.single-post-format .format-gallery-slider .owl-carousel .owl-next {
  right: 70px;
}
.single-post-format .format-gallery-slider .owl-carousel .owl-next span {
  transform: rotate(90deg);
  transform-origin: right top;
}
.blog-wapper {
  margin-bottom: 50px;
}
.blog-wapper:nth-child( 2n+1 ) {
  clear: both;
}
.blog-wapper.col-md-4:nth-child( 2n+1 ) {
  clear: none;
}
.blog-wapper.col-md-4:nth-child( 3n+1 ) {
  clear: both;
}
.blog-wapper .entry-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-top: 13px;
  margin-bottom: 30px;
}
.blog-wapper .entry-title a {
  color: #000;
  position: relative;
  transition: 0.5s;
  line-height: 1.5;
  font-family: Poppins, Arial, sans-serif;
}
.blog-wapper .entry-title a:hover {
  text-decoration: underline;
}
.blog-wapper .category-links {
  display: none;
}
.blog-wapper .entry-header {
  margin-bottom: 0;
  border: none;
  padding: 0;
}
.blog-wapper .entry-header .entry-format {
  padding-bottom: 20px;
}
.blog-wapper .entry-desc {
  display: none;
}
.blog-wapper .entry-metas {
  color: #ccc;
  font-size: 13px;
}
.blog-wapper .entry-metas .entry-meta {
  color: #666;
  font-size: 13px;
}
.blog-wapper .entry-metas .entry-meta:hover {
  color: #000;
}
.blog-wapper .entry-metas .entry-author,
.blog-wapper .entry-metas .entry-tags {
  display: none;
}
.blog-wapper .entry-footer .readmore {
  font-size: 13px;
  color: #999999;
  text-transform: capitalize;
  font-style: normal;
  font-weight: 600;
  position: relative;
  padding-right: 25px;
  transition: 0.5s;
}
.blog-wapper .entry-footer .readmore:after {
  position: absolute;
  content: '\24';
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  right: 0;
  top: 2px;
  font-size: 18px;
}
.blog-wapper .entry-footer .readmore:hover {
  color: #990000;
}
.entry-format.format-link .link-block {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  position: relative;
  display: block;
  margin: 0;
  padding: 30px 30px 30px 80px;
  background-color: #27282b;
  line-height: 1.1;
}
.entry-format.format-link .link-block:hover {
  color: #990000;
}
.entry-format.format-quote blockquote {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  position: relative;
  display: block;
  margin: 0;
  padding: 30px 30px 30px 80px;
  background-color: #27282b;
  line-height: 1.1;
}
.entry-format.format-quote blockquote:before {
  position: absolute;
  left: 30px;
  top: 33px;
  color: #fff;
  content: "\f347";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 30px;
}
.entry-format.format-quote blockquote cite {
  font-style: italic;
  font-size: 14px;
  display: block;
  margin-top: 10px;
  color: #fff;
}
.entry-format.format-quote blockquote cite a {
  color: #fff;
}
.entry-format.format-quote blockquote cite a:hover {
  color: #990000;
}
.entry-format.format-gallery .format-gallery-slider .owl-carousel .owl-buttons .owl-prev {
  left: 10px;
}
.entry-format.format-gallery .format-gallery-slider .owl-carousel .owl-buttons .owl-next {
  right: 10px;
}
.entry-format.format-audio .wp-audio-shortcode {
  clear: none;
}
.entry-format.has-thumb {
  position: relative;
}
.entry-format.has-thumb iframe,
.entry-format.has-thumb .audio-player,
.entry-format.has-thumb blockquote,
.entry-format.has-thumb .link-block {
  height: auto;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.entry-format.has-thumb iframe {
  padding: 0 15px;
  width: 100%;
  left: 0;
  right: 0;
}
.blog-view-list .blog-wapper .entry-content {
  padding-top: 40px;
  text-align: center;
}
.blog-view-list .blog-wapper .entry-content .entry-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px 0;
}
.blog-view-list .blog-wapper .entry-content .entry-title a {
  color: #000;
}
.blog-view-list .blog-wapper .entry-content .entry-title a:focus {
  text-decoration: none;
}
.blog-view-list .blog-wapper .entry-metas .entry-meta {
  color: #999;
  text-transform: capitalize;
}
.blog-view-list .blog-wapper .entry-metas a {
  color: #999;
}
.blog-view-list .blog-wapper .entry-metas a:hover {
  color: #000;
}
.blog-view-list .blog-wapper .entry-metas .category-links,
.blog-view-list .blog-wapper .entry-metas .entry-author {
  display: inline-block;
}
.blog-view-list .blog-wapper .entry-metas .entry-meta {
  padding-left: 10px;
  padding-right: 15px;
  position: relative;
}
.blog-view-list .blog-wapper .entry-metas .entry-meta:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 1px;
  background-color: #999;
  right: 0;
  top: 2px;
}
.blog-view-list .blog-wapper .entry-metas .category-links:before {
  display: none;
}
.blog-view-list .blog-wapper .entry-desc {
  color: #666;
  display: block;
  max-width: 830px;
  margin: 30px auto;
}
.blog-view-list .blog-wapper .entry-footer {
  text-align: center;
}
.blog-view-list .blog-wapper .entry-footer .readmore {
  text-transform: uppercase;
}
.blog-view-list .blog-wapper .entry-footer .readmore:after {
  top: 0;
}
.entry-header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.entry-header .post-author-box {
  position: relative;
  float: left;
  min-height: 70px;
  font-size: 13px;
  color: #999;
  text-transform: capitalize;
  margin-right: 60px;
}
.entry-header .post-author-box .post-author-avatar {
  position: absolute;
  top: -10px;
  left: 0;
}
.entry-header .post-author-box .post-author-avatar img {
  max-width: 70px;
  border-radius: 100%;
}
.entry-header .post-author-box .post-author-desc {
  padding-left: 100px;
}
.entry-header .post-author-box .post-author-desc strong {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
  display: block;
}
.entry-header .mb-post-meta {
  float: left;
  margin-right: 60px;
  font-size: 13px;
  color: #999;
  text-transform: capitalize;
}
.entry-header .mb-post-meta:last-child {
  margin-right: 0;
}
.entry-header .mb-post-meta a {
  font-size: 13px;
  color: #999;
}
.entry-header .mb-post-meta a:hover {
  color: #000;
}
.entry-header .mb-post-meta strong {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 5px;
  display: block;
}
.entry-content {
  clear: both;
  line-height: 2;
  color: #666;
}
.entry-footer {
  overflow: hidden;
  margin-top: 35px;
  clear: both;
}
.entry-footer .footer-socials strong {
  float: left;
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  padding-right: 12px;
}
.entry-footer .footer-socials .social-links {
  float: left;
}
.entry-footer .footer-socials .social-links a {
  font-size: 16px;
  color: #999;
  padding: 0 8px;
}
.entry-footer .footer-socials .social-links a:hover {
  color: #cc3333;
}
.related-post .related-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #000;
  margin: 80px 0 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
  font-family: Poppins, Arial, sans-serif;
}
.single-post-format {
  text-align: center;
}
.format-video {
  position: relative;
}
.format-video video {
  object-fit: cover;
  width: 100%;
  display: block;
  height: auto;
}
.format-video .status {
  font-size: 19px;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 59px;
  padding-left: 3px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: #000;
}
.blog-navigation-ajax .post-pagination .navigation .page-numbers,
.portfolio-navigation-ajax .post-pagination .navigation .page-numbers {
  display: none;
}
.blog-navigation-ajax .post-pagination .navigation .page-numbers.next,
.portfolio-navigation-ajax .post-pagination .navigation .page-numbers.next {
  display: inline-block;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 15px;
  font-family: Montserrat, "Times New Roman", Times, serif;
  text-indent: 0;
  position: inherit;
}
.blog-navigation-ajax .post-pagination .navigation .page-numbers.next:before,
.portfolio-navigation-ajax .post-pagination .navigation .page-numbers.next:before,
.blog-navigation-ajax .post-pagination .navigation .page-numbers.next.current,
.portfolio-navigation-ajax .post-pagination .navigation .page-numbers.next.current {
  display: none;
}
.blog-navigation-ajax .post-pagination .navigation .page-numbers.next .dots-loading span,
.portfolio-navigation-ajax .post-pagination .navigation .page-numbers.next .dots-loading span {
  animation-name: dot-amimation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  display: inline-block;
}
.blog-navigation-ajax .post-pagination .navigation .page-numbers.next .dots-loading span:nth-child(6),
.portfolio-navigation-ajax .post-pagination .navigation .page-numbers.next .dots-loading span:nth-child(6) {
  animation-delay: 1.2s;
}
.blog-navigation-ajax .post-pagination .navigation .page-numbers.next .dots-loading span:nth-child(5),
.portfolio-navigation-ajax .post-pagination .navigation .page-numbers.next .dots-loading span:nth-child(5) {
  animation-delay: 1s;
}
.blog-navigation-ajax .post-pagination .navigation .page-numbers.next .dots-loading span:nth-child(4),
.portfolio-navigation-ajax .post-pagination .navigation .page-numbers.next .dots-loading span:nth-child(4) {
  animation-delay: 0.8s;
}
.blog-navigation-ajax .post-pagination .navigation .page-numbers.next .dots-loading span:nth-child(3),
.portfolio-navigation-ajax .post-pagination .navigation .page-numbers.next .dots-loading span:nth-child(3) {
  animation-delay: 0.6s;
}
.blog-navigation-ajax .post-pagination .navigation .page-numbers.next .dots-loading span:nth-child(2),
.portfolio-navigation-ajax .post-pagination .navigation .page-numbers.next .dots-loading span:nth-child(2) {
  animation-delay: 0.4s;
}
.blog-navigation-ajax .post-pagination .navigation .page-numbers.next .dots-loading span:nth-child(1),
.portfolio-navigation-ajax .post-pagination .navigation .page-numbers.next .dots-loading span:nth-child(1) {
  animation-delay: 0.2s;
}
.blog-navigation-ajax .post-pagination .navigation .page-numbers.next .loading-2 span,
.portfolio-navigation-ajax .post-pagination .navigation .page-numbers.next .loading-2 span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 2px;
  display: inline-block;
  background-color: #999;
}
.error404 {
  height: 100%;
  overflow: hidden;
}
.error404 .topbar {
  display: none;
}
.error404 .site-header {
  margin-top: 0;
}
.error404.header-top-style-8 .site-header,
.error404.header-top-style-9 .site-header,
.error404.header-top-style-10 .site-header {
  background-color: transparent;
}
.error404.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-cart .cart-contents,
.error404.header-top-style-9 .site-header .menu-sidebar .menu-sideextra .menu-item-cart .cart-contents,
.error404.header-top-style-10 .site-header .menu-sidebar .menu-sideextra .menu-item-cart .cart-contents,
.error404.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a,
.error404.header-top-style-9 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a,
.error404.header-top-style-10 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a {
  color: #fff;
}
.error404.header-top-style-8 .site-header .primary-nav,
.error404.header-top-style-9 .site-header .primary-nav,
.error404.header-top-style-10 .site-header .primary-nav {
  border: none;
}
.error404.header-top-style-8 .site-header .products-search ::-webkit-input-placeholder,
.error404.header-top-style-9 .site-header .products-search ::-webkit-input-placeholder,
.error404.header-top-style-10 .site-header .products-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.error404.header-top-style-8 .site-header .products-search ::-moz-placeholder,
.error404.header-top-style-9 .site-header .products-search ::-moz-placeholder,
.error404.header-top-style-10 .site-header .products-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.error404.header-top-style-8 .site-header .products-search :-ms-input-placeholder,
.error404.header-top-style-9 .site-header .products-search :-ms-input-placeholder,
.error404.header-top-style-10 .site-header .products-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.error404.header-top-style-8 .site-header .products-search :-moz-placeholder,
.error404.header-top-style-9 .site-header .products-search :-moz-placeholder,
.error404.header-top-style-10 .site-header .products-search :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.error404.header-top-style-8 .site-header .products-search:before,
.error404.header-top-style-9 .site-header .products-search:before,
.error404.header-top-style-10 .site-header .products-search:before {
  color: #fff;
}
.error404.header-top-style-8 .site-header .products-search .search-field,
.error404.header-top-style-9 .site-header .products-search .search-field,
.error404.header-top-style-10 .site-header .products-search .search-field {
  border-color: #fff;
  color: #fff;
}
.error404.header-top-style-11.my-account-page-transparent .site-content {
  padding-top: 350px;
}
.error404.header-top-style-11 .menu-sideextra .menu-item-yith > a,
.error404.header-top-style-11 .menu-sideextra .menu-item-cart .cart-contents,
.error404.header-top-style-11 .menu-sideextra .menu-item-account > a {
  color: #fff;
}
.error404 .site-content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  padding: 0;
  min-height: 100vh;
  align-content: center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}
.error404 .site-content:before {
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.error404 .site-content:after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.error404 .content-area {
  width: 100%;
  position: relative;
  z-index: 10;
}
.error404 .not-found {
  color: #fff;
}
.error404 .not-found .page-title {
  font-size: 150px;
  font-family: Oswald, "Times New Roman", Times, serif;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}
.error404 .not-found .page-content h3 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 40px;
  text-transform: uppercase;
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
}
.error404 .not-found .page-content p a {
  color: #990000;
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #990000;
}
.error404 .not-found .page-content .search-form {
  position: relative;
  overflow: hidden;
  width: 370px;
  margin: 40px auto 0;
}
.error404 .not-found .page-content .search-form label {
  display: block;
  margin-bottom: 0;
}
.error404 .not-found .page-content .search-form label .search-field {
  width: 100%;
  padding: 0 45px 0 25px;
  color: #999;
  height: 53px;
  line-height: 53px;
  border-radius: 25px;
  border: none;
}
.error404 .not-found .page-content .search-form label .search-field:focus {
  outline: none;
}
.error404 .not-found .page-content .search-form label ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.error404 .not-found .page-content .search-form label ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.error404 .not-found .page-content .search-form label :-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.error404 .not-found .page-content .search-form label :-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.error404 .not-found .page-content .search-form .search-submit {
  position: absolute;
  top: 12px;
  right: 16px;
  width: 20px;
  height: 20px;
  background: transparent;
  border: none;
  text-indent: -9999px;
}
.error404 .not-found .page-content .search-form:before {
  content: "\55";
  font-family: 'ElegantIcons';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 12px;
  right: 16px;
  color: #999;
  text-align: center;
  font-size: 18px;
}
.error404.page-header-no-bg .site-content:before {
  display: none;
}
.error404.page-header-no-bg .not-found {
  color: #000;
}
.error404.page-header-no-bg .not-found .page-content .search-form label .search-field {
  border: 1px solid #999;
}
.page-template-template-coming-soon .coming-header {
  position: absolute;
  top: 55px;
  left: 60px;
  right: 60px;
  z-index: 999;
}
.page-template-template-coming-soon.admin-bar .coming-header {
  top: 87px;
}
.page-template-template-coming-soon .logo-coming {
  float: left;
}
.page-template-template-coming-soon .logo-coming img {
  max-width: 100px;
  max-height: 55px;
}
.page-template-template-coming-soon .coming-socials {
  width: 50%;
  float: right;
  text-align: right;
  margin-top: 5px;
}
.page-template-template-coming-soon .coming-socials h3 {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  margin: 10px 0 0 0;
  float: right;
  margin-right: 80px;
}
.page-template-template-coming-soon .coming-socials .socials-list {
  float: right;
}
.page-template-template-coming-soon .coming-socials a {
  font-size: 22px;
  padding-top: 3px;
  color: #fff;
  padding-left: 25px;
}
.page-template-template-coming-soon .coming-socials a:hover {
  color: #990000;
}
.page-template-template-coming-soon .coming-socials a:first-child {
  padding-left: 0;
}
.page-template-template-coming-soon .location-coming {
  position: absolute;
  bottom: 50px;
  left: 60px;
  z-index: 999;
}
.page-template-template-coming-soon .location-coming .title {
  text-transform: uppercase;
  color: #fff;
}
.page-template-template-coming-soon .location-coming .desc {
  color: #ccc;
}
.page-template-template-coming-soon .phone-coming {
  position: absolute;
  bottom: 50px;
  right: 60px;
  z-index: 999;
  text-align: right;
}
.page-template-template-coming-soon .phone-coming .title {
  text-transform: uppercase;
  color: #fff;
}
.page-template-template-coming-soon .phone-coming .desc {
  color: #ccc;
}
.rev_slider .primary-color {
  color: #990000;
}
.rev_slider .mr-layer-2 {
  text-transform: uppercase;
  letter-spacing: 8px;
}
.rev_slider .mr-button2 {
  position: relative;
  padding: 0 30px !important;
}
.rev_slider .mr-button2:before {
  position: absolute;
  background-color: #e3f0f3;
  top: -17px;
  right: 0;
  content: "";
  width: 50%;
  height: 50px;
  z-index: -1;
  transition: 0.35s;
}
.rev_slider .mr-button2:hover:before {
  width: 100%;
}
.rev_slider .mr-button3 {
  position: relative;
}
.rev_slider .mr-button3:hover:before {
  background-color: #990000;
}
.rev_slider .mr-button3:before {
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  bottom: 0;
  left: 0;
}
.rev_slider .mr-social .mr-link {
  transition: all 0.5s !important;
  font-size: 28px;
  color: #ccc;
}
.rev_slider .mr-social .mr-link:hover {
  color: #fff;
}
.rev_slider .mr-social .mr-link1 {
  font-size: 28px;
  color: #a9b5b6;
  transition: all 0.5s !important;
}
.rev_slider .mr-social .mr-link1:hover {
  color: #990000;
}
.rev_slider .tp-tab .tp-tab-desc {
  font-size: 12px;
  font-family: Montserrat, "Times New Roman", Times, serif;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: 3px;
  font-weight: 600;
  text-align: center;
  transition: all 0.5s;
}
.rev_slider .tp-tab .tp-tab-desc:hover {
  color: #000;
}
.rev_slider .tp-tab.selected .tp-tab-desc {
  color: #000;
}
.rev_slider .mr-btn-buy {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  transition: all 0.5s;
}
.rev_slider .mr-btn-buy:after {
  position: absolute;
  content: '\e046';
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  right: -25px;
  top: -1px;
  color: #990000;
  padding-right: 5px;
}
.rev_slider .mr-btn-buy:hover {
  color: #990000;
}
.rev_slider .custom .tp-bullet {
  background-color: transparent;
  width: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rev_slider .custom .tp-bullet:before {
  position: absolute;
  height: 2px;
  width: 20px;
  top: 6px;
  left: 0;
  content: "";
  background-color: #666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rev_slider .custom .tp-bullet:hover {
  background-color: transparent;
}
.rev_slider .custom .tp-bullet.selected {
  background-color: transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rev_slider .custom .tp-bullet.selected:before {
  background-color: #ffffff;
}
.ms-section {
  position: relative;
  box-sizing: border-box;
}
.ms-section.ms-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ms-section.section-image {
  background-repeat: no-repeat;
}
.split-scroll-mobile {
  display: none;
}
.ms-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.ms-easing {
  transition: all 0.7s ease-out;
}
#multiscroll-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#multiscroll-nav.right {
  right: 17px;
}
#multiscroll-nav.left {
  left: 17px;
}
#multiscroll-nav ul {
  margin: 0;
  padding: 0;
}
#multiscroll-nav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
#multiscroll-nav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#multiscroll-nav li .active span {
  background: #333;
}
#multiscroll-nav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.multiscroll-tooltip {
  position: absolute;
  color: #fff;
  font-size: 14px;
  top: -2px;
  white-space: nowrap;
  max-width: 220px;
}
.multiscroll-tooltip.right {
  right: 20px;
}
.multiscroll-tooltip.left {
  left: 20px;
}
.page-template-template-home-split .site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding-top: 25px;
  background-color: transparent;
}
.page-template-template-home-split.admin-bar .site-header {
  top: 32px;
}
.page-template-template-home-split .site {
  height: 100%;
}
.page-template-template-home-split .site-content {
  z-index: 999;
  height: 100%;
  padding: 0;
}
.page-template-template-home-split .footer-layout-5 {
  border-top: none;
}
.page-template-template-home-split .site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
}
.page-template-template-home-split .mrbara-testimonials .testimonial-content h2 {
  margin-bottom: 35px;
}
.split-scroll h1,
.split-scroll h2,
.split-scroll h3,
.split-scroll h4,
.split-scroll h5 {
  font-family: Poppins, Arial, sans-serif;
  font-weight: 600;
}
.split-scroll strong {
  font-weight: 600;
}
.split-scroll .container {
  width: auto;
}
.split-scroll .ms-left .section-content {
  padding: 0 190px 0 245px;
}
.split-scroll .ms-left .title {
  transition-delay: 0.2s;
}
.split-scroll .ms-right .section-content {
  padding: 0 225px 0 200px;
}
.split-scroll .ms-right .section-no {
  display: none;
}
.split-scroll .section-no {
  color: #dae5e6;
  font-size: 200px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
  opacity: 0.5;
  position: absolute;
  left: -245px;
  top: -10px;
  transform: translateX(-100%);
  transition: 0.7s transform ease-in;
}
.split-scroll .section-content h2 {
  color: #000;
  font-size: 72px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 0 0 60px;
}
.split-scroll .section-content h5 {
  font-size: 14px;
  font-weight: 600;
  font-family: Poppins, Arial, sans-serif;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.split-scroll .section-content .title {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  line-height: 1.3;
  word-spacing: 999px;
  margin-bottom: 80px;
  transition: 0.5s opacity linear;
  opacity: 0;
}
.split-scroll .section-content .content {
  position: relative;
}
.split-scroll .loaded .title {
  opacity: 1;
}
.split-scroll .loaded .section-no {
  transform: translateX(-65px);
}
.split-scroll-nav {
  text-align: center;
  width: 43px;
  position: absolute;
  right: 56px;
  top: 50%;
  transform: translateY(-50%);
}
.split-scroll-nav:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.split-scroll-nav a {
  color: #000;
  font-size: 36px;
  line-height: 1;
  display: block;
  opacity: 0.25;
}
.split-scroll-nav a:hover {
  opacity: 1;
}
.split-scroll-nav .scrollup {
  padding-bottom: 21px;
}
.split-scroll-nav .scrolldown {
  padding-top: 25px;
}
.portfolio-wapper {
  float: left;
  width: 33.33%;
  padding: 15px;
}
.portfolio-wapper .entry-content {
  position: relative;
  overflow: hidden;
}
.portfolio-wapper .entry-content:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 500ms;
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
}
.portfolio-wapper .entry-footer {
  margin-top: 23px;
}
.portfolio-wapper .entry-footer .cats-list {
  margin-bottom: 12px;
}
.portfolio-wapper .entry-footer .cats-list a {
  font-size: 13px;
  color: #ccc;
}
.portfolio-wapper .entry-footer .cats-list a:last-child .split {
  display: none;
}
.portfolio-wapper .entry-footer .cats-list a:hover {
  color: #fff;
}
.portfolio-wapper .entry-footer .portfolio-title {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  transition: 0.5s;
  font-family: Poppins, Arial, sans-serif;
  position: relative;
}
.portfolio-wapper .entry-footer .portfolio-title:hover {
  text-decoration: underline;
}
.portfolio-wapper .icon-link {
  position: absolute;
  right: 30px;
  top: -15px;
  opacity: 0;
  z-index: 100;
  font-size: 72px;
  color: #fff;
  line-height: 1;
  vertical-align: top;
  transition: 0.5s;
  width: 36px;
  height: 72px;
  display: block;
}
.portfolio-wapper:hover .entry-content:before {
  opacity: 1;
}
.portfolio-wapper:hover .icon-link {
  opacity: 1;
  top: 15px;
}
.portfolio-wapper .entry-title {
  margin: 0;
}
.portfolio-wapper.portfolio-item-full,
.portfolio-wapper.portfolio-item-wide {
  width: 66.67%;
}
.portfolio-masonry .portfolio-wapper {
  position: relative;
}
.portfolio-masonry .portfolio-wapper .entry-footer {
  position: absolute;
  left: 0;
  padding: 30px;
  transition: 0.5s;
  bottom: -15px;
  opacity: 0;
  z-index: 100;
}
.portfolio-masonry .portfolio-wapper:hover .entry-footer {
  opacity: 1;
  bottom: 0;
}
.portfolio-masonry .paging {
  text-align: center;
  margin-top: 80px;
}
.portfolio-masonry .paging.type-ajax .page-numbers {
  display: none;
}
.portfolio-masonry .paging.type-ajax .page-numbers.next {
  display: inline-block;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  letter-spacing: 15px;
  font-family: Montserrat, "Times New Roman", Times, serif;
  text-indent: 0;
  position: inherit;
}
.portfolio-masonry .paging.type-ajax .page-numbers.next:before,
.portfolio-masonry .paging.type-ajax .page-numbers.next.current {
  display: none;
}
.portfolio-masonry .portfolio-4-columns .portfolio-wapper {
  width: 25%;
}
.portfolio-grid .filters-dropdown {
  text-align: left;
}
.portfolio-grid .portfolio-wapper {
  margin-bottom: 50px;
}
.portfolio-grid .portfolio-wapper .entry-content {
  position: relative;
  overflow: hidden;
}
.portfolio-grid .portfolio-wapper .entry-footer .cats-list a:hover {
  color: #000;
}
.portfolio-grid .portfolio-wapper .entry-footer .portfolio-title {
  color: #000;
}
.portfolio-grid .portfolio-wapper .icon-link {
  left: 50%;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
.portfolio-grid .portfolio-wapper:hover .icon-link {
  opacity: 1;
}
.portfolio-grid .post-pagination {
  padding-top: 20px;
}
.portfolio-showcase .filters-dropdown {
  margin-bottom: 30px;
}
.single-portfolio_project .work-single-desc {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e1e1;
}
.single-portfolio_project .work-single-desc .desc {
  display: block;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px;
}
.single-portfolio_project .work-single-desc .value {
  font-size: 13px;
}
.single-portfolio_project .entry-content {
  line-height: 2;
}
.single-portfolio_project .entry-footer {
  margin-top: 85px;
}
.single-portfolio_project .gallery-main-carousel {
  margin-top: 80px;
  position: relative;
}
.single-portfolio_project .gallery-main-carousel .slick-list .slick-slide {
  position: relative;
  margin: 0 15px;
  height: auto;
}
.single-portfolio_project .gallery-main-carousel .slick-list .slick-slide:after {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: 0.25s;
}
.single-portfolio_project .gallery-main-carousel .slick-list .slick-slide.slick-active:after {
  background-color: rgba(255, 255, 255, 0);
}
.single-portfolio_project .gallery-main-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 100;
  font-size: 72px;
  color: #999;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: 0.5s;
}
.single-portfolio_project .gallery-main-carousel .slick-arrow:hover {
  color: #000;
}
.single-portfolio_project .gallery-main-carousel .slick-arrow-right {
  right: 10%;
  left: auto;
}
.single-portfolio_project .post-navigation {
  margin-top: 100px;
}
.single-portfolio_project .post-navigation > .container {
  padding-left: 0;
  padding-right: 0;
}
.single-portfolio_project .post-navigation .nav-previous {
  float: left;
}
.single-portfolio_project .post-navigation .nav-next {
  float: right;
}
.single-portfolio_project .post-navigation .nav-links a {
  color: #999;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 20px 30px;
  display: block;
  letter-spacing: 2px;
  transition: 0.35s;
  line-height: 1;
}
.single-portfolio_project .post-navigation .nav-links a:before {
  position: absolute;
  background-color: #f2f5f5;
  width: 58%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  transition: 0.35s;
}
.single-portfolio_project .post-navigation .nav-links a:hover {
  color: #000;
}
.single-portfolio_project .post-navigation .nav-links a:hover:before {
  width: 100%;
}
.single-portfolio_project .post-navigation .nav-links .nav-next a:before {
  right: 0;
  left: auto;
}
.single-portfolio-type-image .col-left {
  padding-right: 0;
  position: static;
  margin-bottom: 40px;
}
.single-portfolio-type-image .portfolio-images .item {
  margin-bottom: 5px;
}
.single-portfolio-type-image .portfolio-images .item:last-child {
  margin-bottom: 0;
}
.single-portfolio-type-image .site-content {
  padding: 0;
}
.post-password-required .post-password-form label {
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
}
.post-password-required .post-password-form input[type="password"] {
  background-color: #f1f1f1;
  color: #000;
  border: none;
  display: block;
  margin-top: 10px;
  height: 35px;
  line-height: 35px;
  padding: 10px;
}
.post-password-required .post-password-form input[type="submit"] {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  height: 40px;
  line-height: 41px;
}
.post-password-required .post-password-form input[type="submit"]:hover,
.post-password-required .post-password-form input[type="submit"]:focus {
  background-color: #333;
}
.page-links .page-number {
  padding: 10px 12px 8px;
  background-color: #990000;
  line-height: 1;
  display: inline-block;
  color: #fff;
  border-radius: 5px;
  transition: 0.5s;
}
.page-links a > .page-number {
  background-color: #333;
}
.page-links a > .page-number:hover {
  background-color: #990000;
}
.search-results .blog-wapper .entry-desc {
  display: block;
}
.search-no-results .page-title {
  color: #000;
}
.search-no-results .page-content {
  color: #666;
}
.search-no-results .no-results label {
  display: block;
}
.search-no-results .no-results .search-form .search-field {
  padding: 10px;
  background-color: #f6f6f6;
  border: none;
  display: block;
  width: 50%;
  font-weight: 400;
}
.search-no-results .no-results .search-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999;
}
.search-no-results .no-results .search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999;
}
.search-no-results .no-results .search-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.search-no-results .no-results .search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #999;
}
.search-no-results .no-results .search-form .search-submit {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  margin-top: 20px;
  min-width: 150px;
}
.search-no-results .no-results .search-form .search-submit:hover,
.search-no-results .no-results .search-form .search-submit:focus {
  background-color: #333;
}
.header-search-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search.show-search-form .search-form {
  width: 330px;
}
.header-search-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search.show-search-form #toggle-search {
  display: none;
}
.header-search-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search.show-search-form .search-content {
  color: #000;
}
.header-search-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search.show-search-form .search-content:after {
  content: '\f4a4';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.header-search-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search.show-search-form .search-field {
  line-height: 40px;
  border-bottom: 1px solid #000;
  padding-left: 30px;
  color: #000;
}
.has-small-font-size {
  font-size: 13px;
}
ol {
  padding-left: 20px;
}
p.wp-block-subhead {
  color: #999;
}
hr.wp-block-separator {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  clear: both;
}
.wp-block-table {
  margin: 0 0 2em;
}
ul.wp-block-categories,
.wp-block-archives {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
ul.wp-block-categories ul,
.wp-block-archives ul {
  list-style: none;
}
ul.wp-block-categories li a,
.wp-block-archives li a {
  color: #000;
}
ul.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
  color: #000;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
  float: right;
}
.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:after {
  clear: both;
  content: "";
  display: block;
}
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-quote__citation {
  color: #000;
  font-size: 14px;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
  display: inline-block;
  font-size: 16px;
}
.wp-block-pullquote blockquote {
  border-left: none;
  padding: 0;
  margin: 0;
}
.wp-block-categories select {
  padding: 10px;
  border: 1px solid #d9d9d9;
}
ul.wp-block-latest-posts {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
ul.wp-block-latest-posts li a {
  color: #000;
}
ul.wp-block-latest-posts li a:hover {
  color: #000;
}
.woocommerce table.wp-block-table td,
.woocommerce table.wp-block-table th {
  padding: 0.5em;
  border: 1px solid #d1d1d1;
  word-break: break-all;
}
table.wp-block-table td,
table.wp-block-table th {
  border: 1px solid #d1d1d1;
}
.wp-block-cover-image.has-background-dim::before,
.wp-block-cover.has-background-dim::before {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.wp-block-image .alignleft {
  margin-right: 20px;
}
.wp-block-image .alignright {
  margin-left: 20px;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 0;
}
.aligncenter {
  text-align: center;
}
code {
  color: #23282d;
  border: 1px solid #eee;
  background-color: #eee;
  font-size: 15px;
  border-radius: 4px;
  padding: 2px 4px;
  line-height: 1.6;
}
.wp-block-code code {
  border: none;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 5px solid #990000;
  padding-left: 15px;
}
@media only screen and (min-width: 960px) {
  body {
    overflow-x: hidden;
  }
  body.full-content .site-content .entry-content > *.alignfull {
    width: auto;
    max-width: 1000%;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  body.full-content .site-content .entry-content > *.alignwide {
    width: auto;
    max-width: 1000%;
    margin-right: calc(25% - 25vw);
    margin-left: calc(25% - 25vw);
  }
  body.full-content .site-content .entry-content > .wp-block-table.alignfull {
    width: -webkit-fill-available;
  }
  body.full-content .site-content .entry-content > .wp-block-table.alignwide {
    width: -webkit-fill-available;
  }
}
/**
 * 6.3 Comments
 */
.bypostauthor {
  display: block;
}
.comments-area {
  clear: both;
}
.comments-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #000;
  margin: 30px 0 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
  font-family: Poppins, Arial, sans-serif;
}
.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list .children {
  list-style: none;
  padding: 0 0 0 80px;
}
.comment-list .children article {
  border-top-width: 0;
}
.comment-list .children:last-child {
  margin-bottom: 0;
}
.comment-list > .comment:first-child article {
  border: none;
}
.comment {
  zoom: 1;
  float: left;
  clear: both;
  width: 100%;
  font-size: 13px;
}
.comment:before,
.comment:after {
  content: "";
  display: table;
}
.comment:after {
  clear: both;
}
.comment article {
  padding: 15px 0;
  overflow: hidden;
}
.comment .comment-meta {
  float: left;
  margin-right: 30px;
}
.comment .comment-edit-link,
.comment .comment-reply-link {
  float: left;
  color: #33cccc;
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
}
.comment .comment-edit-link:hover,
.comment .comment-reply-link:hover {
  color: #000;
}
.comment .comment-metadata {
  overflow: hidden;
}
.comment .comment-edit-link {
  margin-right: 20px;
}
.comment .comment-content {
  background-color: #f6f6f6;
  margin-left: 105px;
  padding: 20px 25px 40px;
  position: relative;
}
.comment .comment-content:after {
  content: '';
  position: absolute;
  top: 14px;
  left: -16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 16px solid #f6f6f6;
  border-left: 0 solid transparent;
  z-index: 9;
}
.comment .comment-content .comment-desc {
  padding: 15px 0 5px;
  color: #666;
}
.comment .comment-content .date {
  font-size: 12px;
  color: #666;
}
.comments-area .comment-desc {
  padding: 15px 0 5px;
  color: #666;
}
.comments-area .date {
  color: #666;
}
.numeric-navigation {
  clear: both;
  display: table;
  margin: 30px auto;
  float: none;
}
.comment-respond {
  margin-top: 50px;
}
.comment-respond .comment-reply-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #000;
  margin: 30px 0 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e1e1;
  text-transform: none;
  font-family: Poppins, Arial, sans-serif;
}
.comment-respond .comment-notes {
  display: none;
}
.comment-respond input[type=text],
.comment-respond input[type=email],
.comment-respond textarea {
  border: 1px solid transparent;
  transition: 0.5s;
  outline: none;
  padding: 15px;
  width: 100%;
  color: #000;
  background-color: #f1f1f1;
}
.comment-respond input[type=text]:focus,
.comment-respond input[type=email]:focus,
.comment-respond textarea:focus {
  border-color: #ccc;
}
.comment-respond textarea {
  height: 155px;
}
.comment-respond .comment-form-comment {
  margin-bottom: 40px;
}
.comment-respond .comment-form-author {
  padding-left: 0;
}
.comment-respond .comment-form-url {
  padding-right: 0;
}
.comment-respond .form-submit {
  clear: both;
  padding-top: 40px;
  position: relative;
  display: inline-block;
}
.comment-respond .form-submit .submit {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
}
.comment-respond .form-submit .submit:hover,
.comment-respond .form-submit .submit:focus {
  background-color: #333;
}
.comment-content {
  word-break: break-all;
}
.comment-content a {
  word-wrap: break-word;
}
.comment-content .comment-metadata .fn {
  float: left;
}
.comment-content .comment-metadata .fn a {
  font-weight: 600;
  color: #000;
  font-style: normal;
  padding-right: 10px;
}
.comment-awaiting-moderation {
  display: block;
}
/**
 * 6.3 Woocommerce
 */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button:focus,
.woocommerce a.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:focus {
  background-color: #333;
}
.woocommerce button.button:disabled,
.woocommerce a.button:disabled,
.woocommerce input.button:disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce a.button:disabled[disabled],
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce button.button .disabled,
.woocommerce a.button .disabled,
.woocommerce input.button .disabled,
.woocommerce #respond input#submit .disabled {
  padding: 0 40px;
}
.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  color: #fff;
}
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit.alt:focus {
  background-color: #333;
}
.woocommerce a.remove {
  width: 20px;
  height: 20px;
  line-height: 22px;
}
.woocommerce table.shop_table {
  border: none;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.woocommerce span.ribbon {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin: 0;
  position: absolute;
  background-color: #93be2b;
  z-index: 10;
  top: 20px;
  right: 20px;
  height: 27px;
  line-height: 29px;
  border-radius: 3px;
  padding: 0 15px;
  min-width: inherit;
  min-height: inherit;
}
.woocommerce span.ribbon.onsale {
  background-color: #cc3300;
  left: initial;
}
.woocommerce span.ribbon.featured {
  background-color: #ff8c46;
}
.woocommerce span.ribbon.out-of-stock {
  background-color: #c2c2c2;
  color: #fff;
}
.woocommerce .woocommerce-breadcrumb {
  font-size: 13px;
}
.woocommerce .term-description {
  margin-bottom: 50px;
}
.woocommerce .widget_shopping_cart_content .wc-forward {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  min-width: 110px;
}
.woocommerce .widget_shopping_cart_content .wc-forward:hover,
.woocommerce .widget_shopping_cart_content .wc-forward:focus {
  background-color: #333;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.woocommerce .products ul ul.bb-products,
.woocommerce ul.products ul.bb-products {
  margin: 0;
}
.woocommerce ul.products li.product {
  transition: 0.3s;
  margin-bottom: 50px;
}
.woocommerce ul.products li.product .attr-swatches {
  text-align: center;
}
.woocommerce ul.products li.product .attr-swatches .swatch {
  margin: 0 5px;
  display: inline-block;
}
.woocommerce ul.products li.product .attr-swatches .swatch.swatch-variation-image {
  cursor: pointer;
}
.woocommerce ul.products li.product .attr-swatches .swatch-label {
  border: 1px solid #ccc;
  padding: 5px 8px 4px;
  line-height: 1;
}
.woocommerce ul.products li.product .attr-swatches .swatch-label.selected {
  border-color: #000;
  color: #000;
}
.woocommerce ul.products li.product .attr-swatches .swatch-color {
  border: 1px solid transparent;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: relative;
}
.woocommerce ul.products li.product .attr-swatches .swatch-color .sub-swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce ul.products li.product .attr-swatches .swatch-color.selected {
  border-color: #ccc;
}
.woocommerce ul.products li.product .attr-swatches .swatch-image {
  border: 1px solid transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}
.woocommerce ul.products li.product .attr-swatches .swatch-image img {
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce ul.products li.product .attr-swatches .swatch-image.selected {
  border-color: #ccc;
}
.woocommerce ul.products li.product.first {
  clear: both;
}
.woocommerce ul.products li.product .product-inner {
  position: relative;
  overflow: hidden;
}
.woocommerce ul.products li.product .product-inner:hover .footer-product {
  bottom: 0;
}
.woocommerce ul.products li.product .product-inner:hover h3 a {
  color: #990000;
}
.woocommerce ul.products li.product .product-inner:hover .attachment-shop_catalog {
  opacity: 1;
}
.woocommerce ul.products li.product .product-inner:hover .wp-post-image {
  opacity: 0;
}
.woocommerce ul.products li.product .product-inner:hover .product-thumbnail-single .wp-post-image {
  opacity: 1;
}
.woocommerce ul.products li.product .onsale {
  right: 20px;
  top: 20px;
  margin: 0;
}
.woocommerce ul.products li.product .product-content-thumbnails {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.woocommerce ul.products li.product .product-content-thumbnails .attachment-shop_catalog {
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.woocommerce ul.products li.product .product-content-thumbnails .wp-post-image {
  position: relative;
  opacity: 1;
}
.woocommerce ul.products li.product .product-content-thumbnails .footer-product {
  background-color: #000;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  transition: 0.5s;
  z-index: 10;
}
.woocommerce ul.products li.product .product-content-thumbnails .button {
  margin: 0;
  padding: 0;
  height: 46px;
  min-width: inherit;
  border: none;
  font-weight: 400;
}
.woocommerce ul.products li.product .product-content-thumbnails .btn-add-to-cart,
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist,
.woocommerce ul.products li.product .product-content-thumbnails .wcboost-wishlist-button,
.woocommerce ul.products li.product .product-content-thumbnails .product-quick-view,
.woocommerce ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward,
.woocommerce ul.products li.product .product-content-thumbnails .compare-button {
  float: right;
  display: block;
  cursor: pointer;
  padding: 0;
  text-align: center;
  -webkit-box-shadow: none;
  text-shadow: none;
  height: 46px;
  line-height: 46px;
  border-radius: 0;
}
.woocommerce ul.products li.product .product-content-thumbnails .quick-view-out {
  display: none;
}
.woocommerce ul.products li.product .product-content-thumbnails .compare-button a {
  width: 46px;
  overflow: hidden;
  color: #fff;
  height: 46px;
  line-height: 46px;
  background-color: transparent;
  border-radius: 0;
  display: block;
}
.woocommerce ul.products li.product .product-content-thumbnails .compare-button a:before {
  content: "\f2b5";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 22px;
  height: 46px;
  width: 46px;
  line-height: 46px;
}
.woocommerce ul.products li.product .product-content-thumbnails .compare-button a:hover {
  background-color: #333;
}
.woocommerce ul.products li.product .product-content-thumbnails .wcboost-products-compare-button {
  float: right;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 46px;
  width: 46px;
}
.woocommerce ul.products li.product .product-content-thumbnails .wcboost-products-compare-button .wcboost-products-compare-button__icon {
  font-size: 22px;
  line-height: 1;
  margin-right: 0;
  color: #fff;
}
.woocommerce ul.products li.product .product-content-thumbnails .wcboost-products-compare-button .wcboost-products-compare-button__text {
  display: none;
}
.woocommerce ul.products li.product .product-content-thumbnails .wcboost-products-compare-button:hover {
  background-color: #333;
}
.woocommerce ul.products li.product .product-content-thumbnails .product-quick-view {
  width: 46px;
  overflow: hidden;
  color: #fff;
}
.woocommerce ul.products li.product .product-content-thumbnails .product-quick-view i {
  font-size: 25px;
  line-height: 50px;
  height: 46px;
  display: block;
}
.woocommerce ul.products li.product .product-content-thumbnails .product-quick-view:hover {
  background-color: #333;
}
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  width: 46px;
  overflow: hidden;
  color: #fff;
  display: block;
  height: 46px;
  position: relative;
}
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading,
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .ajax-loading,
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .ajax-loading {
  position: absolute;
  top: 13px;
  left: 10px;
}
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: #fff;
  font-size: 0;
  display: block;
  border-radius: 0;
  background-color: transparent;
}
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f442";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
  height: 46px;
  width: 46px;
  line-height: 48px;
}
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .feedback,
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.woocommerce ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist:hover {
  background-color: #333;
}
.woocommerce ul.products li.product .product-content-thumbnails .wcboost-wishlist-button {
  display: inline-block;
  margin-top: 0;
  height: 46px;
  width: 46px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
}
.woocommerce ul.products li.product .product-content-thumbnails .wcboost-wishlist-button .wcboost-wishlist-button__icon {
  margin-right: 0;
}
.woocommerce ul.products li.product .product-content-thumbnails .wcboost-wishlist-button .wcboost-wishlist-button__text {
  display: none;
}
.woocommerce ul.products li.product .product-content-thumbnails .wcboost-wishlist-button:hover {
  background-color: #333;
}
.woocommerce ul.products li.product .product-content-thumbnails .btn-add-to-cart,
.woocommerce ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward {
  float: left;
  padding-left: 55px;
  padding-right: 30px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 48px;
  position: relative;
  background-color: transparent;
  font-family: Montserrat, "Times New Roman", Times, serif;
}
.woocommerce ul.products li.product .product-content-thumbnails .btn-add-to-cart i,
.woocommerce ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward i {
  position: absolute;
  top: 1px;
  left: 30px;
  font-size: 22px;
}
.woocommerce ul.products li.product .product-content-thumbnails .btn-add-to-cart.added,
.woocommerce ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward.added {
  display: none;
}
.woocommerce ul.products li.product .product-content-thumbnails .btn-add-to-cart.loading i:before,
.woocommerce ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward.loading i:before {
  content: "\f29c";
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.woocommerce ul.products li.product .product-content-thumbnails .btn-add-to-cart.loading:after,
.woocommerce ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward.loading:after {
  display: none;
}
.woocommerce ul.products li.product .product-content-thumbnails .btn-add-to-cart:hover,
.woocommerce ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:hover {
  background-color: #333;
}
.woocommerce ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:before {
  content: "\f489";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 22px;
  position: absolute;
  top: 12px;
  left: 30px;
}
.woocommerce ul.products li.product a img {
  margin: 0;
}
.woocommerce ul.products li.product .product-info {
  position: relative;
  padding: 20px;
  transition: 0.5s;
}
.woocommerce ul.products li.product h3 {
  font-size: 16px;
  padding: 0 10px 15px 10px;
  line-height: 1.3;
  margin: 0;
  font-weight: 600;
  text-align: center;
}
.woocommerce ul.products li.product h3 a {
  color: #000;
  font-family: Poppins, Arial, sans-serif;
}
.woocommerce ul.products li.product a:hover h3 {
  text-decoration: underline;
}
.woocommerce ul.products li.product .star-rating {
  display: none;
  color: #f2b309;
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.woocommerce ul.products li.product .star-rating:before {
  color: #ccc;
}
.woocommerce ul.products li.product .star-rating span:before {
  color: #f2b309;
}
.woocommerce ul.products li.product .price {
  font-size: 24px;
  font-weight: 300;
  color: #000;
  line-height: 1;
  display: block;
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.woocommerce ul.products li.product .price .amount + .amount {
  padding-left: 5px;
  padding-right: 0;
}
.woocommerce ul.products li.product .price del {
  display: inline-block;
  padding-right: 10px;
  opacity: 1;
  color: #999;
  font-size: 18px;
}
.woocommerce ul.products li.product .price del span {
  color: #999;
}
.woocommerce ul.products li.product .price del .amount {
  padding-top: 0;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  color: #cc3333;
}
.woocommerce ul.products li.product .price ins .amount {
  padding-top: 0;
}
.woocommerce ul.products li.product .woo-short-description {
  display: none;
}
.woocommerce ul.products li.product .clear {
  display: none;
}
.woocommerce ul.products .cat-sizer {
  width: 25%;
}
.woocommerce ul.products li.product-category {
  float: left;
  width: 25%;
  margin-bottom: 0;
  padding: 15px;
  transition: none;
  clear: none !important;
}
.woocommerce ul.products li.product-category .category-desc {
  display: none;
}
.woocommerce ul.products li.product-category a {
  display: block;
  position: relative;
  overflow: hidden;
}
.woocommerce ul.products li.product-category a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
}
.woocommerce ul.products li.product-category a img {
  transition: 0.35s;
}
.woocommerce ul.products li.product-category a:hover h3 {
  text-decoration: none;
}
.woocommerce ul.products li.product-category a:hover img {
  transform: scale(1.05);
}
.woocommerce ul.products li.product-category.category-full,
.woocommerce ul.products li.product-category.category-wide {
  width: 50%;
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
  padding: 0 !important;
  margin-top: 20px;
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  z-index: 10;
  line-height: 1;
  transition: 0.5s;
  text-align: left;
  margin-right: 40px;
}
.woocommerce ul.products li.product-category .woocommerce-loop-category__title mark {
  display: none;
}
.woocommerce.shop-subcategories-grid ul.products li.product-category {
  padding-bottom: 20px;
}
.woocommerce.shop-subcategories-grid ul.products li.product-category a:before {
  display: none;
}
.woocommerce.shop-subcategories-grid ul.products li.product-category .woocommerce-loop-category__title {
  position: static;
  color: #000;
  font-size: 24px;
  letter-spacing: 0;
  margin-right: 20px;
  padding-bottom: 5px !important;
}
.woocommerce.shop-subcategories-grid ul.products li.product-category a:hover img {
  transform: scale(1);
}
.woocommerce.shop-subcategories-grid ul.products li.product-category a:hover h3 {
  text-decoration: underline;
}
.woocommerce.sidebar-content ul.products li.cat-sizer,
.woocommerce.content-sidebar ul.products li.cat-sizer,
.woocommerce.sidebar-content ul.products li.product-category,
.woocommerce.content-sidebar ul.products li.product-category {
  width: 33.33%;
}
.woocommerce .upsells.products ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist {
  margin-left: 0;
}
.woocommerce .upsells.products ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  text-align: center;
}
.woocommerce .upsells.products ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before {
  line-height: 23px;
  text-align: center;
  left: 0;
  color: #fff;
}
.woocommerce .upsells.products ul.products li.product .product-content-thumbnails .wcboost-wishlist-button {
  margin-left: 0;
  color: #fff;
  line-height: 23px;
}
.woocommerce .upsell-products ul.products li.product,
.woocommerce .related-products ul.products li.product {
  margin-bottom: 0;
}
.woocommerce .upsell-products ul.products.owl-carousel,
.woocommerce .related-products ul.products.owl-carousel {
  position: relative;
}
.woocommerce .upsell-products ul.products.owl-carousel li.product,
.woocommerce .related-products ul.products.owl-carousel li.product {
  width: 100%;
  padding-bottom: 10px;
}
.woocommerce .upsell-products ul.products.owl-carousel .owl-controls .owl-buttons div,
.woocommerce .related-products ul.products.owl-carousel .owl-controls .owl-buttons div {
  margin-top: 0;
  top: 40%;
  right: 15px;
  line-height: 52px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  transform: translateY(-50%);
}
.woocommerce .upsell-products ul.products.owl-carousel .owl-controls .owl-buttons div.owl-prev,
.woocommerce .related-products ul.products.owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 15px;
  right: auto;
}
.woocommerce .upsell-products ul.products.owl-carousel .owl-controls .owl-buttons div:hover,
.woocommerce .related-products ul.products.owl-carousel .owl-controls .owl-buttons div:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.woocommerce .cross-sells {
  position: relative;
}
.woocommerce .cross-sells ul.products.owl-carousel {
  position: static;
}
.woocommerce .cross-sells ul.products.owl-carousel li.product {
  width: 100%;
  padding-bottom: 10px;
}
.woocommerce .cross-sells ul.products.owl-carousel .owl-controls .owl-buttons div {
  margin-top: 0;
  top: 50%;
  right: 0;
  line-height: 52px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  transform: translateY(-50%);
}
.woocommerce .cross-sells ul.products.owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: 0;
  right: auto;
}
.woocommerce .cross-sells ul.products.owl-carousel .owl-controls .owl-buttons div:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.woocommerce.shop-view-list ul.products li.product {
  width: 50%;
}
.woocommerce.shop-view-list ul.products li.product .attr-swatches {
  display: none;
}
.woocommerce.shop-view-list ul.products li.product .product-cat {
  display: none;
}
.woocommerce.shop-view-list ul.products li.product:nth-child( n ) {
  clear: none;
}
.woocommerce.shop-view-list ul.products li.product:nth-child( 2n + 1 ) {
  clear: both;
}
.woocommerce.shop-view-list ul.products li.product .star-rating {
  display: none;
}
.woocommerce.shop-view-list ul.products li.product h3 {
  font-size: 18px;
  text-align: left;
  padding: 35px 35px 13px 0;
}
.woocommerce.shop-view-list ul.products li.product h3 + .star-rating {
  display: block;
}
.woocommerce.shop-view-list ul.products li.product .price {
  font-size: 24px;
  text-align: left;
  color: #000;
  padding-bottom: 0;
}
.woocommerce.shop-view-list ul.products li.product .price:after {
  display: none;
}
.woocommerce.shop-view-list ul.products li.product .product-inner {
  border: 1px solid #d9d9d9;
  padding-bottom: 0;
}
.woocommerce.shop-view-list ul.products li.product .product-inner:hover:before {
  display: none;
}
.woocommerce.shop-view-list ul.products li.product .product-inner:hover .product-content-thumbnails:before {
  display: none;
}
.woocommerce.shop-view-list ul.products li.product .product-inner:hover .product-content-thumbnails .product-quick-view {
  opacity: 1;
}
.woocommerce.shop-view-list ul.products li.product .product-inner:hover .product-content-thumbnails .footer-product {
  transform: none;
}
.woocommerce.shop-view-list ul.products li.product .ribbon {
  right: 20px;
  top: 17px;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails {
  width: 50%;
  margin-right: 40px;
  float: left;
  position: static;
  margin-bottom: 0;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails > a {
  position: relative;
  display: block;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .footer-product {
  background-color: transparent;
  position: static;
  opacity: 1;
  transform: none;
  padding-bottom: 0;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .btn-add-to-cart,
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward {
  position: absolute;
  bottom: 40px;
  left: 50%;
  height: 46px;
  line-height: 46px;
  background-color: #990000;
  padding-left: 45px;
  padding-right: 25px;
  margin-left: 40px;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
  border-radius: 23px;
  color: #fff;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .btn-add-to-cart i,
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward i {
  left: 23px;
  font-size: 15px;
  font-weight: 600;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .btn-add-to-cart i:before,
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward i:before {
  content: "\f218";
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .btn-add-to-cart.loading i:before,
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward.loading i:before {
  content: "\f29c";
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .btn-add-to-cart:hover,
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:hover {
  background-color: #333;
  color: #fff;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:before {
  content: "\f218";
  font-size: 15px;
  top: 15px;
  left: 23px;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .product-quick-view {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 44px;
  line-height: 46px;
  background-color: #333;
  opacity: 0;
  transition: 0.5s;
  border-radius: 0;
  margin-left: 0;
  text-align: center;
  color: #fff;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .product-quick-view i {
  line-height: 47px;
  width: 44px;
  height: 44px;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .product-quick-view i:before {
  content: "\f25e";
  font-size: 24px;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .product-quick-view:hover {
  background-color: #990000;
  color: #fff;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .compare-button {
  display: none;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .wcboost-products-compare-button {
  display: none;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist {
  position: absolute;
  bottom: 40px;
  right: 20px;
  background-color: transparent !important;
  margin: 0;
  width: auto;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  background-color: transparent !important;
  width: auto;
  height: auto;
  line-height: inherit;
  text-indent: 0;
  text-align: center;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f443";
  font-size: 30px;
  color: #ccc;
  position: static;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #cc3333;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .wcboost-wishlist-button {
  position: absolute;
  bottom: 40px;
  right: 20px;
  background-color: transparent !important;
  margin: 0;
  width: auto;
  font-size: 26px;
  color: #ccc;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .wcboost-wishlist-button .wcboost-wishlist-button__text {
  display: none;
}
.woocommerce.shop-view-list ul.products li.product .product-content-thumbnails .wcboost-wishlist-button:hover {
  color: #cc3333;
}
.woocommerce.shop-view-list ul.products li.product .woo-short-description {
  display: block;
  margin-top: 35px;
  font-size: 13px;
  color: #999;
  padding-right: 35px;
  padding-bottom: 110px;
  line-height: 1.8;
}
.woocommerce.shop-view-list ul.products li.product .product-info {
  margin-left: 300px;
}
.woocommerce.shop-view-list ul.products li.product h3 + .star-rating {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 0;
}
.woocommerce.shop-view-list ul.products li.product .price {
  position: static;
}
.woocommerce.shop-view-list ul.products li.product .price del {
  display: inline;
}
.woocommerce.shop-view-list ul.products li.product .price span {
  display: inline;
}
.woocommerce .star-rating {
  font-size: 18px;
  width: 89px;
  letter-spacing: 4px;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
  font-family: Ionicons;
  content: "\f2fc\f2fc\f2fc\f2fc\f2fc";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.woocommerce .star-rating:before {
  color: #999;
}
.woocommerce .star-rating span:before {
  color: #f2b309;
}
.woocommerce .entry-summary-content {
  position: relative;
}
.woocommerce .products-links {
  position: absolute;
  right: 0;
  top: 0;
}
.woocommerce .products-links .nav-previous,
.woocommerce .products-links .nav-next {
  float: left;
}
.woocommerce .products-links .nav-previous a,
.woocommerce .products-links .nav-next a {
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  background-color: #ececec;
  color: #999;
  z-index: 1000;
  display: block;
  transition: 0.5s;
}
.woocommerce .products-links .nav-previous a:hover,
.woocommerce .products-links .nav-next a:hover {
  color: #fff;
  background-color: #990000;
}
.woocommerce .products-links .nav-previous a span:before,
.woocommerce .products-links .nav-next a span:before {
  font-size: 13px;
}
.woocommerce .products-links .nav-next {
  margin-left: 10px;
}
.woocommerce div.product .product_title {
  font-family: Poppins, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #000;
  font-weight: 600;
  letter-spacing: -1px;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-product-rating .star-rating {
  margin: 3px 15px 0 0;
}
.woocommerce div.product .woocommerce-product-rating .hoz-line {
  color: #999;
  padding: 0 10px;
}
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
  color: #999;
  font-size: 13px;
  font-weight: 500;
}
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #990000;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 24px;
  color: #cc3333;
  line-height: 1;
  margin-bottom: 35px;
  font-weight: 600;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  background: inherit;
  text-decoration: none;
  font-weight: 600;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 0.5;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce div.product .woo-short-description {
  color: #666;
  line-height: 1.5;
  margin-bottom: 35px;
}
.woocommerce div.product .woo-short-description p {
  margin-bottom: 0;
}
.woocommerce div.product p.stock {
  margin-top: 40px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  line-height: 1;
}
.woocommerce div.product p.stock span {
  color: #99cc00;
  font-weight: 400;
}
.woocommerce div.product p.stock.out-of-stock {
  font-size: 0;
  color: #fff;
  border-top: 1px solid #e1e1e1;
  padding-top: 50px;
  margin-bottom: 50px;
}
.woocommerce div.product p.stock.out-of-stock span {
  font-size: 14px;
  color: #fff;
  background-color: #cccccc;
  height: 46px;
  line-height: 48px;
  padding: 0 25px;
  border-radius: 23px;
  display: inline-block;
}
.woocommerce div.product .view-detail-button {
  display: none;
}
.woocommerce div.product div.images {
  margin-bottom: 0;
}
.woocommerce div.product div.images .woocommerce-main-image {
  position: relative;
  display: block;
}
.woocommerce div.product div.images .woocommerce-main-image:after {
  content: '\f29c';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: #444;
  animation: spin 2s linear infinite;
  opacity: 0;
  transform: none;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 10;
}
.woocommerce div.product div.images .woocommerce-main-image:before {
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.woocommerce div.product div.images .woocommerce-main-image .zoomImg {
  z-index: 100;
}
.woocommerce div.product div.images .woocommerce-main-image.image-loading:after {
  opacity: 1;
}
.woocommerce div.product div.images .woocommerce-main-image.image-loading:before {
  opacity: 1;
}
.woocommerce div.product div.images .woocommerce-main-image.zoom-loading:hover:after {
  opacity: 1;
}
.woocommerce div.product div.images .woocommerce-main-image.zoom-loading:hover:before {
  opacity: 1;
}
.woocommerce div.product div.images .woocommerce-main-image.zoom-loading:hover .zoomImg {
  opacity: 0 !important;
}
.woocommerce div.product div.images .woocommerce-main-image:hover .zoomImg {
  opacity: 1 !important;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
  padding: 0 0 0;
  margin-left: -9px;
  margin-right: -12px;
  margin-top: 18px;
  zoom: 1;
}
.woocommerce div.product div.images div.thumbnails:before,
.woocommerce div.product div.images div.thumbnails:after {
  content: "";
  display: table;
}
.woocommerce div.product div.images div.thumbnails:after {
  clear: both;
}
.woocommerce div.product div.images div.thumbnails a {
  float: left;
  width: 30.75%;
  padding: 0 9px;
  margin: 0;
}
.woocommerce div.product div.images div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce div.product div.images div.thumbnails a.first {
  clear: both;
}
.woocommerce div.product div.images div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}
.woocommerce div.product div.images div.thumbnails.columns-2 a {
  width: 50%;
}
.woocommerce div.product div.images div.thumbnails.columns-3 a {
  width: 33.33%;
}
.woocommerce div.product div.images div.thumbnails.columns-4 a {
  width: 25%;
}
.woocommerce div.product div.images div.thumbnails.columns-5 a {
  width: 20%;
}
.woocommerce div.product div.summary {
  margin-bottom: 0;
}
.woocommerce div.product div.summary .single-add-to-cart-btn {
  float: left;
  position: relative;
}
.woocommerce div.product div.summary .single-add-to-cart-btn.loading .loading-icon {
  opacity: 1;
  z-index: 999;
}
.woocommerce div.product div.summary .single-add-to-cart-btn .loading-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  line-height: 51px;
  opacity: 0;
  transition: 0.5s;
  z-index: -999;
  border-radius: 25px;
}
.woocommerce div.product div.summary .single-add-to-cart-btn .loading-icon .bubble {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  transform: scaleY(-50%);
}
.woocommerce div.product div.summary .single-add-to-cart-btn .loading-icon .bubble:nth-child(2n) .dot {
  animation-delay: -0.3s;
}
.woocommerce div.product div.summary .single-add-to-cart-btn .loading-icon .bubble:nth-child(3n) .dot {
  animation-delay: 0s;
}
.woocommerce div.product div.summary .single-add-to-cart-btn .loading-icon .dot {
  display: block;
  border-radius: 50%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  animation: bubble 1.2s -0.6s infinite ease-out;
  -webkit-animation: bubble 1.2s -0.6s infinite ease-out;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs {
  margin-top: 80px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  float: left;
  border-radius: 0;
  margin: 0 -4px 0 0;
  padding: 0 15px;
  background-color: transparent;
  border: none;
  position: relative;
  text-align: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  position: absolute;
  bottom: -1px;
  width: 0;
  right: 0;
  height: 3px;
  content: "";
  background-color: #000;
  transition: 0.5s;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-size: 16px;
  font-weight: 600;
  padding: 15px 0;
  line-height: 1;
  color: #ccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  left: 0;
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  box-shadow: none;
  border-radius: 0;
  padding: 40px 0 20px;
  margin: -1px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 10;
  font-size: 14px;
  color: #666;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  margin-top: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.woocommerce div.product .woocommerce-tabs .panel iframe {
  max-width: 100%;
}
.woocommerce div.product .upsells.products {
  clear: both;
  padding-top: 90px;
}
.woocommerce div.product .upsells.products h2 {
  margin-top: 0;
}
.woocommerce div.product p.cart {
  margin: 0;
  padding-top: 50px;
  display: inline-block;
}
.woocommerce div.product p.cart .button {
  min-width: 155px;
  height: 50px;
  color: #fff;
  background-color: #990000;
  border: none;
  line-height: 50px;
  text-align: center;
  border-radius: 30px;
  font-weight: 600;
  padding: 0 20px 0 20px;
  text-transform: inherit;
}
.woocommerce div.product p.cart .button:hover {
  background-color: #000;
}
.woocommerce div.product form.cart {
  margin-top: 40px;
  margin-bottom: 50px;
  vertical-align: bottom;
  border-top: 1px solid #e1e1e1;
  padding-top: 50px;
}
.woocommerce div.product form.cart.variations_form {
  border-top: none;
  padding-top: 0;
  margin-top: 15px;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 25px 0 0;
}
.woocommerce div.product form.cart div.quantity .items-count {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #ccc;
  font-weight: 600;
}
.woocommerce div.product form.cart div.quantity .items-count:hover {
  color: #000;
}
.woocommerce div.product form.cart div.quantity .qty {
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  width: 25px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  float: left;
  background-color: #f7f7f7;
  color: #000;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.woocommerce div.product form.cart div.quantity .items-count.qty-minus {
  border-radius: 50% 0 0 50%;
  border-right: none;
}
.woocommerce div.product form.cart div.quantity .items-count.qty-plus {
  border-radius: 0 50% 50% 0;
  border-left: none;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px 0;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variation-select-label + .soopas-swatches .swatch {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 3px;
}
.woocommerce div.product form.cart .variation-select-label + .soopas-swatches .swatch.selected {
  color: #000;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations tr td {
  padding-bottom: 15px;
}
.woocommerce div.product form.cart .variations tr:last-child td {
  padding-bottom: 0;
}
.woocommerce div.product form.cart .variations td.label {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  padding-top: 16px;
  min-width: 70px;
  text-align: left;
}
.woocommerce div.product form.cart .variations .styled-select {
  position: relative;
}
.woocommerce div.product form.cart .variations .styled-select .soopas-swatches {
  margin-top: -5px;
}
.woocommerce div.product form.cart .variations .styled-select.show-select:after {
  opacity: 1;
}
.woocommerce div.product form.cart .variations .styled-select select {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  background: transparent;
  padding: 0 5px 0 0;
  margin: 0;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 30px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.woocommerce div.product form.cart .variations .styled-select:after {
  content: '\f3d0';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 18px;
  color: #000;
  position: absolute;
  bottom: 15px;
  right: 0;
  opacity: 0;
}
.woocommerce div.product form.cart .variations .soopas-swatches .swatch.swatch-image {
  width: auto;
  height: auto;
  line-height: inherit;
  border-radius: 0;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.woocommerce div.product form.cart .variations .soopas-swatches .swatch.swatch-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  transition: 0.5s;
  border: 1px solid transparent;
  margin-top: 5px;
}
.woocommerce div.product form.cart .variations .soopas-swatches .swatch.swatch-image.selected {
  box-shadow: none;
  border-color: transparent;
}
.woocommerce div.product form.cart .variations .soopas-swatches .swatch.swatch-image.selected img {
  border-color: #999;
  box-shadow: 0 0 5px;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation {
  padding-top: 20px;
}
.woocommerce div.product form.cart .woocommerce-variation-availability {
  margin-bottom: 40px;
}
.woocommerce div.product form.cart .woocommerce-variation-availability p.stock {
  margin-top: 15px;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding-left: 47px;
  padding-right: 27px;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:focus {
  background-color: #333;
}
.woocommerce div.product form.cart .button:before {
  position: absolute;
  top: 17px;
  left: 27px;
  content: '\f218';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.woocommerce div.product form.cart .group_table td.label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce div.product form.cart .clear {
  display: none;
}
.woocommerce div.product form.cart .yith-wcwl-add-to-wishlist,
.woocommerce div.product form.cart .wcboost-wishlist-button {
  display: inline-block;
}
.woocommerce div.product form.cart .compare-button {
  display: inline-block;
  padding-left: 15px;
}
.woocommerce div.product form.cart .compare-button .compare {
  width: 46px;
  height: 46px;
  background-color: #eff1f0;
  line-height: 46px;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  min-width: inherit;
  color: #999;
  padding: 0;
  overflow: hidden;
}
.woocommerce div.product form.cart .compare-button .compare:before {
  content: "\f2b5";
  font-size: 24px;
  left: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  top: 0;
  display: block;
  background-color: #eff1f0;
  border-radius: 50%;
}
.woocommerce div.product form.cart .compare-button .compare:hover {
  background-color: #990000;
  color: #fff;
}
.woocommerce div.product form.cart .compare-button .compare:hover:before {
  background-color: #990000;
}
.woocommerce div.product form.cart .wcboost-products-compare-button {
  display: inline-flex;
  background-color: #eff1f0;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  padding-left: 0;
  margin: 0 0 0 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.woocommerce div.product form.cart .wcboost-products-compare-button .wcboost-products-compare-button__icon {
  color: #999;
  font-size: 24px;
  margin-right: 0;
}
.woocommerce div.product form.cart .wcboost-products-compare-button .wcboost-products-compare-button__text {
  display: none;
}
.woocommerce div.product form.cart .wcboost-products-compare-button:hover {
  background-color: #990000;
}
.woocommerce div.product form.cart .wcboost-products-compare-button:hover .wcboost-products-compare-button__icon {
  color: #fff;
}
.woocommerce div.product .product_meta > span {
  display: block;
  color: #000;
  font-weight: 600;
}
.woocommerce div.product .product_meta .sku_wrapper {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.woocommerce div.product .product_meta .sku_wrapper .sku {
  font-weight: 400;
  color: #999;
  padding-left: 5px;
}
.woocommerce div.product .product_meta .posted_in,
.woocommerce div.product .product_meta .tagged_as {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 5px;
}
.woocommerce div.product .product_meta .posted_in a,
.woocommerce div.product .product_meta .tagged_as a,
.woocommerce div.product .product_meta .posted_in span,
.woocommerce div.product .product_meta .tagged_as span {
  font-weight: 400;
  color: #999;
}
.woocommerce div.product .product_meta .posted_in a:first-child,
.woocommerce div.product .product_meta .tagged_as a:first-child,
.woocommerce div.product .product_meta .posted_in span:first-child,
.woocommerce div.product .product_meta .tagged_as span:first-child {
  padding-left: 5px;
}
.woocommerce div.product .share span {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.woocommerce div.product .share .social-links {
  display: inline-block;
  padding-left: 5px;
}
.woocommerce div.product .share .social-links a {
  padding: 0 5px;
  color: #999;
}
.woocommerce div.product .share .social-links a i {
  font-size: 18px;
}
.woocommerce div.product .share .social-links a:hover {
  color: #990000;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist {
  margin: 0;
  vertical-align: top;
  margin-left: 20px;
  display: none;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  position: relative;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
  width: 46px;
  height: 46px;
  text-indent: -9999px;
  background-color: #eff1f0;
  line-height: 46px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:before {
  position: absolute;
  top: 13px;
  left: 13px;
  text-indent: 0px;
  content: '\f443';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 24px;
  color: #999;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:hover {
  background-color: #cc3333;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:hover:before {
  color: #fff;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  width: 46px;
  height: 46px;
  text-indent: -9999px;
  background-color: #eff1f0;
  line-height: 46px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  position: absolute;
  top: 13px;
  left: 13px;
  text-indent: 0px;
  content: '\f443';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 24px;
  color: #cc3333;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background-color: #cc3333;
}
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.woocommerce div.product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #fff;
}
.woocommerce div.product .wcboost-wishlist-button {
  vertical-align: top;
  margin: 0;
  text-align: center;
  margin-left: 20px;
  display: none;
  width: 46px;
  height: 46px;
  background-color: #eff1f0;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  color: #999;
}
.woocommerce div.product .wcboost-wishlist-button .wcboost-wishlist-button__icon {
  margin-right: 0;
}
.woocommerce div.product .wcboost-wishlist-button .wcboost-wishlist-button__text {
  display: none;
}
.woocommerce div.product .wcboost-wishlist-button:hover {
  background-color: #cc3333;
  color: #fff;
}
.woocommerce div.product .wcboost-wishlist-button.added {
  color: #cc3333;
  background-color: #eff1f0;
}
.woocommerce div.product .wcboost-wishlist-button.added:hover {
  background-color: #cc3333;
  color: #fff;
}
.woocommerce div.product .compare {
  display: none;
}
.woocommerce div.product .wcboost-products-compare-button {
  display: none;
}
.woocommerce .product-type-grouped .group_table .product {
  width: 100%;
  float: none;
}
.woocommerce div.product-type-external .product_meta {
  margin-top: 55px;
}
.woocommerce div.product-type-external .compare {
  margin-top: 50px;
  margin-bottom: 0px;
}
.woocommerce div.product-type-external .yith-wcwl-add-to-wishlist,
.woocommerce div.product-type-external .wcboost-wishlist-button,
.woocommerce div.product-type-external .wcboost-products-compare-button {
  margin-top: 50px;
  margin-bottom: 0px;
}
.woocommerce div.product-type-external .yith-wcwl-add-to-wishlist {
  padding-top: 50px;
}
.woocommerce div.product form.cart table.group_table {
  margin-top: 0;
  padding-top: 0;
  border: 1px solid #ccc;
}
.woocommerce div.product form.cart table.group_table thead tr {
  background-color: #efefef;
  border-bottom: 1px solid #ccc;
}
.woocommerce div.product form.cart table.group_table thead tr th {
  padding: 13px 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Montserrat, "Times New Roman", Times, serif;
  font-weight: 500;
  border-left: 1px solid #ccc;
  color: #000;
}
.woocommerce div.product form.cart table.group_table tbody tr td {
  padding: 25px 25px 0 25px;
  line-height: 1;
  text-transform: capitalize;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  color: #000;
}
.woocommerce div.product form.cart table.group_table tbody tr:last-child td {
  padding-bottom: 15px !important;
}
.woocommerce div.product form.cart .group_table {
  width: 100%;
  border: 1px solid #ccc;
  margin: 40px 0 50px 0;
}
.woocommerce div.product form.cart .group_table .product-name {
  width: 60%;
}
.woocommerce div.product form.cart .group_table .product-name a {
  font-weight: 500;
  color: #000;
}
.woocommerce div.product form.cart .group_table .product-name a:hover {
  color: #990000;
}
.woocommerce div.product form.cart .group_table .product-price,
.woocommerce div.product form.cart .group_table .product-qty {
  width: 20%;
  text-align: center;
  border-left: 1px solid #ccc;
}
.woocommerce div.product form.cart .group_table .product-price {
  line-height: 1;
  font-family: Poppins, Arial, sans-serif;
}
.woocommerce div.product form.cart .group_table .product-price del {
  display: none;
}
.woocommerce div.product form.cart .group_table .product-price .amount {
  font-weight: 500;
}
.woocommerce div.product form.cart .group_table .product-price ins {
  text-decoration: none;
}
.woocommerce div.product form.cart .group_table .product-qty {
  padding: 15px 15px 0 15px;
}
.woocommerce div.product form.cart .group_table .product-qty .custom-qty {
  display: none;
}
.woocommerce div.product form.cart .group_table .product-qty .qty {
  float: none;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  min-width: 65px;
  height: 35px;
  background-color: transparent;
  border: 1px solid rgba(51, 51, 51, 0.15);
  padding: 5px 10px;
  line-height: 1;
}
.woocommerce div.product .comment-form {
  margin: 15px 0;
}
.woocommerce div.product .comment-form .comment-form-author {
  padding-right: 15px;
}
.woocommerce div.product .comment-form .comment-form-email {
  padding-left: 15px;
}
.woocommerce div.product .comment-form .comment-form-author,
.woocommerce div.product .comment-form .comment-form-email {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.woocommerce div.product .comment-form .comment-form-author label,
.woocommerce div.product .comment-form .comment-form-email label {
  display: block;
}
.woocommerce div.product .comment-form .comment-form-author input,
.woocommerce div.product .comment-form .comment-form-email input {
  width: 100%;
}
.woocommerce #reviews .comment-reply-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: none;
}
.woocommerce #reviews #review_form .comment-form p label {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.woocommerce #reviews #review_form .comment-form .comment-form-rating .stars a {
  color: #f2b309;
  font-size: 13px;
}
.woocommerce #reviews #review_form #respond p {
  margin-bottom: 20px;
}
.woocommerce #reviews #review_form #respond .form-submit:after {
  display: none;
}
.woocommerce #reviews #comments {
  overflow: hidden;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 15px 0 23px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
  border-bottom: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  top: 15px;
  width: 60px;
  height: auto;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  border-radius: 100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  margin-left: 80px;
  padding: 0;
  border-width: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
  font-size: 14px;
  color: #666;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
  margin-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist li strong {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
.woocommerce #reviews #comments ol.commentlist .star-rating {
  width: 95px;
}
.woocommerce #reviews #review_form_wrapper {
  margin-top: 30px;
}
.woocommerce .upsells h2,
.woocommerce .related h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: Poppins, Arial, sans-serif;
  text-transform: capitalize;
  margin: 90px 0 60px;
  color: #000;
  text-align: center;
  line-height: 1;
}
.woocommerce #content table.wishlist_table.cart a.remove {
  margin: 0;
  text-indent: -9999px;
  position: relative;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
  background-color: transparent;
}
.woocommerce #content table.wishlist_table.cart a.remove:before {
  position: absolute;
  content: '\f404';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  top: 0;
  left: 1px;
  font-size: 24px;
  color: #000;
  text-indent: 0;
  font-weight: 700;
}
.woocommerce.woocommerce-wishlist .wishlist_table {
  border: 0;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-remove {
  width: 70px;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-thumbnail {
  width: 130px;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-add-to-cart,
.woocommerce.woocommerce-wishlist .wishlist_table .product-stock-stauts,
.woocommerce.woocommerce-wishlist .wishlist_table .product-price {
  width: 200px;
  text-align: center;
}
.woocommerce.woocommerce-wishlist .wishlist_table thead th {
  padding: 15px;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
}
.woocommerce.woocommerce-wishlist .wishlist_table thead th.product-name {
  padding-left: 0;
  text-align: left;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td {
  padding: 35px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-remove,
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-thumbnail,
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-name {
  text-align: left;
  padding-left: 0;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-thumbnail a {
  max-width: 100px;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-thumbnail a img {
  width: 100px;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-name a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-price .amount {
  font-weight: 500;
  font-size: 16px;
  color: #000;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-price del {
  text-decoration: none;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-price del .amount {
  color: #999;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-price ins {
  text-decoration: none;
  margin-left: 5px;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-price ins .amount {
  color: #cc3333;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-stock-status .wishlist-in-stock {
  color: #99cc33;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-add-to-cart {
  padding-right: 0;
  text-align: right;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-add-to-cart .button {
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  margin: 0;
  text-transform: capitalize;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 45px !important;
  padding-right: 15px !important;
  position: relative;
  background-color: #990000;
  transition: all 0.5s;
  text-align: left;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-add-to-cart .button:before {
  position: absolute;
  content: '\f489';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #fff;
  top: 13px;
  left: 26px;
  font-size: 18px;
  font-weight: 700;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-add-to-cart .button:hover {
  background-color: #333;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-add-to-cart .button.loading:before {
  text-indent: -9999px;
}
.woocommerce.woocommerce-wishlist .wishlist_table tbody td.product-add-to-cart .button.loading:after {
  top: -1px;
  left: 23px;
  right: auto;
}
.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 15px;
}
.woocommerce form .form-row label {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.woocommerce form .form-row select {
  font-size: 13px;
  color: #55616a;
  font-weight: 700;
}
.woocommerce form .form-row .input-text {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  min-width: inherit;
  border: 1px solid #ccc;
  padding: 15px 25px;
}
.woocommerce form .form-row .button {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
}
.woocommerce form .form-row .button:hover,
.woocommerce form .form-row .button:focus {
  background-color: #333;
}
.woocommerce form .form-row textarea,
.woocommerce form .form-row textarea.input-text {
  min-height: 100px;
  padding: 10px;
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce form .form-row :-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce form .form-row ::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce form .form-row :-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce form .form-row .select2-choice .select2-arrow b:before {
  position: absolute;
  content: '\33';
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -20px;
}
.woocommerce form .form-row .select2-choice .select2-arrow b:after {
  display: none;
}
.woocommerce form .form-row .select2-container .select2-choice {
  padding: 15px 25px;
}
.woocommerce nav.woocommerce-pagination {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  border-width: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-width: 0;
  margin: 0;
  padding: 0 10px 2px;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  color: #999;
  font-size: 18px;
  text-align: center;
  font-family: Montserrat, "Times New Roman", Times, serif;
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li .page-numbers span {
  padding: 0;
}
.woocommerce nav.woocommerce-pagination ul li:first-child {
  margin-left: 0;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover {
  color: #000;
  background-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  position: relative;
}
.woocommerce nav.woocommerce-pagination ul li span.current:before {
  position: absolute;
  bottom: -2px;
  left: 3px;
  border-bottom: 1px solid #000;
  content: "";
  width: 12px;
  height: 1px;
}
.woocommerce nav.woocommerce-pagination ul li .next span:hover,
.woocommerce nav.woocommerce-pagination ul li .prev span:hover {
  color: #000;
  background-color: transparent;
}
.woocommerce nav.woocommerce-pagination ul li .next {
  padding-left: 10px;
}
.woocommerce nav.woocommerce-pagination ul li .prev {
  padding-right: 10px;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  width: 100%;
  display: block;
  position: relative;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button:after {
  font-family: 'ElegantIcons';
  content: "\4b";
  position: absolute;
  top: 0;
  right: 0;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form {
  margin-top: 57px;
  display: block !important;
  transition: 0.5s;
  opacity: 1;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .select2-selection--single {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #999;
  height: 40px;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .select2-selection--single:focus {
  outline: none;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .form-row {
  margin-bottom: 40px;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .form-row .input-text {
  border: none;
  border-bottom: 1px solid #999;
  padding-left: 0;
  padding-right: 0;
  transition: 0.5s;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .form-row .input-text:focus {
  border-color: #000;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form .button {
  margin-top: 40px;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  color: #000;
  padding: 0;
  border-bottom: 1px solid #333;
  height: auto;
  line-height: inherit;
  padding-bottom: 10px;
  font-weight: 700;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field {
  position: relative;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form #calc_shipping_country_field:before {
  position: absolute;
  content: '\33';
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  font-size: 20px;
  top: 5px;
  right: 0;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-form select {
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-bottom: 1px solid #999;
  padding-bottom: 15px;
  width: 100%;
  color: #999;
  font-weight: 400;
  background-color: transparent;
  border-radius: 0;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator.hide-form .shipping-calculator-button:after {
  content: "\4c";
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator.hide-form .shipping-calculator-form {
  height: 0;
  opacity: 0;
}
.woocommerce .cart-collaterals .cart_totals {
  background-color: #efefef;
  padding: 40px 40px 60px 40px;
  border-radius: 5px;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  display: none;
}
.woocommerce .cart-collaterals .cart_totals table {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.woocommerce .cart-collaterals .cart_totals table th {
  width: 30%;
  padding-left: 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  border-top: none;
}
.woocommerce .cart-collaterals .cart_totals table td {
  padding-right: 0;
  border-top: none;
  padding-top: 0;
}
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal th,
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal td {
  padding-top: 0;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals table .cart-subtotal th {
  text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table .shipping td {
  text-align: left;
  font-size: 14px;
  padding-top: 9px;
}
.woocommerce .cart-collaterals .cart_totals table .shipping td .shipping-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals table .cart-discount {
  text-align: left;
  font-size: 14px;
  padding-top: 9px;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th {
  width: 50%;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th,
.woocommerce .cart-collaterals .cart_totals table .order-total td {
  border-top: 0;
  padding-top: 0;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th {
  width: 50%;
  text-align: left;
}
.woocommerce .cart-collaterals .cart_totals table .order-total .amount {
  color: #ff0000;
  font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 0;
  border-radius: 30px;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:focus {
  background-color: #333;
}
.woocommerce .cross-sells > h2 {
  font-size: 24px;
  font-weight: 600;
  font-family: Poppins, Arial, sans-serif;
  text-transform: capitalize;
  margin: 90px 0 60px;
  color: #000;
  text-align: center;
  line-height: 1;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #990000;
  border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 1px;
  height: 18px;
  margin: 0;
  border: 2px solid #000;
  background-color: #fff;
  border-radius: 0;
  top: -6px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
  display: none;
}
.woocommerce .widget_price_filter .price_slider_amount {
  width: 100%;
  padding-top: 40px;
  position: relative;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:focus {
  background-color: #333;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  top: 0;
  left: 0;
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #d8dde6;
  border-radius: 0;
  height: 4px;
  margin-left: 0;
}
.woocommerce .yith-woocommerce-ajax-product-filter .widget-title {
  margin-bottom: 30px !important;
}
.woocommerce .yith-woocommerce-ajax-product-filter ul.yith-wcan-color li {
  padding: 5px 16px 5px 0;
}
.woocommerce .yith-woocommerce-ajax-product-filter ul.yith-wcan-color li a {
  border-color: transparent;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  opacity: 0.2;
}
.woocommerce .yith-woocommerce-ajax-product-filter ul.yith-wcan-color li a:hover {
  border-radius: 50%;
  border-color: transparent;
  opacity: 1;
}
.woocommerce .yith-woocommerce-ajax-product-filter ul.yith-wcan-color li.chosen a {
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 1;
  position: relative;
}
.woocommerce .yith-woocommerce-ajax-product-filter ul.yith-wcan-color li.chosen a:after {
  position: absolute;
  content: '\f3fd';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  top: 0;
  left: 0;
  color: #fff;
  font-size: 32px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-indent: 0;
}
.woocommerce .yith-woocommerce-ajax-product-filter ul.yith-wcan-label li {
  padding: 5px 16px 5px 0;
}
.woocommerce .yith-woocommerce-ajax-product-filter ul.yith-wcan-label li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-color: transparent;
  border-radius: 50%;
  background-color: #f1f1f1;
}
.woocommerce .yith-woocommerce-ajax-product-filter ul.yith-wcan-label li a:hover {
  border-radius: 50%;
  border-color: #999;
  background-color: #990000;
}
.woocommerce .yith-woocommerce-ajax-product-filter ul.yith-wcan-label li.chosen a {
  border: 1px solid #999;
  border-radius: 50%;
  opacity: 1;
  background-color: #f1f1f1;
  color: #000;
}
.woocommerce .yith-woocommerce-ajax-product-filter ul.yith-wcan-label li.chosen a:before {
  display: none;
}
.woocommerce .yith-woocompare-widget .products-list {
  margin-bottom: 10px;
}
.woocommerce .yith-woocompare-widget li {
  padding: 5px 0;
}
.woocommerce .yith-woocompare-widget a.compare.button {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 8px;
  height: auto;
  line-height: 1;
  font-size: 10px;
}
.woocommerce .yith-woocompare-widget a.compare.button:hover,
.woocommerce .yith-woocompare-widget a.compare.button:focus {
  background-color: #333;
}
.woocommerce .yith-woocompare-widget a.compare.button:hover {
  color: #fff !important;
}
.woocommerce .yith-woocompare-widget a.compare.button:before {
  display: none;
}
.woocommerce .yith-woocompare-widget .clear-all {
  line-height: 30px;
}
.woocommerce .widget ul.product_list_widget li a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 10px;
}
.woocommerce .widget ul.product_list_widget li img {
  float: left;
  margin-left: 0;
  margin-right: 15px;
  border: 1px solid transparent;
  transition: 0.5s;
  margin-top: 2px;
}
.woocommerce .widget ul.product_list_widget li del .amount {
  font-size: 14px;
  color: #999;
  font-weight: 300;
}
.woocommerce .widget ul.product_list_widget li ins {
  text-decoration: none;
}
.woocommerce .widget ul.product_list_widget li ins .amount {
  font-size: 18px;
  color: #cc3333;
  display: inline-block;
  font-weight: 600;
}
.woocommerce .widget ul.product_list_widget li .amount {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  padding: 0;
  line-height: 1;
}
.woocommerce .widget ul.product_list_widget li .product-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  padding: 0;
  margin-bottom: 10px;
}
.woocommerce .widget ul.product_list_widget li .star-rating {
  display: none;
}
.woocommerce .widget ul.product_list_widget li img {
  width: 80px;
  float: left;
}
.woocommerce .widget ul.product_list_widget li:hover .attachment-shop_thumbnail {
  border-color: #666;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item {
  padding-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item .remove {
  text-indent: -9999px;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item .remove:hover {
  color: #000;
  background-color: transparent;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item .remove:hover:before {
  color: #000;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item .remove:before {
  position: absolute;
  content: '\f404';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  top: -1px;
  left: 0;
  text-indent: 0;
  font-size: 24px;
  font-weight: 600;
  color: #cccccc;
  transition: all 0.5s;
  line-height: 20px;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item .variation {
  display: inline-block;
  border-left: none;
  padding-left: 0;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item .variation dd {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item .variation dt {
  font-weight: 400;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item .quantity {
  color: #000;
  font-weight: 300;
  font-size: 18px;
  display: block;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item .quantity .amount {
  font-size: 18px;
  padding-left: 0;
  font-weight: 300;
  display: inline-block;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.mini_cart_item:hover .remove {
  color: #000 !important;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content .total {
  border-top: none;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content .total .amount {
  color: #cc3333;
  font-size: 18px;
  line-height: 1;
  float: right;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  height: 46px;
  line-height: 46px;
  padding: 0 25px;
  min-width: 110px;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content .buttons .button:hover,
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content .buttons .button:focus {
  background-color: #333;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout {
  background-color: #333;
}
.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content .buttons .button.checkout:hover {
  background-color: #990000;
}
.woocommerce.content-sidebar.shop-widget-title-style-2 .shop-sidebar .widget ul.product_list_widget li img {
  float: right;
  margin-left: 15px;
  margin-right: 0px;
}
.woocommerce.content-sidebar.shop-widget-title-style-2 .shop-sidebar .widget.widget_shopping_cart .cart_list li {
  padding-left: 2em;
  padding-right: 0;
  padding-bottom: 10px;
}
.woocommerce.content-sidebar.shop-widget-title-style-2 .shop-sidebar .widget.widget_shopping_cart .cart_list li a.remove {
  left: 0;
  right: auto;
}
.woocommerce.content-sidebar.shop-widget-title-style-2 .shop-sidebar .widget.widget_shopping_cart .buttons .checkout {
  float: right;
}
.woocommerce.content-sidebar.shop-widget-title-style-2 .shop-sidebar .widget.soo-product-filter-widget .product-filter .filter-name {
  float: right;
}
.woocommerce.content-sidebar.shop-widget-title-style-2 .shop-sidebar .widget.soo-product-filter-widget .product-filter .filter-control {
  margin-left: 0;
  margin-right: 115px;
}
.woocommerce .widget_product_categories ul li,
.woocommerce .widget_layered_nav ul li {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
}
.woocommerce .widget_product_categories ul li:last-child,
.woocommerce .widget_layered_nav ul li:last-child {
  border-bottom: none;
}
.woocommerce .widget_product_categories ul li a,
.woocommerce .widget_layered_nav ul li a {
  color: #000;
  font-weight: 600;
}
.woocommerce .widget_product_categories ul li .count,
.woocommerce .widget_layered_nav ul li .count {
  display: none;
}
.woocommerce .widget_product_categories ul li.cat-parent ul.children li .count,
.woocommerce .widget_layered_nav ul li.cat-parent ul.children li .count {
  padding: 0 7px;
  height: 20px;
  line-height: 20px;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  display: block;
  position: absolute;
  right: 0;
  top: 12px;
  transition: all 0.5s;
}
.woocommerce .widget_product_categories ul li.cat-parent ul.children li .count:before,
.woocommerce .widget_layered_nav ul li.cat-parent ul.children li .count:before {
  position: absolute;
  top: -3px;
  left: 7px;
  height: 20px;
  background-color: #fff;
  width: 7px;
  content: "";
}
.woocommerce .widget_product_categories ul li.cat-parent ul.children li .count:after,
.woocommerce .widget_layered_nav ul li.cat-parent ul.children li .count:after {
  position: absolute;
  top: -3px;
  right: 7px;
  height: 20px;
  background-color: #fff;
  width: 7px;
  content: "";
}
.woocommerce .widget_product_categories ul li.cat-parent ul.children li a,
.woocommerce .widget_layered_nav ul li.cat-parent ul.children li a {
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
  font-size: 13px;
  color: #999;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
}
.woocommerce .widget_product_categories ul li.cat-parent ul.children li:hover > a,
.woocommerce .widget_layered_nav ul li.cat-parent ul.children li:hover > a {
  color: #000;
  border-bottom-color: #000;
}
.woocommerce .widget_product_categories ul li.cat-parent ul.children li:hover > .count,
.woocommerce .widget_layered_nav ul li.cat-parent ul.children li:hover > .count {
  text-decoration: underline;
  color: #000;
}
.woocommerce .widget_product_categories ul li ul,
.woocommerce .widget_layered_nav ul li ul {
  margin-left: 15px;
  padding: 8px 0 0 0;
}
.woocommerce .widget_product_categories ul li li,
.woocommerce .widget_layered_nav ul li li {
  border-bottom-width: 0;
}
.woocommerce .widget_product_categories ul li li a,
.woocommerce .widget_layered_nav ul li li a {
  text-transform: capitalize;
  font-weight: 400;
  color: #999;
  font-size: 13px;
}
.woocommerce .widget_shopping_cart .cart_list li {
  padding-left: 0;
  padding-right: 2em;
  padding-bottom: 10px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  left: auto;
  right: 0;
  top: 3px;
}
.woocommerce .widget_shopping_cart .buttons .checkout {
  float: right;
}
.woocommerce .widget_product_search .woocommerce-product-search {
  position: relative;
  padding: 10px;
  border: 1px solid #eee;
  background-color: #f6f6f6;
}
.woocommerce .widget_product_search .woocommerce-product-search label {
  margin-bottom: 0;
}
.woocommerce .widget_product_search .woocommerce-product-search .screen-reader-text {
  display: none;
}
.woocommerce .widget_product_search .woocommerce-product-search label {
  width: 100%;
}
.woocommerce .widget_product_search .woocommerce-product-search .search-field {
  border: none;
  color: #999;
  width: 100%;
  background-color: transparent;
  font-weight: 400;
}
.woocommerce .widget_product_search .woocommerce-product-search .search-field:focus {
  border: none;
  outline: none;
}
.woocommerce .widget_product_search .woocommerce-product-search ::-webkit-input-placeholder {
  color: #999;
}
.woocommerce .widget_product_search .woocommerce-product-search :-moz-placeholder {
  color: #999;
}
.woocommerce .widget_product_search .woocommerce-product-search ::-moz-placeholder {
  color: #999;
}
.woocommerce .widget_product_search .woocommerce-product-search :-ms-input-placeholder {
  color: #999;
}
.woocommerce .widget_product_search .woocommerce-product-search input[type=submit] {
  width: 40px;
  height: 40px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-indent: -9999px;
}
.woocommerce .widget_product_tag_cloud .tagcloud a {
  margin: 0 3px 6px 0;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  color: #999;
  text-transform: capitalize;
}
.woocommerce .widget_product_tag_cloud .tagcloud a:hover {
  color: #000;
  text-decoration: none;
}
.woocommerce .col2-set {
  margin: 0 -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.woocommerce.columns-1 ul.products li.product {
  margin-right: 0;
  padding: 0 15px;
  float: left;
  width: 100%;
}
.woocommerce.columns-2 ul.products li.product {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.woocommerce.columns-3 ul.products li.product {
  width: 33.33%;
  padding: 0 15px;
  float: left;
}
.woocommerce.columns-4 ul.products li.product {
  width: 25%;
  padding: 0 15px;
  float: left;
}
.woocommerce.columns-5 ul.products li.product {
  width: 20%;
  padding: 0 15px;
  float: left;
}
.woocommerce.columns-6 ul.products li.product {
  width: 16.66%;
  padding: 0 15px;
  float: left;
}
.woocommerce .woocommerce-error {
  border: 1px solid #ffadad;
  background-color: #fff;
  color: #f07070;
  font-size: 14px;
  padding: 30px 30px 30px 120px !important;
  line-height: 35px !important;
}
.woocommerce .woocommerce-error li {
  margin-bottom: 0;
  line-height: 1;
}
.woocommerce .woocommerce-error:before {
  content: "\4d";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 35px;
  color: #f07070;
  top: 30px;
  left: 30px;
  text-align: center;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: transparent;
  border-radius: 100%;
}
.woocommerce .woocommerce-error:after {
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 95px;
  content: "";
  background-color: #ffadad;
}
.woocommerce .woocommerce-error .button {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  height: 35px;
  line-height: 37px;
  font-size: 12px;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-error .button:focus {
  background-color: #333;
}
.woocommerce .woocommerce-error .button:hover {
  color: #fff;
}
.woocommerce .woocommerce-message {
  border: none;
  background-color: #f0f6e7;
  color: #669900;
  font-size: 14px;
  padding: 30px 30px 20px 120px !important;
  line-height: 1.4;
}
.woocommerce .woocommerce-message:before {
  content: "\4e";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 25px;
  color: #669900;
  background-color: transparent;
  top: 20px;
  left: 30px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 100%;
  border-color: #4bb372;
  text-align: center;
}
.woocommerce .woocommerce-message .button {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  height: 35px;
  line-height: 37px;
  font-size: 12px;
  margin-top: -8px;
}
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-message .button:focus {
  background-color: #333;
}
.woocommerce .woocommerce-message .button:hover {
  color: #fff;
}
.woocommerce .widget .widget-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 50px;
  text-transform: capitalize;
}
.woocommerce.shop-widget-title-style-2 .shop-sidebar .widget .widget-title {
  font-size: 16px;
  font-weight: 400;
  font-family: Montserrat, "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #990000;
  padding: 10px 40px 10px 0;
  display: inline-block;
  position: relative;
}
.woocommerce.shop-widget-title-style-2 .shop-sidebar .widget .widget-title:before {
  top: 0;
  left: -80px;
  height: 100%;
  position: absolute;
  width: 80px;
  content: "";
  background-color: #990000;
}
.woocommerce.content-sidebar.shop-widget-title-style-2 .shop-sidebar .widget {
  text-align: right;
}
.woocommerce.content-sidebar.shop-widget-title-style-2 .shop-sidebar .widget .widget-title {
  float: right;
  padding: 10px 0 10px 40px;
}
.woocommerce.content-sidebar.shop-widget-title-style-2 .shop-sidebar .widget .widget-title:before {
  right: -80px;
  left: auto;
}
.woocommerce.content-sidebar.shop-widget-title-style-2 .shop-sidebar .widget .widget-title + * {
  clear: both;
}
.woocommerce .soo-product-filter-widget .filter-slider {
  background-color: #e4e3e3;
}
.woocommerce .soo-product-filter-widget .filter-slider .ui-slider-range {
  background-color: #990000;
}
.woocommerce .soo-product-filter-widget .filter-slider .ui-slider-handle {
  width: 1px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 0;
  top: -7px;
  margin: 0;
  cursor: e-resize;
}
.woocommerce .soo-product-filter-widget .slider-amount {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  margin-left: 7px;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter .filter-name {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  width: 110px;
  float: left;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter .filter-control {
  margin-left: 115px;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.slider .filter-control {
  padding-top: 10px;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter .filter-swatches .swatch {
  width: 25px;
  height: 25px;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter .filter-swatches .swatch.selected:before {
  top: 7px;
  left: 11px;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter .filter-swatches .swatch-label {
  font-size: 18px;
  color: #999;
  opacity: 1;
  text-align: left;
  margin: 0;
  width: auto;
  height: auto;
  padding: 0 7px;
  min-width: 30px;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter .filter-swatches .swatch-label.selected {
  color: #000;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.h-list .filter-name {
  padding-top: 3px;
  line-height: 1;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.h-list .filter-control .filter-list .filter-list-item {
  margin-top: 0;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.h-list .filter-control .filter-list .filter-list-item .name {
  border-bottom: 1px solid transparent;
  display: inline-block;
  line-height: 1;
  transition: all 0.5s;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.h-list .filter-control .filter-list .filter-list-item.selected {
  text-decoration: none;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.h-list .filter-control .filter-list .filter-list-item.selected .name {
  color: #000;
  border-color: #000;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.h-list .filter-control .filter-list .filter-list-item:hover .name {
  color: #000;
  border-color: #000;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.list .filter-name {
  line-height: 1;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.list .filter-control .filter-list .filter-list-item {
  line-height: 1;
  margin-bottom: 15px;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.list .filter-control .filter-list .filter-list-item .name,
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.list .filter-control .filter-list .filter-list-item .count {
  border-bottom: 1px solid transparent;
  display: inline-block;
  line-height: 1;
  transition: all 0.5s;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.list .filter-control .filter-list .filter-list-item.selected {
  text-decoration: none;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.list .filter-control .filter-list .filter-list-item.selected .name,
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.list .filter-control .filter-list .filter-list-item.selected .count {
  color: #000;
  border-color: #000;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.list .filter-control .filter-list .filter-list-item:hover .name,
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.list .filter-control .filter-list .filter-list-item:hover .count {
  color: #000;
  border-color: #000;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.category.list {
  padding-top: 25px;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.category.list .filter-name {
  float: inherit;
  font-size: 24px;
  font-weight: 700;
}
.woocommerce.shop-filter-layout-1 .soo-product-filter-widget .product-filter.category.list .filter-control {
  margin-left: 0;
  margin-top: 20px;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter .filter-name {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter .filter-slider {
  margin-left: 0;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter .filter-slider .ui-slider-handle {
  border: 2px solid #000;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter .slider-amount {
  margin-left: 0;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter .filter-swatches .swatch-label {
  font-size: 12px;
  color: #999;
  opacity: 1;
  text-align: center;
  padding: 0 7px;
  min-width: 35px;
  width: auto;
  height: 35px;
  font-weight: 600;
  line-height: 36px;
  background-color: #f1f1f1;
  border-radius: 50%;
  margin: 7px;
  border: 1px solid transparent;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter .filter-swatches .swatch-label.selected {
  color: #333;
  border: 1px solid #999;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter.slider .filter-name {
  margin-bottom: 30px;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter.slider .slider-amount .slider-label .range {
  padding-right: 5px;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter.h-list .filter-control .filter-list .filter-list-item .name {
  border-bottom: 1px solid transparent;
  display: inline-block;
  line-height: 1;
  transition: all 0.5s;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter.h-list .filter-control .filter-list .filter-list-item.selected {
  text-decoration: none;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter.h-list .filter-control .filter-list .filter-list-item.selected .name {
  color: #000;
  border-color: #000;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter.h-list .filter-control .filter-list .filter-list-item:hover .name {
  color: #000;
  border-color: #000;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter.list .filter-control .filter-list .filter-list-item .name,
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter.list .filter-control .filter-list .filter-list-item .count {
  border-bottom: 1px solid transparent;
  display: inline-block;
  line-height: 1;
  transition: all 0.5s;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter.list .filter-control .filter-list .filter-list-item.selected {
  text-decoration: none;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter.list .filter-control .filter-list .filter-list-item.selected .name,
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter.list .filter-control .filter-list .filter-list-item.selected .count {
  color: #000;
  border-color: #000;
}
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter.list .filter-control .filter-list .filter-list-item:hover .name,
.woocommerce.shop-filter-layout-2 .soo-product-filter-widget .product-filter.list .filter-control .filter-list .filter-list-item:hover .count {
  color: #000;
  border-color: #000;
}
.woocommerce .shop-topbar {
  border-bottom: 0 solid rgba(0, 0, 0, 0.15);
  border-top: 0 solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.woocommerce .shop-topbar > .mr-container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.woocommerce .shop-topbar .shop-toolbar {
  padding-top: 0;
}
.woocommerce .shop-topbar .shop-topbar-content {
  overflow: hidden;
}
.woocommerce .shop-topbar:after {
  content: '';
  display: block;
  clear: both;
}
.woocommerce .shop-topbar .widget {
  margin-bottom: 0;
  padding: 25px 25px 10px;
  padding-right: 50px;
  padding-left: 0;
  float: left;
}
.woocommerce .shop-topbar .widget:first-child {
  padding-bottom: 0;
}
.woocommerce .shop-topbar .widget:last-child {
  padding-right: 0;
}
.woocommerce .shop-topbar .widget.soo-product-filter-widget {
  margin-bottom: 0;
}
.woocommerce .shop-topbar .widget.soo-product-filter-widget .product-filter {
  float: left;
  padding-right: 55px;
  margin-bottom: 0;
}
.woocommerce .shop-topbar .widget.soo-product-filter-widget .product-filter.slider {
  padding-right: 90px;
}
.woocommerce .shop-topbar .widget.soo-product-filter-widget .product-filter .filter-name {
  font-weight: 600;
  width: auto;
  margin-right: 18px;
  display: inline-block;
  float: left;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
}
.woocommerce .shop-topbar .widget.soo-product-filter-widget .product-filter .filter-control {
  position: relative;
  float: left;
  margin-left: 0;
  padding-top: 0;
}
.woocommerce .shop-topbar .widget.soo-product-filter-widget .product-filter .filter-control .filter-slider {
  display: inline-block;
  width: 335px;
  max-width: 100%;
  margin-bottom: 0;
}
.woocommerce .shop-topbar .widget.soo-product-filter-widget .product-filter .filter-control .slider-amount {
  display: inline-block;
  position: absolute;
  top: 2px;
  right: -90px;
}
.woocommerce .shop-topbar .widget.soo-product-filter-widget .product-filter .filter-control .slider-amount .range {
  display: none;
}
.woocommerce .shop-topbar .widget.soo-product-filter-widget .product-filter .filter-swatches .swatch-label {
  margin-top: 0;
}
.woocommerce .shop-topbar .widget.soo-product-filter-widget .product-filter .filter-swatches .swatch-label.selected {
  color: #990000;
}
.woocommerce .shop-topbar .widget.soo-product-filter-widget .swatch {
  margin: 0 6px;
}
.woocommerce .shop-topbar .container .widget.soo-product-filter-widget .product-filter .filter-control .filter-slider {
  width: 200px;
}
.woocommerce table.my_account_orders th {
  font-size: 14px;
}
.woocommerce table.my_account_orders th.order-number {
  border-left: 0;
}
.woocommerce table.my_account_orders td {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce table.my_account_orders td.order-number {
  border-left: 0;
}
.woocommerce table.my_account_orders .order-actions .button {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce table.my_account_orders .order-actions .button:hover,
.woocommerce table.my_account_orders .order-actions .button:focus {
  background-color: #333;
}
.woocommerce #customer_login h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-transform: inherit;
  margin-bottom: 45px;
}
.woocommerce #customer_login h2.title-register {
  margin-top: 40px;
  padding-top: 100px;
  border-top: 1px solid #ccc;
  line-height: 1;
}
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register {
  border: 0;
  margin: 0;
  padding: 0;
}
.woocommerce #customer_login form.login .input-text,
.woocommerce #customer_login form.register .input-text {
  border: 1px solid #ccc;
  border-radius: 30px;
  background-color: #f6f6f6;
  font-weight: 500;
  color: #000;
  padding: 25px;
  font-size: 14px;
  transition: all 0.5s;
}
.woocommerce #customer_login form.login .input-text:focus,
.woocommerce #customer_login form.register .input-text:focus {
  background-color: transparent;
}
.woocommerce #customer_login form.login ::-webkit-input-placeholder,
.woocommerce #customer_login form.register ::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce #customer_login form.login :-moz-placeholder,
.woocommerce #customer_login form.register :-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce #customer_login form.login ::-moz-placeholder,
.woocommerce #customer_login form.register ::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce #customer_login form.login :-ms-input-placeholder,
.woocommerce #customer_login form.register :-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce #customer_login form.login .form-row,
.woocommerce #customer_login form.register .form-row {
  margin-bottom: 15px;
}
.woocommerce #customer_login form.login .form-row.user-role .radio input[type="radio"],
.woocommerce #customer_login form.register .form-row.user-role .radio input[type="radio"] {
  margin-left: 0;
  position: relative;
}
.woocommerce #customer_login form.login .form-row .btn-log,
.woocommerce #customer_login form.register .form-row .btn-log,
.woocommerce #customer_login form.login .form-row .btn-regis,
.woocommerce #customer_login form.register .form-row .btn-regis {
  position: relative;
  display: inline-block;
  min-width: 170px;
}
.woocommerce #customer_login form.login .form-row .btn-log .button,
.woocommerce #customer_login form.register .form-row .btn-log .button,
.woocommerce #customer_login form.login .form-row .btn-regis .button,
.woocommerce #customer_login form.register .form-row .btn-regis .button {
  width: 100%;
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  height: 56px;
  line-height: 56px;
  border-radius: 50px;
  background-color: #cc3333;
  text-align: left;
  letter-spacing: 1px;
}
.woocommerce #customer_login form.login .form-row .btn-log .button:hover,
.woocommerce #customer_login form.register .form-row .btn-log .button:hover,
.woocommerce #customer_login form.login .form-row .btn-regis .button:hover,
.woocommerce #customer_login form.register .form-row .btn-regis .button:hover,
.woocommerce #customer_login form.login .form-row .btn-log .button:focus,
.woocommerce #customer_login form.register .form-row .btn-log .button:focus,
.woocommerce #customer_login form.login .form-row .btn-regis .button:focus,
.woocommerce #customer_login form.register .form-row .btn-regis .button:focus {
  background-color: #333;
}
.woocommerce #customer_login form.login .form-row .btn-log:after,
.woocommerce #customer_login form.register .form-row .btn-log:after,
.woocommerce #customer_login form.login .form-row .btn-regis:after,
.woocommerce #customer_login form.register .form-row .btn-regis:after {
  position: absolute;
  content: '\24';
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  bottom: 20px;
  right: 40px;
  font-size: 18px;
  color: #fff;
}
.woocommerce #customer_login form.login .form-row .btn-log .button,
.woocommerce #customer_login form.register .form-row .btn-log .button {
  padding-left: 55px;
  padding-right: 45px;
}
.woocommerce #customer_login form.login .form-row .btn-regis,
.woocommerce #customer_login form.register .form-row .btn-regis {
  margin-top: 40px;
}
.woocommerce #customer_login form.login .form-row .btn-regis .button,
.woocommerce #customer_login form.register .form-row .btn-regis .button {
  padding-left: 40px;
  padding-right: 30px;
}
.woocommerce #customer_login form.login .form-row .btn-regis:after,
.woocommerce #customer_login form.register .form-row .btn-regis:after {
  right: 28px;
}
.woocommerce #customer_login form.login .form-row .woocommerce-password-strength,
.woocommerce #customer_login form.register .form-row .woocommerce-password-strength {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
}
.woocommerce #customer_login form.login .mr-remember,
.woocommerce #customer_login form.register .mr-remember {
  display: inline-block;
}
.woocommerce #customer_login form.login .mr-remember .input-checkbox,
.woocommerce #customer_login form.register .mr-remember .input-checkbox {
  opacity: 0;
}
.woocommerce #customer_login form.login .mr-remember .input-checkbox:checked + label.inline:before,
.woocommerce #customer_login form.register .mr-remember .input-checkbox:checked + label.inline:before {
  content: "\5a";
}
.woocommerce #customer_login form.login .mr-remember label.inline,
.woocommerce #customer_login form.register .mr-remember label.inline {
  display: inline-block;
  color: #666;
  font-weight: 400;
  text-transform: none;
  position: relative;
  line-height: 1;
  font-size: 13px;
  padding-left: 10px;
}
.woocommerce #customer_login form.login .mr-remember label.inline:before,
.woocommerce #customer_login form.register .mr-remember label.inline:before {
  content: "\56";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
  position: absolute;
  top: -5px;
  left: -18px;
  color: #000;
  transition: 0.5s;
  font-weight: 700;
  color: #666;
}
.woocommerce #customer_login form.login .mr-agree,
.woocommerce #customer_login form.register .mr-agree {
  display: inline-block;
}
.woocommerce #customer_login form.login .mr-agree .input-checkbox,
.woocommerce #customer_login form.register .mr-agree .input-checkbox {
  opacity: 0;
}
.woocommerce #customer_login form.login .mr-agree .input-checkbox:checked + label.agree:before,
.woocommerce #customer_login form.register .mr-agree .input-checkbox:checked + label.agree:before {
  content: "\5a";
}
.woocommerce #customer_login form.login .mr-agree label.agree,
.woocommerce #customer_login form.register .mr-agree label.agree {
  display: inline-block;
  color: #666;
  font-weight: 400;
  text-transform: none;
  position: relative;
  line-height: 1;
  font-size: 13px;
  padding-left: 10px;
}
.woocommerce #customer_login form.login .mr-agree label.agree:before,
.woocommerce #customer_login form.register .mr-agree label.agree:before {
  content: "\56";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
  position: absolute;
  top: -5px;
  left: -18px;
  color: #000;
  transition: 0.5s;
  font-weight: 700;
  color: #666;
}
.woocommerce #customer_login form.login .lost_password,
.woocommerce #customer_login form.register .lost_password {
  display: inline-block;
  padding-left: 30px;
}
.woocommerce #customer_login form.login .lost_password a,
.woocommerce #customer_login form.register .lost_password a {
  font-size: 13px;
  font-weight: 500;
  color: #19c2c8;
}
.woocommerce #customer_login form.login .lost_password a:hover,
.woocommerce #customer_login form.register .lost_password a:hover {
  color: #990000;
  text-decoration: underline;
}
.woocommerce #customer_login form.register {
  border-radius: 0;
}
.woocommerce.sidebar-content #customer_login .login .col-user-log,
.woocommerce.content-sidebar #customer_login .login .col-user-log,
.woocommerce.sidebar-content #customer_login .login .col-pass-log,
.woocommerce.content-sidebar #customer_login .login .col-pass-log {
  width: 50%;
}
.woocommerce.sidebar-content #customer_login .login .col-btn-log,
.woocommerce.content-sidebar #customer_login .login .col-btn-log {
  width: 100%;
}
.woocommerce ul.order_details li strong {
  font-family: Montserrat, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 13px;
}
.woocommerce .shop-widget-info ul li {
  position: relative;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.woocommerce .shop-widget-info ul li:hover .w-icon {
  background-color: #990000;
  color: #fff;
}
.woocommerce .shop-widget-info ul li .w-icon {
  width: 45px;
  height: 45px;
  background-color: #eff1f0;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  font-size: 18px;
  transition: all 0.5s;
}
.woocommerce .shop-widget-info ul li .w-icon i {
  line-height: 45px;
}
.woocommerce .shop-widget-info ul li .w-content {
  padding-left: 70px;
  display: inline-block;
  color: #666;
  font-size: 13px;
  line-height: 1.8;
  transition: all 0.5s;
  min-height: 45px;
}
.soo_filtering_products.woocommerce ul.products:before {
  content: "\f29c";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 80px;
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: none;
  z-index: 9999;
  color: #000;
}
.woocommerce-account .woocommerce h2 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.woocommerce-account .woocommerce .shop_table .order-actions .button {
  height: 46px;
  line-height: 46px;
  border-radius: 30px;
  background-color: #cc3333;
}
.woocommerce-account .woocommerce .form-row {
  margin-bottom: 25px;
}
.woocommerce-account .woocommerce .form-row label {
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce .form-row .input-text {
  border-radius: 0;
  background-color: transparent;
  font-weight: 400;
  padding: 15px 25px;
  transition: all 0.5s;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 18px;
  text-align: center;
  color: #999;
}
.woocommerce-account .woocommerce .form-row .input-text:focus {
  color: #000;
  border-bottom-color: #000;
}
.woocommerce-account .woocommerce .form-row ::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce-account .woocommerce .form-row :-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce-account .woocommerce .form-row ::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce-account .woocommerce .form-row :-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.woocommerce-account .woocommerce .form-row .select2-container .select2-choice {
  border: 1px solid #ccc;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  background-color: #f6f6f6;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  text-align: center;
  line-height: 1;
  margin-bottom: 100px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  list-style: none;
  padding-left: 25px;
  padding-right: 25px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #999;
  font-size: 14px;
  font-weight: 400;
  font-family: Poppins, Arial, sans-serif;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #000;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000;
  font-weight: 600;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul {
  padding: 50px 30px;
  margin: 0;
  text-align: center;
  background-color: #f5f5f5;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li {
  list-style: none;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li img {
  border-radius: 50%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li .m-title {
  padding-top: 15px;
  padding-bottom: 35px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 40px;
  color: #000;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li span {
  color: #cccccc;
  font-weight: 600;
  padding-right: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li .m-button {
  margin-top: 30px;
  padding-left: 20px;
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: 600;
  position: relative;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li .m-button:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: '\f37e';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .orders-title,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .billing-title {
  margin: 0;
  line-height: 1;
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
  border: none;
  margin-top: 40px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead {
  line-height: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead th {
  padding-left: 30px;
  padding-right: 30px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead th span {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order td {
  padding: 30px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order .order-date {
  color: #999;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order .order-status {
  color: #99cc33;
  font-weight: 600;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tbody .order .order-actions .button {
  height: 30px;
  line-height: 31px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .billing-title {
  margin-bottom: 35px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content p {
  line-height: 1.6;
  color: #999;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  margin-top: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 {
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  color: #000;
  font-weight: 500;
  line-height: 2;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-edit .edit {
  color: #0099cc;
  font-style: italic;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-edit .edit:hover {
  color: #990000;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content h3,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 15px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 1;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account {
  max-width: 630px;
  margin: auto;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields p,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account p,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account p {
  text-align: center;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account .form-row,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account .form-row {
  margin-bottom: 15px;
  text-align: center;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .input-text,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .input-text,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .input-text,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .input-text {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 18px;
  text-align: center;
  color: #999;
  font-weight: 400;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .input-text:focus,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .input-text:focus,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .input-text:focus,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .input-text:focus {
  color: #000;
  border-bottom-color: #000;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container .select2-choice,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .select2-container .select2-choice,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account .select2-container .select2-choice,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account .select2-container .select2-choice {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 15px;
  font-weight: 400;
  color: #999;
  text-align: center;
  font-size: 18px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .button,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .button,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account .button,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account .button {
  margin-top: 35px;
  height: 56px;
  line-height: 56px;
  border-radius: 30px;
  background-color: #cc3333;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .button:hover,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account .button:hover,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account .button:hover {
  background-color: #333;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .edit-btn,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .edit-btn,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account .edit-btn,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account .edit-btn {
  text-align: center;
}
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .edit-btn .button,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .edit-btn .button,
.woocommerce-account.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account .edit-btn .button,
.woocommerce-account.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account .edit-btn .button {
  margin-top: 60px;
}
.woocommerce-account.woocommerce-edit-account fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.woocommerce-account.woocommerce-lost-password form.lost_reset_password {
  text-align: center;
  font-weight: 400;
  color: #000;
  margin-bottom: 50px;
}
.woocommerce-account.woocommerce-lost-password form.lost_reset_password .form-row {
  max-width: 630px;
  margin: auto;
}
.woocommerce-account.woocommerce-lost-password form.lost_reset_password .form-row .button {
  margin-top: 75px;
  height: 56px;
  line-height: 56px;
  border-radius: 30px;
  background-color: #cc3333;
}
.my-account-page-transparent {
  min-height: 100%;
}
.my-account-page-transparent .topbar {
  display: none;
}
.my-account-page-transparent .site-header {
  margin-top: 0;
}
.my-account-page-transparent.header-top-style-2 .navbars-icon .navbars-line {
  background-color: #fff;
}
.my-account-page-transparent.header-top-style-2 .navbars-icon .navbars-line:after,
.my-account-page-transparent.header-top-style-2 .navbars-icon .navbars-line:before {
  background-color: #fff;
}
.my-account-page-transparent.header-top-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search .search-form .search-field {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
.my-account-page-transparent.header-top-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search .search-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.my-account-page-transparent.header-top-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search .search-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.my-account-page-transparent.header-top-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search .search-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.my-account-page-transparent.header-top-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search .search-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.my-account-page-transparent.header-top-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search .search-form .t-icon {
  color: #fff;
}
.my-account-page-transparent.header-top-style-9 .site-header .products-search ::-webkit-input-placeholder,
.my-account-page-transparent.header-top-style-10 .site-header .products-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.my-account-page-transparent.header-top-style-9 .site-header .products-search ::-moz-placeholder,
.my-account-page-transparent.header-top-style-10 .site-header .products-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.my-account-page-transparent.header-top-style-9 .site-header .products-search :-ms-input-placeholder,
.my-account-page-transparent.header-top-style-10 .site-header .products-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.my-account-page-transparent.header-top-style-9 .site-header .products-search :-moz-placeholder,
.my-account-page-transparent.header-top-style-10 .site-header .products-search :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.my-account-page-transparent.header-top-style-9 .site-header .products-search:before,
.my-account-page-transparent.header-top-style-10 .site-header .products-search:before {
  color: #fff;
}
.my-account-page-transparent.header-top-style-9 .site-header .products-search .search-field,
.my-account-page-transparent.header-top-style-10 .site-header .products-search .search-field {
  border-color: #fff;
  color: #fff;
}
.my-account-page-transparent.header-top-style-8 .site-header,
.my-account-page-transparent.header-top-style-9 .site-header,
.my-account-page-transparent.header-top-style-10 .site-header {
  background-color: transparent;
}
.my-account-page-transparent.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-cart .cart-contents,
.my-account-page-transparent.header-top-style-9 .site-header .menu-sidebar .menu-sideextra .menu-item-cart .cart-contents,
.my-account-page-transparent.header-top-style-10 .site-header .menu-sidebar .menu-sideextra .menu-item-cart .cart-contents,
.my-account-page-transparent.header-top-style-8 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a,
.my-account-page-transparent.header-top-style-9 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a,
.my-account-page-transparent.header-top-style-10 .site-header .menu-sidebar .menu-sideextra .menu-item-account > a {
  color: #fff;
}
.my-account-page-transparent.header-top-style-8 .site-header .primary-nav,
.my-account-page-transparent.header-top-style-9 .site-header .primary-nav,
.my-account-page-transparent.header-top-style-10 .site-header .primary-nav {
  border: none;
}
.my-account-page-transparent.header-top-style-11.my-account-page-transparent .site-content {
  padding-top: 350px;
}
.my-account-page-transparent.header-top-style-11 .menu-sideextra .menu-item-yith > a,
.my-account-page-transparent.header-top-style-11 .menu-sideextra .menu-item-cart .cart-contents,
.my-account-page-transparent.header-top-style-11 .menu-sideextra .menu-item-account > a {
  color: #fff;
}
.my-account-page-transparent.header-top-style-11 .main-menu.menu-style-3 .col-nav-menu:before {
  display: none;
}
.my-account-page-transparent.header-top-style-11 .main-menu.menu-style-3 .primary-nav {
  background-color: transparent;
}
.my-account-page-transparent .woocommerce-error,
.my-account-page-transparent .woocommerce-info,
.my-account-page-transparent .woocommerce-message {
  background-color: transparent;
}
.my-account-page-transparent .site-content {
  padding-bottom: 0;
  padding-top: 200px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  min-height: 100vh;
  position: relative;
  z-index: 10;
}
.my-account-page-transparent .site-content:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
  z-index: 0;
}
.my-account-page-transparent .woocommerce h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  font-family: Poppins, Arial, sans-serif;
  text-transform: capitalize;
}
.my-account-page-transparent .woocommerce #customer_login h2 {
  font-size: 36px;
  color: #fff;
}
.my-account-page-transparent .woocommerce #customer_login h2.title-register {
  margin-top: 25px;
  margin-bottom: 45px;
  padding-top: 0;
  border-top: none;
}
.my-account-page-transparent .woocommerce #customer_login form.login,
.my-account-page-transparent .woocommerce #customer_login form.register {
  border: 0;
  margin: 0;
  padding: 0;
}
.my-account-page-transparent .woocommerce #customer_login form.login .col-login,
.my-account-page-transparent .woocommerce #customer_login form.register .col-login {
  width: 100%;
}
.my-account-page-transparent .woocommerce #customer_login form.login .input-text,
.my-account-page-transparent .woocommerce #customer_login form.register .input-text {
  height: inherit;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background-color: transparent;
  font-weight: 400;
  font-family: Poppins, Arial, sans-serif;
  color: #999;
  padding: 30px 0 10px 0;
  font-size: 14px;
  text-align: left;
}
.my-account-page-transparent .woocommerce #customer_login form.login .input-text:focus,
.my-account-page-transparent .woocommerce #customer_login form.register .input-text:focus {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.my-account-page-transparent .woocommerce #customer_login form.login ::-webkit-input-placeholder,
.my-account-page-transparent .woocommerce #customer_login form.register ::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}
.my-account-page-transparent .woocommerce #customer_login form.login :-moz-placeholder,
.my-account-page-transparent .woocommerce #customer_login form.register :-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.my-account-page-transparent .woocommerce #customer_login form.login ::-moz-placeholder,
.my-account-page-transparent .woocommerce #customer_login form.register ::-moz-placeholder {
  color: #999;
  font-weight: 400;
}
.my-account-page-transparent .woocommerce #customer_login form.login :-ms-input-placeholder,
.my-account-page-transparent .woocommerce #customer_login form.register :-ms-input-placeholder {
  color: #999;
  font-weight: 400;
}
.my-account-page-transparent .woocommerce #customer_login form.login .form-row,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row {
  margin-bottom: 0;
}
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .mr-forgot,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .mr-forgot {
  position: relative;
}
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .mr-forgot a,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .mr-forgot a {
  position: absolute;
  top: 50%;
  right: 0;
  color: #999;
  transition: all 0.5s;
}
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .mr-forgot a:hover,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .mr-forgot a:hover {
  color: #990000;
}
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .btn-log,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .btn-log,
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .btn-regis,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .btn-regis {
  position: relative;
  min-width: 150px;
}
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .btn-log .button,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .btn-log .button,
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .btn-regis .button,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .btn-regis .button {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  background-color: #7e110e;
  letter-spacing: 1px;
  text-align: left;
  padding-right: 50px;
}
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .btn-log .button:hover,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .btn-log .button:hover,
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .btn-regis .button:hover,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .btn-regis .button:hover,
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .btn-log .button:focus,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .btn-log .button:focus,
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .btn-regis .button:focus,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .btn-regis .button:focus {
  background-color: #333;
}
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .btn-log:after,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .btn-log:after,
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .btn-regis:after,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .btn-regis:after {
  position: absolute;
  content: '\f125';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  bottom: 19px;
  right: 35px;
  font-size: 14px;
  color: #fff;
}
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .btn-log,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .btn-log {
  margin-top: 65px;
}
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .btn-regis,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .btn-regis {
  margin-top: 75px;
  max-width: 270px;
}
.my-account-page-transparent .woocommerce #customer_login form.login .form-row .btn-regis:after,
.my-account-page-transparent .woocommerce #customer_login form.register .form-row .btn-regis:after {
  right: 30px;
}
.my-account-page-transparent .woocommerce #customer_login form.login .mr-remember,
.my-account-page-transparent .woocommerce #customer_login form.register .mr-remember,
.my-account-page-transparent .woocommerce #customer_login form.login .mr-agree,
.my-account-page-transparent .woocommerce #customer_login form.register .mr-agree {
  display: inline-block;
  margin-top: 50px;
}
.my-account-page-transparent .woocommerce #customer_login form.login .mr-remember a:hover,
.my-account-page-transparent .woocommerce #customer_login form.register .mr-remember a:hover,
.my-account-page-transparent .woocommerce #customer_login form.login .mr-agree a:hover,
.my-account-page-transparent .woocommerce #customer_login form.register .mr-agree a:hover {
  color: #999;
}
.my-account-page-transparent .woocommerce #customer_login form.login .mr-remember .input-checkbox,
.my-account-page-transparent .woocommerce #customer_login form.register .mr-remember .input-checkbox,
.my-account-page-transparent .woocommerce #customer_login form.login .mr-agree .input-checkbox,
.my-account-page-transparent .woocommerce #customer_login form.register .mr-agree .input-checkbox {
  opacity: 0;
}
.my-account-page-transparent .woocommerce #customer_login form.login .mr-remember .input-checkbox:checked + label.inline:before,
.my-account-page-transparent .woocommerce #customer_login form.register .mr-remember .input-checkbox:checked + label.inline:before,
.my-account-page-transparent .woocommerce #customer_login form.login .mr-agree .input-checkbox:checked + label.inline:before,
.my-account-page-transparent .woocommerce #customer_login form.register .mr-agree .input-checkbox:checked + label.inline:before {
  content: "\f400";
}
.my-account-page-transparent .woocommerce #customer_login form.login .mr-remember label.inline,
.my-account-page-transparent .woocommerce #customer_login form.register .mr-remember label.inline,
.my-account-page-transparent .woocommerce #customer_login form.login .mr-agree label.inline,
.my-account-page-transparent .woocommerce #customer_login form.register .mr-agree label.inline {
  display: inline-block;
  color: #999;
  font-weight: 400;
  text-transform: none;
  position: relative;
  line-height: 1;
  font-size: 13px;
  padding-left: 20px;
}
.my-account-page-transparent .woocommerce #customer_login form.login .mr-remember label.inline:before,
.my-account-page-transparent .woocommerce #customer_login form.register .mr-remember label.inline:before,
.my-account-page-transparent .woocommerce #customer_login form.login .mr-agree label.inline:before,
.my-account-page-transparent .woocommerce #customer_login form.register .mr-agree label.inline:before {
  content: "\f401";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 24px;
  position: absolute;
  top: -8px;
  left: -18px;
  transition: 0.5s;
  font-weight: 700;
  color: #666;
}
.my-account-page-transparent .woocommerce #customer_login form.login {
  padding-right: 70px;
  padding-top: 10px;
}
.my-account-page-transparent .woocommerce #customer_login form.register {
  padding-top: 10px;
}
.my-account-page-transparent .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #999;
}
.my-account-page-transparent .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: #fff;
}
.my-account-page-transparent .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
  font-weight: 600;
}
.my-account-page-transparent .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul {
  background-color: transparent;
}
.my-account-page-transparent .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li {
  color: #999;
}
.my-account-page-transparent .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li .m-title {
  color: #fff;
  margin-bottom: 0;
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.my-account-page-transparent .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li span {
  color: #ccc;
  font-weight: 600;
  padding-right: 5px;
}
.my-account-page-transparent .woocommerce .woocommerce-MyAccount-content .myaccount-sidebar ul li .m-button {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.my-account-page-transparent .woocommerce .woocommerce-MyAccount-content table.shop_table td {
  border-top-color: rgba(255, 255, 255, 0.25);
}
.my-account-page-transparent .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead th span {
  color: #fff;
}
.my-account-page-transparent .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h3 {
  color: #fff;
}
.my-account-page-transparent .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  color: #999;
  font-weight: 500;
  line-height: 2;
}
.my-account-page-transparent .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-edit .edit {
  color: #0099cc;
  font-style: italic;
}
.my-account-page-transparent .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address .woocommerce-Address-edit .edit:hover {
  color: #990000;
}
.my-account-page-transparent .woocommerce .woocommerce-MyAccount-content .woocommerce-password-strength {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
}
.my-account-page-transparent .woocommerce .woocommerce-error {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: transparent;
}
.my-account-page-transparent .woocommerce .woocommerce-message {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: transparent;
}
.my-account-page-transparent.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content h3,
.my-account-page-transparent.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content h3 {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.my-account-page-transparent.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .address-form .form-row .input-text,
.my-account-page-transparent.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .address-form .form-row .input-text,
.my-account-page-transparent.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .input-text,
.my-account-page-transparent.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .input-text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #999;
}
.my-account-page-transparent.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .address-form .form-row .input-text:focus,
.my-account-page-transparent.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .address-form .form-row .input-text:focus,
.my-account-page-transparent.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .input-text:focus,
.my-account-page-transparent.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account .form-row .input-text:focus {
  color: #fff;
  border-bottom-color: #fff;
}
.my-account-page-transparent.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .address-form .select2-container .select2-choice,
.my-account-page-transparent.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .address-form .select2-container .select2-choice,
.my-account-page-transparent.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .edit-account .select2-container .select2-choice,
.my-account-page-transparent.woocommerce-edit-account .woocommerce .woocommerce-MyAccount-content .edit-account .select2-container .select2-choice {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #999;
}
.my-account-page-transparent.woocommerce-lost-password {
  text-align: center;
}
.my-account-page-transparent.woocommerce-lost-password form.lost_reset_password {
  color: #fff;
}
.my-account-page-transparent.woocommerce-lost-password form.lost_reset_password .form-row .input-text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #999;
}
.my-account-page-transparent.woocommerce-lost-password form.lost_reset_password .form-row .input-text:focus {
  color: #fff;
  border-bottom-color: #fff;
}
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button {
  position: relative;
  height: 100%;
  min-height: 46px;
}
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .btn-add-to-cart,
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .added_to_cart.wc-forward {
  text-align: center;
  width: calc(100% - 136px);
  padding: 0;
  line-height: 42px;
  position: absolute;
  top: 0;
  left: 0;
}
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .btn-add-to-cart i,
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .added_to_cart.wc-forward i {
  position: relative;
  left: 0;
  top: 4px;
  padding-right: 10px;
}
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .btn-add-to-cart.loading i,
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .added_to_cart.wc-forward.loading i {
  font-size: 17px;
}
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .added_to_cart.wc-forward {
  line-height: 48px;
}
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .added_to_cart.wc-forward:before {
  position: relative;
  left: 0;
  top: 4px;
  padding-right: 10px;
}
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .compare-button,
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .yith-wcwl-add-to-wishlist,
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .wcboost-wishlist-button,
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view {
  float: right;
  background-color: #000;
}
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .compare-button:hover,
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .yith-wcwl-add-to-wishlist:hover,
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .wcboost-wishlist-button:hover,
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view:hover {
  background-color: #333;
}
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .yith-wcwl-add-to-wishlist,
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .wcboost-wishlist-button,
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .wcboost-products-compare-button {
  float: right;
  background-color: #000;
}
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .yith-wcwl-add-to-wishlist:hover,
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .wcboost-wishlist-button:hover,
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .wcboost-products-compare-button:hover {
  background-color: #333;
}
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .yith-wcwl-add-to-wishlist {
  right: 46px;
}
.product-item-layout-1 ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view {
  right: 92px;
}
.product-item-layout-2 ul.products li.product .product-inner {
  padding-bottom: 55px;
  background-color: #fff;
  box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.1);
}
.product-item-layout-2 ul.products li.product .product-inner:hover h3 {
  text-decoration: underline;
}
.product-item-layout-2 ul.products li.product .product-inner:hover h3 a {
  color: #000;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails {
  position: static;
  overflow: inherit;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .footer-product {
  bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 6px;
  background-color: transparent;
  min-height: 52px;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .footer-product-button {
  position: relative;
  height: 100%;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .footer-product-button .btn-add-to-cart,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .footer-product-button .added_to_cart.wc-forward {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 120px);
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .footer-product-button .compare-button,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .footer-product-button .yith-wcwl-add-to-wishlist,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .footer-product-button .wcboost-wishlist-button,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .footer-product-button .product-quick-view {
  float: right;
  width: 46px;
  text-align: right;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .footer-product-button .wcboost-products-compare-button {
  float: right;
  width: 46px;
  justify-content: flex-end;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .btn-add-to-cart,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .product-quick-view,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .compare-button a {
  width: auto;
  background-color: transparent;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .btn-add-to-cart:hover,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist:hover,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button:hover,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .product-quick-view:hover,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:hover,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .compare-button a:hover {
  background-color: transparent;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button {
  width: auto;
  background-color: transparent;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button:hover {
  background-color: transparent;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .btn-add-to-cart,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  text-transform: none;
  font-size: 14px;
  color: #000;
  margin-left: 0;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .btn-add-to-cart:hover,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:hover {
  color: #990000;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .btn-add-to-cart i,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward i {
  left: 0;
  font-size: 20px;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:before {
  left: 0;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .compare-button a,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist a,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .product-quick-view {
  text-align: right;
  color: #ccc;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .compare-button a:hover,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist a:hover,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button:hover,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .product-quick-view:hover {
  color: #990000;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button {
  justify-content: flex-end;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button .wcboost-products-compare-button__icon {
  color: #ccc;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button:hover .wcboost-products-compare-button__icon {
  color: #990000;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .product-quick-view i {
  font-size: 22px;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .product-quick-view i:before {
  content: "\f25e";
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  text-align: right;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: #ccc;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  color: #cc3333;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f443";
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: #cc3333;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button {
  text-align: right;
  color: #ccc;
}
.product-item-layout-2 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button:hover,
.product-item-layout-2 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button.added {
  color: #cc3333;
}
.product-item-layout-2 ul.products li.product .star-rating {
  text-align: left;
  margin-right: 0;
  margin-left: 25px;
}
.product-item-layout-2 ul.products li.product h3 {
  text-align: left;
  font-size: 18px;
  padding-left: 25px;
  padding-right: 25px;
}
.product-item-layout-2 ul.products li.product .price {
  text-align: left;
  font-size: 18px;
  color: #999;
  margin-right: 25px;
  margin-left: 25px;
  padding: 0 0 30px;
  position: relative;
  margin-bottom: 0;
}
.product-item-layout-2 ul.products li.product .price:after {
  border-top: 1px solid #e1e1e1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
}
.product-item-layout-2 ul.products li.product .price del {
  font-size: 13px;
}
.product-item-layout-3 ul.products li.product .product-inner,
.product-item-layout-9 ul.products li.product .product-inner {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.product-item-layout-3 ul.products li.product .product-inner:hover .product-content-thumbnails > a:before,
.product-item-layout-9 ul.products li.product .product-inner:hover .product-content-thumbnails > a:before {
  opacity: 1;
}
.product-item-layout-3 ul.products li.product .product-inner:hover .product-content-thumbnails .footer-product,
.product-item-layout-9 ul.products li.product .product-inner:hover .product-content-thumbnails .footer-product {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
  bottom: auto;
}
.product-item-layout-3 ul.products li.product .product-inner:hover .attachment-shop_catalog,
.product-item-layout-9 ul.products li.product .product-inner:hover .attachment-shop_catalog {
  opacity: 0;
}
.product-item-layout-3 ul.products li.product .product-inner:hover .wp-post-image,
.product-item-layout-9 ul.products li.product .product-inner:hover .wp-post-image {
  opacity: 1;
}
.product-item-layout-3 ul.products li.product .star-rating,
.product-item-layout-9 ul.products li.product .star-rating {
  text-align: left;
  margin-right: 0;
  margin-left: 0;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails,
.product-item-layout-9 ul.products li.product .product-content-thumbnails {
  display: block;
  overflow: hidden;
  position: relative;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails > a:before,
.product-item-layout-9 ul.products li.product .product-content-thumbnails > a:before {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  opacity: 0;
  transition: 0.3s;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .footer-product,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .footer-product {
  position: absolute;
  bottom: auto;
  top: 50%;
  left: 50%;
  transition: 0.4s;
  width: 100%;
  transform: translateX(-50%) translateY(-50%) scale(0.6);
  opacity: 0;
  z-index: 100;
  -webkit-box-shadow: none;
  text-shadow: none;
  background-color: transparent;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .footer-product .footer-product-button,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .footer-product .footer-product-button {
  display: table;
  margin: 0 auto;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .btn-add-to-cart,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .btn-add-to-cart,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .product-quick-view,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .product-quick-view,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .compare-button a,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .compare-button a {
  float: left;
  background-color: #333;
  cursor: pointer;
  padding: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  margin: 0 5px;
  color: #fff;
  -webkit-box-shadow: none;
  text-shadow: none;
  transition: 0.5s;
  min-width: inherit;
  overflow: hidden;
  text-align: center;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .btn-add-to-cart:hover,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .btn-add-to-cart:hover,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist:hover,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist:hover,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button:hover,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button:hover,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .product-quick-view:hover,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .product-quick-view:hover,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:hover,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:hover,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .compare-button a:hover,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .compare-button a:hover {
  background-color: #990000;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .btn-add-to-cart:hover,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .btn-add-to-cart:hover,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist:hover,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist:hover,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button:hover,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button:hover,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .product-quick-view:hover,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .product-quick-view:hover,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:hover,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:hover,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .compare-button a:hover,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .compare-button a:hover {
  text-decoration: none;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button {
  float: left;
  background-color: #333;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin: 0 5px;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button .wcboost-products-compare-button__icon,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button .wcboost-products-compare-button__icon {
  color: #fff;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button:hover,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button:hover {
  background-color: #990000;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  background-color: transparent;
  display: block;
  color: #fff;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-item-layout-3 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f443";
  font-size: 18px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: block;
  position: static;
  color: #fff;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button {
  background-color: #333;
  display: inline-block;
  color: #fff;
  width: 42px;
  height: 42px;
  line-height: 46px;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .btn-add-to-cart,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .btn-add-to-cart {
  font-size: 0;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .btn-add-to-cart.added,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .btn-add-to-cart.added {
  display: none;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .btn-add-to-cart i,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .btn-add-to-cart i {
  left: 0;
  font-size: 18px;
  width: 42px;
  height: 42px;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .btn-add-to-cart i:before,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .btn-add-to-cart i:before {
  content: "\f218";
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .btn-add-to-cart.loading i,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .btn-add-to-cart.loading i {
  left: 0;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .btn-add-to-cart.loading i:before,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .btn-add-to-cart.loading i:before {
  content: "\f29c";
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward {
  font-size: 0;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:before,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:before {
  font-size: 18px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  top: 0;
  left: 0;
  content: "\f121";
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .product-quick-view i,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .product-quick-view i {
  line-height: 45px;
  width: 42px;
}
.product-item-layout-3 ul.products li.product .product-content-thumbnails .compare-button a:before,
.product-item-layout-9 ul.products li.product .product-content-thumbnails .compare-button a:before {
  line-height: 42px;
  width: 42px;
}
.product-item-layout-3 ul.products li.product h3,
.product-item-layout-9 ul.products li.product h3 {
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}
.product-item-layout-3 ul.products li.product .price,
.product-item-layout-9 ul.products li.product .price {
  text-align: left;
  font-size: 18px;
  color: #999;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
}
.product-item-layout-3 ul.products li.product .price del,
.product-item-layout-9 ul.products li.product .price del {
  font-size: 13px;
}
.product-item-center.product-item-layout-3 ul.products li.product h3,
.product-item-center.product-item-layout-3 ul.products li.product .price {
  text-align: center;
}
.product-item-layout-9.woocommerce ul.products li.product h3,
.product-item-layout-9.woocommerce ul.products li.product .price {
  padding-left: 25px;
  padding-right: 25px;
}
.product-item-layout-4 ul.products li.product .product-inner {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.product-item-layout-4 ul.products li.product .product-inner:hover .product-content-thumbnails .quick-view-out .product-quick-view {
  opacity: 1;
  right: 0;
  z-index: 99;
}
.product-item-layout-4 ul.products li.product .product-inner:hover h3 a {
  color: #999;
}
.product-item-layout-4 ul.products li.product .star-rating {
  text-align: center;
  margin: 0 auto;
  display: block;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails {
  position: static;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails + .star-rating {
  display: none;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .footer-product {
  position: absolute;
  bottom: 0;
  transition: 0.4s;
  width: 100%;
  background-color: transparent;
  height: 46px;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .product-quick-view {
  display: none;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .quick-view-out {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .quick-view-out .product-quick-view {
  display: block;
  position: absolute;
  right: -100%;
  bottom: 0;
  opacity: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #000;
  transition: 0.35s;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .quick-view-out .product-quick-view i {
  height: 38px;
  line-height: 42px;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .quick-view-out .product-quick-view i:before {
  content: "\f489";
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .btn-add-to-cart,
.product-item-layout-4 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  height: 46px;
  padding-left: 45px;
  padding-right: 25px;
  background-color: #333;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  text-transform: none;
  border-radius: 23px;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .btn-add-to-cart i,
.product-item-layout-4 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward i {
  left: 23px;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .btn-add-to-cart:hover,
.product-item-layout-4 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:hover {
  background-color: #990000;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:before {
  left: 23px;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .compare-button {
  position: absolute;
  right: 0;
  top: 0;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .compare-button a {
  font-size: 20px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  display: block;
  position: static;
  color: #cccccc;
  border-radius: 100%;
  background-color: #e9e9e9;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .compare-button a:hover {
  background-color: #e9e9e9;
  color: #cc3333;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 46px;
  display: inline-flex;
  border-radius: 100%;
  background-color: #e9e9e9;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button .wcboost-products-compare-button__icon {
  color: #cccccc;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button:hover {
  background-color: #e9e9e9;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button:hover .wcboost-products-compare-button__icon {
  color: #cc3333;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist:hover {
  background-color: transparent;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  display: block;
  background-color: transparent;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f443";
  font-size: 20px;
  width: 46px;
  height: 46px;
  line-height: 48px;
  display: block;
  position: static;
  color: #cccccc;
  border-radius: 100%;
  background-color: #e9e9e9;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background-color: transparent;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #cc3333;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-item-layout-4 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  color: #cc3333;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 18px;
  width: 46px;
  height: 46px;
  line-height: 48px;
  color: #cccccc;
  border-radius: 100%;
  background-color: #e9e9e9;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button:hover {
  background-color: #e9e9e9;
  color: #cc3333;
}
.product-item-layout-4 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button.added {
  color: #cc3333;
}
.product-item-layout-4 ul.products li.product h3 {
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  padding-bottom: 5px;
}
.product-item-layout-4 ul.products li.product .price {
  text-align: center;
  font-size: 18px;
  color: #999;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
  margin-top: 18px;
}
.product-item-layout-4 ul.products li.product .price del {
  font-size: 13px;
}
.product-item-layout-5 ul.products li.product .product-inner:hover .product-content-thumbnails > a:before {
  opacity: 1;
}
.product-item-layout-5 ul.products li.product .product-inner:hover .product-content-thumbnails > a:after {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.product-item-layout-5 ul.products li.product .product-inner:hover .product-content-thumbnails + .star-rating {
  opacity: 0;
  transition: 0.5s;
}
.product-item-layout-5 ul.products li.product .product-inner:hover .product-content-thumbnails .footer-product {
  opacity: 1;
  transition: 0.6s;
}
.product-item-layout-5 ul.products li.product .product-inner:hover h3 {
  opacity: 0;
  transition: 0.5s;
}
.product-item-layout-5 ul.products li.product .product-inner:hover .price {
  opacity: 0;
  transition: 0.5s;
}
.product-item-layout-5 ul.products li.product .product-inner:hover .attachment-shop_catalog {
  opacity: 0;
}
.product-item-layout-5 ul.products li.product .product-inner:hover .wp-post-image {
  opacity: 1;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails {
  position: static;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails + .star-rating {
  display: block;
  margin: 0;
  transition: 0.5s;
  opacity: 1;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails > a {
  position: relative;
  display: block;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails > a:before {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  opacity: 0;
  transition: 0.3s;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails > a:after {
  content: '\f489';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 48px;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.5s;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 100;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .footer-product {
  background-color: transparent;
  bottom: 30px;
  opacity: 0;
  transition: 0.5s;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .compare-button,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .wcboost-products-compare-button,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .product-quick-view {
  display: none;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward {
  font-size: 16px;
  font-family: Poppins, Arial, sans-serif;
  color: #000;
  font-weight: 600;
  padding-left: 20px;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart i,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward i {
  display: block;
  left: 0;
  font-size: 14px;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart i:before,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward i:before {
  content: "\f218";
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart:hover,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward:hover {
  background-color: transparent;
  color: #990000;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart.loading i:before,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward.loading i:before {
  content: "\f29c";
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart.added,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward.added {
  display: none;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward:before {
  content: "\f218";
  font-size: 14px;
  top: 17px;
  left: 0;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist:hover {
  background-color: transparent;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  display: block;
  background-color: transparent;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f443";
  font-size: 20px;
  position: static;
  color: #cccccc;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background-color: transparent;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #cc3333;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  color: #cc3333;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .wcboost-wishlist-button {
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  background-color: transparent;
  font-size: 18px;
  color: #cccccc;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .wcboost-wishlist-button:hover {
  background-color: transparent;
  color: #cc3333;
}
.product-item-layout-5 ul.products li.product .product-inner .product-content-thumbnails .wcboost-wishlist-button.added {
  color: #cc3333;
}
.product-item-layout-5 ul.products li.product .product-inner h3 {
  margin-top: 15px;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  transition: 0.6s;
  opacity: 1;
}
.product-item-layout-5 ul.products li.product .product-inner .price {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  color: #999;
  font-size: 18px;
  transition: 0.6s;
  opacity: 1;
}
.product-item-layout-6 ul.products li.product .product-inner:hover .product-content-thumbnails > a:after {
  opacity: 1;
}
.product-item-layout-6 ul.products li.product .product-inner:hover .product-content-thumbnails .footer-product {
  opacity: 1;
  transition: 0.6s;
  bottom: 10px;
}
.product-item-layout-6 ul.products li.product .product-inner:hover .product-inner-content {
  opacity: 1;
  top: 50%;
}
.product-item-layout-6 ul.products li.product .product-inner:hover h3 a {
  color: #fff;
}
.product-item-layout-6 ul.products li.product .product-inner:hover .attachment-shop_catalog {
  opacity: 0;
}
.product-item-layout-6 ul.products li.product .product-inner:hover .wp-post-image {
  opacity: 1;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails {
  position: static;
  margin-bottom: 0;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails > a {
  position: relative;
  display: block;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails > a:after {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  opacity: 0;
  transition: 0.3s;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .footer-product {
  background-color: transparent;
  opacity: 0;
  transition: 0.5s;
  min-height: 46px;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .footer-product-button {
  position: relative;
  height: 100%;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .footer-product-button .btn-add-to-cart,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .footer-product-button .added_to_cart.wc-forward {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 136px);
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .footer-product-button .compare-button,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .footer-product-button .wcboost-products-compare-button,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .footer-product-button .yith-wcwl-add-to-wishlist,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .footer-product-button .wcboost-wishlist-button,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .footer-product-button .product-quick-view {
  float: right;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward {
  font-size: 14px;
  font-family: Poppins, Arial, sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: none;
  padding-left: 38px;
  padding-right: 0;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart i,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward i {
  display: block;
  left: 18px;
  font-size: 14px;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart i:before,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward i:before {
  content: "\f218";
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart:hover,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward:hover {
  background-color: transparent;
  color: #fff;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart.loading i:before,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward.loading i:before {
  content: "\f29c";
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart.added,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward.added {
  display: none;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward:before {
  content: "\f218";
  font-size: 14px;
  top: 17px;
  left: 18px;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist {
  text-align: center;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist:hover {
  background-color: transparent;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  display: block;
  background-color: transparent;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f443";
  font-size: 20px;
  position: static;
  color: #666;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  background-color: transparent;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover:before,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover:before {
  color: #fff;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  color: #cc3333;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .wcboost-wishlist-button {
  text-align: center;
  display: inline-block;
  background-color: transparent;
  color: #666;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .wcboost-wishlist-button:hover {
  background-color: transparent;
  color: #fff;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .wcboost-wishlist-button.added {
  color: #cc3333;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .wcboost-wishlist-button.added:hover {
  color: #fff;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .compare-button a,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .product-quick-view {
  color: #666;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .compare-button a:hover,
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .product-quick-view:hover {
  background-color: transparent;
  color: #fff;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .wcboost-products-compare-button .wcboost-products-compare-button__icon {
  color: #666;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .wcboost-products-compare-button:hover {
  background-color: transparent;
}
.product-item-layout-6 ul.products li.product .product-inner .product-content-thumbnails .wcboost-products-compare-button:hover .wcboost-products-compare-button__icon {
  color: #fff;
}
.product-item-layout-6 ul.products li.product .product-inner .star-rating {
  display: none;
}
.product-item-layout-6 ul.products li.product .product-inner .product-inner-content {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 100;
  transition: 0.5s;
  opacity: 0;
}
.product-item-layout-6 ul.products li.product .product-inner .product-inner-content .star-rating {
  display: block;
}
.product-item-layout-6 ul.products li.product .product-inner .product-inner-content h3 + .star-rating {
  display: none;
}
.product-item-layout-6 ul.products li.product .product-inner h3 {
  margin-top: 10px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.product-item-layout-6 ul.products li.product .product-inner h3 a {
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
}
.product-item-layout-6 ul.products li.product .product-inner .price {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  font-size: 18px;
}
.product-item-layout-7 ul.products li.product {
  margin-bottom: 20px;
}
.product-item-layout-7 ul.products li.product .product-inner {
  text-align: center;
  padding-bottom: 40px;
}
.product-item-layout-7 ul.products li.product .product-inner:hover .product-content-thumbnails .footer-product {
  opacity: 1;
}
.product-item-layout-7 ul.products li.product .product-inner:hover .product-content-thumbnails .footer-product .btn-add-to-cart,
.product-item-layout-7 ul.products li.product .product-inner:hover .product-content-thumbnails .footer-product .added_to_cart.wc-forward {
  color: #990000;
}
.product-item-layout-7 ul.products li.product .product-inner:hover h3 {
  text-decoration: underline;
}
.product-item-layout-7 ul.products li.product .product-inner:hover h3 a {
  color: #000;
}
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails {
  position: static;
  margin-bottom: 20px;
}
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .footer-product {
  background-color: transparent;
  bottom: 0;
  transition: 0.5s;
  opacity: 0;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
}
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .compare-button,
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .wcboost-products-compare-button,
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .product-quick-view {
  display: none;
}
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart,
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward {
  font-size: 16px;
  font-family: Poppins, Arial, sans-serif;
  color: #000;
  font-weight: 600;
  display: block;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 20px;
}
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart i,
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward i {
  display: block;
  left: 0;
  font-size: 14px;
}
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart i:before,
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward i:before {
  content: "\f218";
}
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart:hover,
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward:hover {
  background-color: transparent;
  color: #990000;
}
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart.loading i:before,
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward.loading i:before {
  content: "\f29c";
}
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .btn-add-to-cart.added,
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward.added {
  display: none;
}
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward {
  padding-left: 55px;
}
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .added_to_cart.wc-forward:before {
  content: "\f218";
  font-size: 14px;
  top: 17px;
}
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .yith-wcwl-add-to-wishlist,
.product-item-layout-7 ul.products li.product .product-inner .product-content-thumbnails .wcboost-wishlist-button {
  display: none;
}
.product-item-layout-7 ul.products li.product .product-inner h3 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.product-item-layout-7 ul.products li.product .product-inner .price {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  color: #999;
  font-size: 18px;
}
.product-item-layout-8 .tooltip-inner {
  background-color: #333;
}
.product-item-layout-8 .tooltip.top .tooltip-arrow {
  border-top-color: #333;
}
.product-item-layout-8 ul.products li.product {
  text-align: center;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails {
  margin-bottom: 18px;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .footer-product {
  background-color: transparent;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .footer-product .footer-product-button {
  display: table;
  margin: 0 auto;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .product-quick-view,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .compare-button,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .btn-add-to-cart,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward {
  color: #000;
  width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0;
  margin: 0 5px;
  text-align: center;
  border-radius: 50%;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist i,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .product-quick-view i,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .compare-button i,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .btn-add-to-cart i,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward i {
  position: static;
  font-size: 20px;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .add-to-cart-title,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .product-quick-view .add-to-cart-title,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .compare-button .add-to-cart-title,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .btn-add-to-cart .add-to-cart-title,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward .add-to-cart-title {
  display: none;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist:hover,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .product-quick-view:hover,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .compare-button:hover,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .btn-add-to-cart:hover,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:hover {
  background-color: #990000;
  color: #fff;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button {
  color: #000;
  width: 36px;
  height: 36px;
  font-size: 20px;
  line-height: 36px;
  padding: 0;
  margin: 0 5px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button .wcboost-wishlist-button__icon {
  margin-right: 0;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button .wcboost-wishlist-button__text {
  display: none;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button:hover {
  background-color: #990000;
  color: #fff;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward {
  overflow: hidden;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:before {
  font-size: 20px;
  height: 36px;
  line-height: 38px;
  position: static;
  display: block;
  width: 36px;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .product-quick-view i {
  line-height: 42px;
  font-size: 24px;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .compare-button a {
  width: 36px;
  height: 36px;
  line-height: 42px;
  color: #000;
  border-radius: 50%;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .compare-button a:before {
  width: 36px;
  height: 36px;
  line-height: 38px;
  font-size: 20px;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .compare-button a:hover {
  background-color: #990000;
  color: #fff;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button .wcboost-products-compare-button__icon {
  color: #000;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button:hover {
  background-color: #990000;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .wcboost-products-compare-button:hover .wcboost-products-compare-button__icon {
  color: #fff;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: #000;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  width: 36px;
  height: 36px;
  line-height: 40px;
  font-size: 20px;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse a {
  color: #fff;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button {
  width: 36px;
  height: 36px;
  line-height: 40px;
  font-size: 18px;
  color: #000;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button:hover,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button.added:hover {
  color: #fff;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button.added {
  color: #000;
}
.product-item-layout-8 ul.products li.product .product-content-thumbnails .btn-add-to-cart i:before,
.product-item-layout-8 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward i:before {
  content: "\f110";
}
.product-item-layout-8 ul.products li.product .product-cat {
  font-size: 12px;
  padding: 0 20px;
  margin-bottom: 5px;
  display: inline-block;
  color: #999;
}
.product-item-layout-8 ul.products li.product .product-cat:hover {
  color: #000;
}
.product-item-layout-8 ul.products li.product h3 {
  padding: 0 20px 20px;
}
.product-item-layout-8 ul.products li.product .price {
  font-size: 20px;
  color: #669900;
  padding-bottom: 25px;
}
.product-item-layout-8 ul.products li.product .price del span {
  font-size: 14px;
}
.product-item-layout-8 ul.products li.product .product-inner {
  transition: 0.3s;
  background-color: #fff;
}
.product-item-layout-8 ul.products li.product .product-inner:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15);
}
.product-item-layout-8 ul.products li.product .product-inner:hover h3 a {
  color: #000;
  text-decoration: underline;
}
.product-item-layout-8 ul.products li.product .product-inner:hover .footer-product {
  bottom: 0;
}
.product-item-layout-8.disable-product-item-cat ul.products li.product .product-cat {
  display: none;
}
.product-item-layout-8.disable-product-item-shadow ul.products li.product .product-inner:hover {
  box-shadow: none;
}
.product-item-layout-10 ul.products li.product .product-inner:hover h3 a {
  color: #000;
  text-decoration: underline;
}
.product-item-layout-10 ul.products li.product h3 {
  padding-bottom: 10px;
}
.product-item-layout-10 ul.products li.product .price {
  font-size: 18px;
  font-weight: 300;
  color: #999;
  margin-bottom: 25px;
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails > a.image-loading {
  position: relative;
  display: block;
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails > a.image-loading:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails .footer-product {
  background-color: transparent;
  min-height: 46px;
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails .btn-add-to-cart,
.product-item-layout-10 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward {
  color: #990000;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 0;
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails .btn-add-to-cart:hover,
.product-item-layout-10 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward:hover {
  background-color: transparent;
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails .btn-add-to-cart i,
.product-item-layout-10 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward i {
  font-size: 14px;
  top: 0;
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails .btn-add-to-cart i:before,
.product-item-layout-10 ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward i:before {
  content: "\f218";
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails .compare-button,
.product-item-layout-10 ul.products li.product .product-content-thumbnails .product-quick-view {
  display: none;
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist {
  margin-right: 10px;
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist:hover {
  background-color: transparent;
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.product-item-layout-10 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-item-layout-10 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: #ccc;
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.product-item-layout-10 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-item-layout-10 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f443";
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.product-item-layout-10 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.product-item-layout-10 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  color: #990000;
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-item-layout-10 ul.products li.product .product-content-thumbnails .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: #990000;
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button {
  margin-right: 10px;
  color: #ccc;
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button:hover {
  background-color: transparent;
  color: #990000;
}
.product-item-layout-10 ul.products li.product .product-content-thumbnails .wcboost-wishlist-button.added {
  color: #990000;
}
.shipping td {
  padding-top: 0px;
  padding-bottom: 25px;
}
.shipping td ul#shipping_method li {
  text-align: left;
  border-bottom: 0;
}
.shipping td ul#shipping_method li .shipping_method {
  display: none;
}
.shipping td ul#shipping_method li .shipping_method:checked + label:before {
  content: "\5c";
}
.shipping td ul#shipping_method li .woocommerce-Price-amount {
  float: right;
  color: #ff0000;
}
.shipping td ul#shipping_method li label {
  display: inline-block;
  color: #000;
  font-family: Montserrat, "Times New Roman", Times, serif;
  font-weight: 500;
  text-transform: inherit;
  position: relative;
  line-height: 1;
  font-size: 14px;
  padding-left: 25px;
  cursor: pointer;
  width: 100%;
}
.shipping td ul#shipping_method li label:before {
  content: "\5b";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
  position: absolute;
  top: -3px;
  left: -2px;
  color: #000;
  transition: 0.5s;
  font-weight: 700;
}
.woocommerce-cart h3.cart-title {
  font-family: Poppins, Arial, sans-serif;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.woocommerce-cart table.shop_table {
  border: 0;
  margin-bottom: 50px;
  border-collapse: collapse;
}
.woocommerce-cart table.shop_table tr th {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
}
.woocommerce-cart table.shop_table tr th.product-name {
  text-align: left;
}
.woocommerce-cart table.shop_table tr td {
  padding: 45px 5px 30px;
  vertical-align: top;
  border-color: #e1e1e1;
}
.woocommerce-cart table.shop_table tr td.product-thumbnail {
  width: 140px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
}
.woocommerce-cart table.shop_table tr td.product-thumbnail img {
  max-width: 100px;
  width: auto;
}
.woocommerce-cart table.shop_table tr td.product-name a {
  color: #000;
  font-size: 18px;
  line-height: 1.2;
  transition: all 0.5s;
  font-weight: 400;
  max-width: 400px;
  display: block;
}
.woocommerce-cart table.shop_table tr td.product-name a:hover {
  text-decoration: underline;
}
.woocommerce-cart table.shop_table tr td.product-name .price-mobile {
  color: #000;
  font-size: 16px;
  display: none;
}
.woocommerce-cart table.shop_table tr td.product-name .variation {
  margin-top: 10px;
}
.woocommerce-cart table.shop_table tr td.product-name .variation dt {
  padding-left: 20px;
  float: left;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-right: 5px;
  position: relative;
}
.woocommerce-cart table.shop_table tr td.product-name .variation dt:before {
  position: absolute;
  content: '\35';
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  top: 2px;
  left: 0;
}
.woocommerce-cart table.shop_table tr td.product-name .variation dd {
  color: #999;
  margin-bottom: 0;
}
.woocommerce-cart table.shop_table tr td.product-remove {
  width: 70px;
  text-align: center;
}
.woocommerce-cart table.shop_table tr td.product-remove a {
  color: #ccc !important;
  font-size: 25px;
  font-weight: 400;
  margin: 0 auto;
}
.woocommerce-cart table.shop_table tr td.product-remove a:hover {
  color: #000 !important;
  background-color: transparent;
}
.woocommerce-cart table.shop_table tr td.product-quantity {
  width: 100px;
  padding-top: 32px;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart table.shop_table tr td.product-quantity .quantity {
  text-align: center;
}
.woocommerce-cart table.shop_table tr td.product-quantity .quantity .custom-qty {
  display: none;
}
.woocommerce-cart table.shop_table tr td.product-quantity .quantity .qty {
  color: #000;
  width: 75px;
  height: 40px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  appearance: none;
  -webkit-appearance: none;
  padding-left: 5px;
}
.woocommerce-cart table.shop_table tr td.product-subtotal,
.woocommerce-cart table.shop_table tr td.product-price {
  width: 100px;
  padding-top: 40px;
  text-align: center;
}
.woocommerce-cart table.shop_table tr td.product-subtotal span,
.woocommerce-cart table.shop_table tr td.product-price span {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.woocommerce-cart table.shop_table tr .actions {
  padding-top: 35px;
}
.woocommerce-cart table.shop_table tr .actions .button,
.woocommerce-cart table.shop_table tr .actions .btn-shop {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  display: block;
  padding: 0 30px;
  border-radius: 25px;
  transition: 0.8s;
  float: left;
}
.woocommerce-cart table.shop_table tr .actions .button:hover,
.woocommerce-cart table.shop_table tr .actions .btn-shop:hover {
  background-color: #990000;
  color: #fff;
}
.woocommerce-cart table.shop_table tr .actions .btn-shop {
  float: right;
}
.woocommerce-cart table.shop_table.cart ul li {
  border-color: #e1e1e1;
}
.woocommerce-cart .coupon-actions {
  margin-bottom: -100%;
}
.woocommerce-cart .coupon-actions .coupon {
  display: inline-block;
}
.woocommerce-cart .coupon-actions .coupon .coupon-form {
  transition: 0.5s;
  opacity: 1;
}
.woocommerce-cart .coupon-actions .coupon.hide-form .coupon-form {
  opacity: 0;
}
.woocommerce-cart .coupon-actions .coupon.hide-form .coupon-code:after {
  content: "\4c";
}
.woocommerce-cart .coupon-actions .coupon .coupon-code {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  letter-spacing: -1px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  width: 100%;
  margin-bottom: 45px;
  position: relative;
  display: block;
}
.woocommerce-cart .coupon-actions .coupon .coupon-code:after {
  font-family: 'ElegantIcons';
  content: "\4b";
  position: absolute;
  top: 0;
  right: 0;
}
.woocommerce-cart .coupon-actions .coupon .input-text {
  padding: 13px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #999;
  transition: 0.5s border-color ease-in-out;
}
.woocommerce-cart .coupon-actions .coupon .input-text:focus {
  border-color: #333;
}
.woocommerce-cart .coupon-actions .coupon .button {
  margin-top: 70px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #000;
  padding: 0;
  border-bottom: 1px solid #333;
  height: auto;
  line-height: inherit;
  padding-bottom: 10px;
  font-weight: 700;
}
.woocommerce-cart .entry-footer {
  clear: both;
}
.woocommerce-checkout .woocommerce .woocommerce-info {
  border: none;
  background-color: #f6f6f6;
  color: #999;
  font-size: 14px;
  padding: 30px 30px 30px 80px !important;
}
.woocommerce-checkout .woocommerce .woocommerce-info:before {
  content: "\76";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 17px;
  color: #999;
  top: 23px;
  left: 30px;
  line-height: 35px;
}
.woocommerce-checkout .woocommerce .woocommerce-info .showlogin,
.woocommerce-checkout .woocommerce .woocommerce-info .showcoupon {
  color: #333;
  transition: all 0.5s;
}
.woocommerce-checkout .woocommerce .woocommerce-info .showlogin:hover,
.woocommerce-checkout .woocommerce .woocommerce-info .showcoupon:hover {
  color: #990000;
}
.woocommerce-checkout .woocommerce form.checkout h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce form.checkout .select2-container .select2-choice,
.woocommerce-checkout .woocommerce form.checkout .input-text {
  border-radius: 0;
}
.woocommerce-checkout .woocommerce form.checkout .form-row-first,
.woocommerce-checkout .woocommerce form.checkout .form-row-last {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: none;
}
.woocommerce-checkout .woocommerce form.checkout .create-account .woocommerce-form__label-for-checkbox .input-checkbox {
  opacity: 0;
}
.woocommerce-checkout .woocommerce form.checkout .create-account .woocommerce-form__label-for-checkbox .input-checkbox:checked + span:before {
  content: "\5a";
}
.woocommerce-checkout .woocommerce form.checkout .create-account .woocommerce-form__label-for-checkbox span {
  display: inline-block;
  color: #000;
  font-weight: 500;
  text-transform: none;
  position: relative;
  line-height: 1;
  font-size: 14px;
  padding-left: 30px;
}
.woocommerce-checkout .woocommerce form.checkout .create-account .woocommerce-form__label-for-checkbox span:before {
  content: "\56";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
  position: absolute;
  top: -5px;
  left: 0;
  color: #000;
  transition: 0.5s;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce form.checkout .woocommerce-shipping-totals .shipping-title {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce form.checkout .woocommerce-shipping-fields .woocommerce-form__label .input-checkbox {
  opacity: 0;
}
.woocommerce-checkout .woocommerce form.checkout .woocommerce-shipping-fields .woocommerce-form__label .input-checkbox:checked + span:before {
  content: "\5a";
}
.woocommerce-checkout .woocommerce form.checkout .woocommerce-shipping-fields .woocommerce-form__label > span {
  display: inline-block;
  color: #000;
  font-weight: 500;
  text-transform: none;
  position: relative;
  line-height: 1;
  font-size: 14px;
  padding-left: 30px;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce form.checkout .woocommerce-shipping-fields .woocommerce-form__label > span:before {
  content: "\56";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
  position: absolute;
  top: -5px;
  left: 0;
  color: #000;
  transition: 0.5s;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce form.checkout .order-review {
  background-color: #fff;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  padding: 30px;
  margin-bottom: 0;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table thead th {
  padding: 10px 20px 15px 0;
  width: 50%;
  line-height: 1;
  font-weight: 600;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table thead th:last-child {
  padding-left: 0;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .variation {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .variation dt {
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  text-transform: capitalize;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .variation dt:before {
  position: absolute;
  content: '\35';
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 2px;
  left: 0;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .variation dd {
  padding-bottom: 5px;
  margin: 0;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table tbody td {
  border-width: 0;
  padding: 30px 20px 10px 0;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table tbody td:last-child {
  padding-left: 0;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table tbody td.product-name {
  font-size: 14px;
  text-transform: capitalize;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table tbody td.product-name .product-quantity {
  color: #000;
  font-weight: 500;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .product-total {
  text-align: right;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .cart-subtotal td,
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .shipping td,
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .cart-discount td,
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .cart-subtotal th,
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .shipping th,
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .cart-discount th {
  line-height: 1;
  border: 0;
  padding: 20px 20px 35px 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .cart-subtotal td,
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .shipping td {
  text-align: right;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .shipping td,
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .cart-discount td {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  text-align: right;
  line-height: 1.4;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .order-total th,
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .order-total td {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .order-total th {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  line-height: 1;
  padding: 30px 20px 25px 0;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order .shop_table .order-total td {
  font-weight: 600;
  color: #cc3333;
  font-size: 24px;
  padding: 25px 20px 25px 0;
  text-align: right;
  line-height: 1;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order #payment {
  border-radius: 0;
  background-color: transparent;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order #payment ul.payment_methods {
  border: 0;
  padding: 0px 50px 15px 30px;
  background-color: #f2f2f2;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order #payment ul.payment_methods > li {
  margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order #payment ul.payment_methods > li > .input-radio {
  display: none;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order #payment ul.payment_methods > li > .input-radio:checked + label:before {
  content: "\5c";
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order #payment ul.payment_methods > li > label {
  display: inline-block;
  color: #000;
  font-family: Montserrat, "Times New Roman", Times, serif;
  font-weight: 500;
  position: relative;
  line-height: 1;
  font-size: 14px;
  padding-left: 30px;
  text-transform: uppercase;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order #payment ul.payment_methods > li > label:before {
  content: "\5b";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
  position: absolute;
  top: -3px;
  left: 0;
  color: #000;
  transition: 0.5s;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order #payment div.payment_box {
  background-color: transparent;
  margin: 0;
  padding: 5px 5px 5px 30px;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order #payment div.payment_box:before {
  display: none;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order #payment .form-row {
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-checkout-review-order #payment .form-row .button {
  width: 100%;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label {
  margin-bottom: 30px !important;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label .input-checkbox {
  opacity: 0;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label .input-checkbox:checked + .woocommerce-terms-and-conditions-checkbox-text:before {
  content: "\5a";
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label .woocommerce-terms-and-conditions-checkbox-text {
  display: inline-block;
  color: #000;
  font-weight: 500;
  text-transform: none;
  position: relative;
  line-height: 1;
  font-size: 14px;
  padding-left: 30px;
  cursor: pointer;
}
.woocommerce-checkout .woocommerce form.checkout .order-review .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label .woocommerce-terms-and-conditions-checkbox-text:before {
  content: "\56";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
  position: absolute;
  top: -3px;
  left: 0;
  color: #000;
  transition: 0.5s;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce form.login .form-row .inline #rememberme {
  opacity: 0;
}
.woocommerce-checkout .woocommerce form.login .form-row .inline #rememberme:checked + label.checkbox:before {
  content: "\5a";
}
.woocommerce-checkout .woocommerce form.login .form-row .inline label.checkbox {
  display: inline-block;
  color: #000;
  font-weight: 500;
  text-transform: inherit;
  position: relative;
  line-height: 1;
  font-size: 14px;
  padding-left: 10px;
}
.woocommerce-checkout .woocommerce form.login .form-row .inline label.checkbox:before {
  content: "\56";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
  position: absolute;
  top: -5px;
  left: -18px;
  color: #000;
  transition: 0.5s;
  font-weight: 700;
}
.woocommerce-checkout .woocommerce form.login .form-row .button {
  display: block;
  min-width: 200px;
  margin-top: 20px;
}
.woocommerce-checkout .woocommerce form.checkout_coupon .button {
  min-width: 200px;
  margin-top: 20px;
}
.woocommerce-checkout table.shop_table tr th {
  text-align: left;
}
.woocommerce-checkout .order_details .amount {
  font-size: 18px;
}
.woocommerce-checkout h2,
.woocommerce-account h2,
.comment-respond h2,
.woocommerce-checkout h3,
.woocommerce-account h3,
.comment-respond h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce-checkout h3,
.woocommerce-account h3,
.comment-respond h3 {
  font-size: 16px;
}
.woocommerce-edit-address .woocommerce input[name="save_address"] {
  margin-top: 30px;
}
.woocommerce-order-received h2,
.woocommerce-order-received h3 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  text-transform: none;
  font-family: Poppins, Arial, sans-serif;
}
.woocommerce-order-received h3 {
  font-size: 18px;
}
.woocommerce-order-received address {
  line-height: 1.8;
}
.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-order-received .woocommerce table.shop_table tfoot th {
  border-top: none;
}
.woocommerce-order-received .woocommerce table.shop_table {
  border: none;
  padding-top: 20px;
}
.woocommerce-order-received .woocommerce table.shop_table tr th {
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce-order-received .woocommerce table.shop_table tr td {
  border-top: 1px solid #e1e1e1;
  padding: 15px 10px;
}
.woocommerce-order-received .woocommerce table.shop_table tr td a {
  color: #000;
}
.woocommerce-order-received .woocommerce table.shop_table tr td strong {
  font-weight: 400;
}
.woocommerce-order-received .woocommerce table.shop_table tfoot tr th {
  border-top: 1px solid #e1e1e1;
  padding: 15px 10px;
}
.woocommerce-order-received .woocommerce table.shop_table tfoot tr td {
  font-weight: 400;
}
.woocommerce-order-received .woocommerce table.shop_table tfoot tr:last-child td {
  font-weight: 600;
}
.woocommerce .order-info + h2 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  text-transform: none;
  font-family: Poppins, Arial, sans-serif;
}
.woocommerce header h2,
.woocommerce header h3 {
  font-size: 24px;
  color: #333;
  font-weight: 600;
  text-transform: none;
  font-family: Poppins, Arial, sans-serif;
}
.woocommerce header h3 {
  font-size: 18px;
}
.woocommerce .addresses address {
  line-height: 1.8;
}
.woocommerce table.shop_table.order_details,
.woocommerce table.shop_table.customer_details {
  border: none;
  padding-top: 20px;
}
.woocommerce table.shop_table.order_details tr th,
.woocommerce table.shop_table.customer_details tr th {
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #e1e1e1;
}
.woocommerce table.shop_table.order_details tr td,
.woocommerce table.shop_table.customer_details tr td {
  border-top: 1px solid #e1e1e1;
  padding: 15px 10px;
}
.woocommerce table.shop_table.order_details tr td a,
.woocommerce table.shop_table.customer_details tr td a {
  color: #000;
}
.woocommerce table.shop_table.order_details tr td strong,
.woocommerce table.shop_table.customer_details tr td strong {
  font-weight: 400;
}
.woocommerce table.shop_table.order_details tfoot tr th,
.woocommerce table.shop_table.customer_details tfoot tr th {
  border-top: 1px solid #e1e1e1;
  padding: 15px 10px;
}
.woocommerce table.shop_table.order_details tfoot tr td,
.woocommerce table.shop_table.customer_details tfoot tr td {
  font-weight: 400;
}
.woocommerce table.shop_table.order_details tfoot tr:last-child td,
.woocommerce table.shop_table.customer_details tfoot tr:last-child td {
  font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
}
.shop-toolbar {
  padding-top: 5px;
  margin: 0 0 52px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
.shop-toolbar .products-found span {
  color: #990000;
}
.shop-toolbar .sort-by > span {
  float: left;
}
.shop-toolbar .sort-by .woocommerce-ordering {
  margin-top: -1px;
}
.shop-toolbar .sort-by .select2-container {
  z-index: 99;
}
.shop-toolbar .woocommerce-ordering {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
}
.shop-toolbar .woocommerce-ordering select {
  vertical-align: middle;
  border-color: transparent;
  text-transform: uppercase;
  font-weight: 400;
}
.shop-toolbar .woocommerce-ordering select:focus {
  outline: none;
}
.shop-toolbar .woocommerce-ordering select option {
  border: 1px solid #000;
}
.shop-toolbar .woocommerce-ordering .select2-container .select2-selection {
  background-color: transparent;
  border: none;
  font-weight: 400;
  border-radius: 0;
  color: #000;
}
.shop-toolbar .woocommerce-ordering .select2-container .select2-selection:focus {
  outline: none;
}
.shop-toolbar .woocommerce-ordering .select2-container .select2-selection__rendered {
  padding-right: 30px;
  width: 196px;
}
.shop-toolbar .woocommerce-ordering .select2-container .select2-selection__arrow:before {
  content: '\f3d0';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #000;
  font-size: 18px;
  padding-left: 10px;
  margin-top: 3px;
}
.shop-toolbar .woocommerce-ordering .select2-container .select2-selection__arrow b {
  display: none;
}
.shop-toolbar .show-number {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
}
.shop-toolbar .show-number li {
  display: inline-block;
  padding: 0 10px;
  color: #ccc;
  font-weight: 400;
  transition: 0.5s;
}
.shop-toolbar .show-number li .input-number {
  display: none;
}
.shop-toolbar .show-number li label {
  cursor: pointer;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 3px;
}
.shop-toolbar .show-number li.active,
.shop-toolbar .show-number li:hover {
  color: #000;
}
.shop-toolbar .show-number li.active label {
  border-bottom: 1px solid #000;
}
.shop-toolbar .shop-view {
  color: #ccc;
}
.shop-toolbar .shop-view span {
  display: inline-block;
  float: right;
  font-weight: 500;
}
.shop-toolbar .shop-view a {
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #ccc;
  float: right;
  padding-left: 15px;
  font-weight: 600;
  margin-top: -4px;
}
.shop-toolbar .shop-view a:hover {
  color: #000;
}
.shop-toolbar .shop-view .current {
  color: #000;
}
.shop-toolbar .shop-view .grid-view {
  margin-left: 10px;
}
.shop-toolbar .woocommerce-result-count {
  float: left;
  margin: 0;
  color: #8a97a2;
  font-size: 14px;
  line-height: 40px;
}
.shop-navigation-ajax.woocommerce nav.woocommerce-pagination {
  text-align: center;
}
.shop-navigation-ajax.woocommerce nav.woocommerce-pagination li {
  padding: 0;
}
.shop-navigation-ajax.woocommerce nav.woocommerce-pagination li .page-numbers {
  display: none;
}
.shop-navigation-ajax.woocommerce nav.woocommerce-pagination li .page-numbers.next {
  display: inline-block;
  font-size: 16px;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  position: relative;
  letter-spacing: 15px;
}
.shop-navigation-ajax.woocommerce nav.woocommerce-pagination li .page-numbers.next .dots-loading span {
  animation-name: dot-amimation;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  display: inline-block;
}
.shop-navigation-ajax.woocommerce nav.woocommerce-pagination li .page-numbers.next .dots-loading span:nth-child(6) {
  animation-delay: 1.2s;
}
.shop-navigation-ajax.woocommerce nav.woocommerce-pagination li .page-numbers.next .dots-loading span:nth-child(5) {
  animation-delay: 1s;
}
.shop-navigation-ajax.woocommerce nav.woocommerce-pagination li .page-numbers.next .dots-loading span:nth-child(4) {
  animation-delay: 0.8s;
}
.shop-navigation-ajax.woocommerce nav.woocommerce-pagination li .page-numbers.next .dots-loading span:nth-child(3) {
  animation-delay: 0.6s;
}
.shop-navigation-ajax.woocommerce nav.woocommerce-pagination li .page-numbers.next .dots-loading span:nth-child(2) {
  animation-delay: 0.4s;
}
.shop-navigation-ajax.woocommerce nav.woocommerce-pagination li .page-numbers.next .dots-loading span:nth-child(1) {
  animation-delay: 0.2s;
}
.shop-navigation-ajax.woocommerce nav.woocommerce-pagination.loaded {
  display: none;
}
.boxed.shop-gray-skin .site-content {
  background-color: #dbdbdb;
}
.shop-gray-skin .site-content {
  background-color: #dbdbdb;
}
.shop-gray-skin.woocommerce.product-item-layout-3 ul.products li.product h3,
.shop-gray-skin.woocommerce.product-item-layout-3 ul.products li.product .price {
  padding-left: 30px;
  padding-right: 30px;
}
.shop-gray-skin.woocommerce.product-item-layout-3 ul.products li.product .price {
  padding-bottom: 10px;
}
.shop-gray-skin .shop-toolbar .shop-view {
  color: #000;
}
.shop-gray-skin .shop-toolbar .shop-view a {
  color: #999;
}
.shop-gray-skin .shop-toolbar .shop-view a.current {
  color: #000;
}
.shop-gray-skin .shop-toolbar .show-number li {
  color: #999;
}
.shop-gray-skin .shop-toolbar .show-number li.active,
.shop-gray-skin .shop-toolbar .show-number li:hover {
  color: #000;
}
.shop-gray-skin.woocommerce .widget_product_categories ul li.cat-parent ul.children li .count:before,
.shop-gray-skin.woocommerce .widget_layered_nav ul li.cat-parent ul.children li .count:before,
.shop-gray-skin.woocommerce .widget_product_categories ul li.cat-parent ul.children li .count:after,
.shop-gray-skin.woocommerce .widget_layered_nav ul li.cat-parent ul.children li .count:after {
  background-color: #dbdbdb;
}
.filters-product-cat {
  margin-bottom: 65px;
}
.filters-product-cat ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.filters-product-cat ul li {
  list-style: none;
  display: inline-block;
  padding-right: 17px;
  padding-left: 17px;
}
.filters-product-cat ul li:last-child {
  padding-right: 0;
}
.filters-product-cat ul li a {
  color: #999;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.filters-product-cat ul li a.selected,
.filters-product-cat ul li a:hover {
  color: #990000;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.product-page-thumbnail-carousel.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
  max-height: 300px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.product-page-thumbnail-carousel.woocommerce div.product div.images .woocommerce-product-gallery__wrapper.loaded {
  max-height: inherit;
  opacity: 1;
}
.product-page-thumbnail-carousel.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-dots {
  display: none !important;
}
.product-page-thumbnail-carousel.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-slide:focus {
  outline: none;
}
.product-page-thumbnail-carousel.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-slide .photoswipe {
  display: block;
  position: relative;
}
.product-page-thumbnail-carousel.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-slide .photoswipe.video:after {
  content: '\f488';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #fff;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 61px;
  padding-left: 2px;
  display: block;
}
.product-page-thumbnail-carousel.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  left: -20px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  z-index: 99;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0;
}
.product-page-thumbnail-carousel.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.55);
}
.product-page-thumbnail-carousel.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-next-arrow {
  right: -20px;
  left: auto;
}
.product-page-thumbnail-carousel.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:hover .slick-prev-arrow {
  left: 0;
  opacity: 1;
}
.product-page-thumbnail-carousel.woocommerce div.product div.images .woocommerce-product-gallery__wrapper:hover .slick-next-arrow {
  opacity: 1;
  right: 0;
}
.product-page-thumbnail-carousel.woocommerce div.product .product-thumbnails {
  margin: 15px -7px 0;
  max-height: 100px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.product-page-thumbnail-carousel.woocommerce div.product .product-thumbnails.loaded {
  overflow: inherit;
  max-height: inherit;
  opacity: 1;
}
.product-page-thumbnail-carousel.woocommerce div.product .product-thumbnails .slick-slide {
  padding: 0 7px;
  cursor: pointer;
}
.product-page-thumbnail-carousel.woocommerce div.product .product-thumbnails .slick-slide img {
  border: 1px solid transparent;
  transition: 0.5s;
}
.product-page-thumbnail-carousel.woocommerce div.product .product-thumbnails .slick-slide:focus {
  outline: none;
}
.product-page-thumbnail-carousel.woocommerce div.product .product-thumbnails .slick-slide.slick-current img {
  border-color: #999999;
}
.product-page-thumbnail-carousel.woocommerce div.product .product-thumbnails .slick-slide.video-thumb {
  position: relative;
}
.product-page-thumbnail-carousel.woocommerce div.product .product-thumbnails .slick-slide.video-thumb:after {
  content: '\f488';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #fff;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 31px;
  padding-left: 2px;
  display: block;
}
.product-page-thumbnail-carousel.woocommerce div.product .product-thumbnails .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  left: 7px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  z-index: 99;
  cursor: pointer;
}
.product-page-thumbnail-carousel.woocommerce div.product .product-thumbnails .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.55);
}
.product-page-thumbnail-carousel.woocommerce div.product .product-thumbnails .slick-next-arrow {
  right: 7px;
  left: auto;
}
.product-page-layout-1.woocommerce div.product .product_title {
  padding-right: 70px;
}
.product-page-layout-2 div.product .product-layout-2 .woocommerce-tabs ul.tabs {
  width: 30%;
  float: left;
  position: relative;
  z-index: 100;
  overflow: inherit;
}
.product-page-layout-2 div.product .product-layout-2 .woocommerce-tabs ul.tabs li {
  display: block;
  padding: 0 30px 0 0;
  margin: 0;
  width: 100%;
}
.product-page-layout-2 div.product .product-layout-2 .woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
  padding: 10px 0 10px;
  font-size: 14px;
}
.product-page-layout-2 div.product .product-layout-2 .woocommerce-tabs ul.tabs li:after {
  box-shadow: none;
  right: -1px;
  left: auto;
  width: 2px;
  height: 0;
  bottom: 0;
  border: none;
}
.product-page-layout-2 div.product .product-layout-2 .woocommerce-tabs ul.tabs li.active:after,
.product-page-layout-2 div.product .product-layout-2 .woocommerce-tabs ul.tabs li:hover:after {
  top: 0;
  bottom: auto;
  height: 100%;
}
.product-page-layout-2 div.product .product-layout-2 .woocommerce-tabs .woocommerce-Tabs-panel {
  width: 70%;
  float: left;
  clear: none;
  padding-left: 30px;
  padding-top: 10px;
  border: none;
  border-left: 1px solid #ccc;
}
.product-page-layout-2.woocommerce div.product .product_title {
  padding-right: 70px;
}
.product-page-layout-2.woocommerce div.product form.cart .compare-button {
  display: none;
}
.product-page-layout-2 .related.products h2,
.product-page-layout-2 .upsells.products h2 {
  text-align: left;
}
.product-page-layout-3 .site-content {
  padding-top: 0;
}
.product-page-layout-3 div.product {
  position: static;
}
.product-page-layout-3 div.product .product-layout-3 div.product-details {
  margin-top: 40px;
}
.product-page-layout-3 div.product .product-layout-3 div.product-details .product-toolbar {
  margin-bottom: 30px;
  position: relative;
}
.product-page-layout-3 div.product .product-layout-3 div.product-details .product-toolbar .back-home {
  color: #000;
}
.product-page-layout-3 div.product .product-layout-3 div.product-details .product-toolbar .back-home:hover {
  color: #990000;
}
.product-page-layout-3 div.product .product-layout-3 div.product-details .product-toolbar .products-links .nav-previous a,
.product-page-layout-3 div.product .product-layout-3 div.product-details .product-toolbar .products-links .nav-next a {
  background-color: transparent;
  font-size: 24px;
  color: #ccc;
  width: auto;
}
.product-page-layout-3 div.product .product-layout-3 div.product-details .product-toolbar .products-links .nav-previous a:hover,
.product-page-layout-3 div.product .product-layout-3 div.product-details .product-toolbar .products-links .nav-next a:hover {
  color: #000;
}
.product-page-layout-3 div.product .product-layout-3 div.product-details .product-toolbar .products-links .nav-previous a span:before,
.product-page-layout-3 div.product .product-layout-3 div.product-details .product-toolbar .products-links .nav-next a span:before {
  font-size: 24px;
  content: "\f3d2";
}
.product-page-layout-3 div.product .product-layout-3 div.product-details .product-toolbar .products-links .nav-next {
  margin-left: 20px;
}
.product-page-layout-3 div.product .product-layout-3 div.product-details .product-toolbar .products-links .nav-next a span:before {
  content: "\f3d3";
}
.product-page-layout-3 div.product .product-layout-3 div.product-details div.images {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  overflow: hidden;
}
.product-page-layout-3 div.product .product-layout-3 div.product-details div.images .woocommerce-product-gallery__image {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
  float: left;
  position: relative;
}
.product-page-layout-3 div.product .product-layout-3 div.product-details div.images .woocommerce-product-gallery__image a:hover {
  cursor: crosshair;
}
.product-page-layout-3 div.product .product-layout-3 div.product-details div.images .woocommerce-product-gallery__image .photoswipe {
  position: relative;
  display: block;
}
.product-page-layout-3 div.product .product-layout-3 div.product-details div.images .woocommerce-product-gallery__image .photoswipe.video:after {
  content: '\f488';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #fff;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 61px;
  padding-left: 2px;
  display: block;
}
.product-page-layout-3 div.product .product-layout-3 div.product-details div.images .woocommerce-product-gallery__image:nth-child( 2n+1 ) {
  clear: both;
}
.product-page-layout-3 div.product .product-layout-3 div.product-details .thumbnails {
  display: none;
}
.product-page-layout-3 div.product .product-layout-3 form.cart .variations tr td {
  display: block;
  text-align: center;
  padding-bottom: 15px;
}
.product-page-layout-3 div.product .product-layout-3 div.summary {
  text-align: center;
  transition: 0.25s;
  position: static;
}
.product-page-layout-3 div.product .product-layout-3 div.summary .entry-summary-content {
  max-width: 375px;
  margin: 50px auto 0;
  position: static;
}
.product-page-layout-3 div.product .product-layout-3 div.summary .product_title {
  padding-right: 0;
  max-width: 300px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 20px;
}
.product-page-layout-3 div.product .product-layout-3 div.summary .products-links {
  display: none;
}
.product-page-layout-3 div.product .product-layout-3 div.summary .woocommerce-product-rating {
  display: none;
}
.product-page-layout-3 div.product .product-layout-3 div.summary .woo-short-description {
  color: #999;
}
.product-page-layout-3 div.product .product-layout-3 div.summary .compare-button {
  display: none;
}
.product-page-layout-3 div.product .product-layout-3 div.summary .yith-wcwl-add-to-wishlist,
.product-page-layout-3 div.product .product-layout-3 div.summary .wcboost-wishlist-button {
  float: left;
}
.product-page-layout-3 div.product .product-layout-3 div.summary form.cart .button {
  text-transform: none;
}
.product-page-layout-4.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
  max-height: 800px;
  overflow: hidden;
}
.product-page-layout-4.woocommerce div.product div.images .woocommerce-product-gallery__wrapper img {
  width: auto;
}
.product-page-layout-4.woocommerce div.product div.images .woocommerce-product-gallery__wrapper.loaded {
  max-height: inherit;
  overflow: inherit;
}
.product-page-layout-4.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-dots {
  display: block !important;
  position: absolute;
  top: 50%;
  left: -80px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100;
  margin: 0;
}
.product-page-layout-4.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-dots li {
  list-style: none;
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
}
.product-page-layout-4.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-dots li:after {
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #999;
  content: "";
  width: 100%;
  height: 1px;
}
.product-page-layout-4.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-dots li button {
  display: none;
}
.product-page-layout-4.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .slick-dots li.slick-active:after {
  background-color: #990000;
}
.product-page-layout-4 .site-content {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #e9e9e9;
}
.product-page-layout-4.header-top-style-11 .site-content {
  border-top: 1px solid #e1e1e1;
}
.product-page-layout-4 div.product .product-layout-4 {
  position: static;
  background-color: #fff;
}
.product-page-layout-4 div.product .product-layout-4 form.cart .compare-button {
  display: none;
}
.product-page-layout-4 div.product .product-layout-4 .product-details {
  margin-right: 160px;
  border-right: 1px solid #ccc;
}
.product-page-layout-4 div.product .product-layout-4 .product-details .container-full {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.product-page-layout-4 div.product .product-layout-4 .product-details .container-full > .row {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.product-page-layout-4 div.product .product-layout-4 .product-details .container-full > .row:before,
.product-page-layout-4 div.product .product-layout-4 .product-details .container-full > .row:after {
  display: none;
}
.product-page-layout-4 div.product .product-layout-4 .product-details .product-images {
  padding-left: 0;
  position: static;
}
.product-page-layout-4 div.product .product-layout-4 .product-details .product-images .product-images-content {
  background-color: #e9e9e9;
}
.product-page-layout-4 div.product .product-layout-4 .product-details .product-images .images {
  padding-left: 130px;
  position: relative;
}
.product-page-layout-4 div.product .product-layout-4 .product-details .product-images .images .video-thumb:not(.image-loading):before {
  content: '\f488';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #fff;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  padding-left: 2px;
  display: block;
  opacity: 1;
}
.product-page-layout-4 div.product .product-layout-4 .product-details .product-images .woocommerce-main-image {
  text-align: right;
}
.product-page-layout-4 div.product .product-layout-4 .product-details .product-images .woocommerce-main-image img {
  display: inline-block;
  width: auto;
}
.product-page-layout-4 div.product .product-layout-4 .product-details .entry-summary {
  padding-right: 0;
}
.product-page-layout-4 div.product .product-layout-4 .product-details .entry-summary .entry-summary-content {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}
.product-page-layout-4 div.product .product-layout-4 .back-home {
  color: #999;
  display: block;
  margin-bottom: 30px;
}
.product-page-layout-4 div.product .product-layout-4 .back-home:hover {
  color: #000;
}
.product-page-layout-4 div.product .product-layout-4 .products-links {
  display: none;
}
.product-page-layout-4 div.product .product-layout-4 .product_title {
  padding-right: 0;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1;
  max-width: 100%;
}
.product-page-layout-4 div.product .product-layout-4 .woocommerce-product-rating {
  display: none;
}
.product-page-layout-4 div.product .product-layout-4 .thumbnails {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translate(0, -50%);
  z-index: 100;
}
.product-page-layout-4 div.product .product-layout-4 .thumbnails ul {
  padding: 0;
  margin: 0;
}
.product-page-layout-4 div.product .product-layout-4 .thumbnails li {
  margin-bottom: 0;
  padding: 5px 0;
  list-style: none;
}
.product-page-layout-4 div.product .product-layout-4 .thumbnails a {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
}
.product-page-layout-4 div.product .product-layout-4 .thumbnails a img {
  display: none;
}
.product-page-layout-4 div.product .product-layout-4 .thumbnails a:after {
  position: absolute;
  top: 8px;
  left: 0;
  border-top: 1px solid #999;
  content: "";
  width: 100%;
  height: 1px;
}
.product-page-layout-4 div.product .product-layout-4 .thumbnails a.active:after {
  border-color: #cc3333;
}
.product-page-layout-4 .related-products {
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translate(0, -50%);
  width: 85px;
}
.product-page-layout-4 .related-products .related.products h2 {
  display: none;
}
.product-page-layout-4 .related-products .container {
  width: 100%;
}
.product-page-layout-4 .related-products ul.products {
  margin: 0;
}
.product-page-layout-4 .related-products ul.products li.product {
  width: 100%;
  float: none;
  text-align: center;
  padding: 0;
}
.product-page-layout-4 .related-products ul.products li.product .product-cat {
  display: none;
}
.product-page-layout-4 .related-products ul.products li.product .attr-swatches,
.product-page-layout-4 .related-products ul.products li.product .star-rating {
  display: none;
}
.product-page-layout-4 .related-products ul.products li.product .product-inner {
  box-shadow: none;
  padding-bottom: 0;
}
.product-page-layout-4 .related-products ul.products li.product .product-inner:hover {
  box-shadow: none;
}
.product-page-layout-4 .related-products ul.products li.product .product-inner-content .star-rating {
  display: none;
}
.product-page-layout-4 .related-products ul.products li.product .product-content-thumbnails {
  margin-bottom: 25px;
}
.product-page-layout-4 .related-products ul.products li.product .product-content-thumbnails a {
  border: 1px solid transparent;
  display: block;
}
.product-page-layout-4 .related-products ul.products li.product .product-content-thumbnails a:before,
.product-page-layout-4 .related-products ul.products li.product .product-content-thumbnails a:after {
  display: none;
}
.product-page-layout-4 .related-products ul.products li.product .product-content-thumbnails a:hover {
  border-color: #990000;
}
.product-page-layout-4 .related-products ul.products li.product .product-content-thumbnails + .star-rating {
  display: none;
}
.product-page-layout-4 .related-products ul.products li.product .product-content-thumbnails .quick-view-out {
  display: none;
}
.product-page-layout-4 .related-products ul.products li.product .product-content-thumbnails .attachment-shop_catalog {
  opacity: 0;
}
.product-page-layout-4 .related-products ul.products li.product .product-content-thumbnails .attachment-shop_catalog.wp-post-image {
  opacity: 1;
}
.product-page-layout-4 .related-products ul.products li.product .product-content-thumbnails .ribbons {
  display: none;
}
.product-page-layout-4 .related-products ul.products li.product .product-content-thumbnails .footer-product {
  display: none;
}
.product-page-layout-4 .related-products ul.products li.product .star-rating,
.product-page-layout-4 .related-products ul.products li.product h3,
.product-page-layout-4 .related-products ul.products li.product .price,
.product-page-layout-4 .related-products ul.products li.product .woo-short-description {
  display: none;
}
.product-page-layout-5 {
  background-color: #f9f9f9;
}
.product-page-layout-5 .site-content {
  padding-top: 0;
}
.product-page-layout-5.header-top-style-11 .site-content {
  border-top: 1px solid #e1e1e1;
}
.product-page-layout-5 div.product .product-layout-5 {
  position: relative;
}
.product-page-layout-5 div.product .product-layout-5 div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
  max-height: 700px;
  overflow: hidden;
}
.product-page-layout-5 div.product .product-layout-5 div.images .woocommerce-product-gallery__wrapper.loaded {
  max-height: inherit;
}
.product-page-layout-5 div.product .product-layout-5 .product-details .product-images {
  background-color: #e9e9e9;
  padding-bottom: 170px;
}
.product-page-layout-5 div.product .product-layout-5 .product-details .product-images .product-images-content {
  max-width: 692px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.product-page-layout-5 div.product .product-layout-5 .product-details .product-images .product-thumbnails {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
}
.product-page-layout-5 div.product .product-layout-5 .product-details .product-images .product-thumbnails .slick-slide img {
  opacity: 0.4;
}
.product-page-layout-5 div.product .product-layout-5 .product-details .product-images .product-thumbnails .slick-slide.slick-current img {
  border-color: transparent;
  opacity: 1;
}
.product-page-layout-5 div.product .product-layout-5 .product-details .product-images .product-thumbnails .slick-arrow {
  display: none !important;
}
.product-page-layout-5 div.product .product-layout-5 .product-details .product-images .product-thumbnails a {
  width: auto;
  margin: 0 15px;
  padding: 0;
  position: relative;
  display: block;
}
.product-page-layout-5 div.product .product-layout-5 .product-details .product-images .product-thumbnails a.video-thumb:before {
  bottom: 0;
}
.product-page-layout-5 div.product .product-layout-5 .product-details .product-images .product-thumbnails a img {
  border: none;
  opacity: 0.4;
}
.product-page-layout-5 div.product .product-layout-5 .product-details .product-images .product-thumbnails a.active img {
  opacity: 1;
}
.product-page-layout-5 div.product .product-layout-5 .product-details .entry-summary .entry-summary-content {
  max-width: 1270px;
  margin: -170px auto 0;
  background-color: #fff;
  padding: 50px 50px 110px;
  border: 1px solid #f2f2f2;
  text-align: center;
}
.product-page-layout-5 div.product .product-layout-5 .product-toolbar {
  text-align: left;
  position: relative;
}
.product-page-layout-5 div.product .product-layout-5 .product-toolbar .back-home {
  color: #000;
}
.product-page-layout-5 div.product .product-layout-5 .product-toolbar .back-home:hover {
  color: #990000;
}
.product-page-layout-5 div.product .product-layout-5 .product-toolbar .products-links {
  display: block;
  float: right;
}
.product-page-layout-5 div.product .product-layout-5 .product-toolbar .products-links .nav-previous,
.product-page-layout-5 div.product .product-layout-5 .product-toolbar .products-links .nav-next {
  float: left;
}
.product-page-layout-5 div.product .product-layout-5 .product-toolbar .products-links .nav-previous a,
.product-page-layout-5 div.product .product-layout-5 .product-toolbar .products-links .nav-next a {
  background-color: transparent;
  font-size: 24px;
  color: #ccc;
  position: static;
  width: auto;
}
.product-page-layout-5 div.product .product-layout-5 .product-toolbar .products-links .nav-previous a:hover,
.product-page-layout-5 div.product .product-layout-5 .product-toolbar .products-links .nav-next a:hover {
  color: #000;
}
.product-page-layout-5 div.product .product-layout-5 .product-toolbar .products-links .nav-previous span:before,
.product-page-layout-5 div.product .product-layout-5 .product-toolbar .products-links .nav-next span:before {
  font-size: 24px;
  content: "\f3d2";
}
.product-page-layout-5 div.product .product-layout-5 .product-toolbar .products-links .nav-next {
  float: right;
  margin-left: 30px;
}
.product-page-layout-5 div.product .product-layout-5 .product-toolbar .products-links .nav-next a span:before {
  content: "\f3d3";
}
.product-page-layout-5 div.product .product-layout-5 .product_title {
  text-align: center;
  padding-right: 0;
  font-size: 36px;
  line-height: 1;
  max-width: 470px;
  margin: 80px auto 10px;
}
.product-page-layout-5 div.product .product-layout-5 .woocommerce-product-rating {
  text-align: center;
}
.product-page-layout-5 div.product .product-layout-5 .woocommerce-product-rating .star-rating {
  display: inline-block;
  float: none;
  height: 14px;
  overflow: inherit;
}
.product-page-layout-5 div.product .product-layout-5 .woocommerce-product-rating .star-rating span {
  height: 14px;
}
.product-page-layout-5 div.product .product-layout-5 .woo-short-description,
.product-page-layout-5 div.product .product-layout-5 form.cart {
  max-width: 770px;
  margin: 0 auto 55px;
  color: #999;
}
.product-page-layout-5 div.product .product-layout-5 form.cart {
  text-align: center;
}
.product-page-layout-5 div.product .product-layout-5 form.cart .quantity,
.product-page-layout-5 div.product .product-layout-5 form.cart .single_add_to_cart_button,
.product-page-layout-5 div.product .product-layout-5 form.cart .single-add-to-cart-btn,
.product-page-layout-5 div.product .product-layout-5 form.cart .compare-button,
.product-page-layout-5 div.product .product-layout-5 form.cart .yith-wcwl-add-to-wishlist,
.product-page-layout-5 div.product .product-layout-5 form.cart .wcboost-wishlist-button,
.product-page-layout-5 div.product .product-layout-5 form.cart .single_variation_wrap {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  padding-top: 0;
}
.product-page-layout-5 div.product .product-layout-5 form.cart .compare-button {
  display: none;
}
.product-page-layout-5 div.product .product-layout-5 form.cart .variations {
  margin: 0 auto;
  width: auto;
}
.product-page-layout-5 div.product .product-layout-5 form.cart .variations tbody {
  float: left;
}
.product-page-layout-5 div.product .product-layout-5 form.cart .variations tr {
  display: inline-block;
  padding: 0 30px;
  float: left;
}
.product-page-layout-5 div.product .product-layout-5 form.cart .variations tr td {
  display: block;
  text-align: center;
  padding-bottom: 15px;
}
.product-page-layout-5 div.product .product-layout-5 .woocommerce-tabs {
  max-width: 1270px;
  margin: 55px auto 0;
  background-color: #fff;
  padding: 70px 80px 110px;
  border: 1px solid #f2f2f2;
  overflow: hidden;
}
.product-page-layout-5 div.product .product-layout-5 .woocommerce-tabs ul.tabs {
  width: 30%;
  float: left;
  position: relative;
  z-index: 100;
  overflow: initial;
}
.product-page-layout-5 div.product .product-layout-5 .woocommerce-tabs ul.tabs li {
  display: block;
  padding: 0 30px 0 0;
  margin: 0;
  width: 100%;
}
.product-page-layout-5 div.product .product-layout-5 .woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
  padding: 10px 0 10px;
}
.product-page-layout-5 div.product .product-layout-5 .woocommerce-tabs ul.tabs li:after {
  box-shadow: none;
  right: -1px;
  left: auto;
  width: 2px;
  height: 0;
  bottom: 0;
  border: none;
}
.product-page-layout-5 div.product .product-layout-5 .woocommerce-tabs ul.tabs li.active:after,
.product-page-layout-5 div.product .product-layout-5 .woocommerce-tabs ul.tabs li:hover:after {
  top: 0;
  bottom: auto;
  height: 100%;
}
.product-page-layout-5 div.product .product-layout-5 .woocommerce-tabs .woocommerce-Tabs-panel {
  width: 70%;
  float: left;
  clear: none;
  padding-left: 30px;
  padding-top: 10px;
  border: none;
  border-left: 1px solid #ccc;
}
.product-page-layout-5 .related.products,
.product-page-layout-5 .upsells.products {
  max-width: 1270px;
  margin: 55px auto 0;
  background-color: #fff;
  padding: 0 50px 20px;
  border: 1px solid #f2f2f2;
  clear: both;
}
.product-page-layout-5 .owl-controls .owl-buttons div.owl-prev {
  left: 19px;
}
.product-page-layout-5 .owl-controls .owl-buttons div.owl-next {
  right: 18px;
}
.product-page-layout-6.header-top-style-11 .site-content {
  border-top: 1px solid #e1e1e1;
}
.product-page-layout-6 .site-content {
  padding-top: 0;
}
.product-page-layout-6 .site-content .content-area {
  padding-left: 0;
  padding-right: 0;
}
.product-page-layout-6 div.product .product-layout-6 .product-details {
  background-color: #e9e9e9;
}
.product-page-layout-6 div.product .product-layout-6 div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
  max-height: 700px;
  overflow: hidden;
}
.product-page-layout-6 div.product .product-layout-6 div.images .woocommerce-product-gallery__wrapper.loaded {
  max-height: inherit;
}
.product-page-layout-6 div.product .product-layout-6 form.cart .compare-button {
  display: none;
}
.product-page-layout-6 div.product .product-layout-6 .entry-summary {
  padding-top: 145px;
}
.product-page-layout-6 div.product .product-layout-6 .product_title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 100%;
}
.product-page-layout-6 div.product .product-layout-6 .woocommerce-product-rating {
  display: none;
}
.product-page-layout-6 div.product .product-layout-6 .woocommerce-tabs {
  max-width: 830px;
  margin: 130px auto 0;
}
.product-page-layout-6 div.product .product-layout-6 .woocommerce-tabs ul.tabs {
  display: none;
}
.product-page-layout-6 div.product .product-layout-6 .woocommerce-tabs .panel {
  border: none;
  padding-top: 0;
  text-align: center;
}
.product-page-layout-6 div.product .product-layout-6 .woocommerce-tabs .panel h2 {
  font-size: 24px;
  text-transform: none;
  margin-bottom: 30px;
}
.product-page-layout-7 .site-content {
  padding-top: 0;
  padding-bottom: 0;
}
.product-page-layout-7 div.product {
  position: static;
}
.product-page-layout-7 div.product .product-layout-7 div.images .woocommerce-product-gallery__image {
  width: 100%;
  padding-bottom: 10px;
  display: block;
}
.product-page-layout-7 div.product .product-layout-7 div.images .woocommerce-product-gallery__image:last-child {
  padding-bottom: 0;
}
.product-page-layout-7 div.product .product-layout-7 div.images .woocommerce-product-gallery__image .photoswipe {
  position: relative;
  display: block;
}
.product-page-layout-7 div.product .product-layout-7 div.images .woocommerce-product-gallery__image .photoswipe.video:after {
  content: '\f488';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #fff;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 61px;
  padding-left: 2px;
  display: block;
}
.product-page-layout-7 div.product .product-layout-7 div.product-details {
  position: relative;
  overflow: inherit;
}
.product-page-layout-7 div.product .product-layout-7 div.product-details .product-toolbar {
  margin-bottom: 85px;
}
.product-page-layout-7 div.product .product-layout-7 div.product-details .product-toolbar .back-home {
  color: #000;
}
.product-page-layout-7 div.product .product-layout-7 div.product-details .product-toolbar .back-home:hover {
  color: #990000;
}
.product-page-layout-7 div.product .product-layout-7 div.product-details .product-toolbar .products-links {
  float: right;
}
.product-page-layout-7 div.product .product-layout-7 div.product-details .product-toolbar .products-links .nav-previous,
.product-page-layout-7 div.product .product-layout-7 div.product-details .product-toolbar .products-links .nav-next {
  float: left;
}
.product-page-layout-7 div.product .product-layout-7 div.product-details .product-toolbar .products-links .nav-previous a,
.product-page-layout-7 div.product .product-layout-7 div.product-details .product-toolbar .products-links .nav-next a {
  background-color: transparent;
  font-size: 24px;
  color: #ccc;
  width: auto;
  position: static;
}
.product-page-layout-7 div.product .product-layout-7 div.product-details .product-toolbar .products-links .nav-previous a:hover,
.product-page-layout-7 div.product .product-layout-7 div.product-details .product-toolbar .products-links .nav-next a:hover {
  color: #000;
}
.product-page-layout-7 div.product .product-layout-7 div.product-details .product-toolbar .products-links .nav-previous span:before,
.product-page-layout-7 div.product .product-layout-7 div.product-details .product-toolbar .products-links .nav-next span:before {
  font-size: 24px;
  content: "\f3d2";
}
.product-page-layout-7 div.product .product-layout-7 div.product-details .product-toolbar .products-links .nav-next {
  margin-left: 20px;
}
.product-page-layout-7 div.product .product-layout-7 div.product-details .product-toolbar .products-links .nav-next a span:before {
  content: "\f3d3";
}
.product-page-layout-7 div.product .product-layout-7 div.summary {
  margin-top: 120px;
  transition: 0.25s;
  position: static;
}
.product-page-layout-7 div.product .product-layout-7 div.summary .entry-summary-content {
  position: static;
}
.product-page-layout-7 div.product .product-layout-7 div.summary .product_title {
  padding-right: 0;
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 1;
  max-width: 100%;
}
.product-page-layout-7 div.product .product-layout-7 div.summary .woocommerce-product-rating {
  display: none;
}
.product-page-layout-7 div.product .product-layout-7 div.summary .woo-short-description {
  color: #999;
}
.product-page-layout-7 div.product .product-layout-7 div.summary .compare-button {
  display: none;
}
.product-page-layout-7 div.product .product-layout-7 div.summary form.cart .button {
  text-transform: none;
}
.product-page-layout-7 div.product .product-layout-7 .upsells.products,
.product-page-layout-7 div.product .product-layout-7 .related.products {
  clear: both;
  margin-top: 120px;
  padding-top: 120px;
  border-top: 1px solid #e1e1e1;
}
.product-page-layout-7 div.product .product-layout-7 .upsells.products h2,
.product-page-layout-7 div.product .product-layout-7 .related.products h2 {
  text-align: left;
  margin: 0;
  margin-bottom: 45px;
}
.product-page-layout-7 div.product .product-layout-7 .upsells.products ul.products li.product,
.product-page-layout-7 div.product .product-layout-7 .related.products ul.products li.product {
  margin-bottom: 0;
}
.product-page-layout-7 div.product .product-layout-7 .upsells.products ul.products li.product .product-cat,
.product-page-layout-7 div.product .product-layout-7 .related.products ul.products li.product .product-cat {
  display: none;
}
.product-page-layout-7 div.product .product-layout-7 .upsells.products ul.products li.product .attr-swatches,
.product-page-layout-7 div.product .product-layout-7 .related.products ul.products li.product .attr-swatches,
.product-page-layout-7 div.product .product-layout-7 .upsells.products ul.products li.product .star-rating,
.product-page-layout-7 div.product .product-layout-7 .related.products ul.products li.product .star-rating {
  display: none;
}
.product-page-layout-7 div.product .product-layout-7 .upsells.products ul.products li.product .product-inner,
.product-page-layout-7 div.product .product-layout-7 .related.products ul.products li.product .product-inner {
  box-shadow: none;
  padding-bottom: 0;
}
.product-page-layout-7 div.product .product-layout-7 .upsells.products ul.products li.product .product-inner:hover,
.product-page-layout-7 div.product .product-layout-7 .related.products ul.products li.product .product-inner:hover {
  box-shadow: none;
}
.product-page-layout-7 div.product .product-layout-7 .upsells.products ul.products li.product .star-rating,
.product-page-layout-7 div.product .product-layout-7 .related.products ul.products li.product .star-rating {
  display: none;
}
.product-page-layout-7 div.product .product-layout-7 .upsells.products ul.products li.product .price,
.product-page-layout-7 div.product .product-layout-7 .related.products ul.products li.product .price,
.product-page-layout-7 div.product .product-layout-7 .upsells.products ul.products li.product .ribbons,
.product-page-layout-7 div.product .product-layout-7 .related.products ul.products li.product .ribbons {
  display: none;
}
.product-page-layout-7 div.product .product-layout-7 .upsells.products ul.products li.product h3,
.product-page-layout-7 div.product .product-layout-7 .related.products ul.products li.product h3 {
  text-align: left;
  font-size: 14px;
  padding: 0 0 10px;
}
.product-page-layout-7 div.product .product-layout-7 .upsells.products ul.products li.product .product-content-thumbnails,
.product-page-layout-7 div.product .product-layout-7 .related.products ul.products li.product .product-content-thumbnails {
  margin-bottom: 17px;
}
.product-page-layout-7 div.product .product-layout-7 .upsells.products ul.products li.product .product-content-thumbnails .footer-product,
.product-page-layout-7 div.product .product-layout-7 .related.products ul.products li.product .product-content-thumbnails .footer-product {
  display: none;
}
.product-page-layout-7 div.product .product-layout-7 .upsells.products ul.products li.product .product-content-thumbnails + .star-rating,
.product-page-layout-7 div.product .product-layout-7 .related.products ul.products li.product .product-content-thumbnails + .star-rating {
  display: none;
}
.product-page-layout-7 div.product .product-layout-7 .upsells.products ul.products li.product .price,
.product-page-layout-7 div.product .product-layout-7 .related.products ul.products li.product .price {
  padding: 0;
  font-size: 14px;
  text-align: left;
}
.product-page-layout-7 div.product .product-layout-7 .upsells.products .owl-controls .owl-buttons div,
.product-page-layout-7 div.product .product-layout-7 .related.products .owl-controls .owl-buttons div {
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 18px;
  top: 35%;
}
.product-page-layout-7.product-item-layout-6 .upsells.products ul.products li.product .product-inner .product-inner-content,
.product-page-layout-7.product-item-layout-6 .related.products ul.products li.product .product-inner .product-inner-content {
  display: none;
}
.product-page-layout-8 .products-links .nav-previous a,
.product-page-layout-8 .products-links .nav-next a {
  width: 45px;
  height: auto;
  position: relative;
  background-color: transparent;
  border-radius: 0;
}
.product-page-layout-8 .products-links .nav-previous a span,
.product-page-layout-8 .products-links .nav-next a span {
  background-color: transparent;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -8px;
  line-height: 1;
  transition: 0.5s;
  opacity: 0;
  z-index: 100;
}
.product-page-layout-8 .products-links .nav-previous a span:before,
.product-page-layout-8 .products-links .nav-next a span:before {
  content: "\24";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 24px;
  color: #000;
}
.product-page-layout-8 .products-links .nav-previous a:after,
.product-page-layout-8 .products-links .nav-next a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: 0.5s;
  content: "";
}
.product-page-layout-8 .products-links .nav-previous a:hover,
.product-page-layout-8 .products-links .nav-next a:hover {
  background-color: transparent;
}
.product-page-layout-8 .products-links .nav-previous a:hover:after,
.product-page-layout-8 .products-links .nav-next a:hover:after {
  opacity: 1;
}
.product-page-layout-8 .products-links .nav-previous a:hover span,
.product-page-layout-8 .products-links .nav-next a:hover span {
  opacity: 1;
}
.product-page-layout-8 .products-links .nav-previous a span:before {
  content: "\23";
}
.product-page-layout-8 div.product .product-layout-8 div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
  max-height: 500px;
  overflow: hidden;
}
.product-page-layout-8 div.product .product-layout-8 div.images .woocommerce-product-gallery__wrapper.loaded {
  max-height: inherit;
}
.product-page-layout-8 div.product .product-layout-8 .product_title {
  max-width: 550px;
  font-size: 24px;
  line-height: 1;
}
.product-page-layout-8 div.product .product-layout-8 form.cart.variations_form {
  max-width: 580px;
}
.product-page-layout-8 div.product .product-layout-8 .woocommerce-tabs {
  margin-top: 125px;
}
.product-page-layout-8 div.product .product-layout-8 .woocommerce-tabs ul.tabs li {
  padding: 0 20px;
}
.product-page-layout-8 div.product .product-layout-8 .woocommerce-tabs ul.tabs li a {
  font-size: 18px;
}
.product-page-layout-9 .products-links .nav-previous a,
.product-page-layout-9 .products-links .nav-next a {
  width: 45px;
  height: 60px;
  background-color: transparent;
  position: relative;
}
.product-page-layout-9 .products-links .nav-previous a span,
.product-page-layout-9 .products-links .nav-next a span {
  background-color: transparent;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -8px;
  line-height: 1;
  transition: 0.5s;
  opacity: 0;
  z-index: 100;
}
.product-page-layout-9 .products-links .nav-previous a span:before,
.product-page-layout-9 .products-links .nav-next a span:before {
  content: "\24";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 24px;
  color: #000;
}
.product-page-layout-9 .products-links .nav-previous a:after,
.product-page-layout-9 .products-links .nav-next a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: 0.5s;
  content: "";
}
.product-page-layout-9 .products-links .nav-previous a:hover:after,
.product-page-layout-9 .products-links .nav-next a:hover:after {
  opacity: 1;
}
.product-page-layout-9 .products-links .nav-previous a:hover span,
.product-page-layout-9 .products-links .nav-next a:hover span {
  opacity: 1;
}
.product-page-layout-9 .products-links .nav-previous a span:before {
  content: "\23";
}
.product-page-layout-9 div.product .product_title {
  max-width: 350px;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.product-page-layout-9 div.product div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
  max-height: 500px;
  overflow: hidden;
}
.product-page-layout-9 div.product div.images .woocommerce-product-gallery__wrapper.loaded {
  max-height: inherit;
}
.product-page-layout-9 div.product .woocommerce-product-rating {
  display: none;
}
.product-page-layout-9 div.product .product-details .product-images-content {
  position: relative;
  padding-right: 120px;
}
.product-page-layout-9 div.product .product-details .product-images-content .product-thumbnails {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  max-width: 100px;
  margin-top: 0;
}
.product-page-layout-9 div.product .product-details .product-images-content .product-thumbnails .slick-slide {
  margin-bottom: 20px;
}
.product-page-layout-9 div.product .product-details .product-images-content .product-thumbnails .slick-arrow {
  display: none !important;
}
.product-page-layout-9 div.product .product-details .product-images-content .product-thumbnails a {
  width: 100px;
  text-align: center;
  display: block;
  margin: 0 0 20px;
}
.product-page-layout-9 div.product .product-details .product-images-content .product-thumbnails a img {
  border: 1px solid transparent;
}
.product-page-layout-9 div.product .product-details .product-images-content .product-thumbnails a.active img {
  background-color: #999;
}
.product-page-layout-9 div.product .product-details .product-images-content .product-thumbnails a.video-thumb {
  position: relative;
}
.product-page-layout-9 div.product .product-details .product-images-content .product-thumbnails a.video-thumb:after {
  content: '\f488';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.35);
  font-size: 22px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  padding-left: 2px;
  display: block;
}
.product-page-layout-9 div.product .product-details .product-images-content .product-thumbnails .bx-viewport {
  height: 100% !important;
  position: static !important;
}
.product-page-layout-9 div.product .product-details .product-images-content .product-thumbnails.thumbnails-count-3 .bx-controls {
  display: none;
}
.product-page-layout-9 div.product .product-details .product-images-content .bx-controls a {
  position: absolute;
  top: 0;
  left: 50%;
  background: none;
  background-color: rgba(0, 0, 0, 0.35);
  width: 30px;
  text-align: center;
  display: block;
  line-height: 35px;
  height: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-size: 20px;
  padding: 0;
  margin-left: -15px;
}
.product-page-layout-9 div.product .product-details .product-images-content .bx-controls a:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.product-page-layout-9 div.product .product-details .product-images-content .bx-controls .bx-next {
  bottom: 0;
  top: auto;
}
.product-page-layout-9 div.product .woocommerce-tabs {
  max-width: 830px;
  margin: 130px auto 0;
}
.product-page-layout-9 div.product .woocommerce-tabs ul.tabs {
  display: none;
}
.product-page-layout-9 div.product .woocommerce-tabs .panel {
  border: none;
  padding-top: 0;
  text-align: center;
}
.product-page-layout-9 div.product .woocommerce-tabs .panel h2 {
  font-size: 24px;
  text-transform: none;
  margin-bottom: 30px;
}
.product-page-layout-10.header-top-style-11 .site-content {
  border-top: 1px solid #e1e1e1;
}
.product-page-layout-10.header-top-style-8 .site-header {
  border-bottom: 1px solid #e1e1e1;
}
.product-page-layout-10 .site-content {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
}
.product-page-layout-10 div.product .product-layout-10 {
  position: static;
  background-color: #fff;
}
.product-page-layout-10 div.product .product-layout-10 div.images .woocommerce-product-gallery__wrapper {
  margin: 0;
  max-height: 300px;
  overflow: hidden;
}
.product-page-layout-10 div.product .product-layout-10 div.images .woocommerce-product-gallery__wrapper.loaded {
  max-height: inherit;
}
.product-page-layout-10 div.product .product-layout-10 div.images .woocommerce-product-gallery__wrapper .slick-arrow {
  border-radius: 50%;
}
.product-page-layout-10 div.product .product-layout-10 div.images .woocommerce-product-gallery__wrapper .slick-prev-arrow {
  left: 20px;
  opacity: 1;
}
.product-page-layout-10 div.product .product-layout-10 div.images .woocommerce-product-gallery__wrapper .slick-next-arrow {
  opacity: 1;
  right: 20px;
}
.product-page-layout-10 div.product .product-layout-10 div.images .woocommerce-product-gallery__wrapper:hover .slick-prev-arrow {
  left: 20px;
}
.product-page-layout-10 div.product .product-layout-10 div.images .woocommerce-product-gallery__wrapper:hover .slick-next-arrow {
  right: 20px;
}
.product-page-layout-10 div.product .product-layout-10 form.cart .compare-button {
  display: none;
}
.product-page-layout-10 div.product .product-layout-10 .product-details {
  margin-right: 160px;
  background-color: #e9e9e9;
}
.product-page-layout-10 div.product .product-layout-10 .product-details .container-full {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.product-page-layout-10 div.product .product-layout-10 .product-details .container-full > .row {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}
.product-page-layout-10 div.product .product-layout-10 .product-details .container-full > .row:before,
.product-page-layout-10 div.product .product-layout-10 .product-details .container-full > .row:after {
  display: none;
}
.product-page-layout-10 div.product .product-layout-10 .product-details .product-images {
  padding-left: 0;
  position: static;
}
.product-page-layout-10 div.product .product-layout-10 .product-details .product-images .product-images-content {
  background-color: #e9e9e9;
}
.product-page-layout-10 div.product .product-layout-10 .product-details .entry-summary {
  padding-right: 0;
  height: 100%;
}
.product-page-layout-10 div.product .product-layout-10 .product-details .entry-summary .entry-summary-content {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}
.product-page-layout-10 div.product .product-layout-10 .back-home {
  color: #999;
  display: block;
  margin-bottom: 30px;
}
.product-page-layout-10 div.product .product-layout-10 .back-home:hover {
  color: #000;
}
.product-page-layout-10 div.product .product-layout-10 .products-links {
  display: none;
}
.product-page-layout-10 div.product .product-layout-10 .product_title {
  padding-right: 0;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1;
  max-width: 100%;
}
.product-page-layout-10 div.product .product-layout-10 .woocommerce-product-rating {
  display: none;
}
.product-page-layout-10 div.product .product-layout-10 .thumbnails {
  display: none;
}
.product-page-layout-10 .related-products {
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translate(0, -50%);
  width: 85px;
}
.product-page-layout-10 .related-products .related.products h2 {
  display: none;
}
.product-page-layout-10 .related-products .container {
  width: 100%;
}
.product-page-layout-10 .related-products ul.products {
  margin: 0;
}
.product-page-layout-10 .related-products ul.products li.product {
  width: 100%;
  float: none;
  text-align: center;
  padding: 0;
}
.product-page-layout-10 .related-products ul.products li.product .product-cat {
  display: none;
}
.product-page-layout-10 .related-products ul.products li.product .attr-swatches,
.product-page-layout-10 .related-products ul.products li.product .star-rating {
  display: none;
}
.product-page-layout-10 .related-products ul.products li.product .product-inner {
  box-shadow: none;
  padding-bottom: 0;
}
.product-page-layout-10 .related-products ul.products li.product .product-inner:hover {
  box-shadow: none;
}
.product-page-layout-10 .related-products ul.products li.product .product-inner-content .star-rating {
  display: none;
}
.product-page-layout-10 .related-products ul.products li.product .product-content-thumbnails {
  margin-bottom: 25px;
}
.product-page-layout-10 .related-products ul.products li.product .product-content-thumbnails a {
  border: 1px solid transparent;
  display: block;
}
.product-page-layout-10 .related-products ul.products li.product .product-content-thumbnails a:before,
.product-page-layout-10 .related-products ul.products li.product .product-content-thumbnails a:after {
  display: none;
}
.product-page-layout-10 .related-products ul.products li.product .product-content-thumbnails a:hover {
  border-color: #990000;
}
.product-page-layout-10 .related-products ul.products li.product .product-content-thumbnails + .star-rating {
  display: none;
}
.product-page-layout-10 .related-products ul.products li.product .product-content-thumbnails .quick-view-out {
  display: none;
}
.product-page-layout-10 .related-products ul.products li.product .product-content-thumbnails .attachment-shop_catalog {
  opacity: 0;
}
.product-page-layout-10 .related-products ul.products li.product .product-content-thumbnails .attachment-shop_catalog.wp-post-image {
  opacity: 1;
}
.product-page-layout-10 .related-products ul.products li.product .product-content-thumbnails .ribbons {
  display: none;
}
.product-page-layout-10 .related-products ul.products li.product .product-content-thumbnails .footer-product {
  display: none;
}
.product-page-layout-10 .related-products ul.products li.product .star-rating,
.product-page-layout-10 .related-products ul.products li.product h3,
.product-page-layout-10 .related-products ul.products li.product .price,
.product-page-layout-10 .related-products ul.products li.product .woo-short-description {
  display: none;
}
.product-page-layout-11 .site-content {
  padding-top: 0;
  padding-bottom: 0;
}
.product-page-layout-11 div.product {
  position: static;
}
.product-page-layout-11 div.product .product-layout-11 div.images .woocommerce-product-gallery__image {
  width: 100%;
  display: block;
  border: 16px solid #f0f0f0;
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.product-page-layout-11 div.product .product-layout-11 div.images .woocommerce-product-gallery__image:last-child {
  padding-bottom: 0;
  border-bottom-width: 16px;
}
.product-page-layout-11 div.product .product-layout-11 div.images .woocommerce-product-gallery__image:first-child {
  border-top-width: 16px;
}
.product-page-layout-11 div.product .product-layout-11 div.images .woocommerce-product-gallery__image .photoswipe {
  position: relative;
  display: block;
}
.product-page-layout-11 div.product .product-layout-11 div.images .woocommerce-product-gallery__image .photoswipe.video:after {
  content: '\f488';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #fff;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  padding-left: 2px;
  display: block;
  opacity: 1;
}
.product-page-layout-11 div.product .product-layout-11 div.product-details {
  position: relative;
  overflow: inherit;
}
.product-page-layout-11 div.product .product-layout-11 div.product-details .product-toolbar {
  margin-bottom: 85px;
}
.product-page-layout-11 div.product .product-layout-11 div.product-details .product-toolbar .back-home {
  color: #000;
}
.product-page-layout-11 div.product .product-layout-11 div.product-details .product-toolbar .back-home:hover {
  color: #990000;
}
.product-page-layout-11 div.product .product-layout-11 div.product-details .product-toolbar .products-links {
  float: right;
}
.product-page-layout-11 div.product .product-layout-11 div.product-details .product-toolbar .products-links .nav-previous,
.product-page-layout-11 div.product .product-layout-11 div.product-details .product-toolbar .products-links .nav-next {
  float: left;
}
.product-page-layout-11 div.product .product-layout-11 div.product-details .product-toolbar .products-links .nav-previous a,
.product-page-layout-11 div.product .product-layout-11 div.product-details .product-toolbar .products-links .nav-next a {
  background-color: transparent;
  font-size: 24px;
  color: #ccc;
  width: auto;
  position: static;
}
.product-page-layout-11 div.product .product-layout-11 div.product-details .product-toolbar .products-links .nav-previous a:hover,
.product-page-layout-11 div.product .product-layout-11 div.product-details .product-toolbar .products-links .nav-next a:hover {
  color: #000;
}
.product-page-layout-11 div.product .product-layout-11 div.product-details .product-toolbar .products-links .nav-previous span:before,
.product-page-layout-11 div.product .product-layout-11 div.product-details .product-toolbar .products-links .nav-next span:before {
  font-size: 24px;
  content: "\f3d2";
}
.product-page-layout-11 div.product .product-layout-11 div.product-details .product-toolbar .products-links .nav-next {
  margin-left: 20px;
}
.product-page-layout-11 div.product .product-layout-11 div.product-details .product-toolbar .products-links .nav-next a span:before {
  content: "\f3d3";
}
.product-page-layout-11 div.product .product-layout-11 div.product-details .thumbnails {
  display: none;
}
.product-page-layout-11 div.product .product-layout-11 div.product-details div.images {
  position: relative;
  overflow: hidden;
}
.product-page-layout-11 div.product .product-layout-11 div.product-details div.images a:hover {
  cursor: crosshair;
}
.product-page-layout-11 div.product .product-layout-11 div.summary {
  margin-top: 120px;
  transition: 0.25s;
  position: static;
}
.product-page-layout-11 div.product .product-layout-11 div.summary .entry-summary-content {
  position: static;
}
.product-page-layout-11 div.product .product-layout-11 div.summary .product_title {
  padding-right: 0;
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 1;
  max-width: 100%;
}
.product-page-layout-11 div.product .product-layout-11 div.summary .woocommerce-product-rating {
  display: none;
}
.product-page-layout-11 div.product .product-layout-11 div.summary .woo-short-description {
  color: #999;
}
.product-page-layout-11 div.product .product-layout-11 div.summary .compare-button {
  display: none;
}
.product-page-layout-11 div.product .product-layout-11 div.summary form.cart .button {
  text-transform: none;
}
.product-page-layout-11 div.product .product-layout-11 .upsells.products,
.product-page-layout-11 div.product .product-layout-11 .related.products {
  clear: both;
  margin-top: 120px;
  padding-top: 120px;
  border-top: 1px solid #e1e1e1;
}
.product-page-layout-11 div.product .product-layout-11 .upsells.products h2,
.product-page-layout-11 div.product .product-layout-11 .related.products h2 {
  text-align: left;
  margin: 0;
  margin-bottom: 45px;
}
.product-page-layout-11 div.product .product-layout-11 .upsells.products ul.products li.product,
.product-page-layout-11 div.product .product-layout-11 .related.products ul.products li.product {
  margin-bottom: 0;
}
.product-page-layout-11 div.product .product-layout-11 .upsells.products ul.products li.product .product-cat,
.product-page-layout-11 div.product .product-layout-11 .related.products ul.products li.product .product-cat {
  display: none;
}
.product-page-layout-11 div.product .product-layout-11 .upsells.products ul.products li.product .attr-swatches,
.product-page-layout-11 div.product .product-layout-11 .related.products ul.products li.product .attr-swatches,
.product-page-layout-11 div.product .product-layout-11 .upsells.products ul.products li.product .star-rating,
.product-page-layout-11 div.product .product-layout-11 .related.products ul.products li.product .star-rating {
  display: none;
}
.product-page-layout-11 div.product .product-layout-11 .upsells.products ul.products li.product .product-inner,
.product-page-layout-11 div.product .product-layout-11 .related.products ul.products li.product .product-inner {
  box-shadow: none;
  padding-bottom: 0;
}
.product-page-layout-11 div.product .product-layout-11 .upsells.products ul.products li.product .product-inner:hover,
.product-page-layout-11 div.product .product-layout-11 .related.products ul.products li.product .product-inner:hover {
  box-shadow: none;
}
.product-page-layout-11 div.product .product-layout-11 .upsells.products ul.products li.product .star-rating,
.product-page-layout-11 div.product .product-layout-11 .related.products ul.products li.product .star-rating {
  display: none;
}
.product-page-layout-11 div.product .product-layout-11 .upsells.products ul.products li.product .price,
.product-page-layout-11 div.product .product-layout-11 .related.products ul.products li.product .price,
.product-page-layout-11 div.product .product-layout-11 .upsells.products ul.products li.product .ribbons,
.product-page-layout-11 div.product .product-layout-11 .related.products ul.products li.product .ribbons {
  display: none;
}
.product-page-layout-11 div.product .product-layout-11 .upsells.products ul.products li.product h3,
.product-page-layout-11 div.product .product-layout-11 .related.products ul.products li.product h3 {
  text-align: left;
  font-size: 14px;
  padding: 0 0 10px;
}
.product-page-layout-11 div.product .product-layout-11 .upsells.products ul.products li.product .product-content-thumbnails,
.product-page-layout-11 div.product .product-layout-11 .related.products ul.products li.product .product-content-thumbnails {
  margin-bottom: 17px;
}
.product-page-layout-11 div.product .product-layout-11 .upsells.products ul.products li.product .product-content-thumbnails .footer-product,
.product-page-layout-11 div.product .product-layout-11 .related.products ul.products li.product .product-content-thumbnails .footer-product {
  display: none;
}
.product-page-layout-11 div.product .product-layout-11 .upsells.products ul.products li.product .product-content-thumbnails + .star-rating,
.product-page-layout-11 div.product .product-layout-11 .related.products ul.products li.product .product-content-thumbnails + .star-rating {
  display: none;
}
.product-page-layout-11 div.product .product-layout-11 .upsells.products ul.products li.product .price,
.product-page-layout-11 div.product .product-layout-11 .related.products ul.products li.product .price {
  padding: 0;
  font-size: 14px;
  text-align: left;
}
.product-page-layout-11 div.product .product-layout-11 .upsells.products .owl-controls .owl-buttons div,
.product-page-layout-11 div.product .product-layout-11 .related.products .owl-controls .owl-buttons div {
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 18px;
  top: 35%;
}
.product-page-layout-11.product-item-layout-6 .upsells.products ul.products li.product .product-inner .product-inner-content,
.product-page-layout-11.product-item-layout-6 .related.products ul.products li.product .product-inner .product-inner-content {
  display: none;
}
.product-page-layout-11.header-top-style-11 .site-content {
  border-top: 1px solid #e1e1e1;
}
.product-page-layout-12 div.product .product_title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-right: 70px;
}
.product-page-layout-12 div.product .woocommerce-product-rating {
  display: none;
}
.product-page-layout-12 div.product .product-details .product-images-content {
  position: relative;
  padding-right: 120px;
}
.product-page-layout-12 div.product .product-details .product-images-content .product-thumbnails {
  position: absolute;
  right: 0;
  top: -10px;
  height: 100%;
  overflow: hidden;
  padding-top: 15px;
  max-width: 100px;
}
.product-page-layout-12 div.product .product-details .product-images-content .product-thumbnails .slick-slide {
  padding-bottom: 20px;
}
.product-page-layout-12 div.product .product-details .product-images-content .product-thumbnails .slick-arrow {
  display: none !important;
}
.product-page-layout-12 div.product .product-details .product-images-content .product-thumbnails a {
  width: 100px;
  text-align: center;
  display: block;
  margin: 0 0 20px;
}
.product-page-layout-12 div.product .product-details .product-images-content .product-thumbnails a.video-thumb {
  position: relative;
}
.product-page-layout-12 div.product .product-details .product-images-content .product-thumbnails a.video-thumb:after {
  content: '\f488';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 99;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  padding-left: 2px;
  display: block;
}
.product-page-layout-12 div.product .product-details .product-images-content .product-thumbnails a img {
  border: 1px solid transparent;
}
.product-page-layout-12 div.product .product-details .product-images-content .product-thumbnails a.active img {
  background-color: #999;
}
.product-page-layout-12 div.product .product-details .product-images-content .product-thumbnails .bx-wrapper {
  height: 100%;
}
.product-page-layout-12 div.product .product-details .product-images-content .product-thumbnails .bx-viewport {
  height: 100% !important;
  position: static !important;
}
.product-page-layout-12 div.product .product-details .product-images-content .product-thumbnails.thumbnails-count-3 .bx-controls {
  display: none;
}
.product-page-layout-12 div.product .product-details .product-images-content .bx-controls a {
  position: absolute;
  top: 0;
  left: 50%;
  background: none;
  width: 30px;
  text-align: center;
  display: block;
  line-height: 35px;
  height: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #999;
  font-size: 30px;
  padding: 0;
  margin-left: -15px;
}
.product-page-layout-12 div.product .product-details .product-images-content .bx-controls a:hover {
  color: #000;
}
.product-page-layout-12 div.product .product-details .product-images-content .bx-controls .bx-next {
  bottom: -2px;
  top: auto;
}
.product-page-layout-12 div.product .woocommerce-tabs {
  max-width: 830px;
  margin: 100px auto 0;
  text-align: center;
}
.product-page-layout-12 div.product .woocommerce-tabs ul.tabs {
  margin-bottom: 40px;
}
.product-page-layout-12 div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  float: none;
}
.product-page-layout-12 div.product .woocommerce-tabs ul.tabs li a {
  font-size: 24px;
}
.product-page-layout-12 div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.product-page-layout-12 div.product .woocommerce-tabs .panel {
  border: none;
  padding-top: 0;
  text-align: center;
}
.product-page-layout-12 div.product .woocommerce-tabs .panel h2 {
  font-size: 16px;
  font-weight: 600;
}
.product-page-layout-12.header-top-style-11 .site-content {
  border-top: 1px solid #e1e1e1;
}
.product-item-layout-1 .related.products ul.products li.product .product-inner .footer-product .footer-product-button .btn-add-to-cart,
.product-item-layout-2 .related.products ul.products li.product .product-inner .footer-product .footer-product-button .btn-add-to-cart,
.product-item-layout-6 .related.products ul.products li.product .product-inner .footer-product .footer-product-button .btn-add-to-cart,
.product-item-layout-1 .upsells.products ul.products li.product .product-inner .footer-product .footer-product-button .btn-add-to-cart,
.product-item-layout-2 .upsells.products ul.products li.product .product-inner .footer-product .footer-product-button .btn-add-to-cart,
.product-item-layout-6 .upsells.products ul.products li.product .product-inner .footer-product .footer-product-button .btn-add-to-cart,
.product-item-layout-1 .related.products ul.products li.product .product-inner .footer-product .footer-product-button .added_to_cart.wc-forward,
.product-item-layout-2 .related.products ul.products li.product .product-inner .footer-product .footer-product-button .added_to_cart.wc-forward,
.product-item-layout-6 .related.products ul.products li.product .product-inner .footer-product .footer-product-button .added_to_cart.wc-forward,
.product-item-layout-1 .upsells.products ul.products li.product .product-inner .footer-product .footer-product-button .added_to_cart.wc-forward,
.product-item-layout-2 .upsells.products ul.products li.product .product-inner .footer-product .footer-product-button .added_to_cart.wc-forward,
.product-item-layout-6 .upsells.products ul.products li.product .product-inner .footer-product .footer-product-button .added_to_cart.wc-forward {
  width: calc(100% - 92px);
}
.product-item-layout-1 .related.products ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view,
.product-item-layout-2 .related.products ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view,
.product-item-layout-6 .related.products ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view,
.product-item-layout-1 .upsells.products ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view,
.product-item-layout-2 .upsells.products ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view,
.product-item-layout-6 .upsells.products ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view {
  display: none;
}
.product-item-layout-3 .related.products ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view,
.product-item-layout-4 .related.products ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view,
.product-item-layout-8 .related.products ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view,
.product-item-layout-9 .related.products ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view,
.product-item-layout-3 .upsells.products ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view,
.product-item-layout-4 .upsells.products ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view,
.product-item-layout-8 .upsells.products ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view,
.product-item-layout-9 .upsells.products ul.products li.product .product-inner .footer-product .footer-product-button .product-quick-view {
  display: none;
}
.product-item-layout-3 .related.products ul.products li.product .product-content-thumbnails .quick-view-out,
.product-item-layout-4 .related.products ul.products li.product .product-content-thumbnails .quick-view-out,
.product-item-layout-8 .related.products ul.products li.product .product-content-thumbnails .quick-view-out,
.product-item-layout-9 .related.products ul.products li.product .product-content-thumbnails .quick-view-out,
.product-item-layout-3 .upsells.products ul.products li.product .product-content-thumbnails .quick-view-out,
.product-item-layout-4 .upsells.products ul.products li.product .product-content-thumbnails .quick-view-out,
.product-item-layout-8 .upsells.products ul.products li.product .product-content-thumbnails .quick-view-out,
.product-item-layout-9 .upsells.products ul.products li.product .product-content-thumbnails .quick-view-out {
  display: none;
}
.product-cat-filter.woocommerce ul.products li.product {
  transition: none;
}
.tooltip {
  margin-left: -9px;
}
.tooltip-inner {
  color: #fff;
  background-color: #990000;
  font-size: 11px;
}
.tooltip-arrow {
  border-color: transparent;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #990000;
  right: 30%;
  left: auto;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: transparent;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: transparent;
}
.tooltip.right .tooltip-arrow {
  border-right-color: transparent;
}
.tooltip.left .tooltip-arrow {
  border-left-color: transparent;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: transparent;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: transparent;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: transparent;
}
.woocommerce-checkout #payment .payment_method_paypal img {
  max-height: 35px;
}
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: #333;
  text-align: center;
  position: relative;
}
.select2-container--open .select2-dropdown--below {
  border: none;
}
.select2-container--default .select2-dropdown {
  border: none;
}
.select2-container--default .select2-results > .select2-results__options:not(#select2-billing_country-results) {
  max-height: none;
  padding: 10px 20px;
}
.select2-container--default .select2-results {
  border: 1px solid #aeaeae;
  min-width: 180px;
  background-color: #fff;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.select2-container--default .select2-results .select2-results__option {
  color: #999;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0;
  transition: 0.5s;
  background-color: transparent;
}
.select2-container--default .select2-results .select2-results__option:hover {
  color: #000;
}
.select2-container--default .select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: #000;
}
.show-dropdown-product-variations .select2-container--default .select2-results .select2-results__option {
  padding: 5px 0;
}
.show-dropdown-product-variations.woocommerce div.product form.cart .variations .styled-select .select2-container--open .select2-selection--single {
  border-color: transparent;
}
.shop-filter-mobile {
  background-color: #990000;
  height: 56px;
  line-height: 56px;
  display: none;
}
.shop-filter-mobile .filter-title {
  color: #fff;
  font-family: Montserrat, "Times New Roman", Times, serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 80px;
  display: block;
}
.shop-filter-mobile .filter-title i {
  padding-right: 15px;
  font-size: 23px;
  min-width: 40px;
  display: block;
}
.shop-filter-mobile .filter-title i,
.shop-filter-mobile .filter-title span {
  float: left;
}
.shop-filter-mobile .filter-title.show-filter i:before {
  content: "\f2d7";
}
.single-product .content-area {
  padding-right: 15px;
}
.single-product .primary-sidebar {
  padding-left: 15px;
}
.single-product.sidebar-content .content-area {
  padding-left: 0;
  position: relative;
}
.single-product.sidebar-content .content-area:before {
  position: absolute;
  top: 0;
  left: -7.33333333%;
  content: '';
  border-left: 1px solid #e0e0e0;
  height: 100%;
  width: 1px;
}
.single-product.sidebar-content .primary-sidebar {
  padding-right: 0;
}
.col-login-socials {
  margin-top: 25px;
}
.mo-openid-app-icons > p {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  padding-right: 10px;
}
.mo-openid-app-icons > a {
  padding: 0 10px;
}
.my-account-page-transparent .mo-openid-app-icons > p {
  color: #999;
}
.woocommerce div.product .WooZone-price-info {
  font-size: 13px;
}
.fp_donation_heading {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.fp_donation_form {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 40px;
}
.fp_donation_amount {
  padding: 5px 0;
  border: 1px solid #ccc;
  margin: 0 15px;
}
.wc-proceed-to-checkout #pay_with_amazon {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  float: none;
}
.wc-proceed-to-checkout #pay_with_amazon img {
  display: inline-block;
}
.dokan-add-new-product-popup {
  max-width: 768px;
}
.button-primary.Donate {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #000;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 25px;
}
.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .list-unstyled {
  margin-left: 0;
  margin-right: 0;
}
.pswp .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.pswp .video-wrapper iframe,
.pswp .video-wrapper .wp-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pswp .video-wrapper iframe:-webkit-full-screen {
  transform: none;
}
.woocommerce div.product .product-images .iconic-woothumbs-all-images-wrap {
  width: 100%;
}
.woocommerce div.product .product-images .iconic-woothumbs-thumbnails-wrap {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
.woocommerce div.product .product-images .iconic-woothumbs-thumbnails-wrap .iconic-woothumbs-thumbnails__image {
  padding: 0 5px;
}
.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item,
.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item,
.wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item {
  box-shadow: none;
  border-color: transparent;
  background-color: #f1f1f1;
}
.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item.selected,
.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.selected,
.wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item.selected,
.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item:hover,
.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item:hover,
.wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item:hover {
  background-color: transparent;
  border-color: #111;
  color: #111;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2);
}
.wcboost-variation-swatches.wcboost-variation-swatches--button .wcboost-variation-swatches__item.disabled,
.wcboost-variation-swatches.wcboost-variation-swatches--color .wcboost-variation-swatches__item.disabled,
.wcboost-variation-swatches.wcboost-variation-swatches--label .wcboost-variation-swatches__item.disabled {
  opacity: 0.5 !important;
  background-color: #f5f5f5;
  text-decoration: line-through;
  color: #a6a6a6;
  cursor: no-drop;
}
.woocommerce .wcboost-wishlist-form table.shop_table tr td.product-quantity {
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce .wcboost-wishlist-form table.shop_table tr td.product-quantity .quantity {
  display: inline-flex;
  flex-wrap: nowrap;
}
.woocommerce .wcboost-wishlist-form table.shop_table tr td.product-quantity .quantity .items-count {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #ccc;
  font-weight: 600;
}
.woocommerce .wcboost-wishlist-form table.shop_table tr td.product-quantity .quantity .items-count:hover {
  color: #000;
}
.woocommerce .wcboost-wishlist-form table.shop_table tr td.product-quantity .quantity .qty {
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  width: 25px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  float: left;
  background-color: #f7f7f7;
  color: #000;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.woocommerce .wcboost-wishlist-form table.shop_table tr td.product-quantity .quantity .items-count.qty-minus {
  border-radius: 50% 0 0 50%;
  border-right: none;
}
.woocommerce .wcboost-wishlist-form table.shop_table tr td.product-quantity .quantity .items-count.qty-plus {
  border-radius: 0 50% 50% 0;
  border-left: none;
}
.woocommerce .wcboost-wishlist-form table.shop_table tr td.product-add-to-cart .button {
  padding-right: 40px !important;
  white-space: nowrap;
}
.woocommerce .wcboost-wishlist-form button.button.alt:disabled,
.woocommerce .wcboost-wishlist-form .woocommerce button.button.alt:disabled[disabled] {
  background-color: #009999;
}
@media (max-width: 991px) {
  .wcboost-wishlist-form table.shop_table thead {
    display: none;
  }
  .wcboost-wishlist-form table.shop_table tr td {
    padding-left: 0;
    padding-right: 0;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-price,
  .wcboost-wishlist-form table.shop_table tr td.product-stock-status,
  .wcboost-wishlist-form table.shop_table tr td.product-date {
    display: none;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-thumbnail {
    display: table-cell !important;
    width: auto;
    padding-right: 15px;
    vertical-align: middle;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name {
    flex-direction: column;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name > a {
    font-size: 16px;
    font-weight: 600;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .label {
    display: inline-block;
    width: 30%;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    color: #333;
    text-align: left;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-price {
    display: block;
    font-size: 14px;
    padding: 0;
    text-align: left;
    margin-top: 6px;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-price .woocommerce-Price-amount {
    display: inline;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-price ins {
    padding-right: 10px;
    color: #cc0000;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-price del {
    color: #999;
    font-size: 13px;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-date {
    font-size: 14px;
    margin-top: 6px;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-stock-status {
    display: block;
    font-size: 14px;
    margin-top: 6px;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-quantity {
    margin-top: 10px;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-quantity .quantity {
    display: inline-flex;
    flex-wrap: nowrap;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-quantity .quantity .items-count {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #ccc;
    font-weight: 600;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-quantity .quantity .items-count:hover {
    color: #000;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-quantity .quantity .qty {
    font-family: Poppins, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    width: 25px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    float: left;
    background-color: #f7f7f7;
    color: #000;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-quantity .quantity .items-count.qty-minus {
    border-radius: 50% 0 0 50%;
    border-right: none;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-quantity .quantity .items-count.qty-plus {
    border-radius: 0 50% 50% 0;
    border-left: none;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-add-to-cart {
    display: inline-block;
    text-align: left;
    min-width: auto;
    width: auto;
  }
  .wcboost-wishlist-form table.shop_table tr td.product-name .product-add-to-cart a {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    padding: 0 15px !important;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #fff;
  }
  .wcboost-wishlist-form .wcboost-wishlist__item {
    position: relative;
    display: block;
  }
  .wcboost-wishlist-form .wcboost-wishlist__item .product-remove {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 35px 0 !important;
    width: auto !important;
    border-top: none !important;
  }
  .wcboost-wishlist-form .wcboost-wishlist__item .product-remove a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 0;
  }
  .wcboost-products-compare__table .product-name a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #000;
    font-family: Poppins, Arial, sans-serif;
  }
  .wcboost-products-compare__table .product-name a:hover {
    color: #990000;
  }
  .wcboost-products-compare__table .star-rating {
    float: none;
  }
  .wcboost-products-compare__table .price {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    line-height: 1;
    display: block;
    position: relative;
  }
  .wcboost-products-compare__table .price .amount + .amount {
    padding-left: 5px;
    padding-right: 0;
  }
  .wcboost-products-compare__table .price del {
    display: inline-block;
    padding-right: 10px;
    opacity: 1;
    color: #999;
    font-size: 18px;
  }
  .wcboost-products-compare__table .price del span {
    color: #999;
  }
  .wcboost-products-compare__table .price del .amount {
    padding-top: 0;
  }
  .wcboost-products-compare__table .price ins {
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    color: #cc3333;
  }
  .wcboost-products-compare__table .price ins .amount {
    padding-top: 0;
  }
  .wcboost-products-compare__table .product-add-to-cart .add_to_cart_button.loading::after {
    top: 0;
  }
  .wcboost-products-compare__table .product-add-to-cart .wc-forward {
    display: none;
  }
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
  line-height: 1;
  height: auto;
}
.wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
  background-color: transparent;
}
.wc-block-cart table.wc-block-cart-items {
  text-align: left;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header {
  font-size: 16px;
  color: #161619;
  text-transform: capitalize;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: 500;
}
.wc-block-cart table.wc-block-cart-items td {
  text-align: left;
}
.wc-block-cart table.wc-block-cart-items tr {
  border: none;
}
.wc-block-cart table.wc-block-cart-items tr.wc-block-cart-items__row td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row td:after {
  border-color: #ecf0f4;
  opacity: 1;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__product {
  font-size: 14px;
  color: #1d2128;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__prices {
  font-size: 14px;
  color: #1d2128;
  font-weight: 500;
}
.wc-block-cart table.wc-block-cart-items .wc-block-components-product-price__value.is-discounted {
  background-color: transparent;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity {
  padding: 15px 0 0;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity input.wc-block-components-quantity-selector__input {
  height: auto;
  width: 30px;
  min-width: 30px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity input.wc-block-components-quantity-selector__input:focus {
  border: none;
  box-shadow: none;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector:after {
  display: none;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity .wc-block-components-quantity-selector__button:focus {
  box-shadow: none;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__quantity button.wc-block-cart-item__remove-link {
  text-align: left;
  font-size: 14px;
}
.wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
  font-size: 16px;
  color: #000;
}
.wc-block-cart table.wc-block-cart-items .wc-block-components-formatted-money-amount {
  font-weight: 500;
}
.wc-block-cart table.wc-block-cart-items .wc-block-components-product-metadata__description {
  display: none;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  background-color: #f5f5f5;
  padding: 24px 29px 21px;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper:after {
  border-color: #e2e2e2;
  opacity: 1;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block span.wc-block-cart__totals-title {
  text-align: left;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--durotan-color-darker);
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__value {
  font-weight: 500;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item__description,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-formatted-money-amount {
  font-size: 14px;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 18px;
  font-weight: 600;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block div.wc-block-components-totals-item,
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel),
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block div.wc-block-components-totals-coupon {
  padding-left: 0;
  padding-right: 0;
}
.wc-block-cart__submit .wc-block-components-button {
  background-color: #222;
  color: #fff;
  margin-top: 20px;
  outline: none !important;
  font-weight: 600;
}
.wc-block-cart__submit .wc-block-components-button:focus {
  box-shadow: none;
  outline: none;
}
.wp-block-woocommerce-checkout h2 {
  font-weight: 500;
}
.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button {
  line-height: 30px;
  width: auto;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email],
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number],
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url],
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email],
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=number],
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=url],
.wp-block-woocommerce-checkout .wc-block-components-textarea {
  color: #000;
  border: 1px solid #ccc;
}
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wp-block-woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email]:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=number]:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel]:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text]:focus,
.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=url]:focus,
.wp-block-woocommerce-checkout .wc-block-components-textarea:focus {
  color: #000;
  border-color: #ccc;
  outline: none;
}
.wp-block-woocommerce-checkout .wc-block-cart-item__prices {
  font-size: 14px;
  color: #1d2128;
  font-weight: 500;
}
.wp-block-woocommerce-checkout .wc-block-components-product-price__value.is-discounted {
  background-color: transparent;
}
.wp-block-woocommerce-checkout .wc-block-components-product-metadata__description {
  display: none;
}
.wp-block-woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  color: #1d2128;
}
.wp-block-woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout .wc-block-components-totals-item__value {
  font-weight: 500;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar div.wc-block-components-totals-item {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  background-color: #222;
  color: #fff;
  border: none;
  font-weight: 600;
}
.wp-block-woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:focus {
  outline: none !important;
}
.wp-block-woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control__input:focus {
  outline: none !important;
}
.wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
  outline: none;
}
.woocommerce .password-input {
  position: relative;
  display: block;
}
.woocommerce .show-password-input {
  transition: 0.35s;
  cursor: pointer;
  opacity: 0.5;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: no-repeat center center;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIGZpbGw9ImN1cnJlbnRDb2xvciIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBjbGFzcz0iaWNvbiI+CiAgPHBhdGggZD0iTTk0Mi4yIDQ4Ni4yUTg4OS40NyAzNzUuMTEgODE2LjcgMzA1bC01MC44OCA1MC44OEM4MDcuMzEgMzk1LjUzIDg0My40NSA0NDcuNCA4NzQuNyA1MTIgNzkxLjUgNjg0LjIgNjczLjQgNzY2IDUxMiA3NjZxLTcyLjY3IDAtMTMzLjg3LTIyLjM4TDMyMyA3OTguNzVRNDA4IDgzOCA1MTIgODM4cTI4OC4zIDAgNDMwLjItMzAwLjNhNjAuMjkgNjAuMjkgMCAwIDAgMC01MS41em0tNjMuNTctMzIwLjY0TDgzNiAxMjIuODhhOCA4IDAgMCAwLTExLjMyIDBMNzE1LjMxIDIzMi4yUTYyNC44NiAxODYgNTEyIDE4NnEtMjg4LjMgMC00MzAuMiAzMDAuM2E2MC4zIDYwLjMgMCAwIDAgMCA1MS41cTU2LjY5IDExOS40IDEzNi41IDE5MS40MUwxMTIuNDggODM1YTggOCAwIDAgMCAwIDExLjMxTDE1NS4xNyA4ODlhOCA4IDAgMCAwIDExLjMxIDBsNzEyLjE1LTcxMi4xMmE4IDggMCAwIDAgMC0xMS4zMnpNMTQ5LjMgNTEyQzIzMi42IDMzOS44IDM1MC43IDI1OCA1MTIgMjU4YzU0LjU0IDAgMTA0LjEzIDkuMzYgMTQ5LjEyIDI4LjM5bC03MC4zIDcwLjNhMTc2IDE3NiAwIDAgMC0yMzguMTMgMjM4LjEzbC04My40MiA4My40MkMyMjMuMSA2MzcuNDkgMTgzLjMgNTgyLjI4IDE0OS4zIDUxMnptMjQ2LjcgMGExMTIuMTEgMTEyLjExIDAgMCAxIDE0Ni4yLTEwNi42OUw0MDEuMzEgNTQ2LjJBMTEyIDExMiAwIDAgMSAzOTYgNTEyeiIvPjxwYXRoIGQ9Ik01MDggNjI0Yy0zLjQ2IDAtNi44Ny0uMTYtMTAuMjUtLjQ3bC01Mi44MiA1Mi44MmExNzYuMDkgMTc2LjA5IDAgMCAwIDIyNy40Mi0yMjcuNDJsLTUyLjgyIDUyLjgyYy4zMSAzLjM4LjQ3IDYuNzkuNDcgMTAuMjVhMTExLjk0IDExMS45NCAwIDAgMS0xMTIgMTEyeiIvPgo8L3N2Zz4=");
  border: none;
  padding: 0;
}
.woocommerce .show-password-input.display-password {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMxMTExMTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWV5ZSI+PHBhdGggZD0iTTEgMTJzNC04IDExLTggMTEgOCAxMSA4LTQgOC0xMSA4LTExLTgtMTEtOHoiPjwvcGF0aD48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIj48L2NpcmNsZT48L3N2Zz4=");
}
.woocommerce .show-password-input:hover {
  opacity: 1;
}
/*--------------------------------------------------------------
7.0 - Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 50px;
}
.widget .widget-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 55px;
  margin-top: 0;
  color: #000;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
}
.widget ul li i {
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}
.widget table,
.widget select {
  width: 100%;
}
.widget select {
  border: 1px solid #ccc;
  height: 30px;
  background-color: transparent;
}
.widget select option {
  color: #666;
}
.widget table {
  text-align: left;
  width: 100%;
}
.widget table caption {
  border: 1px solid #999;
  border-bottom-width: 0;
  text-align: center;
}
.widget table tr {
  border: 1px solid #999;
  border-bottom-width: 0;
  padding: 3px 0;
}
.widget table tr td,
.widget table tr th {
  padding: 0 5px;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}
.widget_calendar {
  line-height: 26px;
}
.widget_categories li,
.widget_archive li {
  text-align: right;
  position: relative;
  padding: 8px 0;
  color: #666;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.widget_categories li:first-child,
.widget_archive li:first-child {
  padding-top: 0;
}
.widget_categories li a,
.widget_archive li a {
  color: #666;
  padding-left: 18px;
  float: left;
  position: relative;
}
.widget_categories li a:before,
.widget_archive li a:before {
  content: '\45';
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  left: 0;
  top: 4px;
  position: absolute;
}
.widget_categories li a:hover,
.widget_archive li a:hover {
  color: #990000;
}
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_recent_entries li,
.widget_meta li,
.widget-recent-comments li {
  padding: 8px 0;
  color: #666;
}
.widget_recent_comments .children,
.widget_rss .children,
.widget_pages .children,
.widget_recent_entries .children,
.widget_meta .children,
.widget-recent-comments .children {
  margin-top: 10px;
  margin-left: 15px;
}
.widget_recent_comments .children li a,
.widget_rss .children li a,
.widget_pages .children li a,
.widget_recent_entries .children li a,
.widget_meta .children li a,
.widget-recent-comments .children li a {
  padding-left: 10px;
  color: #666;
}
.widget_recent_comments .children li:last-child,
.widget_rss .children li:last-child,
.widget_pages .children li:last-child,
.widget_recent_entries .children li:last-child,
.widget_meta .children li:last-child,
.widget-recent-comments .children li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.tweets-widget .latest-tweets .tweet-item {
  color: #666;
  font-size: 14px;
  margin-bottom: 35px;
  line-height: 2;
}
.tweets-widget .latest-tweets .tweet-item p {
  margin-bottom: 10px;
}
.tweets-widget .latest-tweets .tweet-item a {
  color: #0099cc;
}
.tweets-widget .latest-tweets .tweet-item span {
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
}
.widget_tag_cloud a {
  color: #999;
  font-size: 14px !important;
  text-transform: capitalize;
  position: relative;
  padding-left: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.widget_tag_cloud a:hover {
  color: #000;
}
.widget_tag_cloud a:before {
  position: absolute;
  content: ",";
  right: -3px;
  bottom: 1px;
  font-size: 14px;
  font-weight: 400;
}
.widget_tag_cloud a:last-child:before {
  display: none;
}
.tabs-widget .tabs-nav li {
  width: 33%;
  border-bottom: none;
  padding-bottom: 0;
}
.tabs-widget .tabs-nav li:last-child {
  width: 34%;
}
.tabs-widget .tabs-nav li:last-child a {
  border-right: none;
}
.tabs-widget .tabs-nav li:before {
  display: none;
}
.tabs-widget .tabs-nav li a {
  background-color: #999;
  border-right: 1px solid #000;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-family: Montserrat, "Times New Roman", Times, serif;
}
.tabs-widget .tabs-nav li a.active {
  color: #fff;
  text-decoration: none;
  border-color: transparent;
  background: #333;
}
.tabs-widget .tabs-nav li a:hover {
  text-decoration: none;
}
.tabs-widget .tabs-panel {
  margin-top: -1px;
  padding: 15px 0 20px;
  overflow: hidden;
}
.tabs-widget .tab-comments .comment {
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
  overflow: hidden;
}
.tabs-widget .tab-comments .comment-summary {
  font-style: italic;
  margin-bottom: 5px;
}
.recent-post,
.popular-post {
  padding: 10px 0;
  overflow: hidden;
}
.recent-post:last-child,
.popular-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.recent-post .widget-thumb,
.popular-post .widget-thumb {
  float: left;
  width: 79px;
}
.recent-post .post-text,
.popular-post .post-text {
  margin-left: 100px;
}
.recent-post .post-text .post-title,
.popular-post .post-text .post-title {
  display: block;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.recent-post .post-text .post-date,
.popular-post .post-text .post-date {
  color: #999;
  font-size: 12px;
}
.recent-post .post-text .post-comments,
.popular-post .post-text .post-comments {
  display: block;
  color: #999;
}
.recent-post .post-text .read-more,
.popular-post .post-text .read-more {
  line-height: 2;
}
.recent-post.no-thumbnail .post-text,
.popular-post.no-thumbnail .post-text {
  margin-left: 0;
  margin-top: 0;
}
.widget-recent-comments li {
  padding: 20px 0;
  color: #999;
}
.widget-recent-comments li a,
.widget-recent-comments li p {
  color: #666;
}
.widget_search .search-form {
  position: relative;
  padding: 10px;
  border: 1px solid #eee;
  background-color: #f6f6f6;
}
.widget_search .search-form label {
  margin-bottom: 0;
}
.widget_search .search-form .screen-reader-text {
  display: none;
}
.widget_search .search-form label {
  width: 100%;
}
.widget_search .search-form .search-field {
  border: none;
  color: #999;
  width: 100%;
  background-color: transparent;
  font-weight: 400;
}
.widget_search .search-form .search-field:focus {
  border: none;
  outline: none;
}
.widget_search .search-form ::-webkit-input-placeholder {
  color: #999;
}
.widget_search .search-form :-moz-placeholder {
  color: #999;
}
.widget_search .search-form ::-moz-placeholder {
  color: #999;
}
.widget_search .search-form :-ms-input-placeholder {
  color: #999;
}
.widget_search .search-form .search-submit {
  width: 40px;
  height: 40px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-indent: -9999px;
}
.social-links-widget a {
  width: 25px;
  height: 25px;
  line-height: 27px;
  background-color: #666;
  display: inline-block;
  margin: 0 15px 15px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}
.social-links-widget a:last-child {
  margin-right: 0;
}
.social-links-widget a i {
  color: #2d2d2d;
}
.social-links-widget a:hover {
  background-color: #fff;
}
.social-links-widget a.share-tiktok i {
  font-weight: 900;
}
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a {
  color: #666;
}
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_recent_entries ul li a:hover {
  color: #000;
}
.widget_nav_menu .menu a,
.widget_nav_menu > ul a {
  color: #666666;
  text-transform: none;
}
.widget_nav_menu .menu a:hover,
.widget_nav_menu > ul a:hover {
  color: #333;
}
.widget_nav_menu .menu li,
.widget_nav_menu > ul li {
  padding: 12px 0;
  position: relative;
}
.widget_nav_menu .menu li:first-child,
.widget_nav_menu > ul li:first-child {
  padding-top: 0;
}
.widget_nav_menu .menu li:last-child,
.widget_nav_menu > ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.widget_nav_menu .menu li li,
.widget_nav_menu > ul li li {
  padding: 8px 0;
  border: none;
}
.widget_nav_menu .menu li ul,
.widget_nav_menu > ul li ul {
  margin-left: 15px;
  padding-top: 10px;
}
.widget_nav_menu .menu > li > a,
.widget_nav_menu > ul > li > a {
  position: relative;
}
.widget_nav_menu .menu > li:hover > a,
.widget_nav_menu > ul > li:hover > a,
.widget_nav_menu .menu > li.current-menu-item > a,
.widget_nav_menu > ul > li.current-menu-item > a,
.widget_nav_menu .menu > li.current-menu-parent > a,
.widget_nav_menu > ul > li.current-menu-parent > a,
.widget_nav_menu .menu > li.current-cat > a,
.widget_nav_menu > ul > li.current-cat > a,
.widget_nav_menu .menu > li.current-cat-parent > a,
.widget_nav_menu > ul > li.current-cat-parent > a {
  color: #000;
}
.widget_text .wp-caption {
  border: 1px solid #ccc;
}
.widget_icl_lang_sel_widget {
  height: 13px;
}
#lang_sel {
  height: 15px;
}
#lang_sel a.lang_sel_sel {
  background-color: transparent;
  line-height: 1;
  color: #999;
}
#lang_sel > ul {
  height: 17px;
  padding: 0;
}
#lang_sel > ul > li {
  padding: 0 !important;
  height: 25px;
  position: relative;
  list-style: none;
}
#lang_sel ul ul {
  top: 150%;
  z-index: 99999;
  left: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  transform: scaleX(0);
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
  transition: top 0.35s;
}
#lang_sel ul ul li {
  border-top: none;
  list-style: none;
  width: auto;
  display: block;
  float: none;
}
#lang_sel ul ul li a {
  padding: 5px 0;
  border: none;
  display: block;
  color: #999;
  line-height: 1;
  background-color: transparent;
}
#lang_sel img.iclflag {
  top: 0;
  padding-right: 5px;
}
#lang_sel > ul > li {
  border: none;
  width: auto;
}
#lang_sel > ul > li:hover ul {
  transform: scaleX(1);
  top: 100%;
}
#lang_sel > ul > li a,
#lang_sel > ul > li a:visited {
  border: none;
  position: relative;
  font-size: 13px;
  font-family: Montserrat, "Times New Roman", Times, serif;
  text-transform: uppercase;
  display: block;
  background: none !important;
  color: #999;
  padding: 0;
}
#lang_sel > ul > li a:hover,
#lang_sel > ul > li a:visited:hover {
  color: #999;
}
#lang_sel > ul > li > a {
  padding-right: 25px;
}
#lang_sel > ul > li > a:after {
  content: '\33';
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-left: 5px;
  color: #999;
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 15px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form {
  max-width: 60px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .chosen-container-single {
  min-width: inherit;
  display: block;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .chosen-container-single:hover .chosen-drop {
  left: 0;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .chosen-container-single .chosen-single {
  background-color: transparent;
  box-shadow: none;
  border: none;
  position: relative;
  padding: 0;
  height: 29px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .chosen-container-single .chosen-single span {
  display: inline-block;
  margin-right: 25px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .chosen-container-single .chosen-single:after {
  content: '\33';
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-left: 5px;
  color: #ccc;
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 15px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .chosen-container-single .chosen-single div {
  background: none;
  border: none;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .chosen-container-single .chosen-single div b {
  background: none;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .chosen-container-single .chosen-drop {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .chosen-container-single .chosen-drop .chosen-results {
  margin: 0;
  padding: 0;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .chosen-container-single .chosen-drop .chosen-results li {
  padding-bottom: 7px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .chosen-container-single .chosen-drop .chosen-results .highlighted {
  background-color: transparent;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect {
  box-shadow: none;
  background-color: transparent;
  border: none;
  max-width: inherit;
  min-width: inherit;
  margin-bottom: 0;
  height: 28px;
  margin-top: 2px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect .wSelect-options-holder {
  max-width: inherit;
  min-width: inherit;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect:hover .wSelect-options-holder {
  display: block !important;
  top: 100%;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .woocommerce-currency-switcher {
  display: none;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-arrow {
  display: none;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: Montserrat, "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #999;
  display: block;
  transition: 0.5s;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon.wSelect-selected {
  padding-right: 25px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-option-icon.wSelect-selected:after {
  content: '\33';
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  padding-left: 5px;
  color: #999;
  position: absolute;
  right: 0;
  top: 3px;
  font-size: 15px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-options-holder {
  background-color: transparent;
  border: none;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-options {
  overflow: hidden;
  border: none;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-options .wSelect-option {
  background-color: transparent;
  color: #999;
  padding-bottom: 4px;
}
.widget-woocommerce-currency-switcher .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-options .wSelect-option-icon {
  background-color: transparent;
}
.vc_wp_custommenu .widget {
  margin-bottom: 0;
}
.vc_wp_custommenu.style2 {
  border: 1px solid #990000;
}
.vc_wp_custommenu.style2 .menu > li > a:hover {
  color: #990000;
}
.vc_wp_custommenu.style3 {
  border: 1px solid #bfbfbf;
}
.vc_wp_custommenu.style3 .menu > li > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 17px 0 15px;
}
.vc_wp_custommenu.style3 .menu > li > a:hover {
  color: #990000;
  padding-left: 10px;
}
.vc_wp_custommenu.style3 .menu > li:last-child > a {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 45px;
}
.vc_wp_custommenu .menu,
.primary-sidebar .menu,
.products-cats-menu .menu {
  background-color: #fff;
  padding: 10px 0;
  position: relative;
}
.vc_wp_custommenu .menu > li,
.primary-sidebar .menu > li,
.products-cats-menu .menu > li {
  margin: 0;
  padding: 0 20px;
  position: relative;
  display: block;
}
.vc_wp_custommenu .menu > li.menu-item-account,
.primary-sidebar .menu > li.menu-item-account,
.products-cats-menu .menu > li.menu-item-account,
.vc_wp_custommenu .menu > li.menu-item-search,
.primary-sidebar .menu > li.menu-item-search,
.products-cats-menu .menu > li.menu-item-search,
.vc_wp_custommenu .menu > li.menu-item-currency,
.primary-sidebar .menu > li.menu-item-currency,
.products-cats-menu .menu > li.menu-item-currency,
.vc_wp_custommenu .menu > li.menu-item-language,
.primary-sidebar .menu > li.menu-item-language,
.products-cats-menu .menu > li.menu-item-language {
  display: none;
}
.vc_wp_custommenu .menu > li:first-child > a,
.primary-sidebar .menu > li:first-child > a,
.products-cats-menu .menu > li:first-child > a {
  padding-top: 17px;
}
.vc_wp_custommenu .menu > li:last-child > a,
.primary-sidebar .menu > li:last-child > a,
.products-cats-menu .menu > li:last-child > a {
  border-bottom: none;
}
.vc_wp_custommenu .menu > li > a,
.primary-sidebar .menu > li > a,
.products-cats-menu .menu > li > a {
  line-height: 1;
  font-size: 13px;
  color: #000;
  display: block;
  padding: 13px 0 12px;
  border-bottom: 1px solid #eaeaea;
}
.vc_wp_custommenu .menu > li > a i,
.primary-sidebar .menu > li > a i,
.products-cats-menu .menu > li > a i {
  padding-left: 1px;
}
.vc_wp_custommenu .menu > li > a .toggle-children,
.primary-sidebar .menu > li > a .toggle-children,
.products-cats-menu .menu > li > a .toggle-children {
  display: none;
}
.vc_wp_custommenu .menu > li > a:hover,
.primary-sidebar .menu > li > a:hover,
.products-cats-menu .menu > li > a:hover {
  color: #999;
}
.vc_wp_custommenu .menu li,
.primary-sidebar .menu li,
.products-cats-menu .menu li {
  margin-bottom: 0;
  list-style: none;
}
.vc_wp_custommenu .menu li:hover > ul,
.primary-sidebar .menu li:hover > ul,
.products-cats-menu .menu li:hover > ul {
  opacity: 1;
  z-index: 9999;
  top: 0;
  left: 100%;
  transform: scaleX(1);
}
.vc_wp_custommenu .menu li li a,
.primary-sidebar .menu li li a,
.products-cats-menu .menu li li a {
  color: #333;
}
.vc_wp_custommenu .menu li li a:hover,
.primary-sidebar .menu li li a:hover,
.products-cats-menu .menu li li a:hover {
  color: #999;
}
.vc_wp_custommenu .menu li.is-mega-menu,
.primary-sidebar .menu li.is-mega-menu,
.products-cats-menu .menu li.is-mega-menu {
  position: static;
}
.vc_wp_custommenu .menu li.is-mega-menu .dropdown-submenu,
.primary-sidebar .menu li.is-mega-menu .dropdown-submenu,
.products-cats-menu .menu li.is-mega-menu .dropdown-submenu {
  left: 120%;
  right: auto;
  border: 1px solid #d9d9d9;
}
.vc_wp_custommenu .menu li.is-mega-menu .dropdown-submenu .menu-item-mega > a,
.primary-sidebar .menu li.is-mega-menu .dropdown-submenu .menu-item-mega > a,
.products-cats-menu .menu li.is-mega-menu .dropdown-submenu .menu-item-mega > a {
  font-size: 18px;
  font-weight: 500;
  color: #262521;
  font-family: Poppins, Arial, sans-serif;
  text-transform: none;
  padding: 0;
  position: relative;
}
.vc_wp_custommenu .menu li.is-mega-menu .dropdown-submenu .menu-item-mega > a:after,
.primary-sidebar .menu li.is-mega-menu .dropdown-submenu .menu-item-mega > a:after,
.products-cats-menu .menu li.is-mega-menu .dropdown-submenu .menu-item-mega > a:after {
  bottom: 7px;
}
.vc_wp_custommenu .menu li.is-mega-menu .dropdown-submenu .menu-item-mega .mega-menu-submenu,
.primary-sidebar .menu li.is-mega-menu .dropdown-submenu .menu-item-mega .mega-menu-submenu,
.products-cats-menu .menu li.is-mega-menu .dropdown-submenu .menu-item-mega .mega-menu-submenu {
  display: block;
}
.vc_wp_custommenu .menu li.is-mega-menu .dropdown-submenu .menu-item-mega .mega-menu-submenu .sub-menu,
.primary-sidebar .menu li.is-mega-menu .dropdown-submenu .menu-item-mega .mega-menu-submenu .sub-menu,
.products-cats-menu .menu li.is-mega-menu .dropdown-submenu .menu-item-mega .mega-menu-submenu .sub-menu {
  opacity: 1;
  z-index: 9999;
  position: static;
  transform: scaleX(1);
  padding: 15px 0 0;
  border: 0;
}
.vc_wp_custommenu .menu li.is-mega-menu .dropdown-submenu .mega-sub-menu .sub-menu li,
.primary-sidebar .menu li.is-mega-menu .dropdown-submenu .mega-sub-menu .sub-menu li,
.products-cats-menu .menu li.is-mega-menu .dropdown-submenu .mega-sub-menu .sub-menu li {
  padding: 5px 0;
}
.vc_wp_custommenu .menu li.is-mega-menu .dropdown-submenu .mega-sub-menu .sub-menu li a,
.primary-sidebar .menu li.is-mega-menu .dropdown-submenu .mega-sub-menu .sub-menu li a,
.products-cats-menu .menu li.is-mega-menu .dropdown-submenu .mega-sub-menu .sub-menu li a {
  font-size: 13px;
  padding: 0;
  transition: 0.5s;
}
.vc_wp_custommenu .menu li.is-mega-menu .dropdown-submenu .mega-sub-menu .sub-menu li:hover,
.primary-sidebar .menu li.is-mega-menu .dropdown-submenu .mega-sub-menu .sub-menu li:hover,
.products-cats-menu .menu li.is-mega-menu .dropdown-submenu .mega-sub-menu .sub-menu li:hover {
  cursor: pointer;
}
.vc_wp_custommenu .menu li.is-mega-menu .dropdown-submenu .mega-sub-menu .sub-menu li:hover a,
.primary-sidebar .menu li.is-mega-menu .dropdown-submenu .mega-sub-menu .sub-menu li:hover a,
.products-cats-menu .menu li.is-mega-menu .dropdown-submenu .mega-sub-menu .sub-menu li:hover a {
  padding-left: 5px;
  color: #666;
  text-decoration: underline;
}
.vc_wp_custommenu .menu li.is-mega-menu .dropdown-submenu .mega-menu-content,
.primary-sidebar .menu li.is-mega-menu .dropdown-submenu .mega-menu-content,
.products-cats-menu .menu li.is-mega-menu .dropdown-submenu .mega-menu-content {
  padding: 20px 30px;
}
.vc_wp_custommenu .menu li.is-mega-menu:hover .dropdown-submenu,
.primary-sidebar .menu li.is-mega-menu:hover .dropdown-submenu,
.products-cats-menu .menu li.is-mega-menu:hover .dropdown-submenu {
  left: 100%;
}
.vc_wp_custommenu .menu li.is-mega-menu > ul,
.primary-sidebar .menu li.is-mega-menu > ul,
.products-cats-menu .menu li.is-mega-menu > ul {
  height: 100%;
}
.vc_wp_custommenu .menu li .mega-menu-content .mr-col,
.primary-sidebar .menu li .mega-menu-content .mr-col,
.products-cats-menu .menu li .mega-menu-content .mr-col {
  margin-bottom: 50px;
}
.vc_wp_custommenu .menu li .mega-menu-content .mr-col.col-md-6:nth-child( 2n+1 ),
.primary-sidebar .menu li .mega-menu-content .mr-col.col-md-6:nth-child( 2n+1 ),
.products-cats-menu .menu li .mega-menu-content .mr-col.col-md-6:nth-child( 2n+1 ) {
  clear: both;
}
.vc_wp_custommenu .menu li .mega-menu-content .menu-ads h2,
.primary-sidebar .menu li .mega-menu-content .menu-ads h2,
.products-cats-menu .menu li .mega-menu-content .menu-ads h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  color: #000;
  font-family: Poppins, Arial, sans-serif;
}
.vc_wp_custommenu .menu li .mega-menu-content .menu-ads h2.text-yellow,
.primary-sidebar .menu li .mega-menu-content .menu-ads h2.text-yellow,
.products-cats-menu .menu li .mega-menu-content .menu-ads h2.text-yellow {
  font-size: 32px;
  color: #b5892a;
}
.vc_wp_custommenu .menu li .mega-menu-content .menu-ads h4,
.primary-sidebar .menu li .mega-menu-content .menu-ads h4,
.products-cats-menu .menu li .mega-menu-content .menu-ads h4 {
  font-size: 20px;
  color: #666666;
  font-weight: 400;
  font-family: Poppins, Arial, sans-serif;
  margin: 0;
}
.vc_wp_custommenu .menu li .mega-menu-content .menu-ads h3,
.primary-sidebar .menu li .mega-menu-content .menu-ads h3,
.products-cats-menu .menu li .mega-menu-content .menu-ads h3 {
  font-size: 18px;
  color: #999;
  font-weight: 400;
  font-family: Poppins, Arial, sans-serif;
  margin: 0;
}
.vc_wp_custommenu .menu li .mega-menu-content .menu-ads .shop-link,
.primary-sidebar .menu li .mega-menu-content .menu-ads .shop-link,
.products-cats-menu .menu li .mega-menu-content .menu-ads .shop-link {
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  padding: 0;
  margin-top: 20px;
}
.vc_wp_custommenu .menu li .mega-menu-content .menu-ads .shop-link:hover,
.primary-sidebar .menu li .mega-menu-content .menu-ads .shop-link:hover,
.products-cats-menu .menu li .mega-menu-content .menu-ads .shop-link:hover {
  color: #990000;
}
.vc_wp_custommenu .menu li .mega-menu-content .menu-ads .shop-link:after,
.primary-sidebar .menu li .mega-menu-content .menu-ads .shop-link:after,
.products-cats-menu .menu li .mega-menu-content .menu-ads .shop-link:after {
  position: absolute;
  content: '\e046';
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  right: -20px;
  top: 1px;
  color: #990000;
}
.vc_wp_custommenu .menu li ul,
.primary-sidebar .menu li ul,
.products-cats-menu .menu li ul {
  width: 330px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 10px 0;
  margin-left: 0;
  transition: left 0.3s ease 0s, opacity 0.3s;
  position: absolute;
  left: 110%;
  top: 0;
  opacity: 0;
  z-index: -1;
  transform: scaleX(0);
  display: block;
  border-radius: 0;
  box-shadow: none;
}
.vc_wp_custommenu .menu li ul li,
.primary-sidebar .menu li ul li,
.products-cats-menu .menu li ul li {
  margin-bottom: 0;
  padding: 0 30px;
}
.vc_wp_custommenu .menu li ul li a,
.primary-sidebar .menu li ul li a,
.products-cats-menu .menu li ul li a {
  padding: 5px 0;
  display: inline-block;
}
.vc_wp_custommenu .menu li ul .sub-menu,
.primary-sidebar .menu li ul .sub-menu,
.products-cats-menu .menu li ul .sub-menu {
  width: 100%;
}
.vc_wp_custommenu .menu li ul .sub-menu a:hover,
.primary-sidebar .menu li ul .sub-menu a:hover,
.products-cats-menu .menu li ul .sub-menu a:hover {
  padding-left: 10px;
  color: #999;
}
.primary-sidebar .menu {
  border: 1px solid #d9d9d9;
}
.content-sidebar .primary-sidebar .menu li ul,
.vc_wp_custommenu.right-sidebar .menu li ul {
  transition: right 0.3s ease 0s, opacity 0.3s;
  left: auto;
  right: 120%;
}
.content-sidebar .primary-sidebar .menu li.is-mega-menu .dropdown-submenu,
.vc_wp_custommenu.right-sidebar .menu li.is-mega-menu .dropdown-submenu {
  right: 120%;
  left: auto;
}
.content-sidebar .primary-sidebar .menu li.is-mega-menu:hover .dropdown-submenu,
.vc_wp_custommenu.right-sidebar .menu li.is-mega-menu:hover .dropdown-submenu {
  right: 100%;
}
.content-sidebar .primary-sidebar .menu li:hover > ul,
.vc_wp_custommenu.right-sidebar .menu li:hover > ul {
  left: auto;
  right: 100%;
}
/*--------------------------------------------------------------
8.0 - Footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #fff;
}
.site-footer .menu {
  margin: 0;
  padding: 0;
}
.site-footer .menu li {
  display: block;
  padding: 0 15px;
  margin-bottom: 0;
}
.site-footer .menu li ul {
  padding-top: 0;
  display: none;
}
.site-footer .menu li a {
  color: #999;
  font-weight: 500;
  position: relative;
  padding-bottom: 2px;
}
.site-footer .socials a {
  font-size: 14px;
  color: #ccc;
  padding-left: 30px;
  padding-bottom: 10px;
  display: inline-block;
}
.site-footer .socials a:hover {
  color: #000;
}
.site-footer .mr-payment {
  padding: 20px 0 25px;
}
.site-footer .mr-payment li {
  list-style: none;
  padding: 0 8px;
  display: inline-block;
}
.site-footer .footer-sidebar.mrbara-col-4 {
  width: 34%;
}
.site-footer .footer-sidebar.mrbara-col-2 {
  width: 20.5%;
}
.site-footer .footer-sidebar.mrbara-col-3 {
  width: 25%;
}
.text-copyright p {
  margin-bottom: 0;
}
.footer-widgets {
  padding: 115px 0 95px;
  background-color: #2d2d2d;
  font-family: Montserrat, "Times New Roman", Times, serif;
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
}
.footer-widgets .footer-main {
  position: relative;
}
.footer-widgets .footer-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.footer-widgets .footer-logo img {
  max-width: 100px;
}
.footer-widgets .footer-extras {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 0;
  max-width: 310px;
}
.footer-widgets .footer-extras .socials {
  margin-top: 0;
  float: left;
}
.footer-widgets .footer-extras .socials a {
  width: 25px;
  height: 25px;
  line-height: 27px;
  background-color: #666;
  display: inline-block;
  margin: 0 15px 15px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
  color: #2d2d2d;
  padding: 0;
}
.footer-widgets .footer-extras .socials a.font-fa {
  line-height: 25px;
}
.footer-widgets .footer-extras .socials a:last-child {
  margin-right: 0;
}
.footer-widgets .footer-extras .socials a:hover {
  background-color: #fff;
}
.footer-widgets .widget {
  margin-bottom: 20px;
}
.footer-widgets .widget .menu > li.current-menu-item > a,
.footer-widgets .widget .menu > li.current-menu-parent > a,
.footer-widgets .widget .menu > li.current-cat > a,
.footer-widgets .widget .menu > li.current-cat-parent > a {
  color: #999;
}
.footer-widgets .widget .menu li:hover a {
  color: #fff;
}
.footer-widgets .widget ul li {
  border: none;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 3px;
}
.footer-widgets .widget ul li:first-child {
  padding-top: 0;
}
.footer-widgets .widget .widget-title {
  color: #999;
  text-transform: uppercase;
  font-size: 14px;
}
.footer-widgets .widget a {
  font-family: Montserrat, "Times New Roman", Times, serif;
  color: #999;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
.footer-widgets .widget a:hover {
  color: #fff;
}
.footer-widgets .widget-mr-language-switcher {
  position: relative;
}
.footer-widgets .widget-mr-language-switcher:after {
  position: absolute;
  right: -17px;
  top: 7px;
  border-right: 1px solid #4b4b4b;
  width: 1px;
  height: 10px;
  content: "";
}
.footer-widgets .widget-mr-currency-switcher,
.footer-widgets .widget-mr-language-switcher {
  float: left;
  margin-top: -3px;
  margin-right: 35px;
  margin-bottom: 20px;
}
.footer-widgets .widget-mr-currency-switcher ul,
.footer-widgets .widget-mr-language-switcher ul {
  padding: 0;
  margin: 0;
}
.footer-widgets .widget-mr-currency-switcher ul li,
.footer-widgets .widget-mr-language-switcher ul li {
  list-style: none;
  margin-bottom: 0;
}
.footer-widgets .widget-mr-currency-switcher > ul > li,
.footer-widgets .widget-mr-language-switcher > ul > li {
  position: relative;
}
.footer-widgets .widget-mr-currency-switcher > ul > li .current,
.footer-widgets .widget-mr-language-switcher > ul > li .current {
  color: #000;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.footer-widgets .widget-mr-currency-switcher > ul > li .current span,
.footer-widgets .widget-mr-language-switcher > ul > li .current span {
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.footer-widgets .widget-mr-currency-switcher > ul > li ul,
.footer-widgets .widget-mr-language-switcher > ul > li ul {
  top: 200%;
  z-index: -9999;
  left: 0;
  width: auto;
  height: auto;
  position: absolute;
  min-width: 110%;
  margin: 0;
  margin-left: -10px;
  padding: 0;
  border: none;
  opacity: 0;
  transition: 0.5s;
  padding-top: 10px;
  background-color: #2d2d2d;
}
.footer-widgets .widget-mr-currency-switcher > ul > li ul li,
.footer-widgets .widget-mr-language-switcher > ul > li ul li {
  border-top: none;
  list-style: none;
  width: auto;
  display: block;
  float: none;
  padding-left: 10px;
}
.footer-widgets .widget-mr-currency-switcher > ul > li ul li a,
.footer-widgets .widget-mr-language-switcher > ul > li ul li a {
  color: #000;
  position: relative;
  height: auto;
  width: auto;
  margin: 0;
}
.footer-widgets .widget-mr-currency-switcher > ul > li ul li a:before,
.footer-widgets .widget-mr-language-switcher > ul > li ul li a:before {
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.3s;
}
.footer-widgets .widget-mr-currency-switcher > ul > li ul li a.woocs_flag_view_item_current,
.footer-widgets .widget-mr-language-switcher > ul > li ul li a.woocs_flag_view_item_current {
  opacity: 0.65;
}
.footer-widgets .widget-mr-currency-switcher > ul > li ul li a.woocs_flag_view_item_current:before,
.footer-widgets .widget-mr-language-switcher > ul > li ul li a.woocs_flag_view_item_current:before {
  opacity: 0.65;
}
.footer-widgets .widget-mr-currency-switcher > ul > li ul li a:hover:before,
.footer-widgets .widget-mr-language-switcher > ul > li ul li a:hover:before {
  width: 100%;
  left: 0;
}
.footer-widgets .widget-mr-currency-switcher > ul > li ul li.active a,
.footer-widgets .widget-mr-language-switcher > ul > li ul li.active a {
  opacity: 0.65;
}
.footer-widgets .widget-mr-currency-switcher > ul > li ul li.active a:before,
.footer-widgets .widget-mr-language-switcher > ul > li ul li.active a:before {
  opacity: 0.65;
}
.footer-widgets .widget-mr-currency-switcher > ul > li:hover > ul,
.footer-widgets .widget-mr-language-switcher > ul > li:hover > ul {
  top: 100%;
  z-index: 9999;
  opacity: 1;
}
.footer-layout-1.gray-skin {
  background-color: #ececec;
  color: #000;
}
.footer-layout-1.gray-skin .widget a:hover {
  color: #990000;
}
.footer-layout-1.gray-skin .widget .widget-title {
  color: #000;
}
.footer-layout-1.gray-skin .widget_nav_menu .menu > li > a,
.footer-layout-1.gray-skin .widget_nav_menu > ul > li > a {
  color: #000;
  position: relative;
}
.footer-layout-1.gray-skin .widget_nav_menu .menu > li > a:after,
.footer-layout-1.gray-skin .widget_nav_menu > ul > li > a:after {
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.3s;
}
.footer-layout-1.gray-skin .widget_nav_menu .menu > li:hover > a,
.footer-layout-1.gray-skin .widget_nav_menu > ul > li:hover > a,
.footer-layout-1.gray-skin .widget_nav_menu .menu > li.current-menu-item > a,
.footer-layout-1.gray-skin .widget_nav_menu > ul > li.current-menu-item > a,
.footer-layout-1.gray-skin .widget_nav_menu .menu > li.current-menu-parent > a,
.footer-layout-1.gray-skin .widget_nav_menu > ul > li.current-menu-parent > a,
.footer-layout-1.gray-skin .widget_nav_menu .menu > li.current-cat > a,
.footer-layout-1.gray-skin .widget_nav_menu > ul > li.current-cat > a,
.footer-layout-1.gray-skin .widget_nav_menu .menu > li.current-cat-parent > a,
.footer-layout-1.gray-skin .widget_nav_menu > ul > li.current-cat-parent > a {
  color: #000;
}
.footer-layout-1.gray-skin .widget_nav_menu .menu > li:hover > a:after,
.footer-layout-1.gray-skin .widget_nav_menu > ul > li:hover > a:after,
.footer-layout-1.gray-skin .widget_nav_menu .menu > li.current-menu-item > a:after,
.footer-layout-1.gray-skin .widget_nav_menu > ul > li.current-menu-item > a:after,
.footer-layout-1.gray-skin .widget_nav_menu .menu > li.current-menu-parent > a:after,
.footer-layout-1.gray-skin .widget_nav_menu > ul > li.current-menu-parent > a:after,
.footer-layout-1.gray-skin .widget_nav_menu .menu > li.current-cat > a:after,
.footer-layout-1.gray-skin .widget_nav_menu > ul > li.current-cat > a:after,
.footer-layout-1.gray-skin .widget_nav_menu .menu > li.current-cat-parent > a:after,
.footer-layout-1.gray-skin .widget_nav_menu > ul > li.current-cat-parent > a:after {
  width: 100%;
  left: 0;
}
.footer-layout-1.gray-skin .social-links a {
  color: #fefefe;
  background-color: #ccc;
}
.footer-layout-1.gray-skin .social-links a:last-child {
  margin-right: 0;
}
.footer-layout-1.gray-skin .social-links a:hover {
  background-color: #000;
  color: #fff;
}
.footer-layout-1.gray-skin .social-links a:hover i {
  color: #fff;
}
.footer-layout-1.gray-skin .footer-extras .socials a {
  color: #fefefe;
  background-color: #ccc;
}
.footer-layout-1.gray-skin .footer-extras .socials a:last-child {
  margin-right: 0;
}
.footer-layout-1.gray-skin .footer-extras .socials a:hover {
  background-color: #000;
  color: #fff;
}
.footer-layout-1.gray-skin .widget-mr-currency-switcher > ul > li ul,
.footer-layout-1.gray-skin .widget-mr-language-switcher > ul > li ul {
  background-color: #ececec;
}
.footer-layout-1.gray-skin .recent-post .post-text .post-title,
.footer-layout-1.gray-skin .popular-post .post-text .post-title,
.footer-layout-1.gray-skin .widget ul.product_list_widget li .product-title,
.footer-layout-1.gray-skin .widget ul.product_list_widget li .amount,
.footer-layout-1.gray-skin .widget ul.product_list_widget li a {
  color: #666;
}
.footer-layout-1.gray-skin .recent-post .post-text .post-title:hover,
.footer-layout-1.gray-skin .popular-post .post-text .post-title:hover,
.footer-layout-1.gray-skin .widget ul.product_list_widget li .product-title:hover,
.footer-layout-1.gray-skin .widget ul.product_list_widget li .amount:hover,
.footer-layout-1.gray-skin .widget ul.product_list_widget li a:hover {
  color: #000;
}
.footer-layout-1.gray-skin .widget_product_categories ul li a,
.footer-layout-1.gray-skin .widget_layered_nav ul li a {
  color: #666;
}
.footer-layout-1.gray-skin .widget_product_categories ul li a:hover,
.footer-layout-1.gray-skin .widget_layered_nav ul li a:hover {
  color: #000;
}
.footer-layout-1.light-skin {
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  color: #000;
}
.footer-layout-1.light-skin .widget a:hover {
  color: #990000;
}
.footer-layout-1.light-skin .widget .widget-title {
  color: #000;
}
.footer-layout-1.light-skin .widget_nav_menu .menu > li > a,
.footer-layout-1.light-skin .widget_nav_menu > ul > li > a {
  color: #000;
  position: relative;
}
.footer-layout-1.light-skin .widget_nav_menu .menu > li > a:after,
.footer-layout-1.light-skin .widget_nav_menu > ul > li > a:after {
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.3s;
}
.footer-layout-1.light-skin .widget_nav_menu .menu > li:hover > a,
.footer-layout-1.light-skin .widget_nav_menu > ul > li:hover > a,
.footer-layout-1.light-skin .widget_nav_menu .menu > li.current-menu-item > a,
.footer-layout-1.light-skin .widget_nav_menu > ul > li.current-menu-item > a,
.footer-layout-1.light-skin .widget_nav_menu .menu > li.current-menu-parent > a,
.footer-layout-1.light-skin .widget_nav_menu > ul > li.current-menu-parent > a,
.footer-layout-1.light-skin .widget_nav_menu .menu > li.current-cat > a,
.footer-layout-1.light-skin .widget_nav_menu > ul > li.current-cat > a,
.footer-layout-1.light-skin .widget_nav_menu .menu > li.current-cat-parent > a,
.footer-layout-1.light-skin .widget_nav_menu > ul > li.current-cat-parent > a {
  color: #000;
}
.footer-layout-1.light-skin .widget_nav_menu .menu > li:hover > a:after,
.footer-layout-1.light-skin .widget_nav_menu > ul > li:hover > a:after,
.footer-layout-1.light-skin .widget_nav_menu .menu > li.current-menu-item > a:after,
.footer-layout-1.light-skin .widget_nav_menu > ul > li.current-menu-item > a:after,
.footer-layout-1.light-skin .widget_nav_menu .menu > li.current-menu-parent > a:after,
.footer-layout-1.light-skin .widget_nav_menu > ul > li.current-menu-parent > a:after,
.footer-layout-1.light-skin .widget_nav_menu .menu > li.current-cat > a:after,
.footer-layout-1.light-skin .widget_nav_menu > ul > li.current-cat > a:after,
.footer-layout-1.light-skin .widget_nav_menu .menu > li.current-cat-parent > a:after,
.footer-layout-1.light-skin .widget_nav_menu > ul > li.current-cat-parent > a:after {
  width: 100%;
  left: 0;
}
.footer-layout-1.light-skin .social-links a {
  color: #fefefe;
  background-color: #ccc;
}
.footer-layout-1.light-skin .social-links a:last-child {
  margin-right: 0;
}
.footer-layout-1.light-skin .social-links a:hover {
  background-color: #000;
  color: #fff;
}
.footer-layout-1.light-skin .social-links a:hover i {
  color: #fff;
}
.footer-layout-1.light-skin .footer-extras .socials a {
  color: #fefefe;
  background-color: #ccc;
}
.footer-layout-1.light-skin .footer-extras .socials a:last-child {
  margin-right: 0;
}
.footer-layout-1.light-skin .footer-extras .socials a:hover {
  background-color: #000;
  color: #fff;
}
.footer-layout-1.light-skin .widget-mr-currency-switcher > ul > li ul,
.footer-layout-1.light-skin .widget-mr-language-switcher > ul > li ul {
  background-color: #fff;
}
.footer-layout-1.dark-skin .widget-mr-currency-switcher > ul > li .current,
.footer-layout-1.dark-skin .widget-mr-language-switcher > ul > li .current {
  color: #999;
  transition: 0.5s;
}
.footer-layout-1.dark-skin .widget-mr-currency-switcher > ul > li .current:hover,
.footer-layout-1.dark-skin .widget-mr-language-switcher > ul > li .current:hover {
  color: #fff;
}
.footer-layout-1.dark-skin .widget-mr-currency-switcher > ul > li ul li a,
.footer-layout-1.dark-skin .widget-mr-language-switcher > ul > li ul li a {
  color: #999;
}
.footer-layout-1.dark-skin .widget-mr-currency-switcher > ul > li ul li a:before,
.footer-layout-1.dark-skin .widget-mr-language-switcher > ul > li ul li a:before {
  display: none;
}
.footer-layout-1.dark-skin .widget-mr-currency-switcher > ul > li ul li a:hover,
.footer-layout-1.dark-skin .widget-mr-language-switcher > ul > li ul li a:hover {
  color: #fff;
}
.footer-layout-1.dark-skin .recent-post .post-text .post-title,
.footer-layout-1.dark-skin .popular-post .post-text .post-title,
.footer-layout-1.dark-skin .widget ul.product_list_widget li .product-title,
.footer-layout-1.dark-skin .widget ul.product_list_widget li .amount,
.footer-layout-1.dark-skin .widget ul.product_list_widget li a {
  color: #999;
}
.footer-layout-1.dark-skin .recent-post .post-text .post-title:hover,
.footer-layout-1.dark-skin .popular-post .post-text .post-title:hover,
.footer-layout-1.dark-skin .widget ul.product_list_widget li .product-title:hover,
.footer-layout-1.dark-skin .widget ul.product_list_widget li .amount:hover,
.footer-layout-1.dark-skin .widget ul.product_list_widget li a:hover {
  color: #fff;
}
.footer-layout-1.dark-skin .widget_product_categories ul li a,
.footer-layout-1.dark-skin .widget_layered_nav ul li a {
  color: #999;
}
.footer-layout-1.dark-skin .widget_product_categories ul li a:hover,
.footer-layout-1.dark-skin .widget_layered_nav ul li a:hover {
  color: #fff;
}
.footer-layout-2 {
  padding-top: 95px;
  border-top: 1px solid #e1e1e1;
}
.footer-layout-2 .footer-nav {
  padding: 0 0 30px;
}
.footer-layout-2 .footer-copyright {
  padding: 0 0 43px;
  color: #999;
  font-size: 13px;
}
.footer-layout-2 .footer-copyright .text-copyright,
.footer-layout-2 .footer-copyright .menu {
  position: relative;
  padding-top: 50px;
}
.footer-layout-2 .footer-copyright .text-copyright:after,
.footer-layout-2 .footer-copyright .menu:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  content: "";
  border-top: 1px solid #e1e1e1;
  height: 1px;
}
.footer-layout-2 .footer-copyright .menu:after {
  right: 0;
  left: auto;
}
.footer-layout-2 .socials {
  overflow: hidden;
  float: right;
  margin-top: 10px;
}
.footer-layout-2 .menu li {
  display: inline-block;
}
.footer-layout-2 .menu li a {
  color: #000;
}
.footer-layout-2 .menu li a:after {
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.3s;
}
.footer-layout-2 .menu li a:hover:after {
  width: 100%;
  left: 0;
}
.footer-layout-2 .menu li:first-child {
  padding-left: 0;
}
.footer-layout-2 .menu li:last-child {
  padding-right: 0;
}
.footer-layout-2 .footer-newsletter {
  width: 100%;
  overflow: hidden;
}
.footer-layout-2 .footer-newsletter label {
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0;
  margin-top: 5px;
  width: 30%;
  text-align: left;
}
.footer-layout-2 .footer-newsletter .mc4wp-form {
  float: left;
  width: 70%;
  padding-left: 10px;
}
.footer-layout-2 .footer-newsletter .mc4wp-form .mc4wp-form-fields {
  position: relative;
}
.footer-layout-2 .footer-newsletter .mc4wp-form .mc4wp-form-fields:after {
  position: absolute;
  top: 4px;
  right: 0;
  content: '\f30f';
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 18px;
  color: #ccc;
  width: 25px;
  height: 25px;
  text-align: right;
}
.footer-layout-2 .footer-newsletter .mc4wp-form .mc4wp-form-fields:after:hover {
  color: #000;
}
.footer-layout-2 .footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  width: 25px;
  height: 25px;
  z-index: 10;
}
.footer-layout-2 .footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"] {
  border-color: transparent;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  background-color: transparent;
}
.footer-layout-2 .footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
  outline: none;
}
.footer-layout-2 .col-right {
  padding-left: 0;
  padding-right: 0;
}
.footer-layout-2.dark-skin {
  background-color: #2d2d2d;
  border-top: none;
}
.footer-layout-2.dark-skin .footer-newsletter label {
  color: #fff;
}
.footer-layout-2.dark-skin .footer-newsletter .mc4wp-form .mc4wp-form-fields:after:hover {
  color: #fff;
}
.footer-layout-2.dark-skin .footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"] {
  border-bottom: 1px solid #464646;
  color: #ccc;
  background-color: transparent;
}
.footer-layout-2.dark-skin .footer-newsletter .mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
  outline: none;
}
.footer-layout-2.dark-skin .socials a {
  color: #ccc;
}
.footer-layout-2.dark-skin .socials a:hover {
  color: #fff;
}
.footer-layout-2.dark-skin .footer-copyright {
  color: #fff;
}
.footer-layout-2.dark-skin .footer-copyright .text-copyright:after,
.footer-layout-2.dark-skin .footer-copyright .menu:after {
  border-color: #464646;
}
.footer-layout-2.dark-skin .menu li a {
  color: #fff;
}
.footer-layout-2.dark-skin .menu li a:after {
  border-color: #fff;
}
.footer-layout-2.gray-skin {
  background-color: #ececec;
  border-top: none;
}
.footer-vertical {
  padding: 100px 0 95px;
}
.footer-vertical .menu li {
  display: inline-block;
}
.footer-vertical .menu li a {
  text-transform: uppercase;
  font-family: Montserrat, "Times New Roman", Times, serif;
  color: #000;
  font-weight: 400;
}
.footer-vertical .menu li a:after {
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 2px;
  right: 0;
  width: 0;
  height: 1px;
  content: "";
  transition: 0.3s;
}
.footer-vertical .menu li a:hover:after {
  width: 100%;
  left: 0;
}
.footer-vertical .menu li:first-child {
  padding-left: 0;
}
.footer-vertical .menu li:last-child {
  padding-right: 0;
}
.footer-vertical .socials h2 {
  display: inline-block;
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
  padding-right: 50px;
  margin: 0;
  font-weight: 400;
}
.footer-vertical .socials a {
  font-size: 18px;
}
.footer-vertical .footer-copyright {
  font-size: 13px;
  color: #999;
  margin-top: 5px;
}
.footer-vertical .footer-logo {
  margin-bottom: 70px;
  margin-top: -5px;
}
.footer-vertical.dark-skin .menu li a {
  color: #999;
}
.footer-vertical.dark-skin .menu li a:hover {
  color: #fff;
}
.footer-vertical.dark-skin .menu li a:after {
  display: none;
}
.footer-vertical.dark-skin .socials h2 {
  color: #999;
}
.footer-vertical.dark-skin .socials a {
  color: #999;
}
.footer-vertical.dark-skin .socials a:hover {
  color: #fff;
}
.footer-vertical.dark-skin .footer-copyright {
  color: #999;
}
.footer-layout-4 .footer-logo,
.footer-layout-3 .footer-logo {
  margin-bottom: 70px;
}
.footer-layout-4 .socials a,
.footer-layout-3 .socials a {
  color: #000;
}
.footer-layout-4 .socials a:hover,
.footer-layout-3 .socials a:hover {
  color: #ccc;
}
.footer-layout-4 {
  border-top: 1px solid #e1e1e1;
}
.footer-layout-4.footer-width-2 > .mr-container-fluid {
  padding-left: 150px;
  padding-right: 150px;
}
.footer-layout-4.footer-width-3 > .mr-container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.footer-layout-4.gray-skin {
  background-color: #f1f1f1;
}
.footer-layout-4.dark-skin {
  background-color: #2d2d2d;
}
.footer-layout-3 {
  border-top: 1px solid #e1e1e1;
}
.footer-layout-3 > .container-fluid {
  max-width: 1520px;
}
.footer-layout-3 .footer-logo {
  margin-top: 60px;
  margin-bottom: 0;
}
.footer-layout-5 {
  padding: 45px 0;
  border-top: 1px solid #e1e1e1;
}
.footer-layout-5 > .mr-container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.footer-layout-5 .socials a {
  text-transform: capitalize;
  color: #000;
  padding-left: 0;
  padding-right: 25px;
  padding-bottom: 0;
  line-height: 1;
  font-weight: 500;
}
.footer-layout-5 .socials a:last-child {
  padding-right: 0;
}
.footer-layout-5 .socials a:hover {
  color: #990000;
}
.footer-layout-5 .widget-mr-language-switcher {
  float: right;
}
.footer-layout-5 .widget-mr-language-switcher > ul {
  padding: 0;
  margin: 0;
}
.footer-layout-5 .widget-mr-language-switcher > ul li {
  list-style: none;
  margin-bottom: 0;
}
.footer-layout-5 .widget-mr-language-switcher > ul li .current {
  display: none;
}
.footer-layout-5 .widget-mr-language-switcher > ul ul {
  padding: 0;
  margin: 0;
  float: left;
}
.footer-layout-5 .widget-mr-language-switcher > ul ul li {
  display: inline-block;
}
.footer-layout-5 .widget-mr-language-switcher > ul ul li a {
  padding: 0;
  padding-left: 20px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  font-family: Poppins, Arial, sans-serif;
  text-transform: uppercase;
}
.footer-layout-5 .widget-mr-language-switcher > ul ul li a:hover {
  color: #990000;
}
.footer-layout-5 .widget-mr-language-switcher > ul ul li:first-child a {
  padding-left: 0;
}
.footer-layout-6 {
  padding: 40px 0;
  color: #000;
  border-top: 1px solid #e1e1e1;
}
.footer-layout-6 .socials a {
  color: #000;
  padding-bottom: 0;
}
.footer-layout-6 > .mr-container-fluid {
  max-width: 1655px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.footer-layout-7 {
  text-align: center;
  padding: 58px 0 56px;
  background-color: #2d2d2d;
  color: #666;
}
.footer-layout-7.gray-skin {
  background-color: #f3f5f5;
}
.footer-layout-7.light-skin {
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
}
.footer-layout-8 {
  font-family: Poppins, Arial, sans-serif;
  background-color: transparent;
  color: #666;
  font-size: 14px;
  border-top: 1px solid #e1e1e1;
  padding: 85px 0 65px;
  text-transform: none;
}
.footer-layout-8.footer-copyright-2 {
  padding-bottom: 0;
}
.footer-layout-8.light-skin .widget a:hover {
  color: #000;
}
.footer-layout-8.gray-skin {
  background-color: #f9f9f9;
}
.footer-layout-8.gray-skin .recent-post .post-text .post-title,
.footer-layout-8.gray-skin .popular-post .post-text .post-title,
.footer-layout-8.gray-skin .widget ul.product_list_widget li .product-title,
.footer-layout-8.gray-skin .widget ul.product_list_widget li .amount,
.footer-layout-8.gray-skin .widget ul.product_list_widget li a {
  color: #666;
}
.footer-layout-8.gray-skin .recent-post .post-text .post-title:hover,
.footer-layout-8.gray-skin .popular-post .post-text .post-title:hover,
.footer-layout-8.gray-skin .widget ul.product_list_widget li .product-title:hover,
.footer-layout-8.gray-skin .widget ul.product_list_widget li .amount:hover,
.footer-layout-8.gray-skin .widget ul.product_list_widget li a:hover {
  color: #000;
}
.footer-layout-8.gray-skin .widget_product_categories ul li a,
.footer-layout-8.gray-skin .widget_layered_nav ul li a {
  color: #666;
}
.footer-layout-8.gray-skin .widget_product_categories ul li a:hover,
.footer-layout-8.gray-skin .widget_layered_nav ul li a:hover {
  color: #000;
}
.footer-layout-8.gray-skin .widget a:hover {
  color: #000;
}
.footer-layout-8.dark-skin {
  background-color: #202020;
  color: #999;
  border-top: none;
}
.footer-layout-8.dark-skin .social-links a:hover {
  color: #fff;
}
.footer-layout-8.dark-skin .social-links a:hover i {
  color: #fff;
}
.footer-layout-8.dark-skin .menu li a {
  color: #999;
}
.footer-layout-8.dark-skin .menu li a:hover {
  color: #fff;
}
.footer-layout-8.dark-skin .tweets-widget .latest-tweets .tweet-item a:hover {
  color: #fff;
}
.footer-layout-8.dark-skin .tweets-widget .latest-tweets .tweet-item span {
  color: #999;
}
.footer-layout-8.dark-skin .widget .menu li:hover a {
  color: #fff;
}
.footer-layout-8.dark-skin .widget .widget-title {
  color: #fff;
}
.footer-layout-8.dark-skin .footer-copyright,
.footer-layout-8.dark-skin .footer-payment {
  color: #999;
}
.footer-layout-8.dark-skin .recent-post .post-text .post-title,
.footer-layout-8.dark-skin .popular-post .post-text .post-title,
.footer-layout-8.dark-skin .widget ul.product_list_widget li .product-title,
.footer-layout-8.dark-skin .widget ul.product_list_widget li .amount,
.footer-layout-8.dark-skin .widget ul.product_list_widget li a {
  color: #999;
}
.footer-layout-8.dark-skin .recent-post .post-text .post-title:hover,
.footer-layout-8.dark-skin .popular-post .post-text .post-title:hover,
.footer-layout-8.dark-skin .widget ul.product_list_widget li .product-title:hover,
.footer-layout-8.dark-skin .widget ul.product_list_widget li .amount:hover,
.footer-layout-8.dark-skin .widget ul.product_list_widget li a:hover {
  color: #fff;
}
.footer-layout-8.dark-skin .widget_product_categories ul li a,
.footer-layout-8.dark-skin .widget_layered_nav ul li a {
  color: #999;
}
.footer-layout-8.dark-skin .widget_product_categories ul li a:hover,
.footer-layout-8.dark-skin .widget_layered_nav ul li a:hover {
  color: #fff;
}
.footer-layout-8 .social-links a {
  background-color: transparent;
  font-size: 14px;
  color: #999;
}
.footer-layout-8 .social-links a i {
  color: #999;
}
.footer-layout-8 .social-links a:hover {
  color: #990000;
}
.footer-layout-8 .social-links a:hover i {
  color: #990000;
}
.footer-layout-8 .menu li a {
  color: #666;
  text-transform: none;
  font-weight: 400;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
}
.footer-layout-8 .menu li a:hover {
  padding-left: 10px;
  color: #000;
}
.footer-layout-8 .tweets-widget .latest-tweets .tweet-item {
  margin-bottom: 20px;
}
.footer-layout-8 .tweets-widget .latest-tweets .tweet-item a:hover {
  color: #000;
}
.footer-layout-8 .tweets-widget .latest-tweets .tweet-item p {
  line-height: 1.8;
  margin-bottom: 5px;
}
.footer-layout-8 .tweets-widget .latest-tweets .tweet-item span {
  font-weight: 600;
  color: #666;
}
.footer-layout-8 .widget {
  margin-bottom: 30px;
}
.footer-layout-8 .widget .menu li:hover a {
  color: #000;
}
.footer-layout-8 .widget a {
  text-transform: none;
}
.footer-layout-8 .widget:last-child {
  margin-bottom: 0;
}
.footer-layout-8 .widget .widget-title {
  font-size: 24px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  color: #000;
  text-transform: none;
  margin-bottom: 45px;
}
.footer-layout-8 .widget_text p {
  line-height: 2;
  margin-bottom: 0;
}
.footer-layout-8 .footer-copyright {
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
}
.footer-layout-8 .footer-copyright p {
  font-size: 16px;
}
.footer-layout-8 .footer-payment {
  font-size: 16px;
  color: #000;
  margin-top: 30px;
  text-align: center;
}
.footer-layout-8 .footer-payment .mr-payment {
  padding: 20px 0 0;
}
.footer-layout-8 .footer-payment .mr-payment li {
  list-style: none;
  padding: 0 8px;
  display: inline-block;
  margin-bottom: 0;
}
.footer-layout-8 .footer-copyright-vertical {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 40px;
}
.footer-layout-8 .footer-copyright-vertical .footer-copyright {
  text-align: left;
  font-size: 14px;
  margin: 43px 0;
}
.footer-layout-8 .footer-copyright-vertical .footer-copyright p {
  font-size: 14px;
}
.footer-layout-8 .footer-copyright-vertical .footer-payment {
  margin: 40px 0;
  text-align: right;
}
.footer-layout-8 .footer-copyright-vertical .footer-payment .mr-payment {
  padding: 0;
}
.mrbara-template-homepage .footer-layout-5 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
  border-top: none;
}
.mrbara-template-homepage .footer-layout-6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding-top: 0;
  border-top: none;
}
.mrbara-template-homepage .footer-layout-6 .socials a {
  color: #fff;
}
/**
 * Bootstrap modal
 */
body.modal-open {
  overflow: inherit;
}
.modal {
  z-index: -9999;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: block;
}
.modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.87);
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  transform: scale(0.04) translateY(9999px);
  overflow: hidden;
}
.modal .modal-body {
  padding: 0;
}
.modal .modal-content.product {
  opacity: 0;
}
.modal.in {
  z-index: 99999;
  top: 0;
}
.modal.in:before {
  animation: menu-animation 0.8s ease-out forwards;
  transform: scale(2) translateY(0);
}
.modal.in .ajax-loading {
  top: 50%;
  opacity: 1;
  transition-delay: 0.7s;
}
.modal.in.main-nav {
  z-index: 999;
}
.modal.in .modal-content.product {
  opacity: 1;
}
.modal.in .modal-header {
  left: auto;
  right: 15px;
  top: 15px;
}
.modal.in .modal-header .close {
  background-color: #333;
  color: #fff;
  font-size: 24px;
  text-shadow: none;
  font-weight: 400;
  opacity: 1;
  line-height: 45px;
}
.modal.in .modal-body {
  padding: 15px;
}
.modal.display-content .ajax-loading {
  opacity: 0;
  z-index: -999;
}
.modal.display-content .modal-dialog {
  transform: translate(0, -50%);
  transition: top 0.53s ease-out, opacity 0.35s ease-out;
  transition-delay: 0.7s;
  opacity: 1;
  top: 50%;
}
.modal.display-content .modal-dialog.woocommerce {
  transition-delay: 0.1s;
}
.modal .ajax-loading {
  font-size: 70px;
  width: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
  transition: 0.5s;
}
.modal .ajax-loading i:before {
  animation: spin 2s linear infinite;
}
.newsletter-popup:before {
  opacity: 0;
  transition: opacity 0.5s;
}
.newsletter-popup.in:before {
  animation: none;
  transform: scale(1);
  height: 100%;
  padding-bottom: 0;
  border-radius: 0;
  opacity: 1;
  transition-delay: 0.7s;
}
.newsletter-popup .modal-content {
  border-radius: 10px;
  width: 830px;
}
.newsletter-popup.in .modal-header .close {
  background-color: transparent;
  color: #999;
  font-size: 30px;
  transition: 0.5s;
}
.newsletter-popup.in .modal-header .close:hover {
  color: #000;
}
.newsletter-popup .newletter-content {
  text-align: center;
  padding: 25px;
}
.newsletter-popup .newletter-content .n-title {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 20px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 70px;
  font-family: Poppins, Arial, sans-serif;
}
.newsletter-popup .newletter-content .n-title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 55px;
  background-color: #000;
  content: "";
  transform: translate(-50%, 0);
}
.newsletter-popup .newletter-content .n-image {
  margin-bottom: 80px;
}
.newsletter-popup .newletter-content .n-desc {
  margin-bottom: 60px;
}
.newsletter-popup .newletter-content .n-form {
  padding: 0 50px;
  margin-bottom: 30px;
}
.newsletter-popup .newletter-content .n-form .mc4wp-form {
  position: relative;
}
.newsletter-popup .newletter-content .n-form .mc4wp-form:after {
  content: "\f30f";
  display: inline-block;
  font: normal normal normal 14px/1 ionicons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 16px;
  right: 25px;
  width: 24px;
  height: 24px;
  font-size: 30px;
}
.newsletter-popup .newletter-content .n-form input[type="email"] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f3f3f3;
  padding: 0 50px 0 30px;
  border: none;
  border-radius: 30px;
}
.newsletter-popup .newletter-content .n-form input[type="submit"] {
  position: absolute;
  top: 16px;
  right: 25px;
  width: 24px;
  height: 24px;
  opacity: 0;
  z-index: 10;
}
.newsletter-popup .newletter-content .n-close {
  color: #999;
  padding-top: 10px;
  display: inline-block;
}
.newsletter-popup.newsletter-2 .n-image {
  position: absolute;
  right: -100px;
  bottom: 0;
  margin-bottom: 0;
}
.newsletter-popup.newsletter-2 .newletter-content {
  margin-top: 20px;
  padding-right: 0;
  padding-left: 60px;
}
.newsletter-popup.newsletter-2 .newletter-content .n-title {
  letter-spacing: 0;
  font-size: 36px;
  text-transform: none;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.newsletter-popup.newsletter-2 .newletter-content .n-title:after {
  display: none;
}
.newsletter-popup.newsletter-2 .newletter-content .n-desc {
  color: #666;
  margin-bottom: 25px;
}
.newsletter-popup.newsletter-2 .newletter-content .n-form {
  padding: 0;
  margin-bottom: 70px;
}
.newsletter-popup.newsletter-2 .newletter-content .n-form .mc4wp-form:after {
  display: none;
}
.newsletter-popup.newsletter-2 .newletter-content .n-form input[type="email"] {
  text-align: center;
  margin-bottom: 25px;
}
.newsletter-popup.newsletter-2 .newletter-content .n-form input[type="submit"] {
  position: static;
  opacity: 1;
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  border: none;
}
.newsletter-popup.newsletter-2 .newletter-content .n-form input[type="submit"]:hover,
.newsletter-popup.newsletter-2 .newletter-content .n-form input[type="submit"]:focus {
  background-color: #333;
}
.newsletter-popup.newsletter-2 .newletter-content .n-close {
  color: #666;
}
.login-popup {
  overflow: hidden;
}
.login-popup .modal-content {
  width: 400px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0px 0px 41px 1px rgba(0, 0, 0, 0.46);
}
.login-popup .modal-body {
  padding: 35px;
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.login-popup .modal-body::-webkit-scrollbar {
  display: none;
}
.login-popup .login-content {
  padding-top: 55px;
}
.login-popup .login-content .login-bar {
  display: none;
}
.login-popup .login-content .login-form form {
  border: none;
  padding: 0;
}
.login-popup .login-content .user-role .radio input[type="radio"] {
  margin-left: 0;
  position: relative;
}
.login-popup .login-content .login-title {
  text-align: center;
  font-size: 30px;
  color: #fff;
  font-family: Poppins, Arial, sans-serif;
  margin-bottom: 50px;
  margin-top: 0;
  text-transform: none;
}
.login-popup .login-content h3 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Poppins, Arial, sans-serif;
}
.login-popup .login-content .form-row {
  margin-bottom: 25px;
  overflow: hidden;
}
.login-popup .login-content .form-row .input-text {
  width: 100%;
  height: 47px;
  line-height: 47px;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 0 20px;
  color: #000;
}
.login-popup .login-content .form-row .rememberme {
  margin-bottom: 0;
}
.login-popup .login-content .form-row .rememberme .input-checkbox {
  opacity: 0;
}
.login-popup .login-content .form-row .rememberme .input-checkbox:checked + span:before {
  content: "\5a";
}
.login-popup .login-content .form-row .rememberme span {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  position: relative;
  line-height: 1;
  font-size: 13px;
  padding-left: 10px;
}
.login-popup .login-content .form-row .rememberme span:before {
  content: "\56";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 20px;
  position: absolute;
  top: -5px;
  left: -18px;
  transition: 0.5s;
  font-weight: 700;
  color: #fff;
}
.login-popup .login-content .form-row .rememberme a {
  font-size: 13px;
  color: #19c2c8;
  margin-top: 3px;
  font-weight: 400;
}
.login-popup .login-content .form-row .lost_password {
  float: right;
  font-size: 13px;
  color: #19c2c8;
  margin-top: 3px;
}
.login-popup .login-content .form-row .button {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  height: 47px;
  line-height: 47px;
  border-radius: 5px;
  border: none;
  background-color: #993333;
  padding: 0 20px;
  margin-top: 5px;
}
.login-popup .login-content .form-row .button:hover,
.login-popup .login-content .form-row .button:focus {
  background-color: #333;
}
.login-popup .login-content .woocommerce-password-strength,
.login-popup .login-content .woocommerce-password-hint {
  display: none;
}
.login-popup .register-form {
  display: none;
}
.login-popup .login-tabs {
  overflow: hidden;
}
.login-popup .login-col {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 15px;
}
.login-popup .login-col a {
  color: #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
}
.login-popup .modal-header .close {
  display: none;
}
.login-popup .message {
  color: #fff;
  font-size: 13px;
}
.login-popup .message a {
  display: none;
}
.login-popup .ajax-loading {
  transition: none !important;
}
.login-popup.loading .modal-body {
  position: relative;
}
.login-popup.loading .modal-body:after {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 10;
}
.login-popup.loading .ajax-loading {
  opacity: 1;
  z-index: 9999;
}
.login-popup .col-login-socials {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}
.login-popup .col-login-socials br {
  display: none;
}
.login-popup .mo-openid-app-icons > p {
  color: #fff;
  display: block;
  padding-bottom: 10px;
}
.login-popup .mo-openid-app-icons > a {
  padding: 0 20px 0 0;
}
.login-popup.popup-login-2 .modal-header .close {
  display: block;
  background-color: transparent;
  color: #ccc;
  font-size: 30px;
  transition: 0.5s;
}
.login-popup.popup-login-2 .modal-header .close:hover {
  color: #000;
}
.login-popup.popup-login-2 .modal-content {
  width: 1100px;
  background-color: #fff;
}
.login-popup.popup-login-2 .modal-body {
  padding: 0;
}
.login-popup.popup-login-2 .login-tab {
  display: none;
}
.login-popup.popup-login-2 .login-content {
  padding-top: 0;
}
.login-popup.popup-login-2 .login-content .login-title {
  display: none;
}
.login-popup.popup-login-2 .login-content h3 {
  font-size: 24px;
  color: #000;
  text-transform: none;
  margin-bottom: 60px;
}
.login-popup.popup-login-2 .login-content .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.login-popup.popup-login-2 .login-content .login-bar {
  display: block;
  position: relative;
  border-radius: 10px 0 0 10px;
}
.login-popup.popup-login-2 .login-content .login-bar:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 10px 0 0 10px;
}
.login-popup.popup-login-2 .login-content .login-bar .log-image {
  margin-bottom: 0;
}
.login-popup.popup-login-2 .login-content .login-bar .log-image img {
  border-radius: 10px 0 0 10px;
}
.login-popup.popup-login-2 .login-content .login-bar .login-heading {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translate(0, -50%);
}
.login-popup.popup-login-2 .login-content .login-bar .login-tab,
.login-popup.popup-login-2 .login-content .login-bar .register-tab {
  font-size: 50px;
  color: #fff;
  display: block;
  text-transform: none;
  font-weight: 600;
  transition: none;
}
.login-popup.popup-login-2 .login-content .login-bar .register-tab {
  font-size: 30px;
  color: #999;
}
.login-popup.popup-login-2 .login-content .login-form {
  padding-left: 85px;
  padding-right: 100px;
}
.login-popup.popup-login-2 .login-content .form-row .input-text {
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}
.login-popup.popup-login-2 .login-content .form-row .rememberme span {
  color: #666;
}
.login-popup.popup-login-2 .login-content .form-row .rememberme span:before {
  color: #666;
}
.login-popup.popup-login-2 .login-content .login-col {
  display: none;
}
.login-popup.popup-login-2 .login-content .login-row {
  padding: 0 40px;
  height: 50px;
  line-height: 51px;
  background-color: #990000;
  font-family: Poppins, Arial, sans-serif;
  transition: all 0.5s;
  color: #fff;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 0;
}
.login-popup.popup-login-2 .login-content .login-row:hover,
.login-popup.popup-login-2 .login-content .login-row:focus {
  background-color: #333;
}
.login-popup.popup-login-2 .login-content .login-row:after {
  content: "\24";
  display: inline-block;
  font: normal normal normal 14px/1 ElegantIcons;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  position: absolute;
  top: 18px;
  right: 40px;
  font-size: 14px;
}
.login-popup.popup-login-2 .login-content .login-row .button {
  background-color: transparent;
  margin-top: 2px;
  padding-left: 50px;
  padding-right: 60px;
}
.login-popup.popup-login-2 .login-content .message {
  color: #cc3333;
}
.login-popup.popup-login-2 .mo-openid-app-icons > p {
  color: #000;
}
.login-popup.register-active .login-form {
  display: none;
}
.login-popup.register-active .register-form {
  display: block;
}
.login-popup.register-active.popup-login-2 .login-content .login-bar .login-tab {
  font-size: 30px;
  color: #999;
}
.login-popup.register-active.popup-login-2 .login-content .login-bar .register-tab {
  font-size: 40px;
  color: #fff;
}
.backtotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
  background-color: #990000;
  border-radius: 5px;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}
.backtotop:hover {
  background-color: #000;
}
.backtotop.show-scroll {
  opacity: 1;
}
.backtotop:hover,
.backtotop:focus {
  color: #fff;
}
.page-template-template-home-boxed-content-php .footer-layout-3,
.page-template-template-home-boxed-content-php .footer-layout-4,
.page-template-template-home-boxed-content-php .footer-layout-8 {
  padding-bottom: 35px;
}
.mrbara-template-homepage .footer-layout-1.light-skin,
.page-template-template-full-width .footer-layout-1.light-skin {
  border-top: none;
}
.mrbara-template-homepage .footer-layout-2.light-skin,
.page-template-template-full-width .footer-layout-2.light-skin {
  border-top: none;
}
.mrbara-template-homepage .footer-layout-3,
.page-template-template-full-width .footer-layout-3,
.mrbara-template-homepage .footer-layout-4,
.page-template-template-full-width .footer-layout-4 {
  border-top: none;
}
.footer-quicklinks {
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #444;
}
.footer-quicklinks ul {
  margin: 0;
  padding: 0;
}
.footer-quicklinks li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
}
.footer-quicklinks .mr-footer-keywords {
  margin-bottom: 45px;
}
.footer-quicklinks .mr-footer-keywords .w-title {
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 10px;
  font-weight: 600;
}
.footer-quicklinks .mr-footer-keywords li {
  color: #999;
}
.footer-quicklinks .mr-footer-keywords li a {
  color: #999;
}
.footer-quicklinks .mr-footer-keywords li a:hover {
  color: #fff;
}
.footer-quicklinks .mr-footer-links {
  margin-top: 10px;
}
.footer-quicklinks .mr-footer-links .w-title {
  padding: 10px 12px;
  position: relative;
  padding-left: 25px;
  display: block;
  line-height: 1;
  text-transform: uppercase;
}
.footer-quicklinks .mr-footer-links .w-title i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 7px;
}
.footer-quicklinks .mr-footer-links li {
  color: #999;
}
.footer-quicklinks .mr-footer-links li a {
  color: #999;
  position: relative;
  padding: 0 15px;
}
.footer-quicklinks .mr-footer-links li a:after {
  position: absolute;
  top: 6px;
  right: 0;
  background-color: #444;
  content: "";
  height: 12px;
  width: 1px;
}
.footer-quicklinks .mr-footer-links li a:hover {
  color: #fff;
}
.footer-quicklinks .mr-footer-links li:last-child a {
  padding-right: 0;
}
.footer-quicklinks .mr-footer-links li:last-child a:after {
  display: none;
}
.light-skin .footer-quicklinks,
.gray-skin .footer-quicklinks {
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.light-skin .footer-quicklinks .mr-footer-keywords li,
.gray-skin .footer-quicklinks .mr-footer-keywords li {
  color: #666;
}
.light-skin .footer-quicklinks .mr-footer-keywords li a,
.gray-skin .footer-quicklinks .mr-footer-keywords li a {
  color: #666;
}
.light-skin .footer-quicklinks .mr-footer-keywords li a:hover,
.gray-skin .footer-quicklinks .mr-footer-keywords li a:hover {
  color: #0099cc;
}
.light-skin .footer-quicklinks .mr-footer-links .w-title,
.gray-skin .footer-quicklinks .mr-footer-links .w-title {
  padding-bottom: 8px;
  padding-left: 40px;
  background-color: #e8e8e8;
  font-weight: 400;
  color: #000;
  text-transform: none;
  margin-right: 10px;
}
.light-skin .footer-quicklinks .mr-footer-links .w-title i,
.gray-skin .footer-quicklinks .mr-footer-links .w-title i {
  left: 12px;
}
.light-skin .footer-quicklinks .mr-footer-links li,
.gray-skin .footer-quicklinks .mr-footer-links li {
  color: #000;
}
.light-skin .footer-quicklinks .mr-footer-links li a,
.gray-skin .footer-quicklinks .mr-footer-links li a {
  color: #000;
}
.light-skin .footer-quicklinks .mr-footer-links li a:after,
.gray-skin .footer-quicklinks .mr-footer-links li a:after {
  background-color: #d2d2d2;
}
.light-skin .footer-quicklinks .mr-footer-links li a:hover,
.gray-skin .footer-quicklinks .mr-footer-links li a:hover {
  color: #0099cc;
}
.light-skin .footer-quicklinks .mr-footer-links li:last-child a,
.gray-skin .footer-quicklinks .mr-footer-links li:last-child a {
  padding-right: 0;
}
.light-skin .footer-quicklinks .mr-footer-links li:last-child a:after,
.gray-skin .footer-quicklinks .mr-footer-links li:last-child a:after {
  display: none;
}
/*--------------------------------------------------------------
8.0 - Boxed
--------------------------------------------------------------*/
body.boxed {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}
.boxed .site {
  max-width: 1270px;
  margin: 0 auto;
  position: relative;
  background-color: transparent;
}
.boxed .top-promotion {
  max-width: 1270px;
  margin: 0 auto;
}
.boxed .site-content {
  background-color: #fff;
}
.boxed.boxed-w1470 .site {
  max-width: 1470px;
}
.boxed.boxed-w1470 .top-promotion {
  max-width: 1470px;
}
.boxed.header-left .site {
  max-width: 100%;
  margin: 0;
}
.boxed.header-left-style-2 .site {
  padding-left: 147px;
  margin-left: 0;
}
.boxed.header-left-style-2 .site:after {
  position: absolute;
  top: 0;
  left: 147px;
  height: 100%;
  background-color: #e0e0e0;
  width: 1px;
  content: "";
}
.boxed.shop-widget-title-style-2 .shop-sidebar .widget .widget-title:before {
  left: -30px;
  width: 30px;
}
.boxed.page-template-template-home-split .site {
  overflow: hidden;
}
.boxed.header-top-style-2 .container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.boxed.header-top-style-5 .site-header > .mr-container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.boxed.header-transparent.admin-bar .site-header,
.boxed.page-template-template-home-split.admin-bar .site-header {
  top: 0;
}
.boxed .mr-container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.boxed .site-footer .mr-container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.boxed.header-top-style-1 .site-header > .mr-container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.boxed.header-top-style-1 .header-main .menu-logo {
  position: static;
  width: 10%;
  float: left;
}
.boxed.header-top-style-1 .menu-main {
  width: 70%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.boxed.header-top-style-1 .menu-extra {
  width: 20%;
  float: right;
  position: static;
}
.boxed.header-top-style-1 .menu-extra .extra-menu-item.menu-item-account > a img {
  margin-right: 0;
}
.boxed.header-top-style-1 .menu-extra .extra-menu-item.menu-item-account > a:after {
  display: none;
}
.boxed.header-top-style-1 .menu-extra .extra-menu-item.menu-item-account > a .t-text span {
  display: none;
}
.boxed.header-top-style-1 .menu-extra .extra-menu-item.menu-item-account > a.item-register {
  display: none;
}
.boxed.header-top-style-4 .header-main .menu-logo {
  position: static;
  width: 10%;
  float: left;
}
.boxed.header-top-style-4 .header-main .menu-main {
  width: 65%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.boxed.header-top-style-4 .header-main .menu-extra {
  width: 25%;
  float: right;
  position: static;
}
.boxed .footer-layout-1 {
  overflow: hidden;
}
.boxed .footer-layout-1 .footer-main .footer-logo {
  position: static;
  width: 15%;
  float: left;
}
.boxed .footer-layout-1 .footer-main .footer-widget-main {
  width: 70%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.boxed .footer-layout-1 .footer-main .footer-extras {
  width: 15%;
  float: right;
  position: static;
}
.boxed.page-template-template-home-width-1620.header-top-style-6 .site-header > .container-fluid,
.boxed.page-template-template-home-width-1620 .footer-layout-4 > .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.boxed.page-template-template-home-width-1620 .site-content > .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.boxed.page-template-template-home-boxed-content.header-transparent .site-header > .mr-container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.boxed.page-template-template-home-cosmetic .site-content {
  margin: 0;
}
.boxed .split-scroll .ms-left .section-content {
  padding-left: 95px;
  padding-right: 125px;
}
.boxed .split-scroll .ms-right .section-content {
  padding-left: 95px;
  padding-right: 125px;
}
.boxed .split-scroll .section-no {
  left: -105px;
}
.boxed .product-carousel.carousel-style1.woocommerce ul.products .owl-controls .owl-buttons div {
  top: 40%;
}
.boxed .product-carousel.carousel-style1.woocommerce ul.products .owl-controls .owl-buttons div.owl-prev {
  left: 70px;
}
.boxed .product-carousel.carousel-style1.woocommerce ul.products .owl-controls .owl-buttons div.owl-next {
  right: 70px;
}
.boxed.product-page-layout-4 .related.products ul.products li.product .product-content-thumbnails {
  margin-bottom: 10px;
}
.boxed.woocommerce div.product form.cart.variations_form {
  margin-bottom: 40px;
}
.boxed .mr-container-large {
  padding-left: 15px;
  padding-right: 15px;
}
.boxed.shop-filter-layout-1 .soo-product-filter-widget .product-filter .filter-name {
  float: none;
  margin-bottom: 20px;
  display: block;
}
.boxed.shop-filter-layout-1 .soo-product-filter-widget .product-filter .filter-control {
  margin-left: -7px;
}
.boxed.shop-full-width.sidebar-content .content-area {
  padding-left: 30px;
}
.boxed .shop-toolbar .shop-products-number > span {
  display: none;
}
.boxed.shop-view-list ul.products li.product {
  width: 100%;
}
.boxed.shop-view-list ul.products li.product .product-content-thumbnails {
  width: 30%;
}
.boxed.shop-view-list ul.products li.product .product-content-thumbnails .btn-add-to-cart,
.boxed.shop-view-list ul.products li.product .product-content-thumbnails .added_to_cart.wc-forward {
  left: 30%;
}
.boxed.woocommerce .shop-topbar {
  position: relative;
  padding-bottom: 20px;
}
.boxed.woocommerce .shop-topbar .widget {
  float: right;
}
.boxed.woocommerce .shop-topbar .widget.soo-product-filter-widget {
  float: left;
}
.boxed.woocommerce .shop-topbar .widget.soo-product-filter-widget .shop-filter-mobile {
  display: block;
  float: left;
  background-color: transparent;
  height: 30px;
  line-height: 30px;
}
.boxed.woocommerce .shop-topbar .widget.soo-product-filter-widget .shop-filter-mobile a {
  color: #000;
  margin: 0;
}
.boxed.woocommerce .shop-topbar .widget.soo-product-filter-widget form {
  position: absolute;
  top: 75px;
  left: 0;
  right: 1px;
  background-color: #fff;
  padding: 30px;
  z-index: 999;
  display: none;
  border: 1px solid #ccc;
}
.boxed.woocommerce .shop-topbar .widget.soo-product-filter-widget form .product-filter .filter-name {
  min-width: 80px;
}
.boxed.woocommerce .shop-topbar .widget.soo-product-filter-widget form .product-filter:after {
  content: '';
  display: block;
  clear: both;
}
.boxed .mr-info-banners {
  margin-left: -5px;
  margin-right: -5px;
}
.boxed .mr-info-banners .banner-item {
  padding: 5px;
}
.boxed .mr-info-banners .banner-item .sc-content {
  padding: 20px;
}
.boxed .mr-info-banners .banner-item .sc-content .sc-title {
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.boxed .mr-info-banners .banner-item .sc-content .sc-desc .mr-number-phone {
  font-size: 14px;
}
.boxed .mr-info-banners .banner-item .newsletter-content {
  padding: 25px;
}
.boxed .mr-info-banners .banner-item .newsletter-content .nl-title {
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.boxed .mr-info-banners .banner-item .newsletter-content .mc4wp-form {
  margin-top: 30px;
}
.boxed .mr-info-banners .banner-item .banner-content {
  bottom: 25px;
  left: 25px;
}
.boxed .mr-info-banners .banner-item .banner-content .b-title {
  font-size: 24px;
}
.boxed.header-search-style-2 .site-header .menu-extra .extra-menu-item.menu-item-search.show-search-form .search-form {
  width: 350px;
}
.boxed .mr-sliders .navigation {
  display: none;
}
.boxed.header-top-style-2 .mrbara-icon-box .i-icon {
  float: none;
  display: block;
}
.boxed.header-top-style-2 .mrbara-about .about-content {
  padding: 30px 0;
}
.boxed .footer-layout-3 > .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.boxed .footer-layout-6 > .mr-container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.boxed .footer-layout-4.footer-width-2 > .mr-container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.boxed.header-top-style-10 .primary-nav > ul > li {
  padding-left: 15px;
  padding-right: 15px;
}
.boxed.woocommerce .widget.widget_shopping_cart .widget_shopping_cart_content .buttons .button {
  display: block;
  float: none;
  margin-top: 15px;
}
.boxed.page-template-template-home-boxed-content .site {
  border: 50px solid #fff;
}
.boxed.page-template-template-home-boxed-content.header-transparent .site-header {
  top: 0;
}
.boxed.page-template-template-home-boxed-content.header-transparent .site-header > .mr-container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.boxed.page-template-template-home-boxed-content.header-transparent .site-header > .container {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}
.boxed.page-template-template-home-boxed-content .topbar > .container {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.boxed.page-template-template-home-boxed-content.header-top-style-10 .site-header > .container {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
.boxed.page-template-template-home-boxed-content .header-top-style-6 .site-header > .mr-container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.boxed.page-template-template-home-boxed-content .footer-layout-3 > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.boxed.page-template-template-home-boxed-content .footer-vertical .socials h2 {
  padding-right: 30px;
}
.boxed.page-template-template-home-boxed-content.header-top-style-2 .site {
  margin: 0 auto;
  border-width: 0;
}
.boxed .owl-controls .owl-prev,
.boxed .products-carousel-2.carousel-style-3 .slick-arrow-left,
.boxed .mrbara-products-picks.products-navi-3 .owl-controls .owl-buttons .owl-prev {
  left: 50px;
}
.boxed .owl-controls .owl-next,
.boxed .products-carousel-2.carousel-style-3 .slick-arrow-right,
.boxed .mrbara-products-picks.products-navi-3 .owl-controls .owl-buttons .owl-next {
  right: 50px;
}