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

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

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

/**
 * Table of Contents:
 *
 * 1.0 - Core
 * 2.0 - Template
 * 3.0 - Widget
 * 4.0 - Header
 * 5.0 - Footer
 * 6.0 - Blog
 * 7.0 - ShortCode
 * 8.0 - Mixins
 * 9.0 - Woocommerce
 * 10.0 - Blocks
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 - Core
 * ----------------------------------------------------------------------------
 */
@-moz-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@-webkit-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@-o-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
/**
* WordPress Core
* ----------------------------------------------------------------------------
*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #eaeaea;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #999999;
  line-height: 1.8;
}
.sticky {
  opacity: 1;
}
.bypostauthor {
  opacity: 1;
}
/**
* Typography
* ----------------------------------------------------------------------------
*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4:not(.widget-title),
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content hr,
.entry-content dl,
.entry-content blockquote,
.entry-content table,
.entry-content ul,
.entry-content ol,
.entry-content address,
.entry-content pre {
  margin-bottom: 20px;
}
.entry-content h1:last-child,
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:not(.widget-title):last-child,
.entry-content h5:last-child,
.entry-content h6:last-child,
.entry-content p:last-child,
.entry-content hr:last-child,
.entry-content dl:last-child,
.entry-content blockquote:last-child,
.entry-content table:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child,
.entry-content address:last-child,
.entry-content pre:last-child {
  margin-bottom: 0;
}
.entry-content hr {
  margin-top: 20px;
  border-top: 1px solid #eaeaea;
  clear: both;
}
.entry-content table {
  width: 100%;
  border: 1px solid #d9d9d9;
}
.entry-content td,
.entry-content th {
  padding: 8px;
  border-top: 1px solid #d9d9d9;
  vertical-align: top;
}
.entry-content th {
  font-weight: bold;
  background: #eaeaea;
  vertical-align: bottom;
}
.entry-content thead:first-child > tr:first-child > td,
.entry-content thead:first-child > tr:first-child > th {
  border-top: none;
}
.entry-content dt,
.entry-content dd {
  line-height: 2;
}
.entry-content dd {
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
  padding-left: 25px;
}
.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
}
.entry-content address {
  line-height: 1.8;
  font-style: italic;
  color: #999999;
}
.entry-content del {
  color: #999999;
}
/**
 * 2.0 - Template
 * ----------------------------------------------------------------------------
 */
body {
  line-height: 1.8;
  overflow-x: hidden;
  color: #787878;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
.gallery-caption {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #787878;
}
a:hover,
a:focus {
  color: #ce2305;
}
* {
  -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;
  letter-spacing: -0.05em;
  color: #232323;
  margin-top: 0;
  margin-bottom: 20px;
}
p {
  margin: 0 0 20px 0;
}
input,
textarea,
button,
select {
  outline: none;
}
::selection {
  color: #ffffff;
  background-color: #ce2305;
}
::-moz-selection {
  color: #ffffff;
  background-color: #ce2305;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="tel"],
textarea,
select {
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 100%;
  padding: 0 15px;
  height: 50px;
  line-height: 1;
  font-style: italic;
  background-color: #fff;
  color: #ACACAC;
  border: 1px solid #d0d0d0;
  -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="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #acacac;
}
input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #acacac;
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #acacac;
}
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="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #acacac;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #ce2305;
}
textarea {
  padding-top: 10px;
  height: auto;
}
select {
  min-width: 150px;
  max-width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("https://pizzeriacaprese.ch/wp-content/themes/rica/assets/images/scroll-down.png");
  background-repeat: no-repeat;
  background-position: 98%;
  background-position: calc(100% - 15px);
}
select::-ms-expand {
  display: none;
}
#wrapper {
  background-color: #fff;
}
body.boxed #wrapper {
  max-width: 1210px;
  margin: auto;
  position: relative;
}
/**
* 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;
  line-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: #787878;
}
.back-to-top i {
  font-size: 22px;
}
.back-to-top:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #ce2305;
}
.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;
}
.custom-dropdown-list {
  position: relative;
}
.custom-dropdown-list > span i {
  font-size: 10px;
  letter-spacing: -0.02em;
  position: relative;
  top: -1px;
}
.custom-dropdown-list ul {
  line-height: 30px;
  list-style: none;
  margin: 0;
  background-color: #fff;
  color: #212121;
  min-width: 180px;
  padding: 15px;
  text-align: left;
}
body:not(.safari) .fold-out.in .fold-out-drop,
body:not(.safari) .fold-out.hover:hover .fold-out-drop {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
}
body:not(.safari) .fold-out .fold-out-drop {
  max-height: 0;
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
body.safari .fold-out.in .fold-out-drop,
body.safari .fold-out.hover:hover .fold-out-drop {
  display: block;
}
body.safari .fold-out .fold-out-drop {
  position: absolute;
  z-index: 9999;
  display: none;
}
/**
* 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: #787878;
}
.back-to-top i {
  line-height: 44px;
  font-size: 22px;
}
.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #ce2305;
}
.back-to-top.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.toggle-icon-wrapper {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.toggle-icon-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.toggle-icon-wrapper .toggle-icon {
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 24px;
}
.toggle-icon-wrapper .toggle-icon > span {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
  background-color: #000;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.toggle-icon-wrapper .toggle-icon:before {
  top: 20%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.toggle-icon-wrapper .toggle-icon:after {
  bottom: 20%;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.toggle-icon-wrapper + span {
  vertical-align: middle;
  text-transform: uppercase;
}
.toggle-icon-wrapper.in .toggle-icon span {
  opacity: 0;
}
.toggle-icon-wrapper.in .toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-icon-wrapper.in .toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.x-nav-menu > .x-menu-item > .x-menu-a-text,
.sticky-region,
.logo-header,
.x-nav-menu > .x-menu-item,
.header-customize-nav,
.menu-categories,
.menu-categories-select > i,
.header-nav-wrapper nav.primary-menu,
.header-nav-wrapper .product-text,
.popup-overlay-result a,
.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 --------------*/
/*Owl Carousel CSS-----------------------------------------------------*/
.owl-carousel .owl-nav {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav div {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.6);
}
.owl-carousel .owl-nav div i {
  font-size: 16px;
  font-weight: bold;
}
.owl-carousel .owl-nav div:hover {
  background-color: #fff;
  color: #ce2305;
}
.owl-carousel .owl-nav .owl-next {
  right: 15px;
}
.owl-carousel .owl-nav .owl-prev {
  left: 15px;
}
.owl-carousel .owl-dots {
  padding: 22px 0;
  width: 100%;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  height: 14px;
  width: 14px;
  background-color: #eaeaea;
  border: 3px solid transparent;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  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;
}
.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover {
  background-color: transparent;
  border-color: #eaeaea;
}
.owl-carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 5px;
}
.owl-carousel:hover .owl-nav {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
}
.logged-in.admin-bar .lg-toolbar {
  margin-top: 32px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #ce2305;
}
/*
-----------Page 404------------*/
.page404 {
  padding: 180px 0 200px 0;
  position: relative;
  text-align: center;
  background-repeat: repeat;
}
.page404 .rica-container {
  position: relative;
}
.page404 .rica-container .content-wrap {
  text-align: center;
}
.page404 .rica-container h2 {
  font-size: 57px;
  text-transform: uppercase;
  font-weight: 900;
  color: #ce2305;
  margin-bottom: 15px;
  margin-top: 5px;
}
.page404 .rica-container h4.subtitle {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #999;
  margin-bottom: 0;
}
.page404 .rica-container div.return {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  color: #999;
}
.page404 .rica-container div.return p {
  margin: 0;
}
.page404 .rica-container div.return a {
  color: #ce2305;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .page404 {
    padding: 100px 0 120px 0;
  }
}
@media (max-width: 767px) {
  .page404 {
    padding: 60px 0 60px 0;
  }
  .page404 .container h2 {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  .page404 .container h2 {
    font-size: 24px;
  }
}
@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;
  }
}
/**
* Loading
**/
.loading-wrap {
  text-align: center;
  display: inline-block;
}
.loading-wrap span[class*="l-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 12px 2px;
  position: relative;
  -webkit-animation: loader 4s infinite;
  -webkit-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -webkit-animation-fill-mode: both;
  -moz-animation: loader 4s infinite;
  -moz-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -moz-animation-fill-mode: both;
  -ms-animation: loader 4s infinite;
  -ms-animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  -ms-animation-fill-mode: both;
  animation: loader 4s infinite;
  animation-timing-function: cubic-bezier(0.03, 0.615, 0.995, 0.415);
  animation-fill-mode: both;
}
.loading-wrap span.l-1 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
}
.loading-wrap span.l-2 {
  -webkit-animation-delay: .8s;
  -moz-animation-delay: .8s;
  -ms-animation-delay: .8s;
  animation-delay: .8s;
}
.loading-wrap span.l-3 {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  -ms-animation-delay: .6s;
  animation-delay: .6s;
}
.loading-wrap span.l-4 {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -ms-animation-delay: .4s;
  animation-delay: .4s;
}
.loading-wrap span.l-5 {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -ms-animation-delay: .2s;
  animation-delay: .2s;
}
.loading-wrap span.l-6 {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -ms-animation-delay: 0;
  animation-delay: 0;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes loader {
  0% {
    -moz-transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -moz-transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes loader {
  0% {
    -ms-transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    -ms-transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loader {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.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: #ce2305 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6 !important;
}
.max-height-20 .menu-excerpt {
  max-height: 20px;
  overflow: hidden;
}
.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;
  font-weight: 500;
  color: #c5c5c5;
  line-height: 1.8;
  font-weight: bold;
}
.breadcrumbs li span {
  color: #ce2305;
}
.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;
  background-color: transparent;
  position: relative;
}
.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;
}
.page-title h1 {
  font-size: 80px;
  color: #fff;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 5px;
}
.page-title p {
  font-size: 42px;
  font-family: 'Meddon';
  margin-bottom: -5px;
  color: #ce2305;
  font-weight: 400;
  line-height: 1.2;
}
@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: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  -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: #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: #ce2305;
}
.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;
  line-height: 1.5;
  padding-top: 16px;
  padding-bottom: 16px;
}
.main-menu:not(.x-nav-menu) li li a:hover {
  color: #ce2305;
}
.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: 40.5px;
  padding-bottom: 40.5px;
}
.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;
  position: absolute;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background-color: #fff;
  top: 0;
  left: 100%;
  color: #111;
  z-index: 999;
  border-bottom: solid 2px #ce2305;
}
.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: "\f067";
  font-family: fontawesome;
  font-size: 10px;
  font-weight: 400;
}
.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;
}
@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: #ce2305;
  }
  i.x-menu-icon.x-icon-left {
    padding-right: 10px;
  }
  i.x-menu-icon.x-icon-right {
    padding-left: 10px;
  }
  i.x-menu-icon.x-icon-left.x-disable-text {
    padding-right: 0;
  }
  i.x-menu-icon.x-icon-right.x-disable-text {
    padding-left: 0;
  }
  li > a.x-disable-menu-item {
    display: none !important;
  }
  li.x-new-row:after {
    content: "";
    display: block;
    clear: both;
  }
  .x-list-style-none {
    list-style: none;
    list-style-position: inside;
  }
  .x-list-style-disc {
    list-style: disc !important;
    list-style-position: inside !important;
  }
  .x-list-style-square {
    list-style: square !important;
    list-style-position: inside !important;
  }
  .x-list-style-circle {
    list-style: circle !important;
    list-style-position: inside !important;
  }
  li.x-image-layout-image-only a.x-menu-a-text {
    display: none;
  }
  li.x-image-layout-image-only p.x-description {
    display: none;
  }
  li.x-image-layout-above > a.x-image + a.x-menu-a-text {
    margin-top: 10px;
  }
  .x-sub-menu-standard .x-sub-menu.x-pos-left-menu-parent,
  .x-sub-menu-standard .x-sub-menu.x-pos-left-menu-bar {
    right: 100%;
    left: auto;
  }
  .x-sub-menu.x-pos-full {
    left: 0;
    right: 0;
  }
  .x-nav-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .x-nav-menu * {
    color: inherit;
    box-sizing: border-box;
  }
  .x-nav-menu > .x-menu-item {
    display: inline-block;
    line-height: 24px;
    padding-top: 40.5px;
    padding-bottom: 40.5px;
  }
  .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: 30px;
  }
  .x-nav-menu > .x-menu-item > .x-menu-a-text {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
  }
  .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 #ce2305;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  }
  .x-sub-menu .x-menu-item {
    position: relative;
    min-width: 210px !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: 38px;
  }
  .x-sub-menu b.x-caret:before {
    content: "\f178";
    font-size: 11px;
  }
  .x-menu-item {
    line-height: 50px;
  }
  .x-active > .x-sub-menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: 999;
    border-top: solid 1px #eee;
  }
  .x-menu-a-text {
    font-size: 15px;
  }
  p.x-description {
    font-style: italic;
    font-size: 0.9em;
    line-height: 30px;
    margin-top: -8px;
    margin-bottom: 10px;
  }
  span.x-menu-text {
    position: relative;
  }
  .x-sub-menu-standard {
    padding: 10px 0;
  }
  .x-sub-menu-standard > .x-menu-item b.x-caret {
    position: absolute;
    right: 20px;
    transition: all 0.5s;
  }
  .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: #ce2305;
  }
  .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: #ce2305;
    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: #ce2305;
  }
  .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: #ce2305 !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: #ce2305;
  }
  .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://pizzeriacaprese.ch/wp-content/themes/rica/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;
  }
}
.x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text {
  font-weight: 900;
}
/**
 * 3.0 - Widget
 * ----------------------------------------------------------------------------
 */
