/*
Theme Name:         Pithree
Theme URI:          http://themes.g5plus.net/pithree/
Description:        Pithree theme framework is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="http://www.g5plus.net">Visit site</a>
Version:            1.8
Author:             g5plus
Author URI:         http://g5plus.net/

License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html

Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		pithree
Domain Path: 		/languages/
*/

/**
 * Table of Contents:
 *
 * 1.0 - Core
 * 2.0 - Template
 * 3.0 - Widget
 * 4.0 - Header
 * 5.0 - Footer
 * 6.0 - Blog
 * 7.0 - Woocommerce
 * 8.0 - ShortCode
 * 9.0 - Mixins
 * 10.0 - Blocks
 * ----------------------------------------------------------------------------
 */
.button_text_color_hover {
  color: #fff;
}
/**
 * 1.0 - Core
 * ----------------------------------------------------------------------------
 */
@-moz-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@-webkit-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@-o-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
/**
* WordPress Core
* ----------------------------------------------------------------------------
*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #ababab;
  line-height: 1.8;
}
.sticky {
  opacity: 1;
}
.bypostauthor {
  opacity: 1;
}
/**
* Gallery
* ----------------------------------------------------------------------------
*/
.gallery {
  margin: 0 -5px 10px -5px;
}
.gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  max-width: 33.33%;
  width: 100%;
}
.gallery-caption {
  font-size: 12px;
  color: #ababab;
  line-height: 1.8;
  margin-top: 5px;
}
.gallery-icon img {
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #eee;
  padding: 7px;
}
.gallery-icon img:hover {
  border: 1px solid #ccc;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.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-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/**
* Typography
* ----------------------------------------------------------------------------
*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4:not(.widget-title),
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content hr,
.entry-content dl,
.entry-content blockquote,
.entry-content table,
.entry-content ul,
.entry-content ol,
.entry-content address,
.entry-content pre {
  margin-bottom: 20px;
}
.entry-content h1:last-child,
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:not(.widget-title):last-child,
.entry-content h5:last-child,
.entry-content h6:last-child,
.entry-content p:last-child,
.entry-content hr:last-child,
.entry-content dl:last-child,
.entry-content blockquote:last-child,
.entry-content table:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child,
.entry-content address:last-child,
.entry-content pre:last-child {
  margin-bottom: 0;
}
.entry-content hr {
  margin-top: 20px;
  border-top: 1px solid #e0e0e0;
  clear: both;
}
.entry-content table {
  width: 100%;
  border: 1px solid #cfcfcf;
}
.entry-content td,
.entry-content th {
  padding: 8px;
  border-top: 1px solid #cfcfcf;
  vertical-align: top;
}
.entry-content th {
  font-weight: bold;
  vertical-align: bottom;
}
.entry-content thead:first-child > tr:first-child > td,
.entry-content thead:first-child > tr:first-child > th {
  border-top: none;
}
.entry-content dt,
.entry-content dd {
  line-height: 2;
}
.entry-content dd {
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
  padding-left: 25px;
}
.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
}
.entry-content address {
  line-height: 1.8;
  font-style: italic;
  color: #ababab;
}
.entry-content del {
  color: #ababab;
}
/**
 * 2.0 - Template
 * ----------------------------------------------------------------------------
 */
body {
  line-height: 30px;
  overflow-x: hidden;
  color: #8a8a8a;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
a {
  color: #8a8a8a;
}
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #e3000f;
}
a:hover,
a:focus {
  color: #e3000f;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div,
iframe,
img {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: -0.025em;
  color: #686868;
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.2;
}
p {
  margin: 0 0 20px 0;
}
input,
textarea,
button,
select {
  outline: none;
}
::selection {
  color: #fff;
  background-color: #e3000f;
}
::-moz-selection {
  color: #fff;
  background-color: #e3000f;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea,
select {
  width: 100%;
  padding: 0 15px;
  height: 50px;
  line-height: 1;
  background-color: transparent;
  color: #797979;
  border: 1px solid #E6E6E6;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #797979;
}
input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #797979;
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #797979;
}
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #797979;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #e3000f;
}
textarea {
  padding-top: 10px;
  height: auto;
}
select::-ms-expand {
  display: none;
}
body.boxed #wrapper {
  max-width: 1330px;
  margin: auto;
  position: relative;
}
div[class*=" col-md-"] .container {
  width: 100%;
}
/**
* No Margin
* ----------------------------------------------------------------------------
*/
.no-margin {
  margin: 0 !important;
}
/**
* Block Center
* ----------------------------------------------------------------------------
*/
.block-center:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.block-center {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.block-center-inner {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  font-size: initial;
}
.block-center-inner > * {
  margin: auto;
}
/**
* Back To Top
* ----------------------------------------------------------------------------
*/
.back-to-top {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 40px;
  right: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 2;
  color: #fff;
  background-color: #e3000f;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.back-to-top i {
  font-size: 20px;
}
.back-to-top:hover {
  text-decoration: none;
  color: #fff;
  background-color: #2c3e50;
}
.back-to-top:focus {
  color: #fff;
}
.back-to-top.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
/**
* Site Loading
* ----------------------------------------------------------------------------
*/
.site-loading {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 600ms ease 200ms;
  -moz-transition: opacity 600ms ease 200ms;
  -o-transition: opacity 600ms ease 200ms;
  transition: opacity 600ms ease 200ms;
}
body.page-loading .site-loading {
  opacity: 1;
  display: block;
}
.logo-loading {
  margin-bottom: 30px;
}
/**
* Slick
* ----------------------------------------------------------------------------
*/
.slick {
  opacity: 0;
}
.slick.slick-initialized {
  opacity: 1;
}
.slick-arrow {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  display: inline-block !important;
  width: 43px;
  height: 43px;
  background-color: rgba(0, 0, 0, 0.3);
  line-height: 43px;
  position: absolute;
  top: 50%;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-arrow i {
  color: #fff;
  font-size: 10px;
  position: relative;
  top: -1px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: -0.02em;
}
.slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.slick-arrow:hover i {
  color: #e3000f;
}
.slick-arrow {
  text-align: center;
  z-index: 1;
}
.slick-arrow.slick-prev {
  left: 15px;
}
.slick-arrow.slick-next {
  right: 15px;
}
ul.slick-dots {
  padding-left: 0px;
  text-align: center;
  margin-top: 20px;
}
ul.slick-dots li {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: solid 1px #e3000f;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.slick-dots li.slick-active,
ul.slick-dots li:hover {
  background-color: #e3000f;
  border-color: #e3000f;
  cursor: pointer;
}
.slick-slide img {
  opacity: 0;
}
.slick-initialized img {
  opacity: 1;
}
.slick-slide {
  outline: none;
}
.popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #e0e0e0;
  font-size: 16px;
  z-index: 1;
}
.drop-shadow {
  -webkit-box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.1);
}
.fold-out.in .fold-out-drop,
.fold-out.hover:hover .fold-out-drop {
  -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
  max-height: 1000px;
  visibility: visible;
}
.fold-out .fold-out-drop {
  max-height: 0;
  position: absolute;
  z-index: 999;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 50% 0;
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
#search_popup_wrapper form {
  margin: 2em 1em;
  position: relative;
}
#search_popup_wrapper input {
  width: 100%;
  padding-right: 95px;
}
#search_popup_wrapper input:focus {
  border-color: #e3000f;
}
#search_popup_wrapper button {
  position: absolute;
  right: 0;
  top: 0;
}
.popup-overlay-wrapper {
  position: absolute;
  z-index: 9999;
  background-color: rgba(20, 22, 24, 0.95);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 80px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0.5s, visibility 0s 1s;
  transition: opacity 0.5s 0.5s, visibility 0s 1s;
}
.popup-overlay-wrapper.in {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.popup-overlay-wrapper.in .popup-overlay-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.5s 0.2s, opacity 0.5s 0.2s;
  transition: transform .5s .8s, opacity .5s .8s;
}
.popup-overlay-content {
  margin: 80px auto 0;
  width: 80%;
  position: relative;
  font-size: 20px;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}
