/* ===============================================
* Table of Contents
* ===============================================
*
 * 1. Generic Extends (sass/_extends.scss)
 * 2. Global layout styling (sass/_global.scss)
 * 3. Styling for Wordpress own widgets (sass/_widgets-wp.scss)
 * 4. Styling for the custom widgets (sass/_widgets-custom.scss)
 * 5. Search Results Page (sass/_search-results-page.scss)
 * 6. 404 Page (sass/_404-page.scss)
 * 7. Contact page (sass/_contact.scss)
 * 8. Blog Detail Page (sass/_post-detail.scss)
 * 9. Blog List Page (sass/_post-listing.scss)
 * 10. Comments Styling &amp; Comment Form (sass/_comments.scss)
 * 11. Visual Composer styling (sass/_visual-composer.scss)
 * 12. Theme Shortcodes (sass/_shortcodes.scss)
 * 13. Override woocommerce global styles (sass/_woocommerce-global.scss)
 * 14. Override woocommerce product detail page (sass/_woocommerce-product-detail.scss)
 * 15. Override woocommerce product listing page (sass/_woocommerce-product-listing.scss)
 * 16. Override woocommerce shopping cart &amp; wishlist page (sass/_woocommerce-shopping-cart-wishlist.scss)
 * 17. Override woocommerce checkout page (sass/_woocommerce-checkout.scss)
 * 18. Override woocommerce account page (sass/_woocommerce-account.scss)
 * 19. Override woocommerce widgets (sass/_woocommerce-widgets.scss)
 * 20. Lightbox styling (sass/_lightbox.scss)
 * 21. Media Queries (sass/_mediaqueries.scss)
 * 22. Browser Specific (sass/_browser-specific.scss)
**/


