.header-gi {
    display: flex;
    padding: 21px 20px 21px 60px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #561E53;
    padding: 8px 15px 12px 60px;
    height: 67px;
    width: 100%;
    margin-left: -75px;
    margin-top: 22px;
    text-decoration: none;
}
.hgi-text {
    color: #89BD24;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Clarika Pro Geometric";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: 0.114px;
}
.hgi-icon {
    display: flex;
    width: 39px;
    height: 25px;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 2px;
}
header.header.store-header .man-with-boxes {
    position: relative;
    z-index: 1;
}
header.header.store-header .right-part {
    width: 50%;
}
header.header.store-header .logo {
    margin-top: 33px;
    display: block;
    width: 100%;
    max-width: 50%;
    margin-top: 0;
    max-width: 657px;
}
.mainmenu>.container>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.mainmenu>.container>ul>li {
    padding: 0;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.mainmenu>.container>ul>li>a {
    font-size: 20px;
    font-weight: 700;
}
.mainmenu>.container>ul>li>.call-item {
    display: inline-flex;
    gap: 4px;
    
}
.mainmenu>.container>ul>li>.call-item {
    color: #561E53;
}
.mainmenu>.container>ul>li>.location-item {
    display: inline-flex;
    gap: 10px;
    
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #89BD24;
    padding: 10px 20px;
}
.mainmenu>.container>ul>li>.location-item {
    color: #fff;
}

.location-banner-inner {
    border-radius: 25px;
    border: 4px solid #561E53;
    background: #FFF;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    padding: 0px;
    gap: 0px;
    background: #561E53;
    overflow: hidden;
}
.lbi-left{
    max-width: 440px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 30px;
    gap: 20px;
}
.lbi-text {
    color: #89BD24;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.17px;
}
.lbi-text a {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.17px;
}
.lbi-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    gap: 0;
}
.lbi-right-img {
    flex: 1;
}
.lbi-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    min-height: 360px;
    height: 360px;
}
.lbi-right-text {
    background: #89BD24;
}
.location-icon-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    align-items: center;
}
.lig-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.lig-item-icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #89BD24;
    color: #561E53;
}
.lig-item-icon svg {
    width: 43px;
    height: auto;
    stroke-width: 1.5;
}
.lig-item-name {
    color: #561E53;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.11px;
    opacity: 0.6;
}
.location-banner-title {
    color: #561E53;
    text-align: center;
    font-family: "Clarika Pro Geometric";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.location-banner-title b {
    color: #89BD24;
    font-weight: 700;
}
.location-icon-grid-block {
    padding-top: 30px;
    padding-bottom: 30px;
}
.lbi-address {
    color: #89BD24;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.17px;
}
.lbi-address a {
    color: #FFF;
    font-size: 26px;
    font-weight: 700;
    text-decoration: underline;
}
.lbi-address a:hover {
    text-decoration: none;
}
.lbi-right-text {
    color: #561E53;
    text-align: left;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;

    padding: 10px 15px 11px 40px;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    gap: 20px;
}

.how-to-book-block {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #561E53;
}
.how-to-book-block .heading {

}
.how-to-book-block .heading {
    color: #FFF;
    text-align: center;
    font-family: "Clarika Pro Geometric";
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: 25.5px; /* 75% */
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 40px;
}
.htb-grid {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
}
.htb-item {
    max-width: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.htb-item-image {
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.htb-item-image img {
    max-width: 100%;
    width: auto;
    height: 260px;
}
.htb-item-text {
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.store-map-block {
    padding-top: 95px;
    padding-bottom: 0;
}
.size-selector .size-selector-footer {
    justify-content: center;
    font-weight: 700;
}
.size-selector .size-selector-footer p {
    font-weight: 700;
}
.store-map-inner {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    border: 6px solid #561E53;
    border-radius: 25px;
    overflow: hidden;
}
.store-map-left {
    width: 54%;
}
.store-map-right {
    width: 46%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-left: 6px solid #561E53;
}
.sm-address {


}
.sm-address-text {
    color: #561E53;
    font-family: "Clarika Pro Geometric";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.17px;
}
.sm-address-other {

}
.sm-address-other a {
    color: #FFF;
    font-family: "Clarika Pro Geometric";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.17px;
    text-decoration: underline;
}
.sm-address-other a:hover {
    text-decoration: none;
}
.store-map-left iframe {
    width: 100% !important;
    height: 600px !important;
    border: none;
}
.store-map-right {
    background: #89BD24;
    padding: 20px 30px 20px 50px;
}

.quick-tip-block {
    margin-top: 90px;
    margin-bottom: 30px;
}
.quick-tip-inner {
    display: flex;
    border-radius: 20px;
    border: 4px solid #561E53;

}
.qti-left {
    width: 270px;
    max-width: 270px;
    min-width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px; /* 111.905% */
    background: #561E53;
    padding: 10px 30px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.qti-right {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background: #F7F7F7;
    gap: 30px;
    padding-left: 30px;
    border-radius: 0 20px 20px 0;
}
.qti-right-text {
    color: #561E53;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    padding-right: 100px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.qti-text {
    padding: 10px 80px 10px 0;
}
.qti-img {
    width: 145px;
    max-width: 145px;
    min-width: 145px;
    margin-top: -47px;
}
.qti-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.qti-text h3 {
    color: #561E53;
    font-family: "Clarika Pro Geometric";
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.148px;
}
.qti-text p {
    color: #62666D;
    font-family: "Clarika Pro Geometric";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.blog-section-block {
    margin-top: 60px;
    margin-bottom: 60px;
}
.bsb-heading {

}
.bsb-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.bsb-item {
    border-radius: 12px;
    border: 3px solid #87CB00;
    background: #FFF;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 24px;
}
.bsb-item:hover {
    border-color: #561E53;
}
.bsb-item-date {
    color: #585A60;
    font-family: "Clarika Pro Geometric";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px; /* 164.286% */
    letter-spacing: 0.067px;
}
.bsb-item-name {
    margin-top: 10px;
    color: #561E53;
    font-family: "Clarika Pro Geometric";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px; /* 126.087% */
    letter-spacing: 0.067px; 
    height: 92px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bsb-item-img {
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
}
.bsb-item-img img {
    width: 100%;
    max-width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center;
}
.bsb-item-text {
    margin-top: 24px;
    color: #561E53;
    font-family: "Clarika Pro Geometric";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
    letter-spacing: 0.067px;
}

.bsb-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 20px;
}
.bsb-heading h3 {
    color: #561E53;
    font-family: "Clarika Pro Geometric";
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px; /* 111.905% */
    margin-top: 0;
    margin-bottom: 0;
}
.bsb-heading .view-blog-button,
.new-button {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.075px;
    border-radius: 6px;
    border: 2px solid #89BD24;
    background: #561E53;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    /* height: 56px; */
    text-decoration: none;
    padding: 16px;
}

.big-button-block {
    margin-top: 60px;
}
.get-price-button {
    color: #89BD24;
    text-align: center;
    font-family: "Clarika Pro Geometric";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.114px;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
    width: 100%;
    border-radius: 12px;
    border: 4px solid #89BD24;
    background: #561E53;
    text-decoration: none;
    transition: all 300ms ease;
}
.get-price-button:hover {
    color: #fff;
    border-color: #561E53;
}

.lbi-rt-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
}
.lbi-rt-icon svg {
    width: 50px;
    height: 50px;
    stroke-width: 1.5;
    color: #fff;
}
.lbi-rt-text {
    color: #561E53;
    text-align: left;
    font-size: 51px;
    font-style: normal;
    line-height: 0.8; /* 49.235% */
    letter-spacing: -0.4px;
    font-weight: 700;
}
.lbi-rt-text p {
    margin: 0;
    line-height: 0.8; /* 49.235% */
    letter-spacing: -0.4px;
    color: #561E53;
    text-align: left;
    font-size: 51px;
    font-style: normal;
    line-height: 0.8; /* 49.235% */
    letter-spacing: -0.4px;
    font-weight: 700;
}
.lbi-rt-text b {
    font-weight: 800;
}
.content {
    padding-bottom: 0;
}
@media (max-width: 1200px) {
    .mainmenu>.container>ul>li>.location-item {
        width: auto;
    }
    
    .lbi-rt-text,
    .lbi-rt-text p {
        font-size: 36px;
    }
    .mainmenu>.container>ul {
        flex-wrap: wrap;
    }
    .mainmenu>.container>ul>li>a {
        font-size: 16px;
    }
    .mainmenu>.container>ul {
        gap: 8px;
    }
    .hgi-text {
        font-size: 24px;
        line-height: 1;
    }
    .lbi-right-text {
        padding: 10px;
    }
    .lbi-rt-text {
        font-size: 30px;
    }
    .lbi-address, .lbi-address a {
        font-size: 24px;
    }
    .store-map-right {
        width: 50%;
    }
    .store-map-left {
        width: 50%;
    }
    .store-map-block {
        padding-top: 80px;
        padding-bottom: 0;
    }
    .qti-text {
        padding-right: 30px;
    }
    .bsb-content {
        gap: 20px;
    }
}
@media (max-width: 991px) {
    .mainmenu>.container>ul>li:has(>a.call-item) {
        position: absolute;
        top: -30px;
        right: 185px;
    }
    .mainmenu>.container>ul>li:not(.hide-on-mobile):has(>a.location-item) {
        position: absolute;
        top: -38px;
        right: 30px;
    }
    .mainmenu:has( li>a.call-item) {
        padding-top: 20px;
    }
    .store-map-right {
        width: 50%;
        padding: 20px;
    }
    .store-map-left {
        width: 50%;
    }
    .store-map-left iframe {
        height: 400px !important;
    }
    .htb-item-image img {
        height: 200px;
    }
    .htb-item-text {
        font-size: 20px;
    }
    .how-to-book-block .heading {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .store-map-block {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .how-to-book-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .htb-grid {
        gap: 30px;
    }
    
    .store-header.store-header .logo {
        max-width: 350px;
        margin-right: 0;
    }
    .sm-address-text {
        font-size: 24px;
    }
    .sm-address-other a {
        font-size: 24px;
    }
    .qti-left {
        width: 260px;
        max-width: 160px;
        min-width: 160px;
        font-size: 24px;
        line-height: 1.2;
        padding: 20px;
    }
    .qti-right {
        padding-left: 15px;
        gap: 15px;
    }
    .bsb-heading h3 {
        font-size: 32px;
    }
    .get-price-button {
        font-size: 26px;
        height: 74px;
    }
    .bsb-item {
        padding: 16px;
    }
    .quick-tip-block {
        margin-top: 60px;
    }
    .big-button-block {
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .bsb-item-name {
        font-size: 24px;
        line-height: 116%;
        height: 84px;
        -webkit-line-clamp: 3;
    }
    .bsb-content-wrapper {
        overflow-y: auto;
        margin-left: -24px;
        margin-right: -24px;
    }
    .bsb-content {
        padding-left: 24px;
        padding-right: 24px;
        width: fit-content;
    }
    .bsb-item {
        min-width: 300px;
    }
    .quick-tip-inner {
        flex-direction: column;
        overflow: hidden;
    }
    .qti-img {
        margin-top: 0;
    }
    .qti-left {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        text-align: center;
        border-radius: 0;
        font-size: 32px;
        line-height: 1;
        padding: 18px;
    }
    .quick-tip-inner {
        border-radius: 16px;
    }
    .qti-text h3 {
        font-size: 24px;
    }
    .qti-text p {
        margin-bottom: 0;
    }
    .qti-right {
        text-align: center;
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }
    .qti-text {
        padding: 0;
    }
    .bsb-heading h3 {
        font-size: 32px;
        line-height: 1;
    }
    .bsb-heading .view-blog-button, .new-button {
        min-width: 120px;
    }
    .store-map-inner {
        flex-direction: column-reverse;
        border-width: 4px;
        border-radius: 16px;
    }
    .store-map-right {
        border-left: none;
        border-bottom: 4px solid #561E53;
    }
    .store-map-right,
    .store-map-left {
        width: 100%;
    }
    .store-map-left iframe {
        height: 300px !important;
        margin-bottom: -7px;
    }
    .store-map-block {
        padding: 0;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .quick-tip-block {
        margin-top: 60px;
        margin-bottom: 30px;
    }
    .big-button-block {
        margin-top: 0;
    }
    .blog-section-block {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .bsb-heading {
        margin-bottom: 20px;
        gap: 10px;
    }
}
.sm-address-other {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .show-mobile-only {
        display: none;
    }
    .mainmenu>.container>ul>li.show-mobile-only {
        display: none;
    }
    .sci-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
}
@media (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
    .lig-item-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }
    .lig-item-icon svg {
        width: 36px;
        height: auto;
    }
    .lig-item {
        flex-direction: row;
    }
    .location-icon-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 28px;
    }
    .htb-grid {
        flex-direction: column;
        align-items: center;
    }
    .htb-item {
        max-width: 100%;
        gap: 20px;
    }
    .htb-item-image img {
        height: auto;
        width: 260px;
    }
    .htb-item-text {
        font-size: 24px;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .location-banner-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 133%;
        margin-bottom: 25px;
    }
    .location-banner-title b {
        font-size: 24px;
        font-weight: 600;
        line-height: 133%;
    }
    .lig-item-name {
        max-width: 80px;
    }
}
.lig-item.lig-gaq-link {
    text-decoration: none;
}
.lig-item.lig-gaq-link .lig-item-icon {
    background-color: #561E53;
}
.lig-item.lig-gaq-link .lig-item-name {
    color: #561E53;
}

.bbm-container {
    border-radius: 10px;
    background: #89BD24;
    padding: 16px 20px;
    text-decoration: none;
    border: 4px solid #561E53;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 140px;
    padding-right: 0;
}
.bbm-text {
    color: #561E53;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 104.762% */
}
.bbm-img {
    width: 250px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bbm-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.google-rating-mobile {
    margin-top: 24px;
    margin-bottom: 0;
}
.google-rating-mobile img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 300px;
}
.location-banner-mobile {
    margin-top: 20px;
    margin-bottom: 20px;
}
.lbm-container {
    display: grid;
    grid-template-columns: 6fr 5fr;
    gap: 0;
    border-radius: 10px;
    border: 4px solid #561E53;
    overflow: hidden;
}
.lbm-img {

}
.lbm-img img {
    display: block;
    max-width: 100%;
    height: auto;
    min-height: 126px;
    width: 100%;
    height: 126px;
    object-fit: cover;
    object-position: center;
}
.lbm-text {
    padding: 10px 20px;
    color: #FFF;
    background-color: #561E53;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.17px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.promo-text-mobile {
    margin-top: 30px;
    margin-bottom: 20px;
}
.ptm-container {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    gap: 7px;
    background: linear-gradient(0deg, #89BD24 0%, #89BD24 100%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.ptm-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 60px;
}
.ptm-icon svg {
    width: 100%;
    height: 100%;
    stroke-width: 1.5;
    color: #fff;
}
.ptm-text,
.ptm-text p {
    color: #561E53;
    text-align: left;
    font-size: 30px;
    font-style: normal;
    line-height: 100%; /* 80% */
    letter-spacing: -0.184px;
    font-weight: 700;
    margin: 0;
}
.ptm-text span {
    color: #fff;
    font-weight: 800;
}
.get-a-quote-mobile {
    margin-top: 22px;
    margin-bottom: 50px;
}
.gaqm-container {
    padding-left: 15px;
    position: relative;
}
.gaqm-img {
    width: 87px;
    position: absolute;
    left: 0;
    top: -23px;
}
.gaqm-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.gaqm-link {
    text-decoration: none;
}
.gaqm-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px 13px 40px;
    gap: 13px;
    border-radius: 6px;
    background: #561E53;
}
.gaqm-button span {
    color: #89BD24;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.073px;
    position: relative;
    top: -2px;
}
.gaqm-button svg {

}
.header-mobile {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
}
.size-selector .size-list .sl-item.inactive {
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 3px;
}
.size-selector .size-list .sl-item.selectable span {
    display: block;
    width: 88px;
    text-align: left;
    padding-left: 18px;
}
.size-selector .size-list .sl-item.inactive span {
    display: block;
    width: 100%;
    height: 2px;
    background: #89BD24;
}
.why-choose-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.wcg-item {
    padding: 25px 20px;
    color: #585A60;
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.98px; /* 158.706% */
    letter-spacing: 0.09px;
    background-color: #fff;
    border-radius: 20px;
}
.grey-bg {
    background-color: #F7F7F7;
}
.page-content.grey-bg {
    padding-top: 50px;
    padding-bottom: 50px;
}
.side-img {
    text-align: center;
    mix-blend-mode: multiply;
}
.side-img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.faqs-pre-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.new-store-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.store-item-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
}
.new-store-item {
    background-color: #561E53;
    border: 4px solid #561E53;
    border-radius: 25px;
    overflow: hidden;

    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 0;

    margin-bottom: 30px;
}
.nsi-left {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}
.nsi-left-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    text-decoration: none;
}
.nsi-store-name {
    color: #FFF;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.17px;
}
.nsi-store-address {
    color: #89BD24;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.17px;
}
.nsi-store-contact a {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.17px;
    text-decoration: none;
}

.nsi-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    text-decoration: none;
}
.nsi-img {
    flex: 1;
}
.nsi-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    height: 320px;
}
.nsi-text {
    border-top: 4px solid #561E53;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    background-color: #89BD24;
}
.nsi-text-icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.nsi-text-icon svg {
    width: 46px;
    height: 46px;
    stroke-width: 1.5;
    color: #fff;
}
.nsi-text-text {
    color: #561E53;
    text-align: center;
    font-size: 41px;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.4px;
    position: relative;
    font-weight: 700;
    top: -3px;
}
.nsi-text-text p {
    color: #561E53;
    text-align: center;
    font-size: 41px;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.4px;
    font-weight: 700;
    margin-bottom: 0;
}

.psbs-block {
    margin-bottom: 60px;
    margin-top: 60px;
}
.psbs-wrapper {
    display: flex;
    gap: 75px;
    background: url("../images/big_check_icon.svg") calc(100% - 60px) calc(100% - 60px) no-repeat
}
.psbs-img {

}
.psbs-content {

}
.psbs-heading {
    color: #561E53;
    font-family: "Clarika Pro Geometric";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 50px;
}
.psbs-heading span {
    font-weight: 700;
    color: #89BD24;
}
.psps-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
}
.psbs-list-item {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 20px;
}
.psbs-list-item-icon {
    display: flex;
    width: 45px;
    align-items: center;
    justify-content: center;
}
.psbs-list-item-text {
    color: #561E53;
    font-size: 25.605px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.172px; /* 121.739% */
    letter-spacing: 0.122px;
    opacity: 0.6;
}

.distance-mobile {
    display: none;
}
.psbs-img-mobile {
    display: none;
}
.page-content h2.heading img {
    display: none;
    mix-blend-mode: multiply;
} 
@media (max-width: 1200px) and (min-width: 992px) {
    .psbs-wrapper {
        background-position: right calc(100% - 60px);
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .psbs-wrapper {
        background-image: none;
    }
}
@media (max-width: 991px) {
    .new-store-item {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }
    .page-content.grey-bg {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .side-img {
        display: none;
    }
    .page-content .col-lg-3.col-md-6 {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .nsi-text {
        justify-content: center;
    }
    .nsi-text-text,
    .nsi-text-text p {
        font-size: 24px;
        line-height: 120%;
    }
}
@media (max-width: 767px) {
    .new-store-item {
        margin-bottom: 40px;
    }
    .main-banner .inner {
        display: none;
    }
    .distance-mobile {
        display: block;
    }
    .distance-desktop {
        display: none;
    }

    .nsi-store-name {
        font-size: 32px;
        line-height: 112%;
    }
    .nsi-store-address {
        font-size: 20px;
        line-height: 120%;
    }
    .nsi-store-contact {
        font-size: 20px;
        line-height: 120%;
    }
    .nsi-text-icon {
        width: 28px;
        height: auto;
    }
    .nsi-text-icon svg {
        width: 28px;
        height: auto;
    }
    
    .nsi-text {
        justify-content: center;
    }
    .psbs-img {
        display: none;
    }
    .psbs-heading {
        font-size: 32px;
        line-height: 112%;
    }
    .psbs-img-mobile {
        display: block;
        align-items: center;
    }
    .psbs-img-mobile img {
        margin: 0 auto;
        max-width: 100%;
        width: 240px;
    }
    .psbs-block {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .psbs-wrapper {
        background-size: 200px;
        background-position: center bottom;
        padding-bottom: 220px;
        display: flex;
        flex-direction: column;
    }
    .psbs-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .why-choose-grid {
        padding-bottom: 25px;
    }
    .page-content h2.heading:has(>img) {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        font-size: 32px;
        font-weight: 700;
        line-height: 112%;
    }
    .page-content h2.heading img {
        max-width: 50%;
        display: block;
    }
    .wcg-item {
        font-size: 16px;
        line-height: 150%;
    }
    .side-module.shop .second-part {
        padding-right: 140px;
    }
    .faqs-pre-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    .faqs-pre-wrapper .new-button {
        width: 100%;
    }
    .page-content .col-lg-3.col-md-6 {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }
    .col-lg-3.col-md-6.order-lg-3.order-md-2.order-3 .side-img {
        display: block;
    }

}

.inner-page-heading {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #65308F;
}
.iph-heading {
    color: #FFF;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1px;
    margin: 0;
    padding: 0;

    padding-left: 25px;

    border-left: 6px solid #89BD24;
}

.sg-breadcrumbs-block {
    min-height: 60px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 40px;
}
.sg-breadcrumbs-block .flex-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 20px;
}
.sgb-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    max-width: 100%;
}
.sgb-list li {
    position: relative;
    padding-right: 22px;
    margin-right: 2px;
}
.sgb-list li:not(:last-child) {
    background: url("../images/chevron-right.svg") right center no-repeat;
    background-size: 20px;
}
.sgb-list a,
.sgb-list span {
    color: #561E53;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.sgb-list a:hover {
    text-decoration: none;
}
.sgb-pagename {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    min-width: 100px;
    flex: 1;
}
@media (max-width: 991px) {
    .sgb-list a, .sgb-list span {
        color: #561E53;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        min-height: 22px;
        display: block;
    }
    .sgb-list li:not(:last-child) {
        background-size: 16px;
        background-position: right 5px;
    }
    .sgb-list li {
        padding-right: 18px;
    }
}
.google-rating-small {

}

.shop-wrapper {

}
.shop-cart-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 60px;
    padding: 15px 0px;
}
.sch-back {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}
.sch-back span {
    color: #561E53;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
}
.sch-name {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #561E53;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
}
.sch-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}
.sch-icon span {
    color: #89BD24;
    font-family: "Clarika Pro Geometric";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
}

.shop-cart-container {
    border-radius: 12px;
    border: 3px solid #CCC;
    background: #FFF;
    padding: 20px;
}

.shop-cart-item {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 40px;
}
.shop-cart-item:not(:last-child) {
    border-bottom: 1px solid rgba(227, 230, 232, 0.5);
}
.sci-img {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
}
.sci-img img {
    display: block;
    max-width: 100%;
}
.sci-content {
    flex: 1;
}
.sci-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}
.sci-name {
    color: #561E53;
    font-family: "Clarika Pro Geometric";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
}

.sci-bot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.sci-quant {

}

.sci-q-contols {
    border-radius: 6px;
    border: 1px solid #561E53;
    background: #FFF;
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
}
.sci-q-minus,
.sci-q-plus {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #89BD24;
    color: #561E53;
    outline: none;
    box-shadow: none;
    border: none;
    transition: background-color 100ms ease;
}
.sci-q-minus:focus,
.sci-q-plus:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
.sci-q-minus:disabled,
.sci-q-plus:disabled {
    opacity: 0.6;
    cursor: default;
    pointer-events: none;
}
.sci-q-minus:hover,
.sci-q-plus:hover {
    background: #adec2f; 
}
.sci-q-value {
    outline: none;
    border: none;
    width: 40px;
    height: 24px;
    color: #561E53;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}
.sci-q-value {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;

}
.sci-q-value::-webkit-outer-spin-button,
.sci-q-value::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.sci-q-value::-moz-number-spinner {
    display: none;
}

.sci-q-label {
    color: #2E3338;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
    margin-top: 0;
}
.sci-price {
    color: #561E53;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.sci-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: #FCEAE8;
    color: #9E2215;
    transition: background-color 200ms ease;
    cursor: pointer;
    min-width: 36px;
}
.sci-remove:hover {
    background: #9E2215;
    color: #fff;
}
.shop-cart-total-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    padding-top: 40px;
    padding-bottom: 40px;
}
.shop-cart-total-container {
    width: 600px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
}
.sctc-pre {
    color: #561E53;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.sctc-labels {
    color: #561E53;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sctc-pay-logos {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;

}

.sci-img-mobile {
    display: none;
}
.sci-img-mobile img {
    max-width: 100%;
    display: block;
}
.sci-top-left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.sci-name br {
    display: none;
}
@media (max-width: 767px) {
    .sctc-pay-logos {
        padding: 20px 0;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .sci-img {
        display: none;
    }
    .sci-img-mobile {
        display: block;
        width: 80px;
        max-width: 80px;
        min-width: 80px;
    }
    .sci-name,
    .sci-price {
        font-size: 20px;
    }
    .sci-name br {
        display: block;
    }
    .sci-q-label {
        font-size: 14px;
    }
}


.sctc-button {
    border-radius: 8px;
    border: none;
    outline: none;
    box-shadow: none;
    background: #89BD24;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 10px 20px;
    height: 56px;
    transition: background-color 200ms ease;
}

.sctc-button:focus,
.sctc-button:hover {
    outline: none;
    border: none;
    box-shadow: none;
    background-color: #adec2f;
}
.sctc-button-text {
    color: #561E53;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sctc-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media (max-width: 575px) {
    .shop-cart-heading {
        flex-wrap: wrap;
        height: auto;
    }
    .sch-name {
        width: 100%;
        text-align: center;
        order: 1;
        position: relative;
        transform: none;
        left: 0;
        top: 0;
        padding-bottom: 10px;

        display: none;
    }
    .sch-back {
        order: 2;
    }
    .sch-icon {
        order: 3;
    }
}
.mainmenu .bigmenu .bigmenu-item {
    border-radius: 14px;
    background: #89BD24;
    padding: 10px;
}
.mainmenu .bigmenu-item ul li {
    width: 100%;
}
.mainmenu .bigmenu-item ul li a {
    display: block;
    width: 100%;
    border-radius: 8px;
    padding: 8px 10px;
    transition: all 200ms ease;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.11px;
    color: #fff;
}
.mainmenu .bigmenu-item ul li a:hover {
    background-color: #561E53;
    color: #fff;
}
.mainmenu .bigmenu-item ul li+li {
    margin-top: 4px;
}

input.cbf-input {
    width: 100%;
    height: 56px;
    border-radius: 3px;
    border: solid 3px #89bd24;
    background-color: #fff;
    padding: 0px 15px;
    font-family: "Clarika Pro Geometric", sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #561e53;
}
input.cbf-input:focus {
    border-color: #561e53;
}

textarea.cbf-textarea {
    width: 100%;
    height: 80px;
    border-radius: 3px;
    border: solid 3px #89bd24;
    background-color: #fff;
    padding: 15px;
    font-family: "Clarika Pro Geometric", sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #561e53;
    outline: none;
    box-shadow: none;
}
input.cbf-textarea:focus {
    border-color: #561e53;
}

select.cbf-select {
    width: 100%;
    height: 56px;
    border-radius: 3px;
    border: solid 3px #89bd24;
    background-color: #fff;
    padding: 0px 15px;
    font-family: "Clarika Pro Geometric", sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #561e53;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23561e53'%3E%3Cpath d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E");
    background-position: calc(100% - 20px) 10px;
    background-repeat: no-repeat;
    background-size: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    cursor: pointer;
    outline: none;
    padding: 0px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 50px;
}
select.cbf-select:disabled {
    background: #d8d8d8;
    cursor: not-allowed;
    color: #888;
    border-color: #d8d8d8;
}
@media (max-width: 768px) {
    select.cbf-select {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    select.cbf-select {
        font-size: 17px;
    }
}


.checkout-pay-logos {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}
@media (max-width: 991px) {
    .checkout-pay-logos {
        padding: 20px 0;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

/* Checkout Form - Empty classes for customization */
.checkout-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
}
.checkout-billing-form {
    flex: 1;
    padding-bottom: 40px;
    padding-top: 12px;
}

.cbf-heading {
    color: #561E53;
    font-family: "Clarika Pro Geometric";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    margin-bottom: 32px;
}
.cbf-item {

}
.cbf-item:not(:last-child) {
    margin-bottom: 20px;
}
.cbf-label {
    color: #2E3338;
    font-family: "Clarika Pro Geometric";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    margin-bottom: 7px;
}
.form-message {
    font-family: "Clarika Pro Geometric";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
    margin-top: 7px;
}
.cbf-input+.form-message:not(.d-none),
.cbf-textarea+.form-message:not(.d-none),
.cbf-select+.form-message:not(.d-none) {
    border-color: #DC3545;
}
.form-message.error {
    color: #DC3545;
}
.checkout-billing-form .sctc-button {
    margin-top: 30px;
    width: 100%;
}

.checkout-order-summary-wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap:0;
    border-radius: 16px;
    border: 3px solid #CCC;
    background: #F5F5F5;

    width: 440px;
    overflow: hidden;
}
.checkout-order-summary {
    padding: 30px;
    background-color: #fff;
}
.cos-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cos-heading-name {
    color: #561E53;
    font-family: "Clarika Pro Geometric";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
}
.cos-edit-link {
    color: #561E53;
    text-align: center;
    font-family: "Clarika Pro Geometric";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.cos-content {

}
.cos-grid {
    padding-top: 30px;
}
.cos-grid-item {
    display: grid;
    grid-template-columns: 1fr 80px 80px;
    column-gap: 16px;
}
.cos-grid-item:not(:first-child) {
    margin-top: 20px;
}
.cos-gi-name {
    color: #2E3338;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.cos-gi-quant {
    color: #2E3338;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.cos-gi-price {
    color: #2E3338;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.cos-total {
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px solid rgba(227, 230, 232, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cos-total-label {
    color: #2E3338;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.cos-total-price {
    color: #2E3338;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.cpl-item {

}
.cos-mobile-header {
    display: none;
}
.sch-toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .checkout-order-summary-wrapper {
        width: 340px;
    }
    .cos-grid-item {
        grid-template-columns: 1fr 40px 60px;
    }
}
@media (max-width: 767px) {
    .checkout-wrapper {

    }
    .shop-wrapper {
        position: relative;
    }
    .cos-mobile-header {
        position: absolute;
        top: 17px;
        right: 32px;
        display: block;
    }
    .checkout-order-summary-wrapper {
        position: absolute;
        left: 24px;
        right: 24px;
        width: auto;
        box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    }
    .checkout-order-summary-wrapper:not(.opened) {
        display: none;
    }
    .cos-mobile-header .sch-icon {
        cursor: pointer;
    }
    .cos-mobile-header .sch-icon.opened .sch-toggle-icon {
        transform: rotate(180deg);
    }
    
}

.grm-wrapper {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 2px solid #65308F;
    background: #FFF;
    box-shadow: 0 30.193px 8.426px 0 rgba(0, 0, 0, 0.00), 0 19.661px 7.724px 0 rgba(0, 0, 0, 0.01), 0 11.235px 6.32px 0 rgba(0, 0, 0, 0.05), 0 4.915px 4.915px 0 rgba(0, 0, 0, 0.09), 0 1.404px 2.809px 0 rgba(0, 0, 0, 0.10);
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
@media (max-width: 500px) {
    .grm-wrapper {
        width: 100%;
    }
}
.mobile-menu {
    padding: 80px 24px 80px 24px
}
.mobile-menu>ul {
    padding-left: 0;
    padding-right: 0;
}
.mobile-menu .bigmenu {
    border: none;
    background: #89BD24;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}
.mobile-menu .bigmenu-item ul li a {
    padding: 8px 14px;
    display: block;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.11px;
    border-radius: 8px;
}
.mobile-menu .bigmenu-item ul li.active a {
    background-color: #561E53;
}
.mobile-menu .bigmenu.opened {
    display: block;
}
.mobile-menu .has-children {

}
.mobile-menu .drpdwn-toggle {
    display: inline-flex    ;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.mainmenu>.container>ul>li>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}
.mobile-menu ul li+li {
    margin-top: 4px;
}
.mobile-menu ul li.has-children>a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.mobile-menu ul li.has-children>a.opened .drpdwn-toggle {
    transform: rotate(180deg);
}
.mobile-menu .call-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #561E53;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    margin-top: 10px;
    height: 46px;
}

.mobile-menu .call-item span {
    color: #561E53;
    font-family: "Clarika Pro Geometric";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.11px;
}

.mobile-menu .location-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    background: #89BD24;
    margin-top: 10px;
    height: 46px;
}

.mobile-menu .location-item span {
    color: #FFF;
    font-family: "Clarika Pro Geometric";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.11px;
}

.locations-page-heading {
    padding-top: 20px;
    padding-bottom: 30px;
}
.lph-heading {
    color: #561E53;
    font-size: 36px;
    font-weight: 800;
    text-align: center;
}
@media (max-width: 767px) {
    .lph-heading {
        font-size: 24px;
    }
    .locations-page-heading {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sg-breadcrumbs-block:has(+.locations-page-heading+.pick-a-store) {
        margin-bottom: 0;
    }
    .pick-a-store .pas-search {
        padding: 30px 24px 30px 24px;
    }
    .inner-page-heading {
        padding-top: 20px;
        padding-bottom: 20px;
        background: #65308F;
    }
    .iph-heading {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 0;
        margin: 0;
        padding: 0;
        padding-left: 0;
        border-left: none;
    }
    .sg-breadcrumbs-block .google-rating-small{
        display: none;
    }
    .nsi-img img {
        height: 200px;
    }
}

#addToCartModal {
    padding: 0;
    max-width: 680px;
    height: fit-content;
}
.atm-modal-heading {
    border-bottom: 1px solid #DEE2E6;
    padding: 16px;
    color: #561E53;
    font-family: "Clarika Pro Geometric";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 150% */
    text-align: center;
}
.atm-modal-content {
    padding: 30px;
}
.atm-modal-content h3 {
    color: #561E53;
    text-align: center;
    font-family: "Clarika Pro Geometric";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.atm-modal-content p {
    color: #561E53;
    text-align: center;
    font-family: "Clarika Pro Geometric";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
}
.atm-modal-img {
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .atm-modal-img {
        max-width: 200px;
    }
    .ce-icon img {
        max-width: 200px;
    }
    
}
.atm-modal-img svg {
    margin: 0 auto;
}
.atm-modal-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .atm-modal-btns {
        flex-direction: column;
    }
}
.atm-modal-btn {
    height: 56px;
    background: #FFF;
    border: 2px solid #561E53;
    border-radius: 8px;
    color: #561E53;
    text-align: center;
    font-family: "Clarika Pro Geometric";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.08px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    text-decoration: none;
    width: 100%;
}
.atm-modal-btn:hover {
    color: #561E53;
}
.atm-modal-btn.atm-modal-btn-checkout {
    background: #89BD24;
    border-color: #89BD24;
}
.atm-modal-btn.atm-modal-btn-remove {
    background: #D70000;
    border-color: #D70000;
    color: #fff;
}
.fancybox__content>.carousel__button.is-close {
    right: 12px;
    top: 15px;
    color: #000;
    opacity: 0.5;
}
.fancybox__content>.carousel__button.is-close:hover {
    opacity: 1;
}
.carousel__button svg {
    filter: none;
}

.shop-pre .p1 {
    border-radius: 20px;
    background-color: #f7f7f7;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px 200px 24px 24px;
}
.shop-pre .p1>div {
    max-width: 610px;
}
.shop-pre .p1 img {
    position: absolute;
    right: 15px;
    bottom: 0;
}
.mainmenu .bigmenu-item ul li.active a {
    background-color: #561E53;
}
.side-module.size-unit .second-part {
    padding-bottom: 100px;
}
.side-module.shop .second-part {
    padding-bottom: 128px;
}
.side-module {
    margin-bottom: 50px;
}
.side-module.shop .module-img img {
    bottom: -44px;
}
.side-module .second-part p,
.side-module .second-part p span {
    font-family: "Clarika Pro Geometric", sans-serif;
    font-size: 28px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.48px;
    color: #fff;
}
.page-content h2.heading {
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .side-module.shop .second-part p,
    .side-module.shop .second-part p span {
        font-size: 25px;
        font-weight: 700;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.12;
        letter-spacing: -0.43px;
    }
    .nsi-text {
        gap: 8px;
        border-top: none;
        min-height: 64px;
    }
    .nsi-text-text {
        top: -2px;
        font-size: 24px;
        font-weight: 700;
    }
    .nsi-text-text p {
        font-size: 24px;
        font-weight: 700;
    }
    
}
@media (max-width: 991px) {
    .side-module {
        margin-left: auto;
        margin-right: auto;
    }
}

.location-banner a[href*="mailto:"],
.nsi-store-contact a[href*="mailto:"],
.sm-address-other a[href*="mailto:"] {
    /*
    word-break: break-word;
    overflow-wrap: break-word;
    
    font-size: clamp(18px, 5vw, 28px);
    */
    
}
.location-banner a[href*="tel:"],
.nsi-store-contact a[href*="tel:"],
.sm-address-other a[href*="tel:"] {
    /*
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: clamp(18px, 5vw, 28px);
    */
}
.quote-info {
    margin-bottom: 30px;
}
.note b {
    color: #585A60;
    font-family: "Clarika Pro Geometric";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px; /* 143.75% */
    letter-spacing: 0.067px;
    display: block;
}
.note a {
    color: #585A60;
    font-family: "Clarika Pro Geometric";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.067px;
    text-decoration: underline;
}

.store-bottom-banner-block {
    background-color: #89BD24;
    padding: 23px 15px;
    text-decoration: none;
    position: sticky;
    bottom: 0;
    z-index: 4;
    display: block;
    transition: opacity 200ms ease;
    box-shadow: 0 -10px 10px 0 rgba(0, 0, 0, 0.10);
}

.store-bottom-banner-block.visible {
    opacity: 1;
    z-index: 4;
    visibility: visible;
}
.store-bottom-banner-block:not(.visible) {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    height: 0;
}
.sbbb-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.sbbb-icon {
    width: 40px;
}
.sbbb-text,
.sbbb-text p,
.sbbb-text b {
    color: #FFF;
    text-align: center;
    font-family: "Clarika Pro Geometric";
    font-size: 38.25px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.3px;
    margin: 0;
    
}
.sbbb-text b {
    color: #561E53;
}
.sbbb-button {
    color: #89BD24;
    text-align: center;
    font-family: "Clarika Pro Geometric";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.086px;

    padding: 2px 28px 4px 28px;
    border-radius: 6px;
    border: 3px solid #561E53;
    background: #561E53;
}
.sbbb-arrow svg {
    width: 40px;
}
@keyframes arrow-bounce-right {
    0%, 100% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(8px);
    }
  }

.sbbb-arrow svg {
    animation: arrow-bounce-right 1.5s ease-in-out infinite;
}
@media (max-width: 991px) {
    .sbbb-text, .sbbb-text p, .sbbb-text b {
        font-size: 28px;
    }
    .sbbb-button {
        font-size: 18px;
        padding: 2px 22px 4px 22px;
    }
    .sbbb-arrow svg {
        width: 32px;
    }
}
.sm-arrow-down {
    display: none;
    height: 0;

    align-items: center;
    justify-content: center;
    overflow: visible;
    position: relative;
    z-index: 2;
}
.sm-arrow-down svg {
    width: 25px;
    height: 14px;
}
.store-item-wrapper .store-item-header {
    font-size: 31px;
}
.store-item-wrapper.small .store-item-header .distance {
    font-size: 28px;
}
.google-reviews-widget {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .sm-arrow-down {
        display: flex;
    }
    .side-module.red-border .second-part {
        border: none;
        padding: 20px 230px 20px 20px;
        border-radius: 0;
    }
    .side-module.red-border {
        border: solid 4px #d70000;
        border-radius: 12px;
        overflow: hidden;
    }
    .side-module.shop .module-img img {
        width: 252px;
        right: -51px;
        bottom: -12px;
    }
    .side-module.shop .second-part p {
        width: 130px;
        margin: 0;
    }
    .side-module.red-border {
        width: 100%;
        margin-bottom: 20px;
    }
    .side-module.red-border .second-part {
        padding: 20px;
    }
    .side-module.shop .first-part {
        padding-top: 19px;
        padding-bottom: 19px;
        border-radius: 0;
    }
    .side-module h3 {
        font-size: 24px;
        font-weight: 700;
    }
    .pick-a-store .container {
        padding-left: 24px;
        padding-right: 24px;

    }
    .pick-a-store .pas-search .pas-dropdown {
        order: 2;
    }
    .pick-a-store .pas-search .pas-code {
        order: 4;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 20px;
    }
    .pick-a-store .pas-search .pas-code input[type="text"] {
        width: 100%;
        max-width: none;
    }
    .pick-a-store .pas-search .pas-code button {
        width: 100%;
        max-width: none;
    }
    .pick-a-store .pas-search {
        padding: 24px;
        border-radius: 18px;
        background: #F7F7F7;
    }
    .store-item-wrapper.small .store-item-header .distance {
        font-size: 22px;
        padding: 10px 20px;
        margin-right: 15px;
        line-height: 1;
    }
    .store-item-wrapper.small .store-item-header {
        align-items: center;
    }
    .nsi-left {
        padding: 20px;
    }
    .store-item-wrapper .store-item-header {
        font-size: 21px;
    }
    .store-item-wrapper .store-item-header {
        margin-bottom: 40px;
    }
    .nsi-store-contact a {
        font-size: 20px;
    }
    .psbs-list-item-text {
        color: #561E53;
        font-family: "Clarika Pro Geometric";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px; /* 120% */
        opacity: 1;
    }
    .side-img img {
        width: 280px;
    }
    
    .faqs-pre h2 {
        font-size: 32px;
        line-height: 112%;
    }
    .faqs-pre p {
        font-size: 18px;
        line-height: 133%;
    }
    .faqs .container {
        padding-bottom: 30px;
    }
    .header-mobile:has(>.contacts.hide-on-mobile) {
        padding-bottom: 0;
    }
    .pick-a-store .pas-search .pas-dropdown,
    .pick-a-store .pas-search .pas-dropdown select,
    .pick-a-store .pas-search .pas-code {
        max-width: none;
    }
}
@media (max-width: 413px) {
    .side-module.shop .module-img img {
        width: 230px;
    }
    .main-banner .left-part h4 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .pick-a-store {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}
@media (max-width: 575px) {
    .pick-a-store {
        margin-bottom: 40px;
    }
}
.store-item-wrapper.small:has(>#postCodeSearch) {
    margin: 0;
}
.modal-wrapper {
    display: none;
}

.cart-empty {
    padding: 30px;
}
@media (max-width: 767px) {
    .cart-empty {
        padding: 10px 0 20px 0;
    }
    .shop-cart-total-container {
        width: 100%;
    }
}
.ce-t-title {
    color: #561E53;
    text-align: center;
    font-family: "Clarika Pro Geometric";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.ce-t-subtitle {
    color: #561E53;
    text-align: center;
    font-family: "Clarika Pro Geometric";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
}
.ce-icon {
    text-align: center;
    margin-bottom: 20px;
}
.ce-icon svg {
    margin: 0 auto;
}
.ce-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .ce-button-text {
        flex-direction: column;
    }
}
.ce-button-text {
    height: 56px;
    background: #FFF;
    border: 2px solid #561E53;
    border-radius: 8px;
    color: #561E53;
    text-align: center;
    font-family: "Clarika Pro Geometric";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.08px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    text-decoration: none;
    width: auto;
}

div#removeFromCartModal {
    padding: 0;
    max-width: 680px;
    height: fit-content;
}
.mainmenu li.hide-on-mobile .location-item {
    width: 200px;
}
.sm-address-other .get-directions-button {
    border-radius: 8px;
    border: 2px solid #561E53;
    background: #561E53;
    width: 160px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.075px;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .sm-address-other .get-directions-button {
        margin-top: 25px;
    }
}
.pick-a-store .pas-dropdown select,
.pick-a-store .pas-code input[type="text"] {
    letter-spacing: 0;
}
.pick-a-store .pas-dropdown select {
    background-position: calc(100% - 18px) 10px;
}
.pick-a-store .pas-code button {
    min-width: 120px;
}
@media (max-width: 1080px) {
    .pick-a-store .pas-dropdown select {
        background-position: calc(100% - 18px) 10px;
    }
    .pick-a-store .pas-dropdown select,
    .pick-a-store .pas-code input[type="text"] {
        width: 100%;
    }
}
@media (min-width: 1241px) {
    .pick-a-store .pas-dropdown select,
    .pick-a-store .pas-code input[type="text"] {
        width: 100%;
        max-width: 360px;
        min-width: 360px;
    }
}
@media (min-width: 991px) {
    .pick-a-store .pas-search {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .pas-dropdown {
        max-width: 360px;
    }
}
@media (min-width: 769px) {
    .pick-a-store .pas-search {
        max-width: none;
        justify-content: center;
        gap: 5px;
    }
}
@media (max-width: 767px) and (min-width: 501px) {
    .main-banner .left-part {
        padding: 15px 24px 0 24px !important;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        align-items: center !important;
    }
    .main-banner .left-part .banner-locations-grid .blg-item .blg-label, 
    .main-banner .left-part .banner-locations-grid .blg-item .blg-link {
        justify-content: center;
        text-align: center;
    }
    .main-banner .left-part .banner-locations-grid {
        align-items: stretch;
    }
}


.email-text,
.email-address {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    color: inherit;
}
@media (min-width: 992px) {
    .email-text {
        display: none;
    }
}
@media (max-width: 991px) {
    .email-value {
        display: none;
    }
}

.shop-pre {
    padding-top: 20px;
    margin-bottom: 50px;
}
.shop-pre .p1 h3 {
    margin-bottom: 24px;
    font-size: 28px;
}
.shop-pre .p1 h3 strong {
    font-size: 28px;
}
.shop-list .text-end {
	position: sticky;
    top: 20px;
    margin-bottom: -50px;
}
.shop-list .sc-item .sc-img {
    min-height: 320px;
    border-radius: 16px;
    border: 1px solid #979797;
    background: #FFF;
}
.shop-list .sc-item {
    align-items: center;
}
.shop-list .sc-item .sc-content .sc-bot .sc-qty {
    border-radius: 8px;
    margin-right: 14px;
}
.shop-list .sc-item .sc-content .sc-bot .sc-add-to-cart {
    border-radius: 8px;
}
.shop-list .sc-item .sc-content .sc-bot .sc-qty .qty-label {
    font-weight: 700;
    text-transform: uppercase;
}
.shop-list .sc-item .sc-content .sc-bot .sc-qty .qty-value {
    font-size: 28px;
}
.shop-list .sc-item .sc-content .sc-name {
    font-size: 32px;
    font-weight: 600;
}
.shop-list .sc-item .sc-content .sc-info ul li {
    font-size: 16px;
    margin-bottom: 10px;
}
.shop-list .sc-item .sc-content .sc-info ul li::before {
    top: -2px;
}
.shop-list .sc-item .sc-content .sc-bot .sc-qty {
    width: 140px;
}
.shop-list .sc-item .sc-content .sc-bot .sc-qty .qty-value,
.shop-list .sc-item .sc-content .sc-bot .sc-qty .qty-label {
    width: 70px;
}
.shop-list .sc-item {
    margin-bottom: 32px;
}
.shop-list .shop-category-heading {
    margin-bottom: 48px;
}
.sctc-cart-total-pre {
    color: #561E53;
    font-family: "Clarika Pro Geometric";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
}
.shop-cart-item:first-child {
    padding-top: 0;
}
.shop-cart-item:last-child {
    padding-bottom: 0;
}
@media (min-width: 769px) {
    .shop-cart-heading {
        margin-top: -20px;
    }
}
@media (max-width: 1100px) {
    .shop-list .text-end {
        position: relative;
    }
}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
    .shop-pre .p1>div {
        max-width: 100%;
    }
    .shop-pre .p1 img {
        display: none;
    }
    .shop-pre .p1 {
        padding: 0;
        background: none;
    }
    .shop-pre .p1 p {
        font-size: 16px;
        margin-bottom: 0px;
    } 
    .shop-list .shop-category-heading {
        margin-bottom: 32px;
    }
    .shop-list .sc-item .sc-content .sc-name {
        font-size: 32px;
    }
    .shop-list .sc-item .sc-content .sc-bot {
        flex-direction: row;
        align-items: center;
        gap: 14px;
    }
    
    .shop-list .sc-item .sc-content .sc-bot .sc-add-to-cart {
        height: 56px;
        flex: 1;
    }
    .shop-list .sc-item .sc-content .sc-bot .sc-qty {
        height: 56px;
        margin-right: 0;
    }
    .shop-list .sc-item .sc-content .sc-bot .sc-qty .qty-value,
    .shop-list .sc-item .sc-content .sc-bot .sc-qty .qty-label {
        height: 54px;
    }
    .shop-list .sc-item .sc-content .sc-bot .sc-qty .qty-value {
        font-size: 28px;
    }
    .shop-list .text-end {
        margin-bottom: -30px;
    }
    .shop-pre {
        margin-bottom: 25px;
    }
    
    .sci-q-value {
        font-size: 20px;
    }
    .shop-cart-item {
        align-items: flex-start;
    }
}
@media (max-width: 575px) {
    .shop-list .sc-item .sc-content .sc-name {
        font-size: 32px;
    }
    .shop-list .sc-item .sc-content .sc-bot {
        flex-direction: row;
    }
    .shop-cart-heading {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media (max-width: 410px) {
    .shop-list .sc-item .sc-content .sc-bot {
        flex-direction: row;
    }
    .shop-list .sc-item .sc-content .sc-bot .sc-qty {
        margin-bottom: 0;
    }
}

.mainmenu .bigmenu {
    left: 0;
    right: auto;
}
.mainmenu li:last-child .bigmenu, .mainmenu li:nth-last-child(2) .bigmenu, .mainmenu li:nth-last-child(3) .bigmenu {
    left: auto;
    right: 0;
}

footer.footer .call-us .call-us-store {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 4px;
    text-decoration: none;
}
footer.footer .call-us .cus-name {
    color: #89BD24;
    text-align: center;
    font-family: "Clarika Pro Geometric";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
}
footer.footer .call-us .cus-phone {
    color: #FFF;
    text-align: center;
    font-family: "Clarika Pro Geometric";
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
}
@media (max-width: 1200px) {
    footer.footer .email-us a {
        font-size: 24px;
        font-weight: 500;
    }
    footer.footer .call-us .cus-phone,
    footer.footer .call-us .cus-name {
        font-weight: 500;
    }
}
@media (max-width: 991px) {
    footer.footer .container {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    footer.footer .call-us {
        margin-bottom: 20px;
    }
}
@media (max-width: 413px) {
    footer.footer .call-us .call-us-store {
        flex-direction: column;
        gap: 0px;
        margin-bottom: 10px;
    }
}

.mobile-size-selector .mss-button {
    width: 100%;
    height: 56px;
    border-radius: 3px;
    border: solid 3px #89bd24;
    background-color: #fff;
    padding: 0px 15px;
    font-family: "Clarika Pro Geometric", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #561e53;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23561e53'%3E%3Cpath d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E");
    background-position: calc(100% - 20px) 10px;
    background-repeat: no-repeat;
    background-size: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    cursor: pointer;
    outline: none;
    padding: 0px 15px;
}

.size-selector .size-list .sl-item.selectable.active {
    border-radius: 10px;
    background-color: #89bd24;
    color: #561E53;
    margin-left: 8px;
    width: calc(100% - 8px);
}
.size-selector .size-list .sl-item.selectable.active::after {
    background-color: #fff;
}
.size-selector .size-list .sl-item.selectable.active span {
    padding-left: 8px;
}

.mainmenu .bigmenu-item ul li.active a {
    font-weight: 700;
}

.sbbb-icon {
    width: 40px;
    color: #fff;
}
.sbbb-icon svg {
    width: 38px;
    height: 38px;
}

.sm-address-other a.three-words {
    margin-top: 35px;
    display: inline-block;
    font-size: 23px;
}
@media (max-width: 991px) {
    .sm-address-other a.three-words {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .sm-address-other a.three-words {
        margin-top: 20px;
    }
}
.shop-pre .p1 h3 {
    color: #561e53;
}
.shop-pre .p1 h3 strong {
    font-weight: 700;
}
.shop-pre .p1 h3:last-child {
    margin-bottom: 0;
}
.shop-pre .p1 div {
    font-family: "Clarika Pro Geometric", sans-serif;
    font-size: 26px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    color: #561e53;
}
@media (max-width: 768px) {
    .shop-pre .p1 div {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    .shop-pre .p1 div {
        font-size: 22px;
    }
}
@media (max-width: 767px) {
    .store-bottom-banner-block {
        position: fixed;
        top: 0;
        bottom: auto;
        padding: 10px 15px;
        left: 0;
        right: 0;
    }
    .store-bottom-banner-block .container {
        padding-left: 0;
        padding-right: 0;
    }
    .sbbb-text, .sbbb-text p, .sbbb-text b {
        font-size: 18px;
    }
    .sbbb-button {
        font-size: 16px;
        padding: 2px 12px 4px 12px;
        white-space: nowrap;
    }
}
@media (min-width: 768px) {
    .plan-item.selected {
        box-shadow: 0 6px 14px 0px #0000002b;
        transform: scale(1.11);
        z-index: 100;
    }
}
.quote-plans .plans-list .plan-item {
    border-radius: 18px;
}
@media (max-width: 991px) and (min-width: 768px) {
    .quote-plans .plans-list .plan-item .plan-content .price-discounted .price-value b,
    .quote-plans .plans-list .plan-item .plan-content .price-standart .price-value b {
        font-size: 28px;
    }
}

.qty-controls {
    border-radius: 0;
    border: none;
    background: #FFF;
    width: 120px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px;
}
.qty-controls .qty-minus,
.qty-controls .qty-plus {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: #89BD24;
    color: #561E53;
    outline: none;
    box-shadow: none;
    border: none;
    transition: background-color 100ms ease;
}
.qty-controls .qty-minus:focus,
.qty-controls .qty-plus:focus {
    outline: none;
    box-shadow: none;
    border: none;
}
.qty-controls .qty-minus:disabled,
.qty-controls .qty-plus:disabled {
    opacity: 0.6;
    cursor: default;
    pointer-events: none;
}
.qty-controls .qty-minus:hover,
.qty-controls .qty-plus:hover {
    background: #adec2f; 
}
.shop-list .sc-item .sc-content .sc-bot .sc-qty .qty-value {
    outline: none;
    border: none;
    width: 40px;
    height: 24px;
    color: #561E53;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    max-width: 40px;
    min-width: 40px;
    height: 56px;
}
.qty-controls .qty-value {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;

}
.qty-controls .qty-value::-webkit-outer-spin-button,
.qty-controls .qty-value::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty-controls .qty-value::-moz-number-spinner {
    display: none;
}
.shop-list .sc-item .sc-content .sc-bot .sc-qty .qty-label {
    width: 72px;
    min-width: 72px;
}
.shop-list .sc-item .sc-content .sc-bot .sc-qty {
    width: 196px;
}
.quote-plans .plans-list .plan-item {
    width: 100%;
}

@media (max-width: 575px) {
    .shop-list .sc-item .sc-content .sc-bot .sc-qty {
        width: 124px;
    }
    .shop-list .sc-item .sc-content .sc-bot .sc-qty .qty-label {
        display: none;
    }
}

.block-builder-container .bb-block p a {
    word-break: break-all;
}
@media (max-width: 767px) {
    .sg-breadcrumbs-block:has(+.shop-pre) {
        margin-bottom: 10px;
    }
}
.get-a-quote h3 {
    line-height: 1.2;
}
.bottom-sticky-panel a {
    padding: 8px 15px 4px 15px;
}

