/** Shopify CDN: Minification failed

Line 2854:4 Expected identifier but found "-"
Line 2855:10 Expected ":"

**/
/* custom start */
/* home css start */

.header--top-left, .header--middle-left:not(.header--has-menu) {
  grid-template-columns:16% 84%;
}
nav.header__inline-menu {
    /* background: #E63946; */
    padding: 8px 50px;
}
.header__heading .header__heading-link {
    padding: 10.5px 10px;
} 
.header:not(.header--middle-left,.header--middle-center) .header__inline-menu {
    margin-top: 0;
}
.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after {
    border-radius: 42px;
    box-shadow: 0 0 0 2px #E5E5EA;
}
.field__input:focus-visible, .select__select:focus-visible, .customer .field input:focus-visible, .customer select:focus-visible, .localization-form__select:focus-visible.localization-form__select:after {
    box-shadow:  0 0 0 2px #E5E5EA;
    outline: 0;
    border-radius: 42px;
}
.tab-section-content-box-right input {
    margin: 0;
    padding: 15px;
}

.header__inline-menu .list-menu--inline li {
    height: 40px;
}
ul.list-menu.list-menu--inline.view-partners-menu .header__menu-item {
    color: #fff;
    /* background: #F1515D; */
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px;
    border-radius: 7px;
    padding: 9px 12px 9px 12px;
    height: 40px;
}
header.header.header--top-left.header--mobile-center.page-width.header--has-menu.header--has-account {
    width: 100%;
    max-width: 100%;
    padding: 0px;
    background: #fff;
}
predictive-search.search-modal__form form.search.search-modal__form {
    max-width: 100%;
}
predictive-search.search-modal__form form.search.search-modal__form .field .field__label {
    font-weight: 500;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    line-height: 20.8px;
    color: #292929;
}
.header__icon, .header__icon--cart .icon {
    height: 4.8rem;
    width: 5.4rem;
    padding: 0;
    border: 2px solid #E5E5EA;
    border-radius: 50px;
}
.header__icons {
    display: flex;
    grid-area: icons;
    justify-self: end;
    width: 100%;
    padding-right: 50px;
    max-width: 100%;
      gap: 10px;
}
.header__active-menu-item {
    color: #fff;
    text-decoration: none;
}

form.search.search-modal__form .field .search__button:not(:focus-visible):not(.focused), form.search.search-modal__form .field .reset__button:not(:focus-visible):not(.focused) {
    background-color: #E63946;
}
.search__button .icon {
    color: #fff;
}
.search__button {
    right: 5px;
    top: 3px;
    background: #E63946;
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
}


predictive-search.search-modal__form {
    width: 100%;
    max-width: 100%;
}
h1.header__heading {
    padding-left: 30px;
}

.header__menu-item {
    color: #fff;
    background: #F1515D;
    font-weight: 500;
    font-family: "IBM Plex Sans";
    font-size: 15px;
    line-height: 19.5px;
}
.list-menu--inline {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.header__inline-menu {
    display: flex;
    justify-content: space-between;
  
}
ul.list-menu.list-menu--inline.mid-main-menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 82%;
    gap: 18px;
}
.header__inline-menu .list-menu--inline li .header__submenu {
    padding: 0;
    border-radius: 5px;
}
.header__inline-menu .list-menu--inline li .header__submenu li {
    height: auto;
    border-bottom: 1px solid #F1515D;
}
.header__inline-menu .list-menu--inline li .header__submenu a.header__menu-item {
    background: none;
    color: #F1515D;
}

.header__menu-item:hover span{ text-decoration:none;}
.hero-top-outer {
    width: calc(100% - 80px);
    margin: auto;
}
.hero-top-box {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 20px;
    width: 100%;
}

.hero-top-box-left {
    background: #E63946;
    border-radius: 10px;
    padding: 20px 0 40px 40px;
    width: 50%;
}
.top-round {
    margin: 0px;
}
.top-round ul {
    margin: 0px;
    padding: 0px;
}
.top-round ul li {
    display: inline-block;
    padding: 0px;
}
.top-round ul li a {
    background: #fff;
    padding: 3px;
    display: block;
    border-radius: 50px;
}
.hero-top-box-left .hero-top-box-text {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
}
.hero-top-box-left .box-text-left h2 {
    color: #fff;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 32px;
    line-height: 41.6px;
    margin-bottom: 10px;
}
.hero-top-box-left .box-text-left p {
    color: #fff;
    font-weight: 400;
    font-family: IBM Plex Sans;
    font-size: 18px;
    line-height: 23.4px;
    margin-top: 0px;
    margin-bottom: 30px; 
}
.hero-top-box-left .box-text-left-button {
    display: inline-block;
    position: relative;
    border-radius: 10px;
}
.hero-top-box-left .box-text-left-button a {
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 18px;
    line-height: 23.4px;
      align-items: center;
}
.hero-top-box-left .hero-top-box-text {
    
}

.hero-top-box-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 50%;
}
.hero-top-box-left .box-text-right {
    position: absolute;
    right: -15px;
    width: 50%;
    bottom: 0px;
}
.hero-top-box-right .hero-top-box-text {
    display: flex;
   align-items: flex-end;
  justify-content: space-between;
}
.hero-top-box-right .box-text-left h2 {
    color: #fff;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.hero-top-box-right .box-text-left p {
    color: #fff;
    font-weight: 400;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.hero-top-box-right .box-text-left-button {
    display: inline-block;
    padding: 0;
    position: relative;
}
.hero-top-box-right .box-text-left-button a {
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #fff;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 20.8px;
}
/* btn animation start */
.hero-top-box-right .box-text-left-button a, .hero-top-box-left .box-text-left-button a{
  width: 170px;
  height: 50px;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  transition: 1s;
  border-radius: 10px;
}
.multicolumn.multicolumn-section .grid__item .multicolumn-card a.link{
  width: 160px;
  height: 50px;
  border: 1px solid #fff;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  transition: 1s;
  border-radius: 10px;
}
.hero-top-box-right .box-text-left-button a::before, .hero-top-box-right .box-text-left-button a::after,
.hero-top-box-left .box-text-left-button a::before, .hero-top-box-left .box-text-left-button a::after,
.multicolumn.multicolumn-section .grid__item .multicolumn-card a.link::before, .multicolumn.multicolumn-section .grid__item .multicolumn-card a.link::after{
  position: absolute;
  /* background: #e63946; */
  z-index: -1;
  transition: 1s;
  content: '';
}
.hero-top-box-right .box-text-left-button a::before,
.hero-top-box-left .box-text-left-button a::before,
.multicolumn.multicolumn-section .grid__item .multicolumn-card a.link::before{
  height: 50px;
  width: 130px;
}
.hero-top-box-right .box-text-left-button a::after,
.hero-top-box-left .box-text-left-button a::after,
.multicolumn.multicolumn-section .grid__item .multicolumn-card a.link::after{
  width: 180px;
  height: 30px;
}
.hero-top-box-right .box-text-left-button a:hover::before,
.hero-top-box-left .box-text-left-button a:hover::before
{
  width: 0px;
  background: #e63946;
}
.hero-top-box-right .box-text-left-button a:hover::after,
.hero-top-box-left .box-text-left-button a:hover::after{
  height: 0px;
  background: #e63946;
}
.hero-top-box-right .box-text-left-button a:hover,
.hero-top-box-left .box-text-left-button a:hover{
  background: #e63946;
}
/* btn animation end */




.hero-top-box-right .hero-top-box-text {
    background: #E63946;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
}
.hero-top-box-left .owl-slider-hero {
    height: 100%;
}
.hero-top-box-left .owl-slider-hero div#carousel {
    height: 100%;
}
.hero-top-box-left .owl-slider-hero div#carousel .owl-stage-outer.owl-height {
    height: 100%!important;
}
.hero-top-box-left .owl-slider-hero div#carousel .owl-stage-outer.owl-height .owl-stage {
    height: 100%;
}
.hero-top-box-left .owl-slider-hero div#carousel .owl-stage-outer.owl-height .owl-stage .owl-item {
    height: 100%;
}
.hero-top-box-left .owl-slider-hero div#carousel .owl-stage-outer.owl-height .owl-stage .owl-item .item {
    height: 100%;
}

.card--card, .card--standard .card__inner {
    border-radius: 20px;
}
.card .media {
    border: 2px solid #EFF0F4;
}
ul.list-menu.list-menu--inline.categoryMenus li svg.icon.icon-hamburger {
    width: 14px;
    margin-right: 10px;
    height: 14px;
}
ul.list-menu.list-menu--inline.categoryMenus li summary.header__menu-item {
    background: #F1515D;
    border-radius: 7px;
    padding: 9px 12px 9px 12px;
    height: 40px;
}
ul.list-menu.list-menu--inline.mid-main-menu .header__menu-item {
    color: #fff;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    /* background: #F1515D; */
    border-radius: 7px;
    padding: 9px 25px 9px 12px;
    height: 40px;
}
.collection-list-wrapper.isolate {
    position: relative;
    width: calc(100% - 80px);
    margin: auto;
    max-width: 100%;
    box-shadow: 0px 0px 4px #ccc;
    margin-top: 50px;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
}
#shopify-section-template--16144290349216__53dea2f8-2e15-47f0-90c1-322af49adf21 .collection-list-wrapper.main-page-box.isolate.no-mobile-link.section-template--16144290349216__53dea2f8-2e15-47f0-90c1-322af49adf21-padding {
    background: none;
   box-shadow:none;
}
.collection-list-wrapper.isolate .center.collection-list-view-all {
    position: absolute;
    top: -5px;
    right: 20px;
}
.collection-list-wrapper.isolate h2 {
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 24px;
    line-height: 31.2px;
}
.collection-list-wrapper.isolate .center.collection-list-view-all a {
    /* border: 2px solid #E5E5EA; */
    padding: 0; color:#000;
    border-radius: 10px;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px;
    color:#292929;
}
.contact .field:before {
    border-radius: 10px;
}
.contact .field:after {
    border-radius: 10px;
}
.contact .field .field__input:focus-visible, .contact .field .select__select:focus-visible, .contact .field input:focus-visible, .contact .field select:focus-visible, .contact .localization-form__select:focus-visible.localization-form__select:after {
    border-radius: 10px;
}
.contact .field:hover.field:after, .contact .select:hover.select:after, .contact .select__select:hover.select__select:after, .contact .customer .field:hover.field:after, .contact .customer select:hover.select:after, .contact .localization-form__select:hover.localization-form__select:after {
    border-radius: 10px;
}

