/** Shopify CDN: Minification failed

Line 1014:2 Expected identifier but found "."
Line 3663:104 Unexpected "30"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/



#rc_login {
    display: none !important;
  }
.t4s-drawer{
  z-index:9999999999;
}

body, .t4s-website-wrapper {
    filter: unset !important;
}

.product-recommendations{
  padding: 20px 0 40px;
}

.product-recommendations h2 {
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: black;
  letter-spacing: 2px;
}

.related_products p.product__title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #222222;
    line-height: 36px;
}
.rvbottom {
    margin-top: 20px;
}

.related_products p.product__price {
    font-size: 22px;
    color: #757575;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 22px;
}
.related_products img.product__img {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 12px 12px 0px 0px;
    width:100%;
}
.product-recommendations ul {
    display: grid;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    grid-template-columns: 1fr  1fr 1fr 1fr;
    grid-gap: 30px;
    padding-left: 0;
}

.t4s-row {
  margin: 0;
} 
.t4s-single-product-badge {
    z-index: 1;
}
.rc_layout .columns img {
  display: none !important;
}

div#content__customers__request-invite {
  background: #f9f8f4;
}

.t4s-account-nav-link--dashboard {
    display: none;
}

.t4s-account-content {
    position: relative;
}
a.backlink.acback {
    left: -6%;
    top: 20px;
}

.brzfaqs {
    margin: 0 5%;
    margin-top:40px;
}

.brzfaqs h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 32px;
}

.brzrelated {
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  background: none; 
}

.brzrelated h5 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #1f2937;
  font-family: inherit;
}

.brzrc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding: 0 5%;
  box-sizing: border-box;
}

.brzri {
  border: none;
  border-radius: 12px;
  padding: 20px;
  text-align: left;
  background: none; 
  box-shadow: none;
    text-align: center;
   
}

.brzri img {
  max-width: 60%; 
  height: auto;
  margin-bottom: 16px;
  border-radius: 8px;
  transition: transform 0.3s ease;
    margin: 0 auto;
    
}

.brzri h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 6px;
  color: #111827;
    margin-top:20px;
    text-align: left;
    margin: 20px 0px 10px 0px;
}

.brzri h6 {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
    text-align: left;
}


.brz1 {
    position: relative;
}
.brz1c {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}.brz1c h4 {
    color: mintcream;
    font-size: 48px;
    line-height: 55px;
}.brz1c p {
    color: white;
    font-size: 28px;
}

#us_page button {
  color: black;
}


.rc_header-settings__description {
  color: #0C1218;
  font-size: 16px;
}

.recharge .rc_layout__full .row {
  margin: 32px 0;
  justify-content: center;
}

.rc_layout .columns p {
  background: white;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 20px;
}

.rc_layout .columns p a {
  background-color: #0085F9;
  color: white;
  font-size: 16px;
  padding: 10px 12px;
  font-weight: 400;
  border-radius: 8px;
}



.template-customers-account li.t4s-account-nav-link {
    cursor: pointer;
}


a.cussubs img {
    width: 15px;
}

.template-customers-account .t4s-account-nav a {
    text-decoration: none;
    display: block;
    padding: 20px 20px;
    font-size: 20px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    border: none;
    background: white;
    margin: 20px 0;
    border-radius: 7px;
    color: #0C1218;
    font-weight: 600;
}

.template-customers-account .t4s-account-nav ul {
    padding: 0;
    list-style: none;
    margin-top: 0;
    line-height: 1.4;
    border: none;
}

p.t4s_mb_20.t4s-account-hello {
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}
.acc_det {
    background: white;
    padding: 20px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.yotpo-label.yotpo-small-box {
  display: none;
}

.yotpo-reviews-carousel .carousel-display-wrapper .yotpo-carousel .yotpo-icon-star {
  color: #E7721B;
}

.yotpo .yotpo-review .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-comment .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-question .yotpo-header .yotpo-review-stars .yotpo-icon, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-review-stars .yotpo-icon {
  color: #E7721B;
}

.yotpo .yotpo-bottomline .yotpo-icon-star, .yotpo .yotpo-bottomline .yotpo-icon-half-star, .yotpo .yotpo-bottomline .yotpo-icon-empty-star {
  color: #E7721B;
}

/*customer accounts */

.t4s-section-customers {
    margin: 0 auto !important;
    margin-top: 0;
    padding-top: 50px;
}
.template-customers-account  main#MainContent {
    background: #f9f8f4;
}




.template-customers-addresses li.t4s-account-nav-link {
    cursor: pointer;
}
.template-customers-addresses  main#MainContent {
    background: #f9f8f4;
}
.template-customers-addresses .t4s-account-nav a {
    text-decoration: none;
    display: block;
    padding: 20px 20px;
    font-size: 20px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    border: none;
    background: white;
    margin: 20px 0;
    border-radius: 7px;
    color: #0C1218;
    font-weight: 600;
}


.template-customers-addresses .t4s-account-nav ul {
    padding: 0;
    list-style: none;
    margin-top: 0;
    line-height: 1.4;
    border: none;
}

.template-customers-addresses {
  
}

.template-customers-addresses .t4s-account-content ul div {
    background: white;
    margin-top: 30px;
    border-radius: 7px;
}

.template-customers-addresses .t4s-account-content ul li {
    background: white;
    padding: 12px;
    border-radius: 7px;
}




.template-customers-addresses .is--addresses button {
    margin: 1.5rem 0 1.5rem;
}

.t4s-account-nav svg {
  color: #0085F9;
}








.template-customers-order  li.t4s-account-nav-link {
    cursor: pointer;
}
.template-customers-order   main#MainContent {
    background: #f9f8f4;
}
.template-customers-order  .t4s-account-nav a {
    text-decoration: none;
    display: block;
    padding: 20px 20px;
    font-size: 20px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    border: none;
    background: white;
    margin: 20px 0;
    border-radius: 7px;
    color: #0C1218;
    font-weight: 600;
  justify-content:space-between;
}


.template-customers-order  .t4s-account-nav ul {
    padding: 0;
    list-style: none;
    margin-top: 0;
    line-height: 1.4;
    border: none;
}

.template-customers-order  .t4s-account-content ul {
    background: white;
    padding: 20px;
    padding-bottom: 40px;
    margin: 20px 0;
    border-radius: 7px;
}




/* end of customer account */





.shpall svg {
    width: 25px;
}
.shpall p {
    display: inline;
    font-size: 18px;
    margin: 0;
    padding-right: 5px;
}
.shpall a {
    display: flex;
    align-items: center;
}
.shpall {
    position: relative;
    margin-top: 15px;
}

.shpall:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    background: black;
}
.msmenu .mscon {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}

.msmenu img {
    max-width: 90px;
}

.ms1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.msmenu1 {
    position: absolute;
    top: 36px;
    left: 50%;
    width: 65%;
    z-index: 99;
    background: white;
    transform: unset;
    border-radius: 17px;
    padding: 0px;
    transform: translateX(-50%);
    display: none ;
}
.mscon{
  padding:30px;
}

.ms2 a, .ms3 a {
    font-weight: bold;
    font-size: 34px;
    line-height: 43px;
}
.ms2 a:hover, .ms3 a:hover{
  color:#0085F9;
}

.ms4 a:hover, .ms5 a:hover{
  color:#FF8838;
}


.mscon h5 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.ms4 a {
    font-size: 24px;
    line-height: 36px;
}

.ms5 a {
    font-size: 24px;
    line-height: 36px;
}

.ms4 a, .ms5 a {
    font-weight: bold;
    font-size: 34px;
    line-height: 43px;
}

.mscon:after {
    position: absolute;
    content: "";
    width: 4px;
    background: black;
    height: 86%;
    margin-top: 2%;
    left: 50%;
    border-radius: 2px;
}

.ms2 {
    padding-left: 30px;
}
.mscon {
    display: grid;
    grid-template-columns: 20% 35%  25% 20%;
    position: relative;
}


.homelinks {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}

ul#menu-submenu-right {
  
    position: unset;
   
}



.t4s_des_title_12 .t4s-section-des {
    margin-bottom: 5px;
    font-style: normal; 
    color: black;
    font-family: barlow,sans-serif;
}
.faq { 
    padding: 0;
    padding-top: 40px;
} 
.template-collection .t4s_ratio img {
    object-fit: cover;
    object-position: center center;
    transition: none !important;
}

.template-index .home_show{
  display:block !important;
}

.template-index .home_hide{
  display:none;
}

.yotpo-popup-box-medium.yotpo-modal-bottom-line .standalone-bottomline {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}


.yotpo-popup-box-medium.yotpo-modal-bottom-line input.yotpo-default-button.primary-color-btn.pull-right.write-review-button.only-invisible {
    width: 100%;
}


.t4s-product-badge {
    color: white;
    background: #0085f9;
    border-radius: 35px;
}
.t4s-single-product-badge{
    color: white;
    background: #0085f9;
    border-radius: 35px;
}.t4s-single-product-badge {
    color: white;
    background: #0085f9;
    border-radius: 35px;
    height: 60px;
}.t4s-single-product-badge.t4s-pa.t4s-pe-none.t4s-op-0.lazyloadt4sed span {
    margin: 0;
}
.cupon.t4s-when-cart-emty.t4s-mini_cart__tool.t4s-mini_cart__tool_button {
    display: none;
}
.template-collection .t4s-product .t4s-product-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--pr-background-overlay);
    z-index: 1;
    transition: .5s;
    opacity: 0;
    background: transparent;
}
.template-colleciton .t4s-product .t4s-product-inner {
    overflow: hidden;
    position: relative;
    border-radius: 12px !important;
}
.template-collection .t4s-collection-header {
    margin: 30px 0 !important ;
    padding: 0 2%;
    margin-bottom: 0 !important;
}
.imhover img{
width:100%;  
}
.template-product span.t4s-dib {
    display: none !important;
}

.t4s-section-main-product {
    position: relative;
}
.tabs-menu div.active {
    color: black;
}

.t4s-drawer__content .t4s-drawer__bottom {
    display: none !important;
}

.product-tabs-content {
  padding: 0;
}

.tabs-menu div {
    cursor: pointer;
    padding: 0 20px;
    font-weight: bold;
    text-transform: uppercase;
    position:relative;
    font-size: 50px;
    color: black;
}
.tabs-menu div.active:after {
    content: "";
    width: 88%;
    height: 3px;
    background: black;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
form.needsclick.klaviyo-form.klaviyo-form-version-cid_1.kl-private-reset-css-Xuajs1 {
    padding: 0 !important;
  margin-top:20px;
}

.needsclick.kl-private-reset-css-Xuajs1 {
    min-height: unset !important;
}
.t4s-socials-block.t4s-setts-color-true.social-87f4d831-31cc-4df5-9eb6-6aae8d1a338a {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}

.pcbotitm a:hover:after {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(1,1,1,.2);
    z-index: 99;
    top: 0;
    cursor: pointer;
    border-radius: 14px;
}

.minfo .accordion_container .accordion_body h3 {
    padding: 18px 5px;
}

.tabs-menu {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 32px;
}.tabs-menu div {
    cursor: pointer;
    padding: 0 20px;
}
.sec4r img {
    max-width: 500px;
    margin-top: 40px;
}
.sec4l a {
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
}.sec3rb a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}
.sec3lt {
    max-width: 400px;
    margin-left: 12%;
}
.sec3lf span {
    background: #00CE85;
    border-radius: 53px;
    padding: 12px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    margin-bottom: 25px;
}

