/*
Theme Name:     DFD Native Child Theme
Theme URI: 		http://nativewptheme.net/home/
Description:    Native - Highly Functional Multifaceted WP Theme
Author:         DFD
Author URI:		http://dfd.name
Template:       dfd-native
Version:        1.0.0
*/


/*
 *  scroll bar
 */




body {
    overflow-x: hidden !important;
}

body::-webkit-scrollbar-track
{
    background-color: #e8eef5;
}

body::-webkit-scrollbar
{
    width: 10px;
    background-color: #e8eef5;
}

body::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #00a6ce;
}


#header-container.logo-position-left.header-style-1 #header .dfd-logo-wrap, #header-container.logo-position-left.header-style-1 .header .dfd-logo-wrap, #header-container.logo-position-left.header-style-2 #header .dfd-logo-wrap, #header-container.logo-position-left.header-style-2 .header .dfd-logo-wrap, #header-container.logo-position-right.header-style-1 #header .dfd-logo-wrap, #header-container.logo-position-right.header-style-1 .header .dfd-logo-wrap, #header-container.logo-position-right.header-style-2 #header .dfd-logo-wrap, #header-container.logo-position-right.header-style-2 .header .dfd-logo-wrap {
    top: 25%;
}
#header-container.dfd-header-builder .dfd-logo-wrap a {
    position: relative;
    top: -20px;
}
body.woocommerce-cart .dfd-content-wrap > .woocommerce > form table.shop_table tbody tr td.actions .coupon + .button {
    line-height: 20px !important;
}
.logo-overflow {
    overflow: visible !important;
}
.divisor {
    border-right: 1px solid #e6e7eb;
    height: 189px;
    text-align: center;
}
.dk-select .dk-select-options .dk-option {
    font-size: 12px;
    line-height: 1.5em;
    padding: 10px 20px;
}
.contato-rodape {
    width: 420px !important;
    margin: auto;
    position: absolute !important;
    left: 0;
    right: 0;
    top: -35px;
    background: #fff;
    border-radius: 10px;
    padding: 18px !important;    
    box-shadow: 0px 10px 35px 0px rgba(25, 99, 112, 0.15);
    z-index: 10;
}
.suporte-rodape {
    text-align: right;
}
.link-rodape {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #b0b9bb;
    transition: all 0.3s ease;
    padding: 23px 0px;
}
.link-rodape:hover {
    color: #02a7cf;
    transition: all 0.3s ease;
}
.suporte-rodape:before {
    content: url('https://globalamerica.com.br/wp-content/uploads/2018/02/suporte.png');
    height: 0;
    float: right;
    margin: 0px 10px 1px 10px;
}
.telefone-rodape {
    text-align: left;
    border-left: 1px solid #e9ebf0;
    padding-left: 20px
}
.telefone-rodape:before {
    content: url('https://globalamerica.com.br/wp-content/uploads/2018/02/telefone.png');
    height: 0;
    float: left;
    margin: 0px 10px 1px 10px;
}
#footer-wrap {
    margin-top: 30px;
}

@media only screen and (max-width: 500px) {
    .telefone-rodape:before, .suporte-rodape:before {
        float: none;
    }
    .suporte-rodape, .telefone-rodape {
        text-align: center;
    }
    .contato-rodape  {
        top: -90px;
        width: 80%;
    }
}

.telefone-header:before {
    content: '';
    background: url(https://globalamerica.com.br/wp-content/uploads/2018/02/telefone.png) center center no-repeat;
    height: 14px;
    width: 17px;
    float: left;
    margin: 12px 10px 10px 0px;
    background-size: 17px 14px;
}
.form-search-section #dfd-search-loader svg path {
    fill: rgba(2,167,207,0.9);
}
.dfd-icon-list-wrap .dfd-icon-list .content-wrap .dfd-content-title-small {
    text-align: left;
    padding-left: 20%;
}
.dfd-icon-list-wrap .dfd-icon-list .content-wrap .dfd-content-title-small {
    font-weight: 500;
    color: #91a4b2;
}

.dfd-soc-icon a {
    color: #91a4b2;
}
.single-product .dfd-single-price-wrap .price del {
    color: #bbc6cc !important;
}

@media only screen and (max-width: 1100px) {
.header_wrap #header-container .dfd-logo-wrap>a {
    padding-top: 28px !important;
}
.mobile-sticky-logos {
    top: -2px !important;
    transform: scale(0.7) !important;
    left: -23px;
}
}
div.thumb-wrap-front.dfd-background-main {
    box-shadow: 0px 20px 40px 0px rgba(25, 99, 112, 0.25);
    border-radius: 10px;
}
div.thumb-wrap-back.dfd-background-main {
  border-radius: 10px;
}
.destaques {
    top:-70px;
}
@media only screen and (max-width: 799px) {
    .destaques {
    top:-30px;
    padding: 20px;
}
}
.destaque-card > div > div > div > div > div.thumb-wrap-front.dfd-background-main > div > div > div.title-first.dfd-content-title-big, .destaque-card > div > div > div > div > div.thumb-wrap-front.dfd-background-main > div > div > div.subtitle-first.dfd-content-subtitle {
    margin-left: 35%;
}
.titulo {
  font-size: 48px;
  font-family: "Montserrat";
  color: rgb(116, 139, 144);
  font-weight: 100;
}
.global-hotspot {
    top:-200px;
}

.dfd-logo-carousel-wrap.style-2 .dfd-logo-carousel-item .thumb-wrap img  {
    filter: sepia(100%) hue-rotate(160deg) saturate(80%) grayscale(0%) brightness(110%);
    opacity: 0.6;
    transition: opacity 0.5s ease;
}
.dfd-logo-carousel-wrap.style-2 .dfd-logo-carousel-item:hover .thumb-wrap img  {
    opacity: 1;
    transition: opacity 0.5s ease;
}

.ms-skin-light-3 .ms-nav-next, .ms-skin-light-3 .ms-nav-prev{
        top: 35%;
}
#header-container.dfd-header-builder.small .header-builder-wrraper .dfd-header-logos .dfd-logo-wrap>a img.sticky-logo {
    background: #fff;
    padding: 1px 17px 10px 12px;
    border-radius: 15px;
    margin-top: 60px;
    width: 100%;
}
#header-container.dfd-header-builder.small .header-builder-wrraper .dfd-header-logos .dfd-logo-wrap>a img.sticky-logo,
#header-container.dfd-header-builder.small .header-builder-wrraper .dfd-header-logos .dfd-logo-wrap{
    transform: scale(1.12);
    top: -9px;
    } 
.master-slider-parent {
    margin-top: -40px;
}

