.payment_methods {
	padding:3em 2em 1em 2em;
	clear:both;
	margin:0;
}
body {
	background:#ffffff;
	padding-top:0;
}
.footer-top {
	background-color:#ececec;
}
#gdpr_consent {
	margin-top:10px;
	text-align:left;
}
.block_newsletter form input[type="email"]::placeholder {
	color:rgba(0,0,0,1);
}
body#checkout div.checkout-step .forgot-password {
	text-align:center;
	margin:0;
}

.container.wordpresspost {
	max-width: 100%;
	margin-top: 20px;
}
.wordpresspost h2{
	color:#333333;
	font-size:1.8em;
	text-transform: uppercase;
	margin-bottom:1em;
}

.card.blogpost {
	transition:all .1s;
	border:0;
}
.card.blogpost:hover {
	transform:translateY(-3px);
	-webkit-box-shadow: 0px 3px 9px 3px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px 3px 9px 3px rgba(0,0,0,0.32);
	box-shadow: 0px 3px 9px 3px rgba(0,0,0,0.32);
}
.card.blogpost .card-body h4{
	height:3.3em;
	padding:.6em;
	font-size:.875rem;
	color:#333333;
	font-size:1.2em;
	/*font-family: 'proxima-nova-bold';*/
	box-sizing: content-box;
}
.card.blogpost .card-img-top{
  width: 100%;
  padding-top:60%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.card.blogpost .card-img-top img {
  left: 50%;
  top:0;
  transform:translateX(-50%);
  position: absolute;
  width:100%;
  height:100%;
}
.footer-container .linklist.links .row{
	display:flex;
	flex-direction:row;
}
.footer-container .linklist.links .row>div{
	flex:1;
	
}
/* PRODUCT DETAIL PAGE */
.product-cover,
.pb-left-column .images-container .product-images .thumb-container .thumb {
	border:1px solid transparent;
}

.button.ajax_add_to_cart_button {
	background-color:#f1f1f1;
	width:100%;
	border-radius:0;
	font-size:1.2em;
	text-transform:uppercase;
	color:#333333;
}

/* CHECKOUT */

.register-or-login {
	display:flex;
	justify-content:space-between;
	position:relative;
}
.register-or-login > div {
	width:49%;
	display:block !important;
}
.register-or-login:before {
	position:absolute;
	content:' ';
	width:1px;
	background-color:#c0c0c0;
	height:80%;
	top:50%;
	left:50%;
	transform:translateY(-50%);
}
.register-or-login .page-subheading {
	text-align:center;
	text-transform: none;
}
#checkout-personal-information-step .step-title {
	cursor:default;
}
#checkout-personal-information-step {
	border-bottom:0;
}

.payment-options img {
	max-width:24px;
}
.form-control {
	/*height:auto !important;*/
}
input[type="submit"]:disabled,
button[type="submit"]:disabled{
	cursor:not-allowed;
}
.submitWrapper {
	display:inline-block;
}
.submitWrapper .btn-success {
	background-color:#00CC33;
}
.powered {
	margin:0;
}

