p{
    margin: 0;
    padding: 0;
}

#products_list_page h3 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2a8dbe;
    text-transform: none;
    margin-top: 40px;
}

.preco_ref {
    position: relative;
    float: left;
    width: 100%;
}

.small {
    font-size: 11px;
}

#products_list_page .sorting-by {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

#products_list_page .sorting-by label {
    margin-right: 10px;
    display: inline-block;
}

#products_list_page .sorting-by select {
    display: inline-block;
    float: none;
}

.subcats_menu,
.subsubcats_menu {
    display: none;
}

.product_img .flex_box {
    display: flex;
    justify-content: center;
    margin: 0;
    width: 100%;
    height: 100%;
}

.product_img .flex_box img {
    align-self: center;
}

#product_detail_page .owl-carousel .owl-item img {
    width: auto;
}

/* IMPORTED */
#slider_imagens_prev,
#slider_imagens_next {
    position: absolute;
    top: 34%;
    z-index: 1000;
}

#slider_imagens_prev {
    left: 0;
    width: 70px;
}

#slider_imagens_next {
    right: -28px;
    width: 70px;
}

#slider_thumbnails {

}

.slider_arrow {
    border: 0 !important;
}

.slider_carrFred_controls {
    position: relative;
}

.button-more {
    text-transform: uppercase;
    font-weight: bold;
    color: #BEBEBE;
}

.align-left {
    text-align: left;
}

.align-justify {
    text-align: justify;
}

.text-black {
    color: black;
    text-decoration: none;
}

.text-black:hover {
    color: black;
    text-decoration: none;
}

.zona_conta {
    position: relative;
    float: right;
    margin: 30px 0 0 0;
}

.zona_conta img {
    margin: -7px 0 0 10px;
}

.featured-items {
    min-height: 390px;
}

.most-popular {
    min-height: 407px;
}

.most-popular .title {
    margin-top: 50px !important;
}

.pagina {
    color: #b9b8ba;
    padding-bottom: 50px;
}

.pagina .title {
    font-size: 13px;
}

.pagina .title.first {
    font-size: 17px;
}

#alertas {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0;
    display: none;
}

.green-lined {
    position: relative;
    float: left;
    width: 100%;
    border-bottom: 1px solid #c3da28;
    margin: 0 0 10px 0;
}

.green-lined img {
    position: absolute;
    right: 0;
    top: 10px;
}

/* PRODUTOS */
.filtros {
    position: relative;
    float: left;
    width: 216px;
}

.filtros .filtro {
    position: relative;
    float: left;
    width: 100%;
}

.filtros .filtro input {
    width: 216px;
    height: 34px;
    padding: 0 10px;
    background: #faf5f7;
}

.filtros .filtro .filtro_box {
    position: relative;
    float: left;
    width: 216px;
    height: 37px;
    border: 1px solid #d7d7d7;
    text-transform: uppercase;
    color: #34353e;
    font-size: 13px;
    padding: 0 10px;
    cursor: pointer;
    background: #faf5f7;
}

.filtros .filtro .filtro_box.open,
.filtros .filtro .filtro_box:hover {
    border: 1px solid #0c426a;
}

.filtros .filtro .filtro_box h5 {
    margin: 8px 0;
}

.filtros .filtro .filtro_box img {
    position: absolute;
    right: 15px;
    top: 15px;
}

.filtros .filtro .list_filters {
    position: relative;
    float: left;
    width: 216px;
    display: none;
    border: 1px solid #d7d7d7;
    margin-top: 0;
    padding: 5px 0;
    background: #fdfafc;
}

.filtros .filtro .list_filters ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.filtros .filtro .list_filters ul li {
    padding: 0 0 0 10px;
    font-size: 15px;
}

.filtros .filtro .list_filters ul li.subcat {
    padding: 0 0 0 10px;
    font-size: 13px;
}

.filtros .filtro .list_filters ul li.subsubcat {
    padding: 0 0 0 10px;
    font-size: 11px;
}

.filtros .filtro .list_filters ul li a {
    outline: none;
    text-decoration: none;
    color: #474747;
}

.filtros .filtro .list_filters ul li a.selected,
.filtros .filtro .list_filters ul li a:hover {
    /*color: #0c426a;*/
    color: #2a8dbe;
    font-weight: bold;
}

.filtros ::-webkit-input-placeholder {
    color: #0c426a;
    font-size: 13px;
    text-transform: uppercase;
}

.filtros :-moz-placeholder { /* Firefox 18- */
    color: #0c426a;
    font-size: 13px;
    text-transform: uppercase;
}

.filtros ::-moz-placeholder {  /* Firefox 19+ */
    color: #0c426a;
    font-size: 13px;
    text-transform: uppercase;
}

.filtros :-ms-input-placeholder {
    color: #0c426a;
    font-size: 13px;
    text-transform: uppercase;
}

.max_page {
    position: relative;
    float: right;
}

.max_page label {
    display: inline-block;
    margin-right: 10px;
}

.max_page select {
    display: inline-block;
}

#max_page {
    width: 74px;
    margin: 0;
}

.paginacao {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 60px;
}

.paginacao a {
    outline: none;
    text-decoration: none;
}

.paginacao button {
    width: 34px;
    height: 34px;
    float: left;
    outline: none;
}

.paginacao .numeros {
    position: relative;
    float: left;
    margin: 0 30px;
}

.paginacao .numeros div {
    display: inline-block;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 50% !important;
    padding: 0px 2px;
}

