/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/



.dyrup-banner h2 {
    background: -webkit-linear-gradient(left, #dd3645 0%,#e9942f 17%,#e4ce02 35%,#008070 76%,#007ca2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-widgets-area-2 .button-color-dark {
    background-color: #f16220;
    color:white;
}

.footer-contacts li { 
    list-style-type: none;
}

.woocommerce .ribbons .onsale {
    font-size: 2.2rem;
    background-color: #f16220;
    min-height: 30px;
    line-height: 31px;
}

.woocommerce div.product.sale .price, .woocommerce div.product.sale .price del {
    color: #f16220;
}

.woocommerce div.product form.cart .button {
    background-color: #f16220;
}

.woocommerce div.product p.stock {
    display: none;
    font-size: 1.4em;
}

.woocommerce div.product form.cart {
    display: none;
    position: relative;
}

.woocommerce div.product .sku_wrapper {
    display: inline-block;
}

.woocommerce div.product .posted_in {
    font-size: 14px;
}

.woocommerce div.product div.images img {
    height: 100%;
    width: auto;
    display: block;
    box-shadow: none;
    margin: 0 auto;
}


.waiting-for-stock {
    content: 'A calcular stock. Por favor aguarde.';
    display: block;
    width: 100%;
    background: #f0f0f0;
    padding: 17px 5px;
}

.unity-warning {
    background: #f0f0f0;
    padding: 17px 10px;
    margin-bottom: 40px;
    font-size: 13px;
}

.unity-price {
    color:black;
    margin-top: 10px;
}

.woocommerce table.shop_table .product-price {
    direction: unset;
}
.woocommerce div.product.sale .price {
    direction: unset;
}

.woocommerce ul.products li.product.sale .price {
    direction: unset;
}

body.tax-product_cat .page-header {
    display: none;
}

body.tax-product_cat .site-content {
    border-top: 1px solid #eee;
}

.wpcf7-submit {
    margin-top: 25px;
}

.wpcf7-submit:disabled {
    background: #ababab;
}

.wpcf7-submit:disabled:hover {
    background: #ababab;
}

.woocommerce ul.products li.product .price {
    font-size: 1.7rem;
}

.woocommerce div.product p.price {
    margin-top: 20px;
    margin-bottom: 20px;
}

.woocommerce div.product.layout-style-2 div.images .woocommerce-product-gallery__slider {
    margin: 0 auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: left;
}

.woocommerce div.product .woocommerce-tabs .panel {
    text-align: left;
}

.woocommerce div.product form.cart {
    margin-bottom: 0;
}

.woocommerce .product.layout-style-2 .thumbnails {
    position: static !important;
    margin: 20px -10px 0 -10px !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    width: 100% !important;
}

.woocommerce .product.layout-style-2 .thumbnails .woocommerce-product-gallery__image {
    width: 80px !important;
    height: 82px;
    padding: 0 !important;
    margin: 0 10px !important;
    margin-bottom: 20px;
    border: 1px solid #B3B3B2;
}

.woocommerce .product.layout-style-2 .thumbnails .woocommerce-product-gallery__image.active {
    border: 1px solid #d9242b;
}

.woocommerce .product.layout-style-2 .thumbnails img {
    height: 80px;
    object-fit: cover;
    border: none !important;
}

.woocommerce ul.products li.product .product-header {
    height: 220px;
}

.woocommerce ul.products li.product a img {
    height: 220px !important;
    object-fit: contain;
}

.woocommerce .woocommerce-result-count {
    display: none;
}

/* Formulário */
form.wpcf7-form .content-column {
    margin-top: 50px;
    padding: 0 20px;
}

.wpcf7-acceptance {
    border: 1px solid #f16220;
    display: inline-block;
    margin-top: 50px;
    padding: 20px;
}

.wpcf7-acceptance label {
    margin:0;
}

.wpcf7-acceptance input[type="checkbox"], .wpcf7-acceptance input[type="radio"] {
    margin-right: 15px;
}

.menu-item-70766 .mega-menu-container {
    background-image: url('leaf.png');
    background-repeat: no-repeat;
    background-position: right -30px bottom -40px;
    background-size: 200px;
}

.page-header {
    padding: 115px;
}

/* Página Catálogos */
.page-template-template-conceito .page-header {
    position: relative;
    padding: 115px 0;
}

.page-template-template-conceito .page-header::after {
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg,#17161ac2,rgba(23,22,26,0));
}

.page-template-template-conceito .page-header .sober-container {
    position: relative;
    z-index: 10;
}

.catalogos-thumb-all {
    padding: 80px 0;
}

.catalogo-anchor {
    display: block;
}

.catalogo-thumb {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 230px;
    justify-content: flex-end;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 30px;
}

.catalogo-thumb:hover {
    cursor: pointer;
    transform: translateY(-5px);
    transition: all 0.5s ease-in-out;
    box-shadow: 0 17px 44px 0 rgba(0, 0, 0, 0.21);
}

.catalogo-thumb:hover h3 {
    transform: translateY(0);
}

.catalogo-thumb:hover h2 {
    transform: translateY(-5px);
    transition: all 0.5s ease-in-out;
}

.catalogo-thumb::after {
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(0deg,#9000035e,rgba(23,22,26,0));
}

.catalogo-thumb h2 {
    position: relative;
    z-index: 10;
    color: white;
    font-weight: 100;
    margin: 0;
    transition: all 0.5s ease-in-out;
}

.catalogo-thumb h3 {
    margin: 0;
    font-size: 1.4rem;
    transform: translateY(200%);
    transition: all 0.5s ease-in-out;
}


/* Taxonomia Catalogo */

.tax-cat_conceito #masthead {
    border-bottom: 1px solid #f1f2f4;
}

.tax-cat_conceito .page-header, .single-conceito .page-header {
    padding: 70px 0;
}

.tax-cat_conceito .page-header, .single-conceito .page-header {
    background-image: none;
    background-color: transparent;
}

.tax-cat_conceito .page-header .page-title, .tax-cat_conceito .page-header .breadcrumb, .tax-cat_conceito .page-header .breadcrumb a, .tax-cat_conceito .page-header .breadcrumb .fa {
    color: #4e4e61;
}



.single-conceito #masthead {
    border-bottom: 1px solid #f1f2f4;
}

