/*
Theme Name:         G5Plus Speci
Theme URI:          http://themes.g5plus.net/speci/
Description:        Speci theme framework is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="http://www.g5plus.net">Visit site</a>
Version:            1.0
Author:             bomlayers
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: 		g5plus-speci
Domain Path: 		/languages/
*/

/**
 * Table of Contents:
 *
 * 1.0 - Core
 * 2.0 - Template
 * 3.0 - Header
 * 4.0 - Footer
 * 5.0 - Widget
 * 6.0 - Blog
 * 7.0 - Woocommerce
 * 8.0 - ShortCode
 * 9.0 - Color
 * ----------------------------------------------------------------------------
 */
/**
 * 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);
  }
}
/**
* 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;
  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;
  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,
.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: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 #eeeeee;
  clear: both;
}
.entry-content table {
  width: 100%;
  border: 1px solid #dddddd;
}
.entry-content td,
.entry-content th {
  padding: 8px;
  border-top: 1px solid #dddddd;
  vertical-align: top;
}
.entry-content thead th {
  font-weight: bold;
  background: #eeeeee;
  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;
}
/**
 * 2.0 - Template
 * ----------------------------------------------------------------------------
 */
body {
  line-height: 1.8;
  overflow-x: hidden;
  color: #666666;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #666666;
}
a:hover,
a:focus {
  color: #ed1c24;
}
* {
  -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 {
  line-height: 1.2;
  color: #111111;
  margin-top: 0;
  margin-bottom: 20px;
}
p {
  margin: 0 0 20px 0;
}
input,
textarea,
button,
select {
  outline: none;
}
::selection {
  color: #ffffff;
  background-color: #ed1c24;
}
::-moz-selection {
  color: #ffffff;
  background-color: #ed1c24;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea,
select {
  padding: 0 10px;
  height: 44px;
  line-height: 1;
  background-color: transparent;
  color: #666666;
  border: 1px solid #eeeeee;
  -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: #666666;
}
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: #666666;
}
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: #666666;
}
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: #666666;
}
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: #ed1c24;
}
textarea {
  padding-top: 10px;
  height: auto;
}
select {
  min-width: 150px;
  max-width: 100%;
  outline: none;
}
select::-ms-expand {
  display: none;
}
#wrapper {
  background-color: #fff;
}
body.boxed #wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.container .container {
  width: auto;
}
/**
* 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: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  z-index: 2;
  -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;
  color: #fff;
  background-color: #666666;
}
.back-to-top i {
  font-size: 22px;
  line-height: 44px;
}
.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #ed1c24;
}
.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;
}
.scheme-dark {
  color: #fff;
}
/**
* Owl-Carousel
* ----------------------------------------------------------------------------
*/
.owl-nav {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}
.owl-nav > div {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-nav > div.owl-prev {
  margin-right: 10px;
}
.owl-nav > div.owl-next {
  margin-left: 10px;
}
.owl-nav > div i {
  border: 1px solid #eeeeee;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  font-size: 26px;
  background-color: transparent;
  color: #ed1c24 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-nav > div:hover i {
  border-color: #ed1c24;
  background-color: #ed1c24;
  color: #fff !important;
}
@media (min-width: 1280px) {
  .owl-nav {
    margin: 0;
  }
  .owl-nav > div {
    position: absolute;
    top: 50%;
    margin: 0;
  }
  .owl-nav > div.owl-prev {
    left: -40px;
    transform: translate(-100%, -50%);
    margin: 0;
  }
  .owl-nav > div.owl-next {
    right: -40px;
    transform: translate(100%, -50%);
    margin: 0;
  }
  .owl-dots {
    margin-top: 93px !important;
  }
}
.owl-dots {
  font-size: 0;
  text-align: center;
  margin-top: 30px;
}
.owl-dots > div {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1.5px solid transparent;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  margin: 0 8px;
  background-color: #949394;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.owl-dots > div.active,
.owl-dots > div:hover {
  border-color: #fff;
  background-color: #fff;
  background-clip: border-box;
}
.product-listing .owl-nav-top > .owl-nav {
  right: 15px;
}
#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: #ed1c24;
}
#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: 22px;
  right: 30px;
  color: #fff;
}
.popup-overlay-content .search-button:hover {
  cursor: pointer;
  color: #ed1c24;
}
.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: #ed1c24;
}
.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;
}
.ps-container > .ps-scrollbar-y-rail {
  width: 3px;
  right: 5px;
  background-color: #222 !important;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 5px;
  right: -1px;
  background-color: #ed1c24 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6 !important;
}
.gf-preset-content-wrapper {
  background: url(https://justpizzacompany.com.au/wp-content/themes/g5plus-speci/assets/images/preset-bg.jpg) repeat;
  padding: 150px 0;
  text-align: center;
  font-size: 60px;
  color: #222;
  border: dashed 8px #222;
}
.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,
.header-3 .header-above-wrapper,
.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;
}
/*
----------- Other --------------*/
.logged-in.admin-bar .lg-toolbar {
  margin-top: 32px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #ed1c24;
}
/*
-----------Page 404------------*/
.page404 {
  text-align: center;
}
.page404 .page404-content {
  padding-top: 62px;
  padding-bottom: 92px;
}
.page404 .title {
  font-size: 140px;
  font-weight: 900;
  color: #ed1c24;
  padding-top: 62px;
  margin-bottom: 7px;
}
.page404 .subtitle {
  font-size: 32px;
  color: #666666;
  margin-bottom: 5px;
}
.page404 .description {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 8px;
}
.page404 a {
  font-size: 13px;
  font-weight: 900;
  color: #ed1c24;
}
.page404 .search-form-wrapper {
  background-color: #f7f7f7;
}
.page404 .search-form-wrapper .search-form {
  width: 545px;
  margin: 127px auto;
}
.page404 .search-form-wrapper .search-form .search-field {
  height: 56px;
  background: #fff;
}
.page404 .search-form-wrapper .search-form .search-submit {
  width: 56px;
  height: 56px;
}
/*   SEARCH PAGE */
.archive-search-wrap .archive-search-result h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.archive-search-wrap .archive-search-box {
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
}
.archive-search-wrap .archive-search-box .search-form-lg input {
  font-family: inherit;
  line-height: 50px;
}
.archive-search-wrap .archive-search-wrap-inner article {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span,
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span:after,
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span:before {
  background-color: #ed1c24;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon {
  width: 50px;
  height: 50px;
  -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: #eaeaea;
  text-align: center;
  float: left;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span {
  width: 20px;
  height: 1px;
  vertical-align: middle;
  background-color: #111111;
  display: block;
  position: relative;
  margin-left: 15px;
  line-height: 50px;
  margin-top: 24.5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:after,
.archive-search-wrap .archive-search-wrap-inner .search-icon span:before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #111111;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:after {
  bottom: 5px;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:before {
  top: 5px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap {
  padding-left: 70px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 {
  margin-top: 0;
  margin-bottom: 15px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  display: inline-block;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a:hover {
  color: #ed1c24;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-post-type {
  margin-bottom: 0;
  color: #ed1c24;
  font-style: italic;
  letter-spacing: 0.1em;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-excerpt {
  margin-top: 25px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-excerpt p {
  margin-bottom: 0;
}
.archive-search-wrap .paging-navigation {
  border-top: 0 !important;
  padding-top: 0 !important;
}
/* End Search Page */
@media screen and (max-width: 460px) {
  .search-popup-inner > input {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .search-popup-inner > button {
    margin-top: 10px;
    width: 100%;
    display: block;
  }
}
.block-title {
  font-size: 18px;
  color: #111111;
  line-height: 1.2;
  position: relative;
}
.block-title.lg {
  font-size: 28px;
}
@media (max-width: 991px) {
  .block-title {
    margin-bottom: 40px !important;
  }
}
.bg-gray-full {
  position: relative;
}
.bg-gray-full:before {
  position: absolute;
  content: '';
  background-color: #f6f6f6;
  display: block;
  height: 100%;
  width: 2000%;
  left: -1000%;
  top: 0;
}
.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);
}
.top-separate {
  position: relative;
  padding-top: 35px;
}
.top-separate:before {
  content: "";
  height: 2px;
  width: 110px;
  background: #ed1c24;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.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: #eeeeee;
  font-size: 16px;
  z-index: 1;
}
/**
* Columns
* ----------------------------------------------------------------------------
*/
.gf-item-wrap {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .columns-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columns-md-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-md-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-md-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-md-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-md-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-md-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-md-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-md-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-md-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-md-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columns-sm-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-sm-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-sm-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-sm-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-sm-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-sm-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-sm-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-sm-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-sm-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-sm-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .columns-xs-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-xs-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-xs-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-xs-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-xs-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-xs-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-xs-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-xs-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-xs-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-xs-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .columns-mb-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-mb-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-mb-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-mb-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-mb-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-mb-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-mb-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-mb-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-mb-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-mb-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
/**
* Paging Navigation
* ----------------------------------------------------------------------------
*/
.paging-navigation {
  padding-top: 30px;
}
.woocommerce-pagination,
.paging-navigation,
.comment-navigation {
  padding-top: 60px;
  border-top: 2px solid #eee;
  text-align: center;
}
.woocommerce-pagination .page-numbers,
.paging-navigation .page-numbers,
.comment-navigation .page-numbers {
  border: 1px solid #ececec;
  margin-right: 6px;
  width: 43px;
  height: 43px;
  line-height: 41px;
  text-align: center;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  -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-pagination .page-numbers.current,
.paging-navigation .page-numbers.current,
.comment-navigation .page-numbers.current,
.woocommerce-pagination .page-numbers:hover,
.paging-navigation .page-numbers:hover,
.comment-navigation .page-numbers:hover,
.woocommerce-pagination .page-numbers:focus,
.paging-navigation .page-numbers:focus,
.comment-navigation .page-numbers:focus {
  background-color: #ed1c24;
  color: #fff;
  border-color: transparent;
}
.woocommerce-pagination .page-numbers i,
.paging-navigation .page-numbers i,
.comment-navigation .page-numbers i {
  font-size: 16px;
  font-weight: normal;
}
.woocommerce-pagination .page-numbers:last-child,
.paging-navigation .page-numbers:last-child,
.comment-navigation .page-numbers:last-child {
  margin-right: 0;
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li a,
.breadcrumbs li span {
  font-size: 14px;
  color: #c5c5c5;
  line-height: 1.8;
  font-weight: bold;
}
.breadcrumbs li span {
  color: #ed1c24;
}
.breadcrumbs li:after {
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f105';
  font-size: 14px;
  letter-spacing: -0.02em;
  padding: 0 10px;
  color: #c5c5c5;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.page-title-inner {
  position: relative;
}
.page-title-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: transparent;
}
.page-title-background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
}
.parallax-disabled {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}
.page-title {
  text-align: center;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #970c11), color-stop(1, #aa0d13));
  background: -ms-linear-gradient(bottom, #970c11, #aa0d13);
  background: -moz-linear-gradient(center bottom, #970c11 0%, #aa0d13 100%);
  background: -o-linear-gradient(#aa0d13, #970c11);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa0d13', endColorstr='#970c11', GradientType=0);
  padding-top: 200px;
  padding-bottom: 200px;
}
.page-title h1 {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 5px;
}
.page-title p {
  font-size: 22px;
  font-family: 'Lora';
  margin-bottom: 14px;
  color: #ed1c24;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media (max-width: 991px) {
  .page-title h1 {
    font-size: 48px;
  }
  .page-title p {
    font-size: 32px;
    margin-bottom: -5px;
  }
}
@media (max-width: 768px) {
  .page-title h1 {
    font-size: 36px;
  }
  .page-title p {
    font-size: 24px;
    margin-bottom: -5px;
  }
}
@media (max-width: 480px) {
  .page-title h1 {
    font-size: 24px;
  }
  .page-title p {
    font-size: 20px;
  }
}
.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: 35px;
  height: 35px;
  line-height: 35px !important;
  background-color: #eee;
}
.dialog.dialog--open a[data-dialog-close] i {
  font-size: 16px;
  line-height: 35px !important;
}
.dialog.dialog--open a[data-dialog-close]:hover {
  color: #ed1c24;
}
.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;
  }
}
body.safari .dialog__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
body.safari .dialog__content .morph-shape {
  display: none;
}
.main-menu:not(.x-nav-menu) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu:not(.x-nav-menu) li {
  position: relative;
}
.main-menu:not(.x-nav-menu) li li a {
  display: block;
  padding: 5px 0;
  color: inherit;
}
.main-menu:not(.x-nav-menu) li li a:hover {
  color: #ed1c24;
}
.main-menu:not(.x-nav-menu) li:hover > ul {
  display: block;
  border-top: solid 1px #eee;
  -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);
}
.main-menu:not(.x-nav-menu) > li {
  display: inline-block;
  line-height: 24px;
  padding-top: 41px;
  padding-bottom: 41px;
}
.main-menu:not(.x-nav-menu) > li + li {
  margin-left: 30px;
}
.main-menu:not(.x-nav-menu) > li > a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #212121;
}
.main-menu:not(.x-nav-menu) > li li + li > a {
  border-top: solid 1px #ededed;
}
.main-menu:not(.x-nav-menu) > li ul {
  display: none;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  color: #111;
  z-index: 999;
  border-bottom: solid 2px #ed1c24;
}
.main-menu:not(.x-nav-menu) > li ul li {
  position: relative;
  min-width: 210px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 35px;
}
.main-menu:not(.x-nav-menu) > li:hover > ul {
  top: 100%;
  left: auto;
}
.main-menu:not(.x-nav-menu) > li:last-child > ul {
  left: auto;
  right: 0;
}
.main-menu:not(.x-nav-menu) > li:last-child li:hover ul {
  left: auto;
  right: 100%;
}
.nav-menu-mobile:not(.x-nav-menu) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-menu-mobile:not(.x-nav-menu) li {
  border-top: solid 1px #313131;
  position: relative;
}
.nav-menu-mobile:not(.x-nav-menu) a {
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-menu-mobile:not(.x-nav-menu) ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #313131;
  position: relative;
}
.nav-menu-mobile:not(.x-nav-menu) ul li {
  border-color: #414141;
}
.nav-menu-mobile:not(.x-nav-menu) b.menu-caret {
  position: absolute;
  right: 20px;
}
.nav-menu-mobile:not(.x-nav-menu) b.menu-caret:before {
  content: "\f067";
  font-family: fontawesome;
  font-size: 10px;
  font-weight: 400;
  vertical-align: top;
}
b.x-caret:before {
  content: "\f107";
  font-family: fontawesome;
}
.x-sub-menu-open > a b.x-caret {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.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;
}
.x-image-layout {
  text-align: center;
}
.x-image-layout .x-menu-a-text {
  color: #111111;
}
.x-image-layout .x-menu-a-text:hover {
  color: #ed1c24;
}
@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: #ed1c24;
  }
  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: 1;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .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: 45px;
  }
  .x-nav-menu > .x-menu-item > .x-menu-a-text {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #111111;
    line-height: 1;
  }
  .x-nav-menu > .x-menu-item:not(.x-has-description) {
    line-height: 28.8px;
    padding-top: 38.6px;
    padding-bottom: 38.6px;
  }
  .x-sub-menu {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    color: #111;
    z-index: -1;
    list-style: none;
    background-color: #fff;
    border-bottom: solid 2px #ed1c24;
    -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;
    z-index: 1;
    min-width: 210px !important;
    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 #ededed;
  }
  .x-sub-menu .x-menu-a-text {
    line-height: 28px;
  }
  .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;
    border-top: solid 1px #eee;
  }
  .x-menu-a-text {
    font-size: 15px;
    font-weight: 500;
  }
  p.x-description {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
    color: #aaaaaa;
  }
  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;
  }
  .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 > 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 a.x-menu-a-text:hover {
    color: #ed1c24;
  }
  .x-sub-menu-standard .x-sub-menu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .x-sub-menu-multi-column {
    padding-bottom: 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 {
    margin-top: 20px;
  }
  .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: #191919;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: solid 2px #ededed;
  }
  .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: #ed1c24;
    color: #ffffff;
  }
  .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 > a.x-menu-a-text:hover {
    color: inherit;
  }
  .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: #ed1c24;
  }
  .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: #ed1c24 !important;
  }
  .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 #eeeeee;
  }
  .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: #ed1c24;
  }
  .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: 14px;
  }
  .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://justpizzacompany.com.au/wp-content/themes/g5plus-speci/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;
  }
}
.header-mobile-nav.menu-drop-fly .x-description {
  display: none;
}
/**
 * 3.0 - Widget
 * ----------------------------------------------------------------------------
 */
