/** Shopify CDN: Minification failed

Line 2102:0 Unexpected "}"

**/
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

/* Fix product gallery loading - hide slides before Slick initializes */
.product-main-slider:not(.slick-initialized) {
  position: relative;
  overflow: hidden;
}

.product-main-slider:not(.slick-initialized) .slide {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.product-main-slider:not(.slick-initialized) .slide:first-child {
  display: flex !important;
  position: relative;
}

/* Hide thumbnail overflow before Slick initializes to prevent vertical stacking */
.product-thumb-slider:not(.slick-initialized) {
  max-height: 500px;
  overflow: hidden;
}

/* Hide all thumbnails except first 5 before Slick initializes */
.product-thumb-slider:not(.slick-initialized) .thumb-slide {
  display: none;
}

.product-thumb-slider:not(.slick-initialized) .thumb-slide:nth-child(1),
.product-thumb-slider:not(.slick-initialized) .thumb-slide:nth-child(2),
.product-thumb-slider:not(.slick-initialized) .thumb-slide:nth-child(3),
.product-thumb-slider:not(.slick-initialized) .thumb-slide:nth-child(4),
.product-thumb-slider:not(.slick-initialized) .thumb-slide:nth-child(5) {
  display: block;
}

.new-products .snize-recommendation-title {
    font-family: "Roboto Condensed"!important;
    font-size: 32px !important;
    font-weight: 700 !important;
    letter-spacing: 0px;
    text-align: left !important;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.snize-recommendation-results .snize-price-list {
    font-size: 12px;
    font-weight: 600;
    color: #4f4f4f;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wc_head_cart_left,
.wc_head_cart_right {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.wc_head_cart_left p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #1c384d;
  text-transform: uppercase;
  line-height: 20px;
  font-family: Roboto Condensed, sans-serif;
  text-align: right;
}

.wc_head_cart_left span {
  font-size: 14px;
  color: #1c384d;
  font-weight: 500;
}

.cart-mobile-count {
  display: none;
  color: #fff;
  position: absolute;
  right: -3px;
  top: 1px;
  background: #f26101;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 9px;
  font-weight: 300;
}

.wc_featured .collection-item__title span {
  font-size: 20px !important;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  color: rgba(28, 56, 77, 1);
  text-shadow: none;
  text-transform: capitalize;
  line-height: normal;
  letter-spacing: 0;
}

/*
.best-selling-products i.slick-arrow {
  border: solid rgb(49, 115, 160);
  border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 12px;
    position: absolute;
    top: calc(50% - 6px);
    cursor: pointer;
}
*/
@media(max-width: 768px) {
  .cart-mobile-count {
    color: #fff;
    position: absolute;
    right: -3px;
    top: 1px;
    background: #f26101;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 9px;
    display: inline-block;
    font-weight: 300;
  }

  .wc_head_cart_left {
    display: none;
  }

  .new-products .snize-recommendation-title {
    font-size: 26px !important;
  }

  .wc_header_middle {
    box-shadow: 0 0 5px #c9c9c9;
  }
}

#shopify-section-header-promotions .icon-dollar-sign {
  display: block;
  background: url("/cdn/shop/t/31/assets/dollar-sign.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}

#shopify-section-header-promotions .icon-freight_2 {
  display: block;
  background: url("https://cdn.shopify.com/s/files/1/0135/3977/0468/t/55/assets/freight_2.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}

#shopify-section-header-promotions .icon-discount_2 {
  display: block;
  background: url("https://cdn.shopify.com/s/files/1/0135/3977/0468/t/55/assets/discount.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}

.wc_pro_template .pro_services .icon-order {
  display: block;
  background: url("https://cdn.shopify.com/s/files/1/0135/3977/0468/t/55/assets/order.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}

.wc_pro_template .pro_services .icon-support {
  display: block;
  background: url("https://cdn.shopify.com/s/files/1/0135/3977/0468/t/55/assets/support.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}

/* -obx commenting out pipe style - client request
.page-content--product .stamped-badge:after {
  content: "|";
  padding-left: 3px;
}
*/

.site-nav--has-dropdown > .site-nav__link,
.mobile-nav__link--top-level {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  white-space: inherit;
  text-align: center;
  line-height: 18px;
  padding: 6px 5px;
  border-right: 1px solid #2a6087;
}

.site-nav--has-dropdown {
  padding: 6px 0;
  display: inline-block;
}

.text-center .site-navigation {
  float: none;
  display: flex;
}

.site-nav--has-dropdown.is-focused,
.site-nav--has-dropdown:hover {
  background: #1c384d;
}
.rte-setting {
  margin-bottom: 0;
}
.rte-setting > p:last-child {
  font-size: 16px;
  width: 70%;
  margin: 0 auto;
}
.text-column-link:hover {
  color: #99986a;
}
.best-selling-products .section-header__title {
  font-size: 20px;
  font-weight: 700;
  font-family: Roboto Condensed, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 10px;
}
@media(max-width: 769px) {
  ul.site-nav.site-navigation {
    padding-top: 35px;
    width: 0;
    float: left;
    position: fixed;
    top: 0;
    height: 100%;
    background: #fff;
    z-index: 99999;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translate(-100%);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    display: block;
  }

  .site-nav--has-dropdown > .site-nav__link,
  .mobile-nav__link--top-level {
    font-size: 14px;
    line-height: 24px;
    color: #1c384d;
    padding: 8px 12px;
    text-align: left;
    width: 100%;
    max-width: calc(100% - 38px);
    font-weight: 400;
    text-transform: none;
    border: none;
    position: relative;
  }
}

@media(max-width: 991px) {
  button.site-nav__link.site-nav__link--icon {
    position: relative;
    left: 50%;
    transform: translate(-50%);
    background-color: #3273a0;
    width: 50px;
    color: #fff;
  }

  button.site-nav__link.site-nav__link--icon .icon {
    color: #fff;
  }
}

.animation-cropper {
  display: block;
}

#shopify-section-template--15246849933449__1655326740d27494fa .page-width,
#shopify-section-template--15246849933449__165532619662a399ae .page-width {
  text-align: center;
  background-color: #f0eeee;
  padding: 20px;
}

.section-header h2 {
  text-align: center;
  font-size: 2.45714em;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.grid--uniform h3 {
  font-weight: 800;
  font-size: 20px;
  font-family: Roboto, sans-serif;
}

.best-selling-products .section-header__title,
.wc_featured h2.section-header__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.pro_full_desc h3,
h3.section-header__title {
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 30px;
  text-align: center;
  line-height: 24px;
}

.cart-text {
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  margin-left: 10px;
}

@media(min-width: 769px) {
  .cart-text .phone {
    font-size: 24px;
    line-height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .cart-text .help-text {
    display: none;
  }
  .best-selling-products .slick-slider .left {
    left: -1px;
  }
  .best-selling-products .slick-slider .right {
    right: -1px;
  }
  .announcement-text {
    font-size: 24px;
  }
  ul + .footer__small-text {
    padding-top: 15px;
    font-size: 14px;
    padding-bottom: 10px;
  }
  .cart-text .phone {
    display: flex;
    align-items: center;
  }
}

.wc_head_form {
  width: 100%;
}

.search-input-field {
  font-size: 16px;
  color: #666;
  letter-spacing: 0;
  padding: 10px 22px;
  border: 1px solid #e3e3e3;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  background: #fff;
}

.navmenubg {
  margin: 0 auto;
  background-color: #3273a0;
  color: #fff;
  max-width: 100%;
}

.site-header--heading-style .site-nav__link,
.site-nav--has-dropdown > .site-nav__link {
  color: #fff;
}

#shopify-section-header-promotions {
  margin: 0;
  max-height: 105px;
  overflow: hidden;
}

.header-promotions {
  background: #cbcbcb;
  padding: 20px 0;
  text-align: center;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.header-promotions__blocks {
  display: flex;
  /* flex-wrap: wrap;
justify-content: center;
margin-left: -30px;
margin-right: -30px; */
}

.header-promotions__block-title .h3 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 0;
  color: #000;
  display: block;
}
.header-promotions__block {
  text-align: center;
  border-right: 1px solid #000;
}
.header-promotions__block:last-child {
  border-right: 0;
}
@media(max-width: 640px) {
  .header-promotions__block {
    border-right: 0;
  }
}
.header-promotions__block-container {
  display: inline-block;
  text-align: left;
}
.header-promotions__block-text {
  padding-left: 40px;
}
.header-promotions__block-text p {
  margin: 0;
}

.header-promotions__block-text a {
  text-decoration: underline;
}

.wc_short_Desc > ul {
  width: 100%;
  columns: 2;
  margin: 0;
  padding: 0;
}

.wc_short_Desc > div > ul {
  column-count: 2;
  line-height: 1.3;
}

.wc_short_Desc > ul li {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  font-weight: 500;
  padding-right: 7px;
  text-align: left;
}

.wc_short_Desc > ul > li {
  margin-left: 20px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.wc_short_Desc p {
  font-size: 12px;
  color: #333;
  line-height: 16px;
  list-style-position: inside;
  font-weight: 500;
}

.wc_close_menu {
  display: none;
}

.wc_pro_template .variant-input-wrap {
  width: 100%;
  float: left;
}

.wc_pro_template .variant-wrapper--dropdown {
  display: inline;
}

.wc_pro_template .variant-input-wrap select {
  background-color: #fff;
  margin-bottom: 0;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 8px 10px;
  font-size: 14px;
  width: 100%;
}

.wc_pro_template .collapsible-trigger,
.wc_pro_template .variant__label[for] {
  text-transform: uppercase;
  letter-spacing: 0;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 12px;
  color: #333;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
}

.product-block--header {
  text-align: left;
}

.product-block .pro_badge_box {
    position: relative;
    right: 0;
}

.price-per-item {
  bottom: 4px;
  position: relative;
}

.pro_total_price .money {
  color: #3273a0;
  font-size: 24px;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .header-promotions__blocks {
    flex-direction: column;
    margin: 0;
  }
}

.has-1-per-row .header-promotions__block {
  width: 100%;
}

.has-2-per-row .header-promotions__block {
  width: 50%;
}

.has-3-per-row .header-promotions__block {
  width: 33.333%;
}

.has-4-per-row .header-promotions__block {
  width: 25%;
}

.has-5-per-row .header-promotions__block {
  width: 20%;
}

.header-promotions__blocks .header-promotions__block {
  display: inline-block;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .header-promotions {
    padding-top: 20px;
    margin: 0 0;
  }

  .header-promotions__blocks .header-promotions__block {
    width: 100%;
    padding: 0;
  }

  .wc_mobile_nav {
    display: inline-block;
    margin-right: 10px;
  }
}

.header-promotions__block-icon {
  display: block;
  margin-bottom: 0;
  padding-right: 10px;
  position: absolute;
}

.header-promotions__block-icon .icon {
  width: 70px;
  height: 70px;
}

.coll_top_filter .widget .wc_tag_list a {
  padding-left: 0;
  padding-top: 0;
}

.wc-coll-template .wc_filter_menu a {
  font-size: 12px;
  color: #333;
  line-height: 18px;
}

@media only screen and (max-width: 991px) {
  .header-promotions__block-icon .icon {
    width: 60px;
    height: 60px;
  }
}

.header-promotions__button {
  display: flex;
  justify-content: center;
}

.wc_coll_inr {
  width: 100%;
  float: left;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #f0eded;
}

.coll_top_filter {
  padding: 15px 24px;
  overflow: hidden;
}

.coll_top_filter .widget {
  width: 16.66%;
  float: left;
  padding: 0;
}

.coll_top_filter .tag-list {
  margin: 0;
}

.coll_top_filter .tag-list li {
  border: 1px solid #f2f2f0;
  padding: 10px 10px 15px;
  text-align: center;
  margin: 6px;
  height: 150px;
}


@media screen and (min-width: 992px) {
  #NavDrawer .site-nav--has-dropdown ul li {
    margin: 5px;
  }

  #NavDrawer .site-nav--has-dropdown ul {
    flex-direction: inherit;
    flex-wrap: wrap;
    width: 980px;
  }

  #NavDrawer li:last-of-type .site-nav__dropdown {
    right: 0;
    left: inherit;
  }

  #NavDrawer li:nth-of-type(2) .site-nav__dropdown {
    left: 0;
  }

  #NavDrawer li:nth-of-type(3) .site-nav__dropdown {
    left: -100px;
  }

  #NavDrawer li:nth-of-type(4) .site-nav__dropdown {
    left: -210px;
  }

  #NavDrawer li:nth-of-type(5) .site-nav__dropdown {
    left: -310px;
  }

  #NavDrawer li:nth-of-type(6) .site-nav__dropdown {
    left: -380px;
  }

  #NavDrawer li:nth-of-type(7) .site-nav__dropdown {
    left: -500px;
  }

  #NavDrawer li:nth-of-type(8) .site-nav__dropdown {
    left: -605px;
  }

  #NavDrawer li:nth-of-type(9) .site-nav__dropdown {
    left: -720px;
  }
}

