/** Shopify CDN: Minification failed

Line 1038:27 Unexpected "'.badge'"

**/
/* header */
.tt-header-holder .obj-aligment-center > * {
  width: 100%;
}
.small-header
  .tt-desktop-header
  .tt-header-holder
  .tt-obj-menu
  .tt-desctop-menu.tt-menu-small {
  width: 100%;
}
.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul {
  width: 100%;
  justify-content: space-between;
}
.tt-desktop-header {
  box-shadow: 0px 3px 6px #0000001a;
}
.tt-account-button {
  background-color: #ffffff;
  border: 0px;
  padding-top: 10px;
}

/* Footer */
@media screen and (min-width: 1025px) {
  footer .col-lg-4 {
    flex: unset !important;
  }
  footer .row {
    justify-content: space-between;
  }
  footer .col-lg-4:first-child {
    max-width: 180px;
  }
}

/* Breadcrumb */
.pagearticle .tt-breadcrumb,
.usf-collections-page .tt-breadcrumb,
.pageblog .tt-breadcrumb,
.pagepage\.faq .tt-breadcrumb,
.pagepage\.Warranty .tt-breadcrumb,
.pagepage\.Terms.of.service .tt-breadcrumb,
.pagepage\.Refund .tt-breadcrumb,
.pagepage\.Returns .tt-breadcrumb,
.pagepage\.Terms_Conditions .tt-breadcrumb,
.pagepage\.Delivery .tt-breadcrumb,
.pagepage\.Payments .tt-breadcrumb,
.pagepage\.Privacy.policy .tt-breadcrumb,
.pagepage\.about_us .tt-breadcrumb,
.pagepage\.contact .tt-breadcrumb {
  display: none !important;
}
.breadcrumbs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs__item {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
}
.breadcrumbs__item:not(:last-child):after {
  content: "/";
  margin: 0 5px;
}
.breadcrumbs__link,
.breadcrumbs__item a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
}
.breadcrumbs__link[aria-current="page"] {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}
.breadcrumbs__link[aria-current="page"]:hover,
.breadcrumbs__link[aria-current="page"]:focus {
  text-decoration: none;
  color: #fff;
}
.breadcrumbs__link img {
  margin-bottom: 2px;
}
.tt-breadcrumb ul li {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.tt-breadcrumb ul li a {
  color: #000000;
}
.article-breadcrumb {
  text-align: center;
}
.article-breadcrumb .breadcrumbs__item,
.article-breadcrumb .breadcrumbs__item a {
  color: #000000;
}
.article-breadcrumb .breadcrumbs__link[aria-current="page"]:hover,
.article-breadcrumb .breadcrumbs__link[aria-current="page"]:focus,
.article-breadcrumb .breadcrumbs__item a:hover,
.article-breadcrumb .breadcrumbs__item a:focus {
  text-decoration: none;
  color: #35749f;
}

/* Page Title */
.ws-title-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  position: relative;
}
.ws-page-title-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
}
.ws-page-title {
  font-size: 35px !important;
  line-height: 55px !important;
  font-weight: 700 !important;
  color: #fff;
}
.collection-overlay {
  height: 100%;
  background-image: linear-gradient(transparent, #000000);
}

/* FAQ */
.ws-container {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.ws-heading {
  font-size: 35px !important;
  font-weight: 700 !important;
  color: #000000;
  padding-bottom: 0px !important;
}
.ws-heading-span {
  color: #35749f;
}
.ws-flex-50 {
  width: calc(50% - 15px);
}
.ws-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.ws-subheading {
  font-family: "Poppins" !important;
  font-weight: 500 !important;
  font-size: 22px !important;
  color: #000000;
  padding-bottom: 0px !important;
  margin-top: 30px;
}
.ws-flex p {
  line-height: 28px;
  color: #343434;
}
.ws-hr {
  border-top: 1px solid #cccccc;
  margin-top: 60px;
  margin-bottom: 60px;
}

/* Cart */
.tt-shopcart-table-02 .tt-product-img.ws-img img {
  max-width: 140px;
  margin-right: 80px;
}
.tt-shopcart-table-02 .tt-product-img.ws-img {
  text-align: center;
}
.tt-shopcart-table-02 .tt-title.ws-cart-title p {
  margin-top: 5px;
}
.tt-shopcart-table-02 .tt-price {
  color: #000;
  font-size: 18px;
}
.tt-input-counter.style-01 input {
  font-weight: 700;
}
.tt-shopcart-table-02 .tt-shopcart-btn {
  margin-top: 50px;
}
.tt-shopcart-col.ws-cart-box .form-control {
  height: auto;
}
.tt-shopcart-col.ws-cart-box .tt-shopcart-box.ws-col {
  padding: 45px 30px 30px;
  height: 100%;
  border: 1px solid #707070;
}
.tt-shopcart-box.ws-col .tt-title,
.ws-col .tt-shopcart-table01 tfoot tr th,
.ws-col .tt-shopcart-table01 tfoot tr td {
  font-size: 22px;
  font-weight: 600;
}
.ws-col .form-default .form-group label {
  color: #070707;
  font-weight: 700;
}
.ws-col .btn.btn-border {
  height: 50px;
  font-weight: 700;
  background-color: #35749f;
  color: #ffffff;
}
.ws-col .btn.btn-border:hover {
  background-color: #343434;
  border-color: #343434;
}
.tt-input-counter.style-01 span {
  color: #cccccc;
}
.ws-cart-box .row {
  gap: 40px;
}
.tt-cart-product-details {
  padding-right: 80px !important;
  font-size: 14px;
}

/* Homepage */
/* SLider */
.tt-services-block .tt-col-description p {
  font-size: 16px;
  line-height: 28px;
}
.container-indent.cap-small .tt-block-title h2.tt-title {
  font-weight: 700;
}
.container-indent.cap-small .tt-block-title .tt-description,
.tt-block-title .tt-description {
  font-weight: 400;
}
.tt-services-block .tt-col-description .tt-title {
  font-weight: 500;
}
.tt-blog-thumb .tt-img img {
  object-fit: cover;
  object-position: center;
  max-height: 250px;
  width: 100%;
}
.container-indent.news-blog:after {
  height: 50%;
}
.tt-blog-thumb .tt-title-description .tt-title {
  font-weight: 600;
  text-transform: none !important;
}
.tt-blog-thumb .tt-title-description .tt-meta {
  font-size: 14px;
}
.testimonials162203332231938413 .testimonials-bg-pad {
  padding-top: 0px !important;
}
.container-indent.nomargin {
  margin: 10px 0 0 0 !important;
}
.tt-blog-thumb {
  margin-top: 70px;
}
.tt-promo-box .tt-description .tt-title-large {
  line-height: 28px !important;
}
.view-range-btn {
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 700;
}
.icon-e-31:before {
  font-size: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 5px;
}
.view-range-arrow {
  min-width: 5px;
  height: 1px;
  line-height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  background-color: #ffffff;
  margin-right: -8px;
  margin-left: 10px;
  transition: all linear 0.3s;
  font-size: 14px;
}
.btn-view-range:hover .view-range-arrow {
  min-width: 20px;
}
.btn-view-range {
  font-weight: 700;
  color: #ffffff;
  line-height: 28px;
  font-size: 14px;
  text-transform: uppercase;
}
.btn-view-range:hover {
  color: #fff;
}
#shopify-section-1623761017390ad7c1 .tt-services-listing:not(.tt-layout-02) {
  margin-top: 0px;
}
#shopify-section-16244464252fd41f26 .container-indent {
  margin: 0px !important;
  padding-bottom: 70px;
  background-color: rgb(53 116 159 / 10%);
}
#shopify-section-1623761017390ad7c1
  .tt-services-listing:not(.tt-layout-02)
  .tt-services-block {
  margin-top: 0px;
}
#shopify-section-162203317069e2f51b .container-indent {
  margin-top: 40px !important;
}
#shopify-section-1521705207815 .container-indent {
  margin-bottom: 130px !important;
}
.simplebanners1521705207815 .tt-promo-box .tt-description {
  background-image: linear-gradient(#ffffff00, #000000e0);
}
.simplebanners1521705207815 .tt-promo-box .tt-description:hover {
  background-image: linear-gradient(#ffffff00, #35749f);
}
.v-tabs-img-box-text p {
  font-weight: 700;
  text-align: left;
  line-height: 28px;
  font-size: 20px;
}
.v-tabs-img-box-text ul a {
  font-weight: 400;
  line-height: 38px;
  font-size: 16px;
  font-family: "DM Sans";
}
.tt-product .tt-description {
  text-align: left;
}
.tt-product .tt-description .tt-title {
  font-size: 16px;
  line-height: 26px;
  margin: 10px 0px 20px;
}
.tt-product .tt-image-box .tt-label-location [class^="tt-label-"],
.tt-product .tt-description .tt-add-info li {
  font-size: 14px;
  line-height: 26px;
}
.tt-product .tt-description .tt-price {
  font-size: 18px;
  font-family: "Poppins" !important;
  line-height: 26px;
}
.tt-product .tt-description .tt-btn-addtocart {
  display: block;
  width: 100%;
  padding: 10px 16px 14px !important;
  font-weight: 700;
}
#shopify-section-1530224149715 {
  margin-bottom: -120px;
}
.col-sm-12.promoitem1521704975308 .tt-promo-box img {
  height: 240px;
  object-fit: cover;
}
.col-sm-12.promoitem1521704975308 .tt-promo-box {
  height: auto;
}
.tt-promo-box > img {
  min-height: 230px;
}
#shopify-section-1521704967763 .tt-promo-box > img {
  max-height: 230px;
}
#shopify-section-1521705207815 .tt-promo-box .tt-description .tt-title-small {
  font-size: 25px !important;
}
header .tt-parent-box .head-contact:hover {
  background-color: #35749f;
  color: #fff;
}
.tt-product .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover {
  background-color: #343434;
}
header .tt-dropdown-obj .tt-dropdown-toggle span.tt-badge-cart {
  padding: 0px;
}
@media screen and (min-width: 791px) {
  #shopify-section-1521704967763 .col-md-6 img.lazyload.promoimagemain {
    min-height: 480px;
  }
}

