/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# AODA
# Typography
# Slick Slider Elements
# Navigation
## Megamenu
## Search Icon & Bar
# Search Page
# Breadcrumbs & Page Title
# Content
# Gravity Forms
# 404 Error Page
# Footer
## Frontpage 
## Footer 5th column
## Newsletter Signup
# Community/Events Page (The Events Calendar plugin)
# Special Offers - single page
# Product Categories
# Product Series
# Product Listing
# Product Single Page
# Product Category Custom Page
# Product Type Category tabs
# Custom Category Landing Page
# Favourites Products Page
# Thank You page
# Media
## Mobile Header
## Mobile Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
.row ,
.vc_row {
  margin-left: 0!important;
  margin-right: 0!important;
  width: 100%;
}
.vc_column_container>.vc_column-inner {
  padding: 0!important;
}
.screenreader-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
.row-fluid {
  display: inline-table;
  height: 100px;
  left: 50%;
  position: relative;
  margin-left: -50vw;
  margin-top: 50px;
  width: 100vw;
 }
 .hide {
   display: none !important;
 }
/*-- For equal height columns - set mobile breakpoint 

@media only screen and (min-width: 992px) {
  .d-flex .full_section_inner{
    display: flex;
  }
  .d-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .order-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

--/

/*--------------------------------------------------------------
# AODA
--------------------------------------------------------------*/
/* html *:focus {
  outline: 4px auto -webkit-focus-ring-color !important;
  outline-offset: -2px !important;
} */

.screen-reader-shortcut {
  background-color: #fff;
  color: #c32228;
  padding: 12px 20px;
  position: absolute;
	top:-100%;
  z-index: 9999;
}
.screen-reader-shortcut:focus {
  top: auto;
}

/* a#back_to_top:focus, */
rs-tab:focus,
rs-tab.tp-tab:focus,
rs-arrow:focus,
.ult-item-wrap.slick-slide:focus .wpb_single_image img,
.slick-dots li:focus i,
a.rs-layer.rev-btn:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 4px auto -webkit-focus-ring-color !important;
  -moz-outline: 4px auto -webkit-focus-ring-color !important;
  -webkit-outline: 4px auto -webkit-focus-ring-color !important;

  outline-offset: -2px !important;
}
/* .top-product-section:focus {
  outline: none !important;
} */

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html{
  font-size: 18px;
}
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text a {
  color: #fff;
}
.text-center,
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center h6,
.text-center p,
.text-center a {
  text-align: center;
}

body {
  color: #000;
}
p {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 18px !important;
  color: #000;
}
.btn-default-red {
  display: grid;
  margin: 20px 0 0 0;
  text-align: center !important;
  background-color: transparent !important;
  border: 3px solid #c32228 !important;
  transition: background-color 0.3s ease-in-out;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  text-transform: uppercase !important;
  line-height: 21px !important;
  padding: 12px 20px !important;
  height: fit-content !important;
  width: max-content !important;
}

.btn-default-red:hover {
  background-color: #c32228 !important;
}


.default-btn-bordered,
.visit-the-showroom {
  color: #000 !important;
}
.default-btn-bordered:hover,
.visit-the-showroom:hover {
  background-color: #c32228 !important;
  color: #fff !important;
}

a.ubtn-link.ult-adjust-bottom-margin.outlined-button {
  padding: 0 !important;
}
.red-text {
  color: #c32228;
}

/*--------------------------------------------------------------
# Slick Slider Elements
--------------------------------------------------------------*/
.slick-slider .chevron-left,
.slick-slider .chevron-right {
	cursor: pointer !important;
}
.slick-slider .chevron-left:before,
.slick-slider .chevron-right:before {
	font-family: "revicons" !important;
    font-size: 40px !important;
}
.slick-slider .chevron-left:before {
	content: "\e824" !important;
}
.slick-slider .chevron-right:before {
	content: "\e825" !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header {
  z-index: 99992 !important;
}
header.light .q_logo {
  top: 87px !important;
  height: 55px !important;
}
header.light .q_logo.scrolled {
  top: 36px !important;
  left: 45px !important;
  position: fixed !important;
}
@media (max-width: 1000px) {
  .q_logo.scrolled {
    display: none !important;
  }
}

header.light .q_logo img.mobile,
header.light .q_logo img.sticky,
header.light .q_logo img.dark,
header.light .q_logo img.light {
  display: none !important;
}
header.light .q_logo img.normal {
  height: 55px !important;  
  opacity: 1 !important;
  position: relative !important;
  transition: 0.2s;
  visibility: visible !important;
  width: auto !important;
}
.side_menu_button {
  height: 40px;
}
.favourite-menu-item a > .fa-heart {
  display: none !important;
}
.favourite-menu-item a i.fa-heart {
  font-size: 16px !important;
}
.favourite-menu-item:hover a i.fa-heart {
  color: #c32228 !important;
}

/*--------------------------------------------------------------
## Megamenu
--------------------------------------------------------------*/
#header-mega-menu {
  opacity: 95%;
  position: relative;
  transition: all 1s ease;
  top: 5px !important;
  width: 100%;
  z-index: 99991;
}
body.home #header-mega-menu {
  background: transparent !important;
}
body.admin-bar #header-mega-menu.scrolled {
  top: 10px !important;
}
body #header-mega-menu.scrolled {
  background: #1f1f1f !important;
  height: 90px !important;
  position: fixed !important;
  top: 0 !important;
}
body:not(.home) #header-mega-menu {
  background-color: #1f1f1f !important;
  height: 90px !important;
  top: 0 !important;
}
body:not(.home) #header-mega-menu.scrolled {
  /* height: 107px !important; */
}

body.admin-bar #header-mega-menu.scrolled .ubermenu {
 top: 38px !important;
}
body #header-mega-menu.scrolled .ubermenu {
  /* top: 25px !important; */
}
.ubermenu {
  margin-right: 50px !important;
  position: absolute !important;
  right: 40px !important;
  top: 18px !important;
  z-index: 9999 !important;
}
.ubermenu ul.ubermenu-nav li a {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none) !important;
  box-shadow: none !important;
}
.ubermenu ul.ubermenu-nav li:hover > a span {
  color: #c32228;
}
.ubermenu .ubermenu-target-title {
  padding-right: 10px !important;
}
.ubermenu-tabs-group {
  border-right: 2px solid #1f1f1f !important;
  padding: 0 !important;
  margin: 20px 0 15px 0 !important;
}
/* .ubermenu-tabs-group li: first-child > a {
  padding-top: 0 !important;
} */
.ubermenu-tabs-group li > a {
  padding-bottom: 10px !important;
  margin-right: 0 !important;
}
.ubermenu-tabs-group li a .ubermenu-target-title {
  color: #000 !important;
}
#menu-main-header-menu li.current-menu-item a,
li.ubermenu-current-menu-ancestor > a span {
  color: #c32228 !important;
}
#menu-main-header-menu li:hover > a span {
  color: #c32228 !important;
}
/* li.ubermenu-current-menu-ancestor.mega-menu-btn.ubermenu-current-menu-item > a span {
  color: #fff !important;
} */


.ubermenu-tabs-group li.mega-menu-btn a .ubermenu-target-title {
  color: #fff !important;
}
.ubermenu-tabs-group li.mega-menu-btn a .ubermenu-target-title {
  color: #fff !important;
}
.ubermenu-tabs-group li.mega-menu-btn a:hover .ubermenu-target-title {
  color: #c32228 !important;
}
.ubermenu-tabs-group li.mega-menu-btn.ubermenu-current-menu-item a .ubermenu-target-title {
  color: #fff !important;
}
.ubermenu-tabs-group li.mega-menu-btn.ubermenu-current-menu-item a:hover .ubermenu-target-title {
  color: #c32228 !important;
}
/* .ubermenu li.mega-menu-btn.ubermenu-current-menu-item a:hover span.ubermenu-target-title, */

.ubermenu-content-block {
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 23px !important;
}
.ubermenu-tab-content-panel img.ubermenu-image {
  max-height: 365px !important;  
  width: auto !important;
}
.ubermenu-tab-content-panel .ubermenu-target-title {
  display: none !important;
}

li.mega-menu-btn a {
  border-radius: 0 !important;
  background: #c32228 !important;
  border: 3px solid #c32228 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  margin:  20px !important;
  padding: 12px 20px !important;
  position: relative !important;
  transition: all 0.3s ease-in-out;
  text-align: center !important;
  width: fit-content !important;
}
/* li.mega-menu-btn a span {
  color: #fff !important;
} */
li.mega-menu-btn a:hover {
  background: #fff !important;
}
li.mega-menu-btn.ubermenu-current-menu-item a:hover {
  background: #fff !important;
}
/*li.mega-menu-btn a:hover span {
  color: #c32228 !important;
} */

/* .ubermenu li.mega-menu-btn a:hover,
.ubermenu li.mega-menu-btn a:active {
  background: #fff !important;
  border: 3px solid #c32228 !important;
  color: #c32228 !important;
} */
/* .ubermenu li.mega-menu-btn a:focus {
  background: #c32228 !important;
  border: 3px solid #c32228 !important;
  color: #fff !important;
} */
/* .ubermenu li.mega-menu-btn a:hover span.ubermenu-target-title,
.ubermenu li.mega-menu-btn a:active span.ubermenu-target-title {
  color: #fff !important;
}
.ubermenu li.mega-menu-btn.ubermenu-current-menu-item a:hover span.ubermenu-target-title,
.ubermenu-tabs-group li.mega-menu-btn.ubermenu-current-menu-item a span.ubermenu-target-title {
  color: #fff !important;
} */
.ubermenu li.ubermenu-has-submenu-mega li a:after {
  content: '' !important;
}

/*--------------------------------------------------------------
## Search Icon & Bar
--------------------------------------------------------------*/
form.custom-search-form .form_holder_outer {
  left: 0;
  margin: 0 auto;
  max-width: 500px;
  position: static;
  right: 0;
}
form.custom-search-form #search-bar-close {
  color: #000;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 10px;
  right: 20px;
}
form.custom-search-form input {
  box-shadow: -3px 4px 0px -3px rgba(0,0,0,0.2);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  margin-top: 15px;
  text-transform: none;
}
form.custom-search-form input,
form.custom-search-form input:focus {
  color: #000 !important;
}
form.custom-search-form .button {
  border-radius: 0;
  background: #c32228;
  border-color: #c32228;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin-right: 10px;
  position: absolute;
  padding: 10px 20px;
}
form.custom-search-form .button:hover {
  background: #820c07;
  border-color: #820c07;
}

form.custom-search-form.qode_search_form_2 {
  bottom: 200px !important;
}
#header-mega-menu form.custom-search-form.animated {
  bottom: -100px  !important;
}
body.home #header-mega-menu form.custom-search-form.animated {
  bottom: -200px  !important;
}
body.home #header-mega-menu.scrolled form.custom-search-form.animated, 
#header-mega-menu.scrolled form.custom-search-form.animated {
  bottom: -100px  !important;
}
form[role="search"].disabled {
  z-index: 0;
}
form[role="search"].animated {
  z-index: 1;
}
.fullscreen_search_holder.animate {
  z-index: 99991;
}
.header_top_bottom_holder .search_button {
  display: none !important;
}
.header_top_bottom_holder .search_button a{
  margin-right: 0 !important;
  padding-right: 10px !important;
}
li.mega-menu-search .ubermenu-target {
  display: none;
}
li.mega-menu-search a.search_button {
  left: 25px !important;
  position: relative !important;
  top: 17px !important;
}
.qode_icon_font_awesome.fa-search {
  font-size: 20px !important;
  font-weight: 400 !important;
}

#search-bar-close label {
  cursor: pointer;
  font-size: 11px;
  font-family: sans-serif;
}
#search-bar-close label:last-child {
  color: transparent;
  padding-left: 7px;
}
#search-bar-close label:last-child:after {
  content: '\f00d';
  color: #000;
  font-family: FontAwesome;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 1000px) {
  form.custom-search-form input,
  form.custom-search-form input:focus {
    color: #fff !important;
  }
}