.titulo-hotspot {
    position: relative;
    top: 240px;
    z-index: 99999;
    color: #fff;
}
.dfd-logo-carousel-item:hover {
    padding: 20px 40px !important;
    box-shadow: 0px 10px 35px 0px rgba(25, 99, 112, 0.15);
    background: #fff;
    transition: all 0.3s ease;
}
.dfd-logo-carousel-item {
    transition: all 0.3s ease;
}
.dfd-logo-carousel-wrap .slick-list .slick-slide {
    padding: 10px !important;
}


.rs-addon-polyfold {
    
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1099;
    pointer-events: none;
    
}

.rs-addon-polyfold div {
    
    position: absolute;
    border-style: solid;
    box-sizing: content-box;
    
}

.rs-addon-poly-nav-level {z-index: 999}
.rs-addon-poly-static-level {z-index: 99}

.rs-addon-polyfold:not(.rs-addon-poly-center) div:first-child {left: 0}
.rs-addon-polyfold:not(.rs-addon-poly-center) div:last-child {right: 0}

.rs-addon-poly-center div:first-child {right: 50%}
.rs-addon-poly-center div:last-child {left: 50%}

.rs-addon-polyfold:not(.rs-addon-poly-top),
.rs-addon-polyfold:not(.rs-addon-poly-top) div {bottom: 0}

.rs-addon-poly-top {top: 0}
.rs-addon-poly-top div {top: 0}

.rs-addon-poly-bottom {
    bottom: -99px !important;
}

.hack-boxed {
    position: relative !important;
    width: 1200px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.wb-thumb-wrapper.wb-thumb-style2.wb-thumb-round .wb-thumb-cnt {
    border-color: #c7d8dd !important;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 0px 0px rgba(31, 80, 109, 0);
    margin: 15px;
}
.wb-thumb-wrapper.wb-thumb-style2.wb-thumb-round .wb-thumb-cnt:hover {
    box-shadow: 0px 5px 20px 0px rgba(31, 80, 109, 0.20);
    border: none !important;
    transition: all 0.3s ease;
    margin-top: 16px;
}
  .tipsy-inner { background-color: #40bee2 !important;}
  .tipsy-arrow-n { border-bottom-color: #40bee2 !important; }
  .tipsy-arrow-s { border-top-color: #40bee2 !important; }
  .tipsy-arrow-e { border-left-color: #40bee2 !important; }
  .tipsy-arrow-w { border-right-color: #40bee2 !important; }


.material-tecnico-coluna {
    border-radius: 10px;
}
.material-tecnico-direita {
    right: -15px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .material-tecnico-direita {
         right: 0px;
         margin-top: 20px;
    }
}

.w3eden .breadcrumb {
    display: none;
}
#wpdm-downloads > div > div > div.pull-left > img {
    width: 20px;
    height: 20px;
}
.info-download {
    margin-left:30px;
    font-size:7pt;
    margin-right: 30px;
    float: right;
    letter-spacing: normal;
}
.w3eden .well {
    background: none;
    border-bottom: 1px solid #E5E7EB !important;
    padding: 10px 20px 10px 20px;
    margin-bottom: 0px;
}
.msm-submenu .vc_row {
    width: 650px;
}
.widget .brand-thumbnails li, .brand-thumbnails li {
    padding: 8px
}
#woocommerce_product_search-2 > form > button {
    display: none;
}
.ywcca_container {
    margin: 0px;
}
.body-back-to-top:before {
    background: rgba(31,79,120,0.14);
}

.brand-thumbnails li a img:hover  {
    transform: scale(1.05);
    transition: all 0.2s ease;
}
.widget .brand-thumbnails li, .brand-thumbnails li {
    background: #f2f3f785;
    border-radius: 5px;
}
.ywcca_widget_container_style_1 {
    border: transparent;
}
.ywcca_widget_container_style_1 .ywcca_category_accordion_widget li.cat-item, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.menu li.menu-item, .ywcca_widget_container_style_1 .ywcca_widget_title {
    background: #4ebbe2 !important; 
    border-bottom-color: rgba(0,0,0,0.05) !important;
    color: #fff !important;
}
.ywcca_widget_container_style_1 .ywcca_category_accordion_widget li.cat-item, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.menu li.menu-item, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget li.cat-item a, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.menu li.menu-item a {
    font-weight: bold;
    color: #ffffff !important;
}
.ywcca_widget_container_style_1 .ywcca_widget_title {
    padding: 14px!important;
    background: #4ebbe2!important;
    text-transform: uppercase;
    font-size: 18px;
}
.ywcca_container {
    margin: 0px !important;
}
.ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.children li, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.sub-menu li.menu-item {
    border-bottom-color: rgba(0,0,0,0.05)!important;
}

button, .button, input[type="submit"], .products .product .woo-cover .buttons-wrap a, .products .type-product .woo-cover .buttons-wrap a {
    background: #13db63;
    border-color: #13db63;
}
.products .product .woo-cover .buttons-wrap a, .products .type-product .woo-cover .buttons-wrap a:hover {
    background: #15ea6a;
    border-color: #15ea6a;
}

li.product a.add_to_cart_button:nth-child(2), .dfd-prod-lightbox  {
    display: none;
}
.product.type-product {
        transition: all 0.2s ease;
}

li.product.type-product:hover {
    box-shadow: 0px 10px 35px 0px rgba(25, 99, 112, 0.15);
    border-radius: 10px;
    transition: all 0.2s ease;
    transform: scale3d(1.03, 1.03, 1.03) !important;
    z-index: 99999999;
}
.dfd-shop-archive:not(.dfd-shop-loop-shortcode) .products > li.product, .products.upsells .products > li.product, .products.upsells .products > li.type-product, .products.related .products > li.product, .products.related .products > li.type-product {
    padding: 10px;
}
.dfd-shop-archive:not(.dfd-shop-loop-shortcode) .products > li.product {
    margin-bottom: 10px;
}
.ywtm_content_tab .w3eden .thumbnail {
    padding: 10px;
}
.wb-posted_in {
    font-weight: 500;
}
#header-container.dfd-header-builder .buttonel .button {
    max-height: 20px !important;
    background: transparent !important;
    border-color: #ddd !important;
    color: #02a7cf;
    border: solid 1px;
    padding: 10px 20px;
}
#yith-ywraq-form table.cart .product-thumbnail a img {
    max-height: 50px;
    max-width: 50px;
}
.yith-ywraq-mail-form-wrapper h3 {
    text-align: center;
}
#yith-ywrq-table-list > tbody > tr.cart_item > td.product-remove {
    padding: 10px 22px 10px 26px;
    width: 50px;
}
#yith-ywrq-table-list > tbody > tr.cart_item > td {
    vertical-align: middle !important;
}
#yith-ywrq-table-list > tbody > tr.cart_item > td.product-quantity .quantity label {
    display: none;
}
#yith-ywrq-table-list > tbody > tr.cart_item > td.product-quantity {
    float: right;
}
#yith-ywrq-table-list > thead > tr .product-quantity {
    text-align: right;
    padding-right: 25px;
}
.ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.children li, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.sub-menu li.menu-item {
    background: #5fcdf0;
    border-bottom-color: rgba(0,0,0,0.05);
    color: #fff;
}
.ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.children li, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.sub-menu li.menu-item, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.children li a, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.sub-menu li.menu-item a {
    color: #fff;
}
.ywraq-wrapper {
    padding: 0 20px;
}
.products .product:hover .woo-cover .woo-entry-thumb .preview-thumb {
visibility: visible;
opacity: 1;
}
.products .product .woo-cover .woo-entry-thumb .woo-entry-thumb-carousel {
opacity: 0;
}
.chat-ico, .chat-title {
    color: #fff;
}
.chat-chat-btn>.chat-title, .chat-header>.chat-title {
    margin: 12px 0 0px;
}
.body-back-to-top.visible {
    bottom: 96px;
}

