/* @media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
} */

.loader-cep {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #2d2d2d;
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}
.pswp {
  z-index: 150200;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.nopadding {
  padding: 0;
}
.nopaddingleft {
  padding-left: 0;
}
.nopaddingright {
  padding-right: 0;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -moz-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.transition-all-03-ms {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transition-all-015-ms {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.no-out {
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none;
}
.no-out:hover,
.no-out:focus {
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none;
  border-color: unset;
}
.h-100 {
  height: 100%;
}
.w-100 {
  width: 100%;
}
.align-items-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.align-items-end {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.justify-contente-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-contente-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-content-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-contente-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  background-color: #000000;
  opacity: 0.3;
}
html.mm-opening #hamburger:before,
html.mm-opening #hamburger:after {
  top: 15px !important;
}
.b-lazy {
  opacity: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.b-loaded {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
body.decorhaus {
  font-family: "Mabry Pro", sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
}
body.decorhaus .mfp-bg {
  z-index: 100000;
}
body.decorhaus .mfp-wrap {
  z-index: 100001;
}
body.decorhaus .iziModal-overlay {
  z-index: 100000 !important;
}
body.decorhaus .iziModal {
  z-index: 100001 !important;
}
body.decorhaus .iziModal .icon-close {
  background: #FFF;
  margin-bottom: 10px;
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 0;
  color: #a9a9a9;
  cursor: pointer;
  z-index: 2;
}
body.decorhaus .iziModal .iframe-block {
  padding: 10px 15px;
}
body.decorhaus .iziModal .iframe-block iframe {
  width: 100%;
}
body.decorhaus .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
body.decorhaus .row > [class*='col-'] {
  flex-direction: column;
  display: flex;
  margin-left: -1px;
  margin-right: -1px;
}
body.decorhaus input[type="checkbox"]:checked:after,
body.decorhaus .checkbox input[type="checkbox"]:checked:after,
body.decorhaus .checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #ab2950;
  border-color: #ab2950;
}
body.decorhaus .category {
  margin: 0;
}
body.decorhaus .category .aggregation-block {
  padding-bottom: 10px;
  border-bottom: 1px #e5e5e5 solid;
  background: #FFF;
  margin-bottom: 15px;
}
body.decorhaus .category .aggregation-block.aggregation-price .aggregation-block-heading {
  padding: 16px 0 22px 0;
}
body.decorhaus .category .aggregation-block.aggregation-price .noUi-horizontal {
  height: 6px;
  border-radius: 0;
  max-width: 95%;
  display: block;
  margin:0 auto;
}
body.decorhaus .category .aggregation-block.aggregation-price .noUi-horizontal .noUi-base .noUi-connects {
  border-radius: 0;
}
body.decorhaus .category .aggregation-block.aggregation-price .noUi-horizontal .noUi-base .noUi-connects .noUi-connect {
  background: #262626;
}
body.decorhaus .category .aggregation-block.aggregation-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle {
  width: 18px;
  height: 20px;
  top: -8px;
  box-shadow: none;
  border-color: #262626;
  background: #262626;
  border-radius: 0;
}
body.decorhaus .category .aggregation-block.aggregation-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle:hover,
body.decorhaus .category .aggregation-block.aggregation-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle:focus {
  border-radius: 0;
}
body.decorhaus .category .aggregation-block.aggregation-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle.noUi-handle-lower {
  right: -15px;
}
body.decorhaus .category .aggregation-block.aggregation-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle.noUi-handle-upper {
  right: -2px;
}
body.decorhaus .category .aggregation-block.aggregation-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle:before {
  content: unset;
}
body.decorhaus .category .aggregation-block.aggregation-price .noUi-horizontal .noUi-base .noUi-origin .noUi-handle:after {
  content: unset;
}
body.decorhaus .category .aggregation-block.aggregation-price .price-info {
  font-size: 13px;
  font-weight: 300;
  margin: 20px 0 20px;
  padding: 0px 15px;
}
body.decorhaus .category .aggregation-block.aggregation-price .price-btn{
  padding: 0px 15px;
}
body.decorhaus .category .aggregation-block.aggregation-price .price-btn .btn-theme {
  background: #262626;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  border-radius: 0;
}
body.decorhaus .category .aggregation-block.aggregation-price .price-btn .btn-theme:hover {
  background: #ab2950;
}
body.decorhaus .category .aggregation-block.aggregation-price .price-btn .btn-primary {
  background: #33333f;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  border-radius: 0;
}
body.decorhaus .category .aggregation-block.aggregation-price .price-btn .btn-primary:hover {
  background: #23232f;
}
body.decorhaus .category .aggregation-block .aggregation-block-heading {
  background: #fff;
  border-bottom: none;
  color: #333;
  text-transform: none;
  cursor: pointer;
  line-height: 1;
  padding: 16px 0 16px 0;
  position: relative;
}
body.decorhaus .category .aggregation-block .aggregation-block-heading .aggregation-block-title {
  color: #333;
  display: -webkit-box;
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  margin: 0;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.2;
  padding: 0px 15px;
}
body.decorhaus .category .aggregation-block .filter-list {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}
body.decorhaus .category .aggregation-block .filter-list .filter-list-item {
  border-top: none;
  color: #333;
  font-size: 14px;
  list-style: none;
  position: relative;
  background-color: #fff;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  padding: 0px 15px;
}
body.decorhaus .category .aggregation-block .filter-list .filter-list-item:active {
  background-color: inherit;
}
body.decorhaus .category .aggregation-block .filter-list .filter-list-item:hover {
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  background-color: inherit;
}
body.decorhaus .category .aggregation-block .filter-list .filter-list-item .filter-list-link {
  margin-left: -5px;
  font-size: 14px;
  padding: 6px 6px 6px 35px;
  display: block;
  color: #333;
  position: relative;
  text-decoration: none;
}
body.decorhaus .category .aggregation-block .filter-list .filter-list-item .filter-list-link.filter-show-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.decorhaus .category .aggregation-block .filter-list .filter-list-item .filter-list-link.categoria-list-link {
  padding: 6px 6px;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
body.decorhaus .category .aggregation-block .filter-list .filter-list-item .filter-list-link.categoria-list-link:hover {
  padding-left: 9px;
}
body.decorhaus .category .aggregation-block .filter-list .filter-list-item .filter-list-link.selected .checkbox-check {
  background: #2d2d2d;
  border-color: #2d2d2d;
}
body.decorhaus .category .aggregation-block .filter-list .checkbox-check {
  margin-top: -9px;
  top: 50%;
  left: 5px;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #999;
  fill: #fff;
  padding: 2px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body.decorhaus .aggregatedFilters {
  position: relative;
  padding: 0;
}
body.decorhaus .aggregatedFilters .filter-aggregated-options {
  background: #e5e5e5;
  padding: 2.5px;
  border: 1px #f2f2f2 solid;
  margin: 0;
  margin-top: 15px;
  border-left: 0;
  border-right: 0;
}
body.decorhaus .aggregatedFilters .filter-aggregated-options .btn {
  overflow: hidden;
  max-width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  float: none;
  border-radius: 0;
  padding: 0.75em 2.5em 0.75em 0.75em;
  position: relative;
  line-height: 20px;
}
body.decorhaus .aggregatedFilters .filter-aggregated-options .btn:not(.btn-clear-all) {
  background: #fff;
  margin: 2.5px;
}
body.decorhaus .aggregatedFilters .filter-aggregated-options .btn.btn-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: inherit;
  font-size: 14px;
  padding: 0.7em 2.5em 0.3em 0.7em;
}
body.decorhaus .aggregatedFilters .filter-aggregated-options .btn.btn-input.btn-list-item {
  font-size: 18.2px;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: left;
}
body.decorhaus .aggregatedFilters .filter-aggregated-options .btn.btn-input.btn-list-item .aggregation-group-title {
  font-weight: bold;
  text-align: left;
}
body.decorhaus .aggregatedFilters .filter-aggregated-options .btn.btn-input.btn-list-item .aggregation-title {
  font-weight: bold;
  text-align: left;
  color: #2d2d2d;
}
body.decorhaus .aggregatedFilters .filter-aggregated-options .btn.btn-input.btn-list-item .btn-dismissible-icon {
  width: 10px;
  height: 10px;
  fill: #666;
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.decorhaus .aggregatedFilters .filter-aggregated-options .btn.btn-input small {
  line-height: 1;
  font-weight: normal;
  font-size: 10px;
  display: block;
  color: #999;
}
body.decorhaus .aggregatedFilters .filter-aggregated-options .btn.btn-link {
  font-size: 14px;
  color: #2d2d2d;
  padding: 12px;
  font-weight: bold;
  margin: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: underline;
  text-transform: lowercase;
  cursor: pointer;
}
body.decorhaus .category-select #form-filters {
  height: 100%;
  flex-direction: row;
  display: flex;
}
body.decorhaus .category-select #form-filters .filter-title {
  display: inline-flex;
  font-size: 16px;
  color: #000000;
  margin-right: 6px;
  margin-top: 3px;
  flex-wrap: nowrap;
  width: 110px;
}
body.decorhaus .category-select #form-filters .filters {
  display: inline-flex;
  flex-wrap: wrap;
}
body.decorhaus .category-select #form-filters .filters .tail-select {
  width: auto !important;
  margin-right: 5px;
  height: inherit;
  line-height: unset;
}
body.decorhaus .category-select #form-filters .filters .tail-select:hover .select-label {
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px #ab2950;
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px #ab2950;
}
body.decorhaus .category-select #form-filters .filters .tail-select.active {
  position: relative;
}
body.decorhaus .category-select #form-filters .filters .tail-select.active .select-dropdown {
  display: inline-grid;
  top: 100%;
}
body.decorhaus .category-select #form-filters .filters .tail-select .select-label {
  display: inline-block;
  width: auto;
}
body.decorhaus .category-select #form-filters .filters .tail-select input[type=text] {
  padding: 10px 5px 10px 10px;
}
body.decorhaus .category-select #form-filters .filters .tail-select .select-dropdown {
  width: auto;
}
body.decorhaus .category-select #form-filters .filters .tail-select .select-dropdown ul li {
  padding: 5px 15px 5px 30px;
  white-space: nowrap;
  width: auto;
}
body.decorhaus .category-select #form-filters .filters .tail-select .select-dropdown .dropdown-action {
  right: 5px;
}
body.decorhaus .btn-theme {
  background-color: #33333f;
}
body.decorhaus .btn-theme:hover,
body.decorhaus .btn-theme:active,
body.decorhaus .btn-theme:focus {
  background-color: #ab2950 !important;
}
body.decorhaus .carrinho-sm-width .shopping-cart {
  width: 500px;
  padding: 0 20px;
}
body.decorhaus .carrinho-sm-width .shopping-cart .shopping-cart-header-link {
  display: block;
  margin-top: 10px;
}
body.decorhaus .carrinho-sm-width .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd {
  padding-left: 0;
}
body.decorhaus .carrinho-sm-width .shopping-cart .shopping-cart-header-link .shopping-cart-header .shop-no-padd h4 {
  margin: 0;
}
body.decorhaus .carrinho-sm-width .shopping-cart .shopping-cart-items .photo {
  padding-right: 0;
  display: block;
}
body.decorhaus .carrinho-sm-width .shopping-cart .shopping-cart-items .photo img {
  width: 100%;
  margin-right: 0;
}
body.decorhaus .carrinho-sm-width .shopping-cart .shopping-cart-items .small-variation {
  display: none;
}
body.decorhaus .carrinho-sm-width .shopping-cart .shopping-cart-items .table {
  margin-bottom: 0;
}
body.decorhaus .carrinho-sm-width .shopping-cart .shopping-cart-items .table td[data-title="Preço total"] span.text-success {
  font-size: 16px;
  font-weight: 500;
}
body.decorhaus .carrinho-sm-width .shopping-cart .shopping-cart-total {
  margin-bottom: 25px;
}
body.decorhaus .carrinho-sm-width .shopping-cart .shopping-cart-total .shopping-cart-total-span p {
  margin-bottom: 0;
}
body.decorhaus .carrinho-sm-width .shopping-cart .shopping-cart-total .finalizar {
  font-weight: 600;
}
body.decorhaus .page-header h1 {
  color: #494948;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
body.decorhaus .default-title {
  color: #494948;
  font-weight: 500;
}
body.decorhaus .img-fluid {
  max-width: 100%;
  height: auto;
}
body.decorhaus .owl-theme .owl-controls .owl-page span,
body.decorhaus .owl-theme .owl-controls.clickable .owl-page span {
  background: #fff;
}
body.decorhaus .owl-theme .owl-controls .owl-page.active span,
body.decorhaus .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #b5272c;
  border-color: #b5272c;
}
body.decorhaus header.header-bg {
  background-color: #33333f;
}
body.decorhaus header.header-bg .col-logo {
  padding: 15px 0 15px;
}
body.decorhaus header.header-bg .col-logo .logo-base {
  margin: 0;
}
body.decorhaus header.header-bg .col-logo .logo-base a img {
  display: block;
}
body.decorhaus header.header-bg .col-logo .logo-base a img.fix {
  display: none;
}
body.decorhaus header.header-bg .col-logo .logo-base #hamburger {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
body.decorhaus header.header-bg .col-right {
  background-color: #ab2950;
  -webkit-transform: matrix(1, 0, -0.4, 1, 0, 0);
  -moz-transform: matrix(1, 0, -0.4, 1, 0px, 0px);
  -ms-transform: matrix(1, 0, -0.4, 1, 0, 0);
  -o-transform: matrix(1, 0, -0.4, 1, 0, 0);
  transform: matrix(1, 0, -0.4, 1, 0, 0);
  padding: 16px 20px;
  z-index: 12;
}
body.decorhaus header.header-bg .col-right .col-search {
  -webkit-transform: matrix(1, 0, 0.4, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0.4, 1, 0px, 0px);
  -ms-transform: matrix(1, 0, 0.4, 1, 0, 0);
  -o-transform: matrix(1, 0, 0.4, 1, 0, 0);
  transform: matrix(1, 0, 0.4, 1, 0, 0);
}
body.decorhaus header.header-bg .col-right .col-search .icon {
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body.decorhaus header.header-bg .col-right .col-search .icon svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.decorhaus header.header-bg .col-right .col-search .icon svg path {
  fill: #ffffff;
}
body.decorhaus header.header-bg .col-right .col-search .search {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
body.decorhaus header.header-bg .col-right .col-search .search .form-search {
  margin-top: 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
body.decorhaus header.header-bg .col-right .col-search .search .form-search .form-control {
  border: none;
  font-size: 18px;
  color: #ffffff;
  background-color: transparent;
  border-radius: 0;
  height: 44px !important;
  line-height: 40px !important;
  outline: none;
  box-shadow: none;
}
body.decorhaus header.header-bg .col-right .col-search .search .form-search .form-control:-webkit-autofill,
body.decorhaus header.header-bg .col-right .col-search .search .form-search .form-control:-webkit-autofill:hover,
body.decorhaus header.header-bg .col-right .col-search .search .form-search .form-control:-webkit-autofill:focus,
body.decorhaus header.header-bg .col-right .col-search .search .form-search .form-control:-webkit-autofill:active {
  border: none;
  -webkit-text-fill-color: #ffffff;
  background-color: transparent;
  -webkit-box-shadow: 0 0 0px 1000px #ab2950 inset;
  transition: all 5000s linear 0s;
  transition-property: background-color, color;
}
body.decorhaus header.header-bg .col-right .col-search .search .form-search .form-control::-webkit-input-placeholder body.decorhaus header.header-bg .col-right .col-search .search .form-search .form-control::-moz-placeholder,
body.decorhaus header.header-bg .col-right .col-search .search .form-search .form-control:-ms-input-placeholder,
body.decorhaus header.header-bg .col-right .col-search .search .form-search .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #c3c3c3;
}
body.decorhaus header.header-bg .col-right .col-search .search .form-search .form-control:focus {
  outline: none;
  box-shadow: none;
}
body.decorhaus header.header-bg .col-right .col-search .search .form-search .btn-search-sub {
  color: #fff !important;
  font-family: "Mabry Pro", sans-serif;
  font-size: 18px !important;
  height: 200% !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
  text-transform: none;
  border: none;
  top: -50%;
  right: 0;
  box-shadow: none;
  -webkit-transform: matrix(1, 0, -0.3, 1, 0, 0);
  -moz-transform: matrix(1, 0, -0.3, 1, 0px, 0px);
  -ms-transform: matrix(1, 0, -0.3, 1, 0, 0);
  -o-transform: matrix(1, 0, -0.3, 1, 0, 0);
  transform: matrix(1, 0, -0.3, 1, 0, 0);
  background: #9c2549;
  background: -moz-linear-gradient(90deg, #9c2549 0, #ab2950 25%, #ab2950 75%, #9c2549 100%);
  background: -webkit-linear-gradient(90deg, #9c2549 0, #ab2950 25%, #ab2950 75%, #9c2549 100%);
  background: linear-gradient(90deg, #9c2549 0, #ab2950 25%, #ab2950 75%, #9c2549 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9c2549", endColorstr="#9c2549", GradientType=1);
}
body.decorhaus header.header-bg .col-right .col-search .search .form-search .btn-search-sub:hover {
  outline: 0;
}
body.decorhaus header.header-bg .col-right .col-search .search .form-search .btn-search-sub .btn-text-sk {
  -webkit-transform: matrix(1, 0, 0.3, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0.3, 1, 0px, 0px);
  -ms-transform: matrix(1, 0, 0.3, 1, 0, 0);
  -o-transform: matrix(1, 0, 0.3, 1, 0, 0);
  transform: matrix(1, 0, 0.3, 1, 0, 0);
  margin-bottom: 0;
}
body.decorhaus header.header-bg .col-right .col-search .search #suggestive-search #ui-id-1,
body.decorhaus header.header-bg .col-right .col-search .search #suggestive-search .ui-widget {
  width: calc(100% + 60px) !important;
  z-index: 36!important;
}
body.decorhaus header.header-bg .col-right .col-icons {
  -webkit-transform: matrix(1, 0, 0.4, 1, 0, 0);
  -moz-transform: matrix(1, 0, 0.4, 1, 0px, 0px);
  -ms-transform: matrix(1, 0, 0.4, 1, 0, 0);
  -o-transform: matrix(1, 0, 0.4, 1, 0, 0);
  transform: matrix(1, 0, 0.4, 1, 0, 0);
}
body.decorhaus header.header-bg .col-right .col-icons .register {
  display: inline-flex;
  flex-direction: row;
  padding-right: 7.5px;
  padding-left: 10px;
}
body.decorhaus header.header-bg .col-right .col-icons .register a svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.decorhaus header.header-bg .col-right .col-icons .register a p {
  display: inline-block;
  color: #494948;
  font-family: "Mabry Pro", sans-serif;
  font-size: 16px;
  float: left;
  line-height: 30px;
  margin-bottom: 0;
  margin-right: 15px;
  font-weight: 700;
}
body.decorhaus header.header-bg .col-right .col-icons .col-cart {
  padding-left: 7.5px;
  padding-right: 0;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
body.decorhaus header.header-bg .col-right .col-icons .col-cart .carrinho-sm-width .icon {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: row;
  padding-right: 7px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.decorhaus header.header-bg .col-right .col-icons .col-cart .carrinho-sm-width .icon .badge-qtd {
  position: absolute;
  min-width: 18px;
  line-height: 1.5;
  top: -7px;
  right: 2px;
  border-radius: 100%;
  background-color: #fff;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
body.decorhaus header.header-bg .col-right .col-icons .col-cart .carrinho-sm-width .icon .badge-qtd .qtd {
  color: #ab2950;
  font-size: 12px;
  font-weight: bold;
}
body.decorhaus header.header-bg .col-right .col-icons .col-cart .carrinho-sm-width .text-cart {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: row;
  line-height: 1;
  padding-top: 5px;
}
body.decorhaus header.header-bg .col-right .col-icons .col-cart .carrinho-sm-width .text-cart span {
  color: #afafaf;
  font-size: 14px;
}
body.decorhaus header.header-bg .col-right .col-icons .col-cart .carrinho-sm-width .text-cart span .cart-quantity {
  font-size: 16px;
}
body.decorhaus header.header-checkout {
  background-color: #33333f;
  padding: 21px 0;
}
body.decorhaus header.header-checkout .col-logo {
  display: inline-block;
}
body.decorhaus header.header-checkout .col-logo a svg {
  width: 201px;
  height: 62px;
}
body.decorhaus header.header-checkout .col-selo {
  display: inline-block;
}
body.decorhaus header.header-checkout .col-selo .icon-ambiente-seguro-black {
  background-image: url(../img/min/sprite.png);
  background-position: 0 0;
  width: 121px;
  height: 41px;
}
body.decorhaus .step-checkout li {
  font-size: 14px;
}
body.decorhaus .step-checkout li.current {
  color: #ab2950;
}
body.decorhaus .step-checkout li.current:before {
  border-color: #ab2950;
}
body.decorhaus #menu-desktop {
  margin: 0;
  border: none;
  height: auto;
}
body.decorhaus #menu-desktop .first-level {
  overflow: visible !important;
  text-align: center;
  align-self: center;
  height: auto;
}
body.decorhaus #menu-desktop .first-level .dropdown-hover.posit-static {
  position: static !important;
}
body.decorhaus #menu-desktop .bar-menu li .dropdown-toggle i{
  display: none;
}
body.decorhaus .mm-menu {
  background: #2d2d2d;
  color: #ffffff;
  z-index: 100000;
}
body.decorhaus .mm-menu .mm-listview li:after {
  border-color: rgba(255, 255, 255, 0.7);
}
body.decorhaus .mm-menu .mm-header > a {
  color: #ffffff;
}
body.decorhaus .mm-menu .mm-header .mm-btn:before,
body.decorhaus .mm-menu .mm-header .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.7);
}
body.decorhaus .mm-menu .mm-listview > li > a.mm-prev:before,
body.decorhaus .mm-menu .mm-listview > li > a.mm-next:after {
  border-color: rgba(255, 255, 255, 0.7);
}
body.decorhaus .mm-menu .mm-listview > li > a.mm-prev:after,
body.decorhaus .mm-menu .mm-listview > li > a.mm-next:before {
  border-color: rgba(255, 255, 255, 0.7);
}
body.decorhaus .pagination > .active > a,
body.decorhaus .pagination > .active > span,
body.decorhaus .pagination > .active > a:hover,
body.decorhaus .pagination > .active > span:hover,
body.decorhaus .pagination > .active > a:focus,
body.decorhaus .pagination > .active > span:focus {
  background-color: #ab2950;
  border-color: #ab2950;
  color: #ffffff;
}
body.decorhaus .pagination > li > a,
body.decorhaus .pagination > li > span {
  color: #33333f;
}
body.decorhaus .pagination > li > a:hover,
body.decorhaus .pagination > li > span:hover,
body.decorhaus .pagination > li > a:focus,
body.decorhaus .pagination > li > span:focus {
  color: #444450;
}
body.decorhaus #page {
  overflow: hidden;
}
body.decorhaus main{
  padding-bottom: 35px;
}
body.decorhaus[data-page="home"] main{
  padding-bottom: 0px;
}
body.decorhaus[data-page="home"] .categoria-banner-destaque {
  margin-bottom: 40px;
}
body.decorhaus[data-page="home"] .categoria-banner-destaque.title-after {
  margin-top: 15px;
  margin-bottom: 10px;
}
body.decorhaus[data-page="home"] .categoria-banner-destaque.title-before {
  margin-bottom: 10px;
}
body.decorhaus[data-page="home"] .categoria-banner-destaque img {
  display: inline-block;
  width: 100%;
}
body.decorhaus[data-page="home"] .intagram {
  margin-bottom: 16px;
}
body.decorhaus[data-page="home"] .intagram .bg-insta {
  padding: 40px 0;
  background: #eeeeee;
}
body.decorhaus[data-page="home"] .intagram .bg-insta .box-title {
  margin-bottom: 10px;
}
body.decorhaus[data-page="home"] .intagram .bg-insta .box-title .box-text {
  font-size: 40px;
  text-transform: none;
  color: #000000;
  font-weight: 500;
  line-height: 1.3;
}
body.decorhaus[data-page="home"] .intagram .bg-insta .text-conteudo {
  margin-bottom: 30px;
}
body.decorhaus[data-page="home"] .intagram .bg-insta .text-conteudo .conteudo-insta a {
  color: #797979;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
body.decorhaus[data-page="home"] .intagram .bg-insta .instagram_feed .instagram_profile .instagram_username {
  margin-top: 14px;
}
body.decorhaus[data-page="home"] .intagram .bg-insta .instagram_feed .instagram_profile .instagram_username a {
  color: #33333f;
  text-decoration: none;
  background-color: transparent;
}
body.decorhaus[data-page="home"] .intagram .bg-insta .instagram_feed .instagram_profile .instagram_username a:hover {
  color: #ab2950;
  text-decoration: underline;
}
body.decorhaus[data-page="home"] .intagram .bg-insta .instagram_feed .instagram_gallery {
  display: flex;
}
body.decorhaus[data-page="home"] .intagram .bg-insta .instagram_feed .instagram_gallery a {
  position: relative;
}
body.decorhaus[data-page="home"] .intagram .bg-insta .instagram_feed .instagram_gallery a:hover .insta_overlay {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
body.decorhaus[data-page="home"] .intagram .bg-insta .instagram_feed .instagram_gallery a .insta_overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  background: linear-gradient(transparent 0, #222e2d 100%);
  opacity: 0;
  -moz-transition: transform 0.3s ease, opacity 0s ease;
  -o-transition: transform 0.3s ease, opacity 0s ease;
  -webkit-transition: transform 0.3s ease, opacity 0s ease;
  transition: transform 0.3s ease, opacity 0s ease;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
body.decorhaus[data-page="home"] .intagram .bg-insta .instagram_feed .instagram_gallery a .insta_overlay span.insta-likes,
body.decorhaus[data-page="home"] .intagram .bg-insta .instagram_feed .instagram_gallery a .insta_overlay span.insta-comments {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
body.decorhaus[data-page="home"] .intagram .bg-insta .instagram_feed .instagram_gallery a .insta_overlay span.insta-likes:before,
body.decorhaus[data-page="home"] .intagram .bg-insta .instagram_feed .instagram_gallery a .insta_overlay span.insta-comments:before {
  font-size: 18px;
  width: 16px;
  text-align: center;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 16px;
  font-family: "FontAwesome";
  margin-right: 8px;
}
body.decorhaus[data-page="home"] .intagram .bg-insta .instagram_feed .instagram_gallery a .insta_overlay span.insta-likes:before {
  content: "\f004";
}
body.decorhaus[data-page="home"] .intagram .bg-insta .instagram_feed .instagram_gallery a .insta_overlay span.insta-comments:before {
  content: "\f075";
}
body.decorhaus[data-page="home"] .intagram .bg-insta .instagram_feed .instagram_gallery a img {
  width: 100% !important;
}
body.decorhaus[data-page="home"] .filter-caract-home {
  height: 100%;
  flex-direction: row;
  display: flex;
  justify-content: center;
  padding: 15px 0 10px;
}
body.decorhaus[data-page="home"] .filter-caract-home.mobi-f {
  display: none;
}
body.decorhaus[data-page="home"] .filter-caract-home .filter-title {
  display: inline-flex;
  font-size: 17px;
  color: #212529;
  margin-right: 10px;
  flex-wrap: nowrap;
  position: relative;
}
body.decorhaus[data-page="home"] .filter-caract-home .filter-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  background: #212529;
  height: 2px;
  left: 0;
  right: 0;
}
body.decorhaus[data-page="home"] .filter-caract-home .filter-link {
  display: inline-flex;
  font-size: 17px;
  color: #868e96;
  padding: 0 10px;
}
body.decorhaus[data-page="home"] .filter-caract-home .filter-link.active {
  font-weight: 700;
  color: #ab2950;
}
body.decorhaus[data-page="home"] .load-more {
  padding-top: 25px ;
  padding-bottom: 15px ;
}
body.decorhaus[data-page="home"] .load-more .btn-load-more-home {
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  background-color: #ab2950;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  max-width: 225px;
  padding: 8px 15px;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  width: 100%;
}
body.decorhaus[data-page="home"] .load-more .btn-load-more-home:hover {
  background-color: #33333f;
}
body.decorhaus[data-page="home"] .load-more .btn-load-more-home i {
  margin-right: 5px;
}
body.decorhaus[data-page="home"] .container-product-list {
  position: relative;
}
body.decorhaus[data-page="home"] .caracteristica-home {
  padding: 80px 0;
}
body.decorhaus[data-page="home"] .caracteristica-home .text-intro {
  max-width: 65%;
  margin: 0 auto;
  font-size: 16px;
  color: #616161;
  font-weight: 500;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
body.decorhaus[data-page="home"] .caracteristica-home .caracteristica-list {
  padding-top: 20px;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
body.decorhaus[data-page="home"] .caracteristica-home .caracteristica-list ul {
  display: block;
  max-width: 80%;
  margin: 0 auto;
}
body.decorhaus[data-page="home"] .caracteristica-home .caracteristica-list ul li {
  display: inline-block;
  padding: 10px 20px;
}
body.decorhaus[data-page="home"] .caracteristica-home .caracteristica-list ul li a {
  color: #000000;
  border-color: #000000;
  border-width: 2px;
  font-family: "Open Sans", sans-serif;
  background-color: #FFFFFF;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 40px;
}
body.decorhaus[data-page="home"] .caracteristica-home .caracteristica-list ul li a:hover {
  background-color: #ab2950;
  color: #ffffff;
  border-color: #ab2950;
}
body.decorhaus[data-page="home"] .pinterest-block .container-fluid {
  padding: 0;
}
body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest {
  position: relative;
  padding: 80px 0 50px;
}
body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest:after {
  content: '';
  position: absolute;
  width: 92%;
  left: 0;
  top: 0;
  height: 560px;
  background: #eeeeee;
  z-index: -1;
  min-width: 1300px;
}
body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint {
  position: relative;
  padding: 0;
}
body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .lateral-text {
  position: absolute;
  top: 200px;
  font-size: 28px;
  color: #959595;
  right: -11%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .lateral-text span {
  font-weight: 700;
  color: #262626;
}
body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-text .title {
  font-size: 40px;
  color: #262626;
  margin-bottom: 15px;
}
body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-text .subtitle {
  font-size: 48px;
  color: #262626;
  font-weight: bolder;
  margin-bottom: 15px;
  line-height: 1.2;
}
body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-text .link {
  font-size: 18px;
  color: #262626;
  font-weight: 500;
  position: relative;
  width: max-content;
}
body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-text .link:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  background: #9c9c9c;
  height: 2px;
  left: 0;
  right: 0;
}
body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-img.justify-contente-end {
  margin-top: 20px;
}
body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-img.img-2 .block-dif {
  position: absolute;
  margin-top: 86px;
  max-width: 100%;
  padding: 0 15px;
}
body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-img .block {
  overflow: hidden;
  color: white;
  position: relative;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}
body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-img .block img {
  width: auto;
  max-height: 100%;
}
body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-img .block .text-bottom {
  color: #fff;
  position: absolute;
  font-size: 22px;
  bottom: 0;
  left: 0;
  font-weight: 700;
  padding-left: 5%;
  padding-bottom: 6%;
  font-family: "Open Sans", sans-serif;
}
body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-img .block .text-bottom span {
  font-size: 16px;
  font-weight: 400;
  display: block;
}
body.decorhaus[data-page="produtos-list"] .page-header,
body.decorhaus[data-page="busca"] .page-header,
body.decorhaus[data-page="empresa"] .page-header,
body.decorhaus[data-page="login"] .page-header,
body.decorhaus[data-page="carrinho"] .page-header,
body.decorhaus[data-page="checkout-endereco"] .page-header,
body.decorhaus[data-page="checkout-pagamento"] .page-header,
body.decorhaus[data-page="checkout-confirmacao"] .page-header {
  padding-left: 0;
  padding-right: 0;
}
body.decorhaus[data-page="produtos-list"] .form-filter {
  padding-bottom: 15px;
  margin-bottom: 5px;
}
body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod {
  background: #6d6d6f;
  padding: 25px 0 30px;
  margin-bottom: 0px;
}
body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-title {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-title h1 {
  font-weight: 700;
  font-size: 55px;
  color: #ffffff;
  line-height: 0.8;
  margin-top: 0;
  margin-bottom: 0;
}
body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-desc {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  max-width: 80%;
  margin: 15px auto 0;
}
body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-desc h1,
body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-desc p,
body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-desc h2,
body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-desc h3,
body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-desc h4,
body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-desc h5,
body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-desc h6 {
  font-weight: 400;
  font-size: 19px;
  color: #a1a1a1;
  line-height: 1.4;
  margin-bottom: 0;
}
body.decorhaus[data-page="contato"] .page-header {
  padding-left: 0;
}
body.decorhaus[data-page="contato"] .title-contato {
  color: #2d2d2d;
  font-weight: 500;
}
body.decorhaus[data-page="perguntas-frequentes"] .page-header {
  padding-left: 0;
}
body.decorhaus[data-page="perguntas-frequentes"] .title-faq {
  color: #2d2d2d;
  font-weight: 500;
}
body.decorhaus[data-page="perguntas-frequentes"] #list-faq #faq-questions .panel-title {
  font-weight: 500;
}
body.decorhaus[data-page="perguntas-frequentes"] #list-faq #faq-questions .fa {
  align-self: flex-end;
  justify-self: flex-end;
}
body.decorhaus[data-page="perguntas-frequentes"] .btn-eq-height {
  height: 48px;
  line-height: 34px;
}
body.decorhaus[data-page="perguntas-frequentes"] .btn-eq-height .fa-remove {
  line-height: 34px;
}
body.decorhaus[data-page="cadastro"] .page-header {
  padding-left: 0;
}
body.decorhaus[data-page="cadastro"] .collapse {
  display: none;
}
body.decorhaus[data-page="cadastro"] .form-group.opt-term {
  margin-bottom: 0;
}
body.decorhaus[data-page*="minha-conta-"] .page-header {
  padding-left: 0;
}
body.decorhaus[data-page*="minha-conta-"] .menu-central {
  border-left: 2px solid #ab2950;
}
body.decorhaus[data-page*="minha-conta-"] .menu-central .list-group-item.active {
  border-radius: unset;
}
body.decorhaus[data-page*="minha-conta-"] .menu-central a.active {
  background: #ab2950;
  border-color: #ab2950;
  color: #FFF;
  font-weight: 500;
}
body.decorhaus[data-page*="minha-conta-"] .menu-central a:hover {
  background: #ab2950;
  border-color: #ab2950;
  color: #FFF;
  font-weight: 500;
}
body.decorhaus[data-page="minha-conta-pedidos"] .view-details {
  font-weight: 500;
}
body.decorhaus[data-page="minha-conta-pedidos"] .view-details:hover {
  text-decoration: underline;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .header-session {
  margin-top: 0;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .header-session.box-correios {
  margin-top: 10px;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .header-session .tit {
  color: #2d2d2d;
  font-weight: 500;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .panel-heading {
  padding: 10px;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .panel-heading h4 {
  color: #2d2d2d;
  font-weight: 500;
  margin: 0;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .panel-body p {
  margin-bottom: 4.2px;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .panel-default {
  margin-bottom: 0;
  box-shadow: none;
  border: 1px solid #e6e6e6;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .text-info-small {
  font-size: 10px;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .table {
  margin-bottom: 5px;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .table-vertical {
  margin-bottom: 15px;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .p-text {
  margin-bottom: 2.80px;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .p-text.last {
  margin-bottom: 14px;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .cart-products-name p {
  margin-bottom: 2.80px;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .cart-products-name p .small-variation {
  font-size: 12px;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .box-shipping .text-right {
  display: inline-block;
}
body.decorhaus[data-page="minha-conta-pedido-detalhes"] .box-shipping .text-right small {
  font-weight: 400;
}
body.decorhaus[data-page="minha-conta-enderecos"] .enderecos-list .panel .panel-heading h4 {
  margin: 0;
}
body.decorhaus[data-page="minha-conta-enderecos"] .enderecos-list .panel .panel-body p {
  margin-bottom: 5px;
}
body.decorhaus[data-page="minha-conta-suporte"] .col-suportes-list .fa {
  justify-self: flex-end;
  align-self: flex-end;
}
body.decorhaus[data-page="minha-conta-suporte"] .col-suportes-list .supo-text-link {
  color: #2d2d2d;
  font-weight: 500;
}
body.decorhaus[data-page="produto-detalhes"] main {
  margin-bottom: 0px;
  padding-bottom:0px
}
body.decorhaus[data-page="produto-detalhes"] main .product-bg {
  padding-top: 10px;
  padding-bottom: 20px;
}
body.decorhaus[data-page="produto-detalhes"] .breadcrumb {
  margin-bottom: 0;
}
body.decorhaus[data-page="produto-detalhes"] .col-gal .gallery-product {
  position: relative;
}
body.decorhaus[data-page="produto-detalhes"] .col-gal .gallery-product .tag-favorito {
  top: 2%;
  left: 4%;
  position: absolute;
  font-size: 36px;
  color: #ab2950;
  cursor: pointer;
}
body.decorhaus[data-page="produto-detalhes"] .col-gal .gallery-product .owl-wrapper {
  display: flex;
  align-items: center;
}
body.decorhaus[data-page="produto-detalhes"] .col-gal .openGalleryPhotoSwipe {
  margin-bottom: 10px;
}
body.decorhaus[data-page="produto-detalhes"] .col-gal .owl-fotos-miniaturas.owl-theme .owl-controls.clickable {
  margin: 0;
}
body.decorhaus[data-page="produto-detalhes"] .col-gal .owl-fotos-miniaturas.owl-theme .owl-controls .owl-buttons div {
  opacity: 0.6;
  top: 25%;
  bottom: 25%;
  background-color: #ab2950;
}
body.decorhaus[data-page="produto-detalhes"] .col-gal .owl-fotos-miniaturas.owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 1;
}
body.decorhaus[data-page="produto-detalhes"] .col-gal .owl-fotos-miniaturas.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 4px;
}
body.decorhaus[data-page="produto-detalhes"] .col-gal .owl-fotos-miniaturas.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
body.decorhaus[data-page="produto-detalhes"] .col-gal .owl-fotos .owl-controls {
  width: 100%;
  bottom: 0;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data #form-atributos-selecionados {
  margin: 0;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .mobi {
  bottom: 0;
  left: 15px;
  padding-top: 30px;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .mobi .mobi-text {
  font-size: 16px;
  font-weight: 600;
  color: #494948;
  margin-right: 10px;
  margin-bottom: 5px;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .mobi .at-share-tbx-element .at-share-btn {
  margin: 0 5px 0 0;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .mobi .at-share-tbx-element .at-share-btn:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  opacity: 1;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .security-seal {
  margin: 12px 0 0;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .security-seal img {
  display: inline-block;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .product-title {
  padding-bottom: 0;
}

body.decorhaus[data-page="produto-detalhes"] .col-prod-data #form-add-produto {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data #form-add-produto .box-secondary {
  padding: 0;
  background: none;
  border: hidden;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data #form-add-produto .box-secondary .price-container {
  padding: 0;
  margin-bottom: 15px;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data #form-add-produto .box-secondary .comprar-block.qtd {
  margin-top: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #b5272c !important;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data #form-add-produto .box-secondary .cs {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data #form-add-produto .box-secondary .cs a {
  color: #33333f;
  font-size: 18px;
  font-weight: 500;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data #form-add-produto .box-secondary .cs a .fa {
  font-size: 22px;
  vertical-align: text-bottom;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .bootstrap-touchspin {
  max-width: 160px;
  height: 40px;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .bootstrap-touchspin .input-group-btn {
  height: 40px;
  width: 40px;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down,
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up {
  height: 40px;
  width: 40px;
  line-height: 0;
  border-radius: 50%;
  font-size: 30px;
  text-shadow: none;
  color: #494948;
  background: none;
  border: 1px solid #d6d6d6;
  font-weight: 900;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down {
  padding-top: 2px;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up {
  padding-top: 4px;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .bootstrap-touchspin .touch-spin {
  display: block;
  border: none;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  height: 40px;
  background: none;
  padding: 6px 40px;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data p[data-content-id="produto_detalhe_short_description_2"] {
  margin-bottom: 7px;
  font-weight: 500;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data p[data-content-id="produto_detalhe_short_description_2"] a {
  font-weight: 500;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .select-variations {
  margin: 0;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .select-variations .form-group {
  margin-bottom: 0;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .select-variations .attr-name {
  font-size: 24px;
  font-weight: 500;
  color: #bababa;
  margin-top: 0;
  margin-bottom: 10px;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .select-variations select {
  margin-bottom: 10px;
  border-radius: 0;
  box-shadow: none;
  color: #bababa;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .select-variations .list-variation {
  display: flex;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .select-variations .list-variation li {
  margin: 0 2px;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .select-variations .list-variation .variation-color {
  border: 1px solid #e4e1df;
  box-shadow: none;
  border-radius: 50%;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .select-variations .list-variation .variation-other {
  border: 1px solid #e4e1df;
  box-shadow: 0 2px 0 #e4e1df;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .select-variations .list-variation [type="radio"]:checked + .variation-color {
  border: 1px solid #ab2950;
  box-shadow: none;
  border-radius: 50%;
  margin-bottom: 0;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .select-variations .list-variation [type="radio"]:checked + .variation-color:before {
  content: '\2713';
  display: inline-block;
  color: #0def15;
  padding: 0;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 1.75px 3.5px rgba(0, 0, 0, 0.075) !important;
}
body.decorhaus[data-page="produto-detalhes"] .col-prod-data .select-variations .list-variation [type="radio"]:checked + .variation-other {
  border: 1px solid #ab2950;
  box-shadow: 0 2px 0 #ab2950;
  margin-bottom: 0;
}
body.decorhaus[data-page="produto-detalhes"] .box-wrapper {
  margin: 15px 0 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 30px 0 70px;
  background-color: #f8f8f8;
}
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .container {
  width: 100%;
}
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs {
  padding: 0;
}
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tablist {
  margin-bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tablist li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  background: none;
}
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tablist li.active a span:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -4px;
  background: #33333f;
  height: 2px;
  left: 0;
  right: 0;
}
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tablist li a {
  text-transform: uppercase;
  font-size: 16px;
  color: #33333f;
  font-weight: 700;
  box-shadow: none;
  display: block;
  padding: 7px 14px;
  background: none;
}
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tablist li a span {
  cursor: pointer;
  position: relative;
}
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tab-content {
  padding: 40px 0;
}
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tab-content .tab-pane .tabpane-info h1,
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tab-content .tab-pane .tabpane-info p,
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tab-content .tab-pane .tabpane-info h2,
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tab-content .tab-pane .tabpane-info h3,
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tab-content .tab-pane .tabpane-info h4,
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tab-content .tab-pane .tabpane-info h5,
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tab-content .tab-pane .tabpane-info h6,
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tab-content .tab-pane .tabpane-info span,
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tab-content .tab-pane .tabpane-info a {
  font-size: 16px;
  color: #9b9b9b;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Mabry Pro", sans-serif;
  margin-bottom: 0;
}
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tab-content .tab-pane .tabpane-info img {
  max-width: 100%;
  height: auto !important;
}
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tab-content .tab-pane .tabpane-info strong,
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tab-content .tab-pane .tabpane-info b {
  font-size: 18px;
  color: #9b9b9b;
  line-height: 1.2;
  font-weight: 700;
}
body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tab-content .tab-pane .tabpane-info table {
  width: 100% !important;
}
body.decorhaus[data-page="produto-detalhes"] .box-title {
  margin: 15px auto;
}
body.decorhaus[data-page="produto-detalhes"] .box-title .box-text {
  font-weight: 500;
  font-size: 35px;
}
body.decorhaus[data-page="produto-detalhes"] #technical-information {
  margin-bottom: 15px;
}
body.decorhaus[data-page="produto-detalhes"] .produto-indisponivel-title {
  color: #494948;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
body.decorhaus[data-page="produto-detalhes"] .produto-indisponivel-info {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 0;
}
body.decorhaus[data-page="produto-detalhes"] .product-extras-association {
  margin-bottom: 20px;
}
body.decorhaus[data-page="produto-detalhes"] .product-extras-association .box-title {
  margin: 30px auto;
  padding-left: 15px;
}
body.decorhaus[data-page="produto-detalhes"] .product-extras-association .box-title .box-text {
  color: #33333f;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
body.decorhaus[data-page="produto-detalhes"] .product-extras-association .box-title .box-text:before,
body.decorhaus[data-page="produto-detalhes"] .product-extras-association .box-title .box-text:after {
  background: none;
}
body.decorhaus[data-page="produto-detalhes"] .product-extras-association .product-list .product {
  margin-top: 0;
  padding-top: 0;
}
body.decorhaus[data-page="produto-detalhes"] .sw-itens-prod {
  margin-top: -90px;
  margin-bottom: 20px;
}
body.decorhaus[data-page="produto-detalhes"] .sw-itens-prod .swiper-wrapper {
  height: auto;
}
body.decorhaus[data-page="produto-detalhes"] .sw-itens-prod .swiper-slide {
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  height: auto;
}
body.decorhaus[data-page="produto-detalhes"] .sw-itens-prod .swiper-slide .img {
  margin-bottom: 20px;
}
body.decorhaus[data-page="produto-detalhes"] .sw-itens-prod .swiper-slide .img img {
  border-radius: 100%;
}
body.decorhaus[data-page="produto-detalhes"] .sw-itens-prod .swiper-slide .info-data {
  text-transform: uppercase;
  font-size: 16px;
  color: #33333f;
  font-weight: 700;
}
body.decorhaus[data-page="produto-detalhes"] .sw-itens-prod .sw-prod-carac {
  display: none !important;
}
body.decorhaus[data-page="carrinho"] .titulo-aviso {
  margin-top: 0;
}
body.decorhaus[data-page="carrinho"] .btn {
  font-weight: 500;
}
body.decorhaus[data-page="carrinho"] .form-frete label[for="frete-cep"] {
  font-weight: 500;
  padding-top: 15px;
}
body.decorhaus[data-page="carrinho"] .header-cart .btn-default,
body.decorhaus[data-page="carrinho"] .btn-cart-bottom .btn-default {
  max-width: 220px;
}
body.decorhaus[data-page="carrinho"] .table-vertical .cart-products-name {
  max-width: 300px;
}
body.decorhaus[data-page="carrinho"] .table-vertical td[data-title="Preço total"] span {
  font-weight: 500;
}
body.decorhaus[data-page="carrinho"] .table-vertical .bootstrap-touchspin {
  max-width: 150px;
  height: 30px;
}
body.decorhaus[data-page="carrinho"] .table-vertical .bootstrap-touchspin .input-group-btn {
  height: 30px;
  width: 30px;
}
body.decorhaus[data-page="carrinho"] .table-vertical .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down,
body.decorhaus[data-page="carrinho"] .table-vertical .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up {
  height: 30px;
  width: 30px;
  line-height: 0;
  border-radius: 50%;
  font-size: 20px;
  text-shadow: none;
  color: #494948;
  background: none;
  border: 1px solid #d6d6d6;
  font-weight: 900;
}
body.decorhaus[data-page="carrinho"] .table-vertical .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-down {
  padding-top: 6px;
}
body.decorhaus[data-page="carrinho"] .table-vertical .bootstrap-touchspin .input-group-btn .bootstrap-touchspin-up {
  padding-top: 6px;
}
body.decorhaus[data-page="carrinho"] .table-vertical .bootstrap-touchspin .touch-spin {
  display: block;
  border: none;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  height: 30px;
  background: none;
  padding: 6px 30px;
}
body.decorhaus[data-page="carrinho"] .box-subtotal {
  font-weight: 500;
}
body.decorhaus[data-page="carrinho"] .box-subtotal p .pull-right {
  font-weight: 600;
}
body.decorhaus[data-page="carrinho"] .fretes-info {
  display: block;
  font-weight: 500;
}
body.decorhaus[data-page="carrinho"] .box-price-total .parcelamento span.text-success {
  font-weight: 500;
}
body.decorhaus[data-page="checkout-endereco"] .btn {
  font-weight: 500;
}
body.decorhaus[data-page="checkout-endereco"] .enderecos-list .panel .panel-heading h4 {
  margin: 0;
}
body.decorhaus[data-page="checkout-endereco"] .enderecos-list .panel .panel-body p {
  margin-bottom: 5px;
}
body.decorhaus[data-page="checkout-pagamento"] .enderecos-list .panel .panel-heading h4 {
  margin: 0;
}
body.decorhaus[data-page="checkout-pagamento"] .enderecos-list .panel .panel-body p {
  margin-bottom: 5px;
}
body.decorhaus[data-page="checkout-pagamento"] #shipping-type .panel .panel-heading h4 {
  margin: 0;
}
body.decorhaus[data-page="checkout-pagamento"] #shipping-type .list-group li > .radio {
  margin-top: 0;
}
body.decorhaus[data-page="checkout-pagamento"] .btn {
  font-weight: 500;
}
body.decorhaus[data-page="checkout-pagamento"] input[type="radio"]:after,
body.decorhaus[data-page="checkout-pagamento"] .radio input[type="radio"]:after,
body.decorhaus[data-page="checkout-pagamento"] .radio-inline input[type="radio"]:after {
  top: -2px;
}
body.decorhaus[data-page="checkout-pagamento"] input[type="radio"]:before,
body.decorhaus[data-page="checkout-pagamento"] .radio input[type="radio"]:before,
body.decorhaus[data-page="checkout-pagamento"] .radio-inline input[type="radio"]:before {
  top: -2px;
}
body.decorhaus[data-page="checkout-pagamento"] .col-retirada {
  display: block;
}
body.decorhaus[data-page="checkout-pagamento"] .col-retirada input[type="radio"]:after,
body.decorhaus[data-page="checkout-pagamento"] .col-retirada .radio input[type="radio"]:after,
body.decorhaus[data-page="checkout-pagamento"] .col-retirada .radio-inline input[type="radio"]:after {
  top: 0;
}
body.decorhaus[data-page="checkout-pagamento"] .col-retirada input[type="radio"]:before,
body.decorhaus[data-page="checkout-pagamento"] .col-retirada .radio input[type="radio"]:before,
body.decorhaus[data-page="checkout-pagamento"] .col-retirada .radio-inline input[type="radio"]:before {
  top: 0;
}
body.decorhaus[data-page="checkout-pagamento"].pgto .cart-products-name p {
  margin-bottom: 2.80px;
}
body.decorhaus[data-page="checkout-pagamento"].pgto .cart-products-name p .small-variation {
  font-size: 12px;
}
body.decorhaus[data-page="checkout-pagamento"].pgto #discount-coupon button {
  font-weight: 500;
}
body.decorhaus[data-page="checkout-pagamento"].pgto .box-shipping .row > [class*='col-'] {
  display: block;
}
body.decorhaus[data-page="checkout-pagamento"].pgto .box-price-total .parcelamento .text-success {
  font-weight: 500;
}
body.decorhaus[data-page="checkout-pagamento"].pgto .form-payment .row > [class*='col-'] {
  display: block;
  font-weight: 500;
}
body.decorhaus[data-page="checkout-confirmacao"] .btn {
  font-weight: 500;
}
body.decorhaus[data-page="checkout-confirmacao"] .dfalc {
  align-items: center;
}
body.decorhaus[data-page="checkout-confirmacao"] .dfjcc {
  justify-content: center;
}
body.decorhaus[data-page="checkout-confirmacao"] .p-not-margin {
  margin-bottom: 0;
  font-weight: 500;
}
body.decorhaus[data-page="checkout-confirmacao"] .lnh-0 {
  line-height: 0;
}
body.decorhaus[data-page="checkout-confirmacao"] form#itau-shopline {
  width: 100%;
}
body.decorhaus[data-page*="checkout-"] {
  height: 100%;
  min-height: 100%;
}
body.decorhaus .col-xs-offset-12 {
  margin-left: 100% !important;
}
body.decorhaus .col-xs-offset-11 {
  margin-left: 91.66666667% !important;
}
body.decorhaus .col-xs-offset-10 {
  margin-left: 83.33333333% !important;
}
body.decorhaus .col-xs-offset-9 {
  margin-left: 75% !important;
}
body.decorhaus .col-xs-offset-8 {
  margin-left: 66.66666667% !important;
}
body.decorhaus .col-xs-offset-7 {
  margin-left: 58.33333333% !important;
}
body.decorhaus .col-xs-offset-6 {
  margin-left: 50% !important;
}
body.decorhaus .col-xs-offset-5 {
  margin-left: 41.66666667% !important;
}
body.decorhaus .col-xs-offset-4 {
  margin-left: 33.33333333% !important;
}
body.decorhaus .col-xs-offset-3 {
  margin-left: 25% !important;
}
body.decorhaus .col-xs-offset-2 {
  margin-left: 16.66666667% !important;
}
body.decorhaus .col-xs-offset-1 {
  margin-left: 8.33333333% !important;
}
body.decorhaus .col-xs-offset-0 {
  margin-left: 0% !important;
}
@media (min-width: 768px) {
  body.decorhaus .col-sm-offset-12 {
    margin-left: 100% !important;
  }
  body.decorhaus .col-sm-offset-11 {
    margin-left: 91.66666667% !important;
  }
  body.decorhaus .col-sm-offset-10 {
    margin-left: 83.33333333% !important;
  }
  body.decorhaus .col-sm-offset-9 {
    margin-left: 75% !important;
  }
  body.decorhaus .col-sm-offset-8 {
    margin-left: 66.66666667% !important;
  }
  body.decorhaus .col-sm-offset-7 {
    margin-left: 58.33333333% !important;
  }
  body.decorhaus .col-sm-offset-6 {
    margin-left: 50% !important;
  }
  body.decorhaus .col-sm-offset-5 {
    margin-left: 41.66666667% !important;
  }
  body.decorhaus .col-sm-offset-4 {
    margin-left: 33.33333333% !important;
  }
  body.decorhaus .col-sm-offset-3 {
    margin-left: 25% !important;
  }
  body.decorhaus .col-sm-offset-2 {
    margin-left: 16.66666667% !important;
  }
  body.decorhaus .col-sm-offset-1 {
    margin-left: 8.33333333% !important;
  }
  body.decorhaus .col-sm-offset-0 {
    margin-left: 0% !important;
  }
}
@media (min-width: 992px) {
  body.decorhaus .col-md-offset-12 {
    margin-left: 100% !important;
  }
  body.decorhaus .col-md-offset-11 {
    margin-left: 91.66666667% !important;
  }
  body.decorhaus .col-md-offset-10 {
    margin-left: 83.33333333% !important;
  }
  body.decorhaus .col-md-offset-9 {
    margin-left: 75% !important;
  }
  body.decorhaus .col-md-offset-8 {
    margin-left: 66.66666667% !important;
  }
  body.decorhaus .col-md-offset-7 {
    margin-left: 58.33333333% !important;
  }
  body.decorhaus .col-md-offset-6 {
    margin-left: 50% !important;
  }
  body.decorhaus .col-md-offset-5 {
    margin-left: 41.66666667% !important;
  }
  body.decorhaus .col-md-offset-4 {
    margin-left: 33.33333333% !important;
  }
  body.decorhaus .col-md-offset-3 {
    margin-left: 25% !important;
  }
  body.decorhaus .col-md-offset-2 {
    margin-left: 16.66666667% !important;
  }
  body.decorhaus .col-md-offset-1 {
    margin-left: 8.33333333% !important;
  }
  body.decorhaus .col-md-offset-0 {
    margin-left: 0% !important;
  }
}
@media (min-width: 1200px) {
  body.decorhaus .col-lg-offset-12 {
    margin-left: 100% !important;
  }
  body.decorhaus .col-lg-offset-11 {
    margin-left: 91.66666667% !important;
  }
  body.decorhaus .col-lg-offset-10 {
    margin-left: 83.33333333% !important;
  }
  body.decorhaus .col-lg-offset-9 {
    margin-left: 75% !important;
  }
  body.decorhaus .col-lg-offset-8 {
    margin-left: 66.66666667% !important;
  }
  body.decorhaus .col-lg-offset-7 {
    margin-left: 58.33333333% !important;
  }
  body.decorhaus .col-lg-offset-6 {
    margin-left: 50% !important;
  }
  body.decorhaus .col-lg-offset-5 {
    margin-left: 41.66666667% !important;
  }
  body.decorhaus .col-lg-offset-4 {
    margin-left: 33.33333333% !important;
  }
  body.decorhaus .col-lg-offset-3 {
    margin-left: 25% !important;
  }
  body.decorhaus .col-lg-offset-2 {
    margin-left: 16.66666667% !important;
  }
  body.decorhaus .col-lg-offset-1 {
    margin-left: 8.33333333% !important;
  }
  body.decorhaus .col-lg-offset-0 {
    margin-left: 0% !important;
  }
}
@media (min-width: 992px) {

}
@media (max-width: 1199px) {
  body.decorhaus header.header-bg.menu-fixo.fixo .col-logo .logo-base #hamburger {
    padding-right: 65px;
  }
  body.decorhaus header.header-bg .col-right .col-search .search {
    padding-left: 0;
  }
  body.decorhaus header.header-bg .col-right .col-search .search .form-search .form-control {
    padding: 6px 8px;
  }
  body.decorhaus header.header-bg .col-right .col-search .search .form-search .btn-search-sub {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body.decorhaus header.header-bg .col-right .col-icons .col-cart .carrinho-sm-width .text-cart span {
    font-size: 13px;
  }
  body.decorhaus[data-page="home"] .caracteristica-home .caracteristica-list ul {
    max-width: 90%;
  }
}
@media (max-width: 991px) {
  body.decorhaus .table-vertical table,
  body.decorhaus .table-vertical thead,
  body.decorhaus .table-vertical tbody,
  body.decorhaus .table-vertical tfoot,
  body.decorhaus .table-vertical th,
  body.decorhaus .table-vertical td,
  body.decorhaus .table-vertical tr {
    display: grid;
  }
  body.decorhaus header.header-bg {
    background-color: #33333f;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
  }
  body.decorhaus header.header-bg .link {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 5px 0px;
  }
  body.decorhaus header.header-bg .link #hamburger:before {
    background: #ab2950;
    border-radius: 12px;
    height: 4px;
    left: 10px;
    width: 35px;
  }
  body.decorhaus header.header-bg .link #hamburger:after {
    background: #ab2950;
    border-radius: 12px;
    height: 4px;
    left: 10px;
    width: 35px;
  }
  body.decorhaus header.header-bg .link #hamburger span {
    background: #ab2950;
    border-radius: 12px;
    height: 4px;
    left: 10px;
    width: 35px;
  }
  body.decorhaus header.header-bg .col-logo {
    padding: 10px 0;
  }
  body.decorhaus header.header-bg .col-logo .logo-base {
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
  }
  body.decorhaus header.header-bg .col-logo .logo-base a img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-height: 40px;
  }
  body.decorhaus header.header-bg .col-icons {
    padding-right: 10px;
  }
  body.decorhaus header.header-bg .col-icons .col-search-mobi {
    display: inline-block;
  }
  body.decorhaus header.header-bg .col-icons .col-search-mobi .link-icon svg {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.775);
    -moz-transform: scale(0.775);
    -ms-transform: scale(0.775);
    -o-transform: scale(0.775);
    transform: scale(0.775);
  }
  body.decorhaus header.header-bg .col-icons .col-search-mobi .link-icon svg path {
    fill: #ffffff;
  }
  body.decorhaus header.header-bg .col-icons .col-conta {
    display: inline-block;
    margin: 0 15px;
  }
  body.decorhaus header.header-bg .col-icons .col-conta svg {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    transform: scale(0.83);
  }
  body.decorhaus header.header-bg .col-icons .col-cart {
    display: inline-block;
    float: right;
  }
  body.decorhaus header.header-bg .col-icons .col-cart .carrinho-sm-width a svg {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.82);
    -moz-transform: scale(0.82);
    -ms-transform: scale(0.82);
    -o-transform: scale(0.82);
    transform: scale(0.82);
  }
  body.decorhaus header.header-bg .col-icons .col-cart .carrinho-sm-width a .icon {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: row;
    padding-right: 7px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body.decorhaus header.header-bg .col-icons .col-cart .carrinho-sm-width a .icon .badge-qtd {
    position: absolute;
    min-width: 16px;
    line-height: 1.5;
    top: -7px;
    right: 2px;
    border-radius: 100%;
    background-color: #fff;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
  }
  body.decorhaus header.header-bg .col-icons .col-cart .carrinho-sm-width a .icon .badge-qtd .qtd {
    color: #ab2950;
    font-size: 10px;
    font-weight: bold;
  }
  body.decorhaus header.header-checkout .col-logo a.logo img {
    max-height: 40px;
  }
  body.decorhaus header.menu-fixo {
    display: none !important;
  }
  body.decorhaus .page-header {
    margin-bottom: 15px;
  }
  body.decorhaus .page-header h1 {
    font-size: 20px;
  }
  body.decorhaus .search-mob-style-2 .nopadding {
    padding: 0;
  }
  body.decorhaus .search-mob-style-2 .nopadding .search-full {
    padding: 0;
  }
  body.decorhaus .search-mob-style-2 .nopadding .search-full .form-search {
    margin: 0;
    position: relative;
  }
  body.decorhaus .search-mob-style-2 .nopadding .search-full .form-search .form-control {
    color: #2d2d2d;
    box-shadow: none;
    padding: 6px 30px;
    font-weight: 500;
    background-color: #FFC500;
  }
  body.decorhaus .search-mob-style-2 .nopadding .search-full .form-search .form-control::placeholder {
    color: #2d2d2d;
    font-family: "Mabry Pro", sans-serif;
    font-weight: 500;
  }
  body.decorhaus .search-mob-style-2 .nopadding .search-full .form-search button {
    background-color: #FFC500;
    top: 0;
    right: 0;
    width: 40px;
    box-shadow: none;
  }
  body.decorhaus .search-mob-style-2 .nopadding .search-full .form-search button .fa-search {
    color: #898989;
  }
  body.decorhaus .search-mob-style-2 .nopadding .search-full .form-search .ui-autocomplete#ui-id-1 {
    position: absolute;
    z-index: 1000 !important;
    width: 90% !important;
    margin-left: 5%;
  }
  body.decorhaus .category .m-cat-trigger,
  body.decorhaus .category .m-cat-trigger-close {
    width: 100%;
    height: 32px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 20px 0;
    background: #2d2d2d;
    color: #fff;
    border: 0;
    line-height: 17px;
    font-weight: 600;
    border-radius: 5px;
    display: block;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
    font-family: "Mabry Pro", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
  }
  body.decorhaus .category .sidebar.cat {
    position: fixed;
    z-index: 999999;
    top: 0;
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    background: #fff;
    padding-top: 30px;
    display: none;
    height: 100vh;
    padding-bottom: 60px;
  }
  body.decorhaus .category .sidebar.cat.visible {
    display: block;
  }
  body.decorhaus .category .sidebar.cat .aggregation-block .filter-list {
    padding: 0 5px;
  }
  body.decorhaus .aggregatedFilters {
    padding: 0;
  }
  body.decorhaus .aggregatedFilters .filter-aggregated-options {
    margin-top: 0;
    margin-bottom: 10px;
  }
  body.decorhaus .aggregatedFilters .filter-aggregated-options .btn {
    line-height: 18px;
  }
  body.decorhaus .aggregatedFilters .filter-aggregated-options .btn:not(.btn-clear-all) {
    margin: 2px;
  }
  body.decorhaus .aggregatedFilters .filter-aggregated-options .btn.btn-input {
    padding: 0.5em 2.2em 0.3em 0.5em;
  }
  body.decorhaus .aggregatedFilters .filter-aggregated-options .btn.btn-input.btn-list-item .aggregation-group-title {
    font-size: 10px;
  }
  body.decorhaus .aggregatedFilters .filter-aggregated-options .btn.btn-input.btn-list-item .aggregation-title {
    font-size: 12px;
  }
  body.decorhaus .aggregatedFilters .filter-aggregated-options .btn.btn-link {
    font-size: 12px;
    padding: 10px 3px;
  }
  body.decorhaus .category-select #form-filters .filter-title {
    font-size: 14px;
    width: 122px;
  }
  body.decorhaus[data-page="home"] .pinterest-block {
    overflow: hidden;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest {
    padding: 30px 0 15px;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest:after {
    width: 100%;
    height: 100%;
    min-width: 100%;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint {
    padding: 0 15px;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .lateral-text {
    display: none;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-text .title {
    font-size: 30px;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-text .subtitle {
    font-size: 34px;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-img {
    padding-bottom: 20px;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-img.justify-contente-end {
    margin-top: 0;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-img.img-2 .block-dif {
    position: relative;
    margin-top: 0;
    padding: 0;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-img .block {
    max-height: 300px;
    height: 300px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-img .block img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  body.decorhaus[data-page="home"] .intagram .bg-insta {
    padding: 20px 0 30px;
  }
  body.decorhaus[data-page="home"] .intagram .bg-insta .box-title .box-text {
    font-size: 34px;
  }
  body.decorhaus[data-page="home"] .caracteristica-home {
    padding: 30px 0;
  }
  body.decorhaus[data-page="home"] .caracteristica-home .text-intro {
    max-width: 85%;
  }
  body.decorhaus[data-page="home"] .caracteristica-home .caracteristica-list ul {
    max-width: 100%;
  }
  body.decorhaus[data-page="home"] .caracteristica-home .caracteristica-list ul li a {
    padding: 10px 25px;
  }
  body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod {
    padding: 20px 0 20px;
  }
  body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-title h1 {
    font-size: 36px;
    margin: 0;
  }
  body.decorhaus[data-page="produtos-list"] .form-filter {
    margin-bottom: 15px;
  }
  body.decorhaus[data-page="produtos-list"] .form-filter .pr-0 {
    padding-right: 7.5px;
  }
  body.decorhaus[data-page="produtos-list"] .form-filter .pl-0 {
    padding-left: 7.5px;
  }
  body.decorhaus[data-page="produto-detalhes"] .col-lg-offset-1 {
    padding-right: 5px;
  }
  body.decorhaus[data-page="produto-detalhes"] .col-gal .owl-fotos-miniaturas.owl-theme .owl-controls .owl-buttons div {
    opacity: 0.9;
  }
  body.decorhaus[data-page="produto-detalhes"] .col-prod-data .select-variations .attr-name {
    font-size: 16px;
  }
  body.decorhaus[data-page="produto-detalhes"] .col-prod-data .select-variations select {
    height: 40px;
  }
  body.decorhaus[data-page="produto-detalhes"] .col-prod-data .product-title {
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
  body.decorhaus[data-page="produto-detalhes"] .col-prod-data #form-add-produto {
    margin-top: 0;
  }
  body.decorhaus[data-page="produto-detalhes"] .col-prod-data #form-add-produto .box-secondary .price-container {
    text-align: -webkit-left;
    text-align: -moz-left;
    text-align: left;
  }
  body.decorhaus[data-page="produto-detalhes"] .col-prod-data .mobi {
    align-items: center;
  }
  body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tablist {
    padding: 10px;
    -webkit-box-shadow: -1px 1px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tablist li {
    border: 1px solid #d2d2d2;
    margin: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tablist li.active {
    border: none;
    -webkit-box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  body.decorhaus[data-page="produto-detalhes"] .box-wrapper .tabs .tablist li.active a span:after {
    bottom: 0px;
  }
  body.decorhaus[data-page="produto-detalhes"] .sw-itens-prod {
    padding-left: 25px;
    padding-right: 25px;
  }
  body.decorhaus[data-page="produto-detalhes"] .sw-itens-prod .sw-prod-carac {
    display: block !important;
  }
  body.decorhaus[data-page="produto-detalhes"] .sw-itens-prod .sw-prod-carac.swiper-button-prev {
    font-size: 16px;
    color: #ab2950;
    padding: 7px 9px;
    left: 10px;
    background-color: #33333f;
    border-radius: 50%;
    box-shadow: 0 1.75px 3.5px rgba(0, 0, 0, 0.075) !important;
    width: auto;
    height: auto;
    z-index: 6;
  }
  body.decorhaus[data-page="produto-detalhes"] .sw-itens-prod .sw-prod-carac.swiper-button-prev:after {
    content: unset;
  }
  body.decorhaus[data-page="produto-detalhes"] .sw-itens-prod .sw-prod-carac.swiper-button-next {
    font-size: 16px;
    color: #ab2950;
    padding: 7px 9px;
    right: 10px;
    background-color: #33333f;
    border-radius: 50%;
    box-shadow: 0 1.75px 3.5px rgba(0, 0, 0, 0.075) !important;
    width: auto;
    height: auto;
    z-index: 6;
  }
  body.decorhaus[data-page="produto-detalhes"] .sw-itens-prod .sw-prod-carac.swiper-button-next:after {
    content: unset;
  }
  body.decorhaus[data-page*="minha-conta-"] .default-title {
    font-size: 18px;
  }
  body.decorhaus[data-page*="minha-conta-"] .menu-central {
    margin-bottom: 5px;
    border-bottom: unset;
    border-left: none;
  }
  body.decorhaus[data-page*="minha-conta-"] .menu-central .form-group {
    margin-bottom: 0;
  }
  body.decorhaus[data-page="minha-conta-pedido-detalhes"] .p-text.first {
    margin-top: 10px;
  }
  body.decorhaus[data-page="minha-conta-pedido-detalhes"] .table-carrinho-produtos td.text-right {
    text-align: right;
  }
  body.decorhaus[data-page="carrinho"] .table-carrinho-produtos {
    margin-bottom: 15px;
  }
  body.decorhaus[data-page="carrinho"] .table-carrinho-produtos td.text-right {
    text-align: -webkit-right;
    text-align: -moz-right;
    text-align: right;
  }
  body.decorhaus[data-page="carrinho"] .table-carrinho-produtos .cart-products-name p {
    margin-bottom: 5px;
  }
  body.decorhaus[data-page="carrinho"] .table-carrinho-produtos .img-produto {
    width: 100%;
  }
  body.decorhaus[data-page="carrinho"] .table-carrinho-produtos .quantity {
    text-align: -webkit-right;
    text-align: -moz-right;
    text-align: right;
  }
  body.decorhaus[data-page="carrinho"] .table-carrinho-produtos .quantity .col-xs-12 {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  body.decorhaus[data-page="carrinho"] .box-price-total {
    margin-bottom: 15px;
  }
  body.decorhaus[data-page="carrinho"] .form-frete {
    margin-bottom: 0;
  }
  body.decorhaus[data-page="checkout-endereco"] .text-col-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
  }
  body.decorhaus[data-page="checkout-pagamento"].pgto form {
    margin-bottom: 0;
  }
  body.decorhaus[data-page="checkout-pagamento"].pgto .page-text-title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  body.decorhaus[data-page="checkout-pagamento"].pgto .table-carrinho-produtos {
    margin-bottom: 0;
    border-bottom: 0 solid transparent;
  }
  body.decorhaus[data-page="checkout-pagamento"].pgto .table-carrinho-produtos td.text-right {
    text-align: right;
  }
  body.decorhaus[data-page="checkout-pagamento"].pgto .table-carrinho-produtos .img-produto {
    width: 100%;
  }
  body.decorhaus[data-page="checkout-pagamento"].pgto .table-carrinho-produtos .quantity {
    text-align: -webkit-right;
    text-align: -moz-right;
    text-align: right;
  }
  body.decorhaus[data-page="checkout-pagamento"].pgto .box-subtotal {
    margin-top: 0;
    border-top: 0 solid transparent;
  }
  body.decorhaus[data-page="checkout-pagamento"].pgto .box-shipping i {
    font-size: 13px;
  }
  body.decorhaus[data-page="checkout-pagamento"].pgto .box-price-total {
    margin-bottom: 15px;
  }
  body.decorhaus[data-page="checkout-pagamento"].pgto .box-price-total .price span:first-child + span {
    font-size: 20px;
  }
  body.decorhaus[data-page="checkout-pagamento"].pgto .panel .panel-body {
    padding: 15px 5px 0 ;
  }
  body.decorhaus[data-page="checkout-pagamento"].pgto .panel .panel-body.accordion-payment-type form.form-payment .panel-body {
    padding: 15px 10px;
  }
  body.decorhaus[data-page="checkout-pagamento"].pgto .panel .panel-body.accordion-payment-type form.form-payment .panel-body .panel-heading .panel-title .col-xs-8,
  body.decorhaus[data-page="checkout-pagamento"].pgto .panel .panel-body.accordion-payment-type form.form-payment .panel-body .panel-heading .panel-title .col-xs-7 {
    font-size: 14px;
    font-family: "Mabry Pro", sans-serif;
    letter-spacing: 0;
  }
  body.decorhaus[data-page="checkout-pagamento"].pgto .panel .panel-body.accordion-payment-type form.form-payment .panel-body .panel-heading .panel-title .col-xs-4,
  body.decorhaus[data-page="checkout-pagamento"].pgto .panel .panel-body.accordion-payment-type form.form-payment .panel-body .panel-heading .panel-title .col-xs-5 {
    font-size: 14px;
    font-family: "Mabry Pro", sans-serif;
    letter-spacing: 0;
    padding-left: 0;
  }
  body.decorhaus[data-page="checkout-confirmacao"] .box-1 .btn {
    white-space: normal;
    line-height: 1.5;
  }
  body.decorhaus[data-page="checkout-confirmacao"] .box-pay-info .btn-success {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  body.decorhaus[data-page="home"] .caracteristica-home .text-intro {
    max-width: 100%;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-text .title {
    font-size: 26px;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-text .subtitle {
    font-size: 28px;
  }
  body.decorhaus[data-page="produto-detalhes"] .col-prod-data {
    margin-top: 15px;
  }
  body.decorhaus[data-page="checkout-pagamento"].pgto #pedido-obs-text {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  body.decorhaus header.header-bg .col-icons {
    padding-left: 0;
    width: 40% !important;
  }
  body.decorhaus header.header-bg .col-icons .col-cart {
    width: 100%;
    display: -webkit-inline-box !important;
    display: -moz-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  body.decorhaus header.header-bg .col-icons .col-cart .col-conta {
    margin: 0 15px;
  }
  body.decorhaus .search-mob-style .nopadding .search-full form .container-fluid .input-group input {
    font-size: 13px;
  }
  body.decorhaus[data-page="home"] .filter-caract-home {
    padding: 8px 0;
  }
  body.decorhaus[data-page="home"] .filter-caract-home.desk-f {
    display: none;
  }
  body.decorhaus[data-page="home"] .filter-caract-home.mobi-f {
    display: inline-flex;
    flex-wrap: wrap;
  }
  body.decorhaus[data-page="home"] .filter-caract-home .filter-title {
    display: flex;
    font-size: 16px;
    margin: 0;
  }
  body.decorhaus[data-page="home"] .filter-caract-home .filter-link {
    font-size: 15px;
    padding: 0px 5px;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-text {
    width: 100% !important;
    margin-bottom: 20px;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-img {
    width: 100% !important;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-img .block .text-bottom {
    font-size: 16px;
  }
  body.decorhaus[data-page="home"] .pinterest-block .bg-pinterest .col-pint .pint-img .block .text-bottom span {
    font-size: 13px;
  }
  body.decorhaus[data-page="home"] .caracteristica-home .caracteristica-list ul li {
    padding: 6px 9px;
  }
  body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-title h1 {
    font-size: 30px;
  }
  body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-desc h1,
  body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-desc p,
  body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-desc h2,
  body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-desc h3,
  body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-desc h4,
  body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-desc h5,
  body.decorhaus[data-page="produtos-list"] .bg-categoria-list-prod .page-header-cat-desc h6 {
    font-size: 16px;
  }
  body.decorhaus[data-page="carrinho"] .btn-cart-bottom .btn-default {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 380px) {
  body.decorhaus header.header-bg .col-logo .logo-base a img {
    max-height: 32px;
  }
  body.decorhaus header.header-bg .col-icons .col-cart .col-search-mobi .link-icon svg {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65);
  }
  body.decorhaus header.header-bg .col-icons .col-cart .col-conta {
    margin: 0 10px;
  }
  body.decorhaus header.header-bg .col-icons .col-cart .col-conta svg {
    -webkit-transform: scale(0.72);
    -moz-transform: scale(0.72);
    -ms-transform: scale(0.72);
    -o-transform: scale(0.72);
    transform: scale(0.72);
  }
  body.decorhaus header.header-bg .col-icons .col-cart .carrinho-sm-width a svg {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
  }
}
/*# sourceMappingURL=style.css.map */