/** Shopify CDN: Minification failed

Line 405:3 Expected ":"

**/
.product_page_template .custom-single-product .tt-price {
  margin-top: 10px;
  font-weight: 500;
}

.sku-js span,
#snize-search-results-grid-mode .snize-item span.snize-sku {
  color: var(--secondary-grey);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.product_page_template .custom-single-product .tt-description {
  font-size: 18px;
  line-height: 24px;
  color: var(--secondary-grey);
  margin-top: 20px
}

.saving-tag {
  background: var(--secondary-red);
  color: var(--secondary-white);
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 5px 3px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  margin: auto auto 5px;
  border-radius: 3px;
  position: relative;
}

.saving-tag span {
  z-index: 3
}

.saving-tag:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: var(--secondary-red);
  transform: rotate(45deg);
  position: absolute;
  left: -6px;
  border-radius: 3px;
  top: 3px
}

.udiscount_unitPrice_wrapper .saving-tag {
  padding: 3px;
}

.udiscount_unitPrice_wrapper .saving-tag:before {
  width: 15px;
  height: 15px;
  left: -6px;
  top: 3px;
}

.product_page_template .custom-single-product .tt-add-info ul li.availability span {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: var(--secondary-white);
  padding: 3px 10px;
  font-weight: 600;
}

.product_page_template .custom-single-product .availability .in_stock {
  background: var(--secondary-teal);
  border-radius: 3px;
  margin-top: 20px;
}

.product_page_template .custom-single-product .availability .sold_out {
  background: var(--secondary-red);
  border-radius: 3px;
  margin: 20px 0;
}

.product_page_template .custom-single-product .availability .backorder {
  background: var(--secondary-gold);
  border-radius: 3px;
  margin: 20px 0;
}

.product_page_template .custom-single-product .tt-input-counter {
  border: 1px solid var(--primary-beige);
  border-radius: 4px;
}

.product_page_template .custom-single-product .tt-input-counter input,
.product_page_template .custom-single-product .tt-input-counter span {
  background: transparent;
}

.product_page_template .custom-single-product .tt-input-counter .plus-btn,
.product_page_template .custom-single-product .tt-input-counter .minus-btn {
  color: var(--primary-beige);
  font-size: 13px;
}

.product_page_template .custom-single-product .tt-input-counter .plus-btn:before,
.product_page_template .custom-single-product .tt-input-counter .minus-btn:before {
  font-size: 18px;
  font-weight: 800;
}

.product_page_template .custom-single-product .tt-input-counter {
  max-width: 115px;
  min-width: 115px;
}

.product_page_template .custom-single-product .btn-addtocart.btn.btn-lg {
  font-weight: 600;
  font-size: 16px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
}


.product_page_template .custom-single-product .shopify-product-form .btn-addtocart svg {
  width: 25px;
  margin-right: 5px;
}

.product_page_template .custom-single-product .btn-addtocart svg path {
  stroke: #ffffff
  ;
}

.product_page_template .custom-single-product .btn-addtocart svg path:first-child,
.product_page_template .custom-single-product .btn-addtocart svg path:nth-child(2) {
  fill: #ffffff
  ;
}

.product_page_template .custom-single-product .btn-addtocart:hover svg path {
  stroke: #20b2bb
  ;
}

.product_page_template .custom-single-product .btn-addtocart:hover svg path:first-child,
.product_page_template .custom-single-product .btn-addtocart:hover svg path:nth-child(2) {
  fill: #20b2bb
  ;
}

.zoom-product {
  border-radius: 4px;
  border: 1px solid var(--border-grey);
}

