/** Shopify CDN: Minification failed

Line 345:17 Expected ":"
Line 764:34 Unterminated string token
Line 2270:0 Unexpected "}"
Line 2763:1 Expected identifier but found "."

**/
#fsb_background{
  z-index:1 !important;
}
@media screen and (max-width:768px){
  .overlay:after {
    z-index: -1;
}
}
@media (min-width: 768px) {
  .search__results {
    width: 170%;
    right: -180px;
  }
}

.megamenu__col-title {
    font-family: 'Wellfleet', serif;
}
.template-search .search__input{
  background-color:#fff;
}
.template-search .section-header .search__input-wrap{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    /* position: relative;
    top: -45px; */
  margin-bottom:15px;
}
.template-search .section-header .predictive-search-results,
.template-search .section-header #predictive-search,
.template-search .section-header .btn--close-search,
.template-search .results__search-btn{
  display:none !important;
}
.template-search .section-header{
    margin-bottom: 30px !important;
}
.template-search .collection-filter__item--count span{
  display:none;
}
.blog-layout__main .breadcrumb{
  padding:0 0 10px 0 !important;
}
.template-article .blog-layout__main{
  margin-top:47px;
  position:relative;
}
.template-article .blog-layout__main .breadcrumb{
    position: absolute;
    top: -47px;
    left: 0px;
}
@media screen and (min-width:800px){
  .blog-layout__sidebar{
  margin:47px 0 0 0 !important;
}
}
@media screen and (max-width:768px){
    .blog-layout__sidebar{
  margin-bottom:20px;
}
  .product-grid__container{
    display:grid;
  }
  .quick-add-modal .product-grid__container{
    display:block;
  }
  .product-single__header--mobile{
    grid-area: 1;
    padding: 0 0 20px 0 !important;
    background: #f3f3f3;
  }
  .product-main-slide {
    border:none !important;
}
  .productBreadcrumb {
    font-size: 13px !important;
}
  
}
@media screen and (min-width:600px) and (max-width:800px){
  #recommendation-carousel{
    padding:0 !important;
  }
}
.product-image-main[data-size] img {
    height: inherit;
    object-fit: contain;
}
.product-block--sales-point{
  padding-top:30px;
}
.product-block.product-block--price{
  display: flex;
    align-items: baseline;
    gap: 5px;
}
.breadcrumb__divider:last-child{
    display:none;
}
.productBreadcrumb{
  color:#999999;
  font-size:15px;
}

.template-collection .grid-product__price span{
    font-weight:700 !important;
}
.template-collection .grid-product__title {
    font-weight: 500;
}
.template-product .page-content--product{
  padding-top:0 !important;
}
.template-product .breadcrumb{
  margin-bottom:0 !important;
}
@media screen and (min-width:768px){
  [data-view="list"] .grid-item__content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 10px;
}
  [data-view="list"] .grid-item__content .grid-item__meta{
    align-items:flex-start;
  }
  [data-view="list"] .grid-item__meta-secondary{
    display: flex;
    gap: 20px;
  }
  [data-view="list"] .grid-item__meta > a + div{
    grid-area: 2/1/3/2;
  }
  [data-view="list"] .grid-item__meta{
    display: grid;
    grid-template-columns: auto auto;
  }
  [data-view="list"] .t_c {
    text-align:left;
}
  [data-view="list"] .colorSwatchesWrapper{
    margin-top:2px;
    margin-left: 4px !important;
  }
}
@media screen and (max-width:766px){
      .collection-grid__wrapper [data-view=medium] .grid-item {
        flex: 0 0 100%;
    }
}
@media screen and (max-width:768px) {
  .page-content{
    padding-top:0;
  }
    .collection-filter__sort {
        display: flex;
        justify-content: center;
    }

    .collection-filter__btn {
        width: 100%;
        display: block;
        border: 1px solid #e4e4e4;
    }

    .collection-filter__inner>ul {
        grid-area: 2/2/3/3;
        width: 100%;
        justify-content: end;
    }

    .collection-filter__item--count {
        text-align: left;
    }

    .collection-filter__inner select {
        height: 100%;
        width: fit-content;
    }

    .collection-filter__inner {
        padding-top: 10px;
        row-gap: 15px;
    }

    .filter-wrapper.is-active {
        margin-top: 20px;
    }

.filter-form .trustwidget {
    display: none;
}

.collection-filter__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f3f3f3;
}

.collection-filter__inner:after {
    background: #f3f3f3;
}

.collection-filter__item--drawer {
    padding-right: 0;
}

.collection-filter__item.collection-filter__item--right {
    grid-area: 1/2/2/3;
    height: 100%;
    padding-left: 0;
}

.collection-filter__sort {
    width: 100%;
    height: 100%;
    padding-left: 0;
}
}
@media screen and (min-width:767px) {

    [data-view=medium] .grid-item {
        flex: 0 0 calc(100% / 2);
    }
}
@media screen and (min-width:769px) {
    .medium-up--one-fifth {
        width: 30%;
    }

    .medium-up--four-fifths {
        width: 70%;
    }
}

@media screen and (min-width:901px) {
    
    .medium-up--one-fifth {
        width: 24%;
    }

    .medium-up--four-fifths {
        width: 76%;
    }
}

.collection-grid__wrapper .grid-item,
.collection-grid__wrapper .product-grid-item {
    background: #f3f3f3;
}

@media screen and (max-width:1024px) {
    .collection-right {
        padding-left: 10px;
    }
}

.product_btn>a {
    background: #b42daa;
    padding: 10px;
    font-size: 12px;
    border-radius: 6px;
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.addToCart button {
    width: 100%;
    display: block;
}

.addToCart button .btn {
    font-weight: 500;
    font-size: 12px;
    display: block;
    width: 100%;
    padding:12px 10px;
    border-radius: 6px;
}
.tool-tip__content .breadcrumb{
  display:none;
}

.collapsible-content__inner {
    border-bottom: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 22px;
}

.quick-add-btn:has(.btn--circle > svg) {
    display: none;
}

.template-collection .grid-item__meta-secondary,
.template-search  .grid-item__meta-secondary{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.collapsible-content__inner>ul::-webkit-scrollbar {
    width: 7px;
}

.collapsible-content__inner>ul::-webkit-scrollbar-track {
    background: #f2f2f2;
}

.collapsible-content__inner>ul::-webkit-scrollbar-thumb {
    background: #888;
}

.collapsible-content__inner>ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.tag-list label:hover,
.tag:focus-within label {
    -webkit-text-decoration: none;
    text-decoration: none;
}

@media only screen and (min-width: 769px) {
    .collapsible-content__inner>ul {
        max-height: 355px;
        overflow-y: scroll;
    }
}

.tag__checkbox:before {
    border-color: rgba(0, 0, 0, 0.2);
    border-radius
}

.collapsible-trigger__layout--inline {
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#CollectionSidebar .filter-wrapper {
    background: #ffffff;
    padding: 8px 12px;
    margin-top: 10px;
    border-radius: 10px;
}

.colorSwatchesWrapper {
    height: 30px;
    margin-bottom: 5px !important;
    margin-left: -5px !important;
}

.grid-item__content {
    border-radius: 8px;
    position: relative;
}

.collection-filter__sort {
    border: 1px solid #ededed;
    background: white;
    padding-left: 10px;
}

.collection-right,
.collection-left {
    background: #f3f3f3;
}

.collection-left {
    padding-left: 0;
}
@media screen and (min-width:1000px) {
  [data-view=medium] .grid-item {
        flex: 0 0 calc(100% / 3);
    }
}
@media screen and (min-width:800px) {
    .collection-filter__inner {
        display: grid;
        grid-template-columns: 220px auto 220px;
        justify-content: normal;
    }

    .collection-filter__item--count {
        text-align: center !important;
        font-size: 15px;
        opacity: .6;
        font-weight: 600;
    }
}

.collection-content .page-width>.grid {
    margin-top: 20px;
    margin-left: 0;
    background: #f3f3f3;
}

.blogPostSection header h2 {
    margin-bottom: 20px;
}

.breadcrumb a {
    font-size: 15px;
}

.breadcrumb__divider {
    color: currentColor;
    opacity: 1;
    padding: 0 2px;
}

.breadcrumb__divider:after {
    content: "›";
    font-size: 18px;
    display: inline-block;
    margin-left: 0.75rem;
    margin-right: 0.5rem;
    speak: none;
}

.header-item.header-item--search>is-land {
    width: 100%;
}

[data-dark=false] .btn--search path {
    stroke: #4ec54b !important;
}

.search__input {
    border-radius: 5px;
    height: 50px;
}

.search__input:focus {
    border-color: #f4f4f4;
}

.search__input::placeholder {
    color: #000;
    opacity: 1;
}

.header-item.header-item--logo {
    flex-basis: 27% !important;
}

.header-item.header-item--search.small--hide {
    flex-basis: 60% !important;
}

.header-item.header-item--icons {
    flex-basis: 30% !important;
}

.header-item--search {
    max-width: 515px;
}
.grid-product__vendor {
    display: none;
}

/* .predictive__screen {
    background: none;
} */

.site-nav {
    margin-left: 0;
}

@media screen and (max-width:800px) {
    #CollectionInlineFilterWrap .collection-sidebar__group--sort {
        display: none;
    }
}

ul.site-nav li .site-nav__link {
    padding: 13px 12.5px;
    color: #ffffff;
}

ul.site-nav li .site-nav__link :hover {
    color: #ffffff;
}

.site-nav__item:hover .site-nav__link--underline:after {
    display: none;
}

.h0,
.heading-font-stack,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: Wellfleet, cursive;
    font-weight: var(--typeHeaderWeight);
    letter-spacing: var(--typeHeaderSpacing);
    line-height: var(--typeHeaderLineHeight);
}