.sec3lf svg {
    width: auto;
    height: auto;
    
    font-size: 34px !important;
}


.sec3lb a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}.sec3lf p {
    color: black;
    font-size: 15px;
}
.sec3lf h3 {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 15px;
}
.sec3lf {
    max-width: 400px;
    margin: 0 auto;
  margin-bottom:40px;
}

.sec4 h3 {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 15px;
}

.sec2 {
    position: relative;
    padding-top: 6%;
    padding-bottom: 5%;
    background-image: url(/cdn/shop/t/43/assets/CBD%20Background%20Text%20-%20Mobile.png?v=1689613803);
    background-repeat: no-repeat;
    background-position: 76% 94%;
    background-size: 50%;
}
.sec4 {
    margin: 0 10%;
    padding-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-image: url(/cdn/shop/t/43/assets/Join%20us.png?v=1689613665);
    background-size: 99%;
    background-repeat: no-repeat;
    background-position: top center;
    margin-top: 80px;
}
.sec3con span {
    background: #00CE85;
    border-radius: 53px;
    padding: 12px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    margin-bottom: 25px;
}
.abcon {
 
}
.template-index footer#t4s-footer {
    background: transparent;
}

.sec3 h3, .sec3 p {
    color: white;
}
.sec3 .sec3con p {
    color: white;
    font-size: 15px;
}

.template-index a.t4s-footer-link {
   
}

.template-index h3.t4s-col-heading.t4s-fnt-fm-inherit {
   
}

.template-index .needsclick input {
   
}

.template-index .exfooter {
    
}
.template-index .t4s-coppy-right {
   
}

footer .t4s-section-inner.t4s_nt_se_footer.t4s_se_footer.t4s-container-fluid {
    background: transparent;
}

footer .t4s-section-inner.t4s_nt_se_bottom-bar.t4s_se_bottom-bar.t4s-container-fluid.t4s-bootom-hidden-false {
    background: transparent;
}

.abcone span {
    font-size: 26px;
    line-height: 30px;
    color: black;
}

.abctwo h5 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
}
.abcthre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.abcthre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.abcone {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.abctwo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.abctwo span {
    color: black;
    text-align: center;
}
.abctwo span p {
    margin: 0;
    padding: 0;
    text-align: center;
}
.abcbitem {
    display: grid;
    grid-template-columns: 20% 46% 32%;
    grid-gap: 2%;
    margin: 20px 0;
}
.abcone h3 {
    font-size: 82px;
    line-height: 85px;
}

.abcone span {
    font-size: 26px;
    line-height: 29px;
}
.abctwo h5 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.sec3con svg {
    width: auto;
    height: auto;
    
    font-size: 34px !important;
}
.citx p {
    margin: 0;
    font-size: 17px;
    padding: 0;
}
.gettok h4 {
    text-align: center;
    font-size: 42px;
    letter-spacing: 2px;
}
.ctitd {
    padding: 0 0%;
    margin-top: 40px;
}
.ctitd h2 {
    font-size: 42px;
    letter-spacing: 2px;
    text-transform: uppercase;
}.ctitd h2 {
    font-size: 42px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 2%;
}

.abpro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6%;
  margin-bottom: 50px;
}

.abpro-con {
  text-align: center;
  max-width: 690px;
  max-height: 159px;
  flex-shrink: 0;
}

.abpro h3 {
  color: #000;
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.abpro p {
  color: #000;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.abpro-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

#shopify-section-template--15518716330077__main .t4s-product .t4s-product-title a {
  font-size: 18px;
  font-weight: bold;
}

#shopify-section-template--15518716330077__main .t4s-product .t4s-product-title a:hover, #shopify-section-template--15518716330077__main .t4s-product .t4s-product-price {
  font-size: 18px;
}

.t4s-row.t4s-row-mt {
  justify-content: center;
}


.prdeffects-mobile {
  display:none;
  margin-top: 20px;
}

.t4s-cartPage__title-2 {
   padding: 20px 0 6px
}

.fether-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ft-variant__btn svg {
  .margin-left: 4px !important;
}

.ft-product__item-footer {
  gap: 10px;
}

.ft-product__item {
  max-width: 200px !important;
  width: auto !important;
}

.ft-widget__prod-default {
  display: flex;
  justify-content: center;
}

.bundlesuite-container .product-card-cta button, .bundlesuite-container .side-cart-checkout-cta button, .bundlesuite-container .discount-info-container-header  {
    border-radius: 16px;
}

.bundlesuite-container .condition-link {
    border-radius: 12px;
    color: #222222;
}

.bundlesuite-container .side-cart-checkout-item p {
    font-weight: 600;
    letter-spacing: 0;
    color: #222222;
}

.cart-empty {
    color: #222222;
}

.bundlesuite-container .cart-totoal-added-products p {
    letter-spacing: 0;
    font-style: unset;
    color: #222222;
}


@media (max-width: 1400px) {

.abpro-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 85%;
    margin: 0 auto;
}
  
}

.abpro-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 85%;
    margin: 0 auto;
}

.abpro-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 85%;
    margin: 0 auto;
}