/*--------------------------------------------------------------
# Search Page
--------------------------------------------------------------*/
#search-products-container .container_inner.default_template_holder {
  padding-top: 0;
  margin-bottom: 40px;
}
#search-products-container h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
#search-cat-links {
  list-style: none;
}
#search-cat-links li,
ul.search-categories-list li {
  margin-bottom: 10px;
}
#search-cat-links li a,
ul.search-categories-list li a {
  font-weight: 600;
}
#search-cat-links li a.selected,
ul.search-categories-list li a.selected {
  font-weight: 700;
}
#search-cat-links li a.selected,
#search-cat-links li a:hover,
ul.search-categories-list li a.selected,
ul.search-categories-list li a:hover {
  color: #c32228;
}
.search-results-pagination a.page-numbers,
.search-results-pagination span.page-numbers.dots {
  border: 2px solid #fff !important;
  border-radius: 0 !important;
  color: #000 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
  padding: 3px 12px !important;
  margin-right: 20px !important;
}
.search-results-pagination span.page-numbers.current {
  background-color: #c32228 !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  padding: 3px 12px !important;
  margin-right: 20px !important;
}
.search-results-pagination a.page-numbers:hover {
  background-color: #fff !important;
  border: 2px solid #c32228 !important;
  border-radius: 0 !important;
  padding: 3px 12px !important;
}
#search-products-list {
  margin-top: 40px !important;
}
ul#search-products-list {
  list-style: none !important;
  width: 100% !important;
}
ul#search-products-list > li {
  display: inline-block !important;
  margin-right: 0 !important;
  width: calc(32.5% - 40px) !important;
}
ul#search-products-list > li {
  padding: 0 20px !important;
  margin-bottom: 70px !important;
}
ul#search-products-list > li:nth-child(3n) {
  margin-right: 0 !important;
}
ul#search-products-list.products > a,
ul#search-products-list.products > a .image-wrapper {
  display: block !important;
}
ul#search-products-list.products .top-product-section img {
  display: block !important;
  height: auto !important;
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  width: auto !important;
}
@media (max-width: 768px) {
  ul#search-products-list > li {
    width: calc(49% - 40px) !important;
  }
}
@media (max-width: 767px) {
  #search-products-container .container_inner.default_template_holder {
    width: calc(100% - 20px);
  }
  #search-products-container .b-row.d-flex {
    display: block !important;
  }
  #search-products-container .b-row.d-flex .col-3 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  #search-products-container .col3,
  #search-products-container .search-products-col {
    width: 100% !important;
  }
  ul#search-products-list > li {
    width: calc(50% - 20px) !important;
  }
  ul#search-products-list > li {
    padding: 0 10px !important;
  }
  ul#search-products-list > li:nth-child(1n) {
    padding: 0 10px 0 0 !important;
  }
  ul#search-products-list > li:nth-child(2n) {
    padding: 0 0 0 10px !important;
  }
  ul#search-products-list.products .top-product-section .image-wrapper {
    height: auto !important;
    max-height: auto !important;
    min-height: auto !important;
  }
  .search-results-pagination a.page-numbers,
  .search-results-pagination span.page-numbers.dots {
    font-size: 18px !important;
    line-height: 16px !important;
    padding: 3px 12px !important;
    margin-right: 0 !important;
  }
  .search-results-pagination span.page-numbers.current {
    font-size: 18px !important;
    padding: 3px 12px !important;
    margin-right: 0 !important;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs & Page Title
--------------------------------------------------------------*/
body:not([class^="home"]) .content_inner .title {
  background-image: none !important;
  background-color: transparent !important;
  height: auto !important;
  padding-top: 40px !important;
  border-bottom-width: 0 !important;
  padding-bottom: 30px !important;
}
body:not([class^="home"]) .content_inner .title .title_holder h1 {
  display: none !important;
}
body:not([class^="home"]) .content_inner .title .title_holder .breadcrumbs .breadcrumbs_inner h1 {
  display: inline-block !important;
}

body:not([class^="home"]) .content_inner .title .title_holder {
  padding-top: 0 !important;
  position: relative !important;
  height: auto !important;
}
body:not([class^="home"]) .title .title_holder .breadcrumb {
  left: 0 !important;
}
body:not([class^="home"]) .title .title_holder .container_inner {
  display: inline-grid !important;
  margin-left: 45px !important;
}
@media (max-width: 1000px) {
  body:not([class^="home"]) .content_inner .title {
    padding-top: 0 !important;
  }
  body:not([class^="home"]) .title .title_holder .container_inner {
    margin-left: 0 !important;
    padding-left: 20px !important;
  }
}

.breadcrumbs .breadcrumbs_inner,
.breadcrumbs .breadcrumbs_inner h1 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  line-height: 22px !important;
}
.breadcrumbs .breadcrumbs_inner span.current {
  color: #c32228 !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.loading-dots:after {
  content: " .";
  animation: dots 1s steps(5, end) infinite;
}
@keyframes dots {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #000;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #000, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: 0.25em 0 0 #000, 0.5em 0 0 #000;
  }
}

#our-story-timeline {
  background-size: contain !important;
  background-repeat: repeat !important;
}

.btn-transparent-bordered {
  background: transparent !important;
  text-transform: uppercase !important;
  padding: 12px 20px !important;
}
.uppercase {
  text-transform: uppercase;
}
.overflow-visible,
.services-container,
#emergency-service {
  overflow: visible !important;
}
.services-container,
#emergency-service {
  background-size: contain !important;
  background-repeat: repeat !important;
}

.rounded-border-shadow-parent .vc_single_image-wrapper {
  background-color: #fff !important;
  border: 3px solid #fff !important;
  border-radius: 3px !important;
  box-shadow: 0px 0px 2px rgba(0,0,0,.1) !important;
}
.single-image-right-minus50 {
  position: relative !important;
  right: -50px !important;
}
.container-height-530px > .vc_column-inner {
  height: 530px !important;
  margin-top: -50px !important;
}
.container-height-390px > .vc_column-inner {
  height: 390px !important;
  margin-top: -50px !important;
}
.container-height-350px > .vc_column-inner {
  height: 350px !important;
  margin-top: -50px !important;
}
.content-box-custom1 {
  max-width: 530px;
  max-height: 420px;
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: 20;
}
.wpb_wrapper p {
  font-size: 20px;
  line-height: 29px;
}
section .wpb_column {
  padding: 0 20px !important;
}
.header_top_bottom_holder .header_bottom {
  background: url('/wp-content/uploads/2020/01/Background-Dot-Texture.jpg');
  background-repeat: repeat !important;
  background-size: contain !important;
}
button.ubtn-normal {
  padding: 12px 20px !important;
}
/* #homepage-chef-don-showroom-cooking-classes button.ubtn-normal {
  padding: 0 !important;
} */

a.btn-transparent-bordered.outlined-button,
a.outlined-button {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  height: 16px !important;
  line-height: 16px !important;
  padding: 12px 20px !important;
}
.outlined-button .button,
.btn-transparent-bordered.outlined-button button,
a.btn-transparent-bordered.outlined-button
a.outlined-button button {
  transition: all 0.35s ease !important;
  transition-delay: 0s !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.outlined-button .button,
.ubtn-data {
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 16px !important;
}
a.outlined-button button {
  padding: 12px 20px !important;
  text-transform: uppercase !important;
}
body .gform_wrapper .gform_footer input.gform_button:hover,
a.btn-transparent-bordered.outlined-button:hover,
a.btn-transparent-bordered.outlined-button:focus,
a.btn-transparent-bordered.outlined-button:active,
.outlined-button button:hover,
.outlined-button button:focus,
.outlined-button button:active,
.btn-transparent-bordered.outlined-button button:hover,
.btn-transparent-bordered.outlined-button button:focus,
.btn-transparent-bordered.outlined-button button:active {
  border-color: #c32228 !important;
  background-color: #c32228 !important;
  color: #fff !important;
}
.centered-flex-items {
  display: flex;
}
.centered-flex-items .vc_column-inner {
  align-content: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 767px) {
  section.parallax_section_holder .parallax_content {
    margin-left: 30px !important;
    margin-right: 30px !important;
    width: auto !important;
  }
  section.parallax_section_holder .parallax_content .wpb_column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/*--------------------------------------------------------------
# Gravity Forms
--------------------------------------------------------------*/
form.newsletter-form-class .gform_footer {
  display: block !important;
  margin-top: 0 !important;
}
form.newsletter-form-class input#input_4_3 {
  border: 3px solid #c32228 !important;
  height: 46px !important;
  font-size: 16px !important;
  padding: 0 10px !important;
  margin-bottom: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
form.newsletter-form-class .gform_button.button {
  margin-left: 0 !important;
}

form.newsletter-form-class input#gform_submit_button_4 {
  display: block;
  border: 3px solid #c32228 !important;
  background: #c32228 !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 25px!important;
  font-weight: 700 !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  height: auto !important;
  padding: 7px 20px 8px !important;
  width: auto !important;
  margin: 3px 0 0;
  margin-left: auto;
  text-align: center;
}
#gform_wrapper_4 {
  margin-top: 0 !important;
}
@media (min-width: 769px) {
  form.newsletter-form-class .top_label li.gfield.gf_left_half {
      padding-right: 0px!important;
  }
}
@media (max-width: 768px) {
  form.newsletter-form-class.contact-form-class .gform_footer {
    float: none !important;
    margin-top: 0 !important;
    width: 100% !important;
  }
  form.newsletter-form-class .ginput_container_email {
    width: 100% !important;
  }
  form.newsletter-form-class li#field_4_3,
  form.newsletter-form-class input#gform_submit_button_4 {
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    display: block !important;
    width: 80% !important;
  }
}

.gform_wrapper ul.gform_fields li.gfield {
  padding: 0!important
}
::-webkit-input-placeholder {
  font-style: 18px;
  color: #000;
  font-family: 'Source Sans', sans-serif;
  opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style: 18px;
  color: #000;
  font-family: 'Source Sans', sans-serif;
  opacity: 1;
}
::placeholder {
  font-style: 18px;
  color: #000;
  font-family: 'Source Sans', sans-serif;
  opacity: 1;
}
body .gform_wrapper select,
body .gform_wrapper input{
  font-size: 18px!important;
  color: #000!important;
  font-family: 'Source Sans', sans-serif !important;
  height: 48px !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  line-height: normal !important;
}

body .gform_wrapper textarea {
  margin-top: 12px!important;
  font-size: 18px!important;
  color: #000!important;
  font-family: 'Source Sans', sans-serif!important;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type="text"],
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  border: 0 !important;
  color: #000  !important;
  border-radius: 0 !important;
  padding: 10px !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield select.gfield_select {
  border-radius: 0!important;
  background-position: right 50% !important;
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  color: #000 !important;
  margin-top: 12px!important;
  padding-left: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 0 !important;
}
body .gform_wrapper .gform_footer input.gform_button {
  display: block;
  border: 3px solid #c32228 !important;
  border-radius: 0  !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 25px!important;
  font-weight: 700  !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  height: auto !important;
  padding: 12px 20px !important;
  width: auto !important;
  margin: 0;
  margin-left: auto;
  text-align: center;
}
body .gform_wrapper .gform_footer input.gform_button:hover {
  background: transparent !important;
  border-color: #961d24 !important;
}
form.contact-form-class .required-details {
  min-height: 48px;
  margin-top: 20px;
  line-height: normal;
  display: flex !important;
  align-items: center;
  color: #fff !important;
  font-size: 14px !important;
}
form.contact-form-class .gform_footer {
  float: right !important;
  margin-top: -65px !important;
  width: 50% !important;
}
#careers-apply-now-form form.contact-form-class .gform_footer {
  margin-top: 8px !important;
}

@media (max-width: 768px) {
  .btn-attach-resume li.gf_left_half {
    padding-right: 0 !important;
  }
}
.gform_body .gform_fields .gfield {
  margin-bottom: 0 !important;
}
.gform_body .gform_fields .gfield input {
  margin-top: 10px !important;
}
.gform_wrapper ul.gform_fields li.gfield.required-details {
  padding-top: 20px !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
}
.gform_wrapper .validation_message {
  color: #fff !important;
}
.gform_wrapper .validation_error {
  background-color: #c32228 !important;
}
.gform_wrapper ul.gform_fields li.gfield.gfield_error + li.gfield.gfield_error {
  margin-top: 0!important;
}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half{
  margin-right: 0!important;
  max-width: 50%!important;
}

@media (min-width: 769px){
  .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 16px!important;
  }
}
@media (max-width: 768px){
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,
  .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
    width: 100%;
    max-width: 100%!important;
  }
  form.contact-form-class .required-details {
    padding-top: 10px !important;
  }
  body .gform_wrapper .gform_footer input.gform_button {
    width: 100%!important;
  }
}
@media (max-width: 767px) {
  form.contact-form-class .gform_footer {
    /* float: left !important; */
    margin-top: 0 !important;
    width: auto !important;
  }
}

/*--------------------------------------------------------------
# 404 Error Page
--------------------------------------------------------------*/
body.error404 .content_inner .title {
  padding-bottom: 0 !important;
}
.error404 .content {
  min-height: auto !important;
}
.error404 .container-404 {
  height: 700px;
  margin-top: 34px;
}
.page_not_found {
  margin-top: 100px;
}
.page_not_found h2,
.page_not_found p {
  color: #fff !important;
}
.page_not_found p {
  font-size: 16px;
}
.error-page-mega-menu-parent-items {
  margin-top: 100px;
}
.error-page-mega-menu-parent-items ul.menu {
  list-style-type: none;
}
.error-page-mega-menu-parent-items ul.menu li {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.error-page-mega-menu-parent-items ul.menu li a {
  color: #fff !important;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.error-page-mega-menu-parent-items ul.menu li a:after {
  content: '' !important;
  background-color: #820c07 !important;
  bottom: -8px !important;
  /* display: inline-block; */
  height: 5px !important;
  left: 0 !important;
  margin: 0 auto !important;
  position: absolute !important;
  right: 0 !important;
  transform: scaleX(0) !important;
  transition: transform 300ms ease-in-out !important;
  width: 65% !important;
}
.error-page-mega-menu-parent-items ul.menu li a:hover::after,
.error-page-mega-menu-parent-items ul.menu li a:focus::after {  
  transform: scaleX(1) !important;
}
@media (max-width: 1000px) {
  body.error404 .content_inner .title {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 999px) {
  body.error404 .page_not_found {
    margin-top: 0 !important;
    padding-top: 100px !important;
  }
}

@media (max-width: 768px) {
  body.error404 .page_not_found {
    padding-top: 50px !important;
    margin-bottom: 0 !important;
  }
  .error-page-mega-menu-parent-items {
    margin-top: 55px;
  }
  .error-page-mega-menu-parent-items ul.menu li {
    display: block;
    margin-bottom: 20px;
  }
  .error404 .container-404 {
    height: 550px !important;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-col a,
.footer-col p {
  font-size: 16px !important;
}
.footer_col1.footer-col p,
.footer_col1.footer-col p a {
  font-family: 'Source Sans Pro', sans-serif !important;
}
.footer_logo {
  margin-left: -7px;
}
.footer_top_holder .footer_top > .container,
.footer_bottom_holder > .container {
  background: transparent !important;
}
.footer_bottom a .qode_icon_font_awesome {
  color: #fff !important;
}
.footer_bottom a:hover .qode_icon_font_awesome {
  color: #ccc !important;
}
.footer_bottom_holder .container_inner {
  width: 97%;
}
.copyright-content {
  font-size: 14px !important;
}

/*--------------------------------------------------------------
# Footer 5th column
--------------------------------------------------------------*/
.five_columns>.column1 {
  width: 26%;
} 
.five_columns>.column2, .five_columns>.column3, .five_columns>.column4 {
    width: 17%;
}
.five_columns>.column5 {
  width: 23%;
}
@media (max-width: 768px) {
  .five_columns>.column1, .five_columns>.column2, .five_columns>.column3, .five_columns>.column4, .five_columns>.column5 {
    margin-bottom: 20px;
    width: 100%;
  }
  .five_columns p, 
  .five_columns h5,
  .five_columns ul {
    text-align: center;
  }
  .footer_top {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

/*--------------------------------------------------------------
## Frontpage
--------------------------------------------------------------*/
.show-above-769 {
  display: block !important;
}
.show-above-768 {
  display: block !important;
}
.show-on-768 {
  display: none !important;
}
.show-on-767 {
  display: none !important;
}
.homepage-brands-carousel-desktop {
  display: block;
}
.homepage-brands-carousel-tablet {
  display: none;
}
.homepage-brands-carousel-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .homepage-brands-carousel-desktop {
    display: none;
  }
  .homepage-brands-carousel-tablet {
    display: block;
  }
  .homepage-brands-carousel-mobile {
    display: none;
  }
}
@media (max-width: 769px) {
  #homepage-chef-don-showroom-cooking-classes.show-above-769 .vc_column-inner,
  #homepage-chef-don-showroom-cooking-classes.show-above-769 .wpb_single_image {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .show-on-769 {
    display: block !important;
  }
}
@media (max-width: 768px) {
  #homepage-products-categories-mobile {
    min-height: auto !important;
    padding-bottom: 40px !important;
  }

  .mobile-napoleon-products {
    padding-bottom: 20px;
  }
  .mobile-napoleon-products .wpb_column {
    width: 50% !important;
    display: inline-block !important;
  }
  .mobile-napoleon-products .wpb_column:first-child {
    padding-right: 10px;
  }
  .mobile-napoleon-products .wpb_column:last-child {
    padding-left: 10px;
  }
  .mobile-napoleon-products .wpb_wrapper {
    position: relative;
  }
  .mobile-napoleon-products .wpb_single_image .wpb_wrapper {
    padding-bottom: 50px;
  }
  .mobile-napoleon-products h2 {
    position: absolute;
    bottom: 0;
    left:0;
    padding: 15px 0;
    background-color: #820c07;
    color: #fff;
    width: 100%;
    text-align: center;
  }

  .show-above-769 {
    display: none !important;
  }
  #homepage-chef-don-showroom-cooking-classes.show-above-768 .vc_column-inner,
  #homepage-chef-don-showroom-cooking-classes.show-above-768 .wpb_single_image {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
  .show-on-768 {
    display: block !important;
  }
  #homepage-testimonial {
    padding-top: 40px;
  }

  #homepage-chef-don-showroom-cooking-classes .wpb_column.vc_col-sm-6 {
    width: 100% !important;
  }
  #homepage-chef-don-showroom-cooking-classes .wpb_column.vc_col-sm-6:first-child .vc_column-inner {
    margin-bottom: 0 !important;
  }
  #homepage-chef-don-showroom-cooking-classes .wpb_column.vc_col-sm-6:last-child .vc_column-inner {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .show-above-768 {
    display: none !important;
  }  
  .show-on-767 {
    display: block !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  div.separator{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  h1 {
    font-size: 24px !important;
    line-height: 29px !important;
  }
  #homepage-testimonial {
    padding-bottom: 40px !important;
  }
  #homepage-chef-don-showroom-cooking-classes .parallax_content,
  #homepage-testimonial .parallax_content {
    margin-left: 30px !important;
    margin-right: 30px !important;
    width: auto !important;
  }
  #homepage-testimonial .testimonial_text_inner img {
    width: 50px !important;
  }
  #homepage-testimonial p {
    font-size: 18px !important;
  }
  #homepage-testimonial div.separator {
    display: none !important;
  }

  #homepage-products-categories-mobile h2 {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
  .mobile-napoleon-products h2 {
    font-size: 18px !important;
    padding: 10px 0 !important;
  }
}