.btn,
.rte .btn,
.shopify-payment-button .shopify-payment-button__button--unbranded {
    font-weight: 700;
}

.footer__blocks {
    gap: 0;
    justify-content: space-between;
}

.grid-article__image .image-wrap {
    border-radius: 0;
}

.nextArrow,
.previousArrow {
    position: absolute;
    top: 0%;
    background: #ffffff;
    border-radius: 5px;
    width: 43px;
    height: 43px;
    margin-top: -55px;
}

.previousArrow {
    left: auto;
    right: 75px;
}

.nextArrow {
    position: absolute;
    right: 8px;
}

.previousArrow:after,
.nextArrow:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: solid #58cc54;
    border-width: 0 3px 3px 0;
}

.previousArrow.slick-disabled:after,
.nextArrow.slick-disabled:after {
    border: solid silver;
    border-width: 0 3px 3px 0;
}

.previousArrow:after {
    transform: rotate(135deg);
    margin-left: 10px;
}

.nextArrow:after {
    transform: rotate(-45deg);
}

@media only screen and (min-width: 769px) {
    .grid-item__meta {
        margin: 4%;
        margin-bottom: 40px;
    }

    .template-collection .grid-item__meta {
        margin-bottom: 20px;
    }
}

.grid-product__title {
    font-weight: 700;
    height: 45px;
    overflow: hidden;
}

.t_c {
    text-align: center;
}

.template-index .grid-item {
    margin-bottom: 0;
}

.grid-product__price>* {
    margin-right: 0;
}

@media screen and (min-width:1000px) {
    .footer__blocks {
        flex-wrap: nowrap;
    }

    .customFeatured h2.gecko {
        width: calc(100% - 130px);
    }
}

@media screen and (max-width:999px) {
    .footer__blocks {
        padding-bottom: 15px;
        gap: 15px;
    }
}

@media screen and (max-width:767px) {
    .promo-grid__content .promo-grid__text .rte--block.enlarge-text+a.btn {
        margin-bottom: 20px !important;
    }
}

@media screen and (min-width:800px) {
    .hero__sidebyside-content::after {
        content: '';
        background-color: #3eb13b;
        background-image: url(/cdn/shop/files/banner.svg?v=1674625028);
        position: absolute;
        left: 0px;
        width: 110%;
        height: 1500px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 0 50% 50% 0;
        z-index: 2;
        background-blend-mode: soft-light;
    }

    .storeTour .hero__sidebyside-content::after {
        height: 950px;
    }
}




.abc {
    margin-bottom: 15px !important;
}

.productTempWrapper {
    position: relative;
}

.vishalM {
    display: none;
}

@media only screen and (max-width: 800px) {
    /* .page-content.page-content--product {
        margin-top: 20px;
    }
 */
    .abc {
        background: #f4f4f4;
        margin: -20px;
    }

    /* .trustpilot-widget.inlineWidget {
        background: #f4f4f4;
        margin: -20px -20px 0px -20px;
        padding: 15px 0px;
    } */

    .product-single__meta {
        margin-top: 0px !important;
    }

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

    .vishalD {
        display: none !important;
    }

    .vishalM {
        display: block !important;
        margin-bottom: 15px;
    }

    .product-single__vendor-sku {
        margin-top: 13px;
    }
}

#searchDash {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    bottom: 0px;
    z-index: 11;
    right: 0px;
    padding: 20px;
    background: #ffffff;

}

#searchDash .icon {
    width: 32px;
    height: 32px;
}

#searchDash input {
    border: 1px solid silver;
    width: 100%;
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
    .clerk-design-component-mY7QX9jA {
        width: 60% !important;
    }
}

@media only screen and (min-width: 1200px) {
    .clerk-design-component-mY7QX9jA {
        width: 40% !important;
    }
}

@media only screen and (min-width: 800px) {
    .clerk.clerk-instant-search-container {
        padding: 15px;
        background: #ffffff;
    }
}

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

    .clerk-design-component-g9cVMfJP>div:first-child {
        padding: 0px !important;
    }

    .test {
        top: 76px !important;
        position: fixed !important;
        height: 100vh !important';

    }

    .clerk-live-search-container.clerk-instant-search-visible {
        bottom: 0px !important;
        left: 0px !important;
        right: 0px !important;
        min-width: 100% !important;
        padding: 20px 20px 50px 20px !important;
        background-color: #ffffff !important;
        overflow: scroll !important;
        height: calc(100vh - 80px) !important;
    }

    .toggle-class {
        position: fixed !important;
        top: 0px !important;
        left: 0px !important;
        height: 76px !important;
    }

    .toggle-class2 {
        display: none !important;
    }
}

.clerkPilot {
    margin-top: 13px;
    max-width: 180px;
    width: 100%;
    margin: 15px auto 17px auto;
}

@media (700px < width < 1300px) {
    .clerkPilot {
        max-width: 135px;
    }
}

@media (0px < width < 700px) {
    .clerkPilot {
        max-width: 100%;
        left: 10px;
    }
}

#xqXMGNxd {
    display: flex !important;
}

.clerk-design-component-P6WmabA2 {
    padding: 0px 10px 0px 10px;
}

.clerk-design-component-VwsaRDKg {
    padding: 20px 0px;
}

.clerk-design-component-TK452PSs {
    margin-bottom: 15px;
}

.clerkPilot.pdp {
    padding-left: 0px;
    margin-top: 13px;
}

body.main .wrapper-company-stars {
    flex-direction: column !important;
}

#meRJqi1J {
    margin-left: auto !important;
    margin-right: auto !important;
}

.usf-popup.usf-zone,
#SearchResultsWrapper {
    display: none !important;
}

.template-search .page-width.clerk-page-width {
    padding-top: 20px !important;
}

#uvCENdeH p {
    overflow: hidden;
}

@media (width > 1100px) {
    #oB0L7yj7>div {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #oB0L7yj7>div {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    #oB0L7yj7>div div:first-child {
        width: 100% !important;
    }
}

@media (width > 800px) {
    .template-search .designs-background {
        padding-left: 20px !important;
    }
}

@media (width < 600px) {
    .clerk-carousel .clerk div[data-group="group1"] #zYucxIoD p {
        width: 100% !important;
    }

    .clerk-design-component-JXrbODx9>div.clerk-slider {
        padding-top: 25px !important;
    }

    .clerk-carousel .clerk-slider-item {
        padding-right: 12px !important;
    }

    #zYucxIoD {
        padding-right: 20px !important;
    }
}

#RIavPRDx {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: end;
}

#P6WmabA2 {
    overflow: hidden !important;
}

.clerk-design-component-8zRE8Nsj .stars svg {
    width: 23px;
    height: 23px;
}

.clerk-design-component-8zRE8Nsj>.stars>.filled>div {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
}

.clerk-design-component-8zRE8Nsj .stars {
    width: 115px;
}

.page-width.clerk-carousel {
    padding: 0px 0px 0px 20px !important;
}

.clerk-design-component-wdgFNg8l {
    padding: 20px 0px 0px 0px !important;
}