.abpro-gum {
  max-width: 335px;
  height: 648px;
  background-image: url("/cdn/shop/files/Gummy.jpg?v=1693337453");
  background-size: contain;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.abpro-gum h3 {
  color: #FFF;
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.abpro-gum p {
  color: #FFF;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}


.pdp2047946096729 .imhoverx {
    display: block !important;
}
.pdp2047946096729 .imhover {
    display: none !important;
}


.abpro-tin {
  max-width: 335px;
  height: 648px;
  background-image: url("/cdn/shop/files/Tincture.jpg?v=1693337453");
  background-size: contain;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.abpro-tin h3 {
  color: #FFF;
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.abpro-tin p {
  color: #FFF;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

.abpro-top {
  max-width: 335px;
  height: 648px;
  background-image: url("/cdn/shop/files/Topical.jpg?v=1693337453");
  background-size: contain;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.abpro-top h3 {
  color: #FFF;
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.abpro-top p {
  color: #FFF;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

.abpro-vap {
  max-width: 335px;
  height: 648px;
  background-image: url("/cdn/shop/files/Vape.jpg?v=1693337453");
  background-size: contain;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.abpro-vap h3 {
  color: #FFF;
  text-align: center;
  font-family: Roboto Condensed;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.abpro-vap p {
  color: #FFF;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
}

.shop-now {
  color: #FFF;
  font-family: Roboto Condensed;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.42px;
}




@media (max-width: 700px) {
  .tabsx {
    transform: scale(0.6);
  }
}










.template-collection .t4s-product-wrapper {
    border: 0px solid grey;
    border-radius: 14px;
    padding-bottom: 20px;
}
a.get2cl {
    font-family: inherit;
    background: #006eff;
    color: white;
    padding: 12px 22px;
    border-radius: 12px;
    display: block;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 20px;
    font-weight: bold;
  margin-bottom:20px;
}
.t4s-pr-style1 .t4s-product-btns2 {
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.template-collection .t4s-collection-header {
    margin: 40px 0;
    padding: 0 2%;
}
.t4s-main-article-page .t4s-article-image.t4s-pr {
    display: none;
}.articlh {
    /* margin-bottom: 0 !important; */
    margin-top: 30px;
    margin-bottom: 30px !important;
}
.articlhc h2 {
    color: white;
    padding: 80px;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
}.articlhc {
    border-radius: 12px;
}
.template-collection .row.prod-imgs {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    align-items: center;
}span.pin {
    color: #f2499c;
    margin-right: 8px;
}
.ctitl {
    font-size: 32px;
    color: black;
    letter-spacing: 2px;
    font-family: Roboto Condensed,sans-serif;
    font-weight: bold;
}

#shopify-section-template--15427491004509__main .t4s-product .t4s-product-title a:hover, #shopify-section-template--15427491004509__main .t4s-product .t4s-product-price {
    font-size: 20px;
}
#shopify-section-template--15427491004509__main .t4s-product .t4s-product-title a:hover, #shopify-section-template--15427491004509__main .t4s-product .t4s-product-price {
    font-size: 20px;
    line-height: 22px;
}
.template-index img.t4s-product-main-img.lazyautosizes.ls-is-cached.lazyloadt4sed {
    transition: none !important;
   
}.template-index img.t4s-product-hover-img.lazyautosizes.lazyloadt4sed {
    transition: none;
    transform: scale(1);
}.template-index img.t4s-product-main-img.lazyautosizes.lazyloadt4sed {
    transform: none !important;
    transition: none !important;
}
.template-index img.t4s-product-hover-img.lazyautosizes.ls-is-cached.lazyloadt4sed {
    transform: none !important;
    transition: none !important;
}

#t4s-footer {
    border-top: none !important;
}
.template-collection .yotpo-display-wrapper {
    /* margin: 0 auto; */
    text-align: center;
    justify-content: center;
   
}
.scDiscount {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    display: none;
}


.getc {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 40px;
}
.getc {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 50% 46%;
    grid-gap: 40px;
    border: 0px solid grey;
    border-radius: 16px;
    box-shadow: 0px 0px 6px grey;
}.getmec {
    width: auto;
    
    margin-top: 40px;
    padding: 12px;
    border-radius: 12px;
}.getmec {
    width: auto;
   
    margin-top: 40px;
    padding: 5px 12px;
    border-radius: 12px;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
}.getmec p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 8px 22px;
    border-radius: 12px;
    cursor: pointer;
}.getmec p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 8px 22px;
    border-radius: 12px;
    cursor: pointer;
    width: 80%;
    text-align: center;
}.getmecon strong {
    font-size: 32px;
    color: black;
}.getmecon p {
    margin-bottom: 5px;
    color: black;
}
.getmecon {
  margin-bottom: 20px;
}
.faqc h4 {
    text-align: center;
    margin-bottom: 20px;
}
.faqc h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 42px;
}.faqc {
    margin-top: 60px;
    padding-top: 20px;
}.getcli img {
    border-radius: 14px;
}
.getcli img {
    border-radius: 14px;
    display: block;
    object-fit: cover;
}

.getmec p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
.getmec p {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 8px 22px;
    border-radius: 12px;
}.getmec p.active {
    background: black;
    color: white;
    padding: 8px 26px;
}


.t4s-tabs .t4s-product-wrapper {
    border: 2px solid grey;
    border-radius: 14px;
    padding-bottom: 20px;
    box-shadow: 5px 5px 19px gray;
}
.t4s-tabs .t4s-product .t4s-product-inner {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}
.t4s-tabs .t4s-product .t4s-product-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1;
    transition: .5s;
    opacity: 0;
    /* border-radius: 12px; */
}


.t4s-truncate, .t4s-pr-ellipsis-true .t4s-product .t4s-product-title, .t4s-pr-ellipsis-true .t4s-widget .t4s-widget__pr-title {
    overflow: hidden;
    text-overflow: inherit;
    white-space: nowrap;
}
.gettok {
    border-top: 3px solid #cccccc;
    padding-top: 50px;
  width:80%;
  margin:0 auto;
  margin-bottom: 65px;
}.template-collection .t4s-section-inner.t4s_nt_se_template--15472263495773__main.t4s_se_template--15472263495773__main.t4s-container-wrap {
    margin-bottom: 80px;
}

.template-collection .t4s-product-wrapper {
    border: 0px solid grey;
    border-radius: 14px;
    padding-bottom: 20px;
    box-shadow: 0px 0px 0px grey;
}

.t4s-mini_cart__tool>div:hover {
    background-color: #f9f9f9;
    box-shadow: none;
}
.template-collection .t4s_ratio img {
    object-fit: cover;
    object-position: center center;
    transition: none!important;
    transform: scale(1) !important;
}

.ban_tcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 950px;
    margin: -120px auto 0;
    text-align: center;
    background: #414141;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border-radius: 17px;
}


.ban_tcon div {
    padding: 40px;
}
.ban_tcon h5 {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 2px;
}.ban_tcon p {
    text-align: left;
}



.lse:after {
    border-right: 1px solid white;
    height: 67%;
    position: absolute;
    right: 0;
    width: 1px;
    content: " ";
    top: 47px;
}.ban_tcon h5 {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    color: white;
}

.lse {
    position: relative;
}

.dis_sec {
	padding: 0 55px;
	margin-top: 150px;
	text-align: center;
}

.tp_ab {
	text-align: center;
	position: relative;
	bottom: unset;
	left: unset;
	transform: unset;
	color: #fff;
	padding-bottom: 20px;
}

.dis_sec h3 {
	font-size: 32px;
	letter-spacing: 4px;
	font-weight: 700;
}

.disc_con {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 1em;
	grid-row-gap: 2em;
}
.disc_itm h3 {
    margin-bottom: 0;
    font-size: 22px;
}


.template-collection .t4s-product .t4s-product-inner {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}
button.t4s-pr__notify-stock.t4s-mfp-enabled {
    display: none !important;
}
.disc_itm p {
    color: gray;
    font-size: 16px;
}
.disc_itm button {
    background: #f5f5f5;
    width: 96%;
    padding: 12px;
    color: gray;
    letter-spacing: 2px;
    border: 1px solid #e1e7eb;
    margin: 0 auto 50px;
}.dis_sec {
    padding: 0 55px;
    margin-top: 150px;
    text-align: center;
}.disc_con {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    margin-top: 40px;
}
.disc_itm i {
    font-size: 10em;
    padding: 50px 0 20px;
    color: #414141;
}
.disc_itm {
	border: 1px solid #e1e7eb;
	border-radius: 8px;
}

.disc_itm {
	border: 1px solid #e1e7eb;
	border-radius: 8px;
}
.tp_ab img {
	max-width: 184px;
}
.disc_itm button {
    background: #f5f5f5;
    width: 96%;
    padding: 12px;
    color: gray;
    letter-spacing: 2px;
    border: 1px solid #e1e7eb;
    margin: 0 auto 50px;
}


.prdefpe {
    display: flex;
    justify-content: flex-start;
}

.t4s-drawer__scroll.t4s-current-scrollbar .is--discount {
    display: none;
}
.remafter .t4s-section-inner.t4s_nt_se_template--15427491332189__c4d5f907-d8c3-4869-aa04-50e26376bbda.t4s_se_template--15427491332189__c4d5f907-d8c3-4869-aa04-50e26376bbda.t4s-container-fluid:after {
    display: none;
}
.remafter .t4s-section-inner.t4s_nt_se_template--15427491332189__c4d5f907-d8c3-4869-aa04-50e26376bbda.t4s_se_template--15427491332189__c4d5f907-d8c3-4869-aa04-50e26376bbda.t4s-container-fluid:before {
    display: none;
}

.itemcl.cl1 {
    display: none;
}.itemcl.cl3 {
    display: none;
}

.remafter .t4s-section-inner.t4s_nt_se_template--15427491332189__c4d5f907-d8c3-4869-aa04-50e26376bbda.t4s_se_template--15427491332189__c4d5f907-d8c3-4869-aa04-50e26376bbda.t4s-container-fluid {
    pointer-events: all;
}
.mini_cart_tool_btn.is--discount.t4s-pr.t4s-truncate.is--opend {
    border: navajowhite;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
}
.cupon.t4s-when-cart-emty.t4s-mini_cart__tool.t4s-mini_cart__tool_button {
    border-radius: 30px;
}.t4s-mini_cart__tool.t4s-mini_cart__tool_button>div:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    border-bottom: none;
}
.t4s-mini_cart__tool.t4s-mini_cart__tool_button>div:first-child:before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: auto;
    left: 0;
    right: 0;
    border-top: navajowhite;
    border: none;
}
#shopify-section-template--15427491332189__9348f0ce-7080-4152-a7be-1116e06073d9 .standalone-bottomline {
    display: grid;
    justify-content: center;
    margin: 5px 0;
}.template-collection .yotpo-display-wrapper {
    margin: 0;
    margin-top: 3px;
}

.yotpo .text-m {
    font-weight: bold;
    color: #000000 !important;
    text-align: center;
}

.t4s-section-inner.t4s_nt_se_template--15427491332189__c4d5f907-d8c3-4869-aa04-50e26376bbda.t4s_se_template--15427491332189__c4d5f907-d8c3-4869-aa04-50e26376bbda.t4s-container-fluid::after {
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    content: "click to engage ";
}.t4s-section-inner.t4s_nt_se_template--15427491332189__c4d5f907-d8c3-4869-aa04-50e26376bbda.t4s_se_template--15427491332189__c4d5f907-d8c3-4869-aa04-50e26376bbda.t4s-container-fluid {
    pointer-events: none;
    position: relative;
}.t4s-section-inner.t4s_nt_se_template--15427491332189__c4d5f907-d8c3-4869-aa04-50e26376bbda.t4s_se_template--15427491332189__c4d5f907-d8c3-4869-aa04-50e26376bbda.t4s-container-fluid:before {
    content: "Click to engage";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    color: white;
    font-size: 32px;
    transform: translate(-50%, -50%);
}
.yyy .t4s-drawer__header.t4s-mb-nav__tabs.t4s-rows.t4s-g-0.t4s-row-cols-2.t4s-text-center {
    display: none;
}
.t4s-mb__menu .t4s-sub-menu li>a, .t4s-mb__menu>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    padding: 5px 20px;
    min-height: 50px;
    border-bottom: 1px solid rgba(var(--text-color-rgb),.2);
    color: var(--secondary-color);
    font-size: 20px;
    text-align: left;
    line-height: 1.3;
}
.t4s-drawer__header.t4s-mb-nav__tabs span {
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 500;
    text-transform: uppercase;
}
.ab1 {
    position: relative;
}




.msmenu {
    position: absolute;
    top: 36px;
    left: -234px;
    width: 800px;
    z-index: 99;
    background: white;
    transform: unset;

    border-radius: 17px;
    padding: 30px;
}
.msls{
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
    border-radius: 15px;
}
.homelinks li {
    list-style: none;
   
    padding: 5px 0px;
}
.t4s-site-nav__icons.t4s-use__line svg.t4s-icon {
    width: 35px !important;
    height: 35px !important;
}
header .t4s-col-md-4.t4s-col-3.t4s-d-lg-none.t4s-col-item svg {
    height: 30px;
    width: 40px;
}
.msms {
    display: flex;
    flex-direction: column;
}
.template-collection img.t4s-product-hover-img.lazyautosizes.lazyloadt4sed {
    display: none;
}

.template-collection .t4s-product-wrapper:hover {
    background: unset;
}

.t4s-tabs img.t4s-product-hover-img.lazyautosizes.lazyloadt4sed {
    display: none;
}

.t4s-tabs .t4s-product-wrapper:hover {
    background: #e9e5e5;
}


.msls a {
    height: 100%;
    width: 100%;
    color: white !important;
    display: flex;
    align-items: center;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 20px;
}
.msitem{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: stretch;	
}
.fmenu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.fmenu p.active {
    color: black;
   
    position: relative;
}
.faqsli {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.fmenu p {
    font-size: 25px;
    padding: 0 25px;
    font-weight: bold;
    color: #b3b3b3;
    cursor: pointer;
}
.template-product .t4s-d-flex.t4s-flex-wrap.qtywrp {
    flex-direction: column;
    display: block !important;
}

.template-customers-login button.t4s_btn_submmit.t4s-btn.t4s-btn-base.t4s-btn-full-width.t4s-btn-style-default.t4s-btn-size-medium.t4s-btn-color-dark.t4s-btn-effect-overlay-run {
    background: #0085F9;
}
.login h4 {
    TEXT-ALIGN: CENTER;
    FONT-SIZE: 24PX;
    MARGIN-BOTTOM: 30PX;
    LETTER-SPACING: 2PX;
    FONT-WEIGHT: NORMAL;
}
.template-customers-login .shopify-section {
    margin: 0 auto;
}
.ab1c {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.abouts3 {
    margin-top: 20px;
}.ab3one {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,.5);
}.ab3ocon {
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%);
    max-width: 351px;
}.ab3ocon h3 {
    color: white;
    letter-spacing: unset;
    font-size: 42px;
    font-weight: unset;
    line-height: 47px;
}.ab3ocon p {
    color: white;
    font-size: 18px;
}.ab3two {
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
}.abouts3 {
    position: relative;
}
.template-product .anadoc a.viewr {
    background: white;
    color: #000;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    padding: 7px;
    font-weight: bold;
    letter-spacing: 2px;
}
.aboutsec2 {
    display: grid;
    grid-template-columns: 40% 58.8%;
    grid-gap: 20px;
    margin-top: 20px;
}.absl {
    position: relative;
    display: flex;
}.abstab {
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%, -50%);
}.abstab h4 {
    font-size: 52px;
    color: white;
    letter-spacing: unset;
    line-height: 55px;
    font-weight: normal;
    margin-bottom: 6rem;
}.abstab p {
    color: white;
    font-size: 18px;
}.absr {
    display: grid;
    align-items: stretch;
}.abstop {
    position: relative;
}
button.t4s-btn__checkout.t4s-btn.t4s-btn-base.t4s-btn-style-default.t4s-btn-color-primary.t4s-btn-effect-default.t4s-w-100.t4s-justify-content-center.t4s-truncate {
    background: #0085F9;
}
.exfooter {
    border-top: none !important;
}
.abstaba {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 60%;
}.abstaba h4 {
    font-size: 52px;
    color: white;
    letter-spacing: unset;
    font-weight: normal;
}.abstaba p {
    color: white;
    font-size: 18px;
}.absbot {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
}.absbl {
    background: #0096cd;
    color: white;
    padding: 40px;
}.absbot h4 {
    color: white;
    letter-spacing: unset;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
}.absul {
    text-align: right;
    color: white;
    margin-right: 28px;
    margin-top: 9rem;
}.absul a {
    color: white;
    font-size: 22px;
}.absul svg {
    width: 30px;
    height: 25px;
    vertical-align: middle;
    margin-bottom: 6px;
}.absbr {
    background: #f1489b;
    color: white;
    padding: 40px;
}.absbot h4 {
    color: white;
    letter-spacing: unset;
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
}.absbotab {
    position: absolute;
}
.ab1c p {
    font-size: 20px;
    color: white;
}.ab1c a {
    color: #fff;
    border: 1px solid;
    padding: 18px 44px;
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin-top: 10px;
    display: inline-block;
}span.pink {
    color: #f1489b;
}
.ab1c h4 {
    color: white;
    font-size: 82px;
    letter-spacing: unset;
    margin: 0;
    padding: 0;
}