/* 
* 1. Generic Extends (sass/_extends.scss)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}
.bravostore-spacer-0, .bravostore-spacer-5, .bravostore-spacer-10, .bravostore-spacer-15, .bravostore-spacer-20, .bravostore-spacer-25, .bravostore-spacer-30, .bravostore-spacer-35, .bravostore-spacer-40, .bravostore-spacer-45, .bravostore-spacer-50, .bravostore-spacer-55, .bravostore-spacer-60, .bravostore-spacer-65, .bravostore-spacer-70, .bravostore-spacer-75, .bravostore-spacer-80, .bravostore-spacer-85, .bravostore-spacer-90, .bravostore-spacer-95, .bravostore-spacer-100 {
  margin: 0 !important;
  padding: 0;
  display: block;
  clear: both;
  background: none;
  border: none;
  outline: none;
}
#alternate_menu span:before, #scrollUp:before, button.flickity-prev-next-button:before, .contact-data .contact-data-address:before, .contact-data .contact-data-phone:before, .contact-data .contact-data-email:before, .contact-data .contact-data-hours:before, .tparrows:before, .aa-latest-post:before, .sticky:before, .single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before, .woocommerce ul.products li.product .button:before, #yith-quick-view-close:before {
  font-family: 'IcoMoon-Ultimate';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
header .header-top, footer .footer-menu-list li, .numbered-pagination ul li, .numbered-pagination .bravostore-pages-nb, .aa-latest-post .aa-lp-content .aa-lp-date, .bravostore_twitter .tw-timestamp, .bravostore_twitter .twitter-intents, .bravostore_twitter .twitter-follow, .post-portrait-comments, .newsletter-disclaimer, .clients-carousel .carousel-cell .clients-tooltip, .product_meta, .comment-form-rating label, .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash, .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date, .woocommerce div.product p.stock, .woocommerce-review__awaiting-approval, .woocommerce .social-share, .single-product .yith-wcwl-add-to-wishlist, .reset_variations, .woocommerce a.added_to_cart, .woocommerce td.product-name p.backorder_notification, .woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count, .minicart-wrapper ul.cart_list li .quantity, .minicart-wrapper ul.product_list_widget li .quantity, .woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li .quantity, .woocommerce .widget_recent_reviews ul.cart_list li .reviewer, .woocommerce .widget_recent_reviews ul.product_list_widget li .reviewer {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  color: #a3a6b3;
}
.woocommerce-widget-layered-nav-list {
  padding-right: 6px;
}
.woocommerce-widget-layered-nav-list::-webkit-scrollbar {
  width: 6px;
  background: #ddd;
}
.woocommerce-widget-layered-nav-list::-webkit-scrollbar-thumb {
  background-color: #424865;
  border: none 0;
  background-clip: content-box;
}
.woocommerce-widget-layered-nav-list::-webkit-scrollbar-thumb:hover {
  background-color: #424865;
}
.woocommerce-widget-layered-nav-list::-webkit-scrollbar-track {
  border-radius: 2px;
}

/* 
* 2. Global layout styling (sass/_global.scss)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  /* == WordPress WYSIWYG Editor Styles == */
  /* =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 {
  background: #fff;
  border: 1px solid #f0f0f0;
  /* Image does not overflow the content area */
  max-width: 96%;
  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 {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  /* Text meant only for screen readers. */
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  /* Above WP toolbar. */
  z-index: 100000;
  /* == WP CSS - Comment Styles == */
}
.commentlist .bypostauthor {
  color: #000;
  /* end wp styles */
}
a {
  color: #d33;
}
a, a span, a input, a button, a .btn, a:after, a span:after, a input:after, a button:after, a .btn:after, a:before, a span:before, a input:before, a button:before, a .btn:before {
  transition: all 0.4s;
}
a:focus {
  color: #d33;
}
a:hover {
  color: #d33;
  text-decoration: underline;
}
a, a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}
a[rel=author]:hover {
  text-decoration: underline;
}
.woozone_email_wrapper {
  margin: 20px 20px;
}
.woozone_email_wrapper label {
  margin: 0 30px 0 0;
}
html {
  font-size: 16px;
}
body {
  line-height: 26px;
  font-size: 16px;
  font-family: 'Fira Sans Condensed', sans-serif;
  color: #424865;
}
h1, h2, h3, h4, h5, h6 {
  color: #424865;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1.4px;
}
h1 {
  font-size: 70px;
  line-height: 78px;
}
h2 {
  font-size: 44px;
  line-height: 50px;
}
h3 {
  font-size: 36px;
  line-height: 42px;
}
h4 {
  font-size: 28px;
  line-height: 38px;
}
h5 {
  font-size: 22px;
  line-height: 30px;
}
h6 {
  font-size: 18px;
  line-height: 26px;
}
p {
  margin: 12px 0;
}
abbr {
  text-decoration: none;
}
address {
  margin: 6px 0;
}
address, em {
  font-style: italic;
}
blockquote {
  clear: both;
  position: relative;
  padding: 14px 0 14px 64px;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 20px;
  line-height: 32px;
}
blockquote:before {
  content: "”";
  position: absolute;
  top: -6px;
  left: 82px;
  font-size: 200px;
  line-height: 200px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Fira Sans Condensed', sans-serif;
  opacity: 0.14;
}
blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
code, pre {
  font-family: Consolas;
  font-size: 14px;
  line-height: 28px;
  color: #424865;
}
del {
  text-decoration: line-through;
}
hr {
  border: solid 1px #ddd;
}
kbd {
  padding: 2px 4px 2px 4px;
  color: #fff;
  background: #d33;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
pre {
  padding: 30px;
}
strong, ul li strong, ol li strong, var {
  font-weight: 700;
}
sub, sup {
  font-size: 70%;
}
h3.h3-alt {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 40px;
  color: #d33;
  letter-spacing: 0;
}
[data-boxpos="before_title_and_thumb"] {
  margin-bottom: 40px !important;
}
ul, ol {
  margin: 4px 0 12px 0;
}
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}
ul li, ol li {
  margin: 9px 0 0 20px;
}
ul li li, ol li li {
  margin-left: 30px;
}
ul {
  list-style: disc outside;
}
ol {
  list-style: decimal outside;
}
dl {
  margin: 10px 0 10px 0;
}
dl dt {
  margin: 10px 0 0 0;
  font-weight: bold;
  text-decoration: underline;
}
dl dd {
  margin: 10px 0 20px 0;
  padding: 0;
  line-height: 26px;
}
.clearboth {
  clear: both;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .bravostore-button, .more-link, .more-link:focus, .search-permalink, .search-permalink:focus, .slider-button {
  cursor: pointer;
  border: 0 none;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.2px;
  min-height: 46px;
  margin: 0 2px 2px 0;
  padding: 10px 28px 10px 28px;
  display: inline-block;
  background-color: #d33;
  color: #fff;
  z-index: 1;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .bravostore-button:hover, .more-link:hover, .more-link:focus:hover, .search-permalink:hover, .search-permalink:focus:hover, .slider-button:hover, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .bravostore-button:active, .more-link:active, .more-link:focus:active, .search-permalink:active, .search-permalink:focus:active, .slider-button:active {
  text-decoration: none;
  color: #fff;
  background-color: #424865;
}
button:focus, button:active {
  outline: none;
}
.slider-button {
  border-radius: 30px;
  padding: 10px 44px 10px 44px;
}
input, textarea, select {
  padding: 7px 12px 5px 12px;
  margin: 4px 0px 4px 0px;
}
input:focus, textarea:focus, input:hover, textarea:hover {
  outline: none;
}
input, select {
  height: 46px;
  border: 1px solid #e4e4e4;
}
.footer-content input, .footer-content select, .footer-content textarea {
  border: 1px solid transparent;
}
input[type="search"] {
  height: 46px;
  width: 100%;
}
select {
  width: 100%;
  cursor: pointer;
  background-image: url(https://ellashart.gr/wp-content/themes/bravostore/images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  height: 46px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
button, input, textarea, select {
  margin: 0;
  vertical-align: middle;
  outline: 0;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #e4e4e4;
  width: 100%;
}
.btn {
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
}
.btn:focus {
  outline: none;
}
.searchform #s {
  position: relative;
  top: -1px;
  min-width: 220px;
}
::-webkit-input-placeholder {
  color: #424865;
}
::-moz-placeholder {
  color: #424865;
}
:-ms-input-placeholder {
  color: #424865;
}
:-moz-placeholder {
  color: #424865;
}
table {
  width: 100%;
  margin: 20px 0 20px 0;
  border: 1px solid #e4e4e4;
}
table thead {
  font-weight: bold;
}
table > thead > tr > td, .table > thead > tr > td, table > tbody > tr > td, .table > tbody > tr > td, table > tfoot > tr > td, .table > tfoot > tr > td, table > thead > tr > th, .table > thead > tr > th, table > tbody > tr > th, .table > tbody > tr > th, table > tfoot > tr > th, .table > tfoot > tr > th {
  padding: 16px 16px 15px 16px;
  border: 1px solid #e4e4e4;
  border-bottom-width: 1px;
}
table > thead > tr > td, .table > thead > tr > td, table > tfoot > tr > td, .table > tfoot > tr > td, table > thead > tr > th, .table > thead > tr > th, table > tfoot > tr > th, .table > tfoot > tr > th {
  background-color: #f6f6f6;
  border-bottom-width: 1px;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f6f6f6;
}
.table-bordered {
  border: 1px solid #e4e4e4;
}
.table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td, .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th {
  border: 1px solid #e4e4e4;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f6f6f6;
}
.top-menu ul {
  margin: 0;
  padding: 0;
  width: auto;
  float: right;
  list-style: none;
}
.top-menu ul li {
  margin: 0 0 0 30px;
  padding: 0;
  display: inline-block;
}
.top-menu ul li a {
  color: #a3a6b3;
  display: block;
}
.top-menu ul li a:hover {
  color: #d33;
  text-decoration: none;
}
.header-nav {
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 18px;
  padding: 0;
  color: #fff;
  background: #d33;
  min-height: 70px;
}
.header-nav a, .header-nav a:hover {
  color: #fff;
}
.header-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-nav ul li {
  float: left;
  margin: 0 26px;
  padding: 0;
  position: relative;
  margin: 14px 0 14px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 1.4px;
}
.header-nav ul li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header-nav ul li a {
  display: block;
  padding: 12px 34px 12px 34px;
}
.header-nav ul li a i {
  padding-left: 8px;
  font-size: 14px;
}
.sf-menu {
  float: left;
  width: 100%;
}
.sf-menu, .sf-menu li, .sf-menu ul, .sf-menu ul li {
  list-style: none;
}
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu li {
  float: left;
  position: relative;
  list-style: none;
}
.sf-menu li:hover {
  visibility: inherit;
}
.sf-menu li a:hover {
  text-decoration: underline;
}
.sf-menu li.current_page_item a {
  text-decoration: underline;
}
.sf-menu .sub-menu, .sf-menu .children {
  width: 280px;
  position: absolute;
  top: -999em;
  z-index: 1000;
  padding: 0;
  background-color: #fff;
}
.sf-menu .sub-menu li a, .sf-menu .children li a {
  padding: 12px 0px 12px 0px;
  margin: 0;
  display: block;
  width: 280px;
  letter-spacing: 0;
  font-size: 16px;
  color: #424865;
}
.sf-menu .sub-menu li a:hover, .sf-menu .children li a:hover {
  color: #d33;
  text-decoration: none;
}
.sf-menu .sub-menu .sub-menu, .sf-menu .children .sub-menu, .sf-menu .sub-menu .children, .sf-menu .children .children, .sf-menu .sub-menu .sub-menu .sub-menu, .sf-menu .children .sub-menu .sub-menu, .sf-menu .sub-menu .children .sub-menu, .sf-menu .children .children .sub-menu, .sf-menu .sub-menu .sub-menu .children, .sf-menu .children .sub-menu .children, .sf-menu .sub-menu .children .children, .sf-menu .children .children .children {
  width: 280px;
  margin-left: 0;
  text-transform: uppercase;
}
.sf-menu .sub-menu {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
  padding: 18px 32px 18px 32px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.1);
}
.sf-menu .sub-menu li {
  padding: 0;
  min-height: 0;
}
.sf-menu li:hover .sub-menu, .sf-menu li.sfHover .sub-menu, .sf-menu li.hover .children, .sf-menu li.sfHover .children {
  left: 0;
  top: 42px;
  z-index: 1000;
}
.sf-menu li:hover li .sub-menu, .sf-menu li.sfHover li .sub-menu, .sf-menu li:hover li .children, .sf-menu li.sfHover li .children {
  top: -999em;
}
.sf-menu li li:hover .sub-menu, .sf-menu li li.sfHover .sub-menu {
  left: 254px;
  top: -16px;
}
.sf-menu li li:hover li ul, .sf-menu li li.sfHover li ul {
  top: -999em;
}
.sf-menu li li li:hover .sub-menu, .sf-menu li li li.sfHover .sub-menu {
  left: 276px;
  top: 0;
}
*:first-child + html .sf-menu a {
  height: auto;
}
.header-nav ul li ul.sub-menu li {
  margin: 0;
}
.header-nav ul li ul.sub-menu li a {
  margin: 4px 0 4px 0;
  padding: 4px 0 4px 0;
}
.header-nav ul li a i {
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
  /*
.header-nav ul li a:hover i.mi-icon:before {
	text-decoration: none;
}*/
}
.slicknav_menu {
  display: none;
  width: 100%;
  height: 70px;
  float: left;
  position: relative;
}
.slicknav_menu a {
  display: block;
  width: 100%;
  height: 100%;
}
.responsive-menu {
  width: 80px;
  position: relative;
  float: left;
}
.responsive-menu .slicknav_nav a {
  color: #fff;
}
.responsive-menu .slicknav_nav a:hover {
  color: #fff;
}
.rm-text {
  position: absolute;
  top: 26px;
  left: 64px;
  display: none;
  letter-spacing: 1px;
}
.header-nav .responsive-menu ul {
  padding: 4px 0 10px 0;
}
.header-nav .responsive-menu ul li {
  border-left: 0 none;
  float: none;
  margin: 0 29px;
}
.header-nav .responsive-menu ul li li {
  padding-left: 10px;
}
.header-nav .responsive-menu ul li a {
  padding: 9px 0 9px 0;
}
.header-nav .responsive-menu ul li:last-child {
  border-right: 0 none;
}
.slicknav_btn {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  float: left;
  padding: 0;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 1px;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 20px;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  position: relative;
  left: 29px;
  top: 28px;
  width: 18px;
  height: 2px;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
.slicknav_nav {
  background-color: #d33;
  color: #fff;
  clear: both;
  margin: 0;
  z-index: 1000;
  position: absolute;
  top: 70px;
  left: 0;
  width: 280px;
  list-style: none;
  overflow: hidden;
}
.slicknav_nav ul, .slicknav_nav li {
  display: block;
  margin: 0;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
}
.slicknav_nav a {
  display: block;
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_arrow {
  font-size: 9px;
  margin: 0 0 0 5px;
  position: relative;
  top: -2px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_row {
  display: block;
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 0;
}
.slicknav_menu:before, .slicknav_menu:after {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  clear: both;
}
.slicknav_menu {
  *zoom: 1;
  /* Alternate Navigation */
}
.navigationbar {
  border: none;
  border-left: none;
  border-right: none;
  width: 100%;
  position: relative;
}
.bravo-menu-effect {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99;
  display: none;
}
#alternate_menu {
  z-index: 999;
}
html body .bravo-alternate-menu .bravo-alternate-menu-submenu-items a {
  color: #333;
}
.bravo-alternate-menu li:last-child {
  padding-bottom: 16px;
}
.navigationbar .container {
  position: relative;
}
.navigationbar ul.kd_main_menu {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}
.navigationbar .kd_main_menu li {
  color: #2f2f2f;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  list-style: none;
  padding: 7px 0 7px;
  position: relative;
  text-transform: uppercase;
}
.navigationbar .kd_main_menu li:hover {
  background: rgba(255, 255, 255, 0.08);
}
.navigationbar .kd_main_menu > li a {
  display: block;
  padding: 0px 20px 20px 20px;
}
.navigationbar .kd_main_menu > li.homeicon a {
  font-size: 15px !important;
  padding-left: 18px;
  padding-right: 25px;
}
.navigationbar .kd_main_menu > li.homeicon a i {
  vertical-align: middle;
}
.navigationbar .kd_main_menu li a {
  color: #2c3e50;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.navigationbar .kd_main_menu li a i.fa {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.navigationbar .kd_main_menu .kd_active, .navigationbar .kd_main_menu li a:hover {
  color: #781b80;
}
.navigationbar .kd_main_menu > li.current-menu-item a {
  color: #781b80;
}
.navigationbar .kd_main_menu .tree-col {
  width: 540px !important;
}
.navigationbar .kd_main_menu .two-col {
  width: 320px !important;
}
.navigationbar .kd_main_menu .one-col {
  width: 180px !important;
}
.navigationbar .kd_main_menu .sub-menu {
  background-color: #fff !important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3) !important;
  display: none;
  left: 0;
  min-width: 250px;
  overflow: visible !important;
  padding: 15px 25px;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 500;
}
.navigationbar .kd_main_menu .sub-menu li {
  background-image: none;
  color: #6e6e6e;
  display: block;
  font-size: 18px;
  padding: 0;
}
.navigationbar .kd_main_menu .sub-menu li a {
  color: #262626;
  font-size: 18px;
  font-weight: 700;
  margin: 0px 0px 0px 0px;
  padding: 6px 0;
  text-transform: none;
}
.navigationbar .kd_main_menu .sub-menu li:first-child a {
  font-weight: 700;
}
.navigationbar .kd_main_menu .sub-menu li a:hover {
  color: #c73030;
}
.navigationbar .kd_main_menu > li:hover .sub-menu {
  display: block;
}
.navigationbar .kd_main_menu > li:hover i.icon_arrow-menu {
  display: block;
}
.navigationbar i.icon_arrow-menu {
  left: 10px;
  position: absolute;
  top: 22px;
  display: none;
}
.menu-headline {
  display: none;
  text-align: left;
  font-size: 16px;
  position: relative;
  z-index: 99;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.menu-headline i {
  position: absolute;
  top: 4px;
  right: 10px;
  font-size: 20px;
  /* Alternate Navigation */
}
.bravo-has-alternate-nav ul.sf-menu {
  float: right;
  width: 75%;
}
.header-nav .bravo-has-alternate-nav ul li:first-child {
  border-left: 0 none;
}
.header-nav ul.bravo-alternate-menu {
  padding: 18px 0 2px 0;
}
.header-nav ul.bravo-alternate-menu li {
  position: static;
  margin: 0;
  width: 100%;
}
.header-nav ul.bravo-alternate-menu li a {
  padding: 11px 34px;
}
#alternate_menu {
  cursor: pointer;
  position: absolute;
  padding: 0;
  height: 100%;
  width: 25%;
  transition: background 0.3s;
}
#alternate_menu:hover {
  background: #f6f6f6;
}
#alternate_menu span {
  background-color: #ddd;
  color: #424865;
  display: block;
  letter-spacing: 1px;
  padding: 26px 34px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
#alternate_menu span:before {
  content: "\edbd";
  float: right;
  font-size: 12px;
  width: 16px;
  height: 16px;
  margin-top: 4px;
}
.home .bravo-alternate-menu.bravo_default_open_hp {
  display: block;
}
.bravo-alternate-menu {
  background-color: #d33;
  display: none;
  list-style-type: none;
  position: absolute;
  padding: 0;
  z-index: 100;
  top	: 70px;
  width: 100%;
}
.bravo-alternate-menu li a {
  display: block;
  color: #fff;
  padding: 18px 20px;
}
.bravo-alternate-menu li:hover a {
  color: #fff;
}
.bravo-alternate-menu li a i {
  margin-right: 15px;
}
.bravo-alternate-menu li a:hover {
  text-decoration: underline;
}
.bravo-alternate-menu li i {
  display: inline-block;
}
.bravo-alternate-menu li a:hover i {
  text-decoration: none;
}
.bravo-alternate-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  list-style: none;
  background-color: #fff;
  padding: 0;
}
.bravo-alternate-menu .bravo-alternate-menu-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  min-height: 200px;
  z-index: 999;
  background-color: #fff;
  vertical-align: top;
  font-size: 0;
  display: none;
  overflow: hidden;
  padding-left: 10px;
  padding-bottom: 20px;
}
.bravo-alternate-menu .bravo-alternate-menu-submenu h3 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.4px;
  padding: 18px 0 0 0;
  margin: 0;
}
.bravo-alternate-menu .bravo-alternate-menu-submenu h3 a:hover {
  text-decoration: none;
  color: #d33;
}
.bravo-alternate-menu .bravo-alternate-menu-submenu a {
  color: #424865;
}
.bravo-alternate-menu .bravo-alternate-menu-submenu a:hover {
  text-decoration: underline;
}
.bravo-alternate-menu .bravo-alternate-menu-submenu .bravo-alternate-menu-background {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.bravo-alternate-menu .bravo-alternate-menu-submenu-column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.bravo-alternate-menu .bravo-alternate-menu-submenu-column.bravo_alternate_colmns-1 {
  width: 100%;
}
.bravo-alternate-menu .bravo-alternate-menu-submenu-column.bravo_alternate_colmns-2 {
  width: 49%;
  margin-right: 1%;
}
.bravo-alternate-menu .bravo-alternate-menu-submenu-column.bravo_alternate_colmns-3:nth-child(2n) {
  margin-right: 0;
}
.bravo-alternate-menu .bravo-alternate-menu-submenu-column.bravo_alternate_colmns-3 {
  width: 33%;
  margin-right: 1%;
}
.bravo-alternate-menu .bravo-alternate-menu-submenu-column.bravo_alternate_colmns-3:nth-child(3n) {
  margin-right: 0;
}
.bravo-alternate-menu .menu-item-has-children:hover .bravo-alternate-menu-submenu {
  display: block;
}
.bravo-alternate-menu .menu-item-has-children:hover .sub-menu li a {
  color: #424865;
}
.bravo-alternate-menu .menu-item-has-children:hover .sub-menu li a:hover {
  color: #424865;
}
.bravo-alternate-menu .menu-item-has-children > a {
  position: relative;
}
.bravo-alternate-menu .menu-item-has-children > a:before {
  content: "\edb9";
  font-family: 'IcoMoon-Ultimate';
  font-size: 10px;
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 30px;
  color: #fff;
}
.bravo-alternate-menu .menu-item-has-children:hover > a:before {
  color: #fff;
}
body .bravo-alternate-menu .bravo-alternate-menu-submenu a {
  color: #424865;
}
body .bravo-alternate-menu .bravo-alternate-menu-submenu-items a {
  color: #424865;
  padding-top: 0;
}
body .bravo-alternate-menu .bravo-alternate-menu-submenu-items a:hover {
  color: #424865;
  text-decoration: underline;
}
.bravo-new-button.green:hover {
  background-image: none;
  background-color: #32a637;
  color: #fff;
  cursor: pointer;
}
.bravo-new-button.red:hover {
  background-image: none;
  background-color: #f44336;
  color: #fff;
  cursor: pointer;
}
.bravostore-spacer-0 {
  height: 0px;
}
.bravostore-spacer-5 {
  height: 5px;
}
.bravostore-spacer-10 {
  height: 10px;
}
.bravostore-spacer-15 {
  height: 15px;
}
.bravostore-spacer-20 {
  height: 20px;
}
.bravostore-spacer-25 {
  height: 25px;
}
.bravostore-spacer-30 {
  height: 30px;
}
.bravostore-spacer-35 {
  height: 35px;
}
.bravostore-spacer-40 {
  height: 40px;
}
.bravostore-spacer-45 {
  height: 45px;
}
.bravostore-spacer-50 {
  height: 50px;
}
.bravostore-spacer-55 {
  height: 55px;
}
.bravostore-spacer-60 {
  height: 60px;
}
.bravostore-spacer-65 {
  height: 65px;
}
.bravostore-spacer-70 {
  height: 70px;
}
.bravostore-spacer-75 {
  height: 75px;
}
.bravostore-spacer-80 {
  height: 80px;
}
.bravostore-spacer-85 {
  height: 85px;
}
.bravostore-spacer-90 {
  height: 90px;
}
.bravostore-spacer-95 {
  height: 95px;
}
.bravostore-spacer-100 {
  height: 100px;
}
header .header-top, header .header-content, header .header-nav {
  float: left;
  width: 100%;
}
header .header-top {
  border-bottom: 1px solid #e4e4e4;
  padding: 9px 0 7px 0;
  line-height: 16px;
}
header .header-content {
  padding: 20px 0;
}
header .top-message {
  position: relative;
  width: 100%;
  float: left;
}
header .top-message a:hover {
  text-decoration: underline;
}
header .top-message .top-message-inner {
  float: left;
  padding: 9px 0;
}
header .top-menu {
  float: right;
  padding: 9px 0;
}
.bravostore-wrapper {
  float: left;
  width: 100%;
}
.container-fluid {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inner-content, .sidebar {
  margin: 100px 0;
}
.bravostore-no-sidebar.inner-content {
  margin-top: 0px;
}
.bravostore-no-sidebar + .bravostore-sidebar {
  display: none;
}
.bravostore-no-sidebar {
  margin: 100px 0;
}
footer .footer-top, footer .footer-content, footer .footer-bottom {
  float: left;
  width: 100%;
}
footer .footer-content {
  padding: 82px 0 30px 0;
  background: #20222d;
  color: #cacdda;
}
footer .footer-bottom {
  padding: 34px 0;
  background: #242634;
  color: #cacdda;
}
.logo {
  margin: 32px 0;
}
.bravostore-wrapper-spacer {
  margin: 100px 0 100px 0;
}
.top-banner {
  float: right;
  margin: 26px 0 0 0;
}
.shopping-cart {
  float: right;
  margin: 40px 0 0 0;
  height: 70px;
  width: 84px;
}
.shopping-cart a {
  width: 100%;
  height: 100%;
  display: block;
}
.shopping-cart i {
  float: right;
  color: #d33;
  font-size: 32px;
}
footer {
  color: #cacdda;
}
footer .impressum {
  text-align: right;
  width: 100%;
  margin: 30px 0 26px 0;
}
footer .impressum span {
  color: #d33;
}
footer .impressum a:hover {
  text-decoration: underline;
}
footer .fml-parent .footer-menu-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 10px 0 0 0;
}
footer .footer-menu-list {
  list-style: none;
  margin: 31px 0 0 0;
  padding: 0 0 16px 0;
  float: left;
  display: inline-block;
}
footer .footer-menu-list li {
  float: left;
  margin: 0 30px 0 0;
}
footer .footer-menu-list li a {
  color: #cacdda;
}
footer .footer-menu-list li a:hover {
  color: #d33;
}
footer .footer-partners {
  list-style: none;
  margin: 24px 0 14px 0;
  float: left;
  width: 100%;
  padding: 0;
}
footer .footer-partners li {
  float: left;
  margin: 0 3px 0 0;
}
footer .footer-partners li a {
  display: block;
}
.aa-breadcrumbs-section {
  float: left;
  width: 100%;
  padding: 16px 0 14px 0;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  background-color: #f6f6f6;
}
.aa-breadcrumbs-section .aa-breadcrumbs-list {
  list-style: none;
  margin: 0;
}
.aa-breadcrumbs-section .aa-breadcrumbs-list li {
  display: inline-block;
  margin: 0 7px 0 7px;
}
.aa-breadcrumbs-section .aa-breadcrumbs-list li:first-child {
  margin-left: 0;
}
.aa-breadcrumbs-section .aa-breadcrumbs-list li a:hover {
  text-decoration: underline;
}
#scrollUp:before {
  color: #fff;
  content: "\edd1";
}
#scrollUp {
  font-size: 13px;
  padding: 8px 0 0 0;
  width: 38px;
  height: 38px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 64px;
  right: 64px;
  opacity: 0.7;
  border-radius: 36px;
  background-color: #d33;
}
#scrollUp:hover {
  opacity: 1;
  text-decoration: none;
}
.fc-1col .carousel-cell, .fc-2col .carousel-cell, .fc-3col .carousel-cell, .fc-4col .carousel-cell, .fc-5col .carousel-cell, .sidebar .carousel-cell {
  margin-right: 42px;
}
.sidebar .flickity-viewport {
  border: 1px solid transparent;
}
.fc-1col .carousel-cell {
  width: 100%;
}
.fc-2col .carousel-cell {
  width: 559px;
}
.fc-3col .carousel-cell, .sidebar .carousel-cell {
  width: 355px;
}
.fc-4col .carousel-cell {
  width: 253px;
}
.fc-5col .carousel-cell {
  width: 200.4px;
}
.col-lg-9 .fc-2col .carousel-cell {
  width: 412.5px;
}
.col-lg-9 .fc-3col .carousel-cell {
  width: 261px;
}
.col-lg-9 .fc-4col .carousel-cell {
  width: 185.25px;
}
.col-lg-9 .fc-5col .carousel-cell {
  width: 139.8px;
}
button.flickity-prev-next-button {
  border-radius: 2px;
  width: 34px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #424865;
  padding: 0;
  transition: all 0.4s;
}
button.flickity-prev-next-button:before {
  font-size: 12px;
  line-height: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flickity-prev-next-button.previous {
  left: 20px;
}
.flickity-prev-next-button.previous:before {
  content: "\edc2";
}
.flickity-prev-next-button.next {
  right: 20px;
}
.flickity-prev-next-button.next:before {
  content: "\edba";
}
.flickity-prev-next-button svg {
  display: none;
}
.flickity-page-dots {
  bottom: -36px;
}
.flickity-page-dots .dot {
  margin: 0 4px;
}
.container-fluid-extender img {
  max-width: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
}
img.size-full, img.size-large, img.header-image, img.wp-post-image {
  max-width: 100%;
  height: auto;
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto;
}
.comment-content img, .entry-content img, .entry-summary img, .widget img {
  max-width: 100%;
}
.wp-caption {
  max-width: 100%;
}
.classic-pagination a, #page-links a {
  display: inline-block;
  padding-right: 10px;
}
.classic-pagination a:focus, #page-links a:focus {
  color: #d33;
}
.classic-pagination a {
  color: #424865;
}
.classic-pagination a:hover {
  color: #d33;
}
.numbered-pagination ul, .numbered-pagination li {
  list-style: none;
}
.numbered-pagination ul li {
  margin: 0;
  padding: 0;
  float: left;
}
.numbered-pagination ul li .current {
  display: block;
  background-color: #fff;
  color: #d33;
  border: 1px solid #e4e4e4;
  padding: 8px 22px 6px 22px;
  margin: 0 0 0 2px;
}
.numbered-pagination ul li a {
  display: block;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 8px 22px 6px 22px;
  margin: 0 0 0 2px;
  color: #424865;
}
.numbered-pagination ul li a:hover {
  background-color: #f6f6f6;
  color: #d33;
}
.numbered-pagination ul li span {
  display: inline-block;
  padding: 8px 12px 6px 12px;
  margin: 0 0 0 2px;
}
.numbered-pagination .bravostore-pages-nb {
  float: right;
  position: relative;
  top: 8px;
  color: #424865;
}
#page-links {
  margin: 20px 0 0 0;
}
#page-links a {
  display: inline-block;
  background-color: #f6f6f6;
  padding: 8px 18px 8px 18px;
  margin: 0 0 0 -1px;
  transition: background 0.4s;
}
#page-links a:hover, #page-links a:focus {
  background-color: #d33;
  color: #fff;
}
#page-links a span {
  padding: 0;
  margin: 0;
}
.page-number {
  padding: 8px 18px 8px 18px;
  margin: 0 0 0 -1px;
}
.aa-white-color {
  color: #fff;
}
.aa-primary-color {
  color: #d33;
}
.bravo-line {
  height: 4px;
  width: 100%;
  display: inline-block;
  border-top: 2px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
footer .bravo-line {
  border-top: 2px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.google-map-wrapper {
  height: 380px;
}
.google-map-wrapper > div {
  height: inherit;
  margin: 0px;
  padding: 0px;
}
.google-map-wrapper > div img, .gmnoprint img {
  max-width: none;
}
.gm-style-mtc div {
  min-height: 8px;
}
.contact-data {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  list-style: none;
}
.contact-data .contact-data-address, .contact-data .contact-data-phone, .contact-data .contact-data-email, .contact-data .contact-data-hours {
  margin: 9px 0 9px 0;
  padding: 0 0 0 30px;
  float: left;
  width: 100%;
  display: inline-block;
  position: relative;
}
.contact-data .contact-data-address:before, .contact-data .contact-data-phone:before, .contact-data .contact-data-email:before, .contact-data .contact-data-hours:before {
  color: #d33;
  position: absolute;
  top: 5px;
  left: 0;
}
.contact-data .contact-data-address:before {
  content: "\ea3b";
}
.contact-data .contact-data-phone:before {
  content: "\ea1c";
}
.contact-data .contact-data-email:before {
  content: "\ea31";
}
.contact-data .contact-data-hours:before {
  content: "\ea4f";
}
.bravo-relanav {
  position: relative;
}
.main-search-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.main-search-wrapper .btn--search:focus, .main-search-wrapper .btn--search-close:focus {
  outline: 0;
}
.main-search-wrapper .btn--search:active {
  background: none;
  color: #fff;
  box-shadow: none;
}
.main-search-wrapper .btn--search:focus {
  color: #fff;
}
.btn--search {
  margin: 12px 0 0 0;
  font-size: 16px;
  background: none;
}
.btn--search:hover {
  color: #fff;
  background: none;
}
.btn--hidden {
  pointer-events: none;
  opacity: 0;
}
.search__input {
  border: 0;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
}
.search__input:focus {
  outline: none;
}
.search-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  position: fixed;
  z-index: 1100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.search-overlay::before, .search-overlay::after {
  content: '';
  position: absolute;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  pointer-events: none;
  border: 24px solid #d33;
}
.search-overlay::before {
  top: 0;
  left: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
.search-overlay::after {
  right: 0;
  bottom: 0;
  border-top-width: 0;
  border-left-width: 0;
}
.btn--search-close {
  font-size: 16px;
  position: absolute;
  top: 32px;
  right: 42px;
  display: none;
  color: #424865;
  display: block;
}
.btn--search-close:hover {
  color: #424865;
  background: none;
}
.search__form {
  margin: 20px 0;
}
.search__form .search__input {
  height: 10vw;
}
.search__input {
  font-family: inherit;
  font-size: 10vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  padding: 0.05em 0;
  color: #424865;
  border-bottom: 2px solid #424865;
}
.search__input::-webkit-input-placeholder {
  opacity: 0.3;
  color: #424865;
}
.search__input::-moz-placeholder {
  opacity: 0.3;
  color: #424865;
}
.search__input:-ms-input-placeholder {
  opacity: 0.3;
  color: #424865;
}
.search__input::-webkit-search-cancel-button, .search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.search__input::-ms-clear {
  display: none;
}
.search__info {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 12px 0;
  text-align: right;
  color: #424865;
}
.search-overlay {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}
.search-overlay .btn--search-close:active {
  background: none;
  color: #424865;
  box-shadow: none;
}
.search-overlay--open {
  pointer-events: auto;
  opacity: 1;
}
.search-overlay::before, .search-overlay::after {
  transition: transform 0.5s;
}
.search-overlay::before {
  transform: translate3d(-15px, -15px, 0);
}
.search-overlay::after {
  transform: translate3d(15px, 15px, 0);
}
.search-overlay--open::before, .search-overlay--open::after {
  transform: translate3d(0, 0, 0);
}
.btn--search-close {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}
.search-overlay--open .btn--search-close {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.search__form {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
  width: 85%;
}
.search-overlay--open .search__form {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.search__suggestion {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
  transition: opacity 0.5s, transform 0.5s;
}
.search-overlay--open .search__suggestion {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.search-overlay--open .search__suggestion:nth-child(2) {
  transition-delay: 0.1s;
}
.search-overlay--open .search__suggestion:nth-child(3) {
  transition-delay: 0.2s;
}
.bravostore-noslider {
  padding: 60px 0;
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  background-color: #ddd;
}
.bravostore-slider {
  float: left;
  width: 100%;
  background-color: #ddd;
}
.slide-title1 {
  font-size: 50px;
  line-height: 70px;
  width: 564px;
  font-family: inherit;
}
.slide-title2 {
  font-size: 70px;
  line-height: 74px;
  width: 512px;
  font-family: 'Bebas Neue', sans-serif;
}
.bravo-white-line {
  background-image: url(https://ellashart.gr/wp-content/themes/bravostore/images/bravo_white_line.png);
  background-repeat: repeat-x;
  background-position: top left;
  width: 100%;
  height: 4px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.slide-bravo-line1 {
  width: 564px;
}
.slide-subtitle1 {
  width: 564px;
}
.bravo-decoration-line {
  height: 4px;
  width: 100%;
  border-top: 1px solid #d33;
  border-bottom: 2px solid #d33;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.slide-bravo-line2 {
  width: 354px;
}
.tparrows {
  background: none;
  transition: all 0.4s;
}
.tparrows:hover {
  background: none;
}
.tparrows.tp-leftarrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 0 54px 72px;
  border-color: transparent transparent transparent #fff;
}
.tparrows.tp-leftarrow:hover {
  border-color: transparent transparent transparent #d33;
}
.tparrows.tp-rightarrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 72px 54px 0;
  border-color: transparent #fff transparent transparent;
}
.tparrows.tp-rightarrow:hover {
  border-color: transparent #d33 transparent transparent;
}
.tparrows.tp-leftarrow:before {
  content: "\edd7";
  top: -7px;
  left: -58px;
  position: relative;
}
.tparrows.tp-rightarrow:before {
  content: "\edd3";
  top: -7px;
  left: 42px;
  position: relative;
}
.tparrows:before {
  font-size: 16px;
  color: #424865;
  display: block;
  line-height: 16px;
  text-align: center;
  transition: all 0.4s;
}
.tparrows:hover:before {
  color: #fff;
}
.WooZone-price-info, .show-amazon-rating em {
  font-size: 13px;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-family: 'Fira Sans Condensed', sans-serif;
  color: #a3a6b3;
  margin: 4px 0;
}
.WooZone-country-check-small {
  margin: 4px 0 0 12px;
}
.WooZone-country-check-small .WooZone-cc_status {
  position: relative;
  top: 2px;
}
.post-password-form p {
  margin: 30px 0 30px 0;
}
.post-password-form label input {
  margin-left: 4px;
}
.container-fluid .wb-box {
  max-width: 100%;
  width: 100%;
  margin: 40px 0 40px 0;
  border: 0 none;
  border-radius: 0;
  font-family: 'Fira Sans Condensed', sans-serif;
}
.container-fluid .wb-box .wb-right {
  width: 77%;
}
.container-fluid .wb-box .wb-right a h2 {
  height: auto;
  margin: 0 0 12px 0;
  font-size: 22px;
  line-height: 28px;
  font-family: 'Fira Sans Condensed', sans-serif;
  letter-spacing: 0;
  text-transform: none;
  color: #424865;
}
.container-fluid .wb-box .wb-right a h2:hover {
  color: #d33;
}
.container-fluid .wb-box .wb-right .wb-aditional-images {
  margin: 0 auto;
  width: 100%;
  border: 0 none;
  padding: 6px 0 10px 0;
}
.container-fluid .wb-box .wb-right .wb-aditional-images a img {
  border: 1px solid #ddd;
}
.container-fluid .wb-box .wb-right .wb-price {
  margin: 4px 0 20px 0;
}
.container-fluid .wb-box .wb-right .wb-price del {
  color: #d33;
  font-size: 16px;
  font-style: normal;
}
.container-fluid .wb-box .wb-right .wb-price ins {
  font-weight: normal;
  color: #009b23;
  text-decoration: none;
}
.container-fluid .wb-box .wb-right .wb-buy {
  background: #d33;
  height: 42px;
  width: 166px;
  text-indent: 0;
  color: #fff;
  opacity: 1;
  transition: background 0.4s;
}
.container-fluid .wb-box .wb-right .wb-buy:hover {
  background-color: #424865;
}
.container-fluid .wb-box .wb-right .wb-buy:before {
  content: "Buy from Amazon";
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding: 8px 28px;
  text-indent: 0;
}
.container-fluid .wb-box .wb-product {
  margin: 20px 20px 40px 20px;
  padding-bottom: 40px;
}
.container-fluid .wb-box .wb-right .wb-description {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border: 0 none;
}
.container-fluid .wb-box .wb-left {
  width: 20%;
}
.container-fluid .wb-box .wb-left .wb-prod-image a {
  line-height: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.8px;
  color: #d33;
}
.container-fluid .wb-box .wb-left .wb-prod-image {
  width: 100%;
}
.container-fluid .wb-box p {
  word-break: break-all;
  line-height: 26px;
  font-size: 16px;
}
#TB_window img#TB_Image {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
#TB_caption {
  position: relative;
  top: -22px;
  left: -8px;
}
#TB_closeWindow .tb-close-icon {
  display: none;
}
#TB_closeWindowButton {
  right: 6px;
  margin-top: 4px;
}
#TB_ImageOff .screen-reader-text {
  display: none;
}
.glyphicon-star-empty:before {
  content: none;
}
.glyphicon-star:before {
  content: none;
}
.glyphicon-star {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(https://ellashart.gr/wp-content/themes/bravostore/images/star-sprite.png);
  background-position: 0 0;
  margin: 0 2px 0 0;
}
.glyphicon-star-empty {
  width: 18px;
  height: 18px;
  background-image: url(https://ellashart.gr/wp-content/themes/bravostore/images/star-sprite.png);
  background-position: -18px 0;
  margin: 0 2px 0 0;
}
.show-amazon-rating {
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
.bravostore_product_rating_pagination .show-amazon-rating {
  width: auto;
}
.show-amazon-rating p {
  padding-top: 8px;
}
.bravostore_product_rating_pagination .show-amazon-rating em {
  color: #c1c1c1;
  display: inline-block;
  float: left;
  margin-left: 5px;
  margin-top: 19px;
  width: 100%;
}
.show-amazon-rating span.the_loader {
  background: url(https://ellashart.gr/wp-content/themes/bravostore/images/rating-loading.gif) no-repeat;
  bottom: -10px;
  content: "";
  display: block;
  float: right;
  height: 36px;
  margin-right: 20px;
  position: relative;
  width: 36px;
}
.no_rating_yet {
  display: none !important;
  /* Amazon Rating */
}
.show-amazon-rating {
  font-size: 13px;
  line-height: 24px;
  color: #a3a6b3;
}
.show-amazon-rating .rating-input {
  display: none;
}
.woocommerce ul.products li.product .show-amazon-rating .star-rating {
  font-size: 14px;
  margin-bottom: 2px;
}
.woocommerce .woocommerce-product-rating .show-amazon-rating .star-rating {
  margin-bottom: 4px;
}
li.product .show-amazon-rating em {
  display: none;
}
.not_rating_yet {
  display: none;
  /* Amazon Top Deals */
}
.bravostore_product_offer_wrapper h3 {
  font-family: 'Fira Sans Condensed', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
}
.bravostore_product_offer_wrapper h3 a {
  color: #424865;
}
.bravostore_product_offer_wrapper h3 a:hover {
  color: #d33;
}
.bravostore_product_offer_wrapper .bravostore_deal_price {
  font-family: 'Bebas Neue', sans-serif;
  color: #d33;
}
.bravostore_product_offer_wrapper .bravostore_list_price {
  color: #a3a6b3;
  font-family: 'Fira Sans Condensed', sans-serif;
}
.bravostore_product_offer_wrapper .bravostore_expire_time_wrapper #bravostore_offer_expire_time span {
  font-family: 'Bebas Neue', sans-serif;
  color: #424865;
}
.bravostore_product_offer_wrapper .bravostore_expire_time_wrapper span {
  color: #a3a6b3;
}
.bravostore_product_offer_wrapper .bravostore_prod_img a span {
  font-family: 'Bebas Neue', sans-serif;
  background-color: #424865;
  /* Frequently Bought Together */
}
body .cross-sell {
  float: left;
  width: 100%;
}
.cross-sell h2 {
  margin: 30px 0 24px 0;
  font-size: 36px;
  line-height: 42px;
  /* Woozone Country Check */
}
.WooZone-country-check {
  font-family: 'Fira Sans Condensed', sans-serif;
  padding: 14px 32px;
  margin: 0;
}
.WooZone-country-check li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  height: auto;
}
.WooZone-country-check li .WooZone-cc_checkbox {
  position: relative;
  top: -3px;
  margin-right: 6px;
}
.WooZone-country-check li .WooZone-cc_checkbox input {
  width: 16px;
  height: 16px;
}
body {
  /* sale label */
}
body .cross-sell {
  margin-top: 0px !important;
}
body .cross-sell ul#feq-products {
  margin-bottom: 14px !important;
}
body .cross-sell ul#feq-products a {
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  height: 100%;
}
body .cross-sell ul#feq-products li a {
  overflow: hidden;
}
body .cross-sell ul#feq-products li {
  margin: 0;
  padding: 0;
}
body .cross-sell ul#feq-products li {
  width: 100px !important;
}
body .cross-sell ul#feq-products li img.cross-sell-thumb {
  position: relative !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0 !important;
  margin: auto;
}
body .cross-sell ul#feq-products li:last-child {
  padding: 0;
  width: 75px !important;
}
body .cross-sell ul#feq-products a img {
  z-index: 1;
}
body .cross-sell ul#feq-products li.cross-sell-buy-btn {
  margin: 10px 0 0 0 !important;
  float: right !important;
}
body .cross-sell .cross-sell-buy-selectable {
  font-family: 'Fira Sans Condensed', sans-serif !important;
  font-size: 14px !important;
}
body .cross-sell .cross-sell-buy-selectable .cross-sell-items a {
  color: #424865 !important;
}
body .cross-sell .cross-sell-buy-selectable .cross-sell-items a:hover {
  color: #d33 !important;
}
body .cross-sell .cross-sell-buy-selectable .cross-sell-items .cross-sell-product-title {
  width: 85% !important;
}
body .cross-sell .cross-sell-buy-selectable .cross-sell-item-price {
  color: #424865 !important;
}
body .cross-sell .cross-sell-buy-selectable .cross-sell-items li {
  margin: 6px 0;
  padding: 0;
}
body .cross-sell .cross-sell-buy-selectable .cross-sell-item-price {
  float: right !important;
}
body .cross-sell ul#feq-products li.cross-sell-buy-btn #cross-sell-buying-price {
  color: #d33 !important;
  margin: 0 0 3px 0 !important;
}
body .cross-sell .cross-sell-buy-selectable .cross-sell-items input {
  bottom: auto !important;
  top: 0;
  left: 0;
  margin: 1px 8px 0 0 !important;
  padding: 0;
  height: 16px;
  width: 16px;
}
body .cross-sell ul#feq-products div.plus-sign {
  top: 25px !important;
}
body .cross-sell ul#feq-products li:last-child div.plus-sign {
  right: 3px;
}
body #cross-sell-add-to-cart {
  background: #d33;
  display: inline-block;
  height: 42px;
  color: #fff;
  margin-top: 36px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  padding: 12px 24px;
  letter-spacing: 1.2px;
}
body #cross-sell-add-to-cart:before {
  content: "Buy from Amazon";
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding: 12px 24px;
  display: none;
}
body #cross-sell-add-to-cart:hover {
  background: #424865;
}
body #cross-sell-add-to-cart img {
  display: none;
}
.bravo-sale-label {
  background: #d33;
  color: #fff;
  position: absolute;
  display: block;
  margin-top: 14px;
  margin-left: 14px;
  padding: 17px 0 0 0;
  text-align: center;
  min-width: 60px;
  min-height: 60px;
  z-index: 100;
  border-radius: 40px;
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  letter-spacing: 1.2px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 40px !important;
}
.wp-block-categories-list.aligncenter {
  display: inline-block;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.wp-block-pullquote {
  border-top: none;
  border-bottom: none;
}
.alignfull {
  width: 100vw;
  position: relative;
  margin: 32px calc(214% - 100vw);
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  width: 100%;
}

/* 
* 3. Styling for Wordpress own widgets (sass/_widgets-wp.scss)
*/
.widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_rss ul, .widget_product_categories ul {
  margin-top: 20px;
}
.widget_archive ul li:before, .widget_categories ul li:before, .widget_meta ul li:before, .widget_nav_menu ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before, .widget_rss ul li:before, .widget_product_categories ul li:before {
  font-family: 'IcoMoon-Ultimate';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\edd3";
  font-size: 16px;
  position: relative;
  top: 1px;
  padding-right: 10px;
  color: #d33;
}
.widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_nav_menu ul li a, .widget_pages ul li a, .widget_recent_comments ul li a, .widget_rss ul li a, .widget_product_categories ul li a {
  color: #424865;
}
.widget_archive ul li a:hover, .widget_categories ul li a:hover, .widget_meta ul li a:hover, .widget_nav_menu ul li a:hover, .widget_pages ul li a:hover, .widget_recent_comments ul li a:hover, .widget_rss ul li a:hover, .widget_product_categories ul li a:hover {
  color: #d33;
  text-decoration: none;
}
.widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_rss ul, .widget_product_categories ul, .widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_rss ul li, .widget_product_categories ul li {
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0;
}
.widget_archive ul.children, .widget_categories ul.children, .widget_meta ul.children, .widget_nav_menu ul.children, .widget_pages ul.children, .widget_recent_comments ul.children, .widget_rss ul.children, .widget_product_categories ul.children {
  display: block;
  margin: 0 0 0 25px;
  padding: 0;
}
.widget_archive ul.children li, .widget_categories ul.children li, .widget_meta ul.children li, .widget_nav_menu ul.children li, .widget_pages ul.children li, .widget_recent_comments ul.children li, .widget_rss ul.children li, .widget_product_categories ul.children li {
  margin-left: 0;
}
.footer-content .widget_archive a, .footer-content .widget_categories a, .footer-content .widget_meta a, .footer-content .widget_nav_menu a, .footer-content .widget_pages a, .footer-content .widget_recent_comments a, .footer-content .widget_rss a {
  color: #cacdda;
}
.footer-content .widget_archive a:hover, .footer-content .widget_categories a:hover, .footer-content .widget_meta a:hover, .footer-content .widget_nav_menu a:hover, .footer-content .widget_pages a:hover, .footer-content .widget_recent_comments a:hover, .footer-content .widget_rss a:hover {
  color: #d33;
}
.widget {
  float: left;
  width: 100%;
  margin: 0 0 66px 0;
}
.widget h3 {
  margin: 0 0 34px 0;
  font-size: 22px;
  line-height: 28px;
  display: inline-block;
}
.footer-content .widget {
  color: #cacdda;
}
.footer-content .widget h3 {
  color: #fff;
}
.widget_calendar caption {
  margin: 0;
  padding: 11px 0 9px 0;
  text-align: center;
  text-transform: uppercase;
  background: #d33;
  color: #fff;
  letter-spacing: 1.4px;
}
.widget_calendar table {
  margin: 0;
  width: 100%;
  font-size: 11px;
  float: left;
  border-collapse: separate;
  border: 1px solid #e4e4e4;
}
.widget_calendar table thead tr th {
  padding: 6px 0 0 0;
  height: 36px;
  position: relative;
  z-index: 20;
  font-weight: normal;
  background-color: #fff;
}
.widget_calendar table thead > tr > th {
  border-bottom: 1px solid #e4e4e4;
}
.widget_calendar table tbody td {
  z-index: 10;
}
.widget_calendar table th {
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}
.widget_calendar table th:last-child {
  border-right: 0 none;
}
.widget_calendar table tr {
  height: 36px;
  vertical-align: middle;
}
.widget_calendar table td {
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  vertical-align: middle;
  text-align: center;
  padding-top: 3px;
  background-color: #fff;
}
.widget_calendar table td:hover {
  background-color: #f6f6f6;
}
.widget_calendar table td:last-child {
  border-right: 0 none;
}
.widget_calendar table td a {
  display: block;
  height: 36px;
  padding-top: 6px;
}
.widget_calendar table td a:hover {
  text-decoration: none;
}
.widget_calendar table tfoot tr #prev, .widget_calendar table tfoot tr #next {
  padding: 0 6px;
}
.widget_calendar table tfoot tr #prev {
  text-align: left;
}
.widget_calendar table tfoot tr #prev a {
  position: relative;
  left: 6px;
}
.widget_calendar table tfoot tr #next {
  text-align: right;
}
.widget_calendar table tfoot tr #next a {
  position: relative;
  right: 6px;
}
.widget_calendar table tfoot td {
  border-bottom: 0 none;
}
.widget_calendar table tfoot td:hover {
  background: 0 none;
}
.widget_calendar table tfoot td a:hover {
  text-decoration: underline;
}
.widget_calendar table .pad:hover {
  background: none;
}
.widget_calendar #today {
  background-color: #f6f6f6;
}
.widget_calendar table thead tr td, .widget_calendar table tbody tr td, .widget_calendar table tfoot tr td, .widget_calendar table thead tr th, .widget_calendar table tbody tr th, .widget_calendar table tfoot tr th {
  padding: 0;
  border-left: 0 none;
  border-top: 0 none;
}
.footer-content .widget_calendar caption {
  background: #d33;
  color: #fff;
}
.footer-content .widget_calendar table {
  border: 1px solid #303343;
}
.footer-content .widget_calendar table thead tr th {
  background-color: #20222d;
}
.footer-content .widget_calendar table thead > tr > th {
  border-bottom: 1px solid #303343;
}
.footer-content .widget_calendar table th {
  border-right: 1px solid #303343;
  border-bottom: 1px solid #303343;
}
.footer-content .widget_calendar table th:last-child {
  border-right: 0 none;
}
.footer-content .widget_calendar table td {
  border-right: 1px solid #303343;
  border-bottom: 1px solid #303343;
  background-color: #20222d;
}
.footer-content .widget_calendar table td:hover {
  background-color: #303343;
}
.footer-content .widget_calendar table td a:hover {
  color: #fff;
}
.footer-content .widget_calendar table tfoot td {
  border-bottom: 0 none;
}
.footer-content .widget_calendar table tfoot td:hover {
  background: 0 none;
}
.footer-content .widget_calendar table tfoot td a:hover {
  text-decoration: underline;
}
.footer-content .widget_calendar table .pad:hover {
  background: none;
}
.footer-content .widget_calendar #today {
  background-color: #303343;
}
.footer-content .widget_calendar table thead tr td, .footer-content .widget_calendar table tbody tr td, .footer-content .widget_calendar table tfoot tr td, .footer-content .widget_calendar table thead tr th, .footer-content .widget_calendar table tbody tr th, .footer-content .widget_calendar table tfoot tr th {
  border-left: 0 none;
  border-top: 0 none;
}
.widget_recent_comments .recentcomments {
  padding: 20px 26px;
  margin-bottom: 4px;
  background-color: #f6f6f6;
}
.widget_recent_comments .recentcomments .comment-author-link {
  font-weight: bold;
}
.widget_recent_comments .recentcomments .comment-author-link:before, .widget_recent_comments .recentcomments .comment-author-link a:before, .widget_recent_comments .recentcomments .comment-author-link + a:before {
  content: '';
  display: none;
}
.widget_recent_comments .recentcomments .comment-author-link + a {
  color: #d33;
}
.widget_recent_comments .recentcomments .comment-author-link + a:hover {
  text-decoration: underline;
}
.widget_recent_comments .recentcomments .comment-author-link a {
  color: #424865;
}
.widget_recent_comments .recentcomments .comment-author-link a:hover {
  color: #d33;
  text-decoration: none;
}
.widget_recent_comments .recentcomments:before {
  display: none;
}
.footer-content .widget_recent_comments .recentcomments {
  background-color: #303343;
}
.footer-content .widget_recent_comments .recentcomments a {
  color: #fff;
}
.widget_tag_cloud, .tags-wrapper {
  font-size: 0;
}
.widget_tag_cloud a, .tags-wrapper a {
  padding: 3px 18px 2px 18px;
  margin-right: 2px;
  margin-bottom: 2px;
  color: #d33;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
}
.widget_tag_cloud a:hover, .tags-wrapper a:hover {
  color: #d33;
  background-color: #f6f6f6;
  text-decoration: none;
}
.widget_tag_cloud .tagcloud, .tags-wrapper .tagcloud {
  margin-top: 6px;
}
.footer-content .widget_tag_cloud {
  font-size: 0;
}
.footer-content .widget_tag_cloud a {
  color: #cacdda;
  background-color: #20222d;
  border: 1px solid #303343;
}
.footer-content .widget_tag_cloud a:hover {
  color: #fff;
  background-color: #303343;
}
.widget_recent_entries ul li {
  margin: 0;
  padding: 8px 0 8px 0;
  text-decoration: none;
  display: block;
}
.widget_recent_entries ul li a {
  color: #424865;
  padding: 0;
}
.widget_recent_entries ul li a:hover {
  color: #d33;
  text-decoration: none;
}
.widget_recent_entries ul li span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #868db0;
  display: block;
}
.widget_search #s {
  width: 100%;
  margin: 0px 0px 4px 0px;
}
.widget_search .screen-reader-text {
  display: none;
}
.sidebar .searchsubmit {
  display: none;
}
.widget_rss ul li {
  margin: 30px 0 0 0;
}
.widget_rss ul li:before {
  display: none;
}
.widget_rss ul li a {
  font-weight: bold;
}
.widget_rss .rss-date {
  display: block;
  font-size: 14px;
  padding: 10px 0 10px 0;
}
.widget_nav_menu ul {
  margin-top: -10px;
}