.clerk-carousel .clerk div[data-group="group1"] #zYucxIoD p {
    border-bottom: 3px solid #58cc54;
    padding-bottom: 10px;
    font-size: 27.2px;
    color: #333333;
    width: calc(100% - 130px);
    padding-left: 50px;
    position: relative;
    margin-bottom: 10px;
    font-family: Wellfleet, cursive;
}

@media (width < 768px) {
    .clerk-carousel .clerk div[data-group="group1"] #zYucxIoD p {
        padding-left: 40px !important;
        font-size: 20.2px;
    }

    .clerk-carousel .clerk div[data-group="group1"] #zYucxIoD p::before {
        height: 32px !important;
        width: 32px !important;
    }

}

.clerk-carousel .clerk div[data-group="group1"] #zYucxIoD p::before {
    content: '';
    position: absolute;
    left: 0px;
    top: -2px;
    background-image: url(/cdn/shop/files/leaf-icon.png?v=1665582553) !important;
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}

.clerk-carousel .clerk-slider-item {
    padding-right: 15px;
}

.pdpCarousel .clerk-carousel .clerk-slider-item {
    padding-right: 10px;
}


/* empty div */
.new-grid[data-type=subcollections]:empty,
.pagination.text-center:empty,
.usf-sr-paging:has(.pagination.text-center:empty) {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

/* theme background */
.page-container,
.innerpage-category-box .row.img-grid,
.index-section--footer,
.footer__section.footer__section--border {
    background-color: #f4f4f4 !important;
}

.footer__section.footer__section--border {
    background-color: #fff !important;
}

/* content common color */
.usf-grid .grid-item__content,
#usf_container .usf-facets,
.page-content--product>.page-width .product-grid__container,
.usf-sr-config .usf-c-select,
.template-product .products-bg .grid-item__content,
.tabber .product-block--tab,
.pro-desc,
.collection-content div[data-type="subcollections"]>.grid-item,
.rte.rte--collection-desc,
.blog-layout .grid-article,
.blog-layout__sidebar,
.template-article .blog-layout__main,
.contact-sec .contact-wrapper-grid,
.elemBg,
.template-customers-login .form-vertical,
.template-customers-register .form-vertical,
#CartPageForm .cart__page-col{
    background-color: #ffffff !important;
}
@media screen and (min-width:800px){
  .cart__page-col:last-child:after{
    background-color: #ffffff !important;
  }
}
/* common radius */
.page-content--product>.page-width .product-grid__container,
#usf_container .usf-facets,
.template-product .products-bg .grid-item__content,
.tabber .product-block--tab,
.rte.rte--collection-desc,
.blog-layout .grid-article,
.blog-layout__sidebar,
.template-article .blog-layout__main,
.elemRd,
#carousel .grid-item__content,
.template-customers-login .form-vertical,
.template-customers-register .form-vertical,
#CartPageForm .cart__page-col,
.contact-sec .contact-wrapper-grid {
    border-radius: 10px;
}

/* icon before headings and titles */
.gecko {
    padding-left: 50px;
    position: relative;
}

@media (767px < width < 1000px) {
    .product-single__sticky {
        top: 120px !important;
    }
}

@media (1001px < width < 1100px) {
    .product-single__sticky {
        top: -5px !important;
    }
}

@media (width > 1101px) {
    .product-single__sticky {
        top: 120px !important;
    }
}

@media (width < 768px) {
    .gecko {
        padding-left: 40px !important;
        position: relative;
    }
}

@media (width < 600px) {
    .template-index .sp>.flex-grid>.flex-grid__item {
        min-height: 350px !important;
        margin-top: 20px;
    }

    .template-index .page-width--flush-small {
        padding-left: 10px;
    }

    .blogPostSection {
        padding: 20px 0 0 0 !important;
    }
}

.blogPostSection header.section-header {
    padding: 0 20px;
}

.blogPostSection header.section-header>h2 {
    width: 100%;
}

.gecko:before {
    content: '' !important;
    position: absolute;
    left: 0px;
    top: -2px;
    background-image: url(/cdn/shop/files/leaf-icon.png?v=1665582553) !important;
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}

@media (width < 769px) {
    .gecko:before {
        height: 32px !important;
        width: 32px !important;
    }
}

.usf-sr-paging {
    padding: 0 !important;
}

.detail-text {
    padding-left: 10px;
}

/* title green border */
.titleBorder {
    border-bottom: 3px solid #58cc54;
    padding-bottom: 10px;
}

/* common padding */
.template-article .blog-layout__main,
.main-rw.elemBg,
.contact-sec .contact-wrapper-grid {
    padding: 20px !important;
}

.index-section {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
}

.innerpage-category-box,
.template-product .product-full-width {
    margin-top: 20px !important;
}

.template-product .section-header {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.shopify-section:has(.index-section.color-scheme-2 .page-width .theme-block) .index-section.color-scheme-2 {
    margin-top: 0px !important;
}

.shopify-section:has(.index-section.color-scheme-2 .page-width .theme-block) .index-section.color-scheme-2 {
    margin-top: 0px !important;
    padding-top: 20px !important;
}

.template-page:has(.index-section--faq) .main-content>.shopify-section:first-child {
    padding-top: 20px !important;
}

@media (width>1140px) {
    .template-page:has(.index-section--faq) .shopify-section.index-section .page-width {
        background: #ffffff;
        padding: 20px !important;
        max-width: 1100px !important;
        border-radius: 10px !important;
    }
}

@media (width < 1139px) {
    .template-page:has(.index-section--faq) .shopify-section.index-section .page-width {
        margin-left: 20px !important;
        margin-right: 20px !important;
        background: #ffffff;
        padding: 20px !important;
        max-width: 1100px !important;
        border-radius: 10px !important;
    }
}

/* .blog-layout__sidebar {
    padding-left: 0px !important;
} */

.blog-layout .grid-article {
    padding: 0px !important;
}

.template-cart .points-wrapper {
    margin-top: 20px !important;
}

.template-cart .recently-viewed__section .section-header {
    margin-bottom: 20px !important;
}

.template-customers-login .main-content {
    min-height: 100px !important;
}

.template-cart .main-content>section.shopify-section .index-section {
    margin-top: 0px !important;
    padding-top: 40px !important;
}

.template-customers-login header.section-header,
.template-customers-register header.section-header {
    padding-top: 40px;
}

.template-customers-login .form-vertical,
.template-customers-register .form-vertical,
#CartPageForm .cart__page-col {
    padding: 30px 20px;
}

.cart__page {
    gap: 25px !important;
    flex-wrap: nowrap !important;
}

.template-customers-login .form-vertical form,
.template-customers-register .form-vertical form {
    width: 60%;
}

.grid-article,
.grid-article:last-child {
    margin-bottom: 15px;
}

/* @media (width > 1100px){
    .inner-banner .row {
      height: 347px;
  }
  } */
.home.innerpage-category-box,
.shopify-section .index-section.color-scheme-2.space {
    margin: 20px auto auto auto !important;
}

.index-section--footer .index-section {
    margin-top: 0px !important;
}

.ImageWrapper {
    position: relative;
}

#carousel .grid-item {
    padding-left: 0px;
    padding-right: 0px;
}

.template-article #author-bios+div.text-center {
    padding-bottom: 50px;
}

/* .page-width.inner-banner {
    padding: 20px 20px 0 20px !important;
} */

.blog-layout .new-grid {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.collection-content div[data-type="subcollections"]>.grid-item {
    padding: 8px !important;
    margin-bottom: 0px !important;
    border-radius: 10px;
}

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

.collection-content div[data-type="subcollections"] {
    grid-gap: 12px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 10px !important;
}

@media only screen and (max-width: 768px) {
    .template-index .page-width--flush-small .scrollable-grid--small {
        padding-left: 0px !important;
    }

    .template-index .scrollable-grid--small {
        margin: 0 !important;
        padding: 0 !important;
    }

    .template-index .grid-item {
        margin-bottom: 0px !important;
    }

    .tabber {
        margin-top: 20px !important;
    }

    .template-customers-login .form-vertical form,
    .template-customers-register .form-vertical form {
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) {
    .collapsibles-wrapper {
        margin: 0 20px !important;
    }

    .collection-content div[data-type="subcollections"] {
        margin-bottom: 10px !important;
    }

    #usf_container .usf-facets {
        padding: 8px 12px;
    }
}


.tabber .product-block--tab {
    margin: 0 0 7px 0;
}

.storeTour {
    margin-top: 20px !important;
}

.page-content--product>.page-width .product-grid__container {
    margin-left: 0px !important;
}

.product-grid__container .grid__item {
    padding: 20px;
}



.shopify-section.index-section--footer .index-section {
    padding-top: 0px !important;
    margin-bottom: 0px !important;
}

.index-section--footer .section--divider {
    padding-top: 19px !important;
    padding-bottom: 20px !important;
}

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

    .storeTour .hero__sidebyside-content {
        max-width: 100% !important;

    }
}