.sidebar .widget {
  margin-bottom: 35px;
}
.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:after {
  content: '';
  clear: both;
  display: block;
}
.widget-title {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.18;
}
.widget-title span {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}
.widget-title span small a {
  color: #ce2305;
  text-transform: uppercase;
  font-weight: 600;
}
.widget-title span small a:hover {
  color: #000;
}
.widget-classic-no-border .widget-title {
  border-bottom: none;
}
.widget-border-round {
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.widget-border-round .widget-title {
  margin: -1px -21px 20px -21px;
  background-color: #ce2305;
  color: #ffffff;
  border-bottom: none;
  font-size: 15px;
  letter-spacing: 0;
}
.widget-border-round .widget-title span {
  line-height: 20px;
  padding: 15px 20px;
}
.widget-border-round .widget-title span:before {
  display: none;
}
.widget-border-round .widget-title a,
.widget-border-round .widget-title a:hover {
  color: #ffffff;
}
.widget-border-round-background {
  border: 1px solid #d9d9d9;
  -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: #f4f4f4;
  padding: 25px 20px 30px 20px;
}
.widget-border-round-background .widget-title {
  border-bottom: none;
  margin-bottom: 20px;
}
.widget-border {
  border: 1px solid #d9d9d9;
  padding: 30px 0 25px 0;
}
.widget-border .widget-title span {
  margin-left: 10px;
}
.widget-border div.yith-wcan,
.widget-border .textwidget,
.widget-border .tagcloud,
.widget-border .yit-wcan-select-open,
.widget-border .yith-wcan-select-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
.widget-border .yith-wcan-select-wrapper {
  width: 80%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
.widget-border-background {
  background-color: #f9f9f9;
  border: 1px solid #d9d9d9;
  padding: 20px 0;
}
.widget-border-background .widget-title span {
  margin-left: 20px;
}
.widget-border-background div.yith-wcan,
.widget-border-background .textwidget,
.widget-border-background .tagcloud,
.widget-border-background .yit-wcan-select-open,
.widget-border-background .yith-wcan-select-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}
.widget-border-background .yith-wcan-select-wrapper {
  width: 80%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
/**
* Archive, categories, nav_menu
* ----------------------------------------------------------------------------
*/
.widget_archive,
.widget_categories,
.widget_nav_menu,
.widget_pages,
.widget_product_categories {
  /*	ul ul {
		display: none;
	}*/
}
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_product_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul {
  padding-left: 15px;
}
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_product_categories > ul,
.widget_archive ul.menu,
.widget_categories ul.menu,
.widget_nav_menu ul.menu,
.widget_pages ul.menu,
.widget_product_categories ul.menu {
  margin-top: -14px;
}
.widget_archive ul > li + li,
.widget_categories ul > li + li,
.widget_nav_menu ul > li + li,
.widget_pages ul > li + li,
.widget_product_categories ul > li + li {
  border-top: solid 1px #f5f5f5;
}
.widget_archive li > ul,
.widget_categories li > ul,
.widget_nav_menu li > ul,
.widget_pages li > ul,
.widget_product_categories li > ul {
  border-top: solid 1px #f5f5f5;
}
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li,
.widget_product_categories li {
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  font-weight: 900;
}
.widget_archive a,
.widget_categories a,
.widget_nav_menu a,
.widget_pages a,
.widget_product_categories a {
  display: inline-block;
  padding: 14px 0;
}
.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 {
  padding-left: 15px;
}
.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 {
  padding-left: 30px;
}
.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 {
  padding-left: 45px;
}
.widget_archive .li-caret,
.widget_categories .li-caret,
.widget_nav_menu .li-caret,
.widget_pages .li-caret,
.widget_product_categories .li-caret {
  position: absolute;
  right: 0;
  top: 19px;
  cursor: pointer;
  font-size: 10px;
  color: #999999;
  letter-spacing: -0.02em;
}
.widget_archive .li-caret.in:before,
.widget_categories .li-caret.in:before,
.widget_nav_menu .li-caret.in:before,
.widget_pages .li-caret.in:before,
.widget_product_categories .li-caret.in:before {
  content: '\f068';
}
.widget_archive.widget-border-round > ul,
.widget_categories.widget-border-round > ul,
.widget_nav_menu.widget-border-round > ul,
.widget_pages.widget-border-round > ul,
.widget_product_categories.widget-border-round > ul,
.widget_archive.widget-border-round-background > ul,
.widget_categories.widget-border-round-background > ul,
.widget_nav_menu.widget-border-round-background > ul,
.widget_pages.widget-border-round-background > ul,
.widget_product_categories.widget-border-round-background > ul,
.widget_archive.widget-border > ul,
.widget_categories.widget-border > ul,
.widget_nav_menu.widget-border > ul,
.widget_pages.widget-border > ul,
.widget_product_categories.widget-border > ul,
.widget_archive.widget-border-background > ul,
.widget_categories.widget-border-background > ul,
.widget_nav_menu.widget-border-background > ul,
.widget_pages.widget-border-background > ul,
.widget_product_categories.widget-border-background > ul,
.widget_archive.widget-border-round ul.menu,
.widget_categories.widget-border-round ul.menu,
.widget_nav_menu.widget-border-round ul.menu,
.widget_pages.widget-border-round ul.menu,
.widget_product_categories.widget-border-round ul.menu,
.widget_archive.widget-border-round-background ul.menu,
.widget_categories.widget-border-round-background ul.menu,
.widget_nav_menu.widget-border-round-background ul.menu,
.widget_pages.widget-border-round-background ul.menu,
.widget_product_categories.widget-border-round-background ul.menu,
.widget_archive.widget-border ul.menu,
.widget_categories.widget-border ul.menu,
.widget_nav_menu.widget-border ul.menu,
.widget_pages.widget-border ul.menu,
.widget_product_categories.widget-border ul.menu,
.widget_archive.widget-border-background ul.menu,
.widget_categories.widget-border-background ul.menu,
.widget_nav_menu.widget-border-background ul.menu,
.widget_pages.widget-border-background ul.menu,
.widget_product_categories.widget-border-background ul.menu {
  margin-bottom: -20px;
}
.widget_archive.widget-border-background > ul,
.widget_categories.widget-border-background > ul,
.widget_nav_menu.widget-border-background > ul,
.widget_pages.widget-border-background > ul,
.widget_product_categories.widget-border-background > ul,
.widget_archive.widget-border-background ul.menu,
.widget_categories.widget-border-background ul.menu,
.widget_nav_menu.widget-border-background ul.menu,
.widget_pages.widget-border-background ul.menu,
.widget_product_categories.widget-border-background ul.menu {
  margin-top: -20px;
}
.widget_archive.widget-border-background a,
.widget_categories.widget-border-background a,
.widget_nav_menu.widget-border-background a,
.widget_pages.widget-border-background a,
.widget_product_categories.widget-border-background a {
  padding-left: 20px;
}
.widget_archive.widget-border-background li li a,
.widget_categories.widget-border-background li li a,
.widget_nav_menu.widget-border-background li li a,
.widget_pages.widget-border-background li li a,
.widget_product_categories.widget-border-background li li a {
  padding-left: 50px;
}
.widget_archive.widget-border-background li li li a,
.widget_categories.widget-border-background li li li a,
.widget_nav_menu.widget-border-background li li li a,
.widget_pages.widget-border-background li li li a,
.widget_product_categories.widget-border-background li li li a {
  padding-left: 80px;
}
.widget_archive.widget-border-background li li li li a,
.widget_categories.widget-border-background li li li li a,
.widget_nav_menu.widget-border-background li li li li a,
.widget_pages.widget-border-background li li li li a,
.widget_product_categories.widget-border-background li li li li a {
  padding-left: 110px;
}
.widget_archive.widget-border-background .li-caret,
.widget_categories.widget-border-background .li-caret,
.widget_nav_menu.widget-border-background .li-caret,
.widget_pages.widget-border-background .li-caret,
.widget_product_categories.widget-border-background .li-caret {
  right: 20px;
}
.widget_archive.widget-border > ul,
.widget_categories.widget-border > ul,
.widget_nav_menu.widget-border > ul,
.widget_pages.widget-border > ul,
.widget_product_categories.widget-border > ul,
.widget_archive.widget-border ul.menu,
.widget_categories.widget-border ul.menu,
.widget_nav_menu.widget-border ul.menu,
.widget_pages.widget-border ul.menu,
.widget_product_categories.widget-border ul.menu {
  margin-top: -20px;
}
.widget_archive.widget-border a,
.widget_categories.widget-border a,
.widget_nav_menu.widget-border a,
.widget_pages.widget-border a,
.widget_product_categories.widget-border a {
  padding-left: 10px;
}
.widget_archive.widget-border li li a,
.widget_categories.widget-border li li a,
.widget_nav_menu.widget-border li li a,
.widget_pages.widget-border li li a,
.widget_product_categories.widget-border li li a {
  padding-left: 40px;
}
.widget_archive.widget-border li li li a,
.widget_categories.widget-border li li li a,
.widget_nav_menu.widget-border li li li a,
.widget_pages.widget-border li li li a,
.widget_product_categories.widget-border li li li a {
  padding-left: 70px;
}
.widget_archive.widget-border li li li li a,
.widget_categories.widget-border li li li li a,
.widget_nav_menu.widget-border li li li li a,
.widget_pages.widget-border li li li li a,
.widget_product_categories.widget-border li li li li a {
  padding-left: 100px;
}
.widget_archive.widget-border .li-caret,
.widget_categories.widget-border .li-caret,
.widget_nav_menu.widget-border .li-caret,
.widget_pages.widget-border .li-caret,
.widget_product_categories.widget-border .li-caret {
  right: 10px;
}
.widget_archive.widget-border-round > ul,
.widget_categories.widget-border-round > ul,
.widget_nav_menu.widget-border-round > ul,
.widget_pages.widget-border-round > ul,
.widget_product_categories.widget-border-round > ul,
.widget_archive.widget-border-round ul.menu,
.widget_categories.widget-border-round ul.menu,
.widget_nav_menu.widget-border-round ul.menu,
.widget_pages.widget-border-round ul.menu,
.widget_product_categories.widget-border-round ul.menu {
  margin-top: 0;
}
.widget_archive.widget-border-round .widget-title + ul,
.widget_categories.widget-border-round .widget-title + ul,
.widget_nav_menu.widget-border-round .widget-title + ul,
.widget_pages.widget-border-round .widget-title + ul,
.widget_product_categories.widget-border-round .widget-title + ul,
.widget_archive.widget-border-round .widget-title + div > ul.menu,
.widget_categories.widget-border-round .widget-title + div > ul.menu,
.widget_nav_menu.widget-border-round .widget-title + div > ul.menu,
.widget_pages.widget-border-round .widget-title + div > ul.menu,
.widget_product_categories.widget-border-round .widget-title + div > ul.menu {
  margin-top: -20px;
}
/**
* Archive dropdown
* ----------------------------------------------------------------------------
*/
.widget_archive select,
.widget_categories select {
  width: 100%;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: none;
}
.widget_archive.widget-border select,
.widget_categories.widget-border select {
  width: 90%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 10px;
}
.widget_archive.widget-border-background select,
.widget_categories.widget-border-background select {
  width: 85%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
}
/**
* Calendar
* ----------------------------------------------------------------------------
*/
.widget_calendar .calendar_wrap caption {
  padding-top: 0;
  padding-bottom: 8px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #202020;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar th {
  background-color: #f5f5f5;
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
  border: solid 1px #f5f5f5;
  text-align: center;
}
.widget_calendar #wp-calendar tfoot td {
  color: #202020;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}
.widget_calendar #wp-calendar td#next {
  text-align: right;
}
.widget_calendar.widget-border #wp-calendar {
  width: 90%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 10px;
}
.widget_calendar.widget-border-background #wp-calendar {
  width: 85%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
}
.widget_calendar #wp-calendar tbody td#today {
  background-color: #ce2305;
  color: #fff;
}
/**
* Meta, Recent Comment, Rss, Recent Entries
* ----------------------------------------------------------------------------
*/
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_recent_entries ul,
.woocommerce .widget_layered_nav ul,
.woocommerce .widget_layered_nav_filters ul,
.yith-woocompare-widget ul {
  list-style: none;
  padding: 0;
  margin: -11px 0 0 0;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li {
  border-top: solid 1px #d9d9d9;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li {
  padding: 11px 0;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  color: #999999;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a {
  color: #202020;
  font-weight: bold;
  text-transform: uppercase;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover {
  color: #ce2305;
}
.widget_meta.widget-border-round ul,
.widget_recent_comments.widget-border-round ul,
.widget_rss.widget-border-round ul,
.widget_recent_entries.widget-border-round ul,
.woocommerce .widget_layered_nav.widget-border-round ul,
.woocommerce .widget_layered_nav_filters.widget-border-round ul,
.yith-woocompare-widget.widget-border-round ul,
.widget_meta.widget-border-round-background ul,
.widget_recent_comments.widget-border-round-background ul,
.widget_rss.widget-border-round-background ul,
.widget_recent_entries.widget-border-round-background ul,
.woocommerce .widget_layered_nav.widget-border-round-background ul,
.woocommerce .widget_layered_nav_filters.widget-border-round-background ul,
.yith-woocompare-widget.widget-border-round-background ul,
.widget_meta.widget-border ul,
.widget_recent_comments.widget-border ul,
.widget_rss.widget-border ul,
.widget_recent_entries.widget-border ul,
.woocommerce .widget_layered_nav.widget-border ul,
.woocommerce .widget_layered_nav_filters.widget-border ul,
.yith-woocompare-widget.widget-border ul,
.widget_meta.widget-border-background ul,
.widget_recent_comments.widget-border-background ul,
.widget_rss.widget-border-background ul,
.widget_recent_entries.widget-border-background ul,
.woocommerce .widget_layered_nav.widget-border-background ul,
.woocommerce .widget_layered_nav_filters.widget-border-background ul,
.yith-woocompare-widget.widget-border-background ul {
  margin-bottom: -20px;
}
.widget_meta.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_comments.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_rss.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_entries.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav_filters.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.yith-woocompare-widget.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li {
  padding-left: 10px;
  padding-right: 10px;
}
.widget_meta.widget-border ul.yith-wcan-group,
.widget_recent_comments.widget-border ul.yith-wcan-group,
.widget_rss.widget-border ul.yith-wcan-group,
.widget_recent_entries.widget-border ul.yith-wcan-group,
.woocommerce .widget_layered_nav.widget-border ul.yith-wcan-group,
.woocommerce .widget_layered_nav_filters.widget-border ul.yith-wcan-group,
.yith-woocompare-widget.widget-border ul.yith-wcan-group {
  padding-left: 10px;
  padding-right: 10px;
}
.widget_meta.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_comments.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_rss.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_entries.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav_filters.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.yith-woocompare-widget.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li {
  padding-left: 20px;
  padding-right: 20px;
}
.widget_meta.widget-border-background ul.yith-wcan-group,
.widget_recent_comments.widget-border-background ul.yith-wcan-group,
.widget_rss.widget-border-background ul.yith-wcan-group,
.widget_recent_entries.widget-border-background ul.yith-wcan-group,
.woocommerce .widget_layered_nav.widget-border-background ul.yith-wcan-group,
.woocommerce .widget_layered_nav_filters.widget-border-background ul.yith-wcan-group,
.yith-woocompare-widget.widget-border-background ul.yith-wcan-group {
  padding-left: 20px;
  padding-right: 20px;
}
.widget_meta.widget-border-round ul,
.widget_recent_comments.widget-border-round ul,
.widget_rss.widget-border-round ul,
.widget_recent_entries.widget-border-round ul,
.woocommerce .widget_layered_nav.widget-border-round ul,
.woocommerce .widget_layered_nav_filters.widget-border-round ul,
.yith-woocompare-widget.widget-border-round ul {
  margin-top: 0;
}
.widget_meta.widget-border-round .widget-title + ul,
.widget_recent_comments.widget-border-round .widget-title + ul,
.widget_rss.widget-border-round .widget-title + ul,
.widget_recent_entries.widget-border-round .widget-title + ul,
.woocommerce .widget_layered_nav.widget-border-round .widget-title + ul,
.woocommerce .widget_layered_nav_filters.widget-border-round .widget-title + ul,
.yith-woocompare-widget.widget-border-round .widget-title + ul {
  margin-top: -11px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-group,
.woocommerce .widget_layered_nav_filters ul.yith-wcan-group {
  margin-top: 0;
}
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before {
  display: none;
}
.ajax-filter.widget.woocommerce a.ladda-button {
  overflow: inherit !important;
}
.yith-woocompare-widget ul {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px !important;
}
.yith-woocompare-widget ul.products-list li a.title {
  width: auto;
}
.yith-woocompare-widget.widget-border .clear-all {
  margin-left: 10px;
}
.yith-woocompare-widget.widget-border .compare {
  margin-right: 10px;
}
.yith-woocompare-widget.widget-border-background .clear-all {
  margin-left: 20px;
}
.yith-woocompare-widget.widget-border-background .compare {
  margin-right: 20px;
}
.yith-woocompare-widget ul.products-list a.remove {
  font-size: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
/**
* G5Plus:Posts
* ----------------------------------------------------------------------------
*/
.widget-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-posts li {
  margin-bottom: 15px;
}
.widget-posts li:last-child {
  margin-bottom: 0;
}
.widget-posts .entry-thumb-wrap {
  width: 100px;
  margin-bottom: 0;
  float: left;
}
.widget-posts .entry-thumb-wrap a.zoomGallery {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
.widget-posts .entry-thumb-wrap .post-video a.zoomGallery i {
  font-size: 16px;
  height: 30px;
  width: 30px;
  line-height: 26px;
}
.widget-posts .entry-thumb-wrap a.zoomGallery i {
  font-size: 16px;
  line-height: 30px;
}
.widget-posts .entry-thumb-wrap + .entry-content-wrap {
  padding-left: 115px;
}
.widget-posts .entry-thumb-wrap .post-video a.zoomGallery i:before {
  margin-left: 3px;
}
.widget-posts ul li h3.entry-post-title {
  font-size: 14px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: #202020;
  letter-spacing: 0.05em;
}
.widget-posts ul li h3.entry-post-title a {
  color: #202020;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.widget-posts ul li h3.entry-post-title a:hover {
  color: #ce2305;
}
.widget-posts .entry-meta-date {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  color: #acacac;
  line-height: 1;
  margin-bottom: 10px;
}
.widget-posts .owl-dots {
  display: none;
}
/**
* Search
* ----------------------------------------------------------------------------
*/
.search-form {
  position: relative;
  width: 100%;
}
.search-form .search-field {
  height: 50px !important;
  line-height: 40px !important;
  border-style: solid;
  border-width: 2px;
  border-color: #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: 30px;
}
.search-form .search-field:focus {
  border-color: #ce2305;
}
.search-form .search-submit {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background-color: transparent;
  color: #ce2305;
  border: solid 2px transparent;
  border-left: 0;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 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;
}
.search-form .search-submit:hover {
  background-color: #202020;
  color: #fff;
}
.search-form-small .search-form .search-field {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  height: 36px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  width: 270px;
  padding-right: 36px;
}
.search-form-small .search-form .search-submit {
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.search-form-square .search-form .search-field {
  border: none;
  height: 36px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  width: 270px;
  padding-right: 36px;
}
.search-form-square .search-form .search-field:focus + .search-submit {
  background-color: transparent;
  color: #ce2305;
}
.search-form-square .search-form .search-submit {
  background-color: transparent;
  color: #222;
  width: 36px;
  height: 36px;
  padding: 0;
  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;
}
.search-form-square .search-form .search-submit:hover {
  background-color: transparent;
  color: #ce2305;
}
.widget_search .widget-title + .search-form,
.widget_product_search .widget-title + .search-form {
  margin-top: 5px;
}
.widget_search.widget-border .search-field,
.widget_product_search.widget-border .search-field {
  width: 90%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 10px;
}
.widget_search.widget-border .search-submit,
.widget_product_search.widget-border .search-submit {
  right: 10px;
}
.widget_search.widget-border-background .search-field,
.widget_product_search.widget-border-background .search-field {
  width: 85%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
}
.widget_search.widget-border-background .search-submit,
.widget_product_search.widget-border-background .search-submit {
  right: 20px;
}
/**
* Tag Clound
* ----------------------------------------------------------------------------
*/
.tagcloud {
  margin-bottom: -5px;
  font-size: 0;
}
.tagcloud a {
  display: inline-block;
  background-color: transparent;
  color: #888;
  font-size: 14px !important;
  border: 1px solid #f5f5f5;
  line-height: 20px;
  padding: 5px 10px;
  margin: 0 5px 5px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tagcloud a:hover {
  background-color: #ce2305;
  color: #fff;
  border-color: #ce2305;
}
/**
* Social Profile
* ----------------------------------------------------------------------------
*/
.social-profiles {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-profiles li {
  display: inline-block;
}
.social-profiles li + li {
  margin-left: 20px;
}
.social-profiles.circle i {
  background-color: rgba(0, 0, 0, 0.1);
  width: 28px;
  height: 28px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 28px;
  text-align: center;
}
.social-profiles.border {
  border: 2px solid #eee;
  padding: 30px 10px;
  text-align: center;
}
.social-profiles.border i {
  font-size: 18px;
  color: #aaa;
  padding: 6px;
}
.social-profiles.border a:hover i {
  color: #ce2305;
}
.social-profiles-title {
  font-weight: 700;
}
.widget.widget-social-profile + .widget.widget_search {
  margin-top: -37px;
}
/**
* Woocommerce Price Filter
* ----------------------------------------------------------------------------
*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eee;
  height: 6px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 25px;
  position: relative;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  height: 6px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  position: absolute;
  background-color: #ce2305;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-default:last-child {
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-default {
  height: 14px;
  width: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  top: -4px;
  position: absolute;
  background-color: #ce2305;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  cursor: e-resize;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-default:focus {
  outline: none;
}
.woocommerce .widget_price_filter .price_slider_amount {
  position: relative;
  display: inline-block;
  width: 100%;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  text-transform: uppercase;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 13px;
  float: right;
  margin-top: 0;
  font-weight: 400;
  background-color: #eee;
  border: none;
  color: #222;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #fff;
  background-color: #ce2305;
}
.woocommerce .widget_price_filter.widget-border .price_slider_wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce .widget_price_filter.widget-border-background .price_slider_wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
/**
* Product
* ----------------------------------------------------------------------------
*/
.woocommerce ul.product_list_widget li {
  padding: 0;
  margin-bottom: 15px;
}
.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 100px;
  border: 1px solid #eaeaea;
  margin: 0 15px 0 0;
}
.woocommerce ul.product_list_widget li a {
  font-weight: normal;
  line-height: 1.4;
}
.woocommerce ul.product_list_widget span.amount {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.woocommerce ul.product_list_widget ins span.amount {
  text-decoration: none;
}
.woocommerce ul.product_list_widget del span.amount {
  font-size: 14px;
  color: #999999;
  margin-right: 5px;
  text-decoration: line-through;
}
.woocommerce ul.product_list_widget del,
.woocommerce ul.product_list_widget ins {
  display: inline-block;
}
.woocommerce ul.product_list_widget a + span.amount,
.woocommerce ul.product_list_widget a + del {
  margin-top: 5px;
}
.woocommerce ul.product_list_widget li .star-rating {
  margin-bottom: 15px;
  margin-top: 5px;
}
.widget-border-background ul.product_list_widget li img,
.widget-border ul.product_list_widget li img,
.widget-border-round ul.product_list_widget li img,
.widget-border-round-background ul.product_list_widget li img {
  width: 70px;
}
.widget-border-background ul.product_list_widget li + li,
.widget-border ul.product_list_widget li + li,
.widget-border-round ul.product_list_widget li + li,
.widget-border-round-background ul.product_list_widget li + li {
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
}
.widget-border ul.product_list_widget li {
  padding-left: 10px;
  padding-right: 10px;
}
.widget-border-background ul.product_list_widget li {
  padding-left: 20px;
  padding-right: 20px;
}
/**
* yith-woocommerce-ajax-product-filter
* ----------------------------------------------------------------------------
*/
.woocommerce .widget_layered_nav ul.yith-wcan-color {
  margin-bottom: -5px;
  padding: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a {
  position: relative;
  width: 32px;
  height: 32px;
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin: 0 5px 5px 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover {
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #fff;
  position: absolute;
  margin: 10px 0 0 10px;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  top: 0;
  left: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a {
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:before {
  display: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #fff;
  position: absolute;
  margin: 10px 0 0 10px;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  top: 0;
  left: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label {
  padding: 0;
  margin-bottom: -5px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a {
  background-color: transparent;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-size: 14px;
  color: #999999;
  border: 1px solid #d9d9d9;
  margin: 0 5px 5px 0;
  line-height: 20px;
  padding: 5px;
  min-width: 32px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover {
  background-color: #999999;
  color: #fff;
  border-color: #999999;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a {
  background-color: #999999;
  color: #fff;
  border-color: #999999;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a:before {
  display: none;
}
/**
* Widget: TWITTER
* ----------------------------------------------------------------------------
*/
.widget-twitter-item > i {
  float: left;
  font-size: 30px;
}
.widget-twitter-item > div {
  padding-left: 40px;
}
.widget-twitter-item + .widget-twitter-item {
  margin-top: 20px;
}
.widget-twitter-item .twitter-name {
  color: #ce2305;
}
.widget-twitter-item .twitter-time {
  color: #404040;
  font-size: 13px;
  margin-top: 5px;
}
/**
* Mailchimp Form
* ----------------------------------------------------------------------------
*/
.rc-pls-mailchimp p {
  display: inline-block;
  float: left;
}
.rc-pls-mailchimp p.p-input {
  width: 79.8%;
  padding-right: 15px;
  position: relative;
}
.rc-pls-mailchimp p.p-input i {
  position: absolute;
  right: 30px;
  font-size: 32px;
  line-height: 50px;
  z-index: 10;
  top: 0;
}
.rc-pls-mailchimp p.p-input input[type="email"] {
  border: none;
}
.rc-pls-mailchimp p.p-input input[type="email"]:focus {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}
.rc-pls-mailchimp p.p-submit {
  width: 20.2%;
}
.rc-pls-mailchimp p.p-submit input[type="submit"] {
  width: 100%;
  white-space: normal;
}
.rc-pls-mailchimp p.p-submit input[type="submit"].bt-md {
  padding: 16px 5px;
}
.rc-pls-mailchimp p.p-submit .sb-subscribe {
  display: none;
}
.mailchimp-subscribe-primary,
.mailchimp-subscribe-dark {
  text-align: center;
}
.mailchimp-subscribe-primary .rc-pls-mailchimp,
.mailchimp-subscribe-dark .rc-pls-mailchimp {
  max-width: 480px;
  margin: auto;
}
.mailchimp-subscribe-primary .rc-pls-mailchimp input[type="email"],
.mailchimp-subscribe-dark .rc-pls-mailchimp input[type="email"] {
  border: none;
}
.mailchimp-subscribe-primary .rc-pls-mailchimp p.p-input,
.mailchimp-subscribe-dark .rc-pls-mailchimp p.p-input {
  width: 72%;
}
.mailchimp-subscribe-primary .rc-pls-mailchimp p.p-submit,
.mailchimp-subscribe-dark .rc-pls-mailchimp p.p-submit {
  width: 28%;
}
.mailchimp-subscribe-primary .rc-pls-mailchimp p.p-submit input[type="submit"],
.mailchimp-subscribe-dark .rc-pls-mailchimp p.p-submit input[type="submit"] {
  display: none;
}
.mailchimp-subscribe-primary .rc-pls-mailchimp p.p-submit input[type="submit"].sb-subscribe,
.mailchimp-subscribe-dark .rc-pls-mailchimp p.p-submit input[type="submit"].sb-subscribe {
  display: block;
}
.mailchimp-subscribe-primary .bt-background.bt-dark {
  background-color: #ce2305;
  border-color: #ce2305;
}
.mailchimp-subscribe-primary .bt-background.bt-dark:hover {
  background-color: #fff;
  color: #ce2305;
}
@media (max-width: 768px) {
  .rc-pls-mailchimp p.p-input {
    width: 68%;
  }
  .rc-pls-mailchimp p.p-submit {
    width: 32%;
  }
}
@media (max-width: 500px) {
  .rc-pls-mailchimp {
    text-align: center;
  }
  .rc-pls-mailchimp p.p-input {
    width: 100%;
    padding: 0;
  }
  .rc-pls-mailchimp p.p-input i {
    display: none;
  }
  .rc-pls-mailchimp p.p-submit {
    min-width: 150px;
    float: none;
  }
  .mailchimp-subscribe-primary,
  .mailchimp-subscribe-dark {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mailchimp-subscribe-primary .rc-pls-mailchimp p.p-input,
  .mailchimp-subscribe-dark .rc-pls-mailchimp p.p-input {
    width: 100%;
  }
  .mailchimp-subscribe-primary .rc-pls-mailchimp p.p-submit,
  .mailchimp-subscribe-dark .rc-pls-mailchimp p.p-submit {
    width: inherit;
  }
  .mailchimp-subscribe-primary .rc-pls-mailchimp p.p-submit input[type="submit"],
  .mailchimp-subscribe-dark .rc-pls-mailchimp p.p-submit input[type="submit"] {
    min-width: 140px;
  }
}
/**
* Contact Form
* ----------------------------------------------------------------------------
*/
.rica-contact-form {
  margin: -15px;
  max-width: 830px;
  margin: auto;
  text-align: center;
}
.rica-contact-form input[type="text"],
.rica-contact-form input[type="email"],
.rica-contact-form textarea {
  font-size: 15px;
  letter-spacing: 0.05em;
  border-color: #ce2305;
  color: #0A0A0A;
  font-style: normal;
  padding-left: 50px;
}
.rica-contact-form input[type="text"]::-webkit-input-placeholder,
.rica-contact-form input[type="email"]::-webkit-input-placeholder,
.rica-contact-form textarea::-webkit-input-placeholder {
  color: #0a0a0a;
}
.rica-contact-form input[type="text"]:-moz-placeholder,
.rica-contact-form input[type="email"]:-moz-placeholder,
.rica-contact-form textarea:-moz-placeholder {
  color: #0a0a0a;
}
.rica-contact-form input[type="text"]::-moz-placeholder,
.rica-contact-form input[type="email"]::-moz-placeholder,
.rica-contact-form textarea::-moz-placeholder {
  color: #0a0a0a;
}
.rica-contact-form input[type="text"]:-ms-input-placeholder,
.rica-contact-form input[type="email"]:-ms-input-placeholder,
.rica-contact-form textarea:-ms-input-placeholder {
  color: #0a0a0a;
}
.rica-contact-form input[type="text"]:focus,
.rica-contact-form input[type="email"]:focus,
.rica-contact-form textarea:focus {
  border-color: #6a1203;
}
.rica-contact-form textarea {
  height: 150px;
  padding-top: 13px;
  line-height: 1.2;
  max-width: 100%;
}
.rica-contact-form input[type="submit"] {
  margin-top: 20px;
}
.rica-contact-form span.name,
.rica-contact-form span.email {
  display: inline-block;
  width: 50%;
}
.rica-contact-form span.name:before,
.rica-contact-form span.email:before,
.rica-contact-form span.message:before {
  content: "";
  font-family: 'Pe-icon-7-stroke';
  font-size: 20px;
  color: #979797;
  width: 48px;
  text-align: center;
  line-height: 48px;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
}
.rica-contact-form span.name {
  float: left;
  padding-right: 14px;
  margin-bottom: 15px;
}
.rica-contact-form span.name:before {
  content: "\e66c";
}
.rica-contact-form span.email {
  padding-left: 14px;
  margin-bottom: 15px;
}
.rica-contact-form span.email:before {
  content: "\e639";
}
.rica-contact-form br {
  display: none;
}
.rica-contact-form span.message {
  width: 100%;
  display: block;
}
.rica-contact-form span.message:before {
  content: "\e69d";
}
@media (min-width: 601px) {
  .rica-contact-form span.email:before {
    left: 15px;
  }
}
@media (max-width: 600px) {
  .rica-contact-form input[type="submit"] {
    margin-top: 20px;
  }
  .rica-contact-form span.name,
  .rica-contact-form span.email {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .rica-contact-form span.email:before {
    left: 1px;
  }
}
/**
* Widget Info Box
* ----------------------------------------------------------------------------
*/
.widget-info-box ul {
  padding: 0;
  margin: 0;
}
.widget-info-box li {
  list-style: none;
}
.widget-info-box li > div {
  display: table-cell;
  vertical-align: top;
}
.widget-info-box li:last-child {
  margin-bottom: 0 !important;
}
.widget-info-box h4.widget-title + ul.if-classic li:first-child {
  padding-top: 0;
  border-top: none;
}
.widget-info-box p {
  margin-bottom: 0;
}
.widget-info-box p a {
  font-weight: 500;
}
.widget-info-box h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.widget-info-box h3 a:hover,
.widget-info-box h3 a:focus {
  color: #ce2305;
}
.widget-info-box ul.if-classic li:first-child {
  padding-top: 20px;
  border-top: 1px solid #eaeaea;
}
.widget-info-box ul.if-classic li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.widget-info-box ul.if-classic h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.widget-info-box ul.if-classic h3 a {
  color: #565656;
}
.widget-info-box ul.if-classic p {
  color: #999999;
}
.widget-info-box ul.if-classic .if-icon {
  width: 30px;
  font-size: 30px;
  line-height: 1;
  color: #ce2305;
}
.widget-info-box ul.if-classic .if-content {
  padding-left: 20px;
}
.widget-info-box ul.if-round li {
  margin-bottom: 25px;
}
.widget-info-box ul.if-round h3 {
  font-size: 13px;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}
.widget-info-box ul.if-round h3 a {
  color: #999999;
}
.widget-info-box ul.if-round p {
  color: #333333;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.widget-info-box ul.if-round .if-icon i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 13px;
  letter-spacing: -0.02em;
  -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: #ce2305;
  color: #ffffff;
}
.widget-info-box ul.if-round .if-content {
  padding-left: 10px;
}
.widget-info-box.widget-border-background li:last-child,
.widget-info-box.widget-border li:last-child,
.widget-info-box.widget-border-round-background li:last-child,
.widget-info-box.widget-border-round li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-info-box.widget-border-background li:first-child,
.widget-info-box.widget-border li:first-child,
.widget-info-box.widget-border-round-background li:first-child,
.widget-info-box.widget-border-round li:first-child {
  border-top: none;
}
.widget-info-box.widget-border-background li:first-child,
.widget-info-box.widget-border li:first-child,
.widget-info-box.widget-border-round-background li:first-child {
  padding-top: 0;
}
.widget-info-box.widget-border .if-icon {
  padding-left: 10px;
}
.widget-info-box.widget-border-background .if-icon {
  padding-left: 20px;
}
/**
* Primary Sidebar
* ----------------------------------------------------------------------------
*/
.primary-sidebar .widget:last-child {
  margin-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://pizzeriacaprese.ch/wp-content/themes/rica/assets/images/close.png) 15 15, default;
  }
}
/**
 * 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: #ce2305;
  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;
  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 {
  display: inline-block;
  vertical-align: middle;
}
.shopping-cart-icon > .icon > i {
  font-size: 18px;
  font-style: normal;
}
.shopping-cart-icon > .icon > span {
  line-height: 18px;
  color: #ce2305;
  font-size: 15px;
  background-color: #FFFFFF;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 20px;
  height: 20px;
  display: inline-block;
  font-weight: bold;
  text-align: center;
}
.shopping-cart-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  background: #fff;
  color: #000;
  padding: 26px 11px 26px 26px;
  width: 368px;
  line-height: 1.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shopping-cart-list ul.cart_list {
  max-height: 272px;
  overflow: hidden;
  position: relative;
  padding-right: 15px !important;
}
.shopping-cart-list li a {
  color: inherit;
}
.shopping-cart-list li a:hover {
  color: #ce2305;
}
.shopping-cart-list li a:not(.remove) span {
  font-weight: 600;
  padding-top: 3px;
}
.shopping-cart-list ul.product_list_widget {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shopping-cart-list ul.product_list_widget li img {
  width: 60px;
  margin-bottom: 15px;
}
.shopping-cart-list ul.product_list_widget li,
.shopping-cart-list p.total {
  position: relative;
  border-bottom: solid 1px #eaeaea;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
.shopping-cart-list ul.product_list_widget li:last-child {
  margin-bottom: 26px;
}
.shopping-cart-list ul.product_list_widget li.empty {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.shopping-cart-list li.mini_cart_item a.remove {
  position: absolute;
  right: 0;
  font-size: 0;
}
.shopping-cart-list li.mini_cart_item a.remove:before {
  content: '\e681';
  font-family: "Pe-icon-7-stroke";
  font-size: 18px;
}
.shopping-cart-list li.mini_cart_item:after {
  content: '';
  display: block;
  clear: both;
}
.shopping-cart-list span.quantity {
  margin-top: 3px;
  display: block;
  color: #ababab;
}
.shopping-cart-list p.total {
  display: none;
}
.shopping-cart-list p.buttons {
  margin: 0;
  text-align: center;
}
.shopping-cart-list p.buttons a.bt + a.bt {
  margin-left: 10px;
}
.shopping-cart-list p.buttons a.checkout {
  border-color: #eaeaea;
}
.shopping-cart-list p.buttons a.checkout:hover {
  border-color: #0f0f0f;
}
.widget_shopping_cart_content {
  position: relative;
  text-align: left;
}
.bar-left {
  text-align: left;
}
.bar-left .menu ul {
  left: 100%;
  right: auto;
}
.bar-left .menu li > ul {
  left: 0;
}
.bar-right {
  text-align: right;
}
.bar-right .widget {
  text-align: left;
}
.bar-wrapper {
  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: #ce2305;
}
.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;
}
.bar-wrapper .social-profiles-title {
  display: inline-block;
  font-weight: 400;
  margin-right: 15px;
}
.bar-wrapper .social-profiles {
  display: inline-block;
}
.top-bar-wrapper a:hover {
  color: #ce2305;
}
.top-bar-wrapper {
  background-color: rgba(238, 238, 238, 0);
  color: #777777;
}
.top-bar-wrapper a {
  color: inherit;
}
.top-bar-wrapper.full-border {
  border-bottom: solid 1px rgba(238, 238, 238, 0.2);
}
.top-bar-wrapper.container-border .top-bar-inner {
  border-bottom: solid 1px rgba(238, 238, 238, 0.2);
}
.top-bar-wrapper .widget + .widget:before,
.top-bar-wrapper .menu > li + li:before {
  border-left: solid 1px;
  border-left-color: rgba(238, 238, 238, 0.2);
  border-right-color: rgba(238, 238, 238, 0.2);
}
.top-bar-wrapper .search-form-small .search-form .search-field {
  border-color: rgba(238, 238, 238, 0.2);
  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: 11px;
  padding-bottom: 11px;
  font-size: 13px;
}
.top-bar-inner i {
  font-size: 18px;
  vertical-align: sub;
  padding-right: 5px;
  padding-left: 40px;
}
.top-bar-inner i:first-child {
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  header.header-mobile {
    display: none;
    height: 0;
  }
  .header-wrapper {
    background-color: rgba(255, 255, 255, 0);
    color: #212121;
  }
  .header-wrapper .container-inner {
    position: relative;
  }
  .header-above-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logo-header {
    float: left;
    height: 105px;
    font-size: 0;
  }
  .logo-header:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .logo-header img {
    max-height: 105px;
    padding-top: 20px;
    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: rgba(255, 255, 255, 0);
    color: #ffffff;
  }
  .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: 30px;
  }
  .header-customize-nav {
    float: right;
    line-height: 105px;
    color: #ffffff;
  }
  .header-customize-nav .header-customize-item {
    margin-left: 40px;
  }
  .header-customize-nav .header-customize-item i {
    font-size: 18px;
  }
  .header-customize-nav a {
    color: #ffffff;
  }
  .header-customize-nav a:hover {
    color: #ce2305;
  }
  .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: #ffffff;
  }
  .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(255, 255, 255, 0.6);
    padding: 14px 20px;
    font-weight: 600;
  }
  .header-customize-nav .reservation-phone i {
    color: #ffffff;
  }
  .header-customize-nav .reservation-phone-no-border {
    color: #ce2305;
    font-weight: 600;
  }
  .header-customize-nav .reservation-phone-no-border i {
    color: #ffffff;
  }
  .header-customize-nav .reservation-phone-no-border-nav-color {
    font-weight: 600;
  }
  .header-customize-nav .reservation-phone-no-border-nav-color i {
    color: rgba(255, 255, 255, 0.6);
  }
  .header-customize-left,
  .header-customize-right {
    line-height: 105px;
  }
  .header-customize-left .header-customize-item:first-child,
  .header-customize-right .header-customize-item:first-child {
    margin-left: 0;
  }
  .header-customize-left {
    float: left;
    text-align: left;
  }
  .header-customize-left .header-customize-item {
    margin-left: 40px;
  }
  .header-customize-right {
    float: right;
    text-align: right;
  }
  .header-customize-right .header-customize-item {
    margin-left: 40px;
  }
  .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: #ce2305;
    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: #666666;
  }
  .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: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
  }
  .header-wrapper.full-border,
  .header-wrapper.container-border .container-inner {
    border-bottom: solid 1px rgba(0, 0, 0, 0);
  }
  .header-above-wrapper.full-border,
  .header-above-wrapper.container-border .header-above-inner {
    border-bottom: solid 1px rgba(0, 0, 0, 0);
  }
  .menu-categories {
    background-color: #ce2305;
    color: #ffffff;
    line-height: 105px;
    height: 105px;
    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: 105px;
    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: #212121;
  }
  .header-accent-color a:hover {
    color: #080808;
  }
  .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: 105px;
    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: 105px;
    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: #212121;
  }
  .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: #212121;
  }
  .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: #212121;
  }
  .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: #212121;
  }
  .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: #212121;
  }
  .header-search-gray header .search-form input {
    border-color: rgba(0, 0, 0, 0);
  }
  .header-search-gray header .search-form button {
    background-color: rgba(0, 0, 0, 0);
  }
  .header-search-gray2 header .search-form input {
    border-color: rgba(0, 0, 0, 0);
  }
  .header-search-gray2 header .search-form button {
    background-color: rgba(0, 0, 0, 0);
  }
  .header-customize-item.search-form-small .search-form .search-field {
    border-color: rgba(0, 0, 0, 0);
  }
  .is-sticky .menu-categories,
  .is-sticky .logo-header {
    height: 55px;
  }
  .is-sticky .x-nav-menu > .x-menu-item {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
  .is-sticky .menu-categories,
  .is-sticky .menu-categories-select > i,
  .is-sticky .header-customize-nav {
    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: 70px;
  }
  .header-2 .header-wrapper > .container-fluid {
    padding-left: 0;
  }
  .header-2 .logo-header {
    background-color: #ce2305;
  }
  .header-2 .logo-header img {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-3 .primary-menu {
    float: left;
    margin-left: 5%;
  }
  .header-4 .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-5 .logo-header {
    float: none;
    position: absolute;
    width: 30%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .header-5 .item-search {
    max-width: 400px;
  }
  .header-5 nav.primary-menu {
    display: inline-block;
    vertical-align: middle;
  }
  .header-5 .header-row > .container,
  .header-5 .header-row > .container-fluid {
    text-align: center;
  }
  .header-5 .header-customize-left,
  .header-5 .header-customize-right {
    height: 105px;
  }
  .header-5 .search-form input {
    width: 320px;
  }
  .item-search a {
    color: #ce2305;
  }
}
@media screen and (max-width: 1199px) {
  .header-5 .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: 99999;
  -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: #ce2305 !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;
  }
}
@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: #444444 !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: #444444 !important;
  }
  .header-mobile-inner a {
    color: #444444;
  }
  .header-mobile-inner a:hover {
    color: #ce2305;
  }
  .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: #444444 !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: 55px;
  }
  .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;
  }
  .header-mobile-2 .toggle-icon-wrapper {
    float: right;
    margin-left: 10px;
  }
  .header-mobile-2 .logo-mobile-wrapper {
    text-align: left;
    padding-left: 0;
    padding-right: 90px;
  }
  .header-mobile-2 .both-mobile-icon .logo-mobile-wrapper {
    padding-right: 130px;
  }
  .header-mobile-2 .mobile-search-button {
    margin-right: 10px;
  }
  .header-mobile-2 .item-shopping-cart + .mobile-search-button {
    margin-right: 20px;
  }
  .header-mobile-3 .toggle-icon-wrapper {
    margin-right: 20px;
  }
  .header-mobile-3 .item-shopping-cart,
  .header-mobile-3 .mobile-search-button {
    float: left;
  }
  .header-mobile-3 .logo-mobile-wrapper {
    text-align: right;
    padding-left: 90px;
    padding-right: 0;
  }
  .header-mobile-3 .both-mobile-icon .logo-mobile-wrapper {
    padding-left: 130px;
  }
  .header-mobile-3 .item-shopping-cart + .mobile-search-button {
    margin-left: 10px;
  }
  .header-mobile-4 .both-mobile-icon .logo-mobile-wrapper {
    padding-right: 50px;
  }
  .is-sticky {
    height: 60px;
  }
  .is-sticky .header-mobile-container-inner > div {
    line-height: 60px !important;
  }
}
.main-footer-wrapper {
  background-color: #303030;
  color: #858585;
}
.main-footer-wrapper .no-footer-sidebar {
  padding: 30px 0px;
  text-align: center;
  color: #fff;
}
.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: #ce2305;
}
.main-footer .widget-title {
  color: #ffffff;
  border-bottom-color: #eeeeee;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  border-bottom: 0;
}
.main-footer .widget {
  margin-bottom: 20px;
}
.footer-inner {
  padding-top: 41px;
  padding-bottom: 22px;
}
.bottom-bar-wrapper {
  background-color: #222222;
  color: #858585;
}
.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: 75px;
  padding-bottom: 75px;
  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;
  }
}
.social-profiles.circle a,
.social-profiles.rectangle a {
  line-height: 44px;
  text-align: center;
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  margin-right: 6px;
  font-size: 20px;
}
.social-profiles.circle a:hover i,
.social-profiles.rectangle a:hover i {
  color: #fff;
}
.social-profiles.circle a:hover i.fa-facebook,
.social-profiles.rectangle a:hover i.fa-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}
.social-profiles.circle a:hover i.fa-twitter,
.social-profiles.rectangle a:hover i.fa-twitter {
  background-color: #44ccf6;
  border-color: #44ccf6;
}
.social-profiles.circle a:hover i.fa-google-plus,
.social-profiles.rectangle a:hover i.fa-google-plus,
.social-profiles.circle a:hover i.fa-google,
.social-profiles.rectangle a:hover i.fa-google {
  background-color: #d13f2d;
  border-color: #d13f2d;
}
.social-profiles.circle a:hover i.fa-dribbble,
.social-profiles.rectangle a:hover i.fa-dribbble {
  background-color: #f26798;
  border-color: #f26798;
}
.social-profiles.circle a:hover i.fa-youtube,
.social-profiles.rectangle a:hover i.fa-youtube {
  background-color: #c8302a;
  border-color: #c8302a;
}
.social-profiles.circle a:hover i.fa-vimeo,
.social-profiles.rectangle a:hover i.fa-vimeo {
  background-color: #914cc9;
  border-color: #914cc9;
}
.social-profiles.circle a:hover i.fa-tumblr,
.social-profiles.rectangle a:hover i.fa-tumblr {
  background-color: #395976;
  border-color: #395976;
}
.social-profiles.circle a:hover i.fa-skype,
.social-profiles.rectangle a:hover i.fa-skype {
  background-color: #02B4EB;
  border-color: #02B4EB;
}
.social-profiles.circle a:hover i.fa-linkedin,
.social-profiles.rectangle a:hover i.fa-linkedin {
  background-color: #1883BB;
  border-color: #1883BB;
}
.social-profiles.circle a:hover i.fa-flickr,
.social-profiles.rectangle a:hover i.fa-flickr {
  background-color: #63A1EA;
  border-color: #63A1EA;
}
.social-profiles.circle a:hover i.fa-pinterest,
.social-profiles.rectangle a:hover i.fa-pinterest {
  background-color: #E71F28;
  border-color: #E71F28;
}
.social-profiles.circle a:hover i.fa-foursquare,
.social-profiles.rectangle a:hover i.fa-foursquare {
  background-color: #F94777;
  border-color: #F94777;
}
.social-profiles.circle a:hover i.fa-instagram,
.social-profiles.rectangle a:hover i.fa-instagram {
  background-color: #549BC5;
  border-color: #549BC5;
}
.social-profiles.circle a:hover i.fa-github,
.social-profiles.rectangle a:hover i.fa-github {
  background-color: #000;
  border-color: #000;
}
.social-profiles.circle a:hover i.fa-xing,
.social-profiles.rectangle a:hover i.fa-xing {
  background-color: #005D5E;
  border-color: #005D5E;
}
.social-profiles.circle a:hover i.fa-behance,
.social-profiles.rectangle a:hover i.fa-behance {
  background-color: #4176FA;
  border-color: #4176FA;
}
.social-profiles.circle a:hover i.fa-deviantart,
.social-profiles.rectangle a:hover i.fa-deviantart {
  background-color: #657C6A;
  border-color: #657C6A;
}
.social-profiles.circle a:hover i.fa-soundcloud,
.social-profiles.rectangle a:hover i.fa-soundcloud {
  background-color: #FF6A22;
  border-color: #FF6A22;
}
.social-profiles.circle a:hover i.fa-yelp,
.social-profiles.rectangle a:hover i.fa-yelp {
  background-color: #FF0000;
  border-color: #FF0000;
}
.social-profiles.circle a:hover i.fa-rss,
.social-profiles.rectangle a:hover i.fa-rss {
  background-color: #FF9900;
  border-color: #FF9900;
}
.social-profiles.circle a:hover i.fa-vk,
.social-profiles.rectangle a:hover i.fa-vk {
  background-color: #00A8EC;
  border-color: #00A8EC;
}
.social-profiles.circle i,
.social-profiles.rectangle i {
  width: 100%;
  height: 100%;
  color: #858585;
  border: 1px solid #858585;
  line-height: inherit;
}
.social-profiles.circle {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
/*-------------------------
     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;
  }
}
/**
 * 5.0 - Footer
 * ----------------------------------------------------------------------------
 */
/**
 * 6.0 - Blog
 * ----------------------------------------------------------------------------
 */
.blog-wrap.archive-grid-image article,
.blog-wrap.archive-masonry article {
  float: left;
  padding: 0 15px;
  margin-bottom: 40px;
}
.blog-wrap.archive-col-2 article {
  width: 50%;
}
.blog-wrap.archive-col-3 article {
  width: 33.3333333333%;
}
.blog-wrap:not(.archive-list) article {
  margin-top: 50px;
  border-top: solid 1px #eee;
  padding-top: 30px;
}
.blog-wrap:not(.archive-list) article input[type="submit"] {
  border: solid 2px #787878;
  background-color: transparent;
  color: #787878;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 30px;
}
.blog-wrap:not(.archive-list) article input[type="submit"]:hover {
  background-color: #787878;
  color: #fff;
}
.blog-wrap article .entry-thumb-wrap {
  margin-bottom: 15px;
}
.blog-wrap article h3.entry-post-title {
  color: #232323;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.blog-wrap article h3.entry-post-title a {
  color: #232323;
}
.blog-wrap article h3.entry-post-title a:hover {
  color: #ce2305;
}
.blog-wrap article h3.entry-post-title i {
  display: none;
}
.blog-wrap article.sticky h3.entry-post-title i {
  display: inline-block;
  font-weight: bold;
}
.blog-wrap article .entry-meta-date {
  color: #acacac;
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 7px;
}
.blog-wrap.archive-grid-image article {
  text-align: center;
}
.blog-wrap .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image {
  padding-bottom: 70.175438596%;
}
.blog-wrap .entry-thumb-wrap.post-link {
  padding-bottom: 70.175438596%;
  background-color: rgba(206, 35, 5, 0.5);
}
.blog-wrap .entry-thumb-wrap.post-link i {
  position: absolute;
  font-size: 150px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
  bottom: -30px;
  right: -30px;
}
.blog-wrap .entry-thumb-wrap .post-link-content {
  position: absolute;
  top: 15px;
  bottom: 15px;
  margin: auto;
  left: 15px;
  right: 15px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
}
.blog-wrap .entry-thumb-wrap .post-link-content a {
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 1.6;
  max-height: 4.2em;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -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-wrap .entry-thumb-wrap .post-link-content a:hover {
  color: #ce2305;
}
.blog-wrap.archive-list .entry-thumb-wrap {
  float: left;
  width: 370px;
  margin-right: 20px;
}
.blog-wrap.archive-list .entry-content-inner {
  overflow: hidden;
}
.blog-wrap.archive-list article h3.entry-post-title {
  text-transform: none;
  color: #232323;
  font-size: 20px;
  margin-top: 10px;
}
.blog-wrap.archive-list article h3.entry-post-title a {
  color: #232323;
}
.blog-wrap.archive-list article h3.entry-post-title a:hover {
  color: #ce2305;
}
.blog-wrap.archive-list .entry-excerpt {
  margin-bottom: 20px;
}
.blog-wrap.archive-list .entry-meta-wrap {
  margin-bottom: 15px;
}
.blog-wrap.archive-list .entry-post-meta {
  font-weight: 600;
  font-size: 14px;
}
.blog-wrap.archive-list .entry-post-meta > div {
  display: inline-block;
  margin-right: 15px;
  line-height: 20px;
}
.blog-wrap.archive-list .entry-post-meta > div:last-child {
  margin-right: 0;
}
.blog-wrap.archive-list .entry-post-meta i {
  font-size: 20px;
  color: #ce2305;
  float: left;
  margin-right: 5px;
  font-weight: 700;
  font-style: normal;
}
.blog-wrap.archive-list article .entry-meta-date {
  margin-bottom: 0;
  font-style: normal;
}
.blog-wrap.archive-list article {
  margin-bottom: 60px;
}
.blog-wrap.archive-list .entry-thumb-wrap.post-link {
  padding: 15px;
  position: relative;
}
.blog-wrap.archive-list .entry-thumb-wrap .post-link-content {
  position: inherit;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
}
.blog-wrap.archive-list .entry-thumb-wrap .post-link-content a {
  position: relative;
  max-height: none;
  overflow: inherit;
  padding: 60px 10px;
}
article.format-gallery .entry-thumb-wrap .owl-dots {
  position: absolute;
  bottom: 0;
}
.entry-thumb-wrap {
  position: relative;
}
.entry-thumb-wrap img {
  width: 100%;
  height: auto;
}
.entry-thumb-wrap a.zoomGallery {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: transparent;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.entry-thumb-wrap a.zoomGallery i {
  font-size: 24px;
  line-height: 50px;
}
.entry-thumb-wrap .entry-thumbnail-overlay {
  position: relative;
  display: block;
}
.entry-thumb-wrap .entry-thumbnail-overlay:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 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;
  opacity: 0;
}
.entry-thumb-wrap:hover .entry-thumbnail-overlay:before {
  opacity: 1;
}
.entry-thumb-wrap:hover a.zoomGallery {
  opacity: 1;
}
.entry-thumb-wrap .post-video .entry-thumbnail-overlay:before {
  opacity: 1;
}
.entry-thumb-wrap .post-video a.zoomGallery {
  opacity: 1;
}
.entry-thumb-wrap .post-video a.zoomGallery i {
  cursor: pointer;
  font-size: 30px;
  height: 50px;
  width: 50px;
  border: 2px solid #fff;
  line-height: 46px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  font-weight: bold;
  -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 .post-video a.zoomGallery i:before {
  margin-left: 5px;
}
.entry-thumb-wrap .post-video a.zoomGallery i:hover {
  background-color: #ce2305;
  color: #fff;
}
.entry-thumb-wrap.post-quote {
  padding: 15px 0;
  background-color: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.entry-thumb-wrap.post-quote blockquote {
  border: none;
  margin: 0;
}
.entry-thumb-wrap.post-quote .content-quote {
  display: block;
  line-height: 1.6;
  font-size: 14px;
  max-height: 8em;
  overflow: hidden;
}
.entry-thumb-wrap.post-quote i {
  display: block;
  font-size: 30px;
  color: #ce2305;
  margin-bottom: 10px;
}
.entry-thumb-wrap.post-quote cite {
  font-size: 14px;
  position: relative;
  padding-top: 10px;
  margin-top: 10px;
  display: block;
  color: #232323;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
}
.entry-thumb-wrap.post-quote cite a:hover {
  color: #ce2305;
}
.entry-thumb-wrap.post-quote cite:before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #ce2305;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.medium-image .no-image {
  background-color: #001525;
  position: relative;
  padding-bottom: 70.175438596%;
}
.medium-image .no-image > div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 28px;
}
.medium-image .no-image > div span {
  display: block;
  font-size: 16px;
  color: #ce2305;
  text-transform: capitalize;
  margin-bottom: -10px;
  line-height: 1.2;
}
/*Grid Medium Image*/
@media (max-width: 991px) {
  .blog-wrap.archive-grid-image article.post-medium-image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .blog-wrap.archive-grid-image article.post-medium-image {
    width: 100%;
  }
}
/*List Medium Image*/
@media (max-width: 991px) {
  .blog-wrap.archive-list .entry-thumb-wrap {
    width: 100%;
    float: none;
  }
  .blog-wrap.archive-list article.format-audio .entry-thumb-wrap .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 0;
    height: 166px;
  }
}
/*Single Blog*/
.single-blog-wrap {
  /*Thumbnail*/
  /*Content*/
  /*Author*/
  /*Related Posts*/
  /*Navigation Single*/
  /*Navigation Related Post*/
  /*Tag Cloud*/
}
.single-blog-wrap .entry-thumb-wrap {
  margin-bottom: 40px;
}
.single-blog-wrap .entry-thumb-wrap.post-quote .content-quote {
  max-height: initial;
  overflow: initial;
  line-height: 1.8;
  padding: 0 15px;
  margin: auto;
  font-style: italic;
  font-size: 18px;
  font-weight: 700;
}
.single-blog-wrap .entry-thumb-wrap.post-quote i {
  font-weight: bold;
}
.single-blog-wrap .entry-thumb-wrap.post-quote cite {
  font-size: 15px;
  padding-top: 15px;
  margin-top: 15px;
}
.single-blog-wrap .entry-thumb-wrap.post-link {
  padding: 20px;
  background-color: rgba(206, 35, 5, 0.5);
  position: relative;
}
.single-blog-wrap .entry-thumb-wrap.post-link i {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  height: 60px;
  width: 60px;
  margin-right: 20px;
  float: left;
  border: 2px solid rgba(255, 255, 255, 0.6);
  line-height: 56px;
  text-align: center;
  margin: auto;
}
.single-blog-wrap .entry-thumb-wrap .post-link-content a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px 0;
  padding-left: 80px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
}
.single-blog-wrap .entry-thumb-wrap .post-link-content a:hover {
  color: #ce2305;
}
.single-blog-wrap article.format-audio .entry-thumb-wrap .embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
  padding-bottom: 0;
  height: 166px;
}
.single-blog-wrap h3.entry-post-title {
  color: #25262C;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: -0.05em;
  margin-bottom: 35px;
}
.single-blog-wrap .entry-post-meta {
  margin-bottom: 20px;
}
.single-blog-wrap .entry-post-meta div {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
}
.single-blog-wrap .entry-post-meta div i {
  float: left;
  margin-top: 2px;
  font-size: 18px;
  font-weight: 600;
  color: #ce2305;
  margin-right: 8px;
}
.single-blog-wrap .entry-content {
  margin-bottom: 30px;
}
.single-blog-wrap .entry-content p {
  font-size: 15px;
  line-height: 1.8;
}
.single-blog-wrap .social-share {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.single-blog-wrap .social-share label {
  font-size: 14px;
  color: #ce2305;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
}
.single-blog-wrap .social-share i {
  padding: 0 12px;
  font-size: 15px;
  color: #000;
}
.single-blog-wrap .social-share a:hover i {
  color: #ce2305;
}
.single-blog-wrap .author-info {
  padding: 60px 0;
  padding-bottom: 85px;
  border-bottom: 1px solid #f5f5f5;
}
.single-blog-wrap .author-avatar {
  float: left;
  padding: 0 45px;
  text-align: center;
}
.single-blog-wrap .author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  margin-bottom: 20px;
}
.single-blog-wrap .author-avatar h2.author-title {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
}
.single-blog-wrap .author-avatar h2.author-title a {
  color: #000;
}
.single-blog-wrap .author-avatar span {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #999;
}
.single-blog-wrap .author-description {
  overflow: hidden;
  padding-left: 5px;
}
.single-blog-wrap p.author-bio {
  position: relative;
  background-color: #F5F5F5;
  font-size: 15px;
  padding: 20px 25px;
}
.single-blog-wrap p.author-bio:before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #F5F5F5;
  position: absolute;
  left: -10px;
  top: 50px;
  height: 10px;
  width: 10px;
}
.single-blog-wrap .post-related-wrap article {
  text-align: center;
}
.single-blog-wrap .post-related-wrap h3.entry-post-title {
  font-size: 16px;
  color: #232323;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.single-blog-wrap .post-related-wrap h3.entry-post-title a {
  color: #232323;
}
.single-blog-wrap .post-related-wrap h3.entry-post-title a:hover {
  color: #ce2305;
}
.single-blog-wrap .post-related-wrap p.entry-date {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  color: #acacac;
}
.single-blog-wrap .post-related-wrap .entry-thumb-wrap {
  margin-bottom: 15px;
}
.single-blog-wrap .post-navigation {
  padding: 30px 0;
  border-bottom: 1px solid #f5f5f5;
}
.single-blog-wrap .post-navigation .nav-next,
.single-blog-wrap .post-navigation .nav-previous {
  width: 50%;
  float: left;
  position: relative;
}
.single-blog-wrap .post-navigation .nav-next {
  text-align: right;
  float: right;
}
.single-blog-wrap .post-navigation .nav-previous .post-navigation-content {
  padding-left: 40px;
  display: inline-block;
}
.single-blog-wrap .post-navigation .nav-next .post-navigation-content {
  padding-right: 40px;
  display: inline-block;
}
.single-blog-wrap .post-navigation .nav-next i,
.single-blog-wrap .post-navigation .nav-previous i {
  position: absolute;
  font-size: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single-blog-wrap .post-navigation .nav-previous i {
  left: 0;
}
.single-blog-wrap .post-navigation .nav-next i {
  right: 0;
}
.single-blog-wrap .post-navigation .post-navigation-label {
  text-transform: uppercase;
}
.single-blog-wrap .post-navigation .post-navigation-title {
  color: #232323;
  font-weight: bold;
  line-height: 1.2;
}
.single-blog-wrap .post-related-wrap .owl-carousel .owl-nav {
  top: 36%;
}
.single-blog-wrap .entry-meta-tag-wrap .entry-meta-tag.tagcloud {
  padding-bottom: 30px;
}
.single-blog-wrap .entry-meta-tag-wrap .entry-meta-tag.tagcloud > label {
  font-size: 14px;
  color: #ce2305;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin-right: 15px;
}
/*Comment*/
.comments-area {
  margin-top: 50px;
  /*Comment Form*/
}
.comments-area ol.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comments-area ol.children {
  list-style: none;
  margin: 20px 0 0 0;
  padding-left: 90px;
}
.comments-area ol.children .comment {
  margin-bottom: 20px;
}
.comments-area ol.comment-list > li.comment > .comment-body + ol.children,
.comments-area ol.comment-list > li.pingback > .comment-body + ol.children {
  margin-top: 0;
}
.comments-area img.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.comments-area .comment-text {
  overflow: hidden;
  padding-left: 10px;
  margin-bottom: 0;
}
.comments-area img.avatar + .comment-text .text:before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #F5F5F5;
  position: absolute;
  left: -10px;
  top: 35px;
  bottom: 0;
  height: 10px;
  width: 10px;
}
.comments-area .text {
  position: relative;
  background-color: #F5F5F5;
  color: #999;
  font-size: 15px;
  padding: 20px 25px;
  margin-bottom: 5px;
}
.comments-area .author-name {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.comments-area .author-name a {
  color: #000;
}
.comments-area .author-name a:hover {
  color: #ce2305;
}
.comments-area .comment-meta-wrap .comment-meta {
  float: right;
}
.comments-area ol.comment-list > li.comment > .comment-body .comment-text,
.comments-area ol.comment-list > li.pingback > .comment-body .comment-text {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.comments-area .comment-meta-date {
  font-size: 15px;
  color: #878787;
  margin-right: 10px;
}
.comments-area .comment-meta i {
  float: left;
  margin-right: 5px;
  font-size: 20px;
  margin-top: 3px;
}
.comments-area .comment-meta a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #ce2305;
}
.comments-area .comment-meta a:hover {
  color: #000;
}
.comments-area .comment-meta a + a {
  margin-left: 10px;
}
.comments-area .comment-respond h4.widget-title {
  padding-top: 40px;
  border: none;
  margin-bottom: 20px;
  margin-top: 0;
}
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"] {
  height: 44px;
  line-height: 44px;
}
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond textarea {
  background-color: #f5f5f5;
  color: #878787;
  border: none;
  padding-left: 25px;
}
.comments-area .comment-respond input[type="text"]::-webkit-input-placeholder,
.comments-area .comment-respond input[type="email"]::-webkit-input-placeholder,
.comments-area .comment-respond textarea::-webkit-input-placeholder {
  color: #878787;
}
.comments-area .comment-respond input[type="text"]:-moz-placeholder,
.comments-area .comment-respond input[type="email"]:-moz-placeholder,
.comments-area .comment-respond textarea:-moz-placeholder {
  color: #878787;
}
.comments-area .comment-respond input[type="text"]::-moz-placeholder,
.comments-area .comment-respond input[type="email"]::-moz-placeholder,
.comments-area .comment-respond textarea::-moz-placeholder {
  color: #878787;
}
.comments-area .comment-respond input[type="text"]:-ms-input-placeholder,
.comments-area .comment-respond input[type="email"]:-ms-input-placeholder,
.comments-area .comment-respond textarea:-ms-input-placeholder {
  color: #878787;
}
.comments-area .comment-respond .input-comment {
  position: relative;
}
.comments-area .comment-respond .input-comment:before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #F5F5F5;
  position: absolute;
  left: 80px;
  top: 35px;
  bottom: 0;
  height: 10px;
  width: 10px;
}
.comments-area .comment-respond textarea {
  height: 110px;
  max-width: 100%;
}
.comments-area .comment-respond form {
  position: relative;
}
.comments-area .comment-respond form:before {
  content: "\e605";
  font-family: Pe-icon-7-stroke;
  font-style: normal;
  font-size: 30px;
  position: absolute;
  top: 45px;
  width: 70px;
  text-align: center;
  background: #f5f5f5;
  height: 70px;
  line-height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.comments-area .comment-respond .form-group {
  font-size: 0;
  padding-left: 90px;
  margin-bottom: 10px;
}
.comments-area .comment-respond .form-submit {
  padding-left: 90px;
}
@media (max-width: 768px) {
  .single-blog-wrap .post-navigation .post-navigation-title {
    display: none;
  }
}
@media (max-width: 599px) {
  .single-blog-wrap .author-avatar {
    float: none;
  }
  .single-blog-wrap p.author-bio {
    margin-top: 20px;
  }
  .single-blog-wrap p.author-bio:before {
    display: none;
  }
  .comments-area ol.children {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .single-blog-wrap form:before {
    display: none;
  }
  .single-blog-wrap .form-group,
  .single-blog-wrap .form-submit {
    padding-left: 0;
  }
  .comments-area img {
    display: none;
  }
  .comments-area .comment-text {
    padding-left: 0;
  }
  .comments-area .comment-text .text:before {
    display: none;
  }
  .comments-area .author .author-name {
    display: block;
  }
  .comments-area .author .comment-meta {
    float: none;
    text-align: left;
  }
}
/*Paging - Navigation*/
.search-results .paging-navigation,
.archive-inner .paging-navigation {
  text-align: center;
  width: 100%;
}
.paging-navigation {
  padding-top: 30px;
}
.paging-navigation,
.comment-navigation {
  font-size: 0;
}
.paging-navigation .page-numbers,
.comment-navigation .page-numbers {
  margin-right: 5px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 32px;
  border: 2px solid #ce2305;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  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;
}
.paging-navigation .page-numbers.current,
.comment-navigation .page-numbers.current,
.paging-navigation .page-numbers:hover,
.comment-navigation .page-numbers:hover,
.paging-navigation .page-numbers:focus,
.comment-navigation .page-numbers:focus {
  background-color: #ce2305;
  color: #ffffff;
}
.paging-navigation .page-numbers.next,
.comment-navigation .page-numbers.next,
.paging-navigation .page-numbers.prev,
.comment-navigation .page-numbers.prev {
  width: auto;
  padding: 0 20px;
}
.paging-navigation .page-numbers i,
.comment-navigation .page-numbers i {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.02em;
  position: relative;
  top: -1px;
}
.paging-navigation .page-numbers:last-child,
.comment-navigation .page-numbers:last-child {
  margin-right: 0;
}
/* search */
.search-no-results .no-results.not-found {
  float: left;
  width: 100%;
  min-height: 300px;
}
@media (max-width: 480px) {
  .page-numbers.next,
  .page-numbers.prev {
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 0;
  }
  .page-numbers.next span,
  .page-numbers.prev span {
    display: none;
  }
}
.page-links {
  float: left;
  width: 100%;
}
/**
 * 7.0 - ShortCode
 * ----------------------------------------------------------------------------
 */
/*Shortcode - Button*/
.bt {
  display: inline-block;
  font-size: 14px;
  padding: 15px 25px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: all .3s!important;
  -moz-transition: all .3s!important;
  -ms-transition: all .3s!important;
  -o-transition: all .3s!important;
  transition: all .3s!important;
}
.bt span.icon {
  font-weight: normal;
}
.bt span.icon-image {
  height: 14px;
}
.bt span.icon-image img {
  height: 100%;
  width: auto;
}
.bt.icon-left span.icon {
  margin-right: 5px;
}
.bt.icon-right span.icon {
  margin-left: 5px;
}
.bt-sm {
  padding: 13px 25px;
}
.bt-md {
  padding: 16px 30px;
}
.bt-lg {
  font-size: 18px;
  line-height: 24px;
  padding: 16px 35px;
}
.bt-lg span.icon-image {
  height: 18px;
}
.bt-border {
  background-color: transparent;
  border: 1px solid;
}
.bt-background {
  border: 2px solid;
}
.bt-border.bt-bd-thin {
  border: 1px solid;
}
.bt-border.bt-bd-thin.bt-sm {
  padding: 14px 25px;
}
.bt-border.bt-bd-thin.bt-md {
  padding: 14.5px 30px;
}
.bt-border.bt-bd-thin.bt-lg {
  padding: 17px 35px;
}
.bt-border.bt-bd-medium {
  border: 2px solid;
}
.bt-border.bt-bd-thick {
  border: 3px solid;
}
.bt-border.bt-bd-thick.bt-sm {
  padding: 9.5px 25px;
}
.bt-border.bt-bd-thick.bt-md {
  padding: 12.5px 30px;
}
.bt-border.bt-bd-thick.bt-lg {
  padding: 15px 35px;
}
.bt-border.bt-light {
  border-color: #fff;
  color: #fff;
}
.bt-border.bt-light:hover {
  background-color: #fff;
  color: #0f0f0f;
}
.bt-border.bt-dark {
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.bt-border.bt-dark:hover {
  background-color: #0f0f0f;
  color: #fff;
}
.bt-border.bt-primary {
  border-color: #ce2305;
  color: #ce2305;
}
.bt-border.bt-primary:hover {
  background-color: #fff;
}
.bt-background.bt-light {
  border-color: #fff;
  background-color: #fff;
  color: #ce2305;
}
.bt-background.bt-light:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.bt-background.bt-dark {
  border-color: #0f0f0f;
  background-color: #0f0f0f;
  color: #fff;
}
.bt-background.bt-dark:hover {
  background-color: #fff;
  color: #0f0f0f;
}
.bt-background.bt-primary {
  border-color: #ce2305;
  background-color: #ce2305;
  color: #fff;
}
.bt-background.bt-primary:hover {
  background-color: #fff;
  color: #ce2305;
}
.bd-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*Heading shortcode*/
.heading-wrap.hd-ex-lg {
  padding-top: 15px;
}
.heading-wrap.hd-ex-lg h2 {
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
}
.heading-wrap.hd-ex-lg .heading-sub-title {
  position: relative;
  z-index: 9;
  margin-bottom: -30px;
  font-size: 60px;
}
.heading-wrap.hd-lg {
  padding-top: 10px;
}
.heading-wrap.hd-lg h2 {
  font-size: 80px;
  font-weight: 900;
  text-transform: uppercase;
}
.heading-wrap.hd-lg .heading-sub-title {
  position: relative;
  z-index: 9;
  margin-bottom: -20px;
  font-size: 42px;
}
.heading-wrap.hd-lg .heading-sub-title.sb-p-color {
  margin-bottom: -16px;
}
.heading-wrap.hd-md {
  padding-top: 10px;
}
.heading-wrap.hd-md h2 {
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
}
.heading-wrap.hd-md .heading-sub-title {
  position: relative;
  z-index: 9;
  margin-bottom: -10px;
  font-size: 52px;
}
.heading-wrap.hd-sm {
  padding-top: 10px;
}
.heading-wrap.hd-sm h2 {
  font-size: 44px;
  font-weight: 900;
  text-transform: uppercase;
}
.heading-wrap.hd-sm .heading-sub-title {
  position: relative;
  z-index: 9;
  margin-bottom: -16px;
  font-size: 34px;
}
.heading-wrap .heading-sub-title {
  line-height: 1.2;
  padding-left: 5px;
}
.heading-wrap .heading-sub-title.sb-d-color {
  color: #000;
}
.heading-wrap .heading-sub-title.sb-l-color {
  color: #fff;
}
.heading-wrap .heading-sub-title.sb-p-color {
  color: #ce2305;
}
.heading-wrap.has-underline {
  padding-bottom: 25px;
  position: relative;
}
.heading-wrap.has-underline:after {
  content: "";
  position: absolute;
  width: 100px;
  left: 4px;
  height: 1px;
  background-color: #aa806c;
  bottom: 0;
}
.heading-wrap.has-underline.text-center:after {
  left: 0;
  right: 0;
  margin: auto;
}
.heading-wrap.has-underline.text-right:after {
  left: inherit;
  right: 4px;
}
@media (max-width: 768px) {
  .heading-wrap.hd-ex-lg h2 {
    font-size: 48px;
  }
  .heading-wrap.hd-ex-lg .heading-sub-title {
    margin-bottom: -15px;
    font-size: 32px;
  }
  .heading-wrap.hd-lg h2 {
    font-size: 48px;
  }
  .heading-wrap.hd-lg .heading-sub-title {
    margin-bottom: -12px;
    font-size: 28px;
  }
  .heading-wrap.hd-lg .heading-sub-title.sb-p-color {
    margin-bottom: -8px;
  }
  .heading-wrap.hd-md h2 {
    font-size: 44px;
  }
  .heading-wrap.hd-md .heading-sub-title {
    margin-bottom: -10px;
    font-size: 36px;
  }
  .heading-wrap.hd-sm h2 {
    font-size: 36px;
  }
  .heading-wrap.hd-sm .heading-sub-title {
    margin-bottom: -10px;
    font-size: 24px;
  }
  .heading-wrap.has-underline {
    padding-bottom: 15px;
  }
  .heading-wrap.has-underline:after {
    width: 80px;
  }
}
@media (max-width: 500px) {
  .text-center-500 {
    text-align: center !important;
  }
  .text-center-500 .text-center,
  .text-center-500 .text-right,
  .text-center-500 .text-left {
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  .heading-wrap.hd-ex-lg h2 {
    font-size: 32px;
  }
  .heading-wrap.hd-ex-lg .heading-sub-title {
    margin-bottom: -10px;
    font-size: 24px;
  }
  .heading-wrap.hd-lg h2 {
    font-size: 32px;
  }
  .heading-wrap.hd-lg .heading-sub-title {
    font-size: 20px;
  }
  .heading-wrap.hd-md h2 {
    font-size: 30px;
  }
  .heading-wrap.hd-md .heading-sub-title {
    font-size: 22px;
  }
  .heading-wrap.hd-sm h2 {
    font-size: 26px;
  }
  .heading-wrap.hd-sm .heading-sub-title {
    font-size: 22px;
  }
  .heading-wrap.has-underline {
    padding-bottom: 10px;
  }
  .heading-wrap.has-underline:after {
    width: 60px;
  }
}
ul.food-tabs,
.view-more-wrap a.button {
  background-color: #ce2305;
}
.food-item .price,
.food-item .sale-price,
.no-seperator-image .food-item .food-info a:hover,
.menu-classic-wrap div.menu-title a:hover,
.menu-food-opp-wrap .menu-title a:hover,
.menu-food-opp-wrap .has-sale .sale-price,
.menu-tab-classic-wrap span.title a:hover,
.menu-tab-classic-wrap span.price,
.gallery-categories li a:hover,
.gallery-categories li a.active {
  color: #ce2305;
}
.seperator-image .food-item .thumb .thumb-hover,
.no-seperator-image .food-item div.thumb-hover,
.info-hover .food-info {
  background-color: rgba(206, 35, 5, 0.9);
}
/*
Event Calendar
*/
.single-tribe_events .tribe-events-event-image {
  margin-bottom: 1.75em;
}
.single-tribe_events .tribe-events-event-image img {
  width: 100%;
}
.single-tribe_events h2.tribe-events-single-event-title {
  font-size: 30px !important;
  color: #232323;
  text-transform: uppercase;
}
.single-tribe_events .tribe-events-schedule {
  text-transform: uppercase;
  margin: 1em 0 1.2em;
}
.single-tribe_events .tribe-events-schedule h2 {
  font-size: 16px;
  font-style: italic;
  display: inline-block;
  letter-spacing: 0.05em;
}
.single-tribe_events .tribe-events-schedule h2 span {
  color: #ce2305;
}
.single-tribe_events .tribe-events-schedule > span {
  display: inline-block;
  color: #999999;
  font-weight: bold;
  font-style: italic;
  margin-left: 10px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 0;
  vertical-align: inherit !important;
}
.single-tribe_events .g5plus-countdown {
  text-align: left;
  margin-left: -3px;
  margin-bottom: 60px;
}
.single-tribe_events .g5plus-countdown .countdown-section {
  border-color: #ce2305 !important;
}
.single-tribe_events .g5plus-countdown .countdown-amount {
  color: #232323;
}
.single-tribe_events .g5plus-countdown .countdown-period {
  color: #999999 !important;
}
.single-tribe_events .social-share {
  margin-top: 61px;
  border-bottom: 0;
}
.single-tribe_events .cart {
  background-color: #f6f6f6;
  background-clip: padding-box;
  padding: 25px;
  margin-top: 16px;
}
.single-tribe_events .tribe-events-tickets-title {
  font-size: 23px;
  padding: 0 10px;
}
.single-tribe_events .tribe-events-tickets input,
.single-tribe_events .tribe-events-tickets select {
  background-color: #FFFFFF !important;
  border: 1px solid #d0d0d0;
}
.single-tribe_events .tribe-events-tickets .tickets_name,
.single-tribe_events .tribe-events-tickets .tickets_description {
  vertical-align: top;
}
.single-tribe_events #tribe-events .tribe-events-button,
.single-tribe_events .tribe-events-button,
.single-tribe_events .add-to-cart button {
  padding: 15px 25px;
  text-transform: uppercase;
  background-color: #ce2305;
  font-size: 14px;
  color: #FFFFFF;
  border: 1px solid #ce2305;
  letter-spacing: 0;
  font-weight: bold;
  -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;
}
.single-tribe_events #tribe-events .tribe-events-button:hover,
.single-tribe_events .tribe-events-button:hover,
.single-tribe_events .add-to-cart button:hover {
  background-color: #FFFFFF;
  color: #ce2305;
  border-width: 1px;
}
#tribe-events-pg-template {
  max-width: 100% !important;
}
.events-archive .tribe-events-loop {
  max-width: none;
}
.events-archive #tribe_events_filters_wrapper input[type=submit],
.events-archive .tribe-events-button,
.events-archive .tribe-events-button.tribe-active:hover,
.events-archive .tribe-events-button.tribe-inactive,
.events-archive .tribe-events-button:hover,
.events-archive .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.events-archive .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #ce2305;
}
.events-archive #tribe-events .tribe-events-button,
.events-archive .tribe-events-button,
.events-archive .tribe-events-tickets .button,
.events-archive #tribe-bar-form .tribe-bar-submit input[type=submit] {
  padding: 13px 25px;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #ce2305;
  color: #fff;
  border: 1px solid #ce2305;
  -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;
  letter-spacing: 0;
  font-weight: bold;
}
.events-archive #tribe-events .tribe-events-button:hover,
.events-archive .tribe-events-button:hover,
.events-archive .tribe-events-tickets .button:hover,
.events-archive #tribe-bar-form .tribe-bar-submit input[type=submit]:hover {
  background-color: #fff;
  color: #ce2305;
}
.events-archive .tribe-events-calendar thead th {
  background-color: #565656;
  border-color: #565656;
}
.events-archive #tribe-events-content-wrapper,
.events-archive .events-list .tribe-events-loop,
.events-archive .single-tribe_organizer .tribe-events-loop,
.events-archive .single-tribe_venue .tribe-events-loop,
.events-archive .tribe-events-day .tribe-events-loop {
  max-width: 100% !important;
  width: 100%;
}
.events-archive #tribe-events-day {
  padding: 0 !important;
}
.events-archive #tribe-events-day .tribe-events-content {
  display: block;
}
.events-archive #tribe-events-content .tribe-events-calendar td {
  border-color: #eaeaea !important;
}
.events-archive .tribe-events-calendar div[id*=tribe-events-daynum-],
.events-archive .tribe-events-calendar div[id*=tribe-events-daynum-] a {
  background-color: #232323;
}
.events-archive .tribe-bar-view-list a[class*=tribe-icon-],
.events-archive .tribe-bar-views-list span[class^=tribe-icon-],
.events-archive .tribe-select2-results-views span[class^=tribe-icon-] {
  font-size: 13px;
}
.events-archive .tribe-events-list .type-tribe_events h2 {
  margin-top: -4px;
  display: block;
  font-size: 20px !important;
  color: #232323;
  text-transform: uppercase !important;
  line-height: 1.2 !important;
}
.events-archive .tribe-event-schedule-details,
.events-archive .tribe-updated {
  text-transform: uppercase;
  margin: 1em 0 1.2em;
}
.events-archive .tribe-event-schedule-details > span,
.events-archive .tribe-updated > span {
  color: #ce2305;
  font-weight: bold;
  font-style: italic;
}
.events-archive #tribe-events .tribe-events-content p {
  margin-top: -6px;
}
.events-archive .tribe-events-list h2.tribe-events-page-title,
.events-archive #tribe-geo-results h2.tribe-events-page-title,
.events-archive h2.tribe-events-page-title {
  text-transform: uppercase;
  text-align: left;
}
.events-archive .tribe-events-day .tribe-events-day-time-slot h5 {
  color: #232323;
  background-color: #eaeaea;
}
.events-archive .tribe-events-list .tribe-events-event-cost span {
  background-color: #eaeaea;
}
.events-archive .tribe-events-read-more {
  display: none;
}
.events-archive .tribe-events-list .tribe-events-event-image + div.tribe-events-content {
  float: none !important;
  width: auto !important;
}
.events-archive .tribe-events-list .type-tribe_events {
  padding: 30px 0 !important;
  min-height: 222px;
}
#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
  line-height: 1.8 !important;
}
@media (max-width: 768px) {
  .events-archive #tribe-events-pg-template {
    padding: 0 !important;
  }
  .events-archive #tribe-events-pg-template .tribe-events-event-meta {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  .events-archive #tribe-events-pg-template .tribe-events-event-image {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .events-archive #tribe-events-pg-template .tribe-events-event-image img {
    width: 100%;
    height: auto;
  }
  .events-archive #tribe-events-pg-template #tribe-events .tribe-events-loop .tribe-events-content {
    float: left !important;
  }
}
/*
Event
*/
.g5plus-event.style1 .event-content a {
  color: #232323;
}
.g5plus-event.style1 .event-content > span {
  color: #ce2305;
}
.g5plus-event.style1 .event-content .tribe-events-cost {
  color: #999999;
}
.g5plus-event.style1 .g5plus-countdown .countdown-section {
  border-color: #ce2305;
}
.g5plus-event.style1 .g5plus-countdown .countdown-section .countdown-amount {
  color: #232323;
}
.g5plus-event.style1 .g5plus-countdown .countdown-section .countdown-period {
  color: #999999;
}
.g5plus-event.style2 .event-content a {
  color: #232323;
}
.g5plus-event.style2 .event-content span {
  color: #ce2305;
}
.g5plus-event.style2 .event-content span.tribe-events-cost {
  color: #999999;
}
.g5plus-event.style2 .nav-tabs li {
  border-bottom: 1px solid #eaeaea;
}
.g5plus-event.style2 .nav-tabs li a {
  color: #787878;
}
.g5plus-event.style2 .nav-tabs li span {
  color: #999999;
}
.g5plus-event.style2 .nav-tabs li.active a {
  color: #232323;
}
.g5plus-event.style2 .nav-tabs li.active span {
  color: #ce2305;
}
.g5plus-event.style2 .g5plus-countdown .countdown-section {
  border-color: #ce2305;
}
.g5plus-event.style2 .g5plus-countdown .countdown-section .countdown-amount {
  color: #232323;
}
.g5plus-event.style2 .g5plus-countdown .countdown-section .countdown-period {
  color: #999999;
}
/*
OpenTable
*/
.powered-by-open-table {
  display: none;
}
.otw-bare-bones-style .open-table-widget-datepicker .datepicker-panel > ul > li.picked,
.otw-bare-bones-style .open-table-widget-datepicker .datepicker-panel > ul > li.picked:hover {
  color: #ce2305 !important;
}
.otw-bare-bones-style .otw-widget-form-wrap input[type="text"],
.otw-bare-bones-style .selectric-wrapper .selectric {
  width: 200px;
  height: 50px;
  font-size: 15px;
  margin: 0 8px;
  border-color: #ce2305;
  background-color: #FFF;
}
.otw-bare-bones-style .otw-widget-form-wrap input[type="text"] {
  padding-left: 50px;
  font-style: normal;
  color: #444;
}
.otw-bare-bones-style .selectric .label {
  font-size: 15px;
}
.otw-bare-bones-style .selectric .button {
  height: 50px;
}
.otw-bare-bones-style div.otw-wrapper div.selectric p {
  height: 50px;
  line-height: 48px;
  margin: 0 0 0 50px;
  color: #232323;
}
.otw-bare-bones-style .selectric .button:after {
  content: "\e688";
  font-family: 'Pe-icon-7-stroke';
  font-size: 22px;
  border: 0;
  right: 24px;
}
.otw-bare-bones-style .otw-submit {
  min-width: 170px;
  height: 50px;
  margin: 0 8px;
  background-color: #ce2305;
  border-color: #ce2305;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  border-style: solid;
  line-height: 46px;
  padding: 0 28px;
}
.otw-bare-bones-style .otw-input-wrap {
  display: inline-block;
  vertical-align: top;
}
.otw-bare-bones-style .otw-input-wrap > label {
  display: none;
}
.otw-bare-bones-style .otw-button-wrap {
  display: inline-block;
}
.otw-bare-bones-style .otw-widget-form {
  text-align: center;
}
.otw-bare-bones-style .selectric-items {
  background-color: #FFFFFF;
  border-color: #ce2305;
  left: 8px;
}
.otw-bare-bones-style .otw-date-li,
.otw-bare-bones-style .selectric-otw-reservation-time,
.otw-bare-bones-style .selectric-otw-party-size-select,
.otw-bare-bones-style .otw-button-wrap {
  position: relative;
  text-align: left;
}
.otw-bare-bones-style .otw-date-li:before,
.otw-bare-bones-style .selectric-otw-reservation-time:before,
.otw-bare-bones-style .selectric-otw-party-size-select:before,
.otw-bare-bones-style .otw-button-wrap:before {
  font-family: 'Pe-icon-7-stroke';
  font-size: 24px;
  position: absolute;
  left: 23px;
  top: 0;
  bottom: 0;
  line-height: 50px;
  z-index: 1;
}
.otw-bare-bones-style .otw-date-li:before {
  content: "\e660";
}
.otw-bare-bones-style .selectric-otw-reservation-time:before {
  content: "\e66b";
}
.otw-bare-bones-style .selectric-otw-party-size-select:before {
  content: "\e693";
}
.otw-bare-bones-style .otw-button-wrap:before {
  content: "\e677";
  font-size: 13px;
  color: #FFFFFF;
}
.open-table-widget-datepicker.datepicker-dropdown {
  border-color: #ce2305 !important;
}
.open-table-widget-datepicker.datepicker-top-left,
.open-table-widget-datepicker.datepicker-top-right {
  border-top-color: #ce2305 !important;
}
.open-table-widget-datepicker.datepicker-top-left:before,
.open-table-widget-datepicker.datepicker-top-right:before {
  border-bottom-color: #ce2305 !important;
}
@media only screen and (min-width: 428px) and (max-width: 685px) {
  .otw-bare-bones-style .otw-input-wrap,
  .otw-bare-bones-style .otw-button-wrap {
    float: left;
  }
}
@media only screen and (min-width: 992px) {
  .opentable-light .otw-bare-bones-style .otw-widget-form {
    text-align: left;
  }
}
.opentable-light {
  padding: 0 15px;
}
.opentable-light .otw-button-wrap:before {
  display: none;
}
.opentable-light .otw-bare-bones-style .otw-submit {
  min-width: 144px;
  border-color: #FFFFFF;
  padding: 0;
}
/*
Video
*/
.g5plus-video-image a:hover span {
  background-color: #ce2305;
}
.g5plus-video-image .content-hover-inner span {
  border: 1px solid #232323;
}
.g5plus-video-image .content-hover-inner i {
  color: #232323;
}
.g5plus-video-image .content-hover-inner a {
  color: #232323;
}
.g5plus-video h3 {
  color: #ce2305;
}
/*
Image-box
*/
.g5plus-image-box:before {
  background-color: #ce2305;
}
/*
Vertial Progress bar
*/
.vc_single_bar.vc_progress-bar-color-primary-color .vc_bar,
.g5plus-v-progress-bar.vc_progress-bar-color-primary-color .vc_bar {
  background-color: #ce2305;
}
.g5plus-v-progress-bar.vc_progress-bar-color-primary-color .vc_label_units,
.g5plus-v-progress-bar .vc_progress-bar-color-primary-color .vc_label_units {
  color: #ce2305;
}
/*
Progress-bar
*/
.vc_single_bar.vc_progress-bar-color-primary-color {
  background-color: #ce2305;
}
.g5plus-h-progress-bar .vc_label {
  color: #ce2305;
}
.g5plus-h-progress-bar.vc_progress-bar-color-primary-color .vc_single_bar .vc_bar {
  background-color: #ce2305;
}
/*
Pie Chart
*/
.g5plus-pie-chart .vc_pie_chart_value {
  color: #ce2305;
}
.wpb_pie_chart_heading {
  color: #ce2305;
}
/*
Counter
*/
.g5plus-counter span {
  color: #ce2305;
}
/*
Openning Box
*/
.g5plus-image-box .open-box * {
  color: #FFFFFF !important;
}
.g5plus-image-box .open-box span {
  display: block;
}
.g5plus-image-box .open-box i {
  display: inline-block;
  padding-right: 10px;
}
.bg-content-box .vc_column-inner {
  background-clip: content-box;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .menu-food-tab {
    padding-right: 0;
  }
  .md-no-padding-right .vc_column-inner {
    padding-right: 0 !important;
  }
  .image-menu-food-tab .vc_column-inner {
    background-clip: content-box;
    padding-right: 15px;
    padding-left: 0;
  }
}
/*Our Team Color*/
.g5plus-team-single .team-avatar .team-social-icon .team-icon {
  background-color: rgba(206, 35, 5, 0.85);
}
.g5plus-team-single h3.team-name a:hover {
  color: #ce2305;
}
.g5plus-team-single.team-layout-style2 .team-social-icon {
  background: #ce2305;
  border-color: #9c1b04 !important;
}
.g5plus-team-single.team-layout-style2 .team-social-icon:before {
  border-bottom: 10px solid #9c1b04 !important;
}
.g5plus-team-single.team-layout-style2 .team-social-icon:after {
  border-left: 10px solid !important;
  border-left-color: #9c1b04 !important;
  border-right-color: #9c1b04 !important;
}
/*Icon Box*/
.g5plus-icon-box i {
  color: #ce2305;
}
.g5plus-icon-box li.title a:hover {
  color: #ce2305;
}
/*Count Down Color*/
.g5plus-countdown .countdown-amount {
  color: #ce2305;
}
/*Post*/
.g5plus-posts a:hover {
  color: #ce2305;
}
.g5plus-posts h3.entry-post-title:hover a {
  color: #ce2305;
}
/*Testimonials*/
.g5plus-testimonials .info h4 {
  color: #ce2305;
}
/*Heading Our Team*/
.heading-our-team p {
  font-family: 'Meddon';
  font-size: 42px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 0;
  line-height: 1;
}
.heading-our-team h2 {
  font-size: 80px;
  font-weight: 900;
  color: rgba(236, 236, 236, 0.32);
  line-height: 1;
  margin: 0;
}
.heading-our-team h2:last-child {
  margin-top: -15px;
}
.heading-our-team.hd-color-dark p {
  color: #202020;
}
.heading-our-team.hd-color-dark h2 {
  color: #ce2305;
}
@media (max-width: 991px) {
  .heading-our-team {
    text-align: center;
  }
  .heading-our-team h2 {
    display: inline-block;
    font-size: 60px;
  }
  .heading-our-team h2:last-child {
    margin-top: 0;
  }
  .heading-our-team.hd-color-dark {
    text-align: left;
  }
}
.g5plus-view-demo .view-demo-content > a,
.g5plus-view-demo .view-demo-content > p {
  color: #ce2305;
}
.max-width-1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/*Product*/
.g5plus-products .g5plus-product-item h2.product-title a:hover {
  color: #ce2305;
}
/**
 * 8.0 - Mixins
 * ----------------------------------------------------------------------------
 */
/**
* Font
* ----------------------------------------------------------------------------
*/
.b-font {
  font-family: 'Open Sans' !important;
}
.s-font {
  font-family: 'Meddon' !important;
}
/**
* Color
* ----------------------------------------------------------------------------
*/
.text-color-accent {
  color: #ce2305 !important;
}
.bg-accent {
  background-color: #ce2305 !important;
}
.color-white {
  color: #FFFFFF !important;
}
.text-color-medium {
  color: #333333 !important;
}
.text-color-bold {
  color: #565656 !important;
}
.text-color-light {
  color: #999999 !important;
}
.bordered {
  border: 1px solid #eaeaea !important;
}
.border-dark {
  border: 1px solid #d9d9d9 !important;
}
/**
* Padding Top
* ----------------------------------------------------------------------------
*/
.pd-top-0 {
  padding-top: 0px !important;
}
.pd-top-5 {
  padding-top: 5px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.pd-top-15 {
  padding-top: 15px !important;
}
.pd-top-20 {
  padding-top: 20px !important;
}
.pd-top-25 {
  padding-top: 25px !important;
}
.pd-top-30 {
  padding-top: 30px !important;
}
.pd-top-35 {
  padding-top: 35px !important;
}
.pd-top-40 {
  padding-top: 40px !important;
}
.pd-top-45 {
  padding-top: 45px !important;
}
.pd-top-50 {
  padding-top: 50px !important;
}
.pd-top-55 {
  padding-top: 55px !important;
}
.pd-top-60 {
  padding-top: 60px !important;
}
.pd-top-65 {
  padding-top: 65px !important;
}
.pd-top-70 {
  padding-top: 70px !important;
}
.pd-top-75 {
  padding-top: 75px !important;
}
.pd-top-80 {
  padding-top: 80px !important;
}
.pd-top-85 {
  padding-top: 85px !important;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-95 {
  padding-top: 95px !important;
}
.pd-top-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-top-0 {
    padding-top: 0px !important;
  }
  .sm-pd-top-5 {
    padding-top: 5px !important;
  }
  .sm-pd-top-10 {
    padding-top: 10px !important;
  }
  .sm-pd-top-15 {
    padding-top: 15px !important;
  }
  .sm-pd-top-20 {
    padding-top: 20px !important;
  }
  .sm-pd-top-25 {
    padding-top: 25px !important;
  }
  .sm-pd-top-30 {
    padding-top: 30px !important;
  }
  .sm-pd-top-35 {
    padding-top: 35px !important;
  }
  .sm-pd-top-40 {
    padding-top: 40px !important;
  }
  .sm-pd-top-45 {
    padding-top: 45px !important;
  }
  .sm-pd-top-50 {
    padding-top: 50px !important;
  }
  .sm-pd-top-55 {
    padding-top: 55px !important;
  }
  .sm-pd-top-60 {
    padding-top: 60px !important;
  }
  .sm-pd-top-65 {
    padding-top: 65px !important;
  }
  .sm-pd-top-70 {
    padding-top: 70px !important;
  }
  .sm-pd-top-75 {
    padding-top: 75px !important;
  }
  .sm-pd-top-80 {
    padding-top: 80px !important;
  }
  .sm-pd-top-85 {
    padding-top: 85px !important;
  }
  .sm-pd-top-90 {
    padding-top: 90px !important;
  }
  .sm-pd-top-95 {
    padding-top: 95px !important;
  }
  .sm-pd-top-100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-top-0 {
    padding-top: 0px !important;
  }
  .xs-pd-top-5 {
    padding-top: 5px !important;
  }
  .xs-pd-top-10 {
    padding-top: 10px !important;
  }
  .xs-pd-top-15 {
    padding-top: 15px !important;
  }
  .xs-pd-top-20 {
    padding-top: 20px !important;
  }
  .xs-pd-top-25 {
    padding-top: 25px !important;
  }
  .xs-pd-top-30 {
    padding-top: 30px !important;
  }
  .xs-pd-top-35 {
    padding-top: 35px !important;
  }
  .xs-pd-top-40 {
    padding-top: 40px !important;
  }
  .xs-pd-top-45 {
    padding-top: 45px !important;
  }
  .xs-pd-top-50 {
    padding-top: 50px !important;
  }
  .xs-pd-top-55 {
    padding-top: 55px !important;
  }
  .xs-pd-top-60 {
    padding-top: 60px !important;
  }
  .xs-pd-top-65 {
    padding-top: 65px !important;
  }
  .xs-pd-top-70 {
    padding-top: 70px !important;
  }
  .xs-pd-top-75 {
    padding-top: 75px !important;
  }
  .xs-pd-top-80 {
    padding-top: 80px !important;
  }
  .xs-pd-top-85 {
    padding-top: 85px !important;
  }
  .xs-pd-top-90 {
    padding-top: 90px !important;
  }
  .xs-pd-top-95 {
    padding-top: 95px !important;
  }
  .xs-pd-top-100 {
    padding-top: 100px !important;
  }
}
/**
* Padding Bottom
* ----------------------------------------------------------------------------
*/
.pd-bottom-0 {
  padding-bottom: 0px !important;
}
.pd-bottom-5 {
  padding-bottom: 5px !important;
}
.pd-bottom-10 {
  padding-bottom: 10px !important;
}
.pd-bottom-15 {
  padding-bottom: 15px !important;
}
.pd-bottom-20 {
  padding-bottom: 20px !important;
}
.pd-bottom-25 {
  padding-bottom: 25px !important;
}
.pd-bottom-30 {
  padding-bottom: 30px !important;
}
.pd-bottom-35 {
  padding-bottom: 35px !important;
}
.pd-bottom-40 {
  padding-bottom: 40px !important;
}
.pd-bottom-45 {
  padding-bottom: 45px !important;
}
.pd-bottom-50 {
  padding-bottom: 50px !important;
}
.pd-bottom-55 {
  padding-bottom: 55px !important;
}
.pd-bottom-60 {
  padding-bottom: 60px !important;
}
.pd-bottom-65 {
  padding-bottom: 65px !important;
}
.pd-bottom-70 {
  padding-bottom: 70px !important;
}
.pd-bottom-75 {
  padding-bottom: 75px !important;
}
.pd-bottom-80 {
  padding-bottom: 80px !important;
}
.pd-bottom-85 {
  padding-bottom: 85px !important;
}
.pd-bottom-90 {
  padding-bottom: 90px !important;
}
.pd-bottom-95 {
  padding-bottom: 95px !important;
}
.pd-bottom-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .sm-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .sm-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .sm-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .sm-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .sm-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .sm-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .sm-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .sm-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .sm-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .sm-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .sm-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .sm-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .sm-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .sm-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .sm-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .sm-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .sm-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .sm-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .sm-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .sm-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .xs-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .xs-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .xs-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .xs-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .xs-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .xs-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .xs-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .xs-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .xs-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .xs-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .xs-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .xs-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .xs-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .xs-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .xs-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .xs-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .xs-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .xs-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .xs-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .xs-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
/**
* Margin Top
* ----------------------------------------------------------------------------
*/
.mg-top-0 {
  margin-top: 0px !important;
}
.mg-top-5 {
  margin-top: 5px !important;
}
.mg-top-10 {
  margin-top: 10px !important;
}
.mg-top-15 {
  margin-top: 15px !important;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px !important;
}
.mg-top-35 {
  margin-top: 35px !important;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.mg-top-45 {
  margin-top: 45px !important;
}
.mg-top-50 {
  margin-top: 50px !important;
}
.mg-top-55 {
  margin-top: 55px !important;
}
.mg-top-60 {
  margin-top: 60px !important;
}
.mg-top-65 {
  margin-top: 65px !important;
}
.mg-top-70 {
  margin-top: 70px !important;
}
.mg-top-75 {
  margin-top: 75px !important;
}
.mg-top-80 {
  margin-top: 80px !important;
}
.mg-top-85 {
  margin-top: 85px !important;
}
.mg-top-90 {
  margin-top: 90px !important;
}
.mg-top-95 {
  margin-top: 95px !important;
}
.mg-top-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-top-0 {
    margin-top: 0px !important;
  }
  .sm-mg-top-5 {
    margin-top: 5px !important;
  }
  .sm-mg-top-10 {
    margin-top: 10px !important;
  }
  .sm-mg-top-15 {
    margin-top: 15px !important;
  }
  .sm-mg-top-20 {
    margin-top: 20px !important;
  }
  .sm-mg-top-25 {
    margin-top: 25px !important;
  }
  .sm-mg-top-30 {
    margin-top: 30px !important;
  }
  .sm-mg-top-35 {
    margin-top: 35px !important;
  }
  .sm-mg-top-40 {
    margin-top: 40px !important;
  }
  .sm-mg-top-45 {
    margin-top: 45px !important;
  }
  .sm-mg-top-50 {
    margin-top: 50px !important;
  }
  .sm-mg-top-55 {
    margin-top: 55px !important;
  }
  .sm-mg-top-60 {
    margin-top: 60px !important;
  }
  .sm-mg-top-65 {
    margin-top: 65px !important;
  }
  .sm-mg-top-70 {
    margin-top: 70px !important;
  }
  .sm-mg-top-75 {
    margin-top: 75px !important;
  }
  .sm-mg-top-80 {
    margin-top: 80px !important;
  }
  .sm-mg-top-85 {
    margin-top: 85px !important;
  }
  .sm-mg-top-90 {
    margin-top: 90px !important;
  }
  .sm-mg-top-95 {
    margin-top: 95px !important;
  }
  .sm-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-top-0 {
    margin-top: 0px !important;
  }
  .xs-mg-top-5 {
    margin-top: 5px !important;
  }
  .xs-mg-top-10 {
    margin-top: 10px !important;
  }
  .xs-mg-top-15 {
    margin-top: 15px !important;
  }
  .xs-mg-top-20 {
    margin-top: 20px !important;
  }
  .xs-mg-top-25 {
    margin-top: 25px !important;
  }
  .xs-mg-top-30 {
    margin-top: 30px !important;
  }
  .xs-mg-top-35 {
    margin-top: 35px !important;
  }
  .xs-mg-top-40 {
    margin-top: 40px !important;
  }
  .xs-mg-top-45 {
    margin-top: 45px !important;
  }
  .xs-mg-top-50 {
    margin-top: 50px !important;
  }
  .xs-mg-top-55 {
    margin-top: 55px !important;
  }
  .xs-mg-top-60 {
    margin-top: 60px !important;
  }
  .xs-mg-top-65 {
    margin-top: 65px !important;
  }
  .xs-mg-top-70 {
    margin-top: 70px !important;
  }
  .xs-mg-top-75 {
    margin-top: 75px !important;
  }
  .xs-mg-top-80 {
    margin-top: 80px !important;
  }
  .xs-mg-top-85 {
    margin-top: 85px !important;
  }
  .xs-mg-top-90 {
    margin-top: 90px !important;
  }
  .xs-mg-top-95 {
    margin-top: 95px !important;
  }
  .xs-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 992px) {
  .widget-mg-top--30 {
    margin-top: -30px;
  }
}
/**
* 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-extra-bold {
  font-weight: 800 !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-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-40 {
  font-size: 40px !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;
}
.item-box-shadow {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
}
/**
* 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-30 {
  line-height: 30px !important;
}
/**
* TRANSITION
* ----------------------------------------------------------------------------
*/
.transition03 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.transition05 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/**
* OTHERS MIXIN
* ----------------------------------------------------------------------------
*/
.overflow-hidden {
  overflow: hidden !important;
}
.fixed {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.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%;
  }
}
.neg-mg-top-235 {
  margin-top: -235px;
}
.neg-mg-top-235 .vc_column_container {
  z-index: 9999;
}
.neg-mg-top-235 .no-item-found {
  height: 235px;
}
.no-item-found {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.pd-50-53 {
  padding: 50px 53.5px;
}
@media screen and (max-width: 991px) {
  .neg-mg-top-235 {
    margin-top: -160px;
  }
}
@media screen and (max-width: 767px) {
  .xs-fs-48 {
    font-size: 48px !important;
  }
  .xs-text-center {
    text-align: center !important;
  }
  .neg-mg-top-235 {
    margin-top: -130px;
  }
  .xs-pd-20-10 {
    padding: 20px 10px;
  }
}
.no-padding {
  padding: 0 !important;
}
.bg-clip-content-box > div {
  background-clip: content-box;
}
.info-window table {
  border: none;
}
.info-window table th,
.info-window table td {
  border: none;
  background: none;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  opacity: 0.48;
  padding: 0;
}
.info-window table th {
  text-align: center;
}
.info-window table td + td {
  padding-left: 26px;
}
.info-window table th + th {
  padding-left: 25px;
}
.mg-right-70 {
  margin-right: 70px;
}
.mg-left-70 {
  margin-left: 70px;
}
@media screen and (max-width: 767px) {
  .xs-mg-right-30 {
    margin-right: 30px;
  }
  .xs-mg-left-30 {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .row-padding-reposive {
    padding: 0 80px;
  }
}
@media (min-width: 1368px) {
  .row-padding-reposive {
    padding: 0 100px;
  }
}
@media (min-width: 1920px) {
  .row-padding-reposive {
    padding: 0 130px;
  }
}
.position-left {
  position: relative;
  right: -23px;
  z-index: 1;
  margin-left: -15px;
}
.position-left .vc_column-inner {
  position: relative;
}
.img-right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.width-42 {
  width: 42%;
}
.social-icon-box .g5plus-icon-box.align-left-middle {
  display: inline-block;
  position: relative;
}
.social-icon-box .g5plus-icon-box.align-left-middle .icon {
  width: inherit;
  left: 0;
  height: 50px;
  line-height: 50px;
}
.social-icon-box .g5plus-icon-box.align-left-middle .icon i {
  font-size: 18px;
  color: #777;
  line-height: 50px;
}
.social-icon-box .g5plus-icon-box.align-left-middle .content {
  padding-left: 20px;
  min-height: 50px;
}
.social-icon-box .g5plus-icon-box.align-left-middle .content .title {
  text-transform: inherit;
  font-size: 13px;
}
.social-icon-box .g5plus-icon-box.align-left-middle .content .title a {
  color: #777;
}
.social-icon-box .g5plus-icon-box.align-left-middle .content .title a:hover {
  color: #ce2305;
}
.social-icon-box .g5plus-icon-box.align-left-middle + .g5plus-icon-box.align-left-middle {
  margin-left: 30px;
}
/**
 * 9.0 - Woocommerce
 * ----------------------------------------------------------------------------
 */
.woocommerce {
  /*Single Product*/
  /* single_variation_wrap */
  /* related product */
  /*Tab Reviews Product*/
  /*Rating Review Star*/
  /*Compare*/
  /*Wishlist, Cart*/
  /*Cart*/
  /*Check Out*/
  /*Login My account*/
  /*Had Login*/
  /*Add to cart Single*/
  /*View More*/
  /*Icon Responsive*/
  /*Sidebar Woocommerce*/
  /*Shortcode Woocommerce*/
  /*Widget Categories*/
}
.woocommerce .g5plus-archive-product {
  margin: 0 -15px;
}
.woocommerce .g5plus-archive-product .button {
  padding: 5.5px 35px;
}
.woocommerce form.woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  display: inline-block;
}
.woocommerce .woocommerce-result-count {
  margin-top: 4px;
  margin-bottom: 40px;
}
.woocommerce form.woocommerce-ordering {
  float: right;
  margin-bottom: 20px;
}
.woocommerce form.woocommerce-ordering select {
  padding-right: 30px;
}
.woocommerce ul {
  list-style: none;
}
.woocommerce .button {
  display: inline-block;
  background-color: #ce2305;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding: 10px 35px;
  border: 2px solid #ce2305;
  margin-top: 20px;
  transition-delay: 0.3s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.woocommerce .button:hover {
  background-color: #fff;
  color: #ce2305;
}
.woocommerce .product {
  position: relative;
}
.woocommerce .product li.product > a {
  display: block;
  position: relative;
}
.woocommerce .product span.onsale {
  position: absolute;
  background-color: #FFD117;
  color: #FFF;
  display: block;
  top: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px;
  z-index: 11;
}
.woocommerce .product > span.onsale {
  right: 50%;
  margin-right: 15px;
}
.woocommerce .product span.onsale + span.onfeatured {
  top: 30px;
}
.woocommerce div.g5plus-list-product.products-col-2 div.product {
  width: 50%;
}
.woocommerce div.g5plus-list-product.products-col-2 div.product:nth-child(2n+1) {
  clear: both;
}
.woocommerce div.g5plus-list-product.products-col-3 div.product {
  width: 33.33333333%;
}
.woocommerce div.g5plus-list-product.products-col-3 div.product:nth-child(3n+1) {
  clear: both;
}
.woocommerce div.g5plus-list-product.products-col-4 div.product {
  width: 25%;
}
.woocommerce div.g5plus-list-product.products-col-4 div.product:nth-child(4n+1) {
  clear: both;
}
.woocommerce div.g5plus-list-product {
  padding: 0;
}
.woocommerce div.g5plus-list-product img {
  width: 100%;
  height: auto;
}
.woocommerce div.g5plus-list-product div.product {
  text-align: center;
  padding: 0 15px;
  margin-bottom: 40px;
  display: inline-block;
  font-size: 15px;
  float: left;
  width: 100%;
}
.woocommerce div.g5plus-list-product .product-thumbnail-wrap {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.woocommerce div.g5plus-list-product .product-thumbnail-wrap.active .content-hover,
.woocommerce div.g5plus-list-product .product-thumbnail-wrap:hover .content-hover {
  opacity: 1;
  z-index: 2;
}
.woocommerce div.g5plus-list-product .product-thumbnail-wrap.active .content-hover a.button,
.woocommerce div.g5plus-list-product .product-thumbnail-wrap:hover .content-hover a.button {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.woocommerce div.g5plus-list-product .product-thumbnail-wrap a.button {
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
}
.woocommerce div.g5plus-list-product .product-thumbnail-wrap img {
  width: 100%;
  height: auto;
}
.woocommerce div.g5plus-list-product .content-hover {
  text-align: center;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  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;
}
.woocommerce div.g5plus-list-product .content-hover .title-hover {
  display: block;
  color: #202020;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  padding: 0 10px;
  margin-top: 25px;
}
.woocommerce div.g5plus-list-product .content-hover p {
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  margin: 0;
  margin-bottom: 15px;
  padding: 0 15px;
}
.woocommerce div.g5plus-list-product .content-hover span.price {
  margin-bottom: 5px;
}
.woocommerce div.g5plus-list-product h3 {
  color: #202020;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  margin-bottom: 10px;
}
.woocommerce div.g5plus-list-product h3 a {
  color: #202020;
}
.woocommerce div.g5plus-list-product h3 a:hover {
  color: #ce2305;
}
.woocommerce span.price {
  display: block;
  color: #ce2305;
}
.woocommerce span.price del {
  color: #787878;
}
.woocommerce .single-product-wrap .single-product-thumbnail-wrap {
  display: inline-block;
  width: 50%;
  padding-right: 15px;
  float: left;
  margin-bottom: 35px;
  position: relative;
}
.woocommerce .single-product-wrap .single-product-thumbnail-wrap img {
  width: 100%;
  height: auto;
}
.woocommerce .single-product-wrap .single-product-thumbnail-wrap a.zoomGallery {
  position: relative;
  display: block;
}
.woocommerce .single-product-wrap .single-product-thumbnail-wrap a.zoomGallery:hover span.overlay-product {
  opacity: 1;
}
.woocommerce .single-product-wrap .single-product-thumbnail-wrap a.zoomGallery span.overlay-product {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
  color: #fff;
  display: block;
  font-size: 22px;
  text-align: center;
  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;
}
.woocommerce .single-product-wrap .single-product-thumbnail-wrap a.zoomGallery span.overlay-product i {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 30px;
}
.woocommerce .single-product-wrap .single-product-thumbnail-wrap a.zoomGallery span.overlay-product i:hover {
  color: #ce2305;
}
.woocommerce .single-product-wrap .summary.entry-summary {
  display: inline-block;
  width: 50%;
  padding-left: 15px;
  float: right;
  /*Variable product*/
}
.woocommerce .single-product-wrap .summary.entry-summary .product_title.entry-title {
  font-size: 30px;
  font-weight: 600;
  color: #1F1F1F;
  margin-bottom: 10px;
}
.woocommerce .single-product-wrap .summary.entry-summary .price {
  color: #ce2305;
  font-size: 36px;
  letter-spacing: -0.05em;
  margin-bottom: 10px;
}
.woocommerce .single-product-wrap .summary.entry-summary .price ins {
  text-decoration: none;
}
.woocommerce .single-product-wrap .summary.entry-summary .price del {
  color: #787878;
}
.woocommerce .single-product-wrap .summary.entry-summary .button {
  padding: 5px 35px;
}
.woocommerce .single-product-wrap .summary.entry-summary .add_to_wishlist {
  font-size: 15px;
  line-height: 30px;
  display: inline-block;
  text-transform: uppercase;
}
.woocommerce .single-product-wrap .summary.entry-summary .add_to_wishlist:before {
  content: "\e642";
}
.woocommerce .single-product-wrap .summary.entry-summary form.cart {
  margin-bottom: 30px;
}
.woocommerce .single-product-wrap .summary.entry-summary form.cart .price {
  font-size: 16px;
}
.woocommerce .single-product-wrap .summary.entry-summary form.cart td.label {
  padding: 0 10px;
}
.woocommerce .single-product-wrap .summary.entry-summary form.cart td.label a {
  color: #232323;
}
.woocommerce .single-product-wrap .summary.entry-summary form.cart td.price {
  vertical-align: middle;
}
.woocommerce .single-product-wrap .summary.entry-summary form.cart td.price p {
  font-size: 12px;
  margin: 0;
  margin-top: -10px;
}
.woocommerce .single-product-wrap .summary.entry-summary p.stock {
  color: #ce2305;
  font-weight: 600;
  margin: 0;
}
.woocommerce .single-product-wrap .summary.entry-summary a.button.compare:before,
.woocommerce .single-product-wrap .summary.entry-summary .add_to_wishlist:before {
  font-family: Pe-icon-7-stroke;
  font-size: 24px;
  display: inline-block;
  line-height: 30px;
  float: left;
  margin-right: 15px;
  font-weight: bold;
  color: #ce2305;
}
.woocommerce .single-product-wrap .summary.entry-summary .social-share {
  border: none;
}
.woocommerce .single-product-wrap .summary.entry-summary .social-share label {
  font-size: 16px;
  font-weight: 600;
  padding-right: 10px;
}
.woocommerce .single-product-wrap .summary.entry-summary .social-share i {
  color: #aaa;
  padding: 0 8px;
}
.woocommerce .single-product-wrap .summary.entry-summary .social-share a:hover i {
  color: #ce2305;
}
.woocommerce .single-product-wrap .summary.entry-summary .woocommerce-variation-availability,
.woocommerce .single-product-wrap .summary.entry-summary .woocommerce-variation-price {
  display: inline-block;
}
.woocommerce .single-product-wrap .summary.entry-summary .woocommerce-variation-availability {
  padding-left: 10px;
}
.woocommerce .single-product-wrap .summary.entry-summary table.variations td.label {
  line-height: 42px;
  padding: 0 20px 0 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
}
.woocommerce .single-product-wrap .summary.entry-summary table.variations td.value select {
  height: 42px;
  line-height: 42px;
  border: none;
  background-color: #f5f5f5;
  color: #878787;
  padding-right: 35px;
  position: relative;
}
.woocommerce .single-product-wrap .summary.entry-summary table.variations td.value select:after {
  content: "\e689";
  font-family: Pe-icon-7-stroke;
  font-size: 15px;
  color: #232323;
  line-height: 42px;
  position: absolute;
  top: 0;
  right: 5px;
}
.woocommerce .single-product-wrap .summary.entry-summary table.variations td.value a.reset_variations {
  display: none !important;
}
.woocommerce .single-product-wrap .summary.entry-summary table {
  border: none;
}
.woocommerce .single-product-wrap .summary.entry-summary table.group_table .quantity {
  margin: 5px 0;
}
.woocommerce .single-product-wrap .summary.entry-summary table.group_table label {
  margin-bottom: 0;
}
.woocommerce .single-product-wrap .related,
.woocommerce .single-product-wrap .up-sells {
  clear: both;
}
.woocommerce .single-product-wrap .woocommerce-product-rating .star-rating,
.woocommerce .single-product-wrap .woocommerce-product-rating a.woocommerce-review-link {
  display: inline-block;
  margin-right: 25px;
}
.woocommerce .single-product-wrap .woocommerce-product-rating .star-rating {
  margin: 0;
}
.woocommerce .single-product-wrap .product_meta {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 15px;
}
.woocommerce .single-product-wrap .product_meta > span {
  display: block;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.woocommerce .single-product-wrap .product_meta .posted_in a,
.woocommerce .single-product-wrap .product_meta .tagged_as a {
  color: #ce2305;
  text-transform: capitalize;
  display: inline-block;
}
.woocommerce .single-product-wrap .product_meta .posted_in a:hover,
.woocommerce .single-product-wrap .product_meta .tagged_as a:hover {
  color: #222;
}
.woocommerce .single-product-wrap a.button.compare {
  font-size: 15px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  color: inherit;
  font-weight: normal;
  display: inline-block;
  margin-top: 10px;
  padding-left: 20px;
  border-left: 1px solid #eee;
}
.woocommerce .single-product-wrap a.button.compare:before {
  content: "\e659";
  margin-left: 2px;
}
.woocommerce .single-product-wrap a.button.compare:hover {
  color: #ce2305;
}
.woocommerce .single-product-wrap a.button.compare.added {
  color: #ce2305;
  font-weight: 600;
}
.woocommerce .single-product-wrap a.button.compare.added:before {
  content: "\e61c";
}
.woocommerce .single-product-wrap .yith-wcwl-add-to-wishlist {
  display: inline-block;
}
.woocommerce .single-product-wrap .yith-wcwl-add-to-wishlist + .clear {
  display: inline-block;
}
.woocommerce .single-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.woocommerce .single-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: #ce2305;
  font-weight: 600;
  margin-right: 24px;
  text-transform: uppercase;
  font-size: 15px;
}
.woocommerce .single-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce .single-product-wrap .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-family: fontawesome;
  font-size: 20px;
  content: "\f004";
  color: #ce2305;
  margin-right: 10px;
}
.woocommerce .single-product-wrap .yith-wcwl-add-to-wishlist div span.feedback {
  display: none;
}
.woocommerce .single-product-wrap h2.product-info-title {
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.woocommerce .single-product-wrap textarea {
  height: 110px;
}
.woocommerce .single-product-wrap .comment-form-rating {
  position: absolute;
  bottom: 0;
  left: 0;
}
.woocommerce .single-product-wrap .comment-form-rating a {
  vertical-align: middle;
}
.woocommerce .single-product-wrap .comment-form-rating a + a {
  margin-left: 5px;
}
.woocommerce .single-product-wrap .comment-form-rating p.stars {
  vertical-align: middle;
  display: inline-block;
}
.woocommerce .single-product-wrap .comment-form-rating label {
  margin-right: 30px;
  vertical-align: middle;
}
.woocommerce .single-product-wrap form.comment-form {
  position: relative;
}
.woocommerce .single-product-wrap form.comment-form:before {
  content: "\e605";
  font-family: Pe-icon-7-stroke;
  font-style: normal;
  font-size: 30px;
  position: absolute;
  top: 0;
  width: 70px;
  text-align: center;
  background: #f5f5f5;
  height: 70px;
  line-height: 70px;
}
.woocommerce .single-product-wrap form.comment-form > p {
  font-size: 0;
  padding-left: 90px;
  margin-bottom: 10px;
}
.woocommerce .single-product-wrap form.comment-form > p.comment-notes {
  font-size: 14px;
}
.woocommerce .single-product-wrap form.comment-form textarea {
  font-size: 14px;
}
.woocommerce .single-product-wrap form.comment-form p.comment-form-comment {
  position: relative;
}
.woocommerce .single-product-wrap form.comment-form p.comment-form-comment:before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #F5F5F5;
  position: absolute;
  left: 80px;
  top: 30px;
  height: 10px;
  width: 10px;
}
.woocommerce .single-product-wrap form.comment-form input[type='text'],
.woocommerce .single-product-wrap form.comment-form input[type='email'],
.woocommerce .single-product-wrap form.comment-form textarea {
  border: 1px solid #f5f5f5;
}
.woocommerce .single-product-wrap form.comment-form input[type='text']:focus,
.woocommerce .single-product-wrap form.comment-form input[type='email']:focus,
.woocommerce .single-product-wrap form.comment-form textarea:focus {
  background-color: #fff !important;
}
.woocommerce .single-product-wrap h4.widget-title,
.woocommerce .single-product-wrap h2.woocommerce-Reviews-title {
  font-size: 16px;
  color: #ce2305;
  text-transform: uppercase;
}
.woocommerce .single_variation_wrap .single_variation {
  padding-left: 65px;
  padding-top: 15px;
}
.woocommerce .single_variation_wrap .single_variation .price {
  margin-bottom: 0 !important;
}
.woocommerce .variations_form.cart select {
  cursor: pointer;
}
.woocommerce .related.products .owl-nav {
  top: 35%;
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  transform: translateY(-35%);
}
.woocommerce .related.products .owl-nav .owl-prev {
  left: 18px;
}
.woocommerce .related.products .owl-nav .owl-next {
  right: 18px;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
  clear: both;
  padding-top: 35px;
  border-top: 1px  solid #eee;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
  width: 270px;
  float: left;
  border: 2px solid #eee;
  margin-right: 30px;
  padding: 25px;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
  padding: 10px 0;
  font-weight: 600;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li + li {
  border-top: 1px solid #eee;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active a {
  color: #ce2305;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper > div {
  overflow: hidden;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper > div ol {
  padding: 0;
  list-style: none;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .panel {
  border: none;
  box-shadow: none;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews .comment_container img {
  float: left;
  border-radius: 50%;
  margin: 5px 20px 20px 0;
  margin-top: 27px;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews .comment_container .comment-text {
  overflow: hidden;
  padding-left: 6px;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews .comment_container .comment-text .description {
  padding: 10px 25px;
  background-color: #f5f5f5;
  position: relative;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews .comment_container .comment-text .description:before {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #f5f5f5;
  position: absolute;
  left: -10px;
  top: 30px;
  bottom: 0;
  height: 10px;
  width: 10px;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews .comment_container .star-rating {
  margin: 0;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews .comment_container p.meta {
  margin-bottom: 0;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews .comment_container p.meta strong {
  text-transform: uppercase;
  color: #232323;
  font-size: 14px;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Reviews li {
  margin-bottom: 40px;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form input[type="email"],
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form input[type="text"],
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form textarea {
  background-color: #f5f5f5;
  color: #878787;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form input[type="email"]::-webkit-input-placeholder,
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form input[type="text"]::-webkit-input-placeholder,
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form textarea::-webkit-input-placeholder {
  color: #878787;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form input[type="email"]:-moz-placeholder,
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form input[type="text"]:-moz-placeholder,
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form textarea:-moz-placeholder {
  color: #878787;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form input[type="email"]::-moz-placeholder,
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form input[type="text"]::-moz-placeholder,
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form textarea::-moz-placeholder {
  color: #878787;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form input[type="email"]:-ms-input-placeholder,
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form input[type="text"]:-ms-input-placeholder,
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form textarea:-ms-input-placeholder {
  color: #878787;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form textarea {
  line-height: 1.6;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form label {
  color: #232323;
  text-transform: uppercase;
  font-size: 14px;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form p {
  margin-bottom: 10px;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form .form-submit {
  text-align: right;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form .form-submit input[type="submit"] {
  background-color: #ce2305;
  border: 2px solid #ce2305;
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  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;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form .form-submit input[type="submit"]:hover {
  background-color: #fff;
  color: #ce2305;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating,
.woocommerce p.stars a:before,
.woocommerce p.stars a {
  color: #ffd117;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: WooCommerce;
  text-indent: 0;
}
.woocommerce p.stars a:before,
.woocommerce p.stars a:hover ~ a:before {
  content: "\e021";
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a:before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active):before {
  content: "\e020";
}
.woocommerce.woocommerce-compare-page h1 {
  padding: 10px;
}
.woocommerce table {
  border: 2px solid #f0f0f0;
}
.woocommerce table thead th,
.woocommerce table tbody td {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 13px;
}
.woocommerce table {
  margin-bottom: 0;
}
.woocommerce table td,
.woocommerce table th {
  border-color: #f0f0f0;
}
.woocommerce table thead td {
  color: #222;
}
.woocommerce table td {
  vertical-align: middle;
}
.woocommerce table td.product-stock-status,
.woocommerce table td.product-price {
  text-align: left;
}
.woocommerce table td.product-thumbnail {
  height: 120px;
  width: 120px;
}
.woocommerce table td.product-thumbnail img {
  width: 100%;
  width: 82px;
  height: 82px;
}
.woocommerce table td.product-thumbnail a {
  max-width: 82px;
}
.woocommerce table td.product-remove {
  text-align: center;
}
.woocommerce table td.product-remove a {
  display: inline-block;
  height: 15px;
  width: 15px;
  font-size: 12px;
  border: 1px solid #979797;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 13px;
  text-align: center;
  padding-left: 1px;
}
.woocommerce table td.product-name a {
  color: #202020;
  font-size: 16px;
  text-transform: none;
}
.woocommerce table td.product-price {
  color: #ce2305;
  font-size: 15px;
}
.woocommerce table .yith-wcwl-share {
  margin-bottom: 20px;
}
.woocommerce table dl.variation dt,
.woocommerce table dl.variation dd {
  display: inline-block;
}
.woocommerce table dl.variation dt {
  color: #222;
}
.woocommerce table dl.variation dd + dt {
  margin-left: 5px;
}
.woocommerce table.wishlist_table tfoot td {
  text-align: center;
}
.woocommerce table.wishlist_table tfoot td h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.woocommerce table.wishlist_table tfoot td ul {
  padding: 0;
}
.woocommerce .quantity {
  position: relative;
  display: inline-block;
}
.woocommerce .quantity input[type='number'] {
  text-align: center;
  height: 42px;
  width: 120px;
  background-color: #f5f5f5;
  border: none;
  padding: 0;
  padding-left: 11px;
}
.woocommerce .quantity .btn-number {
  padding: 0;
  height: 42px;
  border: none;
  position: absolute;
  top: 0;
  background: #f5f5f5;
  padding: 0 12px;
  font-size: 15px;
  color: #222;
}
.woocommerce .quantity .btn-number.btn-less {
  left: 0;
}
.woocommerce .quantity .btn-number.btn-plus {
  right: 0;
}
.woocommerce .actions .button {
  margin-top: 10px;
  padding: 7.5px 25px;
  font-size: 13px;
}
.woocommerce .actions .coupon {
  width: 50%;
  float: left;
}
.woocommerce .actions .coupon .input-text {
  border: none;
  background-color: #fafafa;
  color: #878787;
  font-style: normal;
  font-size: 13px;
  width: 270px;
  margin-right: 10px;
  height: 42px;
  line-height: 42px;
  margin-top: 10px;
}
.woocommerce .actions .coupon .input-text::-webkit-input-placeholder {
  color: #878787;
}
.woocommerce .actions .coupon .input-text:-moz-placeholder {
  color: #878787;
}
.woocommerce .actions .coupon .input-text::-moz-placeholder {
  color: #878787;
}
.woocommerce .actions .coupon .input-text:-ms-input-placeholder {
  color: #878787;
}
.woocommerce .actions .coupon .input-text,
.woocommerce .actions .coupon .button {
  display: inline-block;
}
.woocommerce .actions .group-buttons {
  width: 50%;
  text-align: right;
  display: inline-block;
}
.woocommerce .actions .group-buttons input[type="submit"] {
  background-color: #333;
  border-color: #333;
  margin-right: 5px;
}
.woocommerce .actions .group-buttons input[type="submit"]:hover {
  background-color: #fff;
  color: #333;
}
.woocommerce .cross-sells,
.woocommerce .cart-collaterals {
  margin-top: 60px;
}
.woocommerce .cross-sells h2,
.woocommerce .cart-collaterals h2 {
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}
.woocommerce .cart-collaterals .cart_totals {
  width: 50%;
}
.woocommerce .cart-collaterals .cart_totals table th {
  width: 40%;
  background-color: #fcfcfc;
  text-transform: uppercase;
  font-size: 13px;
  color: #202020;
}
.woocommerce a.select2-choice,
.woocommerce input[type="text"],
.woocommerce input[type="search"],
.woocommerce input[type="email"],
.woocommerce input[type="url"],
.woocommerce input[type="password"],
.woocommerce input[type="tel"],
.woocommerce textarea,
.woocommerce select {
  background-color: #fafafa;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #b6b6b6;
  font-style: normal;
}
.woocommerce a.select2-choice::-webkit-input-placeholder,
.woocommerce input[type="text"]::-webkit-input-placeholder,
.woocommerce input[type="search"]::-webkit-input-placeholder,
.woocommerce input[type="email"]::-webkit-input-placeholder,
.woocommerce input[type="url"]::-webkit-input-placeholder,
.woocommerce input[type="password"]::-webkit-input-placeholder,
.woocommerce input[type="tel"]::-webkit-input-placeholder,
.woocommerce textarea::-webkit-input-placeholder,
.woocommerce select::-webkit-input-placeholder {
  color: #b6b6b6;
}
.woocommerce a.select2-choice:-moz-placeholder,
.woocommerce input[type="text"]:-moz-placeholder,
.woocommerce input[type="search"]:-moz-placeholder,
.woocommerce input[type="email"]:-moz-placeholder,
.woocommerce input[type="url"]:-moz-placeholder,
.woocommerce input[type="password"]:-moz-placeholder,
.woocommerce input[type="tel"]:-moz-placeholder,
.woocommerce textarea:-moz-placeholder,
.woocommerce select:-moz-placeholder {
  color: #b6b6b6;
}
.woocommerce a.select2-choice::-moz-placeholder,
.woocommerce input[type="text"]::-moz-placeholder,
.woocommerce input[type="search"]::-moz-placeholder,
.woocommerce input[type="email"]::-moz-placeholder,
.woocommerce input[type="url"]::-moz-placeholder,
.woocommerce input[type="password"]::-moz-placeholder,
.woocommerce input[type="tel"]::-moz-placeholder,
.woocommerce textarea::-moz-placeholder,
.woocommerce select::-moz-placeholder {
  color: #b6b6b6;
}
.woocommerce a.select2-choice:-ms-input-placeholder,
.woocommerce input[type="text"]:-ms-input-placeholder,
.woocommerce input[type="search"]:-ms-input-placeholder,
.woocommerce input[type="email"]:-ms-input-placeholder,
.woocommerce input[type="url"]:-ms-input-placeholder,
.woocommerce input[type="password"]:-ms-input-placeholder,
.woocommerce input[type="tel"]:-ms-input-placeholder,
.woocommerce textarea:-ms-input-placeholder,
.woocommerce select:-ms-input-placeholder {
  color: #b6b6b6;
}
.woocommerce .select2-container--default .select2-selection--single {
  height: 40px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fafafa;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #b6b6b6;
  line-height: 40px;
  padding-left: 15px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login {
  border: none;
  padding: 20px 0;
  border-radius: 0;
  max-width: 570px;
  margin: auto;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.woocommerce form.checkout.woocommerce-checkout {
  margin-top: 50px;
}
.woocommerce form.checkout.woocommerce-checkout #shipping_first_name_field,
.woocommerce form.checkout.woocommerce-checkout #shipping_last_name_field,
.woocommerce form.checkout.woocommerce-checkout #shipping_postcode_field,
.woocommerce form.checkout.woocommerce-checkout #shipping_state_field,
.woocommerce form.checkout.woocommerce-checkout #billing_first_name_field,
.woocommerce form.checkout.woocommerce-checkout #billing_last_name_field,
.woocommerce form.checkout.woocommerce-checkout #billing_state_field,
.woocommerce form.checkout.woocommerce-checkout #billing_postcode_field {
  width: 50%;
  display: inline-block;
  float: left;
  clear: none;
}
.woocommerce form.checkout.woocommerce-checkout #shipping_first_name_field,
.woocommerce form.checkout.woocommerce-checkout #billing_first_name_field,
.woocommerce form.checkout.woocommerce-checkout #shipping_state_field,
.woocommerce form.checkout.woocommerce-checkout #billing_state_field {
  padding-right: 5px;
}
.woocommerce form.checkout.woocommerce-checkout #shipping_first_name_field + #shipping_last_name_field,
.woocommerce form.checkout.woocommerce-checkout #billing_first_name_field + #billing_last_name_field,
.woocommerce form.checkout.woocommerce-checkout #shipping_state_field + #shipping_postcode_field,
.woocommerce form.checkout.woocommerce-checkout #billing_state_field + #billing_postcode_field {
  padding-left: 5px;
}
.woocommerce form.checkout.woocommerce-checkout .col2-set {
  margin: 0 -15px;
}
.woocommerce form.checkout.woocommerce-checkout .col-1,
.woocommerce form.checkout.woocommerce-checkout .col-2 {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-shipping-fields h3 label {
  margin: 0;
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-shipping-fields h3 {
  padding-left: 20px;
  position: relative;
}
.woocommerce form.checkout.woocommerce-checkout .woocommerce-shipping-fields h3 input[type="checkbox"] {
  position: absolute;
  top: 3px;
  left: 0;
}
.woocommerce form.checkout.woocommerce-checkout h3#order_review_heading {
  clear: both;
}
.woocommerce form.checkout.woocommerce-checkout p label {
  font-size: 13px;
  text-transform: uppercase;
}
.woocommerce form.checkout.woocommerce-checkout textarea#order_comments {
  height: 130px;
}
.woocommerce .woocommerce-info {
  max-width: 570px;
  margin: auto;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.woocommerce .woocommerce-info a {
  color: #ce2305;
  text-decoration: underline;
}
.woocommerce table.woocommerce-checkout-review-order-table {
  position: relative;
  border: none;
}
.woocommerce table.woocommerce-checkout-review-order-table:before {
  content: "";
  position: absolute;
  width: 30px;
  background-color: #fff;
  top: 43px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.woocommerce table.woocommerce-checkout-review-order-table thead th {
  font-weight: 600;
  font-size: 13px;
  color: #ce2305;
  text-transform: uppercase;
}
.woocommerce table.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.woocommerce table.woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce table.woocommerce-checkout-review-order-table tr.cart-subtotal td,
.woocommerce table.woocommerce-checkout-review-order-table tr.order-total td {
  color: #ce2305;
}
.woocommerce table.woocommerce-checkout-review-order-table td,
.woocommerce table.woocommerce-checkout-review-order-table th {
  padding: 5px 20px;
  color: #777;
  text-align: center;
  width: 50%;
  vertical-align: middle;
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
  background-color: transparent;
}
.woocommerce table.woocommerce-checkout-review-order-table td dd,
.woocommerce table.woocommerce-checkout-review-order-table th dd {
  margin: 0;
}
.woocommerce table.woocommerce-checkout-review-order-table tr.cart_item:first-child td {
  border-top: 2px solid #f0f0f0;
}
.woocommerce table.woocommerce-checkout-review-order-table .product-quantity {
  font-weight: normal;
}
.woocommerce ul {
  padding: 0;
}
.woocommerce .g5plus_payment_box_title {
  background-color: #f0f0f0;
  color: #222;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}
.woocommerce .g5plus_payment_box_title label {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
.woocommerce .g5plus_payment_box_title input[type="radio"] {
  margin: 0;
  vertical-align: middle;
  margin-top: -2px;
}
.woocommerce .g5plus_payment_box_title a {
  color: #ce2305;
}
.woocommerce .g5plus_payment_box_title.active {
  background-color: #ce2305;
  color: #fff;
}
.woocommerce .g5plus_payment_box_title.active a {
  color: #000;
}
.woocommerce .payment_method_paypal .g5plus_payment_box_title img {
  display: none;
}
.woocommerce .payment_box {
  margin-bottom: 20px;
}
.woocommerce .form-row.place-order {
  text-align: center;
}
.woocommerce .woocommerce-shipping-fields .shipping_address > p.form-row,
.woocommerce .woocommerce-billing-fields > p.form-row {
  clear: both;
}
.woocommerce .woocommerce-billing-fields p.create-account label {
  display: inline-block;
}
.woocommerce h3.title-before-check-out {
  text-align: center;
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 2px solid #f0f0f0;
  max-width: 570px;
  margin: 0 auto;
  color: #000;
  font-size: 22px;
  font-weight: bold;
}
.woocommerce .woocommerce-shipping-fields h3#ship-to-different-address,
.woocommerce .woocommerce-billing-fields h3 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 35px;
}
.woocommerce h3#order_review_heading {
  padding-top: 120px;
  font-size: 22px;
  text-align: center;
  position: relative;
}
.woocommerce h3#order_review_heading:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 60px;
  background-color: #f0f0f0;
}
.woocommerce .u-columns .u-column1,
.woocommerce .u-columns .u-column2 {
  width: 48%;
  padding: 25px 50px;
  text-align: center;
}
.woocommerce .u-columns .u-column1 {
  border: 2px solid  #f0f0f0;
  float: left;
}
.woocommerce .u-columns .u-column2 {
  float: right;
}
.woocommerce .u-columns input[type='email'],
.woocommerce .u-columns input[type='password'],
.woocommerce .u-columns input[type='text'] {
  height: 44px;
  line-height: 44px;
  background-color: #f5f5f5;
  border: none;
}
.woocommerce .u-columns input[type='email']:focus,
.woocommerce .u-columns input[type='password']:focus,
.woocommerce .u-columns input[type='text']:focus {
  border: 1px solid #ce2305;
}
.woocommerce .u-columns p label {
  font-size: 13px;
  color: #202020;
  text-transform: uppercase;
  font-weight: normal;
}
.woocommerce form.login label.inline {
  display: block;
}
.woocommerce form.login p.woocommerce-LostPassword.lost_password {
  color: #ce2305;
  text-transform: uppercase;
  font-size: 13px;
}
.woocommerce form.login p.woocommerce-LostPassword.lost_password a {
  color: #ce2305;
}
.woocommerce form.login p.woocommerce-LostPassword.lost_password a:hover {
  color: #202020;
}
.woocommerce form.login .form-row input[type='submit'] {
  margin-bottom: 35px;
}
.woocommerce .woocommerce-MyAccount-navigation {
  width: 270px;
  border: 2px solid #f5f5f5;
  padding: 25px;
  float: left;
  margin-right: 30px;
}
.woocommerce .woocommerce-MyAccount-navigation li {
  padding: 10px 0;
  font-weight: 600;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active a {
  color: #ce2305;
}
.woocommerce .woocommerce-MyAccount-navigation li + li {
  border-top: 1px solid #f5f5f5;
}
.woocommerce .woocommerce-MyAccount-content {
  overflow: hidden;
}
.woocommerce .woocommerce-MyAccount-content a {
  color: #ce2305;
}
.woocommerce .woocommerce-MyAccount-content a.button {
  color: #fff;
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-content a.button:hover {
  color: #ce2305;
}
.woocommerce .woocommerce-MyAccount-content p label {
  font-size: 13px;
  color: #202020;
  text-transform: uppercase;
  font-weight: normal;
}
.woocommerce .single-product-wrap .woocommerce-message {
  position: relative;
  background-color: #f5f5f5;
  padding: 10px 25px 10px 40px;
  border-top: 2px solid #8fae1b;
  margin-bottom: 30px;
  height: 60px;
  line-height: 40px;
}
.woocommerce .single-product-wrap .woocommerce-message .button {
  clear: right;
  margin: 0;
  float: right;
  background-color: #8fae1b;
  border-color: #8fae1b;
  padding: 5px 20px;
  line-height: 1.6;
}
.woocommerce .single-product-wrap .woocommerce-message .button:hover {
  background-color: #222;
  border-color: #222;
  color: #ffffff;
}
.woocommerce .single-product-wrap .woocommerce-message:before {
  content: "\e66c";
  color: #8fae1b;
  font-size: 20px;
  font-family: 'Pe-icon-7-stroke';
  position: absolute;
  height: 20px;
  line-height: 20px;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.woocommerce .button.button-view-more {
  clear: both;
  display: inline-block;
}
.woocommerce .button-view-more-wrap {
  clear: both;
  display: block;
  width: 100%;
  text-align: center;
}
.woocommerce .archive-product-wrap .category-shop-wrap {
  margin-bottom: 30px;
}
.woocommerce .archive-product-wrap ul.list-categories li a.active {
  color: #ce2305;
}
.woocommerce .archive-product-wrap i.icon-cate-mobile {
  display: none;
}
.woocommerce .text-cate-mobile {
  background-color: #ce2305;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: none;
}
.woocommerce .primary-sidebar .shopping-cart-list {
  position: inherit;
  background: transparent;
  padding: 0;
  width: auto;
  line-height: 1.6;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}
.woocommerce .primary-sidebar .star-rating {
  margin: 0;
}
.woocommerce .primary-sidebar ul.product_list_widget li {
  clear: both;
}
.woocommerce .primary-sidebar ul.product_list_widget li img {
  margin-bottom: 15px;
}
.woocommerce .primary-sidebar ul.product_list_widget li .star-rating {
  margin-bottom: 5px;
  display: block;
}
.woocommerce .primary-sidebar .shopping-cart-icon {
  border-bottom: 30px solid transparent;
}
.woocommerce .primary-sidebar .shopping-cart-icon .subtotal-info-wrapper {
  margin-right: 30px;
}
.woocommerce .primary-sidebar .shopping-cart-icon .subtotal-info-wrapper .woocommerce-Price-amount {
  color: #ce2305;
  font-weight: bold;
}
.woocommerce .primary-sidebar .shopping-cart-icon > .icon i {
  color: #000;
}
.woocommerce .primary-sidebar .shopping-cart-icon > .icon > span {
  line-height: 18px;
  font-size: 15px;
  padding-left: 10px;
  padding-right: 22px;
  background: #ce2305;
  color: #fff;
  margin-left: 5px;
  font-weight: 600;
  border-radius: 5px;
  position: relative;
}
.woocommerce .primary-sidebar .shopping-cart-icon > .icon > span:before {
  content: "";
  height: 8px;
  width: 8px;
  border-right: 6px solid #ce2305;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid transparent;
  position: absolute;
  left: -10px;
  top: 4px;
}
.woocommerce .primary-sidebar .star-rating {
  display: inline-block;
}
.woocommerce .primary-sidebar ul.product_list_widget li a {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}
.woocommerce .primary-sidebar ul.product_list_widget li a.remove {
  font-size: 0;
  font-weight: 400;
}
.woocommerce .primary-sidebar .widget_product_search input[type='submit'] {
  background: #ce2305;
  border: 2px solid #ce2305;
  padding: 6px 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 15px;
}
.woocommerce .primary-sidebar .widget_price_filter .price_slider_amount .button {
  padding: 10px 30px;
}
.woocommerce .primary-sidebar .widget_price_filter.widget-classic {
  border: 2px solid #ce2305;
  padding: 12px;
  text-align: center;
}
.woocommerce .primary-sidebar .widget_price_filter.widget-classic .widget-title {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce .primary-sidebar .widget.woocommerce.widget_product_search.widget-classic label {
  display: none;
}
.woocommerce .primary-sidebar .widget.woocommerce.widget_product_search.widget-classic input[type='search'] {
  border: 1px solid transparent;
}
.woocommerce .primary-sidebar .widget.woocommerce.widget_product_search.widget-classic input[type='search']:focus {
  border: 1px solid #ce2305;
}
.woocommerce .primary-sidebar span.reviewer {
  display: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  height: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-default {
  height: 10px;
  width: 10px;
  background-color: #222;
  top: -2px;
}
.woocommerce .shopping-cart-list ul.product_list_widget li,
.woocommerce .shopping-cart-list p.total {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.woocommerce .woocommerce-LoopProduct-link img {
  margin-bottom: 15px;
}
.woocommerce .g5plus-other-product .owl-nav {
  top: 30%;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}
.woocommerce .g5plus-other-product .product span.onsale {
  right: 15px;
}
.woocommerce .widget_product_categories ul > li.current-cat a {
  color: #ce2305;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #f5f5f5;
}
/*Archive Product*/
.archive-product-wrap ul.list-categories,
.archive-product-wrap ul.list-categories li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.archive-product-wrap ul.list-categories li {
  padding: 0 20px;
}
.archive-product-wrap ul.list-categories {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
}
.archive-product-wrap ul,
.archive-product-wrap li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce .star-rating {
  overflow: hidden;
  position: relative;
  line-height: 1;
  font-family: star;
  margin: 5px auto 5px auto;
  font-size: 12px;
  width: 86px;
  height: 12px;
  letter-spacing: 5px;
}
.woocommerce .star-rating:before {
  content: "\53\53\53\53\53";
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span:before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .star-rating span {
  color: #FFD117;
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
/**
* Paging
**/
.woocommerce-pagination {
  clear: both;
}
/*Price Variable Product*/
.woocommerce .single_variation_wrap .single_variation {
  padding-left: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .woocommerce div.g5plus-list-product.products-col-4 div.product {
    width: 33.3333333%;
  }
  .woocommerce div.g5plus-list-product.products-col-4 div.product:nth-child(4n+1) {
    clear: none;
  }
  .woocommerce div.g5plus-list-product.products-col-4 div.product:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .woocommerce div.g5plus-list-product.products-col-2 div.product,
  .woocommerce div.g5plus-list-product.products-col-3 div.product,
  .woocommerce div.g5plus-list-product.products-col-4 div.product {
    width: 50%;
  }
  .woocommerce div.g5plus-list-product.products-col-2 div.product:nth-child(4n+1),
  .woocommerce div.g5plus-list-product.products-col-3 div.product:nth-child(4n+1),
  .woocommerce div.g5plus-list-product.products-col-4 div.product:nth-child(4n+1) {
    clear: none;
  }
  .woocommerce div.g5plus-list-product.products-col-2 div.product:nth-child(3n+1),
  .woocommerce div.g5plus-list-product.products-col-3 div.product:nth-child(3n+1),
  .woocommerce div.g5plus-list-product.products-col-4 div.product:nth-child(3n+1) {
    clear: none;
  }
  .woocommerce div.g5plus-list-product.products-col-2 div.product:nth-child(2n+1),
  .woocommerce div.g5plus-list-product.products-col-3 div.product:nth-child(2n+1),
  .woocommerce div.g5plus-list-product.products-col-4 div.product:nth-child(2n+1) {
    clear: none;
  }
  .woocommerce div.g5plus-list-product.products-col-2 div.product:nth-child(2n+1),
  .woocommerce div.g5plus-list-product.products-col-3 div.product:nth-child(2n+1),
  .woocommerce div.g5plus-list-product.products-col-4 div.product:nth-child(2n+1) {
    clear: both;
  }
  .woocommerce .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
    width: inherit;
    width: 100%;
  }
  .woocommerce .woocommerce-tabs.wc-tabs-wrapper > div {
    overflow: inherit;
  }
  .woocommerce .single-product-wrap .summary.entry-summary .button.compare {
    padding: 0;
    border: none;
  }
  .woocommerce .u-columns .u-column1,
  .woocommerce .u-columns .u-column2 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .archive-product-wrap ul.list-categories {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .woocommerce .actions .coupon {
    width: 100%;
  }
  .woocommerce .actions .coupon .input-text {
    margin-right: 0;
  }
  .woocommerce .actions .coupon .input-text,
  .woocommerce .actions .coupon .button {
    width: 48%;
    float: left;
  }
  .woocommerce .actions .coupon .button {
    float: right;
  }
  .woocommerce .actions .group-buttons {
    width: 100%;
  }
  .woocommerce .actions .group-buttons .button {
    float: left;
    width: 48%;
  }
  .woocommerce .actions .group-buttons .checkout-button {
    float: right;
  }
  .woocommerce .actions .group-buttons input[type="submit"] {
    margin-right: 0;
  }
  .woocommerce .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page .cart-collaterals table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .woocommerce .single-product-wrap .summary.entry-summary,
  .woocommerce .single-product-wrap .single-product-thumbnail-wrap {
    width: 100%;
    padding: 0;
  }
  .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
  }
  .woocommerce form.checkout.woocommerce-checkout .col-1,
  .woocommerce form.checkout.woocommerce-checkout .col-2 {
    width: 100%;
  }
  /*Responsive Cart*/
  .woocommerce-checkout table.shop_table .product-name::before,
  .woocommerce-cart .woocommerce table.shop_table .product-name::before {
    line-height: 45px;
  }
  .woocommerce-checkout table.shop_table .product-name::before,
  .woocommerce-cart .woocommerce table.shop_table .product-name::before {
    line-height: 28px;
  }
  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td:before {
    font-weight: normal;
  }
  .woocommerce table.wishlist_table {
    display: block;
  }
  .woocommerce table.wishlist_table thead {
    display: none;
  }
  .woocommerce table.wishlist_table tr,
  .woocommerce table.wishlist_table td,
  .woocommerce table.wishlist_table tbody {
    display: block;
    width: 100%;
    text-align: right;
  }
  .woocommerce table.wishlist_table tbody td,
  .woocommerce table.wishlist_table tr td.product-remove {
    padding: 5px 10px;
  }
  .woocommerce table.wishlist_table tbody td:before {
    content: attr(data-title) ': ';
    font-weight: 400;
    float: left;
    font-size: 13px;
  }
  .woocommerce table.wishlist_table td.product-add-to-cart:before {
    display: none;
  }
  .woocommerce .single-product-wrap .woocommerce-message {
    height: inherit;
    text-align: center;
    line-height: 1.4;
    padding: 10px 15px;
  }
  .woocommerce .single-product-wrap .woocommerce-message:before {
    position: inherit;
    margin-bottom: 5px;
  }
  .woocommerce .single-product-wrap .woocommerce-message .button {
    float: none;
    max-width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  /*Archive category responsive*/
  .archive-product-wrap ul.list-categories li {
    padding: 6px 20px;
    width: 100%;
    background: #ce2305;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
  }
  .archive-product-wrap ul.list-categories li a {
    color: #fff;
  }
  .archive-product-wrap ul.list-categories {
    display: none;
  }
  .archive-product-wrap ul.list-categories li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .woocommerce .archive-product-wrap .category-shop-wrap {
    position: relative;
    min-height: 40px;
  }
  .woocommerce .archive-product-wrap .category-shop-wrap.show-cate .text-cate-mobile {
    display: none;
  }
  .woocommerce .archive-product-wrap i.icon-cate-mobile {
    display: block;
    position: absolute;
    font-size: 25px;
    right: 7px;
    color: #fff;
    top: 7px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    -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-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 10;
  }
  .woocommerce .archive-product-wrap i.icon-cate-mobile.show-icon {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .woocommerce .text-cate-mobile {
    display: block;
  }
  .woocommerce .archive-product-wrap ul.list-categories li a.active {
    color: #000;
  }
}
@media (max-width: 600px) {
  .woocommerce div.g5plus-list-product.products-col-2 div.product,
  .woocommerce div.g5plus-list-product.products-col-3 div.product,
  .woocommerce div.g5plus-list-product.products-col-4 div.product {
    width: 100%;
  }
  .woocommerce table.woocommerce-checkout-review-order-table td,
  .woocommerce table.woocommerce-checkout-review-order-table th {
    padding: 5px 10px;
    text-align: left;
  }
  .woocommerce table.woocommerce-checkout-review-order-table:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .woocommerce .quantity input[type='number'] {
    width: 80px;
  }
  .woocommerce .quantity .btn-number {
    padding: 0 5px;
  }
  .woocommerce .single-product-wrap .summary.entry-summary form.cart td.label a {
    display: block;
    line-height: 1.2;
  }
  .woocommerce .single-product-wrap .summary.entry-summary form.cart td.price p {
    font-size: 10px;
  }
  .woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form p {
    padding: 0;
  }
  .woocommerce .woocommerce-tabs.wc-tabs-wrapper .comment-respond form p.comment-form-rating {
    position: relative;
  }
  .woocommerce .u-columns .u-column1,
  .woocommerce .u-columns .u-column2 {
    padding: 20px;
  }
  .wishlist_table tr th.product-thumbnail,
  .woocommerce table td.product-thumbnail {
    display: none;
  }
  .woocommerce table.wishlist_table tbody td {
    padding: 10px 10px;
  }
  .woocommerce .actions .group-buttons,
  .woocommerce .actions .coupon {
    width: 100%;
    text-align: center;
  }
  .woocommerce .actions .group-buttons input[type='text'],
  .woocommerce .actions .coupon input[type='text'],
  .woocommerce .actions .group-buttons .button,
  .woocommerce .actions .coupon .button {
    width: 100%;
  }
  .woocommerce .single-product-wrap form.comment-form p.comment-form-comment:before {
    display: none;
  }
}
/**
* font woocommerce star
**/
@font-face {
  font-family: star;
  src: url(https://pizzeriacaprese.ch/wp-content/themes/rica/assets/fonts/star.eot);
  src: url(https://pizzeriacaprese.ch/wp-content/themes/rica/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(https://pizzeriacaprese.ch/wp-content/themes/rica/assets/fonts/star.woff) format("woff"), url(https://pizzeriacaprese.ch/wp-content/themes/rica/assets/fonts/star.ttf) format("truetype"), url(https://pizzeriacaprese.ch/wp-content/themes/rica/assets/fonts/star.svg#star) format("svg");
  font-weight: 400;
  font-style: normal;
}
/** sale countdown **/
.sale-countdown {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  opacity: 0;
  z-index: 1;
  left: 0;
}
.sale-countdown .canvas {
  display: inline-block;
  width: 55px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  height: 55px;
  text-align: center;
  line-height: 1.5;
  padding-top: 6px;
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
}
.sale-countdown .canvas span {
  display: block;
}
.sale-countdown .canvas span.times {
  font-weight: 700;
}
.sale-countdown .canvas span.title {
  font-size: 12px;
}
.single-product-thumbnail-wrap .sale-countdown {
  bottom: 30px;
}
.single-product-thumbnail-wrap .sale-countdown .canvas {
  width: 60px;
  height: 60px;
  padding-top: 10px;
  margin-right: 2px;
  margin-left: 2px;
}
.single-product-thumbnail-wrap .sale-countdown .canvas span {
  display: block;
  line-height: 1.4;
}
.single-product-thumbnail-wrap .sale-countdown .canvas span.times {
  font-size: 18px;
}
.single-product-thumbnail-wrap .sale-countdown .canvas span.title {
  font-size: 12px;
}
/**
 * 10.0 - Blocks
 * ----------------------------------------------------------------------------
 */
ul.wp-block-gallery {
  padding: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 5px solid #eee;
  padding: 10px 20px;
}
.wp-block-pullquote blockquote:not(.is-large):not(.is-style-large) {
  padding: 0;
  border: none;
}
.wp-block-table td,
.wp-block-table th {
  border: none;
  padding: 8px;
  border-top: 1px solid #d9d9d9;
}
.wp-block-button__link {
  display: inline-block;
  font-size: 14px;
  padding: 15px 25px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: all .3s!important;
  -moz-transition: all .3s!important;
  -ms-transition: all .3s!important;
  -o-transition: all .3s!important;
  transition: all .3s!important;
  border: 1px solid transparent;
}
.wp-block-button__link:not(.has-background):not(.has-text-color) {
  background-color: #ce2305;
  color: #fff;
}
.wp-block-button__link:not(.has-background):not(.has-text-color).active,
.wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.wp-block-button__link:not(.has-background):not(.has-text-color):hover {
  background-color: #333;
}
.wp-block-button:not(.is-style-squared) .wp-block-button__link {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color {
  border-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  border: 2px solid currentcolor;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active {
  color: #ce2305;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #ce2305;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active {
  color: #333;
  border-color: #333;
}
.home-parallax #primary-content {
  position: fixed;
  top: 0;
  z-index: -1;
  right: 50px;
  left: 50px;
}
.home-parallax .vc_row.social-icon-box {
  position: fixed;
  background-color: #fff;
  bottom: 0px;
  width: 100%;
}
.heading-wrap .heading-sub-title.sb-l-color {
  color: #fff;
  margin-left: 40px;
}
.heading-wrap.hd-md h2 {
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
  margin-left: 40px;
}
