/** Shopify CDN: Minification failed

Line 67:11 Expected ":"

**/
.main-content{
  min-height: 300px;
}


/* header phone bar */
.phone-bar {
  height: unset;
  background-color: var(--colorPhoneBar);
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.annoucmenetBar_Title{
  font-family:'Poppins'; 
  margin-left: 10px; 
  color:white; 
  font-size: 16px; 
  margin-top: 1px; 
  margin-right:30px;
  align-content:center;
  text-align: center;
  padding: 5px 0px;
}
@media (max-width: 768px) {
  .annoucmenetBar_Title{
    font-size: 12px;
  }
}
@media (min-width: 769px) {
  .annoucmenetBar_Title{
    font-size: 16px;
  }
}
.phone-bar .menu {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}
.filter-group.pt-accordion-group h4:after{
  content: "\e836";
    font-weight: 100;
    margin-right: 13px;
    font-size: 11px;
    right: 0;
    top: 10px !important;
    position: absolute;
}
.phone-bar .menu li {
  display: inline-block;
  margin: 0;
  border: 0;
}
@media (min-width: 759px) {
  .quizzButton{
    background-color: #D99995;
    border-radius: 5px;
    top: 3px;
    position: relative;
    padding 8px 15px;
  }
  .quizzButtonText{
    color: black; 
    font-size:13px; 
    letter-spacing: 2px; 
    top: -2px; 
    position: relative;
    font-family: 'Poppins';
  }
}

@media (max-width: 1013px) {
  .quizzButton{
   display: none;
  }
}

@media (max-width: 1199px) {
  .quizzButtonText{
    color:black !important; 
    font-size:13px; 
    letter-spacing: 2px; 
    top: -2px; 
    position: relative;
  }
}
.loox-is-ltr{
  background:#f7ebea;
}
@media (max-width: 1198px) {
  .quizzButtonMobile{
    background-color: #D99995;
    border-radius: 5px;
    top: 0px;
    position: relative;
    left: 6%;
    height: 48px;
    width: 98%;
    margin-bottom: 1px;
  }
  .quizzButtonTextMobile{
    color: white !important;
    font-size: 1.1em;
    letter-spacing: 2px;
    top: 0px;
    left: -9%;
    position: relative;
  }
}
@media (max-width: 1001px) {
  .quizzButtonMobile{
    background-color: #D99995;
    border-radius: 5px;
    top: 0px;
    position: relative;
    left: 7%;
    height: 48px;
    width: 98%;
    margin-bottom: 1px;
  }
  .quizzButtonTextMobile{
    color: white !important;
    font-size: 1.1em;
    letter-spacing: 2px;
    top: 0px;
    left: -9%;
    position: relative;
  }
}
@media (max-width: 768px) {
  .quizzButtonMobile{
    background-color: #D99995;
    border-radius: 5px;
    top: 0px;
    position: relative;
    left: 3%;
    height: 48px;
    width: 98%;
    margin-bottom: 1px;
  }
  .quizzButtonTextMobile{
    color: white !important;
    font-size: 1.1em;
    letter-spacing: 2px;
    top: 0px;
    left: -11%;
    position: relative;
  }
}
.button1:hover{
  background: rgb(136, 0, 255);
}
@media (max-width: 355px) {
  .quizzButtonMobile{
    background-color: #D99995;
    border-radius: 5px;
    top: 0px;
    position: relative;
    left: 4%;
    height: 48px;
    width: 98%;
    margin-bottom: 1px;
  }
  .quizzButtonTextMobile{
    color: white !important;
    font-size: 1.1em;
    letter-spacing: 2px;
    top: 0px;
    left: -9%;
    position: relative;
  }
}
@media (min-width: 769px) {

}
@media (max-width: 767px) {
  .phone-bar {
    justify-content: center;
  }
}

/* homepage reason */

.section-homepage-reason {
  padding: 75px 0;
}

.section-homepage-reason h2 {
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}

.section-homepage-reason .homepage-reasons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.section-homepage-reason .homepage-reasons h1 {
  text-align: center;
}

.section-homepage-reason .homepage-reasons .homepage-reason-item {
  flex: 0 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0px;
}

.section-homepage-reason
  .homepage-reasons
  .homepage-reason-item
  .homepage-reason-item-image {
  width: 30%;
}

.section-homepage-reason .homepage-reasons .homepage-reason-item h3 {
  text-align: center;
  width: 100%;
  font-size: 18px;
  margin: 20px 0;
}

.section-homepage-reason .homepage-reasons .homepage-reason-item p {
  font-size: 15px;
  text-align: center;
}

.fsbelow {
  color: red;
  font-weight: 700;
  margin-top: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 6px;
}

.swatch .swatch-element.soldout{
  filter: alpha(opacity=60);
  -khtml-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
}

.section-pdp-banner {
  position: relative;
}
.section-pdp-banner .image-background{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  height: 450px;
  position: relative;
}
.section-pdp-banner .overlay{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--colorImageOverlay);
  opacity: 0.15;
}

.section-pdp-banner .overlay-title{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 30px;
}