.products .product .woo-cover .woo-entry-thumb .preview-thumb, .products .type-product .woo-cover .woo-entry-thumb .preview-thumb {
    background: #fff !important;
    padding: 20px;
}
body.woocommerce-checkout #main-content .dfd-content-wrap > .woocommerce .dfd-coupon-wrap, body.dfd-page-class-checkout #main-content .dfd-content-wrap > .woocommerce .dfd-coupon-wrap {
    display: none !important;
}
body.woocommerce-checkout #main-content .dfd-content-wrap > .woocommerce .dfd-login-wrap, body.dfd-page-class-checkout #main-content .dfd-content-wrap > .woocommerce .dfd-login-wrap {
    width: 100%;
    margin-bottom: 20px;
}
.spots-home, .spots-home img {
    width: 100vw
}
.wb-car-cnt.wb-car-style1 li .wb-car-item-cnt {
    border-radius: 5px;
}
.wpcf7 form.dfd_contact_form.preset1 span input, .wpcf7 form.dfd_contact_form.preset1 span textarea, .wpcf7 form.dfd_contact_form.preset1 .dk-select .dk-selected, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background: #f0f2f5;
}

.wpcf7 form:not(.dfd_contact_form) p label {
    display: block;
    font-family: "Montserrat" !important;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 10px;
    letter-spacing: .6px;
    color: #6f7a84;
    line-height: 25px;
}
#wpcf7-f353-p94-o1 > form > p:nth-child(7) {
    text-align: center;
}
.info-suporte .full-width-element .dfd-presentation-tilted-item .main-decoration {
    transform: skew(0deg) !important;
}
.produtos-home {
    margin-top: -90px !important;
}

.chat-chat-btn {
    right: 30px !important;
}
@-webkit-keyframes pulse {
  0% {
    @include transform(scale(.85));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 50px rgba(0,166,206,0.5);
  }
    100% {
    @include transform(scale(.85));
    box-shadow: 0 0 0 0 rgba(0,166,206,0);
  }
}
#YLC_chat_btn {
    -webkit-animation: pulse 1.5s infinite ease;
}

.wb-car-cnt.wb-car-style1 img  {
    width: auto!important;
    height: 35px !important;
}
.mega-menu .nav-item .main-menu-link.item-title, .mega-menu .nav-item.menu-item-language > a {
    letter-spacing: initial;
    font-weight: 600;
}
.dfd-shop-archive:not(.dfd-shop-loop-shortcode) .products > li.product {
        border-bottom: 1px solid #ebedef;
}
.products .product .woo-title-wrap h3.dfd-shop-loop-title a, .products .type-product .woo-title-wrap h3.dfd-shop-loop-title a {
    color: inherit;
    font-weight: 400;
    font-size: 13px;
}
@media only screen and (min-width: 800px) {
#layout.dfd-portfolio-loop > .row.full-width #left-sidebar, #layout.dfd-gallery-loop > .row.full-width #left-sidebar, #layout.dfd-shop-loop > .row.full-width #left-sidebar, #layout.single-folio > .row.full-width #left-sidebar, #layout.single-gallery > .row.full-width #left-sidebar {
    margin-top: 0px;
}
}
.dfd-shop-archive:not(.dfd-shop-loop-shortcode) .dfd-shop-page-title {display: none;}

@media only screen and (max-width: 1100px) {
    #header-container.dfd-header-builder.small .header-builder-wrraper .dfd-header-logos .dfd-logo-wrap>a img.sticky-logo, #header-container.dfd-header-builder.small .header-builder-wrraper .dfd-header-logos .dfd-logo-wrap {
    transform: scale(1.3);
    top: -25px;
    left: 5px;
    }
}
h1.dfd-page-title {
    letter-spacing: -1px;
}
.single-product .woocommerce-tabs {
    margin-top: 40px;
}

.single-product .woocommerce-tabs .tabs.wc-tabs {
    background: #fff;
    z-index: 9;
}
.single-product .woocommerce-tabs .tabs.wc-tabs::before {
    content: '';
    width: 100vw;
    height: 1px;
    background: #02a7cf;
    position: absolute;
    overflow: visible;
    margin-top: 20px;
    right: 0;
    z-index: -1;
}
.single-product .woocommerce-tabs .tabs.wc-tabs::after {
    content: '';
    width: 100vw;
    height: 1px;
    background: #02a7cf;
    position: absolute;
    overflow: visible;
    margin-top: 20px;
    z-index: -1;
}

.aceite {
    width: initial !important;
    margin: 20px 0px;
}
.aceite-li {
    display: inline-block;
}

.wpcf7 > form > strong > strong > div:nth-child(2) > div > div > div > input {
    padding: 15px;
    border-radius: 40px !important;
    background: rgb(19,219,99) !important;
    border: none !important;
    margin: 10px;
}
.wpcf7 > form > div:nth-child(12) > div > div > div > p {
    font-style: normal !important;
    font-size: 100% !important;
    margin: 20px 0px !important;
}
.single-product .images .single-product-thumbnails .product-carousel .single-product-thumbnail {
    border: 1px solid #ccc;
}
.related.products h2 {
    text-align: center;
}
.related.products h2::after {
    content: '';
    width: 100vw;
    height: 1px;
    background: #02a7cf;
    position: absolute;
    overflow: visible;
    margin-top: 9px;
    z-index: -1;
    margin-left: 50px;
}
.related.products h2::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #02a7cf;
    position: absolute;
    overflow: visible;
    margin-top: 9px;
    z-index: -1;
    margin-right: 750px;
    right: 0;
}
.acblue ul.trwca-accordion li ul:last-child a:hover {
    border-color: #02a7cf !important;
}
.acblue .trwca-accordion a:hover, .acblue .trwca-accordion li ul a:hover {
    background: #02a7cf !important;
}
.acblue .trwca-accordion a:hover, .acblue li.current-cat a, .acblue li.current-cat-parent a {
    background: #02a7cf;
    border-radius: 7px 7px 0px 0px;
}
.trwca-actheme {
    max-width: 420px;
    margin: auto;
}