@media screen and (min-width:800px) and (max-width:850px) {
    .storeTour .hero__sidebyside-content {
        max-width: 55% !important;

    }

}

@media screen and (min-width:851px) {
    .storeTour .hero__sidebyside-content {
        max-width: 45% !important;
    }
}

@media screen and (min-width:700px) and (max-width:800px) {
    .hero__sidebyside-image {
        z-index: 2;
    }
}

@media (767px >=width) {

    .animalInfoWrapper h1 {
        font-size: 24px !important;
    }

    .promo-grid__bg-image--9ca883e4-c91a-4cad-bc3a-9678d38c350d {
        object-position: right !important;
    }

    .blocksWrapper {
        grid-gap: 5px !important;
    }

    .leaf {
        font-size: 24px !important;
    }
}

@media (width < 899px) {
    .inner-banner .first-column {
        background-color: #74d2f1;
    }
}

@media (width > 900px) {
    .inner-banner .first-column::before {
        content: '';
        position: absolute;
        top: -81%;
        left: -10%;
        height: 900px;
        background-color: #74d2f1;
        -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px;
        border-radius: 0% 43% 0% 0% / 0% 51% 0% 0%;
        transform: rotateZ(27deg);
    }
}

@media screen and (min-width:768px) {
    .collection-content {
        padding-top: 0px !important;
    }

    .storeTour .hero__sidebyside-content::after {
        content: '';
        background-color: #b42daa;
    }

    .headingFont {
        font-size: 32px;
    }

    .promoStoreHeading {
        font-size: 40px;
    }

    .promoCustom {
        max-height: 280px !important;
        margin-top: 20px;
    }

    .page-width {
        max-width: 1140px !important;
        padding: 0px 20px !important;
        margin: 0 auto;
    }

    .tmenu_alignment_center .tmenu_nav {
        margin-left: 0px;
        justify-content: start !important;
    }

    .hero__sidebyside-content-inner {
        z-index: 3;
    }

    .scheme-swirl {
        display: none;
    }

    .section-header__title {
        font-size: 27.2px;
    }

    .storeTour .hero__title {
        margin-bottom: 0px;
    }



    h2.main-heading {
        font-size: 42px !important;
    }
}

@media (950px < width < 1025px) {
    .inner-banner .first-column::before {
        width: 800px !important;
    }
}

@media (850px < width < 949px) {
    .inner-banner .first-column::before {
        width: 737px !important;
        border-radius: 0% 60% 0% 0% / 0% 70% 0% 0% !important;
        transform: rotateZ(15deg) !important;
    }
}

@media screen and (min-width:1025px) {
    .inner-banner .first-column::before {
        width: 900px !important;
    }
}

@media (width < 800px) {
    .cart__page .cart__page-col:last-child {
        margin-top: 20px !important;
    }
}

@media (800px < width < 1000px) {
    [data-view=small] .grid-item {
        flex: 0 0 33% !important;
    }

    .collection-content div[data-type="subcollections"] {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-article[data-style=medium] {
        flex: 0 0 48%;
    }

    .blog-layout .new-grid {
        column-gap: 20px !important;
    }
}

@media screen and (min-width:1000px) {
    .collection-content div[data-type="subcollections"] {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
    }

    .grid-article[data-style=medium] {
        flex: 0 0 49%;
    }

    .blog-layout .new-grid {
        column-gap: 13px !important;
    }
}



/* /////////////////////////////// */


.product-grid .grid-item {
    padding-bottom: 10px;
}

.animalInfoWrapper .blocksWrapper {
    padding-right: 10px;
    padding: 15px;
    padding-top: 10px !important;
}

.blogPostSection {
    background-color: #ffffff !important;
    padding: 20px 0;
    border-radius: 13px;
}

.blogPostSection .section-header__link {
    padding-right: 10px;
    font-weight: 700;
}

.hero__sidebyside-content-inner {
    padding: 30px;
}

/* ///// */
.animalInfoWrapper {
    margin-top: 20px !important;
    padding: 0 !important;
}

.animalInfoImageWrapper {
    height: 115px !important;
}

.blocksWrapper {
    grid-gap: 5px !important;
}

.animalInfoItems p {
    font-size: 26px;
    font-weight: 500;
    margin-top: 0px !important;
}

.sp {
    margin-top: 0px !important;
}

.first-col {
    padding-left: 0px !important;
}

.sp {
    padding-top: 0px !important;
}

@media screen and (max-width:600px) {
    .product-single__header--mobile {
        margin-bottom: 13px;
    }

    .sp {
        margin-top: -20px !important;
    }

    .vishal {
        padding-bottom: 15px;
    }
}

.site-nav__link.site-nav__link--icon.small--hide {
    display: block !important;
}

.product-block.product-block--tab .trustpilot-widget {
    display: none;
}

.product-block.product-block--tab:nth-child(2) .trustpilot-widget {
    display: block;
}

.content-active {
    max-height: fit-content !important;
    overflow: auto !important;
}

.icon-active {
    transform: rotate(45deg) !important;
}

.animalInfoWrapper {
    margin-top: 35px;
    padding: 25px 0px;

}

.blocksWrapper {
    border-radius: 15px;
    background-color: #ffffff;
}

.animalInfoImageWrapper {
    height: 130px;
    position: relative;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    margin: auto;
}

.animalInfoImageWrapper:hover {
    position: relative;
    top: -3px;
    box-shadow: 0px 4px 5px #eceaea;
}

.animalInfoImageWrapper img {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.blocksWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 20px;
}

@media only screen and (max-width: 900px) {
    .blocksWrapper {
        grid-template-columns: 1fr 1fr !important;
    }

    .inner-banner .second-column {
        display: none !important;
    }
}

@media screen and (min-width: 678px) and (max-width: 999px) {
    .blocksWrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
    .blocksWrapper {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
    }
}

.blocksWrapper a {
    font-size: 20px;
    color: #333333;

}

.animalInfoItems p {
    text-align: center;
    margin-top: 10px;
}

.animalInfoItems a:hover {
    text-decoration: none;
}


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

    .proItemWrapper {
        grid-template-columns: 1.1fr 3fr 3fr 1fr !important;
    }
}

@media(width <=768px) {
    .animalInfoItems p {
        font-size: 20px !important;
    }

    .itemAccordianIcon {
        display: block !important;
    }

    .proItemWrapper {
        grid-template-columns: 1fr !important;
        row-gap: 15px;
    }

    .proImage {
        grid-area: 2;
    }

    .proImage img {
        width: 100% !important;
        height: 100% !important;
    }

    .itemAccordianWrapper {
        background-color: transparent !important;
        padding: 0px !important;
    }

    .itemAccordianContent {
        background-color: #ffffff;
        max-height: 0px;
        overflow: hidden;
    }

    .itemAccordianHeader h1 {
        margin-bottom: 0px !important;
        padding-top: 15px;
    }

    .proItemWrapper {
        padding: 15px 10px !important;
        border-bottom: 1px solid #eee;
    }

    .proSubTitle {
        margin-left: 0px !important;
    }

    .proPrice {
        align-items: center !important;
    }
}

.itemAccordianHeader {
    position: relative;
}

.itemAccordianIcon {
    width: 12px;
    height: 12.5px;
    border-top: 2px solid #4ec54b;
    border-left: 2px solid #4ec54b;
    transform: rotate(225deg);
    position: absolute;
    right: 20px;
    top: 23px;
    display: none;
}

.proImage img {
    width: 160px;
    height: 100px;
}