@media only screen and (min-width: 769px) {

  .collection-content .grid__item--content {
    padding-left: 0;
  }

  .site-header {
    padding: 0;
  }

  .wc_main_bnr {
    padding-top: 25px;
    padding-bottom: 25px;
    border-radius: 0;
  }

  .type-advanced .promo-grid__content {
    padding: 21px 32px;
    max-width: 322px;
    max-width: 275px;
  }

  .type-advanced .rte--strong,
  .type-product .rte--strong {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .index-section--footer .article__grid-image {
    margin-bottom: 0;
  }

  .index-section--footer .grid--flush-bottom > .grid__item {
    margin-bottom: 22px;
    border-right: 1px solid #000;
    padding: 0;
  }

  .index-section--footer .grid--flush-bottom > .grid__item:last-child {
    border-right: 0;
  }

  .wc_footer_wrap {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .wc_ftr_main .wc_footer_wrap {
    display: table-cell;
    float: none;
  }

  .wc_copyright_ftr {
    background: #666;
    padding: 5px 0;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
  }

  .wc_copyright_ftr .footer__small-text {
    padding: 9px 0;
    width: auto;
    float: left;
    font-size: 12px;
  }

  .wc_copyright_ftr .payment-icons {
    width: auto;
    float: right;
    padding: 9px 0;
  }

  div[data-section-type="recently-viewed"] .page-width {
    display: table;
  }

  .page-full.page-content header.section-header,
  .page-full.page-content {
    padding-top: 0;
  }

  .page-full.page-content header.section-header {
    display: none;
  }

  .page-full.page-content {
    padding: 0;
  }

  .page-content,
  .shopify-email-marketing-confirmation__container,
  .shopify-policy__container {
    padding-top: 40px;
  }
}
  /*
  *  1-12-2021 OBX Bottom Category Content Update
  */
  .collection-content-bottom .cat-bottom-content a {
    text-decoration: underline;
  }

  .wc-coll-template .wc_coll_space {
    width: 100%;
    float: left;
    padding: 30px 30px 0;
  }

  .wc-coll-template .section-header__title {
    font-size: 20px;
    font-weight: 700;
  }

  .wc-coll-template .collection-content-bottom {
    border-top: 1px solid #f0eded;
  }

  .wc-coll-template .collection-content-top,
  .wc-coll-template .collection-content-bottom {
    padding: 15px 30px;
    clear: both;
  }

  .cat-bottom-content {
    width: 100%;
    margin: auto;
  }

  .cat-bottom-content h2,
  .cat-bottom-content .h2 {
    margin: auto auto 15px;
    line-height: 1.25;
  }

  .cat-bottom-content h3,
  .cat-bottom-content .h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 30px auto 12px;
  }

  .cat-bottom-content .bottom-banner {
    background-color: #f0eded;
    padding: 30px !important;
    margin: 0 -30px 60px !important;
  }

  .cat-bottom-content .bottom-banner p {
    width: 100%;
    margin: auto;
  }

  .cat-bottom-content .faq-section {
    padding-bottom: 30px;
  }

  .cat-bottom-content .faq-section li {
    margin: 12px auto auto;
    list-style: none;
    position: relative;
  }

  .cat-bottom-content .faq-section li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 5px;
    left: -25px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%233273a0' d='M0 4a4 4 0 1 1 8 0 4 4 0 0 1-8 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

  .cat-bottom-content ul li {
    margin: 12px auto auto;
    list-style: none;
    position: relative;
  }

  .cat-bottom-content ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 5px;
    left: -25px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%233273a0' d='M0 4a4 4 0 1 1 8 0 4 4 0 0 1-8 0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

  .cat-bottom-content .video-section {
    margin-bottom: 55px;
  }

  .cat-bottom-content .video-section .flex-row {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }

  .cat-bottom-content .video-section .flex-item {
    flex-basis: 48%;
    margin-right: 4%;
  }

  .cat-bottom-content .video-section .flex-item:last-child {
    margin-right: 0;
  }

  .cat-bottom-content .video-section .video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }

  .cat-bottom-content .video-section iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
  }

  .cat-bottom-content .video-section p {
    margin: auto;
  }

  .cat-bottom-content .video-section img {
    width: 100%;
  }

  .cat-bottom-content .contentwheel-section {
    margin-bottom: 50px;
  }

  .cat-bottom-content .contentwheel-section .flex-row {
    display: flex;
    align-items: stretch;
  }

  .cat-bottom-content .contentwheel-section .flex-item {
    flex-basis: 32%;
    margin-right: 2%;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
  }

  .cat-bottom-content .contentwheel-section .flex-item:last-child {
    margin-right: 0;
  }

  .cat-bottom-content .contentwheel-section a {
    text-decoration: none;
  }

  .cat-bottom-content .contentwheel-section img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }

  .cat-bottom-content .contentwheel-section .contentwheel-description {
    padding: 15px;
  }

  .cat-bottom-content .contentwheel-section h2,
  .cat-bottom-content .contentwheel-section .h2 {
    margin: 20px auto 30px;
  }

  .cat-bottom-content .contentwheel-section .article-title {
    color: #2a6087;
    font-weight: 700;
  }

  .cat-bottom-content .contentwheel-section .article-title:hover {
    color: #f26101;
  }

  .cat-bottom-content .contentwheel-section .read-more {
    margin: auto;
    text-transform: uppercase;
    color: #f26101;
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
  }

  .cat-bottom-content .contentwheel-section .read-more:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    right: 0;
    top: 0;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23f26101' stroke-linecap='round' stroke-miterlimit='20' d='M.5.5l4.477 4.477'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='none' stroke='%23f26101' stroke-linecap='round' stroke-miterlimit='20' d='M.5 9.454l4.477-4.477'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

  .payment-terms {
    text-align: left;
  }

  .cat-bottom-content .video-section h3,
  .cat-bottom-content .video-section .h3 {
    margin-top: 0;
  }

  .payment-terms {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .payment-terms .divider {
    height: 50px;
    position: relative;
  }

  .payment-terms .divider span {
    background-color: #fafaf7;
    line-height: 50px;
    position: relative;
    padding: 5px;
  }

  .payment-terms .divider:before {
    content: "";
    display: block;
    border-right: 2px solid;
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .wc_prices {
    width: 38%;
  }

  .product-block .payment-terms {
    width: 100%;
  }

  .payment-terms .divider {
    height: 50px;
    position: relative;
  }

  .payment-terms .divider span {
    background-color: #fafaf7;
    line-height: 50px;
    position: relative;
    padding: 5px;
  }

  .payment-terms .divider:before {
    content: "";
    display: block;
    border-right: 2px solid;
    height: 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }

  .product-single__meta .payment-terms {
    margin-left: auto;
  }

  .product-block__price-payment {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }

  /* estimates page form margin styles */
  .form-margins {
    max-width: 500px;
    margin: 50px auto 0;
  }

  /* obx top ten reasons page styles */
  #obx-reasons .container {
    max-width: 1340px;
    margin: auto;
    padding: 0 20px;
  }

  #obx-reasons h1,
  #obx-reasons .h1 {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-size: 52px;
    font-weight: 400;
    line-height: 52px;
  }

  #obx-reasons h2,
  #obx-reasons .h2 {
    color: #1c384d;
    font-family: "Roboto Condensed";
    font-size: 34px;
    font-weight: 400;
    line-height: 40px;
  }

  #obx-reasons p {
    font-size: 14px;
    line-height: 20px;
  }

  #obx-reasons .banner {
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
  }

  #obx-reasons .banner .container {
    max-width: 1450px;
  }

  #obx-reasons .banner-content {
    max-width: 800px;
  }

  #obx-reasons .banner-content p {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    max-width: 600px;
  }

  #obx-reasons .reasons-section {
    padding: 80px 0;
    text-align: center;
  }

  #obx-reasons .reasons-section .container {
    max-width: 1150px;
  }

  #obx-reasons .flex-row {
    display: flex;
  }

  #obx-reasons .reason-box {
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    border: 1px solid #f0eded;
    background-color: #ffffff;
    margin-top: 30px;
    padding: 30px;
    text-align: left;
    display: flex;
    flex-basis: 49%;
  }

  #obx-reasons .reason-box.right {
    margin-right: 3%;
  }

  #obx-reasons .reasons-top-content {
    max-width: 900px;
    margin: auto auto 40px;
  }

  #obx-reasons span.reason-number {
    color: #3273a0;
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin-right: 20px;
  }

  #obx-reasons span.reason-header {
    color: #3273a0;
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    margin-bottom: 5px;
  }

  #obx-reasons .reasons-bottom-content {
    max-width: 900px;
    margin: 60px auto auto;
  }

  #obx-reasons .reasons-bottom-content p {
    color: #3273a0;
    font-family: "Roboto Condensed";
    font-size: 22px !important;
    font-weight: 700;
    line-height: 40px !important;
  }

  #obx-reasons .double-flex-section .flex-row.mobile {
    display: none;
  }

  #obx-reasons .double-flex-section .blue-bg {
    flex-basis: 50%;
    background-color: #2a6087;
    padding: 80px;
  }

  #obx-reasons .double-flex-section .flex-content {
    max-width: 575px;
  }

  #obx-reasons .double-flex-section .flex-content.first-row {
    float: right;
  }

  #obx-reasons .double-flex-section .flex-img {
    flex-basis: 50%;
    display: flex;
  }

  #obx-reasons .double-flex-section .flex-img img {
    object-fit: cover;
  }

  #obx-reasons .double-flex-section .flex-content p {
    color: white;
  }

  #obx-reasons .double-flex-section .flex-content h2.flex-header,
  #obx-reasons .double-flex-section .flex-content .flex-header.h2 {
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
  }

  #obx-reasons .double-flex-section .flex-content a {
    color: white;
    border-bottom: none;
    text-decoration: underline;
  }

  #obx-reasons .double-flex-section .flex-content a:hover {
    opacity: 0.8;
  }

  #obx-reasons .double-flex-section .flex-content a:after {
    display: none;
  }

  #obx-reasons .reviews-section {
    border-radius: 5px;
    background-color: #f0eded;
    opacity: 0.88;
    padding: 60px 0;
  }

  #obx-reasons .reviews-section .container {
    max-width: 1200px;
  }

  #obx-reasons a.obx-btn {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    background-color: #f26101;
    text-decoration: none !important;
    display: inline-block;
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 20px 0;
  }

  #obx-reasons .cta {
    background-position: center center;
    background-size: cover;
    padding: 150px 20px;
    margin-top: 30px;
    margin-bottom: -20px;
  }

  #obx-reasons .cta-content {
    margin-left: 48%;
    max-width: 450px;
  }

  #obx-reasons .cta-content p.cta-header {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-size: 34px !important;
    line-height: 40px !important;
  }

  #obx-reasons .cta-content p {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
    color: #ffffff;
    font-family: Roboto;
    font-size: 22px !important;
    line-height: 32px !important;
  }

  #obx-reasons .cta-content a.orange {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.22);
    color: #f26101;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    border-bottom: none !important;
  }

  a.filter-button {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    border-top: 2px solid #3273a0;
    border-right: 2px solid #3273a0;
    border-bottom: 2px solid #3273a0;
    border-left: 2px solid #3273a0;
    margin: 0 10px 0 0;
    background-color: #fff;
    color: #3273a0;
  }

  a.filter-button:hover {
    background-color: #3273a0;
    color: #fff;
  }

  a.filter-button-active {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    border-top: 2px solid #3273a0;
    border-right: 2px solid #3273a0;
    border-bottom: 2px solid #3273a0;
    border-left: 2px solid #3273a0;
    margin: 0 10px 0 0;
    background-color: #3273a0;
    color: #fff;
  }

  .filter-button-container {
    margin: 25px 0;
  }

  .filter-drop-down-container {
    display: none;
    margin: 10px 10px 25px 0;
  }

  .wc_pro_list_grid {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f0eded;
    padding: 15px 30px;
    margin: 0;
    position: relative;
  }

  .wc_pro_list_grid a {
    position: relative;
    z-index: 2;
  }

  .wc_pro_list_grid a.product-name {
    position: static;
  }

  .wc_pro_list_grid a.product-name .h6 {
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 14px;
  }

  .wc_pro_list_grid a.product-name::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .wc_pro_list_grid:last-child {
    border-bottom: 0;
  }

  .wc_pro_list_grid .grid-product__content {
    display: inherit;
  }

  .wc_pro_list_grid .wc_third_inr {
    float: right;
  }


  .wc_pro_list_grid .grid-product__meta {
    width: 100%;
    float: left;
    padding: 0;
  }

  .product-single__sku span,
  .product-single__vendor span {
    font-weight: 700;
    padding-right: 4px;
  }

  .wc_review_left {
    padding: 8px 0;
    margin-left: -2px;
  }

  .product-single__review-link {
    display: inline-block;
    min-height: 35px;
  }

  .wc_brand_logo {
    width: auto;
    float: right;
  }

  .wc_pro_template .brnd_imgs {
    float: right;
  }

  .wc_pro_template .brnd_imgs img {
    width: 110px;
  }

  /* Removed Stamped.io CSS - migrated to Yotpo */
  /* .wc_pro_template .stamped-badge-caption {
    font-size: 11px;
    color: #666;
    font-weight: 500;
    vertical-align: middle;
    padding-left: 1px;
  } */

  .product__quantity {
    width: 100%;
    max-width: 135px;
    margin: 0 15px 0 0;
    height: 50px;
  }

  .product__quantity label {
    display: none;
  }

  .savings-percentage {
    opacity: 1;
	  color: rgb(49, 115, 160);
	  font-size: 21px;
	  font-weight: 400;
	  letter-spacing: 0px;
  }

  .product-block--price {
    width: 100%;
    display: flex;
    max-width: 100%;
    margin: 0;
    font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
    align-items: center;
  }

  @media (max-width: 768px) {
    .product-block--price  {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
}

  .product__quantity .js-qty__wrapper {
    width: 100%;
    max-width: 135px;
    margin: 0 25px 0 0;
    background: #fff;
    border: 1px solid #e3e3e3;
    height: 50px;
  }

  .product__quantity .js-qty__num {
    height: 100%;
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 6px 5px;
    text-align: center;
    line-height: 20px;
    background: transparent;
    border: none;
    font-weight: 400;
  }

  .white_wrap {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    border: 1px solid #f0eded;
  }

  .pro_full_desc {
    margin-bottom: 30px;
  }

  .for-mobile {
    display: none;
  }

  .full-width-details {
    margin-top: 50px;
  }

  /*================ Dropdowns ================*/
  #NavDrawer > li:nth-of-type(2) li:last-of-type a {
    color: red;
  }

  #NavDrawer ul li img {
    display: block !important;
  }

  #NavDrawer .site-nav--has-dropdown ul {
    display: flex;
    justify-content: flex-start;
  }

  #NavDrawer .site-nav--has-dropdown ul li {
    background-color: #fff;
    width: 300px;
  }

  #NavDrawer .site-nav--has-dropdown ul li a {
    background-color: #fff;
    display: flex;
    align-items: center;
    white-space: inherit;
  }

  #NavDrawer .site-nav--has-dropdown ul li a img {
    flex-shrink: 0;
    margin-right: 10px;
  }

  #NavDrawer .site-nav--has-dropdown ul li a:hover {
    background-color: #2a6087;
    color: #fff;
  }

  .site-nav__dropdown {
    position: absolute;
    left: 0;
    margin: 0;
    z-index: 20;
    display: block;
    visibility: hidden;
    background-color: #fafaf7;
    min-width: 100%;
    padding: 10px 0 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
    -webkit-transform: translate3d(0px, -12px, 0px);
    transform: translate3d(0px, -12px, 0px);
    max-height: 470px;
    overflow: auto;
  }

  .site-nav--has-dropdown:hover .site-nav__dropdown,
  .is-focused > .site-nav__dropdown {
    display: block;
    visibility: visible;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    transition: all 300ms cubic-bezier(0.2, 0.06, 0.05, 0.95);
  }

  .site-nav__dropdown li {
    margin: 0;
  }

  .site-nav__dropdown > li {
    position: relative;
  }

  .site-nav__dropdown > li > a {
    position: relative;
    z-index: 21;
    line-height: 20px;
    transition: background 0.5s;
  }

  .site-nav__dropdown > li > a:hover {
    background-color: #f0eded;
  }

  .site-nav__dropdown a {
    background-color: #fafaf7;
  }

  .site-nav--is-megamenu .site-nav__dropdown {
    max-height: auto;
    overflow: inherit;
  }

  .site-nav--is-megamenu .site-nav__dropdown .grid {
    margin-left: 0;
  }

  /*================ Third level dropdown ================*/
  .site-nav__deep-dropdown {
    background-color: #fafaf7;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.09);
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 20;
    -webkit-transform: translate3d(-12px, 0px, 0px);
    transform: translate3d(-12px, 0px, 0px);
  }

  .header-item--reverse .site-nav__item:last-child .site-nav__deep-dropdown {
    left: auto;
    right: 100%;
  }

  .site-nav__deep-dropdown-trigger:hover .site-nav__deep-dropdown,
  .is-focused + .site-nav__deep-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    transition: all 300ms cubic-bezier(0.2, 0.06, 0.05, 0.95);
  }

  .site-nav__deep-dropdown:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.09), transparent);
    pointer-events: none;
  }

  .header-item--reverse .site-nav__item:last-child .site-nav__deep-dropdown:before {
    left: auto;
    right: 0;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.09), transparent);
  }

  .site-nav__deep-dropdown-trigger:hover .site-nav__dropdown-link--has-children,
  .site-nav__dropdown-link--has-children:hover,
  .site-nav__dropdown-link--has-children:focus {
    background-color: #f0f0e7;
  }

  .site-nav__deep-dropdown-trigger .icon-chevron-down {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-90deg) translateX(50%);
    transform: rotate(-90deg) translateX(50%);
  }

  /*================ Mobile navigation ================*/
  .mobile-nav {
    margin: -15px -15px 0;
  }

  .mobile-nav {
    margin-left: -30px;
    margin-right: -30px;
  }

  .mobile-nav li {
    margin-bottom: 0;
    list-style: none;
  }

  .mobile-nav__search {
    padding: 15px;
  }

  .mobile-nav__item {
    position: relative;
    display: block;
  }

  .mobile-nav > .mobile-nav__item {
    background-color: white;
  }

  .mobile-nav__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e8e8e1;
  }

  .mobile-nav__link,
  .mobile-nav__faux-link {
    display: block;
  }

  .mobile-nav__link--top-level {
    font-size: 1.4em;
  }

  .mobile-nav--heading-style .mobile-nav__link--top-level {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
  }

  .mobile-nav__link,
  .mobile-nav__faux-link,
  .mobile-nav__toggle button,
  .mobile-nav__toggle .faux-button {
    color: #1c384d;
    padding: 15px;
    text-decoration: none;
  }

  .mobile-nav__link:active,
  .mobile-nav__faux-link:active,
  .mobile-nav__toggle button:active,
  .mobile-nav__toggle .faux-button:active {
    color: #080f15;
  }

  .mobile-nav__link:active,
  .mobile-nav__faux-link:active,
  .mobile-nav__toggle button:active,
  .mobile-nav__toggle .faux-button:active {
    background-color: #f2f2f2;
  }

  .mobile-nav__child-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-nav__child-item a,
  .mobile-nav__child-item .mobile-nav__link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .mobile-nav__child-item .collapsible-trigger:not(.mobile-nav__link--button) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43px;
    flex: 0 0 43px;
  }

  .mobile-nav__child-item .collapsible-trigger__icon {
    padding: 0;
    margin-right: 15px;
  }

  .mobile-nav__item--secondary a {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .mobile-nav__item--secondary:after {
    display: none;
  }

  .mobile-nav__item:not(.mobile-nav__item--secondary) + .mobile-nav__item--secondary {
    margin-top: 0;
    border-bottom: 1px solid #f0eded;
  }

  .mobile-nav__has-sublist {
    position: relative;
    display: table;
    width: 100%;
  }

  .mobile-nav__has-sublist .mobile-nav__link,
  .mobile-nav__has-sublist .mobile-nav__faux-link {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
  }

  .mobile-nav__link--button {
    width: 100%;
    text-align: left;
    padding: 0;
  }

  .mobile-nav__toggle {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
  }

  .mobile-nav__toggle .icon {
    width: 16px;
    height: 16px;
  }

  .mobile-nav__sublist {
    margin: 0;
  }

  .mobile-nav__sublist .mobile-nav__item:after {
    top: 0;
    bottom: auto;
    border-bottom: none;
  }

  .mobile-nav__sublist .mobile-nav__item:last-child {
    padding-bottom: 15px;
  }

  .mobile-nav__sublist .mobile-nav__link,
  .mobile-nav__sublist .mobile-nav__faux-link {
    font-weight: normal;
    padding: 7.5px 25px 7.5px 15px;
  }

  .mobile-nav__grandchildlist {
    margin: 0;
  }

  .mobile-nav__grandchildlist .mobile-nav__item:last-child {
    padding-bottom: 0;
  }

  .mobile-nav__grandchildlist .mobile-nav__link {
    padding-left: 35px;
  }

  .mobile-nav__social {
    list-style: none outside;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    margin: 15px 0 20px;
  }

  .mobile-nav__social {
    margin-left: -15px;
    margin-right: -15px;
  }

  .mobile-nav__social a {
    display: block;
    padding: 8px 30px;
  }

  .mobile-nav__social a .icon {
    position: relative;
    top: -1px;
  }

  .mobile-nav__social-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%;
    text-align: center;
    border: 1px solid #e8e8e1;
    margin: 0 0 -1px;
  }

  .mobile-nav__social-item:nth-child(3n-1) {
    margin-right: -1px;
    margin-left: -1px;
  }

  .collection-content {
    padding-top: 0;
  }

  .collection-filter {
    border-top: 1px solid #f0eded;
  }

  .wc_coll_figure:before,
  .wc_coll_titles:before,
  .wc_coll_figure:after,
  .wc_coll_titles:after {
    display: none;
  }
  .filter_checeked {
    text-align: center;
  }
  .filter_checeked a {
    display: inline-block;
    width: 13px;
    height: 13px;
  }
  figure {
    padding-bottom: 10px;
    margin: 0;
  }
  .wc_cat_arrow {
    width: 13px;
    height: 13px;
    border: 1px solid #b2b2b2;
    border-radius: 3px;
    box-shadow: -2px -1px 10px inset #ccc;
    display: block;
    margin: 5px auto 0;
    position: relative;
  }
  .coll_top_filter .wc_tag_list a:before,
  .coll_top_filter .wc_tag_list a:after {
    display: none;
  }
  .wc_cat_arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    font-size: 10px;
    left: 1px;
    width: 10px;
    height: 7px;
    background-size: contain;
  }
  .tag--active .wc_cat_arrow:after {
    background: url('done-tick.png') no-repeat center;
  }

  .collapsibles-wrapper--border-bottom {
    border-bottom: 1px solid #e8e8e1;
  }

  .collapsible-trigger {
    color: inherit;
    position: relative;
    color: #000;
  }

  .tag-list__header {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Roboto Condensed, sans-serif;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000;
  }

  .wc_logo_list {
    padding: 20px 0 40px;
  }

  [data-aos="logo__animation"].aos-animate .logo-bar__item:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  [data-aos="logo__animation"].aos-animate .logo-bar__item:nth-child(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }

  [data-aos="logo__animation"].aos-animate .logo-bar__item:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

  [data-aos="logo__animation"].aos-animate .logo-bar__item:nth-child(7) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }

  [data-aos="logo__animation"].aos-animate .logo-bar__item:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }

  .wc_logo_list .logo-bar__item:first-child {
    margin-left: 0;
  }

  .wc_logo_list [data-aos="logo__animation"] .logo-bar__item {
    opacity: 1;
  }

  .wc_logo_list img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
  }

  .wc_logo_list img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  .wc_logo_list h2.section-header__title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
  }

  .wc_logo_list .logo-bar {
    flex-wrap: nowrap;
  }
}