.custom-sale-badge-mini {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.custom-sale-badge-mini img {
  max-width: 50px;
}

.custom-sale-badge {
  position: absolute;
  left: 25px;
  top: 25px;
  max-width: 100px;
}


/* .product-images-carousel img {
  width: 76px;
  heighT: 76px;
  object-fit: contain;
} */

.custom-tab {
  margin-bottom: 100px;
}

.custom-tab .tt-tabs-default li > a {
    padding: 5px 22px;
}

.container-product-desc {
  margin: auto;
  max-width: 90%;
}

.container-product-desc table {
  width: 100%;
}

@media(min-width: 1024px) {
  .container-product-desc {
    max-width: 820px;
  }
}

.tt-tabs-default {
  margin-top: 20px;
  border-bottom: 1px solid var(--border-grey);
  padding: 0;
  display: block;
}


@media(min-width: 1024px) {
  .tt-tabs-default {
    margin-top: 100px;
  }
}

.tt-tabs-default .nav-item .nav-link {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
}

.tt-tabs-default .nav-item .nav-link.active {
  border-bottom: 1px solid
}

.tab-container {
  margin-top: 90px;
}

.tab-container.d-flex {
  flex-direction: column;
}

@media(min-width: 791px) {
  .tab-container.d-flex {
    flex-direction: row;
  }
}


.tab-pane.active .tab-container:first-child {
  margin-top: 40px;
}

.tab-content .tab-container h1,
.tab-content .tab-container h2,
.tab-content .tab-container h3,
.tab-content .tab-container h4,
.tab-content .tab-container h5,
.tab-content .tab-container h6,
.tab-content .tab-container p {
  margin: 0;
  padding: 0;
}

.tab-container.d-flex .tab-container-titles,
.tab-container.d-flex .tab-container-images {
  flex: 1 1 0;
}

.tab-container.d-flex .tab-container-titles {
  padding: 15px;
}

.tab-container .tab-container-images {
  margin: 20px auto;
  background-color: #fff;
  text-align: center;
}

.tab-container .tab-container-images img {
  display: block;
  margin: auto;
}


.tab-container.product-feature-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}


.tab-container.product-feature-container ul {
  padding: 0
}

.tab-container.product-feature-container ul li {
  list-style: none;
}

.tab-container.product-feature-container ul li:before {
  content: url("/cdn/shop/files/bullet_image.svg?v=1679032622");
  vertical-align: middle;
  margin: 5px 15px 5px 5px;
  display: inline-block;
  width: 22px;
  height: 22px;
}

.tab-container.product-feature-container .product-feature-col h4 {
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  color: var(--secondary-gold);
  font-weight: 500;
  padding-bottom: 10px;
}

.tab-container.product-feature-container .product-feature-col h3 {
  font-size: 30px;
  line-height: 35px;
  color: var(--primary-black);
  font-weight: 700;
}

.tab-content .tab-container.faq-container h3 {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  width: 300px;
  margin: auto;
  font-weight: 600;
  padding-bottom: 25px;
}

.faq {
  border-bottom: 1px solid var(--border-grey);
  padding: 30px 0;
}

.faq .faq-question {
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 10px;
  cursor: pointer;
}

.faq.active .faq-question svg {
  transform: rotateX(180deg);
}

.faq-question svg {
  width: 20px;
  height: 10px;
  margin: auto 0;
  transition: all 0.5s ease-out;
}

.faq-question svg path {
  stroke: var(--primary-black);
}

.faq .faq-answer {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;

}

.faq.active .faq-answer {
  opacity: 1;
  visibility: visible;
  height: auto;
  transform: translateY(1px);
}

.testimonial-container {
  max-width: 550px;
  text-align: center;
}

.testimonial-container q {
  margin-top: 20px;
  margin-bottom: 35px;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: var(--primary-black);
  display: block
}

.testimonial-container h4 {
  font-size: 16px !important;
  line-height: 21px !important;
  text-align: center;
  s text-transform: uppercase;
  color: var(--secondary-gold);
  font-weight: 600 !important;
}

#specifications-tab div:not(.option) {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#specifications-tab .option {
  display: flex;
}

#specifications-tab .option h5 {
  padding: 0;
  width: 30%;
}

#specifications-tab .option span {
  margin: auto 0;
  width: 70%;
}

.product_page_template hr {
  margin-top: 40px;
  margin-bottom: 40px;
}

.product-badge {
  width: fit-content;
  padding: 3px 10px;
  border-radius: 3px;
  display: inline-block;
  margin: 5px 5px 5px 0;
  color: var(--secondary-white);
}

.product-badge__gold {
  background: var(--secondary-gold);
}

.product-badge__grey {
  background: var(--primary-beige);
}

.product-badge__teal {
  background: var(--secondary-teal);
}

.product-badge__dark {
  background: #1F222C;
}

.product-badge span.product-badge-text {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: var(--secondary-white);
  font-weight: 600;
}