.proTitle,
.proDesc,
.proPrice {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.proPrice {
    font-size: 25px;
    color: #d02525;
    align-items: end;
}

.proSubTitle {
    margin-left: 11px;
    font-size: 13px;
}

.proMainTitle {
    margin: 0px;
    font-size: 14px;
}

.proItemWrapper {
    padding: 10px 15px;
}

.itemAccordianHeader h1 {
    border-bottom: 3px solid #4ec54b;
    padding-bottom: 10px;
}

.itemAccordianWrapper {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px 8px 0px 0px;
  margin-top:20px;
}

.proItemWrapper {
    display: grid;
    grid-template-columns: 1.1fr 2fr 4fr 1fr;
    column-gap: 10px;
    margin-bottom: 15px;
}

.text-with-icon.container-fluid a {
    text-decoration: none;
}

.template-article .blog-layout .blog-layout__main .rte object,
.template-article .blog-layout .blog-layout__main .rte embed {
    width: 100% !important;
    height: 420px !important;
}

.template-article .blog-layout .blog-layout__main .rte center img {
    width: 24% !important;
}

.template-article .blog-layout .blog-layout__main object {
    width: 100% !important;
    height: 450px !important;
}

.commapara {
    position: relative;
    left: 50px;
    margin-top: -100px;
}

@media screen and (max-width:540px) {
    .commapara {
        width: 85% !important;
    }

    .template-article .blog-layout .blog-layout__main .rte h3 img {
        width: 100% !important;
    }

    .template-article .blog-layout .blog-layout__main .rte object,
    .template-article .blog-layout .blog-layout__main .rte embed {
        width: 100% !important;
        height: 300px !important;
    }
}

.comma {
    position: relative;
    top: 0em;
    left: 0;
    font-size: 5em;
    color: #0003;
}

.d-flex {
    display: flex;
    flex-direction: column;
}

.mr-20 {
    margin-right: 20px !important;
}

span.wp-caption.alignright {
    display: block;
    width: 100% !important;
    font-size: 12px;
    text-align: center;
    background: #F8F8F8;
    border: solid 1px #e6e6e6;
    border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0 0 1px 1px #fff;
    -moz-box-shadow: inset 0 0 1px 1px #fff;
    -webkit-box-shadow: inset 0 0 1px 1px #fff;
    padding: 10px;
}

.d-flex p {
    display: flex;
}

.rte blockquote {
    position: relative;
}

.rte blockquote::before {
    position: absolute;
    content: "";
    top: 25px;
    left: -15px;
    background-image: url(/cdn/shop/files/blockquote-300x198.png?v=1678341058);
    height: 28px;
    width: 43px;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-layout__main .rte h2,
.blog-layout__main .rte h3,
.blog-layout__main .rte h4 {
    margin-top: 25px !important;
    margin-bottom: 15px !important;
    font-size: 20px !important;
}

.template-article .blog-layout .blog-layout__main .rte h3 img {
    height: auto !important;
    margin: 20px 0px 20px 20px;
}

@media screen and (min-width:541px) {
    .template-article .blog-layout .blog-layout__main .rte h3 img {
        width: 288px !important;
    }
}

@media screen and (min-width:750px) and (max-width:830px) {
    .template-article .blog-layout:first-child {
        overflow-x: hidden !important;
    }

    .template-blog .blog-layout:first-child {
        overflow-x: hidden !important;
    }
}

/* .template-article .text-with-icon:before {
    content: "";
    height: 51px;
    position: absolute;
    background-color: #ca4cca;
    left: 0px;
    right: 0px;
} */

/* .template-blog .text-with-icon:before {
    content: "";
    height: 51px;
    position: absolute;
    background-color: #ca4cca;
    left: 0px;
    right: 0px;
} */

.blog-layout__main .image-wrap img {
    border-radius: 8px;
}

/* article template */
.template-article .main-content {
    padding-top: 20px;
}

.template-article .blog-layout__sidebar {
    padding: 20px !important;
}

@media screen and (max-width:770px) {
    /* .template-article .blog-layout__sidebar {
        margin-top: 20px !important;
    } */

    .blog-layout__sidebar .grid-item.grid-article {
        margin-bottom: 20px !important;
    }

    .d-flex p {
        display: flex;
        flex-direction: column;
    }

    /* .blog-layout__main {
        margin: 0px 0px !important;
    } */

    .template-index .blog-layout__sidebar {
        margin: 50px 0px 0px 0px !important;
    }
}

.authorBoxRight {
    padding-left: 15px !important;
}

.spanGap {
    font-size: 13px !important;
}

.blogRecomandedProductWrapper.carousel-wrap {
    position: relative !important;
    height: 500px;
}

.blogCollection.owl-carousel.owl-loaded {
    position: absolute !important;
    left: 0px;
    top: 60px;
}

.blog-layout__main #author-bios {
    display: flex !important;
    padding: 20px 15px;
    margin-bottom: 50px;
}

.blog-layout__main #author-bios .authorBoxLeft {
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-layout__main #author-bios .authorBoxLeft img {
    border-radius: 50%;
}

.blog-layout__main #author-bios .authorBoxRight {
    width: 88%;
}

.blog-layout__main #author-bios .authorBoxRight h4 {
    margin-bottom: 10px !important;
}

#relatedblogs {
    margin: 35px 0px;
}

#relatedblogs .rb_blog-grid-two {
    padding: 5px;
    border: 1px solid silver;
}

#relatedblogs .rb_title {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 0px 10px;
    height: 62px;
    overflow: hidden;
}

.blogRecomandedProductWrapper {
    margin-top: 25px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0px;
}

.blogRecomandedProductWrapper .blogCollection {
    display: flex;
}

.template-article .blog-layout .blog-layout__main .rte img {
    width: 100% !important;
}

.blog-layout__main .section-header {
    margin-bottom: 20px !important;
}

.blog-layout__main .rte strong {
    font-size: 20px !important;
    color: black;
}

.blog-layout__main .rte p {
    margin-bottom: 10px !important;
}

.blog-layout__main .social-sharing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 3px;
}

.blog-layout__main .social-sharing__link {
    margin: 0px !important;
    display: flex;
    justify-content: center;
    padding: 5px 0px;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.17) 0%, rgba(255, 255, 255, 0.17) 100%);
}

.blog-layout__main .social-sharing__link .icon {
    color: white;
}

.blog-layout__main .social-sharing__link:nth-child(1) {
    background-color: #2d5f9a;
}

.blog-layout__main .social-sharing__link:nth-child(2) {
    background-color: #00c3f3;
}

.blog-layout__main .social-sharing__link:nth-child(3) {
    background-color: #cd252b;
}

.blog-layout__main .social-sharing__link:nth-child(4) {
    background-color: #1d9e11;
}

.blog-layout__main .social-sharing__title {
    display: none;
}

.blogDetails {
    margin: 8px 0px 13px 0px !important;
}

.blogTag:before {
    content: ",";
    position: relative;
    left: -2.2px;
}

.blogTag:first-child:before {
    content: "";
}

.blog-layout__main .section-header__title {
    margin-top: 20px !important;
}

/* .blog-layout__main+.blog-layout__sidebar {
    margin-left: 0px !important;
    border-left: 0px solid !important;
}
 */
.blogFeatImage .article__grid-image-container {
    padding-top: 0px !important;
}

.blog-layout .text-with-icon.container-fluid {
    margin-bottom: 25px !important;
}

.blog-layout {
    padding: 0px 20px !important;
    column-gap: 30px;
}

.blog-layout__main {
    margin-left: 0px;
}

/* .blog-layout__sidebar {
    margin-right: 0px !important;
} */

.article__grid-image-container .article__grid-image {
    border-radius: 8px !important;
}

.blog-layout__sidebar .theme-block h4 {
    background-color: #74d2f1 !important;
    padding: 15px 10px;
    border-radius: 5px !important;
    color: white;
}

/* end article template */

.image-blocks.team .title-bg {
    flex-direction: column;
}

.image-blocks.team .title-bg h3 {
    width: 100%;
    text-align: center;
}

.image-blocks.team .title-bg p {
    padding: 0px 15px;
    text-align: center;
}

html {
    scroll-behavior: smooth;
}

.banner-heading,
.banner-detail-text {
    color: #fff !important;
    position: relative;
    z-index: 1;
}

body.template-page {
    background: #f4f4f4;
}

.image-container .section-header {
    position: relative;
    padding: 0px !important;
}

.image-container img {
    width: 100%;
    border-radius: 8px;
}

.image-caption.section-header__title.gecko {
    background-color: #ca4cc6;
    border-radius: 3px;
    padding: 5px 10px 10px 10px !important;
    color: #fff;
    right: 10px;
    bottom: 15px;
    position: absolute !important;
    display: flex;
    align-items: center;
    font-size: 16px !important;
}

.image-caption.section-header__title.gecko::before {
    content: '' !important;
    position: relative;
    width: 25px;
    height: 25px;
    background-image: url(/cdn/shop/files/leaf-icon.png?v=1665582553) !important;
    background-size: contain;
    left: -4px;
    top: 1px;
}