/* 
* 4. Styling for the custom widgets (sass/_widgets-custom.scss)
*/
.aa-latest-post {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 9px 0;
}
.aa-latest-post:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 48px;
  color: #e4e4e4;
  content: "\eada";
}
.aa-latest-post:last-child {
  margin-bottom: 0;
}
.aa-latest-post .aa-lp-content {
  padding: 37px 0 0 88px;
}
.aa-latest-post .aa-lp-content .aa-lp-title {
  color: #424865;
}
.aa-latest-post .aa-lp-content .aa-lp-title:hover {
  color: #d33;
}
.aa-latest-post .aa-lp-content .aa-lp-date {
  display: block;
  margin: 4px 0 2px 0;
}
.aa-latest-post .aa-lp-content .aa-lp-comments-link {
  font-size: 14px;
}
.aa-latest-post .aa-lp-content .aa-lp-comments-link i {
  position: relative;
  top: 3px;
  padding-right: 4px;
  font-size: 16px;
}
.aa-latest-post .aa-lp-content .aa-lp-comments-link:hover {
  text-decoration: underline;
}
.aa-latest-post .aa-lp-no-thumb {
  padding: 37px 0 0 20px;
}
.aa-latest-post .aa-lp-thumb {
  position: absolute;
  left: 19px;
  top: 21px;
}
.footer-content .aa-latest-post:before {
  color: #303343;
}
.footer-content .aa-latest-post .aa-lp-content {
  padding: 37px 0 0 88px;
}
.footer-content .aa-latest-post .aa-lp-content .aa-lp-title {
  color: #cacdda;
}
.footer-content .aa-latest-post .aa-lp-content .aa-lp-title:hover {
  color: #d33;
}
.bravostore_twitter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bravostore_twitter ul li {
  margin: 0 0 25px 0;
  padding: 0;
}
.bravostore_twitter ul li a:hover {
  text-decoration: underline;
}
.bravostore_twitter .tw-timestamp {
  margin: 6px 0 6px 0;
}
.bravostore_twitter .tw-timestamp a {
  color: #a3a6b3;
}
.bravostore_twitter .tw-timestamp a:hover {
  color: #d33;
  text-decoration: none;
}
.bravostore_twitter .twitter-intents {
  display: none;
}
.bravostore_twitter .twitter-intents a {
  padding-right: 12px;
}
.bravostore_twitter .twitter-intents a:hover {
  text-decoration: underline;
}
.bravostore_twitter .twitter-follow {
  color: #d33;
}
.social-media-profiles-desc {
  float: left;
  width: 100%;
  margin: 0 0 32px 0;
}
.social-media-profiles-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-media-profiles-list li {
  float: left;
  text-align: center;
  margin: 0 2px 2px 0;
  padding: 0;
}
.social-media-profiles-list li a {
  display: block;
  width: 32px;
  height: 32px;
  color: #fff;
  padding-top: 4px;
  opacity: 0.7;
}
.social-media-profiles-list li a:hover {
  opacity: 1;
}
.social-media-profiles-list li .aa-twitter-url {
  background-color: #78cdf0;
}
.social-media-profiles-list li .aa-pinterest-url {
  background-color: #eb5755;
}
.social-media-profiles-list li .aa-facebook-url {
  background-color: #537bbd;
}
.social-media-profiles-list li .aa-googleplus-url {
  background-color: #d95232;
}
.social-media-profiles-list li .aa-linkedin-url {
  background-color: #0077b5;
}
.social-media-profiles-list li .aa-youtube-url {
  background-color: #cd201f;
}
.social-media-profiles-list li .aa-vimeo-url {
  background-color: #8dd0de;
}
.social-media-profiles-list li .aa-flickr-url {
  background-color: #e24190;
}
.widget_mc4wp_form_widget .mc4wp-form-fields input[type="email"], .widget_text .mc4wp-form-fields input[type="email"] {
  width: 100%;
  margin-bottom: 3px;
}
.widget_text {
  /* amazon filter by rating */
}
.widget_text p {
  margin: 0 0 24px 0;
}
.widget_text .mc4wp-form {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.widget_bravostore_filter_amz_customer_reviews ul, .widget_bravostore_filter_amz_customer_reviews ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_bravostore_filter_amz_customer_reviews ul li {
  margin: 6px 0;
}
.widget_bravostore_filter_amz_customer_reviews a {
  color: #424865;
}
.widget_bravostore_filter_amz_customer_reviews a .count {
  color: #a3a6b3;
}
.woocommerce .widget_bravostore_filter_amz_customer_reviews .star-rating, .sidebar .widget_bravostore_filter_amz_customer_reviews .star-rating, .fbox .widget_bravostore_filter_amz_customer_reviews .star-rating {
  float: left;
  margin: 2px 16px 0 0;
}
.star-rating {
  float: right;
  overflow: visible;
  position: relative;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  width: 5.4em;
  font-family: 'star';
}
.star-rating::before {
  content: '\73\73\73\73\73';
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #d7d0d2;
  letter-spacing: 1px;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: '\53\53\53\53\53';
  top: 0;
  position: absolute;
  left: 0;
  color: #ffb20d;
  letter-spacing: 1px;
}
.woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 180px;
  overflow-y: auto;
  border-radius: 10px;
}
.woocommerce-widget-layered-nav-list li {
  margin: 12px 0;
}
.woocommerce-widget-layered-nav-list a {
  color: #424865;
}
.woocommerce-widget-layered-nav-list a:hover {
  color: #d33;
}
.woocommerce-widget-layered-nav-list a:before {
  font-family: 'IcoMoon-Ultimate';
  content: "\ee64";
  margin: 0 10px 0 2px;
  font-weight: normal;
  position: relative;
  top: 1px;
  color: #a3a6b3;
}
.woocommerce-widget-layered-nav-list a:hover:before {
  content: "\ee63";
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: 'IcoMoon-Ultimate';
  content: "\ee63";
  margin-right: 8px;
  margin-left: 2px;
  font-weight: normal;
  position: relative;
  top: 1px;
  color: #a3a6b3;
  /* browsing history widget */
}
body .sidebar .bravo-browsing-history .bravo-browsing-history-cursor {
  display: none;
}
body .sidebar .bravo-browsing-history ul li {
  overflow: hidden;
}
body .sidebar .bravo-browsing-history .bravo-browsing-history-cursor .bravo-browsing-history-cursor-pointer i {
  left: 25%;
}
body .sidebar .bravo-show-by-brands .bravo-show-by-brands-list {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
body .sidebar .bravo-browsing-history ul {
  grid-column-gap: 20px;
}
.sidebar .bravo-show-by-brands .bravo-show-by-brands-list li:before, .sidebar .bravo-show-by-brands .bravo-show-by-brands-list li:after {
  display: none;
  /*
body .sidebar .bravo-browsing-history .bravo-nb-of-column-6, 
body .sidebar .bravo-browsing-history .bravo-nb-of-column-5, 
body .sidebar .bravo-browsing-history .bravo-nb-of-column-4,
body .sidebar .bravo-browsing-history .bravo-nb-of-column-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}*/
}
body .sidebar .bravo-browsing-history .bravo-nb-of-column-6, body .sidebar .bravo-browsing-history .bravo-nb-of-column-5, body .sidebar .bravo-browsing-history .bravo-nb-of-column-4, body .sidebar .bravo-browsing-history .bravo-nb-of-column-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
body .sidebar .bravo-browsing-history ul li {
  height: 120px;
}
body .sidebar .bravo-browsing-history ul li img {
  padding: 14px;
}
.sidebar .bravo-browsing-history .st-custom-headline h3.widgettitle {
  float: left;
  margin: 0 0 34px 0;
}
.sidebar .bravo-browsing-history .st-custom-headline h3.widgettitle:before, .sidebar .bravo-browsing-history .st-custom-headline h3.widgettitle:after {
  display: none;
}
body .sidebar .bravo-browsing-history ul li {
  margin-bottom: 20px;
}
.bravo-browsing-history {
  position: relative;
}
.col-lg-3 .bravo-browsing-history {
  width: auto;
}
.bravo-browsing-history ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-column-gap: 52px;
  padding: 0;
  margin: 0;
  margin-top: 60px;
}
.col-lg-3 .bravo-browsing-history ul {
  margin-top: 20px;
}
.bravo-browsing-history ul li {
  border: 1px solid #ddd;
  position: relative;
  height: 240px;
  margin: 0;
  list-style: none;
  text-align: center;
  vertical-align: middle;
  transition: border 0.3s linear;
}
.col-lg-3 .bravo-browsing-history ul li {
  margin-bottom: 20px;
}
.bravo-browsing-history ul li:after, .bravo-browsing-history ul li:before {
  position: absolute;
  top: -3px;
  left: 50%;
  width: 70%;
  background: #fff;
  content: "";
  z-index: 99;
  transform: translateX(-50%);
  height: 4px;
}
.bravo-browsing-history ul li:before {
  top: auto;
  bottom: -3px;
}
.bravo-browsing-history ul li:hover {
  border: 1px solid #d33;
}
.bravo-browsing-history ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  width: auto;
  max-width: 100%;
}
.bravo-browsing-history .bravo-nb-of-column-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.bravo-browsing-history .bravo-nb-of-column-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.bravo-browsing-history .bravo-nb-of-column-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.bravo-browsing-history .bravo-nb-of-column-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.bravo-browsing-history .bravo-nb-of-column-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.bravo-browsing-history .bravo-nb-of-column-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.col-lg-3 .bravo-browsing-history .bravo-nb-of-column-1, .col-lg-3 .bravo-browsing-history .bravo-nb-of-column-2, .col-lg-3 .bravo-browsing-history .bravo-nb-of-column-3, .col-lg-3 .bravo-browsing-history .bravo-nb-of-column-4, .col-lg-3 .bravo-browsing-history .bravo-nb-of-column-5, .col-lg-3 .bravo-browsing-history .bravo-nb-of-column-6 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  /*sidebar */
}
.sidebar-position-shop .bravo-browsing-history .bravo-nb-of-column-6 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sidebar-position-shop .bravo-browsing-history ul li {
  height: 90px;
}