.wpcf7 > form > div:nth-child(3) > div > div:nth-child(3) > div > input {
    background: #13db63 !important;
    border-radius: 50px !important;
    height: 40px !important;
    margin-top: 19px !important;
    border: none !important;
}
.cf7-smart-grid.has-grid .field > label {
        display: block;
    margin-bottom: 0;
    font-family: "Montserrat" !important;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 10px;
    letter-spacing: .6px;
    color: #6f7a84;
    margin: 10px 0px !important;
    padding-left: 8px;
}
.wpcf7  > form > div:nth-child(3) > div > div:nth-child(2) > div > span > input {
    padding-top: 10px;
}
.products .product .prod-wrap .price ins, .products .type-product .prod-wrap .price ins {
    color: #02a7cf;
}
.fswp_calc {
    text-transform: initial !important;
    font-weight: 400 !important;   
    height: 50px; 
}

.mega-menu>ul>li .submenu-languages ul, .mega-menu>ul>li div.sub-nav ul, .onclick-menu>ul>li .submenu-languages ul, .onclick-menu>ul>li div.sub-nav ul {
    padding:0px;
}
#yith-ywraq-mail-form > p:nth-child(6) {
    text-align: center;
}
#yith-ywrq-table-list > tbody > tr:nth-child(2) > td > input.button {
    float: right;
}
@media only screen and (min-width: 800px) {
    .single-product .images.thumbs-left .single-product-thumbnails .product-carousel .single-product-thumbnail {
        margin-bottom: 20px;
    }
    .single-product .images.thumbs-left .single-product-image {
    width: 75%;
}
}
#header-container.dfd-header-builder .header-builder-wrraper .wrapper_el .el {

    padding: 0 5px;
}
.single-product-thumbnails {
    margin-top: 50px;
}
#main-content > div > div > div.cart-collaterals > div > table > tbody > tr.order-total > td > strong > span {
    margin-left: -20px;
}
.terms-privacy-conditions .terms {
    margin-top: 25px;
}
.terms-privacy-conditions .terms #terms {
    margin-left: 4px;
    display: inline-block;
}
.terms-privacy-conditions .terms label {
    width: 88%;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
.terms-privacy-conditions .terms label a {
    text-decoration: underline;
}
.vbox-inline .popup-footer a.btn {
    padding: 0px 30px;
 }
.vbox-inline {
    padding: 30px 30px 30px 30px!important;
}
.vbox-inline .popup-title {
    padding: 0px;
}
.vbox-inline .woocommerce h2 {
    margin: 0!important;
    text-align: center;
    font-size: 26px;
    letter-spacing: 0;
}
.vbox-close {
    margin: 50px;
}
.cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip {
    background: none !important;
    color: red;
    right: 0px !important;
    left: unset !important;
    font-size: 12px;
    text-align: right;
}
input[type="checkbox"]:checked:before {
    border-color: #34db83;
    background: #34db83;
}
input[type="checkbox"]:hover:before {
    background: #34db83;
    border-color: #34db83; 
}
.cf7-smart-grid.has-grid .wpcf7-submit {
    background: #13db63 !important;
    border-color: #13db63 !important;
    border-radius: 30px !important;
    width: 40% !important;
    margin: 20px auto !important;
    display: inherit !important;
}
.vagas {
    max-width: 930px;
    margin: auto;
}
.single-product .product_meta>span.tagged_as>a {
    padding: 10px !important;
    line-height: 10px !important;
}
.dhvc-woo-images img {
    padding: 40px !important;

}
.dhvc-woo-title {
    letter-spacing: -0.5px;
}
#footer.footer-style-3 {
    z-index: 9999 !important;
}

.mega-menu>ul>li {
    padding: 0 16px;
}
#yith-ywraq-default-form > p.form-row.form-row-wide {
    text-align: center;
}
#yith-ywraq-default-form {
    margin: 25px auto;
    max-width: 600px;
}
.yith-ywraq-mail-form-wrapper h3 {
    margin: 0px 0px;
    font-size: 20px
}
.dfd-client-logo-list .dfd-item-offset .dfd-client-logo-item .title-wrap {
    display: none;
}
.acblue .trwca-accordion li ul a:hover {
    background: rgba(255,255,255,0.5) !important;
    border-radius: 0 !important;
    color: #164656 !important;
}
.minha-conta {display: inline-block !important;}
.woocommerce-account .woocommerce-MyAccount-navigation {
    text-align: center;
}
.telephone-field-builder {
    font-weight: bold;
}
.ywraq_my_account_quotes_title {
    font-size: 18px;
    letter-spacing: normal;
    margin-top: 25px;
}
.quotes-actions .button {
        margin: 8px 8px;
}
.quotes-actions .reject {
    background: #db9613;
}
.ywraq-buttons .ywraq-accept, .ywraq-buttons .ywraq-reject {
    color: #fff !important;
}
.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
#payment > ul > li > label > img {
    display: none;
}
body.woocommerce-checkout #main-content .dfd-content-wrap > .woocommerce .checkout.woocommerce-checkout #customer_details .notes, body.woocommerce-checkout #main-content .dfd-content-wrap > .woocommerce .checkout.woocommerce-checkout #customer_details #billing_company_field, body.woocommerce-checkout #main-content .dfd-content-wrap > .woocommerce .checkout.woocommerce-checkout #customer_details #shipping_company_field, body.woocommerce-checkout #main-content .dfd-content-wrap > .woocommerce .checkout.woocommerce-checkout #customer_details .address-field, body.woocommerce-checkout #main-content .dfd-content-wrap > .woocommerce .checkout.woocommerce-checkout #customer_details .validate-required, body.dfd-page-class-checkout #main-content .dfd-content-wrap > .woocommerce .checkout.woocommerce-checkout #customer_details .notes, body.dfd-page-class-checkout #main-content .dfd-content-wrap > .woocommerce .checkout.woocommerce-checkout #customer_details #billing_company_field, body.dfd-page-class-checkout #main-content .dfd-content-wrap > .woocommerce .checkout.woocommerce-checkout #customer_details #shipping_company_field, body.dfd-page-class-checkout #main-content .dfd-content-wrap > .woocommerce .checkout.woocommerce-checkout #customer_details .address-field, body.dfd-page-class-checkout #main-content .dfd-content-wrap > .woocommerce .checkout.woocommerce-checkout #customer_details .validate-required {
    margin-bottom: 10px;
}
.woocommerce-page form p label {
    padding-bottom: 4px;
}
.shipping-notice {
    display:none;
}
#order_review > table > tfoot > tr.shipping > th, #payment > ul > li > label {
    padding-bottom: 0px;
    font-size: 10px !important;
    font-weight: bold !important;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .3px;
    color: #222;
}
.woocommerce #payment ul.payment_methods li #pagseguro-payment-methods li.active, .woocommerce-page #payment ul.payment_methods li #pagseguro-payment-methods li.active {
    border-color: #02a7cf #02a7cf transparent !important;
    background: #02a7cf !important;
    color: #fff !important;
}
.body-back-to-top {
    z-index: 10000;
    right: 40px;
}
.sidr .sidr-inner {
    padding: 30px 0 0px;
}
.titulo {
    color: #fff;
}

