@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//papelariza.com.br/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
	font-display:swap;
}

:root {
	--wd-cat-brd-radius: 50%;
	--wd-text-font: "Glacial Indifference", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(73,73,73);
	--wd-text-font-size: 14px;
	--wd-title-font: "Bebas Neue", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Bebas Neue", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "League Spartan", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "League Spartan", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(233,142,141);
	--wd-alternative-color: rgb(245,184,179);
	--wd-link-color: rgb(232,92,90);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(233,142,141);
	--btn-default-bgcolor-hover: rgb(232,92,90);
	--btn-accented-bgcolor: rgb(233,142,141);
	--btn-accented-bgcolor-hover: rgb(232,90,88);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(245,184,179);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(232,90,88);
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(http://levestic.com.br/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(215,145,132);
	background-image: none;
	background-repeat: repeat-y;
	background-size: contain;
	background-attachment: scroll;
	background-position: left top;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(254,238,222);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(254,238,222);
	background-image: none;
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(221,51,51);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 0px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


@font-face {
	font-family: "Glacial Indifference";
	src: url("//papelariza.com.br/wp-content/uploads/2024/03/GlacialIndifference-Regular.woff") format("woff");
	font-weight: 400;
	font-display:swap;
	font-style: normal;
}

@font-face {
	font-family: "Glacial Indifference Bold";
	src: url("//papelariza.com.br/wp-content/uploads/2024/03/GlacialIndifference-Bold.woff") format("woff");
	font-weight: 900;
	font-display:swap;
	font-style: normal;
}

#fpd-start-customizing-button {
  display: inline-block;
  padding: .75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;  font-size: 1rem;
  letter-spacing: .15rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  &:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 10rem;
    z-index: -2;
  }
  &:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: grey;
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1;
  }
  &:hover {
    color: #000000;
    &:before {
      width: 100%;
    }
  }
}

/* esconder o biaartstore das categorias do cabeçalho da loja
#woocommerce_product_categories-2 .product-categories .cat-item-308{
	display: none;
}

.cat-item-308 {
	display: none;
}

.term-308 { 
	display: none;
}
*/


/* Ocultar o botão "Olhada Rápida" para produtos personalizados */
.custom-product .woodmart-quick-view-btn {
    display: none !important;
}

.div-pixcartao {
	font-size: smaller;
}

.fgf_gift_products_wrapper {
	margin-top: 20px;
}

div#coupons_list {
    margin-top: 20px;
}

/* ajustes na parte de embalagem dos produtos */
.gtw-product-gift-wrapper-enable-field label {
    font-size: 12px;
    margin-bottom: 10px;
}

button[name="clear-cart"] {
    border-radius: 35px;
}

button[name="clear-cart"] {
    border-radius: 35px;
}

.gtw-add-order-gift-wrapper-content button, .gtw-slide-order-gift-wrapper-footer input[type='button'] {
    border-radius: 35px;
}

body.product-category-embalagem #embalagens {
    display: none;
}

body.product-category-embalagem .embalagens {
    display: none;
}

.gtw-product-gift-wrapper {
    display: inline-block; !important;
}

p.gtw-add-order-gift-wrapper-content {
    display: inline-flex;
}

input.checkbox.gtw-order-gift-wrapper.gtw-add-order-gift-wrapper {
   margin-left: 5px;
}

.visible-inline-block {
    display: inline-block !important;
}


.black-friday {
    top: 0;
    left: 0;
    z-index: 99;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.black-friday {
    position: absolute;
    margin-top: 20px; /* Adjust this value as needed */
    text-align: center;
}

.black-friday img {
    max-width: 100px; /* Set the maximum width for the flag image */
    height: auto;
}

.wpp-aviso {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 7px;
    margin-bottom: 20px;
    padding-block:10px;
	  padding-inline:65px 30px !important;min-height: 60px;
    text-align: start;
    border: none;
    border-radius: 50px;
}

/* polaroids instagram */
.wd-insta-item {
    position: relative;
    overflow: hidden;
    border-radius: 0 !important;/* Cantos quadrados */
    background: white;
    padding: 8px 8px 30px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* tamanho do item de menu categoria iksm */
.iksm-term__link
{
    width: 260px;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	/* tamanho do item de menu categoria iksm */
.iksm-term__link
{
    width: 260px;
}
}

@media (max-width: 576px) {
	/* tamanho do item de menu categoria iksm */
.iksm-term__link
{
    width: 260px;
}
}

