body {
  background-color: #fff

}

.has-background-custom1,
.has-background-custom-1 {
    background-color: #FF9933;
}

.has-background-custom2,
.has-background-custom-2 {
    background-color: #FF3399;
}

.has-background-custom3,
.has-background-custom-3 {
    background-color: #9933FF;
}

.has-background-custom4,
.has-background-custom-4 {
    background-color: #46DF46;
}


.button {
    font-weight: 400;
}

.button.has-style-custom-1 {
    color: #FF9933;
    border-radius: 30px;
    background: #9933FF;
    font-size: 1rem;
    font-weight: 400;
}

.button.has-style-custom-1:hover {
    color: #1c1c1c;
    border-radius: 30px;
    background: #e6e6dd;
}

.button.has-style-custom-2 {
    background: #f17900;
    border-radius: 30px;
    transition: 0.3s;
    font-size: 1rem;
    font-weight: 400;
}

.button.has-style-custom-2:hover {
    background: #e6e6dd;
    color: #1c1c1c;
}

.button.has-style-custom-3 {
    background: transparent;
    border: solid 2px #00000033;
    border-radius: 30px;
    color: black;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
    font-weight: 400;
}

.button.has-style-custom-3:hover {
    color: #1c1c1c;
    background: #e6e6dd;
    border-color: transparent;
}

.button.has-style-custom-4 {
    background: transparent;
    border: solid 2px #fff;
    border-radius: 30px;
    color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
    font-weight: 400;
}

.button.has-style-custom-4:hover {
    color: #fff;
    background: #1c1c1c;
    border-color: transparent;
}

h3.ict-sub-title.has-style-custom-1 {
    font-weight: 300;
}

.has-text-custom-1 {
    color: #F8EA48 !important;
}

.gcsc-find-more-on-google {
    display: none!important
}

.arone-product-landing-page .breadcrumb-section+.product-info-section {
    padding-top: 1rem
}

.hero .hero-body {
    padding-top: .1rem;
    padding-bottom: 2rem;
}

.arone-footer {
    display: block;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.productPrice.title.is-4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: 600;
    color: #39f;
}

.section.section.breadcrumb-section.is-small {
    padding-top: .1rem;
    padding-bottom: 1rem;
}
   
.section.section.additional-description-section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.block.is-medium.is-spaced, .block.is-medium:not(:last-child) {
    margin-bottom: 1rem;
}

.section.category-product-section.section {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.section.category-intro-wrapper.section {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.section.section.is-medium.has-vertical-padding.has-background-default.has-text-default {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.homeFeaturedProductsWrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .cart-item__summaryShortDescription, .homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .description {
    font-size: 14pt;
}

section.category-outro-wrapper.section {
    padding: 0rem;
}