/* collection page */
.usf-facet .usf-clear-all,
.usf-refineby {
  display: none;
}
.usf-facet .usf-title .usf-label,
.usf-refineby .usf-title .usf-label {
  font-size: 20px !important;
  font-family: "Poppins";
  margin-left: 0px !important;
}
.usf-facet .usf-title:before {
  content: "-" !important;
  right: 0;
  margin-top: -6px !important;
  padding: 0px !important;
  transform: translateY(-50%) rotate(0deg) !important;
  border-width: 0px !important;
}
.usf-facet.usf-collapsed .usf-title::before {
  content: "+" !important;
}
.usf-sr-summary {
  font-size: 25px !important;
  font-family: "Poppins";
  font-weight: 700;
}
.usf-facet .usf-title,
.usf-refineby .usf-title {
  padding-top: 0px !important;
}
.usf-container {
  margin-top: 20px;
}
.usf-facet {
  margin-bottom: 30px !important;
}
.usf-relative {
  margin-bottom: 20px !important;
  color: #343434 !important;
}
.usf-value {
  opacity: 1 !important;
}
.usf-facet-values--List .usf-facet-value.usf-selected {
  color: #35749f !important;
  font-weight: 400 !important;
}
.usf-facet-values--List .usf-facet-value .usf-checkbox {
  display: none;
}
.usf-sr-more .usf-load-more {
  border: 0px !important;
  font-size: 14px !important;
  font-family: "Poppins";
  font-weight: 700 !important;
  border-radius: 10px !important;
  color: #fff !important;
  background-color: #35749f !important;
  max-width: 200px !important;
}
.usf-sr-more .usf-load-more:hover {
  background-color: #343434 !important;
}
body:not(.usf-mobile) .usf-sr-container {
  padding-left: 15px !important;
  border-left: 1px solid #e6e6e6;
  margin-left: 15px;
  width: calc(80% - 15px) !important;
}

/* Product page */
.tt-product-single-info .tt-wrapper .stock-top {
  display: none;
}
.tt-product-single-info .tt-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 43px;
}
.tt-product-single-info .tt-price .new-price,
.tt-product-single-info .tt-price .sale-price {
  font-size: 25px;
  line-height: 38px;
  color: #ff0000;
  margin-top: 15px;
}
.tt-product-single-info .tt-price .old-price {
  font-size: 25px;
  line-height: 38px;
  color: #9a9a9a;
}
.tt-product-policies,
.timer-center {
  display: none;
}
.tt-product-single-info .tt-wrapper {
  margin-top: 15px;
}
.tt-title-options,
.estimate-shipping-label {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-family: "DM Sans" !important;
  font-weight: 700;
}
ul.tt-options-swatch li a:not(.options-color) {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 700;
}
.tt-product-single-info .tt-row-custom-01 .btn.btn-lg {
  font-weight: 700;
}
.tt-product-single-info .shopify-payment-button__button {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.checkbox-group label {
  font-size: 16px;
}
#shopify-section-product-template
  :not(.product-page-gallery)   
  .slick-slider:not(.advertise-slider-container)
  .slick-track {
    display: flex !important;
    width: 100% !important;  
  }

/* #shopify-section-product-template #advertise-slider .slick-slider .slick-track {
  display: block !important;
  width: auto !important;
} */
#shopify-section-product-template .product-images-carousel ul li {
  flex: 0 0 25%;
}
.at-style-responsive .at-share-btn {
  padding: 13px !important;
}
.wrapper-social-icon-product-page {
  padding-left: 28px;
}
#shopify-section-product-icon-banner {
  margin-top: 20px;
  margin-bottom: 50px;
}
.prpage-tabs .tt-tabs-default li > a {
  font-size: 22px;
  padding: 15px 60px;
  background-color: #ffffff;
  color: #343434;
}
.prpage-tabs .tt-tabs-default li > a:hover,
.prpage-tabs .tt-tabs-default li > a.active {
  color: #ffffff;
  background-color: #436c94;
}
.prpage-tabs .tt-tabs-default li:first-child > a {
  border-radius: 10px 0 0 10px;
}
.prpage-tabs .tt-tabs-default li:last-child > a {
  border-radius: 0 10px 10px 0;
}
b,
strong {
  font-weight: 700;
  color: #343434;
}
.custom-text .tt-title-small {
  font-size: 35px;
  line-height: 53px;
  font-weight: bold;
  color: #343434;
}
.custom-text .tt-title-small span {
  color: #436c94;
}
.estimate-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.estimate-label input {
  width: 100%;
  height: 50px;
  margin-top: 15px;
  border: 1px solid #cccccc;
}
.estimate-button input {
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins";
  color: #ffffff;
  background-color: #35749f;
  border-radius: 7px;
  padding: 10px 60px;
  border: 0px;
}
.estimate-button input:hover {
  background-color: #343434;
}
#tt-pageContent
  .shopify-section
  > .container-indent1:not(.nomargin):not([class^="tt-offset"]) {
  margin-bottom: 60px;
}
.tt-product-single-img .mediaimageholder {
  border: 1px solid #cccccc;
}
.tt-row .stamped-badge-caption {
  display: none;
}
.tt-row .stamped-product-reviews-badge {
  margin-top: 10px;
}
span.tt-img {
  min-height: 240px;
  display: flex !important;
  align-items: center;
  max-height: 241px;
  height: auto !important;
}
span.tt-img img {
  width: 100% !important;
  object-fit: fill;
  height: 100% !important;
}
#shopify-section-custom-product-template .stickprcol-js {
  position: sticky !important;
  top: 30px !important;
}