/* 
* 5. Search Results Page (sass/_search-results-page.scss)
*/
.sr-info {
  background-color: #f6f6f6;
  padding: 10px 40px 6px 40px;
  margin-bottom: 40px;
}
.sresult-number {
  background-color: #d33;
  color: #fff;
  padding: 2px;
}
.sr-form {
  margin: 0 0 40px 0;
}
.sr-number h5 {
  margin: 30px 0 20px 0;
}
.search-block {
  float: left;
  width: 100%;
  margin: 40px 0 50px 0;
}
.search-block h3 {
  margin: 0 0 18px 0;
}
.search-block h3 a {
  color: #424865;
}
.search-block h3 a:hover {
  color: #d33;
}
.search-block .search-permalink {
  margin-top: 16px;
}
.search-block .read-more {
  display: none;
}

/* 
* 6. 404 Page (sass/_404-page.scss)
*/
.pnf-wrapper {
  float: left;
  width: 100%;
  text-align: center;
  margin: 120px 0 120px 0;
}
.pnf-wrapper h1 {
  font-size: 150px;
  line-height: 160px;
  color: #d33;
}
.pnf-wrapper h2 {
  padding: 20px 0 20px 0;
}
.pnf-wrapper .pnf-text {
  font-size: 18px;
  line-height: 30px;
}
.pnf-wrapper .pnf-search {
  margin: 40px 0 0 0;
}

/* 
* 7. Contact page (sass/_contact.scss)
*/
.bravo-contact-sidebar.vc_col-sm-3 {
  width: 22%;
  margin-left: 32px;
}
.wpcf7-form label {
  width: 100%;
}
.wpcf7-form br {
  display: none;
}
.wpcf7-form textarea {
  height: 170px;
}
.wpcf7-form p {
  margin: 5px 0 5px 0;
}
.wpcf7-form .wpcf7-text {
  width: 48%;
}
.wpcf7-form-control-wrap {
  width: 100%;
  margin: 2px 0 2px 0;
  display: block;
}
span.wpcf7-not-valid-tip {
  font-size: 14px;
  margin: 6px 0 16px 0;
}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
  border: 0 none;
  margin: 20px 0 0 0;
  padding: 16px 22px 14px 22px;
}
div.wpcf7-mail-sent-ok {
  background-color: #b1fab3;
}
div.wpcf7-validation-errors {
  background-color: #faf1b1;
}

/* 
* 8. Blog Detail Page (sass/_post-detail.scss)
*/
.tags-wrapper {
  margin: 34px 0 80px 0;
  float: left;
  width: 100%;
}
.post-share {
  float: left;
  width: 100%;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 30px 0 30px 0;
  margin: 30px 0 60px 0;
  position: relative;
}
.post-share h5 {
  float: left;
  margin: 4px 30px 0 30px;
}
.post-share-list {
  list-style: none;
  margin: 2px 0 0 0;
  padding: 0;
}
.post-share-list li {
  float: left;
  margin: 0 8px;
  padding: 0;
  font-size: 20px;
  text-align: center;
}
.post-share-list li a {
  display: block;
  width: 32px;
  height: 32px;
  padding-top: 3px;
}
.post-share-list li a:hover {
  color: #424865;
}
.author-wrapper {
  float: left;
  width: 100%;
  margin: 27px 0 60px 0;
  position: relative;
}
.author-wrapper .author-avatar {
  position: absolute;
  top: 30px;
  left: 0;
}
.author-wrapper .ab-content {
  margin: 0 0 0 88px;
  padding: 24px 30px 32px 30px;
  border: 1px solid #e4e4e4;
}
.author-wrapper .ab-name {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
}

/* 
* 9. Blog List Page (sass/_post-listing.scss)
*/
.bravostore-post-content {
  margin: 0px 0px 100px 0px;
}
.bravostore-post-content h2 {
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.bravostore-post-content h2 a {
  color: #424865;
}
.bravostore-post-content h2 a:hover {
  color: #d33;
}
.bravostore-post-content .more-link {
  margin-top: 20px;
}
.bravostore-post-title {
  font-size: 36px;
  line-height: 42px;
}
.bravostore-post-title a:hover {
  text-decoration: none;
}
.bravostore-post-title strong {
  font-weight: bold;
}
.bravostore-post-title em {
  font-style: italic;
}
.post-misc {
  float: left;
  width: 100%;
  margin: 0 0 32px 0;
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #424865;
}
.post-misc a:hover {
  text-decoration: underline;
}
.sticky:before {
  content: "\ea36";
  padding: 0 8px 0 0;
  font-size: 22px;
  position: relative;
  top: -4px;
}
.imgp-wrapper {
  position: relative;
  margin: 0 0 45px 0;
}
.imgp-wrapper .attachment-post-thumbnail {
  display: block;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateZ(0);
  opacity: 1;
}
.imgp-wrapper:hover .attachment-post-thumbnail {
  opacity: 0.75;
}
.imgp-icon {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 54%;
  width: 68px;
  height: 68px;
  font-size: 16px;
  margin: -34px 0 0 -34px;
  text-align: center;
  display: block;
  padding: 24px 0 0 0;
  z-index: 2;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  background-color: #d33;
  color: #fff;
  -moz-border-radius: 42px;
  -webkit-border-radius: 42px;
  border-radius: 42px;
}
.imgp-wrapper:hover .imgp-icon {
  opacity: 1;
  text-decoration: none;
  top: 50%;
}
.imgp-wrapper-single {
  margin: 0 0 45px 0;
}
.blog-banner-wrapper {
  text-align: center;
  margin: 70px 0 100px 0;
}
.bravostore-portrait-post-content h2 {
  margin: 0 0 10px 0;
  word-wrap: break-word;
}
.bravostore-portrait-post-content h2 a {
  color: #424865;
}
.bravostore-portrait-post-content h2 a:hover {
  color: #d33;
}
.blog-portrait-wrapper {
  position: relative;
  margin: 0 0 100px 0;
  float: left;
  width: 100%;
  min-height: 382px;
}
.blog-portrait-wrapper .imgp-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-portrait-wrapper .hentry {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0;
}
.prc-margin {
  margin: 0 0 0 291px;
}
.bpw-no-img {
  min-height: auto;
}
.post-portrait-date {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  color: #d33;
  margin: 44px 0 21px 0;
  float: left;
  width: 100%;
}
.post-portrait-comments {
  float: left;
  width: 100%;
  margin: 12px 0 20px 0;
  color: #a3a6b3;
}
.post-portrait-comments a {
  color: #a3a6b3;
}
.post-portrait-comments a:hover {
  text-decoration: underline;
}
.portrait-more-link {
  color: #424865;
}
.portrait-more-link:hover {
  text-decoration: none;
}

/* 
* 10. Comments Styling &amp; Comment Form (sass/_comments.scss)
*/
#commentform label {
  margin: 0 0 5px 0;
  display: block;
}
#commentform fieldset {
  padding: 0;
  margin-top: 14px;
}
#commentform textarea {
  width: 82.6%;
  overflow: auto;
  height: 170px;
}
#commentform #author, #commentform #email, #commentform #url {
  width: 41.4%;
  padding: 8px 12px 6px 12px;
}
#commentform .form-submit {
  margin: 12px 0 0 0;
}
.form-allowed-tags {
  display: none;
  margin: 24px 0 0 0;
}
.form-allowed-tags code {
  display: inline-block;
  padding: 25px 33px 25px 33px;
  margin: 26px 0 22px 0;
  font-size: 14px;
  line-height: 22px;
}
.comment-notes {
  margin-bottom: 24px;
  clear: both;
}
.logged-in-as {
  padding: 0;
  margin: 6px 0 22px 0;
  padding-bottom: 22px;
}
.logged-in-as a:hover {
  text-decoration: underline;
}
#reply-title, #reply-title small #cancel-comment-reply-link, #comments {
  clear: both;
}
#reply-title {
  text-transform: uppercase;
  margin: 0 0 48px 0;
  font-size: 22px;
  line-height: 28px;
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;
}
#reply-title:after {
  content: "";
  height: 4px;
  width: calc(100% - 6px);
  display: inline-block;
  border-top: 2px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.comments-no-title {
  text-transform: uppercase;
  margin: 30px 0 8px 0;
  font-size: 22px;
  line-height: 28px;
  display: inline-block;
}
.comments-no-title:after {
  content: "";
  height: 4px;
  width: 100%;
  display: inline-block;
  border-top: 2px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.comments-list {
  list-style: none;
  margin: 0 0 70px 0;
  padding: 0;
}
.comments-list li {
  list-style: none;
  margin: 48px 0 0 0;
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
}
.comments-list li li {
  padding-left: 91px;
}
.comments-list .comment-body ul {
  list-style: outside disc;
}
.comments-list .comment-body ul, .comments-list .comment-body ol {
  margin: 4px 0 12px 0;
}
.comments-list .comment-body ul li {
  margin: 9px 0 0 20px;
  padding: 0;
}
.comments-list .comment-body ul li li {
  margin-left: 30px;
}
.comments-list .comment-body ol {
  list-style: outside decimal;
}
.comments-list .comment-body ol li {
  margin: 9px 0 0 20px;
  padding: 0;
}
.comments-list .comment-body ol li li {
  margin-left: 30px;
}
.comments-list .avatar {
  float: left;
  margin: 0;
  z-index: 100;
  position: relative;
}
.comments-list .comment-author img {
  display: block;
}
.comments-list .comment-respond {
  padding-left: 91px;
}
.comments-list .comment-respond #commentform textarea {
  width: 100%;
}
.comment-meta {
  font-weight: bold;
  margin: -4px 0 5px 0;
}
.comment-meta a:hover {
  text-decoration: underline;
}
.comment-body-wrapper {
  position: relative;
  padding: 0;
  margin: 0 0 14px 91px;
}
.comment-date {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0.4px;
  margin: 0 0 16px 0;
}
.comment-body-wrapper cite {
  font-weight: bold;
  display: block;
  position: relative;
  top: -4px;
}
#cancel-comment-reply-link {
  padding-left: 8px;
}
.comment-reply-link, .comment-edit-link {
  margin: -4px 22px 0 0;
  font-size: 10px;
  line-height: 14px;
  display: inline-block;
  float: left;
  padding: 6px 0 6px 0;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.comment-reply-link:hover, .comment-edit-link:hover {
  text-decoration: underline;
}
.comment-respond {
  margin-top: 42px;
  float: left;
  width: 100%;
}
.awaiting_moderation {
  display: inline-block;
  font-size: 14px;
  margin: 4px 0 16px 0;
  padding: 3px 8px 2px 8px;
}
.no-comments {
  margin: 40px 0 0 0;
  float: left;
  width: 100%;
}
.pingback .comment-body-wrapper {
  margin-left: 0;
}

/* 
* 11. Visual Composer styling (sass/_visual-composer.scss)
*/
.container-fluid .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid .vc_message_box-icon {
  left: 10px;
}
.container-fluid .vc_separator h4 {
  font-size: 20px;
  line-height: 30px;
}
.container-fluid .vc_separator.vc_separator_align_center h4 {
  padding: 0 20px;
}
.container-fluid .vc_tta-tabs.vc_tta.vc_general .vc_tta-tab > a {
  padding: 14px 34px;
  text-transform: none;
}
.container-fluid .vc_tta-tabs.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  margin: 1px 0 0 -1px;
}
.container-fluid .vc_tta-tabs.vc_tta.vc_tta-spacing-1 .vc_tta-tab:first-child {
  margin: 1px 0 0 1px;
}
.container-fluid .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
  border-color: #e4e4e4;
  background-color: #fff;
}
.container-fluid .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus {
  background-color: #fff;
  color: #d33;
}
.container-fluid .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
  background-color: #fff;
  color: #d33;
}
.container-fluid .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  color: #d33;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}
.container-fluid .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: #ddd;
  background-color: #fff;
}
.container-fluid .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #424865;
  background-color: #fff;
}
.container-fluid .vc_tta-tabs.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  padding: 23px 34px 33px;
  border-color: #e4e4e4;
  background-color: #fff;
  border: 1px solid #e4e4e4;
}
.container-fluid .vc_tta-tabs-list {
  font-size: 20px;
}
.container-fluid .vc_toggle {
  margin-bottom: -1px;
}
.container-fluid .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  border: 1px solid #e4e4e4;
  padding: 16px 30px 16px 60px;
  position: relative;
}
.container-fluid .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
  display: none;
}
.container-fluid .vc_toggle_size_md.vc_toggle_default .vc_toggle_title:before {
  font-family: IcoMoon-Ultimate;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  position: absolute;
  top: 23px;
  left: 30px;
  content: "\ed5c";
}
.container-fluid .vc_toggle_size_md.vc_toggle_default .vc_toggle_content {
  border: 1px solid #e4e4e4;
  padding: 16px 34px;
  margin: 0;
  border-top: 0 none;
}
.container-fluid .vc_toggle_size_md.vc_toggle_active .vc_toggle_title {
  color: #d33;
}
.container-fluid .vc_toggle_size_md.vc_toggle_active .vc_toggle_title h4 {
  color: #d33;
}
.container-fluid .vc_toggle_size_md.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
  display: none;
}
.container-fluid .vc_toggle_size_md.vc_toggle_active .vc_toggle_title:before {
  font-family: IcoMoon-Ultimate;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  position: absolute;
  top: 23px;
  left: 30px;
  color: #d33;
  content: "\ed5d";
}
.container-fluid .vc_tta-pageable {
  border: 1px solid #e4e4e4;
}
.container-fluid .vc_tta-pageable .vc_pagination li {
  background-color: #fff;
  position: relative;
  top: -14px;
}
.container-fluid .vc_tta-pageable .vc_pagination li a {
  background-color: #fff;
  border: 2px solid #ddd;
}
.container-fluid .vc_tta-pageable .vc_pagination li:first-child {
  padding-left: 10px;
}
.container-fluid .vc_tta-pageable .vc_pagination li:last-child {
  padding-right: 10px;
}
.container-fluid .vc_tta-pageable .vc_pagination li.vc_active a {
  background-color: #ddd;
}
.container-fluid .vc_tta-pageable .vc_pagination li:hover a {
  background-color: #ddd;
}
.container-fluid .vc_tta-pageable.vc_tta-tabs.vc_tta-has-pagination:not(.vc_tta-tabs-position-bottom) {
  padding: 10px 30px 20px;
}
.container-fluid .vc_general.vc_cta3 {
  padding: 34px 30px;
}
.container-fluid .vc_general.vc_cta3.vc_cta3-style-classic {
  border-color: #ddd;
  background-color: #fff;
}
.container-fluid .vc_general.vc_cta3.vc_cta3-style-custom {
  border-color: #ddd;
  background-color: #fff;
}
.container-fluid .vc_general.vc_pagination .vc_pagination-trigger {
  margin: 5px 2px;
  width: 14px;
  height: 14px;
}
.container-fluid .vc_tta-accordion .vc_tta-controls-icon {
  display: none;
}
.container-fluid .vc_tta-accordion .vc_tta-panel .vc_tta-panel-title a:before {
  font-family: IcoMoon-Ultimate;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 16px;
  position: absolute;
  left: 30px;
  top: 21px;
  content: "\ed5c";
}
.container-fluid .vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-title a:before {
  color: #d33;
  content: "\ed5d";
}
.container-fluid .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title {
  text-transform: none;
  font-family: ;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 30px;
  color: #424865;
  position: relative;
}
.container-fluid .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title a {
  padding-left: 60px;
  color: #424865;
}
.container-fluid .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #ddd;
  background-color: #fff;
}
.container-fluid .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
  background-color: #fff;
}
.container-fluid .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #d33;
}
.container-fluid .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: #ddd;
  background-color: #fff;
}
.container-fluid .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: #fff;
}
.container-fluid .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  border-color: #ddd;
  background-color: #fff;
  padding: 16px 30px;
}
.container-fluid .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p {
  margin-bottom: 12px;
}
.container-fluid .wpb_gallery {
  float: left;
  width: 100%;
}
.container-fluid .wpb_gallery .wpb_flexslider .flex-control-nav {
  margin-top: 20px;
}
.container-fluid .flexslider {
  background: #fff;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
}
.container-fluid .flex-direction-nav a {
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  top: 50%;
  opacity: 0;
  cursor: pointer;
  color: #424865;
  text-shadow: 0 0 0 transparent;
}
.container-fluid .flex-direction-nav a:before {
  font-family: IcoMoon-Ultimate;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 30px;
}
.container-fluid .flex-direction-nav .flex-prev:before {
  content: "\edc1";
}
.container-fluid .flex-direction-nav .flex-next:before {
  content: "\edb9";
}
.container-fluid .vc_images_carousel .vc_carousel-control {
  text-shadow: 0 0 0 transparent;
  color: #424865;
  margin-top: -8px;
}
.container-fluid .vc_images_carousel .vc_carousel-control .icon-prev:before {
  font-family: IcoMoon-Ultimate;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  content: "\edc1";
}
.container-fluid .vc_images_carousel .vc_carousel-control .icon-next:before {
  font-family: IcoMoon-Ultimate;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 24px;
  content: "\edb9";
}
.container-fluid .vc_images_carousel ol.vc_carousel-indicators {
  bottom: -44px;
}
.container-fluid .vc_images_carousel ol.vc_carousel-indicators li {
  transition: all 0.4s;
  width: 12px;
  height: 12px;
  border: 1px solid #ddd;
  background-color: transparent;
}
.container-fluid .vc_images_carousel ol.vc_carousel-indicators li:hover {
  background-color: #cbcbcb;
  border-color: #cbcbcb;
}
.container-fluid .vc_images_carousel ol.vc_carousel-indicators li.vc_active {
  background-color: #ddd;
}
.container-fluid .vc_images_carousel ol.vc_carousel-indicators li.vc_active:hover {
  background-color: #cbcbcb;
  border-color: #cbcbcb;
}
.container-fluid .wpb_pie_chart_heading {
  margin-top: 10px;
}
.container-fluid .vc_message_box > p {
  padding-left: 10px;
}
.container-fluid .vc_message_box > p:last-child {
  margin-bottom: 12px;
}
.container-fluid .vc_tta-tabs-position-left.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
  margin: -1px 0 0 1px;
}
.container-fluid .vc_tta-tabs-position-left.vc_tta.vc_tta-spacing-1 .vc_tta-tab:first-child {
  margin: 1px 0 0 1px;
}
.container-fluid .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  border-color: transparent;
  background-color: #fff;
}
.container-fluid .vc_progress_bar .vc_single_bar {
  box-shadow: none;
  border-radius: 0;
  background-color: #f6f6f6;
}
.container-fluid .vc_progress_bar .vc_single_bar .vc_bar {
  border-radius: 0;
}
.container-fluid .vc_progress_bar .vc_single_bar .vc_label {
  padding: 8px 24px;
}
.container-fluid .vc_toggle_title > h4 {
  text-transform: none;
  font-family: 'Fira Sans Condensed', sans-serif;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 30px;
}
.container-fluid .flex-control-nav li {
  margin: 0 4px;
}
.container-fluid .flex-control-nav li a {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 transparent;
}
.container-fluid .flex-control-nav li a.flex-active {
  background: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 transparent;
}
.container-fluid .flex-control-nav li a:hover {
  background: rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 0 transparent;
}
.container-fluid .vc_pie_chart .vc_pie_chart_value {
  font-size: 30px;
}
@media (max-width: 767px) {
  .container-fluid .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    margin-top: -2px;
  }
  .container-fluid .vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading {
    margin-top: -2px;
  }
  .container-fluid .vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
    margin-top: -2px;
  }
}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  display: none;
}
.container-fluid .vc_tta-accordion.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-title > a {
  font-family: 'Fira Sans Condensed', sans-serif;
}