/*===============================================
                    SIDE BAR
=================================================*/
.sidebar .widget {
  margin-bottom: 65px;
}
.sidebar-mobile-canvas-icon-close {
  display: none;
}
.sidebar-mobile-canvas-icon {
  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;
  top: 245px;
  left: 0;
  z-index: 1001;
  background-color: #fff;
  -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 GENERAL
=================================================*/
.widget {
  margin-bottom: 60px;
}
.widget:after {
  content: '';
  clear: both;
  display: block;
}
.widget cite {
  font-family: 'Lora';
  color: #ed1c24;
}
.widget-title {
  padding: 0;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 15px;
}
.widget-title:before {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #ed1c24;
  top: 3px;
  bottom: 4px;
  left: 0;
}
/*===============================================
                  WIDGET DEFAULT
=================================================*/
/* 01 - search */
.search-form {
  position: relative;
  width: 100%;
}
.search-form .search-field {
  height: 44px;
  border: solid 1px #eeeeee;
  width: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-right: 65px;
  padding-left: 15px;
}
.search-form .search-field:focus {
  border-color: #ed1c24;
}
.search-form .search-submit {
  position: absolute;
  padding: 0;
  width: 44px;
  height: 44px;
  right: 1px;
  top: 0;
  font-size: 14px;
  background-color: transparent;
  color: #666666;
  border: none;
  border-left: 0;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search-form .search-submit:hover {
  color: #ed1c24;
}
.search-form .search-submit i {
  line-height: 44px;
  width: 44px;
  text-align: center;
}
/* 02 - calendar */
.widget_calendar .calendar_wrap caption {
  color: #111111;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding-top: 0;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar th {
  background-color: #eeeeee;
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
  border: solid 1px #eeeeee;
  text-align: center;
  padding: 8px 0 2px;
}
.widget_calendar #wp-calendar tbody td#today,
.widget_calendar #wp-calendar th#today {
  background-color: #ed1c24;
  color: #fff;
}
.widget_calendar #wp-calendar tfoot td {
  font-size: 12px;
  color: #111111;
  text-transform: uppercase;
  font-weight: bold;
}
.widget_calendar #wp-calendar td#next {
  text-align: right;
}
/* 03 - drop-down */
.widget_archive select,
.widget_categories select {
  width: 100%;
  margin: 0;
  margin-top: 5px;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: none;
}
/* 04 - list */
.widget_meta ul,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_product_categories ul,
.widget_recent_entries ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_meta > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_product_categories > ul,
.widget_recent_entries > ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -10px;
}
.widget_meta li,
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li,
.widget_product_categories li,
.widget_recent_entries li {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  color: #666666;
}
.widget_meta li span.count,
.widget_archive li span.count,
.widget_categories li span.count,
.widget_nav_menu li span.count,
.widget_pages li span.count,
.widget_product_categories li span.count,
.widget_recent_entries li span.count {
  float: right;
  color: #ed1c24;
  letter-spacing: 0.05em;
}
.widget_meta li > a,
.widget_archive li > a,
.widget_categories li > a,
.widget_nav_menu li > a,
.widget_pages li > a,
.widget_product_categories li > a,
.widget_recent_entries li > a {
  display: block;
  padding: 9px 0;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
  text-transform: uppercase;
  -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_meta li li > a,
.widget_archive li li > a,
.widget_categories li li > a,
.widget_nav_menu li li > a,
.widget_pages li li > a,
.widget_product_categories li li > a,
.widget_recent_entries li li > a {
  padding-left: 40px;
}
.widget_meta li li li > a,
.widget_archive li li li > a,
.widget_categories li li li > a,
.widget_nav_menu li li li > a,
.widget_pages li li li > a,
.widget_product_categories li li li > a,
.widget_recent_entries li li li > a {
  padding-left: 60px;
}
.widget_meta li li li li > a,
.widget_archive li li li li > a,
.widget_categories li li li li > a,
.widget_nav_menu li li li li > a,
.widget_pages li li li li > a,
.widget_product_categories li li li li > a,
.widget_recent_entries li li li li > a {
  padding-left: 80px;
}
.widget_meta ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul,
.widget_recent_entries ul ul {
  display: none;
}
.widget_meta .li-caret,
.widget_archive .li-caret,
.widget_categories .li-caret,
.widget_nav_menu .li-caret,
.widget_pages .li-caret,
.widget_product_categories .li-caret,
.widget_recent_entries .li-caret {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  right: 15px;
}
.widget_meta .li-caret.in:before,
.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,
.widget_recent_entries .li-caret.in:before {
  content: '\f068';
}
.widget_meta .current_page_item > a,
.widget_archive .current_page_item > a,
.widget_categories .current_page_item > a,
.widget_nav_menu .current_page_item > a,
.widget_pages .current_page_item > a,
.widget_product_categories .current_page_item > a,
.widget_recent_entries .current_page_item > a,
.widget_meta .current-cat > a,
.widget_archive .current-cat > a,
.widget_categories .current-cat > a,
.widget_nav_menu .current-cat > a,
.widget_pages .current-cat > a,
.widget_product_categories .current-cat > a,
.widget_recent_entries .current-cat > a,
.widget_meta .current-menu-item > a,
.widget_archive .current-menu-item > a,
.widget_categories .current-menu-item > a,
.widget_nav_menu .current-menu-item > a,
.widget_pages .current-menu-item > a,
.widget_product_categories .current-menu-item > a,
.widget_recent_entries .current-menu-item > a,
.widget_meta li > a:hover,
.widget_archive li > a:hover,
.widget_categories li > a:hover,
.widget_nav_menu li > a:hover,
.widget_pages li > a:hover,
.widget_product_categories li > a:hover,
.widget_recent_entries li > a:hover {
  color: #ed1c24;
}
.widget_meta .current_page_item > a + ul + span,
.widget_archive .current_page_item > a + ul + span,
.widget_categories .current_page_item > a + ul + span,
.widget_nav_menu .current_page_item > a + ul + span,
.widget_pages .current_page_item > a + ul + span,
.widget_product_categories .current_page_item > a + ul + span,
.widget_recent_entries .current_page_item > a + ul + span,
.widget_meta .current-cat > a + ul + span,
.widget_archive .current-cat > a + ul + span,
.widget_categories .current-cat > a + ul + span,
.widget_nav_menu .current-cat > a + ul + span,
.widget_pages .current-cat > a + ul + span,
.widget_product_categories .current-cat > a + ul + span,
.widget_recent_entries .current-cat > a + ul + span,
.widget_meta .current-menu-item > a + ul + span,
.widget_archive .current-menu-item > a + ul + span,
.widget_categories .current-menu-item > a + ul + span,
.widget_nav_menu .current-menu-item > a + ul + span,
.widget_pages .current-menu-item > a + ul + span,
.widget_product_categories .current-menu-item > a + ul + span,
.widget_recent_entries .current-menu-item > a + ul + span,
.widget_meta li > a:hover + ul + span,
.widget_archive li > a:hover + ul + span,
.widget_categories li > a:hover + ul + span,
.widget_nav_menu li > a:hover + ul + span,
.widget_pages li > a:hover + ul + span,
.widget_product_categories li > a:hover + ul + span,
.widget_recent_entries li > a:hover + ul + span {
  color: #ed1c24;
}
.widget_meta .current_page_ancestor > ul,
.widget_archive .current_page_ancestor > ul,
.widget_categories .current_page_ancestor > ul,
.widget_nav_menu .current_page_ancestor > ul,
.widget_pages .current_page_ancestor > ul,
.widget_product_categories .current_page_ancestor > ul,
.widget_recent_entries .current_page_ancestor > ul,
.widget_meta .current_page_parent > ul,
.widget_archive .current_page_parent > ul,
.widget_categories .current_page_parent > ul,
.widget_nav_menu .current_page_parent > ul,
.widget_pages .current_page_parent > ul,
.widget_product_categories .current_page_parent > ul,
.widget_recent_entries .current_page_parent > ul,
.widget_meta .current-cat-parent > ul,
.widget_archive .current-cat-parent > ul,
.widget_categories .current-cat-parent > ul,
.widget_nav_menu .current-cat-parent > ul,
.widget_pages .current-cat-parent > ul,
.widget_product_categories .current-cat-parent > ul,
.widget_recent_entries .current-cat-parent > ul,
.widget_meta .current-cat-ancestor > ul,
.widget_archive .current-cat-ancestor > ul,
.widget_categories .current-cat-ancestor > ul,
.widget_nav_menu .current-cat-ancestor > ul,
.widget_pages .current-cat-ancestor > ul,
.widget_product_categories .current-cat-ancestor > ul,
.widget_recent_entries .current-cat-ancestor > ul {
  display: block;
}
/* 05 - special */
.widget_recent_comments .rss-widget-icon,
.widget_rss .rss-widget-icon {
  margin-bottom: 4px;
}
.widget_recent_comments .widget-title,
.widget_rss .widget-title {
  margin-bottom: 0;
}
.widget_recent_comments ul,
.widget_rss ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_recent_comments > ul,
.widget_rss > ul {
  padding: 0;
}
.widget_recent_comments li,
.widget_rss li {
  padding: 10px 0;
}
.widget_recent_comments li ul,
.widget_rss li ul {
  padding-left: 20px;
}
.widget_recent_comments a,
.widget_rss a {
  color: #ed1c24;
}
/* 06 - tags */
.tagcloud {
  font-size: 0;
  margin-bottom: -5px;
}
.tagcloud a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px !important;
  line-height: 18px;
  padding: 5px 20px;
  margin: 0 5px 5px 0;
  border: solid 1px #eeeeee;
  -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: #ed1c24;
  border-color: #ed1c24;
  color: #ffffff;
}
/*===============================================
                WIDGET WOOCOMERCER
=================================================*/
/* 01 - price filter*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #ededed;
  height: 6px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  margin-bottom: 40px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  height: 6px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #ed1c24;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  height: 18px;
  width: 18px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: #ed1c24;
  top: -6px;
}
.woocommerce .widget_price_filter .price_label {
  font-size: 14px;
  text-transform: uppercase;
  color: #111111;
  line-height: 34px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #ed1c24;
  color: #ffffff;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #ffffff;
  background-color: #222;
}
/* 02 - product */
.woocommerce ul.product_list_widget li {
  padding: 0;
  margin-bottom: 30px;
}
.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 70px;
  margin: 0 10px 0 0;
}
.woocommerce ul.product_list_widget li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #111111;
}
.woocommerce ul.product_list_widget li a:hover {
  color: #ed1c24;
}
.woocommerce ul.product_list_widget span.reviewer,
.woocommerce ul.product_list_widget span.amount {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #8f8f8f;
}
.woocommerce ul.product_list_widget ins span.amount {
  text-decoration: none;
}
.woocommerce ul.product_list_widget del span.amount {
  font-size: 14px;
  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;
}
/* 03 - layered nav*/
.woocommerce .widget_layered_nav .widget-title,
.woocommerce .widget_layered_nav_filters .widget-title {
  margin-bottom: 0;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color),
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li a,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li a {
  color: inherit;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li {
  display: block;
  padding: 9px 20px;
  font-weight: 500;
  border-top: solid 1px transparent;
  border-bottom: solid 1px 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;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:before,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:before {
  content: "\f0da";
  font-family: fontawesome;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:hover,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:hover {
  background-color: #ed1c24;
  color: #ffffff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.woocommerce .widget_layered_nav .count,
.woocommerce .widget_layered_nav_filters .count {
  font-size: 1em;
}
/* 04 - yith woocommerce ajax product filter*/
/* color */
.woocommerce .widget_layered_nav ul.yith-wcan-color {
  margin-top: 40px;
  margin-bottom: -5px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a {
  position: relative;
  width: 34px;
  height: 34px;
  border: none;
  margin: 0 5px 5px 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover {
  border: none;
}
.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;
}
.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;
}
/* label */
.woocommerce .widget_layered_nav ul.yith-wcan-label {
  margin-top: 40px;
  margin-bottom: -5px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a {
  background-color: transparent;
  font-size: 12px;
  border: 1px solid #dddddd;
  margin: 0 5px 5px 0;
  line-height: 20px;
  padding: 4px 20px;
  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: #ed1c24;
  border-color: #ed1c24;
  color: #ffffff;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:before {
  display: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: #ffffff;
}
/* select */
.yit-wcan-select-open {
  margin-top: 40px;
  margin-bottom: 0;
}
/* == 05 yith woocompare */
.yith-woocompare-widget ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.yith-woocompare-widget a.button {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.yith-woocompare-widget ul.products-list a.remove {
  margin: 0;
  height: 16px;
  width: 14px;
  line-height: 1;
  font-size: 0;
}
.yith-woocompare-widget ul.products-list a.remove:hover {
  background-color: transparent;
}
.yith-woocompare-widget ul.products-list li a.title {
  font-weight: 500;
}
.yith-woocompare-widget ul.products-list li {
  margin-bottom: 20px;
}
.yith-woocompare-widget ul.products-list li:last-child {
  margin-bottom: 0;
}
/*===============================================
               WIDGET CUSTOM G5PLUS
=================================================*/
/* 01 - social profiles*/
.social-profiles a {
  display: inline-block;
}
.social-profiles a:hover i {
  color: #ed1c24;
}
.social-profiles.small a + a {
  margin-left: 18px;
}
.social-profiles.small i {
  font-size: 14px;
}
.social-profiles.large a + a {
  margin-left: 22px;
}
.social-profiles.large i {
  font-size: 18px;
}
/* 02 - posts */
.widget-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
.widget-posts li {
  margin-bottom: 30px;
}
.widget-posts li:last-child {
  margin-bottom: 0;
}
.widget-posts .entry-thumb-wrap {
  width: 70px;
  margin-bottom: 0;
  float: left;
}
.widget-posts .entry-thumb-wrap + .entry-content-wrap {
  padding-left: 85px;
}
.widget-posts .entry-post-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin: 0;
  line-height: 24px;
  margin-top: -4px;
}
.widget-posts .entry-meta-date {
  font-size: 13px;
  color: #ed1c24;
  font-weight: 500;
  font-family: 'Lora';
  line-height: 30px;
  margin-top: -3px;
}
.widget-posts .entry-thumbnail .zoomGallery {
  font-size: 12px;
  line-height: 30px;
}
.widget-posts .post-video .zoomGallery {
  font-size: 18px;
  line-height: 18px;
}
.widget-posts .owl-carousel > .owl-nav {
  display: none !important;
}
/* 03 - twitter */
.widget-feeds i {
  float: left;
  width: 30px;
  margin-top: 10px;
  font-size: 20px;
  color: #ed1c24;
}
.widget-feeds span.twitter-time {
  font-size: 15px;
  display: block;
  color: #b3b3b3;
}
.widget-feeds .twitter-content {
  overflow: hidden;
}
.widget-feeds .widget-twitter-item + .widget-twitter-item {
  margin-top: 30px;
}
/* 04 - mailchimp */
.mailchimp-widget {
  border: none;
}
.mailchimp-widget input[type='email'] {
  font-size: 16px;
  line-height: 42px;
  height: 44px;
  border: 1px solid #f3f3f3;
  text-align: center;
  margin-bottom: 15px;
  background-color: #f3f3f3;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mailchimp-widget input[type='email']:focus {
  border-color: #ed1c24;
}
.mailchimp-widget input[type="submit"] {
  letter-spacing: 0.15em;
}
/*===============================================
               PRIMARY SIDEBAR
=================================================*/
.primary-sidebar .widget:last-child {
  margin-bottom: 0;
}
.primary-sidebar .widget_meta > div,
.primary-sidebar .widget_archive > div,
.primary-sidebar .widget_categories > div,
.primary-sidebar .widget_nav_menu > div,
.primary-sidebar .widget_pages > div,
.primary-sidebar .widget_product_categories > div,
.primary-sidebar .widget_recent_entries > div {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .primary-sidebar {
    margin-top: 30px;
  }
  .sidebar-mobile-canvas-icon {
    display: block;
  }
  .sidebar-mobile-canvas-icon.changed {
    display: none;
  }
  .sidebar-mobile-canvas {
    margin-top: 0;
    opacity: 0;
    position: fixed;
    left: -300px;
    top: 0;
    padding: 30px;
    width: 300px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 999999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sidebar-mobile-canvas.changed {
    opacity: 1;
    left: 0;
  }
  .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 0 5px;
    display: block;
  }
  .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close i {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close:hover i {
    color: red;
  }
  .overlay-canvas-sidebar {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .overlay-canvas-sidebar.changed {
    display: block;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: url(https://justpizzacompany.com.au/wp-content/themes/g5plus-speci/assets/images/close.png) 15 15, default;
  }
}
/*Custom Class*/
.background-position-top.important {
  background-position: top !important;
}
/**
 * 4.0 - Header
 * ----------------------------------------------------------------------------
 */
.top-drawer-wrapper {
  background-color: #2f2f2f;
  color: #c5c5c5;
  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: #ed1c24;
  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: 0px;
  padding-bottom: 0px;
}
.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;
  padding: 5px 10px 5px 0;
}
.shopping-cart-icon > .icon > span {
  position: absolute;
  margin: auto;
  top: -7px;
  right: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background-color: #ed1c24;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 11px;
  font-weight: 400;
  padding-right: 1px;
}
.shopping-cart-list {
  display: block;
  visibility: hidden;
  opacity: 0;
  margin-top: 15px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  background: #fff;
  color: #212121;
  padding: 20px 0;
  width: 320px;
  line-height: 1.6;
  -webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -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-list li a {
  color: inherit;
}
.shopping-cart-list li a:hover {
  color: #ed1c24;
}
.shopping-cart-list ul.cart_list {
  list-style: none;
  margin: 0;
  max-height: 256px;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}
.shopping-cart-list ul.cart_list li img {
  width: 60px;
}
.shopping-cart-list ul.cart_list li,
.shopping-cart-list p.total {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 0;
}
.shopping-cart-list ul.cart_list li + li {
  border-top: solid 1px #eeeeee;
  padding-top: 15px;
}
.shopping-cart-list p.total {
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
  padding-top: 15px;
  margin-left: 20px;
  margin-right: 20px;
}
.shopping-cart-list ul.cart_list li:last-child {
  margin-bottom: 15px;
}
.shopping-cart-list ul.cart_list li.empty {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  text-align: center;
}
.shopping-cart-list li.mini_cart_item a.remove {
  position: absolute;
  right: 20px;
  font-size: 0;
  color: #212121 !important;
}
.shopping-cart-list li.mini_cart_item a.remove:before {
  content: '\f00d';
  font-family: 'fontawesome';
  font-size: 13px;
}
.shopping-cart-list li.mini_cart_item a.remove:hover {
  color: #ed1c24 !important;
}
.shopping-cart-list span.quantity {
  margin-top: 5px;
  display: block;
}
.shopping-cart-list p.buttons {
  margin: 0;
  text-align: center;
}
.shopping-cart-list p.buttons a.btn + a.btn {
  margin-left: 10px;
}
.shopping-cart-list p.buttons a {
  color: #FFFFFF;
  text-transform: uppercase;
}
.shopping-cart-list p.buttons a.btn-primary:hover {
  color: #ed1c24;
}
.widget_shopping_cart_content {
  position: relative;
  text-align: left;
}
.widget_shopping_cart_content:hover .shopping-cart-list {
  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);
}
.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 {
  line-height: 30px;
}
.bar-wrapper .widget {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
.bar-wrapper .widget + .widget {
  margin-left: 40px;
}
.bar-wrapper .menu {
  margin-top: 0;
}
.bar-wrapper .menu li {
  position: relative;
}
.bar-wrapper .menu > li {
  display: inline-block;
  line-height: 30px;
}
.bar-wrapper .menu > li.menu-item-has-children {
  padding-right: 15px;
}
.bar-wrapper .menu > li + li {
  margin-left: 40px;
  border-top: none;
}
.bar-wrapper .menu > li > ul {
  right: 0;
}
.bar-wrapper .menu > li:hover ul {
  -webkit-transform: translateY(0);
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
}
.bar-wrapper .menu > li .li-caret {
  top: 10px;
}
.bar-wrapper .menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.bar-wrapper .menu > li > .li-caret {
  color: inherit;
}
.bar-wrapper .menu > li:hover > .li-caret {
  color: #ed1c24;
}
.bar-wrapper .menu ul {
  display: block !important;
  padding: 0 15px;
  left: auto;
  right: 100%;
  min-width: 180px;
  background-color: #fff;
  color: #212121;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  max-height: 0;
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.bar-wrapper .menu ul a {
  padding-left: 0;
}
.bar-wrapper .widget_archive ul > li + li,
.bar-wrapper .widget_categories ul > li + li,
.bar-wrapper .widget_nav_menu ul > li + li,
.bar-wrapper .widget_pages ul > li + li,
.bar-wrapper .widget_product_categories ul > li + li {
  border-color: #eee;
}
.bar-wrapper .widget + .widget:before,
.bar-wrapper .menu > li + li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  height: 15px;
}
.bar-wrapper.text-center .bar-left,
.bar-wrapper.text-center .bar-right {
  text-align: center;
}
.top-bar-wrapper a:hover {
  color: #ed1c24;
}
.top-bar-wrapper {
  background-color: #ffffff;
  color: #111111;
}
.top-bar-wrapper a {
  color: inherit;
}
.top-bar-wrapper.full-border {
  border-bottom: solid 1px #eeeeee;
}
.top-bar-wrapper.container-border .top-bar-inner {
  border-bottom: solid 1px #eeeeee;
}
.top-bar-wrapper .widget + .widget:before,
.top-bar-wrapper .menu > li + li:before {
  border-left: solid 1px;
  border-left-color: #111111;
  border-right-color: #111111;
}
.top-bar-wrapper .search-form-small .search-form .search-field {
  border-color: #eeeeee;
  background-color: #fff;
}
.top-bar-wrapper .search-form-small .search-form .search-submit {
  background-color: #222 !important;
}
.top-bar-wrapper .search-form-square .search-form .search-field {
  background-color: #fff;
}
.container-fluid .top-bar-inner {
  padding-left: 35px;
  padding-right: 35px;
}
.top-bar-inner {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  header.header-mobile {
    display: none;
    height: 0;
  }
  .header-wrapper {
    background-color: #ffffff;
    color: #aaaaaa;
  }
  .header-wrapper .container-inner {
    position: relative;
  }
  .header-above-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .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: 0px;
    padding-bottom: 0px;
  }
  .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-nav-wrapper {
    background-color: #ffffff;
    color: #111111;
  }
  .header-nav-wrapper .search-form input {
    height: 44px;
  }
  .header-nav-wrapper .search-form .search-submit {
    height: 44px;
    width: 44px;
    padding: 0;
    text-align: center;
  }
  .header-right {
    float: right;
    text-align: right;
  }
  .header-customize-wrapper .header-customize-item:first-child {
    margin-left: 45px;
  }
  .header-customize-nav {
    float: right;
    line-height: 106px;
    color: #111111;
  }
  .header-customize-nav .header-customize-item {
    margin-left: 13px;
  }
  .header-customize-nav .header-customize-item i {
    font-size: 20px;
  }
  .header-customize-nav a {
    color: #111111;
  }
  .header-customize-nav a:hover {
    color: #ed1c24;
  }
  .header-customize-nav .shopping-cart-icon {
    border-top: none;
    border-bottom: none;
  }
  .header-customize-nav .shopping-cart-icon .subtotal-info-wrapper {
    display: none;
  }
  .header-customize-nav .shopping-cart-icon > .icon {
    padding-right: 10px;
  }
  .header-customize-nav .shopping-cart-icon > .icon > i {
    color: #111111;
  }
  .header-customize-nav .reservation-phone,
  .header-customize-nav .reservation-phone-no-border,
  .header-customize-nav .reservation-phone-no-border-nav-color {
    font-size: 13px;
  }
  .header-customize-nav .reservation-phone i,
  .header-customize-nav .reservation-phone-no-border i,
  .header-customize-nav .reservation-phone-no-border-nav-color i {
    margin-right: 10px;
    font-size: 13px;
    vertical-align: middle;
  }
  .header-customize-nav .reservation-phone {
    border: 1px solid;
    border-color: rgba(17, 17, 17, 0.6);
    padding: 14px 20px;
  }
  .header-customize-nav .reservation-phone i {
    color: rgba(17, 17, 17, 0.6);
  }
  .header-customize-nav .reservation-phone-no-border {
    color: #ed1c24;
    font-weight: 600;
  }
  .header-customize-nav .reservation-phone-no-border i {
    color: #111111;
  }
  .header-customize-nav .reservation-phone-no-border-nav-color {
    font-weight: 600;
  }
  .header-customize-nav .reservation-phone-no-border-nav-color i {
    color: rgba(17, 17, 17, 0.6);
  }
  .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: 13px;
  }
  .header-customize-right {
    float: right;
    text-align: right;
  }
  .header-customize-right .header-customize-item {
    margin-left: 13px;
  }
  .header-customize-item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    max-width: 100%;
  }
  .item-info {
    text-align: left;
  }
  .item-info > i,
  .item-info a {
    width: 36px;
    height: 36px;
    background-color: #ed1c24;
    text-align: center;
    line-height: 36px;
    float: left;
    display: block;
    border-radius: 5px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .item-info > i:hover,
  .item-info a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .item-info > span {
    display: block;
    line-height: 18px;
    position: relative;
    overflow: hidden;
    margin-left: 46px;
  }
  .item-info > span.label {
    font-weight: 700;
    color: #efefef;
  }
  .item-sidebar {
    line-height: 30px;
  }
  .item-sidebar .widget {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
  }
  .item-sidebar .widget + .widget {
    margin-left: 30px;
  }
  .item-sidebar .widget + .widget:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
    height: 15px;
    border-left: solid 1px;
    border-left-color: #eeeeee;
    border-right-color: #eeeeee;
  }
  .header-wrapper.full-border,
  .header-wrapper.container-border .container-inner {
    border-bottom: solid 1px #eeeeee;
  }
  .header-above-wrapper.full-border,
  .header-above-wrapper.container-border .header-above-inner {
    border-bottom: solid 1px #eeeeee;
  }
  .menu-categories {
    background-color: #ed1c24;
    color: #ffffff;
    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 a {
    color: #aaaaaa;
  }
  .header-accent-color a:hover {
    color: #919191;
  }
  .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 {
    line-height: 106px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
  }
  .header-nav-hidden .header-search {
    padding-right: 100px;
    margin-left: -20px;
  }
  .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: 100px;
    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";
  }
  .page-sidebar-right .header-nav-inner {
    text-align: right;
  }
  .page-sidebar-right .no-primary-menu > .row > .col-sm-3 {
    float: right;
  }
  .page-sidebar-right .no-primary-menu > .row > .col-sm-9 {
    float: left;
  }
  .page-sidebar-right .header-nav-hidden .menu-switch {
    float: left;
  }
  .page-sidebar-right .header-nav-hidden .header-search {
    padding-left: 100px;
    margin-right: -20px;
    padding-right: 0;
    margin-left: 0;
  }
  .page-sidebar-right .header-nav-hidden .product-text,
  .page-sidebar-right nav.primary-menu {
    padding-left: 0;
    padding-right: 20px;
  }
  .header-float {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
  }
  .header-float input[type="text"],
  .header-float input[type="search"],
  .header-float input[type="email"],
  .header-float input[type="url"],
  .header-float input[type="password"],
  .header-float input[type="tel"],
  .header-float textarea,
  .header-float select {
    color: #aaaaaa;
  }
  .header-float input[type="text"]::-webkit-input-placeholder,
  .header-float input[type="search"]::-webkit-input-placeholder,
  .header-float input[type="email"]::-webkit-input-placeholder,
  .header-float input[type="url"]::-webkit-input-placeholder,
  .header-float input[type="password"]::-webkit-input-placeholder,
  .header-float input[type="tel"]::-webkit-input-placeholder,
  .header-float textarea::-webkit-input-placeholder,
  .header-float select::-webkit-input-placeholder {
    color: #aaaaaa;
  }
  .header-float input[type="text"]:-moz-placeholder,
  .header-float input[type="search"]:-moz-placeholder,
  .header-float input[type="email"]:-moz-placeholder,
  .header-float input[type="url"]:-moz-placeholder,
  .header-float input[type="password"]:-moz-placeholder,
  .header-float input[type="tel"]:-moz-placeholder,
  .header-float textarea:-moz-placeholder,
  .header-float select:-moz-placeholder {
    color: #aaaaaa;
  }
  .header-float input[type="text"]::-moz-placeholder,
  .header-float input[type="search"]::-moz-placeholder,
  .header-float input[type="email"]::-moz-placeholder,
  .header-float input[type="url"]::-moz-placeholder,
  .header-float input[type="password"]::-moz-placeholder,
  .header-float input[type="tel"]::-moz-placeholder,
  .header-float textarea::-moz-placeholder,
  .header-float select::-moz-placeholder {
    color: #aaaaaa;
  }
  .header-float input[type="text"]:-ms-input-placeholder,
  .header-float input[type="search"]:-ms-input-placeholder,
  .header-float input[type="email"]:-ms-input-placeholder,
  .header-float input[type="url"]:-ms-input-placeholder,
  .header-float input[type="password"]:-ms-input-placeholder,
  .header-float input[type="tel"]:-ms-input-placeholder,
  .header-float textarea:-ms-input-placeholder,
  .header-float select:-ms-input-placeholder {
    color: #aaaaaa;
  }
  .header-search-gray header .search-form input {
    border-color: #eeeeee;
  }
  .header-search-gray header .search-form button {
    background-color: #eeeeee;
  }
  .header-search-gray2 header .search-form input {
    border-color: #d5d5d5;
  }
  .header-search-gray2 header .search-form button {
    background-color: #d5d5d5;
  }
  .header-customize-item.search-form-small .search-form .search-field {
    border-color: #d5d5d5;
  }
  .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;
    line-height: 1;
  }
  .is-sticky .menu-categories,
  .is-sticky .menu-categories-select > i,
  .is-sticky .header-customize-nav {
    line-height: 55px;
  }
  .is-sticky .logo-header img {
    max-height: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .is-sticky .logo-sticky {
    display: initial;
  }
  .is-sticky .has-logo-sticky .no-sticky {
    display: none;
  }
  .header-1 .is-sticky .header-above-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-nav-hidden .is-sticky .product-text,
  .header-nav-hidden .is-sticky .menu-switch {
    line-height: 55px;
  }
  .header-1 .header-customize-nav {
    display: inline-block;
    vertical-align: middle;
  }
  .header-1 .primary-menu {
    float: right;
  }
  .header-2 .primary-menu {
    float: left;
    margin-left: 5%;
  }
  .header-3 .primary-menu {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header-4 .logo-header {
    float: none;
    position: absolute;
    width: 30%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .header-4 .item-search {
    max-width: 400px;
  }
  .header-4 nav.primary-menu {
    display: inline-block;
    vertical-align: middle;
  }
  .header-4 .header-row > .container,
  .header-4 .header-row > .container-fluid {
    text-align: center;
  }
  .header-4 .header-customize-left,
  .header-4 .header-customize-right {
    height: 106px;
  }
  .header-4 .search-form input {
    width: 320px;
  }
}
@media screen and (max-width: 1199px) {
  .header-4 .item-search {
    max-width: 350px;
  }
}
.nav-custom-list {
  font-size: 13px;
  font-weight: 700;
}
.nav-custom-list a + a {
  margin-left: 30px;
}
.is-sticky .header-above-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.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;
}
.header-is-float .is-sticky .sticky-region {
  background-color: rgba(0, 0, 0, 0.9);
}
.header-is-float .is-sticky .sticky-region .header-customize-nav a:hover,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.menu-current > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li > a.x-menu-a-text:hover,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.x-menu-item:hover > a {
  color: #ed1c24 !important;
}
body.boxed .is-sticky .sticky-region {
  max-width: 1210px;
  width: 100%;
}
header.main-header .textwidget > span i,
header.header-mobile .textwidget > span i {
  font-size: 13px;
  margin-right: 5px;
}
@media screen and (max-width: 1300px) {
  .header-customize-nav .reservation-phone,
  .header-customize-nav .reservation-phone-no-border,
  .header-customize-nav .reservation-phone-no-border-nav-color {
    display: none;
  }
}
.header-5 p.x-description {
  color: #ddd;
}
.header-5 .shopping-cart-icon > .icon > span {
  background-color: #FFFFFF;
  color: #ed1c24;
}
@media screen and (max-width: 991px) {
  header.main-header {
    display: none;
  }
  header.header-mobile {
    display: block;
    height: auto;
  }
  .top-bar-wrapper {
    background-color: #ffffff !important;
    color: #111111 !important;
  }
  .top-bar-wrapper.full-border {
    border-bottom: solid 1px #eeeeee !important;
  }
  .top-bar-wrapper.container-border .top-bar-inner {
    border-bottom: solid 1px #eeeeee !important;
  }
  .top-bar-wrapper .widget + .widget:before,
  .top-bar-wrapper .menu > li + li:before {
    border-left: solid 1px;
    border-left-color: #eeeeee;
    border-right-color: #eeeeee;
  }
  .top-bar-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .header-mobile-inner {
    background-color: #ffffff !important;
    color: #111111 !important;
  }
  .header-mobile-inner a {
    color: #111111;
  }
  .header-mobile-inner a:hover {
    color: #ed1c24;
  }
  .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: #111111 !important;
  }
  .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;
    position: relative;
    z-index: 1;
  }
  .logo-mobile-wrapper {
    position: absolute;
    padding-left: 100px;
    padding-right: 100px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .logo-mobile-wrapper img {
    max-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .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-fly .x-sub-menu-open > a b.x-caret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .is-sticky {
    height: 60px;
  }
  .is-sticky .header-mobile-container-inner > div {
    line-height: 60px !important;
  }
}
/**
 * 5.0 - Footer
 * ----------------------------------------------------------------------------
 */
.main-footer-wrapper {
  background-color: #ffffff;
  color: #4a4a4a;
}
.main-footer-wrapper .bar-wrapper .menu > li {
  color: inherit !important;
}
.main-footer-wrapper .bar-wrapper .menu > li:hover ul {
  visibility: hidden;
  opacity: 0;
}
.main-footer-wrapper .bar-wrapper .menu > li > a {
  color: inherit;
  font-size: 13px;
  font-weight: bold;
}
.main-footer-wrapper .bar-wrapper .menu > li > a:hover {
  color: #ed1c24;
}
.main-footer-wrapper .li-caret {
  display: none;
}
.main-footer-wrapper .current-menu-item a,
.main-footer-wrapper .current_page_item a {
  color: #ed1c24 !important;
}
.main-footer.full-border {
  border-top: solid 1px #eeeeee;
}
.main-footer.container-border .footer-inner {
  border-top: solid 1px #eeeeee;
}
.main-footer a {
  color: inherit;
}
.main-footer a:hover {
  color: #ed1c24;
}
.main-footer .widget-title {
  color: #111111;
  border-bottom-color: #eeeeee;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 47px;
  border-bottom: 0;
  padding-left: 0;
  letter-spacing: 0.05em;
  padding-top: 40px;
}
.main-footer .widget-title:before {
  display: none;
}
.main-footer .widget {
  margin-bottom: 28px;
}
.main-footer .menu {
  margin-top: -10px;
}
.main-footer .menu-item a {
  padding: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}
.footer-inner {
  padding-top: 60px;
  padding-bottom: 25px;
}
.bottom-bar-wrapper {
  background-color: #1b2127;
  color: #ffffff;
}
.bottom-bar-wrapper.full-border {
  border-top: solid 1px #eeeeee;
}
.bottom-bar-wrapper.container-border .bottom-bar-inner {
  border-top: solid 1px #eeeeee;
}
.bottom-bar-wrapper .widget + .widget {
  margin-left: 10px;
}
.bottom-bar-inner {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 15px;
}
@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;
  }
  footer.enable-parallax.static {
    position: static !important;
  }
  body.boxed footer.enable-parallax {
    max-width: 1210px;
  }
}
@media only screen and (max-width: 991px) {
  .bottom-bar-left,
  .bottom-bar-right {
    text-align: center;
  }
  .bottom-bar-left {
    margin-bottom: 10px;
  }
}
@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;
  }
}
/*-------------------------
     RIGHT TO LEFT
------------------------*/
.rtl .bottom-bar-wrapper .widget + .widget {
  margin-right: 10px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .rtl footer.footer-collapse-able .widget-title:after {
    float: left;
  }
}
/**
 * 6.0 - Blog
 * ----------------------------------------------------------------------------
 */
/*Archive*/
.entry-content-date {
  height: 66px;
  width: 66px;
  text-align: center;
  background-color: #ed1c24;
  color: #fff;
  position: relative;
  margin-right: 20px;
  float: left;
}
.entry-content-date span {
  position: absolute;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
}
.entry-content-date p {
  position: absolute;
  font-weight: 700;
  left: 0;
  right: 0;
  top: 32px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.entry-title-and-meta {
  overflow: hidden;
}
.entry-post-meta > div {
  display: inline-block;
  font-size: 14px;
  font-family: 'Lora';
  margin-right: 20px;
}
.entry-post-meta > div:last-child {
  margin-right: 0;
}
.entry-post-meta i {
  font-size: 16px;
  margin-right: 3px;
}
h3.entry-post-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #111;
  font-weight: 900;
  line-height: 1.875;
  margin-bottom: 5px !important;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h3.entry-post-title a {
  color: #111111;
}
h3.entry-post-title a:hover {
  color: #ed1c24;
}
.entry-excerpt {
  clear: both;
  margin-top: 20px;
  line-height: 1.8;
  max-height: 5.4em;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-read-more {
  border: 2px solid #eeeeee;
  background-color: transparent;
  font-size: 13px;
  line-height: 2.21538462;
  color: #111111;
  text-transform: uppercase;
  font-weight: 900;
  padding: 6px 20px;
  letter-spacing: 0.15em;
  display: inline-block;
  margin-top: 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;
}
.blog-read-more i {
  font-size: 16px;
  margin-left: 5px;
}
.blog-read-more:hover {
  border-color: #ed1c24;
}
.blog-load-more {
  font-size: 13px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.archive-wrap article {
  margin-bottom: 70px;
}
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-small-image,
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image,
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
  height: 166px;
  padding: 0;
}
article.format-audio iframe {
  height: 166px;
}
article.format-video .embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
  padding-bottom: 48.2905983%;
}
article.format-video .entry-thumb-wrap a.zoomGallery {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
article.format-video .entry-thumb-wrap a.zoomGallery i:hover {
  background-color: #ed1c24;
  border-color: #ed1c24;
}
article.format-video .entry-thumb-wrap a.zoomGallery i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  line-height: 36px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
article.format-link blockquote {
  padding: 20px;
  border: none;
  border: 2px solid #eeeeee;
  padding-left: 55px;
}
article.format-link blockquote:before {
  content: "\e62d";
  font-family: themify;
  font-size: 30px;
  color: #ed1c24;
  position: absolute;
  left: 15px;
  top: 15px;
}
article.format-link blockquote a {
  font-size: 18px;
  letter-spacing: 0;
  color: #111111;
  font-family: 'Lora';
  line-height: 1.6;
  font-style: italic;
}
article.format-link blockquote a:hover {
  color: #ed1c24;
}
article.format-quote blockquote {
  padding: 20px;
  border: none;
  border: 2px solid #eeeeee;
  padding-left: 55px;
}
article.format-quote blockquote:before {
  content: "\e67f";
  font-family: themify;
  font-size: 30px;
  color: #ed1c24;
  position: absolute;
  left: 15px;
  top: 15px;
}
article.format-quote blockquote p {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #111111;
  font-family: 'Lora';
  line-height: 1.8666667;
  font-style: italic;
}
article.format-quote cite {
  display: block;
  margin-top: 10px;
}
article.format-quote cite a {
  color: #ed1c24;
}
article.sticky .entry-content-date {
  position: relative;
}
article.sticky .entry-content-date:before {
  content: "";
  background-color: transparent;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border: 1px solid #fff;
}
.entry-thumb-wrap {
  position: relative;
  margin-bottom: 25px;
}
.entry-thumb-wrap a.zoomGallery {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 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;
}
.entry-thumb-wrap a.zoomGallery i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.entry-thumb-wrap:hover a.zoomGallery {
  opacity: 1;
}
.entry-thumb-wrap .owl-nav {
  margin-top: 0;
}
.entry-thumb-wrap .owl-nav div.owl-prev,
.entry-thumb-wrap .owl-nav div.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.entry-thumb-wrap .owl-nav div.owl-prev i,
.entry-thumb-wrap .owl-nav div.owl-next i {
  line-height: 36px;
  border: 2px solid #fff;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.entry-thumb-wrap .owl-nav div.owl-prev:hover i,
.entry-thumb-wrap .owl-nav div.owl-next:hover i {
  color: #ed1c24 !important;
  border-color: #fff;
  background-color: #fff;
}
.entry-thumb-wrap .owl-nav div.owl-next {
  right: 20px;
}
.entry-thumb-wrap .owl-nav div.owl-prev {
  left: 20px;
}
.entry-thumb-wrap .owl-dots {
  display: none;
}
.embed-responsive.embed-responsive-16by9.embed-responsive-small-image {
  padding-bottom: 100%;
}
.embed-responsive.embed-responsive-16by9.embed-responsive-medium-image {
  padding-bottom: 70.1754386%;
}
/*Archive Grid*/
.archive-grid .entry-info-post {
  overflow: hidden;
}
.archive-grid .entry-info-post h3.entry-post-title {
  margin-bottom: 0;
}
/*Archive Medium Image*/
.archive-medium-image .entry-thumb-wrap {
  width: 370px;
  float: left;
  margin-right: 30px;
}
.archive-medium-image .entry-content-inner {
  overflow: hidden;
}
.archive-medium-image .entry-info-post {
  overflow: hidden;
}
.archive-medium-image .entry-info-post h3.entry-post-title {
  margin-bottom: 0;
}
.archive-medium-image .entry-excerpt {
  max-height: 7.2em;
}
.archive-medium-image .blog-read-more {
  margin-top: 3px;
}
@media (max-width: 768px) {
  .archive-medium-image .entry-thumb-wrap {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .archive-medium-image .entry-thumb-wrap img {
    width: 100%;
  }
  .archive-medium-image .entry-info-post {
    overflow: hidden;
  }
  .archive-medium-image .entry-info-post h3.entry-post-title {
    margin-bottom: 0;
  }
  .archive-medium-image .entry-excerpt {
    max-height: 7.2em;
  }
  .archive-medium-image .blog-read-more {
    margin-top: 10px;
  }
}
/*Single*/
.single-blog-inner article {
  margin-bottom: 20px;
}
.single-blog-inner .entry-info-post {
  margin-bottom: 20px;
}
.single-blog-inner .entry-content p {
  margin-bottom: 25px;
}
.single-blog-inner .entry-content blockquote {
  position: relative;
  padding: 0;
  border: none;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.single-blog-inner .entry-content blockquote p {
  color: #111111;
  font-size: 15px;
  line-height: 1.866667;
  font-style: italic;
  letter-spacing: 0.02em;
  font-family: 'Lora';
  margin-bottom: 0;
}
.single-blog-inner .entry-content blockquote:before {
  content: "";
  position: absolute;
  width: 2px;
  left: 0;
  top: 17px;
  bottom: 27px;
  background-color: #ed1c24;
}
.single-blog-inner .entry-meta-tag-wrap {
  padding: 13px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.single-blog-inner .entry-meta-tag-wrap i {
  color: #ed1c24;
}
.single-blog-inner .entry-meta-tag-wrap .social-share {
  display: block;
  width: 50%;
  float: right;
  text-align: right;
}
.single-blog-inner .entry-meta-tag-wrap .social-share span {
  font-weight: 700;
  color: #111111;
}
.single-blog-inner .entry-meta-tag-wrap .social-share i {
  margin-right: 15px;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag {
  display: block;
  width: 50%;
  float: left;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag i {
  margin-right: 15px;
}
.single-blog-inner .entry-meta-tag-wrap .entry-meta-tag span {
  font-size: 18px;
  letter-spacing: 0.15em;
  font-weight: 900;
  text-transform: uppercase;
  color: #111111;
  margin-right: 5px;
}
.single-blog-inner .entry-meta-tag-wrap .social-share-hover {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.single-blog-inner .entry-meta-tag-wrap .social-share-hover:hover .social-share-list {
  bottom: -40px;
  border: 1px solid #eeeeee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.single-blog-inner .entry-meta-tag-wrap .social-share-hover .social-share-list {
  position: absolute;
  top: 100%;
  bottom: 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid transparent;
  min-width: 192px;
  -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: 0;
  padding: 0 5px;
  font-size: 0;
  text-align: center;
}
.single-blog-inner .entry-meta-tag-wrap .social-share-hover .social-share-list a {
  display: inline-block;
  text-align: center;
  height: 38px;
  line-height: 38px;
  width: 30px;
  margin: 0;
  float: left;
}
.single-blog-inner .entry-meta-tag-wrap .social-share-hover .social-share-list a i {
  line-height: 38px;
  font-size: 16px;
  margin: 0;
  color: #111111;
}
.single-blog-inner .entry-meta-tag-wrap .social-share-hover .social-share-list a:hover i {
  color: #ed1c24;
}
.single-blog-inner .entry-meta-tag-wrap .social-share-hover .list-social-icon {
  display: inline-block;
}
.single-blog-inner .post-navigation {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.single-blog-inner .post-navigation .nav-previous {
  width: 50%;
  float: left;
  text-align: left;
}
.single-blog-inner .post-navigation .nav-next {
  width: 50%;
  float: right;
  text-align: right;
}
.single-blog-inner .post-navigation .post-navigation-content {
  display: inline-block;
}
.single-blog-inner .post-navigation .post-navigation-title {
  color: #111111;
  font-weight: 400;
}
.single-blog-inner .post-navigation a {
  display: block;
}
.single-blog-inner .author-info {
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}
.single-blog-inner .author-info .author-avatar {
  width: 136px;
  float: left;
  margin-right: 30px;
}
.single-blog-inner .author-info .author-avatar img {
  margin: 0;
}
.single-blog-inner .author-info .author-description {
  overflow: hidden;
}
.single-blog-inner .author-info .author-description .author-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-top: 5px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.single-blog-inner .author-info .author-description .author-title a {
  color: #111111;
}
.single-blog-inner .author-info .author-description .author-title a:hover {
  color: #ed1c24;
}
.single-blog-inner .author-info .author-social-profile {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-blog-inner .author-info .author-social-profile li {
  display: inline-block;
  margin-right: 20px;
}
.single-blog-inner .author-info .author-social-profile li a i {
  color: #111111;
}
.single-blog-inner .author-info .author-social-profile li a:hover i {
  color: #ed1c24;
}
.single-blog-inner .author-info .author-social-profile li:last-child {
  margin-right: 0;
}
.single-blog-inner .author-info .author-bio {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.single-blog-inner .comments-area ol {
  list-style: none;
}
.single-blog-inner .comments-area ol.children {
  margin-top: 35px;
}
.single-blog-inner .comments-area .comment-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.single-blog-inner .comments-area .comment-list > li:first-child {
  border-top: none;
}
.single-blog-inner .comments-area .comment-list .comment-respond .blog-line-title {
  margin-bottom: 20px;
}
.single-blog-inner .comments-area img.avatar {
  float: left;
  margin: 0;
  margin-right: 20px;
}
.single-blog-inner .comments-area .comment-text {
  overflow: hidden;
}
.single-blog-inner .comments-area .comment-author-date {
  line-height: 16px;
  margin-bottom: 20px;
}
.single-blog-inner .comments-area .author-name {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 5px;
  line-height: 16px;
  color: #111111;
}
.single-blog-inner .comments-area .comment-date {
  padding-left: 10px;
  display: inline-block;
  font-size: 14px;
  color: #ed1c24;
  line-height: 16px;
}
.single-blog-inner .comments-area .author-name + .comment-date {
  position: relative;
}
.single-blog-inner .comments-area .author-name + .comment-date:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 16px;
  background-color: #eeeeee;
  margin: auto;
}
.single-blog-inner .comments-area .comment-meta {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  text-align: right;
  line-height: 16px;
  padding-top: 15px;
}
.single-blog-inner .comments-area .comment-meta .sl-wrapper,
.single-blog-inner .comments-area .comment-meta .comment-reply-link,
.single-blog-inner .comments-area .comment-meta .comment-edit-link {
  padding-right: 15px;
  padding-left: 15px;
  line-height: 16px;
}
.single-blog-inner .comments-area .comment-meta .comment-reply-link,
.single-blog-inner .comments-area .comment-meta .comment-edit-link {
  border-left: 1px solid #eeeeee;
}
.single-blog-inner .comments-area .comment-meta .comment-reply-link {
  color: #ed1c24;
}
.single-blog-inner .comments-area .comment-meta a {
  color: #111111;
}
.single-blog-inner .comments-area .comment-meta a:hover {
  color: #ed1c24;
}
.single-blog-inner .comments-area li.comment {
  border-top: 1px solid #eeeeee;
  padding-top: 45px;
  margin-bottom: 35px;
}
.single-blog-inner .comments-area li.comment:last-child {
  margin-bottom: 0;
}
.single-blog-inner .comments-area .comment-form .form-group {
  margin-bottom: 25px;
}
.single-blog-inner .comments-area .comment-form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 5px;
}
.single-blog-inner .comments-area .comment-form .input-name,
.single-blog-inner .comments-area .comment-form .input-email {
  width: 50%;
  float: left;
}
.single-blog-inner .comments-area .comment-form .input-name {
  padding-right: 15px;
}
.single-blog-inner .comments-area .comment-form .input-email {
  padding-left: 15px;
}
.single-blog-inner .comments-area .comment-form .input-phone {
  clear: both;
}
.single-blog-inner .comments-area .comment-form input[type='text'],
.single-blog-inner .comments-area .comment-form input[type='email'],
.single-blog-inner .comments-area .comment-form textarea {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  border: 2px solid #eeeeee;
  height: 44px;
  line-height: 40px;
  padding-left: 15px;
}
.single-blog-inner .comments-area .comment-form textarea {
  height: 175px;
  padding-top: 0;
}
.single-blog-inner .comments-area .comment-form button {
  font-size: 13px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.single-blog-inner .comments-area .comment-form button:hover {
  color: #ed1c24;
}
.single-blog-inner .comments-area .comment-respond {
  margin-top: 35px;
}
.single-blog-inner .comments-area .comment-respond .blog-line-title {
  margin-bottom: 45px;
}
.single-blog-inner .blog-line-title {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  position: relative;
  padding-left: 15px;
}
.single-blog-inner .blog-line-title:before {
  content: "";
  position: absolute;
  width: 3px;
  background-color: #ed1c24;
  top: 3px;
  bottom: 4px;
  left: 0;
}
.single-blog-inner .post-related-wrap article .owl-nav {
  display: none;
}
.single-blog-inner .post-related-wrap article .owl-dots {
  display: block;
  margin-top: 0 !important;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.single-blog-inner .post-related-wrap article .owl-dots > div {
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  height: 13px;
  width: 13px;
}
.single-blog-inner .post-related-wrap article .owl-dots > div.active,
.single-blog-inner .post-related-wrap article .owl-dots > div:hover {
  background-color: #ed1c24 !important;
  border-color: #ed1c24 !important;
  width: 13px !important;
  height: 13px !important;
}
.single-blog-inner .post-related-wrap .owl-dots {
  display: none;
}
.single-blog-inner .post-related-wrap .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;
  margin-top: 0;
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-prev,
.single-blog-inner .post-related-wrap .owl-nav > div.owl-next {
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-prev {
  right: 45px;
  left: inherit;
}
.single-blog-inner .post-related-wrap .owl-nav > div.owl-next {
  right: 0;
}
.single-blog-inner .post-related-wrap .blog-line-title {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .single-blog-inner .comments-area img.avatar {
    width: 70px;
    margin-right: 15px;
  }
  .single-blog-inner .comments-area ol.children {
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .single-blog-inner .comments-area img.avatar {
    width: 50px;
    margin-right: 7px;
  }
  .single-blog-inner .entry-meta-tag-wrap .social-share {
    margin-top: 20px;
    width: 100%;
    float: none;
    text-align: left;
  }
  .single-blog-inner .entry-meta-tag-wrap .entry-meta-tag {
    display: block;
    width: 100%;
    float: none;
  }
  .single-blog-inner .entry-meta-tag-wrap .social-share-hover {
    z-index: 999;
  }
  .single-blog-inner .entry-meta-tag-wrap .social-share-hover .social-share-list {
    left: 0;
    right: inherit;
  }
  .single-blog-inner .author-info .author-avatar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .single-blog-inner .author-info .author-avatar img {
    width: 100%;
  }
  .single-blog-inner .author-info .author-description {
    overflow: inherit;
  }
}
@media (max-width: 320px) {
  .single-blog-inner .comments-area img.avatar {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.sl-wrapper {
  position: relative;
}
.sl-wrapper #sl-loader {
  position: absolute;
  bottom: 20px;
  right: 0;
}
.vertical-image {
  float: right;
  margin-bottom: 1em;
  margin-left: 2%;
  max-width: 33%;
}
article.post-single .entry-thumbnail {
  display: inline-block;
  position: relative;
}
article.post-single .entry-thumbnail img {
  width: auto;
}
/**
 * 8.0 - ShortCode
 * ----------------------------------------------------------------------------
 */
/**
* Button
* ----------------------------------------------------------------------------
*/
.g5plus-btn-container {
  display: block;
  max-width: 100%;
}
.g5plus-btn-container.btn-inline {
  display: inline-block;
  vertical-align: top;
}
.g5plus-btn-container.btn-right {
  text-align: right;
}
.g5plus-btn-container.btn-center {
  text-align: center;
}
.g5plus-btn-container.btn-left {
  text-align: left;
}
.btn,
button,
input[type="submit"] {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.15em;
  padding: 11px 19px;
  color: #ffffff;
  background-color: #ed1c24;
  border: solid 2px;
  border-color: #ed1c24;
  font-weight: 900;
  -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-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus {
  color: #ed1c24;
  background-color: transparent;
  border-color: #ed1c24;
}
.btn:hover.btn-outline,
button:hover.btn-outline,
input[type="submit"]:hover.btn-outline,
.btn:focus.btn-outline,
button:focus.btn-outline,
input[type="submit"]:focus.btn-outline {
  color: #fff;
  background-color: #ed1c24;
  border-color: #ed1c24;
}
.btn.btn-outline,
button.btn-outline,
input[type="submit"].btn-outline {
  color: #ed1c24;
  background-color: transparent;
}
.btn.disabled,
.btn[disabled],
button[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-icon i {
  font-size: 12px;
  margin-right: 5px;
}
.btn.btn-icon-right i {
  margin-right: 0;
  margin-left: 5px;
}
.btn.btn-xs {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 12px;
}
.btn.btn-sm {
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn.btn-md {
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn.btn-gray {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #111111;
}
.btn.btn-gray.btn-outline {
  color: #111111;
  background-color: transparent;
}
.btn.btn-gray:hover {
  border-color: #eeeeee;
  background-color: transparent;
  color: #111111;
}
.btn.btn-gray:hover.btn-outline {
  color: #111111;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn.btn-dark {
  border-color: #111111;
  background-color: #111111;
}
.btn.btn-dark.btn-outline {
  color: #111111;
  background-color: transparent;
}
.btn.btn-dark:hover {
  background-color: transparent;
  border-color: #111111;
  color: #111111;
}
.btn.btn-dark:hover.btn-outline {
  border-color: #111111;
  background-color: #111111;
  color: #fff;
}
.btn.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #111111;
}
.btn.btn-white.btn-outline {
  color: #fff;
  background-color: transparent;
}
.btn.btn-white:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-white:hover.btn-outline {
  color: #111111;
  background-color: #fff;
  border-color: #fff;
}
/*
------------Testimonials--------------*/
.g5plus-testimonials .testimonial-item:before {
  color: #ed1c24;
}
.g5plus-testimonials .testimonial-item h4:before {
  border-top-color: #ed1c24;
}
.g5plus-testimonials .testimonial-item span {
  font-family: 'Lora';
}
/*
------------Contact Form------------*/
.g5plus-contact-form input,
.g5plus-contact-form textarea {
  width: 100%;
  background-color: #fff;
  border: 2px solid #eee;
  font-weight: 400;
  margin-top: 7px;
  margin-bottom: 21px;
}
.g5plus-contact-form input[type="submit"] {
  width: inherit;
  margin: 0;
  font-weight: 900;
}
.g5plus-contact-form span {
  font-size: 14px;
  font-weight: 900;
  color: #666666;
}
.g5plus-contact-form img {
  display: none;
}
/*
-------------reservation form--------------*/
.picker__input.picker__input--active {
  border-color: #ed1c24 !important;
}
.picker--focused .picker__day--selected,
.picker--focused .picker__day--selected:hover {
  background: #ed1c24 !important;
}
.picker--focused .picker__day--infocus:hover,
.picker--focused .picker__day--outfocus:hover {
  background-color: rgba(237, 28, 36, 0.5) !important;
}
.picker--focused .picker__list-item--selected,
.picker--focused .picker__list-item--selected:hover {
  background: #ed1c24 !important;
}
.picker__list-item--highlighted,
.picker__list-item:hover {
  border-color: #ed1c24 !important;
  background-color: rgba(237, 28, 36, 0.5) !important;
}
.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
  background-color: rgba(237, 28, 36, 0.5) !important;
}
.picker__nav--next:hover,
.picker__nav--prev:hover {
  background-color: rgba(237, 28, 36, 0.5) !important;
}
.rtb-booking-form {
  position: relative;
  min-height: 435px;
}
.rtb-booking-form fieldset {
  border: none;
}
.rtb-booking-form legend {
  display: none;
}
.rtb-booking-form label {
  font-size: 14px;
  font-weight: 900;
  color: #666666;
  letter-spacing: 0.05em;
}
.rtb-booking-form input,
.rtb-booking-form select,
.rtb-booking-form textarea {
  border-style: solid;
  border-width: 2px;
  border-color: #eeeeee;
  max-width: 100% !important;
  margin-top: 8px;
  background-color: #fff;
}
.rtb-booking-form input:focus,
.rtb-booking-form select:focus,
.rtb-booking-form textarea:focus {
  border-color: #ed1c24;
}
.rtb-booking-form .rtb-text {
  position: absolute;
  width: 100%;
  margin: 0;
}
.rtb-booking-form .rtb-text.name {
  top: 0;
  left: 0;
  width: 50%;
  padding-right: 15px;
}
.rtb-booking-form .rtb-text.date {
  top: 0;
  right: 0;
  width: 50%;
  padding-left: 15px;
}
.rtb-booking-form .rtb-text.date #rtb-date {
  border-right-width: 70px;
}
.rtb-booking-form .rtb-text.time {
  top: 30px;
  right: 0;
  width: 70px;
}
.rtb-booking-form .rtb-text.time label {
  display: none;
}
.rtb-booking-form .rtb-text.time #rtb-time {
  border-left-color: transparent;
  background-clip: content-box;
  padding: 0;
  text-align: center;
}
.rtb-booking-form .rtb-text.time #rtb-time:focus {
  border-left-color: #ed1c24;
}
.rtb-booking-form .rtb-text.email {
  top: 110px;
  right: 0;
  width: 50%;
  padding-left: 15px;
}
.rtb-booking-form .party {
  position: absolute;
  top: 110px;
  left: 0;
  width: 50%;
  padding-right: 15px;
  margin: 0;
}
.rtb-booking-form .party select {
  width: 100%;
}
.rtb-booking-form .message {
  left: 0 !important;
  top: 221px !important;
  width: 100%;
  margin: 0;
}
.rtb-booking-form button {
  position: absolute;
  top: 390px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.rtb-booking-form .add-message,
.rtb-booking-form .phone {
  display: none;
}
.rtb-booking-form .rtb-error {
  font-size: 14px !important;
  background: none !important;
  padding: 10px !important;
  color: #f50 !important;
  font-weight: 700;
  position: absolute;
  bottom: -35px;
}
.rtb-booking-form .rtb-error:before {
  display: none !important;
}
@media (max-width: 767px) {
  .rtb-booking-form {
    min-height: 655px;
  }
  .rtb-booking-form .rtb-text.name {
    width: 100%;
    padding-right: 0;
  }
  .rtb-booking-form .rtb-text.date {
    width: 100%;
    top: 110px;
    padding-left: 0;
  }
  .rtb-booking-form .rtb-text.time {
    top: 140px;
  }
  .rtb-booking-form .rtb-text.email {
    top: 330px;
    width: 100%;
    padding-left: 0;
  }
  .rtb-booking-form .party {
    top: 221px;
    width: 100%;
    padding-right: 0;
  }
  .rtb-booking-form .message {
    top: 440px !important;
  }
  .rtb-booking-form button {
    top: 610px;
  }
}
.menu-food-inner .menu-food-avatar a.view-gallery:hover,
.menu-food-inner .menu-food-avatar a.view-gallery:focus {
  color: #ed1c24;
}
.menu-food-inner .menu-food-item-content a span {
  color: #111111;
}
.menu-food-inner .menu-food-item-content a:hover span {
  color: #ed1c24;
}
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-tabs-list .vc_tta-tab a,
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a {
  padding: 1px 15px;
  border: 1px solid #eee;
  background-clip: border-box;
  line-height: 26px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  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;
}
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-tabs-list .vc_tta-tab a span,
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: #111111;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-tabs-list .vc_tta-tab a:hover,
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a:hover,
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-tabs-list .vc_tta-tab a:focus,
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a:focus {
  border: 1px solid #111111;
  background-color: #111111;
}
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-tabs-list .vc_tta-tab a:hover span,
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a:hover span,
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-tabs-list .vc_tta-tab a:focus span,
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading a:focus span {
  color: #fff;
}
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-tabs-list .vc_tta-tab.vc_active a,
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading a {
  border: 1px solid #111111;
  background-color: #111111;
}
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-tabs-list .vc_tta-tab.vc_active a span,
.vc_tta.vc_tta-tabs.vc_tta-style-square-outline-dark .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading a span {
  color: #fff;
}
.g5plus-heading h2 {
  font-size: 40px;
  display: block;
  letter-spacing: .05em;
  margin-bottom: 0;
  font-weight: 900;
}
.g5plus-heading span.sub-title {
  display: block;
  font-style: italic;
  margin-top: 2px;
  margin-bottom: 10px;
  font-family: 'Lora';
  padding: 0 65px;
  letter-spacing: .02em;
  color: #111111;
  font-size: 18px;
}
.g5plus-heading p {
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
  max-width: 780px;
  margin-top: 5px;
}
.g5plus-heading.has-line span.sub-title {
  position: relative;
  display: inline-block;
  font-style: italic;
}
.g5plus-heading.has-line span.sub-title:before,
.g5plus-heading.has-line span.sub-title:after {
  content: '';
  height: 1px;
  width: 50px;
  position: absolute;
  background-color: #d0d0d0;
  display: inline-block;
}
.g5plus-heading.has-line span.sub-title:after {
  bottom: 13px;
  right: 0;
}
.g5plus-heading.has-line span.sub-title:before {
  bottom: 13px;
  left: 0;
}
.g5plus-heading.text-light h2,
.g5plus-heading.text-light span.sub-title {
  color: #fff;
}
.g5plus-heading.text-light p {
  color: #D5DBE1;
}
.g5plus-heading.text-center p {
  margin-left: auto;
  margin-right: auto;
}
.g5plus-heading.text-right:after {
  margin-left: auto;
}
.g5plus-heading.text-right span.sub-title:after,
.g5plus-heading.text-left span.sub-title:before {
  display: none;
}
.g5plus-heading.text-left.has-line span.sub-title:after,
.g5plus-heading.text-left.has-line span.sub-title:before {
  display: inline-block;
}
.g5plus-heading.text-left.has-line span.sub-title {
  margin-top: 13px;
  margin-bottom: 22px;
}
.g5plus-heading .icon-image {
  margin-bottom: 5px;
  width: 90px;
  height: 90px;
  display: inline-block;
}
.g5plus-heading .icon {
  font-size: 30px;
  color: #ed1c24;
}
/*responsive ====================*/
@media (max-width: 480px) {
  .g5plus-heading h2 {
    font-size: 20px;
  }
}
/**
 * 9.0 - Mixins
 * ----------------------------------------------------------------------------
 */
/**
* Font
* ----------------------------------------------------------------------------
*/
.b-font {
  font-family: 'Lato' !important;
}
.s-font {
  font-family: 'Lora' !important;
}
/**
* Color
* ----------------------------------------------------------------------------
*/
.text-color-accent,
.text-color-accent-hover:hover {
  color: #ed1c24 !important;
}
.bg-accent {
  background-color: #ed1c24 !important;
}
.bg-bold {
  background-color: #111111;
}
.heading-color {
  color: #111111 !important;
}
.bordered {
  border: 1px solid #eeeeee !important;
}
.border-dark {
  border: 1px solid #dddddd !important;
}
.badge {
  background-color: #ed1c24;
}
/**
* 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;
  }
}
/**
* 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;
}
.fw-black {
  font-weight: 900 !important;
}
/**
* Font Size
* ----------------------------------------------------------------------------
*/
.fs-10 {
  font-size: 10px !important;
}
.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-15 {
  font-size: 15px !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-30 {
  font-size: 30px !important;
}
.fs-31 {
  font-size: 31px !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;
}
.fs-50 {
  font-size: 50px !important;
}
.fs-60 {
  font-size: 60px !important;
}
/**
* Font Style
* ----------------------------------------------------------------------------
*/
.text-italic {
  font-style: italic !important;
}
.uppercase {
  text-transform: uppercase !important;
}
/**
* 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-42 {
  line-height: 42px !important;
}
/**
* Letter Spacing
* ----------------------------------------------------------------------------
*/
.spacing-50 {
  letter-spacing: 0.05em;
}
/**
* 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);
}
.pd-right-60 {
  padding-right: 60px;
}
@media screen and (max-width: 991px) {
  .md-pd-right-0 {
    padding-right: 0;
  }
}
/**
* Custom Columns Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 479px) {
  .col-mb-1,
  .col-mb-2,
  .col-mb-3,
  .col-mb-4,
  .col-mb-5,
  .col-mb-6,
  .col-mb-7,
  .col-mb-8,
  .col-mb-9,
  .col-mb-10,
  .col-mb-11,
  .col-mb-12 {
    float: left;
  }
  .col-mb-12 {
    width: 100%;
  }
  .col-mb-11 {
    width: 91.66666667%;
  }
  .col-mb-10 {
    width: 83.33333333%;
  }
  .col-mb-9 {
    width: 75%;
  }
  .col-mb-8 {
    width: 66.66666667%;
  }
  .col-mb-7 {
    width: 58.33333333%;
  }
  .col-mb-6 {
    width: 50%;
  }
  .col-mb-5 {
    width: 41.66666667%;
  }
  .col-mb-4 {
    width: 33.33333333%;
  }
  .col-mb-3 {
    width: 25%;
  }
  .col-mb-2 {
    width: 16.66666667%;
  }
  .col-mb-1 {
    width: 8.33333333%;
  }
  .col-mb-pull-12 {
    right: 100%;
  }
  .col-mb-pull-11 {
    right: 91.66666667%;
  }
  .col-mb-pull-10 {
    right: 83.33333333%;
  }
  .col-mb-pull-9 {
    right: 75%;
  }
  .col-mb-pull-8 {
    right: 66.66666667%;
  }
  .col-mb-pull-7 {
    right: 58.33333333%;
  }
  .col-mb-pull-6 {
    right: 50%;
  }
  .col-mb-pull-5 {
    right: 41.66666667%;
  }
  .col-mb-pull-4 {
    right: 33.33333333%;
  }
  .col-mb-pull-3 {
    right: 25%;
  }
  .col-mb-pull-2 {
    right: 16.66666667%;
  }
  .col-mb-pull-1 {
    right: 8.33333333%;
  }
  .col-mb-pull-0 {
    right: auto;
  }
  .col-mb-push-12 {
    left: 100%;
  }
  .col-mb-push-11 {
    left: 91.66666667%;
  }
  .col-mb-push-10 {
    left: 83.33333333%;
  }
  .col-mb-push-9 {
    left: 75%;
  }
  .col-mb-push-8 {
    left: 66.66666667%;
  }
  .col-mb-push-7 {
    left: 58.33333333%;
  }
  .col-mb-push-6 {
    left: 50%;
  }
  .col-mb-push-5 {
    left: 41.66666667%;
  }
  .col-mb-push-4 {
    left: 33.33333333%;
  }
  .col-mb-push-3 {
    left: 25%;
  }
  .col-mb-push-2 {
    left: 16.66666667%;
  }
  .col-mb-push-1 {
    left: 8.33333333%;
  }
  .col-mb-push-0 {
    left: auto;
  }
  .col-mb-offset-12 {
    margin-left: 100%;
  }
  .col-mb-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-mb-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-mb-offset-9 {
    margin-left: 75%;
  }
  .col-mb-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-mb-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-mb-offset-6 {
    margin-left: 50%;
  }
  .col-mb-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-mb-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-mb-offset-3 {
    margin-left: 25%;
  }
  .col-mb-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-mb-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-mb-offset-0 {
    margin-left: 0;
  }
}
/*
---------Add new class--------*/
@media (min-width: 992px) {
  .md-text-right {
    text-align: right;
  }
}
@media (min-width: 480px) {
  .mg-left-15 {
    margin-left: 15px;
  }
}
@media (max-width: 479px) {
  .mb-mg-bottom-20 {
    margin-bottom: 20px;
  }
  .mb-dp-block {
    display: block !important;
  }
}
/**
 * 10.0 - Mixins
 * ----------------------------------------------------------------------------
 */
/**
* Catalog Filter
* ----------------------------------------------------------------------------
*/
.catalog-filter {
  margin-bottom: 55px;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 0;
}
.woocommerce .woocommerce-ordering select {
  min-width: 270px;
}
.woocommerce .woocommerce-result-count {
  line-height: 44px;
  color: #111111;
  font-weight: 500;
}
/**
* Remove Button
* ----------------------------------------------------------------------------
*/
.woocommerce a.remove {
  font-size: 0;
  width: 14px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce a.remove:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 18px;
  content: '\f00d';
  display: inline-block;
  color: #e32246;
}
.woocommerce a.remove:hover {
  background-color: transparent;
}
.woocommerce a.remove:hover:before {
  color: #ed1c24;
}
/**
* Row
* ----------------------------------------------------------------------------
*/
.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 20px 0;
}
.woocommerce form .form-row label {
  line-height: 1;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}
/**
* Shipping Method
* ----------------------------------------------------------------------------
*/
.woocommerce ul#shipping_method li {
  padding: 0 0 5px 22px;
}
.woocommerce ul#shipping_method li input {
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
.woocommerce ul#shipping_method .amount {
  font-weight: normal;
}
/**
* Sale Flash
* ----------------------------------------------------------------------------
*/
.product-flash {
  font-size: 12px;
  line-height: 20px;
  padding: 3px 10px;
  min-width: 44px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  z-index: 2;
  background-color: #ed1c24;
}
.on-sale {
  right: -3px;
  -webkit-border-radius: 4px 0 0 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
}
.on-featured {
  left: -3px;
  -webkit-border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
}
/**
* Product Thumb
* ----------------------------------------------------------------------------
*/
.product-thumb {
  position: relative;
  overflow: hidden;
}
.product-thumb img {
  width: 100%;
}
.product-link {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-thumb-secondary {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.block-title {
  color: #111111;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.product-images-hover {
  position: relative;
}
.product-images-hover.flip-back {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-images-hover.flip-back .product-thumb-primary {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
}
.product-images-hover.flip-back .product-thumb-secondary {
  display: block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 1;
}
.product-item-wrap.active .product-link,
.product-item-inner:hover .product-link {
  opacity: 1;
}
.product-item-wrap.active .product-images-hover.change-image .product-thumb-secondary,
.product-item-inner:hover .product-images-hover.change-image .product-thumb-secondary {
  opacity: 1;
}
.product-item-wrap.active .product-images-hover.flip-back,
.product-item-inner:hover .product-images-hover.flip-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-item-wrap.active .yith-wcwl-wishlistaddedbrowse a,
.product-item-inner:hover .yith-wcwl-wishlistaddedbrowse a,
.product-item-wrap.active .yith-wcwl-wishlistexistsbrowse a,
.product-item-inner:hover .yith-wcwl-wishlistexistsbrowse a,
.product-item-wrap.active .add_to_wishlist,
.product-item-inner:hover .add_to_wishlist,
.product-item-wrap.active .compare,
.product-item-inner:hover .compare,
.product-item-wrap.active .product-action-item,
.product-item-inner:hover .product-action-item,
.product-item-wrap.active .add_to_cart_button,
.product-item-inner:hover .add_to_cart_button,
.product-item-wrap.active .ajax_add_to_cart,
.product-item-inner:hover .ajax_add_to_cart,
.product-item-wrap.active .product_type_grouped,
.product-item-inner:hover .product_type_grouped,
.product-item-wrap.active .product_type_external,
.product-item-inner:hover .product_type_external,
.product-item-wrap.active .product_type_variable,
.product-item-inner:hover .product_type_variable,
.product-item-wrap.active .product-quick-view,
.product-item-inner:hover .product-quick-view {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
/**
* Product Actions
* ----------------------------------------------------------------------------
*/
.product-actions {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  font-size: 0;
  width: 100%;
  text-align: center;
}
.product-actions > :nth-child(1n) {
  height: 50px;
  line-height: 50px !important;
  max-width: 90px;
  width: 25%;
}
.product-actions .product-action-item {
  display: inline-block;
}
.product-actions .product-action-item a {
  display: block;
  background-color: #1e1e1e;
}
.product-actions .product-action-item a:hover {
  background-color: #111111;
}
.product-actions .product-action-item a:before {
  color: #fff;
}
.product-actions .product-action-item a:hover:before {
  color: #ed1c24;
}
.product-actions .button.product-quick-view {
  vertical-align: bottom;
  border-left: 1px solid #2c2e2f !important;
}
.product-actions .button.product-quick-view i {
  font-size: 22px;
  line-height: 50px;
}
.product-actions .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0;
  font-size: 0;
  vertical-align: bottom;
}
.product-actions .yith-wcwl-add-to-wishlist .add_to_wishlist {
  max-height: 50px;
  width: 100%;
  border-left: 1px solid #2c2e2f;
}
.product-actions .yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-actions .add_to_wishlist {
  text-align: center;
  background-color: #111111;
  display: block;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.product-actions .add_to_wishlist:hover,
.product-actions .yith-wcwl-wishlistaddedbrowse a.added-spinner,
.product-actions .yith-wcwl-wishlistexistsbrowse a.added-spinner,
.product-actions .add_to_wishlist.added-spinner {
  background-color: #1e1e1e;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product-actions .yith-wcwl-wishlistexistsbrowse a:hover:before,
.product-actions .add_to_wishlist:hover:before,
.product-actions .yith-wcwl-wishlistaddedbrowse a.added-spinner:before,
.product-actions .yith-wcwl-wishlistexistsbrowse a.added-spinner:before,
.product-actions .add_to_wishlist.added-spinner:before {
  color: #ed1c24;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.product-actions .yith-wcwl-wishlistexistsbrowse a:before,
.product-actions .add_to_wishlist:before {
  display: inline-block;
  font-family: 'themify';
  content: '\e634';
  font-size: 22px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.product-actions .yith-wcwl-wishlistexistsbrowse span,
.product-actions .yith-wcwl-wishlistaddedbrowse span {
  display: none;
}
.product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-actions .yith-wcwl-wishlistaddedbrowse a {
  border-left: 1px solid #2c2e2f;
  height: 50px;
  line-height: 50px;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.product-actions .yith-wcwl-wishlistexistsbrowse a:before {
  font-family: 'FontAwesome';
  content: '\f004';
}
.product-actions .yith-wcwl-add-button {
  font-size: 0;
  position: relative;
}
.product-actions .yith-wcwl-add-button .ajax-loading {
  display: none !important;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-actions .add_to_wishlist,
.product-actions .compare,
.product-actions .product-action-item,
.product-actions .add_to_cart_button,
.product-actions .ajax_add_to_cart,
.product-actions .product_type_grouped,
.product-actions .product_type_external,
.product-actions .product_type_variable,
.product-actions .product-quick-view {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -o-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
}
.product-actions .product-action-item,
.product-actions .add_to_cart_button,
.product-actions .ajax_add_to_cart,
.product-actions .product_type_grouped,
.product-actions .product_type_variable,
.product-actions .product_type_external {
  vertical-align: bottom;
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -webkit-transform 0.5s 0.15s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -moz-transform 0.5s 0.15s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -ms-transform 0.5s 0.15s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -o-transform 0.5s 0.15s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, transform 0.5s 0.15s ease-out;
}
.product-actions .compare {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -webkit-transform 0.5s 0.15s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -moz-transform 0.5s 0.15s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -ms-transform 0.5s 0.15s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -o-transform 0.5s 0.15s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
  border-left: 1px solid #2c2e2f !important;
  vertical-align: bottom;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}
.product-actions .compare:before {
  display: inline-block;
  font-family: 'themify';
  content: '\e702';
  font-size: 22px;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-actions .add_to_wishlist {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -webkit-transform 0.5s 0.15s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -moz-transform 0.5s 0.15s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -ms-transform 0.5s 0.15s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -o-transform 0.5s 0.15s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, transform 0.5s 0.35s ease-out;
}
.product-actions .product-quick-view {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -webkit-transform 0.5s 0.15s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -moz-transform 0.5s 0.15s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -ms-transform 0.5s 0.15s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -o-transform 0.5s 0.15s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.45s ease-out, opacity 0.5s 0.45s ease-out, transform 0.5s 0.45s ease-out;
}
.yith-wcwl-add-button a.add_to_wishlist {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.product-actions .tooltip {
  line-height: 1 !important;
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}
.tooltip-inner {
  white-space: nowrap;
}
/**
* Product Price
* ----------------------------------------------------------------------------
*/
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 14px;
  font-weight: 400;
  color: inherit;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 13px;
  margin-right: 5px;
}
.woocommerce .product-info {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 26px 20px 21px;
}
/**
* star-rating
* ----------------------------------------------------------------------------
*/
.woocommerce .products .star-rating,
.woocommerce .star-rating {
  font-size: 10px;
  letter-spacing: 2px;
  width: 61px;
  float: none;
}
.woocommerce .products .star-rating:before,
.woocommerce .star-rating:before {
  color: #cfcfcf;
  content: "\53\53\53\53\53";
}
.woocommerce .products .star-rating span,
.woocommerce .star-rating span {
  color: #ffb600;
}
.product-listing.woocommerce .star-rating {
  margin: auto;
}
/**
* Woocommerce Button
* ----------------------------------------------------------------------------
*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.compare {
  display: inline-block;
  font-size: 0;
  padding: 0;
  color: #fff;
  background-color: #111111;
  border: none;
  font-weight: normal;
  text-align: center;
  -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 #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.compare:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce a.compare:focus {
  color: #ed1c24;
  background-color: #1e1e1e;
}
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce a.button.alt.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce a.compare.disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled[disabled],
.woocommerce a.compare:disabled[disabled] {
  padding: 10px 20px;
  color: #ffffff;
  background-color: #222;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce a.compare.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce a.compare:disabled[disabled]:hover {
  color: #ffffff;
  background-color: #ed1c24;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled] {
  color: #ffffff;
  background-color: #ed1c24;
}
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover {
  color: #ffffff;
  background-color: #ed1c24;
}
/**
* Add To Cart Button
* ----------------------------------------------------------------------------
*/
.woocommerce div.product form.cart .button:before,
.woocommerce a.add_to_cart_button:before,
.woocommerce a.product_type_simple:before {
  font-family: 'themify';
  content: '\e60d';
  display: inline-block;
  font-size: 22px;
}
.woocommerce div.product form.cart .button.loading,
.woocommerce a.add_to_cart_button.loading,
.woocommerce a.product_type_simple.loading {
  padding-right: 0;
  opacity: 0.8;
}
.woocommerce div.product form.cart .button.loading:after,
.woocommerce a.add_to_cart_button.loading:after,
.woocommerce a.product_type_simple.loading:after {
  display: none;
}
.woocommerce div.product form.cart .button.loading:before,
.woocommerce a.add_to_cart_button.loading:before,
.woocommerce a.product_type_simple.loading:before {
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  content: '\f110';
  font-family: 'FontAwesome';
  color: #ed1c24;
}
.woocommerce a.added_to_cart:before,
.woocommerce a.product_type_external:before,
.woocommerce a.product_type_grouped:before,
.woocommerce a.product_type_variable:before {
  font-family: 'themify';
  content: "\e732";
  display: inline-block;
  font-size: 22px;
}
.add-to-cart-wrap a.button,
.add-to-cart-wrap a.added_to_cart,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce div.product form.cart .button {
  font-size: 12px;
  background-color: #111111;
  border: 2px solid #111111;
  padding: 12px 20px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.add-to-cart-wrap a.button:hover,
.add-to-cart-wrap a.added_to_cart:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce div.product form.cart .button:hover {
  color: #111111;
  background-color: transparent;
}
.woocommerce a.add_to_cart_button.added {
  display: none;
}
/**
* Product Name
* ----------------------------------------------------------------------------
*/
h3.product-name {
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 7px;
}
h3.product-name a {
  color: #111111;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h3.product-name a:hover {
  color: #ed1c24;
}
/**
* Sale CountDown
* ----------------------------------------------------------------------------
*/
.single-product-image-main-wrap {
  position: relative;
}
.product-deal-countdown {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
  z-index: 1;
}
.product-deal-countdown-inner {
  font-size: 0;
  text-align: center;
}
.countdown-section {
  display: inline-block;
  margin-right: 5px;
}
.countdown-section:last-child {
  margin-right: 0;
}
.countdown-amount {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ed1c24;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.countdown-period {
  font-size: 12px;
  display: block;
  color: #111111;
  font-weight: normal;
  margin-top: 10px;
  line-height: 1;
}
.product-deal-countdown.small .countdown-amount {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
}
.product-deal-countdown.small .countdown-section {
  margin-right: 5px;
}
/**
* Product Category
* ----------------------------------------------------------------------------
*/
.product-category img {
  width: 100%;
  border: 1px solid #dddddd;
  margin-bottom: 15px;
}
.product-category h3 {
  margin-bottom: 0;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 600;
}
.product-category mark {
  padding: 0;
  background-color: transparent;
}
/**
* Quantity Input
* ----------------------------------------------------------------------------
*/
.woocommerce div.product form.cart div.quantity {
  margin: 0 10px 0 0;
}
.quantity-inner {
  width: 140px;
  position: relative;
  display: inline-block;
}
.woocommerce .quantity .qty {
  width: 100%;
  height: 44px;
  border: 2px solid #eee;
  font-weight: 700;
  font-size: 18px;
}
.btn-number {
  position: absolute;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  font-size: 12px;
  color: #111111;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-number[data-type="minus"] {
  left: 12px;
}
.btn-number[data-type="minus"]:before {
  content: '\f068';
}
.btn-number[data-type="plus"] {
  right: 12px;
}
.btn-number[data-type="plus"]:before {
  content: '\f067';
}
/**
* Single Product
* ----------------------------------------------------------------------------
*/
.single-product-image {
  position: relative;
}
.single-product-image img {
  width: 100%;
}
.single-product-image a {
  display: block;
  position: relative;
}
.single-product-image .entry-thumbnail-overlay {
  position: relative;
}
.single-product-image .entry-thumbnail-overlay:before {
  position: absolute;
  content: '';
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-image .entry-thumbnail-overlay .zoomGallery {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  font-size: 0;
  border: 1px solid #fff;
  color: #fff;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-clip: border-box;
  text-align: center;
}
.single-product-image .entry-thumbnail-overlay .zoomGallery i {
  font-size: 14px;
  line-height: 38px;
}
.single-product-image .entry-thumbnail-overlay .zoomGallery:hover,
.single-product-image .entry-thumbnail-overlay .zoomGallery:focus {
  background-color: #fff;
  color: #ed1c24;
  border: 1px solid transparent;
}
.single-product-image .entry-thumbnail-overlay:hover:before,
.single-product-image .entry-thumbnail-overlay:hover .zoomGallery {
  opacity: 1;
}
.single-product-image .entry-thumbnail-overlay:hover .zoomGallery {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.single-product-image-main-wrap,
.product-image-thumb-item {
  border: 1px solid #ededed;
}
.product-image-thumb-item a:before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 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;
}
.product-image-thumb-item:hover a:before {
  opacity: 1;
}
.owl-item.current > .product-image-thumb-item a:before {
  opacity: 1;
}
.woocommerce div.product .product_title {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 22px;
  letter-spacing: 0.05em;
  color: #111111;
  line-height: 1;
  margin-top: -6px;
}
.woocommerce .woocommerce-product-rating .star-rating {
  font-size: 12px;
  width: 72px;
  margin: 0 32px 0 0;
  top: 5px;
}
.woocommerce div.product .woocommerce-product-rating {
  line-height: 1.5;
  margin-bottom: 25px;
  margin-top: 12px;
}
.woocommerce div.product .summary-product p.price,
.woocommerce div.product .summary-product span.price {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #ed1c24;
}
.woocommerce div.product .summary-product p.price del,
.woocommerce div.product .summary-product span.price del {
  font-size: 24px;
  position: relative;
  top: -3px;
  color: #bdbdbd;
  margin-right: 8px;
}
.woocommerce div.product .summary-product p.price > :not(del),
.woocommerce div.product .summary-product span.price > :not(del) {
  color: #ed1c24;
}
div[itemprop="description"] p {
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
div[itemprop="description"] + div[itemprop="offers"] {
  padding-top: 30px;
}
.woocommerce div.product p.stock {
  font-size: 20px;
  text-transform: uppercase;
}
.woocommerce div.product .stock {
  color: #ed1c24;
}
.woocommerce div.product .out-of-stock {
  color: #e32246;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 36px;
}
.woocommerce div.product form.cart .group_table {
  margin-bottom: 15px;
}
.woocommerce div.product form.cart .group_table .label a {
  text-transform: uppercase;
  font-size: 14px;
}
.woocommerce div.product form.cart .group_table .price > :not( del ) {
  color: #ed1c24;
  font-weight: 900;
}
.woocommerce form.cart .button.alt.single_add_to_cart_button {
  background-color: #ed1c24;
  border: 2px solid #ed1c24;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  text-transform: uppercase;
  padding: 13px 25px;
}
.woocommerce form.cart .button.alt.single_add_to_cart_button:before {
  display: none;
}
.woocommerce form.cart .button.alt.single_add_to_cart_button:hover {
  background-color: transparent;
  color: #ed1c24;
}
.woocommerce div.product form.cart + .yith-wcwl-add-to-wishlist {
  display: none;
}
.single-product-function .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0 10px 0 0;
}
.single-product-function .yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}
.single-product-function .yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.single-product-function .yith-wcwl-add-button,
.single-product-function .yith-wcwl-wishlistaddedbrowse,
.single-product-function .yith-wcwl-wishlistexistsbrowse {
  height: 44px;
  line-height: 40px;
  background-color: #ed1c24;
  padding: 0 15px;
  border: 2px solid #ed1c24;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-function .yith-wcwl-add-button a,
.single-product-function .yith-wcwl-wishlistaddedbrowse a,
.single-product-function .yith-wcwl-wishlistexistsbrowse a {
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-function .yith-wcwl-add-button a:before,
.single-product-function .yith-wcwl-wishlistaddedbrowse a:before,
.single-product-function .yith-wcwl-wishlistexistsbrowse a:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\f08a';
  text-align: center;
  font-size: 16px;
  margin-right: 5px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-function .yith-wcwl-add-button:hover,
.single-product-function .yith-wcwl-wishlistaddedbrowse:hover,
.single-product-function .yith-wcwl-wishlistexistsbrowse:hover {
  background-color: transparent;
}
.single-product-function .yith-wcwl-add-button:hover a,
.single-product-function .yith-wcwl-wishlistaddedbrowse:hover a,
.single-product-function .yith-wcwl-wishlistexistsbrowse:hover a {
  color: #ed1c24;
}
.single-product-function .yith-wcwl-add-button:hover a:before,
.single-product-function .yith-wcwl-wishlistaddedbrowse:hover a:before,
.single-product-function .yith-wcwl-wishlistexistsbrowse:hover a:before {
  color: #ed1c24;
}
.single-product-function .yith-wcwl-wishlistaddedbrowse a:before,
.single-product-function .yith-wcwl-wishlistexistsbrowse a:before {
  content: '\f004';
}
.single-product-function a.compare {
  background-color: #111111;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #111111;
  height: 44px;
  line-height: 40px;
  padding: 0 15px;
  font-size: inherit;
}
.single-product-function a.compare:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\f1de';
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  margin-right: 5px;
}
.single-product-function a.compare:hover {
  background-color: transparent;
  color: #111111;
}
.single-product-function a.compare:hover:before {
  color: #111111;
}
.single-product-function span.feedback {
  display: none;
}
.product_meta > span {
  display: block;
  text-transform: uppercase;
  padding: 6px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.product_meta > span span,
.product_meta > span a {
  display: inline-block;
  color: #111111;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product_meta > span a:hover {
  color: #ed1c24;
}
.product_meta > span + span {
  margin-top: -1px;
}
.summary-product .social-share {
  margin-top: 30px;
}
.summary-product .social-share a i {
  color: #111111;
}
.summary-product .social-share a:hover i {
  color: #ed1c24;
}
.summary-product .social-share a + a {
  margin-left: 20px;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  vertical-align: middle;
  padding-bottom: 13px;
}
.woocommerce div.product form.cart .variations label {
  color: #111111;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.woocommerce div.product form.cart .variations select {
  min-width: 160px;
  height: 40px;
  margin: 0;
  border: none;
  border-bottom: 1px solid #eee;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
  padding-right: 0;
}
.woocommerce div.product form.cart .group_table td.label {
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce div.product form.cart .group_table td.label a {
  color: #111111;
}
.woocommerce div.product form.cart .group_table td.label a:hover {
  color: #ed1c24;
}
.woocommerce div.product form.cart .group_table td.price ins {
  text-decoration: none;
}
.woocommerce-variation-add-to-cart:after,
.woocommerce-variation-add-to-cart:before {
  content: '';
  display: table;
  clear: both;
}
.woocommerce-variation {
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .reset_variations {
  margin-left: 10px;
  color: #111111;
}
.woocommerce div.product form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  margin-top: 33px;
}
.woocommerce div.product form.cart:not(.variations_form) {
  padding-top: 23px;
}
/**
* Single Product Tab
* ----------------------------------------------------------------------------
*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding: 0;
  margin: 0;
  margin-right: 10px;
  background-color: #f7f8f9;
  font-size: 13px;
  -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 div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 900;
  line-height: 24px;
  font-size: 12px;
  padding: 13px 20px;
  color: #111111;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -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 div.product .woocommerce-tabs ul.tabs li a:after {
  font-family: 'FontAwesome';
  content: '\f067';
  margin-left: 60px;
  -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 div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #f7f8f9;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #111111;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
  content: '\f068';
}
.woocommerce div.product .woocommerce-tabs .panel {
  padding: 22px 0 60px;
  border: none;
  box-shadow: none;
  margin: 0;
  border-radius: 0px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    margin-bottom: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    width: 100%;
    display: block;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
    position: absolute;
    right: 20px;
  }
}
/**
* Reviews
* ----------------------------------------------------------------------------
*/
.woocommerce #reviews #comments h2 {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 10px;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 40px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 62px;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: none;
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 92px;
  padding: 0;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 13px;
  color: #111111;
  margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce #review_form #respond p {
  margin-bottom: 30px;
}
.woocommerce #review_form #respond p.form-submit #submit {
  background-color: #111111;
  color: #fff;
  border: 2px solid #111111;
  padding: 6.5px 20px;
  text-transform: uppercase;
  font-weight: 400;
  -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 #review_form #respond p.form-submit #submit:hover {
  background-color: transparent;
  color: #111111;
}
.woocommerce #review_form #respond label {
  color: #111111;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.woocommerce #review_form #respond p.stars {
  display: inline-block;
  margin: 0;
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
  color: #ffb600;
}
.woocommerce p.stars a {
  height: 15px;
  width: 15px;
  margin-right: 2px;
}
.woocommerce p.stars a:before {
  height: 15px;
  width: 15px;
  font-size: 15px;
}
.woocommerce #review_form #respond p.form-submit {
  margin-bottom: 0;
}
.woocommerce #reviews #comment {
  height: 100px;
}
.woocommerce #review_form #respond input[type="text"] {
  width: 100%;
}
.woocommerce table.shop_attributes th {
  background-color: transparent;
}
@media (max-width: 320px) {
  .woocommerce div.product form.cart .variations select {
    min-width: 200px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    text-align: center;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 20px;
  }
}
/**
* Cart Page
* ----------------------------------------------------------------------------
*/
.woocommerce table.shop_table {
  -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;
}
.woocommerce table.shop_table thead th {
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 11px 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.woocommerce table.shop_table thead th:first-child {
  border-left: 1px solid #eee;
}
.woocommerce table.shop_table thead th:last-child {
  border-right: 1px solid #eee;
}
.woocommerce table.shop_table td {
  padding: 10px 10px;
}
.woocommerce-cart table.cart {
  margin: 0;
}
.woocommerce-cart table.cart tbody tr td {
  border-top: none;
}
.woocommerce-cart table.cart img {
  width: 90px;
  border: 1px solid #eee;
}
.woocommerce-cart table.cart .product-thumbnail {
  width: 130px;
  padding: 0;
}
.woocommerce-cart table.cart td.product-name,
.woocommerce-cart table.cart .amount {
  font-size: 16px;
  color: #111111;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.woocommerce-cart table.cart td.product-name {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.woocommerce-cart table.cart td.product-name dl {
  text-transform: capitalize;
  font-weight: 400;
}
.woocommerce-cart table.cart .product-remove {
  width: 34px;
}
.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-quantity,
.woocommerce-cart table.cart .product-subtotal {
  text-align: center;
}
.woocommerce-cart table.cart .product-name a {
  color: inherit;
}
.woocommerce-cart table.cart .product-name a:hover {
  color: #ed1c24;
}
.woocommerce-cart table.cart .product-name dl.variation {
  margin: 0;
}
.woocommerce-cart table.cart .product-name dl.variation dd,
.woocommerce-cart table.cart .product-name dl.variation dt {
  margin: 0 0 5px 0;
  line-height: 1;
  padding: 0;
}
.woocommerce-cart table.cart .product-name dl.variation dt {
  margin: 0 5px 5px 0;
}
.woocommerce-cart table.cart .product-quantity .quantity-inner {
  width: 74px;
}
.woocommerce-cart table.cart .product-quantity .quantity-inner a[data-type="minus"] {
  bottom: 0;
  right: 0;
  height: 50%;
  left: auto;
  line-height: 25px;
  width: 30px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border: 1px solid #eee;
  border-top: none;
  background-color: #f7f8f9;
}
.woocommerce-cart table.cart .product-quantity .quantity-inner a[data-type="minus"]:before {
  content: '\f107';
}
.woocommerce-cart table.cart .product-quantity .quantity-inner a[data-type="plus"] {
  top: 0;
  height: 50%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  width: 30px;
  line-height: 25px;
  right: 0;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.woocommerce-cart table.cart .product-quantity .quantity-inner a[data-type="plus"]:before {
  content: '\f106';
}
.woocommerce-cart table.cart .product-quantity .quantity-inner input {
  height: 50px;
  padding-left: 0;
  padding-right: 30px;
  border: 1px solid #eee;
}
.woocommerce-cart table.cart td.actions {
  padding: 48px 0 55px 0;
  border-bottom: 1px solid #eee;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  border: 1px solid #eee;
  height: 44px;
  padding: 0 20px;
}
.woocommerce-cart table.cart td.actions .button {
  line-height: 20px;
  font-size: 13px;
  font-weight: 900;
  vertical-align: middle;
  background-color: #111111;
  border: 2px solid #111111;
  padding: 10px 20px;
  color: #fff;
  text-transform: uppercase;
  -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-cart table.cart td.actions .button:hover {
  color: #111111;
  background-color: transparent;
}
.woocommerce-cart table.cart tr td.actions {
  background-color: transparent;
}
@media (min-width: 768px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 270px;
    margin: 0 18px 0 0;
  }
  .woocommerce-cart table.cart [name="update_cart"] {
    margin-right: 14px;
  }
  .woocommerce-cart table.cart .product-price,
  .woocommerce-cart table.cart .product-subtotal {
    width: 120px;
  }
  .woocommerce-cart table.cart .product-quantity {
    width: 150px;
  }
  .woocommerce-cart table.cart tbody tr td {
    padding: 43px 0;
    border-bottom: 1px solid #eee;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 170px;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart table.cart .product-name dl.variation dd {
    float: right;
  }
  .woocommerce-cart table.cart tbody tr td {
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce-cart table.cart tbody tr td:before {
    text-transform: uppercase;
  }
  .woocommerce-cart table.cart tbody tr td:last-child {
    padding-bottom: 30px;
    text-align: center;
  }
  .woocommerce a.remove {
    margin-left: auto;
    margin-right: auto;
    width: 30px;
    height: 30px;
    line-height: 26px;
    background-color: #ed1c24;
    -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: 2px solid #ed1c24;
    -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 a.remove:before {
    color: #fff;
    -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 a.remove:hover:before {
    color: #ed1c24;
  }
  .woocommerce ul.product_list_widget li a {
    line-height: 26px;
  }
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells {
  float: none;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h4,
.woocommerce .cart-collaterals .cross-sells h4 {
  color: #111111;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.woocommerce .cart-collaterals .cart_totals .cart_totals_inner,
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
  float: left;
  position: relative;
  padding-left: 0;
}
.woocommerce .cart-collaterals .cart_totals .cart_totals_inner {
  padding-right: 0;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form p {
  margin-bottom: 26px;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form p:not(.form-row) {
  margin-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form p:not(.form-row) button {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.15em;
  max-width: 190px;
  background-color: #ed1c24;
  border: 2px solid #ed1c24;
  padding: 13.5px 20px;
  color: #fff;
  text-transform: uppercase;
  -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 .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form p:not(.form-row) button:hover {
  color: #ed1c24;
  background-color: transparent;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form select,
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form input {
  border: 1px solid #eee;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form {
  display: block !important;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form button.button {
  display: block;
  width: 100%;
  background-color: #ed1c24;
}
.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form button.button:hover {
  background-color: #222;
}
.woocommerce .cart-collaterals .cart_totals table {
  border-top: 1px solid #eee;
}
.woocommerce .cart-collaterals .cart_totals table tbody td,
.woocommerce .cart-collaterals .cart_totals table tbody th {
  background-color: transparent;
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding: 25px 0 0 0;
}
.woocommerce .cart-collaterals .cart_totals table tbody td strong,
.woocommerce .cart-collaterals .cart_totals table tbody th strong {
  font-weight: normal;
}
.woocommerce .cart-collaterals .cart_totals table .shipping th,
.woocommerce .cart-collaterals .cart_totals table .shipping td {
  border-top: none;
  padding: 30px 0 25px;
}
.woocommerce .cart-collaterals .cart_totals table tbody td {
  text-align: right;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th,
.woocommerce .cart-collaterals .cart_totals table .order-total td {
  font-weight: 900;
  color: #ed1c24;
  font-size: 18px;
}
.woocommerce .cart-collaterals .cart_totals table .order-total td span {
  font-weight: 900;
}
@media (max-width: 768px) {
  .woocommerce-cart table.cart .product-remove {
    width: 100%;
  }
  .woocommerce-cart table.cart td.actions .button {
    float: left;
    width: 48%;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin: 0;
  }
  .woocommerce-cart table.cart td.actions .checkout-button {
    float: right;
  }
  .woocommerce .cart-collaterals .cart_totals .cart_totals_inner,
  .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce .cart-collaterals .cart_totals .cart_totals_inner + .woocommerce-shipping-calculator {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon input,
  .woocommerce-cart table.cart td.actions .button {
    float: left !important;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .woocommerce .cart-collaterals .cart_totals table tbody td,
  .woocommerce .cart-collaterals .cart_totals table tbody th {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/**
* Checkout Pages
* ----------------------------------------------------------------------------
*/
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: #dddddd;
}
.woocommerce form.checkout .col2-set {
  width: 66.6667%;
  float: left;
  padding-right: 15px;
}
.woocommerce form.checkout .col2-set .col-1,
.woocommerce form.checkout .col2-set .col-2 {
  width: 100%;
}
.woocommerce form.checkout h3 {
  margin-bottom: 24px;
}
.woocommerce form.checkout .woocommerce-billing-fields h3 {
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  margin-bottom: 45px;
}
.woocommerce form.checkout .form-row:not(.create-account) {
  margin-bottom: 40px;
}
.woocommerce form.checkout .form-row:not(.create-account) label {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #111111;
  margin-bottom: 9px;
}
.woocommerce form.checkout .form-row:not(.create-account) label .required {
  color: #111111;
}
.woocommerce form.checkout .form-row:not(.create-account) textarea {
  max-width: 100%;
}
.woocommerce form.checkout .create-account .input-checkbox {
  margin-right: 5px;
}
.woocommerce form.checkout .create-account label {
  font-size: 16px;
  font-weight: 400;
}
.woocommerce form.checkout #order_review {
  width: 33.3333%;
  float: right;
  padding-left: 15px;
}
.woocommerce form.checkout .shop_table {
  text-transform: uppercase;
  font-weight: 700;
  color: #111111;
  font-size: 12px;
  letter-spacing: 0.02em;
  border: 1px solid #eee;
  padding: 15px 25px;
  margin-bottom: 0;
  border-bottom: none;
}
.woocommerce form.checkout .shop_table tr th,
.woocommerce form.checkout .shop_table tr td {
  border: none;
  padding: 27px 0 15px;
  border-top: 1px solid #eee;
}
.woocommerce form.checkout .shop_table thead tr:first-child th {
  border-top: none !important;
  font-size: 12px;
  font-weight: 700;
}
.woocommerce form.checkout .shop_table tr th:last-child,
.woocommerce form.checkout .shop_table tr td:last-child {
  text-align: right;
}
.woocommerce form.checkout .shop_table tfoot td {
  font-weight: 700;
}
.woocommerce form.checkout .shop_table .order-total {
  font-weight: 900;
  font-size: 18px;
}
.woocommerce form.checkout .shop_table .order-total th,
.woocommerce form.checkout .shop_table .order-total td {
  padding: 20px 0 15px;
}
.woocommerce form.checkout #payment {
  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 form.checkout #payment ul {
  padding: 25px;
  padding-top: 0;
  border: 1px solid #eee;
  border-top: none;
}
.woocommerce form.checkout #payment ul li input {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.woocommerce form.checkout #payment ul li label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #111111;
  top: -5px;
  position: relative;
}
.woocommerce form.checkout #payment ul li div {
  padding: 0;
  background-color: transparent;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: inherit;
}
.woocommerce form.checkout #payment ul li div:before {
  display: none;
}
.woocommerce form.checkout #payment ul li:not(:first-child) {
  margin-top: 30px;
}
.woocommerce form.checkout #payment .form-row {
  padding: 0;
  margin-top: 30px;
}
.woocommerce form.checkout #payment .form-row input {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.15em;
  color: #fff;
  width: 100%;
  padding: 13.5px 20px;
  text-transform: uppercase;
  background-color: #111111;
  border: 2px solid #111111;
  -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 form.checkout #payment .form-row input:hover {
  background-color: transparent;
  color: #111111;
}
#ship-to-different-address {
  width: 100%;
}
#ship-to-different-address label,
#ship-to-different-address input {
  display: inline-block;
}
.woocommerce table.shop_table.order_details {
  text-transform: uppercase;
  font-weight: 700;
  color: #111111;
  font-size: 12px;
  letter-spacing: 0.02em;
  border: 1px solid #eee;
  padding: 15px 25px;
  margin-bottom: 0;
}
.woocommerce table.shop_table.order_details tr th,
.woocommerce table.shop_table.order_details tr td {
  border: none;
  padding: 27px 0 15px;
  border-top: 1px solid #eee;
}
.woocommerce table.shop_table.order_details thead tr:first-child th {
  border-top: none !important;
  font-size: 12px;
  font-weight: 700;
}
.woocommerce table.shop_table.order_details tr th:last-child,
.woocommerce table.shop_table.order_details tr td:last-child {
  text-align: right;
}
.woocommerce table.shop_table.order_details tfoot td {
  font-weight: 700;
}
.woocommerce table.shop_table.order_details tfoot tr:last-child {
  font-weight: 900;
  font-size: 18px;
  color: #ed1c24;
}
.woocommerce table.shop_table.order_details tfoot tr:last-child th,
.woocommerce table.shop_table.order_details tfoot tr:last-child td {
  padding: 20px 0 15px;
}
#order_review_heading {
  width: 33.3333%;
  float: right;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .woocommerce form.checkout .col2-set {
    width: 100%;
    padding-right: 0;
  }
  .woocommerce form.checkout #order_review,
  .woocommerce form.checkout #order_review_heading {
    width: 100%;
    padding-left: 0;
  }
}
.select2-container .select2-choice {
  height: 44px;
  line-height: 44px;
  -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: 1px solid #dddddd;
  color: #666666;
  padding: 0 0 0 10px;
}
.select2-drop-active {
  border-color: #dddddd;
}
.woocommerce table.shop_table tfoot td {
  font-weight: normal;
}
.woocommerce-order-received .block-title {
  margin-top: 80px;
}
.related-title {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
}
.woocommerce-thankyou-order-received {
  text-transform: uppercase;
  font-weight: 700;
  color: #111111;
}
ul.woocommerce-thankyou-order-details li strong {
  margin-top: 10px;
}
.woocommerce .order_details {
  padding: 0;
}
@media (max-width: 768px) {
  .woocommerce-order-received .block-title,
  #order_review_heading,
  .woocommerce-shipping-fields {
    margin-top: 60px;
  }
}
@media (max-width: 320px) {
  .woocommerce .order_details li {
    float: none;
    margin: 0 0 10px 0;
  }
}
/**
* My Account Pages
* ----------------------------------------------------------------------------
*/
.woocommerce-account.logged-in #primary-content .woocommerce {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #F9F9F9;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  color: #727272;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 9px 20px;
  color: inherit;
  font-weight: 700;
  border-top: solid 1px transparent;
  border-bottom: solid 1px 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;
  text-transform: uppercase;
  color: #111111;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #ed1c24;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin-bottom: 20px;
  margin-top: 40px;
  border-color: #dddddd;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  text-transform: uppercase;
  color: #111111;
  font-weight: 700;
}
.woocommerce-account .woocommerce-MyAccount-content .edit-account p label {
  text-transform: uppercase;
  color: #111111;
  margin-bottom: 15px;
}
.woocommerce table.my_account_orders {
  font-size: 1em;
}
#customer_login .form-row label {
  text-transform: uppercase;
  color: #111111;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 80px;
  }
  #customer_login .login {
    margin-bottom: 80px;
  }
}
/**
* WishList Page
* ----------------------------------------------------------------------------
*/
.wishlist-title h2 {
  padding: 0;
  margin-bottom: 30px;
}
.wishlist-title .block-title {
  margin-bottom: 20px !important;
}
.woocommerce table.wishlist_table {
  font-size: 100%;
  margin: 0;
}
.woocommerce table.wishlist_table th:not(.product-name) {
  text-align: center;
}
.woocommerce table.wishlist_table tbody td {
  border-top: none;
  border-bottom: 1px solid #eee;
}
.woocommerce table.wishlist_table img {
  width: 90px;
  border: 1px solid #eee;
}
.woocommerce table.wishlist_table .product-thumbnail {
  width: 130px;
}
.woocommerce table.wishlist_table td.product-name *,
.woocommerce table.wishlist_table td.amount,
.woocommerce table.wishlist_table td.product-stock-status {
  font-size: 14px;
  color: #111111;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.woocommerce table.wishlist_table .product-price del .amount {
  font-weight: 400;
  color: inherit;
  margin-right: 5px;
}
.woocommerce table.wishlist_table .product-name {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.woocommerce table.wishlist_table .product-name dl {
  text-transform: capitalize;
  font-weight: 400;
}
.woocommerce table.wishlist_table .product-add-to-cart a {
  height: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 50px;
  min-width: 50px;
}
.woocommerce table.wishlist_table tfoot td {
  border-top: none;
  padding: 0;
}
.woocommerce table.wishlist_table tfoot td h4,
.woocommerce table.wishlist_table tfoot td ul {
  display: inline-block;
}
.woocommerce table.wishlist_table tfoot td ul {
  bottom: -5px;
  position: relative;
}
@media (max-width: 479px) {
  .product-stock-stauts,
  .product-stock-status {
    display: none;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
}
/* --------------------------------------------
	ORDER TRACKING
-------------------------------------------- */
.track_order {
  text-align: center;
}
.track_order .input-text {
  text-align: center;
}
.track_order p:first-child {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.woocommerce .track_order .form-row-first,
.woocommerce .track_order .form-row-last {
  float: none !important;
  margin: auto;
  margin-bottom: 20px;
}
.woocommerce .track_order .form-row label {
  text-transform: uppercase;
  color: #111111;
  font-weight: 700;
  margin-bottom: 15px;
}
.woocommerce-info {
  border-top-color: #ed1c24;
}
.woocommerce-info:before {
  color: #ed1c24;
}
#commentform .comment-form-author,
#commentform .comment-form-email {
  width: 50%;
  float: left;
}
#commentform .comment-form-author input,
#commentform .comment-form-email input {
  width: 100%;
}
#commentform .comment-form-author {
  padding-right: 15px;
}
#commentform .comment-form-email {
  padding-left: 15px;
}
#commentform .comment-form-comment textarea {
  max-width: 100%;
}
#commentform .form-submit #submit {
  padding: 11px 20px !important;
}
#commentform p label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700 !important;
}
@media (max-width: 479px) {
  #commentform .comment-form-author,
  #commentform .comment-form-email {
    width: 100%;
    padding: 0;
  }
}
.main-footer .menu-item {
  width: 50%;
  float: left;
}
