







/* 1a. Containers */




/* 1b. Colors */






/* 1c. Typography */




























/* 1d. Buttons */












/* 1e. Forms */















/* Form Button */











/* 1f. Icons */
















/* 1g. Tables */













/* 1h. Website header */









/* 1i. Website footer */










.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 18px;
}

body {
  font-family: 'Maven Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #4A4A4A;
  font-size: 18px;
}

/* Paragraphs */

p {
  font-family: 'Maven Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Images */

.image img{
  border-radius: 24px;
}

/* Anchors */

a {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #d6150f;
}

a:hover,
a:focus {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #4A4A4A;
}

a:active {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #4A4A4A;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #4A4A4A;
  font-size: 40px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #4A4A4A;
  font-size: 32px;
  text-transform: none;
}

h3,
.h3 {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #d6150f;
  font-size: 28px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #4A4A4A;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #4A4A4A;
  font-size: 18px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #4A4A4A;
  font-size: 16px;
  text-transform: none;
}


/* Blockquote */

blockquote {
  border-left-color: #F5F5F5;
}





button,
.button {
  border: 0px none #d6150f;

  padding-top: 12px;
padding-right: 28px;
padding-bottom: 12px;
padding-left: 28px;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(214, 21, 15, 1.0)

;
  border-radius: 10px;
  color: #ffffff;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  border: 0px none #666666;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #ffffff;
  background-color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}

button:active,
.button:active {
  border: 0px none #666666;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #ffffff;
  background-color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}





form{
  border: 0px none #a5c926;

  font-family: 'Maven Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  padding: 20px;
  border-radius: 16px;
}
.submitted-message {
  font-family: 'Maven Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #F5F5F5;
  background-color: rgba(255, 255, 255, 0.0);
  padding: 20px;
  margin: 0;
}

/* Labels */

form label {
  color: #4A4A4A;
}

/* Input Errors */

form .hs-input:focus{
  border-color: #F5F5F5;
}

form .hs-input:focus-visible{
  outline: #F5F5F5;
}

form .hs-input.invalid.error{
  border-color: #F5F5F5;
}

/* Help text */

form legend {
  color: #4A4A4A;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 1px solid #e5e5e5;

  background-color: 

  
  
    
  


  rgba(248, 248, 248, 1.0)

;
  color: #4A4A4A;
  border-radius: 24px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

::placeholder {
  color: #999;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #999;
}

.fn-date-picker td.is-selected .pika-button {
  background: #4A4A4A;
}

.fn-date-picker td .pika-button:hover {
  background-color: #4A4A4A !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #4A4A4A;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 0px none #d6150f;

  padding-top: 12px;
padding-right: 28px;
padding-bottom: 12px;
padding-left: 28px;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(214, 21, 15, 1.0)

;
  border-radius: 24px;
  color: #ffffff;
  font-size: 16px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  border: 0px none #666666;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #ffffff;
  background-color: 

  
  
    
  


  rgba(74, 74, 74, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
  border: 0px none #666666;

  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #ffffff;
  background-color: 

  
  
    
  


  rgba(74, 74, 74, 1.0)

;
}





/* Default icon (regular/dark) */
.icon {
  padding: 15px;

}

.icon svg { 
  height: 16px;
  width: 16px;
}

/* Light icon */
.icon--light .icon {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon--light svg {
  fill: #F5F5F5;
}

/* Dark icon */
.icon--dark .icon {
  background-color: 

  
  
    
  


  rgba(245, 245, 245, 1.0)

;
}

.icon--dark svg {
  fill: #ffffff;
}

/* Size */
.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;

}





/* Table */

table {
  border: 1px solid #e5e5e5;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #e5e5e5;

  padding: 10px;

  color: #4A4A4A;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(74, 74, 74, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #4A4A4A;
}





[data-global-resource-path*="header.html"],[data-global-resource-path*="header-no-navigation.html"] {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  box-shadow: 1px 1px 15px 0 rgb(0 0 0 / 12%);
}

.header {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #FFFFFF;
  font-family: Open Sans, sans-serif;
}

.menu__child-toggle-icon {
  border-top-color: #FFFFFF;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #E8EFF7;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #E8EFF7;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #E8EFF7;
}

.menu__child-toggle-icon:active {
  border-top-color: #E8EFF7;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #E8EFF7;
}

.menu .menu__link--active-branch, 
.menu .menu__link--active-link{
  color: #E8EFF7;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 0px none #4A4A4A;

    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 0px none #4A4A4A;

    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #4A4A4A;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #4A4A4A;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: #4A4A4A;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Maven Pro;
}

.header__language-switcher-label-current:after {
  border-top-color: #FFFFFF;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  }

  .menu .menu__link:hover,
  .menu .menu__link:focus{
    color: #E8EFF7;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #FFFFFF;
  }
  
  .header__row-1 {
    display: flex;
    margin-bottom: 0px!important;
    margin-top: 5px;
    flex-direction: column;
    row-gap: 5px;
    align-items: center;
}
}
  
  
@media (max-width: 767px) {
  .header__navigation--toggle {
    background-image:url(https://43950915.fs1.hubspotusercontent-na1.net/hubfs/43950915/hamberger_mobile_menu_white.svg);
  }
  .header__search--toggle {
    background-image:url(https://43950915.fs1.hubspotusercontent-na1.net/hubfs/43950915/magifying_glass_mobile_white.svg);
  }
  .header__close--toggle {
    background-image:url(https://43950915.fs1.hubspotusercontent-na1.net/hubfs/43950915/close_icon_mobile_white.svg);
  }
  .header__navigation--toggle.open.hide {
    display:none;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #ffffff;
}

.footer a{
  color: #ffffff;
}

.footer a:hover,
.footer a:focus{
  color: #F5F5F5;
  text-decoration: underline;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 40px 0;
}

.blog-post-hero {
  padding: 20px 0 0 0;
  margin: 0 auto;
  max-width: 960px;
}

.blog-post__body h2 {
  font-size:28px;
}

/* Blog post */

.blog-post__meta a {
  color: #4A4A4A;
}

.blog-post__tag-link {
  color: #4A4A4A;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #222222;
}

.blog-post__tag-link:active {
  color: #727272;
}

/* Blog related posts */

.blog-related-posts {
  background-color:rgb(232 239 247);
}

..blog-related-posts__title {
  line-height:1.15!important;
}

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-size:24px;
  line-height:1.2;
  font-weight:bold;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #4A4A4A;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: ;
}

.blog-related-posts__title-link:active {
  color: #727272;
}

@media screen and (min-width: 1000px) {
    .blog-related-posts__post {
        flex: 0 0 31%;
    }
}

.blog-related-posts__post {
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
}

.blog-related-posts__list {
  justify-content: space-between !important;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 40px;
}

#comments-listing .comment-reply-to {
  color: ;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: ;
}

#comments-listing .comment-reply-to:active {
  color: ;
}

.body-container--blog-post {
  background-color:transparent;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  color: #4A4A4A;
}





/* Tagline */
.tagline{
  color: #F5F5F5;
  padding-bottom: 15px;
}

/* Blog listing */

.blog-index__post-title-link {
  font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #4A4A4A;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active{
  font-weight: 700; text-decoration: none; font-family: 'Open Sans', sans-serif; font-style: normal;
  text-transform: none;
  color: #d6150f;
}

.blog-index__post-title-link:active {
  color: #727272;
}

.blog-index__post-price{
  padding: 4px 15px;
  border-radius: 16px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  background-color: #F5F5F5;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #4A4A4A;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #4A4A4A;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #222222;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #727272;
}

.pagination__link-icon svg {
  fill: #4A4A4A;
}

/* Pricing card */

.outlet-four-col-card .desc {
  padding-bottom:18px;
}

.card__price {
  font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #d6150f;
  font-size: 28px;
}

.card__body svg {
  fill: #4A4A4A;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(205, 205, 205, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(255, 255, 255, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

.icon--dark .social-follow__icon:hover,
.icon--dark .social-follow__icon:focus,
.icon--dark .social-sharing__icon:hover,
.icon--dark .social-sharing__icon:focus {
  background-color: rgba(205, 205, 205, 1.0);
}

.icon--dark .social-follow__icon:active,
.icon--dark .social-sharing__icon:active {
  background-color: rgba(205, 205, 205, 1.0);
}






.box-shadow{
  box-shadow: 0 1px 2px 0 #e5e5e5;
}

.border-radius{
  border-radius: 24px;
}

/* Nav Tabs */
.nav-tabs li a {
  color: #a9a9a9;
  font-family: Open Sans, sans-serif;
}

.nav-tabs li.active{
  border-bottom: 2px solid #F5F5F5;
}

.nav-tabs li.active a {
  color: #4A4A4A;
}

.header__row-1 {
  display:flex; 
  margin-bottom:30px;
}

.header__row-1 .top-nav {
  padding-right:20px;
  color:#fff;
}

.header__row-1 .top-nav a {
  color:#fff;
}

.header__row-1 p {
  margin-bottom:0;
  padding-bottom:0;
  font-size:15px;
}

.header__row-1 .cart-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color:#fff;
  font-size:15px;
}

.header__row-1 .cart-link:hover {
  color:#fff;
}

.header__row-1 .cart-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #d6150f;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.header__row-1 .cart-badge:empty {
    display: none;
}

.header__row-1 .hs-search-field__button {
  margin-left:6px;
  padding: 9px 28px;
}

.header__row-1 .hs-search-field__bar form {
  padding:0;
}

.header__row-1 .header__search .hs-search-field__input {
  height:38px;
  padding-left:4px;
}

.hs_cos_wrapper_site_logo_hs_logo_widget img {
  max-width:140px!important;
}

  .header__row-1 .top-menu {
    font-size:15px;
}

@media (max-width: 767px) {
    .header__navigation.open, .header__search.open, .header__language-switcher.open {
      background-color:#000;
  }
  .header__navigation.open {
     margin-top:35px;
  }
  .hs_cos_wrapper_site_logo_hs_logo_widget img {
    max-width:100px!important;
  }
  
  .header__row-1 .top-menu {
    text-align:center;
    margin:auto;
    font-size:14px;
  }
  
  .header__logo {
    align-items: center;
    margin-right: auto;
    max-width: 100px;
    padding-top: 0;
    justify-content: center;
}
}

  




.product-detail .content-holder {
  margin:auto;
  width:100%;
  max-width:1200px;
  padding: 60px 20px;
}

.product-detail .content-holder h1 {
  margin-bottom:5px;
}

.product-detail .content-holder img {
  width:100%;
  max-width:500px;
}

.product-detail .add-to-cart {
  display:flex;
  column-gap:10px;
  margin-top:10px;
  margin-bottom:35px;
}

.product-detail .add-to-cart input {
  width:80px;
  padding-left:10px;
}

@media screen and (max-width:900px) {
  h1,
  .h1 {
    font-size:34px;
    line-height:1.2;
  }
}

  h2,
  .h2 {
    font-size:24px;
    line-height:1.2;
  }
}