.show-on-479 {
  display: none !important;
}
@media (max-width: 759px) {
  .homepage-brands-carousel-desktop {
    display: none;
  }
  .homepage-brands-carousel-tablet {
    display: none;
  }
  .homepage-brands-carousel-mobile {
    display: block;
  }
  .homepage-brands-carousel-mobile .wpb_single_image .vc_single_image-wrapper {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .homepage-brands-carousel.homepage-brands-carousel-mobile .slick-dots {
    padding-top: 10px !important;
  }

}
@media (max-width: 479px) {
  .show-on-479 {
    display: block !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 320px) {
  .mobile-napoleon-products h2 {
    font-size: 16px !important;
    padding: 5px 0 !important;
  }
  .mobile-napoleon-products .wpb_single_image .wpb_wrapper {
    padding-bottom: 45px;
  }
}

/*--------------------------------------------------------------
## Newsletter Signup
--------------------------------------------------------------*/
#newsletter-section {
  background-size: cover !important;
  min-height: auto;
  padding: 20px 0;
  position: relative;
  transition: all 0.2s ease;
}

#newsletter-section .wpb_column {
  position: relative !important;
}
#newsletter-section .vc_column_container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#newsletter-section .vc_col-sm-1 {
  min-height: 1px !important;
}
@media (min-width: 769px) {
  #newsletter-section .vc_col-sm-1 {
      width: 8.33333333% !important;
      float: left !important;
  }
  #newsletter-section .vc_col-sm-5 {
    width: 41.66666667% !important;
    float: left !important;
  }
}
@media (max-width: 768px) {
  #newsletter-section .vc_col-sm-1 {
    width: 0 !important;
  }
  #newsletter-section .vc_col-sm-5 {
    display: inline-block !important;
    width: 100% !important;
  }
}


#newsletter-section .separator {
  display: none;
}
#newsletter-section p {
  margin-top: 3px;

}
.newsletter-section-inner .full_section_inner_descr {
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.newsletter-section-inner #newsletter-section p.description {
  color: #fff;
  float: right;
  font-size: 18px;
  font-weight: bold;
  margin-right: 50px;
  /* margin-top: 25px; */
  padding: 0 20px;
  text-transform: uppercase;
}
.newsletter-section-inner #newsletter-section p.description span {
  color: #c32228 !important;
}

#newsletter-section-close {
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 999;
}
#newsletter-section-close label {
  cursor: pointer;
  font-size: 11px;
  font-family: sans-serif;
}
#newsletter-section-close label:last-child {
  color: transparent;
  padding-left: 7px;
}
#newsletter-section-close label:last-child:after {
  content: '\f00d';
  color: #fff;
  font-family: FontAwesome;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 2px;
}
#newsletter-section .vc_column-inner {
  padding: 0 !important;
}
#newsletter-section p,
#newsletter-section span {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px !important;
  line-height: 20px !important;
}
.newsletter-subscription-form {
  padding-left: 50px !important;
  margin-top: 5px !important;
}
#newsletter-section .yikes-easy-mc-form .label-inline {
  width: 200px !important;
  /* max-width: 180px !important; */
  padding: 0 !important;
  margin: 0 !important;
}
.yikes-easy-mc-form.yikes-mailchimp-form-inline {
  display: block !important;
  /* height: 50px !important; */
}
#newsletter-section .yikes-easy-mc-form .submit-button-inline-label {
  margin-bottom: 0 !important;
}
#newsletter-section .yikes-easy-mc-form input.yikes-easy-mc-email {
  border: 3px solid #c32228 !important;
  height: 46px !important;
  font-size: 16px !important;
  padding: 0 10px !important;
  margin-bottom: 0 !important;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0 !important; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 0 !important;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0 !important;
}
#newsletter-section .yikes-mailchimp-container button {
  border-radius: 0 !important;
  background: #c32228 !important;
  border-color: #c32228 !important;
  cursor: pointer !important;
  height: 46px !important;
  /* left: -5px !important; */
  /* top: 0px !important; */
  position: relative !important;
  margin-bottom: 0 !important;
  width: 120px !important;
}
#newsletter-section .yikes-mailchimp-container button span {
  color: #fff !important;
  cursor: pointer !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.yikes-mailchimp-container .label-inline .EMAIL-label,
.yikes-mailchimp-container label span.empty-label {
  display: none;
}

#newsletter-section .yikes-easy-mc-error-message,
#newsletter-section .yikes-easy-mc-error-message p,
#newsletter-section .yikes-easy-mc-success-message,
#newsletter-section .yikes-easy-mc-success-message p {
  background-color: transparent !important;
  color: #fff !important;
  padding: 0 0 10px 0 !important;
  font-size: 14px !important;
  line-height: 17px !important;
}
#newsletter-section .send-update-email {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 17px !important;
}

#newsletter-section .yikes-mailchimp-container .edit-link {
  display: none !important;
}

/* @media (max-width: 1000px) {
  #newsletter-section .yikes-mailchimp-container button {
    top: -2px !important;
  }
} */

/*--------------------------------------------------------------
# Community Page
----------------------------g----------------------------------*/
body.post-type-archive-tribe_events .container_inner.default_template_holder {
  width: 100% !important;
}
#tribe-bar-form {
  display: none;
}
#tribe-main-calendar-page-bar h1 {
   font-size: 45px;
   text-align: center;
   text-transform: uppercase;
}
#tribe-main-calendar-page-bar .tribe-events-page-title {
   margin-top: 50px;
}
#tribe-main-calendar-page-bar h3.tribe-events-page-subtitle {
   font-size: 24px;
}
#tribe-main-calendar-page-bar {
  background: url('/wp-content/uploads/2020/01/Background-Light-Texture.jpg');
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: left 225px;
  padding: 0 30px;
}
.tribe-events-page-content .events-description p {
  color: #000;
  display: block;
  line-height: 29px;
  max-width: 80%;
  text-align: center;
  left: 0;
  right: 0;
  margin: 25px auto 40px;
}
#tribe-main-calendar-page-bar .tribe-events-page-content img {
   width: 19.65% !important;
}
.single-tribe_events .tribe-events-schedule .tribe-events-cost {
  color: #c32228 !important;
}
#tribe-events-content .tribe-events-calendar td.tribe-events-present.mobile-active:hover,
.tribe-events-calendar td.tribe-events-present.mobile-active,
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a {
  background-color: transparent;
}
.tribe-events-calendar .tribe-events-present {
  background-color: transparent;
}
.tribe-events-calendar .tribe-events-present > div {
  background-color: #c32228 !important;
}

@media (max-width: 992px) {
  #tribe-main-calendar-page-bar .tribe-events-page-content img {
    width: 19.62% !important;
  }
}
@media (max-width: 948px) {
  #tribe-main-calendar-page-bar .tribe-events-page-content img {
    width: 19.6% !important;
  }
}
@media (max-width: 890px) {
  #tribe-main-calendar-page-bar .tribe-events-page-content img {
    width: 19.55% !important;
  }
}
@media (max-width: 830px) {
  #tribe-main-calendar-page-bar .tribe-events-page-content img {
    width: 19.5% !important;
  }
}
@media (max-width: 725px) {
  #tribe-main-calendar-page-bar .tribe-events-page-content img {
    width: 19.35% !important;
  }
}
@media (max-width: 665px) {
  #tribe-main-calendar-page-bar .tribe-events-page-content img {
    width: 19.4% !important;
  }
}
@media (max-width: 615px) {
  #tribe-main-calendar-page-bar .tribe-events-page-content img {
    width: 19.35% !important;
  }
}
@media (max-width: 570px) {
  #tribe-main-calendar-page-bar .tribe-events-page-content img {
    width: 19.3% !important;
  }
}
@media (max-width: 535px) {
  #tribe-main-calendar-page-bar .tribe-events-page-content img {
    width: 19.25% !important;
  }
}
@media (max-width: 505px) {
  #tribe-main-calendar-page-bar {
    background-position: left 240px;
  }
}
@media (max-width: 525px) {
  #tribe-main-calendar-page-bar .tribe-events-page-content img {
    width: 19.2% !important;
  }
}
@media (max-width: 475px) {
  #tribe-main-calendar-page-bar {
    background-position: left 265px;
  }
  #tribe-main-calendar-page-bar .tribe-events-page-content img {
    width: 19% !important;
  }
  #tribe-main-calendar-page-bar .tribe-events-page-title {
    margin-top: 40px !important;
    margin-bottom: 0 !important;
  }
  #tribe-main-calendar-page-bar .tribe-events-page-subtitle {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 410px) {
  #tribe-main-calendar-page-bar {
    background-position: left 290px;
  }
}
@media (max-width: 390px) {
  #tribe-main-calendar-page-bar .tribe-events-page-content img {
    width: 18.9% !important;
  }
}
@media (max-width: 375px) {
  #tribe-main-calendar-page-bar .tribe-events-page-content img {
    width: 18.7% !important;
  }
  #tribe-main-calendar-page-bar {
    background-position: left 320px;
  }
}
@media (max-width: 351px) {
  #tribe-main-calendar-page-bar {
    /* background-position: left 300px; */
  }
}
@media (max-width: 330px) {
  #tribe-main-calendar-page-bar .tribe-events-page-content img {
    width: 18.5% !important;
  }
}

.tribe-events-calendar {
   background-color: #fff;
}
.tribe-events-calendar div[id*=tribe-events-daynum-],
.tribe-events-calendar div[id*=tribe-events-daynum-] a {
   background-color: #1f1f1f;
}
.tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-past div[id*=tribe-events-daynum-]>a {
   background-color: #1f1f1f;
   color: #fff;
}
#tribe-events .tribe-events-page-title {
   text-transform: uppercase;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
   background-color: #c32228;
}
#tribe-events-content {
   max-width: 1200px !important;
   padding-bottom: 40px;
   position: relative;
   left: 0;
   right: 0;
   margin: 0 auto;
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
   padding: 0;
   text-align: left;
}
#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title a {
  color: #c32228 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px !important;
  padding: 0;
  text-align: left;
}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
   margin: 0;
   padding: 9px;
}
#tribe-events-content .tribe-events-calendar td:hover {
     background: none;
     box-shadow: none;
}
.tribe-events-calendar td:hover div[id*=tribe-events-daynum-] {
   background-color: #c32228;
}
.tribe-events-tooltip .tribe-event-description p {
   color: #000;
   font-size: 14px !important;
   padding: 5px 0 15px !important;
   text-align: left;
}
.tribe-events-tooltip h3 {
   font-size: 20px;
   line-height: 25px;
   margin: 5px 10px 10px 10px;
}
.tribe-events-tooltip .tribe-event-date-start {
   color: #c32228;
}
.tribe-events-notices {
     background: #c32228;
     border-radius: 3px;
     border: 1px solid #961d24;
     color: #fff;
}
.tribe-events-calendar thead th {
     background-color: #000;
     border-left: 1px solid #000;
     border-right: 1px solid #000;
}
.tribe-events-calendar td div[id*=tribe-events-daynum-] {
   margin-left: -1px;
   margin-right: -1px;
   padding: 10px;
}
.post-type-archive-tribe_events #tribe-events-content .tribe-events-button,
.post-type-archive-tribe_events #tribe-events-footer {
   display: none;
}
.tribe-events-sub-nav a {
   text-transform: uppercase;
}
.tribe-events-nav-pagination a {
  background: transparent !important;
  color: #000 !important;
}
.tribe-events-sub-nav a span {
   color: transparent !important;
}
.tribe-events-sub-nav li.tribe-events-nav-previous a span:before {
   content: "\f053" !important;
}
.tribe-events-sub-nav li.tribe-events-nav-next a span:after {
   content: "\f054" !important;
}
.tribe-events-nav-pagination a span:before,
.tribe-events-nav-pagination a span:after,
.tribe-events-nav-pagination a:before,
.tribe-events-nav-pagination a:after {
  font-family: 'FontAwesome', sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  position: relative !important;
  top: 2px !important;
  color: #000 !important;
}
.tribe-events-sub-nav li.tribe-events-nav-next a span,
.tribe-events-sub-nav li.tribe-events-nav-previous a span {
  color: transparent;
}