/* 
* 12. Theme Shortcodes (sass/_shortcodes.scss)
*/
.st-custom-headline {
  display: inline-block;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.st-custom-headline h1, .st-custom-headline h2, .st-custom-headline h3, .st-custom-headline h4, .st-custom-headline h5, .st-custom-headline h6 {
  display: inline-block;
  z-index: 2;
  position: relative;
  margin: 0 12%;
}
.st-custom-headline h1:before, .st-custom-headline h2:before, .st-custom-headline h3:before, .st-custom-headline h4:before, .st-custom-headline h5:before, .st-custom-headline h6:before, .st-custom-headline h1:after, .st-custom-headline h2:after, .st-custom-headline h3:after, .st-custom-headline h4:after, .st-custom-headline h5:after, .st-custom-headline h6:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-top: 1px solid #ddd;
  border-bottom: 2px solid #ddd;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.st-custom-headline h1:before, .st-custom-headline h2:before, .st-custom-headline h3:before, .st-custom-headline h4:before, .st-custom-headline h5:before, .st-custom-headline h6:before {
  left: calc(-30px - 100%);
}
.st-custom-headline h1:after, .st-custom-headline h2:after, .st-custom-headline h3:after, .st-custom-headline h4:after, .st-custom-headline h5:after, .st-custom-headline h6:after {
  right: calc(-30px - 100%);
}
.uline-heading h1, .uline-heading h2, .uline-heading h3, .uline-heading h4, .uline-heading h5, .uline-heading h6 {
  display: inline-block;
}
.uline-heading .bravo-line {
  position: relative;
}
.uline-heading h1 .bravo-line {
  top: -44px;
}
.uline-heading h2 .bravo-line {
  top: -30px;
}
.uline-heading h3 .bravo-line {
  top: -24px;
}
.uline-heading h4 .bravo-line {
  top: -22px;
}
.uline-heading h5 .bravo-line {
  top: -18px;
}
.uline-heading h6 .bravo-line {
  top: -14px;
}
.intro-text p {
  font-size: 20px;
  line-height: 32px;
}
.dropcap, .dropcap2 {
  font-size: 34px;
  line-height: 40px;
  display: inline-block;
  padding: 10px 18px 8px 18px;
  margin: -15px 17px 0 0;
  float: left;
}
.dropcap {
  background-color: #d33;
  color: #fff;
}
.dropcap2 {
  background-color: #ddd;
  color: #424865;
}
mark, .highlight {
  padding: 2px;
  background-color: #ffe536;
  color: #424865;
}
.misc-demo {
  line-height: 32px;
}
.service-block {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0;
  padding: 0 10px;
}
.service-block .bravo-line {
  display: inline-block;
  width: 64px;
  margin: 12px 0 6px 0;
}
.service-block .sb-title {
  font-size: 28px;
  line-height: 36px;
  margin: 12px 0 2px 0;
  color: #d33;
}
.service-block p {
  margin: 0;
}
.service-block .sb-content {
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
}
.service-block .sb-content p {
  margin: 12px 0;
}
.service-block .sb-icon {
  font-size: 48px;
  line-height: 52px;
  color: #63667b;
}
.newsletter-content {
  float: left;
  width: 100%;
  color: #fff;
  background-position: right bottom;
}
.newsletter-content input[type="email"] {
  color: #424865;
  width: 266px;
}
.newsletter-content input[type="submit"] {
  margin: 1px 0 0 -3px;
}
.newsletter-title, .newsletter-desc, .newsletter-form-content, .newsletter-disclaimer {
  float: left;
  width: 70%;
  margin-left: 38px;
  margin-right: 38px;
}
.newsletter-title {
  color: #d33;
  letter-spacing: 0;
}
.newsletter-inner-content {
  margin: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  float: left;
  display: block;
  width: calc(100% - 20px);
  padding: 30px 0;
}
.newsletter-title {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 30px;
  line-height: 38px;
  margin-top: 18px;
  margin-bottom: 22px;
}
.newsletter-desc {
  font-size: 22px;
  line-height: 30px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1.2px;
  margin-bottom: 22px;
}
.newsletter-form-content {
  margin-bottom: 22px;
}
.newsletter-disclaimer {
  line-height: 16px;
  margin-bottom: 22px;
}
.clients-carousel {
  margin: 40px 0;
}
.clients-carousel .flickity-viewport {
  width: calc(100% - 110px);
  margin-left: 55px;
}
.clients-carousel button.flickity-prev-next-button {
  width: 16px;
  top: 40%;
  background-color: transparent;
}
.clients-carousel .flickity-prev-next-button.previous {
  left: 0;
}
.clients-carousel .flickity-prev-next-button.next {
  right: 0;
}
.clients-carousel .flickity-page-dots {
  display: none;
}
.clients-carousel .carousel-cell .clients-tooltip {
  text-align: center;
  line-height: 16px;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}
.clients-carousel .carousel-cell .clients-tooltip p {
  border-radius: 3px;
  padding: 4px 12px 2px 12px;
  margin: 0 0 0 -30px;
  background-color: #d33;
  color: #fff;
  display: inline-block;
  position: relative;
  bottom: 12px;
}
.clients-carousel .carousel-cell .clients-tooltip .clients-tooltip-triangle {
  width: 10px;
  height: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #d33;
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
}
.clients-carousel .carousel-cell:hover .clients-tooltip {
  opacity: 1;
}
.latest-blog-portrait .flickity-page-dots {
  display: none;
}
.latest-blog-portrait .flickity-prev-next-button {
  background-color: #f6f6f6;
}
.latest-blog-portrait .flickity-prev-next-button:hover {
  background-color: #ddd;
}
.latest-blog-portrait .flickity-prev-next-button.previous {
  left: -50px;
}
.latest-blog-portrait .flickity-prev-next-button.next {
  right: -50px;
}
.latest-blog-portrait .blog-portrait-wrapper {
  margin-bottom: 0;
}
.latest-blog-portrait h2 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0;
}
.latest-blog-portrait h2 a {
  color: #424865;
}
.latest-blog-portrait h2 a:hover {
  color: #d33;
}

/* 
* 13. Override woocommerce global styles (sass/_woocommerce-global.scss)
*/
.woocommerce-message {
  border-top-color: #009b23;
}
.woocommerce-message::before {
  color: #009b23;
}
.woocommerce-error {
  border-top-color: #e11f1f;
}
.woocommerce-error::before {
  color: #e11f1f;
}
.woocommerce-info {
  border-top-color: #0294f0;
  float: left;
  width: 100%;
}
.woocommerce-info::before {
  color: #0294f0;
}
.pswp__caption__center {
  font-size: 14px;
  line-height: 22px;
}