.popup-overlay-content input {
  border: solid 2px #FFF;
  padding: 1em;
  height: auto;
  color: #fff;
}
.popup-overlay-content input::-webkit-input-placeholder {
  color: #eeeeee;
}
.popup-overlay-content input:-moz-placeholder {
  color: #eeeeee;
}
.popup-overlay-content input::-moz-placeholder {
  color: #eeeeee;
}
.popup-overlay-content input:-ms-input-placeholder {
  color: #eeeeee;
}
.popup-overlay-content .search-button {
  position: absolute;
  top: 18px;
  right: 30px;
  color: #fff;
}
.popup-overlay-content .search-button:hover {
  cursor: pointer;
  color: #e3000f;
}
.popup-overlay-result {
  color: #fff;
  background-color: #343537;
  padding: 0;
  font-size: 16px;
  line-height: 2em;
}
.popup-overlay-result ul {
  padding: 15px 0;
  margin: 0;
  list-style: none;
}
.popup-overlay-result li {
  padding: 5px 30px;
}
.popup-overlay-result li.selected,
.popup-overlay-result li:hover {
  color: #e3000f;
}
.popup-overlay-result li + li {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.popup-overlay-result a {
  color: inherit;
}
.popup-overlay-result .date {
  display: inline-block;
  float: right;
}
.popup-overlay-result .view-more {
  position: absolute;
  background: #343537;
  left: 0;
  right: 0;
  text-align: center;
  padding: 5px;
  -webkit-border-radius: 0 0 100% 100%;
  -moz-border-radius: 0 0 100% 100%;
  border-radius: 0 0 100% 100%;
  margin: auto;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}
.close-button {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #fff;
  font-size: 20px;
}
.close-button:hover {
  color: #fff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom-dropdown-list {
  position: relative;
}
.custom-dropdown-list > span i {
  font-size: 10px;
}
.custom-dropdown-list ul {
  list-style: none;
  margin: 0;
  background-color: #fff;
  min-width: 180px;
  padding: 15px;
  text-align: left;
}
.toggle-icon-wrapper {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.toggle-icon-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.toggle-icon-wrapper .toggle-icon {
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 24px;
}
.toggle-icon-wrapper .toggle-icon > span {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
  background-color: #000;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.toggle-icon-wrapper .toggle-icon:before {
  top: 20%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.toggle-icon-wrapper .toggle-icon:after {
  bottom: 20%;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.toggle-icon-wrapper + span {
  vertical-align: middle;
  text-transform: uppercase;
}
.toggle-icon-wrapper.in .toggle-icon span {
  opacity: 0;
}
.toggle-icon-wrapper.in .toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-icon-wrapper.in .toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.x-nav-menu > .x-menu-item > .x-menu-a-text,
.sticky-region,
.logo-header,
.x-nav-menu > .x-menu-item,
.header-customize-nav,
.menu-categories,
.menu-categories-select > i,
.header-nav-wrapper nav.primary-menu,
.header-nav-wrapper .product-text,
.popup-overlay-result a,
.search-product-wrapper .search-ajax-result li,
.search-product-wrapper .search-ajax-result li + li:before,
.toggle-icon-wrapper .toggle-icon > span,
.toggle-icon-wrapper .toggle-icon:before,
.toggle-icon-wrapper .toggle-icon:after,
.sticky-region .header-mobile-container-inner > div,
b.x-caret,
.menu-drop-fly,
.top-drawer-toggle,
.header-above-inner,
.logo-header img,
.x-sub-menu-tab > .x-menu-item,
.x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slick-slide img {
  opacity: 0;
}
.slick-initialized img {
  opacity: 1;
}
.g5plus-slick-slider {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.g5plus-slick-slider .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.g5plus-slick-slider .slick-arrow {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.g5plus-slick-slider .slick-prev {
  left: -30px;
  opacity: 0;
}
.g5plus-slick-slider .slick-next {
  right: -30px;
  opacity: 0;
}
.g5plus-slick-slider:hover .slick-prev {
  left: 30px;
  opacity: 1;
}
.g5plus-slick-slider:hover .slick-next {
  right: 30px;
  opacity: 1;
}
.bg-clip-content-box .vc_column-inner {
  background-clip: content-box;
}
.icon-group-padding90 {
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 991px) {
  .icon-group-padding90 {
    padding-left: 0;
    padding-right: 0;
  }
}
.container .container {
  padding: 0;
}
#wrapper-content {
  background-color: #FFF;
}
.page-wrap .comments-area h4.widget-title {
  font-size: 20px;
  color: #000;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 55px;
}
.page-wrap .comments-area ol {
  padding-left: 100px;
  list-style: none;
}
.page-wrap .comments-area ol.comment-list {
  padding: 0;
}
.page-wrap .comments-area .comment-list li > div {
  padding: 20px 0;
  border-bottom: 1px solid #F0F0F0;
}
.page-wrap .comments-area .comment-list li img.avatar {
  margin: 0;
  float: left;
  margin-right: 25px;
}
.page-wrap .comments-area .comment-list li .comment-meta-content {
  overflow: hidden;
}
.page-wrap .comments-area .comment-meta-wrap {
  line-height: 1;
  position: relative;
}
.page-wrap .comments-area .comment-meta-wrap .col-md-3 {
  position: absolute;
  height: 100%;
  right: 0;
  text-align: right;
}
.page-wrap .comments-area .comment-meta-wrap .content-middle {
  display: table;
  width: 100%;
  height: 100%;
}
.page-wrap .comments-area .comment-meta-wrap .content-middle-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.page-wrap .comments-area .comment-meta-wrap .comment-meta {
  height: 100%;
}
.page-wrap .comments-area .comment-meta-wrap .comment-meta a + a {
  margin-left: 5px;
  padding-left: 10px;
  position: relative;
}
.page-wrap .comments-area .comment-meta-wrap .comment-meta a + a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  margin: auto;
  display: block;
  width: 1px;
  background-color: #1B2C3E;
}
.page-wrap .comments-area .comment-meta-wrap .comment-meta a:hover {
  color: #e3000f;
}
.page-wrap .comments-area .comment-meta-wrap .comment-meta a,
.page-wrap .comments-area .comment-meta-wrap .comment-meta-date {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 13px;
  line-height: 2;
  color: #1B2C3E;
}
.page-wrap .comments-area .author-name {
  display: block;
  font-size: 18px;
  color: #000000;
  line-height: 1.4444;
  font-weight: bold;
}
.page-wrap .comments-area .comment-text {
  margin: 0;
}
.page-wrap .comments-area .comment-text p {
  color: #979797;
  font-size: 14px;
  line-height: 1.714;
  margin: 0;
}
/*Page Title Style*/
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 1;
  margin-bottom: 5px;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li a,
.breadcrumbs li span {
  font-size: 16px;
  font-weight: 400;
  color: #2c3e50;
  line-height: 1.875;
}
.breadcrumbs li span {
  color: #e3000f;
}
.breadcrumbs li:after {
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f105';
  font-size: 16px;
  letter-spacing: -0.02em;
  padding: 0 10px;
  color: #2c3e50;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.page-title {
  position: relative;
}
.page-title.page-title-layout-center {
  text-align: center;
}
.page-title-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  position: relative;
}
.page-title .page-title-inner {
  position: relative;
}
.page-title .page-title-inner h1 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
}
.page-title .page-title-inner p {
  font-size: 16px;
  color: #2c3e50;
  margin: 0;
}
.page-title .page-title-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
}
.parallax-disabled {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
}
.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(55, 58, 71, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}
.dialog__content {
  width: 80%;
  max-width: 520px;
  min-width: 290px;
  background: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}
.dialog--open .dialog__content {
  pointer-events: auto;
}
/* Content */
.dialog h2 {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  padding: 0 0 15px;
  text-transform: uppercase;
}
.dialog--open .dialog__overlay {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.dialog__content {
  padding: 0;
  background: transparent;
}
.dialog.dialog--open .dialog__content {
  opacity: 1;
}
.morph-shape {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -2px;
  left: -2px;
  z-index: -1;
}
.morph-shape svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 1680;
}
.dialog--open .morph-shape svg rect {
  -webkit-animation: anim-dash 0.6s forwards;
  animation: anim-dash 0.6s forwards;
}
.dialog-inner {
  opacity: 0;
  background: #fff;
}
.dialog--open .dialog-inner {
  padding: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.85s 0.35s;
  transition: opacity 0.85s 0.35s;
}
.dialog.dialog--open h2 {
  -webkit-animation: anim-elem-1 0.7s ease-out both;
  -o-animation: anim-elem-1 0.7s ease-out both;
  animation: anim-elem-1 0.7s ease-out both;
}
.dialog.dialog--open a[data-dialog-close] {
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #ddd;
}
.dialog.dialog--open a[data-dialog-close]:hover {
  color: #e3000f;
}
.dialog.dialog--open p {
  line-height: 1.5;
  font-size: 18px;
}
@keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
b.x-caret:before {
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 10px;
  font-weight: 400;
  vertical-align: top;
}
.x-sub-menu-open > a b.x-caret {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.x-custom-content-wrapper {
  white-space: normal;
  line-height: 1.8;
  padding-top: 5px;
  padding-bottom: 5px;
}
.x-nav-menu img {
  max-width: 100%;
  height: auto;
}
.x-image-layout > a {
  display: block;
}
@media screen and (min-width: 992px) {
  .x-col-1-12 {
    width: 8.33333333333333%;
  }
  .x-col-2-12 {
    width: 16.6666666666667%;
  }
  .x-col-3-12 {
    width: 25%;
  }
  .x-col-4-12 {
    width: 33.3333333333333%;
  }
  .x-col-5-12 {
    width: 41.6666666666667%;
  }
  .x-col-6-12 {
    width: 50%;
  }
  .x-col-7-12 {
    width: 58.3333333333333%;
  }
  .x-col-8-12 {
    width: 66.6666666666667%;
  }
  .x-col-9-12 {
    width: 75%;
  }
  .x-col-10-12 {
    width: 83.3333333333333%;
  }
  .x-col-11-12 {
    width: 91.6666666666667%;
  }
  .x-col-12-12 {
    width: 100%;
  }
  .x-col-1-11 {
    width: 9.09090909090909%;
  }
  .x-col-2-11 {
    width: 18.1818181818182%;
  }
  .x-col-3-11 {
    width: 27.2727272727273%;
  }
  .x-col-4-11 {
    width: 36.3636363636364%;
  }
  .x-col-5-11 {
    width: 45.4545454545455%;
  }
  .x-col-6-11 {
    width: 54.5454545454545%;
  }
  .x-col-7-11 {
    width: 63.6363636363636%;
  }
  .x-col-8-11 {
    width: 72.7272727272727%;
  }
  .x-col-9-11 {
    width: 81.8181818181818%;
  }
  .x-col-10-11 {
    width: 90.9090909090909%;
  }
  .x-col-1-10 {
    width: 10%;
  }
  .x-col-2-10 {
    width: 20%;
  }
  .x-col-3-10 {
    width: 30%;
  }
  .x-col-4-10 {
    width: 40%;
  }
  .x-col-5-10 {
    width: 50%;
  }
  .x-col-6-10 {
    width: 60%;
  }
  .x-col-7-10 {
    width: 70%;
  }
  .x-col-8-10 {
    width: 80%;
  }
  .x-col-9-10 {
    width: 90%;
  }
  .x-col-1-8 {
    width: 12.5%;
  }
  .x-col-3-8 {
    width: 37.5%;
  }
  .x-col-5-8 {
    width: 62.5%;
  }
  .x-col-7-8 {
    width: 87.5%;
  }
  .x-col-1-9 {
    width: 11.1111111111111%;
  }
  .x-col-2-9 {
    width: 22.2222222222222%;
  }
  .x-col-4-9 {
    width: 44.4444444444444%;
  }
  .x-col-5-9 {
    width: 55.5555555555556%;
  }
  .x-col-7-9 {
    width: 77.7777777777778%;
  }
  .x-col-8-9 {
    width: 88.8888888888889%;
  }
  .x-col-1-7 {
    width: 14.2857142857143%;
  }
  .x-col-2-7 {
    width: 28.5714285714286%;
  }
  .x-col-3-7 {
    width: 42.8571428571429%;
  }
  .x-col-4-7 {
    width: 57.1428571428571%;
  }
  .x-col-5-7 {
    width: 71.4285714285714%;
  }
  .x-col-6-7 {
    width: 85.7142857142857%;
  }
  .x-col {
    display: block;
    float: left;
  }
  .x-clear {
    clear: both;
  }
  .x-new-row {
    clear: both;
  }
  li.x-pos-static {
    position: static;
  }
  li.x-text-align-right {
    text-align: right;
  }
  li.x-text-align-left {
    text-align: left;
  }
  li.x-text-align-center {
    text-align: center;
  }
  span.x-disable-text {
    display: none;
  }
  i.x-menu-icon {
    color: #e3000f;
  }
  i.x-menu-icon.x-icon-left {
    padding-right: 10px;
  }
  i.x-menu-icon.x-icon-right {
    padding-left: 10px;
  }
  i.x-menu-icon.x-icon-left.x-disable-text {
    padding-right: 0;
  }
  i.x-menu-icon.x-icon-right.x-disable-text {
    padding-left: 0;
  }
  li > a.x-disable-menu-item {
    display: none !important;
  }
  li.x-new-row:after {
    content: "";
    display: block;
    clear: both;
  }
  .x-list-style-none {
    list-style: none;
    list-style-position: inside;
  }
  .x-list-style-disc {
    list-style: disc !important;
    list-style-position: inside !important;
  }
  .x-list-style-square {
    list-style: square !important;
    list-style-position: inside !important;
  }
  .x-list-style-circle {
    list-style: circle !important;
    list-style-position: inside !important;
  }
  li.x-image-layout-image-only a.x-menu-a-text {
    display: none;
  }
  li.x-image-layout-image-only p.x-description {
    display: none;
  }
  li.x-image-layout-above > a.x-image + a.x-menu-a-text {
    margin-top: 10px;
  }
  .x-sub-menu-standard .x-sub-menu.x-pos-left-menu-parent,
  .x-sub-menu-standard .x-sub-menu.x-pos-left-menu-bar {
    right: 100%;
    left: auto;
  }
  .x-sub-menu.x-pos-full {
    left: 0;
    right: 0;
  }
  .x-nav-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .x-nav-menu * {
    color: inherit;
    box-sizing: border-box;
  }
  .x-nav-menu > .x-menu-item {
    display: inline-block;
    line-height: 24px;
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .x-nav-menu > .x-menu-item > a b.x-caret:before {
    margin-left: 5px;
  }
  .x-nav-menu > .x-menu-item + .x-menu-item {
    margin-left: 40px;
  }
  .x-nav-menu > .x-menu-item > .x-menu-a-text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    color: #8a8a8a;
  }
  .x-sub-menu {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
    z-index: -1;
    list-style: none;
    background-color: #2c3e50;
    border-bottom: solid 2px #e3000f;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  }
  .x-sub-menu .x-menu-item {
    position: relative;
    min-width: 210px;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .x-sub-menu .x-menu-item + .x-menu-item > .x-menu-a-text {
    border-top: solid 1px #415365;
  }
  .x-sub-menu .x-menu-a-text {
    line-height: 38px;
  }
  .x-sub-menu b.x-caret:before {
    content: "\f178";
    font-size: 11px;
  }
  .x-menu-item {
    line-height: 50px;
  }
  .x-active > .x-sub-menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: 999;
  }
  .x-menu-a-text {
    font-size: 14px;
  }
  p.x-description {
    font-style: italic;
    font-size: 0.9em;
    line-height: 30px;
    margin-top: -8px;
    margin-bottom: 10px;
  }
  span.x-menu-text {
    position: relative;
  }
  .x-sub-menu-standard {
    padding: 10px 0;
  }
  .x-sub-menu-standard > .x-menu-item b.x-caret {
    position: absolute;
    right: 20px;
    transition: all 0.5s;
    line-height: 48px;
  }
  .x-sub-menu-standard a.x-menu-a-text {
    padding: 5px 0;
    color: inherit;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    display: block;
  }
  .x-sub-menu-standard a.x-menu-a-text > span.x-menu-text,
  .x-sub-menu-standard a.x-menu-a-text > i.x-menu-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover {
    color: #e3000f;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon,
  .x-sub-menu-standard a.x-menu-a-text:hover > span.x-menu-text {
    padding-left: 20px;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text {
    padding-left: 0;
  }
  .x-sub-menu-standard .x-sub-menu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .x-sub-menu-multi-column {
    padding-bottom: 20px;
    padding-left: 20px;
    display: block;
    color: #999;
  }
  .x-sub-menu-multi-column.no-padding {
    padding: 0;
  }
  .x-sub-menu-multi-column:after {
    content: "";
    display: block;
    clear: both;
  }
  .x-sub-menu-multi-column > .x-menu-item {
    padding-left: 0;
    padding-right: 20px;
    margin-top: 20px;
    min-width: 0;
  }
  .x-sub-menu-multi-column .x-menu-item {
    min-width: 0;
  }
  .x-sub-menu-multi-column .x-menu-item + .x-menu-item > .x-menu-a-text {
    border-top: none;
  }
  .x-sub-menu-multi-column > .x-item-menu-standard .x-menu-item {
    padding-left: 0;
    padding-right: 0;
  }
  .x-sub-menu-multi-column .x-custom-content .x-menu-a-text {
    display: none;
  }
  .x-sub-menu-multi-column .x-menu-a-text {
    line-height: 32px;
  }
  .x-sub-menu-multi-column .x-sub-menu {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    visibility: visible;
    opacity: 1;
    position: static;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    z-index: 999;
    overflow: visible;
  }
  .x-sub-menu-multi-column li.x-active > ul.x-sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
  }
  .x-sub-menu-multi-column .x-header-column > a {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    display: block;
    margin-bottom: 15px;
    padding-top: 15px;
  }
  .x-sub-menu-multi-column b.x-caret {
    display: none;
  }
  .x-tabs.x-item-menu-tab {
    position: static;
    padding: 0;
    margin: 0;
  }
  .x-tabs.x-item-menu-tab > .x-menu-a-text {
    display: none;
  }
  .x-sub-menu-tab > .x-menu-item {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
  .x-sub-menu-tab > li > ul.x-sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    height: 0;
    padding-bottom: 30px;
  }
  .x-sub-menu-tab > li.x-menu-item > a.x-menu-a-text {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
  }
  .x-sub-menu-tab > li.x-menu-active {
    background-color: rgba(128, 128, 128, 0.1);
  }
  .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:after {
    content: '';
    position: absolute;
    right: 0;
    border-top: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-right: solid 8px #fff;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    height: auto;
  }
  .x-sub-menu-tab .x-menu-item {
    min-width: 0;
  }
  .x-tabs > .x-sub-menu-tab {
    background-color: #fafafa;
  }
  .x-nav-menu a:focus {
    color: inherit;
  }
  .x-nav-menu .x-sub-menu-standard > li.current-menu-ancestor > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.current-menu-parent > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.current-menu-item > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.menu-current > a.x-menu-a-text {
    color: #e3000f;
  }
  .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
  .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
  .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
  .x-nav-menu > li.menu-current > a.x-menu-a-text,
  .x-nav-menu > li > a.x-menu-a-text:hover,
  .x-nav-menu > li.x-menu-item:hover > a {
    color: #e3000f;
  }
  .header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-parent > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-item > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.menu-current > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li > a.x-menu-a-text:hover > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.x-menu-item:hover > a > span.x-menu-text:before {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  i.x-icon-left {
    margin-right: 10px;
  }
  i.x-icon-right {
    margin-left: 10px;
  }
  .x-sub-menu {
    display: none;
    margin: 0;
    padding: 0;
  }
  p.x-description,
  .x-custom-content-wrapper,
  .x-image {
    padding-left: 20px;
    padding-right: 20px;
  }
  a.x-image {
    padding-top: 20px;
    display: inline-block;
  }
  .x-nav-menu,
  .x-nav-menu ul {
    list-style: none;
  }
  .x-menu-item {
    position: relative;
  }
  .x-nav-menu {
    padding: 0;
    margin: 0;
  }
  .x-nav-menu a.x-menu-a-text {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
  }
  b.x-caret:before {
    font-weight: 700;
    vertical-align: middle;
  }
  .x-caret {
    position: absolute;
    right: 0;
  }
  .x-sub-menu,
  .x-nav-menu,
  .x-nav-menu li.x-menu-item + li {
    border-top: solid 1px #e0e0e0;
  }
  .menu-drop-fly {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -280px;
    width: 280px;
    background-color: #212121;
    color: #fff;
    z-index: 9999;
    overflow: auto;
  }
  .menu-drop-fly .nav-menu-mobile {
    color: #fff;
  }
  .menu-drop-fly .nav-menu-mobile a {
    color: #fff;
  }
  .menu-drop-fly .nav-menu-mobile a:hover {
    color: #e3000f;
  }
  .menu-drop-fly .nav-menu-mobile {
    display: block;
  }
  .menu-drop-fly .x-sub-menu,
  .menu-drop-fly .x-nav-menu,
  .menu-drop-fly li.x-menu-item + li {
    border-color: #313131;
  }
  .menu-drop-fly .x-caret {
    right: 20px;
  }
  .menu-drop-fly .x-menu-a-text {
    padding-left: 20px !important;
    padding-right: 20px;
  }
  .menu-drop-fly .x-menu-item .x-menu-item .x-menu-a-text {
    text-transform: none;
  }
  .menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
    font-weight: 400;
  }
  .menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
    font-size: 12px;
  }
  .menu-drop-fly .x-sub-menu {
    background-color: #313131;
    position: relative;
    border-top: none !important;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu {
    background-color: #414141;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu {
    background-color: #515151;
  }
  .menu-drop-fly li li.x-menu-item + li {
    border-color: #414141;
  }
  .menu-drop-fly li li li.x-menu-item + li {
    border-color: #515151;
  }
  .menu-drop-fly li li li li.x-menu-item + li {
    border-color: #616161;
  }
  .menu-drop-fly .x-sub-menu:before {
    content: '';
    position: absolute;
    left: 20px;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 6px #212121;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu:before {
    border-top-color: #313131;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu:before {
    border-top-color: #414141;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu .x-sub-menu:before {
    border-top-color: #515151;
  }
  body {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
  }
  .mobile-nav-overlay {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    max-width: 0;
    -webkit-transition: opacity 0.5s, visibility 1s;
    transition: opacity 0.5s, visibility 1s;
    cursor: url(https://alfagenhayvancilik.com/wp-content/themes/pithree/assets/images/close.png) 15 15, default;
  }
  body.mobile-nav-in {
    overflow: hidden;
    left: 280px;
  }
  body.mobile-nav-in .menu-drop-fly {
    left: 0;
  }
  body.mobile-nav-in .mobile-nav-overlay {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }
  body.mobile-nav-in .is-sticky .sticky-region {
    left: 280px;
    right: -280px;
  }
}
/**
 * 3.0 - Widget
 * ----------------------------------------------------------------------------
 */
.widget {
  margin-bottom: 50px;
}
.widget:after {
  content: '';
  clear: both;
  display: block;
}
.widget-title {
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
  font-weight: bold;
  margin-bottom: 40px;
}
.widget-border {
  border: 1px solid #cfcfcf;
  padding: 20px 0;
}
.widget-border .widget-title span {
  margin-left: 10px;
}
.widget-border div.yith-wcan,
.widget-border .textwidget,
.widget-border .tagcloud,
.widget-border .yit-wcan-select-open,
.widget-border .yith-wcan-select-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
.widget-border .yith-wcan-select-wrapper {
  width: 80%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
/**
* Archive, categories, nav_menu
* ----------------------------------------------------------------------------
*/
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_product_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_product_categories > ul,
.widget_archive ul.menu,
.widget_categories ul.menu,
.widget_nav_menu ul.menu,
.widget_pages ul.menu,
.widget_product_categories ul.menu {
  margin-top: -14px;
}
.widget_archive ul > li + li,
.widget_categories ul > li + li,
.widget_nav_menu ul > li + li,
.widget_pages ul > li + li,
.widget_product_categories ul > li + li {
  border-top: solid 1px #EEEEEE;
}
.widget_archive li > ul,
.widget_categories li > ul,
.widget_nav_menu li > ul,
.widget_pages li > ul,
.widget_product_categories li > ul {
  border-top: solid 1px #EEEEEE;
}
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li,
.widget_product_categories li {
  color: #393939;
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  text-transform: capitalize;
  padding-left: 13px;
}
.widget_archive li:after,
.widget_categories li:after,
.widget_nav_menu li:after,
.widget_pages li:after,
.widget_product_categories li:after {
  content: '\f0da';
  color: #e3000f;
  font-family: FontAwesome;
  left: 0;
  top: 14px;
  height: 20px;
  position: absolute;
}
.widget_archive a,
.widget_categories a,
.widget_nav_menu a,
.widget_pages a,
.widget_product_categories a {
  display: inline-block;
  padding: 14px 0;
  color: #393939;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_product_categories a:hover {
  color: #e3000f;
  padding-left: 10px;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul {
  display: none;
}
.widget_archive .li-caret,
.widget_categories .li-caret,
.widget_nav_menu .li-caret,
.widget_pages .li-caret,
.widget_product_categories .li-caret {
  position: absolute;
  right: 0;
  top: 19px;
  cursor: pointer;
  font-size: 10px;
  color: #ababab;
  letter-spacing: -0.02em;
}
.widget_archive .li-caret.in:before,
.widget_categories .li-caret.in:before,
.widget_nav_menu .li-caret.in:before,
.widget_pages .li-caret.in:before,
.widget_product_categories .li-caret.in:before {
  content: '\f068';
}
.widget_archive.widget-border > ul,
.widget_categories.widget-border > ul,
.widget_nav_menu.widget-border > ul,
.widget_pages.widget-border > ul,
.widget_product_categories.widget-border > ul,
.widget_archive.widget-border ul.menu,
.widget_categories.widget-border ul.menu,
.widget_nav_menu.widget-border ul.menu,
.widget_pages.widget-border ul.menu,
.widget_product_categories.widget-border ul.menu {
  margin-bottom: -20px;
}
.widget_archive.widget-border a,
.widget_categories.widget-border a,
.widget_nav_menu.widget-border a,
.widget_pages.widget-border a,
.widget_product_categories.widget-border a {
  padding-left: 10px;
}
.widget_archive.widget-border li li a,
.widget_categories.widget-border li li a,
.widget_nav_menu.widget-border li li a,
.widget_pages.widget-border li li a,
.widget_product_categories.widget-border li li a {
  padding-left: 40px;
}
.widget_archive.widget-border li li li a,
.widget_categories.widget-border li li li a,
.widget_nav_menu.widget-border li li li a,
.widget_pages.widget-border li li li a,
.widget_product_categories.widget-border li li li a {
  padding-left: 70px;
}
.widget_archive.widget-border li li li li a,
.widget_categories.widget-border li li li li a,
.widget_nav_menu.widget-border li li li li a,
.widget_pages.widget-border li li li li a,
.widget_product_categories.widget-border li li li li a {
  padding-left: 100px;
}
.widget_archive.widget-border .li-caret,
.widget_categories.widget-border .li-caret,
.widget_nav_menu.widget-border .li-caret,
.widget_pages.widget-border .li-caret,
.widget_product_categories.widget-border .li-caret {
  right: 10px;
}
/**
* Archive dropdown
* ----------------------------------------------------------------------------
*/
.widget_archive select,
.widget_categories select {
  width: 100%;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: none;
}
.widget_archive.widget-border select,
.widget_categories.widget-border select {
  width: 90%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 10px;
}
/**
* Calendar
* ----------------------------------------------------------------------------
*/
.widget_calendar .calendar_wrap caption {
  padding-top: 0;
  padding-bottom: 8px;
  color: #686868;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 13px;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar th {
  background-color: #e0e0e0;
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
  border: solid 1px #e0e0e0;
  text-align: center;
}
.widget_calendar #wp-calendar tfoot td {
  color: #686868;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 11px;
}
.widget_calendar #wp-calendar td#next {
  text-align: right;
}
.widget_calendar.widget-border #wp-calendar {
  width: 90%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 10px;
}
/**
* Meta, Recent Comment, Rss, Recent Entries
* ----------------------------------------------------------------------------
*/
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_recent_entries ul,
.woocommerce .widget_layered_nav ul,
.woocommerce .widget_layered_nav_filters ul,
.yith-woocompare-widget ul {
  list-style: none;
  padding: 0;
  margin: -11px 0 0 0;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li {
  border-top: solid 1px #eee;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li {
  padding: 11px 0;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  color: #ababab;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a {
  color: #686868;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover {
  color: #e3000f;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before {
  content: '\f0da';
  font-family: fontawesome;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #e3000f;
}
.widget_meta.widget-border ul,
.widget_recent_comments.widget-border ul,
.widget_rss.widget-border ul,
.widget_recent_entries.widget-border ul,
.woocommerce .widget_layered_nav.widget-border ul,
.woocommerce .widget_layered_nav_filters.widget-border ul,
.yith-woocompare-widget.widget-border ul {
  margin-bottom: -20px;
}
.widget_meta.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_comments.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_rss.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_entries.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav_filters.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.yith-woocompare-widget.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li {
  padding-left: 10px;
  padding-right: 10px;
}
.widget_meta.widget-border ul.yith-wcan-group,
.widget_recent_comments.widget-border ul.yith-wcan-group,
.widget_rss.widget-border ul.yith-wcan-group,
.widget_recent_entries.widget-border ul.yith-wcan-group,
.woocommerce .widget_layered_nav.widget-border ul.yith-wcan-group,
.woocommerce .widget_layered_nav_filters.widget-border ul.yith-wcan-group,
.yith-woocompare-widget.widget-border ul.yith-wcan-group {
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-group,
.woocommerce .widget_layered_nav_filters ul.yith-wcan-group {
  margin-top: 0;
}
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before {
  display: none;
}
.yith-woocompare-widget ul {
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 15px !important;
}
.yith-woocompare-widget ul.products-list li a.title {
  width: auto;
}
.yith-woocompare-widget.widget-border .clear-all {
  margin-left: 10px;
}
.yith-woocompare-widget.widget-border .compare {
  margin-right: 10px;
}
.yith-woocompare-widget ul.products-list a.remove {
  font-size: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
/**
* G5Plus:Posts
* ----------------------------------------------------------------------------
*/
.widget-posts a {
  cursor: pointer;
}
.widget-posts .play-video-hover i {
  height: 30px;
  width: 45px;
  line-height: 28px;
  font-size: 18px;
}
.widget-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-posts li {
  margin-bottom: 15px;
}
.widget-posts li:last-child {
  margin-bottom: 0;
}
.widget-posts .entry-thumb-wrap {
  width: 83px;
  margin-bottom: 0;
  margin-right: 15px;
  float: left;
}
.widget-posts .entry-thumb-wrap .slick-dots {
  display: none !important;
}
.widget-posts .entry-thumb-wrap .image-link-hover {
  display: none;
}
.widget-posts .entry-content-wrap {
  line-height: 1.625;
  overflow: hidden;
}
.widget-posts .entry-thumb-wrap + .entry-content-wrap .entry-post-title {
  margin-top: -5px;
}
.widget-posts .entry-content-wrap h3.entry-post-title {
  font-size: 16px;
  margin: 0 0 3px 0;
  color: #000;
}
.widget-posts .entry-content-wrap h3.entry-post-title a {
  color: #000;
}
.widget-posts .entry-content-wrap h3.entry-post-title a:hover {
  color: #e3000f;
}
.widget-posts .entry-meta-date {
  font-size: 13px;
  display: inline-block;
}
.widget-posts .entry-meta-comment {
  display: inline-block;
}
.widget-posts .entry-meta-date + .entry-meta-comment:before {
  content: '/';
  display: inline-block;
  font-size: 13px;
}
.widget-posts .embed-responsive.embed-responsive-16by9.embed-responsive-thumbnail {
  padding-bottom: 100%;
}
/**
* Search
* ----------------------------------------------------------------------------
*/
header:not(.header-2) .search-form .search-field {
  color: #fff;
}
.search-form {
  position: relative;
  width: 100%;
}
.search-form .search-field {
  height: 50px;
  width: 100%;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: 0;
  padding-right: 65px;
  background-color: #eeeeee;
}
.search-form .search-field:focus {
  border-color: #686868;
}
.search-form .search-field:focus + .search-submit {
  background-color: #686868;
}
.search-form .search-submit {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background-color: #e3000f;
}
.widget_search .widget-title + .search-form,
.widget_product_search .widget-title + .search-form {
  margin-top: 5px;
}
.widget_search.widget-border .search-field,
.widget_product_search.widget-border .search-field {
  width: 90%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 10px;
}
.widget_search.widget-border .search-submit,
.widget_product_search.widget-border .search-submit {
  right: 10px;
}
/**
* Tag Clound
* ----------------------------------------------------------------------------
*/
.tagcloud {
  margin-bottom: -5px;
}
.tagcloud a {
  border: 2px solid #f0f0f0;
  display: inline-block;
  color: #393939;
  font-size: 13px !important;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  line-height: 20px;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tagcloud a:hover {
  background-color: #e3000f;
  color: #fff;
  border-color: #e3000f;
}
/**
* Woocommerce Price Filter
* ----------------------------------------------------------------------------
*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #aaa;
  height: 6px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 25px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  height: 8px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #e3000f;
  top: -1px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  height: 14px;
  width: 14px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #e3000f;
  top: -4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.1);
}
.woocommerce .widget_price_filter .price_label {
  font-size: 14px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 13px;
  background-color: #444;
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  background-color: #e3000f;
}
.woocommerce .widget_price_filter.widget-border .price_slider_wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
/**
* Product
* ----------------------------------------------------------------------------
*/
.woocommerce ul.product_list_widget li {
  padding: 0;
  margin-bottom: 15px;
}
.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 100px;
  border: 1px solid #e0e0e0;
  margin: 0 15px 0 0;
}
.woocommerce ul.product_list_widget li a {
  font-weight: normal;
  line-height: 1.4;
}
.woocommerce ul.product_list_widget span.amount {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #454545;
}
.woocommerce ul.product_list_widget ins span.amount {
  text-decoration: none;
}
.woocommerce ul.product_list_widget del span.amount {
  font-size: 14px;
  color: #ababab;
  margin-right: 5px;
  text-decoration: line-through;
}
.woocommerce ul.product_list_widget del,
.woocommerce ul.product_list_widget ins {
  display: inline-block;
}
.woocommerce ul.product_list_widget a + span.amount,
.woocommerce ul.product_list_widget a + del {
  margin-top: 5px;
}
.woocommerce ul.product_list_widget li .star-rating {
  margin-bottom: 15px;
  margin-top: 5px;
}
.widget-border ul.product_list_widget li img {
  width: 70px;
}
.widget-border ul.product_list_widget li + li {
  border-top: 1px solid #cfcfcf;
  padding-top: 15px;
}
.widget-border ul.product_list_widget li {
  padding-left: 10px;
  padding-right: 10px;
}
/**
* yith-woocommerce-ajax-product-filter
* ----------------------------------------------------------------------------
*/
.woocommerce .widget_layered_nav ul.yith-wcan-color {
  margin-bottom: -5px;
  padding: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a {
  position: relative;
  width: 32px;
  height: 32px;
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin: 0 5px 5px 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover {
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #fff;
  position: absolute;
  margin: 10px 0 0 10px;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  top: 0;
  left: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a {
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:before {
  display: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #fff;
  position: absolute;
  margin: 10px 0 0 10px;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  top: 0;
  left: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label {
  padding: 0;
  margin-bottom: -5px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a {
  background-color: transparent;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-size: 14px;
  color: #ababab;
  border: 1px solid #cfcfcf;
  margin: 0 5px 5px 0;
  line-height: 20px;
  padding: 5px;
  min-width: 32px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover {
  background-color: #ababab;
  color: #fff;
  border-color: #ababab;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a {
  background-color: #ababab;
  color: #fff;
  border-color: #ababab;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a:before {
  display: none;
}
/**
* Widget Text: Contact Info
* ----------------------------------------------------------------------------
*/
.contact-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-info li {
  display: inline-block;
}
.contact-info li + li {
  margin-left: 40px;
  position: relative;
}
.contact-info li + li:before {
  position: absolute;
  content: '';
  border-left: solid 1px #cfcfcf;
  right: 100%;
  height: 14px;
  margin-right: 20px;
}
.contact-info li i {
  margin-right: 5px;
}
/**
* Primary Sidebar
* ----------------------------------------------------------------------------
*/
.primary-sidebar .widget:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .primary-sidebar {
    margin-top: 30px;
  }
}
.social-profiles {
  font-size: 0;
}
.social-profiles a {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.social-profiles a i {
  width: 100%;
  height: 100%;
  line-height: inherit;
}
.social-profiles.classic a {
  border-right: 1px solid #dddddd;
  color: #2c3e50;
  line-height: 44px;
  width: 41px;
  height: 44px;
  font-size: 13px;
}
.social-profiles.classic a:first-child {
  border-left: 1px solid #dddddd;
}
.social-profiles.rectangle a {
  width: 29px;
  height: 29px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-right: 6px;
  line-height: 29px;
  font-size: 11px;
}
.social-profiles.rectangle i {
  background: #3a4b5b;
  color: #fff;
}
.social-profiles a:hover i {
  color: #fff;
}
.social-profiles a:hover i.fa-facebook {
  background-color: #3b5998;
}
.social-profiles a:hover i.fa-twitter {
  background-color: #44ccf6;
}
.social-profiles a:hover i.fa-google-plus,
.social-profiles a:hover i.fa-google {
  background-color: #d13f2d;
}
.social-profiles a:hover i.fa-dribbble {
  background-color: #f26798;
}
.social-profiles a:hover i.fa-youtube {
  background-color: #c8302a;
}
.social-profiles a:hover i.fa-vimeo {
  background-color: #914cc9;
}
.social-profiles a:hover i.fa-tumblr {
  background-color: #395976;
}
.social-profiles a:hover i.fa-skype {
  background-color: #02B4EB;
}
.social-profiles a:hover i.fa-linkedin {
  background-color: #1883BB;
}
.social-profiles a:hover i.fa-flickr {
  background-color: #63A1EA;
}
.social-profiles a:hover i.fa-pinterest {
  background-color: #E71F28;
}
.social-profiles a:hover i.fa-foursquare {
  background-color: #F94777;
}
.social-profiles a:hover i.fa-instagram {
  background-color: #549BC5;
}
.social-profiles a:hover i.fa-github {
  background-color: #000;
}
.social-profiles a:hover i.fa-xing {
  background-color: #005D5E;
}
.social-profiles a:hover i.fa-behance {
  background-color: #4176FA;
}
.social-profiles a:hover i.fa-deviantart {
  background-color: #657C6A;
}
.social-profiles a:hover i.fa-soundcloud {
  background-color: #FF6A22;
}
.social-profiles a:hover i.fa-yelp {
  background-color: #FF0000;
}
.social-profiles a:hover i.fa-rss {
  background-color: #FF9900;
}
.social-profiles a:hover i.fa-vk {
  background-color: #00A8EC;
}
.singleAdds {
  position: relative;
  padding-left: 22px;
  line-height: .8;
  margin-bottom: 20px;
}
.singleAdds i {
  position: absolute;
  left: 0;
  top: 0;
  color: #e3000f;
  font-size: 14px;
}
.singleAdds p,
.singleAdds a {
  margin-bottom: 0;
}
.newsletter {
  position: relative;
}
.newsletter input {
  background: #253443;
  border: medium none;
  border-radius: 3px;
  height: 45px;
  line-height: 45px;
  width: 100%;
  font-size: 13px;
  font-style: italic;
  padding: 0 13px;
}
.newsletter button {
  background: #3a4b5b;
  color: #FFF;
  font-size: 15px;
  height: 45px;
  padding: 8px 18px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.newsletter button:hover {
  background: #3a4b5b;
  color: #e3000f;
}
/*Contact Form*/
.p-contact-form span.name,
.p-contact-form span.email,
.p-contact-form span.website {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}
.p-contact-form span.name > span,
.p-contact-form span.email > span,
.p-contact-form span.website > span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  line-height: 30px;
  height: 30px;
  display: block;
  margin: auto;
}
.p-contact-form input[type='text'],
.p-contact-form input[type='email'] {
  margin: 0;
}
.p-contact-form textarea {
  font-size: 14px;
  width: 100%;
  height: 180px;
  padding: 20px 15px;
}
.p-contact-form .form-submit {
  margin-top: 15px;
}
.p-contact-form .form-submit input[type='submit'] {
  text-transform: capitalize;
  font-weight: bold;
}
.pi-contact-info ul,
.pi-contact-info li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pi-contact-info li i {
  width: 35px;
  float: left;
  display: inline-block;
  margin-top: 9px;
  color: #e3000f;
}
.pi-contact-info ul li + li {
  margin-top: 10px;
}
.pi-contact-info .info {
  overflow: hidden;
}
.pi-contact-info .info span,
.pi-contact-info .info p {
  display: inline-block;
}
.pi-contact-info span {
  color: #272727;
}
.pi-contact-info a > i {
  color: #2c3e50;
}
.pi-contact-info a > i:hover {
  color: #e3000f;
}
.pi-contact-info li.social-icon {
  padding-left: 35px;
}
.services-sidebar .menu {
  margin-top: 0 !important;
  background-color: #f1f1f1;
}
.services-sidebar .menu li {
  padding: 0;
  line-height: .8;
  border-bottom: 1px solid #dfdfdf;
}
.services-sidebar .menu li:last-child {
  border-bottom: none;
}
.services-sidebar .menu li a {
  color: #2c3e50;
  line-height: .8;
  display: block;
  padding: 19.6px 16px 19.6px 30px;
}
.services-sidebar .menu li:after {
  display: none;
}
.services-sidebar .menu li.current-menu-item > a {
  position: relative;
}
.services-sidebar .menu li.current-menu-item > a:after {
  position: absolute;
  right: 13px;
  content: '\f105';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-style: normal;
  font-size: 16px;
  color: #e3000f;
}
.services-sidebar .menu li.current-menu-item > a,
.services-sidebar .menu li a:hover {
  background: #2c3e50;
  color: #e3000f;
}
.services-sidebar .menu .li-caret {
  right: auto;
  left: 15px;
  top: 19px;
  font-size: 14px;
  color: #e3000f;
}
.services-sidebar .menu .li-caret:before {
  content: "\f0da";
}
.services-sidebar .menu .sub-menu li:first-child {
  border-top: 1px solid #dfdfdf;
}
.services-sidebar .menu .sub-menu a {
  padding-left: 50px;
  font-size: 13px;
  font-style: italic;
}
.services-sidebar .menu ul {
  display: block;
}
.widget-download {
  padding-left: 17px;
}
.widget-download h3 {
  font-size: 16px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 25px;
}
.widget-download a {
  display: block;
  color: #8a8a8a;
  line-height: .8;
  margin-bottom: 14px;
}
.widget-download a i {
  margin-right: 8px;
}
/*404 PAGES*/
.page404 {
  padding: 100px 15px;
  text-align: center;
}
.page404 h2 {
  font-size: 250px;
  color: #2c3e50;
  font-weight: 900;
  margin-bottom: 60px;
}
.page404 h4.sub-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}
.page404 p.description {
  max-width: 570px;
  font-size: 14px;
  margin: auto;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .page404 {
    border-top: 2px solid #e3000f;
    text-align: center;
  }
  .page404 h2 {
    font-size: 180px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page404 {
    text-align: center;
  }
  .page404 h2 {
    font-size: 120px;
  }
}
@media (max-width: 599px) {
  .page404 {
    text-align: center;
  }
  .page404 h2 {
    font-size: 100px;
  }
  .page404 h4.sub-title {
    font-size: 18px;
  }
}
/**
 * 4.0 - Header
 * ----------------------------------------------------------------------------
 */
.top-drawer-wrapper {
  background-color: #e3000f;
  color: #2c3e50;
  line-height: 2em;
  position: relative;
}
.top-drawer-wrapper .widget {
  margin-bottom: 0;
}
.top-drawer-wrapper .top-drawer-toggle {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e3000f;
  border-top: solid 2px rgba(0, 0, 0, 0.2);
  padding: 7px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
}
.top-drawer-wrapper.in .top-drawer-toggle,
.top-drawer-wrapper:hover .top-drawer-toggle {
  opacity: 1;
}
.top-drawer-wrapper.in .top-drawer-toggle > i:before {
  content: "\f068";
}
.top-drawer-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.top-drawer-type-toggle .top-drawer-inner {
  display: none;
}
@media screen and (max-width: 991px) {
  .top-drawer-mobile-invisible {
    display: none;
  }
}
.shopping-cart-icon {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
}
.shopping-cart-icon .subtotal-info-wrapper {
  display: inline-block;
}
.shopping-cart-icon > .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.shopping-cart-icon > .icon > i:before {
  content: "\f07a";
  font-family: fontawesome;
  font-style: normal;
  font-size: 20px;
}
.shopping-cart-icon > .icon > span {
  position: absolute;
  margin: auto;
  top: 50%;
  margin-top: -18px;
  left: 0;
  right: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background-color: #2c3e50;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 700;
}
.shopping-cart-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  background: #fff;
  color: #212121;
  padding: 20px;
  width: 320px;
  line-height: 1.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shopping-cart-list li a {
  color: inherit;
}
.shopping-cart-list li a:hover {
  color: #e3000f;
}
.shopping-cart-list ul.cart_list {
  list-style: none;
  margin: 0;
  max-height: 280px;
  overflow: hidden;
  position: relative;
}
.shopping-cart-list ul.product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shopping-cart-list ul.product_list_widget li img {
  width: 60px;
  float: left;
  margin-right: 10px;
}
.shopping-cart-list ul.product_list_widget li,
.shopping-cart-list p.total {
  position: relative;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 0 !important;
}
.shopping-cart-list ul.product_list_widget li:last-child {
  margin-bottom: 15px;
}
.shopping-cart-list li.mini_cart_item:after {
  display: table;
  content: '';
  clear: both;
}
.shopping-cart-list li.mini_cart_item a.remove {
  position: absolute;
  right: 10px;
}
.shopping-cart-list li.mini_cart_item a.remove:hover {
  color: #e3000f !important;
  background-color: transparent !important;
}
.shopping-cart-list span.quantity {
  margin-top: 5px;
  display: block;
}
.shopping-cart-list p.total {
  display: none;
}
.shopping-cart-list p.buttons {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
}
.shopping-cart-list p.buttons a.button + a.button {
  margin-left: 10px;
}
.shopping-cart-list p.buttons .bt.layout-primary:hover {
  color: #FFFFFF !important;
}
.widget_shopping_cart_content {
  position: relative;
  text-align: left;
}
.bar-left {
  text-align: left;
}
.bar-left .menu ul {
  left: 100%;
  right: auto;
}
.bar-left .menu li > ul {
  left: 0;
}
.bar-right {
  text-align: right;
}
.bar-right .widget {
  text-align: left;
}
.bar-wrapper .widget {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
.bar-wrapper .widget + .widget {
  margin-left: 30px;
}
.bar-wrapper.text-center .bar-left,
.bar-wrapper.text-center .bar-right {
  text-align: center;
}
.top-bar-wrapper {
  background-color: #f1f1f1;
  color: #2c3e50;
  font-size: 12px;
}
.top-bar-wrapper a {
  color: inherit;
}
.top-bar-wrapper a:hover {
  color: #e3000f;
}
.top-bar-wrapper.full-border {
  border-bottom: solid 1px #e0e0e0;
}
.top-bar-wrapper.container-border .top-bar-inner {
  border-bottom: solid 1px #e0e0e0;
}
.top-bar-inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  header.header-mobile {
    display: none;
  }
  .header-wrapper {
    background-color: #ffffff;
    color: #8a8a8a;
  }
  .header-wrapper .container-inner {
    position: relative;
  }
  .header-above-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .logo-header {
    float: left;
    height: 106px;
    font-size: 0;
  }
  .logo-header:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .logo-header img {
    max-height: 106px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .logo-sticky {
    display: none;
  }
  .header-row > .container,
  .header-wrapper > .container {
    position: relative;
  }
  .header-wrapper.float-header {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
  }
  .header-wrapper.container-full .container {
    width: 100%;
  }
  .header-nav-wrapper {
    background-color: transparent;
    color: #8a8a8a;
  }
  .header-right {
    float: right;
    text-align: right;
  }
  .header-customize-wrapper .header-customize-item:first-child {
    margin-left: 40px;
  }
  .header-customize-nav {
    float: right;
    color: #8a8a8a;
  }
  .header-customize-nav .header-customize-item {
    line-height: 106px;
  }
  .header-customize-nav .header-customize-item {
    margin-left: 20px;
  }
  .header-customize-nav a {
    color: #8a8a8a;
  }
  .header-customize-nav a:hover {
    color: #e3000f;
  }
  .header-customize-nav .shopping-cart-icon {
    border-top: none;
    border-bottom: none;
    line-height: inherit;
  }
  .header-customize-nav .shopping-cart-icon .subtotal-info-wrapper {
    display: none;
  }
  .header-customize-nav .shopping-cart-icon > .icon {
    padding-right: 10px;
    margin-top: -6px;
  }
  .header-customize-nav .shopping-cart-icon > .icon > span {
    top: 50%;
    margin-top: -16px;
    left: auto;
    right: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #e3000f;
  }
  .header-customize-nav .shopping-cart-icon > .icon > i:before {
    font-size: 14px;
    font-family: 'fontawesome';
    content: "\f07a";
  }
  .header-customize-left,
  .header-customize-right {
    line-height: 106px;
  }
  .header-customize-left .header-customize-item:first-child,
  .header-customize-right .header-customize-item:first-child {
    margin-left: 0;
  }
  .header-customize-left {
    float: left;
    text-align: left;
  }
  .header-customize-left .header-customize-item {
    margin-left: 40px;
  }
  .header-customize-right {
    float: right;
    text-align: right;
  }
  .header-customize-right .header-customize-item {
    margin-left: 20px;
  }
  .header-customize-item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    max-width: 100%;
  }
  .item-info {
    position: relative;
    padding-left: 60px;
    float: left;
    padding-top: 13px;
    text-align: left;
  }
  .item-info > i {
    font-size: 18px;
    color: #e3000f;
    line-height: .8;
    width: 42px;
    height: 42px;
    border: 1px solid #dcdcdc;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    text-align: center;
    padding: 13px 10px;
  }
  .item-info > i:after {
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    left: -3px;
    position: absolute;
    top: -3px;
  }
  .item-info > span {
    display: block;
    line-height: .8;
    font-size: 12px;
  }
  .item-info > span.label {
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 7px;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
  }
  .item-info > span.info {
    margin: 0;
    color: #ababab;
  }
  .item-info > span.info a {
    color: inherit;
  }
  .item-info > span.info a:hover {
    color: #e3000f;
  }
  .item-sidebar .widget {
    margin-bottom: 0;
    display: inline-block;
  }
  .header-customize-wrapper form.search-form {
    position: relative;
    line-height: 1;
  }
  .header-customize-wrapper form.search-form > input {
    padding-right: 42px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    height: 40px;
    margin-top: 33px;
    width: 210px;
    background-color: rgba(13, 13, 13, 0);
    font-size: 13px;
  }
  .header-customize-wrapper form.search-form > input:focus {
    border-color: transparent;
  }
  .header-customize-wrapper form.search-form > input:focus + .search-submit {
    background-color: transparent;
  }
  .header-customize-wrapper form.search-form > button {
    height: 40px;
    margin-top: 33px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-customize-wrapper form.search-form > button:hover {
    color: #e3000f;
  }
  .search-product-wrapper {
    position: relative;
    text-align: left;
  }
  .search-product-wrapper > input {
    max-width: 100%;
    width: 640px;
    padding-right: 40%;
    padding-right: -webkit-calc(31.25% + 50px);
    padding-right: calc(31.25% + 50px);
    height: 50px;
    border: solid 1px #e3000f;
    padding-left: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .search-product-wrapper > button {
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 0;
    height: 44px;
    width: 47px;
  }
  .search-product-wrapper .categories {
    position: absolute;
    top: 0;
    right: 50px;
    width: 31.25%;
    border-left: solid 1px #e3000f;
    cursor: pointer;
  }
  .search-product-wrapper .categories > span {
    position: relative;
    display: block;
    line-height: 50px;
    width: 100%;
    color: #cfcfcf;
    padding-left: 20px;
    padding-right: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .search-product-wrapper .categories > span:after {
    content: '\f107';
    font-family: 'fontawesome';
    position: absolute;
    display: block;
    right: 20px;
    top: 0;
  }
  .search-product-wrapper .categories > span.in:after {
    content: '\f00d';
  }
  .search-product-wrapper .search-category-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    list-style: none;
    padding: 15px;
    line-height: 42px;
    z-index: 999;
    cursor: default;
  }
  .search-product-wrapper .search-category-dropdown span:hover {
    cursor: pointer;
    color: #e3000f;
  }
  .search-product-wrapper .search-category-dropdown li + li {
    border-top: solid 1px #eee;
  }
  .search-product-wrapper .search-category-dropdown ul {
    padding: 0;
    list-style: none;
    border-top: solid 1px #eee;
  }
  .search-product-wrapper .search-category-dropdown li li span {
    padding-left: 20px;
  }
  .search-product-wrapper .search-category-dropdown li li li span {
    padding-left: 40px;
  }
  .search-product-wrapper .search-ajax-result {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    color: #2c3e50;
    z-index: 999;
    font-size: 16px;
    line-height: 1.6em;
  }
  .search-product-wrapper .search-ajax-result ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .search-product-wrapper .search-ajax-result li {
    padding: 10px 15px;
    position: relative;
  }
  .search-product-wrapper .search-ajax-result li:after {
    content: '';
    display: block;
    clear: both;
  }
  .search-product-wrapper .search-ajax-result li + li:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 15px;
    right: 15px;
    top: 0;
    border-top: solid 1px #eee;
  }
  .search-product-wrapper .search-ajax-result li.selected,
  .search-product-wrapper .search-ajax-result li:hover {
    background-color: #f8f8f8;
  }
  .search-product-wrapper .search-ajax-result li.selected + li:before,
  .search-product-wrapper .search-ajax-result li:hover + li:before,
  .search-product-wrapper .search-ajax-result li.selected:before,
  .search-product-wrapper .search-ajax-result li:hover:before {
    border-top-color: transparent;
  }
  .search-product-wrapper .search-ajax-result li.nothing {
    text-align: center;
    line-height: 2em;
  }
  .search-product-wrapper .search-ajax-result img {
    width: 50px;
    float: left;
    margin-right: 15px;
  }
  .search-product-wrapper .search-ajax-result .view-more {
    text-align: center;
    padding: 15px;
    border-top: solid 1px #eee;
  }
  header.full-border,
  header.container-border .container-inner {
    border-bottom: solid 1px #e0e0e0;
  }
  .header-above-wrapper.full-border,
  .header-above-wrapper.container-border .header-above-inner {
    border-bottom: solid 1px #e0e0e0;
  }
  .menu-categories {
    background-color: #e3000f;
    line-height: 106px;
    height: 106px;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    position: relative;
  }
  .menu-categories.in .menu-categories-select > i:before {
    content: '\f00d';
  }
  .menu-categories.in .menu-categories-dropdown {
    display: block;
  }
  .menu-categories ul.menu-categories-dropdown {
    position: absolute;
    z-index: 999;
    top: 100%;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    left: 0;
    right: 0;
  }
  .menu-categories-select {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    height: 100%;
  }
  .menu-categories-select:after {
    content: '';
    font-family: 'fontawesome';
  }
  .menu-categories-select > i {
    float: right;
    line-height: 106px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-categories-select > i:hover {
    color: #444;
  }
  .header-accent-color .search-product-wrapper > input,
  .header-accent-color .search-product-wrapper .categories {
    border-color: #8a8a8a;
    color: #8a8a8a;
  }
  .header-accent-color .search-product-wrapper > button {
    background-color: #8a8a8a;
    color: #e3000f;
  }
  .header-accent-color .search-product-wrapper > button:hover {
    opacity: 0.8;
  }
  .header-accent-color .search-product-wrapper > input::-webkit-input-placeholder {
    color: #ffffff;
  }
  .header-accent-color .search-product-wrapper > input:-moz-placeholder {
    color: #ffffff;
  }
  .header-accent-color .search-product-wrapper > input::-moz-placeholder {
    color: #ffffff;
  }
  .header-accent-color .search-product-wrapper > input:-ms-input-placeholder {
    color: #ffffff;
  }
  .header-accent-color a {
    color: #8a8a8a;
  }
  .header-accent-color a:hover {
    color: #717171;
  }
  .header-nav-hidden nav.primary-menu {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    padding-left: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-nav-hidden .product-text {
    float: left;
    width: 25%;
    line-height: 106px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
  }
  .header-nav-hidden .header-search {
    float: left;
    width: 63%;
  }
  .header-nav-hidden .header-search form.search-form {
    position: relative;
  }
  .header-nav-hidden .header-search form.search-form > input {
    width: 100%;
    background-color: #fff;
    height: 106px;
    border: solid 3px transparent;
    padding-left: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .header-nav-hidden .header-search form.search-form > button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #e3000f;
  }
  .header-nav-hidden .no-primary-menu {
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-nav-hidden .menu-switch {
    float: right;
    width: 12%;
    line-height: 106px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-nav-hidden .menu-switch:hover {
    color: #444;
  }
  .header-nav-hidden .menu-switch > i {
    margin-right: 5px;
  }
  .header-nav-hidden .header-nav-inner.in .no-primary-menu {
    opacity: 0;
    visibility: hidden;
  }
  .header-nav-hidden .header-nav-inner.in nav.primary-menu {
    opacity: 1;
    visibility: visible;
  }
  .header-nav-hidden .header-nav-inner.in .menu-switch > i:before {
    content: "\f00d";
  }
  .is-sticky .menu-categories,
  .is-sticky .logo-header {
    height: 55px;
  }
  .is-sticky .x-nav-menu > .x-menu-item {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
  .is-sticky .menu-categories,
  .is-sticky .menu-categories-select > i,
  .is-sticky .header-customize-nav .header-customize-item {
    line-height: 55px;
  }
  .is-sticky .logo-header img {
    max-height: 55px;
  }
  .is-sticky .logo-sticky {
    display: initial;
  }
  .is-sticky .has-logo-sticky .no-sticky {
    display: none;
  }
  .is-sticky .header-customize-wrapper form.search-form > button,
  .is-sticky .header-customize-wrapper form.search-form > input {
    height: 40px;
    margin-top: 8px;
  }
  .header-1 .is-sticky .header-above-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-4 .is-sticky .header-nav-wrapper {
    background-color: transparent;
  }
  .header-4 .is-sticky .header-nav-wrapper nav.primary-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .header-nav-hidden .is-sticky .product-text,
  .header-nav-hidden .is-sticky .menu-switch {
    line-height: 55px;
  }
  .header-nav-hidden .is-sticky .header-search form.search-form > input {
    height: 55px;
  }
  .header-1 .header-customize-nav {
    display: inline-block;
    vertical-align: middle;
  }
  .header-1 .primary-menu {
    float: right;
  }
  .header-3 .logo-header {
    float: none;
    position: absolute;
    width: 30%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .header-3 .item-search {
    max-width: 400px;
  }
  .header-3 .search-product-wrapper .categories {
    width: 40%;
  }
  .header-3 .search-product-wrapper > input {
    padding-right: 45%;
    padding-right: -webkit-calc(40% + 50px);
    padding-right: calc(40% + 50px);
  }
  .header-3 nav.primary-menu {
    display: inline-block;
  }
  .header-3 .header-row > .container {
    text-align: center;
  }
  .header-4 {
    margin-bottom: 20px;
  }
  .header-4 .header-nav-wrapper {
    background-color: transparent;
  }
  .header-4 .header-nav-wrapper nav.primary-menu {
    background-color: transparent;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-4 .search-product-wrapper > input,
  .header-4 .search-product-wrapper .categories {
    border-color: #cfcfcf;
  }
  .header-4 .search-product-wrapper > button {
    background-color: #cfcfcf;
  }
  .header-5 .header-wrapper {
    margin-bottom: 73px;
  }
  .header-5 .header-nav-wrapper {
    background-color: transparent;
    height: 53px;
  }
  .header-5 .item-info > i,
  .header-5 .item-info > i:after {
    border-color: #FFF;
  }
  .header-5 nav.primary-menu {
    background-color: #2c3e50;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
    right: 0;
  }
  .header-5 .is-sticky .header-nav-wrapper {
    background-color: #2c3e50;
    height: 55px;
  }
  .header-5 .is-sticky nav.primary-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .header-3 .item-search {
    max-width: 350px;
  }
  .search-product-wrapper > input {
    width: 500px;
  }
}
.is-sticky {
  height: 55px;
}
.is-sticky .sticky-region {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
  margin: auto;
}
body.boxed .is-sticky .sticky-region {
  max-width: 1330px;
  width: 100%;
}
#lang_sel > ul {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 44px;
}
#lang_sel > ul > li {
  padding: 0;
  display: block;
  list-style: none;
}
#lang_sel > ul > li img {
  margin-bottom: 2px;
}
#lang_sel > ul > li > a:after {
  content: "\f0d7";
  font-family: 'fontawesome';
  display: inline-block;
  padding-left: 3px;
}
#lang_sel > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: none;
  background-color: #fff;
  z-index: 99999;
  -webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}
#lang_sel > ul ul > li {
  list-style: none;
  padding: 0 15px;
  display: block;
  line-height: 32px;
}
#lang_sel > ul ul > li img {
  padding-right: 5px;
}
#lang_sel > ul:hover ul {
  display: block;
}
@media screen and (max-width: 991px) {
  header.main-header {
    display: none;
  }
  header.header-mobile {
    display: block;
  }
  .menu-item {
    cursor: pointer;
  }
  .top-bar-wrapper {
    background-color: #ffffff;
    color: #8a8a8a;
  }
  .top-bar-wrapper.full-border {
    border-bottom: solid 1px #e0e0e0;
  }
  .top-bar-wrapper.container-border .top-bar-inner {
    border-bottom: solid 1px #e0e0e0;
  }
  .top-bar-inner {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header-mobile-inner {
    background-color: #ffffff;
    color: #8a8a8a;
  }
  .header-mobile-inner a {
    color: #8a8a8a;
  }
  .header-mobile-inner a:hover {
    color: #e3000f;
  }
  .header-mobile-inner .toggle-icon-wrapper .toggle-icon:after,
  .header-mobile-inner .toggle-icon-wrapper .toggle-icon:before,
  .header-mobile-inner .toggle-icon-wrapper .toggle-icon > span {
    background-color: #8a8a8a;
  }
  .header-mobile-container-inner {
    position: relative;
  }
  .header-mobile-container-inner > div {
    line-height: 90px !important;
  }
  .toggle-mobile-menu {
    float: left;
  }
  .logo-mobile-wrapper,
  .item-shopping-cart,
  .mobile-search-button,
  .shopping-cart-icon {
    display: inline-block;
  }
  .item-shopping-cart .subtotal-info-wrapper {
    display: none;
  }
  .item-shopping-cart,
  .mobile-search-button {
    float: right;
  }
  .item-shopping-cart + .mobile-search-button {
    margin-right: 20px;
  }
  .mobile-search-button {
    font-size: 20px;
  }
  .logo-mobile-wrapper {
    position: absolute;
    padding-left: 100px;
    padding-right: 100px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .nav-menu-mobile {
    display: none;
  }
  .menu-drop-fly .search-form {
    padding: 20px;
    position: relative;
    background-color: #111;
  }
  .menu-drop-fly .search-form input {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #333;
    background-color: #333;
  }
  .menu-drop-fly .search-form button {
    position: absolute;
    right: 20px;
    top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 0;
  }
  .menu-drop-dropdown > .nav-menu-mobile {
    overflow-x: scroll;
  }
  .header-mobile-2 .toggle-icon-wrapper {
    float: right;
    margin-left: 10px;
  }
  .header-mobile-2 .logo-mobile-wrapper {
    text-align: left;
    padding-left: 0;
    padding-right: 90px;
  }
  .header-mobile-2 .both-mobile-icon .logo-mobile-wrapper {
    padding-right: 130px;
  }
  .header-mobile-2 .mobile-search-button {
    margin-right: 10px;
  }
  .header-mobile-2 .item-shopping-cart + .mobile-search-button {
    margin-right: 20px;
  }
  .header-mobile-3 .toggle-icon-wrapper {
    margin-right: 20px;
  }
  .header-mobile-3 .item-shopping-cart,
  .header-mobile-3 .mobile-search-button {
    float: left;
  }
  .header-mobile-3 .logo-mobile-wrapper {
    text-align: right;
    padding-left: 90px;
    padding-right: 0;
  }
  .header-mobile-3 .both-mobile-icon .logo-mobile-wrapper {
    padding-left: 130px;
  }
  .header-mobile-3 .item-shopping-cart + .mobile-search-button {
    margin-left: 10px;
  }
  .header-mobile-4 .both-mobile-icon .logo-mobile-wrapper {
    padding-right: 50px;
  }
  .is-sticky {
    height: 60px;
  }
  .is-sticky .header-mobile-container-inner > div {
    line-height: 60px !important;
  }
}
/**
 * 5.0 - Footer
 * ----------------------------------------------------------------------------
 */
.no-footer-sidebar {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.2px;
}
.main-footer-wrapper {
  background-color: #1b2c3e;
  color: #979da4;
}
.main-footer .widget {
  margin-bottom: 30px;
}
.main-footer.full-border {
  border-top: solid 1px #e0e0e0;
}
.main-footer.container-border .footer-inner {
  border-top: solid 1px #e0e0e0;
}
.main-footer a {
  color: inherit;
}
.main-footer a:hover {
  color: #e3000f;
}
.main-footer .widget-title {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.main-footer .widget_nav_menu ul {
  margin-top: 0;
}
.main-footer .widget_nav_menu ul li {
  color: #979da4;
}
.main-footer .widget_nav_menu .menu > li {
  border: 0;
  position: relative;
  float: left;
  padding-left: 15px;
  width: 50%;
  line-height: 30px;
}
.main-footer .widget_nav_menu .menu > li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f105';
  font-family: FontAwesome;
  font-size: 14px;
  color: inherit;
}
.main-footer .widget_nav_menu .menu > li:after {
  display: none;
}
.main-footer .widget_nav_menu .menu > li a {
  color: inherit;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-footer .widget_nav_menu .menu > li a:hover {
  padding-left: 5px;
  color: #e3000f;
}
.main-footer .widget_nav_menu .menu > li .li-caret {
  top: 11px;
  right: 10px;
}
.main-footer .widget_nav_menu .menu > li .sub-menu {
  padding-left: 5px;
  border: 0;
}
.main-footer .widget_nav_menu .menu > li .sub-menu > li {
  border: 0;
  line-height: 30px;
}
.main-footer .widget_nav_menu .menu > li .sub-menu > li:after {
  display: none;
}
.main-footer .widget_archive ul > li + li,
.main-footer .widget_categories ul > li + li,
.main-footer .widget_nav_menu ul > li + li,
.main-footer .widget_pages ul > li + li,
.main-footer .widget_product_categories ul > li + li {
  border-color: #e0e0e0;
}
.main-footer .widget_archive li > ul,
.main-footer .widget_categories li > ul,
.main-footer .widget_nav_menu li > ul,
.main-footer .widget_pages li > ul,
.main-footer .widget_product_categories li > ul {
  border-color: #e0e0e0;
}
.main-footer .widget_archive li,
.main-footer .widget_categories li,
.main-footer .widget_nav_menu li,
.main-footer .widget_pages li,
.main-footer .widget_product_categories li {
  color: #979da4;
}
.main-footer .widget_archive a,
.main-footer .widget_categories a,
.main-footer .widget_nav_menu a,
.main-footer .widget_pages a,
.main-footer .widget_product_categories a {
  color: #979da4;
}
.main-footer .widget_archive a:hover,
.main-footer .widget_categories a:hover,
.main-footer .widget_nav_menu a:hover,
.main-footer .widget_pages a:hover,
.main-footer .widget_product_categories a:hover {
  color: #e3000f;
}
.main-footer .widget_archive .li-caret,
.main-footer .widget_categories .li-caret,
.main-footer .widget_nav_menu .li-caret,
.main-footer .widget_pages .li-caret,
.main-footer .widget_product_categories .li-caret {
  color: #979da4;
}
.main-footer .widget_calendar .calendar_wrap caption {
  color: #979da4;
}
.main-footer .widget_calendar #wp-calendar {
  width: 100%;
}
.main-footer .widget_calendar #wp-calendar th {
  background-color: #e0e0e0;
}
.main-footer .widget_calendar #wp-calendar tbody td,
.main-footer .widget_calendar #wp-calendar th {
  border-color: #e0e0e0;
}
.main-footer .widget_calendar #wp-calendar tfoot td {
  color: #979da4;
}
.main-footer .widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.main-footer .widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.main-footer .widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.main-footer .widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.main-footer .woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.main-footer .woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.main-footer .yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li {
  border-color: #e0e0e0;
}
.main-footer .widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.main-footer .widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.main-footer .widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.main-footer .widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.main-footer .woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.main-footer .woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.main-footer .yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li {
  color: #979da4;
}
.main-footer .widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.main-footer .widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.main-footer .widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.main-footer .widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.main-footer .woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.main-footer .woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.main-footer .yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a {
  color: #979da4;
}
.main-footer .widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.main-footer .widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.main-footer .widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.main-footer .widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.main-footer .woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.main-footer .woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.main-footer .yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover {
  color: #e3000f;
}
.main-footer .widget-posts .entry-content-wrap h3.entry-post-title {
  color: #979da4;
}
.main-footer .widget-posts .entry-content-wrap h3.entry-post-title a {
  color: #979da4;
}
.main-footer .widget-posts .entry-content-wrap h3.entry-post-title a:hover {
  color: #e3000f;
}
.main-footer .search-form .search-field {
  background-color: #eeeeee;
}
.main-footer .search-form .search-field:focus {
  border-color: #e0e0e0;
}
.main-footer .search-form .search-field:focus + .search-submit {
  background-color: #e0e0e0;
}
.main-footer .search-form .search-submit {
  background-color: #e3000f;
}
.main-footer .tagcloud a {
  border-color: #e0e0e0;
  color: #979da4;
}
.main-footer .tagcloud a:hover {
  background-color: #e3000f;
  color: #fff;
  border-color: #e3000f;
}
.main-footer .woocommerce ul.product_list_widget li img {
  border-color: #e0e0e0;
}
.main-footer .woocommerce ul.product_list_widget span.amount {
  color: #979da4;
}
.main-footer .woocommerce ul.product_list_widget del span.amount {
  color: #979da4;
}
.main-footer .contact-info li + li:before {
  border-color: #e0e0e0;
}
.footer-inner {
  padding-top: 60px;
  padding-bottom: 25px;
}
.bottom-bar-wrapper {
  background-color: #172737;
  color: #979da4;
}
.bottom-bar-wrapper.full-border {
  border-top: solid 1px #e0e0e0;
}
.bottom-bar-wrapper.container-border .bottom-bar-inner {
  border-top: solid 1px #e0e0e0;
}
.bottom-bar-inner {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .bottom-bar-wrapper .widget {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  footer.enable-parallax {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    background-size: cover;
  }
  footer.enable-parallax.static {
    position: static !important;
  }
  body.boxed footer.enable-parallax {
    max-width: 1330px;
  }
}
@media (max-width: 767px) {
  footer.footer-collapse-able .widget-title {
    margin-bottom: 0;
    cursor: pointer;
  }
  footer.footer-collapse-able .widget-title:after {
    content: '+';
    float: right;
  }
  footer.footer-collapse-able .widget-title.title-expanded:after {
    content: '-';
  }
  footer.footer-collapse-able .widget-title + div,
  footer.footer-collapse-able .widget-title + ul {
    padding-top: 20px;
    margin: 0;
  }
  footer.footer-collapse-able .main-footer .sidebar {
    margin-bottom: 0;
  }
  footer.footer-collapse-able .main-footer .sidebar + .sidebar {
    margin-top: 20px;
  }
  footer.main-footer-wrapper .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
  .sidebar .two-col ul > li {
    width: auto;
    float: none;
  }
}
/**
 * 6.0 - Blog
 * ----------------------------------------------------------------------------
 */
article .entry-thumb-wrap {
  font-size: 0;
  text-align: center;
}
article .entry-thumb-wrap.post-link {
  position: relative;
  background-color: #2c3e50;
  padding: 30px 30px 30px 90px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  min-height: 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
article .entry-thumb-wrap.post-link > a {
  color: #fff;
  font-size: 18px;
  text-transform: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
article .entry-thumb-wrap.post-link > a:hover {
  color: #e3000f;
}
article .entry-thumb-wrap.post-link i.pi-icon-link {
  font-size: 18px;
  color: #fff;
  line-height: .8;
  width: 42px;
  height: 42px;
  border: 1px solid #fff;
  position: absolute;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  padding: 13px 10px;
}
article .entry-thumb-wrap.post-link i.pi-icon-link:after {
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 46px;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 46px;
}
article .entry-thumb-wrap.post-link i.pi-icon-link:hover {
  color: #e3000f;
}
article .entry-thumb-wrap blockquote.quote-border-large {
  background-color: #2c3e50;
}
article .entry-thumb-wrap blockquote.quote-border-large p {
  color: #fff;
}
.entry-thumb-wrap {
  margin-bottom: 30px;
}
h3.entry-post-title {
  text-transform: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 5px;
  color: #000;
}
h3.entry-post-title a {
  color: #000;
}
h3.entry-post-title a:hover {
  color: #e3000f;
}
.entry-post-meta {
  text-transform: capitalize;
  font-style: italic;
  font-size: 14px;
  line-height: 30px;
  color: #afafaf;
  margin-bottom: 8px;
}
.entry-post-meta a,
.entry-post-meta span,
.entry-post-meta p {
  color: #AFAFAF;
}
.entry-post-meta a:hover {
  color: #e3000f;
}
.entry-post-meta > div {
  display: inline-block;
}
.entry-post-meta > div + div:before {
  content: "/";
}
.entry-post-meta .entry-meta-cat:before {
  margin-right: 3px;
}
.archive-wrap article .entry-excerpt {
  color: #848484;
  max-height: 90px;
  overflow: hidden;
  margin-bottom: 30px;
}
.archive-wrap article a.read-more-button {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: 51px;
  line-height: 0.8;
  padding: 18px 30px;
  text-align: center;
  text-shadow: 1px 0 1px rgba(0, 0, 0, 0.3);
  background-color: #e3000f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: capitalize;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #ffffff;
}
.archive-wrap article a.read-more-button:hover {
  background-color: #333;
}
.archive-wrap article iframe {
  width: 100%;
}
.archive-wrap .slick-dots {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.archive-large-image article + article {
  margin-top: 60px;
}
.entry-thumb-wrap.lightgallery-video.click-video-popup {
  position: relative;
}
.entry-thumb-wrap.lightgallery-video.click-video-popup a.light-video {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
}
/**
* Masonry Layout
* ----------------------------------------------------------------------------
*/
.archive-masonry .blog-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.archive-masonry article {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
  border-bottom: none;
}
.archive-masonry article:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
}
.archive-masonry article .entry-content-wrap {
  padding: 20px 15px 20px 15px;
  border: 1px solid #f0f0f0;
}
.archive-masonry article .entry-thumb-wrap {
  margin-bottom: 0;
}
.archive-masonry article .entry-excerpt {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  /**
    * Article Grid 2 - 3 columns
    * ----------------------------------------------------------------------------
    */
  .archive-columns-2 article.post-masonry {
    width: 50%;
  }
  .archive-columns-3 article.post-masonry {
    width: 33.33333333333333%;
  }
}
@media (max-width: 991px) {
  article.post-masonry {
    width: 50%;
  }
}
@media (max-width: 767px) {
  article.post-masonry {
    width: 100%;
  }
}
/*Light Gallery*/
article.sticky h3:before {
  content: "\f08d ";
  font-family: fontawesome;
  font-size: 18px;
  color: #e3000f;
  margin-right: 10px;
}
.image-link-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.image-link-hover div > a {
  display: block;
  height: 36px;
  width: 36px;
}
.light-gallery-link,
.light-gallery-hover {
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: 2px solid #ffffff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
}
.light-gallery-link > i,
.light-gallery-hover > i,
.light-gallery-link a > i,
.light-gallery-hover a > i {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #fff;
}
.light-gallery-link:hover,
.light-gallery-hover:hover {
  background-color: #e3000f;
  border-color: #e3000f;
}
.light-gallery-link:hover > i,
.light-gallery-hover:hover > i,
.light-gallery-link:hover a > i,
.light-gallery-hover:hover a > i {
  color: #fff;
}
.light-gallery-link {
  left: 100px;
  right: 0;
}
.light-gallery-hover {
  right: 100px;
  left: 0;
}
.entry-thumbnail {
  position: relative;
  display: inline-block;
}
.entry-thumbnail:hover .image-link-hover {
  opacity: 1;
}
.entry-thumbnail:hover .image-link-hover .light-gallery-link {
  left: 50px;
}
.entry-thumbnail:hover .image-link-hover .light-gallery-hover {
  right: 50px;
}
.logged-in.admin-bar .lg-toolbar {
  margin-top: 32px;
}
.play-video-hover {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.play-video-hover i {
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 0 10px 0 10px;
  height: 40px;
  width: 60px;
  text-align: center;
  line-height: 38px;
  font-size: 28px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #fff;
  -webkit-transition: all 2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.play-video-hover:hover i {
  border-color: #e3000f;
  color: #e3000f;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/*No Image*/
.no-image {
  background-color: #DFDFDF;
}
.no-image .block-center-inner {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.05em;
}
.medium-image .no-image:before {
  padding-bottom: 56.1403%;
}
.small-image .no-image:before {
  padding-bottom: 79.16666666667%;
}
.small-image .no-image {
  width: 120px;
}
.small-image .no-image .block-center-inner {
  font-size: 16px;
}
.embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
  padding-bottom: 42.2077922077%;
}
.embed-responsive.embed-responsive-16by9.embed-responsive-medium-image {
  padding-bottom: 56.140350877%;
}
.embed-responsive.embed-responsive-16by9.embed-responsive-small-image {
  padding-bottom: 78.333333333%;
}
/*Paging navigation*/
.paging-navigation {
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.paging-navigation,
.comment-navigation {
  font-size: 0;
}
.paging-navigation .page-numbers,
.comment-navigation .page-numbers {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: transparent;
  color: #2c3e50;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.paging-navigation .page-numbers.current,
.comment-navigation .page-numbers.current,
.paging-navigation .page-numbers:hover,
.comment-navigation .page-numbers:hover,
.paging-navigation .page-numbers:focus,
.comment-navigation .page-numbers:focus {
  background-color: transparent;
  text-decoration: underline;
  color: #e3000f;
}
.paging-navigation .page-numbers.next,
.comment-navigation .page-numbers.next {
  right: 0;
}
.paging-navigation .page-numbers.prev,
.comment-navigation .page-numbers.prev {
  left: 0;
}
.paging-navigation .page-numbers.next,
.comment-navigation .page-numbers.next,
.paging-navigation .page-numbers.prev,
.comment-navigation .page-numbers.prev {
  position: absolute;
  width: auto;
  padding: 0 20px;
  border: 1px solid #8a8a8a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.paging-navigation .page-numbers.next:hover,
.comment-navigation .page-numbers.next:hover,
.paging-navigation .page-numbers.prev:hover,
.comment-navigation .page-numbers.prev:hover {
  background-color: #2c3e50;
  color: #fff;
  text-decoration: none;
}
.paging-navigation .page-numbers i,
.comment-navigation .page-numbers i {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: -0.02em;
  position: relative;
  top: -1px;
  padding: 0 5px;
}
.paging-navigation .page-numbers:last-child,
.comment-navigation .page-numbers:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .paging-navigation .page-numbers,
  .comment-navigation .page-numbers {
    width: 20px;
  }
  .paging-navigation .page-numbers.next span,
  .comment-navigation .page-numbers.next span {
    display: none;
  }
  .paging-navigation .page-numbers.prev span,
  .comment-navigation .page-numbers.prev span {
    display: none;
  }
  .paging-navigation .page-numbers.next,
  .comment-navigation .page-numbers.next,
  .paging-navigation .page-numbers.prev,
  .comment-navigation .page-numbers.prev {
    padding: 0 10px;
  }
}
/*Single Blog*/
.single-blog-wrap,
.single-services-wrap {
  /*Format Post*/
}
.single-blog-wrap h3.entry-post-title,
.single-services-wrap h3.entry-post-title {
  margin-bottom: 10px;
}
.single-blog-wrap .entry-content,
.single-services-wrap .entry-content {
  font-size: 14px;
  color: #848484;
  /*blockquote{
      color: #393939;
      font-weight: bold;
      border: none;
      padding: 0;
      p{
        &:before{
          content: '"';
        }
        &:after{
          content: '"';
        }
        &:before,
        &:after{
          display: inline-block;
        }
      }
    }*/
}
.single-blog-wrap .entry-content p,
.single-services-wrap .entry-content p {
  margin-bottom: 30px;
}
.single-blog-wrap .social-share,
.single-services-wrap .social-share {
  text-align: right;
}
.single-blog-wrap .social-share label,
.single-services-wrap .social-share label {
  color: #000;
  font-weight: 600;
  margin: 0;
}
.single-blog-wrap .social-share a,
.single-services-wrap .social-share a {
  margin-left: 10px;
  color: #a5a5a5;
}
.single-blog-wrap .social-share a:hover,
.single-services-wrap .social-share a:hover {
  color: #e3000f;
}
.single-blog-wrap .entry-meta-share,
.single-services-wrap .entry-meta-share {
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  padding: 15px 0;
  margin-top: 60px;
}
.single-blog-wrap .entry-meta-share .entry-post-meta,
.single-services-wrap .entry-meta-share .entry-post-meta {
  margin: 0;
  width: 70%;
}
.single-blog-wrap .entry-meta-share .social-share,
.single-services-wrap .entry-meta-share .social-share {
  width: 30%;
}
.single-blog-wrap .entry-meta-share .social-share,
.single-services-wrap .entry-meta-share .social-share,
.single-blog-wrap .entry-meta-share .entry-post-meta,
.single-services-wrap .entry-meta-share .entry-post-meta {
  float: left;
}
.single-blog-wrap .author-info,
.single-services-wrap .author-info {
  background-color: #f6f6f6;
  margin-top: 30px;
}
.single-blog-wrap .author-info .author-avatar,
.single-services-wrap .author-info .author-avatar {
  float: left;
  margin: 0;
}
.single-blog-wrap .author-info .author-avatar img,
.single-services-wrap .author-info .author-avatar img {
  margin: 0 15px 0 0;
}
.single-blog-wrap .author-info .author-description,
.single-services-wrap .author-info .author-description {
  overflow: hidden;
  padding: 27px 5px 27px 0;
}
.single-blog-wrap .author-info .social-profile,
.single-services-wrap .author-info .social-profile {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-blog-wrap .author-info .social-profile li,
.single-services-wrap .author-info .social-profile li {
  display: inline-block;
}
.single-blog-wrap .author-info .social-profile li i,
.single-services-wrap .author-info .social-profile li i {
  font-size: 12px;
}
.single-blog-wrap .author-info .social-profile li a,
.single-services-wrap .author-info .social-profile li a {
  color: #c7c7c7;
}
.single-blog-wrap .author-info .social-profile li a:hover,
.single-services-wrap .author-info .social-profile li a:hover {
  color: #e3000f;
}
.single-blog-wrap .author-info .social-profile li + li,
.single-services-wrap .author-info .social-profile li + li {
  margin-left: 10px;
}
.single-blog-wrap .author-info h2.author-title,
.single-services-wrap .author-info h2.author-title {
  line-height: 1.444444;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5px;
}
.single-blog-wrap .author-info h2.author-title a,
.single-services-wrap .author-info h2.author-title a {
  color: #000;
}
.single-blog-wrap .author-info h2.author-title a:hover,
.single-services-wrap .author-info h2.author-title a:hover {
  color: #e3000f;
}
.single-blog-wrap .author-info .author-bio,
.single-services-wrap .author-info .author-bio {
  color: #848484;
  line-height: 1.714;
  margin-bottom: 8px;
}
.single-blog-wrap .comments-area h4.widget-title,
.single-services-wrap .comments-area h4.widget-title {
  font-size: 20px;
  color: #000;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 55px;
}
.single-blog-wrap .comments-area ol,
.single-services-wrap .comments-area ol {
  padding-left: 100px;
  list-style: none;
}
.single-blog-wrap .comments-area ol.comment-list,
.single-services-wrap .comments-area ol.comment-list {
  padding: 0;
}
.single-blog-wrap .comments-area .comment-list li > div,
.single-services-wrap .comments-area .comment-list li > div {
  padding: 20px 0;
  border-bottom: 1px solid #F0F0F0;
}
.single-blog-wrap .comments-area .comment-list li img.avatar,
.single-services-wrap .comments-area .comment-list li img.avatar {
  margin: 0;
  float: left;
  margin-right: 25px;
}
.single-blog-wrap .comments-area .comment-list li .comment-meta-content,
.single-services-wrap .comments-area .comment-list li .comment-meta-content {
  overflow: hidden;
}
.single-blog-wrap .comments-area .comment-meta-wrap,
.single-services-wrap .comments-area .comment-meta-wrap {
  line-height: 1;
  position: relative;
}
.single-blog-wrap .comments-area .comment-meta-wrap .col-md-3,
.single-services-wrap .comments-area .comment-meta-wrap .col-md-3 {
  position: absolute;
  height: 100%;
  right: 0;
  text-align: right;
}
.single-blog-wrap .comments-area .comment-meta-wrap .content-middle,
.single-services-wrap .comments-area .comment-meta-wrap .content-middle {
  display: table;
  width: 100%;
  height: 100%;
}
.single-blog-wrap .comments-area .comment-meta-wrap .content-middle-inner,
.single-services-wrap .comments-area .comment-meta-wrap .content-middle-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.single-blog-wrap .comments-area .comment-meta-wrap .comment-meta,
.single-services-wrap .comments-area .comment-meta-wrap .comment-meta {
  height: 100%;
}
.single-blog-wrap .comments-area .comment-meta-wrap .comment-meta a + a,
.single-services-wrap .comments-area .comment-meta-wrap .comment-meta a + a {
  margin-left: 5px;
  padding-left: 10px;
  position: relative;
}
.single-blog-wrap .comments-area .comment-meta-wrap .comment-meta a + a:before,
.single-services-wrap .comments-area .comment-meta-wrap .comment-meta a + a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  margin: auto;
  display: block;
  width: 1px;
  background-color: #1B2C3E;
}
.single-blog-wrap .comments-area .comment-meta-wrap .comment-meta a:hover,
.single-services-wrap .comments-area .comment-meta-wrap .comment-meta a:hover {
  color: #e3000f;
}
.single-blog-wrap .comments-area .comment-meta-wrap .comment-meta a,
.single-services-wrap .comments-area .comment-meta-wrap .comment-meta a,
.single-blog-wrap .comments-area .comment-meta-wrap .comment-meta-date,
.single-services-wrap .comments-area .comment-meta-wrap .comment-meta-date {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: 13px;
  line-height: 2;
  color: #1B2C3E;
}
.single-blog-wrap .comments-area .author-name,
.single-services-wrap .comments-area .author-name {
  display: block;
  font-size: 18px;
  color: #000000;
  line-height: 1.4444;
  font-weight: bold;
}
.single-blog-wrap .comments-area .comment-text,
.single-services-wrap .comments-area .comment-text {
  margin: 0;
}
.single-blog-wrap .comments-area .comment-text p,
.single-services-wrap .comments-area .comment-text p {
  color: #979797;
  font-size: 14px;
  line-height: 1.714;
  margin: 0;
}
.single-blog-wrap .comment-respond h4.widget-title,
.single-services-wrap .comment-respond h4.widget-title {
  margin-top: 45px;
  margin-bottom: 25px;
}
.single-blog-wrap .comment-respond .comment-notes,
.single-services-wrap .comment-respond .comment-notes,
.single-blog-wrap .comment-respond .logged-in-as,
.single-services-wrap .comment-respond .logged-in-as {
  margin-bottom: 5px;
}
.single-blog-wrap .comment-form .form-group,
.single-services-wrap .comment-form .form-group {
  font-size: 0;
  float: right;
  width: 50%;
  padding-left: 15px;
}
.single-blog-wrap .comment-form .form-group textarea,
.single-services-wrap .comment-form .form-group textarea {
  font-size: 14px;
  width: 100%;
  height: 180px;
  padding: 20px 15px;
}
.single-blog-wrap .comment-form .insert-comment-form,
.single-services-wrap .comment-form .insert-comment-form {
  width: 100%;
  float: left;
}
.single-blog-wrap .comment-form .insert-comment-form > p,
.single-services-wrap .comment-form .insert-comment-form > p {
  margin-bottom: 15px;
}
.single-blog-wrap .comment-form .form-group + .insert-comment-form,
.single-services-wrap .comment-form .form-group + .insert-comment-form {
  width: 50%;
  padding-right: 15px;
}
.single-blog-wrap .comment-form .logged-in-as + .form-group,
.single-services-wrap .comment-form .logged-in-as + .form-group {
  width: 100%;
  padding: 0;
}
.single-blog-wrap .comment-form .form-submit,
.single-services-wrap .comment-form .form-submit {
  margin-top: 15px;
  display: inline-block;
}
.single-blog-wrap .comment-form .form-submit input[type='submit'],
.single-services-wrap .comment-form .form-submit input[type='submit'] {
  text-transform: capitalize;
  font-size: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  padding: 10px 32px;
  line-height: 2;
}
.single-blog-wrap .post-related-wrap:hover .g5plus-slick-slider .slick-arrow,
.single-services-wrap .post-related-wrap:hover .g5plus-slick-slider .slick-arrow {
  opacity: 1;
}
.single-blog-wrap .post-related-wrap:hover .g5plus-slick-slider .slick-prev,
.single-services-wrap .post-related-wrap:hover .g5plus-slick-slider .slick-prev {
  right: 65px;
}
.single-blog-wrap .post-related-wrap:hover .g5plus-slick-slider .slick-next,
.single-services-wrap .post-related-wrap:hover .g5plus-slick-slider .slick-next {
  right: 15px;
}
.single-blog-wrap .post-related-wrap article.post-related .slick-dots,
.single-services-wrap .post-related-wrap article.post-related .slick-dots {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.single-blog-wrap .post-related-wrap article.post-related .slick-dots li,
.single-services-wrap .post-related-wrap article.post-related .slick-dots li {
  margin: 0 3px !important;
}
.single-blog-wrap .post-related-wrap article.post-related .slick-slide,
.single-services-wrap .post-related-wrap article.post-related .slick-slide {
  padding-left: 0;
  padding-right: 0;
}
.single-blog-wrap .post-related-wrap article.post-related .entry-thumb-wrap,
.single-services-wrap .post-related-wrap article.post-related .entry-thumb-wrap {
  margin-bottom: 15px;
}
.single-blog-wrap .post-related-wrap article.post-related .entry-post-meta,
.single-services-wrap .post-related-wrap article.post-related .entry-post-meta {
  margin-bottom: 0;
}
.single-blog-wrap .post-related-wrap article.post-related h3.entry-post-title,
.single-services-wrap .post-related-wrap article.post-related h3.entry-post-title {
  line-height: 1.3;
  max-height: 1.3em;
  overflow: hidden;
  font-size: 16px;
}
.single-blog-wrap .post-related-wrap h4.widget-title,
.single-services-wrap .post-related-wrap h4.widget-title {
  margin-bottom: 25px;
  text-transform: capitalize;
}
.single-blog-wrap .post-related-wrap .slick-arrow,
.single-services-wrap .post-related-wrap .slick-arrow {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  color: #000;
  height: 25px;
  line-height: 25px;
}
.single-blog-wrap .post-related-wrap .slick-arrow i,
.single-services-wrap .post-related-wrap .slick-arrow i {
  display: none;
}
.single-blog-wrap .post-related-wrap .slick-arrow.slick-next,
.single-services-wrap .post-related-wrap .slick-arrow.slick-next {
  display: block;
  left: inherit;
  right: inherit;
  bottom: 0;
  top: 0;
  top: -45px;
  right: -15px;
}
.single-blog-wrap .post-related-wrap .slick-arrow.slick-next:before,
.single-services-wrap .post-related-wrap .slick-arrow.slick-next:before {
  content: '\f061';
  font-family: fontawesome;
}
.single-blog-wrap .post-related-wrap .slick-arrow.slick-prev,
.single-services-wrap .post-related-wrap .slick-arrow.slick-prev {
  display: block;
  left: inherit;
  right: inherit;
  top: 0;
  bottom: 0;
  top: -45px;
  right: 95px;
}
.single-blog-wrap .post-related-wrap .slick-arrow.slick-prev:before,
.single-services-wrap .post-related-wrap .slick-arrow.slick-prev:before {
  content: '\f060';
  font-family: fontawesome;
}
.single-blog-wrap .post-related-wrap .slick-arrow:hover,
.single-services-wrap .post-related-wrap .slick-arrow:hover {
  background-color: #e3000f;
}
.single-blog-wrap .post-related-wrap .slick-arrow:hover i,
.single-services-wrap .post-related-wrap .slick-arrow:hover i {
  color: #e3000f;
}
.single-blog-wrap article.format-gallery .slick-dots,
.single-services-wrap article.format-gallery .slick-dots {
  vertical-align: middle;
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.single-blog-wrap .post-single > .captions > .entry-thumbnail > .image-link-hover > .light-gallery-link,
.single-services-wrap .post-single > .captions > .entry-thumbnail > .image-link-hover > .light-gallery-link {
  display: none;
}
.single-blog-wrap .post-single > .captions > .entry-thumbnail:hover > .image-link-hover > .light-gallery-hover,
.single-services-wrap .post-single > .captions > .entry-thumbnail:hover > .image-link-hover > .light-gallery-hover {
  right: 0;
}
@media (max-width: 991px) {
  .single-blog-wrap .entry-meta-share .entry-post-meta,
  .single-services-wrap .entry-meta-share .entry-post-meta {
    width: 100%;
    text-align: center;
  }
  .single-blog-wrap .entry-meta-share .social-share,
  .single-services-wrap .entry-meta-share .social-share {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .single-blog-wrap .comment-form .form-group + .insert-comment-form,
  .single-services-wrap .comment-form .form-group + .insert-comment-form {
    width: 100%;
    padding: 0;
  }
  .single-blog-wrap .comment-form .form-group,
  .single-services-wrap .comment-form .form-group {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 399px) {
  .single-blog-wrap .author-info .author-avatar,
  .single-services-wrap .author-info .author-avatar {
    float: none;
    margin: 0;
    margin-bottom: 20px;
  }
  .single-blog-wrap .author-info .author-avatar img,
  .single-services-wrap .author-info .author-avatar img {
    width: 100%;
    height: auto;
  }
  .single-blog-wrap .author-info .author-description,
  .single-services-wrap .author-info .author-description {
    overflow: inherit;
    padding: 0px 20px 25px 20px;
  }
}
/*Read more link*/
a.read-more-link {
  color: #000;
  font-style: italic;
  font-size: 14px;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  padding: 6px 0 8px 0;
}
a.read-more-link:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  background: #e3000f;
  left: -9px;
  right: -25px;
}
a.read-more-link:after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: -9px;
  background: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  right: 120%;
}
a.read-more-link:hover:after {
  right: -25px;
}
a.read-more-link:hover,
a.read-more-link:hover i {
  color: #e3000f;
}
a.read-more-link i {
  margin-left: 12px;
}
.page-links {
  float: left;
  width: 100%;
}
/**
 * 7.0 - Woccommerce
 * ----------------------------------------------------------------------------
 */
.site-content-archive-product {
  position: relative;
  margin-bottom: 90px;
  margin-top: 70px;
}
.site-content-archive-product .icon-filter {
  padding: 10px 12px;
  display: none;
  line-height: 1;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 4px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 4px;
  background-clip: padding-box;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.site-content-archive-product .icon-filter.float-hide {
  left: -100%;
}
.site-content-archive-product .container {
  padding-left: 0;
  padding-right: 0;
}
.site-content-archive-product .products .col-md-6:nth-child(2n+1),
.site-content-archive-product .products .col-md-4:nth-child(3n+1),
.site-content-archive-product .products .col-md-3:nth-child(4n+1),
.site-content-archive-product .products .g5plus-col-5:nth-child(5n+1) {
  clear: both;
}
.site-content-archive-product .slick.products .slick-track > div {
  clear: none !important;
}
#popup-product-quick-view-wrapper a.popup-close:before {
  content: "\f00d";
  font-family: "fontawesome";
}
.woocommerce .woocommerce-result-count {
  font-weight: 400;
  margin-bottom: 40px;
  padding-top: 4px;
}
.woocommerce .woocommerce-ordering {
  position: relative;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-checkout select {
  border: none;
  top: -5px;
  position: relative;
  right: 0;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.woocommerce .woocommerce-ordering:after,
.woocommerce-checkout:after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 0;
  line-height: 30px;
  padding: 0;
  color: #444;
  pointer-events: none;
}
.woocommerce .woocommerce-ordering:hover:after,
.woocommerce-checkout:hover:after {
  color: #e3000f;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-checkout select,
.woocommerce-shipping-calculator select,
.woocommerce-shipping-calculator input,
.woocommerce form input.input-text,
.variations_form.cart .variations select,
.woocommerce div.product form.cart .variations select {
  height: 50px;
}
.woocommerce-cart .entry-content p.return-to-shop {
  margin-bottom: 100px;
}
.woocommerce div.products.no-slick {
  clear: both;
}
.woocommerce div.products div.product,
.woocommerce-page div.products div.product {
  box-sizing: border-box;
  margin: 0;
  padding: 0 15px;
  margin-bottom: 40px;
}
.woocommerce ul.slick.products {
  margin: 0;
}
.woocommerce div.products div.product,
.woocommerce-page div.products div.product {
  /** title product **/
  /** rating **/
  /** price **/
  /** category **/
}
.woocommerce div.products div.product > div > div.thumbnail-wrap,
.woocommerce-page div.products div.product > div > div.thumbnail-wrap {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.woocommerce div.products div.product > div.s-padding.img-shadow > div.thumbnail-wrap > a,
.woocommerce-page div.products div.product > div.s-padding.img-shadow > div.thumbnail-wrap > a {
  padding: 2px;
  display: block;
}
.woocommerce div.products div.product > div.img-shadow > div.thumbnail-wrap img,
.woocommerce-page div.products div.product > div.img-shadow > div.thumbnail-wrap img {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
}
.woocommerce div.products div.product > div.img-border-round > div.thumbnail-wrap img,
.woocommerce-page div.products div.product > div.img-border-round > div.thumbnail-wrap img {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.woocommerce div.products div.product a > img,
.woocommerce-page div.products div.product a > img {
  margin-bottom: 0;
}
.woocommerce div.products div.product > div > div.thumbnail-wrap img,
.woocommerce-page div.products div.product > div > div.thumbnail-wrap img {
  width: 100%;
}
.woocommerce div.products div.product > div > div.thumbnail-wrap div.thumbnail-hover,
.woocommerce-page div.products div.product > div > div.thumbnail-wrap div.thumbnail-hover {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce div.products div.product > div > div.thumbnail-wrap:hover > div.thumbnail-hover,
.woocommerce-page div.products div.product > div > div.thumbnail-wrap:hover > div.thumbnail-hover,
.woocommerce div.products div.product > div > div.thumbnail-wrap div.thumbnail-hover.active,
.woocommerce-page div.products div.product > div > div.thumbnail-wrap div.thumbnail-hover.active {
  opacity: 1;
}
.woocommerce div.products div.product > div > div.thumbnail-wrap:hover > div.thumbnail-hover .product-action a,
.woocommerce-page div.products div.product > div > div.thumbnail-wrap:hover > div.thumbnail-hover .product-action a,
.woocommerce div.products div.product > div > div.thumbnail-wrap div.thumbnail-hover.active .product-action a,
.woocommerce-page div.products div.product > div > div.thumbnail-wrap div.thumbnail-hover.active .product-action a {
  opacity: 1;
  transform: translateY(0px);
}
.woocommerce div.products div.product > div.img-border-round > div.thumbnail-wrap > div.thumbnail-hover,
.woocommerce-page div.products div.product > div.img-border-round > div.thumbnail-wrap > div.thumbnail-hover {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.woocommerce div.products div.product div.thumbnail-hover .product-action,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: -webkit-flex;
  display: flex;
  width: auto;
  white-space: nowrap;
  text-align: center;
}
.woocommerce div.products div.product div.thumbnail-hover .product-action a,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action a {
  display: inline-block;
  padding: 13px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  line-height: 1;
  background-color: #FDFBFB;
  opacity: 0;
  cursor: pointer;
  font-weight: 400;
  margin: 0 2px;
}
.woocommerce div.products div.product div.thumbnail-hover .product-action a:hover,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action a:hover {
  background-color: #e3000f;
  color: #fff;
}
.woocommerce div.products div.product div.thumbnail-hover .product-action .compare,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action .compare {
  font-size: 0;
  transition: transform 0.4s;
  transform: translateY(15px);
}
.woocommerce div.products div.product div.thumbnail-hover .product-action .compare:after,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action .compare:after {
  content: "\f079";
  font-size: 14px;
  font-family: fontawesome;
}
.woocommerce div.products div.product div.thumbnail-hover .product-action .compare.added:after,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action .compare.added:after {
  margin-left: 0;
}
.woocommerce div.products div.product div.thumbnail-hover .product-action .product-quick-view,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action .product-quick-view {
  transition: transform 0.6s;
  transform: translateY(20px);
}
.woocommerce div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.woocommerce div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist i,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist i,
.woocommerce div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist .feedback,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist .feedback,
.woocommerce div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist + div.clear,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist + div.clear,
.woocommerce div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist img.ajax-loading,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist img.ajax-loading {
  display: none !important;
}
.woocommerce div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist a,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist a {
  transition: transform 0.8s;
  transform: translateY(30px);
  font-size: 0;
}
.woocommerce div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist a:before,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f08a';
  font-weight: 400;
  font-size: 14px;
}
.woocommerce div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: '\f004';
}
.woocommerce div.products div.product div.thumbnail-hover .product-action .woocommerce.compare-button,
.woocommerce-page div.products div.product div.thumbnail-hover .product-action .woocommerce.compare-button {
  display: inline-block;
}
.woocommerce div.products div.product .product-action .compare-button,
.woocommerce-page div.products div.product .product-action .compare-button {
  margin-bottom: 0;
  padding: 0;
}
.woocommerce div.products div.product .woocommerce-loop-product__title,
.woocommerce-page div.products div.product .woocommerce-loop-product__title,
.woocommerce div.products div.product h3,
.woocommerce-page div.products div.product h3 {
  font-size: 18px;
  line-height: 1.6;
  padding: 5px 45px 0px 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}
.woocommerce div.products div.product .title-wrap,
.woocommerce-page div.products div.product .title-wrap {
  position: relative;
}
.woocommerce div.products div.product .title-wrap > a:hover h3,
.woocommerce-page div.products div.product .title-wrap > a:hover h3 {
  color: #e3000f;
}
.woocommerce div.products div.product .title-wrap .add-to-cart-wrap,
.woocommerce-page div.products div.product .title-wrap .add-to-cart-wrap {
  position: absolute;
  right: 0;
  top: 10px;
  width: 40px;
  height: 40px;
}
.woocommerce div.products div.product .title-wrap > a.button,
.woocommerce-page div.products div.product .title-wrap > a.button {
  position: absolute;
  right: 0;
  top: 10px;
}
.woocommerce div.products div.product .title-wrap a.button,
.woocommerce-page div.products div.product .title-wrap a.button,
.woocommerce div.products div.product .title-wrap a.added_to_cart.wc-forward,
.woocommerce-page div.products div.product .title-wrap a.added_to_cart.wc-forward {
  margin-top: 0;
  font-size: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  color: #333;
  background-color: #FDFBFB;
  border: solid 1px #F3F3F3;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce div.products div.product .title-wrap a.button:before,
.woocommerce-page div.products div.product .title-wrap a.button:before,
.woocommerce div.products div.product .title-wrap a.added_to_cart.wc-forward:before,
.woocommerce-page div.products div.product .title-wrap a.added_to_cart.wc-forward:before {
  font-size: 17px;
  font-family: FontAwesome;
  content: "\f217";
  line-height: 40px;
  display: block;
}
.woocommerce div.products div.product .title-wrap a.button.loading,
.woocommerce-page div.products div.product .title-wrap a.button.loading,
.woocommerce div.products div.product .title-wrap a.added_to_cart.wc-forward.loading,
.woocommerce-page div.products div.product .title-wrap a.added_to_cart.wc-forward.loading {
  padding: inherit;
  opacity: 1;
}
.woocommerce div.products div.product .title-wrap a.button.loading:after,
.woocommerce-page div.products div.product .title-wrap a.button.loading:after,
.woocommerce div.products div.product .title-wrap a.added_to_cart.wc-forward.loading:after,
.woocommerce-page div.products div.product .title-wrap a.added_to_cart.wc-forward.loading:after {
  display: none !important;
}
.woocommerce div.products div.product .title-wrap a.button.loading:before,
.woocommerce-page div.products div.product .title-wrap a.button.loading:before,
.woocommerce div.products div.product .title-wrap a.added_to_cart.wc-forward.loading:before,
.woocommerce-page div.products div.product .title-wrap a.added_to_cart.wc-forward.loading:before {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  content: "\f110" !important;
}
.woocommerce div.products div.product .title-wrap a.button:hover,
.woocommerce-page div.products div.product .title-wrap a.button:hover,
.woocommerce div.products div.product .title-wrap a.added_to_cart.wc-forward:hover,
.woocommerce-page div.products div.product .title-wrap a.added_to_cart.wc-forward:hover {
  background-color: #e3000f;
  border-color: #e3000f;
  color: #fff;
}
.woocommerce div.products div.product .star-rating,
.woocommerce-page div.products div.product .star-rating {
  margin-bottom: 0;
  margin-top: 10px;
}
.woocommerce div.products div.product .price,
.woocommerce-page div.products div.product .price {
  line-height: 1;
  font-size: 14px;
  margin-top: 18px;
  font-weight: 400;
  display: inline-block;
}
.woocommerce div.products div.product .price del,
.woocommerce-page div.products div.product .price del {
  color: #A9A9A9;
  font-weight: 400;
}
.woocommerce div.products div.product .price ins,
.woocommerce-page div.products div.product .price ins,
.woocommerce div.products div.product .price > .amount,
.woocommerce-page div.products div.product .price > .amount {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
.woocommerce div.products div.product .price del,
.woocommerce-page div.products div.product .price del,
.woocommerce div.products div.product .price ins,
.woocommerce-page div.products div.product .price ins {
  display: inline-block;
}
.woocommerce div.products div.product .price del.active,
.woocommerce-page div.products div.product .price del.active {
  text-decoration: none;
  opacity: 1;
}
.woocommerce div.products div.product .price del.active span,
.woocommerce-page div.products div.product .price del.active span {
  color: #333;
  font-size: 18px;
}
.woocommerce div.products div.product .price ins.deactive,
.woocommerce-page div.products div.product .price ins.deactive {
  display: none;
}
.woocommerce div.products div.product .posted_in,
.woocommerce-page div.products div.product .posted_in {
  display: block;
  line-height: 1.4;
  font-size: 14px;
  margin-top: 5px;
  font-family: 'Arial, Helvetica, sans-serif';
}
.woocommerce div.products div.product .posted_in a,
.woocommerce-page div.products div.product .posted_in a {
  font-style: italic;
}
/** sale flash **/
.modal-dialog .single-product-info .single-product-image-wrap span.onsale,
.woocommerce .single-product-wrap .product span.onsale,
.woocommerce div.products div.product span.onsale,
.woocommerce-page div.products div.product span.onsale,
.modal-dialog .single-product-info .single-product-image-wrap span.feature,
.woocommerce .single-product-wrap .product span.feature,
.woocommerce div.products div.product span.feature,
.woocommerce-page div.products div.product span.feature {
  display: inline-block;
  width: 161px;
  border-radius: 0;
  transform: rotate(45deg);
  position: absolute;
  right: -39px;
  margin: 0;
  top: 18px;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  height: 40px;
  min-height: 40px;
  font-weight: bold;
  padding: 0;
  background-color: #e3000f;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.modal-dialog .single-product-info .single-product-image-wrap span.out-of-stock,
.woocommerce .single-product-wrap .product span.out-of-stock,
.woocommerce div.products div.product span.out-of-stock,
.woocommerce-page div.products div.product span.out-of-stock {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #e3000f;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1;
  padding: 12px 5px 5px 5px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.modal-dialog .single-product-info .single-product-image-wrap .multiple-flash span.feature,
.woocommerce .single-product-wrap .product .multiple-flash span.feature,
.woocommerce div.products div.product .multiple-flash span.feature,
.woocommerce-page div.products div.product .multiple-flash span.feature,
.modal-dialog .single-product-info .single-product-image-wrap .multiple-flash span.onsale,
.woocommerce .single-product-wrap .product .multiple-flash span.onsale,
.woocommerce div.products div.product .multiple-flash span.onsale,
.woocommerce-page div.products div.product .multiple-flash span.onsale {
  position: absolute;
  transform: rotate(0);
  height: 35px;
  min-height: 35px;
  line-height: 35px;
  width: 70px;
  right: 0;
  top: 10px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 4px;
  background-clip: padding-box;
}
.modal-dialog .single-product-info .single-product-image-wrap .multiple-flash.onsale-flash .feature,
.woocommerce .single-product-wrap .product .multiple-flash.onsale-flash .feature,
.woocommerce div.products div.product .multiple-flash.onsale-flash .feature,
.woocommerce-page div.products div.product .multiple-flash.onsale-flash .feature {
  top: 52px;
}
/** sale countdown **/
.sale-countdown {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
.sale-countdown .canvas {
  display: inline-block;
  width: 35px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
}
.sale-countdown .canvas span.title {
  display: none;
}
.single-thumbnail-wrap .sale-countdown {
  bottom: 60px;
}
.single-thumbnail-wrap .sale-countdown .canvas {
  width: 60px;
  height: 60px;
  padding-top: 10px;
  margin-right: 2px;
  margin-left: 2px;
}
.single-thumbnail-wrap .sale-countdown .canvas span {
  display: block;
  line-height: 1.4;
}
.single-thumbnail-wrap .sale-countdown .canvas span.times {
  font-size: 18px;
}
.single-thumbnail-wrap .sale-countdown .canvas span.title {
  font-size: 14px;
}
/** wishlist popup message **/
#yith-wcwl-popup-message {
  background-color: #e3000f;
  line-height: 10px;
  color: #fff;
  border: none;
  right: 4px;
  left: auto;
  display: inline-block;
  border-radius: 3px;
  top: 110px;
  z-index: 9999999;
}
/** toolip **/
.tooltip.top {
  min-width: 100px;
  width: auto;
  white-space: nowrap;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #e3000f;
}
.tooltip-inner {
  background-color: #e3000f;
}
/** cart page **/
.woocommerce .quantity .qty {
  padding-left: 5px;
  padding-right: 0;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
  width: 5em;
  line-height: 3.45;
}
.woocommerce-cart .woocommerce table.shop_table {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.woocommerce-cart .woocommerce table.shop_table th {
  padding: 25px 30px;
  background-color: #fdfcfc;
  color: #222;
}
.woocommerce-cart th.product-quantity,
.woocommerce-cart td.product-quantity,
.woocommerce-cart th.product-price,
.woocommerce-cart td.product-price,
.woocommerce-cart th.product-subtotal,
.woocommerce-cart td.product-subtotal,
.woocommerce-cart th.product-remove,
.woocommerce-cart td.product-remove {
  text-align: center;
}
.woocommerce-cart th.product-quantity,
.woocommerce-cart th.product-remove {
  width: 150px;
}
.woocommerce-cart th.product-price,
.woocommerce-cart th.product-subtotal {
  width: 200px;
}
.woocommerce-cart td.product-remove a.remove {
  display: inline-block;
  color: #e3000f !important;
}
.woocommerce-cart td.product-remove a.remove:hover {
  background-color: #e3000f;
  color: #fff !important;
}
.woocommerce-cart .woocommerce table.shop_table .product-name {
  padding: 25px 30px;
}
.woocommerce-cart .woocommerce table.shop_table.cart img {
  width: 70px;
  padding-right: 20px;
}
.woocommerce-cart .woocommerce table.shop_table .product-subtotal .amount {
  color: #e3000f;
}
.woocommerce-cart .woocommerce table.shop_table td {
  font-size: 16px;
}
.woocommerce-cart .actions .coupon,
.woocommerce-cart .actions .button-groups {
  display: inline-block;
}
.woocommerce-cart .actions .button-groups {
  float: right;
}
.woocommerce-cart .actions label {
  display: none;
}
.woocommerce-cart .actions input[name="coupon_code"] {
  width: 230px;
  border-radius: 4px;
  line-height: 30px;
  font-size: 14px;
}
.woocommerce-cart .actions input.button {
  border-bottom: none;
  background-color: #fdfcfc;
  color: #444;
  border: solid 1px #f3f3f3;
}
.woocommerce-cart .actions input.button:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.woocommerce-cart .actions input.button[name="apply_coupon"] {
  margin-left: 20px;
}
.woocommerce-cart .actions a.checkout-button {
  background-color: #e3000f;
  padding: 18px 20px;
  line-height: 1;
  margin-left: 20px;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-cart .actions a.checkout-button:hover {
  background-color: #444;
}
.woocommerce-cart .bt-coupon,
.woocommerce-cart .bt-update {
  border: solid 1px #f3f3f3;
  font-size: 14px;
  font-weight: 700;
}
.woocommerce-cart .bt-coupon:hover,
.woocommerce-cart .bt-update:hover {
  border-color: #444;
}
.woocommerce-cart .bt-coupon {
  margin-left: 20px;
}
.woocommerce .cart-collaterals {
  margin-top: 110px;
  margin-bottom: 90px;
}
.woocommerce .cart-collaterals .cart_totals {
  float: left;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 40px !important;
  text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals table {
  border-radius: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr th,
.woocommerce .cart-collaterals .cart_totals table tr td {
  padding: 20px;
  line-height: 1;
  font-weight: 400;
  font-size: 14px;
}
.woocommerce .cart-collaterals .cart_totals table tr th {
  border-right: solid 1px #eee;
}
.woocommerce .cart-collaterals .cart_totals span.amount {
  font-weight: 400;
}
.woocommerce .cart-collaterals .shipping-caculator-wrap h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator > p {
  display: none;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator > section.shipping-calculator-form {
  display: block !important;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator > section.shipping-calculator-form p {
  padding: 0;
  margin-bottom: 0;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator > section.shipping-calculator-form p.form-row {
  margin-bottom: 30px;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator button,
.woocommerce input.button.alt {
  background-color: #e3000f;
  padding: 18px 20px;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: none;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .cart-collaterals .woocommerce-shipping-calculator button:hover,
.woocommerce input.button.alt:hover {
  background-color: #444;
}
.woocommerce a.button.wc-backward {
  background-color: #e3000f;
  padding: 18px 20px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce a.button.wc-backward:hover {
  background-color: #444;
}
.woocommerce form .form-row .input-checkbox {
  position: relative;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 3.5em !important;
  margin: 0 0 2em !important;
}
/** Checkout **/
.woocommerce-checkout .woocommerce table.shop_table {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.woocommerce-checkout .woocommerce table.shop_table thead th {
  padding: 25px 30px;
  background-color: #fdfcfc;
  color: #222;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot th {
  background-color: transparent;
}
.woocommerce-checkout .woocommerce table.shop_table td,
.woocommerce-checkout .woocommerce table.shop_table th {
  padding: 20px;
}
.woocommerce-checkout textarea {
  padding: 15px;
}
.woocommerce-checkout h3#ship-to-different-address {
  margin-top: 0;
}
.woocommerce-checkout .woocommerce-billing-fields .form-row,
.woocommerce-checkout .shipping_address .form-row {
  margin-bottom: 13px;
}
.woocommerce-checkout h3#ship-to-different-address input {
  position: relative;
}
.woocommerce-checkout h3#ship-to-different-address {
  margin-bottom: 0;
}
.woocommerce-checkout #order_review_heading {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  margin-top: 85px;
}
.woocommerce-checkout .woocommerce-checkout-review-order h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce .shop_table th.product-quantity {
  width: 100px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce .shop_table th.product-subtotal {
  width: 150px;
}
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce .shop_table th.product-subtotal,
.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce .shop_table th.product-quantity {
  padding: 25px 10px;
}
.woocommerce-checkout > .woocommerce-checkout-review-order > .woocommerce,
.woocommerce-checkout > .woocommerce-checkout-review-order > .woocommerce-checkout-payment {
  width: 50%;
  float: left;
}
.woocommerce-checkout > .woocommerce-checkout-review-order > .woocommerce {
  padding-right: 30px;
}
.woocommerce-checkout > .woocommerce-checkout-review-order > #payment {
  background-color: transparent;
}
.woocommerce-checkout > .woocommerce-checkout-review-order > #payment > div {
  padding-left: 30px;
}
.woocommerce-checkout .cart-collaterals {
  margin-top: 0;
  margin-bottom: 0;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #E6E6E6;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #797979;
  line-height: 50px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.woocommerce-account .woocommerce label,
.woocommerce-checkout-payment-method label,
.woocommerce-billing-fields label,
.form-row label {
  font-size: 14px;
  color: #222;
  font-weight: 400;
  margin-bottom: 13px;
}
.woocommerce .wishlist-title h2,
.woocommerce-account .form-login-title h4,
.woocommerce-billing-fields h3,
h3#ship-to-different-address label,
.woocommerce-account .woocommerce h2,
.woocommerce-account .woocommerce h3 {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.woocommerce .wishlist-title h2:after,
.woocommerce-account .form-login-title h4:after,
.woocommerce-billing-fields h3:after,
h3#ship-to-different-address label:after,
.woocommerce-account .woocommerce h2:after,
.woocommerce-account .woocommerce h3:after {
  content: "";
  border-bottom: solid 1px #ccc;
  position: absolute;
  width: 90px;
  left: 0;
  bottom: 0;
}
.woocommerce .wishlist-title h2 {
  padding-left: 0;
}
.woocommerce-account .woocommerce a.select2-choice,
.woocommerce-checkout .country_select a {
  padding: 10px;
}
/** my account **/
.my-account .wpb_wrapper {
  text-align: center;
}
.my-account .wpb_wrapper .woocommerce {
  max-width: 500px;
  width: 500px;
  display: inline-block;
}
.my-account .wpb_wrapper form.login .form-row {
  text-align: center;
}
.my-account .wpb_wrapper .woocommerce .form-login-title h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.logged-in .my-account .wpb_wrapper {
  text-align: left;
}
.logged-in .my-account .wpb_wrapper .woocommerce {
  max-width: 100%;
  width: 100%;
}
.my-account form.login .form-row .button,
.woocommerce input[name="save_address"] {
  background-color: #444444;
  color: #ffffff;
  padding: 15px 40px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.my-account form.login .form-row .button:hover,
.woocommerce input[name="save_address"]:hover {
  background-color: #e3000f;
  color: #fff;
}
.woocommerce input[name="save_address"] {
  margin-top: 20px;
}
.woocommerce-account .woocommerce {
  margin-bottom: 90px;
}
.woocommerce-account .woocommerce h2 {
  font-size: 30px;
  font-weight: 400;
  position: relative;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.woocommerce-account .woocommerce h2:after {
  content: "";
  border-bottom: solid 1px #ccc;
  position: absolute;
  width: 90px;
  left: 0;
  bottom: 0;
}
.woocommerce-account .woocommerce #billing_address_2_field,
.woocommerce-account .woocommerce #shipping_address_2_field {
  margin-top: 20px;
}
.woocommerce-account .woocommerce input[type="submit"] {
  border-bottom: none;
}
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
  margin-top: 0;
}
.woocommerce form.login .form-row,
.woocommerce form.register .form-row {
  margin-bottom: 30px;
}
.woocommerce form.login .form-row span,
.woocommerce form.register .form-row span {
  position: relative;
  display: inline-block;
  width: 100%;
}
.woocommerce form.login .form-row span i,
.woocommerce form.register .form-row span i {
  position: absolute;
  right: 15px;
  top: 16px;
}
.woocommerce form.login .lost_password a,
.woocommerce form.register .lost_password a {
  float: right;
  font-family: inherit;
}
.woocommerce form.login .form-row .register-notice,
.woocommerce form.register .form-row .register-notice {
  width: auto;
  padding-top: 10px;
  float: right;
}
.woocommerce form.login label._checkbox,
.woocommerce form.register label._checkbox {
  font-family: inherit;
}
.woocommerce-password-strength.short {
  background-color: transparent;
  color: #AA0000;
}
.woocommerce-checkout .checkout .create-account small.woocommerce-password-hint,
.woocommerce-password-hint {
  font-size: 14px;
}
.woocommerce-account .form-login-title h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
/** Single page **/
.woocommerce div.product form.cart div.quantity,
.product-quantity div.quantity {
  margin: 0;
}
.woocommerce div.product form.cart div.quantity .quantity-inner,
.product-quantity div.quantity .quantity-inner {
  width: 74px;
  margin-left: auto;
  margin-right: 10px;
  padding-right: 25px;
  position: relative;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .qty,
.product-quantity div.quantity .quantity-inner .qty {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-bottom: 0;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number,
.product-quantity div.quantity .quantity-inner .btn-number {
  position: absolute;
  width: 25px;
  border: 1px solid #f2f2f2;
  border-left: 0;
  padding: 0;
  right: 0;
  background-color: transparent;
  display: block;
  font-size: 14px;
  color: #8a8a8a;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number:hover,
.product-quantity div.quantity .quantity-inner .btn-number:hover {
  background-color: #eee;
  color: #ababab;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="minus"],
.product-quantity div.quantity .quantity-inner .btn-number[data-type="minus"] {
  height: 24px;
  line-height: 23px;
  border-top: 0;
  bottom: 0;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="plus"],
.product-quantity div.quantity .quantity-inner .btn-number[data-type="plus"] {
  height: 26px;
  line-height: 24px;
  top: 0;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.woocommerce div.product .product_title {
  font-size: 24px;
  margin-bottom: 10px;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating,
.woocommerce p.stars a:before,
.woocommerce p.stars a {
  color: #e3000f;
}
.woocommerce div.product .woocommerce-product-rating {
  font-size: 14px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: solid 1px #eee;
}
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
  color: #222;
}
.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #e3000f;
}
.modal-dialog .single-product-info .summary-product p.price,
.modal-dialog .single-product-info .summary-product span.price,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price {
  font-size: 36px;
}
.modal-dialog .single-product-info .summary-product p.price ins,
.modal-dialog .single-product-info .summary-product span.price ins,
.woocommerce div.product .summary p.price ins,
.woocommerce div.product .summary span.price ins {
  text-decoration: none;
  color: #222;
  font-weight: 400;
}
.modal-dialog .single-product-info .summary-product p.price del,
.modal-dialog .single-product-info .summary-product span.price del,
.woocommerce div.product .summary p.price del,
.woocommerce div.product .summary span.price del {
  font-size: 26px;
  color: #A9A9A9;
}
.modal-dialog .product-type-variable .summary-product div[itemprop="offers"] p.price,
.modal-dialog .product-type-variable .summary-product div[itemprop="offers"] span.price {
  font-size: 20px;
  line-height: 1;
}
.modal-dialog .product-type-variable .summary-product div[itemprop="offers"] p.price del,
.modal-dialog .product-type-variable .summary-product div[itemprop="offers"] span.price del {
  font-size: 14px;
}
.woocommerce .summary p.cart a.button,
.woocommerce div.product form.cart .single_add_to_cart_button,
.woocommerce #respond input#submit {
  padding: 18px 30px;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Montserrat';
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 6px;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
}
.woocommerce .summary p.cart a.button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:hover,
.woocommerce #respond input#submit:hover {
  background-color: #444;
  color: #fff;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 15px;
}
.single-product-wrap .summary .yith-wcwl-add-to-wishlist {
  display: inline-block;
}
.single-product-wrap .summary .yith-wcwl-add-to-wishlist i {
  padding-right: 5px;
  font-size: 14px;
  margin-right: 0;
}
.single-product-wrap .summary .yith-wcwl-add-to-wishlist .feedback {
  font-size: 0;
}
.single-product-wrap .summary a.compare.button {
  background-color: transparent;
  font-weight: 400;
  color: #aaa;
  padding-top: 0;
}
.single-product-wrap .summary a.compare.button:hover {
  color: #e3000f;
}
.single-product-wrap .summary a.compare.button:before {
  content: "\f079";
  font-size: 14px;
  font-family: fontawesome;
  padding-right: 5px;
}
.woocommerce .single-product-wrap #content div.product .single-thumbnail-wrap,
.woocommerce .single-product-wrap div.product .single-thumbnail-wrap,
.woocommerce-page #content div.product .single-thumbnail-wrap,
.woocommerce-page div.product .single-thumbnail-wrap {
  width: 48%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.woocommerce .single-product-wrap #content div.product .single-thumbnail-wrap div.images,
.woocommerce .single-product-wrap div.product .single-thumbnail-wrap div.images,
.woocommerce-page #content div.product .single-thumbnail-wrap div.images,
.woocommerce-page div.product .single-thumbnail-wrap div.images {
  width: 100%;
  float: none;
}
.woocommerce .single-product-wrap #content div.product span.onsale,
.woocommerce .single-product-wrap div.product span.onsale,
.woocommerce-page #content div.product span.onsale,
.woocommerce-page div.product span.onsale,
.woocommerce .single-product-wrap #content div.product span.feature,
.woocommerce .single-product-wrap div.product span.feature,
.woocommerce-page #content div.product span.feature,
.woocommerce-page div.product span.feature,
.woocommerce .single-product-wrap #content div.product span.new,
.woocommerce .single-product-wrap div.product span.new,
.woocommerce-page #content div.product span.new,
.woocommerce-page div.product span.new {
  left: auto;
  z-index: 2;
}
.woocommerce div.product div.summary {
  margin-bottom: 90px;
}
.woocommerce div.product div.summary .product_meta {
  margin-top: 10px;
}
.woocommerce div.product div.summary .product_meta > span {
  padding-right: 10px;
}
.single-product-wrap .social-share {
  margin-top: 0;
  padding: 14px 0px;
  width: 100%;
  margin-bottom: 40px;
  border-bottom: solid 1px #eee;
}
.single-product-wrap .social-share label {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
}
.single-product-wrap .social-share a,
.single-product-wrap .social-share i {
  width: auto;
  height: auto;
}
.single-product-wrap .social-share a:hover,
.single-product-wrap .social-share i:hover {
  color: #e3000f;
}
.single-product-wrap .social-share a {
  background-color: transparent;
  border: none;
  padding: 0 5px;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit {
  background-color: #e3000f;
}
.single-product-wrap .product-type-variable .social-share-wrap {
  margin-bottom: 4px;
  border-bottom: none;
}
.woocommerce .single-product-wrap #content div.product div.thumbnails {
  margin-left: -5px;
  margin-right: -5px;
}
.woocommerce .single-product-wrap #content div.product div.thumbnails a {
  margin-right: 0px;
  width: 25%;
  padding-left: 5px;
  padding-right: 5px;
}
.woocommerce .single-product-wrap #content div.product div.thumbnails a.first {
  clear: none;
}
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
  margin-top: 90px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
  padding-left: 0;
  margin-bottom: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border-right: none;
  float: left;
  background-color: transparent;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:last-child,
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:last-child,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:last-child {
  border-right: solid 1px #d3ced2;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
  content: "";
  width: 0;
  border: none;
  display: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #e3000f;
  background-color: transparent;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  padding: 20px 100px;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content.wc-tab,
.woocommerce div.product .woocommerce-tabs .entry-content.wc-tab,
.woocommerce-page #content div.product .woocommerce-tabs .entry-content.wc-tab,
.woocommerce-page div.product .woocommerce-tabs .entry-content.wc-tab {
  border: solid 1px #ccc;
  border-top: none;
  padding: 35px 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments h2,
.woocommerce div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments h2,
.woocommerce-page #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments h2,
.woocommerce-page div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments h2 {
  font-size: 18px;
  font-weight: 400;
  color: #444;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 35px;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li img.avatar,
.woocommerce div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li img.avatar {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border: none;
  padding: 0;
  background-color: transparent;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text,
.woocommerce div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 110px;
  border: none;
  padding-top: 0;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text p.meta {
  font-family: 'Arial, Helvetica, sans-serif';
}
.woocommerce #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text p.meta > strong[itemprop="author"],
.woocommerce div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text p.meta > strong[itemprop="author"],
.woocommerce-page #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text p.meta > strong[itemprop="author"],
.woocommerce-page div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text p.meta > strong[itemprop="author"] {
  font-size: 14px;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment_container,
.woocommerce div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment_container,
.woocommerce-page #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment_container,
.woocommerce-page div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment_container {
  border-bottom: solid 1px #eee;
  min-height: 120px;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews h3.comment-reply-title,
.woocommerce div.product .woocommerce-tabs .entry-content.wc-tab #reviews h3.comment-reply-title,
.woocommerce-page #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews h3.comment-reply-title,
.woocommerce-page div.product .woocommerce-tabs .entry-content.wc-tab #reviews h3.comment-reply-title {
  font-size: 18px;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews p.comment-form-rating p.stars,
.woocommerce div.product .woocommerce-tabs .entry-content.wc-tab #reviews p.comment-form-rating p.stars,
.woocommerce-page #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews p.comment-form-rating p.stars,
.woocommerce-page div.product .woocommerce-tabs .entry-content.wc-tab #reviews p.comment-form-rating p.stars {
  padding-left: 0;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews .comment-form label,
.woocommerce div.product .woocommerce-tabs .entry-content.wc-tab #reviews .comment-form label,
.woocommerce-page #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews .comment-form label,
.woocommerce-page div.product .woocommerce-tabs .entry-content.wc-tab #reviews .comment-form label {
  font-family: 'Arial, Helvetica, sans-serif';
  font-weight: 400;
  color: #222;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews textarea,
.woocommerce div.product .woocommerce-tabs .entry-content.wc-tab #reviews textarea,
.woocommerce-page #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews textarea,
.woocommerce-page div.product .woocommerce-tabs .entry-content.wc-tab #reviews textarea {
  padding: 15px 20px;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews .comment-respond,
.woocommerce div.product .woocommerce-tabs .entry-content.wc-tab #reviews .comment-respond,
.woocommerce-page #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews .comment-respond,
.woocommerce-page div.product .woocommerce-tabs .entry-content.wc-tab #reviews .comment-respond {
  width: 100%;
}
.woocommerce #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews textarea#comment,
.woocommerce div.product .woocommerce-tabs .entry-content.wc-tab #reviews textarea#comment,
.woocommerce-page #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews textarea#comment,
.woocommerce-page div.product .woocommerce-tabs .entry-content.wc-tab #reviews textarea#comment {
  min-height: 100px;
  line-height: 1.6;
}
.upsells.products,
.woocommerce .related.products {
  margin-top: 85px;
}
.upsells.products > h2,
.woocommerce .related.products > h2 {
  font-size: 30px;
  position: relative;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.upsells.products > h2:after,
.woocommerce .related.products > h2:after {
  content: "";
  border-bottom: solid 1px #ccc;
  position: absolute;
  width: 90px;
  left: 0;
  bottom: 0;
}
.variations_form.cart .variations {
  width: 100%;
  display: inline-block;
}
.variations_form.cart .variations .variations-section {
  width: 35%;
  float: left;
  padding-right: 10px;
}
.variations_form.cart .variations .reset_variations {
  display: none !important;
}
.variations_form.cart .variations .label {
  font-size: 18px;
  color: #222;
  font-weight: 400;
  padding: 0;
}
.variations_form.cart .variations select {
  padding-left: 5px;
  padding-right: 10px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  width: 100%;
}
.woocommerce div.product form.variations_form.cart {
  margin-bottom: 10px;
}
.variations_form.cart .single_variation_wrap {
  line-height: 1;
  margin-top: 10px;
}
.variations_form.cart .single_variation_wrap .single_variation,
.variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: inline-block !important;
}
.variations_form.cart .single_variation_wrap .single_variation {
  line-height: 1;
  vertical-align: top;
  padding-top: 7px;
}
.variations_form.cart .single_variation_wrap .woocommerce-variation-price {
  padding-right: 20px;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td.price,
.woocommerce div.product form.cart .group_table td.label a {
  font-size: 20px;
  font-weight: 400;
  color: #222;
}
.woocommerce div.product form.cart .group_table td.price del {
  font-size: 18px;
  color: #aaa;
}
.woocommerce div.product form.cart .group_table td.label a {
  max-width: 300px;
  padding-top: 5px;
}
.woocommerce div.product form.cart .group_table td.label a:hover {
  color: #e3000f;
}
p.out-of-stock {
  font-family: 'Arial, Helvetica, sans-serif';
  text-transform: uppercase;
  font-size: 26px;
}
/** Related product **/
.related.products {
  position: relative;
}
.related.products .yith-wcwl-wishlistexistsbrowse a {
  font-size: 0;
}
.related.products .yith-wcwl-wishlistexistsbrowse a i {
  font-size: 14px;
}
.related.products .slick-arrow {
  top: -90px;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  background-color: transparent;
  border: solid 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.related.products .slick-arrow.slick-prev {
  right: 65px;
  left: auto;
}
.related.products .slick-arrow i {
  color: inherit;
}
.related.products .slick-arrow:hover {
  background-color: #e3000f;
  border-color: #e3000f;
}
.related.products .slick-arrow:hover i {
  color: #fff;
}
/** product widget **/
.woocommerce ul.product_list_widget li {
  margin-top: 0;
  margin-bottom: 30px;
}
.woocommerce ul.product_list_widget .product-thumb {
  width: 80px;
  height: 80px;
  display: inline-block;
  float: left;
}
.woocommerce ul.product_list_widget .product-thumb img {
  width: 100%;
}
.woocommerce ul.product_list_widget .product-info {
  padding-left: 100px;
  position: relative;
  top: -6px;
}
.woocommerce ul.product_list_widget .product-info span.cat,
.woocommerce ul.product_list_widget .product-info span.title {
  display: block;
}
.woocommerce ul.product_list_widget .product-info span.cat a {
  display: inline-block;
  font-family: 'Arial, Helvetica, sans-serif';
  font-style: italic;
  font-weight: 400;
}
.woocommerce ul.product_list_widget .product-title,
.woocommerce ul.product_list_widget span.price ins .amount {
  font-weight: 400;
  color: #222;
}
.woocommerce ul.product_list_widget .product-title:hover {
  color: #e3000f;
}
@media (max-width: 991px) {
  .site-content-archive-product .icon-filter {
    display: block;
  }
  .site-content-archive-product .woocommerce-sidebar {
    transform: translateX(-100%);
    left: 0;
    display: block !important;
    background-color: #fff;
    z-index: 99999;
    position: fixed;
    top: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    padding: 10px 30px 20px 30px;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  .site-content-archive-product .woocommerce-sidebar a.sidebar-float-close {
    position: absolute;
    right: 15px;
    top: 5px;
    cursor: pointer;
  }
  .site-content-archive-product .woocommerce-sidebar.has-admin-bar {
    top: 50px;
  }
  .site-content-archive-product .woocommerce-sidebar.float-show {
    transform: translateX(0px);
  }
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail {
  width: 5px;
}
/** Quickview **/
.modal-dialog .woocommerce .single-product-image div.images {
  width: 100% !important;
  opacity: 0;
}
.modal-dialog .woocommerce .single-product-image div.images.slick-initialized {
  opacity: 1;
}
.modal-dialog .single-product-info .single-product-image {
  overflow: hidden;
  position: relative;
  max-height: 515px;
}
.modal-dialog .woocommerce div.product .single-thumbnail-wrap {
  width: 100%;
}
/** Wishlist **/
.woocommerce table.wishlist_table {
  border-color: #eee;
  margin-bottom: 50px;
}
.woocommerce table.wishlist_table > thead > tr > th {
  background-color: #fdfcfc;
  color: #222;
  padding: 20px 30px;
  text-align: center;
  border: none;
  font-size: 14px;
}
.woocommerce table.wishlist_table > thead > tr > th.product-name {
  text-align: left;
}
.woocommerce table.wishlist_table > thead > tr > th.product-price,
.woocommerce table.wishlist_table > thead > tr > th.product-add-to-cart {
  width: 200px;
}
.woocommerce table.wishlist_table > thead > tr > th.product-stock-stauts {
  width: 250px;
}
.woocommerce table.wishlist_table > tbody > tr > td.product-name {
  padding-left: 30px;
}
.woocommerce table.wishlist_table > tbody > tr > td.product-name img {
  width: 70px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  padding-right: 10px;
}
.woocommerce table.wishlist_table tbody td {
  font-size: 14px;
}
.woocommerce table.wishlist_table a.remove_from_wishlist {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  display: inline-block;
  line-height: 32px;
  font-size: 16px;
}
.woocommerce table.wishlist_table span.add-to-cart-wrap {
  display: inline-block;
}
.yith-wcwl-share ul {
  padding: 0 !important;
}
/** paging **/
.woocommerce nav.woocommerce-pagination {
  margin-top: 45px;
  text-align: center;
  position: relative;
  height: 50px;
}
.woocommerce nav.woocommerce-pagination > ul {
  padding: 0;
  margin: 0;
  line-height: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.woocommerce nav.woocommerce-pagination > ul > li {
  border: none;
}
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers {
  background-color: #fdfcfc;
}
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers {
  font-size: 14px;
  color: #aaa;
  font-family: 'Arial, Helvetica, sans-serif';
  text-transform: uppercase;
  border: none;
  line-height: 1;
  margin: 0px 5px;
  padding: 15px 20px;
  border: solid 1px #e0e0e0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers:hover,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers:hover,
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers:focus,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers:focus,
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers.current,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers.current {
  background-color: #e3000f;
  border-color: #e3000f;
  color: #fff;
  text-decoration: none;
}
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers.prev,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers.prev,
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers.next,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers.next {
  position: absolute;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  padding: 15px 40px;
  line-height: 1;
}
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers.prev span,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers.prev span,
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers.next span,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers.next span,
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers.prev i,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers.prev i,
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers.next i,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers.next i {
  vertical-align: middle;
}
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers.prev i,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers.prev i,
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers.next i,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers.next i {
  font-size: 24px;
  margin-top: -2px;
  color: #e3000f;
}
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers.prev:hover,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers.prev:hover,
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers.next:hover,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers.next:hover {
  background-color: #e3000f;
  color: #fff;
  text-decoration: none;
  border-color: #e3000f;
}
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers.prev,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers.prev {
  left: 0;
}
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers.prev i,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers.prev i {
  margin-right: 10px;
}
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers.next,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers.next {
  right: 0;
}
.woocommerce nav.woocommerce-pagination > ul > li > a.page-numbers.next i,
.woocommerce nav.woocommerce-pagination > ul > li > span.page-numbers.next i {
  margin-left: 10px;
}
@media (min-width: 992px) {
  .g5plus-col-5 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 768px) {
  .woocommerce .single-product-wrap #content div.product .single-thumbnail-wrap,
  .woocommerce .single-product-wrap div.product .single-thumbnail-wrap,
  .woocommerce-page #content div.product .single-thumbnail-wrap,
  .woocommerce-page div.product .single-thumbnail-wrap {
    margin-bottom: 0;
  }
  .woocommerce .single-product-wrap div.thumbnails {
    display: none;
  }
  /** Cart page **/
  .woocommerce-cart .woocommerce table.shop_table,
  .woocommerce-checkout table.shop_table {
    border: none;
  }
  .woocommerce table.shop_table_responsive.cart tbody tr:first-child td:first-child,
  .woocommerce-page table.shop_table_responsive.cart tbody tr:first-child td:first-child,
  .woocommerce-checkout table.shop_table_responsive.cart tbody tr:first-child td:first-child {
    border-top: solid 1px #eee;
  }
  .woocommerce-checkout table.shop_table_responsive.cart tr,
  .woocommerce table.shop_table_responsive.cart tr,
  .woocommerce-page table.shop_table_responsive.cart tr {
    margin-bottom: 20px;
  }
  .woocommerce-checkout table.shop_table_responsive tr td:before,
  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before {
    font-weight: 400;
  }
  .woocommerce-checkout table.shop_table .product-name:before,
  .woocommerce-cart .woocommerce table.shop_table .product-name:before {
    line-height: 45px;
  }
  .woocommerce-checkout table.shop_table td,
  .woocommerce-checkout table.shop_table .product-name,
  .woocommerce-cart .woocommerce table.shop_table td,
  .woocommerce-cart .woocommerce table.shop_table .product-name {
    padding: 6px 12px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-top: solid 1px #eee;
    font-size: 14px;
  }
  .woocommerce-checkout table.shop_table tbody:first-child tr td,
  .woocommerce table.shop_table tbody:first-child tr td,
  .woocommerce table.shop_table tbody:first-child tr:first-child td {
    border-top: solid 1px #eee;
  }
  .woocommerce-checkout table.shop_table tbody:first-child tr:last-child td,
  .woocommerce table.shop_table tbody:first-child tr:last-child td {
    border-bottom: solid 1px #eee;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-remove {
    border-bottom: solid 1px #eee;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  .woocommerce-cart .actions .coupon,
  .woocommerce-cart .actions .button-groups {
    width: 100%;
  }
  .woocommerce-cart .actions .coupon input,
  .woocommerce-cart .actions .button-groups input,
  .woocommerce-cart .actions .coupon a,
  .woocommerce-cart .actions .button-groups a {
    width: 50%;
    float: left;
  }
  .woocommerce-cart .actions .coupon input[name="apply_coupon"],
  .woocommerce-cart .actions .button-groups input[name="apply_coupon"],
  .woocommerce-cart .actions .coupon a[name="apply_coupon"],
  .woocommerce-cart .actions .button-groups a[name="apply_coupon"] {
    margin-left: 2%;
    width: 48%;
  }
  .woocommerce-cart .actions .coupon a.checkout-button,
  .woocommerce-cart .actions .button-groups a.checkout-button {
    margin-left: 2%;
    width: 48%;
  }
  .woocommerce .single-product-wrap #content div.product .single-thumbnail-wrap,
  .woocommerce .single-product-wrap div.product .single-thumbnail-wrap,
  .woocommerce-page #content div.product .single-thumbnail-wrap,
  .woocommerce-page div.product .single-thumbnail-wrap {
    width: 100%;
  }
  .woocommerce .single-product-wrap #content div.product .single-thumbnail-wrap div.images,
  .woocommerce .single-product-wrap div.product .single-thumbnail-wrap div.images,
  .woocommerce-page #content div.product .single-thumbnail-wrap div.images,
  .woocommerce-page div.product .single-thumbnail-wrap div.images {
    margin-bottom: 50px;
  }
  .upsells.products,
  .woocommerce .related.products {
    margin-top: 50px;
  }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
  .woocommerce div.product .woocommerce-tabs ul.tabs li a,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    padding: 20px;
  }
  .woocommerce-checkout > .woocommerce-checkout-review-order > .woocommerce,
  .woocommerce-checkout > .woocommerce-checkout-review-order > .woocommerce-checkout-payment {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-checkout table.shop_table_responsive.cart tr {
    border-bottom: solid 1px #eee;
  }
  .woocommerce-checkout > .woocommerce-checkout-review-order > #payment > div {
    padding-left: 0;
  }
  .g5plus-col-5 {
    width: 33.3333%;
    float: left;
  }
  .site-content-archive-product .products .col-md-6:nth-child(2n+1),
  .site-content-archive-product .products .col-md-4:nth-child(3n+1),
  .site-content-archive-product .products .col-md-3:nth-child(4n+1),
  .site-content-archive-product .g5plus-col-5:nth-child(5n+1) {
    clear: none;
  }
  .site-content-archive-product .products .col-md-4:nth-child(2n+1),
  .site-content-archive-product .products .col-md-3:nth-child(3n+1),
  .site-content-archive-product .g5plus-col-5:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .woocommerce nav.woocommerce-pagination > ul > li > a.next {
    font-size: 0;
    padding: 12px 20px;
  }
  .woocommerce nav.woocommerce-pagination > ul > li > a.next:after {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 700;
  }
  .woocommerce nav.woocommerce-pagination > ul > li > a.prev {
    font-size: 0;
    padding: 15px 20px;
  }
  .woocommerce nav.woocommerce-pagination > ul > li > a.prev:after {
    content: '\f104';
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 700;
  }
  .g5plus-col-5 {
    width: 50%;
    float: left;
  }
  .site-content-archive-product .products .col-md-6:nth-child(2n+1),
  .site-content-archive-product .products .col-md-4:nth-child(3n+1),
  .site-content-archive-product .products .col-md-3:nth-child(4n+1),
  .site-content-archive-product .g5plus-col-5:nth-child(5n+1),
  .site-content-archive-product .g5plus-col-5:nth-child(3n+1) {
    clear: none;
  }
  .site-content-archive-product .products .col-md-3:nth-child(2n+1),
  .site-content-archive-product .g5plus-col-5:nth-child(2n+1) {
    clear: both;
  }
  .shipping-caculator-wrap {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .woocommerce nav.woocommerce-pagination > ul > li > a,
  .woocommerce nav.woocommerce-pagination > ul > li > span,
  .woocommerce nav.woocommerce-pagination > ul > li > span:hover,
  .woocommerce nav.woocommerce-pagination > ul > li > span.current,
  .woocommerce nav.woocommerce-pagination > ul > li > a:hover,
  .woocommerce nav.woocommerce-pagination > ul > li > a:focus,
  .woocommerce nav.woocommerce-pagination > ul > li > a.current,
  .woocommerce nav.woocommerce-pagination > ul > li > a.prev,
  .woocommerce nav.woocommerce-pagination > ul > li > a.prev:after,
  .woocommerce nav.woocommerce-pagination > ul > li > a.next,
  .woocommerce nav.woocommerce-pagination > ul > li > a.next:after,
  .woocommerce nav.woocommerce-pagination > ul > li > a.next:hover,
  .woocommerce nav.woocommerce-pagination > ul > li > a.prev:hover {
    background-color: transparent;
    border-color: transparent;
    color: #333;
    padding: 15px 5px;
  }
  .woocommerce nav.woocommerce-pagination > ul > li > a.prev:after,
  .woocommerce nav.woocommerce-pagination > ul > li > a.next:after {
    font-size: 16px;
    color: #e3000f;
  }
  .woocommerce nav.woocommerce-pagination > ul > li > a:hover,
  .woocommerce nav.woocommerce-pagination > ul > li > a.prev,
  .woocommerce nav.woocommerce-pagination > ul > li > a.next,
  .woocommerce nav.woocommerce-pagination > ul > li > a:focus,
  .woocommerce nav.woocommerce-pagination > ul > li > a.current,
  .woocommerce nav.woocommerce-pagination > ul > li > span.current {
    color: #e3000f;
  }
  .my-account .wpb_wrapper .woocommerce {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .woocommerce .woocommerce-ordering,
  .woocommerce .woocommerce-ordering select,
  .woocommerce .woocommerce-result-count {
    width: 100%;
    padding-left: 0;
  }
  .woocommerce .woocommerce-result-count {
    margin-bottom: 20px;
  }
  .woocommerce-cart .actions .coupon,
  .woocommerce-cart .actions .button-groups {
    width: 100%;
  }
  .woocommerce-cart .actions .coupon input,
  .woocommerce-cart .actions .button-groups input,
  .woocommerce-cart .actions .coupon a,
  .woocommerce-cart .actions .button-groups a {
    width: 100%;
    float: left;
  }
  .woocommerce-cart .actions .coupon input[name="apply_coupon"],
  .woocommerce-cart .actions .button-groups input[name="apply_coupon"],
  .woocommerce-cart .actions .coupon a[name="apply_coupon"],
  .woocommerce-cart .actions .button-groups a[name="apply_coupon"] {
    margin-left: 0%;
    width: 100%;
    margin-top: 10px;
  }
  .woocommerce-cart .actions .coupon a.checkout-button,
  .woocommerce-cart .actions .button-groups a.checkout-button {
    margin-left: 0%;
    width: 100%;
    margin-top: 10px;
  }
  .woocommerce .cart-collaterals {
    margin-top: 140px;
    width: auto;
  }
  .variations_form.cart .variations .variations-section {
    width: 100%;
    padding-top: 10px;
  }
  .single-product-wrap .summary a.compare.button {
    padding-left: 0;
  }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    text-align: center;
    width: 100%;
    border-right: solid 1px #ccc;
    border-bottom: none;
  }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li:last-child,
  .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:last-child,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li:last-child {
    border-bottom: solid 1px #ccc;
  }
  .woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
  .woocommerce div.product .woocommerce-tabs ul.tabs li a,
  .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
  .woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px;
  }
  .woocommerce #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li img.avatar,
  .woocommerce div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li img.avatar,
  .woocommerce-page #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li img.avatar,
  .woocommerce-page div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li img.avatar {
    display: none;
  }
  .woocommerce #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text,
  .woocommerce div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text,
  .woocommerce-page #content div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text,
  .woocommerce-page div.product .woocommerce-tabs .entry-content.wc-tab #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
    padding: 0;
  }
  .g5plus-col-5 {
    width: 100%;
    float: left;
  }
}
.shopping-cart-wrapper {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: right;
  position: relative;
}
.shopping-cart-wrapper.no-price .sub-total-text {
  display: none;
}
.shopping-cart-wrapper .widget_shopping_cart_content {
  display: block;
  text-align: left;
  font-size: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content:hover .cart_list_wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -moz-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -ms-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -o-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 9998;
  width: 384px;
  background: #fff;
  border: solid 1px #eee;
  border-bottom: solid 2px #e3000f !important;
  padding: 0;
  line-height: 2em;
  color: #444;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -moz-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -ms-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -o-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper .cart-total {
  margin: 0 15px;
  position: relative;
  color: #222222;
  line-height: 48px;
  border-bottom: solid 1px #eee;
  border-top: solid 1px #eee;
  font-size: 12px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty {
  padding: 15px;
  text-align: center;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty h4 {
  text-transform: uppercase;
  padding: 0 0 15px;
  margin: 0;
  font-size: 16px;
  word-spacing: 0.2em;
  color: #FFFFFF;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li {
  padding: 15px 0;
  margin: 0;
  position: relative;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li + li {
  border-top: solid 1px #eee;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left {
  float: left;
  overflow: hidden;
  margin-right: 10px;
  border: solid 1px #eee;
  background: #fff;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left > a > img {
  height: auto;
  width: 58px;
  margin: 0;
  display: block;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right {
  overflow: hidden;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a {
  text-transform: uppercase;
  word-spacing: 0.2em;
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding-right: 15px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > span.quantity {
  font-size: 12px;
  font-weight: 700;
  display: block;
  text-align: left;
  color: #e3000f;
  line-height: 1.1;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a.mini-cart-remove {
  position: absolute;
  right: 0;
  top: 15px;
  padding-right: 0;
  font-size: 14px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li:after {
  content: "";
  display: block;
  clear: both;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total {
  padding: 0;
  font-weight: bold;
  margin: 0;
  line-height: inherit;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total strong {
  font-weight: 400;
  padding-right: 5px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total > span.amount {
  font-weight: 700;
  float: right;
  color: #e3000f;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons {
  text-align: center;
  margin: 0;
  padding: 15px 0 0;
  font-size: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .bt {
  padding: 14px;
  font-size: 12px;
  min-width: 125px;
  width: 48%;
  display: inline-block;
  text-transform: uppercase;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .bt > i.fa {
  margin-right: 5px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .bt + .bt {
  margin-left: 4%;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl {
  border: none;
  margin: 0;
  padding: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dt {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 25px;
  clear: none;
  font-size: 11px;
  font-weight: 400;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dd {
  padding: 0;
  line-height: 25px;
  display: block;
  float: none;
  margin: 0;
  font-size: 11px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl p {
  margin: 0;
  padding: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_icon {
  position: relative;
  display: inline-block;
  padding-right: 7px;
  width: 48px;
  height: 41px;
  line-height: 39px;
  font-size: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_icon > i.fa {
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  width: 41px;
  height: 41px;
  line-height: 39px;
  text-align: center;
  font-size: 12px !important;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #FFFFFF;
  color: #8a8a8a;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.shopping-cart-wrapper .widget_shopping_cart_icon:hover > i.fa {
  background-color: #e3000f;
  color: #FFFFFF;
}
.shopping-cart-wrapper .widget_shopping_cart_icon > i.fa + span.total {
  position: absolute;
  width: 17px;
  height: 17px;
  line-height: 17px;
  background-color: #e3000f;
  color: #fff;
  top: -4px;
  right: 0;
  text-align: center;
  font-size: 12px;
  padding-left: 1px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  font-weight: 600;
}
.shopping-cart-wrapper .cart-total-left {
  float: left;
}
.shopping-cart-wrapper .cart-total-left span {
  vertical-align: middle;
}
.shopping-cart-wrapper .cart-total-right {
  float: right;
}
.shopping-cart-wrapper ul.cart_list,
.shopping-cart-wrapper ul.product_list_widget {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 15px 15px 0;
  max-height: 293px;
}
.shopping-cart-wrapper .cart-button-wrapper {
  padding: 15px 15px 35px;
}
.shopping-cart-wrapper .cart_list_wrapper {
  font-size: 14px;
}
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark {
  background-color: #222222;
  border-color: #333;
  color: #fff;
}
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark li .cart-right > a,
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark .cart-total-left > a,
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark li .cart-right > a.mini-cart-remove {
  color: #fff;
}
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark li .cart-right > a:hover,
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark .cart-total-left > a:hover,
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark li .cart-right > a.mini-cart-remove:hover {
  color: #e3000f;
}
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark li + li {
  border-top-color: #333;
}
.shopping-cart-wrapper .cart_list_wrapper.sub-menu-dark .cart-total {
  border-top-color: #333;
  border-bottom-color: #333;
}
@media screen and (min-width: 860px) {
  .shopping-cart-wrapper .cart_list_wrapper.large-size {
    width: 743px;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget:after {
    content: '';
    display: block;
    clear: both;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget li {
    float: left;
    width: 48%;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget li:nth-child(2n+2) {
    float: right;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .product_list_widget li:nth-child(2) {
    border-top: none;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer {
    border-top: solid 1px #eee;
    margin: 0 15px;
    padding: 35px 0;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-total,
  .shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-button-wrapper {
    width: 48%;
    float: right;
    margin: 0;
    border: none;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-button-wrapper {
    float: left;
    padding: 0;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-button-wrapper p.buttons {
    padding: 0;
  }
  .shopping-cart-wrapper .cart_list_wrapper.large-size .mini-cart-footer .cart-total {
    text-align: right;
    width: 35%;
    line-height: 41px;
  }
  .cart_list_wrapper.sub-menu-dark.large-size .mini-cart-footer {
    border-top-color: #333;
  }
}
@media screen and (max-width: 480px) {
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    width: 320px;
  }
}
@media screen and (max-width: 360px) {
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    width: 250px;
  }
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .bt {
    width: 100%;
  }
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .bt + .bt {
    margin-left: 0;
    margin-top: 15px;
  }
}
.select2-container--default .select2-selection--single {
  height: 50px;
  border-color: #E6E6E6;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 15px;
  color: #797979;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.select2-dropdown {
  border-color: #E6E6E6;
}
.woocommerce table.shop_attributes th {
  background: transparent;
}
.shipping-calculator-button {
  display: none !important;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
  margin: 0;
}
/**
 * 8.0 - ShortCode
 * ----------------------------------------------------------------------------
 */
/**
* Button
* ----------------------------------------------------------------------------
*/
button,
input[type="submit"] {
  display: inline-block;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: #e3000f;
  border: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover,
input[type="submit"]:hover,
button:focus,
input[type="submit"]:focus {
  color: #222;
  background-color: #eee;
}
.bt {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
}
.bt.bt-mini {
  padding: 8px 22px;
}
.bt.bt-small {
  padding: 12px 22px;
}
.bt.bt-medium {
  padding: 18px 22px;
  font-size: 15px;
}
.bt.bt-ext-medium {
  padding: 20px 35px;
  font-size: 15px;
}
.bt.bt-large {
  padding: 20px 40px;
  font-size: 18px;
}
.bt.layout-primary {
  background-color: #e3000f;
  color: #fff;
}
.bt.layout-primary:hover {
  background-color: #444;
}
.bt.layout-trans-white {
  background-color: transparent;
  color: #fff;
  border: solid 2px #fff;
}
.bt.layout-trans-white:hover {
  border-color: #e3000f;
  background-color: #e3000f;
}
.bt.layout-trans-dark {
  background-color: transparent;
  color: #333;
  border: solid 2px #444;
}
.bt.layout-trans-dark:hover {
  border-color: #e3000f;
  background-color: #e3000f;
  color: #fff;
}
.bt.layout-dark {
  background-color: #444;
  color: #fff;
}
.bt.layout-dark:hover {
  background-color: #e3000f;
  color: #fff;
}
.bt.layout-gray {
  background-color: #fdfcfc;
  color: #444;
}
.bt.layout-gray:hover {
  background-color: #444;
  color: #fff;
}
.bt.layout-light {
  background-color: #fff;
  color: #444;
}
.bt.layout-light:hover {
  background-color: #e3000f;
  color: #fff;
}
.bt.bd-radius {
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
/**
* Button Slider
* ----------------------------------------------------------------------------
*/
.pithree-btn-primary,
.pithree-btn-white {
  -webkit-transition: all 0.15s !important;
  -moz-transition: all 0.15s !important;
  -o-transition: all 0.15s !important;
  transition: all 0.15s !important;
}
.pithree-btn-primary {
  background: #e3000f !important;
  border-color: #e3000f !important;
  color: #fff !important;
}
.pithree-btn-primary:hover {
  background: #fff !important;
  border-color: #fff !important;
  color: #222 !important;
}
.pithree-btn-white {
  background: #fff !important;
  border-color: #fff !important;
  color: #222 !important;
}
.pithree-btn-white:hover {
  background: #e3000f !important;
  border-color: #e3000f !important;
  color: #fff !important;
}
.tparrows:hover {
  background: #e3000f !important;
}
.pithree-title-20-primary {
  color: #e3000f !important;
}
/**
* Post
* ----------------------------------------------------------------------------
*/
.g5plus-posts-listing.icon-light article .entry-content-wrap > i {
  background-color: #fff;
  color: #e3000f;
}
/**
* Product Categories Box
* ----------------------------------------------------------------------------
*/
.g5plus-product-categories-box ul li + li {
  border-top: 1px solid #cfcfcf;
}
.g5plus-product-categories-box ul li a:after {
  color: #ababab;
}
/**
* BlockQuote
* ----------------------------------------------------------------------------
*/
blockquote {
  border-left: 5px solid #e0e0e0;
  padding: 0 0 0 25px;
}
blockquote p:last-child {
  margin: 0;
}
blockquote cite {
  display: block;
  margin-top: 20px;
}
blockquote cite a {
  color: inherit;
}
blockquote cite:before {
  content: '';
  display: inline-block;
  width: 14px;
  border-top: 1px solid #888;
  vertical-align: middle;
  margin-right: 10px;
}
blockquote.quote-border-left-accent {
  border-color: #e3000f;
}
blockquote.quote-border {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 30px;
}
blockquote.quote-border-large {
  border: 1px solid #e0e0e0;
  padding: 30px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin: 0;
  font-size: 16px;
}
blockquote.quote-border-large p {
  letter-spacing: -0.04em;
  margin: 0;
  padding-left: 45px;
  font-family: 'Arial, Helvetica, sans-serif';
  line-height: 1.8;
}
blockquote.quote-border-large cite {
  display: block;
  font-style: italic;
  color: #ababab;
  font-family: 'Arial, Helvetica, sans-serif';
  margin-top: 5px;
}
blockquote.quote-border-large cite:before {
  content: '';
  display: inline-block;
  width: 14px;
  border-top: 1px solid #888;
  vertical-align: middle;
  margin-right: 10px;
}
blockquote.quote-border-large:before {
  font-family: FontAwesome;
  content: '\f10d';
  font-size: 20px;
  color: #e3000f;
  position: absolute;
}
/**
* Lists
* ----------------------------------------------------------------------------
*/
.g5plus-lists-color-primary span {
  background-color: #e3000f;
  color: #e3000f;
}
/**
* Icon Box
* ----------------------------------------------------------------------------
*/
.g5plus-icon-box .ib-icon-inverted,
.g5plus-icon-box .ib-icon-classic {
  color: #e3000f;
}
.g5plus-icon-box .ib-icon-square i,
.g5plus-icon-box .ib-icon-round i {
  background-color: #e3000f;
  border-color: #e3000f;
}
.g5plus-icon-box.ib-scheme-light .ib-icon-effect:not(.ib-icon-inverted) {
  color: #e3000f;
}
.g5plus-icon-box.ib-layout-modern .ib-content {
  border-color: #e3000f;
  background-color: #e3000f;
}
/* ---------- Heading -----------*/
.heading-wrap.light,
.heading-wrap.light h2 {
  color: #fff;
}
.heading-wrap.dark h2 {
  color: #2c3e50;
}
.heading-wrap.s-color,
.heading-wrap.s-color h2 {
  color: #2c3e50;
}
.heading-wrap h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.heading-wrap.has-underline h2 {
  margin-bottom: 40px !important;
}
.heading-wrap.has-underline h2:after {
  position: absolute;
  content: "";
  border: solid 1px #e3000f;
  top: 100%;
  width: 60px;
  margin-top: 20px;
  height: 1px;
}
.heading-wrap.text-left h2:after {
  left: 0px;
}
.heading-wrap.text-center h2:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.heading-wrap.text-right h2:after {
  right: 0px;
}
.heading-wrap .heading-sub-title {
  line-height: 2;
  font-size: 18px;
}
/* ---------- Tabs -----------*/
.vc_tta.vc_tta-style-tab_style1 .vc_tta-tabs-list {
  margin: 0 0 0 1px;
}
.vc_tta.vc_tta-style-tab_style1 .vc_tta-tab {
  margin: 0;
  border: 1px solid #cfcfcf;
  border-bottom: none;
}
.vc_tta.vc_tta-style-tab_style1 .vc_tta-tab > a {
  padding: 4px 20px;
  min-width: 135px;
  text-align: center;
}
.vc_tta.vc_tta-style-tab_style1 .vc_tta-tab.vc_active {
  border-top: 3px solid #e3000f;
  position: relative;
}
.vc_tta.vc_tta-style-tab_style1 .vc_tta-tab.vc_active:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #e3000f;
  content: "";
  display: block !important;
  left: 0;
  right: 0;
  width: 8px;
  position: absolute;
  top: 0;
  margin: auto;
}
.vc_tta.vc_tta-style-tab_style1 .vc_tta-tab > a span {
  font-size: 14px;
  font-weight: 500;
  color: #454545;
}
.vc_tta.vc_tta-style-tab_style1 .vc_tta-panels-container {
  margin: 0 0 0 1px;
  border: 1px solid #cfcfcf;
}
.vc_tta.vc_tta-style-tab_style1 .vc_tta-panel-body {
  border-width: 0;
}
.vc_tta.vc_tta-style-tab_style1 .vc_tta-panel-heading {
  margin-top: 0;
}
.vc_tta.vc_tta-style-tab_style1 .vc_tta-panel-heading {
  background: #fff;
  border-width: 0;
  border-top: 1px solid #cfcfcf;
  border-radius: inherit;
}
.vc_tta.vc_tta-style-tab_style1 .vc_tta-panel-heading a {
  padding: 14px 20px;
  font-size: 0;
}
.vc_tta.vc_tta-style-tab_style1 .vc_tta-panel-heading i,
.vc_tta.vc_tta-style-tab_style1 .vc_tta-panel-heading span {
  font-size: 14px;
  vertical-align: inherit;
}
.vc_tta.vc_tta-style-tab_style1 .vc_active .vc_tta-panel-heading {
  background: #e3000f;
  border-top-color: #e3000f;
}
.vc_tta.vc_tta-style-tab_style1 .vc_active .vc_tta-panel-heading i,
.vc_tta.vc_tta-style-tab_style1 .vc_active .vc_tta-panel-heading a {
  color: #fff !important;
}
.vc_tta.vc_tta-style-accordion_style1 .vc_tta-panel {
  margin-bottom: 10px;
}
.vc_tta.vc_tta-style-accordion_style1 .vc_tta-panel-heading {
  border-radius: 0;
  border: 1px solid #cfcfcf;
}
.vc_tta.vc_tta-style-accordion_style1 .vc_tta-panel-heading a {
  font-size: 0;
}
.vc_tta.vc_tta-style-accordion_style1 .vc_tta-panel-heading i {
  vertical-align: inherit;
}
.vc_tta.vc_tta-style-accordion_style1 .vc_tta-panel-title a {
  padding: 16px 20px;
}
.vc_tta.vc_tta-style-accordion_style1 .vc_tta-panel-title i,
.vc_tta.vc_tta-style-accordion_style1 .vc_tta-panel-title span {
  font-size: 14px;
  font-weight: 500;
  color: #454545;
}
.vc_tta.vc_tta-style-accordion_style1 .vc_tta-panel-body {
  border: 1px solid #cfcfcf;
}
.vc_tta.vc_tta-style-accordion_style1 .vc_active .vc_tta-panel-heading {
  background: #e3000f;
  border-color: #e3000f;
}
.vc_tta.vc_tta-style-accordion_style1 .vc_active .vc_tta-panel-heading i,
.vc_tta.vc_tta-style-accordion_style1 .vc_active .vc_tta-panel-heading span {
  color: #fff !important;
}
/**
 * 9.0 - Mixins
 * ----------------------------------------------------------------------------
 */
/**
* Font
* ----------------------------------------------------------------------------
*/
.b-font {
  font-family: 'Arial, Helvetica, sans-serif' !important;
}
.s-font {
  font-family: 'Arial, Helvetica, sans-serif' !important;
}
/**
* Color
* ----------------------------------------------------------------------------
*/
.p-color {
  color: #e3000f !important;
}
.s-color {
  color: #2c3e50 !important;
}
.color-white {
  color: #FFF;
}
.color-dark {
  color: #000;
}
.bg-primary {
  background-color: #e3000f !important;
}
.bg-secondary {
  background-color: #2c3e50 !important;
}
.text-color-medium {
  color: #454545 !important;
}
.text-color-bold {
  color: #686868 !important;
}
.text-color-light {
  color: #ababab !important;
}
.bordered {
  border: 1px solid #e0e0e0 !important;
}
.border-dark {
  border: 1px solid #cfcfcf !important;
}
.text-color-medium {
  color: #454545;
}
.text-color-bold {
  color: #686868;
}
.text-color-light {
  color: #ababab;
}
.bordered {
  border: 1px solid #e0e0e0;
}
.border-dark {
  border: 1px solid #cfcfcf;
}
.badge {
  background-color: #2c3e50;
}
/**
* Padding
* ----------------------------------------------------------------------------
*/
.padding-none {
  padding: 0 !important;
}
/**
* Padding Top
* ----------------------------------------------------------------------------
*/
.pd-top-0 {
  padding-top: 0px !important;
}
.pd-top-5 {
  padding-top: 5px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.pd-top-15 {
  padding-top: 15px !important;
}
.pd-top-20 {
  padding-top: 20px !important;
}
.pd-top-25 {
  padding-top: 25px !important;
}
.pd-top-30 {
  padding-top: 30px !important;
}
.pd-top-35 {
  padding-top: 35px !important;
}
.pd-top-40 {
  padding-top: 40px !important;
}
.pd-top-45 {
  padding-top: 45px !important;
}
.pd-top-50 {
  padding-top: 50px !important;
}
.pd-top-55 {
  padding-top: 55px !important;
}
.pd-top-60 {
  padding-top: 60px !important;
}
.pd-top-65 {
  padding-top: 65px !important;
}
.pd-top-70 {
  padding-top: 70px !important;
}
.pd-top-75 {
  padding-top: 75px !important;
}
.pd-top-80 {
  padding-top: 80px !important;
}
.pd-top-85 {
  padding-top: 85px !important;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-95 {
  padding-top: 95px !important;
}
.pd-top-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-top-0 {
    padding-top: 0px !important;
  }
  .sm-pd-top-5 {
    padding-top: 5px !important;
  }
  .sm-pd-top-10 {
    padding-top: 10px !important;
  }
  .sm-pd-top-15 {
    padding-top: 15px !important;
  }
  .sm-pd-top-20 {
    padding-top: 20px !important;
  }
  .sm-pd-top-25 {
    padding-top: 25px !important;
  }
  .sm-pd-top-30 {
    padding-top: 30px !important;
  }
  .sm-pd-top-35 {
    padding-top: 35px !important;
  }
  .sm-pd-top-40 {
    padding-top: 40px !important;
  }
  .sm-pd-top-45 {
    padding-top: 45px !important;
  }
  .sm-pd-top-50 {
    padding-top: 50px !important;
  }
  .sm-pd-top-55 {
    padding-top: 55px !important;
  }
  .sm-pd-top-60 {
    padding-top: 60px !important;
  }
  .sm-pd-top-65 {
    padding-top: 65px !important;
  }
  .sm-pd-top-70 {
    padding-top: 70px !important;
  }
  .sm-pd-top-75 {
    padding-top: 75px !important;
  }
  .sm-pd-top-80 {
    padding-top: 80px !important;
  }
  .sm-pd-top-85 {
    padding-top: 85px !important;
  }
  .sm-pd-top-90 {
    padding-top: 90px !important;
  }
  .sm-pd-top-95 {
    padding-top: 95px !important;
  }
  .sm-pd-top-100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-top-0 {
    padding-top: 0px !important;
  }
  .xs-pd-top-5 {
    padding-top: 5px !important;
  }
  .xs-pd-top-10 {
    padding-top: 10px !important;
  }
  .xs-pd-top-15 {
    padding-top: 15px !important;
  }
  .xs-pd-top-20 {
    padding-top: 20px !important;
  }
  .xs-pd-top-25 {
    padding-top: 25px !important;
  }
  .xs-pd-top-30 {
    padding-top: 30px !important;
  }
  .xs-pd-top-35 {
    padding-top: 35px !important;
  }
  .xs-pd-top-40 {
    padding-top: 40px !important;
  }
  .xs-pd-top-45 {
    padding-top: 45px !important;
  }
  .xs-pd-top-50 {
    padding-top: 50px !important;
  }
  .xs-pd-top-55 {
    padding-top: 55px !important;
  }
  .xs-pd-top-60 {
    padding-top: 60px !important;
  }
  .xs-pd-top-65 {
    padding-top: 65px !important;
  }
  .xs-pd-top-70 {
    padding-top: 70px !important;
  }
  .xs-pd-top-75 {
    padding-top: 75px !important;
  }
  .xs-pd-top-80 {
    padding-top: 80px !important;
  }
  .xs-pd-top-85 {
    padding-top: 85px !important;
  }
  .xs-pd-top-90 {
    padding-top: 90px !important;
  }
  .xs-pd-top-95 {
    padding-top: 95px !important;
  }
  .xs-pd-top-100 {
    padding-top: 100px !important;
  }
}
/**
* Padding Bottom
* ----------------------------------------------------------------------------
*/
.pd-bottom-0 {
  padding-bottom: 0px !important;
}
.pd-bottom-5 {
  padding-bottom: 5px !important;
}
.pd-bottom-10 {
  padding-bottom: 10px !important;
}
.pd-bottom-15 {
  padding-bottom: 15px !important;
}
.pd-bottom-20 {
  padding-bottom: 20px !important;
}
.pd-bottom-25 {
  padding-bottom: 25px !important;
}
.pd-bottom-30 {
  padding-bottom: 30px !important;
}
.pd-bottom-35 {
  padding-bottom: 35px !important;
}
.pd-bottom-40 {
  padding-bottom: 40px !important;
}
.pd-bottom-45 {
  padding-bottom: 45px !important;
}
.pd-bottom-50 {
  padding-bottom: 50px !important;
}
.pd-bottom-55 {
  padding-bottom: 55px !important;
}
.pd-bottom-60 {
  padding-bottom: 60px !important;
}
.pd-bottom-65 {
  padding-bottom: 65px !important;
}
.pd-bottom-70 {
  padding-bottom: 70px !important;
}
.pd-bottom-75 {
  padding-bottom: 75px !important;
}
.pd-bottom-80 {
  padding-bottom: 80px !important;
}
.pd-bottom-85 {
  padding-bottom: 85px !important;
}
.pd-bottom-90 {
  padding-bottom: 90px !important;
}
.pd-bottom-95 {
  padding-bottom: 95px !important;
}
.pd-bottom-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .sm-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .sm-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .sm-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .sm-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .sm-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .sm-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .sm-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .sm-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .sm-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .sm-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .sm-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .sm-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .sm-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .sm-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .sm-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .sm-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .sm-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .sm-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .sm-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .sm-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .xs-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .xs-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .xs-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .xs-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .xs-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .xs-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .xs-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .xs-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .xs-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .xs-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .xs-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .xs-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .xs-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .xs-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .xs-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .xs-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .xs-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .xs-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .xs-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .xs-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
/**
* Margin Top
* ----------------------------------------------------------------------------
*/
.mg-top-0 {
  margin-top: 0px !important;
}
.mg-top-5 {
  margin-top: 5px !important;
}
.mg-top-10 {
  margin-top: 10px !important;
}
.mg-top-15 {
  margin-top: 15px !important;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px !important;
}
.mg-top-35 {
  margin-top: 35px !important;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.mg-top-45 {
  margin-top: 45px !important;
}
.mg-top-50 {
  margin-top: 50px !important;
}
.mg-top-55 {
  margin-top: 55px !important;
}
.mg-top-60 {
  margin-top: 60px !important;
}
.mg-top-65 {
  margin-top: 65px !important;
}
.mg-top-70 {
  margin-top: 70px !important;
}
.mg-top-75 {
  margin-top: 75px !important;
}
.mg-top-80 {
  margin-top: 80px !important;
}
.mg-top-85 {
  margin-top: 85px !important;
}
.mg-top-90 {
  margin-top: 90px !important;
}
.mg-top-95 {
  margin-top: 95px !important;
}
.mg-top-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-top-0 {
    margin-top: 0px !important;
  }
  .sm-mg-top-5 {
    margin-top: 5px !important;
  }
  .sm-mg-top-10 {
    margin-top: 10px !important;
  }
  .sm-mg-top-15 {
    margin-top: 15px !important;
  }
  .sm-mg-top-20 {
    margin-top: 20px !important;
  }
  .sm-mg-top-25 {
    margin-top: 25px !important;
  }
  .sm-mg-top-30 {
    margin-top: 30px !important;
  }
  .sm-mg-top-35 {
    margin-top: 35px !important;
  }
  .sm-mg-top-40 {
    margin-top: 40px !important;
  }
  .sm-mg-top-45 {
    margin-top: 45px !important;
  }
  .sm-mg-top-50 {
    margin-top: 50px !important;
  }
  .sm-mg-top-55 {
    margin-top: 55px !important;
  }
  .sm-mg-top-60 {
    margin-top: 60px !important;
  }
  .sm-mg-top-65 {
    margin-top: 65px !important;
  }
  .sm-mg-top-70 {
    margin-top: 70px !important;
  }
  .sm-mg-top-75 {
    margin-top: 75px !important;
  }
  .sm-mg-top-80 {
    margin-top: 80px !important;
  }
  .sm-mg-top-85 {
    margin-top: 85px !important;
  }
  .sm-mg-top-90 {
    margin-top: 90px !important;
  }
  .sm-mg-top-95 {
    margin-top: 95px !important;
  }
  .sm-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-top-0 {
    margin-top: 0px !important;
  }
  .xs-mg-top-5 {
    margin-top: 5px !important;
  }
  .xs-mg-top-10 {
    margin-top: 10px !important;
  }
  .xs-mg-top-15 {
    margin-top: 15px !important;
  }
  .xs-mg-top-20 {
    margin-top: 20px !important;
  }
  .xs-mg-top-25 {
    margin-top: 25px !important;
  }
  .xs-mg-top-30 {
    margin-top: 30px !important;
  }
  .xs-mg-top-35 {
    margin-top: 35px !important;
  }
  .xs-mg-top-40 {
    margin-top: 40px !important;
  }
  .xs-mg-top-45 {
    margin-top: 45px !important;
  }
  .xs-mg-top-50 {
    margin-top: 50px !important;
  }
  .xs-mg-top-55 {
    margin-top: 55px !important;
  }
  .xs-mg-top-60 {
    margin-top: 60px !important;
  }
  .xs-mg-top-65 {
    margin-top: 65px !important;
  }
  .xs-mg-top-70 {
    margin-top: 70px !important;
  }
  .xs-mg-top-75 {
    margin-top: 75px !important;
  }
  .xs-mg-top-80 {
    margin-top: 80px !important;
  }
  .xs-mg-top-85 {
    margin-top: 85px !important;
  }
  .xs-mg-top-90 {
    margin-top: 90px !important;
  }
  .xs-mg-top-95 {
    margin-top: 95px !important;
  }
  .xs-mg-top-100 {
    margin-top: 100px !important;
  }
}
/**
* Margin Bottom
* ----------------------------------------------------------------------------
*/
.mg-bottom-0 {
  margin-bottom: 0px !important;
}
.mg-bottom-5 {
  margin-bottom: 5px !important;
}
.mg-bottom-10 {
  margin-bottom: 10px !important;
}
.mg-bottom-15 {
  margin-bottom: 15px !important;
}
.mg-bottom-20 {
  margin-bottom: 20px !important;
}
.mg-bottom-25 {
  margin-bottom: 25px !important;
}
.mg-bottom-30 {
  margin-bottom: 30px !important;
}
.mg-bottom-35 {
  margin-bottom: 35px !important;
}
.mg-bottom-40 {
  margin-bottom: 40px !important;
}
.mg-bottom-45 {
  margin-bottom: 45px !important;
}
.mg-bottom-50 {
  margin-bottom: 50px !important;
}
.mg-bottom-55 {
  margin-bottom: 55px !important;
}
.mg-bottom-60 {
  margin-bottom: 60px !important;
}
.mg-bottom-65 {
  margin-bottom: 65px !important;
}
.mg-bottom-70 {
  margin-bottom: 70px !important;
}
.mg-bottom-75 {
  margin-bottom: 75px !important;
}
.mg-bottom-80 {
  margin-bottom: 80px !important;
}
.mg-bottom-85 {
  margin-bottom: 85px !important;
}
.mg-bottom-90 {
  margin-bottom: 90px !important;
}
.mg-bottom-95 {
  margin-bottom: 95px !important;
}
.mg-bottom-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .sm-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .sm-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .sm-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .sm-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .sm-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .sm-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .sm-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .sm-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .sm-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .sm-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .sm-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .sm-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .sm-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .sm-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .sm-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .sm-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .sm-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .sm-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .sm-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .sm-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .xs-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .xs-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .xs-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .xs-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .xs-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .xs-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .xs-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .xs-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .xs-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .xs-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .xs-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .xs-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .xs-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .xs-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .xs-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .xs-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .xs-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .xs-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .xs-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .xs-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
/**
* Letter Spacing
* ----------------------------------------------------------------------------
*/
.spacing--02 {
  letter-spacing: -0.02em !important;
}
.spacing--03 {
  letter-spacing: -0.03em !important;
}
.spacing-50 {
  letter-spacing: 0.05em !important;
}
.spacing-100 {
  letter-spacing: 0.1em !important;
}
.spacing-200 {
  letter-spacing: 0.2em !important;
}
.spacing-400 {
  letter-spacing: 0.4em !important;
}
/**
* Font Weight
* ----------------------------------------------------------------------------
*/
.fw-light {
  font-weight: 300 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semi-bold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
/**
* Font Size
* ----------------------------------------------------------------------------
*/
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-46 {
  font-size: 46px !important;
}
/**
* Font Style
* ----------------------------------------------------------------------------
*/
.text-italic {
  font-style: italic !important;
}
.uppercase {
  text-transform: uppercase !important;
}
/**
* Text align
* ----------------------------------------------------------------------------
*/
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
/**
* Line Height
* ----------------------------------------------------------------------------
*/
.line-small {
  line-height: 1em !important;
}
.line-normal {
  line-height: 1.5em !important;
}
.line-medium {
  line-height: 1.6em !important;
}
.line-large {
  line-height: 1.8em !important;
}
.line-2x {
  line-height: 2em !important;
}
.line-3x {
  line-height: 3em !important;
}
.line-21 {
  line-height: 21px !important;
}
.line-24 {
  line-height: 24px !important;
}
.line-44 {
  line-height: 44px !important;
}
/**
* TRANSITION
* ----------------------------------------------------------------------------
*/
.transition03 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.transition05 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/**
* OTHERS MIXIN
* ----------------------------------------------------------------------------
*/
.overflow-hidden {
  overflow: hidden !important;
}
.fixed {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/**
 * 10.0 - Blocks
 * ----------------------------------------------------------------------------
 */
ul.wp-block-gallery {
  padding: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 5px solid #e0e0e0;
  padding: 0 0 0 25px;
}
.wp-block-quote:not(.is-large):not(.is-style-large) p {
  margin-bottom: 0;
}
.wp-block-pullquote blockquote:not(.is-large):not(.is-style-large) {
  padding: 0;
  border: none;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large footer {
  text-align: left;
  font-size: 15px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  margin-bottom: 0;
}
.wp-block-table td,
.wp-block-table th {
  border: none;
  padding: 8px;
  border-top: 1px solid #cfcfcf;
}
.wp-block-button__link {
  display: inline-block;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wp-block-button__link:not(.has-background):not(.has-text-color) {
  background-color: #e3000f;
  color: #fff;
}
.wp-block-button__link:not(.has-background):not(.has-text-color).active,
.wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.wp-block-button__link:not(.has-background):not(.has-text-color):hover {
  color: #ffff;
  background-color: #444;
}
.wp-block-button:not(.is-style-squared) .wp-block-button__link {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color {
  border-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  border: 2px solid currentcolor;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active {
  color: #e3000f;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #e3000f;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active {
  color: #444;
  border-color: #444;
}
.wp-block-calendar,
.wp-block-columns,
.wp-block-group,
.wp-block-group.has-background,
.wp-block-search,
ul.wp-block-categories,
ul.wp-block-archives,
.wp-block-archives.wp-block-archives-dropdown,
ol.wp-block-latest-comments,
.wp-block-media-text,
.wp-block-rss,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-archives,
.wp-block-categories,
.wp-block-gallery,
.wp-block-embed,
.wp-block-cover-image,
.wp-block-cover,
.wp-block-button {
  margin-bottom: 30px;
}
.wp-block-cover-image,
.wp-block-cover {
  color: #f8f9f9;
}
.wp-block-cover-image p,
.wp-block-cover p {
  margin-bottom: 0;
  line-height: 1.25;
}
.wp-block-cover-image a,
.wp-block-cover a {
  color: inherit;
}
ul.blocks-gallery-grid {
  margin-bottom: -16px !important;
  padding-left: 0 !important;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption {
  color: #fff !important;
  margin: 0;
}
.blocks-gallery-caption {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.wp-block-column > *:last-child {
  margin-bottom: 0;
}
ul.wp-block-rss,
ul.wp-block-latest-posts,
ol.wp-block-latest-comments,
.wp-block-categories ul,
ul.wp-block-categories,
ul.wp-block-archives {
  list-style: none;
  padding: 0;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  margin-bottom: 0 !important;
}
