.header_topo_wrapper {
    background: #942977;
}

.logo, .content h1.logo {
    background: url(../../img/cellep-online.svg) no-repeat center left / contain;
}

.menu_header ul li a {
    color: #942977;
}

::selection {
    background-color: #942977;
}

.menu_header ul li.menu-item-has-children ul li a:hover {
    background: #942977;
}

.woocommerce .quantity .qty {
    border: 2px solid #a46497;
    border-radius: 5px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #f37539;
    font-size: 25px;
    font-weight: bold;
}

.content h2 {
    color: #f37539;
}

select.orderby {
    background: url(../../img/seta_dropdown.png) no-repeat center right 20px #f7ede3;
    padding: 12px 35px 12px 20px;
    color: #f37539;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    border-radius: 10px;
}

.line_one,
.line_two,
.line_three {
    background: #942977;
}

#footer {
    background: #942977;
}

.copyright {
    border-top: 1px solid #E139B3;
}

.footer_redes a {
    color: #E139B3;
    border: 1px solid #E139B3;
}

.footer_redes a:hover {
    background: #E139B3;
    color: #ffffff;
}

.woocommerce-info {
    border-top-color: #942977;
}

.woocommerce-info::before {
    color: #942977;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #942977;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, 
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    float: none;
    width: 100%;
}
.woocommerce-input-wrapper{
    width: 100%;
}

.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
    width: 100%;
}

.woocommerce form .form-row {
    float: none;
}

.woocommerce form .form-row label {
    line-height: 2;
    margin: 0 10px 0 0;
}

.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single {
    background: #f7ede3;
    width: 100%;
    padding: 12px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-style: italic;
    border: 1px solid #ffffff;
    border-radius: 7px;
    outline: none;
    box-shadow: none;
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}

.linha {
    border-bottom: 1px solid #CCCCCC;
}

.quadro {
    width: 100px;
    height: 80px;
    border: 3px solid #97cb01;
    padding: 8px 4px;
    text-align: center;
    font-weight: bold;
}

.quadro-align {
    font-size: 20px;
    width: 150px;
    height: 100px;
    padding: 18px 4px;
    text-align: center;
}

@media screen and (min-width: 769px) {

    .content_txt {
        max-width: 930px;
    }

    .content_txt_loja {
        margin: 0 auto auto 17%;
    }

}