/* 
* 14. Override woocommerce product detail page (sass/_woocommerce-product-detail.scss)
*/
.woocommerce div.product .product_title {
  font-size: 44px;
  line-height: 48px;
  margin-top: -8px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 28px;
  line-height: 34px;
  color: #424865;
  margin: 0px 0 10px 0;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  font-weight: normal;
  text-decoration: none;
}
.single-product span.onsale {
  top: 20px;
  left: 20px;
  margin: 20px 0 0 20px;
}
.woocommerce .related ul.products li.product .onsale, .woocommerce ul.products li.product .onsale {
  top: 20px;
  left: 20px;
  right: auto;
  margin: 0;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 53%;
  margin-bottom: 20px;
}
.wc-tabs-wrapper {
  float: left;
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-left: 1px solid #ddd;
  padding: 0;
  margin: 30px 0 30px 0;
  font-weight: normal;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  z-index: 0;
  border-radius: 0;
  margin: 0 -3px;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 16px 30px;
  font-weight: normal;
  color: #424865;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #d33;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #ddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce div.product form.cart, .woocommerce div.product p.cart {
  margin: 30px 0 30px 0;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 2px 0 0;
}
.woocommerce .quantity .qty {
  width: 68px;
}
.quantity {
  position: relative;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.quantity input {
  height: 46px;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 0;
  padding: 0 30px 0 10px;
  border: 2px solid #d33;
  color: #d33;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  float: left;
  position: relative;
  height: 46px;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  background-color: #d33;
  color: #fff;
  width: 20px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-top: 2px solid #d33;
  border-left: 1px solid #d33;
}
.quantity-button.quantity-down {
  position: absolute;
  bottom: 0;
  height: 50%;
  border-left: 1px solid #d33;
}
.woocommerce div.product form.cart .button {
  border-radius: 0;
  height: 46px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce .cart button.button.alt {
  background-color: #d33;
  padding-left: 30px;
  padding-right: 30px;
}
.woocommerce .cart button.button.alt:hover {
  background-color: #424865;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #424865;
}
.product_meta {
  line-height: 22px;
  margin: 14px 0 14px 0;
}
.product_meta a:hover {
  text-decoration: underline;
}
.product_meta .sku_wrapper, .product_meta .posted_in, .product_meta .tagged_as {
  display: block;
}
.woo-section-title {
  margin: 24px 0 34px 0;
  font-size: 22px;
  line-height: 28px;
  display: inline-block;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 20px 0;
}
.woocommerce-Reviews-title {
  margin: 24px 0 34px 0;
  font-size: 22px;
  line-height: 28px;
  display: inline-block;
}
#review_form_wrapper {
  margin: 70px 0 30px 0;
}
.woocommerce #review_form #respond p {
  margin: 0 0 2px 0;
}
.comment-form-rating {
  margin: 30px 0 20px 0;
}
.comment-form-rating label {
  float: left;
  width: auto;
  display: inline-block;
}
.comment-form-rating .stars {
  position: relative;
  left: 24px;
  top: 4px;
}
.comment-form-rating .stars a {
  color: #ffb20d;
  margin: 0 1px 0 1px;
}
.woocommerce #reviews #comments ol.commentlist {
  margin-top: 20px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 34px 30px 20px 30px;
  margin: 0 0 0 88px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
  font-size: 16px;
  color: #424865;
  margin: 0 6px 0 0;
  position: relative;
  top: 1px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 58px;
  height: 58px;
  padding: 0;
  border: 0 none;
  margin-top: 30px;
}
.woocommerce-review-link {
  color: #424865;
  position: relative;
  top: -22px;
  left: 100px;
}
.woocommerce-review-link:hover {
  color: #424865;
  text-decoration: underline;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0;
}
.woocommerce div.product p.stock {
  color: #3dc47a;
  font-size: 11px;
}
.woocommerce div.product p.out-of-stock {
  color: #ff3131;
}
.woocommerce table.shop_attributes th {
  padding: 12px 16px;
}
.woocommerce table.shop_attributes td {
  padding-left: 16px;
  padding-right: 16px;
  font-style: normal;
}
.woocommerce .star-rating {
  font-size: 14px;
  line-height: 20px;
  height: 22px;
  width: 86px;
  letter-spacing: 3px;
  float: none;
  color: #ffb20d;
  margin: 0;
}
.woocommerce .woocommerce-product-rating {
  line-height: 22px;
  margin: 18px 0 0 0;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0;
  float: left;
  margin: -6px 0 16px 0;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
  display: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond .form-submit input {
  border-radius: 0;
  background-color: #d33;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 4px;
}
.woocommerce #review_form #respond .form-submit input:hover {
  background-color: #424865;
}
.woocommerce #review_form #respond textarea {
  height: 160px;
}
.woocommerce #review_form .comment-form-comment label, .woocommerce #review_form .comment-form-author label, .woocommerce #review_form .comment-form-email label {
  display: none;
}
.woocommerce-review__awaiting-approval {
  font-style: normal;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 41%;
  margin-bottom: 20px;
}
.woocommerce-product-gallery__image {
  height: 460px;
  position: relative;
  border: 1px solid #f6f6f6;
}
.woocommerce-product-gallery__image a {
  display: block;
}
.woocommerce-product-gallery__image a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce div.product div.images img {
  width: 75%;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 11px;
  margin-left: -11px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  margin: 0 0 11px 11px;
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  border: 1px solid #f6f6f6;
}
.woocommerce div.product div.images .flex-control-thumbs li:hover {
  border: 1px solid #ddd;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 1px solid #f6f6f6;
  transition: all 0.4s;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  width: 46px;
  height: 46px;
  background: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger img {
  padding-top: 14px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
  border: 2px solid #424865;
  top: 14px;
  left: 14px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
  background: #424865;
  top: 24px;
  left: 27px;
}
.woocommerce .social-share {
  list-style: none;
  margin: 0 0 0 -14px;
  padding: 0;
}
.woocommerce .social-share li {
  float: left;
  margin: 0 4px;
  padding: 0;
}
.woocommerce .social-share li a {
  padding: 4px 10px 4px 10px;
  color: #a3a6b3;
}
.woocommerce .social-share li a i {
  display: none;
}
.woocommerce .social-share li a:hover {
  color: #d33;
}
.product .related {
  float: left;
  width: 100%;
  margin: 40px 0 0 0;
}
.product .related .woo-section-title {
  margin: 24px 0 54px 0;
}
.woocommerce .related ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 30%;
}
.single-product .woocommerce-message {
  margin-bottom: 60px;
}
.woocommerce-product-details__short-description {
  margin: 26px 0;
}
.single-product .yith-wcwl-add-to-wishlist a:hover {
  text-decoration: underline;
}
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  margin: 0 0 30px 0;
}
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:before {
  content: "\ecea";
  font-size: 14px;
  color: #d33;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  margin: -10px 0 10px 0;
}
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
  margin: 0 0 30px 0;
}
.woocommerce div.product form.cart {
  width: 100%;
}
.woocommerce div.product form.cart .variations {
  margin: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations td.value {
  width: 100%;
  float: left;
}
.woocommerce div.product form.cart .variations td.value {
  padding-bottom: 20px;
  padding-right: 0;
}
.woocommerce div.product form.cart .variations label {
  color: #424865;
  font-size: 16px;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1.2px;
  padding-right: 0;
  float: left;
  position: relative;
  top: 12px;
}
.reset_variations {
  margin: 10px 0 0 0;
  float: left;
  color: #d33;
}
.reset_variations:hover {
  text-decoration: underline;
}

/* 
* 15. Override woocommerce product listing page (sass/_woocommerce-product-listing.scss)
*/
.woocommerce-products-header {
  float: left;
  width: 100%;
}
ul.products {
  margin: 40px 0 0 0;
  width: 100%;
}
.woocommerce .products .star-rating {
  margin: 8px 0 0 0;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  width: 261px;
  margin: 0 42px 82px 0;
}
.woocommerce ul.products li.product .bravo-product-wrapper, .woocommerce-page ul.products li.product .bravo-product-wrapper {
  width: 100%;
  height: 339px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link, .woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
  width: 100%;
  height: 339px;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link img, .woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  max-width: 80%;
}
.woocommerce ul.products li.product:nth-child(3n+3), .woocommerce-page ul.products li.product:nth-child(3n+3) {
  margin-right: 0;
}
.inner-content ul.products li.product:nth-child(3n+4) {
  clear: both;
  /* 4 columns case */
}
.columns-4 ul.products li.product:nth-child(3n+3) {
  margin-right: 42px;
}
.columns-4 ul.products li.product:nth-child(4n+4) {
  margin-right: 0;
}
.columns-4 ul.products li.product:nth-child(4n+5) {
  clear: both;
  /* 5 columns case */
}
.columns-5 ul.products li.product:nth-child(3n+3) {
  margin-right: 42px;
}
.columns-5 ul.products li.product:nth-child(5n+5) {
  margin-right: 0;
}
.columns-5 ul.products li.product:nth-child(5n+6) {
  clear: both;
}
.woocommerce.columns-5 ul.products li.product {
  width: 17.12%;
}
.woocommerce.columns-5 ul.products li.product .bravo-product-wrapper {
  height: 250px;
  margin-bottom: 26px;
}
.woocommerce.columns-5 ul.products li.product a.woocommerce-LoopProduct-link {
  height: 250px;
}
.woocommerce.columns-5 ul.products li.product .yith-wcqv-button {
  top: 168px;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
  clear: none;
}
ul.products li.first, .woocommerce-page ul.products li.first, ul.products li.first, .woocommerce-page ul.products li.first {
  clear: none;
  /* shoplist fullwidth */
}
.shoplist-fullwidth {
  margin-bottom: 100px;
}
.shoplist-fullwidth ul.products li.product:nth-child(3n+3) {
  margin-right: 42px;
}
.shoplist-fullwidth ul.products li.product:nth-child(4n+4) {
  margin-right: 0;
}
.shoplist-fullwidth ul.products li.product:nth-child(4n+5) {
  clear: both;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Fira Sans Condensed', sans-serif;
  letter-spacing: 0;
  transition: all 0.4s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover, .woocommerce ul.products li.product .woocommerce-loop-product__title:hover, .woocommerce ul.products li.product h3:hover {
  color: #d33;
}
.woocommerce ul.products li.product a img {
  margin-bottom: 32px;
}
.woocommerce ul.products li.product .price {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #d33;
  float: left;
  margin: 20px 15px 10px 0;
  cursor: default;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none;
  float: left;
}
.woocommerce ul.products li.product .price del {
  opacity: 1;
  color: #424865;
  float: left;
  margin: 0 16px 0 0;
}
.woocommerce ul.products li.product .button {
  width: 22px;
  height: 22px;
  padding: 2px 0 0 2px;
  margin: 21px 0 0 0;
  background-color: transparent;
  font-size: 0px;
}
.woocommerce ul.products li.product .button:before {
  font-size: 16px;
  content: "\ea03";
  color: #a3a6b3;
}
.woocommerce a.added_to_cart {
  color: #a3a6b3;
  position: relative;
  top: -1px;
}
.woocommerce a.added_to_cart:hover {
  color: #d33;
}
.woocommerce-list-sorting {
  float: left;
  width: 100%;
  margin: 0 0 80px 0;
  background-color: #f6f6f6;
}
.woocommerce-list-sorting .woocommerce-result-count {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  padding: 29px 0 12px 30px;
}
.woocommerce-list-sorting .woocommerce-ordering {
  padding: 17px 30px 0 0;
  margin: 0;
}
.woocommerce-list-sorting .woocommerce-ordering select {
  margin: 0;
  width: 270px;
}
.woocommerce-list-sorting .woocommerce-message {
  border-bottom: 20px solid #fff;
}
.post-type-archive ul.products li.product .onsale, .post-type-archive-product ul.products li.product .onsale {
  margin: 0;
  top: 20px;
  left: 20px;
  right: auto;
}
.woocommerce span.onsale {
  min-height: 33px;
  min-width: 62px;
  padding: 6px 17px 4px 17px;
  position: absolute;
  text-align: center;
  margin: 0;
  border-radius: 0;
  background-color: #d33;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0 none;
  display: block;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 0 none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  display: block;
  background-color: #fff;
  color: #d33;
  border: 1px solid #e4e4e4;
  padding: 8px 22px 6px 22px;
  margin: 0 0 0 2px;
  font-size: 11px;
  line-height: 26px;
}
.woocommerce nav.woocommerce-pagination ul li span.current:hover {
  background-color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  display: block;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 8px 22px 6px 22px;
  margin: 0 0 2px 2px;
  color: #424865;
  font-size: 11px;
  line-height: 26px;
  /* top shop section */
}
.woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span:hover {
  background-color: #f6f6f6;
  color: #d33;
}
.top-shop-section {
  margin-top: 100px;
}
.top-shop-section-space {
  float: left;
  width: 100%;
  height: 100px;
}
.top-shop-section {
  /* top shop widgets */
}
.top-shop-section .bravo-show-by-brands h3 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 44px;
}
.woocommerce-products-header__title {
  margin-bottom: 30px;
}
.top-shop-content {
  margin: 70px 0 30px 0;
}
.top-shop-content .widget h4 {
  margin: 0 0 34px 0;
  font-size: 22px;
  line-height: 28px;
  display: inline-block;
}
.shop-filter-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.shop-margin-fix .inner-content, .shop-margin-fix .sidebar {
  margin-top: 0;
}
.bravo-show-by-brands h2.widgettitle {
  display: none;
}
.bravo-show-by-brands header .bravo-show-by-brands-categs {
  position: relative;
  padding: 0;
  margin: 0;
}
.col-lg-3 .bravo-show-by-brands header .bravo-show-by-brands-categs {
  height: auto;
}
.bravo-show-by-brands header.bravo_is_show_all .bravo-show-by-brands-categs {
  height: auto;
}
.bravo-show-by-brands header .bravo-show-by-brands-categs.bravo_is_show_all li a.bravo_is_active {
  border: none;
  font-weight: bold;
}
.bravo-show-by-brands header .bravo-show-by-brands-categs.bravo_is_show_all li a {
  padding: 0 48px 0 0;
}
.bravo-show-by-brands header .bravo-show-by-brands-categs li {
  padding: 0;
  margin: 0 0 4px 0;
  display: inline-block;
}
.bravo-show-by-brands header .bravo-show-by-brands-categs li a {
  margin: 0;
  color: #63667b;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 1px 24px 20px 24px;
  display: block;
  background-color: #f6f6f6;
}
.bravo-show-by-brands header .bravo-show-by-brands-categs li a.bravo_is_active, .bravo-show-by-brands header:not(.bravo_is_show_all) .bravo-show-by-brands-categs li a:hover {
  background-color: #d33;
  color: #fff;
}
.col-lg-3 .bravo-show-by-brands header .bravo-show-by-brands-categs li a.bravo_is_active, .col-lg-3 .bravo-show-by-brands header:not(.bravo_is_show_all) .bravo-show-by-brands-categs li a:hover {
  border: none;
}
.bravo-show-by-brands header.bravo_is_show_all .bravo-show-by-brands-show-all-btn {
  display: none;
}
.bravo-show-by-brands header .bravo-show-by-brands-hide-all-btn {
  display: none;
  height: 36px;
  line-height: 36px;
  text-align: right;
}
.bravo-show-by-brands header.bravo_is_show_all .bravo-show-by-brands-hide-all-btn {
  display: inline-block;
}
.bravo-show-by-brands header .bravo-show-by-brands-title {
  display: inline-block;
  margin-bottom: 20px;
  padding-right: 34px;
  position: relative;
  top: 1px;
  left: 15px;
}
.bravo-show-by-brands .bravo-show-by-brands-ajax-response {
  min-height: 100px;
  position: relative;
  margin: 0 15px;
}
.col-lg-3 .bravo-show-by-brands .bravo-show-by-brands-ajax-response {
  min-height: 100px;
  margin-top: 20px;
}
.bravo-show-by-brands .bravo-show-by-brands-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
}
.bravo-show-by-brands .bravo-show-by-brands-loader:after {
  display: block;
  width: 270px;
  height: 233px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('https://ellashart.gr/wp-content/themes/bravostore/images/topdeals-loader.gif');
}
.bravo-show-by-brands .bravo-show-by-brands-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-column-gap: 0;
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.bravo-show-by-brands .bravo-show-by-brands-list li {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-position: inside;
  padding: 20px 20px;
  position: relative;
}
.col-lg-3 .bravo-show-by-brands .bravo-show-by-brands-list li {
  padding: 15px 15px;
}
.bravo-show-by-brands .bravo-show-by-brands-list li:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 18px;
  border-right: 1px solid #ddd;
  content: "";
}
.bravo-show-by-brands .bravo-show-by-brands-list li:before {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0px;
  border-bottom: 1px solid #ddd;
  content: "";
}
.bravo-show-by-brands .bravo-show-by-brands-list li.bravo-show-by-brands-zero-left:before {
  left: 0;
}
.bravo-show-by-brands .bravo-show-by-brands-list li.bravo-show-by-brands-zero-right:before {
  right: 0;
}
.bravo-show-by-brands .bravo-show-by-brands-list li.bravo-show-by-brands-no-vertical:after {
  display: none;
}
.bravo-show-by-brands .bravo-show-by-brands-list li.bravo-show-by-brands-no-horizontal:before {
  display: none;
}
.bravo-show-by-brands .bravo-show-by-brands-list li a.bravo-show-by-brands-link-no-img {
  display: block;
  height: 120px;
  width: 100%;
  text-align: center !important;
}
.bravo-show-by-brands .bravo-show-by-brands-list li {
  display: table;
  height: 100%;
  width: 100%;
}
.bravo-show-by-brands .bravo-show-by-brands-list li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell !important;
  vertical-align: middle;
}
.bravo-show-by-brands .bravo-show-by-brands-list li a.bravo-show-by-brands-image {
  display: block;
  text-align: center;
}
.bravo-show-by-brands .bravo-show-by-brands-list li a.bravo-show-by-brands-image:hover {
  opacity: 0.6;
}
.bravo-show-by-brands .bravo-show-by-brands-list li a.bravo-show-by-brands-no-img-admin {
  display: none;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #a3a6b3;
  background-color: #f6f6f6;
  padding: 3px 17px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.bravo-show-by-brands .bravo-show-by-brands-list li a.bravo-show-by-brands-no-img-admin:hover {
  color: #424865;
}
.bravo-show-by-brands .bravo-show-by-brands-list li a.bravo-show-by-brands-no-img-admin {
  display: none !important;
  width: auto;
  height: auto;
}
.bravo-show-by-brands .bravo-show-by-brands-list li:hover a.bravo-show-by-brands-no-img-admin {
  display: block !important;
}
.bravo-show-by-brands .bravo-show-by-brands-no-brands {
  margin-top: 40px;
}

/* 
* 16. Override woocommerce shopping cart &amp; wishlist page (sass/_woocommerce-shopping-cart-wishlist.scss)
*/
.woocommerce-cart-title {
  margin: 90px 0 46px 0;
  font-size: 44px;
  line-height: 48px;
}
.woocommerce table.shop_table, .woocommerce table.wishlist_table {
  border-radius: 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.woocommerce table.shop_table td, .woocommerce table.wishlist_table td {
  padding: 20px 22px;
}
.woocommerce table.shop_table tbody td, .woocommerce table.wishlist_table tbody td {
  padding: 20px 22px;
}
.wishlist_table tr td.product-thumbnail a {
  width: 78px;
  height: 78px;
  display: inline-block;
  border: 1px solid #ddd;
  overflow: hidden;
  text-align: center;
}
.wishlist_table tr td.product-thumbnail a img {
  max-height: 78px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
}
.woocommerce a.remove {
  width: auto;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  font-size: 24px;
  position: relative;
  left: 0px;
}
.woocommerce td.product-name p.backorder_notification {
  margin: 2px 0;
}
.woocommerce .wishlist_table a.remove {
  left: 4px;
}
.woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail, #add_payment_method table.cart .product-thumbnail {
  min-width: 78px;
  text-align: center;
}
.woocommerce-cart table.cart .product-thumbnail a, .woocommerce-checkout table.cart .product-thumbnail a, #add_payment_method table.cart .product-thumbnail a {
  display: block;
  width: 78px;
  height: 78px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img, #add_payment_method table.cart img {
  max-height: 78px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.woocommerce-cart table.cart td.actions .coupon, .woocommerce-checkout table.cart td.actions .coupon, #add_payment_method table.cart td.actions .coupon {
  margin: 10px 0 10px 46px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, #add_payment_method table.cart td.actions .coupon .input-text {
  width: 220px;
  padding: 6px 12px 6px 12px;
  margin: 0 4px 0 0;
  border: 1px solid #e4e4e4;
}
.woocommerce-cart table.cart .product-name, .woocommerce-checkout table.cart .product-name, #add_payment_method table.cart .product-name, .woocommerce-cart table.cart .product-price, .woocommerce-checkout table.cart .product-price, #add_payment_method table.cart .product-price, .woocommerce-cart table.cart .product-quantity, .woocommerce-checkout table.cart .product-quantity, #add_payment_method table.cart .product-quantity, .woocommerce-cart table.cart .product-subtotal, .woocommerce-checkout table.cart .product-subtotal, #add_payment_method table.cart .product-subtotal {
  padding-left: 20px;
}
.woocommerce-cart table.cart .product-name a, .woocommerce-checkout table.cart .product-name a, #add_payment_method table.cart .product-name a {
  color: #424865;
}
.woocommerce-cart table.cart .product-name a:hover, .woocommerce-checkout table.cart .product-name a:hover, #add_payment_method table.cart .product-name a:hover {
  color: #d33;
}
.woocommerce-cart table.cart input, .woocommerce-checkout table.cart input, #add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
  line-height: 1;
}
.woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout, #add_payment_method .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout a.checkout-button {
  color: #fff;
  padding: 18px 24px 18px 24px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: normal;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button, .woocommerce-checkout .cart-collaterals .shipping_calculator .button, #add_payment_method .cart-collaterals .shipping_calculator .button {
  width: 100%;
  float: none;
  display: block;
}
.woocommerce-cart .cart-collaterals .cart_totals p small, .woocommerce-checkout .cart-collaterals .cart_totals p small, #add_payment_method .cart-collaterals .cart_totals p small {
  font-size: 11px;
}
.woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table, #add_payment_method .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal th, .woocommerce-checkout .cart-collaterals .cart_totals table .cart-subtotal th, #add_payment_method .cart-collaterals .cart_totals table .cart-subtotal th, .woocommerce-cart .cart-collaterals .cart_totals table .order-total th, .woocommerce-checkout .cart-collaterals .cart_totals table .order-total th, #add_payment_method .cart-collaterals .cart_totals table .order-total th {
  padding-top: 20px;
  padding-left: 22px;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product, #add_payment_method .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address, #add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .notes, #add_payment_method .checkout .col-2 .notes {
  clear: left;
}
.woocommerce-cart .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .form-row-first, #add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small, #add_payment_method .checkout .create-account small {
  font-size: 11px;
  font-weight: normal;
}
.woocommerce-cart .checkout div.shipping-address, .woocommerce-checkout .checkout div.shipping-address, #add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce-cart .checkout .shipping_address, .woocommerce-checkout .checkout .shipping_address, #add_payment_method .checkout .shipping_address {
  clear: both;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  border-radius: 0;
  background-color: #d33;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1.2px;
  color: #fff;
  padding: 14px 28px 14px 28px;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover {
  background-color: #424865;
  color: #fff;
}
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
  background-color: #424865;
  color: #fff;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover {
  background-color: #d33;
  color: #fff;
}
.woocommerce a.button.alt.disabled, .woocommerce button.button.alt.disabled, .woocommerce input.button.alt.disabled, .woocommerce #respond input#submit.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce button.button.alt:disabled, .woocommerce input.button.alt:disabled, .woocommerce #respond input#submit.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce input.button.alt.disabled:hover, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce button.button.alt:disabled:hover, .woocommerce input.button.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  background-color: #a3a6b3;
  color: #fff;
}
.woocommerce a.button:disabled, .woocommerce button.button:disabled, .woocommerce input.button:disabled, .woocommerce #respond input#submit:disabled, .woocommerce a.button.disabled, .woocommerce button.button.disabled, .woocommerce input.button.disabled, .woocommerce #respond input#submit.disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button:disabled[disabled], .woocommerce input.button:disabled[disabled], .woocommerce #respond input#submit:disabled[disabled] {
  color: #424865;
  background-color: #a3a6b3;
  padding: 0 24px 0 24px;
}
.woocommerce a.button:disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce a.button.disabled:hover, .woocommerce button.button.disabled:hover, .woocommerce input.button.disabled:hover, .woocommerce #respond input#submit.disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit:disabled[disabled]:hover {
  color: #424865;
  background-color: #a3a6b3;
}
.woocommerce input[name="update_cart"] {
  position: relative;
  right: 40px;
  top: 10px;
}
.woocommerce .cart-collaterals .cart_totals {
  margin: 70px 0 90px 0;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 22px 0;
}
.woocommerce .cart-collaterals .cart_totals p small {
  font-size: 12px;
}
.woocommerce .cart-collaterals .cart_totals table {
  padding: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce .cart-collaterals .cart_totals table tr:last-child th, .woocommerce .cart-collaterals .cart_totals table tr:last-child td {
  border-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals .discount td {
  color: #d33;
}
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th {
  border-top: 0 none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.shopping-cart .minicart-wrapper {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
  position: absolute;
  right: 20px;
  z-index: 100;
  top: 100px;
  width: 300px;
  background-color: #fff;
  padding: 10px 30px 20px 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.shopping-cart .minicart-wrapper .minicart-inner-wrapper {
  position: relative;
}
.shopping-cart:hover .minicart-wrapper {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
#yith-wcwl-messages {
  float: left;
  width: 100%;
}
#yith-wcwl-form {
  float: left;
  width: 100%;
  margin: 100px 0 100px 0;
}
#yith-wcwl-form form {
  margin-top: 0px;
}
#yith-wcwl-form .woocommerce-message {
  margin-bottom: 20px;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
  font-weight: normal;
  letter-spacing: 1.2px;
}
.woocommerce .wishlist-title h2 {
  padding: 0;
}
.woocommerce table.wishlist_table {
  font-size: 16px;
}
.woocommerce table.wishlist_table .yith-wcqv-button {
  display: none;
}
.woocommerce table.wishlist_table tr td.product-remove div {
  margin-left: 3px;
}
.woocommerce .wishlist_table td.product-add-to-cart a.add_to_cart {
  border-radius: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.woocommerce .wishlist_table tr td.product-name a {
  color: #424865;
}
.woocommerce .wishlist_table tr td.product-name a:hover {
  color: #d33;
}
.woocommerce .wishlist_table tr td.product-price, .woocommerce .wishlist_table tr td.product-stock-status {
  text-align: left;
}
.woocommerce .wishlist_table tr td.product-price {
  font-size: 20px;
  line-height: 26px;
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.woocommerce .wishlist_table tr td.product-price ins {
  text-decoration: none;
}
.woocommerce .wishlist_table tr td.product-price del {
  opacity: 0.5;
}
.woocommerce .cart_totals .cart-subtotal td, .woocommerce .cart_totals .order-total td {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
}
.woocommerce .cart-collaterals .cart_totals table tr:last-child th {
  padding-top: 24px;
}
.woocommerce table.shop_table tbody:first-child tr:first-child th {
  padding-top: 24px;
}
.woocommerce ul.products li.product .yith-wcqv-button {
  opacity: 0;
  position: absolute;
  top: 260px;
  right: 20px;
  z-index: 100;
  background-color: #424865;
  color: #fff;
  padding: 10px 12px;
  width: 40px;
  height: 36px;
}
.woocommerce ul.products li.product .yith-wcqv-button:before {
  content: "\ecab";
  color: #fff;
  font-size: 16px;
}
.woocommerce ul.products li.product .yith-wcqv-button:hover {
  background-color: #d33;
}
.woocommerce ul.products li.product:hover .yith-wcqv-button {
  opacity: 1;
}
.columns-3 ul.products li.product .yith-wcqv-button {
  top: 264px;
}
#yith-quick-view-modal, #yith-quick-view-content {
  padding: 34px;
}
#yith-quick-view-close {
  color: #424865;
  opacity: 1;
  border: 0 none;
  font-size: 0px;
  margin: 20px 16px 0 0;
}
#yith-quick-view-close:before {
  content: "\ed6a";
  font-size: 22px;
}
#yith-quick-view-content h1 {
  font-family: 'Fira Sans Condensed', sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: 26px;
  line-height: 38px;
  margin: 20px 0 10px 0;
}
#yith-quick-view-content .product_meta {
  display: none;
}
#yith-quick-view-content div.summary {
  padding: 0 30px 0 30px;
}
#yith-quick-view-content .price {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: bold;
  margin: 10px 0 14px 0;
}
#yith-quick-view-content .price .woocommerce-Price-amount {
  font-weight: bold;
}
#yith-quick-view-content .star-rating {
  margin: 0 0 10px 0;
}
#yith-quick-view-content .onsale {
  top: 20px;
  left: 20px;
}
#yith-quick-view-content div.product form.cart, #yith-quick-view-content div.product p.cart {
  margin: 20px 0 20px 0;
}
#yith-quick-view-content .woocommerce-product-details__short-description {
  display: none;
}
#yith-quick-view-modal .yith-wcqv-main {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
}
.return-to-shop {
  margin-bottom: 110px;
}
.WooZone-country-check-small {
  float: left;
  width: 100%;
  font-family: 'Fira Sans Condensed', sans-serif;
}