.abcbitem {
    display: grid;
    grid-template-columns: 25% 50% 25%;
    grid-gap: 0%;
    margin: 20px 0;
    padding: 20px 0;
}
  
   .abcbitem:nth-child(2n) {
    background: #ebebeb;
}

.main-header2 {
    max-width: 1300px;
    margin: 0 auto;
}.ctitle2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    margin: 20px 0;
}.stitle2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    margin: 20px 0;
    padding: 12px 20px;
    border-radius: 18px;
    background: #f0f0f0;
}.datecon {
    max-width: 1200px;
    margin: 0 auto;
    margin: 50px 0;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}#t4s-backToTop {
    bottom: 55px;
    display: none;
}div#tidio-chat {
    position: absolute;
    z-index: 99;
}

.t4s-product-form__buttons .t4s-pr__notify-stock, .t4s-product-form__buttons .shopify-payment-button__button--unbranded {
  display: none;
}

.t4s-flicky-slider .flickityt4s-button:hover {
    background-color: black !important;
    border-color: black !important;
}
.grecaptcha-badge { visibility: hidden; }

.ctitle2 {
   
    padding: 12px 20px;
    border-radius: 18px;
}


.ditem {
    display: grid;
    grid-template-columns: 20% 80%;
}.imdcon {
    text-align: center;
}.imdcon img {
    max-width: 150px;
    margin: 0 auto;
    border: 1px solid;
    padding: 12px 10px;
    border-radius: 22px;
}.dcon {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-gap: 40px;
    justify-content: center;
    align-items: flex-start;
}.dl {
    border: 1px solid;
    border-radius: 22px;
    padding: 30px;
    margin-bottom: 20px;
}.dr {
    grid-gap: 10px;
}.dl h4 {
    margin: 0;
    font-weight: bold;
    letter-spacing: unset;
}.dl p {
    margin: 0;
    padding: 0;
}a.viewr {
    background: #0085F9;
    text-align: center;
    padding: 12px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
  font-weight: bold;
    color: white;
}a.dire {
    background: black;
    text-align: center;
    padding: 12px;
    border-radius: 12px;
    color: white;
}

.prdef {
    display: flex;
    flex-wrap: wrap;
}
.prdef img {
    max-width: 120px;
}
.anaban {
    display: grid;
    grid-template-columns: 44% 56%;
    margin:0 2%;
}.anab1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 5rem;
    background: #f1489b;
    color: white;
}.anab2 {
    position: relative;
}.anbtitle {
    position: absolute;
    color: white;
    bottom: 40px;
    left: 50px;
    text-transform: uppercase;
    font-weight: bold;
}.anab1c h2 {
    color: white;
    letter-spacing: unset;
    margin: 0;
    font-size: 42px;
    line-height: 50px;
    font-weight: bold;
}
a.backlink {
    position: absolute;
    top: 40px;
    left: 2%;
    z-index: 99;
    display: block!important;
    width: 25px;
}
.t4s-product__media-wrapper {
    position: relative;
}
.searchbar {
    margin-top: 40px;
}.sboxinfo {
    max-width: 1300px;
    display: grid;
    grid-template-columns: 40% 60%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    grid-gap: 20px;
}.sboxinfo h2 {
    font-size: 42px;
    letter-spacing: 0px;
    margin: 0;
}.sboxinfo p {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 0;
}.sbox {
    margin-top: 20px !important;
    max-width: 1316px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
}

.sbox2 {
    margin-top: 20px !important;
    max-width: 1316px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr
    justify-content: center;
    align-items: center;
}

.sbox2-info {
  background-color: #f0f0f0;
  color: black;
  border-radius: 20px;
  padding: 12px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}

.sbox input#search {
    margin: 0;
    padding: 12px 12px;
    border: 1px solid;
    border-radius: 10px 0 0 10px;
}.sbox .qodef-theme-button, .sbox button[type=submit], .sbox input[type=submit] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 18px;
    line-height: 2em;
    font-weight: 600;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    padding: 5px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
}button#sclear {
    background: black;
    color: white;
    padding: 14px 10px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 12px;
    border: 1px solid #000;
    border-radius: 10px;
}
.faq h2 { 
    text-align: center;
    text-transform: unset;
    letter-spacing: unset;
    font-weight: bold;
    margin-bottom: 20px;
}
.template-product .t4s-product__info-container>:not(:last-child) {
    margin-bottom: 5px;
}
.accordion_container {
    width: auto;
    padding: 0px 0;
    padding-top: 10px;
}.accordion_head.active {
    background-color: #0096cd;
}
.accordion_head {
    background-color: black;
    color: white;
    cursor: pointer;
    font-family: arial;
    font-size: 18px;
    margin: 0 0 8px 0;
    padding: 15px 35px;
    font-weight: normal;
    width: 100%;
    border-radius: 12px;
    position:relative;
}
.homelinks {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0 2%;
}
.accordion_body {
    background: white;
    padding: 0 35px;
    color: black;
    line-height: 22px;
    padding-bottom: 20px;
}
.accordion_body p {
    padding: 5px;
    margin: 0px;
}
.plusminus {
    float: right;
}
.plusminus {
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.row.prod-imgs {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
    margin-bottom: 40px;
  margin-top:40px;
    align-items: center;
    justify-content: center;
}
.template-product .t4s-swatch__item {
    background: #ffffff;
    color: black;
    padding: 8px 14px !important;
    border: 1px solid grey;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}
.template-product .t4s-swatch__title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: .65em 0 .5em;
    margin-bottom: 0;
    padding-bottom: 0;
}
.template-product .t4s-product-price {
    background: black;
    padding: 12px;
    margin: 0 !important;
    color: white;
    font-size: 18px !important;
    color: white !important;
    border-radius: 12px;
}
.custompd {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    grid-gap: 5%;
    margin-right: 10px;
}

.template-product .t4s-d-flex.t4s-flex-wrap.qtywrp {
    flex-direction: column;
    display: grid !important;
    grid-template-columns: 25% 75%;
}
.template-product .t4s-product-form__buttons .t4s-quantity-wrapper {
    min-width: 100%;
    width: fit-content;
    height: auto;
    border: 1px solid var(--secondary-color);
    text-align: center;
    display: block;
    position: relative;
    margin-right: 0;
    order: 1;
    padding: 7px 22px;
    border-radius: 12px !important;
    background: white;
}
.t4s-form__product .t4s-product-price {
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}
.template-product .t4s-product-form__buttons .t4s-quantity-wrapper button {
    position: absolute;
    display: block;
    padding: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 55px;
    border: 0;
    background: 0 0;
    color: var(--secondary-color);
  margin:0 20px;
}
.psd {
    color: white;
    line-height: 20px;
    border-top: 2px solid black;
    padding-top: 10px;
}.psd p {
    margin: 0;
    font-size: 11px;
    line-height: 13px;
    padding-top: 5px;
    color: black;
}
.template-product .t4s-container-xl,.template-product .t4s-container-lg, .t4s-container-md,.template-product .t4s-container-sm,.template-product .t4s-container {
    max-width: 1350px;
}


.template-product .t4s-d-flex.t4s-flex-wrap.qtywrp {
    flex-direction: column;
   
}
.template-product button.t4s-product-form__submit.t4s-btn.t4s-btn-base.t4s-btn-style-default.t4s-btn-color-dark.t4s-w-100.t4s-justify-content-center.t4s-btn-effect-default.t4s-btn-loading__svg {
    color: black;
    background: white;
    border: 1px solid;
    border-radius: 12px !important;
    padding: 15px 22px !important;
    font-size: 18px;
    margin-top: 0;
}

.template-product .t4s-swatch__option {
    border-bottom: 1px solid black;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.template-product .t4s-swatch__list {
    margin: 5px -5px 0;
}
.t4s-col-md-6.t4s-col-12.t4s-col-item.t4s-product__info-wrapper.t4s-pr {
    background: #f2f2f2;
    border-radius: 12px;
    padding: 40px;
} 

h1.t4s-product__title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 32px;
    border-bottom: 2px solid;
}
.prod-imgs .column {
    flex: 1;
    text-align: center;
    max-width: 185px;
}

.main-header {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
    max-width: 1348px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}.mhconcon {
    background: #f0f0f0;
    border-radius: 20px;
}.mhcon {
    padding: 20px 110px;
    border-radius: 14px;
    padding-left: 20px;
}.ctitle {
    font-weight: bold;
    font-size: 28px;
    line-height: 47px;
}.ctitle {
    font-weight: bold;
    font-size: 28px;
    line-height: 47px;
}
.prod-imgs img {
    max-width: 160px;
}

.pfcon { 
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}
.pfcon > div {
    padding: 0px 30px;
    color: white;
    border-radius: 22px;
    padding-bottom: 30px;
}.pfcon h2 {
    letter-spacing: unset;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}.con .dr {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
}.anadoc a.viewr {
    background: white;
    color: black;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}a.dire {
    background: black;
    text-align: center;
    padding: 12px;
    border-radius: 12px;
    color: white;
}
.ad1 span, .ad2 span {
    font-size: 18px;
    font-weight: bold;
    flex-basis: 20%;
    text-align: center;
}
.ad1, .ad2 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.con .dr {
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
    flex-basis: 80%;
}
.pfcon h2 {
    letter-spacing: unset;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    border-bottom: 2px solid white;
    margin-bottom: 15px;
    color: white;
}a.adl {
    color: white;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    text-decoration: underline;
    font-weight: bold;
}
h3.prtitl {
    text-align: center;
    margin-top: 30px;
    font-size: 34px;
}
.template-product .yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-2-boxes.yotpo-bottomline-empty-state {
    border-top: none;
}

.t4s-container.t4s-main-product__content.is--layout_default.t4s-product-media__thumbnails_bottom.t4s-product-thumb-size__small {
    position: relative;
}
.prod_des {
    margin-top: 40px;
}a.viewr {
    
    padding: 12px;
    border-radius: 12px;
}
section#shopify-section-template--15427491659869__main {
    position: relative;
}
.t4s-section-title>span {
    font-size: 40px;
    font-family: "Roboto Condensed",sans-serif;
}
section#shopify-section-bottom-bar {
    padding: 0;
}
span.t4s-text-title {
    font-family: 'Roboto',sans-serif;
}