/* Stamped review */
.fa-star,
.fa-star-checked,
.fa-star-half-o,
.fa-star-o,
.stamped-fa-star,
.stamped-fa-star-checked,
.stamped-fa-star-half-o,
.stamped-fa-star-o {
  color: #35749f !important;
}
.stamped-summary-text {
  font-size: 16px !important;
  font-family: "Poppins";
  font-weight: 700;
}
.stamped-header .stamped-review-option-title,
.stamped-reviews .stamped-review-options strong {
  font-size: 14px !important;
  font-family: "Poppins";
}
.stamped-summary-actions-newquestion,
.stamped-summary-actions-newreview {
  background-color: #35749f !important;
  color: #fff !important;
  font-family: "Poppins";
  font-size: 14px !important;
  text-transform: uppercase;
  padding: 10px 40px !important;
  border-radius: 7px !important;
}
.stamped-summary-actions-newquestion:hover,
.stamped-summary-actions-newreview:hover {
  background-color: #343434 !important;
  color: #fff !important;
}
.stamped-summary-actions-newquestion:before,
.stamped-summary-actions-newreview:before,
.stamped-summary-actions-mobile-filter i:before,
.stamped-summary-actions-clear:before {
  color: #ffffff !important;
}
.stamped-container ul.stamped-tabs li {
  font-size: 22px !important;
  font-weight: 700;
  font-family: "Poppins";
}
.stamped-review .author {
  margin-right: 7px;
  font-family: "DM Sans";
  font-size: 22px;
  color: #343434;
  font-weight: 700;
}
.stamped-review-header .review-location {
  font-size: 14px !important;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #343434 !important;
}
.stamped-review-header-title {
  font-size: 22px !important;
  font-family: "DM Sans";
  margin-bottom: 15px !important;
  font-weight: 400 !important;
}
p.stamped-review-content-body {
  line-height: 28px;
  font-family: "DM Sans";
  color: #343434;
}
.stamped-review-footer,
.stamped-review-header .created,
.stamped-review-header-byline .created {
  font-size: 14px !important;
  font-family: "DM Sans";
  color: #343434 !important;
}
.tt-product-single-info .stamped-badge {
  margin-top: 10px;
  font-family: "DM Sans";
  font-weight: 700;
  color: #35749f;
}

/* Contact Us */
.tt-contact-info .tt-title {
  font-size: 22px;
  color: #343434;
}
.pagepage\.contact .form-default input {
  height: 50px !important;
}
.contact-form .row input,
.contact-form .row textarea {
  border: 1px solid #cccccc !important;
  border-radius: 10px !important;
}
.contact-form .row input:focus,
.contact-form .row textarea:focus {
  border: 1px solid #35749f !important;
}
.tt-contact02-col-list div[class^="col"] {
  max-width: 280px;
}
.contact-row {
  justify-content: space-between;
}
.stamped-main-badge .stamped-badge[data-rating="0"],
.stamped-main-badge .stamped-badge[data-rating="0,0"],
.stamped-main-badge .stamped-badge[data-rating="0.0"] {
  display: none !important;
}
span.stamped-badge {
  display: none !important;
}
/* Other */
.pagepage\.Privacy.policy p {
  margin: 0px 0 16px 0px;
}
.pagepage\.Privacy.policy h3 {
  margin-bottom: 30px;
  margin-top: 15px;
}
.tt-login-form .tt-item .btn:not(.btn-top) {
  color: #35749f;
  font-weight: 700;
  padding: 5px 22px;
  margin-right: 0px;
  background-color: #ffffff;
}
.tt-login-form .tt-item .btn:not(.btn-top):hover {
  background-color: #35749f;
  font-weight: 700;
  padding: 5px 22px;
  color: #ffffff;
  border-color: #35749f;
}

/* Top subscibe and save */

/* Blog page */
body.pageblog {
  font-size: 14px;
}
.container-indent-article {
  margin-top: 30px;
}
.wrapper-social-icon.container-indent-article {
  margin-top: 48px !important;
  margin-bottom: 48px;
}
.tt-post-featured-img img {
  width: 100%;
  margin: 40px 0px;
}
.pagearticle .tt-post-single .tt-post-content p strong {
  font-family: "Poppins";
  font-size: 22px;
  line-height: 33px;
  color: #000000;
}
.article-comment-form {
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #ebf1f6;
}
.pagearticle .tt-title-border {
  font-size: 25px;
  line-height: 38px;
  font-weight: 700;
  color: #343434;
  padding: 0 0 30px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.pagearticle .form-default .form-group label {
  color: #343434;
  font-size: 16px;
  line-height: 28px;
  font-family: "DM Sans";
}
.article-comments.container-indent {
  margin-top: 80px !important;
}

/* Product Page 2 */
/* #infiniteoptions-container { counter-reset: section; } */
.hup-template-2-variant .tt-options-swatch.options-large li a.options-color {
  width: 100% !important;
  height: 150px !important;
}
.hup-template-2-variant .tt-options-swatch {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  border: 3px solid #fff;
}
.hup-options-set {
  counter-reset: section;
}
.productwith-option-selection .spb-label-tooltip::before {
  counter-increment: section;
  content: counter(section);
  height: 60px;
  min-width: 60px;
  display: inline-block;
  background-color: #35749f;
  color: #fff;
  font-family: "DM Sans";
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  border-radius: 14px;
  margin-right: 12px;
}
.product-description-container {
  margin-top: 100px;
  width: 100%;
}
.productwith-option-selection .spb-label-tooltip {
  display: flex;
  align-items: center;
  font-size: 35px !important;
  font-family: "Poppins" !important;
  font-weight: 700;
  color: #000000;
  margin-bottom: 40px !important;
  line-height: 50px;
}
.productwith-option-selection #infiniteoptions-container div {
  margin-bottom: 80px;
}
.spb-productoptionswatchwrapper {
  font-size: 0px;
  line-height: 0px;
  position: relative;
}
#infiniteoptions-container div span,
#infiniteoptions-container div span fieldset {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  border: 3px solid #ffffff;
}
#infiniteoptions-container div.required:not([role=group]) span {
  display: block;
}
.spb-productoptionswatch {
  width: 100% !important;
  height: 100% !important;
  min-height: 150px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px !important;
  box-shadow: 0px 0px 15px #e5e5e5;
  position: relative;
}
.spb-productoptionswatchwrapper
  input[type="radio"]:checked
  + .spb-productoptionswatch::after,
.spb-productoptionswatchwrapper
  input[type="checkbox"]:checked
  + .spb-productoptionswatch::after {
  content: url(/cdn/shop/files/check.png?v=1625827303);
  right: 5px;
  top: 5px;
  position: absolute;
}
.spb-productoptionswatchwrapper
  input[type="radio"]:checked
  + .spb-productoptionswatch,
.spb-productoptionswatchwrapper
  input[type="checkbox"]:checked
  + .spb-productoptionswatch {
  border: 3px solid #35749f !important;
  box-shadow: 0px 0px 15px #e5e5e5 !important;
}
.spb-productoptionswatchwrapper .details {
  cursor: pointer;
  transition: linear all 0.2s;
  margin-bottom: 0 !important;
  position: absolute;
  bottom: 3px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  left: 3px;
  width: calc(100% - 6px);
  background: #ffffff99;
  opacity: 0;
}
.spb-productoptionswatchwrapper:hover .details {
  opacity: 1;
}
.spb-productoptionswatchwrapper .details p {
  font-size: 16px;
  line-height: 24px;
  margin: 5px;
}
.spb-productoptionswatchwrapper .details h6 {
  padding-bottom: 0px !important;
  padding-left: 5px;
  padding-right: 5px;
}
.product-selection-area {
  padding-left: 10px;
  position: sticky;
  top: 30px;
}
.product-selection-area h2 {
  font-size: 30px !important;
  text-align: center;
  font-weight: 700 !important;
  color: #ffffff;
  background-color: #35749f;
  padding: 20px 0px;
  line-height: 43px;
  border-radius: 20px 20px 0 0;
}
.product-selection-area .selected-items {
  padding: 30px;
  background-color: #ebf1f6;
  border-radius: 0 0 20px 20px;
}
.product-selection-area .selected-items button {
  width: 100%;
  margin-top: 25px;
}
.selected-product-block img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 30px;
}
.selected-product-block h4 {
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #000000;
  line-height: 30px !important;
  padding-bottom: 15px !important;
}
.selected-product-block p,
.selected-product-block p strong {
  margin-top: 0px !important;
  color: #000000;
}
.selected-product-block span.remove {
  color: #ffffff;
  margin-left: 5px;
  font-family: "DM Sans";
  font-size: 14px;
  font-weight: 400;
  background: #35749f;
  border-radius: 10px;
  height: 17px;
  width: 17px;
  display: inline-block;
  line-height: 14px;
  padding-left: 5px;
  vertical-align: middle;
  margin-bottom: 5px;
  cursor: pointer;
}
.tt-title-product-2 {
  margin-top: 0px !important;
  display: inline-block;
  margin-bottom: 15px;
}
.custom-product-options.btn {
  padding: 3px 35px 4px;
  border-radius: 10px !important;
  margin-bottom: 15px;
}
.tt-title-blog-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tt-wrapper-product-2,
.tt-wrapper-product-2 a,
.tt-wrapper-product-2 :not('.badge') span {
  color: #000000 !important;
  font-size: 14px;
}
.tt-product-off {
  font-weight: 700;
  color: #000000;
  display: inline-block;
  background-color: #ebf1f6;
  padding: 3px 15px;
  margin-bottom: 15px;
}
.tt-product-single-info .tt-price.tt-product-2-price .new-price,
.tt-product-single-info .tt-price.tt-product-2-price .sale-price {
  font-size: 20px;
  line-height: 38px;
  color: #000000;
  margin-top: 0px;
}
.tt-guarantee {
  margin: 15px 0px;
}
.tt-guarantee img {
  margin-right: 10px;
}
.tt-guarantee a {
  color: #000000;
  font-weight: 700;
}
.product-2-description ul {
  padding-left: 18px;
  color: #000000;
  font-size: 16px;
}
.product-2-description-tabs {
  overflow: hidden;
  margin-top: 30px;
}
.product-2-description-input-hidden {
  display: none;
}
.product-2-description-tab {
  width: 100%;
  color: #333333;
  overflow: hidden;
  font-size: 18px;
}
.product-2-description-tab-label {
  font-size: 20px;
  color: #000000;
  display: flex !important;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer !important;
  position: relative;
  border-bottom: 1px solid #d4d4d4;
}
.product-2-description-tab-label::after {
  content: ">";
  transition: all 0.35s;
  position: absolute;
  height: 100%;
  text-align: center;
  transition: all 0.35s;
  top: 0;
  align-content: center;
  right: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  transform: rotate(90deg);
}
.product-2-description-tab-content {
  max-height: 0;
  padding: 0;
  font-size: 16px;
  color: #000000;
  transition: all 0.35s;
}
input:checked + .product-2-description-tab-label {
  color: #fff;
  border-color: #fff;
  background: #808080;
}
input:checked + .product-2-description-tab-label::after {
  content: "<";
  color: #fff;
}
input:checked ~ .product-2-description-tab-content {
  max-height: unset;
  padding: 15px 0px;
}
.product-2-description-tab-content p {
  margin-top: 0px;
}
body.page.productsample-box.loaded
  #infiniteoptions-container
  > .main_div.allow_multiple:not(.required)
  > span {
  display: block;
}