/*--------------------------------------------------------------
# Specials Offers - single page
--------------------------------------------------------------*/
#single-special-offer-container {
  background: url('/wp-content/uploads/2020/01/Background-Light-Texture.jpg');
  background-repeat: repeat !important;
  background-size: contain !important;
  background-position: left top !important;
  margin-top: 200px !important;
}
#single-special-offer-container .container_inner .blog_single {
  margin-top: -215px !important;
}
body.single-special_offer .special_offer h1,
body.single-special_offer .special_offer h2 {
  text-align: center;
}
body.single-special_offer .special_offer h2 {
  color: #c32228;
  margin-bottom: 30px;
}
body.single-special_offer a.view-offer-btn {
  display: grid;
  margin: 30px auto 40px;
  width: fit-content !important;
  text-align: center !important;
}
body.single-special_offer .post_text_inner {
  text-align: center;
  padding: 20px 30px !important;
}
body.single-special_offer .post_image {
  display: grid;
}
body.single-special_offer .post_image figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 50px;
  background: rgba(0, 0, 0, .85);
  max-width: 250px;
  align-content: center;
  display: grid;
}
/* body.single-special_offer .post_image img {
  min-height: 275px;
} */
body.single-special_offer .post_image h3 {
  color: #fff;
  margin-bottom: 0 !important;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
}
body.single-special_offer .post_image h4 {
  font-size: 80px;
  margin-bottom: 10px !important;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 80px;
}
body.single-special_offer .post_image p {
  color: #fff;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
}
@media (max-width: 999px) {
  #single-special-offer-container {
    display: flex;
    margin-top: 250px !important;
  }
}
@media (max-width: 768px) {
  body.single-special_offer .container_inner.default_template_holder {
   margin: 0;
   width: 100%;
  }
  body.single-special_offer .blog_single {
    padding: 0 30px;
  }
  body.single-special_offer .post_text_inner {
    padding: 20px !important;
  }
}
@media (max-width: 767px) {
  #single-special-offer-container {
    margin-top: 170px !important;
  }
  #single-special-offer-container .container_inner .blog_single {
    margin-top: -140px !important;
  }
  #single-special-offer-container h1 {
    font-size: 30px !important;
  }
  #single-special-offer-container h2 {
    font-size: 24px !important;
  }
  body.single-special_offer .blog_single {
    padding: 0 20px;
  }
  body.single-special_offer .post_text_inner p {
    font-size: 16px;
  }
  body.single-special_offer .post_image figcaption {
    position: relative;
    max-width: 100%;
    padding: 30px;
  }
}

@media (max-width: 600px) {
  #single-special-offer-container {
    margin-top: 140px !important;
  }
  #single-special-offer-container .container_inner .blog_single {
    margin-top: -140px !important;
  }
  #single-special-offer-container h1 {
    font-size: 24px !important;
  }
  #single-special-offer-container h2 {
    font-size: 20px !important;
  }
}

/*--------------------------------------------------------------
# Product Categories
--------------------------------------------------------------*/
body.tax-product_cat .container_inner.default_template_holder {
  padding-top: 20px !important;
}
body.tax-product_cat .term-description,
body.tax-product_cat .category-description {
  color: #000;
  left: 0;
  margin: 0 auto 50px !important;
  padding: 0 30px !important;
  position: relative;
  right: 0;
  text-align: center;
  width: 80%;
}
body.tax-product_cat .term-description h1,
body.tax-product_cat .category-description h1 {
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 767px) {
  body.tax-product_cat .category-description,
  body.tax-product_cat .term-description {
    display: contents;
    width: 100%;
  }
  .term-description .main-cat-description {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* body.tax-product_cat .term-description h1,
  body.tax-product_cat .term-description p,
  body.tax-product_cat .category-description h1,
  body.tax-product_cat .category-description p {
    padding-left: 20px !important;
    padding-right: 20px !important;
  } */
}

.main-cat-description {
  margin-bottom: 50px;
}
.main-cat-description h1,
.main-cat-description .cat-description {
  text-align: center;
}
.main-cat-description h1 {
  margin-bottom: 20px !important;
}
.main-cat-description .cat-description {
  display: flex;
  margin: 0 auto 40px !important;
  width: 80%;
}
.where-to-start-wrapper {
  margin-bottom: 40px;
}
.where-to-start-wrapper,
.where-to-start-wrapper .wpb_wrapper {
  position: relative;
}
.where-to-start-wrapper .where-to-start-content-col {
  background: rgba(0, 0, 0, .85);
  height: fit-content;
  margin: 100px -150px 0 40px;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.where-to-start-wrapper .where-to-start-content-col h2 {
  font-size: 28px !important;
  margin-bottom: 10px !important;
}
.where-to-start-wrapper .where-to-start-content-col h2,
.where-to-start-wrapper .where-to-start-content-col p {
  color: #fff !important;
}
.where-to-start-wrapper .full_section_inner .wpb_column:nth-child(2) img {
  margin-left: 100px;
}
body.tax-product_cat ul.products li {
  background-size: cover !important;
  position: relative !important;
}
body.tax-product_cat ul.products li.product-category,
body.tax-product_cat ul.products li.product-category a.category-name {
  display: block !important;
  height: 325px !important;
  transition: all 0.3s ease-in-out !important;
}
body.tax-product_cat ul.products li.product-category {
  width: 38% !important;
  margin-right: 0% !important;
  margin-left: 0% !important;
}
body.tax-product_cat ul.products li.product-category:nth-child(4n+1),
body.tax-product_cat ul.products li.product-category:nth-child(4n+4) {
  width: 60% !important;
}
body.tax-product_cat ul.products li.product-category:nth-child(4n+1) {
  margin-right: 2% !important;
  margin-left: 0% !important;
}
body.tax-product_cat ul.products li.product-category:nth-child(4n+4) {
  margin-right: 0% !important;
  margin-left: 2% !important;
}
body.tax-product_cat ul.products li.product-category {
  overflow: hidden;
  position: relative;
}
body.tax-product_cat ul.products li.product-category img {
  width: 100% !important;
}
body.tax-product_cat ul.products li.product-category.large {
  width: 58% !important;
  margin-right: 2% !important;
  margin-left: 0 !important;
}
body.tax-product_cat ul.products li.product-category.small {
  width: 40% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}


body.tax-product_cat ul.products li.product-category:hover figcaption {
  position: absolute !important;
  top: 0 !important;
}
body.tax-product_cat ul.products li.product-category:hover .explore-category-btn {
  display: block !important;
}
body.tax-product_cat ul.products li.product-category figcaption {
  background-color: rgba(0,0,0,.7);
  bottom: 0;
  display: grid;
  position: absolute;
  top: calc(100% - 60px);
  transition: all 0.3s linear;
  width: 100%;
}
body.tax-product_cat ul.products li.product-category:hover figcaption {
  height: -webkit-fill-available !important;
}
body.tax-product_cat ul.products li.product-category figcaption h3 {
  color: #fff;
  padding: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  margin: auto 0 5px 0;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.tax-product_cat ul.products li.product-category a.explore-category-btn {
  display: none;
  font-size: 16px !important;
  margin: 5px auto 0;
  padding: 12px 20px !important;
  position: relative;
}
#product-categories-available-offers.row-fluid {
  bottom: -37px !important; 
  margin-top: 40px !important;
  margin-bottom: 0 !important;
}
#product-page-features.row-fluid {
  margin-top: 20px !important;
  margin-bottom: 60px !important;
}
#product-categories-available-offers .column-content {
  display: grid;
  padding: 40px 20px !important;
  margin: 0 auto !important;
  max-width: 90%;
}
#product-categories-available-offers .column-content h2,
#product-categories-available-offers .column-content p,
#product-categories-available-offers .column-content a {
  color: #fff !important;
  text-align: center;
  max-width: 960px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
}
#product-categories-available-offers .column-content h2 {
  margin-bottom: 20px;
}
#product-categories-available-offers .column-content a.btn-default-red {
  display: flex;
  margin: 20px auto 10px;
}


#product-page-features .column-content {
  display: grid;
  padding: 40px 20px !important;
  margin: 0 auto !important;
  max-width: 90%;
}
#product-page-features.row-fluid {
  margin-top: 20px !important;
  margin-bottom: 40px !important;
}
#product-page-features .column-content {
  display: grid;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 1100px;
}
#product-page-features ul.product-features-list {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  grid-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
}
#product-page-features ul.product-features-list li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 15rem auto;
  /* height: 15rem; */
  margin: auto;
  overflow: hidden;
}
#product-page-features ul.product-features-list li img {
  width: 90%;
  /* height: 10rem; */
  object-fit: cover;
}
#product-page-features ul.product-features-list li h3 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
  text-align: center;
}
#product-page-features ul.product-features-list li p {
  margin-top: 10px;
  text-align: center;
}

#product-page-specifications.row-fluid.page-feature-container {
  /* display: block !important; */
  height: 74px !important;
  margin-top: 45px !important;
  margin-bottom: 0 !important;
}
#product-page-specifications.row-fluid {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
#product-page-specifications .column-content {
  display: grid;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 1150px;
}
#product-page-specifications .specification-description {
  color: #000;
  margin-bottom: 40px;
}
#product-page-specifications .specification-description a {
  color: #c32228;
}
#product-page-specifications .specification-description a:hover {
  text-decoration: underline;
}
#product-page-specifications .collapsible-specifications {
  background-color: #000;
  cursor: pointer;
  margin-bottom: 0;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
#product-page-specifications .collapsible-specifications h4 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  font-family: "Sans Source Pro", sans-serif;
  padding: 8px 10px 4px;
}
#product-page-specifications .collapsible-specifications h2 {
    padding-left: 0px !important;
    font-family: "Sans Source Pro", sans-serif;
}
#product-page-specifications .collapsible-specifications:after {
  content: "\f067";
  color: #fff;
  font-family: FontAwesome;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: btransform 0.3s ease;
  transition: transform 0.3s ease;
}
#product-page-specifications .collapsible-specifications.active-specifications:after {
  content: "\f068";
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: btransform 0.3s ease;
  transition: transform 0.3s ease;
}
#product-page-specifications .collapsible-specifications:hover {
  background-color: #333;
}
#product-page-specifications .content-specifications {
  padding: 10px 20px 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}




#product-page-optional-features.row-fluid {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 20px !important;
  background: url('/wp-content/uploads/2020/01/Background-Light-Texture.jpg');
  background-repeat: repeat !important;
  background-size: contain !important;
  background-position: left 50px;
}
#product-page-optional-features .column-content-inner {
  display: grid;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 1150px;
}
#product-page-optional-features .optional-feature-wrapper {
  margin-bottom: 40px !important;
}
#product-page-optional-features .optional-feature-wrapper:last-child {
  margin-bottom: 10px !important;
}
#product-page-optional-features .optional-feature-wrapper .wpb_column:first-child {
  padding-left: 0 !important;
}
#product-page-optional-features .optional-feature-wrapper .wpb_column:last-child {
  padding-right: 0 !important;
}
#product-page-optional-features .column-content img {
  height: 400px !important;
  visibility: hidden !important;
}
#product-page-optional-features .column-content .image-wrapper {
  background-size: cover !important;
  background-position: center center !important
}
#product-page-optional-features .column-content .content-wrapper {
  background-color: #222;
  color: #fff !important;
  padding: 50px;
}
#product-page-optional-features .column-content .image-wrapper {
  max-height: 400px !important;
  overflow: hidden !important;
}

#product-page-optional-features .column-content .content-wrapper {
  height: 300px !important;
}
    
#product-page-optional-features .column-content .content-wrapper h3,
#product-page-optional-features .column-content .content-wrapper p {
  color: #fff !important;
}
#product-page-optional-features .column-content .content-wrapper h3 {
  font-size: 30px !important;
}






#product-page-video.row-fluid {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background: url('/wp-content/uploads/2020/01/Background-Light-Texture.jpg');
  background-repeat: repeat !important;
  background-size: contain !important;
}
#product-page-video .column-content {
  display: grid;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 1150px;
}
#product-page-video .videoWrapper {
  display: block;
	position: relative;
	/*padding-bottom: 56.25%; /* 16:9 */
	/* padding-bottom: 456px; */
	padding-top: 25px;
	height: 100%;
}
#product-page-video .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.video_svg_button {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
}

#product-page-video .video {
  /* height: 456px; */
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#product-page-video .video__placeholder { min-width: 100%; display: block; opacity: 0; }

#product-page-video .video__button {
  background: transparent;
  width: 75px;
  height: 75px;
  bottom: 30px;
  right: 30px;
  position: absolute;
  display: block;
  border: 3px solid #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#product-page-video .video__button:before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 25px;
    border-color: transparent transparent transparent #fff;
    top: 19px;
    left: 27px;
    transition: border-color 0.3s;
}

#product-page-video .video:hover .video__button,
#product-page-video .video .video__button:hover {
  background: #fff;
}
#product-page-video .video:hover .video__button:before,
#product-page-video .video:hover .video__button:after {
    border-color: transparent transparent transparent #c32228;
}
#product-page-video #video-player {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}
.video-placeholder-mobile {
  display: none;
}
@media (max-width: 767px) {
  .video-placeholder-mobile {
    display: block;
  }
  .video-placeholder-mobile img {
    /* height: 100%;
    width: auto; */
  }
  .video-placeholder-desktop {
    display: none;
  }
  /* #product-page-video .videoWrapper {
    height: 406px;
  }
  #product-page-video .video {
    height: 406px;
  } */
}