div.snize-product-label {
  border-radius: 0;
  border: none;
  font-weight: 400;
  display: inline-block;
  float: none;
  max-width: none;
  width: fit-content;
  z-index: 4;
  font-size: 9px;
  text-transform: uppercase;
  padding: 4px 8px;
  line-height: 13px;
  position: absolute;
  margin: 0;
}

#snize-search-results-grid-mode div.snize-product-label.top-right,
div.snize-product-label.top-right {
  font-size: 12px;
  line-height: 15px;
  padding: 2px 5px;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--secondary-white);
  background: var(--secondary-black);
  top: 3px;
  right: 3px;
}

#product-single-info .htusb-ui-prod-countdown__clock {
  margin-bottom: 0;
}

#product-single-info h1.tt-title {
  margin-top: 10px;
}

.discount-badge a {
  display: flex;
  justify-content: space-between;
  padding: 12px 25px;
  margin-top: 20px;
}

.discount-badges .discount-badge:nth-child(5n + 1) a,
.discount-badges .discount-badge:nth-child(5n + 1) .discount-info.active {
  background: #F4E4E4;
}

.discount-badges .discount-badge:nth-child(5n + 2) a,
.discount-badges .discount-badge:nth-child(5n + 2) .discount-info.active {
  background: #DFF4F6;
}

.discount-badges .discount-badge:nth-child(5n + 3) a,
.discount-badges .discount-badge:nth-child(5n + 3) .discount-info.active {

  background: #F3F1F0;
}

.discount-badges .discount-badge:nth-child(5n + 4) a,
.discount-badges .discount-badge:nth-child(5n + 4) .discount-info.active {

  background: #F5F3EC;
}

.discount-badges .discount-badge:nth-child(5n + 5) a,
.discount-badges .discount-badge:nth-child(5n + 5) .discount-info.active {

  background: #E1E2E3;
}

.discount-badge a svg {
  margin: auto 0;
  transition: all 0.3s ease-in-out;
  min-width: 50px;
}

.discount-badge a svg.arrow-down-thin {
  min-width: 50px;
}

.discount-badge a.active svg {
  transform: translate(180deg);
}

.discount-badges .discount-badge:nth-child(5n + 1) a svg.arrow-down-thin path:last-child,
.discount-badges .discount-badge:nth-child(5n + 1) a .d-flex svg path:first-child {
  stroke: var(--secondary-red);
}

.discount-badges .discount-badge:nth-child(5n + 2) a svg.arrow-down-thin path:last-child,
.discount-badges .discount-badge:nth-child(5n + 2) a .d-flex svg path:first-child {
  stroke: var(--secondary-teal);
}

.discount-badges .discount-badge:nth-child(5n + 3) a svg.arrow-down-thin path:last-child,
.discount-badges .discount-badge:nth-child(5n + 3) a .d-flex svg path:first-child {
  stroke: var(--primary-beige);
}

.discount-badges .discount-badge:nth-child(5n + 4) a svg.arrow-down-thin path:last-child,
.discount-badges .discount-badge:nth-child(5n + 4) a .d-flex svg path:first-child {
  stroke: var(--secondary-gold);
}

.discount-badges .discount-badge:nth-child(5n + 5) a svg.arrow-down-thin path:last-child,
.discount-badges .discount-badge:nth-child(5n + 5) a .d-flex svg path:first-child {
  stroke: #1F222C;
}

.discount-badges .discount-badge:nth-child(5n + 1) a svg:not(.arrow-down-thin) path:last-child,
.discount-badges .discount-badge:nth-child(5n + 1) a .d-flex svg path:first-child {
  fill: var(--secondary-red);
}

.discount-badges .discount-badge:nth-child(5n + 2) a svg:not(.arrow-down-thin) path:last-child,
.discount-badges .discount-badge:nth-child(5n + 2) a .d-flex svg path:first-child {
  fill: var(--secondary-teal);
}

.discount-badges .discount-badge:nth-child(5n + 3) a svg:not(.arrow-down-thin) path:last-child,
.discount-badges .discount-badge:nth-child(5n + 3) a .d-flex svg path:first-child {
  fill: var(--primary-beige);
}

