@charset "UTF-8";
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** VARIABLES ******/
/****** DO NOT EDIT THIS FILE!!! IT IS CREATED BY THE THEME AND MAY GET OVERWRITTEN! ******/
/****** MIXINS ******/
/* FONT MIXINS */
.fs1 {
  font-size: 1rem !important;
}
.fs2 {
  font-size: 2rem !important;
}
.fs3 {
  font-size: 3rem !important;
}
.fs4 {
  font-size: 4rem !important;
}
.fs5 {
  font-size: 5rem !important;
}
.fs6 {
  font-size: 6rem !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-black {
  background-color: #000 !important;
}
.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.center-it {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.no-padding {
  padding: 0 !important;
}
.primary-color {
  color: #BD1C1C !important;
}
.primary-bg {
  background-color: #BD1C1C !important;
}
.secondary-color {
  color: #0D1129 !important;
}
.secondary-bg {
  background-color: #0D1129 !important;
}
.btn-primary {
  background-color: #BD1C1C;
  color: #fff;
  border-color: #BD1C1C;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within {
  background-color: #911515 !important;
  color: #fff;
  border-color: #BD1C1C;
}
.btn-secondary {
  background-color: #0D1129;
  color: #fff;
  border-color: #0D1129;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:focus-within {
  background-color: #010102;
  color: #fff;
  border-color: #0D1129;
}
.text-white {
  color: #fff !important;
}
.text-white * {
  color: #fff;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-space-around {
  justify-content: space-around;
}
.flex-center-wrap {
  display: flex;
  align-items: center !important;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .flex-sm-align-items-stretch-center {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap;
  }
  .flex-sm-align-items-stretch-center > div {
    align-self: center;
  }
}
.ws-form-container {
  background-color: #fff;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.ws-form-container .ws-form-title-container {
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.17);
  font-size: 15px;
  padding: 20px;
  font-weight: bold;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  color: #fff !important;
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.ws-form-container .ws-form-title-container * {
  color: #fff;
}
.ws-form-container .ws-form-title-container .ws-fa-icon-container {
  margin: 0 10px;
}
.ws-form-container .ws-form-body-container {
  padding: 10px;
}
.ws-form-container .ws-form-body-container .form__warn {
  text-align: center !important;
}
.ws-form-container .ws-form-body-container .gform_footer .gform_button {
  display: block;
  float: none;
  clear: both;
  margin: 0 auto;
  text-align: center;
}
.white-overlay {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.black-overlay {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.fancy-radio ul, .fancy-radio-primary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio ul .radio, .fancy-radio-primary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio ul .radio input, .fancy-radio-primary ul .radio input {
  display: none !important;
}
.fancy-radio ul .radio input + label, .fancy-radio-primary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio ul .radio input[type=radio]:checked + label, .fancy-radio-primary ul .radio input[type=radio]:checked + label {
  background-color: #BD1C1C;
  color: #fff;
}
.fancy-radio-secondary ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  float: none;
  display: flex;
}
.fancy-radio-secondary ul .radio {
  float: left;
  flex-grow: 1;
}
.fancy-radio-secondary ul .radio input {
  display: none !important;
}
.fancy-radio-secondary ul .radio input + label {
  background-color: #bbb;
  color: #000;
  max-width: 100%;
  width: 100%;
  margin: 0 !important;
  transition: all 0.4s ease;
  padding: 10px;
}
.fancy-radio-secondary ul .radio input[type=radio]:checked + label {
  background-color: #0D1129;
  color: #fff;
}
.fancy-checkbox li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 40px !important;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox li.checkbox input {
  margin-left: 0 !important;
  left: 15px !important;
  margin-top: 0 !important;
}
.fancy-checkbox li.checkbox input:checked + label {
  background-color: #d9d9d9 !important;
}
.fancy-checkbox-alt li.checkbox {
  display: flex;
  align-content: center;
  align-items: center;
}
.fancy-checkbox-alt li.checkbox label {
  background-color: #fff;
  padding: 10px 20px 10px 10px;
  margin-left: 0 !important;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.fancy-checkbox-alt li.checkbox input {
  margin-left: 30px;
  left: 15px;
  margin-top: 0;
  display: none !important;
}
.fancy-checkbox-alt li.checkbox input:checked + label {
  background-color: #d9d9d9;
}
.fancy-checkbox-alt li.checkbox input:checked + label:before {
  font-family: "Font Awesome 5 Pro";
  color: #35D040;
  content: "";
  font-size: inherit;
  margin-right: 10px;
  list-style: none !important;
}
.strong {
  font-weight: bold !important;
}
@media only screen and (min-width: 768px) {
  .megamenu ul.dropdown-menu {
    width: 100vw;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
  }
  .megamenu ul.dropdown-menu > li {
    float: left;
    width: 33%;
  }
  .megamenu ul.dropdown-menu > li a {
    background-color: #000;
    color: #fff !important;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
  }
  .megamenu ul.dropdown-menu > li a img {
    display: block;
    clear: both;
    height: 125px;
    width: 100%;
  }
  .megamenu ul.dropdown-menu > li a img:hover {
    opacity: 0.6;
    transition: all 1.25s;
  }
  .megamenu ul.dropdown-menu > li a span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
  }
}
.slick-slider .slick-single-outer-container {
  box-shadow: 0 10px 21px 0 rgba(0, 0, 0, 0.04);
  padding: 0 35px;
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-single-outer-container {
    padding: 0 15px;
  }
}
.slick-slider .slick-single-outer-container .slick-single-inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #252525;
  border-radius: 10px;
  padding: 40px 60px;
}
.slick-slider .slick-single-outer-container .slick-single-inner-container .carousel-caption {
  position: unset;
}
.slick-slider .slick-dots {
  display: flex;
  padding: 0;
  width: 100%;
  justify-content: space-around;
  max-width: 300px;
  align-items: center;
  margin: 20px auto;
  cursor: pointer;
}
.slick-slider .slick-dots li {
  list-style: none !important;
}
.slick-slider .slick-dots li::before {
  font-family: "Font Awesome 6 Pro" !important;
  content: "";
  font-weight: bold;
}
.slick-slider .slick-dots li.slick-active::before {
  color: red;
}
.slick-slider .slick-dots button {
  display: none;
}
.ws-custom-font-1 {
  font-family: "DM Serif Display", serif;
}
.ws-custom-font-2 {
  font-family: "Quicksand", sans-serif !important;
}
.primary-font {
  font-family: "Montserrat" !important;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
body.blog article h2.entry-title a {
  color: #3d3d3d;
  font-size: 22px;
}
body.blog article .author-info {
  display: none;
}
body.blog .ws-sidebar .widget .widgettitle, h3.widgettitle {
  font-size: 24px;
}
.navbar-header .col {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-header .col button.navbar-toggler {
  margin-left: auto;
  margin-right: 10px;
}
.mobile-menu-center-section.position-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-grow: 2;
  text-align: center;
}
body.blog .ws-sidebar .widget ul {
  padding-left: 0;
}
body.blog .ws-sidebar .widget li, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 0;
  line-height: 1.4;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "DM Serif Display", serif;
}
@media only screen and (max-width: 575px) {
  p, strong, body {
    font-size: calc(4.0625vw * 1);
    line-height: calc(5vw * 1);
  }
}
@media only screen and (max-width: 575px) {
  .massive-font {
    font-size: calc(15.625vw * 1);
    line-height: calc(15.625vw * 1);
  }
}
@media only screen and (min-width: 768px) {
  .massive-font {
    font-size: 60px;
  }
}
.btn:not(.no-scale) {
  font-family: "Quicksand", sans-serif !important;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 575px) {
  .btn:not(.no-scale) {
    font-size: calc(2.8125vw * 1);
    line-height: calc(2.8125vw * 1);
    padding-top: calc(4.0625vw * 1);
    padding-bottom: calc(4.0625vw * 1);
    letter-spacing: calc(0.46875vw * 1);
    border-radius: calc(7.8125vw * 1);
  }
}
.btn:not(.no-scale) .ws-fa-icon-container {
  display: inline-flex;
}
.btn:not(.no-scale) .fa-icon {
  font-size: 0.75em;
}
.btn:not(.no-scale) .fa-icon.icon-after {
  margin-left: calc(1.5625vw * 1);
}
@media only screen and (min-width: 768px) {
  .btn:not(.no-scale) .fa-icon.icon-after {
    margin-left: 10px;
  }
}
.btn:not(.no-scale) .fa-icon.icon-before {
  margin-right: calc(1.5625vw * 1);
}
@media only screen and (min-width: 768px) {
  .btn:not(.no-scale) .fa-icon.icon-before {
    margin-right: 10px;
  }
}
a {
  display: inline-block;
  color: #dd3333;
  text-decoration: none;
}
.text-right {
  text-align: right;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.text-left {
  text-align: left;
}
.btn-secondary {
  background-color: #0d1129;
  color: #fff;
  border-color: #0d1129;
}
@media only screen and (max-width: 575px) {
  .btn-sm:not(.no-scale) {
    font-size: calc(2.1875vw * 1) !important;
    line-height: calc(2.8125vw * 1) !important;
    padding: calc(2.1875vw * 1) !important;
  }
}
.btn-primary {
  background-color: #bd1c1c;
  color: #fff;
  border-color: #bd1c1c;
}
.navbar-nav .dropdown-menu {
  width: max-content;
}
.navbar-nav .dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
  font-size: 14px;
}
.navbar-nav .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
button:not(.navbar-toggle):not(.close), .button, .btn, .woocommerce a.button {
  border-radius: 25px;
  max-width: 100%;
}
.btn-lg {
  line-height: 1 !important;
  font-weight: 900;
  font-family: "Montserrat" !important;
}
@media only screen and (max-width: 575px) {
  .btn-lg {
    border-radius: calc(5.3125vw * 1);
    font-size: calc(9.6875vw * 1) !important;
    padding: calc(3.125vw * 1) calc(8.125vw * 1) !important;
  }
}
blockquote {
  font-family: "DM Serif Display", serif;
  padding-left: 10px;
  border-left: 7px solid #BD1C1C;
}
@media only screen and (max-width: 575px) {
  blockquote {
    font-size: calc(5vw * 1);
    line-height: calc(5vw * 1);
  }
}
@media only screen and (min-width: 1200px) {
  blockquote {
    font-size: 33px;
    line-height: 1;
  }
}
blockquote .h1, blockquote h1 {
  display: block;
  clear: both;
  margin: 0;
}
@media only screen and (max-width: 575px) {
  blockquote .h1, blockquote h1 {
    font-size: calc(15.625vw * 1);
    line-height: calc(15.625vw * 1);
  }
}
@media only screen and (min-width: 1200px) {
  blockquote .h1, blockquote h1 {
    font-size: 112px;
    line-height: 1;
    white-space: nowrap;
    margin-top: 0;
  }
}
input#gform_submit_button_1, input#gform_submit_button_2 {
  background-color: #bd1c1c;
  color: #fff;
  border-color: #bd1c1c;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
nav.ws-menu.navbar.navbar-expand-md .container-fluid {
  justify-content: center;
}
ul#menu-main-menu-1 li a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.entry-header .entry-title {
  border-bottom: 3px solid #0d1129;
  padding-bottom: 5px;
}
button.single_add_to_cart_button.button {
  background-color: #0d1129 !important;
  color: #ffffff !important;
}
ul.products .clearfix {
  display: none;
}
.woocommerce-products-header .woocommerce-products-header__title {
  border-bottom: 3px solid #0d1129;
  padding-bottom: 5px;
}
.two-btn-wrapper {
  margin: 20px auto;
  text-align: center;
}
.mobile-menu .navbar-brand {
  display: none;
}
.mobile-menu .mobile-menu-center-section {
  justify-content: left !important;
  flex-grow: 1;
  flex-direction: row !important;
}
.mobile-menu .header-phone-link {
  display: flex;
  align-self: center;
}
.main_menu {
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .main_menu #menu-main-menu-1 {
    display: flex !important;
    float: none !important;
    justify-content: center;
  }
  .main_menu #menu-main-menu-1 li:last-child > .dropdown-menu {
    right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .site-logo-link {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  .site-logo-link-mobile {
    display: none;
  }
}
.roof {
  font-family: "Quicksand", sans-serif !important;
}
.roof #roof-custom-area-1, .roof #roof-custom-area-2 {
  font-size: 11px;
  letter-spacing: 1.81px;
}
.roof #roof-custom-area-2 a {
  color: #fff;
  margin-left: 20px;
}
.top-area .header-column-3 {
  float: right;
  flex-grow: 2;
}
.top-area .header-column-3 #header-custom-area-1 {
  float: right;
}
.top-area .header-column-3 #header-custom-area-1 .mobile-header-cart-account-container .ws-fa-icon-container {
  float: left;
  color: #0D1129;
  width: 30px;
}
.top-area .header-column-3 #header-custom-area-1 .mobile-header-cart-account-container .separator {
  float: left;
  margin-right: 7px;
  margin-left: 8px;
  height: 20px;
  border-left: 2px solid #e7e7e7;
}
.top-area .header-column-3 #header-custom-area-1 .header-cart-account-container {
  display: flex;
}
.top-area .header-column-3 #header-custom-area-1 .header-cart-account-container a:first-child {
  margin-right: 5px;
}
.hero-module {
  overflow: visible;
}
@media only screen and (min-width: 1200px) {
  .hero-module {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-module .h1, .hero-module h1 {
    font-size: calc(13.75vw * 1);
    line-height: calc(11.875vw * 1);
    margin-bottom: calc(1.5625vw * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .hero-module .h1, .hero-module h1 {
    font-size: 90px;
    line-height: 123px;
    margin-bottom: calc(1.5625vw * 1);
  }
}
@media only screen and (min-width: 768px) {
  .hero-module .hero-btn-wrapper {
    display: flex;
    justify-content: center;
  }
  .hero-module .hero-btn-wrapper .btn {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2.63px;
    border: 1px solid transparent !important;
  }
  .hero-module .hero-btn-wrapper .btn:hover {
    border: 1px solid red !important;
    text-decoration: underline;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .hero-module .hero-btn-wrapper .btn {
    font-size: 16px;
    line-height: 16px;
  }
}
.hero-module .btn {
  display: block;
  clear: both;
  background-color: transparent !important;
  border: 0 !important;
}
@media only screen and (max-width: 575px) {
  .hero-module .btn {
    margin-bottom: calc(6.25vw * 1);
    font-size: calc(3.4375vw * 1);
  }
}
.hero-module img {
  position: absolute;
  margin-bottom: -100px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .hero-module img {
    top: 100px;
    margin-bottom: -100px;
  }
}
.section-12195 .btn {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .section-12195 {
    padding-bottom: 75px;
  }
}
.section-12243 {
  text-align: center;
}
.section-12243.module-padding {
  padding: 0;
}
.section-12243 .c1-c2-c3-btns {
  display: flex;
  justify-content: space-around;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .section-12243 .c1-c2-c3-btns {
    justify-content: center;
  }
}
.section-12243 .c1-c2-c3-btns .btn {
  border: 1px solid #979797;
  font-weight: 900;
  font-family: "Montserrat" !important;
  font-size: calc(9.6875vw * 1);
  line-height: calc(11.875vw * 1);
  letter-spacing: calc(0.9375vw * 1);
  padding: calc(3.125vw * 1) calc(5vw * 1);
}
@media only screen and (min-width: 768px) {
  .section-12243 .c1-c2-c3-btns .btn {
    padding: calc(1.5625vw * 1) calc(3.125vw * 1);
    border-radius: calc(3.125vw * 1);
  }
}
@media only screen and (min-width: 1200px) {
  .section-12243 .c1-c2-c3-btns .btn {
    font-size: 70px;
    letter-spacing: 7px;
    padding: 10px 35px 10px;
    line-height: 1;
  }
}
.section-12243 .c1-c2-c3-btns .btn:nth-child(2) {
  margin-left: 30px;
  margin-right: 30px;
}
.section-12243 .c1-c2-c3-btns .btn:hover {
  background-color: #BD1C1C;
  border-color: #BD1C1C;
  text-decoration: underline;
  color: #fff;
}
.section-12205.module-padding {
  padding: 0;
}
.section-12209.module-padding {
  padding: 0;
}
.section-12263.module-padding {
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .section-12263 .wp-image-12333 {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-12263 .wp-image-12333 {
    display: block;
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
  }
}
.section-12282.module-padding {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: solid 1px #8e8e8e;
}
.slick-product .slick-arrow {
  font-size: 40px;
}
.slick-product .slick-prev {
  left: 10px;
}
@media only screen and (min-width: 1300px) {
  .slick-product .slick-prev {
    left: -50px;
  }
}
.slick-product .slick-next {
  right: 10px;
}
@media only screen and (min-width: 1300px) {
  .slick-product .slick-next {
    right: -50px;
  }
}
.slick-product .slick-slide {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) {
  .slick-product .slick-slide {
    padding: 15px;
  }
}
.slick-product .slick-slide .ws-content-block-inner {
  padding: 15px;
}
.slick-product .slick-slide .slick-single-product-title {
  font-weight: bold;
  color: #7b7b7b;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .slick-product .slick-slide .slick-single-product-title {
    font-size: calc(3.4375vw * 1);
  }
}
.slick-product .slick-slide .slick-single-product-price {
  color: #7b7b7b;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .slick-product .slick-slide .slick-single-product-price {
    font-size: calc(4.375vw * 1);
  }
}
.slick-product .slick-slide .slick-single-product-link a {
  color: #fa5e2b;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 575px) {
  .slick-product .slick-slide .slick-single-product-link a {
    font-size: calc(3.125vw * 1);
  }
}
.slick-product .slick-slide .slick-single-product-link a .fa-icon {
  font-size: 0.75em;
}
.slick-product .slick-slide .slick-product-price-link-wrapper {
  overflow: hidden;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .slick-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.slick-list .slick-track {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.slick-list .slick-track .ws-content-block-outer {
  display: flex;
  height: auto;
}
.slick-list .slick-track .ws-content-block-outer .ws-content-block-inner {
  width: 100%;
}
.slick-list .slick-track .ws-content-block-outer .ws-content-block-inner .section-dropshadow-content-area {
  height: 100%;
}
.slick-list .slick-track .ws-content-block-outer .ws-content-block-inner .section-dropshadow-content-area .slick-single-product-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.slick-list .slick-track .ws-content-block-outer .ws-content-block-inner .section-dropshadow-content-area .slick-single-product-wrapper > a:not(.btn) {
  display: flex;
  flex-grow: 2;
}
.slick-list .slick-track .ws-content-block-outer .ws-content-block-inner .section-dropshadow-content-area .slick-single-product-wrapper > a:not(.btn) .slick-single-product-image {
  display: flex;
  margin: 0 auto;
}
.slick-list .slick-track .ws-content-block-outer .ws-content-block-inner .section-dropshadow-content-area .slick-single-product-wrapper > a:not(.btn) .slick-single-product-image img {
  align-self: center;
}
.slick-list .slick-track .ws-content-block-outer .ws-content-block-inner .section-dropshadow-content-area .slick-single-product-wrapper .slick-single-product-link {
  display: flex;
  flex-grow: 2;
  align-items: center;
}
.slick-list .slick-track .ws-content-block-outer .ws-content-block-inner .section-dropshadow-content-area .slick-single-product-wrapper .slick-single-product-title {
  margin-top: auto !important;
}
.slick-list .slick-track .ws-content-block-outer .ws-content-block-inner .section-dropshadow-content-area .slick-single-product-wrapper .slick-product-price-link-wrapper {
  margin-top: 20px !important;
}
.slick-list .slick-track .ws-content-block-outer .ws-content-block-inner .section-dropshadow-content-area .slick-single-product-wrapper .btn {
  margin-top: 20px !important;
}
.section-12658 .home-products-grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.section-12658 .home-products-grid-wrapper .ws-content-block-outer {
  display: flex;
}
.section-12658 .home-products-grid-wrapper .ws-content-block-outer .section-dropshadow-content-area {
  height: 100%;
}
.section-12658 .home-products-grid-wrapper .ws-content-block-outer .section-dropshadow-content-area .slick-single-product-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.section-12658 .home-products-grid-wrapper .ws-content-block-outer .section-dropshadow-content-area .slick-single-product-wrapper .slick-single-product-link {
  display: flex;
  flex-grow: 2;
  align-items: center;
}
.section-12658 .home-products-grid-wrapper .ws-content-block-outer .section-dropshadow-content-area .slick-single-product-wrapper .slick-single-product-title {
  margin-top: auto !important;
}
.section-12658 .home-products-grid-wrapper .ws-content-block-outer .section-dropshadow-content-area .slick-single-product-wrapper .slick-product-price-link-wrapper {
  margin-top: 20px !important;
}
.section-12658 .home-products-grid-wrapper .ws-content-block-outer .section-dropshadow-content-area .slick-single-product-wrapper .btn {
  margin-top: 20px !important;
}
.section-12658 .widget_product_categories {
  font-family: "Montserrat" !important;
}
.section-12658 .widget_product_categories .widget-title {
  background-color: #BD1C1C;
  color: #fff;
  border-color: #BD1C1C;
  text-align: center !important;
  padding: 20px;
  border-radius: 5px;
  font-family: "Montserrat" !important;
  font-size: 21px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.section-12658 .widget_product_categories .widget-title:hover, .section-12658 .widget_product_categories .widget-title:active, .section-12658 .widget_product_categories .widget-title:focus, .section-12658 .widget_product_categories .widget-title:focus-within {
  background-color: #911515 !important;
  color: #fff;
  border-color: #BD1C1C;
}
.section-12658 .widget_product_categories .widget-title:hover {
  background-color: #BD1C1C !important;
}
.section-12658 .widget_product_categories .widgettitle {
  background-color: #BD1C1C;
  color: #fff;
  border-color: #BD1C1C;
  text-align: center !important;
  padding: 20px;
  border-radius: 5px;
  font-family: "Montserrat" !important;
  font-size: 21px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.section-12658 .widget_product_categories .widgettitle:hover, .section-12658 .widget_product_categories .widgettitle:active, .section-12658 .widget_product_categories .widgettitle:focus, .section-12658 .widget_product_categories .widgettitle:focus-within {
  background-color: #911515 !important;
  color: #fff;
  border-color: #BD1C1C;
}
.section-12658 .widget_product_categories .widgettitle:hover {
  background-color: #BD1C1C !important;
}
.section-12658 .widget_product_categories a {
  color: #7b7b7b;
  font-size: 13px;
  font-family: "Montserrat" !important;
  font-weight: normal;
}
.section-12658 .widget_product_categories .product-categories > li > a {
  font-weight: bold;
  letter-spacing: 2.8px;
}
.section-12658 .widget_product_categories .product-categories ul.children {
  padding-left: 20px;
}
.section-12658 .widget_product_categories .product-categories ul.children li:last-child {
  border-bottom: 0;
}
.customer-info-snippet {
  display: flex;
  margin-bottom: 10px;
}
.customer-info-snippet .ws-fa-icon-container {
  margin-right: 10px;
  float: left;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fancy-radio .gfield_radio, .fancy-radio-primary .gfield_radio {
  border: 1px solid #000;
  border-radius: 4px;
}
.fancy-radio .gfield_radio li, .fancy-radio-primary .gfield_radio li {
  border-right: 1px solid #000;
  margin: 0 !important;
  border-radius: 4px;
}
.fancy-radio .gfield_radio li:first-child, .fancy-radio-primary .gfield_radio li:first-child {
  border-right: 1px solid #000 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fancy-radio .gfield_radio li:last-child, .fancy-radio-primary .gfield_radio li:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-right: 0 !important;
}
.fancy-radio .gfield_radio label, .fancy-radio-primary .gfield_radio label {
  font-weight: normal !important;
}
.gform_wrapper .gsection_title {
  font-size: 1.75em !important;
}
footer#footer {
  text-align: left;
  color: #6B6D7A;
}
footer#footer a, footer#footer .fa-icon {
  text-align: left;
  color: #6B6D7A;
}
footer#footer .widget-title {
  color: #c7c7c7;
  text-transform: uppercase;
  font-family: "Montserrat" !important;
  text-align: left;
}
@media only screen and (max-width: 575px) {
  footer#footer .widget-title {
    font-size: calc(3.4375vw * 1);
    line-height: calc(4.375vw * 1);
  }
}
@media only screen and (max-width: 575px) {
  footer#footer #custom_html-3 {
    display: none;
  }
}
.ws-sidebar .widget li {
  list-style: none;
  font-size: 1.4rem;
  border-bottom: 1px solid #d9d9d9;
  padding: 5px 0;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .basement .basement-custom * {
    text-align: center !important;
  }
}
.before-after-mobile-menu {
  display: block;
  clear: both;
  overflow: hidden;
}
.before-after-mobile-menu .before-after-mobile-menu-single-item-wrapper {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .before-after-mobile-menu .before-after-mobile-menu-single-item-wrapper {
    padding-right: 15px;
  }
}
.before-after-mobile-menu .before-after-mobile-menu-single-item-wrapper a {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  text-decoration: none !important;
  float: left;
  display: block;
  clear: both;
  width: 100%;
  background-color: #0D1129;
  padding: 20px 15px;
  color: #fff;
  margin-bottom: 15px;
  border: 1px solid #000;
}
.ws-product-search {
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .ws-product-search #woocommerce-product-search-field {
    font-size: calc(3.75vw * 1);
    height: calc(11.40625vw * 1);
  }
}
.ws-product-search .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/***** MEDIA QUERIES *****/
@media only screen and (max-width: 767px) {
  #header.navbar-fixed-top {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  }
  #sidebar-shop-page {
    clear: both;
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .ws-section.section.outer-container.module-padding.section-12658 {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .menu-item-6599 .dropdown-menu {
    right: 0 !important;
  }
  .menu-item-6600 .dropdown-menu:hover {
    display: none !important;
  }
  .menu-item-6600 .dropdown-caret {
    display: none;
  }
  .menu-item-6600 > .mobile_menu_dropdown_arrow {
    display: none;
  }
  .menu-item-6600 > a {
    width: 100%;
  }
}
.snow {
  border-radius: 50%;
  opacity: 0.8;
  position: absolute;
  top: -100vh;
  animation-name: fall;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.layer1 {
  width: 1.5rem;
  height: 1.5rem;
  filter: blur(1.5px);
  box-shadow: 59.1vw 61.8vh 0 -0.16remwhite,52.1vw 57.1vh 0 -0.22remwhite,88.3vw 26.3vh 0 -0.45remwhite,17.2vw 3.6vh 0 -0.13remwhite,19.4vw 28.3vh 0 -0.29remwhite,67.6vw 10.6vh 0 -0.44remwhite,10.5vw 87.2vh 0 -0.21remwhite,85.8vw 29vh 0 -0.48remwhite,5.7vw 20.7vh 0 -0.3remwhite,95.7vw 5.8vh 0 -0.07remwhite,30.9vw 61.1vh 0 -0.45remwhite,62.5vw 61.7vh 0 -0.01remwhite,65vw 31vh 0 -0.15remwhite,95.9vw 67.8vh 0 -0.2remwhite,82.8vw 70.9vh 0 -0.36remwhite,43.4vw 99.3vh 0 -0.35remwhite,86.2vw 66vh 0 -0.45remwhite,49.4vw 3.1vh 0 -0.16remwhite,45.6vw 13.5vh 0 -0.06remwhite,29.7vw 94.4vh 0 -0.48remwhite;
  animation-duration: 6s;
}
.layer1.a {
  animation-delay: -3s;
}
.layer2 {
  width: 1.2rem;
  height: 1.2rem;
  filter: blur(3px);
  box-shadow: 96.5vw 45.2vh 0 -0.48remwhite,5vw 17.3vh 0 -0.1remwhite,60.8vw 79.6vh 0 -0.03remwhite,58.9vw 67.4vh 0 -0.13remwhite,90vw 23.8vh 0 -0.36remwhite,77.8vw 91.5vh 0 -0.35remwhite,63.6vw 21.9vh 0 -0.35remwhite,64.2vw 81vh 0 -0.26remwhite,14.3vw 74.4vh 0 -0.08remwhite,99.2vw 97.1vh 0 -0.06remwhite,40.1vw 58.7vh 0 -0.42remwhite,63vw 52.8vh 0 -0.26remwhite,6.6vw 13.4vh 0 -0.48remwhite,49.7vw 89.1vh 0 -0.34remwhite,3.3vw 46.8vh 0 -0.28remwhite,58.2vw 49.5vh 0 -0.05remwhite,31.7vw 43.3vh 0 -0.5remwhite,37.2vw 99.1vh 0 -0.23remwhite,70.7vw 9.6vh 0 -0.09remwhite,67.3vw 28.7vh 0 -0.08remwhite;
  animation-duration: 8s;
}
.layer2.a {
  animation-delay: -4s;
}
.layer3 {
  width: 0.8rem;
  height: 0.8rem;
  filter: blur(6px);
  box-shadow: 93vw 87.1vh 0 -0.3remwhite,16.9vw 71.5vh 0 -0.48remwhite,60.3vw 32.9vh 0 -0.18remwhite,22.3vw 22vh 0 -0.26remwhite,33.4vw 73.1vh 0 -0.19remwhite,16.9vw 29.1vh 0 -0.16remwhite,38.3vw 63.2vh 0 -0.03remwhite,75.1vw 57.2vh 0 -0.03remwhite,58.5vw 1vh 0 -0.5remwhite,14.5vw 36.6vh 0 -0.07remwhite,66.2vw 3.3vh 0 -0.48remwhite,15.4vw 38vh 0 -0.19remwhite,60.3vw 92.4vh 0 -0.38remwhite,69.6vw 62.7vh 0 -0.06remwhite,81.7vw 83.4vh 0 -0.42remwhite,38.3vw 33.2vh 0 -0.14remwhite,83.1vw 84.8vh 0 -0.24remwhite,63.2vw 80.2vh 0 -0.14remwhite,69vw 73.1vh 0 -0.21remwhite,66.1vw 64.5vh 0 -0.03remwhite;
  animation-duration: 10s;
}
.layer3.a {
  animation-delay: -5s;
}
@keyframes fall {
  100% {
    transform: translateY(200vh);
  }
}
#slick-12202 .slick-track {
  -webkit-flex-wrap: nowrap;
}
.woocommerce-widget-layered-nav-list li {
  padding: 5px 0 !important;
}