.embed_video {
	float:right;
	width:50%;
	position:relative;
	margin-left:1em;
}
.embed_video div {
	position:relative;
	width:100%;
	padding-top:56.6%;
}
.embed_video iframe {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.homeslider {
	padding-top:0;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
 .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }

  .formas-pagamento img{
	  width:70px;
  }
 
  .payment-options {
	  display:flex;
	  align-items:stretch;
	  flex-wrap:wrap;
  }
  .payment-options > div {
	  display:flex;
	  align-items:stretch;
	  flex:1 1 0px;
  }
.payment-option {
	display:flex;
	align-items:center;
	padding:0;
	margin: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #dbdbdb;
	width:100%;
	border-radius: 7px;
	-webkit-box-shadow: 0px 0px 9px 3px rgba(196,196,196,0.39);
	-moz-box-shadow: 0px 0px 9px 3px rgba(196,196,196,0.39);
	box-shadow: 0px 0px 9px 3px rgba(196,196,196,0.39);
	justify-content:center;
	flex-wrap:wrap;
		align-items:stretch
  }
  
  .payment-option label {
		margin-bottom:0;
		display:flex !important;
		flex-wrap:wrap;
		justify-content:center;
		flex:1;
		cursor:pointer;
		padding: 0.5em 1em 0.5em 0.5em;
		align-items:stretch
  }
  .payment-option label > span {
	  display:block;
	  width:100%;
	  order:10;
	  text-align:center;
	  margin-top:.5em;
	  text-transform:uppercase;
  }
  .payment-option .custom-radio {
	  display:none;
  }
  .payment-option label > img {
	  max-width:100px;
	  max-height:60px;
	  width:100%;
	  height:100%;
	  object-fit:contain;
  }
  .payment-option.selected {
	  border-color:orange;
  }
  .js-payment-option-form,
  .js-additional-information{
	  width:100%;
	  order:10;
	  flex:auto !important;
	  margin:0 !important;
  }
  
  @media (max-width:450px) {
	  .payment-options > div {
		  min-width:35%;
	  }
  }
  
 
  body#checkout div.checkout-step .payment-options .custom-radio  {
	  margin-right:.5rem;
  }
@media (max-width:1024px) {

	.latestpost .col-lg{
		max-width:50%;
	}	
}

@media (max-width:450px) {
	.latestpost .col-lg{
		max-width:100%;
	}
	.register-or-login {
		display:flex;
		flex-direction:column;
		
	}
	.register-or-login > div {
		width:100%;
	}
	.register-or-login::before {
		display:block;
		position:static;
		order:1;
		width:80%;
		height:1px;
		
		margin:4em auto;
	}
	body#checkout section.checkout-step .step-title {
		margin-bottom: 1em;
	}
	#checkout-login-form {
		order:0;
	}
	#checkout-guest-form {
		order:3;
	}

	.embed_video {
		float:none;
		width:100%;
		margin-left:0;
		margin-bottom:1em;
	}
	
	.wordpresspost .pull-right {
		display:none;
	}
	.wordpresspost h2 {
		font-size:1.7em;
	}
}
@media (max-width:380px) {
	.sales_checkout_header_wrp {
		padding:2em 0;
	}
	
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
	word-wrap: anywhere;
	overflow: hidden;
	padding:5px 25px 5px 0;
}
.envio_imediato,
.stock-green i,
.stock-green {
	color:#006c4a !important;
}

.envio_entre_3_a_5_dias {
	color:#ff5400 !important;
}
.stock-red i,
.stock-red{
	color:red !important;
}
.product-video {
    overflow: hidden;
    position: relative;
    width:100%;
}

.product-video::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.product-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width:992px) {
	.tvcms-slider-offerbanner-wrapper .container .row {
		display:flex;
	}
	.tvcms-slider-offerbanner-wrapper .tvcmssliderofferbanners-one {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

.tvfooter-product-sticky-bottom .tvtitle-price h2 {
	font-size:14px;
}



.d-none {
	display:none;

}
.arpl-carousel-products.owl-carousel .product-miniature {
	margin:0 1em;
	width:100%;
}


#Camada_2 {
    width: 12px;
    height: 12px;
    margin-left: 10px;
}

#Camada_3 {
    width: 10.6px;
    height: 10.6px;
    margin-right: 10px;
}

#Camada_4 {
    width: 17px;
    height: 17px;
    margin-right: 15px;
    margin-bottom: -2px;
}

#authentication #Camada_4 {
    width: 10px;
    height: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
}

#authentication #Camada_3 {
    margin-right: 10px;
    margin-bottom: -3px;
}


a.tvall-inner-btn.btn-continue-shopping {
    margin-right: 5px;
}

#product .data-sheet {
	max-width:50% !important;
}