/* Responsive CSS */
@media screen and (max-width: 1024px) {
  #shopify-section-1521705207815 .row {
    display: block;
  }
  #shopify-section-1521705207815 .col-sm-6 {
    max-width: 100%;
  }
  .simple-banners:after {
    height: 68%;
  }
  .productwith-option-selection .spb-label-tooltip {
    font-size: 28px !important;
    line-height: 34px;
  }
  .product-selection-area h2 {
    font-size: 24px !important;
  }
  .product-selection-area .selected-items {
    padding: 15px;
  }
  .spb-productoptionswatch {
    min-height: 100px;
    background-repeat: no-repeat;
  }
  .hup-template-2-variant .tt-options-swatch.options-large li a.options-color {
    height: 100px !important;
  }
  .tt-shopcart-table-02 .tt-product-img.ws-img img {
    margin-right: 50px;
  }
  .tt-cart-product-details {
    padding-right: 50px !important;
  }
  .spb-productoptionswatchwrapper .details p {
    font-size: 13px;
    line-height: 18px;
  }
  .hup-template-2-variant ul.tt-options-swatch li.active .options-color:before {
    opacity: 1;
  }
  .hup-template-2-variant ul.tt-options-swatch li .options-color:before {
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (max-width: 1023px) {
  #infiniteoptions-container div span,
  #infiniteoptions-container div span fieldset,
  .hup-template-2-variant .tt-options-swatch {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 790px) {
  #shopify-section-product-template .col-2 {
    flex: 0 0 100%;
  }
  #shopify-section-product-template
    :not(.product-page-gallery)
    .slick-slider
    .slick-slide {
    width: 100% !important;
  }
}
@media screen and (min-width: 575.99px) and ((max-width: 991.99px)) {
  .tt-product-single-info .tt-title {
    font-size: 28px;
    line-height: 32px;
  }
  .product-selection-area h2 {
    font-size: 22px !important;
  }
  .selected-product-block h4 {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .productwith-option-selection .spb-label-tooltip {
    font-size: 24px !important;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .ws-flex-50 {
    width: 100%;
  }
  .tt-shopcart-table-02 .tt-product-img.ws-img img {
    max-width: 100px;
    margin-right: 20px;
  }
  #shopify-section-1623761017390ad7c1
    .tt-services-listing:not(.tt-layout-02)
    .tt-services-block {
    margin-top: 30px;
  }
  #shopify-section-1530224149715 {
    margin-bottom: -35px;
    min-height: 250px;
  }
  .prpage-tabs .tt-tabs-default li > a {
    font-size: 18px !important;
  }
  .product-selection-area .selected-items {
    padding: 10px;
  }
  .product-selection-area {
    padding-left: 0px;
  }
  .product-description-container .col-8,
  .product-description-container .col-4 {
    max-width: 100%;
    flex: unset;
  }
  /* #infiniteoptions-container div span, #infiniteoptions-container div span fieldset { grid-template-columns: repeat(3,1fr); gap: 20px; } */
  .tt-cart-product-details {
    padding-right: 20px !important;
  }
  .tt-product-single-info .tt-title {
    font-size: 26px;
    line-height: 36px;
  }
  .spb-productoptionswatchwrapper .details p {
    font-size: 10px;
    line-height: 13px;
  }
  .hup-template-2-variant ul.tt-options-swatch li .options-color:before {
    font-size: 10px;
    line-height: 13px;
  }
  .hup-template-2-variant ul.tt-options-swatch li.active .options-color:before {
    font-size: 10px !important;
    line-height: 13px !important;
  }
}

@media screen and (max-width: 575px) {
  #shopify-section-1521704967763 .col-sm-12.col-md-6 .col-sm-6,
  #shopify-section-1521704967763 .col-sm-12.col-md-6 .col-sm-12 {
    padding: 0px !important;
  }
  .selected-product-block span.remove {
    line-height: 15px;
  }
  .custom-product-options.btn {
    padding: 3px 20px 4px;
    border-radius: 10px !important;
    margin-bottom: 15px;
    height: 40px;
    margin-bottom: 10px;
  }
  .tt-product-single-info .tt-price {
    line-height: 30px;
  }
  .tt-guarantee img {
    margin-right: 5px;
    max-width: 50px;
  }
  .tt-guarantee a {
    font-size: 14px;
  }
  .productwith-option-selection .spb-label-tooltip {
    font-size: 18px !important;
    line-height: 21px;
    margin-bottom: 24px !important;
  }
  .productwith-option-selection .spb-label-tooltip::before {
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    border-radius: 4px;
    margin-right: 5px;
  }
  #infiniteoptions-container div span,
  #infiniteoptions-container div span fieldset {
    gap: 5px;
  }
  .spb-productoptionswatch {
    min-height: 70px;
  }
  .hup-template-2-variant .tt-options-swatch.options-large li a.options-color {
    height: 70px !important;
  }
  .productwith-option-selection #infiniteoptions-container div {
    margin-bottom: 30px;
  }
  .product-description-container {
    margin-top: 40px;
  }
  .product-selection-area h2 {
    font-size: 18px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .selected-product-block h4 {
    font-size: 16px !important;
    line-height: 20px !important;
    padding-bottom: 10px !important;
  }
  .selected-product-block p,
  .selected-product-block p strong {
    font-size: 14px;
  }
  .selected-product-block img {
    width: auto;
    border-radius: 12px;
    margin-bottom: 20px;
    max-height: 180px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .product-benefits > p {
    font-size: 14px;
    line-height: 24px;
  }
  .product-selection-area .selected-items button {
    margin-top: 15px;
    height: 44px;
  }
}
@media screen and (max-width: 479px) {
  #shopify-section-162202813879629441 .row,
  #shopify-section-16220289048576ea09 .row {
    display: block;
  }
  #shopify-section-162202813879629441 .col-6,
  #shopify-section-16220289048576ea09 .col-6 {
    max-width: 100%;
  }
}
@media screen and (max-width: 440px) {
  #shopify-section-1521704967763 .col-md-6 .tt-promo-box {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*  custom css */
.timer_slider {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.timer_slider li {
  margin-top: 15px;
  display: inline-block;
}
.timer_slider h6,
.tp-banner h2 {
  color: #fff;
}

body.pageindex.loaded div#trustpilot-widget-trustbox-2-wrapper,
body.pageproduct.loaded div#trustpilot-widget-trustbox-2-wrapper {
  display: none;
}
div#trustpilot-widget-trustbox-0-wrapper {
  display: none;
}
/* body.pageproduct\.with-option-selection.loaded div#trustpilot-widget-trustbox-4-wrapper{display:none} */
body.pageproduct\.with-option-selection.loaded
  div#trustpilot-widget-trustbox-2-wrapper {
  display: none;
}
body.pageproduct\.with-option-selection.loaded
  div#trustpilot-widget-trustbox-1-wrapper {
  display: none;
}
body.pageproduct\.with-option-selection.loaded
  div#trustpilot-widget-trustbox-0-wrapper {
  display: none;
}