#product-page-cta-buttons.row-fluid {
  margin-top: 0 !important;
  margin-bottom: 50px !important;
  padding-top: 30px !important;
  padding-bottom: 0px !important;
  background: url('/wp-content/uploads/2020/01/Background-Light-Texture.jpg');
  background-repeat: repeat !important;
  background-size: contain !important;
  background-position: left -50px;
}
#product-page-cta-buttons .column-content {
  display: grid;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 1150px;
}
#product-page-cta-buttons .btn-default-red {
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto 30px !important;
}


#product-categories-featured-products.row-fluid {
  margin-top: 0 !important;
  /* margin-bottom: 50px !important;
  padding-top: 30px !important;
  padding-bottom: 0px !important;
  background: url(/wp-content/uploads/2020/01/Background-Light-Texture.jpg);
  background-repeat: repeat !important;
  background-size: contain !important;
  background-position: left -50px; */
}
#featured-products-container {
  display: inline-block;
  margin-top: 60px;
  width: 100%;
}
#featured-products-container h2 {
  color: #000 !important;
  margin-bottom: 50px !important;
  text-align: center !important; 
  font-size: 34px !important;
}

#explore-other-series-container,
#related-products-container {
  display: inline-block;
  width: 100%;
}
#explore-other-series-container h2 {
  color: #000 !important;
  margin-bottom: 40px !important;
  text-align: center !important; 
  font-size: 34px !important;
}
#explore-other-series-container h2,
#related-products-container h4 {
  margin-bottom: 40px;
}
#featured-products-container .slick-list,
#explore-other-series-container .slick-list,
#related-products-container .slick-list {
  left: -10px;
}
#featured-products-container .slick-arrow,
#explore-other-series-container .slick-arrow,
#related-products-container .slick-arrow {
  background: none;
  border: 0;
  color: #000;
  height: 40px;
  font-size: 24px;
  padding: 0;
  position: absolute; 
  width: 40px !important;
}
#featured-products-container .slick-arrow {
  top: 115px;
}
#explore-other-series-container .slick-arrow,
#related-products-container .slick-arrow {
  top: 130px;
}
#featured-products-container .slick-arrow {
  top: 157px;
}

.slick-next.slick-arrow:focus {
  outline: none !important;
  -moz-outline: none !important;
  -webkit-outline: none !important;
}
#featured-products-container .slick-prev .fa-chevron-left:before,
#featured-products-container .slick-next .fa-chevron-right:before,
#explore-other-series-container .slick-prev .fa-chevron-left:before,
#explore-other-series-container .slick-next .fa-chevron-right:before,
#related-products-container .slick-prev .fa-chevron-left:before,
#related-products-container .slick-next .fa-chevron-right:before {
  font-family: 'FontAwesome' !important;
  font-weight: normal !important;
  font-size: 34px;
}
#featured-products-container .slick-prev,
#explore-other-series-container .slick-prev,
#related-products-container .slick-prev {
  left: -40px;
}
#featured-products-container .slick-next,
#explore-other-series-container .slick-next,
#related-products-container .slick-next {
  right: -20px;
}
#featured-products-container .slick-slide,
#explore-other-series-container .slick-slide,
#related-products-container .slick-slide {
  display: block;
  text-align: left;
  padding: 0 10px;
}
#featured-products-container .slick-slide a.product-category,
ul.products .top-product-section a.product-category,
#explore-other-series-container .slick-slide a.product-category,
#related-products-container .slick-slide a.product-category {
  margin-top: 10px;
}
#featured-products-container .slick-slide .product-title,
#explore-other-series-container .slick-slide .product-title,
#related-products-container .slick-slide .product-title,
#related-products-container .product-mrsp,
ul.products .top-product-section .product-title,
ul.products .product-mrsp {
  color: #000;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 21px;
  text-align: left !important;
  text-transform: uppercase;

  display: table;
  margin: 0 auto;
  width: 90%;
}

ul.products .product-mrsp,
ul.products .top-product-section .product-mrsp,
#related-products-container .product-mrsp {
  color: #c32228 !important;
  font-weight: 700 !important;
  padding-top: 5px !important;
}

ul.products .product-fuel-type {
  color: #000;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 16px;
  text-align: left !important;
  text-transform: uppercase;
  display: table;
  margin: 5px auto 5px;
  width: 90%;
}
.qode-single-product-summary .product-fuel-type {
  font-size: 20px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.qode-single-product-summary .price.fuel-type {
  margin-top: 10px !important;
}

#featured-products-container .slick-slide img,
#related-products-container .slick-slide img {
  border-bottom: 1px solid #555;
  height: auto;
  left: 0;
  margin: 0 auto 20px !important;
  padding-bottom: 20px;
  right: 0;
  text-align: center;
  width: 90%;
}
#explore-other-series-container .slick-slide img {
  height: auto;
  width: 100%;
}
#explore-other-series-container .slick-slide img,
#related-products-container .slick-slide img {
 border-bottom: 0; 
}
#explore-other-series-container .slick-slide .post_image,
#related-products-container .slick-slide .post_image {
  position: relative;
}
#related-products-container .slick-slide .post_image_bg {
  height: 400px;
}
#explore-other-series-slick-slider,
#related-products-slick-slider {
  margin-bottom: 80px;
}
#related-products-slick-slider a.product-thumbnail {
  display: flex !important;
}
#related-products-slick-slider a.product-thumbnail .image-wrapper {
  display: inline-table !important;
  height: 275px !important;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto 20px !important;
}
#related-products-slick-slider a.product-thumbnail .image-wrapper img {
  max-height: 275px !important;
  width: auto !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
#related-products-slick-slider figcaption {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
}

#explore-other-series-slick-slider .slick-arrow {
  top: 87px;
}
@media (max-width: 1200px) {
  #explore-other-series-slick-slider .slick-arrow {
    top: 72px;
  }
}
@media (max-width: 1000px) {
  #explore-other-series-slick-slider .slick-arrow {
    top: 64px;
  }
  #explore-other-series-slick-slider figcaption h3 {
    padding: 20px 10px !important;
    font-size: 20px !important;
  }
}
@media (max-width: 768px) {
  #explore-other-series-slick-slider .slick-arrow {
    top: 65px;
  }
  #explore-other-series-slick-slider figcaption h3 {
    padding: 10px !important;
    line-height: 20px !important;
  }
}
@media (max-width: 600px) {
  #explore-other-series-slick-slider .slick-arrow {
    top: 65px;
  }
}
@media (max-width: 599px) {
  #explore-other-series-slick-slider .slick-arrow {
    top: 80px;
  }
}
@media (max-width: 480px) {
  #explore-other-series-slick-slider .slick-arrow {
    top: 60px;
  }
}

#explore-other-series-slick-slider figcaption {
  background: rgba(0, 0, 0, 1);
  /* bottom: 0;
  left: 0;
  padding: 0;
  position: absolute;
  right: 0; */
  transition: all 0.3s ease;
}
#explore-other-series-slick-slider figcaption:hover,
#related-products-slick-slider figcaption:hover {
  background: rgba(0, 0, 0, 1);
}
#explore-other-series-slick-slider figcaption h3,
#related-products-slick-slider figcaption h3 {
  color: #fff;
  padding: 20px !important;
  text-align: center;
}

#featured-products-container ul.product-links-list,
#explore-other-series-container ul.product-links-list,
#related-products-container ul.product-links-list,
ul.products .top-product-section ul.product-links-list {
  display: grid;
  border-top: 1px solid #ccc;
  font-size: 10px !important;
  font-weight: 600 !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  line-height: 14px;
  list-style-type: none;
  padding: 10px 0 0 0 !important;
  margin: 20px auto;  
  text-transform: uppercase;
  width: 90%;
}
ul.product-links-list .mobile {
  display: none;
}
@media (max-width: 480px) {
  ul.product-links-list .mobile {
    display: inline;
  }
  ul.product-links-list .desktop {
    display: none;
  }
}
#featured-products-container ul.product-links-list li:first-child,
#explore-other-series-container ul.product-links-list li:first-child,
#related-products-container ul.product-links-list li:first-child,
ul.products .top-product-section ul.product-links-list li:first-child {
  text-align: left;
}
#featured-products-container ul.product-links-list li:first-child:before,
#explore-other-series-container ul.product-links-list li:first-child:before,
#related-products-container ul.product-links-list li:first-child:before,
ul.products .top-product-section ul.product-links-list li:first-child:before {
  content: "\f004";
  color: #000;
  font-family: 'FontAwesome';
  padding-right: 5px;
  cursor: pointer;
}
@media (max-width: 320px) {
  #featured-products-container ul.product-links-list li:first-child:before,
  #explore-other-series-container ul.product-links-list li:first-child:before,
  #related-products-container ul.product-links-list li:first-child:before,
  ul.products .top-product-section ul.product-links-list li:first-child:before {
    padding-right: 4px !important;
  }
}
#featured-products-container ul.product-links-list li:last-child,
#explore-other-series-container ul.product-links-list li:last-child,
#related-products-container ul.product-links-list li:last-child,
ul.products .top-product-section ul.product-links-list li:last-child {
  text-align: right;
}
#featured-products-container ul.product-links-list li:last-child:before,
#explore-other-series-container ul.product-links-list li:last-child:before,
#related-products-container ul.product-links-list li:last-child:before,
ul.products .top-product-section ul.product-links-list li:last-child:before {
  content: "\f0ca";
  color: #000;
  font-family: 'FontAwesome';
  padding-right: 5px;
  cursor: pointer;
}
@media (max-width: 320px) {
  #featured-products-container ul.product-links-list li:last-child:before,
  #explore-other-series-container ul.product-links-list li:last-child:before,
  #related-products-container ul.product-links-list li:last-child:before,
  ul.products .top-product-section ul.product-links-list li:last-child:before {
    padding-right: 4px !important;
  }
}
ul.products .top-product-section ul.product-links-list li:first-child:hover:before,
ul.products .top-product-section ul.product-links-list li:last-child:hover:before {
  color: #c32228;
}

.woocommerce-pagination {
  padding-top: 20px;
}
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a,
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li span,
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  border: 2px solid transparent !important;
  color: #000 !important;
  font-size: 20px !important;
  transition: all 0.3s ease-in-out !important;
}
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a,
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li span.current {
  padding: 9px !important;
}
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a.next,
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a.prev {
  padding: 8px 6px !important;
}

nav.prdctfltr-pagination.prdctfltr-pagination-default ul li span.current,
.woocommerce-pagination ul li span.current {
  background-color: #c32228 !important;
  border-radius: 0 !important;
  color: #fff !important;

}
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a:focus,
.woocommerce-pagination ul li a:focus {
  color: #c32228 !important;
}
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a:hover,
.woocommerce-pagination ul li a:hover {
  background-color: #fff !important;
  border-radius: 0 !important;
  border: 2px solid #c32228 !important;
}
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a,
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li span,
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span,
.woocommerce-pagination ul li i {
  font-size: 24px !important;
  font-weight: 700 !important;
}
/* nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a.prev,
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a.next,
.woocommerce-pagination ul li a.prev,
.woocommerce-pagination ul li a.next {
  text-indent: -99999px;
  position: relative;
}
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a.prev:after,
.woocommerce-pagination ul li a.prev:after {
  content: "\f053";
}
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a.next:after,
.woocommerce-pagination ul li a.next:after {
  content: "\f054";
}
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a.prev:after,
nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a.next:after,
.woocommerce-pagination ul li a.prev:after,
.woocommerce-pagination ul li a.next:after {
  color: #000;
  font-family: 'FontAwesome';
  font-size: 20px;
  font-weight: 400;
  height: 20px;
  left: 8px;
  line-height: 21px;
  position: absolute;
  text-indent: 0;
  top: 8px;
  width: 20px;
} */

.pf-help-title h5 {
  margin-top: 17px !important;
}
.pf-help-title h5 span.prdctfltr_widget_title {
  font-weight: 700 !important;
  font-size: 20px !important;
  font-family: 'Open Sans', sans-serif !important;
}
.prdctfltr_checkboxes span {
  color: #000 !important;
  font-size: 16px !important;
}
.prdctfltr_checkboxes .irs span {
  color: #fff !important;
  font-size: 14px !important;
}
.prdctfltr_checkboxes span.prdctfltr_count {
  display: none !important;
}
.prdctfltr_checkboxes .prdctfltr_ft_none {
  display: none !important;
}

.pf_rngstyle_thin .irs-from,
.pf_rngstyle_thin .irs-to,
.pf_rngstyle_thin .irs-single,
.prdctfltr_wc .irs-slider.from,
.prdctfltr_wc .irs-slider.to {
  background: #000 !important;
}
.prdctfltr_wc .irs-slider.from,
.prdctfltr_wc .irs-slider.to {
  border-radius: 100px !important;
  height: 20px !important;
  width: 20px !important;
}
.pf_rngstyle_thin .irs-bar {
  background: #000 !important;
  height: 2px !important;
}
.pf_rngstyle_thin .irs-bar {
  top: 38px !important;
}
.pf_rngstyle_thin .irs-from,
.pf_rngstyle_thin .irs-to,
.pf_rngstyle_thin .irs-single {
  font-size: 12px !important;
}
.pf_rngstyle_thin .irs-line {
  height: 3px !important;
}

.two_columns_25_75.woocommerce_with_sidebar .woocommerce ul.products {
  display: inline-block !important;
  width: 100% !important;
}
.woocommerce ul.products li.product:hover h6 {
  color: #c32228;
}

.woocommerce #submit:hover,
.woocommerce .button:hover,
.woocommerce ul.products li.product .added_to_cart:hover,
.woocommerce ul.products li.product a.qbutton:hover,
.woocommerce-page .button:hover,
.woocommerce-page ul.products li.product a.qbutton:hover {
  background-color: #c32228;
  border-color: #c32228;
}
.woocommerce ul.products li.product:hover .image-wrapper img {
  opacity: .9;
}