.single-conceito .page-header .page-title, .single-conceito .page-header .breadcrumb, .single-conceito .page-header .breadcrumb a, .single-conceito .page-header .breadcrumb .fa {
    color: #4e4e61;
}

.single-conceito .page-title {
    padding-bottom: 15px;
}

.single-conceito .page-header a {
    color: #f16220;
}

.single-conceito .site-content {
    padding-top: 0;
}

.single-conceito .breve_descricao {
    margin-top: 25px;
}

.single-conceito .insp-info h3 {
    position: relative;
    padding-left: 55px;
}

.single-conceito .insp-info h3::after {
    content: '';
    position: absolute;
    top: -25px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: center left;
}

.single-conceito .insp-info.cores h3::after {
    background-image: url('img/cores.svg');
}

.single-conceito .insp-info.formatos h3::after {
    background-image: url('img/formatos.svg');
}

.single-conceito .insp-info.acabamentos h3::after {
    background-image: url('img/acabamentos.svg');
}

.single-conceito .insp-info p {
    margin-bottom: 0;
}

.single-conceito .catalogo-disponivel {
    height: 120px;
}

.single-conceito .catalogo-disponivel-thumb {
    height: 65px;
}

.single-conceito .catalogo-disponivel-thumb img {
    object-fit: cover;
    height: 65px;
    width: 100%;
}

.single-conceito .catalogo-disponivel h4 {
    color: #4e4e60;
    font-size: 12px;
    margin-top: 10px;
}

.single-conceito .catalogo-info {
    text-align: left;
    margin-top: 80px;
    padding: 15px;
}

.insp-help {
    max-width: 500px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    padding: 50px 20px;
    border: 1px solid rgba(138, 138, 138, 0.15);
}

.insp-help a {
    background-color: #f16220;
}

.product-extra-content {
    margin: 50px 0;
    font-size: 18px;
}

.tparrows svg {
    fill: #f16220;
}

.sober-yellow .tp-bullet {
    background: #f16220;
}



/* Owl Slider */

.owl-item .item,  .owl-item .item img {
    height: 350px;
}

.owl-item .item img {
    object-fit: cover;
}

.especificacoes {
    text-align: center;
}

.especificacoes-each span {
    display: block;
}

.especificacoes-each span:nth-child(2) {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: 5px;
    color: black;
}

.especificacoes-each span:nth-child(3) {
    font-size: 18px;
}

.especificacoes-each svg {
    width: 35px;
    height: 35px;
}

.formato-each {
    margin-bottom: 15px;
}

.formato-desenho {
    display: block;
    background-image: url('img/stripes.gif');
    background-repeat: repeat;
    background-position: center center;
    background-size: 60px 60px;
    opacity: 0.4;
}

.the_content {
    margin-top: 25px;
}

.cart.sample button.single_add_sample_to_cart_button {
    min-width: auto !important;
    padding: 0 15px;
    margin: 40px 0;
}



/* Media Queries*/

@media (min-width: 768px) {
    .woocommerce-product-gallery__slider {
        max-width: 450px;
        max-height: 450px;
        display: block;
        margin: 0 auto;
    }

    .owl-item .woocommerce-product-gallery__image img {
        height: 450px !important;
        object-fit: contain;
    }



    .woocommerce div.product.layout-style-2 div.images {
        padding-top: 40px;
    }

    .owl-item .item,  .owl-item .item img {
        height: 500px;
    }
}

@media (min-width: 1024px) {
    .footer-menu li {
        padding-left: 0;
    }

    .owl-item .item,  .owl-item .item img {
        height: 650px;
    }
}