/* 
* 17. Override woocommerce checkout page (sass/_woocommerce-checkout.scss)
*/
.woocommerce .woocommerce-checkout-review-order {
  margin: 0px 0 110px 0;
}
.woocommerce .woocommerce-info {
  border-top-color: #ddd;
}
.woocommerce .woocommerce-info:before {
  color: #a3a6b3;
  font-size: 16px;
}
.woocommerce .woocommerce-checkout {
  margin-top: 70px;
}
.woocommerce .woocommerce-checkout h3 {
  font-size: 28px;
  line-height: 38px;
  margin: 0 0 20px 0;
}
.woocommerce form .form-row label {
  margin: 30px 0 6px 0;
  line-height: 26px;
}
.woocommerce #order_review_heading {
  margin: 60px 0 30px 0;
}
.select2-container ul li {
  margin-left: 4px;
}
.select2-container .select2-selection--single {
  border-radius: 0;
  height: 46px;
  padding: 9px 3px 5px 3px;
  border: 1px solid #ddd;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #424865;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
  border-color: #e11f1f;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border-color: #009b23;
}
.woocommerce-checkout-payment {
  margin-top: 60px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #fff;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0 none;
  padding: 0;
}
.woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input, #add_payment_method #payment ul.payment_methods li input {
  margin: -1px 6px 0 0;
}
.woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img, #add_payment_method #payment ul.payment_methods li img {
  margin: -3px 14px 0 8px;
}
.woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box, #add_payment_method #payment div.payment_box {
  padding: 12px 26px 12px 26px;
  margin: 6px 0 20px 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 0;
  background-color: #ddd;
  color: #424865;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  border-color: #ddd;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child, #add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 12px;
}
.woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li, #add_payment_method #payment ul.payment_methods li {
  line-height: 22px;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #424865;
}
.woocommerce form .form-row textarea {
  height: 166px;
  line-height: 26px;
}
.woocommerce table.shop_table {
  margin-top: 34px;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  padding: 20px 22px;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal, #add_payment_method #payment .payment_method_paypal .about_paypal {
  font-size: 13px;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal:hover, .woocommerce-checkout #payment .payment_method_paypal .about_paypal:hover, #add_payment_method #payment .payment_method_paypal .about_paypal:hover {
  text-decoration: underline;
}
.woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row, #add_payment_method #payment div.form-row {
  padding: 0;
  margin: 40px 0 0 0;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: left;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 26px 30px 26px 60px;
  margin: 2px 0 0 0;
  color: #424865;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  top: 26px;
  left: 28px;
}
.woocommerce-error .showcoupon:hover, .woocommerce-info .showcoupon:hover, .woocommerce-message .showcoupon:hover {
  text-decoration: underline;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
  margin: 0 0 10px 0;
}
.woocommerce-error li:last-child, .woocommerce-info li:last-child, .woocommerce-message li:last-child {
  margin: 0;
}
.woocommerce-NoticeGroup {
  margin-bottom: 60px;
}

/* 
* 18. Override woocommerce account page (sass/_woocommerce-account.scss)
*/
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 26%;
}
.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
  margin: 0 0 100px 0;
}
.woocommerce-MyAccount-navigation ul {
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  margin: 2px 0 2px 0;
  padding: 0;
  border-left: 2px solid #f6f6f6;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #424865;
  background-color: #f6f6f6;
  display: block;
  padding: 12px 24px 12px 24px;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #d33;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  border-left: 2px solid #d33;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #d33;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard {
  border-left: 2px solid #424865;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a {
  background-color: #424865;
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:hover {
  color: #fff;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  margin-top: -19px;
  position: relative;
  top: 9px;
  margin-left: 6px;
}
.woocommerce-Addresses {
  margin-top: 40px;
}
.woocommerce-Addresses h3 {
  font-size: 28px;
  line-height: 38px;
  width: 100%;
}
.woocommerce-Addresses address {
  font-style: normal;
  margin: 16px 0 0 0;
  line-height: 28px;
}
.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {
  float: left;
  margin: 2px 0 12px 0;
  color: #d33;
}
.woocommerce-account .addresses .title .edit:hover, .woocommerce-account ul.digital-downloads li .count:hover {
  text-decoration: underline;
}
.woocommerce-EditAccountForm {
  margin-top: -24px;
}
.woocommerce-MyAccount-content fieldset {
  margin-top: 60px;
}
.woocommerce-MyAccount-content legend {
  font-family: 'Bebas Neue', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 28px;
  color: #424865;
}
.woocommerce-MyAccount-content a:active, .woocommerce-MyAccount-content a:focus {
  color: #d33;
}
.woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-error, .woocommerce-account .woocommerce-info, .woocommerce-account .woocommerce-message {
  margin: 2px 0 50px 0;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border-radius: 0;
  border: 0 none;
  margin: 0 0 100px 0;
  padding: 0;
}
.woocommerce form.checkout_coupon .form-row label, .woocommerce form.login .form-row label, .woocommerce form.register .form-row label {
  margin: 20px 0 6px 0;
}
.woocommerce form.checkout_coupon .woocommerce-form__label-for-checkbox, .woocommerce form.login .woocommerce-form__label-for-checkbox, .woocommerce form.register .woocommerce-form__label-for-checkbox {
  position: relative;
  left: 8px;
}
.woocommerce form.checkout_coupon .woocommerce-form__label-for-checkbox span, .woocommerce form.login .woocommerce-form__label-for-checkbox span, .woocommerce form.register .woocommerce-form__label-for-checkbox span {
  position: relative;
  top: 2px;
  left: 2px;
}
.woocommerce form .form-row {
  padding: 0;
}
#customer_login h2 {
  font-size: 22px;
  line-height: 38px;
  margin: 4px 0 12px 0;
}
.woocommerce-LostPassword {
  margin-top: 20px;
}
.woocommerce-LostPassword a:hover {
  text-decoration: underline;
}
.woocommerce-ResetPassword {
  margin-bottom: 100px;
}

/* 
* 19. Override woocommerce widgets (sass/_woocommerce-widgets.scss)
*/
.minicart-wrapper ul.cart_list, .minicart-wrapper ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
.minicart-wrapper ul.cart_list li, .minicart-wrapper ul.product_list_widget li {
  margin: 4px 0 4px 0;
  list-style: none;
  float: left;
  width: 100%;
  padding: 12px 0;
  min-height: 70px;
  position: relative;
}
.minicart-wrapper ul.cart_list li:last-child, .minicart-wrapper ul.product_list_widget li:last-child {
  min-height: 50px;
}
.minicart-wrapper ul.cart_list li .quantity, .minicart-wrapper ul.product_list_widget li .quantity {
  line-height: 16px;
  display: block;
  float: left;
  padding: 4px 0 0 72px;
  margin: 0;
}
.minicart-wrapper ul.cart_list li a, .minicart-wrapper ul.product_list_widget li a {
  display: block;
  font-weight: normal;
  color: #424865;
  padding-left: 72px;
  margin: -12px 0 0 0;
}
.minicart-wrapper ul.cart_list li a:hover, .minicart-wrapper ul.product_list_widget li a:hover {
  color: #d33;
}
.minicart-wrapper ul.cart_list li img, .minicart-wrapper ul.product_list_widget li img {
  height: auto;
  box-shadow: none;
  width: 54px;
  float: left;
  margin: 2px 18px 0 0;
  position: absolute;
  top: 4px;
  left: 0;
}
.minicart-wrapper ul.cart_list li a.remove, .minicart-wrapper ul.product_list_widget li a.remove {
  margin: 0;
  padding-left: 0;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  left: -12px;
  top: -6px;
  background-color: #f6f6f6;
  color: #d33;
  z-index: 10;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  position: absolute;
  z-index: 100;
}
.minicart-wrapper ul.cart_list li a.remove:hover, .minicart-wrapper ul.product_list_widget li a.remove:hover {
  background-color: #d33;
  color: #fff;
}
.minicart-wrapper ul.cart_list li .star-rating, .minicart-wrapper ul.product_list_widget li .star-rating {
  float: none;
}
.minicart-wrapper.widget_shopping_cart .buttons a, .minicart-wrapper .widget_shopping_cart .buttons a {
  margin-right: 2px;
  margin-bottom: 2px;
}
.minicart-wrapper .woocommerce-mini-cart__total {
  float: left;
  width: 100%;
  margin: 14px 0 20px 0;
}
.minicart-wrapper a.button {
  border-radius: 0;
  background-color: #d33;
  font-family: 'Bebas Neue', sans-serif;
  letter-spacing: 1.2px;
  line-height: 20px;
  color: #fff;
  padding: 14px 28px 14px 28px;
  display: inline-block;
  width: auto;
  font-weight: bold;
  margin: 0 2px 2px 0;
}
.minicart-wrapper a.button:hover {
  background-color: #424865;
  color: #fff;
}
.woocommerce ul.cart_list {
  list-style: none;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-weight: normal;
  color: #424865;
  padding-left: 72px;
}
.woocommerce ul.cart_list li a:hover, .woocommerce ul.product_list_widget li a:hover {
  color: #d33;
}
.woocommerce ul.cart_list li img {
  top: 2px;
}
.woocommerce ul.cart_list li a.remove, .woocommerce ul.product_list_widget li a.remove {
  padding-left: 0;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
  top: 4px;
  width: 54px;
  height: 54px;
  float: left;
  margin: 2px 18px 0 0;
  position: absolute;
  left: 0;
  display: block;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
  padding: 12px 0;
  min-height: 70px;
  position: relative;
}
.woocommerce ul.cart_list li:last-child, .woocommerce ul.product_list_widget li:last-child {
  min-height: 50px;
}
.woocommerce ul.cart_list li .quantity, .woocommerce ul.product_list_widget li .quantity {
  line-height: 16px;
  display: block;
  float: left;
  padding: 4px 0 0 72px;
  margin: 0;
}
.woocommerce ul.product_list_widget .quantity {
  margin-left: 12px;
}
.woocommerce .widget_products ul.cart_list li img, .woocommerce .widget_recently_viewed_products ul.cart_list li img, .woocommerce .widget_top_rated_products ul.cart_list li img, .woocommerce .widget_products ul.product_list_widget li img, .woocommerce .widget_recently_viewed_products ul.product_list_widget li img, .woocommerce .widget_top_rated_products ul.product_list_widget li img {
  top: 16px;
}
.woocommerce .widget_products .woocommerce-Price-amount, .woocommerce .widget_recently_viewed_products .woocommerce-Price-amount, .woocommerce .widget_top_rated_products .woocommerce-Price-amount {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: bold;
  color: #d33;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  padding: 4px 0 0 72px;
}
.woocommerce .widget_products .woocommerce-Price-amount:last-child, .woocommerce .widget_recently_viewed_products .woocommerce-Price-amount:last-child, .woocommerce .widget_top_rated_products .woocommerce-Price-amount:last-child {
  padding-left: 2px;
}
.woocommerce .widget_products del .woocommerce-Price-amount, .woocommerce .widget_recently_viewed_products del .woocommerce-Price-amount, .woocommerce .widget_top_rated_products del .woocommerce-Price-amount {
  text-decoration: line-through;
}
.woocommerce .widget_products del .woocommerce-Price-amount:last-child, .woocommerce .widget_recently_viewed_products del .woocommerce-Price-amount:last-child, .woocommerce .widget_top_rated_products del .woocommerce-Price-amount:last-child {
  padding-left: 72px;
}
.woocommerce .widget_products ins, .woocommerce .widget_recently_viewed_products ins, .woocommerce .widget_top_rated_products ins {
  text-decoration: none;
}
.woocommerce .widget_products ins .woocommerce-Price-amount, .woocommerce .widget_recently_viewed_products ins .woocommerce-Price-amount, .woocommerce .widget_top_rated_products ins .woocommerce-Price-amount {
  padding-left: 12px;
}
.woocommerce .widget_recent_reviews ul.cart_list li img, .woocommerce .widget_recent_reviews ul.product_list_widget li img {
  top: 16px;
}
.woocommerce .widget_recent_reviews ul.cart_list li .star-rating, .woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating, .woocommerce .widget_recent_reviews ul.cart_list li .reviewer, .woocommerce .widget_recent_reviews ul.product_list_widget li .reviewer {
  float: left;
  width: auto;
  display: block;
  clear: both;
  margin-left: 72px;
}
.woocommerce .widget_recent_reviews ul.cart_list li .star-rating, .woocommerce .widget_recent_reviews ul.product_list_widget li .star-rating {
  padding: 0 0 0 90px;
  margin-top: 6px;
}
.woocommerce .widget_top_rated_products ul.cart_list li .star-rating, .woocommerce .widget_top_rated_products ul.product_list_widget li .star-rating {
  float: left;
  width: auto;
  display: block;
  clear: both;
  margin-left: 72px;
  padding: 0 0 0 90px;
  margin-top: 6px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
  top: -6px;
  left: -12px;
  background-color: #f6f6f6;
  margin-bottom: 8px;
  z-index: 10;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover, .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
  background-color: #d33;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
  padding-left: 0;
  margin: 8px 0 8px 0;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
  padding: 24px 0 14px 0;
}
.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
  margin-right: 2px;
  margin-bottom: 2px;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
  margin: 12px 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #424865;
  width: 5px;
  height: 13px;
  border-radius: 0;
  top: -4px;
  margin-left: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #424865;
  border-radius: 0;
  top: 0;
  margin-left: 0;
  height: 5px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 0;
  background-color: #ddd;
  top: 0;
  margin-left: 0;
  height: 5px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  margin-top: 40px;
  position: relative;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  position: absolute;
  top: -22px;
  left: 0;
  font-size: 16px;
  line-height: 26px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  position: relative;
  top: 30px;
}
.woocommerce .widget_product_tag_cloud .tagcloud {
  font-size: 0;
}
.woocommerce .widget_product_tag_cloud .tagcloud a {
  padding: 3px 18px 2px 18px;
  margin-right: 2px;
  margin-bottom: 2px;
  color: #d33;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  display: inline-block;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
}
.woocommerce .widget_product_tag_cloud .tagcloud a:hover {
  color: #d33;
  background-color: #f6f6f6;
  text-decoration: none;
}
.woocommerce-product-search input[type="search"] {
  height: 38px;
  margin-bottom: 2px;
  width: 90%;
}

/* 
* 20. Lightbox styling (sass/_lightbox.scss)
*/
#omb-lightbox-overlay {
  display: none;
  z-index: 999;
}
#omb-lightbox-overlay, #omb-lightbox-overlay #omb-lightbox-mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#omb-lightbox-overlay #omb-lightbox-mask {
  display: block;
  background-color: rgba(40, 40, 40, .2);
  z-index: 1;
}
#omb-lightbox-overlay #omb-lightbox-content-wrapper {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#omb-lightbox-overlay #omb-lightbox-content-wrapper #omb-lightbox-content {
  position: relative;
  overflow: auto;
  padding: 40px 40px;
  height: auto;
}
#omb-lightbox-overlay #omb-lightbox-content-wrapper .omb-lightbox-header {
  min-height: 70px;
  padding: 40px 40px 0 40px;
}
#omb-lightbox-overlay #omb-lightbox-content-wrapper .omb-lightbox-header .title {
  display: inline-block;
  line-height: 30px;
  padding: 1px 0;
}
#omb-lightbox-overlay #omb-lightbox-content-wrapper .omb-lightbox-header #omb-lightbox-close {
  float: right;
  display: inline-block;
  background-color: #282828;
  color: #fff;
  padding: 2px 9px;
}