.grid-product__actions {
    top: 0 !important;
}

.inner-banner .row {
    overflow: hidden;
}
}

.collection-carousel .owl-nav button span {
    font-size: 70px;
}

img.stock-img,
img.outstock-img {
    width: max-content !important;
}

p.stock-margin {
    display: flex !important;
    align-items: center;
}

#carousel .owl-nav {
    position: absolute;
    top: -66px;
    background: #f4f4f4;
    right: 15px;
}

.collection-carousel .grid-product__title {
    min-height: 63px;
}

.owl-nav button {
    position: relative !important;
    background: none !important;
}

button.owl-next.disabled,
button.owl-prev.disabled {
    cursor: alias !important;
}

#carousel button.owl-next {
    transform: rotateY(180deg) !important;
    border-radius: 5px !important;
    padding: 10px 15px !important;
    margin-left: 10px !important;
}

#carousel .owl-nav button.owl-prev {
    transform: translateY(0) !important;
    padding: 10px 15px !important;
    border-radius: 5px !important;
    margin-right: 10px !important;
}

.image-container .row {
    display: flex;
    justify-content: space-between;
}

.image-container .col-md-6 {
    flex-basis: 49%;
    max-width: 49%;
    position: relative;
}

@media(max-width: 767px) {

    .page-width.image-container {
        margin-bottom: 25px;
    }

    #carousel .owl-nav {
        top: -56px !important;
    }

    .bg-white {
        background: #fff;
        padding: 10px;
        border-radius: 8px;
    }

    .image-container .col-md-6 {
        flex-basis: 100%;
        max-width: 100%;
        position: relative;
    }

    .image-container .row {
        flex-direction: column;
        gap: 20px;
    }

    .desktop {
        display: none !important;
    }

    .innerpage-category-box .row {
        position: relative;
    }

    .innerpage-category-box .row::before {
        content: "";
        position: absolute;
        right: -14px;
        top: -49px;
        z-index: 2;
        opacity: 1;
        background-image: url(/cdn/shop/files/hp-vine.png?v=1674817780);
        height: 178px;
        width: 49%;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .home.innerpage-category-box .row::before {
        content: "";
        position: absolute;
        right: -40px;
        top: -70px;
        z-index: 2;
        opacity: 1;
        height: 0px;
        width: 0px;
        display: none !important;
    }

    .innerpage-category-box .second-column {
        margin-top: 20px;
    }

    .innerpage-category-box .row {
        padding: 20px;
        background: #fff;
        border-radius: 8px;
    }

    .home.innerpage-category-box .row {
        padding: 0px;
    }

    .second-column img {
        width: 100%;
    }

    .collection-carousel .grid-item {
        min-height: 372px !important;
    }

    .grid-product__price {
        margin-bottom: 30px;
    }

    .collection-carousel .owl-carousel .owl-stage-outer {
        min-height: 346px !important;
    }



    .template-page .heading-container h2 {
        margin-bottom: 60px !important;
        display: flex !important;
    }

    .owl-nav {
        top: -60px;
    }

    .inner-banner .first-column {
        width: 100%;
        height: 100%;
        padding: 20px;
        background-color: #74d2f1;
        border-radius: 8px;
    }

    .collection-carousel .owl-item {
        margin-left: 0px !important;
    }

    .detail-text {
        font-size: 16px;
        flex-basis: 95%;
        padding-left: 15px;
        margin-top: -5px;
    }

    .svg-container {
        flex-basis: 5%;
        max-width: 5%;
    }

    h1.banner-heading {
        width: 100%;
        text-align: center;
        font-size: 32px;
    }

    .block-detail {
        display: flex;
        margin-bottom: 12px;
    }


}

h3.image-heading {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center !important;
    text-decoration: none;
    background: #f1792a !important;
    /* margin-top: -10px; */
    margin-bottom: 0px !important;
    /* position:relative;
    top:-6px */
}


.jumpto-item a,
.further-information-item a {
    color: #FFFFFF !important;
}

button.buy-now-button {
    background-color: #4ec54b;
    color: #fff;
    width: max-content;
    display: block;
    margin: auto;
    padding: 12px 17px;
    border-radius: 4px;
}

.jumpto-items-container,
.further-information-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.jumpto-item,
.further-information-item {
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF !important;
    float: left;
    padding: 10px 19px;
    cursor: pointer;
    background-color: #f1792a;
    border-radius: 5px;
}

.housing-category-items {
    display: flex;
    justify-content: space-between;
    row-gap: 20px;
    flex-wrap: wrap;
}

.housing-category-item {
    flex-basis: 48%;
    max-width: 48%;
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    padding: 15px;
}


span.category-name {
    height: 3em;
    margin: 10px 0px;
    text-align: center;
    display: block;
}

@media(min-width: 768px) {
    .housing-category-items {
        flex-wrap: nowrap;
        gap: 20px;
    }

    .housing-category-item {
        flex-basis: 25%;
        max-width: 25%;
        background-color: #fff;
        text-align: center;
        border-radius: 8px;
        padding: 15px;
    }

    .housing-category-item:nth-child(4) {
        margin-right: 0px !important;
    }

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

    .mobile {
        display: none !important;
    }

    .bg-white {
        background: #fff;
        padding-top: 10px;
        border-radius: 8px;
    }

    .innerpage-category-box.page-width {
        padding: 20px 40px;
    }

    .innerpage-category-box .row {
        border-radius: 10px !important;
        padding: 20px;
        background-color: #ffffff;
        position: relative;
        display: flex;
    }

    .home.innerpage-category-box .row {
        padding: 0px;
    }

    .home.innerpage-category-box .row::before {
        content: "";
        position: absolute;
        right: -40px;
        top: -70px;
        z-index: 2;
        opacity: 1;
        height: 0px;
        width: 0px;
        display: none !important;
    }

    .innerpage-category-box .row::before {
        content: "";
        position: absolute;
        right: -20px;
        top: -70px;
        z-index: 2;
        opacity: 1;
        background-image: url(/cdn/shop/files/hp-vine.png?v=1674817780);
        height: 178px;
        width: 258px;
    }

    .innerpage-category-box .second-column {
        flex-basis: 20%;
        max-width: 20%;
    }

    .innerpage-category-box .second-column img {
        max-width: 100%;
        width: 100%;
    }

    .innerpage-category-box .first-column {
        flex-basis: 80%;
        max-width: 80%;
        padding-right: 50px;
    }

    .collection-carousel .owl-carousel .owl-stage-outer .grid-item {
        min-height: 431px !important;
    }

    .banner-detail-text {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .page-width .row {
        border-radius: 8px;
    }

    .block-detail,
    .inner-banner .row {
        display: flex;
        margin-bottom: 4px;
    }

    img.banner-image {
        height: 100%;
    }

    .inner-banner .first-column {
        width: 100%;
        position: relative;
        padding: 40px;
    }

    .inner-banner .second-column {
        width: 62%;
    }

    .inner-banner .first-column::after {
        content: url(/cdn/shop/files/banner.svg?v=1674625028);
        position: absolute;
        top: -200%;
        left: -370px;
        transform: rotateZ(0deg) scale(1.3);
        opacity: .03;
        z-index: 0;
    }
}

.short-desc {
    margin-bottom: 23px;
}

.short-desc li {
    font-size: 14px;
    font-weight: 500px;
}

.short-desc li::marker {
    font-size: 10px;
}

.points-btn {
    position: relative;
    top: 8px;
    font-size: 14px;
}

.points-login-btn {
    background-color: white;
    color: #b42daa;
    padding: 10px 25px;
    border-radius: 5px !important;
    margin-right: 35px !important;
}

.points-fp-btn {
    color: white !important;
    text-decoration: none;
}

.points-login-btn:hover {
    color: #b42daa;
}

.points-inner-wrapper ul {
    margin-left: 40px;
}

@media screen and (max-width:280px) {
    .site-nav__icons {
        margin-left: -10px !important;
    }
}

/* product title font */
.grid-product__title {
    font-size: 18px !important;
    line-height: 21px !important;
}

.footer-trust .announcement-bar-footer {
    background-color: white;
    border-top: 1px solid #f4f4f4;
    padding: 30px 0 25px 0;
}



.site-header__search-input {
    border-radius: 5px !important;
    height: 50px !important;
}

#search-icon {
    color: #4ec54b;
}

