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
}
.attributes .attribute .attributeHeader, .attributes .quantityAttribute .attributeHeader, .quantityAsAttribute .attribute .attributeHeader, .quantityAsAttribute .quantityAttribute .attributeHeader {
    font-weight: 300;
}

nav#main-nav.navbar.ict-navbar.is-fixed-top.content-field-navbar {
    height: 5.75em;
}