.section-pdp-banner .overlay-title .title-section{
  width: 66%;
  border-style: solid;
  border-radius: 0px;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.product-block--price{
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .product-block--price{
    display: block;
  }
}

@media (max-width: 767px) {
  .section-homepage-reason .homepage-reasons {
    flex-direction: column;
  }

  .section-pdp-banner .overlay-title .title-section{
    width: 100%;
  }
}

/* footer */
.footer__title {
  font-size: 19px;
  letter-spacing: 0;
  font-weight: 600;
  font-family: 'Poppins';
  text-transform: capitalize;
}

.footer__social {
  margin-top: 20px;
}

.background-media-text__text {
  width: auto;
}

/* newsletter sections */
.newsletter_section {
  background-color: var(--colorNewsletterBg);
  color: var(--colorNewsletterText);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}

.newsletter_section .page-width {
  width: 100%;
}

.newsletter_section .newsletter-text {
  text-align: center;
}

.newsletter_section .section_form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.newsletter_section .section_form .input-row{
  display: flex;
}

.newsletter_section .section_form .contact_email {
  background-color: var(--color-bg);
  flex-grow: 1;
  margin-right: 5px;
}

.newsletter--form {
  width: 33.33%;
}

.newsletter--title {
  width: 33.33%;
  padding-right: 30px;
}

.newsletter--title .title {
  font-size: 21px;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
}

.newsletter--title .newsletter-text {
  font-size: 14px;
  text-align: left;
}

.newsletter--title .newsletter-text p {
  margin-bottom: 0;
}

.newsletter--subtitle {
  width: 33.33%;
  padding-left: 30px;
  text-align: right;
}

.newsletter--subtitle .subtitle {
  font-size: 12px;
}

.newsletter--subtitle .subtitle p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .newsletter--form {
    width: 100%;
  }
  .newsletter--subtitle {
    width: 100%;
    padding-left: 0px;
    text-align: center;
    margin-top: 20px;
  }
  .newsletter--title {
    width: 100%;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
  .newsletter--title .newsletter-text {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .newsletter_section .section_form .input-row{
    flex-direction: column;
    /* width: 320px; */
  }
  .newsletter_section .newsletter-text {
    padding: 0 30px;
  }

  .newsletter_section .section_form .contact_email {
    width: 100%;
    margin-right: 0px;
  }

  .newsletter_section .section_form .sign_up {
    width: 100%;
    margin: 10px 0;
  }
}

/* custom page css */

/* points-and-rewards-perks */

.page--points-and-rewards-perks .hero .hero-image {
  height: 700px;
  display: flex;
}

.page--points-and-rewards-perks .hero .hero-image img {
  object-fit: cover;
}

.page--points-and-rewards-perks .hero .hero-overlay {
  background-color: var(--colorImageOverlay);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.page--points-and-rewards-perks .hero .hero-overlay-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 0% 23%;
  align-items: center;
  justify-content: center;
}

.page--points-and-rewards-perks .hero .hero-overlay-content .header {
  font-size: 70px;
  color: var(--colorHeroHeader);
  font-weight: 700;
  line-height: 1em;
  text-align: center;
}

.page--points-and-rewards-perks .hero .hero-overlay-content-buttons .btn {
  margin: 20px;
}

@media (max-width: 767px) {
  .page--points-and-rewards-perks .hero .hero-overlay-content .header {
    font-size: 47px;
  }

  .page--points-and-rewards-perks .hero .hero-overlay-content-buttons .btn {
    width: 100%;
    margin: 10px 0;
  }
}

.page--points-and-rewards-perks .buy-process {
  padding-top:60px;
  padding-bottom:60px;
  display: flex;
  flex-direction: row;
}

.page--points-and-rewards-perks .buy-process .buy-process-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center;
  text-align: center;
}

.page--points-and-rewards-perks
  .buy-process
  .buy-process-item
  .buy-process-item-image {
  width: 50%;
}

.page--points-and-rewards-perks .buy-process .buy-process-item h2 {
  color: var(--colorBtnPrimary);
  font-size: 30px;
}

@media (max-width: 767px) {
  .page--points-and-rewards-perks .buy-process {
    flex-direction: column;
  }

  .page--points-and-rewards-perks .buy-process .buy-process-item h2 {
    font-size: 18px;
  }
}

.page--points-and-rewards-perks .image-views {
  display: flex;
  flex-direction: column;
}

.page--points-and-rewards-perks .image-views .image-view-item {
  display: flex;
  height: 750px;
  flex-direction: row;
}

.page--points-and-rewards-perks
  .image-views
  .image-view-item
  .image-view-item-image {
  flex: 1;
}

.page--points-and-rewards-perks
  .image-views
  .image-view-item
  .image-view-item-image
  img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .page--points-and-rewards-perks .image-views {
    display: none;
  }
}

/*homepage-image-text*/
.homepage-image-textbox .homepage-media-text__inner {
  display: flex;
  align-items: center;
}

.homepage-image-textbox .homepage-media-text--right {
  margin-left: auto;
}

.homepage-image-textbox .homepage-media-text__inner p.h5 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}

.homepage-image-textbox .homepage-media-text__inner p.h3 {
  font-size: 42px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 30%);
}

.homepage-image-textbox
  .homepage-media-text__inner
  .background-media-text__subtext {
  font-size: 16px;
}

.homepage-image-textbox
  .homepage-media-text__inner
  .background-media-text__text {
  text-align: right;
}

@media (max-width: 767px) {
  .homepage-image-textbox
    .homepage-media-text__inner
    .background-media-text__text {
    text-align: center;
  }

  .homepage-image-textbox .homepage-media-text__inner p.h3 {
    font-size: 30px;
  }

  .homepage-image-textbox .homepage-media-text--right {
    margin-right: auto;
  }
}


.homepage-hero .background-media-text__text p.h3 {
  font-size: 42px;
}

.homepage-hero .background-media-text__text .btn {
  border-color: var(--colorHomepageHeroButton);
}

.homepage-hero .background-media-text__text .btn:hover {
  background-color: var(--colorHomepageHeroButtonHover);
}

.homepage-hero .homepage-media-text__inner {
  display: flex;
  align-items: center;
}

.homepage-hero .homepage-media-text--right {
  margin-left: auto;
}