@media (max-width: 1280px) {
  .where-to-start-content-col {
    margin: 30px -150px 0 -20px !important;
  }
}
@media (max-width: 1000px) {
  .where-to-start-content-col {
    margin: 50px -200px 0 -60px !important;
  }
  .where-to-start-wrapper .full_section_inner .wpb_column:nth-child(2) img {
    margin-left: 60px !important;
  }
  #product-categories-featured-products {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 992px) {
  body.tax-product_cat .container_inner.default_template_holder {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
  body.tax-product_cat .term-description,
  body.tax-product_cat ul.products {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .where-to-start-content-col {
    margin: 50px -200px 0 -30px !important;
  }
  .where-to-start-wrapper .full_section_inner .wpb_column:nth-child(2) img {
    margin-left: 30px !important;
  }
  .prdctfltr_wc.prdctfltr_woocommerce {
    padding: 0 20px !important;
    margin-bottom: 0 !important;
  }
  .two_columns_25_75.woocommerce_with_sidebar.grid2 .column1 {
    margin-bottom: 0 !important;
  }
  .two_columns_25_75.woocommerce_with_sidebar.grid2 .column2 .column_inner {
    padding-right: 20px !important;
  }
  .two_columns_25_75.woocommerce_with_sidebar.grid2 .column2 .column_inner .woocommerce-result-count {
    line-height: 21px !important;
  }
  
}
@media (max-width: 985px) {
  .where-to-start-content-col {
    margin: 75px -200px 0 50px !important;
  }
  .where-to-start-wrapper .full_section_inner .wpb_column:nth-child(2) img {
    margin-left: -50px !important;
  }
}
@media (max-width: 768px) {
  body.tax-product_cat ul.products {
    margin-top: 50px;
  }
  body.tax-product_cat ul.products li.product-category:nth-child(4n+1),
  body.tax-product_cat ul.products li.product-category:nth-child(4n+2),
  body.tax-product_cat ul.products li.product-category:nth-child(4n+3),
  body.tax-product_cat ul.products li.product-category:nth-child(4n+4) {
    width: 100% !important;
    margin-right: 0% !important;
    margin-left: 0% !important;
  }

  .where-to-start-wrapper .full_section_inner {
    display: grid;
  }
  .where-to-start-wrapper .full_section_inner .wpb_column:nth-child(1) {
    order: 2;
    float: none !important; 
    width: 100% !important;
  }
  .where-to-start-wrapper .full_section_inner .wpb_column:nth-child(2) {
    order: 1;
    float: none !important;
    width: 100% !important;
  }
  .where-to-start-wrapper .full_section_inner .wpb_column:nth-child(2) img {
    display: block;
    height: auto;
    margin-left: 0 !important;
    width: 100%;
  }
  .where-to-start-wrapper .where-to-start-content-col {
    margin: 0 0 0 0 !important;
  }
  .where-to-start-wrapper .full_section_inner .wpb_column:nth-child(2) img {
    margin-left: 0 !important;
  }
}
@media (max-width: 767px) {
  body.tax-product_cat .container_inner.default_template_holder {
    padding-top: 50px !important;
  }
  .main-cat-description .cat-description {
    margin-bottom: 0 !important;
    width: 100%;
  }
  .where-to-start-wrapper .where-to-start-content-col {
    padding: 20px !important;
  }
  body.tax-product_cat .term-description,
  body.tax-product_cat ul.products {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .where-to-start-wrapper .where-to-start-content-col h2 {
    font-size: 24px !important;
  }
  body.tax-product_cat ul.products li.product-category,
  body.tax-product_cat ul.products li.product-category a.category-name {
    height: 250px !important;
  }
}
@media (max-width: 600px) {
  .two_columns_25_75.woocommerce_with_sidebar.grid2 .column2 .column_inner {
    padding-right: 0 !important;
  }
  .two_columns_25_75.woocommerce_with_sidebar.grid2 .column2 .woocommerce-ordering,
  .two_columns_25_75.woocommerce_with_sidebar.grid2 .column2 .woocommerce-result-count {
    height: auto !important;
    line-height: 21px !important;
    padding: 0;
  }
}
@media (max-width: 414px) {
  body.tax-product_cat ul.products li.product-category h3 {
    font-size: 18px !important;
    line-height: 21px !important;
    padding: 10px 10px 5px !important;
  }
  body.tax-product_cat ul.products li.product-category figcaption {
    top: auto !important;
  }
}

/*--------------------------------------------------------------
# Product Series
--------------------------------------------------------------*/
#product-series-description h1 {
  font-weight: bold;
  padding: 0 30px;
  text-align: center;
}
#product-series-description .category-description {
  max-width: 60%;
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto 50px !important;
  padding: 0 50px;
}

.container.products-list-container {
  background: url('/wp-content/uploads/2020/01/Background-Light-Texture.jpg');
  background-repeat: repeat !important;
  background-size: contain !important;
  margin-top: 20px !important;
}
.container.products-list-container .products {
  margin-top: -70px;
}

#product-series-container {
  background: url('/wp-content/uploads/2020/01/Background-Light-Texture.jpg');
  background-repeat: repeat !important;
  background-size: contain !important;
  margin-top: 100px;
}
#product-series-container .product-series-holder {
  margin-top: -70px;
}
#product-series-container .container_inner.default_template_holder {
  padding-top: 20px !important;
}
#product-series-container h2 {
  color: #fff;
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
}
#product-series-container a.view-series-btn {
  display: grid;
  margin: 20px 0 0 0;
  width: fit-content !important;
  text-align: center !important;
  background-color: transparent !important;
  border: 3px solid #c32228 !important;
  transition: background-color 0.3s ease-in-out;
}
#product-series-container a.view-series-btn:hover {
  background-color: #c32228 !important;
}
#product-series-container .product-series-holder article {
  margin-bottom: 40px !important;
}
#product-series-container .banner-description {
  color: #fff !important;
  padding: 0 !important;
  text-align: left !important;
}
#product-series-container .post_image {
  display: grid;
}
#product-series-container .post_image img {
  height: 390px !important;
  min-height: 390px !important;
  max-height: 390px !important;
  visibility: hidden;
}
#product-series-container .post_image figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 50px;
  background: rgba(0, 0, 0, .7);
  max-width: 250px;
  align-content: center;
  display: grid;
}
#product-series-container .post_image figcaption.position-left {
  left: 0;
}
#product-series-container .post_image figcaption.position-right {
  right: 0;
}
#product-series-container .post_image p {
  color: #fff;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
}

#taxonomy-product-series .current-series-title-holder {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  height: 200px !important;
  position: relative !important;
}
#taxonomy-product-series .current-series-title-holder h1 {
  bottom: 25px;
  color: #fff;
  position: absolute;
  right: 80px;
  text-shadow: 3px 3px 3px #000;
}

@media (max-width: 1280px) {
  #taxonomy-product-series .current-series-title-holder {
    height: 150px !important;
  }
}
@media (max-width: 1024px) {
  #product-series-container {
    background-position: left 250px;
  }
}

@media (max-width: 768px) {
  .breadcrumbs .breadcrumbs_inner span.current {
    line-height: 19px;
    white-space: nowrap;
  }
  #product-series-container {
    background-position: left 275px;
  }
  #product-series-container .container_inner.default_template_holder {
    margin: 0;
    width: 100%;
  }
  #product-series-description h1 {
    display: block !important;
    padding:  0 20px !important;
    margin: 0  0 10px !important;
  }
  #product-series-description .category-description {
    display: block !important;
    left: 0 !important;
    margin: 0 auto 40px !important;
    max-width: 80% !important;
    padding: 20px !important;
    position: relative !important;
    right: 0 !important;
    text-align: center !important;
  }
  #product-series-container a.view-series-btn {
    margin: 20px 0 10px;
  }
  #product-series-container .product-series-holder {
    padding: 0;
  }
  #product-series-container .banner-description {
    font-size: 16px;
    padding: 0 !important;
  }
  #product-series-container .banner-description,
  #product-series-container h2 {
    text-align: left !important;
  }
  #product-series-container .post_image figcaption {
    position: relative;
    max-width: 100%;
    padding: 30px;
    align-content: left;
    background: rgba(0, 0, 0, 1);
  }
  #product-series-container .post_image img {
    height: auto !important;
    min-height: auto !important;
    max-height: auto !important;
  }
  #product-series-container .post_image .post_image_bg {
    background-size: contain !important;
  }
}

/*--------------------------------------------------------------
# Product Listing
--------------------------------------------------------------*/
ul.products .top-product-section .image-wrapper {
  height: 200px !important;
  max-height: 200px !important;
  min-height: 200px !important;
}
ul.products .top-product-section .product-title {
  border-top: 1px solid #555 !important;
  margin-top: 20px !important;
  padding-top: 10px !important;
}
ul.products .top-product-section img {
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  margin: auto !important;
  width: 100% !important;
  max-width: 90% !important;
  height: auto !important;
}
.woocommerce-ordering {
 margin-left: 10px !important;
}
.woocommerce-ordering .select2-selection__rendered,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #000 !important;
}
.select2-container--default.select2-container--open .select2-selection--single {
  color: #000 !important;
}
.select2-container--default {
  border: 1px solid #000 !important;
}
.prdctfltr_buttons .prdctfltr_sale,
.prdctfltr_buttons .prdctfltr_instock {
  display: none !important;
}
.prdctfltr_buttons .prdctfltr_reset {
  display: block !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #000 !important;
}

form.sidebar-search {
  max-width: calc(100% - 20px) !important;
  margin-bottom: 40px !important;
}
form.sidebar-search input {
  border: 1px solid #000 !important;
  border-radius: 0!important;
  background-position: right 50% !important;
  background-color: #fff !important;
  color: #000 !important;
  height: 42px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  margin-top: 0 !important;
  padding: 1px 0 0 20px;
  position: relative !important;
  width: 100% !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Open Sans', sans-serif !important;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Open Sans', sans-serif !important;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Open Sans', sans-serif !important;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: 'Open Sans', sans-serif !important;
}

p.your-search-paragraph {
  padding-left: 30px !important;
}
form.sidebar-search button {
  content: '\f107' !important;
  color: #555 !important;
  background: transparent !important;
  border: 0 !important;
  font-family: 'FontAwesome' !important;
  padding: 0 !important;
  position: absolute !important;
  right: 15px !important;
  top: 5px !important;
}
#search-products-container form.sidebar-search button {
  top: 22px !important;
  right: 25px !important;
}
form.sidebar-search button:hover {
  background: transparent !important;
  color: #c32228 !important
}
select.orderby {
  border: 1px solid #000 !important;
  border-radius: 0!important;
  background-position: right 50% !important;
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFW…zTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  color: #000 !important;
  height: 45px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  margin-top: 0 !important;
  padding: 0 10px !important;
  /* position: relative !important; */
  -webkit-appearance: none !important;
}
select.orderby:after {
  content: '\f107' !important;
  font-family: 'FontAwesome' !important;
  position: absolute !important;
  left: 0 !important;
  top: 15px !important;
}
.filter-products-mobile {
  display: none;
}

@media (max-width: 1000px) {
  form.sidebar-search input {
    margin-left: 20px;
  }
  #search-products-container form.sidebar-search input {
    margin-left: 0 !important;
    padding-left: 10px !important;
  }
}
@media (max-width: 768px) {
  .two_columns_25_75.woocommerce_with_sidebar .column_inner {
    padding-right: 0 !important;
  }
  .two_columns_25_75.woocommerce_with_sidebar .products {
    padding: 0 !important
  }
  .prdctfltr_wc.prdctfltr_woocommerce, 
  .two_columns_25_75.woocommerce_with_sidebar .column2 .column_inner {
    padding: 0 20px!important;
  }
  .two_columns_25_75 > .column1 {
    width: 32% !important;
  }
  .two_columns_25_75 > .column2 {
    width: 68% !important;
  }
  .column2 .woocommerce-result-count {
    display: none;
  }
  form.sidebar-search button {
    right: -5px !important;
  }
}
@media (max-width: 600px) {
  body.tax-product_cat ul.products {
    padding: 0 !important;
  }
  .woocommerce ul.products li.product.type-product {
    margin-bottom: 70px !important;
  }
  .woocommerce ul.products li.product.type-product:nth-last-child(1),
  .woocommerce ul.products li.product.type-product:nth-last-child(2) {
    margin-bottom: 0 !important;
  }
  #explore-other-series-slick-slider,
  #related-products-container {
    margin-left: 15px !important;
  }
  #explore-other-series-container h2,
  #related-products-container h2 {
    font-size: 24px !important;
  }
  #related-products-container .slick-slide .post_image_bg {
      height: 200px;
  }
  #related-products-container .slick-arrow {
    top: 80px !important;
  }
  #taxonomy-product-series .columns-3 ul.products li.product {
    float: left !important;
  }
  #product-series-container .product-series-holder {
    padding: 0 20px !important;
  }
  .two_columns_25_75 > .column1 {
    width: 100% !important;
  }
  .two_columns_25_75 > .column2 {
    width: 100% !important;
  }
  .prdctfltr_wc.prdctfltr_woocommerce,
  .two_columns_25_75.woocommerce_with_sidebar .column2 .column_inner {
    padding: 0 !important;
  }
  .prdctfltr-widget {
    background: #ccc;
    display: none;
    margin-top: 14px !important;
    position: absolute;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(150,150,150,0.7);
    -moz-box-shadow: 3px 3px 5px 0px rgba(150,150,150,0.7);
    box-shadow: 3px 3px 5px 0px rgba(150,150,150,0.7);
    width: 100%;
  }
  .prdctfltr-widget form.prdctfltr_woocommerce_ordering {
    padding: 10px 20px !important;
  }
  .select2-container--default .select2-selection--single {
    height: 42px !important;
  }
  select.orderby {
    height: 43px !important;
  }
  /* .widget.prdctfltr-widget.show {
    display: block !important;
  } */
  form.sidebar-search button {
    right: 5px !important;
  }
  .woocommerce-ordering {
    margin-left: 0 !important;
  }
  form.sidebar-search input {
    margin-left: 0 !important;
  }
  .filter-products-mobile {
    border: 1px solid #000 !important;
    border-radius: 0 !important;
    color: #000 !important;
    display: inline-block !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 18px !important;
    padding: 12px 10px 12px 20px !important;
    cursor: pointer !important;
    position: static !important;
    width: 100% !important;
    z-index: 9999 !important;
  }
  .filter-products-mobile:after {
    content: '\f107' !important;
    color: #000 !important;
    font-family: 'FontAwesome' !important;
    position: relative !important;
    right: 10px !important;
    top: 15px !important;
  }
  .inputgroup {
    position:relative;
    display: inline-block;
    height: 42px !important;
    line-height: 42px !important;
    vertical-align: middle;
    width: 40% !important;
  }
  .select2-container--default .select2-selection--single {
    height: 47px !important;
    line-height: 47px !important;
  }
  /* .woocommerce-ordering {
    display: none !important;
  }
  .woocommerce-ordering-mobile {
    display: inline-block !important;
    width: 40% !important;
  } */
  #product-series-container .sidebar {
    height: 47px !important;
  }
  .woocommerce-ordering {
    float: right !important;
    position: relative !important;
    /* top: -31px !important; */
    margin-top: 40px !important;
    z-index: 99999 !important;
  }
  .woocommerce .woocommerce-ordering .orderby {
    width: 100% !important;
  }
  .woocommerce-ordering .select2.select2-container {
    width: 100% !important;
  }
  #product-series-container .column1 {
    /* height: 84px !important */
  }
  .inputgroup .innericon {
      position: absolute;
      top: 6px;
      right: 0;
      z-index: 2;
      display: block;
      text-align: center;
      pointer-events: none;
  }
  .inputgroup .innericon:before {
    content: '\f107' !important;
    color: #000 !important;
    font-family: 'FontAwesome' !important;
    left: 100% !important;
    position: absolute !important;
  }
}
@media only screen and (max-width: 480px) {
  .columns-4 .woocommerce_with_sidebar ul.products li.product {
      width: 48.37209302325581% !important;
      margin-right: 3.255813953488372% !important;
  }
  .columns-4 .woocommerce_with_sidebar ul.products li.product:nth-child(2n),
  div.woocommerce.columns-3 ul.products li.product:nth-child(even) {
    margin-right: 0 !important;
  }
  .woocommerce-ordering {
    width: 50% !important;
  }
}