@media(max-width: 480px) {
  .wc-coll-template .collection-content-top,
  .wc-coll-template .collection-content-bottom {
    padding: 15px;
  }
  .filter-button-container {
    display: none;
  }
  .filter-drop-down-container {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header-item--navigation {
    display: none;
  }

  .cat-bottom-content .contentwheel-section .flex-row {
    display: block;
  }

  .cat-bottom-content .contentwheel-section .flex-item {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .cat-bottom-content .video-section .flex-row {
    display: block;
  }

  .cat-bottom-content .video-section .flex-item {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media(max-width: 1350px) {
  #obx-reasons .banner {
    background-position: initial;
  }
}

@media(max-width: 800px) {
  #obx-reasons {
    margin-top: -20px;
  }

  #obx-reasons h1,
  #obx-reasons .h1 {
    font-size: 38px;
    line-height: 42px;
  }

  #obx-reasons h2,
  #obx-reasons .h2 {
    font-size: 28px;
    line-height: 32px;
  }

  #obx-reasons .banner {
    background-position: center center;
  }

  #obx-reasons .banner-content {
    max-width: 400px;
  }

  #obx-reasons .flex-row {
    display: block;
  }

  #obx-reasons .double-flex-section .flex-row.desktop {
    display: none;
  }

  #obx-reasons .double-flex-section .flex-row.mobile {
    display: block;
    margin-top: 0;
  }

  #obx-reasons .double-flex-section .blue-bg {
    padding: 40px;
  }

  #obx-reasons .double-flex-section .flex-content.first-row {
    display: none;
  }

  #obx-reasons .double-flex-section .flex-content {
    max-width: unset;
  }

  #obx-reasons .reason-box.right {
    margin-right: 0;
  }

  #obx-reasons .cta-content p.cta-header {
    font-size: 28px !important;
    line-height: 32px !important;
  }
}