.discount-badges .discount-badge:nth-child(5n + 4) a svg:not(.arrow-down-thin) path:last-child,
.discount-badges .discount-badge:nth-child(5n + 4) a .d-flex svg path:first-child {
  fill: var(--secondary-gold);
}

.discount-badges .discount-badge:nth-child(5n + 5) a svg:not(.arrow-down-thin) path:last-child,
.discount-badges .discount-badge:nth-child(5n + 5) a .d-flex svg path:first-child {
  fill: #1F222C;
}

.discount-badges .discount-badge a .d-flex svg path:first-child {
  opacity: 0.3;
}

.discount-badges .discount-badge:nth-child(5n + 1) .discount-title,
.discount-badges .discount-badge:nth-child(5n + 1) .discount-info.active {
  color: var(--secondary-red);
}

.discount-badges .discount-badge:nth-child(5n + 2) .discount-title,
.discount-badges .discount-badge:nth-child(5n + 2) .discount-info.active {
  color: var(--secondary-teal);
}

.discount-badges .discount-badge:nth-child(5n + 3) .discount-title,
.discount-badges .discount-badge:nth-child(5n + 3) .discount-info.active {
  color: var(--primary-beige);
}

.discount-badges .discount-badge:nth-child(5n + 4) .discount-title,
.discount-badges .discount-badge:nth-child(5n + 4) .discount-info.active {
  color: var(--secondary-gold);
}

.discount-badges .discount-badge:nth-child(5n + 5) .discount-title,
.discount-badges .discount-badge:nth-child(5n + 5) .discount-info.active {
  color: #1F222C;
}

.discount-badge .discount-title {
  margin: auto 0 auto 15px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  word-break: break-word;
}

.discount-badge .discount-info {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
  padding: 20px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  z-index: 19;
}

.discount-badge .discount-info.active {
  /* top: 65px; */
  /* transform: translateY(5px); */
  position: relative;
  opacity: 1;
  visibility: visible;
  border-top: 1px solid;
}

.discount-badge .discount-info h4 {
  font-size: 16px !important;
  line-height: 21px !important;
  font-weight: 600 !important;
  color: inherit;
  padding-bottom: 0 !important;
}

.discount-badge ul li:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tt-product-policies {
  display: none;
}

.product-badges {
  margin-top: 20px;
}

.product-badges .d-flex {
  gap: 10px;
}

.product-badges.d-flex {
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

@media(min-width: 1024px) {
  .product-badges.d-flex {
    flex-direction: row;
    gap: 70px;
  }
}

.product-badges .d-flex img {
  object-fit: contain;
  max-width: 35px;
}

.product-badges .d-flex span {
  font-size: 14px;
  line-height: 18px;
  color: var(--primary-black);
  font-weight: 400;
  margin: auto 0;
}

.payment-modal-trigger {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
}

.payment-modal-trigger img,
.payment-modal-options-images img {
  width: auto;
  height: 30px;
  object-fit: contain;
}

.payment-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
}

.payment-modal.active {
  opacity: 1;
  visibility: visible;
}

.payment-modal .payment-modal-container {
  width: 100%;
  background: #fff;
  height: 100%;
  transition: all 0.3s ease-in-out;
  transform: translateX(100%);
}

@media(min-width: 1024px) {
  .payment-modal .payment-modal-container {
    width: 40%;
  }
}

.payment-modal.active .payment-modal-container {
  transform: translateX(0%);
}

.payment-modal-container .payment-modal-close {
  margin: auto 0;
}

.payment-modal-header {
  padding: 20px 40px;
  background: var(--primary-black);
  color: var(--secondary-white);
  margin-bottom: 20px;
}

.payment-modal-header h3 {
  padding: 0 !important;
  font-size: 30px;
  line-height: 35px;
  color: var(--secondary-white);
}

.payment-modal-header a {
  font-size: 14px;
  line-height: 18px;
  color: var(--secondary-white);
  font-weight: 400;
  display: block;
}

.payment-modal-header a svg path {
  stroke: var(--secondary-white);
}

.payment-modal-content {
  padding: 0 40px;
}

.payment-modal-options h4 {
  font-weight: 700;
  text-transform: capitalize;
  color: var(--primary-black);
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0 !important;
  margin: 0;
  background: var(--secondary-white);
  display: inline-block;
}