.t4s-section-inner.t4s_nt_se_bottom-bar.t4s_se_bottom-bar.t4s-container-fluid.t4s-bootom-hidden-false {
    background: white;
    color: black;
}.t4s-section-inner.t4s_nt_se_bottom-bar.t4s_se_bottom-bar.t4s-container-fluid.t4s-bootom-hidden-false {
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}
#email_signup .klaviyo_field_group input {
    width: 100%;
    margin-top: 10px; 
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 18px;
    letter-spacing: 2px;
}
.t4s-socials-block.t4s-setts-color-true.social-87f4d831-31cc-4df5-9eb6-6aae8d1a338a {
    margin-top: 20px;
}
button.klaviyo_submit_button {
    font-size: 16px;
    letter-spacing: 2px;
    padding: 15px 35px;
}

.t4s-coppy-right {
    color: black;
}
.t4s-coppy-right a {
    color: black;
}

.searchcon {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 57px;
}
.homelogo {
    padding: 10px 0;
}
.ftmidsec{
  position:relative;
}
.ftmidsec:after {
    content: " ";
    height: 1px;
    width: 100%;
    border-top: 3px solid #f0f0f0;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.ftmidsec:after {
    content: " ";
    height: 1px;
    width: 100%;
    border-top: 3px solid #f0f0f0;
    position: absolute;
    top: 50%;
    z-index: 0;
    display: none;
}
.mid3 {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-content: center;
    align-items: center;
    grid-column-gap: 20px;
    margin: 30px auto;
    grid-column-gap: 50px;
    max-width: 1065px;
    margin: 0 auto;
    padding: 40px 0px;
  background:white;
  z-index:1;
  position:relative;
}

.mid4 {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    justify-content: center;
    align-items: center;
    grid-column-gap: 20px;
    margin: 30px auto;
    grid-column-gap: 50px;
    max-width: 1265px;
    margin: 0 auto;
    padding: 40px 20px;
  background:white;
  z-index:1;
  position:relative;
}




.wrapper {
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}
.wrapper .container {
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}


.slideshow {
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}
.slideshow .slideshow-left {
    width: 50%;
    float: left;
    position: relative;
    height: 100%;
}
.hwtusecon {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}.hwone h4 {
    font-size: 42px;
    line-height: 55px;
    text-transform: unset;
    letter-spacing: unset;
    color: white;
}.steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}.steps  h2 {
    font-size: 48px;
    margin: 0;
    border-bottom: 3px solid white;
    color: white;
    padding-bottom: 10px;
}.st {
    color: white;
}.steps p {
    line-height: 22px;
    letter-spacing: unset;
    font-size: 16px;
    line-height: 20px;
}.steps  h2 {
    font-size: 48px;
    margin: 0;
    border-bottom: 3px solid white;
    color: white;
    padding-bottom: 10px;
}.hwtuse {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-gap: 40px;
    padding: 40px 0;
    position: relative;
    top: 0;
    left: 50px;
}
.hwtuse {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-gap: 40px;
    padding: 30px 0 20px;
    max-width: 1300px;
    margin: 0 auto;
}
.slideshow .slideshow-left .Lslide {
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
}  
.slideshow .Lslide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.slideshow .Lslide-content h2 {
    color: #fff;
    font-weight: 600;
    font-size: 60px;
    line-height: 0.8;
}
.slideshow .Lslide-content p {
    color: #fff;
    padding: 2.5em 0em;
}
.slideshow .Lslide-content .button {
    background-color: #fff;
    display: inline-block;
    border-radius: 25px;
    position: relative;
    border-color: white;
}
.slideshow .Lslide-content .button i {
    float: right;
    position: absolute;
    top: 50%;
    right: 2.5em;
    color: #000;
    font-size: 9px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.3s;
}
.slideshow .Lslide-content .button:hover i {
    right: 1.7em;
}
.slideshow .Lslide-content .button p {
    margin: 0;
    padding: 0;
    color: #000;
    text-align: left;
    padding: 0.8em 8em 0.8em 1.5em;
    font-size: 12px;
    font-weight: 600;
}
.wrapper{
  height:600px;
}.qodef-split-slider-navigation .qodef-m-nav-item.qodef--right {
    left: 32px;
    transform: rotate(90deg);
}.qodef-split-slider-navigation .qodef-m-nav-item {
    position: relative;
    bottom: 24px;
    cursor: pointer;
}.qodef-split-slider-navigation .qodef-m-nav-item .qodef-m-line:after, .qodef-split-slider-navigation .qodef-m-nav-item .qodef-m-line:before {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    position: absolute;
    top: 8px;
    right: 0;
    background-color: currentColor;
    transform-origin: right;
    transition: transform .2s ease-out;
    will-change: transform;
}.qodef-split-slider-navigation .qodef-m-nav-item .qodef-m-line:before {
    transform: rotate(45deg);
}.qodef-split-slider-navigation .qodef-m-nav-item .qodef-m-line:after {
    transform: rotate(-45deg);
}
.shopify-section{
  margin:0 2%;
}
.slideshow .slideshow-right {
    width: 50%;
    float: left;
    position: relative;
    height: 100%;    
}     
.slideshow .slideshow-right .Rslide {
    height: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    top: 0;
    left: 0;
    right: 0;
}  
.slideshow .slideshow-right .Rslide img {
    min-width: 100%;
}
.control {
    position: absolute;
    left: 50%;
    top: unset;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    bottom: 0;
}   
.control i {
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    position: absolute;
    color: #aaaaaa;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}    

.control .control-top:hover i {
    color: #333333;
}

.control .control-bottom:hover i {
    color: #333333;
}              

.slideshow .Lslide-content {
    position: absolute;
    top: unset;
    left: 5%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: unset;
    bottom: 58px;
}.Rslide-content {
    position: absolute;
    right: 5%;
    bottom: 58px;
}.slideshow .Lslide-content h2 {
    color: white;
    font-weight: 600;
    font-size: 42px;
    line-height: unset;
    margin: 0;
}.slideshow h2 {
    font-size: 42px;
    color: white;
}.slideshow .Lslide-content p {
    color: white;
    padding: 0;
}.slideshow .button {
    background-color: transparent;
    display: inline-block;
    border-radius: unset;
    position: relative;
    padding: 12px 35px;
    border: 4px solid white;
    color: white !important;
}.slideshow .button a {
    color: white;
    font-weight: bold;
}.slideshow .Lslide-content .button {
    background-color: unset;
    display: inline-block;
    border-radius: unset;
    position: relative;
}.slideshow p {
    color: white;
}.qodef-split-slider-navigation .qodef-m-nav-item:after {
    content: '';
    display: block;
    margin: 8px 0;
    width: 56px;
    height: 2px;
    background-color: currentColor;
    transform: scaleX(1);
    transform-origin: right;
    transition: transform .2s ease-out;
}.qodef-split-slider-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    position: absolute;
    bottom: 53px;
    left: 50%;
    transform: translateX(-50%);
}span.qodef-m-nav-item.qodef--left {
    transform: rotate(-90deg);
    right: 32px;
    position: absolute;
}.qodef-split-slider-navigation .qodef-m-nav-item.qodef--right {
    left: 32px;
    transform: rotate(90deg);
    position: absolute;
  color:white;
}span.qodef-m-nav-item.qodef--left {
    transform: rotate(-90deg);
    right: 32px;
    position: absolute;
    color: white;
}
.Rslide-content {
    position: absolute;
    right: 5%;
    bottom: 58px;
    text-align: right;
}




.homelinks {
    display: grid;
    grid-template-columns: 1fr;
}.hl2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background: black;
    color: #000;
}ul#menu-submenu-right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
   
}.homelinks li {
    list-style: none;
}
.ban_tcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 950px;
    margin: -120px auto 0;
    text-align: center;
    background: #414141;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border-radius: 17px;
}


.ban_tcon div {
    padding: 40px;
}
.ban_tcon h5 {
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: 2px;
}.ban_tcon p {
    text-align: left;
}
.dcon {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-gap: 20px;
    justify-content: center;
    align-items: stretch;
}.dr {
    grid-gap: 10px;
    margin-bottom: 20px;
}a.viewr {
    padding: 12px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}a.viewr {
    padding: 12px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 18px;
}
.homelinks a,.homelinks p a {
    color: #000;
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: pointer;
}.homelinks span {
    margin: 0 20px 0 0;
    font-size: 18px;
    padding: 8px 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-family: "Roboto Condensed", sans-serif
}.wrapper, .wrapper .container, .slideshow {
  
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.t4s-product .t4s-product-title a:hover {
    color: black;
}

.t4s-product .t4s-product-price {
    color: black;
}





.ciimc img {
    max-width: 260px;
    padding: 50px;
}
.ciimc {
    border-radius: 7px;
}
.cone .citxt p {
    color: #7f7f7f;
    font-size: 18px;
}

 .citxt p {    
    font-size: 18px;
}
 .ciimc {
    border-radius: 7px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.compareinner {
    display: flex;
    /* grid-template-columns: repeat( 12, minmax(290px, 1fr) ); */
    grid-gap: 20px;
}
.ciout.cone {
    min-width: 330px;
}
.ciimc img {
    max-width: 230px;
    padding: 50px;
}
.cone .ciimc img {
    max-width: 260px;
    padding: 50px;
}
.ciout {
    background: #ebecec;
    padding: 12px;
}
.ciout {
    background: #ebecec;
    padding: 12px;
    border-radius: 12px;
}
.citxt {
    text-align: center;
    font-weight: bold;
}
.customcompare {
    padding: 20px 0;
    background: #b6bac4;
}
.ciout {
    background: #fefefe;
}
.ciout.cone {
    background: #f7f7f7;
}
.customcompare {
    padding: 20px;
    background: #b6bac4;
}
.citxt span {
    background: #a7d16e;
    padding: 6px 9px;
    color: white;
    border-radius: 11px;
    font-size: 14px;
    margin-left: 0px;
}
.citxt p {
    border-bottom: 2px solid #b6bdbf;
    padding-bottom: 9px;
}
.citxt p {
    border-bottom: 2px solid #b6bdbf;
    padding-bottom: 9px;
    width: 90%;
    margin: 0 auto;
    padding: 14px 0px;
    color: black;
}
.compareinner {
    display: flex;
    /* grid-template-columns: repeat( 12, minmax(290px, 1fr) ); */
    grid-gap: 20px;
    overflow-y: scroll;
    padding-bottom: 40px;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-top: 40px;
}
.type-product .yotpo-display-wrapper {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: inherit;
}
.citxt {
    margin: 20px 0;
}
.t4s-nav__ul>li> a {
    color: var(--h-text-color);
    padding: 5px 17.5px;
    text-transform: none;
    font-family: var(--font-family-1);
    font-weight: 600;
    font-size: 16px;
    font-family: Barlow,sans-serif;
}
.citxt h5 {
  display: none;
}


.t4s-product-info__inner {
      padding-top: 15px;
}


.t4s-flicky-slider .flickityt4s-button:hover {
    background-color: transparent;
    border-color: white;
}

.t4s-post-item .t4s-post-title a {
    font-family: 'Roboto Condensed';
    font-size: 25px;
    font-weight: 700;
    color: black;
}

.t4s-post-item .t4s-post-title:hover a, .t4s-post-item .t4s-post-title a:hover {
    color: black;
}

.t4s-post-item .t4s-post-content {
    color: black;
    font-family: 'Barlow', sans-serif;
}
  
#t4s-footer {
    border-top: 3px solid #f0f0f0;
}

.prdefpe img {
    max-width: 125px;
}

#bar-menu-1:hover {
  color: #26b526;
}