.tp-widget-wrapper {
  text-align: left;
}
.hup-template-2-variant {
  margin-bottom: 80px;
}
.productwith-dropdown-selection .hup-template-2-variant {
  margin-bottom: 0;
}

.hup-template-2-variant ul.tt-options-swatch li .options-color:before {
  border: 0 solid #fff !important;
}
.hup-template-2-variant ul.tt-options-swatch li .options-color:after {
  border: 0 solid #35749f !important;
}
.hup-template-2-variant ul.tt-options-swatch li a {
  border: 3px solid #ffffff !important;
  box-shadow: 0 0 15px #e5e5e5 !important;
}
.hup-template-2-variant ul.tt-options-swatch li.active a {
  border: 3px solid #35749f !important;
}
.hup-template-2-variant ul.tt-options-swatch li.active .options-color:after {
  content: url(/cdn/shop/files/check.png?v=1625827303);
  right: 5px;
  top: 5px;
  position: absolute;
  left: unset;
  width: auto;
  height: auto;
}

.hup-template-2-variant .tt-options-swatch li {
  position: relative;
}
.hup-template-2-variant .tt-options-swatch li:hover .options-color:before {
  opacity: 1;
}
.hup-template-2-variant ul.tt-options-swatch li .options-color:before {
  content: attr(data-tip) " ";
  font-size: 16px;
  line-height: 24px;
  margin: 0px;
  padding: 5px;
  color: #000000;
  background: #ffffff99;
  position: absolute;
  top: unset;
  bottom: 0;
  text-align: left;
  width: 100%;
  opacity: 0;
  height: auto;
  border-radius: 0px;
  color: rgb(52, 52, 52);
}

.tt-swatches-container.hup-template-2-variant {
  display: none;
}
#options-set .tt-swatches-container.hup-template-2-variant {
  display: block;
}
/*productwith-dropdown-selection three col structure*/
.productwith-dropdown-selection.page
  .tt_row-product-sticky-info
  .main_div.change_selected_image {
  position: relative;
}
/* Comment added due to issue in design */
/* .productwith-dropdown-selection.page
  .tt_row-product-sticky-info
  .main_div.change_selected_image
  .spb-label-tooltip {
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 10px;
} */
/* .productwith-dropdown-selection.page
  .tt_row-product-sticky-info
  .main_div.change_selected_image
  .spb-label-tooltip
  label {
  font-size: 0.8125rem;
  line-height: 1;
} */
/* .productwith-dropdown-selection.page .main_div.change_selected_image > span {
  display: block !important;
  border: none !important;
  gap: 0;
  line-height: 1;
  text-align: left;
} */
.productwith-dropdown-selection.page
  .tt_row-product-sticky-info
  .main_div.change_selected_image
  .spb-label-tooltip:has(+ span div.spb-select) {
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 10px;
}
.productwith-dropdown-selection.page
  .tt_row-product-sticky-info
  .main_div.change_selected_image
  .spb-label-tooltip:has(+ span div.spb-select)
  label {
  font-size: 0.8125rem;
  line-height: 1;
}
.productwith-dropdown-selection.page
  .main_div.change_selected_image
  > span
  select {
  padding: 25px 25px 10px 10px;
  line-height: 1.25;
  font-size: 0.95rem;
  text-indent: 0;
  margin: 0;
  text-align: left;
  width: 100%;
  position: relative;
  cursor: pointer;
  border: 1px solid #b3c1cc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: static;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.78715 6.78606C6.11585 7.11477 6.64879 7.11477 6.97749 6.78606L12.0277 1.73586C12.3564 1.40716 12.3564 0.87422 12.0277 0.545516C11.699 0.216812 11.1661 0.216812 10.8374 0.545517L6.38232 5.00055L1.92729 0.545518C1.59858 0.216813 1.06565 0.216814 0.736945 0.545518C0.408241 0.874223 0.408241 1.40716 0.736945 1.73586L5.78715 6.78606Z' fill='%230D0D0D'/%3E%3C/svg%3E");
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.productwith-dropdown-selection.page
  .tt_row-product-sticky-info
  .description-right-part
  #infiniteoptions-container
  div
  > span {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  border: none;
}
/* Added to resolve display error for dropdown selection */
.productwith-dropdown-selection.page
  .tt_row-product-sticky-info
  .description-right-part
  #infiniteoptions-container
  div > span:has(div.spb-select) {
    grid-template-columns: auto;
  } 
/* end */
.productwith-dropdown-selection.page
  .tt_row-product-sticky-info
  .description-right-part
  #infiniteoptions-container
  div
  span
  span {
  display: block;
  margin: 0;
}
.productwith-dropdown-selection.page
  .tt_row-product-sticky-info
  .description-right-part
  #infiniteoptions-container
  > .main_div {
  margin-bottom: 20px;
}
.productwith-dropdown-selection.page
  .tt_row-product-sticky-info
  .description-right-part
  #infiniteoptions-container
  > .main_div
  > .spb-label-tooltip {
  margin-bottom: 5px;
}

.productwith-dropdown-selection.page
  .tt_row-product-sticky-info
  .description-right-part
  > .btn.btn-lg.btn-addtocart {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .productwith-dropdown-selection.page .tt_row-product-sticky-info {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .productwith-dropdown-selection.page
    .tt_row-product-sticky-info
    .tt-product-single-info {
    width: 55%;
    padding-left: 0;
    margin-left: 2%;
  }
  .productwith-dropdown-selection.page
    .tt_row-product-sticky-info
    .description-right-part {
    width: 40%;
    margin-left: 3%;
  }
  .productwith-dropdown-selection.page
    .tt_row-product-sticky-info
    .description-right-part
    .spb-productoptionswatch {
    min-height: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .productwith-dropdown-selection.page
    .tt_row-product-sticky-info
    .tt-product-single-info {
    margin-bottom: 20px;
  }
  .productwith-dropdown-selection.page
    .tt_row-product-sticky-info
    .description-right-part
    #infiniteoptions-container
    > .main_div {
    margin-bottom: 15px;
  }
}
/*End productwith-dropdown-selection three col structure*/

/* Reviews custom setup */
.tt-product .tt-rating {
  text-align: initial !important;
}
.tt-rating span.spr-badge[data-rating="0.0"],
.hup-popular-product .tt-description .spr-badge[data-rating="0.0"],
.ga-products .ga-product .spr-badge[data-rating="0.0"] {
  display: none;
}
.tt-product .tt-rating .spr-badge-caption .product-page-count,
.hup-popular-product .spr-badge-caption .product-page-count,
.ga-products .ga-product .spr-badge .spr-badge-caption .product-page-count {
  display: none;
}
.tt-product-single-info .spr-badge .spr-badge-caption .reviews-count-col-page {
  display: none;
}
/*swatches dropdown design*/
.productwith-dropdown-selection .tt-swatches-container.hup-template-2-variant {
  margin-bottom: 20px;
}
.productwith-dropdown-selection
  .tt-swatches-container.hup-template-2-variant
  .tt-title-options {
  padding: 10px 25px 31px 10px;
  margin: 0;
  text-align: left;
  width: 100%;
  position: relative;
  cursor: pointer;
  border: 1px solid #b3c1cc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.78715 6.78606C6.11585 7.11477 6.64879 7.11477 6.97749 6.78606L12.0277 1.73586C12.3564 1.40716 12.3564 0.87422 12.0277 0.545516C11.699 0.216812 11.1661 0.216812 10.8374 0.545517L6.38232 5.00055L1.92729 0.545518C1.59858 0.216813 1.06565 0.216814 0.736945 0.545518C0.408241 0.874223 0.408241 1.40716 0.736945 1.73586L5.78715 6.78606Z' fill='%230D0D0D'/%3E%3C/svg%3E");
  background-size: 13px 8px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: normal;
  color: #343434;
}
.productwith-dropdown-selection
  .tt-swatches-container.hup-template-2-variant
  .tt-title-options
  .current_option_name {
  color: #343434;
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 0.95rem;
}
.productwith-dropdown-selection
  .tt-swatches-container.hup-template-2-variant
  .tt-wrapper {
  position: relative;
}
.productwith-dropdown-selection .hup-template-2-variant .tt-options-swatch {
  gap: 0;
  border: none;
  display: none;
  border: 1px solid #b3c1cc;
  margin: -1px 0 0 0;
  border-radius: 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 100%;
}
.productwith-dropdown-selection
  .hup-template-2-variant
  .tt-options-swatch.show {
  display: block;
}
.productwith-dropdown-selection .hup-template-2-variant .tt-options-swatch a {
  box-shadow: none !important;
  padding: 5px 10px !important;
  min-height: auto;
  font-weight: normal;
  border: none !important;
  text-align: left !important;
  border-radius: 0 !important;
  justify-content: flex-start;
  color: #000 !important;
  background-color: rgba(0, 0, 0, 0);
}
.productwith-dropdown-selection .hup-template-2-variant .tt-options-swatch li {
  margin: 0;
}
.productwith-dropdown-selection
  .hup-template-2-variant
  ul.tt-options-swatch
  li:hover
  a {
  color: #fff !important;
}
.productwith-dropdown-selection
  .hup-template-2-variant
  ul.tt-options-swatch
  li.active
  a {
  background-color: rgba(0, 0, 0, 0);
}
.productwith-dropdown-selection
  .hup-template-2-variant
  ul.tt-options-swatch
  li.active
  a {
  border: none !important;
}
.productwith-dropdown-selection .tt-swatches-container.hup-template-2-variant {
  display: block;
}

.productwith-dropdown-selection .main_div.checkbox {
  border: 1px solid #b3c1cc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  font-size: 0.8125rem;
  line-height: 1;
  font-weight: normal;
  color: #343434;
  padding: 10px;
}
.productwith-dropdown-selection .main_div.checkbox span,
.productwith-dropdown-selection .main_div.checkbox span > fieldset {
  display: block !important;
}
.productwith-dropdown-selection .main_div.checkbox span > fieldset label {
  display: block;
  font-size: 16px;
  padding: 5px 0;
  cursor: pointer;
  min-height: 26px;
}
.productwith-dropdown-selection
  .main_div.checkbox
  span
  > fieldset
  label
  > input[type="checkbox"] {
  margin-right: 5px;
}
.productwith-dropdown-selection .main_div.checkbox span > fieldset {
  border: none !important;
}
.productwith-dropdown-selection .main_div.checkbox span > fieldset {
  border: none !important;
  max-height: 52px;
  overflow: hidden;
}
.productwith-dropdown-selection .main_div.checkbox.expand span > fieldset {
  max-height: 100%;
}
.productwith-dropdown-selection .main_div.checkbox .show_more,
.productwith-dropdown-selection .main_div.checkbox .show_less {
  margin: 0;
  text-align: right;
  color: #35749f;
  padding-top: 10px;
  cursor: pointer;
}
/*End swatches dropdown design*/

.collection .tt-breadcrumb,
.search .boost-sd__search-form-wrapper,
.boost-sd__search-result-toolbar-container,
.boost-sd__view-as-text {
  display: none !important;
}

/*Firstpage */

@media (min-width: 750px) {
  .phone-number-hidden:not(.shogun-contact-number):not(.search-page-contact) {
    max-width: 60px !important;
    white-space: nowrap !important;
    width: 60px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }

  .phone-number-revealed:not(.search-page-contact) {
    display: initial !important;
  }
}

.tt-contact-info a {
  margin: auto;
}

#firstpage-content-about {
  max-width: 900px;
  /* margin: auto; */
  display: flex;
  flex-flow: column;
  /*margin-bottom: 10vh;*/
}

#firstpage-content-about .firstpage-content {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: auto;
}

#firstpage-content-about .firstpage-content summary {
  transition: background 0.75s ease;
  width: 100%;
  text-align: center;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-top: 1px solid #d3d3d3;
}