.site-header__element.site-header__element--sub {
    background-color: #b42daa;
}

.site-nav__item.site-nav__expanded-item:first-child {
    background-color: #e23434;
}

.site-nav__item.site-nav__expanded-item:nth-child(2) {
    background-color: #4ec54b;
}

..text-with-icon {
    position: relative;
}

.text-with-icon .row {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ca4cc6;
}

.text-with-icon .row svg path,
.text-with-icon .row svg line {
    color: white !important;
    fill: white !important;
    stroke: white !important;
}

.text-with-icon {
    position: relative;
    z-index: 5;
}

.text-with-icon .row .col {
    display: flex !important;
    align-items: center !important;
    margin-right: 50px !important;
    min-height: 50px;
    justify-content: center;
}

.text-with-icon .row .col .text h2 {
    font-size: 15px !important;
    margin-bottom: 0px !important;
    color: white !important;
    font-family: 'source sans pro';
    border-bottom: 0px solid #58cc54;
}

.text-with-icon .row .col .text p {
    font-size: 13px !important;
    color: white !important;
    font-weight: 100 !important;
}

.template-index .shopify-section.index-section {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}

.shopify-section.index-section .section-header {
    margin-bottom: 10px !important;
}

.collection-image-wrap .collection-item__title {
    font-size: 18px !important;
}

.shopify-section.index-section .new-grid.product-grid.scrollable-grid--small .grid-product__image-wrap {
    margin: 0px !important;
}

.grid-product__image-wrap .grid-product__tags {
    left: 25px !important;

}

.grid-item__meta-secondary .grid-product__price--original {
    display: block !important;
}

.grid-item__meta-secondary .grid-product__price--current {
    color: #d02a32 !important;
    font-size: 22px !important;
}

.grid-item__meta-secondary .grid-product__price--savings {
    display: none !important;
}

.sp .rte--block.rte--strong {
    font-family: wellfleet !important;
}

.sp .promo-grid__text .btn {
    color: #f27f33 !important;
    min-width: 300px;
    margin-bottom: 15px;
}

.blog-layout .row {
    border-radius: 0px !important;
}

.template-cart .h3.section-header__title {
    padding-left: 50px !important;
    position: relative;
    margin-top: 30px !important;
}

.promo-grid.promo-grid--space-top.sp.promo-grid--space-bottom h2 {
    padding-left: 50px !important;
    position: relative;
    margin-top: 55px !important;
}

.template-cart .h3.section-header__title::before {
    content: '';
    background-image: url('/cdn/shop/files/leaf-icon.png?v=1665582553');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 0px;
    top: -13px;
    position: absolute;
    opacity: 1;
    z-index: 2;

}

.promo-grid.promo-grid--space-top.sp.promo-grid--space-bottom h2::before {
    content: '';
    background-image: url('/cdn/shop/files/leaf-icon.png?v=1665582553');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 0px;
    top: -13px;
    position: absolute;
    opacity: 1;
    z-index: 2;

}

.shopify-section.index-section--footer .rte-setting.rte--block.text-spacing {
    min-height: 70px !important;
}



.foot-img {
    display: flex;
    margin-left: -3px;
    margin-top: -8px;
    gap: 6px;
}

.footer__section.footer__section--menus {
    padding-bottom: 0px !important;
}

.product-leaf {
    position: absolute;
    /*   left:-12px; */
    top: 0px;
    opacity: 1;
    z-index: 1;
    max-width: 50px;
}

.stock-margin {
    margin: 8px 0px 8px 0px !important;
    font-size: 14px !important;
    color: grey;
    font-weight: 300;
}

.stock-img {
    height: 15px;
    width: 18px;
    margin-right: 5px;
    margin-bottom: -2px;
}

.outstock-img {
    height: 12px;
    width: 12px;
    margin-right: 8px;
}

.grid-product__price--original span:first-child::before {
    content: 'RRP ';
}

.product-more-info {
    font-size: 14px;
    position: absolute;
    bottom: 3px !important;
    text-decoration: underline;
}

.grid-product:after {
    background-color: white !important;
    z-index: -1;
}

@media screen and (max-width:820px) {
    .owl-stage {
        display: flex !important;
        align-items: center !important;
    }
}

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

    .hero__title {
        font-size: 36px !important;
    }

    .collection-item__title {
        font-size: 13px !important;
    }

    .section-header__title {
        font-size: 23px !important;
    }

    .grid-product__title {
        height: 65px !important;
        overflow: hidden !important;
    }

    .article__title {
        font-size: 14px !important;
    }

    .sp h2:first-child {
        font-size: 23px !important;
    }

    .hero__animation-contents {
        padding-right: 10px !important;
    }

    .blog-hide {
        display: none !important;
    }

    .hero__sidebyside-content {
        max-width: 44% !important;
    }

    .footer__newsletter {
        padding: 0px !important;
    }

    .footer__subscribe.rte.rte--nomargin {
        padding-left: 0px !important;
    }

    .footer__subscribe.rte.rte--nomargin p {
        font-size: 15px !important;
    }
}

@media screen and (min-width:700px) and (max-width:819px) {

    #carousel .owl-stage-outer.owl-height,
    #carousel .grid-item__link {
        height: 510px !important;
    }

    #carousel .owl-item {
        padding: 0 5px !important;
    }

    .blogCollection .owl-item {
        margin-left: 0px !important;
    }

    #carousel .owl-nav {
        top: -52px !important;
    }
}

@media screen and (min-width:820px) and (max-width:900px) {

    #carousel .owl-stage-outer.owl-height,
    #carousel .grid-item__link {
        height: 555px !important;
    }

    #carousel .owl-item {
        padding: 0 5px !important;
    }

    .blogCollection .owl-item {
        margin-left: 0px !important;
    }

    #carousel .owl-nav {
        top: -66px !important;
    }
}

@media screen and (min-width:901px) and (max-width:1000px) {

    #carousel .owl-stage-outer.owl-height,
    #carousel .grid-item__link {
        height: 600px !important;
    }

    #carousel .owl-item {
        padding: 0 5px !important;
    }

    .blogCollection .owl-item {
        margin-left: 0px !important;
    }

    #carousel .owl-nav {
        top: -66px !important;
    }
}

@media screen and (min-width:1001px) and (max-width:1150px) {

    #carousel .owl-stage-outer.owl-height,
    #carousel .grid-item__link {
        height: 500px !important;
    }

    #carousel .owl-item {
        padding: 0 5px !important;
    }

    .blogCollection .owl-item {
        margin-left: 0px !important;
    }

    #carousel .owl-nav {
        top: -66px !important;
    }
}

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

    .text-with-icon .row .col {
        margin-right: 0px !important;
    }
}

@media screen and (max-width:768px) {
    .img-in-filter {
        display: none !important;
    }

    .sp-heading {
        font-size: 18px !important;
    }

    .shopify-section.index-section--hero {
        margin-bottom: 20px !important;
    }

    .hr--small.hr--clear {
        margin: 0px !important;
    }

    .page-width.hero--padded {
        margin-top: 20px !important;
    }

    .site-header .page-width.medium-up--hide {
        padding: 10px 20px !important;
    }

    .footer__section.footer__section--border.medium-up--hide {
        display: none !important;
    }

}