#bar-menu-2:hover {
  color: #F2A221;
}

#bar-menu-3:hover {
  color: #0095B7;
}

#bar-menu-4:hover {
  color: #D36363;
}

.yotpo .yotpo-nav {
  padding-top: 0px;
}

.yotpo .yotpo-small-box {
  padding-top: 10px;
}

.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes, .yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes {
  padding: 10px 0;
}

.t4s-footer-menu ul li {
  margin-bottom: 0px;
}

.t4s-sticky-atc.is--shown {
  display: none;
}

.img_mob {
  display: none;
}

.t4s-collection-header>:last-child {
  display: none;
}




.sec1 {
    width: 70%;
    display: flex;
    align-items: center;
    margin-left: 7%;
}

.sec1 img {
    max-width: 700px;
}

.sec1 {
    width: 80%;
    display: flex;
    align-items: center;
    margin-left: 10%;
    margin-top: 60px;
}.sec1r h3 {
    font-size: 62PX;
    text-transform: uppercase;
    line-height: 56px;
    FONT-WEIGHT: BOLD;
    MARGIN-BOTTOM: 10PX;
}

.sec1r a {
    border: 2px solid;
    padding: 5px 22px;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}
.sec1r p {
    color: black;
}
.sec1r p {
    color: black;
    margin-bottom: 30px;
    margin-top: 30px;
}
.sec1r {
    margin-top: 10%;
}


.sec2c {
    max-width: 550px;
    margin: 0 auto;
    text-align: left;
}

.sec2c h3 {
    font-size: 48PX;
    text-transform: uppercase;
    line-height: 52px;
    FONT-WEIGHT: BOLD;
    MARGIN-BOTTOM: 20PX;
}
.sec2c p {
    color:black;
    font-size: 15px;
}
.sec2 {
    position: relative;
    padding-top: 6%;
    padding-bottom: 5%;
}

img.imt {
    position: absolute;
    right: 0;
    top: -20px;
    max-width: 35%;
}

img.imb {
    max-width: 34%;
    left: 0;
    top: -4%;
    bottom: 0;
    position: absolute;
}

.sec3 {
    position: relative;
}

img.sec3im {
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%,-50%);
    max-width: 28%;
}
.sec3con {
    margin: 0 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.sec3lt {
    max-width: 400px;
}.sec3lb {
    max-width: 400px;
}.sec3rt {
    max-width: 400px;
    margin-left: auto;
}

.sec3rb {
    max-width: 400px;
    margin-left: 35%;
    margin-top: 10%;
}
.sec3rt {
    max-width: 400px;
    margin-left: 44%;
}
.sec3lb {
    max-width: 400px;
    margin-left: 20%;
    margin-top: 16%;
}.sec3rb {
    max-width: 400px;
    margin-left: 36%;
    margin-top: 9%;
}
.sec3 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.sec3con h3 {
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 15px;
}
.sec3con p {
    color: black;
    font-size: 15px;
}


header .t4s-push-menu-btn svg {
    fill: black;
}

.hmtb .swiper-wrapper {
    justify-content: center;
}

.mySwiperx .t4s-product-wrapper {
  box-shadow: unset;
  border: unset;
}
.mySwiperx .t4s-product-wrapper:hover {
    background: unset !important;
}

button.ft-btn.ft-btn-add-to-cart span {
    color: black;
}


.ft-df__prod-recommend {
    display: flex;
    background: white;
    border: 1px solid #b7cde9;
    border-radius: 8px;
}

button.ft-btn.ft-btn-add-to-cart:hover span {
    color: white;
}

button.ft-btn.ft-btn-add-to-cart:hover svg {
   
    filter: invert(1);
}


@media (min-width: 1025px) and (max-width: 1252px) {
  
.wrapper {
   height: 492px;
}
  
}


@media(max-width:1720px){
  .hmtb .t4s-product-img.t4s_ratio.is-show-img2 {
    height: 366px;
    object-fit: cover;
}
}




@media(max-width:1599px){
.hmtb .t4s-product-img.t4s_ratio.is-show-img2 {
    height: 331px;
    object-fit: cover;
}
  
}





@media(max-width:1470px){


 
  
  img.sec3im {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%,-50%);
    max-width: 24%;
}
  .sec3lt {
    max-width: 400px;
    margin-left: 0;
}.sec3lb {
    max-width: 400px;
    margin-left: 18%;
    margin-top: 29%;
}

  img.t4s-product-main-img.lazyautosizes.ls-is-cached.lazyloadt4sed {
    object-fit: contain;
}
  .hmtb .t4s-product-img img {
    object-fit: contain;
}

  img.imb{
    left: -100px;
  }

  img.imt {
    right: -100px;
  }
  
}


@media(max-width:1120px){
  img.sec3im {
   display:none;
}

  img.imb {
    left: -150px;
  }
  
} 

@media(min-width:1280px){
.ft-df--horizontal.ft-df--horizontal-desktop .ft-df__item {
    max-width: 200px;
    width: 200px !important;
}

.discount-label {
    font-size: 18px;
}
  
}

@media(min-width:1500px){
 .ft-df--horizontal.ft-df--horizontal-desktop .ft-df__item {
    max-width: 200px;
    width: 240px !important;
}
  
}



@media(max-width:1350px){

  .mhconcon {
    background: #f0f0f0;
    border-radius: 20px;
    flex-basis: 22%;
    margin-bottom: 20px;
}.main-header {
    flex-wrap: wrap;
}
}




/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  

#shopify-section-template--15427491659869__main {
  margin-top: 40px;
}
  .t4s-section-inner.t4s_nt_se_footer.t4s_se_footer.t4s-container-fluid {
    margin: 0 20px;
}

.ft-widget--horizontal.ft-widget--horizontal-desktop {
  padding: 20px 24px;
}

  .getcli {
    display: flex;
}

  ul#menu-submenu-right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
   
    margin-left: -20px;
}

  #shopify-section-template--15427491332189__53701510-8f2d-4037-a250-daf44b3fe2b0 .t4s-row t4s-gx-md-30 30 t4s-gy-md-30 t4s-gx-10 t4s-gy-10 {
    margin: 0 250px
}

  .t4s-container.t4s-main-product__content.is--layout_default.t4s-product-media__thumbnails_bottom.t4s-product-thumb-size__small, .template-product .t4s-container {
    margin-top: 40px;
  }
  .citx_mobile {
    display: none;
}

#shopify-section-footer .t4s-col-item {
  margin-top: 0;
}

.mySwiperx h3.t4s-product-title {
  font-size: 18px;
}

.t4s-product-info__inner .t4s-product-price {
  font-size: 18px;
}

.mySwiperx .yotpo-display-wrapper {
  margin-top: 3px;
}

.mySwiperx .swiper-slide, .mySwiperx swiper-slide {
  padding: 15px;
}

}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  

  .mid3 {
    padding: 40px 20px;
    margin: 0 20px;
  }
  .mid4 {
    padding: 40px 20px;
    margin: 0 20px;
  }
 lottie-player {
   height: 200px;
   width: 200px;
 }

  
  .infodshow{
    display:none;
  }
  .infomshow{
    display:block !important;
  }

  .t4s-container.t4s-main-product__content.is--layout_default.t4s-product-media__thumbnails_bottom.t4s-product-thumb-size__small, .template-product .t4s-container {
    margin-top: 30px;
  }

  .sec2 {
    padding-bottom: 5%;
  }

  img.imb {
    top: -4%;
  }
  
  img.imt {
    top: -20px;
  }


  .desk_showsli {
    display: none;
}
.mob_showsli {
    display: block !important;
}
.mob_showsli .t4s-list-collections {
    display: flex;
    justify-content: center;
}
.mob_showsli .t4s-col-item {
    padding-bottom: 15px;
    padding-top: 10px;
} 
  
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  

    .prdefpe img {
    max-width: 135px;
  }

.wrapper {
    height: 377px;
}

  .tabo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 105px;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 12px;
}.glider {
    position: absolute;
    display: flex;
    height: 54px;
    width: 105px;
    
    z-index: 1;
    border-radius: 99px;
    transition: 0.25s ease-out;
}.tabsx {
    transform: unset;
}
  .gettok {
    border-top: 3px solid #cccccc;
    padding-top: 35px;
    width: 96%;
    margin: 0 auto;
}.getc {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    border: 0px solid grey;
    border-radius: 16px;
}.getmecon {
    margin-bottom: 20px;
    padding: 0 20px;
}
    .citx_mobile {
      display: none;
}
  .tabo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 140px;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
}

#shopify-section-footer .t4s-col-item {
  margin-top: 0;
}
  
}


@media(max-width:1300px){
  .hmtb .swiper-wrapper {
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}
  .product-tabs-content {
    text-align: center;
    margin: 0 auto;
    padding: 0 0%;
}
  .mySwiperx  .swiper-slide, .mySwiperx  swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    padding: 0;
}
  .ft-widget--horizontal.ft-widget--horizontal-mobile .ft-widget__prod-recommend{
    justify-content: center;
  }
  .hmtb .t4s-product-img.t4s_ratio.is-show-img2 {
    height: 287px;
    object-fit: cover;
}
}

@media(max-width:1020px){

  .hmtb .t4s-product-img.t4s_ratio.is-show-img2 {
    height: 254px;
    object-fit: cover;
}
}

@media(min-width:1950px){
  .hmtb .t4s-product-img.t4s_ratio.is-show-img2 {
    height: 514px;
    object-fit: cover;
}
}


  @media(max-width:1024px){

  div#t4s-mini_cart {
    height: 100vh;
   
}
}  

@media(min-width:1020px){
  .hmtb .t4s-product-img.t4s_ratio.is-show-img2 {
    object-fit: cover;
}
}


@media(min-width: 768px) and (max-width: 1024px){

  .t4s-col-inner {
    padding: 35px 0 0 0;
}
}


/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
.accmob{
  display:block !important;
  visibility:visible !important;
}
.accmobc{
  visibility:visible;
}
header .t4s-col-md-4.t4s-col-3.t4s-d-lg-none.t4s-col-item svg {
    height: 38px;
    width: 40px;
    margin-top: 8px;
}
  
.t4s-product__info-container span.rc-radio__label {
    pointer-events: none;
    outline: none !important;
}

#y-badges .y-badge {
  margin: 0;
}

.t4s-customer.is--login.t4s-text-start {
  min-height: auto;
}

#MainContent {
  min-height: auto;
}

.t4s-section-customers {
  padding-top: 0;
}

p.t4s_mb_20.t4s-account-hello {
  padding: 0;
  background: unset;
}
  
.mySwiperx  .swiper-slide, .mySwiperx  swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    padding: 10px;
}
  
  

.tabs-menu div {
  font-size: 35px;
  text-align: center;
}

  .mySwiperx .t4s-product-wrapper:hover {
    background: none;
  }

  .template-collection .t4s-product-wrapper:hover {
    background: none;
  }
  
  .getc {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    border: 0px solid grey;
    border-radius: 16px;
}

.rc-template__button-group .rc-button-group__options[data-v-f1bb5b6a] .rc-radio:nth-child(2) {
    padding: 10px;
}