#product .tv-product-page-content .data-sheet{
	max-width:100% !important;
	font-size:.8em !important;
}
#product .tv-product-page-content .product-features > dl.data-sheet dd.value, #product .tv-product-page-content .product-features > dl.data-sheet dt.name {
	padding:0.325rem !important;
}


.tv-product-page-content .product-features > dl.data-sheet dd.value {
	font-weight:normal !important;
}


.tvproduct-description-tab .product-features > dl.data-sheet dt.name, .tvproduct-description-tab .product-features > dl.data-sheet dd.value {
	padding:7px !important;
	color:black;
	font-weight:normal;
}
.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
	min-height:2.2em !important;
	
	font-weight:bold;
}

#product-details .label {
	margin-right:10px;
}
.product-features > dl.data-sheet dd.value, .product-features > dl.data-sheet dt.name {
	text-transform:none;
}


.tvcategory-name-image::-webkit-scrollbar {
  width: 12px;
  background-color: #aaa;
}

.tvcategory-name-image::-webkit-scrollbar-thumb {
  background: #000;
}
.owl-carousel .owl-item .tvbrandlist-slider-wrapper-info .tvbrand-img-block img {
	max-width:100% !important;
}
.tvheader-top-search-wrapper {
	padding: 0px !important;
}
.tvproduct-description-tab .product-manufacturer img {
	max-width:170px;
}

.product-icons {
	display:block;
	margin:2em 0 0 0;
}
.product-icons .icons-label {
	font-size:16px;
	margin-bottom:.5em;
}
.product-icons .product-icon {
	display: inline-block;
	margin-right:2em;
	
}

.product-picts {
	display:block;
	margin:2em 0
}
.product-picts .picts-label {
	font-size:16px;
	margin-bottom:.5em;
}
.product-picts .pict-wrp {
	margin-bottom:1em;
	display:flex;
	color:black;
	align-items: center;
}
.product-picts .product-pict {
	display: inline-block;
	margin-right:1em;
	width:48px;
	
}
.product-picts .pict-wrp .wrp {
	display:inline-block;
}
.product-picts .pict-wrp .wrp span {
	display:block;
	
}
.product-picts .pict-wrp .wrp span.title {
	font-weight:bold;
	
}
.product-picts .pict-wrp .wrp span.desc {
	font-size:.9em;
	
}

.tvcmsheader-search.search-widget form input[type="text"] {
	height:30px !important;
}
.tvproduct-description-tab .product-features > dl.data-sheet dd.value ul {
	padding-left:1em;
	list-style:inherit;
}
.tvproduct-description-tab .product-features > dl.data-sheet dd.value ul li {
	margin-bottom:.5em;
}

.tvbrand-page-block .brand .brand-img {
	margin-bottom:5px;
}

.cms-description p {
	padding-bottom:1.5em !important;
}

#product-details .label {
	font-weight:500 !important;
	font-size:14px;
}
.prop-value {
	color:black;
}

.product-attachments .attachment h5 {
	font-weight:400;
	font-size:16px;
}
.tv-product-page-content .product-prices {
	margin-bottom:10px !important;
}
.tv-product-page-content label{
	color:#000;
}


.custom-checkbox label{
    display:flex
}
.custom-checkbox input[type="checkbox"]+span {
    border: 1px solid #888;
    height: 17px;
    width: 17px;
    line-height: 1;
    background: #F6F8FF;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 14%);
    margin-right: 0.5rem;
}
/*alteração da border da box dos 'termos e condições'*/

.custom-checkbox input[type="checkbox"]+span {
    border: 1px solid #cbcbcb;
}
/*espaço entre a box e os 'termos e condições' página de criar a conta*/

#authentication .custom-checkbox label {
    padding-left: 0rem;
    text-align: left;
}




html {
  background: #878476;
}


.tvheader-vat {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}


 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  vertical-align:middle;
  margin:0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 

