.demo-inline *[contentEditable="true"]:focus,
.demo-inline *[contentEditable="true"]:hover {
    outline: 2px solid #2276d2;
}

/*CUSTOM CHANGE TAG*/
.custom_change {
    all: inherit !important;
}

.wc_cart_add input {
    border: 1px solid #0b0b0b !important;
    /*width: initial !important;*/
    height: initial !important;
}

.search-input {
    width: inherit !important;
}

/*SEARCH CHANGE*/
.search-wrapper-active {
    z-index: 99 !important;
}

/*BANNER*/
.banner-1 {
    background-repeat: no-repeat !important;
}

/*FORM*/
.form-custom input:focus {
    color: #CFCFCF;
}

/*SERVICES*/
.service-icon-img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

/*PRODUCTS*/
.product-related-title {
    min-height: 6em !important;
}

.product-big-title {
    font-size: 85px !important;
}

.wc_cart_callback {
    z-index: 999 !important;
}

.product-image-wrapper {
    transform: translateY(-10%) !important;
}

/*BTNS*/
.btn_blue {
    background-color: #0E96E5 !important;
    text-shadow: 1px 1px #096397 !important;
}

.btn_blue:hover {
    background-color: #096397 !important;
}

.btn_green {
    background-color: #00B494 !important;
    text-shadow: 1px 1px #008068 !important;
}

.btn_green:hover {
    background-color: #008068 !important;
}

.btn_yellow {
    background-color: #FAAD50 !important;
    text-shadow: 1px 1px #CC8D41 !important;
}

.btn_yellow:hover {
    background-color: #CC8D41 !important;
}

.btn_red {
    background-color: #F45563 !important;
    text-shadow: 1px 1px #C54550 !important;
}

.btn_red:hover {
    background-color: #C54550 !important;
}

/*CONTACT*/
.wc_contact_modal header {
    all: initial !important;
}

.wc_contact_modal h1 {
    margin: 0 !important;
}

/*CART*/
.workcontrol_cart header {
    all: initial !important;
}

.workcontrol_cart h1 {
    margin: 0 !important;
}

.workcontrol_order_details h1 {
    line-height: inherit !important;
}

.workcontrol_order_completed header {
    all: initial !important;
}

.workcontrol_order_completed_card.items {
    margin-top: 0 !important;
}

/*ACCOUNT*/
.workcontrol_account_sidebar header {
    all: initial !important;
}

.workcontrol_account_sidebar h1 {
    line-height: initial !important;
    margin: 0 !important;
}

.user_account header {
    width: inherit !important;
}

.user_account h1 {
    line-height: initial !important;
    margin: 0 !important;
}

/*CUSTOM CSS*/
.j_unit_price.active {
    display: block !important;
}

.lgpd_info {
    max-width: 100%;
    padding: 0 5%;
    background-color: #F0F0F0;
    position: fixed;
    bottom: 0;
    z-index: 9999;
}

.lgpd_info.accepted {
    display: none !important;
}

.lgpd_info header {
    background-color: #F0F0F0;
    width: 90%;
    display: inline-block;
}

.lgpd_info .lgpd_btn {
    display: inline-block;
}

/*CUSTOM*/
@media (max-width: 1024px) {
    .slide_container {
        display: none !important;
    }
}