.t4s-cartPage__title-2 {
   padding: 20px 0 20px;
   text-align: center;
}

.SproutProductBadgeVintage {
  display: none;
}

  
#shopify-section-template--15518716330077__main .t4s-col-item {
    margin: 0;
}
  .prdeffects-mobile {
    display: initial;
  }

  .prod_des {
    margin-top: 20px;
  }
  
.getmec {
    width: auto;
    border: none;
    margin-top: 15px;
    padding: 5px 12px;
    border-radius: 12px;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 17px;
    flex-direction: column;
    align-items: center;
}.getmecon {
    padding: 0 20px;
}.gettok h4 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: 40px;
}
  .faqc h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}
.mob_show {
    margin-bottom: 30px;
}
  
  .faqc {
    padding-bottom: 40px;
}
  .template-collection .t4s-col-12 {
    flex: 0 0 auto;
    width: 100%;
    margin: 0;
    padding: 0;
}.template-collection .t4s-container {
    margin: 0;
    padding: 0 ;
}.t4s-section-inner.t4s_nt_se_template--15472263495773__main.t4s_se_template--15472263495773__main.t4s-container-wrap {
    margin: 0;
    padding: 0;
}
.container.desk-show {
    display: none;
}
  .mob-slider.mob-show {
    display: block !important;
}
  .wrpm{
    height:auto;
  }

  .msitem {
    position: relative;
}.msitem .Lslide-content {
    position: absolute;
    bottom: 30px;
    left: 25px;
    color: black;
}.msitem a {
    border: 3px solid black;
    color: black;
    padding: 10px;
    letter-spacing: 2px;
}.Rslide-content p {
    color: black;
}
  section#shopify-section-template--15427491332189__53701510-8f2d-4037-a250-daf44b3fe2b0 .t4s-section-inner {
    padding: 30px;
}.exfooter {
    padding: 2em;
}
 
.mid3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    align-items: center;
    grid-column-gap: 20px;
    grid-column-gap: 50px;
    max-width: 1065px;
    margin: 0 auto;
    padding: 40px 20px;
    background: white;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
}

  .prdeffects {
    display: none;
  }
  
.mid4 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    justify-content: center;
    align-items: center;
    grid-column-gap: 20px;
    grid-column-gap: 50px;
    max-width: 1065px;
    margin: 0 auto;
    padding: 40px 20px;
    background: white;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
}
  .pfcon {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    padding: 0 10px;
}

  .pfcon > div {
    padding: 15px 20px 15px;
}
 
.prod-imgs .column {
    flex: 1;
    text-align: center;
    max-width: 185px;
    flex: 50%;
}

  
  .steps {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.anab1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 19px 2rem;
    background: #f1489b;
    color: white;
}.anaban {
    display: grid;
    grid-template-columns: 1fr;
}.sboxinfo {
    max-width: 1300px;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
}.sbox {
    margin-top: 20px !important;
    max-width: 1316px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40% 30% 30%;
    justify-content: center;
    align-items: center;
}
  .main-header {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    position: relative;
    margin: 40px 5px;
}.ditem {
    display: grid;
    grid-template-columns: 1fr;
}.imdcon {
    text-align: center;
    padding: 20px 0;
}.dcon {
    display: grid;
    grid-template-columns: 45% 45%;
    grid-gap: 20px;
    justify-content: center;
    align-items: center;
}.dl {
    border: 1px solid;
    border-radius: 22px;
    padding: 15px;
    margin-bottom: 20px;
}.imdcon img {
    max-width: 90%;
    margin: 0 auto;
    border: 1px solid;
    padding: 12px 10px;
    border-radius: 22px;
}.searchbar {
    margin-top: 40px;
    padding: 0 20px;
}.mhconz {
    margin: 0 20px;
}

  .prdefpe img {
    max-width: 100px;
  }


  .ab1 > img {
    min-height: 400px !important;
    object-fit: cover;
}
 .ab1c h4  {
    color: white;
    font-size: 42px;
    letter-spacing: unset;
    margin: 0;
    padding: 0;
} 
.ab1c  a {
    color: white;
    border: 1px solid;
    padding: 15px 4px;
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
.ab1c {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 80%;
}.aboutsec2 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-top: 20px;
}.abstab h4 {
    font-size: 28px;
    color: white;
    letter-spacing: unset;
    line-height: 31px;
    font-weight: normal;
    margin-bottom: 16px;
}.abstab {
    position: absolute;
    top: 50%;
    left: 37%;
    transform: translate(-50%,-50%);
}.absbot {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-top: 20px;
}.abouts3 {
    display: flex;
    flex-direction: column-reverse;
}.ab3ocon {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    max-width: 100%;
    padding: 40px;
}.ab3two {
    position: absolute;
    top: 83%;
    left: 57%;
    transform: translate(-50%, -50%);
}.ab3one {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}.ab3two {
    position: absolute;
    top: unset;
    left: 57%;
    transform: translate(-50%,-50%);
}.abstab {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}.abstab p {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}.abstaba h4 {
    font-size: 38px;
    color: #fff;
    letter-spacing: unset;
    font-weight: 400;
    line-height: 39px;
}.abstaba {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 87%;
}.abstaba p {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
}
  .custompd {
    grid-template-columns: 40% 55%;
}
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes {
    padding-top: 0;
    height: 20px;
}
  .yotpo.yotpo-main-widget.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1, .yotpo .yotpo-modal-dialog.yotpo-small .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-bottomline-box-1 {
    display: flex;
    align-items: center;
}
  .yotpo.yotpo-main-widget .yotpo-bottomline .based-on, .yotpo .yotpo-modal-dialog .yotpo-bottomline .based-on {
    padding-top: 0px;
  }
 a.backlink {
    top: 30px;
    width: 30px;
    left: 20px;
}
.template-collection .yotpo-display-wrapper {
    margin: 0;
}
  .t4s-section-inner {
    margin-bottom: 0;
}

  .img_desk {
    display: none;
  }


  
  .img_mob {
    display: block;
  }
  
  .hwtuse {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding: 30px 0 20px;
    max-width: 1300px;
    margin: 0 auto;
}
  .mid3 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px;
    grid-column-gap: 40px;
    max-width: 1065px;
    margin: 0 auto;
    padding: 20px 20px;
    background: white;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
}

.mid4 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px;
    grid-column-gap: 40px;
    max-width: 1065px;
    margin: 0 auto;
    padding: 20px 20px;
    background: white;
    z-index: 1;
    position: relative;
    align-items: center;
    justify-content: center;
}

  .hwtuse {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    padding: 40px 0;
    position: relative;
    top: 0;
    left: unset;
    padding: 0 20px !important;
}

  div#shopify-section-toolbar_mobile {
    display: none;
}
  .mySwiperx .t4s-product-wrapper {
    box-shadow: 0px 0px 0px gray;    
}
  
  #t4s-backToTop.is--show {
    opacity: 1;
    visibility: visible;
    z-index: 193;
    display: none;
}
  .msitem {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: stretch;
}
  .template-product .t4s-swatch__item {
    background: #ffffff;
    color: #000;
    padding: 5px 14px!important;
    border: 1px solid grey;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
}.t4s-swatch__item {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    display: inline-block;
    padding: 6px 16px 7px;
    text-align: center;
    border: 1px solid var(--border-sw-color);
    color: var(--secondary-sw-color);
    border-radius: 3px;
    vertical-align: middle;
    cursor: pointer;
    margin: 4px 3px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: color .25s ease,background-color .25s ease,border-color .15s ease,box-shadow .25s ease,opacity .25s ease;
}.template-product .t4s-swatch__option {
    border-bottom: 1px solid black;
}.t4s-swatch__option {
    margin-bottom: 5px;
}
  .template-product .t4s-row {
    --ts-gutter-x: 0rem;
  
}
  .prdefpe {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
  .template-product .t4s-product-form__buttons .t4s-quantity-wrapper {
    min-width: unset !important;
    width: auto;
    height: auto;
    border: 1px solid var(--secondary-color);
    text-align: center;
    display: block;
    position: relative;
    margin-right: 0;
    order: 1;
    padding: 7px 22px;
    border-radius: 12px!important;
    background: white;
}
  .template-product button.t4s-product-form__submit.t4s-btn.t4s-btn-base.t4s-btn-style-default.t4s-btn-color-dark.t4s-w-100.t4s-justify-content-center.t4s-btn-effect-default.t4s-btn-loading__svg {
    margin-top: 0px;
  }
  .hwtusecon {
    width: revert;
    left: revert;
    right: revert;
    margin: 0 10px;
    padding: 15px 20px;
    border-radius: 22px;
  }
  .msitem .Lslide-content {
    position: absolute;
    bottom: 30px;
    left: 25px;
    color: white;
    text-align: left;
}.msitem h2 {
    color: white;
}.Rslide-content p {
    color: white;
}
  .msitem a {
    border: 3px solid white;
    color: white;
    padding: 10px;
    letter-spacing: 2px;
}

  #shopify-section-template--15427491332189__47039f32-ae14-45c3-b4fd-0b5bbe22a27f .map-title {
    text-align: center;
    font-size: 32px;
    font-family: inherit;
    color: black;
    font-weight: bold;
}section#shopify-section-template--15427491332189__c4d5f907-d8c3-4869-aa04-50e26376bbda {
    margin-bottom: 40px;
}

  #shopify-section-template--15427491561565__main .t4s-col-item {
    padding: 0;    
  }

  #shopify-section-template--15427491561565__main .t4s-container, .t4s-container-fluid, .t4s-container-xxl, .t4s-container-xl, .t4s-container-lg, .t4s-container-md, .t4s-container-sm {
    padding: 0;
  }

  .ft-widget--horizontal.ft-widget--horizontal-mobile .ft-widget__prod-recommend {
    justify-content: center;
  }

  .ft-widget--horizontal.ft-widget--horizontal-mobile .ft-widget__prod-default .ft-product__item {
    max-width: 300px !important;
  }

  .ft-widget--horizontal.ft-widget--horizontal-mobile .ft-widget__prod-default .ft-product__item-media img {
    max-width: 150px;
    width: auto;
  }

  .ft-product__item-footer {
    justify-content: center;
  }
  .ft-product__item-info strong {
    text-align: center;
  }
  .ft-product__item-info a {
    text-align: center;
  }



 .t4s-footer-content {
    display: block !important;
}.t4s-footer-collapse-icon {
    width: 12px;
    height: 12px;
    position: relative;
    display: block;
    flex: 0 0 auto;
    display: none;
}.t4s-section-inner.t4s_se_footer  .t4s-footer-wrap .t4s-custom-col:first-child {
    display: none;
}.t4s-mb__menu .t4s-sub-menu li>a, .t4s-mb__menu>li>a {
    font-size: 24px;
    line-height: 60px;
}

