/*
Theme Name: Alfa Trend
Theme URI: https://github.com/riverofelipe/alfa-trend
Author: Rívero Felipe
Author URI: https://github.com/riverofelipe
Description: Temas desenvolvido com bootstrap 4.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: red, white, black, light, one-column, two-columns, right-sidebar, flexible-width, bootstrap
Text Domain: alfa-trend

*/

@media (max-width: 767px) {
    .header-logo {
        text-align: center;
    }
}

.__logo {
    max-width: 160px;
    height: auto;
}

@media (max-width: 767px) {
    .__center {
        justify-content: center;
    }
}

.produtos {
    border: 3px solid #ffffff;
}

.img-sobre {
    background-image: url(http://www.alfatrend.com.br/imagens-blobweb/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 3px solid #ffffff;
}

.img-info {
    position: relative;
}

.img-info a {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.img-info:hover a {
    opacity: 1;
}

.img-info:hover::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgb(51 51 51 / 0.7);
}

.position-relative {
    position: relative;
    z-index: 5;
}

.vc_row.wpb_row.vc_row-fluid.container {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .produto_slider {
        margin: -5rem 0 0 0;
    }
}

.vc_col-sm-3 {
    width: calc(50% - 15px);
}

.btn-contato {
    width: 100% !important;
    background-color: #dc3545 !important;
    color: #fff !important;
}

.bg-page {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0;
    color: #fff;
    position: relative;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 2rem;
}

.bg-page:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(220 65 70 / 85%);
    top: 0;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
}

.gallery_product a.woocommerce-product-gallery__trigger {
    top: 10px;
    right: 25px;
    border: 1px solid #c0b8b8;
    position: absolute;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.gallery_product a.woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.gallery_product a.woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.gallery_product>div>ol {
    display: flex;
    padding: 0;
    margin: 15px 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.gallery_product>div>ol>li {
    list-style: none;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    cursor: pointer;
    margin: 1rem 0.5rem;
}

.gallery_product>div>ol>li>img {
    width: 100%;
}

.gallery_product>div>ol>li:nth-child(1) {
    margin-left: 0;
}

.gallery_product>div>ol>li:nth-last-child(1) {
    margin-right: 0;
}

.tabs.wc-tabs {
    display: none;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab {
    margin-top: 1.5rem;
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
    color: #fff;
    font-weight: bold;
    text-shadow: initial;
}

.woocommerce-breadcrumb a:hover {
    text-shadow: 1px 1px 1px #000;
    color: #fff
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab h2 {
    text-align: center;
    margin-bottom: 2rem;
}

.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.products.columns-4>li {
    list-style: none;
    flex: 0 0 25%;
    max-width: 25%;
    margin: 1rem;
    background-color: #343a40;
}

.products.columns-4>li>a>img {
    width: 100%;
}

.products.columns-4>li>a {
    color: #fff;
}

.products.columns-4>li>a>h2 {
    margin: 1rem;
    font-size: 1.5rem;
}

.button.product_type_simple {
    display: none;
}

.list-produto__img {
    position: relative;
    overflow: hidden;
}

.list-produto__img img {
    max-width: 100%;
    height: auto;
}

.list-produto .short-desc {
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #4f4f4f;
    position: absolute;
    top: 100%;
    height: 100%;
    width: 100%;
    transition: all 1s ease;
}

.list-produto .short-desc .woocommerce-product-details__short-description {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 20px);
}

.list-produto__img:hover .short-desc {
    top: 0;
}

.list-produto a {
    color: #343a40;
    text-decoration: none !important;
}

.woocommerce-loop-product__title {
    font-weight: bold;
}

@media (max-width: 767px) {
    .section-products {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }
}

.wp-post-image--resize {
    width: 100%;
    height: auto;
}

.zoomImg {
    display: none !important;
}

.woocommerce-product-gallery__wrapper img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .bg-dark:nth-child(1)>div>div>div.col-12.col-md-4.col-lg-4>p {
        text-align: left;
        margin-left: 0.5rem;
    }

    .phone-menu {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .phone-menu>p:nth-child(4) {
        margin-left: 0.5rem;
    }

    .social-menu {
        display: flex;
        flex-wrap: wrap;
    }
}