@media (max-width: 767px) {
  .homepage-hero .homepage-media-text--right {
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .homepage-instagram .homepage-instagram-panel {
    flex-direction: column;
  }
}

.page-header {
  margin: 10px 0px;
  border-bottom: 1px solid var(--colorPageBorder);
}

.page-header h1 {
  font-size: 23px;
  text-transform: uppercase;
  color: var(--colorPageHeader);
  display: block;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto 15px;
  clear: both;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .page-header h1 {
    text-align: center;
  }
}

.page--meet-the-team .members {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0px -20px;
}

.page--meet-the-team .members .member-item {
  flex: 0 33%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.page--meet-the-team .members .member-item .member-item-image {
  width: 100%;
}

.page--meet-the-team .members .member-item h2 {
  color: var(--colorBtnPrimary);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: var(--typeMeetTeamName), var(--typeMeetTeamNameFallback);
}

.page--meet-the-team .members .member-item strong {
  font-size: 15px;
}

.page--meet-the-team .members .member-item p {
  font-family: var(--typeMeetTeamDescription), var(--typeMeetTeamDescriptionFallback);
  font-size: 14px;
}

@media (max-width: 767px) {
  .page--meet-the-team .members {
    flex-direction: column;
    margin: 0px;
  }

  .page--meet-the-team .members .member-item {
    width: 100%;
    padding: 0px;
  }
}

.page--ethically-sourced-wool img {
  height: 600px;
  object-fit: cover;
}

.page--ethically-sourced-wool .hero .hero-overlay-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 0% 23%;
  align-items: center;
  justify-content: center;
}

.page--ethically-sourced-wool .hero .hero-overlay-content h1 {
  font-size: 60px;
  color: var(--colorHeroHeader);
  font-weight: 700;
  text-transform: none;
  text-align: center;
}

.page--ethically-sourced-wool .bottom-text-panel {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid var(--colorPageBorder);
  color: var(--colorPageText);
  font-size: 20px;
}


.page--merino-subscribe-page .page-width-full {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.page--merino-subscribe-page .panel {
  margin: 40px 0;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page--merino-subscribe-page .panel h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--colorPageText);
  display: block;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 20px 0;
}

.page--merino-subscribe-page .panel .subscribe-form {
  width: 60%;
}

.page--merino-subscribe-page .panel .subscribe-form .description {
  max-width: 100%;
  font-size: 10px;
  margin-bottom: 25px;
  margin-top: 15px;
}

.page--merino-subscribe-page .panel .subscribe-form input {
  width: 100%;
  padding: 0.75em;
  font-size: 1.5em;
}

.page--merino-subscribe-page .panel .subscribe-form button {
  width: 100%;
}

#help-center {
  padding: 30px 0;
}

.page--help-center-item h2 {
  padding: 20px 0px;
  font-size: 36px;
  margin: 0;
}

.page--help-center-item .help-main-item-panel {
  border: 0;
}

.page--help-center-item .help-main-item-panel button {
  border: 0;
  text-align: left;
}

.page--help-center-item .help-main-item-panel .help-main-content-inner {
  border: 0;
}

.page--help-center-item .help-main-item-panel .collapsible-content__inner {
  padding: 0;
  border: 0;
}

.page--help-center-item .help-main-item-panel .help-sub-item-panel {
  border: 0;
}

.page--help-center-item
  .help-main-item-panel
  .help-sub-item-panel
  .collapsible-content__inner {
  padding: 10px 20px;
}

.page--help-center-item .help-main-item-button {
  padding: 20px 0px 20px 0px;
  margin: 0px;
  color: var(--colorBtnPrimary);
  cursor: pointer;
  font-size: 26px;
  font-weight: bold;
}

.page--help-center-item .help-sub-item-button {
  font-weight: normal;
  font-size: 16px;
  padding-left: 30px;
}

.page--help-center-item .help-sub-item-button.is-open {
  color: var(--colorBtnPrimary);
}

.page--help-center-item .help-sub-item-button .collapsible-trigger__icon {
  left: 10px;
}

@media (max-width: 767px) {
  .page--help-center-item h2 {
    font-size: 30px;
  }
}

.section-homepage-text-cta h2 {
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0.75em;
  border-bottom: 1px solid;
  margin: 0 10%;
  padding-bottom: 10px;
}

.section-homepage-image-left-text-right {
  margin: 30px 0;
}

.section-homepage-image-left-text-right .section {
  display: flex;
  flex-direction: row;
}

.section-homepage-image-left-text-right .section .image-section,
.section-homepage-image-left-text-right .section .text-section {
  flex: 1;
}

.section-homepage-image-left-text-right .section .text-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  background: var(--colorHomepageImageBg);
  justify-content: center;
  color: var(--colorHomepageImageText);
  padding: 40px;
}

.section-homepage-image-left-text-right .section .text-section a {
  color: var(--colorHomepageImageText);
  border-color: var(--colorHomepageImageText);
}

.section-homepage-image-left-text-right .section .text-section a:hover {
  background-color: var(--colorTextBody);
  color: var(--colorHomepageImageText);
  border: 1px solid var(--colorTextBody);
}

@media (max-width: 767px) {
  .section-homepage-image-left-text-right .section {
    flex-direction: column;
  }
}

span.mobile_only,
.mobile_only {
  display: none;
}

@media only screen and (max-width: 798px) {

  .mobile_hidden {
    display: none !important;
  }
}

.section-shop-instagram h1{
  text-transform: none;
  text-align: center;
  margin: 20px 0;
}
.section-shop-instagram h2{
  text-transform: none;
  text-align: center;
}

.color-swatch--small{
  width: 34px;
  height: 34px;
}
.related-color-swatch--small{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}


@media only screen and (max-width: 768px){
  .productSlider-ColorSwatch{
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 430px){
  .productSlider-ColorSwatch{
    width: 25px;
    height: 25px;
  }
}

@media only screen and (min-width: 768px){
  .productSlider-ColorSwatch{
    width: 20px;
    height: 20px;
  }
}


.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px 8px 8px 0;
  position: relative;
}