/* collection btn animation start */
.collection-list-wrapper.isolate .center.collection-list-view-all a,
.contact__button button.button,
.tab-section-content-box-right .spr-form-actions{
  width: 150px;
  height: 50px;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  transition: 1s;
  border-radius: 10px;
  text-decoration:none;
}
.collection-list-wrapper.isolate .center.collection-list-view-all a::before, 
.collection-list-wrapper.isolate .center.collection-list-view-all a::after,
.contact__button button.button::before,
.contact__button button.button::after,
.tab-section-content-box-right .spr-form-actions::before,
.tab-section-content-box-right .spr-form-actions::after{
  position: absolute;
  background: #fff;
  z-index: -1;
  transition: 1s;
  content: '';
}
.spr-starrating .spr-icon::before {
    color: gold;
}
.spr-starrating .spr-icon::before, .spr-review-header-starratings .spr-icon-star::before {
    color: gold;
}
.collection .grid .card-wrapper .card .card__content .card-information .price .price__container span s.price-item {
    color: red;
}
.contact__button button.button::before,
.contact__button button.button::after{
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: inherit;
}
.tab-section-content-box-right .spr-form-actions input.spr-button {
    background: none;
    color: #000;
}
.contact__button button.button {
    color: #000;
}
.contact__button button.button:after {
    width: 160px;
    height: 30px;
    background: #f7f7f7;
    box-shadow: none;
}
.contact__button button.button:before {

    background: #f7f7f7;
}
.contact__button button.button:hover:after{
   box-shadow: none;
}
.collection-list-wrapper.isolate .center.collection-list-view-all a::before,
.contact__button button.button::before,
.tab-section-content-box-right .spr-form-actions::before{
  height: 50px;
  width: 100px;
}
.collection-list-wrapper.isolate .center.collection-list-view-all a::after,
.contact__button button.button::after,
.tab-section-content-box-right .spr-form-actions::after{
  width: 160px;
  height: 30px;
}
.collection-list-wrapper.isolate .center.collection-list-view-all a:hover::before,
.contact__button button.button:hover::before,
.tab-section-content-box-right .spr-form-actions:hover::before{
  width: 0px;
  background: #fff;
}
.collection-list-wrapper.isolate .center.collection-list-view-all a:hover::after,
.contact__button button.button:hover::after,
.tab-section-content-box-right .spr-form-actions:hover::after{
  height: 0px;
  background: #fff;
}
.collection-list-wrapper.isolate .center.collection-list-view-all a:hover,
.contact__button button.button:hover,
.tab-section-content-box-right .spr-form-actions:hover{
  background: #fff;
}
/* btn animation end */

/* search-brand-section-top start */
.search-brand-section-top .view-all a{
  width: 180px;
  height: 50px;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  transition: 1s;
  border-radius: 10px;
  text-decoration:none;
}
.search-brand-section-top .view-all a::before,
.search-brand-section-top .view-all a::after{
  position: absolute;
  background: #F7F7F7;
  z-index: -1;
  transition: 1s;
  content: '';
}

.search-brand-section-top .view-all a::before{
  height: 50px;
  width: 100px;
}
.search-brand-section-top .view-all a::after{
  width: 190px;
  height: 30px;
}

.search-brand-section-top .view-all a:hover::before{
  width: 0px;
  background: #F7F7F7;
}

.search-brand-section-top .view-all a:hover::after{
  height: 0px;
  background: #F7F7F7;
}

.search-brand-section-top .view-all a:hover{
  background: #F7F7F7;
}
/* search-brand-section-top animation end */



.collection-list-wrapper.isolate .center.collection-list-view-all span {
    margin-left: 15px;
}
.collection-list-wrapper.isolate .center.collection-list-view-all .button:after{ 
  box-shadow:none;
  
}
.header__menu-item:hover{ 
  color:#fff;
}
.search-modal__form .field:hover.search-modal__form .field:after {
    box-shadow: none;
    outline: 0;
    border-radius: 20px;
}
/* home-recommended section home page css start */
 .home-recommended {
    width: calc(100% - 80px);
    margin: auto;
    margin-top: 50px;
}
.home-recommended .heading{
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 24px;
    line-height: 31.2px;
    color: #292929;
  }
.home-recommended .item {
  border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
}
.home-recommended .item h2 {
    padding:0;
    margin: 20px 0;
    font-weight: 700;
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 20.8px; 
    color: #292929;
}
  .home-recommended .itemimg {
    border: 1px solid #ccc;
    margin: 10px 0;
    border-radius: 10px;
    padding: 30px 0;
}
  .home-recommended .itemimg img{
    border-radius: 10px;
}
  .home-recommended .item p {
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 13px;
    line-height: 16.9px; 
    color: #292929;
   }
 .home-recommended .item form input[type="submit"] {
    display: block;
    text-decoration: none;
    text-align: center;
    border: 1px solid #E63946;
    color: #e63946;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px;  
}
.home-recommended .item form input[type=submit]:hover {
    background: #E63946;
    color: #fff;
}
.home-recommended .owl-theme .owl-dots, .home-recommended .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
}
 .home-recommended .owl-nav button.owl-prev span {
    border: 2px solid #000;
    padding: 10px 0;
    font-size: 30px;
    border-radius: 50%;
    float: left;
    width: 30px; 
    height: 30px;
    line-height: 0px;
}
.home-recommended .owl-nav button.owl-next span {
    border: 2px solid #000;
    padding: 10px 0;
    font-size: 30px;
    border-radius: 50%;
    float: left;
    width: 30px;
    height: 30px;
    line-height: 0px;
}
 .home-recommended .owl-theme .owl-nav {
    position: relative;
    top: 10px;
} 
.home-recommended .owl-theme .owl-dots {
    position: relative;
    top: 5px;
}
.home-recommended .pro-reating{ 
  color: #000;
  display: flex;
  gap: 5px;
}
.home-recommended .owl-theme .owl-dots .owl-dot.active span {
    background: #000;
}
.home-recommended .owl-carousel .owl-item img {
    display: block;
    width: auto;
    text-align: center;
    margin: auto;
}
.home-recommended .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 4px;
}
.home-recommended .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 50%;
}
/* home-recommended section home page css end */

/* search by brand start */
.search-brand-section {
    width: calc(100% - 80px);
    margin: 50px auto auto;
}
.search-brand-section-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-brand-section-top h2 {
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 24px;
    line-height: 31.2px;
    color: #292929;
}
.search-brand-section-top .view-all {
   /* box-shadow: 0 0 2px #000;
    padding: 6px 15px;
    border-radius: 5px;
    background: #fff; */
}
.search-brand-section-top .view-all a {
    text-decoration: none;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px;
    color: #292929;
}
.search-brand-section-top .view-all span {
    margin-left: 16px;
}
.search-brand-section-bottom{}
.search-brand-section-bottom ul {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    gap: 32px;
}
.search-brand-section-bottom ul li {
    box-shadow: 0 0 2px #000;
    padding: 5px 10px;
    border-radius: 5px;
    list-style: none;
    background: #fff;
    width: 100%;
    text-align: center;
}
.search-brand-section-bottom ul li a img {
    width: 100%;
}
.search-brand-section-bottom ul li a {
    display: block;
}

/* search by brand end */
/* seo-description-section start */

.seo-description-section{
   width: calc(100% - 80px);
    margin: 80px auto auto;
}
.seo-description-section h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 23.4px;
    color: #292929;
    margin: 0px;
}
.seo-description-section-text {
    padding-top: 16px;
}
.seo-description-section-text p{
   font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    color: #292929;
    margin: 0px;
}
.data_more_less_body p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    color: #292929;
}
.seo-description-section-text a{
   color:#E63946;
  text-decoration:none;
  cursor:pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px; 
}

.data_more_less_inner {overflow: hidden; margin-bottom: 20px; position: relative;}
.action_less {display: none;}
.less_active .action_less {display: inline-block;}
.less_active .action_more {display: none;}
.data_more_less:not(.less_active):not(.action_disabled) .data_more_less_inner:after {content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); height: 80px;}
.data_more_less.action_disabled .more_less_action {display: none;}

/* seo-description-section end */
footer.footer{
    background: #F7F7F7;
    border-top: none;
}

.footer__content-top.footer-section {
    width: calc(100% - 80px);
    margin: 0px auto auto;
    box-shadow: 0 0 4px #ccc;
    border-radius: 20px 20px 0px 0px;
    padding: 20px;
    background: #fff;
    position:relative;
}
.color-background-1.gradient {
    background: #F7F7F7;
}
.footer__content-top.footer-section .footer__blocks-wrapper.grid {
}
.footer__content-top.footer-section .footer__blocks-wrapper.grid .grid__item {
    width: 16%;
}
.footer__content-top.footer-section .footer__blocks-wrapper.grid .grid__item:first-child {
   width: 33%;
}
.footer__content-top.footer-section .footer-block--newsletter {
    position: absolute;
    top: 40%;
}
.footer__content-top.footer-section .footer-block--newsletter {
    position: absolute;
    top: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
      width: 25%;
}
.footer-block__newsletter:not(:only-child) {
    width: 100%;
}
.footer__content-top.footer-section .footer__blocks-wrapper.grid .grid__item:first-child p {
    width: 70%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20.8px;
    margin: 0px;
}
.footer-block.grid__item .footer-block__heading {
    font-weight: 600;
    font-size: 16px;
    line-height: 20.8px;
    color: #292929;
    margin-bottom: 8px;
}
.footer-block.grid__item .footer-block__details-content a.link.link--text.list-menu__item {
    font-weight: 500;
    font-size: 15px;
    line-height: 19.5px;
    color: #292929;
    padding: 0px;
}
.footer-block.grid__item .footer-block__details-content p {
    font-weight: 500;
    font-size: 15px;
    color: #292929;
    line-height: 19.5px;
    padding: 0;
}
.footer__content-bottom-wrapper .footer__copyright.caption {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-top: 2px solid #E5E5EA;
    padding: 20px 0 0;
    margin-top: 30px;
}
.footer__content-bottom-wrapper .footer__copyright.caption small.copyright__content {
    font-weight: 500;
    font-size: 14px;
    line-height: 18.2px;
    color: #292929;
}
footer.footer.color-background-1.gradient.section-sections--16069971181728__footer-padding {
    padding-bottom: 0px;
}
.field:hover.field:after, .select:hover.select:after, .select__select:hover.select__select:after, .customer .field:hover.field:after, .customer select:hover.select:after, .localization-form__select:hover.localization-form__select:after {
    border-radius: 20px;
}
.newsletter-form__field-wrapper .newsletter-form__button {
    width: 110px;
    margin: 0;
    right: 5px;
    top: 5px;
    z-index: 2;
    background: #E63946!important;
    color: #fff;
    border-radius: 20px;
    height: 37px;
    padding: 10px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
}
.newsletter-form__field-wrapper .field label.field__label {
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
}
/* Recently Viewed Products css start */
.multicolumn-section{
    width: calc(100% - 80px);
    margin: 50px auto auto;
}
/* Recently Viewed Products css start */

.multicolumn.multicolumn-section .multicolumn-list{
  
}
.multicolumn.multicolumn-section .grid__item{
  
}
.multicolumn.multicolumn-section .grid__item .multicolumn-card {
    /* background: #E63946; */
    border-radius: 16px;
    padding: 20px 8px 20px 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
      overflow: hidden;
}
.multicolumn.multicolumn-section .grid__item .multicolumn-card .multicolumn-card__info {
    padding: 0;
    position: relative;
    display: flex;
    height: auto;
    flex-wrap: wrap;
    align-items: center;
}
.multicolumn.multicolumn-section .grid__item .multicolumn-card h3.inline-richtext{
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 20px;
    line-height: 26px;
    /* color: #fff; */
    width:100%;
}
.multicolumn.multicolumn-section .grid__item .multicolumn-card .rte {
    width: 100%;
}
.multicolumn.multicolumn-section .grid__item .multicolumn-card .rte p{
    font-weight: 400;
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 20.8px;
    /* color: #fff; */
}
.multicolumn.multicolumn-section .grid__item .multicolumn-card .link {
    display: inline-block;
    border: 1px solid #fff;
    padding:9.25px 15px;
    position: relative;
    border-radius: 10px;
    /* color:#fff; */
    position: absolute;
    bottom: 0px;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px; 
    border-radius: 16px
}
.multicolumn.multicolumn-section .grid__item .multicolumn-card .multicolumn-card-spacing {
    width: 50%;
    margin: -20px -20px 0 0;
    position: relative;
    padding: 0px;
}
/* Recently Viewed Products css end */