.payment-modal-options .position-relative:before {
  content: "";
  background: var(--primary-black);
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.payment-modal-options-images {
  margin: 20px;
}

afterpay-placement {
  padding: 20px;
  border: 1px solid #b2fce4;
  color: #b2fce4;
  background: var(--primary-black);
  font-weight: 600;
  border-radius: 4px;
  margin: auto;
}

#zip-button,
#humm-button,
#paypal-button {
  margin-top: 20px;
}

#zip-button quadpay-widget-v3 {
  padding: 20px;
  border: 1px solid var(--primary-black);
  color: var(--primary-black);
  background: var(--secondary-white);
  font-weight: 600;
  border-radius: 4px;
  display: block;
  margin: auto;
}

#paypal-button {
  padding: 20px;
  border: 1px solid var(--primary-black);
  border-radius: 4px;
  display: block;
}

#paypal-button .message__headline {
  font-weight: 600;
  color: var(--primary-black);
  background: var(--secondary-white);
}

#paypal-button .message__messaging .message__headline span {
  font-size: 14px
}

#humm-button a.humm-price-info-widget {
  display: block;
  padding: 20px;
  border: 1px solid #F86C03;
  border-bottom: 1px solid #F86C03 !important;
  color: #F86C03 !important;
  background: var(--secondary-white);
  font-weight: 600;
  border-radius: 4px;
  margin: auto;
}

.recommendations-container,
.products-container {
  margin: 100px 0 0;
}

@media(min-width: 1024px) {
  .recommendations-container,
  .products-container {
    margin: 100px 50px 0;
  }
}

.recommendations-container h3 {
  text-align: center;
  font-size: 44px !important;
  line-height: 54px !important;
  font-weight: 600 !important;
  color: var(--primary-black);
}

.recommendations {
  opacity: 0;
  display: flex;
}

.tt-product-listing .tt-product:hover .tt-img:not(.tt-img-only),
.tab-products .tt-product:hover .tt-img:not(.tt-img-only) {
  opacity: 0;
}

.tt-product-listing .tt-product:hover .tt-img:not(.tt-img-only) img,
.tab-products .tt-product:hover .tt-img:not(.tt-img-only) img {
/*   display: none; */
}


.tt-product-listing .tt-product:hover .tt-img-roll-over,
.tab-products .tt-product:hover .tt-img-roll-over {
  display: block !important;
  opacity: 1;
}

.recommendations .slick-list,
.tab-products .slick-list {
  margin: -10px;
}

.recommendations .product,
.tab-products .product {
  margin: 10px;
}

.recommendations .product .old-price,
.tab-products .product .old-price {
  font-size: 16px;
  line-height: 22px;
  color: var(--secondary-gold);
}

.tab-products .product .tt-description {
  text-align: left;
}

.recommendations .product .tt-description {
  margin: 10px 30px 0;
}


.tab-products .tt-product .tt-description .tt-product-inside-hover .tt-row-btn {
  text-align: center;
  width: 100%;
}

.tab-products .tt-product .tt-image-box {
  display: flex;
  justify-content: center;
}

.tab-products .tt-product .tt-image-box:after {
  display: block;
  position: relative;
  padding-top: 100%;
  content: "";
}

.tab-products .tt-product .tt-image-box .tt-img-parent {
  display: flex;
  justify-content: center;
  align-items: center;
}


.recommendations .product .tt-title.prod-thumb-title-color,
.tab-products .product .tt-title.prod-thumb-title-color,
.snize-product .snize-item span.snize-title,
#snize-search-results-grid-mode li.snize-product .snize-item span.snize-title {
  font-size: 18px;
  line-height: 24px;
  color: var(--primary-black);
  font-weight: 500;
}

.snize-product .snize-item span.snize-title,
.tt-description h2.tt-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 5px;
  max-height: unset;
}

.snize-ac-results-column .snize-product .snize-item span.snize-title {
  -webkit-line-clamp: 2;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 3px;
}

.snize-ac-results .snize-labels-wrapper .snize-product-label {
  border-radius: 2px;
}

.snize-product .snize-price-list .snize-price,
div.snize li.snize-product .snize-price-list .snize-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--secondary-gold);
}

