/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.single-product  .elementor-widget-woocommerce-product-add-to-cart {
    width: 100% !important;
    max-width: 100% !important;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.material-symbols-outlined.pin::before{
    content: '\e0c8';
}
.material-symbols-outlined.gas::before{
    content: '\e546';
}
.material-symbols-outlined.barrel::before{
    content: '\ec15';
}
.material-symbols-outlined.propane::before{
    content:'\ec13';
}
.material-symbols-outlined.scuba::before{
    content: '\ebce';
}
.material-symbols-outlined.store::before{
    content: '\ea12';
}
.material-symbols-outlined.cart::before{
    content: '\e8cc';
}
.material-symbols-outlined.basket::before{
    content: '\e8cb';
}
.material-symbols-outlined.ship::before{
    content: '\e532';
}
.material-symbols-outlined.plumbing::before{
    content: '\f107';
}
.material-symbols-outlined.drill::before{
    content: '\e1e9';
}
.material-symbols-outlined.oxygen::before{
    content: '\f6db';
}
.material-symbols-outlined.boat::before{
    content: '\e502';
}
.material-symbols-outlined.workshop::before{
    content: '\f100';
}
.material-symbols-outlined.tools::before{
    content: '\f10b';
}
.material-symbols-outlined.garage::before{
    content: '\e82d';
}

.material-symbols-outlined.warehouse::before{
    content: '\ebb8';
}
.material-symbols-outlined.office::before{
    content: '\ea40';
}

.material-symbols-outlined.homePin::before{
    content: '\f14d';
}
.material-symbols-outlined.homeWork::before{
    content: '\f202';
}
.material-symbols-outlined.city::before{
    content: '\e7f1';
}
.material-symbols-outlined.house::before{
    content: '\ea44';
}
.material-symbols-outlined.water::before{
    content: '\f084';
}
.material-symbols-outlined.extintor::before{
    content: '\f1d8';
}
.material-symbols-outlined.support::before{
    content: '\ef73';
}
.material-symbols-outlined.engineering::before{
    content: '\ea3d';
}
.material-symbols-outlined.construction::before{
    content: '\ea3c';
}
.material-symbols-outlined.handyman::before{
    content: '\f10b';
}

#map-canvas{
    width: 100%;
    height: 600px;
}

.width100{
    width:100%;
    display: block;
    position: relative;
    float: left;
}

.otgs-development-site-front-end{
    display: none;
}

.location-page-section ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    gap: 15px;
}
.location-page-section ul li{
    border: 1px solid rgba(41, 69, 91, 0.8);
    border-radius: 30px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.location-page-section ul li.filter.active{
    transition: 0.5s;
    background-color: #2485A6;
    background-color: rgba(36,133, 166, 0.5);

    color: #fff;
}

.location-page-section ul li.filter:hover{
    transition: 0.5s;
    background-color: #2485A6;
    background-color: rgba(36,133, 166, 0.5);

    color: #fff;
}

.location-page-section ul li:last-child {
    margin-bottom: 10px;
}
.filter{
    pointer-events:all;
    cursor: pointer;
}
.filter.active{
    pointer-events: none;
    cursor:alias;
}

.imgMapMarker{
    height: 50px;
}
.material-symbols-outlined.phoneMarker::before{
 content: "\e0b0";
 color: #2485A6;
}
.material-symbols-outlined.whatsapp::before{
    content: "\e324";
    color: #2485A6;
}
.material-symbols-outlined.email::before{
    content: "\e158";
    color: #2485A6;
}
.gridMarker{
    display: grid;
    grid-template-columns: 1fr 5fr;
}

.woocommerce-error.hidden-notice{
    width: 100%!important;
}

.pwithvat {
    background-color: #2485a6;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px;
    position: relative;
}

.pwithvat:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #2485a6;
    position: absolute;
    top: -7px;
    left: 34px;
}

.wc-proceed-to-checkout .ppc-button-wrapper{
    display: none;
}

.woocommerce-product-gallery__image a img{
    height: 500px;
    object-fit: contain;
}

.wd-quick-shop img{
    height: 300px;
    object-fit: contain;
}
.single-product .product-wrapper{
    background-color: #fff!important;
}

.out-of-stock.product-label{
    filter: drop-shadow(0px 0px 2px #cfcfcf);
}

@media screen and (max-width:991px) {
    .woocommerce-product-gallery__image a img{
        height: 350px;
    }
    .wd-quick-shop img{
        height: 200px;
    }
}

@media screen and (max-width:480px) {
    .woocommerce-product-gallery__image a img{
        height: 300px;
    }
    .wd-quick-shop img{
        height: 150px;
    }
}

.wpcf7-response-output{
    border-radius: 30px!important;
    transform: translateY(23px);
    min-height: 42px!important;
}

.sent .wpcf7-response-output{
    border-radius: 30px!important;
    transform: translateY(0px)!important;
}

.wpcf7-not-valid-tip {
    color: #FF5F00;
}

.wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error, .mc4wp-notice, :is(.woocommerce-error,.woocommerce-info) {
    background-color: #FF5F00;
}

.botao-orcamento p span.wpcf7-spinner{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    display: block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 1;
}

div.wpcf7 .wpcf7-spinner:before {
    position: absolute;
    margin-top: 2px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0,0,0,0);
    border-left-color: var(--color-gray-900);
    border-radius: 50%;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: initial!important;
    bottom: initial!important;
}