html:not(.is--opend-drawer) .t4s-sticky-atc {
    display: none;
}

  #t4s-mini_cart .t4s-drawer__bottom .t4s-btn__cart, #t4s-mini_cart .t4s-drawer__bottom .t4s-btn__checkout {
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px;
    transition: .25s ease-in-out!important;
    font-weight: 600;
    min-height: 40px;
    padding: 5px 25px;
}
  .mini_cart_tool_btn.is--discount.t4s-pr.t4s-truncate.is--opend {
    border: navajowhite;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}
  .template-index .yotpo .standalone-bottomline.star-clickable, .template-index .yotpo .standalone-bottomline .star-clickable {
    cursor: pointer;
    display: grid;
   grid-template-columns:1fr;
}
  #shopify-section-template--15427491332189__9348f0ce-7080-4152-a7be-1116e06073d9 .standalone-bottomline {
    display: grid;
    justify-content: center;
    
}

.template-collection .yotpo .standalone-bottomline.star-clickable,.template-collection .yotpo .standalone-bottomline .star-clickable {
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.ban_tcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: unset;
    text-align: center;
    background: #414141;
    color: #fff;
    position: relative;
    left: unset;
    transform: unset;
    border-radius: unset;
    flex-direction: column;
    margin: 0 2%;
}.ban_tcon div {
    padding: 0 40px;
}.dis_sec {
    padding: 0 20px;
    margin-top: 20px;
    text-align: center;
}.disc_con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    margin-top: 40px;
}.disc_itm i {
    font-size: 4em;
    padding: 50px 0 20px;
    color: #414141;
}.disc_con {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    margin-top: 40px;
    margin-bottom: 40px;
}

  .dcon {
    display: flex;
    gap: 0;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
  a.viewr {
    font-size: 24px;
  }
  
  #shopify-section-template--15427491332189__47039f32-ae14-45c3-b4fd-0b5bbe22a27f .map-title {
    text-align: center;
    font-size: 40px;
    font-family: inherit;
    color: #000;
    font-weight: 700;
    font-family: Roboto Condensed,sans-serif;
    line-height: 44px;
    margin-bottom: 20px;
}
  .faqsli {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 40px;
    margin: 0 20px;
}
  .fmenu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    overflow: scroll;
    justify-content: flex-start;
}.fmenu p {
    font-size: 18px;
    padding: 0 25px;
    font-weight: 700;
    color: #b3b3b3;
    cursor: pointer;
    line-height: 16px;
    width: 74%;
    min-width: 50%;
    text-align: center;
}

  .t4s-section-inner.t4s_nt_se_bottom-bar.t4s_se_bottom-bar.t4s-container-fluid.t4s-bootom-hidden-false {
    background: white;
    color: black;
    padding-top: 20px !important;
}
 .exfooter {
    padding: 20px!important;
    padding-bottom: 1px !important;
}
  
.accordion_container {
  padding: 10px;
  padding-top: 0;
}
  
  .t4s-footer-content .t4s-footer-menu ul li a {
    color: var(--link-cl);
    font-size: 18px;
    font-weight: var(--text-fw);
    line-height: 34px;
    font-weight: normal;
}

  .t4s-footer-heading h3.t4s-col-heading.t4s-fnt-fm-inherit {
    font-size: 28px;
    margin-bottom: 10px !important;
}

  .template-collection .yotpo.bottomLine.yotpo-small {
    min-height: 35px;
}

  .gettok {
    border-top: none;
    padding-top: 0;
    width: 90%;
    margin: 0 auto;
}

  .prod_logos.deskshow {
    display: none;
}.prod_logos.mobshow {
    display: block !important;
}
  .template-collection .t4s-section-inner.t4s_nt_se_template--15472263495773__main.t4s_se_template--15472263495773__main.t4s-container-wrap {
    margin-bottom: 40px;
}

  .prod_logos.mobshow {
    margin-bottom: 20px;
}
.tabo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 97px;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 99px;
    cursor: pointer;
    transition: color 0.15s ease-in;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 10px;
}.glider {
    position: absolute;
    display: flex;
    height: 54px;
    width: 97px;
    
    z-index: 1;
    border-radius: 99px;
    transition: 0.25s ease-out;
}.tabsx {
    transform: unset;
}
  .articlhc h2 {
    color: white;
    padding: 80px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}.articlhc h2 {
    color: white;
    padding: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}
  .template-collection .row.prod-imgs {
    margin-top: 20px;
    justify-content: center;
}
  .citx {
    display: none;
}

.template-collection .t4s-footer-wrap .t4s-col-12 {
    flex: 0 0 auto;
    width: 100%;
    margin: 15px  0;
    padding: 0;
}

.getc {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    border: 0px solid grey;
    border-radius: 16px;
    overflow: hidden;
}
.sec1 {
    width: 80%;
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-top: 60px;
    flex-direction: column;
    margin-right: 0;
    margin: 0 auto;
    margin-top: 60px;
}.sec1 img {
    max-width: 100%;
}

  .sec1r {
    margin-top: 10%;
    text-align: center;
}
.sec1 {
    width: 80%;
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-top: 60px;
    flex-direction: column;
    margin-right: 0;
    margin: 0 auto;
    margin-top: 60px;
}
img.imb {
    max-width: 60%;
    left: -29%;
    top: 82%;
    bottom: 0;
    position: absolute;
}
  .sec2 {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
    background-image: url(/cdn/shop/t/43/assets/CBD%20Background%20Text%20-%20Mobile.png?v=1689613803);
    background-repeat: no-repeat;
    background-position: 50% 85%;
    background-size: 90%;
    margin: 0 40px;
}
img.imt {
    position: absolute;
    right: -36%;
    top: -10%;
    max-width: 72%;
}

.sec3con {
    margin: 0 40px;
    display: grid;
    grid-template-columns: 1fr;
}

  .sec3rt {
    max-width: 400px;
    margin-left: 0;
    margin-top: 11%;
}
  .sec3rb {
    max-width: 400px;
    margin-left: 0;
    margin-top: 5%;
}
  img.sec3im {
    position: absolute;
    left: unset;
    top: unset;
    transform: unset;
    max-width: 80%;
    right: -40%;
    bottom: -234px;
}

  .sec3lb {
    max-width: 400px;
    margin-left: 0;
    margin-top: 11%;
}
  .sec4 {
    margin: 0 10%;
    padding-top: 60px;
    display: grid;
    grid-template-columns: 1fr;
    background-image: url(/cdn/shop/t/43/assets/Join%20us%20-%20Mobile.png?v=1689613837);
    background-size: 99%;
    background-repeat: no-repeat;
    background-position: 8% 20%;
    margin-top: 80px;
}.sec4r img {
    max-width: 100%;
    margin-top: 40px;
}
.sec1r h3 {
    font-size: 48PX;
    text-transform: uppercase;
    line-height: 56px;
    FONT-WEIGHT: BOLD;
    MARGIN-BOTTOM: 10PX;
}
  .sec3 {
    position: relative;
    margin-top: 80px;
    margin-bottom: 225px;
}

  .sec3lt {
    max-width: 400px;
    margin-left: 0;
}.sec3lf {
    max-width: 400px;
    margin: 0 40px;
    margin-bottom: 40px;
}img.sec3im {
    position: absolute;
    left: unset;
    top: unset;
    transform: unset;
    max-width: 80%;
    right: 0;
    bottom: -15%;
}#shopify-section-template--15518716657757__07815f26-b0b0-47db-9723-4227e7cda811 .sec3 {
    margin-bottom: 310px;
}img.imt {
    position: absolute;
    right: -37px;
    top: -5%;
    max-width: 100%;
    overflow: hidden;
    max-width: 180px;
}img.imb {
    max-width: 60%;
    left: 0;
    top: 85%;
    bottom: 0;
    position: absolute;
}
  .sec3lt {
    position: relative;
}
  img.sec3ltimg {
    display: block !important;
    position: absolute;
    right: -40px;
    top: -15%;
    max-width: 150px;
}
  .sec3lb {
    position: relative;
}
  img.sec4lbimg {
    position: absolute;
    display: block !important;
    right: 0px;
    bottom: -20%;
    max-width: 120px;
}
  img.sec3im {
    display: none;
}
img.sec3imx {
    display: block !important;
    margin-bottom: 20px;
}
  .sec3 {
    position: relative;
    margin-top: 80px;
    margin-bottom: 40px;
}
  .template-collection .shopify-section {
    margin: 0 0%;
}
 .template-collection .t4s-product.t4s-pr-grid {
    padding: 10px;
}
.template-collection .t4s_ratio {
    position: relative;
    width: 100%;
    height: 254px;
}

  .template-collection .t4s_ratio img {
    object-fit: contain !important;
    object-position: center center;
    transition: none!important;
    transform: scale(1) !important;
}

.abcbitem {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0%;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
}
 
  
  .abcthre {
    display: block;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
}
  .abcthre {
    display: block;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.abcthre {
    display: block;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    order: 2;
}.abctwo {
    order: 3;
}

  .t4s-footer-wrap.t4s-row.is--footer-sticky-false.is--footer-collapse-true.t4s-gx-md-30.t4s-gy-md-30.t4s-gx-0.t4s-gy-30 {
    padding-left: 20px;
}
  .template-collection header#shopify-section-header-inline {
    margin: 0 2%;
}
  input#email_108013941 {
    text-align: center;
    padding-left: 10px !important;
}
ul#menu-submenu-right {
  padding-left: 0;
}
  
  ul#menu-submenu-right li {
    display: none;
}
  .explore {
    display: block !important;
}

  .template-product .t4s-d-flex.t4s-flex-wrap.qtywrp {
    flex-direction: column;
    display: grid !important;
    grid-template-columns: 1fr;
}
  .custompd {
    grid-template-columns: 1fr !important;
}
.custompd {
    grid-template-columns: 1fr !important;
    margin-right: 0;
}
  .t4s-quantity-wrapper.t4s-product-form__qty {
    width: 100% !important;
    margin-bottom: 10px;
}

.yotpo .text-m {
    font-size: 12px;
}

h3.t4s-product-title.aaa {
    margin: 0 !important;
}
h3.t4s-product-title.aaa a {
    line-height: 30px;
}
 
.mySwiperx .swiper-slide, .mySwiperx swiper-slide{

  padding:5px;
}

 .menu-item .epxmob img {
    max-width: 150px;
}
  span#bar-menu-1 {
    display: block !important;
    text-align: center;
}
  span.mob_show.epxmob {
    display: none !important;
}
a.backlink.acback {
    top: -20px;
    left: 0;
}  
}

@media(max-width:320px){
  header .t4s-container {
    padding: 0 36px;
}.t4s-site-nav__icons.t4s-use__line svg.t4s-icon {
    width: 21px !important;
    height: 35px !important;
}
}





    @media(min-width: 769px) and (max-width: 1330px){

.homebticc:nth-child(even):before {
    content: "";
    background: url(/cdn/shop/files/Ellipse_1_copy.png?v=1757530284);
    position: absolute;
    left: -20px;
    top: 35%;
    width: 100px;
    height: 99px;
    background-repeat: no-repeat;
    background-size: 42%;
}

.homebticc:nth-child(even):after {
    content: "";
    background-size: 42%;
    width: 107px;
    height: 90px;
    position: absolute;
    background-image: url(/cdn/shop/files/Ellipse_1_copy.png?v=1757530284);
    background-repeat: no-repeat;
    right: -80px;
    top: 35%;
}
    .homebticc span {
    margin-top: 25px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    line-height: 26px;
    font-size: 14px;
}
}