.paginacao .numeros div a {
    color: #727272;
    outline: none;
    text-decoration: none;
    padding: 8px 14px;
    display: inline-block;
}

.paginacao .numeros div:hover,
.paginacao .numeros div.selected {
    border: 1px solid #0c426a;
}

.paginacao .numeros div:hover a,
.paginacao .numeros div.selected a {
    font-weight: bold;
    color: #0c426a;
}

.product {
    position: relative;
    float: left;
    width: 270px;
    min-height: 360px;
}

.featured-items .product {
    min-height: 330px;
}

.product.pesquisa {
    min-height: 360px;
    margin-bottom: 30px;
}

.product_img {
    text-align: center;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    position: relative;
    float: left;
    width: 270px;
    height: 170px;
    background: #fff;
}

.product_img.cinza_bk {
    background: #e0e0e0;
}

.product .product_img a {
    outline: none;
    text-decoration: none;
    display: block;
}

.product_img img {
    max-width: 250px;
    max-height: 150px;
}

.product .product_titles {
    position: relative;
    float: left;
    width: 100%;
}

.product .product_titles .preco {
    position: relative;
    float: left;
    width: 50%;
    margin: 10px 0 0 0;
    /*font-size: 20px;*/
    font-size: 16px;
}

.product .product_titles .ref {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0 5px 0;
    font-size: 14px;
    min-height: 19px;
}

.product .product_titles .nome {
    position: relative;
    float: left;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
}

.product .product_button {
    position: relative;
    float: right;
    text-align: right;
    margin-top: 10px;
}

.product .btn {
    padding: 8px 12px;
    border-radius: 26px !important;
    outline: none;
}

.legenda {
    position: relative;
    float: left;
    width: 80%;
}

.legenda .legenda_nome {
    position: relative;
    float: left;
    width: 60%;
    font-size: 12px;
}

.legenda img {
    position: absolute;
    top: 0;
    right: 10px;
}

.box-destaques {
    background: url(/site/imagens/fundo_destaques.png) no-repeat;
    background-position: center top;
    background-size: cover;
}

.box-destaques .product_img {
    margin-bottom: 10px;
}

.pedir_info {
    float: right;
}

.peso_detalhe {
    font-size: 21px;
}

.preco_detalhe {
    font-size: 21px;
    position: relative;
}

.preco_detalhe .preco_normal {
    font-size: 17px;
    margin: 0 20px 0 0;
    /*	float: left;*/
    min-width: 60px;
    position: relative;
}

.preco_detalhe .preco_desconto {
    /*	float: left;*/
    text-align: left;
}

.preco_detalhe .preco_kilo {
    /*float: left;*/
    margin-left: 8px;
    font-size: 12px;
    color: #000;
    text-align: left;
}

.striked-img {
    position: absolute;
    top: 0;
}

.stamp.promocao2 {
    background: url(/site/imagens/flag_promocao2.png) no-repeat;
}

.stamp.promocao3 {
    background: url(/site/imagens/flag_promocao3.png) no-repeat;
    width: 92px;
    height: 78px;
}

.stamp .texto_promo {
    position: absolute;
    right: -1px;
    top: 3px;
    color: #fff;
    font-family: 'Gotham-Bold', sans-serif;
    width: 35px;
    line-height: 13px;
}

.product.pesquisa .main-titles h4 {
    width: 100%;
}

.picture_detalhe {
    position: relative;
}

.zoom_prod {
    background: url(/site/imagens/zoom.png) no-repeat;
    position: absolute;
    width: 32px;
    height: 31px;
    bottom: 5px;
    right: 5px;
}

#form_contactos .roundedTwo {
    width: 16px;
    height: 16px;
    position: relative;
    background: #fff;
    border: 1px solid #0c426a;
    border-radius: 50px;
    float: left;
    margin: 5px 10px;
}

#form_contactos .roundedTwo input {
    visibility: hidden;
    margin: 0;
}

#form_contactos .roundedTwo label {
    cursor: pointer;
    margin: 0 !important;
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #0c426a;
    opacity: 0;
    border-radius: 50px;
}

.nome_radio {
    position: relative;
    float: left;
    font-weight: bold;
    margin: 5px 0 0 85px;
}

.nome_radio.second {
    margin: 5px 0 0 30px;
}

.categorias_search {
    margin-bottom: 50px;
}

.link_prod_cat_search {
    position: relative;
    float: left;
}

@media screen and (max-width: 1299px) {

    .product {
        width: 100%;
        max-width: 270px;
        min-height: 380px;
    }

    .product_img {
        width: 100%;
    }

    .product_img img {
        width: 100%;
    }

    .product .product_titles .nome {
        width: 100%;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}

@media (max-width: 1200px) {

    .product .product_titles .preco {
        font-size: 16px;
    }

    .product .product_titles .ref {
        font-size: 12px;
    }

    .product .product_titles .nome {
        font-size: 11px;
    }

}

@media screen and (max-width: 991px) {
    .product {
        min-height: 350px;
    }
}

@media screen and (max-width: 780px) {
    #section_products {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .contactos .imagem {
        position: relative;
        right: 0;
        top: 0;
    }

    #form_contactos .form-group {
        width: 100%;
    }

    #form_contactos label {
        width: 100%;
    }

    #form_contactos textarea,
    #form_contactos input {
        width: 90%;
    }

    #form_contactos button {
        margin: 20px 0 0 0;
    }

    .product .product_titles .nome {
        width: 100%;
    }

    .product .product_button {
        float: left;
    }
}

@media screen and (max-width: 530px) {
    #section_products .col-xs-6 {
        width: 100%;
    }
}