.my-slider{
  padding: 0 70px;
}
.collection-list .collection-list__item.grid__item .card-wrapper .card .card__content .card__information {
    padding-bottom: 0px;
}
.multicolumn-section .multicolumn-list.grid {
    gap: 32px;
}
.multicolumn-section .multicolumn-list.grid .grid__item {
    width:31%;
}
section#shopify-section-template--16069970722976__53dea2f8-2e15-47f0-90c1-322af49adf21 .collection-list-wrapper.isolate {
    background: none;
    box-shadow: none;
    padding: 0px;
}
section#shopify-section-template--16069970722976__53dea2f8-2e15-47f0-90c1-322af49adf21 .collection-list-wrapper.isolate .collection-list .grid__item .card-wrapper.collection-card-wrapper .card .card__inner .card__media .media.media--transparent {
    background: #fff;
    border: 2px solid #E5E5EA;
}

.card__information h3.card__heading a.full-unstyled-link {
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 20.8px;
    color: #292929;
} 
.card__information h4 {
    margin: 5px 0;
}
.card__information h4 a {
    color: #e63946;
    text-decoration: none;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 14px;
    line-height: 18.2px;
}

.home-recommended .item a {
    display: block;
    text-decoration: none;
    padding: 0;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    font-weight: 500;
    font-size: 15px;
    line-height: 19.5px;
}
.home-recommended .item a.full-unstyled-link {
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 19.5px;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    white-space: inherit; */
}
.home-recommended .item .itemimg a.full-unstyled-link {
    height: auto;
}
.home-recommended .item a strong { color:#292929;}
.collection-list .grid__item .card-wrapper.collection-card-wrapper .card .card__inner {
  background: none;    
  --ratio-percent: 50% !important;
}
.collection-list .grid__item .card-wrapper.collection-card-wrapper .card .card__inner .card__media .media.media--transparent img {
    object-fit: contain;
    padding: 20px;
}

.collection-list .grid__item .card-wrapper.collection-card-wrapper .card .card__inner .card__media .media.media--transparent {
    border: none;
    background:linear-gradient(rgba(239,240,244),rgba(239,240,244,.5));
    border-radius: 12px;
    padding: 20px;
}
.collection-list.contains-card {
    gap: 32px;
}
.collection-list .collection-list__item.grid__item{ 
  width:23%;
  max-width: 23%;
}

/* .collection-list .collection-list__item.grid__item {
    padding: 0 15px;
}
.collection-list .collection-list__item.grid__item:first-child {
    padding-right: 15px;
    padding-left:0px;
}
.collection-list .collection-list__item.grid__item:last-child {
    padding-right: 0px;
    padding-left:15px;
} */

/* All collection page start css  */

.collection-hero, .facets-box  {
    width: calc(100% - 80px);
    margin: auto;
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical {
    max-width: 100%;
    border: 2px solid #E5E5EA;
    border-radius: 16px;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .parent-display {
    padding: 0px;
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .parent-display .list-menu__item {
    border-bottom: 2px solid #E5E5EA;
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .parent-display .list-menu__item .facet-checkbox>svg {
    border-radius: 3px;
    margin-top: 2px;
    border: 2px solid #E5E5EA;
    height: 16px;
    width: 16px;
}

.facets-wrapper .facets-container .facets .facets__disclosure-vertical .facets__summary span {
    color: #292929;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 22px;
    line-height: 28.6px;
}
.home-recommended .pro-reating {
    display: flex;
    gap: 5px;
   align-items: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 25px;
    white-space: inherit;
}
.home-recommended .pro-reating span{
   color: #ffd700;
}
.home-recommended .pro-reating strong{
    font-weight: 600;
    font-family: IBM Plex Sans;
    font-size: 14px;
    line-height: 18.2px;
    color: #ffd700;
}

.facets-wrapper .facets-container .facets .facets__disclosure-vertical .facets__summary svg.icon.icon-caret {
    height: 12px;
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .facets__summary {
    padding: 0px;
    margin-bottom: 10px; 
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .facets__summary:hover span {
    text-decoration: none;
}

.facets-wrapper .facets-container .facets .facets__disclosure-vertical .parent-display .list-menu__item span {
    color: #292929;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 20.8px;
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .facets__summary div {
    position: relative;
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .search_faq .search_inner #myInput {
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border: 2px solid #E5E5EA; 
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .search_faq .search_inner #myInput:focus-visible {
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .parent-display .button-show-more.link{ text-decoration:none;}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .parent-display .button-show-more.link .label-text {
    color: #E63946;
    text-decoration: none;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 20.8px;
   text-decoration: underline;
}
.facets__form-vertical {
    width: 30rem !important;
}
.collection .grid .card-wrapper .card .card__content .card__information.card_information_top {
    padding: 10px 0;
}
.collection .grid .card-wrapper .card .media {
    border: 2px solid #EFF0F4;
    border-radius: 5px;
}

div#FacetsWrapperDesktop {
    position: relative;
}
.facets-wrapper .facets-container .facets .active-facets {
/*     max-width: 100%;
    box-shadow: 0 0 4px #ccc;
    border-radius: 16px;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px; */
   
}
.facets-wrapper .facets-container .facets .active-facets .facets__heading {
    color: #292929;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 22px;
    line-height: 28.6px;
    margin: 0px;
}
.facets-wrapper .facets-container .facets .active-facets a.active-facets__button-remove {
    color: #292929;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px;
  text-decoration: none;
}
.facets-wrapper .facets-container .facets .active-facets facet-remove.active-facets__button-wrapper {
    width: auto;
}
.facets-wrapper .facets-container .facets .active-facets facet-remove {
/*     width: 100%; */
}

.facets-wrapper .facets-container .facets .active-facets .active-facets__button span.active-facets__button-inner {
    padding: 7px 15px;
    background: #E63946;
    color: #fff;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 20.8px;
}

.collection .grid .grid__item {
    border: 2px solid #E5E5EA;
    border-radius: 16px;
    padding: 20px;
    background: #fff;
}
.collection .grid .card-wrapper .card .card__inner a strong {
   color: #292929;
}
.collection .grid .card-wrapper .card .card__inner {
    display: flex;
    flex-wrap: wrap;
    --ratio-percent: 0%!important;
  border-radius: 5px;
}
.collection .grid .card-wrapper .card .card__inner a {
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 19.5px;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    white-space: inherit; */
    background-color: #ffff;
    width: 100%;
  padding-bottom: 15px;
}
.collection .grid .card-wrapper .card .card__inner .pro-reating strong {
    font-weight: 600;
    font-family: IBM Plex Sans;
    font-size: 14px;
    line-height: 18.2px;
    color: #ffd700;
}
.collection .grid .card-wrapper .card .card__inner .pro-reating {
    color: #000;
    display: flex;
    gap: 5px;
    background: #fff;
    width: 100%;
  align-items: center;
}
.collection .grid .card-wrapper .card .card__inner .pro-reating span {
    font-size: 20px;
    color:#ffd700;
}
.spr-starrating .spr-stars svg.spr-star path{
  fill:#ffd700;
}
.product__info-container .price--on-sale .price-item--regular {
    color: #E63946;
 
}
.facets-vertical.facets-box .product-grid-container .collection .grid {
    gap: 32px;
}
.facets-vertical.facets-box .product-grid-container .collection .grid .grid__item{
  width:30%;
}
.collection .grid .card-wrapper .card .card__inner .card__media {
    position: relative;
}
.collection .grid .card-wrapper .card .card__inner .card__media .media {
    position: inherit;
}
.collection .grid .card-wrapper .card .card__inner .card__media img.motion-reduce {
    position: inherit;
}
.collection .grid .card-wrapper .card .card__content .card-information .price .price__container .price-item {
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 20.8px;
    color: #292929;
}
.collection .grid .card-wrapper .card .card__content .card-information p {
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 13px;
    line-height: 16.9px;
    color: #292929;
}
.collection .grid .card-wrapper .card .card__content .quick-add .quick-add__submit {
    display: block;
    text-decoration: none;
    text-align: center;
    border: 1px solid #E63946;
    color: #e63946;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px;
}
.collection .grid .card-wrapper .card .card__inner .badge {
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 13px;
    line-height: 16.5px;
    color: #fff;
}
.collection .grid .card-wrapper .card .card__content .quick-add .quick-add__submit.button:after{ box-shadow:none;}
.collection .grid .card-wrapper .card .card__inner .card__badge.top.right {
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 10px;
}
.active-facets a.active-facets__button .active-facets__button-inner {
    box-shadow: none;
    background: #E63946;
    color: #fff;
    padding: 6px 15px;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 20.8px;
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .search_faq .search_inner {
    position: relative;
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .search_faq .search_inner .searchBox-clearWrapper {
    position: absolute;
    top: 5px;
    right: 5px;
    width: auto;
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .search_faq .search_inner .searchBox-clearWrapper .searchBox-clear {
    color: #000;
}

.pagination-wrapper .pagination__list li a {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px #c5c5c5;
    border: 2px solid #c5c5c5;
}
.pagination-wrapper .pagination__list {
    justify-content: flex-start;
}
.pagination-wrapper .pagination__list li a.pagination__item--current {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 4px #c5c5c5;
    border: 2px solid #000;
}
.pagination-wrapper .pagination__list li .pagination__item--current:after, 
.pagination-wrapper .pagination__list li .pagination__item:hover:after {
    background-color: inherit;
}
.facets-box .facet-filters__label {
    color: #292929;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px;
}
.facets-box .select select {
    color: #292929;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px;
}
.facets-box .facets-vertical-form h2.product-count__text span {
    font-size: 16px;
    color: #292929;
    font-weight: 400;
}
.facets-box .select {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
    background-color: inherit;
    border-radius: 0px;
}
.facets-wrapper .facets-container .facets .active-facets facet-remove .active-facets__button--light:hover .active-facets__button-inner {
    box-shadow: none;
}
.facets-box .select select {
    color: #292929;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px;
    background: #fff;
    padding: 8px 30px 8px 10px;
    border-radius: 5px;
    border: 2px solid #E5E5EA;
}
.facet-filters__field .select svg.icon.icon-caret {
    right: 10px;
}
.facets-box .facet-filters__sort:focus-visible {
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
}
.breadcrumb-section {
  margin-bottom: 30px;
    padding: 0px;
}
.breadcrumb-section ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 20px;
}
.breadcrumb-section ul li a {
    color: #292929;
    text-decoration: none;
}
.breadcrumb-section ul li:first-child {
  list-style:none;  
}
.breadcrumb-section ul li:nth-child(2) {
  list-style:none;  
}
.breadcrumb-section ul li:nth-child(3) {
    margin-left: 10px;
    padding: 0px;
}
.breadcrumb-section ul li a.active span.icon-wrap img {
    transform: rotate(180deg);
}
.breadcrumb-section ul li a.active span.icon-wrap {
    margin-right: 5px;
}
.breadcrumb-section ul li a.active {
    color: #292929;
    text-decoration: none;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 0 0 4px #ccc;
    border-radius: 6px;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px;
}
.breadcrumb-section ul li:nth-child(2) a {
    text-decoration: none;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px;
    color:#292929;
}
.active-facets a.active-facets__button {
    margin-top: 10px;
}
.active-facets.active-facets-desktop {
    float: left;
    width: auto;
}
.facets form.facets-vertical-form {
    align-items: center;
}

.collection .grid .card-wrapper .card .card__inner .card__media .media a {
    position: relative;
}
.collection .grid .card-wrapper .card .card__inner .card__media .media img {
    height: 300px;
    object-fit: contain;
}

/* All collection page end css  */
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .parent-display .list-menu__item .facet-checkbox .icon-checkmark {
    left: 1px!important;
    top: 11px!important;
    width: 16px;
    height: 16px;
    border: none!important;
    border-radius: 3px!important;
    background: #E63946!important;
    color: #fff;
    padding: 2px;
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .parent-display {
    overflow: auto;
    min-height: 20px;
    height: auto;
    max-height: 250px;
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .parent-display::-webkit-scrollbar {
  width: 5px;
}

.facets-wrapper .facets-container .facets .facets__disclosure-vertical .parent-display::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .parent-display::-webkit-scrollbar-thumb {
  background: #888;
}
.facets-wrapper .facets-container .facets .facets__disclosure-vertical .parent-display::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.left-categories-box {
    max-width: 100%;
    box-shadow: 0 0 4px #ccc;
    border-radius: 16px;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 10px;
}
.left-categories-box h2 {
    color: #292929;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 22px;
    line-height: 28.6px;
    margin: 0;
    margin-bottom: 10px;
}
.left-categories-box-menu ul {
    padding: 0px;
    margin: 0px;
}

.left-categories-box-menu ul li {
    list-style: none;
    margin: 0px;
    position: relative;
    border-bottom: 2px solid #E5E5EA;
    padding: 1rem 2rem 1rem 0;
}
.left-categories-box-menu ul li a {
    color: #292929;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 20.8px;
    display: block;
    width: 100%;
    text-decoration: none;
} 
.left-categories-box-view-all {
    margin-top: 15px;
}
.left-categories-box-view-all a {
    color: #E63946;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.096px;
    text-decoration-line: underline;
}
.left-categories-box-menu ul li:last-child {
    border: none;
}
.collection-list .grid__item .card-wrapper.collection-card-wrapper .card .card__inner .card__media {
    z-index: 999;
}

.left-categories-box-menu ul li span.icon-wrap {
    position: absolute;
    right: 0px;
}

/* .card__media.no-product-heare ~ .card__content {
    position: absolute;
    bottom: -40px;
    padding: 0px;
} */
.collection .grid .card-wrapper .card .card__content .quick-add .quick-add__submit:hover {
    background: #E63946;
    color: #fff;
}
section#shopify-section-template--16069970690208__03f175d5-deef-4555-b605-b6af5cf36d67 .collection-list-wrapper.isolate,
section#shopify-section-template--16069970919584__632fde8a-e18e-449d-b0d7-7780ecdc7262 .collection-list-wrapper.isolate{
    background: none;
    box-shadow: none;
    padding: 0;
}
section#shopify-section-template--16069970690208__03f175d5-deef-4555-b605-b6af5cf36d67 .collection-list-wrapper.isolate .collection-list .grid__item .card-wrapper.collection-card-wrapper .card .card__inner .card__media .media.media--transparent,
section#shopify-section-template--16069970919584__632fde8a-e18e-449d-b0d7-7780ecdc7262 .collection-list-wrapper.isolate .collection-list .grid__item .card-wrapper.collection-card-wrapper .card .card__inner .card__media .media.media--transparent{
    background: #fff;
  
}

.main-page-box {
    width: calc(100% - 80px);
    margin: auto;
}
.facets-box h1.h2.center {
    text-align: left;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.main-page-box .collection-list {
    gap: 32px;
}
button.reset__button.field__button {
    background: none!important;
}

.reset__button .icon.icon-close {
    height: 3rem;
    width: 3rem;
}
.footer-block__newsletter+.footer__list-social li.list-social__item a.link.list-social__link {
    color: #ccc;
    border-radius: 50%;
}
.footer-block__newsletter+.footer__list-social li.list-social__item a.link.list-social__link svg.icon.icon-facebook {
    border-radius: 50%;
}
/* product details page css start */
.product-details-box .grid__item {
    background: #fff;
    border: 2px solid #E5E5EA;
    border-radius: 16px;
}
.product-details-box.product.grid {
    gap: 25px;
}
.product-details-box.product--large:not(.product--no-media) .grid__item.product__media-wrapper {
   width: 35%;
   max-width: 35%;
   padding:24px;
  overflow: hidden;
}
.product-details-box.product--large:not(.product--no-media) .product__info-wrapper{
   width: 41%;
   max-width: 41%;
   padding:24px;
  transform: translateY(0rem);
}

.product-details-box .product-confidence{
    width: 20%;
    max-width: 21%;
    padding:24px;
}
.confidence-top {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px 0;
}
.product-confidence h2{
  color: #292929;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.108px;
}
.confidence-top p {
    color: #292929;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.09px;
    margin: 0px;
}
.visit-box-outer h2 {
    color: #292929;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.09px;
}
.visit-box ul{ 
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.visit-box ul li{ 
  list-style:none;
}
.visit-box ul li a {
    color: #E63946;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.09px;
    text-decoration: none;
  display:block;
}
.visit-box ul li img {
    box-shadow: 0px 0px 4px 2px #E5E5EA;
    border-radius: 5px;
}
.product-details-box .product__media-list .product__media-item {
    border: none;
    box-shadow: none;
}
.product-details-box .product__media-list .product__media-item .global-media-settings,
#shopify-section-template--16436363722912__custom_image_with_text_tGzmPD .global-media-settings{
  border: none;
}
.product-details-box .product__info-wrapper h1 {
    color: #292929;
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.144px;
}
.product-details-box .product__info-wrapper .price-item {
    color: #292929;
    font-family: IBM Plex Sans;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.156px;
}
.product-details-box .product__info-container .price--on-sale .price-item--regular {
    font-size: 26px;
    color: #E63946;
}
.product-details-box .caption {
    color: #292929;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.096px;
}
.product-details-box label.quantity__label.form__label {
    color: #545454;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.084px;
}
.product-details-box .quantity {
    border: 1px solid #E5E5EA;
    border-radius: 5px;
}
.product-details-box .quantity:after {
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 2px #E5E5EA;
}
.product-details-box .quantity__input {
    color: #292929;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.096px;
}
.product-details-box .product-form__input {
    margin-top: 30px;
}
.product-details-box .quantity-box {
    display: flex;
    gap: 20px;
}
.product-details-box .quantity-sub-total {
    display: flex;
    flex-direction: column;
}
.product-details-box .quantity-sub-total span{
  color: #545454;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.084px;
}
.product-details-box .quantity-sub-total strong{
  color: #292929;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.108px;
}
.product-details-box .product-form__buttons .button {
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.108px;
    background: #E63946;
    border-radius: 5px;
  margin:0;
}
.product-details-box .product-form__buttons .button:after{
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.product-details-box .product-form__buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 34rem;
}
.product-wish-list {
    box-shadow: 0 0 4px 2px #e5e5ea;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 1rem;
   background: #fff;
}
.product-wish-list img {
    display: block;
}

.product-details-box.product.grid .product-media-container .media {
    padding-top: 55%!important;
}
.product-details-box.product.grid .product-media-container .media > img{
 object-fit: contain; 
}
.product-details-box .product-confidence .payment-box {
    background: #EEF0F3;
    padding: 20px;
    border-radius: 5px;
    margin: 15px 0 0;
}
.product-details-box .product-confidence .payment-box h2{
  color: #292929;
  font-family: IBM Plex Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.09px;
  margin-top: 0px;
}
.product-details-box .product-confidence .payment-box ul {
   display: flex;
    margin: 0;
    padding: 0;
    gap: 5px;
}
.product-details-box .product-confidence .payment-box ul li{
  list-style:none;
  margin:0px; 
  padding:0px;
}
.product-details-box .product-confidence .payment-box ul li a{
  display:block;
  text-decoration:none;
 }
.product-details-box .product-confidence .payment-box span{
  color: #292929;
  font-family: IBM Plex Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.09px;
}
.product-details-box .product-confidence .payment-box p{
  color: #292929;
  font-family: IBM Plex Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.084px;
  margin: 0px;
}
/* Style the tab section start */
.tab-section-outer {
    width: 100%;
    margin-top: 40px;
}
.tab-section {
    overflow: hidden;
    border: 2px solid #E5E5EA;
    background-color: #ffffff;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
}
.tab-section button {
   color: #292929;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.096px;
  background: none;
  border: none;
  padding: 10px; 
  cursor:pointer;
}
.tab-section button:hover {
   background-color: #292929;
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.096px;
    border-radius: 5px;
}
.tab-section button.active {
    background-color: #292929;
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.096px;
    border-radius: 5px;
}
.tab-section-content {
    background: #fff;
    display: none;
    padding: 24px;
    border: 1px solid #E5E5EA;
    border-radius: 10px;
}

.tab-section-content-outer {
    margin: 0px;
    padding: 0px;
}
.tab-section-content-box {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.tab-section-content-box-left {
    width: 20%;
}

.tab-section-content-box-left h2{
  color: #292929;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.12px;
  margin-top: 0px;
}
.tab-section-content-box-left ul{
  margin: 0px;
  padding: 0px;
}
.tab-section-content-box-left ul li{
    border-bottom: 1px solid #AAAAB0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}
.tab-section-content-box-left ul li span{
  color: #292929;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.096px;
}
.tab-section-content-box-left ul li p{
  color: #E63946;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.096px;
  margin:0px;
}
.tab-section-content-box-right {
    width: 80%;
}
.tab-section-content-box-right h2{
  color: #292929;
  font-family: IBM Plex Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.12px;
  margin-top: 0px;
}
.tab-section-content-box-right ul{
  margin: 0px;
  padding: 0px;
}
.tab-section-content-box-right ul li{
    border-bottom: 1px solid #AAAAB0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}
.tab-section-content-box-right ul li span{
  color: #292929;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.096px;
  width: 50%;
}
.tab-section-content-box-right ul li p{
  color: #292929;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.096px;
  margin:0px;
  width: 50%;
}
.tab-section-content-outer a{
  color: #E63946;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.096px;
  text-decoration:none;
}

/* Style the tab section end */

.contact-page-box {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-page-box form#ContactForm {
    width: 60%;
}
.contact__store-info {
    width: 30%;
}

.quick-add-modal .quick-add-modal__content-info {
    display: block;
}
.quick-add-modal .quick-add-modal__content-info .breadcrumb-section ul li:nth-child(3) {
    width: 80%;
} 
.quick-add-modal .quick-add-modal__content-info .product-top-right-section {
    width: auto;
}
/* .quick-add-modal .quick-add-modal__content-info .product-details-box.product--large:not(.product--no-media) .grid__item.product__media-wrapper {
    width: 100%;
    max-width: 100%;
} */
.quick-add-modal .quick-add-modal__content-info .tab-section-outer {
    margin-top: 50px;
}
.quick-add-modal .quick-add-modal__content-info .visit-box img {
    width: 50px;
}

/* search-brand slider start */ 
  
.search-brand-slider {
    margin-top: 20px;
}

.search-brand-slider .owl-item .item {
    box-shadow: 0 0 2px #000;
    padding: 5px 10px;
    border-radius: 5px;
    list-style: none;
    background: #fff;
    text-align: center;
    margin: 2px;
}
.search-brand-slider div#search-brand-slider button.owl-dot {
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 3px;
    border-radius: 50px;
    box-shadow: 0 0 2px #000;
}
.search-brand-slider div#search-brand-slider button.owl-dot.active {
    background: #e63946;
} 
 .search-brand-slider div#search-brand-slider .owl-nav {
    display: none;
}
.search-brand-slider div#search-brand-slider .owl-dots {
   display: none;
} 
/* search-brand slider end */ 
 .breadcrumb-box-outer {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    align-items: center;
    justify-content: space-between;
}

.quick-add-modal__content-info .breadcrumb-box-outer  {
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    justify-content: flex-start;
}

.product-top-right-section {
    display: flex;
    gap: 20px;
}
.product-wish-list a {
    text-decoration: none;
    color: #292929;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.09px;
}
.breadcrumb-box-outer .breadcrumb-section{ 
  margin-bottom:0px;
} 
.product-wish-list.product-share { 
  padding:0px;
}
.product-wish-list.product-seller { 
  padding:0px;
}
.product-wish-list.product-share a{
  display: flex;
  gap: 10px;
  padding: 12px 15px;
}
.product-wish-list.product-seller a{
  padding: 12px 15px;
   display: flex;
}

/* product details page css start */
.brands-main{
    padding-top: 36px;
    padding-bottom: 12px;
}
.brands-top {
    background: #fff;
    border: 2px solid #E5E5EA;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.brands-left {
    width: 15%;
}
.brands-left a {
    box-shadow: 0 0 4px 2px #e5e5ea;
    border-radius: 5px;
    display: inline-block;

}
.brands-right {
    width: 85%;
}

.brands-right h2 {
    color: #292929;
    font-family: IBM Plex Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.192px;
    margin: 0px;
}

.brands-right-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brands-right-text-left ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    gap: 20px;
}
.brands-right-text-left ul li {
    list-style: none;
    color: #292929; 
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.096px;
}
.brands-right-text-right ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    gap: 20px;
}
.brands-right-text-right ul li {
    list-style: none;
}
.brands-right-text-right ul li a {
    box-shadow: 0 0 4px 2px #e5e5ea;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 1rem;
    background: #fff;
    text-decoration: none;
    color: #292929;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.09px;
    display: flex;
    gap: 10px;
}
.brands-product-box .item a{ color: #292929;}
.brands-product-box .item {
  border: 1px solid #ccc;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    width: 23%;
}
.brands-product-box {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
}

.brands-product-box .item h2 {
    padding:0;
    margin: 0;
    font-weight: 700;
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 20.8px; 
    color: #292929;
}
  .brands-product-box .itemimg {
    border: 1px solid #ccc;
    margin: 10px 0;
    border-radius: 10px;
    padding: 30px 0;
}
  .brands-product-box .itemimg img{
    border-radius: 10px;
}
  .brands-product-box .item p {
    margin-top: 5px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 13px;
    line-height: 16.9px; 
    color: #292929;
   }
 .brands-product-box .item form input[type="submit"] {
    display: block;
    text-decoration: none;
    text-align: center;
    border: 1px solid #E63946;
    color: #e63946;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px;  
}
.brands-product-box .item form input[type=submit]:hover {
    background: #E63946;
    color: #fff;
}
.brands-product-box .itemimg img {
    border-radius: 10px;
    display: block;
    width: auto;
    text-align: center;
    margin: auto;
}

.tab-section-content.brands-product-box-outer {
    background: none;
    border: none;
    padding: 0px;
    margin-top: 20px;
}
.related-products__heading {
    margin: 0 0 3rem;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 24px;
    line-height: 31.2px;
}

.main-page-box h1.title {
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 24px;
    line-height: 31.2px;
    color: #292929;
    margin-top: 50px;
}
.main-page-box .collection-list .grid__item .card-wrapper.collection-card-wrapper .card .card__inner .card__media .media.media--transparent {
    background: #fff;
    border: 2px solid #E5E5EA;
}

/* seller-profile?pango css start*/

.mp_sp_page .container.container-tmargin.mp-full-width {
  display:none;
}

.mp_sp_page .container {
    width: calc(100% - 80px);
    margin: 50px auto auto auto;
}

.mp_sp_page .container .mp-store-logo {
    display: block!important;
}
.mp_sp_page .container .row {
    background: #fff;
    border: 2px solid #E5E5EA;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.mp_sp_page .container .row .row {
    border: none;
}
.mp_sp_page .container .row .payment-box ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 10px;
}
.mp_sp_page .container .row .payment-box ul li {
    list-style: none;
}

.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container ul.nav.nav-tabs.wk-responsive-tabs {
    overflow: hidden;
    border: 2px solid #E5E5EA;
    background-color: #fff;
    display: inline-block;
    padding: 5px;
    border-radius: 10px;
}
.mp_sp_page .container .row .wk-responsive-tabs-container {
    border: none;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container ul.nav.nav-tabs.wk-responsive-tabs li {
  
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container ul.nav.nav-tabs.wk-responsive-tabs li a {
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .096px;
    border-radius: 5px;
   text-decoration: none;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container ul.nav.nav-tabs.wk-responsive-tabs li.active {
  
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container ul.nav.nav-tabs.wk-responsive-tabs li.active a {
background-color: #292929;
    color: #fff;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .096px;
    border-radius: 5px;
   text-decoration: none;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container ul.nav.nav-tabs.wk-responsive-tabs li a:hover {
    background-color: #292929;
    color: #fff;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .096px;
    border-radius: 5px;
   text-decoration: none;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content {
    border: none!important;
    padding: 0px;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content form.mp-search-bar {
    margin-top: 30px;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content form.mp-search-bar .InputAddOn button.InputAddOn-item {
   background: #E63946;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 3px;
    border-radius: 50%;
    top: 3px;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content form.mp-search-bar .InputAddOn {
    position: relative;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content .select-wrapper select {
   background: #fff;
    box-shadow: 0 0 4px 2px #e5e5ea;
    border-radius: 5px; 
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content form.mp-search-bar .InputAddOn .InputAddOn-field {
    background: #fff;
    box-shadow: 0 0 4px 2px #e5e5ea;
    border-radius: 5px;
    padding: 15px;
}

.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content #seller_product_tab .seller_product_grid{
  
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content #seller_product_tab .seller_product_grid .mp-product-image-block{
 border: 2px solid #EFF0F4;
    border-radius: 5px; 
    margin-bottom: 10px;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content #seller_product_tab .seller_product_grid a.product-block{
     border: 2px solid #E5E5EA;
    border-radius: 16px;
    padding: 20px;
    background: #fff;
    display: block; 
}

.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content #seller_product_tab .seller_product_grid .mp-product-image-block img{
   border: none;
}

.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content #seller_product_tab .seller_product_grid a.product-block .text-center{
     text-align: left; 
}

.mp_sp_page .container .row + .row {
    background: transparent;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
}

.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content #seller_product_tab .row {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content #seller_product_tab .col-md-12.mp-margin-top-15 {
    padding: 0px;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content #seller_product_tab .col-md-12.mp-margin-top-15 .col-md-12.col-lg-12.col-sm-12.col-xs-12 {
    padding: 0px;
}

.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content #seller_product_tab .col-md-12.mp-margin-top-15 .col-md-12.col-lg-12.col-sm-12.col-xs-12 .col-md-4.col-lg-4.col-sm-6.col-xs-12.mp-mrgn-btm-32 {
    padding: 0;
    margin-right: 30px;
    width: 32.2%;
}

.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content #seller_product_tab .col-md-12.mp-margin-top-15 .col-md-12.col-lg-12.col-sm-12.col-xs-12 .col-md-4.col-lg-4.col-sm-6.col-xs-12.mp-mrgn-btm-32:nth-child(3) {
    margin-right: 0px;
} 
.mp_sp_page .container .row+.row #mp-seller-tabs {
    padding: 0px;
}
.mp_sp_page .container .row .row.mp-mrgn-btm-12.mp-pad-15 {
    display: block;
}
.mp_sp_page .container .row .row.mp-mrgn-btm-12.mp-pad-15 .grid__item.product-confidence {
    display: none;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content .tab-pane .row:nth-child(1) { display:none;}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content #seller_product_tab .col-md-12.mp-margin-top-15 .col-md-12.col-lg-12.col-sm-12.col-xs-12 div#tag-div {
    display: none;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content form.mp-feedback-form {
    padding: 20px;
    background: #fff;
    border: 2px solid #E5E5EA;
    border-radius: 16px;
    margin-top: 10px;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content form.mp-feedback-form input {
    padding: 10px;
    background: #fff;
    border: 2px solid #E5E5EA;
    border-radius: 5px;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content form.mp-feedback-form textarea.mp-full-width {
    padding: 10px;
    background: #fff;
    border: 2px solid #E5E5EA;
    border-radius: 5px;
    min-height: 100px;
}

.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content form.mp-feedback-form button.btn.button-primary {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: 1px solid #E63946;
    color: #e63946;
    border-radius: 5px;
    padding: 10px 20px;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content form.mp-feedback-form input:focus-visible {
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content form.mp-feedback-form button.btn.button-primary:hover{
   background:#E63946;
   color:#fff;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content div#seller_policy {
    padding: 20px;
    background: #fff;
    border: 2px solid #E5E5EA;
    border-radius: 16px;
    margin-top: 10px;
}
.mp_sp_page .container .row #mp-seller-tabs .wk-responsive-tabs-container .mp-tab-content div#seller_description {
    padding: 20px;
    background: #fff;
    border: 2px solid #E5E5EA;
    border-radius: 16px;
    margin-top: 10px;
}
.mp_sp_page .container .mp-store-logo .wk-child-logo {
    padding:15px 10px 5px;
    border-radius: 8px;
    border: 2px solid #E5E5EA;
    background: #FFF;
}
.mp_sp_page .container .mp-store-logo .wk-child-logo img {
    border: none;
}
/* seller-profile?pango css end*/
.footer__content-top.footer-section .footer__blocks-wrapper.grid .grid__item .footer-block__details-content.rte {
    margin-top: 10px!important;
}
.cart-count-bubble {
    border: 1px solid;
}

.cart-outrt-box .title-wrapper-with-link {
    margin-top: 0px;
}
.cart-outrt-box .title-wrapper-with-link h1.title {
    margin-top: 0;
}
.cart-items th {
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 20.8px;
    color: #292929;
}
.cart__ctas button {
    text-decoration: none;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    background: #E63946;
    cursor: pointer;
    line-height: 19.5px;
    height:47px;
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.108px;
}
.cart__ctas button::after {
    box-shadow: none;
}
.cart__ctas .button:not([disabled]):hover:after{
   box-shadow: none;
}
.quantity:after {
    border-radius: 3px;
}
.quantity__button:focus-visible {
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
    background-color: inherit!important;
}


.customer .field input {
    border-radius: 5px;
}
.customer .field:after {
    border-radius: 5px;
    box-shadow: 0 0 0 2px #e5e5ea;
}
.customer .field:hover.field:after{
  border-radius: 5px;
}
.customer .field input:focus-visible{
   border-radius: 5px;
}
.login .field+a {
    margin-top: 1rem;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 20.8px;
    color: #292929;
}
.login a {
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 16px;
    line-height: 20.8px;
    color: #292929;
}
.customer button{
   text-decoration: none;
    text-align: center;
    border: 1px solid #E63946;
    color: #e63946;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    font-family: IBM Plex Sans;
    font-size: 15px;
    line-height: 19.5px;
}
.customer button:after{
  box-shadow:none;
}
.customer button:hover{
    border: 1px solid #E63946;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    background: #E63946;
}
.customer button:hover:after{
  box-shadow:none;
}
.quick-add-modal .quick-add-modal__content-info .breadcrumb-section ul li:first-child {
    width: 100px;
}

/* popup-box css start */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
}

.popup-inner {
  max-width: 500px;
  width: 90%;
  padding: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 4px;
  background: #fff;
}
.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 23px;
    right: 30px;
    transition: ease 0.25s all;
    -: ;
    webkit transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: none;
    font-family: inherit;
    font-size: 30px;
    text-align: center;
    line-height: 100%;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}



.popup-inner .rte table {
    width: 100%;
}
.popup-inner .rte table tr td {
    padding: 5px;
}
.popup-inner .rte table tr td p{
    margin:0px;
}

.popup-inner .rte{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 500px;
     padding: 15px 20px;
}
.popup-inner h2 {
    background: #f1f1f1;
    padding: 15px 20px;
    margin: 0px;
    font-weight: bold;
    border-radius: 4px 4px 0px 0px;
}
@media only screen and (max-width:767px){
.popup-inner .rte table{
    width: 100%;
    max-width: 100%;
    display: inline-table;
}
}
.product-media-modal__content>* {
    display: block;
    height: revert-layer;
    margin: auto;
    width: auto!important;
}
/* popup box css end */
.pageTitleBanner.banner--medium:not(.banner--adapt) {
    min-height: 35rem;
} 
.pageTitleBanner .banner__content .banner__heading {
    color: #fff;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#shopify-section-template--16407726588064__custom_contact_from_ptNcgW {
    width: 100%;
    padding: 72px 0;
    text-align: center;
    background: #fff;
}
#shopify-section-template--16407726588064__custom_contact_from_ptNcgW .bcontact-embed.bcontact-sm {
    width: 75%!important;
    margin-top: 50px;
}
#shopify-section-template--16407726588064__custom_contact_from_ptNcgW img {
    width: 75%;
}
#shopify-section-template--16407726588064__custom_contact_from_ptNcgW .bcontact-embed.bcontact-sm .bcontact-inner {
    padding: 0 40px;
}
#shopify-section-template--16407726588064__custom_contact_from_ptNcgW .bcontact-embed.bcontact-sm .bcontact-title {
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 131%;
    text-transform: capitalize;
}
#shopify-section-template--16407726588064__custom_contact_from_ptNcgW .bcontact-embed.bcontact-sm .bcontact-description {
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    text-transform: capitalize;
    margin-bottom: 50px;
}
#shopify-section-template--16407726588064__custom_contact_from_ptNcgW .bcontact-embed.bcontact-sm .bcontact-field--circle .bcontact_input {
    border-radius: 8px;
    background: #F4F4F4;
    height: 55px!important;
    color: #333;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    text-transform: capitalize;
}
#shopify-section-template--16407726588064__custom_contact_from_ptNcgW .bcontact-embed.bcontact-sm .bcontact-field--circle .bcontact_textarea {
    border-radius: 8px;
}
#shopify-section-template--16407726588064__custom_contact_from_ptNcgW .bcontact-embed.bcontact-sm .bcontact-content .bcontact-inner .bcontact-field--checkbox .bcontact-field-heading {
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 131%;
    text-transform: capitalize;
    margin: 20px 0;
}
#shopify-section-template--16407726588064__custom_contact_from_ptNcgW .bcontact-embed.bcontact-sm .bcontact-content .bcontact-inner .bcontact-field--checkbox .bcontact-radio-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#shopify-section-template--16407726588064__custom_contact_from_ptNcgW .bcontact-embed.bcontact-sm .bcontact-content .bcontact-inner .bcontact-field--checkbox .bcontact-radio-checkbox-group .bcontact_checkbox {
    flex: 0 0 33%;
}
#shopify-section-template--16407726588064__custom_contact_from_ptNcgW .bcontact-embed.bcontact-sm .bcontact-content .bcontact-inner .bcontact-field--checkbox .bcontact-radio-checkbox-group .bcontact_checkbox .bcontact_checkbox_input+.bcontact-custom-checkbox-label:before {
    border: 1px solid var(--qcf-border-color);
    height: 18px;
    width: 18px;
    border-radius: 6px;
}

#shopify-section-template--16407726588064__custom_contact_from_ptNcgW .bcontact-embed.bcontact-sm .bcontact-content .bcontact-inner .bcontact-form-element {
    margin: 50px 0;
}
#shopify-section-template--16407726588064__custom_contact_from_ptNcgW .bcontact-embed.bcontact-sm .bcontact-content .bcontact-inner .bcontact-submit-btn {
    border-radius: 12px;
    background: #000;
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    height: 55px;
}
#shopify-section-template--16407726588064__custom_contact_from_ptNcgW .bcontact-embed.bcontact-sm .bcontact-content .bcontact-inner .bcontact-field--checkbox .bcontact-radio-checkbox-group .bcontact_checkbox .bcontact_checkbox_input+.bcontact-custom-checkbox-label:after {
    height: 12px;
    width: 12px;
    left: 3px;
    border-radius: 3px;
}
#shopify-section-template--16407726588064__custom_image_with_text_qWKRg9 .image-with-text__text span,
.customImText .image-with-text__text span{
    color: #FD021C;
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
}
#shopify-section-template--16407726588064__custom_image_with_text_qWKRg9 .image-with-text__text h2,
.customImText .image-with-text__text h2{
    margin-top: 12px;
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
#shopify-section-template--16407726588064__custom_image_with_text_qWKRg9 .image-with-text__text p,
.customImText .image-with-text__text p{
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
#shopify-section-template--16407726588064__custom_image_with_text_qWKRg9 .image-with-text__text p a,
.customImText .image-with-text__text p a{
  color: #FD021C;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;  
}
div#shopify-section-template--16407726588064__custom_image_with_text_qWKRg9 {
    background: #F3F5F6;
    padding: 72px 0;
}
div#shopify-section-template--16407726588064__custom_image_with_text_qWKRg9 .image-with-text.page-width {
    max-width: 93%!important;
    padding: 0px;
}
#shopify-section-template--16407726588064__custom_image_with_text_qWKRg9 .image-with-text__content {
    padding-left: 0px;
} 
#shopify-section-template--16407726588064__custom_image_with_text_qWKRg9 .image-with-text__text ul li,
.customImText .image-with-text__text ul li{
    list-style: none;
    position: relative;
    padding-left: 15px;
}
#shopify-section-template--16407726588064__custom_image_with_text_qWKRg9 .image-with-text__text ul li:before,
.customImText .image-with-text__text ul li:before{
    content: '';
    position: absolute;
    background: #FD021D url(/cdn/shop/files/check-5_1.png?v=1705477755);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    padding: 10px;
    background-position: center;
    left: -20px;
}

