.page-title-default{
	background-color:rgb(65,83,100);
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
}

:root{
--wd-text-font:"Merriweather", Arial, Helvetica, sans-serif;
--wd-text-font-weight:300;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Merriweather", Arial, Helvetica, sans-serif;
--wd-title-font-weight:300;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Merriweather", Arial, Helvetica, sans-serif;
--wd-entities-title-font-weight:300;
--wd-entities-title-color:#333333;
--wd-entities-title-color-hover:rgb(51 51 51 / 65%);
}
:root{
--wd-alternative-font:"Merriweather", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Merriweather", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:300;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Merriweather", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:300;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:12px;
}
.fontpers{
	font-family: "Outfit", Arial, Helvetica, sans-serif;font-weight: 500;
}

:root{
--wd-primary-color:rgba(65,83,100,0.95);
}
:root{
--wd-alternative-color:rgb(65,83,100);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:#f7f7f7;
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-shop-bgcolor:rgba(65,83,100,0.89);
}
:root{
--btn-shop-bgcolor-hover:rgb(65,83,100);
}
:root{
--btn-accent-bgcolor:rgba(65,83,100,0.93);
}
:root{
--btn-accent-bgcolor-hover:rgb(65,83,100);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
	
	
			--wd-form-brd-radius: 0px;
	
	--wd-form-brd-width: 2px;

	--btn-default-color: #333;
	--btn-default-color-hover: #333;

	--btn-shop-color: #fff;
	--btn-shop-color-hover: #fff;

	--btn-accent-color: #fff;
	--btn-accent-color-hover: #fff;
			--btn-default-brd-radius: 0px;
		--btn-default-box-shadow: none;
		--btn-default-box-shadow-hover: none;
		--btn-default-box-shadow-active: none;
		--btn-default-bottom: 0px;
	
	
			--btn-accent-brd-radius: 0px;
		--btn-accent-box-shadow: none;
		--btn-accent-box-shadow-hover: none;
		--btn-accent-box-shadow-active: none;
		--btn-accent-bottom: 0px;
	
	
			--btn-shop-bottom-active: -1px;
		--btn-shop-brd-radius: 0.001px;
		--btn-shop-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
		--btn-shop-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
	
	
	
	
	
	
	
	
		}

	
	
	/* Site width */
		/* Header Boxed */
	@media (min-width: 1025px) {
		.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
			max-width: 1192px;
		}
	}

	.container {
		max-width: 1222px;
	}
	
	
	@media (min-width: 1222px) {

		[data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1222px) / 2);
			padding-right: calc((100vw - 1222px) / 2);
		}

		.platform-Windows [data-vc-full-width]:not([data-vc-stretch-content]) {
			padding-left: calc((100vw - 1239px) / 2);
			padding-right: calc((100vw - 1239px) / 2);
		}
	}

	
	/* Quick view */
	div.wd-popup.popup-quick-view {
		max-width: 920px;
	}




	.woodmart-woocommerce-layered-nav .wd-scroll-content {
		max-height: 280px;
	}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//lojaadala.com.br/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=6.4.2") format("woff2");
}

.product-label.new, .product-label.featured
 {
    background-color: #415364 !important;
    color: #e5d4d3 !important;
}
.wd-single-reviews.wd-layout-two-column {
    display: none !important;
}
.wd-popup {
    padding: 0px !important;
    border-radius: 25px !important;
}
.OCULTAR-CONTADOR {
    display: none !important;
}

.show-arrow .wrap-loading-arrow>div {
    opacity: 0 !important;
}

.woo-sctr-shortcode-countdown-value {
    font-weight: bold !important;
}




#adala-progress-wrapper {
    margin: 20px 0;
    padding: 10px;
    border-radius: 8px;
    background: #f8f8f8;
    font-family: inherit;
    width: 100%;
}

#adala-progress-bar {
  background: #d0d4da;
  border-radius: 10px;
  height: 18px;
  overflow: hidden;
  position: relative;
}

#adala-progress-bar .bar {
  background: #415364;
  height: 100%;
  width: 0%;
  transition: width 0.8s ease;
}

#adala-progress-message {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}


.woo-sctr-shortcode-countdown-unit-wrap {
    margin: 0 5px !important;
}

span.woo-sctr-shortcode-countdown-text-before {
    font-size: 17px !important;
}

.wd-header-text.set-cont-mb-s.reset-last-child.whb-text-element {
    display: flex !important;
    justify-content: center !important;
}

div#cfpp div.calculo-de-frete div#calcular-frete {
    background-color: #415364 !important;
}

@media (min-width: 767px){
.WHATSAPP-MOBILE{
display:none;
}
}

@media screen and (max-width: 767px){
.WHATSAPP-DESKTOP{
display:none;
}
}

.woodmart-logo img {
    width: 221px !important;
}
.whb-color-dark .navigation-style-default .item-level-0>a {
    color: #fff !important;
}

#ssb-btn-0 {
    border-radius: 181px!important;
}
.fa-whatsapp:before {
    font-size: 45px!important;
}
#ssb-container ul li span {
    line-height: 20px!important;
    width: 35px!important;
    margin-top: 21px!important;
    margin-left: 12px!important;
}
#ssb-container {
    top: 76%!important;
   
}
#ssb-container ul li a {
    line-height: 39px!important;
  
}
li.additional_information_tab.active {
    display: none!important;
}
li.additional_information_tab {
    display: none!important;
}
a.woodmart-accordion-title.tab-title-additional_information {
    display: none!important;
}
.woocommerce-tabs.wc-tabs-wrapper.tabs-layout-tabs h3 span {
    color: #415364 !important;
}

/* Login e Registro - Mobile */

@media (max-width: 768px) {
    .login-tabs {
        display: flex;
        margin-bottom: 20px;
        gap: 10px;
    }
	#customer_login {
    justify-content: center;
}

    .tab-button {
        flex: 1;
        padding: 12px;
        font-size: 16px;
        border: 1px solid #415364;
        background-color: white;
        color: #415364;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
    }

    .tab-button:hover,
    .tab-button.active {
        background-color: #415364;
        color: white;
    }
}