.recommendations .product .tt-product .tt-image-box .tt-label-location__right,
.tab-products .product .tt-product .tt-image-box .tt-label-location__right {
  /* left: unset;
  right: 8px; */

  flex-direction: column;
}

.recommendations .product-badge,
.tab-products .product-badge {
  position: absolute;
  top: 0;
  right: 0;
}

.recommendations .tt-img,
.tab-products .tt-img,
.recommendations .tt-img-roll-over,
.tab-products .tt-img-roll-over {
  max-height: 275px;
}

.recommendations .tt-img img,
.tab-products .tt-img img,
.recommendations .tt-img-roll-over img,
.tab-products .tt-img-roll-over img {
  object-fit: contain;
  max-height: 275px;

}

.recommendations div.slick-arrow {
  width: 20px;
  height: 20px;
  text-align: center;
  margin: auto 10px;
  cursor: pointer;
  padding: 10px;
}

.pageproduct .tt-services-listing {
  margin-top: 20px;
  margin-bottom: 60px;
}

.recommendations-container .recommendations .tt-label-location {
  flex-direction: column;
}

.recommendations .tt-label-location .display-badge,
.tab-products .tt-label-location .display-badge {
  margin-top: 0;
}

@media(min-width: 1024px) {
  .pageproduct .tt-services-listing {
    margin: 100px;
  }
}

.products-template-two h2.tt-title {
  font-weight: 600;
}

/* .products-template-two .tt-product .tt-description .tt-btn-quickview,
.tt-product-design02 .tt-description .tt-btn-quickview,
.products-template-two .tt-product .tt-description .tt-btn-quickview,
.tt-product-design02 .tt-description .tt-btn-wishlist {
  
  background: #f1ede6
  ;
  color: #aca095
  ;
} */


.products-template-two .tt-product .tt-image-box .tt-btn-wishlist svg {
  display: block;
}

.stickyaddtocart svg {
  width: 25px;
  margin-right: 5px;
}

.stickyaddtocart svg path {
  stroke: #ffffff
  ;
  fill: transparent;
}

.stickyaddtocart:hover svg path {
  stroke: #20b2bb
  ;

}

.tt-fixed-product-wrapper .tt-fixed-product .tt-description .tt-price span {
  font-weight: 500;
  font-size: 16px !important;
}

.tt-fixed-product-wrapper .tt-description .limoniapps-discountninja-presuffix {
  display: none;
}

.tt-fixed-product-wrapper.atdshowed {
  display: none !important; 
}

.tt-fixed-product-wrapper.atdshowed .saving-tag {
  margin-left: 10px;
}

.tt-product .tt-description .tt-btn-addtocart.thumbprod-button-bg {
  padding: 4px 16px;
  width: 100%;
}

#snize_skeleton_results {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media(min-width: 576px) {
  #snize_skeleton_results {
    max-width: 546px;
  }
}

@media(min-width: 791px) {
  #snize_skeleton_results {
    max-width: 770px;
  }
}

@media(min-width: 1025px) {
  #snize_skeleton_results {
    max-width: 990px;
  }
}

@media(min-width: 1230px) {
  #snize_skeleton_results {
    max-width: 1200px;
  }
}

.snize-product {
  text-align: left;
}

.snize-overhidden {
  padding: 15px 3px 5px;
  flex: 1;
  background: transparent;
  display: flex;
  flex-direction: column;
  position: relative;
}

.snize-product .snize-button {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: none;
  left: 0;
  height: 33px;
  right: 0;
  top: -43px;
  bottom: auto;
  width: calc(100% - 22px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 500;
  margin: 0;
  z-index: 9;
  text-transform: uppercase;
  box-sizing: content-box !important;
  line-height: 21px;
  min-height: 21px;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 3;
  min-width: auto;
  letter-spacing: 0;
  font-size: 16px;
}

.snize-product:hover .snize-button {
  opacity: 1;
  visibility: visible;
}

#snize-search-results-grid-mode li.snize-product .snize-item .snize-button,
.snize-product .snize-item .snize-button {
  background: var(--secondary-teal);
  border: 1px solid var(--secondary-teal);
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  color: var(--secondary-white);
}

.snize-product .snize-item .snize-button:hover,
#snize-search-results-grid-mode li.snize-product .snize-button:hover {
  background: var(--secondary-white);
  color: var(--secondary-teal);
  border: 1px solid var(--secondary-teal);
}