#firstpage-content-about .firstpage-content h3 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 0;
  padding: 15px;
  text-shadow: none;
}

#firstpage-content-about .firstpage-content details p {
  padding: 0 25px 15px 25px;
  text-align: left;
  font-size: 15px;
  margin: 0;
  text-shadow: none;
}

#firstpage-content-about .firstpage-content summary::after {
  font-weight: 900;
  content: "∨";
  display: inline-block;
  padding-right: 15px;
  font-size: 18px;
}

#firstpage-content-about .firstpage-content details[open] summary::after {
  content: "∧";
  font-weight: lighter;
  display: inline-block;
  padding-right: 15px;
  font-size: 18px;
}

#firstpage-content-about .firstpage-content details[open] summary:hover {
  background: none;
}

#firstpage-content-about .firstpage-content summary:hover {
  background: #d3d3d3;
}

#firstpage-content-about
  .firstpage-content
  details
  summary::-webkit-details-marker {
  display: none;
}

/* CHECKBOX CONTAINER STYLES
	–––––––––––––––––––––––––––––––––––––––––––––––––– */

#firstpage-content-about [type="checkbox"] {
  position: absolute;
  left: -9999px;
}

#firstpage-content-about label {
  background: transparent;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 10px;
  cursor: pointer;
  transition: top 0.45s cubic-bezier(0.44, 0.99, 0.48, 1);
  position: relative;
  margin: 0;
}

/*
	 * use the rule below for testing purposes
	 * label:hover {
	 *    background: yellow;
	 *  }
	 */

#firstpage-content-about label:before,
#firstpage-content-about label:after {
  position: absolute;
}

#firstpage-content-about label:before {
  font-weight: 800;
  font-size: 16px;
  content: "Read More";
}

/* 
		label:after {
			content: '⇣●';
			right: 10px;
			-webkit-animation: sudo .85s linear infinite alternate;
			animation: sudo .85s linear infinite alternate;
		} */

@keyframes sudo {
  from {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  to {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

#firstpage-content-about input[type="checkbox"] ~ div {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.45s cubic-bezier(0.44, 0.99, 0.48, 1);
}

/* CHECKED STATE STYLES
	–––––––––––––––––––––––––––––––––––––––––––––––––– */

#firstpage-content-about [type="checkbox"]:checked ~ div {
  /**
	   * the value of the `max-height` property specifies the transition speed
	   * set a very big value (e.g. 9999px) to see the difference
	   */

  max-height: 9999px;
}

#firstpage-content-about [type="checkbox"]:checked + label {
  top: 100%;
}

#firstpage-content-about [type="checkbox"]:checked + label:before {
  content: "Read Less";
}

#firstpage-content-about div .fpau-about h2,
h3 {
  text-align: left;
}