/*--------------------------------------------------------------
# Product Single Page
--------------------------------------------------------------*/
.qode-single-product-summary h1.product_title {
  font-size: 35px !important;
  line-height: 35px !important;
}
.qode-single-product-summary p,
.product .q_tabs .tab-content p {
  font-size: 18px;
  line-height: 25px !important;
  margin-bottom: 20px;
  margin-top: 20px;
}
.qode-single-product-summary .price,
.qode-single-product-summary .price span {
  color: #c32228 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
}
.qode-single-product-summary .woocommerce-product-details__short-description ul,
.product .q_tabs .tab-content ul {
  color: #000;
  font-size: 18px;
  list-style: none;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.qode-single-product-summary .woocommerce-product-details__short-description ul li,
.product .q_tabs .tab-content ul li {
  margin-bottom: 10px;
}
.qode-single-product-summary .woocommerce-product-details__short-description ul li:before,
.product .q_tabs .tab-content ul li:before {
  content: '\f00c';
  color: #c32228;
  font-family: FontAwesome;
  left: 0;
  position: absolute;
}
.woocommerce.single-product.qode-product-single-tabs-on-bottom .q_tabs #tab-description {
  text-align: left !important;
}
.woocommerce .product .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
  width: 15% !important;
}
.qode-single-product-summary i.menu_icon {
  color: #c32228;
}
.qode-single-product-summary i.menu_icon span {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  padding-left: 20px;
}
.qode-single-product-summary .product_meta {
  display: none;
}
.add-to-favourites-btn {
  background: transparent !important;
  color: #000 !important;
  font-size: 18px !important;
  padding: 12px 20px !important;
  /* margin: 20px 0 20px 50px !important; */
}
.add-to-favourites-btn i.menu_icon span {
  font-size: 18px !important;
}
.add-to-favourites-btn:hover {
  background: #c32228 !important;
  color: #fff !important;
}
.add-to-favourites-btn:hover i.menu_icon,
.add-to-favourites-btn:hover i.menu_icon span {
  color: #fff;
}

.btn.add-to-favourites {
  white-space: nowrap;
}

.qode-related-upsells-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  margin-top: 50px;
  text-align: center;
}
.woocommerce .product .images figure {
  display: block !important;
}
.woocommerce .product .images .woocommerce-product-gallery__image:first-child {
  display: block !important;
  position: relative !important;
}
.woocommerce .product .images .woocommerce-product-gallery__image:first-child img {
  width: auto !important;
  max-height: 500px !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
}

.woocommerce.single-product .product .images {
  width: 49% !important;
  margin-right: 2% !important;
}
.woocommerce.single-product .product .summary {
  width: 49% !important;
}

@media (max-width: 991px) {
  #product-custom-term-above-footer {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .woocommerce.single-product .product .images {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .woocommerce.single-product .product .summary {
    width: 100% !important;
  }
  .qode-single-product-summary .add-to-favourites-btn {
    margin-left: 0 !important;
  }
}
/*--------------------------------------------------------------
# Product Category Custom Page
--------------------------------------------------------------*/
#custom-category-content-page header,
#custom-category-content-page footer,
#custom-category-content-page .title_holder,
#custom-category-content-page .mobile-search-fav-menu,
#custom-category-content-page #header-mega-menu,
#custom-category-content-page .back_to_top,
#custom-category-content-page #wpadminbar,
#custom-category-content-page #newsletter-section {
  display: none;
}

#product-custom-term-above-footer {
  margin-bottom: 100px !important;
  margin-top: 100px !important;
}

#product-custom-term-above-footer .wpb_text_column {
  padding: 50px 30px !important;
  background: rgba(0, 0, 0, .8);
}
#product-custom-term-above-footer h3,
#product-custom-term-above-footer a {
  color: #fff !important;
  font-style: normal !important;
  font-weight: 600 !important;
  text-align: center !important;
}
#product-custom-term-above-footer h3 {
  color: #fff !important;
  font-size: 30px !important;
  line-height: 35px !important;
  margin-bottom: 30px !important;
  margin-top: 0 !important;
}
#product-custom-term-above-footer a.visit-the-showroom {
  background: #c32228 !important;
  border: 3px solid #c32228 !important;
  position: relative !important;
  left: 0;
  right: 0;
  margin : 0 auto;
}
#product-custom-term-above-footer a.visit-the-showroom:hover {
  background: transparent !important;
  border: 3px solid #c32228 !important;
}
#product-custom-term-introduction .wpb_text_column {
  padding-bottom: 100px !important;
}

.speciality-products-columns {
  display: block !important;
  padding-bottom: 30px !important;
  background-size: contain !important;
  background-repeat: repeat !important;
}
.speciality-products-columns .wpb_column {
  padding: 0 !important;
}

.speciality-products-columns {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  clear: both !important;
}

.speciality-products-columns .vc_column-inner {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.speciality-products-columns .wpb_single_image {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.speciality-products-columns,
.speciality-products-columns img {
  height: 340px !important;
}
.speciality-products-columns img {
  visibility: hidden;
}
.speciality-products-columns .speciality-product-content {
  background: #222 !important;
  height: 340px !important;
  padding: 30px !important;
}
.speciality-products-columns.overflow-visible {
  margin-bottom: -50px !important;
}
.speciality-products-columns.overflow-visible .speciality-product-content {
  margin-top: -50px !important;
}
.speciality-products-columns:nth-child(even) .wpb_column {
  padding-right: 20px !important;
}
.speciality-products-columns:nth-child(odd) .wpb_column {
  padding-left: 20px !important;
}
.speciality-products-columns:last-child {
  margin-bottom: 50px !important;
}
.speciality-products-columns .speciality-product-content h2 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.speciality-products-columns .speciality-product-content h2,
.speciality-products-columns .speciality-product-content p {
  color: #fff !important;
}

@media (max-width: 768px) {
  #product-custom-term-above-footer {
    margin-bottom: 50px !important;
    margin-top: 50px !important;
    padding: 40px 20px !important;
  }
  .speciality-products-columns.overflow-visible {
    margin-bottom: 0 !important;
  }
  .speciality-products-columns {
    padding-bottom: 20px !important;
    min-height: 290px !important;
  }
  .speciality-products-columns:last-child {
    padding-bottom: 30px !important;
  }
  .speciality-products-columns h2 {
    margin-top: 0 !important;
  }
  .speciality-products-columns .speciality-product-content {
    height: auto !important;
    padding: 20px !important;
  }
  .speciality-products-columns .speciality-product-content h2 {
    font-size: 24px !important;
    margin-top: 0 !important;
    padding: 20px 20px 0 20px !important;
  }
  .speciality-products-columns .speciality-product-content p {
    font-size: 16px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .speciality-products-columns .parallax_section_inner_margin {
    display: flex !important;
    flex-direction: column !important;
  }
  .speciality-products-columns .parallax_section_inner_margin .wpb_column {
    order: 1 !important;
  }
  .speciality-products-columns .parallax_section_inner_margin .speciality-product-content.wpb_column {
    /* padding: 20px !important; */
    order: 2 !important;
  }
  .speciality-products-columns:nth-child(odd) .wpb_column,
  .speciality-products-columns:nth-child(even) .wpb_column {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .speciality-products-columns .wpb_column {
    display: block !important;
    padding: 0 !important;
    width: 100% !important;
  }
  /* .speciality-products-columns:nth-child(odd) .wpb_column {
    padding: 0 !important;
  } */
  /* .speciality-products-columns:nth-child(even) .wpb_column,
  .speciality-products-columns:nth-child(odd) .wpb_column {
    
  } */
  .speciality-products-columns.overflow-visible {
    margin-bottom: 0 !important;
  }
  .speciality-products-columns.overflow-visible .speciality-product-content {
    margin-top: 0 !important;
  }
}

/*--------------------------------------------------------------
# Product Type Category tabs
--------------------------------------------------------------*/
.fireplaces-product-types {
  display: inline-block;
  width: 100%;
}
.fireplaces-product-types .product-type-items {
  margin: 0 auto;
  width: max-content;
  padding-bottom: 30px;
}
.fireplaces-product-types .product-type-items li {
  display: inline-block;
  margin-right: 50px;
}
.fireplaces-product-types .product-type-items li:last-child {
  margin-right: 0;
}
.fireplaces-product-types .product-type-items li a {
  border-bottom: 5px solid transparent;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 700 !important;
  padding: 0 25px;
  text-transform: uppercase;
  transition: border-bottom 0.3s ease;
}
.fireplaces-product-types .product-type-items li a.active,
.fireplaces-product-types .product-type-items li a:hover {
  border-bottom: 5px solid #c32228;
}

@media (max-width: 767px) {
  .fireplaces-product-types .product-type-items li {
    margin-right: 20px;
  }
  .fireplaces-product-types .product-type-items li a {
    padding: 0 15px;
  }
}

/*--------------------------------------------------------------
# Custom Category Landing Page
--------------------------------------------------------------*/
.qode-advanced-image-gallery {
  margin-bottom: 50px;
}
.qode-advanced-image-gallery .qode-aig-image:first-child {
  clear: both !important;
  /* display: none !important; */
  width: 100% !important;
}
.qode-advanced-image-gallery .qode-aig-grid.qode-aig-four-columns .qode-aig-image:nth-child(4n+1) {
  clear: none !important;
}
@media (max-width: 600px) {
  .qode-advanced-image-gallery {
    margin-top: 40px !important;
  }
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-four-columns .qode-aig-image {
    width: 25% !important;
  }
  .qode-advanced-image-gallery .qode-aig-grid.qode-aig-four-columns .qode-aig-image:first-child {
    width: 100% !important;
  }
}

/*--------------------------------------------------------------
# Favourites Products Page
--------------------------------------------------------------*/
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.7);
  overflow-x: hidden;
  transition: 0.5s;
  z-index: 9999;
}
#favourites-page-cta-buttons.row-fluid {
  margin-top: 0 !important;
  margin-bottom: 50px !important;
  padding-top: 30px !important;
  padding-bottom: 0px !important;
}
#favourites-page-cta-buttons .column-content {
  display: grid;
  padding: 0 !important;
  margin: 0 auto !important;
  max-width: 1150px;
}
#favourites-page-cta-buttons .btn-default-red {
  position: relative !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto 30px !important;
}
#favourites-page-cta-buttons #email_my_favourites {
  float: right !important;
}
#favourites-page-cta-buttons #send_reques_to_sales_team {
  float: left !important;
}
@media (max-width: 767px) {
  #favourites-page-cta-buttons #email_my_favourites,
  #favourites-page-cta-buttons #send_reques_to_sales_team {
    float: none !important;
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  #favourites-page-cta-buttons .wpb_column.vc_column_container {
    padding: 0 !important;
  }
}

/*--------------------------------------------------------------
# Thank You page
--------------------------------------------------------------*/
body.page-template-template-thank-you .content_inner .title {
  padding-bottom: 0 !important;
}
#thank-you-page-container {
  height: 600px;
  margin-top: -16px !important;
}
@media (max-width: 1000px) {
  #thank-you-page-container {
    margin-top: -24px !important;
  }
}
@media (max-width: 768px) {
  #thank-you-page-container {
    height: 335px;
  }
}
@media (max-width: 650px) {
  #thank-you-page-container {
    height: 365px;
  }
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
@media (min-width: 767px) {
  .content-box-custom1 {
    bottom: 70px !important;
  }
}
@media (max-width: 480px) {
  .container-height-530px,
  .container-height-530px .vc_column-inner,
  .container-height-390px,
  .container-height-390px .vc_column-inner,
  .container-height-350px,
  .container-height-350px .vc_column-inner {
    height: 300px !important;
    padding: 0 !important;
  }
  .content-box-custom1 {
    position: relative !important;
    bottom: 50px !important;
  }
}