.snize-product:hover span.snize-thumbnail img,
.snize-thumbnail .snize-flip-image {
  opacity: 0;
}

.snize-product:hover span.snize-thumbnail img.snize-flip-image,
.snize-product:hover span.snize-thumbnail img.only-child {
  opacity: 1;
}

.snize-product .snize-sku {
  color: var(--secondary-grey);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 5px;
}

.snize-product span.snize-thumbnail {
  display: block;
  position: relative;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  border-bottom: none;
  height: 300px;
}

.snize-product span.snize-thumbnail img {
  display: block;
  bottom: -100%;
  left: -50%;
  margin: auto !important;
  position: absolute;
  right: -50%;
  top: -100%;
  max-height: 300px;
  max-width: 300px;
  transition: opacity 0.3s ease-in-out;
  box-shadow: none;
  border-radius: 0;
}

.tt-wrapper .ufe-core .popTitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: var(--secondary-gold);
  text-align: left;
}

.tt-wrapper .ufe-offer:not(.o2o) .upsellWrapper {
  margin-left: 0;
}

.tt-wrapper .ufe-fbt label.fbt-chk-wrap.ufe-checkbox {
  order: 2;
}

.tt-wrapper .ufe-checkbox input:checked + span {
  background: var(--secondary-teal);
}

.tt-wrapper .ufe-checkbox input + span:after {
  background: url("data:image/svg+xml;charset=utf-8, <svg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 1L4.66663 8L1 4.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat 50%;
}

.tt-wrapper .cbtns-bg a {
  display: none !important;
}

.tt-wrapper .ufe-core .chkout span {
  font-size: 16px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.tt-wrapper .ufe-core .chkout.ufe-btn {
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  border: 1px solid var(--secondary-teal);
  background: var(--secondary-teal) !important;
}

.tt-wrapper .ufe-core .chkout:not(.uloader):before {
  content: "";
}

.ufe-core .ufe-btn svg {
  width: 25px;
  margin-right: 5px;
}

.ufe-core .chkout.ufe-btn svg path {
  stroke: #ffffff
}

.ufe-core .chkout.ufe-btn svg path:first-child,
.ufe-core .chkout.ufe-btn svg path:nth-child(2) {
  fill: #ffffff
  ;
}

.ufe-core .chkout.ufe-btn:hover svg path {
  stroke: #20b2bb
  ;
}

.ufe-core .chkout.ufe-btn:hover svg path:first-child,
.ufe-core .chkout.ufe-btn:hover svg path:nth-child(2) {
  fill: #20b2bb
  ;
}

.ufe-core .chkout.ufe-btn:hover {
  background: #ffffff
   !important;
}

.ufe-core .chkout.ufe-btn:hover span {
  color: #20b2bb
   !important;
}

.frequently {
  padding: 10px;
}

  
a[title='Powered By Upsell Funnel Engine App'] {
  display: none !important;
}


@media(min-width: 576px) {
  .frequently .ufe-style-inpage .ufe-wrap {
    max-width: 546px;
  }
}

@media screen and (max-width: 789px) {
  .tt-fixed-product-wrapper .tt-fixed-product .tt-img + .tt-description {
    margin-left: 5px;
    margin-top: 10px;
  }
}

@media(min-width: 791px) {
  .frequently .ufe-style-inpage .ufe-wrap {
    max-width: 770px;
  }
}

@media(min-width: 1025px) {
  .frequently .ufe-style-inpage .ufe-wrap {
    max-width: 990px;
  }
}

@media(min-width: 1230px) {
  .frequently .ufe-style-inpage .ufe-wrap {
    max-width: 1200px;
  }
}

.frequently .ufe-wrap .ufeWrapper {
  display: flex;
  flex-direction: column;
}

.frequently .ufe-trigger-product {
  display: none;
}

.frequently .ufe-offer:not(.o2o) .upsellWrapper {
  margin-bottom: 0;
}

.frequently .ufe-core .upsellContent {
  flex-direction: column;
  margin-left: 0;
}

.frequently .plus {
  margin: auto 10px;
  color: var(--primary-beige);
}

.frequently .ufe-core .popTitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: var(--secondary-gold);
  padding-bottom: 25px;
}

.frequently .cbtns-bg a {
  display: none !important;
}

.frequently .upsellTitle {
  font-size: 18px;
  font-weight: 500;
}

.frequently .ufe-buyButtons button.ufe-danger svg {
  display: none;
}

.frequently .ufe-normal .upsellBody .upsellImg {
  align-self: center;
  margin-bottom: 15px;
}

#product-single-info.out-of-stock .ufe-widget {
  /* display: none !important; */
}

