.velo-header {
border-bottom: 35px solid green ; /* Adjust thickness and color */
}
footer {
border-top: 35px solid green; /* Adjust thickness and color */
}
/*Button color*/
.ec-size .ec-store .form-control--primary .form-control__button
{ background-color: #006400; }
/*Button color on hover*/
.ec-size .ec-store .form-control--primary .form-control__button: hover {
background: #a9a9a9;
}
/*Text color*/
.ec-size .ec-store .form-control--primary .form-control__button {
color: white;
}
/*Text color on hover*/
.ec-size .ec-store .form-control--primary .form-control__button: hover {
color: black;
}
/*Button color*/
.ec-size .ec-store .details-product-purchase__add-buttons .form-control__button {
background: #006400;
}
/*Button color on hover*/
.ec-size .ec-store .details-product-purchase__add-buttons .form-control__button: hover {
background: #a9a9a9;
}
/*Text color*/
.ec-size .ec-store .details-product-purchase__add-buttons .form-control__button {
color: #ffffff;
}
/*Text color on hover*/
.ec-size .ec-store .details-product-purchase__add-buttons .form-control__button: hover {
color: #000000;
}
.ec-size .ec-store .grid-product__buy-now .form-control__button {
background: #006400;
color: #ffffff;
}
.ecsp .ecwid-btn--primary,
.ecwid .ecwid-btn--primary {background-color:#006400;}
.ecsp .ecwid-btn--primary: hover,
.ecwid .ecwid-btn--primary: hover {background-color:#a9a9a9;}
/*Button color*/
.ec-size .ec-store .form-control--primary.ec-cart__button--checkout .form-control__button {
background-color: #006400;
}
/*Button color on hover*/
.ec-size .ec-store .form-control--primary.ec-cart__button--checkout .form-control__button: hover {
background-color: #a9a9a9;
}
/*Text color*/
.ec-size .ec-store .form-control--primary.ec-cart__button--checkout .form-control__button {
color: #ffffff;
}
/*Text color on hover*/
.ec-size .ec-store .form-control--primary.ec-cart__button--checkout .form-control__button: hover {
color: #000000;
}
/*Button color*/
.ec-size .ec-store .ec-form__row--continue .form-control__button {
background-color: #006400;
}
/*Button color on hover*/
.ec-size .ec-store .ec-form__row--continue .form-control__button: hover {
background: #a9a9a9;
}
/*Text color on hover*/
.ec-size .ec-store .ec-form__row--continue .form-control__button: hover {
color: #000000
}
/*Button color*/
.ec-size .ec-store .details-product-purchase__controls .form-control__button {
background-color: #006400;
}
/*Button color on hover*/
.ec-size .ec-store .details-product-purchase__controls .form-control__button: hover {
background-color: #a9a9a9;
}
/*Text color on hover*/
.ec-size .ec-store .details-product-purchase__controls .form-control__button: hover {
color: #000000;
}
/*Button color*/
.ec-size .ec-store .ec-confirmation__continue .form-control__button {
background-color: #006400;
}
/*Button color on hover*/
.ec-size .ec-store .ec-confirmation__continue .form-control__button: hover {
background-color: #a9a9a9;
}
/*Text color*/
.ec-size .ec-store .ec-confirmation__continue .form-control__button {
color: #ffffff;
}
/*Text color on hover*/
.ec-size .ec-store .ec-confirmation__continue .form-control__button: hover {
color: #000000;
}
.details-product-attribute__value
{ /* Target the element */
color: #F30F00; /* Set the text color */
}
.p-2 {
background-color: #2e3192;
}