.primeiro-item a, .segundo-item a {
    color: #fff !important;
    font-size: 15px !important;
    padding: 40px 50px 40px 160px!important;
}
.primeiro-item:hover, .segundo-item:hover {
    transform: scale3d(1.05,1.05,1.05);
    transition: all 0.3s ease;
    z-index: 999;
    border-radius: 10px !important;
}
.primeiro-item:hover {  
    filter: brightness(110%);
    background-image: linear-gradient(to bottom, rgba(0,58,72,0) 0%, rgba(255,255,255,0) 20%), url(https://globalamerica.com.br/wp-content/uploads/2018/03/incendio.png);
}
.segundo-item:hover {
        filter: brightness(110%);
        background-image: linear-gradient(to bottom, rgba(0,58,72,0) 0%, rgba(255,255,255,0) 20%), url(https://globalamerica.com.br/wp-content/uploads/2018/03/seguranca.png);
}

.primeiro-item {
    padding: 0px !important;
    border-radius: 0px 0px 0px 10px;
    background-image: linear-gradient(to bottom, rgba(0,58,72,0.2) 0%, rgba(255,255,255,0) 20%), url(https://globalamerica.com.br/wp-content/uploads/2018/03/incendio.png);
    background-size: cover;
    background-position: left center;
    transition: all 0.3s ease;
}
.segundo-item {
    padding: 0px !important;
    border-radius: 0px 0px 10px 0px;
    background-image: linear-gradient(to bottom, rgba(0,58,72,0.2) 0%, rgba(255,255,255,0) 20%), url(https://globalamerica.com.br/wp-content/uploads/2018/03/seguranca.png);
    background-size: cover;
    background-position: left center;
    transition: all 0.3s ease;
}
.submenu-produtos .sub-nav ul {
    margin-left: -150px !important;
    background: transparent !important;
    /* IE10+ */ 
}
.mega-menu>ul>li .submenu-languages, .mega-menu>ul>li div.sub-nav, .onclick-menu>ul>li .submenu-languages, .onclick-menu>ul>li div.sub-nav {
    opacity:0;
    display: block !important;
    transition: all 0.2s ease;
    margin-top: 10px;
    z-index: -10000;
}
.mega-menu>ul>li .submenu-languages.open, .mega-menu>ul>li div.sub-nav.open {
    opacity:1;
    transition: all 0.2s ease;
    margin-top: 0px;
}

.page-nav .dfd-pagination:not(.dfd-pagination-style-5) .dfd-prev-page:hover span {
    width: 75px;
}

div.page-title-inner .page-title-inner-wrap {
    transition: all 0.05s ease;
}

.products .product .woo-title-wrap .price {
        color: #02a7cf;
        font-size: 15px !important;
}
.data-suporte div input {
    width: calc(100% - 30px) !important;
}
#input_3_17, #input_3_18 {
        width: calc(100% - 30px) !important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0px;
}
.gpnf-nested-entries th {
    background-color: rgba(20, 84, 136, 0.1);
}
table tbody tr:nth-child(even) {
    background: #f2f4f7;
}
#field_3_23 > label > span {
    display: none;
}
#choice_3_23_1 {
    margin-top: 0px; 
    margin-left: 10px;
}
#label_3_23_1 {
    font-size: 14px;
}

#main-content > div > div > div > div > .wc-correios-tracking__title, #main-content > div > div > div > div > .wc-correios-tracking__table, #main-content > div > div > div > div > .wc-correios-tracking__description {
    display: none;
}

.products .type-product .yith-ywraq-add-to-quote .yith-ywraq-add-button .add-request-quote-button {
    line-height: 15px !important;
    padding: 10px 18px !important;
    opacity: 0;
    transition: all 0.2s ease;
    top: 20px;
    position: relative;
}

.dfd-shop-archive:not(.dfd-shop-loop-shortcode) .products>li.product:hover .add-request-quote-button.button, .dfd-shop-archive:not(.dfd-shop-loop-shortcode) .products>li.product:hover .yith-ywraq-add-to-quote {
    opacity: 1;
    margin-top: -12px;
    transition: all 0.2s ease;
}
.yith-ywraq-add-to-quote {
    transition: all 0.2s ease;
}

.page-nav .dfd-pagination:not(.dfd-pagination-style-5) .dfd-prev-page, .page-nav .dfd-pagination:not(.dfd-pagination-style-5) .dfd-next-page {
    width: 150px;
}
.wb-bx-wrapper .wb-bx-next {
    right: -45px;
    position: absolute;
    top: 56px;
}
.wb-bx-wrapper .wb-bx-prev {
    left: -45px;
    position: absolute;
    top: 56px;
}
.wb-bx-wrapper .wb-bx-controls-direction a {
    background-color: #fff !important;
    width: 35px !important;
    height: 35px !important;
}
.dfd-carousel-wrapper .dfd-carousel-module-wrapper .dfd-slider-control {
    width: 35px;
    height: 35px;
}
.marcas-slider .dfd-slick-dots {
    display: none !important;
}

.marcas-slider .dfd-single-image-module {
    background: #fff;
    border-radius: 5px;
}
.wb-car-cnt.wb-car-style1 li .wb-car-item-cnt {
        border-radius: 5px !important;
}


.products .product .woo-title-wrap h3.dfd-shop-loop-title, .products .type-product .woo-title-wrap h3.dfd-shop-loop-title, .products .product .woo-title-wrap .price, .products .product .woo-cover .buttons-wrap, .products .type-product .woo-cover .buttons-wrap {
    text-align: center;
}