/* 
* 21. Media Queries (sass/_mediaqueries.scss)
*/
body:before {
  display: none;
  content: '';
}
@media (min-width: 0) {
  body:before {
    content: 'Breakpoint: < XS ( < 480 )';
  }
}
@media (min-width: 480px) {
  body:before {
    content: 'Breakpoint: >= XS ( min-width: 480 )';
  }
}
@media (min-width: 768px) {
  body:before {
    content: 'Breakpoint: >= SM ( min-width: 768 )';
  }
}
@media (min-width: 992px) {
  body:before {
    content: 'Breakpoint: >= MD ( min-width: 992 )';
  }
}
@media (min-width: 1200px) {
  body:before {
    content: 'Breakpoint: >= LG ( min-width: 1200 )';
  }
}
@media (min-width: 768px) {
  .wpb-js-composer .container-fluid .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border-color: transparent;
  }
  .wpb-js-composer .container-fluid .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: transparent;
  }
}
@media (min-width: 992px) and (max-width: 1249px) {
  .container-fluid {
    width: 900px;
  }
  .blog-portrait-wrapper {
    min-height: 278px;
  }
  .blog-portrait-wrapper .imgp-wrapper {
    width: 190px;
  }
  .prc-margin {
    margin: 0 0 0 220px;
  }
  .post-portrait-date {
    margin: 14px 0 11px 0;
  }
  .fc-2col .carousel-cell, .fc-3col .carousel-cell {
    width: 429px;
    margin-right: 42px;
  }
  .fc-3col .carousel-cell {
    width: 272px;
    margin-right: 42px;
  }
  .col-lg-9 .fc-2col .carousel-cell, .col-lg-9 .fc-3col .carousel-cell {
    width: 311.25px;
    margin-right: 42px;
  }
  .col-lg-9 .fc-4col .carousel-cell {
    width: 193.5px;
    margin-right: 42px;
  }
  .col-lg-9 .fc-5col .carousel-cell {
    width: 134.625px;
    margin-right: 42px;
  }
  .woocommerce a.remove {
    left: 0;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 311px;
  }
  .woocommerce ul.products li.product .bravo-product-wrapper, .woocommerce-page ul.products li.product .bravo-product-wrapper {
    height: 392px;
    margin-bottom: 30px;
  }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link, .woocommerce-page ul.products li.product a.woocommerce-LoopProduct-link {
    height: 351px;
  }
  .woocommerce ul.products li.product:nth-child(3n+3), .woocommerce-page ul.products li.product:nth-child(3n+3) {
    margin-right: 42px;
  }
  .woocommerce ul.products li.product:nth-child(2n+2), .woocommerce-page ul.products li.product:nth-child(2n+2) {
    margin-right: 0;
  }
  .inner-content ul.products li.product:nth-child(2n+2), .inner-content ul.products li.product:nth-child(4n+4) {
    clear: none;
    margin-right: 0;
  }
  .columns-4 ul.products li.product {
    width: 193px;
  }
  .columns-4 ul.products li.product .bravo-product-wrapper {
    height: 241px;
    margin-bottom: 30px;
  }
  .columns-4 ul.products li.product a.woocommerce-LoopProduct-link {
    height: 241px;
  }
  .columns-4 ul.products li.product:nth-child(2n+2) {
    margin-right: 42px;
    clear: none;
  }
  .columns-4 ul.products li.product:nth-child(4n+4) {
    clear: none;
    margin-right: 0;
  }
  .columns-4 ul.products li.product .yith-wcqv-button {
    top: 158px;
    /* shoplist fullwidth */
  }
  .shoplist-fullwidth ul.products li.product {
    width: 202px;
  }
  .shoplist-fullwidth .woocommerce ul.products li.product .bravo-product-wrapper, .woocommerce-page ul.products li.product .bravo-product-wrapper {
    height: 290px;
  }
  .shoplist-fullwidth {
    margin-bottom: 100px;
  }
  .woocommerce .shoplist-fullwidth ul.products li.product, .woocommerce-page ul.products li.product {
    margin-right: 30px;
  }
  .shoplist-fullwidth ul.products li.product:nth-child(2n+2) {
    margin-right: 30px;
  }
  .shoplist-fullwidth ul.products li.product:nth-child(3n+3) {
    margin-right: 30px;
  }
  .shoplist-fullwidth ul.products li.product:nth-child(4n+4) {
    margin-right: 0;
  }
  .shoplist-fullwidth ul.products li.product:nth-child(4n+5) {
    clear: both;
  }
  .woocommerce.columns-5 ul.products li.product, .woocommerce-page ul.products li.product {
    margin-right: 32px;
  }
  .columns-5 ul.products li.product:nth-child(2n+2) {
    margin-right: 32px;
  }
  .columns-5 ul.products li.product:nth-child(5n+5) {
    margin-right: 0;
  }
  .columns-5 ul.products li.product:nth-child(5n+6) {
    clear: both;
  }
  .woocommerce.columns-5 ul.products li.product {
    width: 17.12%;
  }
  .woocommerce.columns-5 ul.products li.product .bravo-product-wrapper {
    height: 200px;
    margin-bottom: 20px;
  }
  .woocommerce.columns-5 ul.products li.product a.woocommerce-LoopProduct-link {
    height: 250px;
  }
  .woocommerce.columns-5 ul.products li.product .yith-wcqv-button {
    top: 118px;
  }
  .woocommerce table.wishlist_table tr td.product-remove div {
    margin-left: 7px;
  }
  .woocommerce .wishlist_table td.product-add-to-cart {
    min-width: 180px;
  }
  .inner-content ul.products li.product .yith-wcqv-button {
    top: 282px;
    /* contact page */
  }
  .bravo-contact-content.vc_col-sm-9 {
    width: 74%;
    /* related products */
  }
  .woocommerce .related ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 47%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container-fluid {
    width: 660px;
  }
  header .top-banner {
    float: left;
    margin: 26px 0 20px 0;
  }
  header .header-top {
    padding: 20px 0 18px 0;
  }
  .top-menu ul {
    float: left;
    margin-top: 14px;
  }
  .top-menu ul li {
    margin: 0 40px 0 0;
  }
  .sidebar {
    margin-top: 100px;
  }
  .fc-2col .carousel-cell, .fc-3col .carousel-cell, .fc-4col .carousel-cell, .fc-5col .carousel-cell {
    width: 309px;
    margin-right: 42px;
  }
  .col-lg-9 .fc-2col .carousel-cell {
    width: 309px;
  }
  .col-lg-9 .fc-3col .carousel-cell {
    width: 192px;
  }
  .col-lg-9 .fc-4col .carousel-cell {
    width: 133.5px;
  }
  .col-lg-9 .fc-5col .carousel-cell {
    width: 98.4px;
  }
  .sf-menu, #alternate_menu {
    display: none;
  }
  .slicknav_menu, .rm-text {
    display: block;
  }
  #commentform textarea {
    width: 100%;
  }
  #commentform #author, #commentform #email, #commentform #url {
    width: 100%;
  }
  .st-custom-headline {
    /* contact form 7 */
  }
  .st-custom-headline h1, .st-custom-headline h2, .st-custom-headline h3, .st-custom-headline h4, .st-custom-headline h5, .st-custom-headline h6 {
    margin: 0;
  }
  .wpcf7-form {
    /* newsletter */
  }
  .wpcf7-form .wpcf7-text {
    width: 56%;
  }
  .newsletter-title, .newsletter-desc, .newsletter-form-content, .newsletter-disclaimer {
    float: left;
    width: calc(100% - 76px);
    margin-left: 38px;
    margin-right: 38px;
  }
  .clients-carousel .flickity-viewport {
    width: calc(100% - 210px);
    margin-left: 115px;
  }
  .clients-carousel .carousel-cell .clients-tooltip {
    margin-left: -54px;
  }
  .fc-2col.latest-blog-portrait .carousel-cell {
    width: 100%;
    margin-right: 0;
  }
  .woocommerce .inner-content {
    display: inline-block;
    margin-top: 40px;
  }
  .woocommerce a.remove {
    left: 0;
  }
  .product-thumbnail {
    display: none;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 40%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 54%;
  }
  .woocommerce table.wishlist_table tr td.product-remove div {
    margin-left: 7px;
  }
  .woocommerce .wishlist_table td.product-add-to-cart {
    min-width: 180px;
  }
  .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .inner-content ul.products li.product:nth-child(2n+2), .inner-content ul.products li.product:nth-child(4n+4) {
    clear: none;
    margin-right: 0;
  }
  .woocommerce ul.products li.product, .woocommerce.columns-5 ul.products li.product {
    width: 309px;
  }
  .woocommerce ul.products li.product .bravo-product-wrapper, .woocommerce.columns-5 ul.products li.product .bravo-product-wrapper {
    height: 381px;
    margin-bottom: 30px;
  }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link, .woocommerce.columns-5 ul.products li.product a.woocommerce-LoopProduct-link {
    height: 381px;
  }
  .woocommerce ul.products li.product:nth-child(2n+3), .woocommerce.columns-5 ul.products li.product:nth-child(2n+3) {
    clear: both;
  }
  .woocommerce ul.products li.product:nth-child(3n+3), .woocommerce.columns-5 ul.products li.product:nth-child(3n+3) {
    margin-right: 0;
  }
  .woocommerce ul.products li.product .yith-wcqv-button, .woocommerce.columns-5 ul.products li.product .yith-wcqv-button {
    top: 296px;
    /* contact page */
  }
  .bravo-contact-content.vc_col-sm-9 {
    width: 100%;
  }
  .bravo-contact-sidebar.vc_col-sm-3 {
    width: 100%;
    margin-left: 0;
    /* related products */
  }
  .woocommerce .related ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 46%;
  }
}
@media (max-width: 768px) {
  .container-fluid {
    width: 400px;
  }
  header .top-banner {
    float: left;
    margin: 26px 0 20px 0;
  }
  header .shopping-cart {
    float: left;
    margin: 10px 0 10px 0;
  }
  footer .impressum {
    float: left;
    text-align: left;
    margin: 30px 0 26px 0;
  }
  header .top-menu {
    margin-top: 4px;
    float: left;
    width: 100%;
  }
  header .top-menu ul {
    float: left;
  }
  header .top-menu ul li {
    margin: 0 25px 0 0;
    line-height: 20px;
  }
  .row-eq-height {
    display: block;
  }
  .sb-right {
    margin-top: 100px;
    float: left;
    width: 100%;
  }
  .sb-left {
    float: left;
    width: 100%;
  }
  .inner-content {
    clear: both;
  }
  .woocommerce .inner-content {
    width: 100%;
  }
  .single-product.woocommerce div.product {
    width: 100%;
  }
  .blog-portrait-wrapper {
    position: relative;
    margin: 0 0 100px 0;
    float: left;
    width: 100%;
    min-height: 241px;
  }
  .blog-portrait-wrapper .imgp-wrapper {
    width: 170px;
  }
  .prc-margin {
    margin: 0 0 0 200px;
  }
  .post-portrait-date {
    margin: 0 0 11px 0;
  }
  .fc-2col .carousel-cell, .fc-3col .carousel-cell, .fc-4col .carousel-cell, .fc-5col .carousel-cell {
    width: 100%;
    margin-right: 42px;
  }
  .col-lg-9 .fc-2col .carousel-cell, .col-lg-9 .fc-3col .carousel-cell, .col-lg-9 .fc-4col .carousel-cell, .col-lg-9 .fc-5col .carousel-cell {
    width: 100%;
    margin-right: 42px;
  }
  .comments-list li li {
    padding-left: 0px;
  }
  .comment-body ul, .comment-body ol {
    margin: 4px 0 12px 0;
  }
  .comment-body ul li {
    margin: 9px 0 0 20px;
    padding: 0;
    list-style: outside disc;
  }
  .comment-body ul li li {
    margin-left: 20px;
  }
  .comment-body ol li {
    margin: 9px 0 0 20px;
    padding: 0;
    list-style: outside decimal;
  }
  .comment-body ol li li {
    margin-left: 20px;
  }
  .sf-menu, #alternate_menu {
    display: none;
  }
  .slicknav_menu, .rm-text {
    display: block;
  }
  .numbered-pagination .bravostore-pages-nb {
    display: none;
  }
  #scrollUp {
    bottom: 34px;
    right: 34px;
  }
  #commentform textarea {
    width: 100%;
  }
  #commentform #author, #commentform #email, #commentform #url {
    width: 100%;
  }
  .search__form {
    width: 70%;
  }
  .search__info {
    text-align: left;
  }
  .search__suggestion {
    font-size: 60%;
    width: 100%;
  }
  .search__suggestion:nth-child(2), .search__suggestion:nth-child(3) {
    display: none;
  }
  .st-custom-headline {
    /* contact form 7 */
  }
  .st-custom-headline h1, .st-custom-headline h2, .st-custom-headline h3, .st-custom-headline h4, .st-custom-headline h5, .st-custom-headline h6 {
    margin: 0;
  }
  .st-custom-headline h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .wpcf7-form {
    /* newsletter */
  }
  .wpcf7-form .wpcf7-text {
    width: 100%;
  }
  .newsletter-content {
    background-image: none !important;
  }
  .newsletter-content input[type="submit"] {
    margin: 0;
  }
  .clients-carousel {
    text-align: center;
  }
  .clients-carousel .flickity-viewport {
    width: calc(100% - 80px);
    margin-left: 40px;
  }
  .clients-carousel .carousel-cell .clients-tooltip {
    margin-left: 15px;
  }
  .woocommerce table > tbody > tr > td {
    border: 0 none;
  }
  .product-quantity {
    min-height: 88px;
  }
  .woocommerce table.shop_table_responsive tr td.product-quantity::before, .woocommerce-page table.shop_table_responsive tr td.product-quantity::before {
    margin: 12px 14px 0 0;
  }
  .quantity {
    float: right;
  }
  .woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child {
    margin-bottom: 0;
  }
  .woocommerce .inner-content {
    display: inline-block;
    margin-top: 40px;
  }
  .WooZone-country-check-small {
    float: right;
    width: 20px;
    margin-top: -2px;
  }
  .WooZone-country-check-small .WooZone-cc_status.available-todo:before {
    margin-top: 0;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-right: 0;
  }
  .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
    margin-right: 0;
  }
  .woocommerce ul.products li.product, .woocommerce.columns-5 ul.products li.product {
    width: 190px;
  }
  .woocommerce ul.products li.product .bravo-product-wrapper, .woocommerce.columns-5 ul.products li.product .bravo-product-wrapper {
    height: 260px;
    margin-bottom: 30px;
  }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link, .woocommerce.columns-5 ul.products li.product a.woocommerce-LoopProduct-link {
    height: 260px;
  }
  .woocommerce ul.products li.product:nth-child(2n+3), .woocommerce.columns-5 ul.products li.product:nth-child(2n+3) {
    clear: both;
  }
  .woocommerce ul.products li.product:nth-child(3n+3), .woocommerce.columns-5 ul.products li.product:nth-child(3n+3) {
    margin-right: 0;
  }
  .woocommerce ul.products li.product .yith-wcqv-button, .woocommerce.columns-5 ul.products li.product .yith-wcqv-button {
    top: 178px;
  }
  .woocommerce-cart table.cart td.actions .coupon, .woocommerce-checkout table.cart td.actions .coupon, #add_payment_method table.cart td.actions .coupon {
    margin: 0;
  }
  .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text + .button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: left;
    margin-top: 2px;
    width: 100%;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, #add_payment_method table.cart td.actions .coupon .input-text {
    width: 100%;
  }
  .woocommerce #content table.cart td.actions input[name="update_cart"], .woocommerce table.cart td.actions input[name="update_cart"], .woocommerce-page #content table.cart td.actions input[name="update_cart"], .woocommerce-page table.cart td.actions input[name="update_cart"] {
    width: auto;
    margin: 10px 0 40px 40px;
  }
  .woocommerce-cart table.cart td.actions .coupon, .woocommerce-checkout table.cart td.actions .coupon, #add_payment_method table.cart td.actions .coupon {
    margin-top: 30px;
  }
  .woocommerce table.shop_table_responsive tr td.product-name::before, .woocommerce-page table.shop_table_responsive tr td.product-name::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody tr td.product-name, .woocommerce-page table.shop_table_responsive tbody tr td.product-name {
    text-align: left !important;
  }
  .woocommerce a.remove {
    left: 0;
  }
  .woocommerce-additional-fields {
    margin-top: 60px;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
  .woocommerce-Addresses .woocommerce-Address {
    margin-bottom: 40px;
  }
  .woocommerce-Addresses .woocommerce-Address address {
    margin-top: 8px;
  }
  .woocommerce-Addresses .woocommerce-Address:last-child {
    margin-bottom: 0;
  }
  .woocommerce-list-sorting {
    margin: 40px 0 80px 0;
  }
  .woocommerce-list-sorting .woocommerce-ordering {
    padding: 0 0 30px 30px;
    float: left;
  }
  .woocommerce-list-sorting .woocommerce-ordering select {
    width: 270px;
  }
  .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: -8px;
    left: -12px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    border-left: 0 none;
    border-bottom: 0 none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 100%;
    border: 0 none;
    background-color: #fff;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    color: #d33;
    background-color: #fff;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding-left: 4px;
    padding-right: 0;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 0 none;
  }
  .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100%;
    /* related products */
  }
  .woocommerce .related ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 100%;
  }
  .minicart-wrapper {
    left: 20px;
    top: 80px;
  }
  .shopping-cart {
    float: left;
    height: 40px;
    width: 84px;
  }
  .shopping-cart i {
    float: left;
  }
  .woocommerce table.wishlist_table tr td.product-remove div {
    margin-left: 15px;
  }
  .woocommerce .wishlist_table td.product-add-to-cart {
    min-width: 180px;
  }
  .woocommerce table.wishlist_table {
    border-top: 0 none;
  }
  .woocommerce table.wishlist_table thead {
    display: none;
  }
  .woocommerce table.wishlist_table .product-remove, .woocommerce table.wishlist_table .product-thumbnail, .woocommerce table.wishlist_table .product-name, .woocommerce table.wishlist_table .product-price, .woocommerce table.wishlist_table .product-stock-status, .woocommerce table.wishlist_table .product-add-to-cart {
    width: 100%;
    float: left;
    border-right: 1px solid #ddd;
  }
  .woocommerce div.product {
    width: 238px;
  }
  .woocommerce-product-gallery__image {
    height: 320px;
  }
  .bravostore-slider .tparrows, .bravostore-slider .bravo-white-line, .bravostore-slider .bravo-decoration-line, .bravostore-slider .slider-button {
    display: none;
  }
  .container-fluid {
    /* contact page */
  }
  .container-fluid .wb-box .wb-right {
    width: 100%;
  }
  .container-fluid .wb-box .wb-left {
    width: 100%;
  }
  .bravo-contact-content.vc_col-sm-9 {
    width: 100%;
  }
  .bravo-contact-sidebar.vc_col-sm-3 {
    width: 100%;
    margin-left: 0;
    /* shop by brands widget */
  }
  .bravo-show-by-brands .bravo-show-by-brands-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .bravo-show-by-brands .bravo-show-by-brands-list li:before {
    border-bottom: 0;
  }
  .bravo-show-by-brands .bravo-show-by-brands-list li:after {
    border-right: 0;
  }
}
@media (max-width: 540px) {
  .fc-2col.latest-blog-portrait .flickity-prev-next-button {
    display: none;
  }
}
@media (max-width: 480px) {
  .slicknav_nav {
    width: 220px;
  }
  .container-fluid {
    width: 238px;
  }
  .prc-margin {
    margin: 392px 0 0 0;
  }
  .fc-2col .carousel-cell, .fc-3col .carousel-cell, .fc-4col .carousel-cell, .fc-5col .carousel-cell {
    width: 100%;
    margin-right: 42px;
  }
  .comments-list .avatar {
    display: none;
  }
  .comments-list .comment-body-wrapper {
    margin: 0 0 14px 0;
  }
  .comments-list .comment-respond {
    padding-left: 0;
  }
  .slicknav_nav {
    width: 240px;
  }
  .sr-info {
    padding: 10px 20px 6px 20px;
  }
  .sr-info #s {
    min-width: 200px;
  }
  .post-password-form label input {
    margin-left: 0;
    width: 100%;
  }
  .post-share h5 {
    margin: 4px 0 10px 20px;
    width: 100%;
  }
  .post-share-list {
    margin: 20px 0 0 0;
  }
  .author-wrapper {
    float: left;
    width: 100%;
    margin: 27px 0 60px 0;
    position: relative;
  }
  .author-wrapper .author-avatar {
    display: none;
  }
  .author-wrapper .ab-content {
    margin: 0;
  }
  #scrollUp {
    bottom: 14px;
    right: 14px;
  }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 238px;
  }
  .woocommerce ul.products li.product:last-child, .woocommerce-page ul.products li.product:last-child {
    margin-bottom: 0;
  }
  .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal, #add_payment_method #payment .payment_method_paypal .about_paypal {
    float: left;
  }
  .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    top: 0;
    float: left;
    text-align: center;
    width: 100%;
    margin: 0 0 12px 0;
  }
  .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 4px;
    top: -8px;
    left: -12px;
  }
  .woocommerce ul.products li.product {
    width: 309px;
  }
  .woocommerce ul.products li.product .bravo-product-wrapper {
    height: 331px;
    margin-bottom: 22px;
  }
  .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    height: 331px;
  }
  .woocommerce ul.products li.product:nth-child(1n+1) {
    clear: both;
    margin-right: 0;
    width: 100%;
  }
  .woocommerce ul.products li.product .yith-wcqv-button {
    top: 248px;
  }
  .woocommerce-list-sorting {
    margin: 40px 0 80px 0;
    background-color: #fff;
  }
  .woocommerce-list-sorting .woocommerce-result-count {
    padding: 10px 0 12px 0;
  }
  .woocommerce-list-sorting .woocommerce-ordering {
    padding: 0;
  }
  .woocommerce-list-sorting .woocommerce-ordering select {
    width: 240px;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 108px 0 0 0;
  }
  .minicart-wrapper {
    width: 280px;
    left: 0px;
    top: 80px;
  }
  .newsletter-content input[type="email"] {
    width: 180px;
  }
  .newsletter-title, .newsletter-desc, .newsletter-form-content, .newsletter-disclaimer {
    margin-left: 18px;
    margin-right: 18px;
  }
  .clients-carousel .flickity-viewport {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .fc-2col.latest-blog-portrait .flickity-prev-next-button {
    display: none;
  }
  .blog-portrait-wrapper .imgp-wrapper {
    width: 261px;
  }
  .prc-margin {
    margin: 422px 0 0 0;
  }
  .container-fluid .wb-box .wb-product {
    margin: 20px 0px 40px 0px;
    padding-bottom: 40px;
  }
}

/* 
* 22. Browser Specific (sass/_browser-specific.scss)
*/
@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .comment-respond form textarea {
    margin-bottom: 2px;
  }
}
body .row p, body .row li {
  font-size: 16px !important;
}
.header-nav {
  font-family: 'Fira Sans Condensed' !important;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Fira Sans Condensed' !important;
}
blockquote {
  font-family: 'Fira Sans Condensed' !important;
}
.header-nav > ul li a {
  font-weight: 700 !important;
}
.star-rating {
  display: none;
}
body .row h1 {
  font-size: 32px !important;
}
body .row h2 {
  font-size: 20px !important;
}
body .row h3 {
  font-size: 18px !important;
}
body .row h4 {
  font-size: 16px !important;
}
body .row h5 {
  font-size: 14px !important;
}
body .row h6 {
  font-size: 12px !important;
}
body .row h1 {
  font-weight: 700 !important;
}
body .row h2 {
  font-weight: 400 !important;
}
body .row h3 {
  font-weight: 400 !important;
}
body .row h4 {
  font-weight: 400 !important;
}
body .row h5 {
  font-weight: 400 !important;
}
body .row h6 {
  font-weight: 400 !important;
}


/*** Compile time: 0.42278599739075 */0