.customImText .global-media-settings{
  border:none;
}
#shopify-section-template--16407726588064__custom_image_with_text_qWKRg9 .image-with-text .image-with-text__media-item .image-with-text__media img {
    border-radius: 6px;
}
.home-demo h3 {
    color: #000;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
}
#shopify-section-template--16407726588064__custom_image_with_text_XMGBac {
    background: #F3F5F6;
    padding: 50px 0;
}
.home-demo .item {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 8px 25px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
    margin: 25px 15px;
}
.home-demo .item span{
  color: #FCC054;
  font-family: 'Assistant';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: initial;
  display: inline-block;
  height: 36px;
}
.home-demo {
   padding: 50px 40px;
    background: #fff;
}
.home-demo .item p{
  color: #000;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  margin: 0px;
}
.home-demo .owl-dots {
    margin-top: 40px;
}
.home-demo .item .user-box{
    display: flex;
    align-items: center;
    gap: 20px;
   margin-top: 20px;
}
.home-demo .owl-carousel .owl-item .user-box img {
    width: auto;
}
.home-demo .item .user-box strong{
  color: #343434;
  font-family: IBM Plex Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
#shopify-section-template--16407726588064__custom_image_with_text_XMGBac .page-width {
    max-width: 93%;
    padding: 0px;
}
#shopify-section-template--16407726588064__custom_image_with_text_XMGBac .page-width .image-with-text__media-item .image-with-text__media.image-with-text__media--adapt {
    border: none;
}