.form-search-section input[type="text"] {
    border-bottom: solid 2px #fff;
}
.form-search-section input[type="text"]:focus, .form-search-section input[type="text"]:hover {
    border-bottom: solid 3px #fff;
}
.woocommerce.products .dfd-single-product-module.full_front .product-wrap .woo-title-wrap .product_title > a {
    white-space: initial;
    line-height: 20px;
    font-size: 14px;
}
.woocommerce.products .dfd-single-product-module .woo-title-wrap {
    padding: 0px;
    min-width: 260px;

}
.woocommerce.products .dfd-single-product-module.full_front .product-wrap .woo-title-wrap .product_title {
    margin-bottom: 15px;
}
.woocommerce.products .dfd-single-product-module.full_front .product-wrap .buttons-wrap .button, .woocommerce.products .dfd-single-product-module.full_front .product-wrap .buttons-wrap .add_to_cart_button, .woocommerce.products .dfd-single-product-module.full_front .product-wrap .buttons-wrap .added_to_cart {
    background: #15ea6a;
    border-color: #15ea6a;
    padding: 10px 30px 10px 45px;
}
.woocommerce.products .dfd-single-product-module .buttons-wrap .button:before, .woocommerce.products .dfd-single-product-module .buttons-wrap .add_to_cart_button:before, .woocommerce.products .dfd-single-product-module .buttons-wrap .added_to_cart:before {
    left: 17px;
    opacity: 1;
}
.dfd-rotate-box-wrap .rotate-box .dfd-rotate-box-item .thumb-wrap .thumb-wrap-front, .dfd-rotate-box-wrap .rotate-box .dfd-rotate-box-item .thumb-wrap .thumb-wrap-back {
    min-height: 130px;
}
.gform_wrapper .gform_footer {
    text-align: center;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
    margin: auto;
}
.pwb_tab_tab {
    display: none;
}
.products .product .woo-cover, .products .type-product .woo-cover {
    min-height: 205px;
    max-height: 205px;
}
.woo-entry-thumb {
    overflow: visible;
}
.menu-so-mobile {display: none;}

.dfd-shop-archive:not(.dfd-shop-loop-shortcode) .woocommerce-ordering .dk-select.orderby {
    min-width: 270px;
    text-align: left;
}
.dfd-shop-archive:not(.dfd-shop-loop-shortcode) .products > li.product {
    cursor: pointer;
}
.woocommerce-account form.login, .woocommerce-account form.woocommerce-ResetPassword {
    min-width: 320px;
}

.w3eden .pull-right {
    border-radius: 30px;
    background: #3498db;
    color: #fff;
    transition: all 300ms ease; 
}
.w3eden .pull-right i {
   margin-right: -25px;
}
.w3eden .pull-right a {
   color: #fff !important;
   padding: 5px 20px 5px 25px;
}
.w3eden .pull-right a:hover {
    text-decoration: none !important;   
}
.w3eden .pull-right:hover {
    background: #34db70;
    transition: all 300ms ease; 
}
.spots-home .dfd-hotspot-left .hide, .spots-home-mapa .dfd-hotspot-left .hide  {
        display: inline-block !important;
        float: right;
    }

.chat-form input[type=text], .chat-form input[type=text]:focus, .chat-form input[type=email], .chat-form input[type=email]:focus, .chat-form textarea, .chat-form textarea:focus {
	font-size: 14px;
}



@media (max-width:800px)  {
    .products .product .woo-cover .woo-entry-thumb .preview-thumb img, .products .type-product .woo-cover .woo-entry-thumb .preview-thumb img {
        padding: 0px 30px 18px 30px;
    }
    .products .product .woo-cover, .products .type-product .woo-cover {
        padding: 0px 24px;
    }
    .w3eden #src {
    box-shadow: none;
    padding-left: 35px;
    background-position: 15px 18px !important;
    background-size: 20px;
    line-height: 50px;
    padding: 28px 48px  !important;
    border: solid 1px #3498db;
}
    
}
@media (max-width:480px)  {
    .products .product .woo-cover .woo-entry-thumb .preview-thumb img, .products .type-product .woo-cover .woo-entry-thumb .preview-thumb img {
        padding: 0px 6px;
    }
    .products .product .woo-cover, .products .type-product .woo-cover {
        padding: 0px 24px;
    }
    
}
@media (min-width:1600px)  {
    .products .product .woo-cover, .products .type-product .woo-cover {
        padding: 0px 20px 8px 20px;
    }
    .products .product .woo-cover .woo-entry-thumb .preview-thumb img, .products .type-product .woo-cover .woo-entry-thumb .preview-thumb img {
         padding: 0px 20px 8px 20px;
    }
}    
@media (max-width:1250px)  {
	.dfd-carousel-wrapper .dfd-carousel-module-wrapper.dfd-dots-enabled {
		width: 81% !important;
		margin: auto;
	}
	.wb-bx-wrapper .wb-bx-prev {
		left:  50px;
	}
	.wb-bx-wrapper .wb-bx-next {
		right: 50px;
	}
}
@media (max-width:1100px)  {
    .menu-so-mobile {display: inline-block !important;}
    }

@media (max-width:1024px)  { 
    .info-download {
        display: inline-block;
        text-align: left;
        float: left;
        position: relative;
        left: -60px;
    }
    #wpdm-downloads > div > div > div.media-body > h3 > a {
        float: left;
        margin-right: 15px;
    }   
    
        .dfd-icon-list-wrap .dfd-icon-list .content-wrap .dfd-content-title-small {
        text-align: center !important;
        padding-left: 0 !important;
    }
    #footer .columns {
        margin: 20px auto;
        border: none;
    }
       .ms-skin-light-3 .ms-nav-next, .ms-skin-light-3 .ms-nav-prev {
    top: 47%;
    }
     
    .ms-skin-light-3 .ms-nav-next {
        right: -5px;
        transform: scale3d(0.5,0.5,0.5);
    }
    .ms-skin-light-3 .ms-nav-prev {
        left: -5px;
        transform: scale3d(0.5,0.5,0.5);
    }
   
    .divisor {
            height: auto !important;
            margin: 0px !important;
    }
    .material-tecnico-coluna {
        width: 50% !important;
        display: inline-block;
        max-height: 190px;
        min-height: 190px;
        overflow: hidden;
        transform: scale(0.9,0.9) !important;
    }
    .material-tecnico-coluna img {
        max-width: 115px;
        max-height: 145px;
    }
    #tipo-de-pessoa_field > span {
        width: auto !important;
        max-width: 600px !important;
    }
    .sidr .sidr-inner>ul>li ul a {
        color: #fff;
    }
    .empresa-layers {
        margin-left: 15% !important;
        margin-right: 0;
        transform: scale(0.8,0.8);
        margin-top: -60px;
    }
    #yith-ywraq-form {
        overflow: scroll;
    }
    .titulo-hotspot {
        top: 0px !important;
    }
    .titulo, .titulo span {
        color: #748b90 !important;
    }
}