.vat-block {
	display:inline-block;
	vertical-align:middle;
}



.dwcores-wrp {
	width:100%;
	display:flex;
	flex-direction:column;
}
.cores-label {
	text-align:center;
	padding-bottom:.8em !important;
	font-size:2em !important;
}
.dwcores-wrp .dwcores {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}

.dwcores-wrp .dwcores .dwcor {
	width: 120px;
	height: 60px;
	display: flex;
	flex-direction: row;
	align-content: space-evenly;
	align-items: center;
	margin: 16px;
}
.dwcores-wrp .code {
	width:50%;
}
.dwcores-wrp .preview {
	width:50%;
	height:100%;
	position:relative;
}
.dwcores-wrp .view {
	display:none;
	position:absolute;
	bottom:100%;
	left:50%;
	border:1px solid #d0d0d0;  
	transform: translate(-50%,-10px);
	overflow:visible;
}
.dwcores-wrp .preview:hover .view {
	display:block;
	background-image: linear-gradient(#ffffff00, #ffffff82);
}
.dwcores-wrp .view .hex {
	width:200px;
	height:200px;
	background-image: linear-gradient(#ffffff00, #ffffff82);
	
}
.dwcores-wrp .view .names {
	background-color: #f0f0f0;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	
}
.dwcores-wrp .view .names span {
	display:block;
	padding:.3em 0;
}
.dwcores-wrp .view .rank {
	background-color:white;
	  text-align: center;
	font-size: 12px;
	padding:10px;

	
}
.dwcores-wrp .view::before {
	content: '';
	border-top: 0;
	border-right: 0;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	transform: rotate(-45deg) translate(-50%, -10px);
	background-color: white;
	position: absolute;
	top: 100%;
	left: 50%;
	transform-origin: top;
}



.poscatipos {
	
}

.poscatipos .tab-content {
	
	flex-wrap:wrap;
	justify-content: space-between;
	display:flex;
	height:0;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}
.poscatipos .tab-content.active {
	visibility: visible;
	opacity: 1;
	display:flex;
	height:auto;
}
.poscatipos .tab-content .poscacor{
	width:12%;
	position:relative;
	text-align:center;
}
.poscatipos .tab-content .poscacor .nome{
	font-size:2em;
	font-weight:600;
	color:black;
}
.poscatipos .tab-content .poscacor .nome{
	font-size:16px;
	font-weight:700;
	color:black;
}
.poscatipos .tab-content .poscacor .preview{
	display:none;
	inset: 0 0 0 0;
	position:absolute;
	flex-wrap:wrap;
	justify-content:space-between;
	align-content: flex-start;
	-webkit-box-shadow: 4px 4px 12px -6px rgba(145,145,145,0.65);
	-moz-box-shadow: 4px 4px 12px -6px rgba(145,145,145,0.65);
	box-shadow: 4px 4px 12px -6px rgba(145,145,145,0.65);
	
}
.poscatipos .tab-content .poscacor .brush.glitter{
	position:relative;
}
.poscatipos .tab-content .poscacor .brush.glitter:after {
	content:'';
	position:absolute;
	inset:0 0 0 0;
	background-image:url(/img/glitter-2.png);
}
.poscatipos .tab-content .poscacor .preview.glitter {
	background-image:url(/img/glitter-2.png);
}
.poscatipos .tab-content .poscacor:hover .preview{
	display:flex;
	
}
.poscatipos .tab-content .poscacor svg{
	width:100%
}

.poscatipos .tab-content .preview  a{
	width:50%;
	font-size:16px;
	margin:.5em 0em;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.poscatipos .tab-content .preview  a:hover{
	text-decoration:none;
}

.poscatipos .tab-content .preview  a span {
	font-weight:bold;
}
.posca-tabs {
	font-size: 28px;
	text-align: center;
	margin-bottom:1em;
}
.posca-tab {
	display:inline-block;
	text-transform:uppercase;
	margin:0 1em;
	cursor:pointer;
}
.posca-tab.active div {
	text-decoration:none;
	color:#d90244;
}


.arpl-no-carousel-products .product-miniature {
	width:20% !important;
	
}

@media (max-width:768px) {
	.arpl-no-carousel-products .product-miniature {
		width:50% !important;
	}

}
.tvmain-slider-next-pre-btn {
	display:none !important;
}
.tvcategory-slider-info-box {
	text-transform:none !important;
}
.contact-rich h4,
.contact-form h3{
	text-transform:none !important;
}
.tvfooter-product-sticky-bottom .tvproduct-image-title-price {
	flex-wrap:wrap !important;
}
.tvfooter-product-sticky-bottom .tvall-inner-btn span {
	display:none;
}

.tvfooter-product-sticky-bottom .product-add-to-cart .add-to-cart {
	padding:17px 20px !important;
}

.block-promo .promo-input + button {
	margin-top:0;
	margin-bottom:0;
}
.tvfooter-title-wrapper .tvfooter-title, .tvdekstop-footer-all-title-wrapper .tvfooter-title, .block_newsletter .tvnewsletter-title {
	text-transform:none !important;
}

@media (max-width:768px) {
	
	.poscatipos .tab-content .poscacor {
		width:30% ;
	}
	
	.tvvertical-slider {
		.slick-track {
			display:flex;
		}
	}
	.tvfooter-product-sticky-bottom.sticky .tvflex-items {
		display:block;
	}
	#product .data-sheet {
		max-width:100% !important;
	}
}


.footer-1-block-social li {
	display:inline-block;
	margin-right:10px;
}
.footer-1-block-social li a {
	border-radius:10px;
	width:40px;
	height:35px;
	display:block;
}
.facebook.icon-black a {
	background-position:-5px -58px !important;
}
.facebook.icon-black a:hover {
	background-position:-55px -58px !important;
}



.twitter.icon-black a {
  background-position: -5px -108px !important;
}
.twitter.icon-black a:hover {
  background-position: -55px -108px !important;
}
.youtube.icon-black a {
  background-position: -5px -158px !important;
}
.youtube.icon-black a:hover {
  background-position: -55px -158px !important;
}
.instagram.icon-black a {
  background-position: -5px -308px !important;
}
.instagram.icon-black a {
  background-position: -55px -308px !important;
}
.pinterest.icon-black a {
	background-position: -5px -308px !important;
}
.pinterest.icon-black a:hover {
	background-position: -55px -308px !important;
}

.partners {
  display: flex;
  justify-content: center;
  align-items: center;
}
#search_filters .facet .facet-title {
	text-transform:none;
	font-size:13px;
	white-space:normal !important;
}
#search_filters .facet .facet-label a {
	white-space:normal !important;
}
.have-a-promo-code-salesgull {
	margin:1rem 2rem;
}
.cart-summary-line {
	margin: 0 1em;
}
#checkout div.checkout-step .step-title {
	text-transform:none !important;
}

.have-a-promo-code-salesgull {
	margin:1rem;
}
.custom-checkbox {
	display:flex !important;
}
.cart-summary-products .product-price {
	letter-spacing:0;
	margin: 0 1em;
}
.arpl-group .arpl-title {
	font-family:'Roboto condensed' !important;
}
@media (max-width:908px) {
	.arpl-group .arpl-title {
		font-size:24px !important;
	}

}

.featured-products .products {
	display:flex !important;
}

.lgcookieslaw-banner-bottom .container {
	width:100% !important;
}

.lgcookieslaw-account-button .link-item img {
	display:block;
}

.lgcookieslaw-account-button:hover .link-item img {
	filter:invert(15%) sepia(60%) saturate(3827%) hue-rotate(322deg) brightness(74%) contrast(164%);
}

.x-mot-result-labels {
	display:none !important;
}