@media screen and (max-width:540px) {
    .section-header__title.gecko {
        font-size: 24px !important;
    }

    .owl-item {
        margin-left: 70px !important;
    }

    .type-advanced .horizontal-center .rte--block {
        padding: 0px !important;
    }

    .section-header__title.leaf {
        position: relative !important;
        font-size: 18px !important;
        padding-left: 50px !important;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .leaf::before {
        position: absolute;
        left: 0px;
    }
}

.leaf::before {
    top: -7px !important;
}

/*------------------------------------------------- 540 end */



.template-collection .products-bg {
    padding-right: 0px !important;
}

.template-collection .products-bg .grid-item__content {
    background-color: #f8f8f8;
    border-radius: 10px;
}

.template-collection .products-bg .grid__image-ratio.grid__image-ratio--square::before {
    background-color: #f8f8f8;
}

.template-collection .products-bg .grid-product__title {
    height: 72px !important;
    overflow: hidden;
}

.template-collection .product-more-info {
    bottom: 15px !important;
}

.template-collection .products-bg .grid-item__meta {
    margin-bottom: 40px !important;
}

.template-collection .rte--collection-desc {
    padding: 20px !important;
}

.breadcrumb {
    padding: 20px 0px !important;
}

.collection-content {
    margin-top: 0;
}

.template-collection .collection-grid {
    margin-bottom: 0px !important;
}

.template-collection .page-width.page-content.page-content--top .breadcrumb {
    margin: 0px !important;
}

@media screen and (max-width:768px) {
    .template-collection .collection-content div[data-view=scrollable] .grid-item {
        min-width: 150px !important;
    }

    .breadcrumb+.medium-up--hide {
        display: none !important;
    }

    .template-collection .products-bg {
        padding-right: 10px !important;
        padding-left: 10px !important;
        padding-top: 12px !important;

    }

    .template-collection .products-bg .grid-product__title {
        height: 65px !important;
    }

    .template-collection .section-header.section-header--flush .medium-up--hide {
        margin-bottom: 0px !important;
    }
}

.template-collection .price-range {
    margin-right: 10px !important;
}

@media screen and (min-width:810px) and (max-width:920px) {
    .template-collection .new-grid.product-grid.scrollable-grid--small {
        overflow: scroll !important;
        flex-wrap: nowrap !important;
    }

    [data-view=scrollable-7] .grid-item {
        flex: 0 0 20% !important;
    }
}

/* -------------------------product template---------------- */
.template-blog .main-content {
    padding-top: 20px;
}

.template-blog .blog-layout__main .grid-article,
.template-blog .blog-layout__sidebar {
    padding: 15px !important;
}

@media (width > 768px) {
    .template-product .product-single__meta {
        padding-top: 40px !important;
    }

}

.template-product .product-single__sku {
    font-size: 14px !important;
    font-weight: bolder !important;
}

.template-product .product-block.product-block--header.product-single__header.small--hide,
.template-product .product-block.product-block--price {
    margin-bottom: 15px !important;
}

.template-product .product__price {
    color: #d02a32 !important;
  font-size:28px;
}

.template-product .variant__label {
    font-size: 14px !important;
}

.template-product .product-short-specification ul li {
    font-size: 14px !important;
}

.template-product .product__quantity label {
    font-size: 14px !important;
}

.template-product .btn.btn--full.add-to-cart {
    margin-top: 10px !important;
}

.template-product .sales-point .icon-and-text span {
    font-size: 14px !important;
}

.template-product .main-wrap .page-width.page-width--flush-small {
    overflow: hidden;
}

.template-product .main-wrap .page-width.page-width--flush-small .new-grid.product-grid.scrollable-grid--small {
    width: 1200px;
    margin-left: 1px !important;
}

.template-product .main-wrap .grid-item__content {
    background-color: #f8f8f8;
}

.template-product .product-more-info {
    bottom: 15px !important;
}

.template-product .products-bg .grid-product__title {
    height: 65px !important;
    overflow: hidden;
}

.template-product .wrap header .h3.section-header__title {
    padding-left: 50px !important;
    position: relative;
    margin-top: 55px !important;
}

.template-product .index-section.index-section--sub-product header .h3.section-header__title {
    padding-left: 50px !important;
    position: relative;
}

.template-product .index-section.index-section--sub-product header .h3.section-header__title::before {
    content: '';
    background-image: url('/cdn/shop/files/leaf-icon.png?v=1665582553');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 0px;
    top: -13px;
    position: absolute;
    opacity: 1;
    z-index: 2;
}


.template-product .wrap header .h3.section-header__title::before {
    content: '';
    background-image: url('/cdn/shop/files/leaf-icon.png?v=1665582553');
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    left: 0px;
    top: -13px;
    position: absolute;
    opacity: 1;
    z-index: 2;
}

.template-product .return-section {
    padding: 20px 0px !important;
    margin-top:20px;
}

.check {
    position: absolute;
    z-index: 12;
    opacity: 1;
    right: 0px;
    width: 100px !important;
    height: 100px !important;
}

.badge-size {
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}

@media (width < 800px) {
    .footer-promotions .new-grid {
        gap: 17px;
    }
}

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

    .trust-pilot-inside-filter {
        display: none !important;
    }

    .check {
        position: absolute;
        z-index: 2;
        opacity: 1;
        right: 0px;
        width: 65px !important;
        height: 65px !important;
    }
}

@media screen and (max-width:820px) {
    .template-product .main-wrap .page-width.page-width--flush-small {
        overflow: scroll;
    }
}

@media screen and (min-width:650px) and (max-width:780px) {
    .template-page .sp-heading {
        font-size: 23px !important;
    }
}

@media screen and (max-width:540px) {
    .template-page .page-width--flush-small .scrollable-grid--small {
        padding-left: 8px !important;
    }
}

@media screen and (max-width:300px) {
    .owl-item {
        margin-left: 10px !important;
    }

    .owl-item.cloned .text h2 {
        font-size: 14px !important;
    }

    .owl-item.cloned .text p {
        font-size: 10px !important;
    }

    .section-header__title.gecko {
        font-size: 15px !important;
    }

    .collection-item__title {
        font-size: 13px !important;
    }

    .sp .promo-grid__text .btn {
        min-width: 200px;
    }

    .grid-product__title {
        font-size: 15px !important;
    }

    .section-header__title.leaf {
        font-size: 15px !important;
    }

    .section-header__title.leaf+.section-header__link {
        display: none !important;
    }

    .grid-article__meta a {
        font-size: 14px !important;
    }

    .announcement-bar__message-footer {
        padding: 0px !important;

    }
}

.trust-pilot-inside-filter {
    margin-right: 37px !important;
}

.grid__item.medium-up--one-fifth.grid__item--sidebar {
    position: static;
    max-height: 100%;
}

.template-page .sp {
    margin-top: 0px !important;
}

.template-cart .index-section.index-section--sub-product {
    margin-bottom: 0px !important;
}

/* quick classes*/
.mt40 {
    margin-top: 40px;
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.p20 {
    padding: 20px;
}

.br10 {
    border-radius: 10px;
}

.footer-promotions .grid-item {
    margin-bottom: 0px !important;
}

@media (width < 769px) {
    .shopify-section.index-section>div[data-section-type="collection-template"]>.page-width--flush-small .scrollable-grid--small {
        padding-left: 0px !important;
    }
}

.shopify-section.index-section>div[data-section-type="collection-template"]>.page-width:first-child>.section-header.section-header--with-link>h2 {
    width: 100% !important;
}

.shopify-section.index-section>div[data-section-type="collection-template"]>.page-width:first-child>.section-header.section-header--with-link {
    margin-bottom: 0px !important;
}

.index-section.color-scheme-none {
    padding: 0px !important;
}

.color-scheme-none.index-section.space .grid__item.medium-up--one-quarter {
    background-color: #ffffff;
    width: 100% !important;
    margin: 0px !important;
    padding: 15px !important;
}

.color-scheme-none.index-section.space .grid.grid--uniform.grid--flush-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    margin: 0px !important;
}

.input-group.search-bar.search-bar--page input[type="search"] {
    background-color: #ffffff !important;
}

@media (width < 767px) {
    .color-scheme-none.index-section.space .grid.grid--uniform.grid--flush-bottom {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
    }

    #shopify-section-template--16860299657432__08de222d-ba61-4f5c-bbac-6ad45552f7d3 {
        margin-top: 0px !important;
    }
}
.breadcumb-title-css {
    color: #999999;
}
.breadcumb-css{
  display:none;
}
.template-page .breadcumb-css{
  display:block;
}
.template-page .breadcumb-css {
    padding: 20px var(--pageWidthPadding) 0;
}
.template-page .breadcumb-css {
    max-width: var(--page-width);
    margin: 0 auto;
    font-size: 16px;
    text-transform: capitalize;
}
@media screen and (min-width: 768px){
.template-page .breadcumb-css{
    max-width: 1140px !important;
    padding: 20px 20px 0!important;
    margin: 0 auto;
}
}
.page-width.inner-banner {
  padding: 20px 20px 0 20px !important;
}
/* .image-blocks .title-bg{
height:100%!important;
} */
.card-links {
    border-radius: 0 0 7px 7px;
}
.setupBanner .page-width.inner-banner{
padding-top:0!important;
}
.contact-us-heading{
text-align:center;
padding-top:15px;
}
.custom-collection-css{
 padding-top:20px 
}
.custom-collection-css .collection-image img{
  padding:0;
}
.collection-sidebar__group .collapsible-content__inner{
border-bottom:0!important;
}
.collection-sidebar__group{
  border-bottom:1px solid #ddd;
  margin-bottom:15px;
}