@media only screen and (max-width: 799px) and (min-width: 480px)  {
     .card-incendio {
        width: 50% !important;
        display: inline-block;
        padding-right: 10px !important;
    }
    .card-seguranca {
        width: 50% !important;
        display: inline-block;
        margin-bottom: 20px;
        padding-left: 10px !important;
        float: right !important;
    }
    #wc_brands_brand_thumbnails-2 {
        width: 47%;
        display: inline-block;
    }
    #woocommerce_product_tag_cloud-2 {
         width: 48%;
        float: right;
        display: inline-block;
    }
    .dfd-shop-archive.dfd-shop-columns-3 .products > li.product, .dfd-shop-archive.dfd-shop-columns-4 .products > li.product {
        width: 33%;
    }
    .products .product .woo-cover .woo-entry-thumb .preview-thumb img, .products .type-product .woo-cover .woo-entry-thumb .preview-thumb img {
        padding: 0px 13px;
    }
    .products .product .woo-cover .woo-entry-thumb .preview-thumb, .products .type-product .woo-cover .woo-entry-thumb .preview-thumb {
        padding: 0px;
    }
    .products .product .woo-cover, .products .type-product .woo-cover {
        min-height: 90px;
        max-height: 150px;
    }
}


@media (max-width:768px)  { 
		.dfd-carousel-wrapper .dfd-carousel-module-wrapper.dfd-dots-enabled {
		width: 85%;
		margin: auto;
       }
     .titulo-banner {
        font-size: 24px !important;
        line-height: 24px !important;
    }
    .titulo-banner h4 span {
        font-size: 24px !important;
        line-height: 24px !important;
        display: none !important;
    }
    .master-slider > div > div > div.ms-view.ms-basic-view.ms-grab-cursor > div > div.ms-slide.ms-sl-selected > div.ms-slide-layers > div > div.ms-layer.titulo-banner.msp-cn-3-95 > h4 > span {
    	 display: none !important;
    }
    .ms-view.ms-basic-view > div > div:nth-child(1) > div.ms-slide-layers > div > div.ms-btn-container > a {
    	display: none !important;
    }
    #header-container.dfd-header-builder .header-builder-wrraper .wrapper_el .el {
        padding: 0px !important;
    }
    .minha-conta {
        padding-right: 10px !important;
        padding-left: 20px !important;
    }
    .spots-home, .spots-home img, .spots-home-mapa, .spots-home-mapa img {
        width: 170vw !important;
        margin-left: -70px !important;
    }
    .spots-home-mapa .HotspotPlugin_Hotspot {
        margin-left: -92px !important;
    }
    .spots-home-mapa .dfd-hotspot-left {
        margin-top: 105px;
    }
    .wb-car-cnt.wb-car-style1 img {
        height: auto !important; 
    }
    .info-suporte .dfd-presentation-tilted-list li .description {
            margin-left: -70px;
    }
    .info-download {
        display: none;
    }
    #wpdm-downloads {
        margin-top: -50px;
    }
    #wpdm-downloads .well {
        padding-left: 0px;
    }  
     .destaque-card .dfd-rotate-box-item .thumb-wrap .thumb-wrap-back, .destaque-card .dfd-rotate-box-item .thumb-wrap .thumb-wrap-front {
        min-height: 100px !important;
        max-height: 100px !important;
    }    
       
    .spots-home .dfd-hotspot-left {
        margin-top: 105px;
    }
    .mobile-largura { 
        width: 100% !important;
    }
    #yith-ywraq-form .actions a, #yith-ywrq-table-list > tbody > tr:nth-child(2) > td > input.button {
        margin: auto;
        float: none;
    }
    #yith-ywraq-form .actions a {
        margin-bottom: 10px;
    }
    #yith-ywrq-table-list > tbody > tr:nth-child(2) > td {
        text-align: center;
    }
    #yith-ywrq-table-list > tbody > tr.cart_item > td.product-remove {
        padding: 10px 22px 10px 20px;
    }
}

@media (max-width:480px)  { 
    
    .empresa-layers {
        margin-left: -12px !important;
    }
    .card-incendio {
        width: 100% !important;
        display: inline-block;
        padding-right: 0px !important;
    }
    .card-seguranca {
        width: 100% !important;
        display: inline-block;
        margin-bottom: 20px;
        padding-left: 0px !important;
    }
    .dfd-shop-archive.dfd-shop-columns-2 .products > li.product, .dfd-shop-archive.dfd-shop-columns-3 .products > li.product, .dfd-shop-archive.dfd-shop-columns-4 .products > li.product {
        width: 50% !important;
        display: inline-block;
        border-bottom: none;
        margin: 0px;
    }
    .products .product .woo-cover .woo-entry-thumb .preview-thumb img, .products .type-product .woo-cover .woo-entry-thumb .preview-thumb img, .products .product .woo-cover .woo-entry-thumb .preview-thumb, .products .type-product .woo-cover .woo-entry-thumb .preview-thumb {
        padding: 3px;
    }
    .products .product .woo-cover, .products .type-product .woo-cover {
        min-height: 90px;
        max-height: 150px;
    }
    .products .product .woo-title-wrap h3.dfd-shop-loop-title a, .products .type-product .woo-title-wrap h3.dfd-shop-loop-title a {
        font-size: 12px;
    }
    #layout.dfd-shop-loop {
        padding: 20px 0px;
    }
    .spots-home, .spots-home img {
	    width: 140vw !important;
	    margin-left: -30px !important;
	}
}

@media (max-width:480px)  {  
	.wb-bx-wrapper .wb-bx-viewport {
		width: 88% !important;
		margin: auto;
	}
    .wb-bx-wrapper .wb-bx-next {
        right: 10px;
        position: absolute;
        top: 50px;
        z-index:99999;
    }
    .wb-bx-wrapper .wb-bx-prev {
        left: 10px;
        position: absolute;
        top: 50px;
        z-index:99999;
    } 
    .wb-bx-wrapper ul li {
    	width
    }
    .dfd-carousel-module-wrapper.dfd-arrows-enabled.dfd-arrows_aside_offset .dfd-slider-control.prev {
        margin-left: -10px;
    }
    .dfd-carousel-module-wrapper.dfd-arrows-enabled.dfd-arrows_aside_offset .dfd-slider-control.next {
    margin-right: -10px;
    }
    .dfd-single-image-module.image-center img {
    	padding: 10px 0px;
    }
}
#yith-wacp-popup .yith-wacp-content a.button {
    border-radius: 30px;
    background: #3498db;
    color: #fff;
    padding: 10px;
}
#yith-wacp-popup > div.yith-wacp-wrapper.woocommerce > div > div.yith-wacp-content.ps > table > tbody > tr > td.item-quantity > div > label {
    display:none;
}