.home-demo .owl-theme .owl-nav {
    display: none;
}
.home-demo .owl-theme .owl-dots .owl-dot.active span, .home-demo .owl-theme .owl-dots .owl-dot:hover span {
    background: #E63946;
}

#shopify-section-template--16407726588064__custom_image_with_text_XMGBac .page-width .image-with-text__text-item.grid__item .Solution-box span,
#shopify-section-template--16436363722912__custom_image_with_text_tGzmPD .page-width .image-with-text__text-item.grid__item .Solution-box span{
    color: #FD021C;
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
}
#shopify-section-template--16407726588064__custom_image_with_text_XMGBac .page-width .image-with-text__text-item.grid__item .Solution-box h2,
#shopify-section-template--16436363722912__custom_image_with_text_tGzmPD .page-width .image-with-text__text-item.grid__item .Solution-box h2{
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: 20px;
}
#shopify-section-template--16407726588064__custom_image_with_text_XMGBac .page-width .image-with-text__text-item.grid__item .Solution-box p,
#shopify-section-template--16436363722912__custom_image_with_text_tGzmPD .page-width .image-with-text__text-item.grid__item .Solution-box p{
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 144%;
    margin-bottom: 25px;
}
#shopify-section-template--16407726588064__custom_image_with_text_XMGBac .page-width .image-with-text__media-item .image-with-text__media.image-with-text__media--adapt img {
    object-fit: contain;
}
.solution-box-1{ position:relative;padding-left: 85px;}
.solution-box-1:before {
    content: '';
    position: absolute;
    background: #ffc5cb url(/cdn/shop/files/idea-2_1.png?v=1705485761);
    height: 30px;
    width: 30px;
    top: 2px;
    left: 0px;
    border-radius: 100%;
    padding: 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.solution-box-1 strong {
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.solution-box-1 p {
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 30px;
}
.solution-box-2{
  position:relative;
  padding-left: 85px;
  margin-top: 30px;
}
.solution-box-2:before{
    content: '';
    position: absolute;
    background: #ffc5cb url(/cdn/shop/files/secure-shield_3_-2_1.png?v=1705485761);
    height: 30px;
    width: 30px;
    top: 2px;
    left: 0px;
    border-radius: 100%;
    padding: 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.solution-box-2 strong {
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.solution-box-2 p {
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.Solution-box a {
    border-radius: 6px;
    background: #FD021C;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    text-decoration: none;
    padding: 18px 30px;
    margin-top: 30px;
    display: inline-block;
   cursor: pointer;
}
.Solution-box a:hover { 
  background: #F1515D;
  color:#fff;
  
}
.button.product-share {
    color: #292929;
    box-shadow: 0 0 4px 2px #e5e5ea;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 1rem;
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    gap: 0;
}

.button.product-share:hover {
    color: #292929;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 1rem;
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    gap: 0;
}
.share-button button.share-button__button:hover {
  text-decoration: none;
}
.imageForDesktop{ display:block;}
.imageForMobile{display:none;}

/* new form css 24-1-2024 start */

.part-new .globo-form-id-90291 .globo-form-app {
    max-width: 100%;
}
.part-new .globo-form-id-90291 .globo-form-app .header .title{
     color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 131%;
    text-transform: capitalize; 
}
.part-new .globo-form-id-90291 .globo-form-app .header .globo-description p{
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    text-transform: capitalize;
    margin-bottom: 50px;  
}
.part-new .globo-form-id-90291 .globo-form-app .panels {
    padding: 0 40px;
}
.part-new .globo-form-id-90291 .globo-form-app .globo-form-control input, 
.part-new .globo-form-id-90291 .globo-form-app .globo-form-control textarea, 
.part-new .globo-form-id-90291 .globo-form-app .globo-form-control select{
  border-radius: 8px;
    background: #F4F4F4;
    height: 55px!important;
    color: #333;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    text-transform: capitalize;
    width: 100%!important;
    border: none;
    margin: 0!important;
    padding: 7px 34px 7px 15px!important;
    box-shadow: none!important;
    outline: none!important;
    font-family: inherit!important;
    font-size: inherit!important;
    letter-spacing: inherit!important;
}


.part-new .bcontact-embed.bcontact-sm {
    width: 100%!important;
}

.part-new .bcontact-embed.bcontact-sm .bcontact-inner {
    padding: 0 40px;
}
.part-new .bcontact-embed.bcontact-sm .bcontact-title {
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 131%;
    text-transform: capitalize;
}
.part-new .bcontact-embed.bcontact-sm .bcontact-description {
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.part-new .bcontact-embed.bcontact-sm .bcontact-field--circle .bcontact_input {
    border-radius: 8px;
    background: #F4F4F4;
    height: 55px!important;
    color: #333;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 131%;
    text-transform: capitalize;
}
.part-new .bcontact-embed.bcontact-sm .bcontact-field--circle .bcontact_textarea {
    border-radius: 8px;
}
.part-new .bcontact-embed.bcontact-sm .bcontact-content .bcontact-inner .bcontact-field--checkbox .bcontact-field-heading {
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 131%;
    text-transform: capitalize;
    margin: 20px 0;
}
.part-new .bcontact-embed.bcontact-sm .bcontact-content .bcontact-inner .bcontact-field--checkbox .bcontact-radio-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.part-new .bcontact-embed.bcontact-sm .bcontact-content .bcontact-inner .bcontact-field--checkbox .bcontact-radio-checkbox-group .bcontact_checkbox {
    flex: 0 0 33%;
}
.part-new .bcontact-embed.bcontact-sm .bcontact-content .bcontact-inner .bcontact-field--checkbox .bcontact-radio-checkbox-group .bcontact_checkbox .bcontact_checkbox_input+.bcontact-custom-checkbox-label:before {
    border: 1px solid var(--qcf-border-color);
    height: 18px;
    width: 18px;
    border-radius: 6px;
}
.part-new .bcontact-embed.bcontact-sm .bcontact-content .bcontact-inner .bcontact-submit-btn {
    border-radius: 12px;
    background: #000;
    color: #FFF;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    height: 55px;
}
.part-new .bcontact-embed.bcontact-sm .bcontact-content .bcontact-inner .bcontact-field--checkbox .bcontact-radio-checkbox-group .bcontact_checkbox .bcontact_checkbox_input+.bcontact-custom-checkbox-label:after {
    height: 12px;
    width: 12px;
    left: 3px;
    border-radius: 3px;
}
.part-new .image-with-text__text span {
    color: #FD021C;
    font-family: IBM Plex Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.24px;
}
.part-new .image-with-text__text h2 {
    margin-top: 12px;
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.part-new .image-with-text__text p {
    color: #000;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.part-new .image-with-text__text p a{
  color: #FD021C;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;  
}
.part-new .image-with-text.page-width {
    max-width: 93%!important;
    padding: 0px;
}
.part-new .image-with-text__content {
    padding-left: 0px;
} 
.part-new .image-with-text__text ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
}
.part-new .image-with-text__text ul li:before {
    content: '';
    position: absolute;
    background: #FD021D url(/cdn/shop/files/check-5_1.png?v=1705477755);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    padding: 10px;
    background-position: center;
    left: -20px;
}
.part-new .image-with-text .image-with-text__media-item .image-with-text__media img {
    border-radius: 6px;
}




/* new form css 24-1-2024 end */


.headRepairWrapper{
  max-width:1600px;
  margin:0 auto;
  padding-left:50px;
  padding-right:50px;
}
.headRepairWrapper .headRepairContent img{
  max-width:100%;
  width:100%;
}
.headRepairWrapper .headRepairContent{
  padding:10px 0 50px 0;
}
.headRepairWrapper .headRepairContent h2{
  margin-top: 12px;
  color: #FD021C;
  font-family: IBM Plex Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height:1.2;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.headRepairWrapper .headRepairContent p{
  color: #000;
  font-family: IBM Plex Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 10px;
}
.customImText .page-width,
#shopify-section-template--16436363722912__custom_image_with_text_tGzmPD .page-width{
  max-width:1870px;
  padding-left: 50px;
  padding-right: 50px;
}
.customImText .image-with-text__grid:not(.image-with-text__grid--reverse) .image-with-text__content{
  padding-right:0;
}
.customImText .image-with-text__grid--reverse .image-with-text__content{
  padding-left:0;
}
.headRepairWrapperMain,
#shopify-section-template--16443460255904__17064019859d6f1de3{
  background: #fff;
}
#shopify-section-template--16436363722912__custom_contact_from_en8fxq{
  padding-bottom:70px;
}
button.bcontact-submit-btn.bcontact-submit-btn--round {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 55px;
    align-items: center;
    font-weight: 600;
    border-radius: 12px;
   margin-top:50px !important;
   margin-bottom:50px !important;
}
.bcontact-inner {
    padding: 40px;
}
.imageTextCu{
  width:100%;
}
.bcontact_input{
  height:55px !important;
}

/*31-1-2024 cart page css start */
.cartMain .cart-outrt-box .title-wrapper-with-link {
    position: absolute;
    top: auto;
    left: 0px;
    width: calc(100% - 80px);
    right: 0px;
    margin: auto;
    margin-top: -90px;
}
.cartMain {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 80px);
    margin: auto;
    gap:40px;
    margin-top: 100px;
}
.cartMain .cartItemsSection {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid var(--border-color);
    padding: 30px;
    margin: 0px;
    width: 100%;
}
.cartMain .cartFooterSection {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid var(--border-color);
    padding: 30px;
    margin: 0px;
   width: 100%;
}
.cartMain .cartFooterSection .totals {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cartMain .cartFooterSection .tax-note {
    text-align: left;
}
.cartMain .cartFooterSection .cart__footer {
    padding-top: 0px;
}
.cartMain .shopify-section.cart__footer-wrapper {
    width:25%;
    
}

.cartMain .shopify-section {
    width:72%;
}
@media (min-width: 990px) and (max-width: 1200px){
  .cartMain .cartItemsSection {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 30px;
  width:100%;
  
}
.cartMain .cartFooterSection {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: 30px;
   
}
.cartMain .cartFooterSection .totals {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cartMain .cartFooterSection .tax-note {
    text-align: left;
}
.cartMain .cartFooterSection .cart__footer {
    padding-top: 0px;
}
.cartMain .shopify-section.cart__footer-wrapper {
    width:25%;
    
}

.cartMain .shopify-section {
    width:72%;
} 
.cartMain {
  gap: 0;
}  
}
  
@media only screen and (max-width: 989px){

.cartMain {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 30px);
    margin: auto;
    gap: 40px;
    margin-top: 100px;
    flex-direction: column;
}

.cartMain .cartItemsSection .cart__items {
    overflow: auto;
}  

 .cartMain .cart-outrt-box .title-wrapper-with-link {
    width: calc(100% - 30px);
} 
.cartMain .cartFooterSection .cart__blocks {
    margin: auto;
}  
.cartMain .shopify-section.cart__footer-wrapper {
    width:100%;   
}
.cartMain .shopify-section {
    width:100%;
}
predictive-search.search-modal__form form.search.search-modal__form .field:before, 
predictive-search.search-modal__form form.search.search-modal__form .field:after{ display:none;}  
predictive-search.search-modal__form form.search.search-modal__form .field input.search__input.field__input.new-search-box {
    position: absolute;
    top: 50px;
    border: 1px solid #000;
    border-radius: 20px;
}
predictive-search.search-modal__form form.search.search-modal__form .field button.reset__button.field__button {
    top: 45px;
    z-index: 99;
    right: 0px;
}  
} 

@media only screen and (max-width: 480px){
.cartMain .cartItemsSection table.cart-items {
    width: 480px;
} 
.header__heading .header__heading-link {
    padding: 10.5px 0px;
}  
}
/*31-1-2024 cart page css end */
.add-to-cart-button{
    color: #FFF;
    text-align: center;
    font-family: IBM Plex Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.108px;
    background: #292929;
  border:none;
    border-radius: 5px;
  height:45px;
  cursor:pointer;
    padding: 0 22px;
}




/*new theme code */

.predictive-search {
    display: none;
}
img{
  max-width:100%;
}
.header__search .header__icon img{
  height:26px;
}
.search-modal__content .search-modal__content .header__icon img{
  height:auto;
}
nav.header__inline-menu .header__menu-item span{
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.16px;
}

nav.header__inline-menu .list-menu--inline{
  gap:30px;
}
.headerInner {
        display: flex;
    justify-content: space-between;
    align-items: center;
  gap:20px;
    padding: 25px 0;
}
.headerSerarch .search__input.field__input{
  height:50px;
  border: 1px solid #BABABA;
  border-radius:50px;
  padding-left:34px;
}
.headerSerarch .search-modal__form .field:before,
.headerSerarch .search-modal__form .field:after{
  display:none;
}
.headerSerarch .search-modal__form .field__label{
  top:50%;
      transform: translateY(-50%);
    font-size: 14px;
    letter-spacing: 0;
  left:34px;
}
.headerSerarch .search-modal__form .field__input:focus~.field__label{
  top:25%;
}
.headerSerarch .search-modal__form .field__button{
  height:50px;
  width:50px;
}
.headerSerarch .search-modal__form  .field__button{
  color:#000;
}


.banner__content .banner__buttons a.button.button--primary{
    border-radius: 10px;
    background: #eb0027;
    border:1px solid #eb0027;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.18px;
    gap:10px;
   transition:all 0.3s;
}
.banner__content .banner__buttons a.button.button--primary:hover{
  color:#fff;
  background:#000;
  border-color:#000;
}
.banner__content .banner__buttons a.button.button--primary:before,
.banner__content .banner__buttons a.button.button--primary:after,
.collectionCardInner .item a:before,
.collectionCardInner .item a:after{
  display:none;
}
.banner__content .banner__heading {
  font-size: 65px;

  font-weight: 700;
  line-height: 120%;
}
.banner__content .banner__text{
  margin-top:26px;
}
.banner__content .banner__text p{
  color: #FFF;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0.4px;
}

.iconText{
  padding:100px 0;
}
.iconTextInner {
    display: flex;
    column-gap:20px;
  row-gap:30px;
    max-width: 1560px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.iconTextInner .item{
    display: grid;
    grid-template-columns: 45px auto;
  position:relative;
  gap:10px;
}
.iconTextInner .item h2{
  margin:0 0 8px 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: normal; 
  letter-spacing: 0.54px;
}
.iconTextInner .item p{
  margin:0;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.45px;
}

.collectionCardInner{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
   gap:40px;
}
.collectionCardInner .item{
    display: grid;
    grid-template-columns: 2fr 1fr;
  gap:10px;
  border-radius:12px;
  padding:40px 30px;
}
.collectionCardInner .item>div{
  display:flex;
  gap:30px;
  flex-direction:column;
  justify-content:space-around
}
.collectionCardInner .item>div img{
  object-fit:contain;
}
.collectionCardInner .item h2{
  margin:0 0 10px 0;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
}
.collectionCardInner .item p{
  margin:0;
  font-size: 18px;
  line-height: 150%;
}
.collectionCardInner .item a{
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #EB0027;
  color:#fff;
  gap:10px;
      font-weight: 500;
    letter-spacing: 0.18px;
  transition:all 0.3s;
}
.collectionCardInner .item a img{
  transition:all 0.3s;
}
.collectionCardInner .item a:hover{
  background: #fff;
  color:#000;
}
.collectionCardInner .item a:hover img{
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}


.product-card-wrapper {
    border-radius: 12px;
    border: 1px solid #C2C2C2;
  padding:30px;
}
.cusFeaturedCollHead h2{
  font-size: 50px;
  line-height: normal;
  text-align:center;
  letter-spacing:0;
  margin:0;
  margin-bottom:46px;
}
.card-information .rating-count{
  color: #373737;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}


.product-card-wrapper .button--full-width{
  border-radius: 12px;
  background: #EB0027;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.48px;
  display:flex;
  gap:10px;
  transition:all 0.3s;
}
.product-card-wrapper .button--full-width:hover{
  background:#000;
  
}
.product-card-wrapper .button--full-width .btnArrow{
  width:9px;
  height:9px;
}
.cusFeaturedColl .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
}
.cusFeaturedColl .owl-dots .owl-dot{
  border-radius: 10px;
background: #D9D9D9;
  width: 10px;
height: 10px;
}
.cusFeaturedColl .owl-dots .owl-dot.active{
      background: #eb0027;
}

.homeMiddleBannerInner{
  position:relative;
}
.homeMiddleBannerInner>img{
     max-width: 100%;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
  object-fit:cover;
  border-radius:15px;
}
.homeMiddleBannerInner .textContent {
 padding:60px;
  position:relative;
}
homeMiddleBannerInner img{
  width:100%;
}
.homeMiddleBannerInner .textContent :is(h2, p){
  color: #FFF;
  font-size: 42px;
  line-height: 130%;
  letter-spacing: 1.26px;
  margin:0;
}
.homeMiddleBannerInner .textContent h2{
  margin-bottom:25px;
}
.homeMiddleBannerInner .textContent a{
  border-radius: 10px;
    background: #eb0027;
    border: 1px solid #eb0027;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .18px;
    gap: 10px;
    transition: all .3s;
}
.homeMiddleBannerInner .textContent a:hover {
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.homeMiddleBanner {
    line-height: 0;
}
.cusCollectionList .card__inner img{
  height:auto;
}



.cusCollectionList .card__inner>div>div>img{
  border-radius: 12px;
  border: 1px solid #C2C2C2;
  background: #FFF;
  box-shadow: -2px 2px 14px 5px rgba(0, 0, 0, 0.06);
  padding:20px;
  aspect-ratio: 270 / 205;
  object-fit: contain;
}
.cusCollectionList .card__inner>div>div{
  
}
.customCollecectionList .collection-list-title{
  font-size: 50px;
  line-height: normal;
}
.customCollecectionList .collection-list-view-all .button{
  border-radius: 10px;
  background: #EB0027;
  display:flex;
  gap:10px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.18px;
  transition:all 0.3s;
}
.customCollecectionList .collection-list-view-all .button:hover{
  background: #000;
}
.customCollecectionList .title-wrapper-with-link{
  margin-bottom:60px;
}
.customCollecectionList .card__information{
  padding-bottom:0;
}
.customCollecectionList .card__information .card__heading{
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.66px;
      margin-top: 22px;
}
.cusCollectionList .owl-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
}
.cusCollectionList .owl-dots .owl-dot {
    border-radius: 10px;
    background: #d9d9d9;
    width: 10px;
    height: 10px;
}
.cusCollectionList .owl-dots .owl-dot.active {
    background: #eb0027;
}
.image-with-text__content .image-with-text__heading{
  font-size: 50px;
  font-weight: 700;
  line-height: 126.5%;
  letter-spacing: 1.5px;
}
.image-with-text__content .image-with-text__text{
  font-size: 18px;
  line-height: 180%; 
  margin-top:16px;
}
.image-with-text__content .button{
  border-radius: 12px;
    background: #eb0027;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .48px;
    display: flex;
    gap: 10px;
    transition: all .3s; 
}
.image-with-text__content .button:hover {
    background: #000;
}
.homeService{
  padding:100px 0;
}
.homeServiceInner{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:40px;
}
.homeServiceInner .item{
  position:relative;
  line-height:0;
  background-repeat:no-repeat;
  border-radius:12px;
  
}
.homeServiceInner .item:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0, 0.5), transparent);
  border-radius:12px;
}
.homeServiceInner .item .content {
    padding: 45px 45px 50px;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
  gap:20px;
      aspect-ratio: 581 / 320;
  background-size:cover;
}
.homeServiceInner .item .content h4{
  color: #FFF;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.05px;
  margin:0;
}
.homeServiceInner .item .content p{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  text-wrap: balance;
  line-height: 160%;
  letter-spacing: 0.54px;
  margin:16px 0 10px;
}
.homeServiceInner .item .content .button {
    border-radius: 10px;
    background: #eb0027;
    border: 1px solid #eb0027;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: .18px;
    gap: 10px;
    transition: all .3s;
}
.homeServiceInner .item .content .button:hover {
    color: #fff;
    background: transparent;
    border-color: #fff;
}
.homeServiceInner .item .content div{
  z-index:1;
}
.homeService h2.secTitle{
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  margin:0 0 46px;
}
.footerLogo{
  padding:10px;
}
.footerLogo {
    padding: 10px;
    display: inline-block;
    background: #fff;
    border-radius: 8px;
    line-height: 0;
      margin-bottom: 26px;
}
.footer-block__newsletter .footer-block__heading{
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.32px;
}
.footer-block__newsletter .field:before,
.footer-block__newsletter .field:after{
  display:none;
}
.footer-block__newsletter .field__input{
  background:#fff;
  border-radius:50px;
}
.footer-block__newsletter .field__label{
  color: #9A9A9A;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.28px;
      top: 50%;
    transform: translateY(-50%);
}
.footer-block__newsletter .newsletter-form__button{
  border-radius: 50px;
  background: #EB0027;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.32px;
}
.footer__blocks-wrapper .footer__list-social{
  padding:0;
  justify-content: start;
  gap:9px;
}
.footer__blocks-wrapper .footer__list-social .svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    
}
.footer__blocks-wrapper .list-social__link{
  padding:0;
  border: 1px solid #fff;
    border-radius: 50%;
}
.footer-block__details-content p{
  word-break:break-all
}




@media screen and (min-width:1600px){
  .iconTextInner .item:not(:first-child):before {
      position: absolute;
      width: 1px;
      height: 48px;
      background: #b7b7b7;
      content: "";
      left: -50%;
      top: 0;
  }
}
@media screen and (max-width:1400px){
  .homeServiceInner .item .content{
    padding:30px;
  }
}


@media screen and (max-width:1280px){
  .collectionCardInner{
    gap:30px;
  }
  .homeServiceInner,
  .collectionCardInner{
    gap:30px;
  }
  .collectionCardInner .item{
    padding:20px;
  }
.homeMiddleBannerInner .textContent{
   padding:40px;
}
  
}
@media screen and (max-width: 1080px) {
    .page-width {
        padding: 0 3rem;
    }
  .banner__content .banner__heading{
    font-size: 52px;
  }
  .collectionCardInner{
        grid-template-columns: 1fr 1fr;
  }
  .collectionCardInner .item{
    padding:30px;
  }
}
@media screen and (max-width: 989px) {
  .homeServiceInner{
    grid-template-columns: repeat(2, 1fr);
  }
  .cusFeaturedCollHead h2,
  .customCollecectionList .collection-list-title,
  .image-with-text__content .image-with-text__heading,
  .homeService h2.secTitle{
    font-size: 42px;
  }
  .homeMiddleBannerInner .textContent :is(h2,p){
    font-size: 36px;
  }
  footer.footer .grid--4-col-tablet .grid__item{
        width: calc(50% - var(--grid-desktop-horizontal-spacing)* 3 / 4);
    margin:0
  }
}

@media screen and (max-width: 749px) {
      .page-width {
        padding: 0 1.5rem;
    }
  .collection-list-view-all{
    display:none;
  }
  .menu-drawer__account account-icon>.svg-wrapper {
    height: 2.5rem;
    width: 2.5rem;
    margin-right: 1rem;
    background: #fff;
    border-radius: 50%;
    padding: 3px;
}
  .customCollecectionList .title-wrapper-with-link{
    justify-content:center;
    margin-bottom:50px;
  }
  .banner__content .banner__heading {
      font-size: 42px;
  }
  .iconTextInner{
    flex-wrap:wrap;
  }
  .cusFeaturedCollHead h2, .customCollecectionList .collection-list-title, .image-with-text__content .image-with-text__heading, .homeService h2.secTitle,
  .homeMiddleBannerInner .textContent :is(h2,p){
    font-size: 36px;
  }
  .homeService,
  .iconText{
    padding:75px 0;
  }
  .collectionCardInner {
        grid-template-columns: 1fr;
    }
      .homeServiceInner {
        grid-template-columns: 1fr;
    }
.cusFeaturedColl .owl-dots,
  .cusCollectionList .owl-dots{
  margin-top: 30px;
}
 .headerSerarch{
   display:none;
 }

}
@media screen and (min-width: 750px) {
  .headerSerarchMobile {
      display: none;
  }
}
@media screen and (max-width: 420px) {
  .collectionCardInner .item{
        grid-template-columns: 1fr;
  }
  .collectionCardInner .item>div:first-child{
    order:2;
  }
  .homeMiddleBannerInner .textContent{
    padding:20px;
  }
  .homeServiceInner .item .content{
    padding:20px;
  }
  .homeMiddleBannerInner .textContent :is(h2,p){
    font-size:26px;
  }
  .collectionCardInner .item h2,
  .homeServiceInner .item .content h4{
    font-size: 26px;
  }
  .customCollecectionList .title-wrapper-with-link {
    margin-bottom: 40px;
}
}