@media(max-width: 350px) {
  #obx-reasons .cta-content {
    margin: auto;
    text-align: center;
  }
}

@media(max-width: 768px) {
  .coll_top_filter .widget {
    width: 33.33%;
  }

  .coll_top_filter {
    padding: 5px 10px;
  }
}

.coupon-code {
  background-color: #3273a0;
  padding: 5px;
  border: 0 solid #000;
  color: #fff;
  border-radius: 5px;
}

.toolmenu_rgt {
  text-align: right;
}
@media(max-width: 768px) {
  .toolmenu_rgt {
    text-align: center;
  }

  .wc_pro_template .add-to-cart {
    font-size: 14px;
  }
}

.wc_bnr_left {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  border: 0 solid #000;
  border-radius: 10px;
}

.wc_bnr_left h1,
.wc_bnr_left .h1,
.wc_bnr_left .h1,
.wc_bnr_left p {
  text-shadow: 0 0 3px #000000;
}

.wc_bnr_left h1,
.wc_bnr_left .h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  line-height: 42px;
  text-transform: uppercase;
}

.wc_bnr_left p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.wc_bnr_left .sale-line {
  font-size: 38px;
  margin: 30px 0;
  letter-spacing: 0;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

@media(max-width: 480px) {
  .wc_main_bnr .wc_bnr_left,
  .wc_main_bnr .animation-cropper {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px;
    max-width: 100%;
  }
  .wc_main_bnr .wc_bnr_left h1,
  .wc_main_bnr .wc_bnr_left .h1,
  .wc_main_bnr .wc_bnr_left .h1,
  .wc_main_bnr .wc_bnr_left .h1,
  .wc_main_bnr .wc_bnr_left .h1,
  .wc_home_title .section-header__title {
    font-size: 18px;
  }
}

.header_promotions .grid__item {
  position: relative;
  margin: 0;
  border-right: 1px solid #000;
  padding: 0;
}

.index-section .theme-block > h2 {
  font-weight: bold;
}

.wc_copyright_ftr {
  padding-top: 10px;
  background: #666;
}
.site-footer .grid__item:nth-child(4)::after {
  display: none;
}
@media(max-width: 768px) {
  .wc_ftr_main {
    margin-right: -17px;
  }
  .wc_ftr_main > .grid__item {
    padding-right: 17px;
  }
  .wc_newsletter .footer__item-padding {
    padding-right: 0;
  }
}
.footer__newsletter > .footer__newsletter-input,
.footer__newsletter > .footer__newsletter-input::placeholder {
  color: #000;
}
.footer__newsletter > .footer__newsletter-input:focus {
  border-bottom-color: #000 !important;
  color: #000 !important;
}
@media(max-width: 768px) {
  .toolbar__content {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .toolbar__item--menu {
    flex: 1 1 100%;
  }
}
@media(max-width: 819px) {
  .search-input-field {
    max-width: 100%;
  }
}
.text-column-link {
  color: #99986a;
  border-bottom: 5px solid #99986a;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.wc_bnr_left .btn {
  display: inline-block;
}
.wc_bnr_left h1,
.wc_bnr_left .h1 {
  font-size: 36px;
}
@media(max-width: 1413px) {
  .best-selling-products.custom-products {
    margin: auto;
    overflow: visible;
  }
}
.search-bar-button {
  padding-left: 22px;
  padding-right: 22px;
  min-width: unset;
}
.search-bar-icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.collection-content .wc_coll_inr h1 {
  margin-bottom: 0;
}
.collection-content h1.section-header__title {
  margin: 0;
}
.collection-content-top {
  border-top: 1px solid #f0eded;
}
.empty_cart.section-header--404 {
  text-align: center;
}

.section-header--404 {
  margin-bottom: 0;
  padding: 0 0;text-align:center;
}

.collection-item {
  min-height: 230px;
}

@media only screen and (min-width: 769px) {
  .wc_copyright_ftr {
    padding-top: 0;
  }
}

/* Removed Stamped.io CSS - migrated to Yotpo */
/* .stamped-widget-button {
  border: 3px solid #f26101;
} */

.rte a:not(.btn):not(.spr-summary-actions-newreview):after {
  border-bottom: 0 !important;
}

em.icon-mail {
  background-image: url("/cdn/shop/files/icon_email.jpg?v=1664565788");
  background-repeat: no-repeat;
  background-position: center;
  padding-right: 20px !important;
}

.inline-list li {
  margin-bottom: 0;
  margin-top: 0;
}

li.icon--payment svg {
  fill: black;
}

.index-section--richtext .white_wrap {
  background-color: #f0eeee;
}

.index--logo-list {
  background-color: #fff;
}

.best-selling-products.custom-products {
  background: #fafaf7;
}
.best-selling-products .slick-next::before,
.best-selling-products .slick-prev::before {
  content: url("/cdn/shop/files/carousel-arrow.svg?v=1627999384") !important;
}
.best-selling-products .slick-prev::before {
  display: block;
  transform: rotate(180deg);
}

.product-carousel {
  margin-bottom: 30px;
}

.similar-products-carousel-list .slick-slide {
  display: flex !important;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 15px;
  padding: 20px;
  background: #fff;
}

.similar-products-carousel-list .slick-track {
  display: flex;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

/* .wc_featured .slick-track {
  width: 2260px !important;
} */

.similar-products-carousel-list .right {
  right: -10px;
}

.similar-products-carousel-list .left {
  left: -10px;
}

.similar-products-carousel-list .slick-slide img {
  height: auto;
}

.gray-box {
  border-radius: 5px;
  background-color: #f0eded;
  padding: 40px;
  margin: 60px auto;
}

.jump-links {
  display: flex;
  margin: 10px auto;
  justify-content: space-evenly;
}

.jump-links h2 {
  margin: 0 3% 20px 0;
  font-family: Roboto;
  flex-basis: auto;
  scroll-margin-top: 200px;
}

@media(max-width: 768px) {
  .jump-links {
    flex-flow: column;
  }
}

.wc_featured {
  position: relative;
}

.h5-letter-spacing {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 10px;
  letter-spacing: 0.3em;
}

.mobile-obx-sidebar {
  display: none;
}

.obx-sidebar {
  flex-basis: 25%;
}

.article-featured-image {
  display: block;
  width: 100%;
}

article.grid__item {
  width: 100% !important;
  padding: 0 30px;
  position: initial !important;
}

.obx-sidebar-flex {
  display: flex;
  max-width: 1300px;
  margin: auto;
}

.obx-sidebar .faux-h2,
.mobile-obx-sidebar .faux-h2 {
  color: #1f1f1f;
  font-family: "Roboto Condensed";
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.66px;
  line-height: 32px;
  text-align: left;
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
}

p.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-obx-sidebar .productcard.collectioncard {
  max-width: 220px;
  min-width: 220px;
}

.mobile-obx-sidebar .productcard.collectioncard .flex-row,
.obx-sidebar .productcard.collectioncard .flex-row {
  display: flex;
}

.mobile-obx-sidebar .productcard.collectioncard .sidebar-image,
.obx-sidebar .productcard.collectioncard .sidebar-image {
  display: flex;
  max-width: unset;
}

.mobile-obx-sidebar .productcard.collectioncard .content-container,
.obx-sidebar .productcard.collectioncard .content-container {
  max-width: 250px;
  flex-basis: 75%;
}

.mobile-obx-sidebar .productcard.collectioncard {
  max-width: 355px;
}

.mobile-obx-sidebar .productcard.collectioncard .image-wrapper,
.obx-sidebar .productcard.collectioncard .image-wrapper {
  flex-basis: 25%;
}

@media(max-width: 1050px) {
  .obx-sidebar {
    display: none;
  }
  .mobile-obx-sidebar {
    display: block;
  }
  article.grid__item {
    margin: auto;
  }
}

.best-selling-products.custom-products {
  background: #fafaf7;
}
.best-selling-products .slick-next::before,
.best-selling-products .slick-prev::before {
  content: url("/cdn/shop/files/carousel-arrow.svg?v=1627999384") !important;
}
.best-selling-products .slick-prev::before {
  display: block;
  transform: rotate(180deg);
}
.product-carousel {
  margin-bottom: 30px;
}

.pro_docs li span em:before {
  font-size: 18px;
  line-height: 32px;
}

.video-slider .slick-prev::before {
  content: " " !important;
  background-image: url("/cdn/shop/files/arrow-right-2x_480x480.png?v=1667486112");
  background-size: 33px 33px;
  display: inline-block;
  width: 33px;
  height: 33px;
}

/*================ Slick Slider SCSS ================*/

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.wc_featured .slick-list {
  position: relative;
  overflow: visible !important;
  display: block;
  margin-top: 20px;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-arrow.slick-hidden {
  display: none;
}

.video-slider .slick-prev,
.video-slider .slick-next {
  width: 33px;
  height: 33px;
  top: 40%;
  z-index: 20;
  position: absolute;
  display: block;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;

  color: transparent;
  -webkit-transform: translate(0, -50%);
  transform: translateY(-50%);
  padding: 0;
  border: none;
}

.video-slider .slick-prev::before,
.video-slider .slick-next::before {
  opacity: 0.75;
}

.video-slider .slick-prev:hover::before,
.video-slider .slick-next:hover::before {
  opacity: 1;
}

.wc_inner_wraps {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media(max-width: 768px) {
  .reciprocal-banner .wc_inner_wraps {
    padding-bottom: 0;
  }
}

@media(max-width: 480px) {
  .wc_inner_wraps {
    padding-top: 10px;
  }
  h1,
  .h1,
  h1.section-header__title {
    font-size: 30px;
  }
}

.wc_utilize {
  padding: 0 0 25px;
}

.template-page.snize-results-page.snize-warehouse-css-fix div.snize-search-results {
  background-color: transparent;
}

div.snize-search-results#snize_results a {
  border: solid 1px #d3d3d3;
}

.bg_white {
  background: #fff;
}
.bg_white .snize-recommendation{
  background:#fff;
  padding: 15px 0 0;
  max-width: 1380px;
  margin: 0 auto;
  float: none;
}

.coll_top_filter figure {
  padding-bottom: 10px;
  margin: 0;
}

@media(max-width: 991px) {
  .coll_top_filter figure {
    padding-bottom: 0;
  }
  .coll_top_filter .tag-list li {
    padding: 10px 10px 7px;
  }
  .coll_top_filter {
    padding: 15px;
  }
  .wc_pro_list_grid {
    padding: 15px 20px;
  }
  .wc-coll-template .collection-content-top,
  .wc-coll-template .collection-content-bottom {
    padding: 20px 15px;
  }
  .wc_tag_list div {
    line-height: 12px
  }
}

.tag .wc_tag_list figure img {
  object-fit: contain;
}

.WFwrap {
  width: 100%;
  float: left;
}

.fa-star-half-o:before,
.fa-star-o:before,
.fa-star:before {
  font-size: 20px;
  vertical-align: sub;
}

/* Removed Stamped.io CSS - migrated to Yotpo */
/* .stamped-fa-star-half-o:before,
.stamped-fa-star-o:before,
.stamped-fa-star:before {
  font-size: 20px;
  vertical-align: sub;
} */

@media(max-width:480px) {
  .wc-coll-template .collection-filter {
    padding: 10px 15px 0;
  }

  .section-header {
    margin-bottom: 20px;
  }

}

.wc-coll-template .collection-content-top *:last-child,
.wc-coll-template .collection-content-bottom *:not(.video-wrapper):last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.collection-sidebar__group {
  overflow: unset;
}

.wc_pro_list_grid .wc_list_first,
.wc_pro_list_grid .wc_list_second,
.wc_pro_list_grid .wc_list_third {
  float: none;
  float: left;
  vertical-align: top;
}

.wc_pro_list_grid .wc_list_first {
  width: 20%;
  vertical-align: middle;
  text-align: center;
  position: relative;
}

.wc_pro_list_grid .wc_list_first .image-wrap img {
  max-height: 250px;
  object-fit: contain;
  object-position: center;
}

.wc_pro_list_grid .wc_list_second {
  width: 50%;
  padding: 0 15px;
}

.wc_pro_list_grid .wc_list_third {
  width: 30%;
}


.wc_pro_list_grid .product-single__sku {
  font-size: 9px;
  width: 100%;
  float: left;
  text-align: right;
  margin: 5px 0;
}

.wc_pro_list_grid .product-single__sku span {
  font-weight: 600;
}

.wc_pro_list_grid .wc_prices {
  font-size: 16px;
  font-weight: 700;
}

.wc_pro_list_grid .grid-product__price {
  text-align: right;
  margin: 0;
}

.wc_pro_list_grid .grid-product__price--original,
.wc_pro_list_grid .wc_low {
  color: #666;
  font-size: 12px;
}

.wc_pro_list_grid .add-to-cart {
  font-size: 16px;
  font-family: "Roboto Condensed", sans-serif;
  float: right;
  padding: 5px 40px;
  margin-top: 6px;
  letter-spacing: 0;
}

.wc_pro_list_grid h6,
.wc_pro_list_grid .h6 {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

@media(max-width: 640px) {
  .wc_pro_list_grid .wc_list_first,
  .wc_pro_list_grid .wc_list_second,
  .wc_pro_list_grid .wc_list_third,
  .wc_pro_list_grid .wc_third_inr {
    width: 100%;
    float: left;
    display: block;
    padding: 3px 0;
  }
  .wc_pro_list_grid .product-single__sku,
  .wc_pro_list_grid .grid-product__price {
    text-align: left;
  }
}

/* New Product Section */
.new-products {
  background: #fff;
  min-height: 550px;
}

#obx-cat-page-bottom .content-wheel .flex-img img {
    aspect-ratio: 3/1;
    object-fit: cover;
}
.bottom-video-section .video-wrapper iframe {
    position: unset;
    height: 315px;
    width: 560px;
}
.cat-bottom-content .video-wrapper {
  width: 100%;
  padding-bottom: 56.25% !important;
  height: 100%;
}
@media(max-width: 600px) {
   .bottom-video-section .video-wrapper iframe {
        position: unset;
        height: 157px;
        width: 280px;
    } 
}
#obx-cat-page-middle h2,
#obx-cat-page-bottom h2 {
  margin-bottom: 20px;
}

#shopify-section-footer-promotions .slick-track > .grid__item:last-child{
  border-right: 0;
}