.tt-shopcart-table-02 .tt-btn-close:before {
  content: "\e9b3";
  background-color: #e9e7e7;
  color: #000;
  border-radius: 50px;
  display: inline-flex;
  font-size: 16px;
  width: 20px;
  height: 20px;
  align-items: center;
  justify-content: center;
}
.tt-shopcart-table-02 .tt-btn-close:hover:before {
  color: #fff;
  background-color: #35749f;
}
.tt-shopcart-col.ws-cart-box .tt-shopcart-box.ws-col {
  padding: 0;
  margin: 0;
  border: 0;
}
.tt-shopcart-table01 tfoot tr th {
  padding-top: 0;
  padding-bottom: 10px;
}
.tsc-text {
  margin-bottom: 10px;
}
.tt-shopcart-box ul {
  justify-content: center;
}
.ws-cart-new-continue {
  text-align: center;
  margin: 20px 0 0;
}
.ws-cart-new-continue a {
  width: auto !important;
}
.ws-cart-new-shipping-calc {
  text-align: center;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
.ws-cart-new-shipping-calc a {
  color: #343434;
}
.table-wrapper td p,
table td p {
  margin: 0;
}
.shipping-form-offset {
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  border: 1px solid #e9e7e7;
  justify-content: space-between;
  align-items: flex-end;
}
.shipping-form-offset.form-default .form-group {
  width: 24%;
  margin: 0;
}
.shipping-form-offset.form-default .form-group input,
.shipping-form-offset.form-default .form-group select {
  height: 50px;
  border: 1px solid #e9e7e7 !important;
}
.shipping-form-offset .get-rates {
  width: 24%;
}
#wrapper-response {
  text-align: center;
}
#wrapper-response ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.cart-shipping-container {
  display: none;
}
.cart-shipping-container.active,
.ws-cart-new-shipping-calc.active .hsc {
  display: block;
}
.ws-cart-new-shipping-calc .hsc,
.ws-cart-new-shipping-calc.active .osc {
  display: none;
}
.new-cart-title-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  justify-content: space-between;
}
.cart-title-and-title {
  display: flex;
  align-items: center;
  max-width: calc(100% - 170px);
  width: 100%;
  justify-content: space-between;
}
.cart-title-and-title h1 {
  margin: 0 !important;
  text-align: left !important;
}
.top-new-subtotal {
  width: auto;
}
.top-new-subtotal #grandtotal {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.top-new-subtotal th {
  padding: 0 !important;
}
.top-new-subtotal.tt-shopcart-table01 tfoot tr td {
  font-size: 22px;
}
.cart-quantity-label {
  font-size: 14px;
  color: #ccc;
}
.label-qty {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 5px;
}

@media (max-width: 791px) {
  #shopify-section-product-icon-banner {
    display: none;
  }
  .productwith-dropdown-selection .product-shipping .form-group .col-md-6 {
    padding: 10px 0 0 !important;
  }
  .product.page
    #shopify-section-product-template
    .shipping-calc
    .product-shipping {
    margin-top: 0;
  }
  .product.page .tt-product-single-info .tt-row-custom-01 > .col-item {
    padding-bottom: 10px !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .shipping-form-offset.form-default .form-group {
    width: 100%;
    margin: 5px 0;
  }
  .shipping-form-offset .get-rates {
    width: 100%;
    margin-top: 5px;
  }
  .cart-title-and-title h1 {
    font-size: 24px !important;
  }
  .cart-title-and-title {
    flex-direction: column;
    align-items: flex-start;
    max-width: calc(100% - 150px);
  }
  .top-new-subtotal #grandtotal {
    text-align: left;
  }
  .new-cart-title-container {
    gap: 0;
  }
  .top-new-subtotal.tt-shopcart-table01 tfoot tr th {
    font-size: 16px !important;
  }
  .top-new-subtotal.tt-shopcart-table01 tfoot tr td {
    font-size: 20px;
    padding: 0 !important;
    line-height: 20px;
  }
  .new-cart-title-container {
    align-items: flex-end;
  }
}

.tab-content a:not(.jdgm-write-rev-link) {
  color: #436c94 !important;
}