.swatch-element {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: color .1s linear;
  font-weight: bold !important;
  padding: 0 !important;
  font-size: 13px !important;
  text-align: center;
  line-height: 45px !important;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  /*border: 1px solid var(--colorProductVariantSelectorBorder);*/
}


@media only screen and (max-width: 768px){
  .swatch-element-size {
    width: 55px;
    height: 45px;
    border-radius: 6px;
    transition: color .1s linear;
    font-weight: bold !important;
    padding: 0 !important;
    font-size: 13px !important;
    text-align: center;
    line-height: 45px !important;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    /*border: 1px solid var(--colorProductVariantSelectorBorder);*/
  }
}
@media only screen and (min-width: 768px){
.swatch-element-size {
    width: 85px;
    height: 45px;
    border-radius: 6px;
    transition: color .1s linear;
    font-weight: bold !important;
    padding: 0 !important;
    font-size: 13px !important;
    text-align: center;
    line-height: 45px !important;
    white-space: nowrap;
    text-transform: uppercase;
    cursor: pointer;
    /*border: 1px solid var(--colorProductVariantSelectorBorder);*/
  }
}

.swatch-element-custom {
  width: fit-content;
  transition:background 0.3s ease 0s;
  background:  #ffffff;
  color: #000000;
  margin-right: 20px;
  box-shadow: 0 0 0 1px #1b1f23;
  height: 45px;
  border-radius: 6px;
  font-weight: bold !important;
  padding: 0 20px;
  font-size: 13px !important;
  text-align: center;
  line-height: 45px !important;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  /*border: 1px solid var(--colorProductVariantSelectorBorder);*/
}

.swatch-element-custom:hover {
  background:  #E9EAEC;
}

.swatch-element-custom.active {
  box-shadow: 0 0 0 0 var(--colorBorder);
  background:  #1B1F23;
  color: #ffffff;
  /*box-shadow: 0 0 0 1px #1b1f23;*/
  width: fit-content;
  margin-right: 20px;
  height: 45px;
  border-radius: 6px;
  transition: color .1s linear;
  font-weight: bold !important;
  padding: 0 20px;
  font-size: 13px !important;
  text-align: center;
  line-height: 45px !important;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  /*border: 1px solid var(--colorProductVariantSelectorBorder);*/
}

a.swatch-element.active {
  border: 2px solid var(--colorTextBody);
}
a.swatch-element.soldout.active {
  border: 1px solid var(--colorProductVariantSelectorBorder);
}

a.swatch-element:hover{
  color: var(--colorBtnPrimary);
}

.variant-input-wrap label.disabled{
  opacity: 0.9;
}

.product-detail-custom-section .section-icon-list{
  background-color: var(--colorProductDetailIconListBg);
  color: var(--colorProductDetailText);
  /*padding-top: 60px;
  /*padding-bottom: 60px;*/
}