/*--------------------------------------------------------------
## Mobile Header 
--------------------------------------------------------------*/
@media (min-width: 1001px) {
  .mobile-search-fav-menu {
    display: none;
  }
}
@media (max-width: 1000px)  {  
  body.home #header-mega-menu.scrolled,
  body:not(.home) #header-mega-menu,
  body:not(.home) #header-mega-menu.scrolled {
    height: 0 !important;
  }
  #header-mega-menu .ubermenu,
  #search-bar-close,
  .ubermenu-responsive-toggle,
  .header_inner_right {
    display: none !important;
  }
  .mobile-search-fav-menu {
    display: block;
  }
  .header_top_bottom_holder {
    border-bottom: 2px solid #c32228;
  }
  .header_inner,
  .header_bottom,
  .mobile_menu_button {
    height: 55px;
  }
  .header_bottom {
    padding-left: 30px;
    padding-right: 30px;
  }
  .mobile_menu_button {
    float: right;
    margin-right: 0;
  }
  .mobile_menu_button .fa-bars {
    color: #fff;
    font-size: 30px;
  }

  .mobile-search-fav-menu {
    position: absolute;
    right: 85px;
    top: 13px;
    z-index: 99992;
  }
  .mobile-search-fav-menu .menu {
    display: block;
    list-style-type: none;
  }
  .mobile-search-fav-menu .menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .mobile-search-fav-menu a {
    color: #fff;
  }
  .favourite-menu-item a > .fa-heart {
    color: #c32228;
    display: inline-block !important;
  }

  .logo_wrapper {
    height: 55px !important;
    display: block;
    left: 0;
  }
  body.admin-bar header.light .q_logo {
    top: 7px !important;
  }
  header.light .q_logo {
    display: block;
    top: 7px !important;
    left: -10px;
  }
  header.light .q_logo a {
    height: 40px !important;
    left: 0;
  }
  header.light .q_logo img.mobile {
    display: block !important;
    height: 40px !important;
  }

  form.custom-search-form.qode_search_form_2 {
    bottom: auto !important;
    background-color: #1f1f1f;
    height: 40px;
    top: -200px !important;
    transition: all 0.35s ease !important;
    transition-delay: 0s !important;
  }
  body #header-mega-menu form.custom-search-form.animated {
    bottom: auto !important;
    top: -3px !important;
  }
  form.custom-search-form.qode_search_form_2 .form_holder_outer {
    height: 40px;
    max-width: none;
    margin: 0;
  }
  form.custom-search-form .form_holder {
    padding: 0 30px;
    width: auto;
  }
  .qode_search_form_2 input {
    color: #fff !important;
    margin-top: 0 !important;
    text-transform: none !important;
    width: calc(100% - 60px) !important;
  }
  .qode_search_form_2 input::-webkit-input-placeholder { /* Edge */
    color: #fff;
  }
  .qode_search_form_2 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }
  .qode_search_form_2 input::placeholder {
    color: #fff;
  }
  form.custom-search-form .button {
    border: none !important;
    bottom: 0 !important;
    margin-right: 0 !important;
    padding-top: 15px !important;
    position: absolute;
    right: 30px;
  }

  nav.mobile_menu {
    background: #1f1f1f !important;
    display: grid;
    margin-left: -30px !important;
    margin-right: -30px !important;
    top: 2px !important;
    width: 100vw !important;
  }
  nav.mobile_menu > ul {
    padding: 0 30px;
    width: calc(100% - 60px);
  }
  nav.mobile_menu li {
    border-color: #555 !important;
  }
  nav.mobile_menu li a {
    color: #eaeaea !important;
    font-size: 16px !important;
  }
  nav.mobile_menu > ul li.favourite-menu-item{
    display: none;
  }
  nav.mobile_menu > ul:first-child {
    order: 2;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  nav.mobile_menu > ul:first-child .fa-angle-right {
    color: #555;
    display: block;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 15px;
  }
  nav.mobile_menu > ul:first-child li:nth-last-child(2) {
    border-bottom: 0 !important;
  }
  nav.mobile_menu ul.ubermenu-nav {
    order: 1;
  }
  nav.mobile_menu ul.ubermenu-nav li {
    border-bottom: 0;
    padding: 5px 0;
  }
  nav.mobile_menu ul.ubermenu-nav > li:nth-last-child(2) {
    border-bottom: 1px solid #c32228 !important;
    padding-bottom: 20px;
  }
  nav.mobile_menu ul.ubermenu-nav > li:nth-last-child(2):after {
    content: '';
    position: absolute;
    left: -30px;
    bottom: -1px;
    border-bottom: 1px solid #c32228 !important;
    width: 30px;
  }
  nav.mobile_menu ul.ubermenu-nav > li:nth-last-child(2):before {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -1px;
    border-bottom: 1px solid #c32228 !important;
    width: 30px;
  }

  ul.ubermenu-nav li {
    border-bottom: 0 !important;
  }
  ul.ubermenu-nav ul.ubermenu-tabs-group li {
    border-bottom: 1px solid #555 !important;
  }
  ul.ubermenu-nav ul.ubermenu-tabs-group li:last-child {
    border-bottom: 0 !important;
  }
  ul.ubermenu-nav ul.ubermenu-tabs-group li a:after {
    content: '\f105';
    color: #555;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    top: 5px;
    right: 0;
  }

  nav.mobile_menu ul.ubermenu-nav > li > a {
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }
  nav.mobile_menu ul.ubermenu-nav > li > a:after {
    content: '\f0dd';
    color: #fff;
    font-family: FontAwesome;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    top: 5px;
    right: 0;
    
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: btransform 0.3s ease;
    transition: transform 0.3s ease;
  }
  nav.mobile_menu ul.ubermenu-nav > li > a.up:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: btransform 0.3s ease;
    transition: transform 0.3s ease;
  }
  ul.ubermenu-submenu {
    display: block !important;
    height: 0 !important;
    transition: all 0.5s ease !important;
    opacity: 0 !important;
    overflow: hidden !important;
  }

  ul.ubermenu-submenu.active {
    height: auto !important;
    opacity: 1 !important;
  }
  ul.ubermenu-submenu li.ubermenu-retractor-mobile {
    display: none !important;
  }
  .ubermenu-submenu li:last-child {
    border-bottom: 0 !important;
  }
  .ubermenu-submenu a span.ubermenu-target-text {
    color: #eaeaea !important;
  }
  .ubermenu-submenu-drop {
    background: #1f1f1f !important;
  }
  .ubermenu-submenu-drop li {
    border-bottom: 1px solid #555 !important;
    margin-left: 0 !important;
  }
  .ubermenu-tabs-group {
    border-right: 0 !important;
    margin: 0  !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  ul.ubermenu-tab-content-panel {
    display: none !important;
  }
  ul.ubermenu-tabs-group li.ubermenu-tab {
    margin-right: 5px !important;
  }
  ul.ubermenu-tabs-group li.ubermenu-tab a {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  ul.ubermenu-nav ul.ubermenu-tabs-group li.mega-menu-btn,
  ul.ubermenu-nav ul.ubermenu-tabs-group li:nth-last-child(2) {
    border-bottom: 0 !important;
  }
  ul.ubermenu-nav li.mega-menu-btn a {
    border-radius: 0 !important;
    /* background: #c32228 !important; */
    border-color: #c32228 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin:  10px 0 !important;
    padding: 12px 20px !important;
    position: relative !important;
    width: fit-content !important;
  }
  ul.ubermenu-nav li.mega-menu-btn a:after {
    display: none !important;
  }

}

/*--------------------------------------------------------------
## Mobile Footer 
--------------------------------------------------------------*/
@media (max-width: 1024px) {
  #newsletter-section p br {
    display: none;
  }
  /* .newsletter-subscription-form input {
    width: 100%;
    max-width: 224px;
  } */
  .newsletter-section-inner #newsletter-section p.description {
    /* margin-right: 20px !important; */
    padding: 0 !important;
  }
  .newsletter-subscription-form {
    padding-left: 0 !important;
  }
  .newsletter-subscription-form .button {
    /* display: block; */
    left: 0;
    position: relative;
    margin-top: 10px;
    max-width: 250px;
    top: 0;
    width: 100%;    
  }
}
@media (max-width: 992px) {
  /* .newsletter-subscription-form input {
    width: 200px;
  } */
  /* .newsletter-subscription-form .button {
    width: 100px;
  } */
  .footer_top .five_columns {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer_top .five_columns .column_inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  /* .newsletter-subscription-form input {
    width: 160px !important;
  } */
}
@media (max-width: 768px) {
  .newsletter-subscription-form .button {
    /* width: 90px; */
  }
  .newsletter-subscription-form input {
    /* width: 140px; */
    /* max-width: 140px; */
  }
  #newsletter-section-close label:first-child {
    display: none;
  }

  .five_columns .textwidget a,
  .five_columns .textwidget p {
   font-size: 14px; 
  }
  .five_columns h5 {
    margin-bottom: 10px;
    position: relative;
  }
  .five_columns ul.footer-submenu {
    display: block !important;
    height: 0 !important;
    transition: all 0.5s ease !important;
    opacity: 0 !important;
    overflow: hidden !important;
  }
  .five_columns ul.footer-submenu.active {
    height: auto !important;
    opacity: 1 !important;
  }
  .five_columns h5.footer-menu-title {
    cursor: pointer;
  }
  .five_columns h5.footer-menu-title:after {
    content: '\f0dd';
    color: #fff;
    font-family: FontAwesome;
    font-size: 24px;
    font-weight: 700;
    position: absolute;
    margin-left: 20px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: btransform 0.3s ease;
    transition: transform 0.3s ease;
    top: -5px;
  }
  .five_columns h5.up:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);    
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: btransform 0.3s ease;
    transition: transform 0.3s ease;
    top: 6px;
  }

}
@media (max-width: 768px) {
  #newsletter-section .wpb_column {
    padding-bottom: 0 !important;
    padding-top: 10px !important;
    width: 100% !important;
  }
  #newsletter-section .wpb_column:first-child,
  #newsletter-section .wpb_column:last-child {
    display: none !important;
  }
  #newsletter-section {
    min-height: auto !important;
    padding: 10px 0;
  }
  #newsletter-section p,
  #newsletter-section .input-group {
    text-align: center !important;
  }
  .newsletter-section-inner #newsletter-section p.description {
    padding: 0 50px !important;
    margin-right: 0 !important;
  }
  .newsletter-subscription-form .button {
    right: 0;
    margin: 10px auto 0;
  }
  #newsletter-section .parallax_section_inner_margin > .wpb_column.vc_column_container:nth-last-child(2) {
    padding-bottom: 20px !important;
    padding-top: 0 !important;
  }
  /* .newsletter-subscription-form input {
    width: 100%;
    max-width: 224px;
  } */

  .newsletter-subscription-form .label-inline.EMAIL-label {
    float: none !important;
  }
  .newsletter-subscription-form .yikes-easy-mc-form .submit-button-inline-label {
    width: auto !important;
  }
  #newsletter-section .yikes-mailchimp-container button {
    left: -5px !important;
    top: -1px !important;
  }
}
@media (max-width: 767px) {
  #homepage-2cols-same-height .col-same-height:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 560px) {
  #newsletter-section p br {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .copyright-content {
    margin-top: 15px !important;
  }
  .copyright-content span {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .copyright-content span:last-child {
    margin-bottom: 0;
  }
  .copyright-content span:nth-child(2) {
    display: none;
  }
  .footer_bottom_column {
    margin-bottom: 10px !important;
  }
}

/* -----------------------------------------
  Customizations for shopify buy buttons
----------------------------------------- */
ul.cart-links {
  border-top: none !important;
  margin: 10px auto 20px !important;
}

.li-add-to-cart {
	text-align: left !important;
}

.li-add-to-cart::before {
  content: "" !important;
  padding: 0;
  display: none;
}

.shopify-buy__btn-wrapper {
  padding: 0;
  margin-bottom: 0;
}

.btn.add-to-cart,
.shopify-buy__btn {
  white-space: nowrap;
  border: 2px solid #c32228;
  padding: 5px 10px;
  background: #fff;
  color: #000;
  margin-left: -5px;
  font-size: 14px;
}

.btn.add-to-cart,
.shopify-buy__btn,
.add-to-favourites {
  transition:
    background-color 300ms ease-out,
    color 300ms,
    border-radius 500ms ease-out
    ;
}

.btn.add-to-cart::before,
.shopify-buy__btn::before {
	content: "\f07a";
	color: #c32228;
	font-family: 'FontAwesome';
	padding-right: 5px;
  cursor: pointer;
  position: relative;
}

.add-to-favourites:hover,
.btn.add-to-cart:hover,
.shopify-buy__btn:hover {
  background: #c32228;
  color: #fff;
  border-radius: 20px;
}

.btn.add-to-cart:hover,
.btn.add-to-cart label,
.shopify-buy__btn:hover,
.shopify-buy__btn label {
  cursor: pointer;
}

.btn.add-to-cart:hover::before,
.shopify-buy__btn:hover::before {
  color: #fff;
}

.shopify-buy__btn-wrapper > button {
  font-size: 14px;
  background: #fff;
  padding: 5px 15px;
  margin-top: 10px;
  margin-left: 0;
  color: #000;
  font-family: Raleway,sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase;
}

.shopify-buy__btn-wrapper > button:disabled {
  border-color: #999;
  color: #999;
  cursor: not-allowed;
}

.shopify-buy__btn-wrapper > button:disabled::before {
  content: "\f05e";
}

.shopify-buy__btn-wrapper > button:disabled:hover {
  background-color: #fff;
  border-radius: 0;
  color: #999;
  cursor: not-allowed;
}

.shopify-buy__btn-wrapper > button:disabled:hover::before {
  color: #c32228;
  cursor: not-allowed;
}

.shopify-buy__btn-wrapper > button:hover {
  color: #fff;
}

.shopify-buy__btn-wrapper > button:focus {
  background: #c32228;
  color: #fff;
}

.btn.add-to-cart:hover:focus::before,
.shopify-buy__btn:hover:focus::before {
  color: #fff;
}

.single.buy-btn-container {
  margin-bottom: -.5rem;
}

.single.buy-btn-container .shopify-buy__btn-wrapper > button {
  padding: 12px 20px !important;
  text-transform: uppercase !important;
  line-height: 21px !important;
  font-size: 18px;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 700 !important;
  border: 3px solid #000;
}

button.shopify-buy__btn.shopify-buy__btn-disabled:disabled {
  border-color: #999;
}

button.shopify-buy__btn.shopify-buy__btn-disabled:disabled:hover {
  border-radius: 0;
}

.single.buy-btn-container .shopify-buy__btn::before {
  padding-right: 25px;
}

.btn.add-to-cart:hover,
.shopify-buy__btn:hover,
.add-to-favourites:hover,
.single.buy-btn-container .shopify-buy__btn:hover {
  border-radius: 30px;
}

.cart-menu-item i {
  font-size: 16px;
}

.product-links-list .add-to-favourites:hover {
  background: none;
  color: #1abc9c;
  cursor: pointer;
}

.product-links-list .add-to-favourites:hover label {
  cursor: pointer;
}

.top-product-section .product-links-list {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.woocommerce-product-details__short-description .product-mrsp,
.qode-single-product-summary .entry-summary .product-msrp {
  font-weight: bold;
  color: #c32228;
  font-size: 1.25rem;
}

@media only screen and (min-width: 1000px) and (max-width: 1175px) {
  header.light .q_logo {
    top: 25px !important;
  }
  header.light .q_logo a,
  header.light .q_logo img.normal{
    height: 40px !important;

  }
}