.product-brand-offer-container {
  border-radius: 5px;
  margin: 10px 0;
  padding: 10px;
  background-color: #35749f1a;
  border: 5px double #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.product-brand-offer-inner {
  width: calc(50% - 5px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-brand-offer-bold {
  font-size: 28px;
  font-weight: 700;
}
.product-brand-offer-semibold {
  line-height: 24px;
  font-size: 20px;
}
.product-brand-offer-content {
  font-size: 15px;
  line-height: 20px;
}
.product-brand-offer-bottom {
  font-size: 10px;
  line-height: 16px;
}

@media screen and (max-width: 767px) {
  .product-brand-offer-bold {
    font-size: 24px;
  }
  .product-brand-offer-semibold {
    line-height: 22px;
    font-size: 20px;
  }
  .product-brand-offer-container {
    padding: 8px;
  }
}

.option-set-btn-container {
  padding: 20px;
  background: #eaf1f5;
  margin-top: 10px;
  border-radius: 5px;
  max-width: 400px;
}
.option-set-btn-container img {
  max-height: 26px;
  margin-right: 10px;
}
.option-set-btn-container h5 {
  font-weight: 600 !important;
  padding-bottom: 0 !important;
}
.option-set-btn-container ul {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.option-set-btn-container ul li {
  display: flex;
  gap: 5px;
}
.option-set-btn-container ul li:before {
  font-family: "wokiee_icons";
  content: "\ea11";
}
.option-set-btn-container a {
  width: 100%;
  margin: 0;
  height: 50px !important;
}
.option-set-btn-container .trigger {
  height: 50px;
  display: inline-block;
  width: 100%;
  line-height: 26px;
  margin: 0;
}

.coll-tab-container {
  margin-bottom: 30px !important;
  text-align: center;
}
.coll-tab button {
  font-weight: 500;
  outline: none;
  cursor: pointer;
  padding: 0 10px 5px;
  transition: 0.3s;
  font-size: 16px;
  line-height: 22px;
  color: #6f6f6f;
  background: transparent;
  border: 0;
  border-bottom: 3px solid transparent;
}
.coll-tab button.active {
  border-bottom-color: #245272;
  color: #245272;
}
.coll-tab {
  margin-bottom: 20px;
}
.coll-tabcontent {
  display: none;
}
.coll-tabcontent a {
  color: #35749f;
}
.collection-shop-by-category h4 {
  font-weight: 700 !important;
}
.collection-shop-by-category {
  margin-bottom: 50px !important;
}
.col-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.col-category-grid img {
  max-width: 100%;
}
.col-category-inner {
  background-color: #efefef;
}
.col-category-inner-box {
  padding: 10px 20px;
}
.col-category-inner-box h6 {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: #3d4246;
  padding: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.col-category-inner-box p {
  margin: 5px 0;
  color: #3d4246;
}
.col-category-price {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #f8353e;
}
.col-category-price span {
  color: #808080;
}

@media screen and (max-width: 1023px) {
  .col-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .col-category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .col-category-inner-box {
    padding: 10px;
  }
}

.productpackage.productwith-option-selection .spb-label-tooltip {
  font-size: 16px !important;
  font-weight: 600;
  margin-bottom: 5px !important;
  line-height: 28px;
}
.productpackage.productwith-option-selection .spb-label-tooltip:before {
  height: 30px;
  min-width: 30px;
  line-height: 30px;
  border-radius: 4px;
  margin-right: 5px;
}
.productpackage .hup-template-2-variant {
  margin-bottom: 20px;
}
.productpackage.productwith-option-selection #infiniteoptions-container div {
  margin-bottom: 20px;
}
.productpackage
  .hup-template-2-variant
  .tt-wrapper
  .tt-options-swatch.options-large
  li
  a.options-color {
  margin-top: 25px;
  height: 100px !important;
  background-position: center;
  background-size: cover;
}
.productpackage .hup-template-2-variant .tt-options-swatch {
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.productpackage
  .hup-template-2-variant
  .tt-wrapper
  .tt-options-swatch.options-large
  li
  a.options-color
  span {
  font-size: 12px;
  top: -25px;
}
.productpackage #infiniteoptions-container div span,
.productpackage #infiniteoptions-container div span fieldset {
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.productpackage .spb-productoptionswatch {
  min-height: 100px;
}
.productpackage .spb-productoptionswatchwrapper .details p {
  font-size: 14px;
  line-height: 20px;
}
.has-discount-cls {
  color: #f8353e;
}
.cart-discout-price {
  text-decoration: line-through;
  color: #9a9a9a;
  margin-left: 5px;
}
.bundle_product_disc div {
  font-size: 14px;
  color: #171717;
  font-weight: 400;
  line-height: 18px;
}
.package-gallery > .col-12.col-sm-6 > .hidden-xs {
  position: sticky;
  top: 60px;
}
/* .boost-pfs-filter-product-bottom-inner .boost-pfs-from-text {
  font-size: 18px;
  font-family: "Poppins";
} */
.mobile-timer-content {
  display: none;
}
.hup_header_timer-col-right-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_timer .timer_icon img {
  margin: auto;
}
.hup_header_timer-row.slick-slider .slick-track {
  display: flex;
  align-items: center;
}
/* .boost-pfs-filter-product-bottom.tiles-template[product-type="{{templateType}}"] {
  display: none;
} */
.package-product-icon-banner-container {
  margin-left: 40px;
}
.package-product-icon-banner-inner {
  margin: 40px 0;
}
.package-product-icon-banner-flex {
  display: flex;
  background: #dddddd;
  padding: 20px 15px;
  gap: 10px;
  border-radius: 10px;
}
.package-product-icon-banner-box {
  max-width: calc((100% - 30px) / 3);
  width: 100%;
  text-align: center;
}
.package-product-icon-banner-box a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #6c6c6c;
  padding: 11px 25px;
  border-radius: 10px;
}
.package-product-icon-banner-box a:hover {
  background-color: #343434;
}
.package-product-icon-banner-box p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 15px;
  font-weight: 500;
}

@media screen and (max-width: 1230px) {
  .productpackage .hup-template-2-variant .tt-options-swatch,
  .productpackage #infiniteoptions-container div span,
  .productpackage #infiniteoptions-container div span fieldset {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .package-product-icon-banner-container {
    margin-left: 0;
  }
}

@media screen and (max-width: 830px) {
  .productpackage
    .hup-template-2-variant
    .tt-wrapper
    .tt-options-swatch.options-large
    li
    a.options-color {
    height: 80px !important;
  }
  .productpackage .spb-productoptionswatch {
    min-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .desktop-timer-content p {
    display: none;
  }
  .desktop-timer-content .hup-header-timer-title {
    text-align: center;
  }
  .mobile-timer-content {
    display: block;
  }
  .package-product-icon-banner-box p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
}
/* @media (max-width: 575px) {
  .boost-pfs-filter-product-bottom-inner .boost-pfs-from-text {
    font-size: 16px;
  }
} */

.fp-h1 {
  font-size: 20px !important;
  color: #191919;
  font-weight: bold !important;
  letter-spacing: 0em;
  margin: 0;
  padding: 10px 0px 0px 0px !important;
}
.fp-h3 {
  font-size: 16px !important;
  color: #191919;
  font-weight: bold !important;
  letter-spacing: 0em;
  margin: 0;
  padding: 10px 0px 0px 0px !important;
}
@media (min-width: 1025px) {
  .fp-h1 {
    font-size: 40px !important;
  }
  .fp-h3 {
    font-size: 30px !important;
  }
}

.custom-form-wrapper .hup-request-form form:after {
  display: none !important;
}

/* Tag Discount Functionality */
.tag_disc_image {text-align: center; max-width: 490px; margin: 10px 0 0 auto;}
.package-product-icon-banner-container .tag_disc_image, .package-product-icon-banner-container .tag_disc_container {max-width: 100%;}
#shopify-section-custom-product-template .tag_disc_image {max-width: 100%; margin: 30px 0 0 0;}
#shopify-section-custom-product-template .tag_disc_container {max-width: 100%; margin: 2px 0 0 0;}
.tag-discount-badge {
  margin-top: 10px;
  margin-bottom: 10px;
  background: red;
  color: #fff;
  font-weight: 700;
  width: fit-content;
  padding: 0 20px;
  clip-path: polygon(100% 0, calc(100% - 10px) 50%, 100% 100%, 0 100%, 0 0);
}
.tag_disc_container {
  max-width: 490px;
  /* background-color: #c9cbce; */
  background-color: #cccccc;
  border: 6px double #fff;
  text-align: center;
  padding: 20px 10px;
  margin: 10px 0 30px auto;
  /* background-color: #35749f1a; */
}
.productdefault-v2 .tag_disc_container {max-width: 100%; margin: auto;}
.tag_disc_title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
}
.tag_disc_discount {
  background: #fff;
  display: inline-block;
  margin: 15px 0 0;
  border: 3px dashed #343434;
  border-radius: 3px;
  padding: 5px 15px;
  font-weight: 500;
  max-width: 200px;
  width: 100%;
}
.tag_disc_content p {
  margin-top: 15px;
  line-height: 26px;
  font-size: 16px;
}
.tag_disc_content p a {
  color: inherit;
  text-decoration: underline;
}
/* .boost-pfs-filter-product-bottom .badge {
  margin-bottom: 10px;
} */

.tag_disc_countdown {
  display: flex;
  /* justify-content: space-evenly; */
  justify-content: center;
  /* text-align: center; */
  /* align-items: center; */
  margin-top: 15px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  flex-flow: wrap;
}
.tag_disc_countdown span {
  display: block;
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;
  /* color: #fff; */
}
.tag_disc_countdown .day, .tag_disc_countdown .hour ,.tag_disc_countdown .minute ,.tag_disc_countdown .second {
  font-size: 24px;
  font-weight: 700;
  width: 65px;
  /* color: #fff; */

  line-height: 27px;
  margin: auto 0 0 0;
}
.tag_disc_countdown_end {
  font-size: 16px !important;
  line-height: 20px;
  /* background-image: url(/cdn/shop/files/clock_f0e8f3d4-d1dd-405d-a418-6f8c6dbbc807.png?v=1629457315);
  background-repeat: no-repeat; */
  /* padding-left: 35px; */
  /* background-size: 30px; */
  /* background-position: center left; */
  display: flex;
  flex: auto;
  padding: 0 0 5px 4px;
  align-items: center;

  span {margin-left: 4px; font-size: 16px; font-weight: 800;}
  /* span:before {content: "\e904"; font-family: 'wokiee_icons'; font-size: 25px;} */
}
.tag_disc_countdown_end:before {content: "\e9bb"; font-family: 'wokiee_icons'; font-size: 25px;}
.tag_disc_countdown_timer {    
  display: flex;
  justify-content: space-evenly;
  flex: 1 1 100%;
  flex-flow: wrap;

  div {color: #fff;}
  span {color: #fff;}
}
.tag_disc_countdown .time {
  background-color: #808080;
  /* background-color: #35749f; */
  padding: 5px;
  margin: 2px;
  width: 65px;
  height: 65px;
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 7px;
}

/* .tag_disc_countdown .time .second {animation: zoom-in-zoom-out 1s ease infinite;} */
.tag_disc_countdown .time:last-child {border: 2px solid transparent; transition: border 0.5s ease; animation: border-pulse 1s ease-in-out infinite;}
/* .tag_disc_countdown .time span.big {
  font-size: 200%;
  opacity: 0;
  transition: all linear 0.5s;
} */

/* #shopify-section-product-template .frcp-wishlist-wrapper {margin-bottom: 0;} */

/* Promotional tab */
.promotional-badge {margin-top: 20px;}
.promotional-badge-header {background: #f42544; padding: 10px; text-align: center;color: #fff; font-size: 20px; font-weight: 600;}
.promotional-badge-body {background: lightgrey; display: flex; align-items: center; gap: 20px; padding: 20px; justify-content: space-between;}
.promotional-badge-title {font-size: 20px; font-weight: 600; margin: 0 !important;}
.promotional-badge-body p {margin-top: 10px;}
.promotional-badge-image {max-width: 125px; min-width: 125px;}
.promotional-badge-image img {max-width: 100%; width: 100%;}

/* Keyframes for the zoom in zoom out animation */
@keyframes zoom-in-zoom-out {
  /* At the beginning of the animation */
  0% {
    /* Scale the element to its original size */
    transform: scale(1, 1);
  }
  /* At the middle of the animation */
  50% {
    /* Scale the element to 1.5 times its original size */
    transform: scale(1.2, 1.2);
  }
  /* At the end of the animation */
  100% {
    /* Scale the element back to its original size */
    transform: scale(1, 1);
  }
}
@keyframes border-pulse {
   0% {
      border-color: #808080;
   }
   50% {
      border-color: #cccccc;
   }
   100% {
      border-color: #808080;
   }
}

/* Custom CSS for shower-screen template */

body.productshower-screen{
  .spb-label-tooltip {
    margin-top: 12px;
    
    .spb-productdescfont {
        font-size: 16px;
        line-height: 28px;
        color: #000;
        font-family: DM Sans !important;
        font-weight: 700;
    }
  }
  #infiniteoptions-container .main_div span {
    display: flex;
    
    fieldset {
      display: flex;
      flex-direction: column;
      width: 100%;
    }
    input {
      margin-right: 5px;
      vertical-align: middle;
      height: 14px;
      width: 14px;
      accent-color: #35749f;
    }
  }
}