.ufe-core .upsellPrice > span {
  font-weight: 500;
}

.upsellPrice.ufe-price:first-child {
  order: 1;
}

.ufe-buyButtons button:not(.ufe-danger) {
  border-radius: 4px;
  text-transform: uppercase;
  border: 1px solid var(--secondary-teal);
  background: var(--secondary-white) !important;
}

.ufe-buyButtons button:not(.ufe-danger) svg path {
  stroke: var(--secondary-teal);
}

.ufe-buyButtons button:not(.ufe-danger) svg path:first-child,
.ufe-buyButtons button:not(.ufe-danger) svg path:nth-child(2) {
  fill: var(--secondary-teal);
}

.ufe-widget .ufe-buyButtons button:not(.ufe-danger) span {
  color: var(--secondary-teal);
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.ufe-buyButtons button:not(.ufe-danger):hover {
  background: var(--secondary-teal) !important;
}

.ufe-widget .ufe-buyButtons button:not(.ufe-danger):hover span {
  color: var(--secondary-white);
}

.ufe-buyButtons button:not(.ufe-danger):hover svg path {
  background: var(--secondary-teal) !important;
}

.ufe-widget .ufe-buyButtons button:not(.ufe-danger):hover span {
  color: var(--secondary-white);
}

.ufe-buyButtons button:not(.ufe-danger):hover svg path {
  stroke: var(--secondary-white);
}

.ufe-buyButtons button:not(.ufe-danger):hover svg path:first-child,
.ufe-buyButtons button:not(.ufe-danger):hover svg path:nth-child(2) {
  fill: var(--secondary-white);
}

.ufe-btn:not(.ufe-danger) .ufe-ico {
  display: none;
}

.ufe-buyButtons button.ufe-danger {
  text-transform: uppercase;
}

.ufe-wrap .udiscount.ubadge {
  display: none;
}

.ufe-block.ufe-total-savings {
  margin: 10px 0;
}

.ufe-cart-item-total-price,
.tt-shopcart-box #subtotal td {
  color: var(--secondary-gold)
}

.ufe-discounted-total {
  color: var(--secondary-red);
}

.gw-button-widget-container button {
  font-weight: 600;
  font-size: 16px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
}

.gw-button-widget-container button .notify-me-icon {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNiAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xIDFIMjVWMThDMjUgMTguMjY1MiAyNC44OTQ2IDE4LjUxOTYgMjQuNzA3MSAxOC43MDcxQzI0LjUxOTYgMTguODk0NiAyNC4yNjUyIDE5IDI0IDE5SDJDMS43MzQ3OCAxOSAxLjQ4MDQzIDE4Ljg5NDYgMS4yOTI4OSAxOC43MDcxQzEuMTA1MzYgMTguNTE5NiAxIDE4LjI2NTIgMSAxOFYxWiIgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48L3BhdGg+CiAgICA8cGF0aCBkPSJNMjUgMUwxMyAxMkwxIDEiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PC9wYXRoPgo8L3N2Zz4=');
  position: relative;
  margin-right: 10px
}

@media screen and (min-width: 576px) {
  .frequently .ufe-wrap .ufeWrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .frequently .ufe-offer:not(.o2o) .upsellWrapper {
    margin-bottom: 10px;
    flex: 1 1 41%;
  }
}

@media screen and (min-width: 790px) {
  .tab-container.product-feature-container {
    flex-direction: row;
  }
}

@media(min-width: 1024px) {
  .frequently .ufe-offer .upsellBody {
    flex-direction: column
  }

  .frequently .ufe-wrap .ufeWrapper {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 1024px) {
  .tt-product-listing .tt-product:hover .tt-img:not(.tt-img-only),
  .tab-products .tt-product:hover .tt-img:not(.tt-img-only) {
    display: none;
  }
}