.product-detail-custom-section .section-icon-list h2{
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;;
}
.shopify-section{
  /*padding: 120px 0;*/
}
.product-detail-custom-section .section-icon-list .section-icons{
  /*margin: 20px -18px;*/
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.product-detail-custom-section .section-icon-list .section-icons .icon-item{
  padding: 0 8px;
  max-width: 23%;
  flex: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-detail-custom-section .section-icon-list .section-icons .icon-item .icon-item-image{
  max-width: 125px;
  margin: 0 auto 18px;
}

.product-detail-custom-section .section-icon-list .section-icons .icon-item .icon-item-image svg{
  width: 75px;
  height: 75px;
}
.product-detail-custom-section .section-icon-list .section-icons .icon-item h3{
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  font-style: normal;
  line-height: 34px;
  font-family: 'Poppins';
}
.product-detail-custom-section .section-icon-list .section-icons .icon-item p{
  text-align: center;
  font-family: 'Poppins';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  max-width: 300px;
}

.page-content--product{
  padding-top: 20px;
}

.template-product .breadcrumb{
  margin-bottom: 25px;
}

.collection-hero__image.mobile{
  display: none;
}

.toggle-filter {
  margin-bottom: 5px;
  cursor: pointer;
  display: inline;
}
.toggle-filter[data-toggled=false] [data-show] {
  display: inline-block;
}
.toggle-filter[data-toggled=false] [data-hide], .toggle-filter[data-toggled=true] [data-show] {
  display: none;
}
.toggle-filter .filter-icon {
  width: 14px;
  display: inline-block;
  vertical-align: middle;
}
.toggle-filter .filter-icon svg {
  max-width: 100%;
}

.collection-hero{
  height: unset;
  background: none;
}
.collection-hero__image{
  opacity: 1;
}
.collection-hero__image.lazyloaded{
  animation: none;
}


@media only screen and (max-width: 768px)
{
  .collection-grid-content{
    width: 100% !important;
  }
  .show-filter-block{
    display: none;
  }
  .collection-filter-sidebar{
    display: block !important;
  }
}

@media only screen and (max-width: 991px) {
  .product-detail-custom-section .section-icon-list .section-icons{
    flex-wrap: wrap;
    justify-content: center;
  }

  .product-detail-custom-section .section-icon-list .section-icons .icon-item{
    max-width: 33.33%;
    flex: 33.33%;
    margin-bottom: 40px;
  }

  .product-detail-custom-section .section-icon-list .section-icons .icon-item .icon-item-image{
    max-width: 145px;
    margin: 0px auto 12px;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail-custom-section .section-icon-list .section-icons .icon-item{
    max-width: 81%;
    flex: 51%;
    margin-bottom: 45px;
  }

  .product-detail-custom-section .section-icon-list .section-icons .icon-item .icon-item-image{
    max-width: 85px;
    margin: 0px auto 12px;
  }

  .collection-hero__image.mobile{
    display: block;
  }

  .collection-hero__image.desktop{
    display: none;
  }
}

.product-detail-custom-section .section-brand-list{
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-detail-custom-section .section-brand-list h2{
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;;
}

.product-detail-custom-section .section-brand-list .section-brand{
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.product-detail-custom-section .section-brand-list .section-brand .brand-item{
  padding: 0 8px;
  max-width: 20%;
  flex: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-detail-custom-section .section-brand-list .section-brand .brand-item .brand-item-image{
  max-width: 125px;
  margin: 18 auto 0px;
}

.product-detail-custom-section .section-brand-list .section-brand .brand-item span{
  font-size: 18px;
  min-height: 60px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .product-detail-custom-section .section-brand-list .section-brand{
    flex-wrap: wrap;
    justify-content: center;
  }

  .product-detail-custom-section .section-brand-list .section-brand .brand-item{
    max-width: 33.33%;
    flex: 33.33%;
    margin-bottom: 40px;
  }

  .product-detail-custom-section .section-brand-list .section-brand .brand-item .brand-item-image{
    max-width: 145px;
    margin: 12px auto 0px;
  }
}

@media only screen and (max-width: 767px) {
  .product-detail-custom-section .section-brand-list .section-brand .brand-item{
    max-width: 50%;
    flex: 50%;
    margin-bottom: 45px;
  }

  .product-detail-custom-section .section-brand-list .section-brand .brand-item .brand-item-image{
    max-width: 85px;
    margin: 12px auto 0px;
  }
}
@media only screen and (max-width: 768px) {
  .right-padding{
    padding:0px 0px 0 0px !important;
  }
  .left-padding{
    padding:0px 0px 0 0px !important;
  }
}
.right-padding{
  padding:0px 50px 0px 22px
}
.left-padding{
  padding:0px 0px 0 50px;
}
.product-detail-custom-section .section-text-image{
  display: flex;
  flex-direction: row;
}

.product-detail-custom-section .section-text-image .image-block,
.product-detail-custom-section .section-text-image .text-block{
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .product-detail-custom-section .section-text-image .text-block{
    display: flex;
    align-items: baseline;
    flex-direction: column;
    color: var(--colorProductDetailText);
    margin: auto 0;  
  }
}
@media only screen and (min-width: 768px) {
  .logo {
    width: 12%;
    margin-bottom: 2em;
    margin-left: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .logo {
    width: 22%;
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .product-detail-custom-section .section-text-image .text-block{
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--colorProductDetailText);
    margin: auto 0;
    justify-content: center;
    text-align: left;
  }
}

.product-detail-custom-section .section-text-image .text-block .text-inner{
  width: 400px;
  max-width: 100%;
  margin:0% auto;
  display: flex;
  padding: 0 20px;
  flex-direction: column;
}

.product-detail-custom-section .section-text-image .text-block .text-inner .subtitle{
  font-weight: bold;
}
.text_w_image-title {
  font-size: 36px;
  line-height: 46px;
  font-family: 'Poppins';
  letter-spacing: -0.01em;
  color: #1B1F23;
}

.Accordion2-content{
  
}
.text_w_image-subtitle{
  font-family: 'Poppins'; 
  font-size: 24px !important;
    line-height: 34px !important;
    letter-spacing: -.01em !important;
    font-weight: 500 !important;
}
.text_w_image-description{
  font-family: 'Poppins'; 
  font-size:16px;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {

  .product-detail-custom-section .section-text-image{
    padding: 20px 0;
  }
  .product-detail-custom-section .section-text-image .text-block .text-inner{
    padding: 30px 0;
    align-items: baseline;
  }

  .product-detail-custom-section .section-text-image .text-block .text-inner .title{
    text-align: center;
  }

  .product-detail-custom-section .section-text-image .text-block .text-inner .description{
    text-align: center;
  }
}

.product-detail-custom-section .section-video-faq {
  display: flex;
  flex-direction: row;
}

.product-detail-custom-section .section-video-faq .video-block{
  flex: 2;
  height: 28.15em;
}

.product-detail-custom-section .section-video-faq .video-block img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.product-detail-custom-section .section-video-faq .video-block .video-section{
  width: 100%;
  height: 100%;
}

.product-detail-custom-section .section-video-faq .video-block .video-section #youtube-iframe{ 
  display: none;
  width: 100%;
  height: 100%;
}
.product-detail-custom-section .section-video-faq .video-block .video-section #vimeo-iframe{ 
  display: none;
  width: 100%;
  height: 100%;
}


.product-detail-custom-section .section-video-faq .text-block{
  flex:1;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.product-detail-custom-section .section-video-faq .text-block .faq-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.product-detail-custom-section .section-video-faq .text-block .faq-list .faq-item{
  max-width: 50%;
  flex: 50%;
  margin-bottom: 45px;
  align-items: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.product-detail-custom-section .section-video-faq .text-block .faq-list .faq-item .faq-item-image{
  position: relative;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  overflow: hidden;
}

.product-detail-custom-section .section-video-faq .text-block .faq-list .faq-item .faq-item-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.product-detail-custom-section .section-video-faq .text-block .faq-list .faq-item .faq-item-image .video-btn{
  max-width: 1em;
    height: 1em;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.product-detail-custom-section .section-video-faq .text-block .faq-list .faq-item span{
  font-size: .65em;
    margin: 0;
    text-align: center;
    font-weight: 400;
    text-decoration: underline;
    word-wrap: break-word;
}

span.new-swatch-label,
span.sale-swatch-label {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 3;
  padding: 0 5px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 14px;
}

.collection-item--grid__item {
  position: relative;
  margin-bottom: 17px;
}

@media screen and (max-width: 769px) {
  .collection-item--grid__item {
    margin-bottom: 22px;
  }
}

span.new-swatch-label {
  background-color: var(--colorNewVariantSwatch);
  color: #fff;
}
span.sale-swatch-label {
  color: var(--colorSaleTagText);
  background-color: var(--colorSaleTag);
}
span.new-swatch-label.disabled,
span.sale-swatch-label.disabled {
  opacity: 0.3;
}
.variant-input{
  position: relative;
  margin-right: 8px;
}

.accordion-icon-with-text, .accordion-text-with-icon-list {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.accordion-icon-with-text img, .accordion-text-with-icon-list img{
  width: 24px;
  height: 24px;
}
.accordion-icon-with-text p {
  margin: 0 0 0 1rem;
}

@media only screen and (max-width: 767px) {
  .product-detail-custom-section .section-video-faq .video-block{
    flex:none;
    height: 16.5em;
  }
  .product-detail-custom-section .section-video-faq{
    flex-direction: column;
  }
}

@media only screen and (min-width: 1200px){
  .header-medium-up--hide{
    display: none!important;
  }
}

@media only screen and (max-width: 1013px){
  .header-small--hide {
    display: none!important;
  }
}


@media only screen and (min-width:769px){
  .grid__item--sidebar{
    position:sticky;
    max-height:80vh;
    top:100px;
  }
}

.filter-menu{
  padding-right: 10px;
}

.filter-menu ul{
  list-style:none;
  margin: 0 0 15px 15px;
}
.p {
  margin: 0 0 5px;
}
.filter-menu li.selected a{
  font-weight: bold;
}
.filter-menu li.selected .tag__checkbox:after{
  background-color: var(--colorTextBody);
  border-color: var(--colorTextBody);
}

.filter-clear{
  float: right;
}

.collection-sidebar__group:first-child{
  border-top: 0;
}

.testimonial-stars{
  color: var(--colorStar);
}
#readmore {
  display: none;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#readlessbtn {
  margin-bottom: 20px;
  margin-top: -13px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .mobileMargin{
    margin-bottom:0px !important;
  }
}
.homepage-logo .section-header{
  margin-bottom: -20px;;
}

.homepage-logo .section-header .section-header__title{
  text-align:center;
  font-weight:500;
}

.homepage-logo .logo_mobile{
  display: none;
}
@media only screen and (max-width: 768px) {
  .quoteContainer{
    align-items: center; 
    justify-content: center; 
    display: flex; 
    margin-top: -5%;
  }
  .mobileQuote-Padding{
    padding: 0px 17px 80px 17px;
  }
}
@media only screen and (min-width: 768px) {
  .quoteContainer{
    align-items: center; 
    justify-content: center; 
    display: none; 
    margin-top: 6%;
  }
}
.quoteAuthor{
  text-transform: uppercase;
  font-family: 'poppins';
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 2px;
}
.NoArrow{
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .QuoteContent{
    display: flex;
    justify-content: center;
    padding: 0px 20px 0px;
    flex-direction: unset;
  }
}

@media only screen and (max-width: 768px) {
  .QuoteContent{
    display: flex;
    justify-content: center;
    padding: 0px 20px 0px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .QuoteImage{
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .QuoteImage{
    width: 8%;
    justify-content: end;
  }
}
.logo-bar{
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .DuraLitePadding{
    padding: 0px 3% 0px !important;
  }
}
.DuraLitePadding{
  padding: 0px 16% 0px;
}

.DuraLiteInfoTitle{
  font-size:200%; 
  font-family: 'Poppins'; 
  text-align: center; 
  font-weight:600; 
  margin-bottom: 20px;
}
.DuraLiteInfoSubTitle{
  font-size:29px;
  line-height: 29px; 
  font-family: 'Poppins'; 
  text-align: center; 
  font-weight:600;
  margin-bottom: 20px;
}
.DuraLiteInfoDescription{
  font-size: 22px;
  line-height: 30px;
  font-family: 'Poppins';
  text-align: center;
}
@media only screen and (max-width:979px){
  .direction{
  /*flex-direction: column;*/
  }
}

@media only screen and (min-width:979px){
  .direction{
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width:979px){}
.quality-direction{
  flex-direction: column;
}

@media only screen and (min-width:979px){}
.quality-direction{
  flex-direction: row;
}

@media only screen and (max-width:768px){
  .homepage-logo .logo_mobile{
    display: block;
  }
  .homepage-logo .logo_desktop{
    display: none;
  }
  .mobile-logo-container{
    max-width:450px; 
    margin:20px;
  }
    
  .homepage-logo .section-header{
    /*display: none;*/
  }

}

.sale_banner_product{
  background: var(--colorSaleTag);
}
.new_banner_product,
.preorder_banner_product {
  background: var(--colorNewTag);
}
.sale_banner_product, .new_banner_product, .preorder_banner_product {
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 20px;
  text-align: center;
  color: var(--colorBody);
  margin-bottom: 13px;
  display: inline-block;
  font-size: 15px;
  white-space: nowrap;
}

@media only screen and (max-width: 768px)
{
  .breadcrumb {
    font-size: 12px;
  }
  .template-product .breadcrumb{
    margin-bottom: 0;
  }
}

.product__price.on-sale{
  align-content: flex-end;
  color: var(--colorTextSavings);
}
.product__price--compare{
  color: var(--colorWasPrice);

}

@media only screen and (max-width: 478px)
{
  .xsmall--one-whole {
    width: 100%;
  }
}

.product-block.product-block--tab .collapsible-trigger-btn{
  text-align: left;
}

[data-center-text=true] .variant-input-wrap label{
  margin-left: 0;
}
@media only screen and (max-width: 768px){
  .sales-point .icon-and-text {
      justify-content: center;
  }
  .fsbelow{
    padding-left: 0;
  }
  .rio-media-gallery{
    min-height: 450px;
  }
}

.breadcrumb{
  text-transform: capitalize;
}

.site-nav__dropdown>li{
  padding:2px 0;
}

#video_transcript_link{
  text-align: center;
  cursor: pointer;
}

#product-inventory-status{
  display: none;
}
#product-inventory-status-modal{
  display: none;
}


.product-single__meta{
  padding-left: 0px;
}
.size-chart {
   display: none;
 
   .fancybox-close-small svg {
     background-color: rgba(0,0,0,0.1);
     border-radius: 50%;
   }
 }

.size-chart-wrap {
   @include flex(1 0 10%);
   padding: 0;
   max-width: 900px;
   position: relative;
   padding: 40px;
 
   &.animated {
     opacity: 0;
   }
 }

.size-chart.fancybox-content {
   @include respond-to($medium-down) {
     padding:5px;
     .size-chart-wrap {padding:5px}
   }
 }

 .table.is-striped {
   tbody {
     tr:not(.is-selected) {
       &:nth-child(even) {
         background-color: $table-striped-row-even-background-color
       }
     }
   }
 }

.table.is-bordered {
   td,
   th {
     border: 1px solid $border;
     padding: 5px;
   }
 }

.MetaLink{
  padding-left: 0px;
  text-decoration: underline;
}

.klaviyo-bis-trigger{
  margin-top: 10px !important;
  font-size: 12px;
  width: 100% !important;
}

.variant-input-wrap input.no-variant{
  display: none; 
}

.variant-input-wrap label.no-variant{
  display: none;
}
.variant-input-wrap span.no-variant{
  display: none;
}

.putt, .cutt {
    /*font-style: italic;*/
  }

span.putt {
    display: block;
    /*margin-top: 10px;*/
}
@media only screen and (max-width: 768px){
  .listed-product-icons{
    width: 27%;
    /*margin-left: 7%;*/
    margin-top: 22px;
    justify-content: center;
    display: flex;
    min-width: 90px;
    margin-bottom:20px;
  }
}
@media only screen and (min-width: 769px){
  .listed-product-icons{
    width: 20%;
    /*margin-left: 7%;*/
    margin-top: 1px;
    justify-content: center;
    display: flex;
    min-width: 90px;
    margin-bottom:20px;
  }
}

.listed-product-promo-icons{
  width: 9%;
  /*margin-left: 7%;*/
  margin-top: 1px;
  justify-content: center;
  display: flex;
  min-width: 90px;
  margin-right:20px;
  margin-top: 25px;
}
.accordion-content {
  padding: 0 15px;
  height: 0;
  overflow: hidden;
  font-family: 'Poppins';
  transition: height 0.3s ease-out;
  /* background-color: #f9f9f9; */
  border-radius: 0 0 10px 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.accordion-item {
  margin-bottom: 10px;
}
.accordion-header {
  font-family: 'Poppins';
  background-color: white;
  color: #1B1F23;
  padding: 15px 0 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #CCCCCC;
  border-left: inherit;
  border-right: inherit;
  width: 100%;
  text-align: left;
  border-radius: 0px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: .02em;
}

.wholepage_accordion{
  width:100%;
}
@media only screen and (max-width: 769px){
  .invisibleMobile{
    display: none;
  }
}
@media only screen and (max-width: 769px){
  .ImgTxtButton2{
    width:auto;
    color: white;
    background: #04A196;
    font-weight: 500;
    padding: 13px 30px 13px 30px;
    font-size: 16px;
    letter-spacing: 4px;
    border-radius: 6px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px){
  .ImgTxtButton2{
    width:auto;
    color: white;
    background: #04A196;
    font-weight: 500;
    padding: 13px 30px 13px 30px;
    font-size: 16px;
    letter-spacing: 4px;
    border-radius: 6px;
    margin-right: 20px;
    text-align: center;
  }
}

@media only screen and (max-width: 769px){
  .ImgTxtButton1 {
    width: auto;
    color: white;
    background: #04A196;
    font-weight: 500;
    padding: 13px 30px 13px 30px;
    font-size: 16px;
    letter-spacing: 4px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media only screen and (min-width: 769px){
  .ImgTxtButton1 {
    width: auto;
    color: white;
    background: #04A196;
    font-weight: 500;
    padding: 13px 30px 13px 30px;
    font-size: 16px;
    letter-spacing: 4px;
    border-radius: 6px;
    margin-right: 20px;
    text-align: center;
  }
}


@media only screen and (max-width: 769px){
  .textWImageButton_Container{
    flex-direction: column;
    width: 100%;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 769px){
  .textWImageButton_Container{ 
    flex-direction: row;
    margin-left: 20px;
  }
}

.accordion-content.active {
  /* height: 3000px; */
  padding: 15px 15px 0;
  /* border: 1px solid #ddd; */
  border-top: none;
}
.Product-content-product-accordian-tab-0{
  font-family: 'Poppins';
}
@media only screen and (min-width: 769px){
  .icon-txt{
    text-align: center;
    font-family: 'Poppins';
    font-size: 13px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px){
  .icon-txt{
    text-align: center;
    font-family: 'Poppins';
    font-size: 14px;
    display: flex;
    justify-content: center;
  }
}

.hidden-collection{
  display: none;
}

.icon-block{
  width:42%;
}
.sales-point-text{
  color: var(--colorBtnPrimary);
  text-decoration: underline;

}
.product-block--sales-point{
  display: none;
}
.ajaxcart__shipping_text{
  color: var(--colorBtnPrimary);
}
.ajaxcart__shpping-row{
  display: none;
}


.grid-product__free_shipping {display:none;}
/* span.new-swatch-label {
    display: none;
} */

.hidden {
  display: none;
}


/* New Slideshow */

.slideshow-new .page-width {
  padding: 0 160px;
}

.slideshow-new .hero__title,
.slideshow-new .hero__subtitle {
  text-transform: capitalize;
}

.slideshow-new .hero__subtitle {
  margin-top: 20px;
}

.slideshow-new .hero__link {
  margin-top: 45px;
}

.slideshow-new .btn {
  min-width: 200px;
  min-height: 56px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--typeHeaderPrimary), var(--typeHeaderFallback);
  line-height: 18px;
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  .slideshow-new .page-width {
    padding: 0 17px;
  }
  .slideshow-new .hero__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .slideshow-new .btn {
    line-height: 0;
    min-width: 150px;
    min-height: 40px;
    border-radius: 10px;
  }
  .slideshow-new .hero__text-content {
    vertical-align: bottom;
  }
  .hero__text-shadow {
    width: 100%;
  }
}

/* New Collection items */

.collection-new-item .collection-item__title {
  position: static;
  transform: unset;
  color: black;
  padding: 30px 0 0;
}

.collection-new-item:after {
  content: none!important;
}
/* split test */
.product-block--sales-point {
  display : block;
}

.ajaxcart__shpping-row {
  display : flex;
}

.ajaxcart__shipping_text {
  color : var(--colorBtnPrimary);
  font-weight : bold;
  letter-spacing : 2px;
}

#ae_app #ae_launcher.ae-cta-position-preset-right-mid-lower {
  bottom : 69px !important;
}


span.theme_green {
  color : rgb(10, 158, 147);
  font-weight : bold;
}

.collection-new-item .item--actions.center_single_button {
align-items: center;
justify-content: center;
}

.pseudo-slider .page-width {
    padding: 0 60px;
}

.pseudo-slider .btn {
    min-width: 200px;
    min-height: 56px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}

@media screen and (max-width: 769px) {
  .pseudo-slider .page-width {
    padding: 0 17px;
  }
  .pseudo-slider .hero__text-content {
    /*vertical-align: bottom;*/
    padding: 15px 0 15px 0;
  }
}
@media screen and (max-width: 969px) {
  .pseudo-slider .page-width {
    padding: 0 44px;
  }


    .pseudo-slider .hero__link {
      justify-content: center;
  }
  .pseudo-slider .btn {
  line-height: 0;
      min-width: 100px;
      min-height: 40px;
      padding: 5px 12px;
  }
}

.model-info-label {
  background-color: #fefefe;
  border-radius: 3px;
  bottom: 15px;
  color: #24282a;
  font-size: 14px;
  left: 15px;
  line-height: 17px;
  max-width: calc(100% - 15px);
  opacity: .8;
  padding: 5px 7px;
  position: absolute;
}

[data-tooltip] {
  position: relative;
  cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
  line-height: 1;
  font-size: .9em;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  display: none;
  opacity: 0;
}

[data-tooltip]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 100;
}

[data-tooltip]:after {
  content: attr(data-tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 3px 6px;
  border-radius: 5px;
  background: #000000;
  color: #FFFFFF;
  z-index: 99;
}

[data-tooltip].show:before,
[data-tooltip].show:after {
  display: block;
  opacity: 1;
}

[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow="top"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #000000;
}

[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::after {
  bottom: calc(100% + 5px);
}

[data-tooltip]:not([data-flow])::before,
[tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::before,
[data-tooltip][data-flow="top"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -4px);
  transform: translate(-50%, -4px);
}

[data-tooltip=""]::after,
[data-tooltip=""]::before {
  display: none !important;
}


.ajax-table-content th span {
  display: block;
  padding: 20px;
  background: #2e5b5e;
  color: white;
}

.ajax-table-content td p {
  margin: 0;
}

.ajax-table-content td {
  padding: 20px 10px;
}

.ajax-table-content td[data-text="center"] {
  text-align: center;
}

.ajax-table-content span.center-icon {
  display: block;
  text-align: center;
  color: #2e5b5e;
  fill: #2e5b5e;
  font-size: 30px;
}

.ajax-table-content span.center-icon svg {
  vertical-align: middle;
}
/* 
video::-webkit-media-controls {
  display: none;
} */

.video-controls {
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity .25s ease-in-out;
  padding: 0 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.video-parent-section:hover .video-controls,
.video-parent-section:focus-within .video-controls {
  opacity: 1;
}
.reviewsbox{
  height: 30px;
}

.video-controls button svg {
  width: 30px;
  height: 30px;
  color: white;
  fill: white;
}

.volume-controls {
  position: relative;
}

.volume-controls:hover input[type="range"][orient="vertical"],
.volume-controls:focus input[type="range"][orient="vertical"] {
  opacity: 1;
}

.volume-controls input[type="range"][orient="vertical"] {
  appearance: slider-vertical;
  width: 8px;
  height: 175px;
  padding: 0 5px;
  opacity: 0;
  transition: opacity .25s ease-in-out;
}

.video-controls button[data-state="pause"] .play-icon {
  display: none;
}

.video-controls button[data-state="play"] .pause-icon {
  display: none;
}

.video-controls button[data-state="muted"] .sound-icon {
  display: none;
}

.video-controls button[data-state="unmuted"] .muted-icon {
  display: none;
}


@media (min-width: 769px) {
  .variant__label[for].size_label {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .variant__label[for].size_label {
    display: flex;
    justify-content: left;
  }
}
.product-discount {
  display: inline-block;
  padding: 15px;
  border: 1px solid;
  border-color: #525252;
  background: #f6f6f6;
}

.discount-line {
  text-transform: uppercase;
}

.discount-message {
  font-size: 16px;
  margin-top: 5px;
}

#CollectionAjaxContent {
  min-height: 100vh;
}