.telephone .dfd-btn-open-modal-box .dfd-btn-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
    line-height: 25px !important;
    margin-top: 7px !important;
}
.num-telefones-modal div p {
    text-align: center;
}
.rll-youtube-player {
    max-width: 720px !important;
    margin: 25px auto !important;
}
#header-container > div.header-builder-wrraper.desktop > div > div.header-top-panel.show > div > div > div > div.right-col > div > div.el.telephone {
    min-width: 120px;
}
#header-container > div.header-builder-wrraper.desktop > div > div.header-bottom-panel.header-wrap.show > div > div > div > div.left-col::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 250px;
    top: -1px;
    left: -45px;
    background: #fff;
    z-index: -1;
}
p.order-again {
    display: none;
}
div.cross-sells {
	display: none;
}

@media (min-width: 900px)  {  
	.dfd-shop-archive:not(.dfd-shop-loop-shortcode) .products>li.product {
	    min-height: 346px !important;
	}
	.product-search-filter-terms .cat-parent.expandable>ul {
		padding: 10px 15px;	
		background: #f0f4f7 !important;
	}
}
.product-search-filter-terms ul li {
    border-bottom: solid 1px #dce3e8 !important;
}
.product-search-filter-terms ul li.expanded {
	font-weight: bold;
}
.product-search-filter-terms ul li {
    padding: 5px 0px;
}
.product-search-filter-terms .term-expander {
	margin-left: 8px;
}

body.woocommerce-order-received #main-content .woocommerce p.woocommerce-thankyou-order-received {
    position: relative;
    font-size: 14px !important;
    letter-spacing: 0px !important;
    line-height: 1.6 !important;
    text-align: left;
    padding: 0 0 0 40px;
    margin-bottom: 70px;
    background: transparent;
    font-weight: 500 !important;
    color: #d99a00 !important;
}
.bandeiras-global {
    text-align: center;
}
.bandeiras-global li::before {
    display: none !important;
}
.bandeiras-global li  { 
    display: inline-block;
    padding: 0px 13px;
 }
 @media only screen and (max-width: 1100px) {
     .primeiro-item a, .segundo-item a {
        padding: 15px 35px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        font-size: 11px !important;
    }
     .primeiro-item, .segundo-item {
        background-repeat: no-repeat !important;
        background-image: none !important;
    }
}
.destaque-card > div > div > div > div > div.thumb-wrap-front.dfd-background-main {
           background-size: 60% !important;
        background-position: left !important;
        background-repeat: no-repeat !important;
}

.thumb-wrap-front .dfd-background-main {
        background-size: 60% !important;
        background-position: left !important;
        background-repeat: no-repeat !important;
    }

.wb-filter-style1 .wb-alphabet-table .wb-all-alphabet a, .wb-filter-style1 .wb-alphabet-table .wb-all-alphabet a:hover {
    color: transparent !important;
}
.wb-filter-style1 .wb-alphabet-table .wb-all-alphabet a:before {
    content: 'Tudo';
    color: #000;
    text-align: center;
}
.wb-filter-style1 .wb-alphabet-table .wb-all-alphabet a:hover:before {
    color: #fff;
}
.eb-scrollbarcnt .thumb .end, .eb-scrollbarcnt-short .thumb .end, .eb-scrollbarcnt .thumb, .eb-scrollbarcnt-short .thumb {
    background: #4ebbe2 !important;
}

@media screen and (max-width: 768px) {
    #left-sidebar {
            width: 280px !important;
            padding: 20px 12px 100px 13px !important;
            top: 40px !important;
            box-shadow: 0px 5px 11px 1px #0f404f5e !important;
        }
        #responsive-sidebar-btn {
            top: 66px!important;
            right: 0px!important;
            border-radius: 20px 0px 0px 20px !important;
            background-size: 25px 20px!important; 
            box-shadow: 0px 5px 11px 1px #0f404f5e !important;
            background: #00a6ce!important;
            width: 70px !important;
        }
        #responsive-sidebar-btn:after {
            content: 'Filtrar';
            color: #fff;
        }

        .dfd-shop-archive:not(.dfd-shop-loop-shortcode) .woocommerce-ordering {
            display: none;
        }
    }

#yith_wc_category_accordion-2 > div > ul > li.cat-item.cat-item-15.opened {
    background: #419bbb !important;
        transition: all ease 300ms;
}
#yith_wc_category_accordion-2 > div > ul > li.cat-item.cat-item-34.opened {
    background: #419bbb !important;
        transition: all ease 300ms;
}
#yith_wc_category_accordion-2 > div > ul > li.cat-item.cat-item-15.opened > a, #yith_wc_category_accordion-2 > div > ul > li.cat-item.cat-item-34.opened > a {
    font-weight: bold;
}
.ywcca_category_accordion_widget li.cat-item:hover {
    background: #5ecaf1 !important;
    transition: all ease 200ms;
}
.ywcca_category_accordion_widget li.cat-item {
    transition: all ease 200ms;
}
.ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.yith-children li, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.ywcca-sub-menu li.menu-item, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.yith-children li a, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.ywcca-sub-menu li.menu-item a {
    text-transform: initial !important;;
}
.ywcca_widget_container_style_1 .ywcca_category_accordion_widget li.cat-item, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.ywcca-menu li.menu-item, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget li.cat-item a, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.ywcca-menu li.menu-item a {
    font-weight: bold;
}
.ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.yith-children li, .ywcca_widget_container_style_1 .ywcca_category_accordion_widget ul.ywcca-sub-menu li.menu-item {
    background: #32768e !important;
}

 .single-product .cart .single_add_to_cart_button.added {
    display: inline-block !important;
 }
 button.single_add_to_cart_button.loading:after {
    position:absolute;
    top: 13px;
    left: 24px;
    width:100%;
    height:100%;
    height: 20px;
    width: 20px;
    content: "";
    background: url(https://globalamerica.com.br/wp-content/uploads/2019/08/91.svg) #13db63 no-repeat;
    text-align:center;
}
button.single_add_to_cart_button:hover.loading {
    background-color: #13db63;
}

button.single_add_to_cart_button:hover.loading:after {
    position:absolute;
    top: 13px;
    left: 24px;
    width:100%;
    height:100%;
    height: 20px;
    width: 20px;
    content: "";
    background: url(https://globalamerica.com.br/wp-content/uploads/2019/08/91.svg) #00bdeb no-repeat;
    text-align:center;
}

/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
/* we set the opacity to 0 */
   opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
/* prepare the future animation */
   -webkit-transition: opacity .5s linear 0.2s;
       -moz-transition: opacity .5s linear 0.2s;
                 transition: opacity .5s linear 0.2s;
/* we set the opacity to 1 to do the magic */
   opacity: 1;
}