
/* Fontes */
@font-face {
	font-family: 'Modak';
	font-style: normal;
	font-weight: bold;
	src: local('Modak-Regular'), local('Modak-Regular'), url("../fonts/Modak-Regular.ttf") format('truetype');  
}

@font-face {
	font-family: 'Router';
	font-style: normal;
	font-weight: bold;
	src: local('router-bold'), local('router-bold'), url("../fonts/router-bold.otf") format('truetype');  
}

@font-face {
	font-family: 'Router';
	font-style: normal;
	font-weight: 400;
	src: local('router-medium'), local('router-medium'), url("../fonts/router-medium.otf") format('truetype');  
}


@font-face {
	font-family: 'Router';
	font-style: normal;
	font-weight: 300;
	src: local('router-light'), local('router-light'), url("../fonts/router-light.otf") format('truetype');  
}


body, body .page-wrapper{
	font-family: "Router", "Muli", sans-serif !important;
}

/* Custom css */
.widget-images.widget-images-v3 h4, 
.product-block .product-item-info .actions-primary .add-to-cart,
.product-block .product-item-info .product-item-actions .actions-secondary a:hover, 
.product-block .product-item-info .product-item-actions .actions-secondary a:focus,
body .page-wrapper .owl-carousel .owl-dots .owl-dot.active span,
.page-wrapper .columns .owl-carousel .owl-nav [class*=owl-]:hover, 
.page-wrapper .columns .owl-carousel .owl-nav [class*=owl-]:focus,
.product-info-main .product-addto-links a:hover, 
.bundle-options-container .product-addto-links a:hover, 
.product-add-form .product-addto-links a:hover,
.page-wrapper .toolbar .modes-mode.active,
.fancybox-skin .action_button .button:hover {
	background: #FF6088;
}
.page-header .logo img {
	max-height: 95px;
    margin-top: -14px;
}
/*config do menu superior*/
.page-header .header-bottom {
	background: #ffffff;
}
.ves-menutop .ves-megamenu li.level0 > a{
	color:#000000;
}
#ves-header .vertical-menu {
	background: #ffffff;
}
.vertical-menu .block .block-title *{
	color: #000000;
}

.ves-menutop .ves-megamenu .dropdown-menu .nav-item > a:hover, 
.block.gosmart-footer .copyright span,
body .page-wrapper a:hover, body .page-wrapper .alink:hover,
.page-header .page-topbar .block-header a,
.product-info-main .product-info-stock-sku .stock.available, 
.product-info-main .product-info-stock-sku .stock.unavailable,
.list.products-list a.more,
.sidebar .block.filter .filter-options .filter-options-item.active .filter-options-title,
.page-main > .page-title-wrapper .page-title {
	color: #f50a8a;
}

body .page-wrapper a:hover{
	color:#f50a8a;
}

.minicart-wrapper .action.showcart i{
	color: white;
	border: 0px solid;
}

.ves-autosearch .search_box .button-search {
	background-color: #FF6088;
}

.block .block-title strong,
.productlist-widget.product-style3 ul.etabs li.active a {
	border-bottom: 3px solid #000;
}
.border-top-default,
.sidebar .block {
	border-top: 3px solid #f50a8a;
}
.page-header .block-header .nav-links a:hover{
	color: #f50a8a;
	border-color: #f50a8a;
}
.fotorama__nav .fotorama__thumb-border{
	border: 1px solid #f50a8a;
	margin-left: 0px;
}
.product.info .product.data.items > .item.title.active > .switch{
	border-bottom: 3px solid #f50a8a !important;
	color: #f50a8a !important;
}
.checkout-index-index .header-content.clearfix{
	background-color: white;
}
.checkout-index-index .minicart-wrapper .action.showcart::before,
.product-block .product-item-info .product-item-details .price-box.price-final_price .minimal-price-link,
.product-info-main .price-box .old-price .price-wrapper .price,
.catalogsearch-result-index .swatch-attribute.swatch-layered.tamanho .swatch-option.text.disabled,
.catalog-category-view .swatch-attribute.swatch-layered.tamanho .swatch-option.text.disabled,
.grecaptcha-badge {
    display: none !important;
}

.opc-progress-bar .opc-progress-bar-item._active:before {
	background: #FF6088;
}
.opc-progress-bar .opc-progress-bar-item._active > span:before {
	background: #7dc935;
}
.opc-progress-bar{
	text-align: center;
}

.page-header #ves-header .panel.page-topbar{
	background: #ffffff !important;
	padding: 5px 0;
	min-height: 20px;
}

@media (min-width: 992px), print{
	.block.newsletter .label {
		padding-top: 1%;
	}
}

.ves-menutop .ves-megamenu li.level0.active > a, .ves-menutop .ves-megamenu li.level0:hover > a {
	color: #fd0388 !important;
}
.page-header .header-links .options ul.dropdown a{
	font-weight: 400;
}

.payment-method .radio,.payment-method .checkbox{
	display: inline;
}
.payment-method label.label{
	padding: 5px;
}
.account-nav .item.current a, .account-nav .item.current strong{
	border-color: #FF6088;
}

/*
Configuracoes para ajustar os produtos nos widgets necessario para nosso modulo Parcelamento.
controlamos para o nome do produto nao ultrapassar o limite maximo altura em 3 em
cortando o texto e apresentando "..." com text-overflow: ellipsis;
*/
.ves-products-grid .product-item-name{
	height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/*line-height: 16px;      fallback */
	height: 3em;     /* fallback */
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
}
/*remover margem superior do preco*/
.product-block .product-item-details .price-box {
	margin: 0px;
}

.popup-entrada {
	padding: 30px 40px;
}

.popup-entrada .newsletter .control input {    
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 15px;
	color: #000;    
	border: none;
}

.product.actions.product-item-actions.button{
	position: initial !important;
}

.popup-entrada .newsletter .control input:not([disabled]):focus {    
	box-shadow: none;
}

.popup-entrada .actions .action.subscribe {
	height: 34px;
	border-radius: 0 30px 30px 0;
}

.popup-entrada #popup-off label {
	font-weight: 300;
	cursor: pointer;
}

.popup-entrada #popup-off input[type=checkbox] {
	cursor: pointer;
}

.checkout-index-index #billing-new-address-form .field:not(.gluk-address-lines) {
	padding-left: 10px;
    padding-right: 10px;
}
/*Cookies*/
.message.global.cookie{
	background:white;
	text-align:center;
	border-top:1px solid #D3D3D3;
	padding: 0px 0px 0px 0px;
	z-index: 99999;
}
.message.global.cookie a,.message.global.cookie a:hover{
	color:#56cc7d;
}
.action.allow.primary.cookie{
	background:#56cc7d;
}
.message.global.cookie .actions{
	display:  inline-block;
	margin-left:2%;
	margin-top: 6px;
    margin-bottom: 6px;
}
.action.allow.primary.cookie:hover{
	background:rgb(15, 204, 125);
}

/* Modificando Editar/Mudar Senha no Painel do usuario */
.action.edit,.action.change-password{
	font-weight: bold;
    color: #FF6088;
    font-size: 15px;
}
.action.change-password{
	white-space:pre-line;
}

/*Página de produto*/
.catalog-product-view .page-wrapper {
	background-color: rgb(247, 247, 247);
}

.product-add-form .product-options-bottom .field.qty {
	display: none !important;
}

.product-info-main .product-list-categories {
	clear: both;
	margin-bottom: 20px;
}
.product-info-main .product-list-categories a {
	border-radius:30px;
	background-color: #353535;
	padding: 5px 15px;
	font-weight: 700;
	margin: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	color: white;
}

.product-options-bottom .box-tocart .actions .add-to-cart,
.product-options-bottom .box-tocart {
	width: 100%;
}

.product-options-bottom .box-tocart .actions {
	display: block !important;
}

.product-options-bottom .box-tocart .actions .add-to-cart {
	background-color: #28a745;
	padding: 16px;
	font-size: 1.5em;
	height: 60px;
	margin-bottom: 5px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}


.glukexpress-shipping-quote--subscribe .control-cep {
	width: 100%;
}
.glukexpress-shipping-quote--subscribe .control-cep .cepBR.input-text {
	border-radius: 10px;
}

#grendene-shipping-quote-app {
  position: relative;
}

#grendene-shipping-quote-app #grendene-shipping-quote-form .control #zip {
  border: 1px solid #c2c2c2;
  background-color: white;
  padding-left: 15px;
  height: 35px;
  border-radius: 30px;
}

#grendene-shipping-quote-form .zipcode .actions .subscribe {
	  padding: 8px 25px;
}
#grendene-shipping-quote-form .zipcode .actions .subscribe:hover{
	color:#ffffff;
	background:#353535;
}

#grendene-shipping-quote-form .zipcode .actions {
	position: absolute;
  right: 2px !important;
  top: 2px !important;
}

.glukexpress-shipping-quote--subscribe .zipcode .actions button {
	width: 100%;
	padding: 8px 25px;
	margin-top: 2px;
}
#glukexpress-shipping-quote-app #glukexpress-shipping-quote-form .control-cep {
	max-width: 100% !important;
}

/*.page-layout-1column .product.media,*/
.page-layout-1column .product-info-main {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	padding: 30px;
	border-radius: 4px;
	background-color: white;
	
}

.product-info-main .product-list-categories strong {
	margin: 10px 0;
	display: inline-block;
}

.catalog-product-view .product.info.detailed  .is-collapsible[data-role="collapsible"] {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	background-color: white;
	margin: 10px 0;
}

.catalog-product-view .product.info.detailed [data-role="collapsible"].active .item.title {
	border-bottom: 1px solid #e7e7e7;
}

.catalog-product-view .product.info.detailed [data-role="collapsible"] .item.content,
.catalog-product-view .product.info.detailed [data-role="collapsible"] .item.title {
	padding: 10px;
}

.product.info.detailed {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 4px;
    background-color: white;
}

.catalog-product-view #block-related-heading {
	border-bottom: none;
	font-size: 22px;
}

.catalog-product-view .related .block-title.title {
	background-color: #f7f7f7;
	text-align: center;
}

.catalog-product-view .block.related {
	clear: both;
	float: none;
}

.catalog-product-view .block.related .owl-carousel.product-items .product-item-info {
	border: none;
	padding: 5px;
}

.catalog-product-view .block.related .owl-carousel.product-items .item.product-item {
	margin: 10px;
}

.catalog-product-view #product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-label,
.catalog-product-view #product-options-wrapper .swatch-opt .swatch-attribute .swatch-attribute-selected-option {
	display: none;
}

.product-info-main .product-options-wrapper .swatch-option.color.selected,
.page-wrapper .swatch-attribute.color .swatch-option.selected,
.swatch-option.selected, .swatch-option.text.selected {
    border: 2px solid #3dc163 !important;
}

.product-info-main .product-options-wrapper .swatch-option.color,
.page-wrapper .swatch-attribute.color .swatch-option {
    border: 1px solid #cecece !important;
}

.product-options-bottom .box-tocart .actions .add-to-cart-no-redirect {
	text-align: center;
    text-transform: uppercase;
    color: #000000;
    text-decoration: underline;
    display: block;
    margin-top: 15px;
}

.gluk-parcelamento {
line-height: normal;
}

#glukexpress-shipping-quote-app #glukexpress-shipping-quote-form .actions{
	position: absolute;
    right: 13px;
}

.mageplaza-slider-block .block-content {padding: 0}

.mageplaza-slider-block .block-content #banner-slider-carousel {margin-top: 0;}

.mageplaza-slider-block .block-content #banner-slider-carousel .owl-carousel .owl-nav {
    position: static;
    right: 0;
}

.mageplaza-slider-block .block-content #banner-slider-carousel .owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 45%;
    background: #ffffff;
    color: #222;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 36px;
    font-weight: 100;
    opacity: 1;
}

.mageplaza-slider-block .block-content #banner-slider-carousel .owl-carousel .owl-nav .owl-prev {
	left: 3%;
}

.mageplaza-slider-block .block-content #banner-slider-carousel .owl-carousel .owl-nav .owl-next {
	right: 3%;
}

#banner-slider-carousel .owl-dots{
	opacity: 1 !important;
	display:block;
}

.owl-carousel .owl-nav.disabled{
	display: block;
}
.mageplaza-slider-block .block-content #banner-slider-carousel .owl-carousel .owl-nav span{
   margin-top: -2px;
}


#banner-slider-carousel:hover .owl-nav{
	width: 100%;
    margin: 0;
    top: 40%;
}

#banner-slider-carousel .owl-nav .owl-prev{left: 1px;}
#banner-slider-carousel .owl-nav .owl-next{right:1px;}
.catalog-product-view .field.zipcode{margin-top:5%;}
.owl-carousel .owl-nav.disabled{display: block;}
.mageplaza-slider-block .block-content #banner-slider-carousel .owl-carousel .owl-nav span{margin-top: -2px;}
#banner-slider-carousel:hover .owl-nav, #banner-slider-carousel:hover .owl-dots{opacity: 1;}
#banner-slider-carousel .owl-nav .owl-next, #banner-slider-carousel .owl-nav .owl-prev{
	color: #FF6088;
	opacity: unset;
	border: none;
	font-size: 94px;
}



@media (max-width: 991px) {
	.product.actions.product-item-actions{
		position: relative !important;
		margin-top: 10px; 
	}
	.product-block .product-image{
		margin-bottom: 0px;
	}
	.product-item-name{margin:0}
	.product-item-details{margin-top:-10px}

	.popup-entrada {
		padding: 30px 40px;
	}

	.tooltip > .tooltip-inner {
		width: 200px;
	}
}

.radio, .checkbox {display: inline}
/*esconde checkbox dos produtos relacionados*/
.block.related .content .block-actions,
.block.related .content .products .product-items .checkbox.related {
	display: none !important;
}
/*checkout confs*/
.mt-03 { margin-top: 0.3em; }
.mb-05 { margin-bottom: 0.5em !important; }
.mb-0 { margin-bottom: 0; }
.font-12 { font-size: 12px; }
body.checkout-index-index .page-wrapper input[type="text"], 
body.checkout-index-index .page-wrapper input[type="password"], 
body.checkout-index-index .page-wrapper input[type="url"], 
body.checkout-index-index .page-wrapper input[type="tel"], 
body.checkout-index-index .page-wrapper input[type="search"], 
body.checkout-index-index .page-wrapper input[type="number"], 
body.checkout-index-index .page-wrapper input[type="datetime"], 
body.checkout-index-index .page-wrapper input[type="email"] {
	border: 1px solid #e5e5e5;
}

.product-block .product-item-info { text-align: left; }
.product-block .product-item-details .price-box .old-price .price {margin-left: 0; margin-right: 5px;}
.product-block .product-item-details .product-item-name { margin: 0 0 5px 0; }
.product-block .product-item-details .price-box .a-partir-de {
	font-size: 14px;
	margin-top: -5px;
}

.checkout-index-index .page-header {
	background-color: white;
}

body .page-wrapper input[type="text"], body .page-wrapper input[type="password"], 
body .page-wrapper input[type="url"], body .page-wrapper input[type="tel"], 
body .page-wrapper input[type="search"], body .page-wrapper input[type="number"], 
body .page-wrapper input[type="datetime"], body .page-wrapper input[type="email"]
{
	border: 1px solid #c2c2c2;
	height: 35px;
	background: #FFF;
}

body .page-wrapper .textarea{
	border: 1px solid #c2c2c2;
	background: #FFF;
	line-height: 26px;
	display: block;
}
/*Correção da visibilidade campo de pesquiza*/
.dropdown-backdrop{
	z-index: unset;
}
.product-info-main .gluk-discount-price .price {
	font-size: 26px;
	font-weight: 700;
	font-family: "Router","Muli", sans-serif;
	color: #353535;
}
.product-info-main .left-price-box {
	float: left;
	margin-bottom: 20px;
	margin-top: 8px;
}

.product-info-main .gluk-discount-price p {
	margin-top: 5px;
}
.catalog-product-view .product-info-main .prices-tier {
	background: no-repeat;
	border: 1px solid #e7e7e7;
	width: fit-content;
	border-radius: 4px;
}

.catalog-product-view .product-info-main .prices-tier .item {
	padding: 10px;
	font-size: 1.2em;
	border-bottom: 1px solid #e7e7e7;
}

.catalog-product-view .product-info-main .prices-tier .item:last-child {
	border-bottom: none;
}

.catalog-product-view .product-info-main .prices-tier .item .benefit {
	color: #ff6088;
}

.product-info-main .box-tocart {
	float: none !important;
}

.fotorama__arr.fotorama__arr--next,
.fotorama__arr.fotorama__arr--prev {
	display: block !important;
}


.product-info-main .gluk-discount-price {
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-left: solid 1px #e7e7e7;
}

.product-info-main .gluk-discount-price p {
	margin-top: 5px;
}

.product-info-main .swatch-opt {
	margin: 0 !important;
}

.product-add-form {
	display: initial !important;
	margin: 20px 0 !important;
	height: 38px;
}

.product-info-main .product-add-form form,
.product-info-main .price-box.price-tier_price,
.product-info-main .product.attribute.overview {
	clear: both;
}

.catalog-product-view .product-info-main .prices-tier {
	background: no-repeat;
	border: 1px solid #e7e7e7;
	width: fit-content;
	border-radius: 4px;
}

.catalog-product-view .product-info-main .prices-tier .item {
	padding: 10px;
	font-size: 1.2em;
	border-bottom: 1px solid #e7e7e7;
}

.catalog-product-view .product-info-main .prices-tier .item:last-child {
	border-bottom: none;
}

.catalog-product-view .product-info-main .prices-tier .item .benefit {
	color: #5bb069;
}

.product-info-main .box-tocart {
	float: none !important;
}

.catalog-product-view .product-info-main .left-price-box .gluk-parcelamento {
	margin-top: 5px;
	margin-left: 1px;
}

.product-info-main .price-box .price-tier_price .price-wrapper .price {
	font-size: 1.4rem !important;
	font-weight: 400;
	color: #666 !important;
}


.page-wrapper .toolbar .sorter::after, .page-wrapper .toolbar .control::after{
	display: none !important;
}

.page-wrapper .toolbar .limiter .limiter-options {
	padding-left: 6%;
}

.catalog-product-view .product-info-main .product-info-stock-sku .sold-quantity {
	width: fit-content;
	margin-right: 10px;
	background-color: #f5f5f5;
	padding: 2px 6px;
	display: block;
	margin-bottom: 5px;
}

.g-recaptcha {
	width: fit-content;
    margin: 0 auto;
    margin-top: 15px;
}
.page-wrapper .toolbar .sorter-options, .limiter-options {
	border: 1px solid black;
	background: none;
	outline: none;
	padding-right: 10px;
	font-size: 13px;
	color: #363636;
	border-color: #e7e7e7;
	box-shadow: none !important;
	margin: 0;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 30px;
	height: 36px;
  
}

.catalog-product-view .price-box.price-final_price .a-partir-de {
	display: none;
}

.btn.btn-whats-catalog{
	background: #FF6088;
    color: #ffffff;
    border: 0 !important;
    border-radius: 29px;
	padding: 9px 25px;
    font-family: "Router","Muli", sans-serif;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    margin: 4% 0;
}
.btn.btn-whats-catalog:hover{
	background: #353535;
	color:#ffffff !important;
}
.modals-overlay{
	z-index: 9999 !important;
}

.sidebar .block{margin-top: 4%;}
.toolbar-filter-opener{margin-left: 1%;}
.page-wrapper .products.wrapper ~ .toolbar .btn-filtros{display: none !important;}
.btn-filtros{
	background-color: #FF6088 !important;
    color: white !important;
    margin-left: -10%;
    font-weight: 800 !important;
    font-size: 1.2em !important;
    text-transform: none !important;
    border-radius: 30px !important;
}
.toolbar-filter-opener p {display: none;}
.page-wrapper .toolbar .limiter .limiter-options{margin-bottom: 6% !important;}
.toolbar-products .toolbar-filter-opener .block{margin-bottom: -25px;}
.sidebar .block.filter{margin-top:-7%;}
.filter-current .action.remove:before{font-size: 14px;}
.filter-options{display: block !important;}
.catalogsearch-result-index .columns .sidebar-main{order:0;}
.widget-filter .block-content{padding: 0;}

.customer-address-index .items.addresses .item.actions {
	white-space:pre-line;
}

.customer-address-index .block.block-addresses-default .box-actions .action,
.customer-address-index .block.block-addresses-list .action,
.sales-order-history .table-wrapper.orders-history .actions .action {
	color: #FF6088;
	font-size: 15px;
    font-weight: bold;
}

.block-dashboard-info .box-newsletter .action.edit:hover,
.block-dashboard-info .block-content .box-information .box-actions .action.edit:hover,
.block-dashboard-info .block-content .box-information .action.change-password:hover,
.block-dashboard-addresses .action.edit:hover,
.table-wrapper.orders-recent .table-order-items.recent .action.view:hover,
.table-wrapper.orders-recent .table-order-items.recent .action.order:hover:hover,
.customer-address-index .block.block-addresses-default .box-actions .action:hover,
.customer-address-index .block.block-addresses-list .action:hover,
.sales-order-history .table-wrapper.orders-history .actions .action:hover{
	text-decoration: underline;
}

.fa.fa-plus-circle.add-action,
.add-down.fa-minus-circle {
	cursor: pointer;
}

.search.results dl.block {
    display: none;
}

.product-info-main .product-list-categories a{
	display: inline-flex;
}

.a-partir-de.sem-valor {display:none;}


/*Totais extra no checkout*/
/*Mobile*/
@media (max-width:768px) {

	.page-header .logo img {
		max-height: 70px;
	}

	.product-block .product-item-details .price-box .a-partir-de{
		margin-top:-2px;
	}

	.checkout-index-index #checkout .opc-estimated-wrapper {
		margin: 0;
	}

	.opc-estimated-wrapper .estimated-block .estimated-label {
		display:  inline;
	}
	.checkout-container a.btn.action.primary.detalhe  { 
		width: -webkit-fill-available;
		height: 25px;
		border-radius: 0;
		padding: 5px;
		background-color: #f4f4f4;
		color: #666666;
	}

	.checkout-index-index #checkout .minicart-wrapper {
		top: 0;
	}

	#checkout .modal-header .action-close{
		z-index: 999;
	}

	#checkout .authentication-wrapper,
	#checkout .authentication-wrapper .action.action-auth-toggle {
		width: 100%;
		max-width: 100%;
	}

	#checkout .authentication-wrapper {
		margin: 10px 0;
	}

	#checkout .form.form-login {
		display: inline-block;
	}
	
	.checkout-container .table-totals {
		margin-bottom: 0;	
	}

	.page-header {
		margin-bottom: 0!important;
		border:0px !important;
	}

	.panel-nav .panel-body .custom-close-side-menu{
		margin-top: 85% !important;
	}

	.minicart-wrapper{
		margin-top: 6px;
	}

	.page-header .minicart-warp .minicart-wrapper .action.showcart .label{
		display: block !important;
	}

	#banner-slider-carousel{
		margin-top: -10px !important;
	}

	#checkout .checkout-shipping-address  .methods-shipping,
	#checkout .checkout-shipping-address  .methods-shipping .form-login	{
		padding-top: 0;
		margin-top: 10px;
	}

	#checkout .checkout-shipping-address  {
		display: inline-block;
	}

	.checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
		top: -10px;
	}

	/*Cookies */
	.message.global.cookie {
		padding:12px 0px 3px 0px;
	}

	.product-info-main .gluk-discount-price{
		margin-left: 0px;
	}

	#maincontent img{
		height: auto;
	}
	#maincontent .loader img{
		height: 6%;
	}

	.btn-filtros{margin-left: 0% !important;margin-top:5%;}
	.page-layout-2columns-left .column.main{width: 75% !important;}
	.products.wrapper.filter-left{width: 100% !important;}
	.page-wrapper .toolbar .limiter{margin-left: -102px;}
	.page-wrapper .toolbar .limiter .limiter-options{margin-bottom: 6% !important;}
	.sidebar .block.filter{margin-top:-1% !important;}
	.modal-popup._inner-scroll .modal-content{background: #f4f4f4;}
	.block.filter .block-content.filter-content{padding: 5%;margin-top: -4%;}
	.block.filter.active .filter-options,.block.filter.active .block-content.filter-content{padding: 3%;}
	
	.page-wrapper .toolbar .sorter{float: left;}
	.toolbar.toolbar-products.filter-top .toolbar-sorter {
		float: right;
		margin-left: 35%;
	}
	.page-wrapper .toolbar .sorter-options{
		width: 115px;
	}
	.page-wrapper .toolbar.filter-top .sorter-options{
		width: auto;
	}
	.page-wrapper .toolbar .sorter-options,
	.toolbar.toolbar-products.filter-top .toolbar-sorter  {
		white-space: nowrap;
	}

	.product-info-main .left-price-box {
		padding-right: 10%;
	}
	.product-info-main .left-price-box,
	.product-info-main .gluk-discount-price{
		width: 50%;
	}

	.fotorama__stage__frame.fotorama_horizontal_ratio.fotorama__loaded.fotorama__loaded--img.fotorama__active.magnify-wheel-loaded,
	.fotorama__stage__frame.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img.magnify-wheel-loaded.fotorama__active,
	.fotorama__stage__frame.fotorama__active.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img {
		width: 100%  !important;
	}
	
	.gosmart-footer .ves-inner.copyright a{
		padding-bottom: 6% !important;
    	display: block;
	}

	aside.modal-popup.add-to-cart-popup._show .modal-inner-wrap{
		width: 91%;
		padding: 0%;
	}
	aside.modal-popup.add-to-cart-popup._show{
		width: 100% !important;
		display: block !important;
	}

	aside.modal-popup.add-to-cart-popup._show button{
		margin-top: 3%;
	}

	.gluk-customer .addressCnpjOption .fieldset .legend{
		margin: 0px !important;
	}

	.products-grid .product-block .product-item-details .price-box{
		margin-top: 5% !important;
	}

	.product-block .product-item-details .price-box .a-partir-de{
		margin-top:-2px !important;
	}

	.ves-megamenu.menu-hover.ves-horizontal.menu-large-center {
		text-align: left !important;
		justify-content: left !important;
	}

	#ves-custom-manuais p{
		padding: 5% !important;
		margin: 5% auto !important;
		width: 100% !important;
	}

	.imagem-produto-manual{
		margin: auto;
		display: block;
	}
	.card-manuais{
		width: 130%;
	}

	.card-manuais .nome-produto-manual{
		transform: none;
	}

	.card-manuais .baixar-manuais{
		margin-top: 8%;
		text-align: center;
	}

	.vantagens .item .item-content{
		width: 95% !important;
	}

	.categorias .img-responsive{
		padding:2% 5% 40% 5%;
	}

	.minha-conta-footer{
		margin-bottom: 5%;
	}

	.produtos .productlist-widget .product-block .product-item-info{
		padding:5% !important;
	}

	.satisfacao{
		padding:35px !important;
	}

	.sobre-nos-home .widget.block.block-static-block,
	.block.newsletter .block-title,
	.avaliacao-clientes img.owl-image.img-responsive{
		width: 100% !important;
	}

	.ves-widget.widget-newsletter.newsletter.block.custom-subscribe .block-title strong span{
		text-align: center !important;
	}

	.gosmart-footer .box-email .col-inner{
		margin:auto !important;
	}


	.block.newsletter{
		padding: 15px 0 !important;
	}

	.block.newsletter .label{
		display: none;
	}

	.block.newsletter .control input{
		width: 95%;
	}
	.block.newsletter .field .control{
		display: flex;
		justify-content: center;
		padding-top: 5%;
	}

	.block.newsletter .actions{
		top:15px;
	}

	.ves-container.categorias{
		padding-top:12%;
	}

	.avaliacao-clientes{
		margin-top: 6%;
	}


	.satisfacao p span{
		font-size: 40px !important;
	}	

	.grid.products-grid .product-item{
		width: 49% !important;
	}

	.catalog-product-view .page-wrapper,
	.customer-account-login .page-wrapper,
	body.customer-account-create{
		background: #f7f7f7 !important;
	}

	.product-info-main .product-info-price{
		margin-right: 0px !important;
	}
}

/*Desktop*/
@media (min-width:768px) {
	.checkout-container .table-totals {
		display: none;
	}

	.checkout-container .opc-block-summary .table-totals {
		display: table !important;
	}
}

/*Criar conta*/
body.customer-account-create {
	background-color: #F2F2F2;
}

/*Mobile*/
@media (max-width:768px) {
	.card {
		padding: 30px 20px;
	}
	
	body.customer-account-create .form-create-account .actions-toolbar .primary {
		float: none;	
	}
	
	body.customer-account-create .form-create-account .actions-toolbar {
		width: 100%;
	}
	
	body.customer-account-create .form-create-account .fieldset.address {
		margin-top: 30px;
	}
}

/*Desktop*/
@media (min-width:768px) {
	.card {
		padding: 30px 70px;
	}
	body.customer-account-create .form-create-account .bloco-dados-pessoais.col-md-6.col-lg-6 {
		padding-right:40px;
	}
	
	body.customer-account-create .form-create-account .bloco-endereco {
		padding-left:40px;
	}
}

.card {
	background-color: white;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
}

body.customer-account-create .form-create-account input[type="password"],
body.customer-account-create .form-create-account input[type="email"],
body.customer-account-create .form-create-account select,
body.customer-account-create .form-create-account input[type="text"],
body .create.account.form-create-account input[type="password"],
body .create.account.form-create-account input[type="email"],
body .create.account.form-create-account select,
body .create.account.form-create-account input[type="text"] {
	border-radius: 5px;
	height: 40px;
}

body.customer-account-create .form-create-account .fieldset,
body.customer-account-create .form-create-account .fieldset > .field {
	margin: 0;
}

body.customer-account-create .form-create-account .field.date input {
	width: 100% !important;
}

body.customer-account-create .form-create-account .actions-toolbar .action.back {
	margin-top: 28px;
}

body.customer-account-create .form-create-account .actions-toolbar {
	margin-top: 30px;
}

body.customer-account-create .form-create-account .action.cadastrar {
	padding: 15px 45px;
	font-size: 1em;
}

.phone-alert {
	padding: 10px;
	background-color: #fffbbb8c;
	margin: 0;
}

/*Criar conta*/
.block-authentication  .block-content .actions-toolbar .secondary {
	width: 100%;
	text-align:center;
}
.action.checkout,
.block-authentication  .block-content .actions-toolbar .primary,
.block-authentication  .block-content .actions-toolbar .primary .action-register,
.block-authentication .block-content .actions-toolbar .action.secondary {
	width: 100%;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
	border-radius: 30px;
	background-color: #ff6088;
}

/*Custom Gluk Toast*/
#toast-container>div {
	opacity: initial !important;
}
/*Custom Gluk Toast*/


.catalog-product-view .toggle-share-links {
	margin: 15px 0;
	background-color: white;
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	font-weight: 600;
}

.product-info-main .product-info-stock-sku,
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions,
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
	display: block !important;
}

.product-options-bottom .box-tocart .actions .add-to-cart,
.product-add-form .box-tocart .actions .add-to-cart {
	padding: 16px;
    font-size: 1.5em;
    height: 60px;
    width: 100%;
    margin-bottom: 15px;
    color: white;
}

.product-add-form .box-tocart .actions .add-to-cart {
	margin-top: 4%;
    margin-bottom: -2%;
}

.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
	padding-bottom: 15%;
}

.product-info-main .product-list-categories {
	clear: both;
}

.product-block .product-item-info span.price {
    color: #353535;
    font-size: 18px;
    font-weight: 700;
}


/*Ajuste css nova versão wirecard*/
.checkout-index-index #payment_form_moipboleto .payment-method-wirecard-label,
.checkout-index-index #payment_form_moipcc .payment-method-wirecard-label {
    display: unset;
}

.checkout-cart-index .btn.btn-calcular-frete{
	display: inline-block !important;
    color: #5bb069;
    border: 1px solid #5bb069;
    border-radius: 30px;
    padding: 8px;
    width: 100%;
    font-weight: 800;
    font-size: 13px;
    margin-top: 4%;
}
.btn.btn-calcular-frete:hover{ background: #5bb069 !important;color: white !important; }

.product-reviews-summary.short.empty {
	display: none;
}

#ves-header .minha-conta {
	margin-bottom: -12px;
}

#ves-header .minha-conta li.cursor-pointer{
	margin-bottom: 0px;
}

#ves-header .block-header.hidden-sm.hidden-xs.pull-right{
	display: flex;
	grid-gap: 0px 12px;
}

aside.modal-popup.add-to-cart-popup._show{
	width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
	z-index: 99999 !important;
}

aside.modal-popup.add-to-cart-popup._show .modal-inner-wrap{
	text-align: center;
    border-radius: 4px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}


aside.modal-popup.add-to-cart-popup._show .modal-inner-wrap .action-close {
	padding-left: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: #2f2f2f;
    color: white;
    border-radius: 30px;
}

.modal-popup .action-close:before{
	color:white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: revert;
}

.modal-popup .action-close:hover:before{
	color:white;
}

aside.modal-popup.add-to-cart-popup._show .add-to-cart-modal-popup{
	font-size: 16px;
}

aside.modal-popup.add-to-cart-popup._show .add-to-cart-modal-popup span{
	color: #51c162;
    font-weight: 500;
}

aside.modal-popup.add-to-cart-popup._show .modal-footer {
	text-align: center;
}

aside.modal-popup.add-to-cart-popup._show button{
	padding: 0 18px;
	line-height: 35px;
	background: #2f2f2f;
	color: #fff;
	display: inline-block;
	zoom: 1;
	vertical-align: top;
	border: 0;
	border-radius: 3px;
	font-size: 14px;
}

aside.modal-popup.add-to-cart-popup._show button:hover{
	background: #489a55;
}

div#banktransfer-instructions{
	display: contents !important;
}

#checkout .checkout-shipping-address .methods-shipping{
	margin-top: 2%;
}

@media only screen and (max-height:767px){
	.page-product-grouped .product-info-main .product-info-stock-sku{
		display: flex;
	}
	
	#grendene-shipping-quote-form .zipcode .actions .subscribe,
	.glukexpress-shipping-quote--subscribe .zipcode .actions button{
		padding: 8px 15px;
	}


}

.ves-megamenu.menu-hover.ves-horizontal.menu-large-center {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

#ves-custom-manuais p {
	border: 1px solid;
    padding: 1%;
    text-align: center;
    border-radius: 5px;
    width: 15%;
    margin: 2% auto;
}

#ves-custom-manuais p a {
	color: #212121;
}

#ves-custom-manuais p:hover a {
	color: #FFF;
}

#ves-custom-manuais p:hover {
	background: #212121;
	cursor: pointer;
}

.nome-produto-manual{
	transform: translateY(100%); 

}

.imagem-produto-manual {
	width: 50%;
}

span.baixar-manual{
	display: block;
}



.ves-menutop{
	display: flex;
	justify-content: center;
	margin-top: 7px;
}


.ves-menutop .ves-megamenu li.level0>a{
	color: white;
    font-weight: bold;
    font-size: 15px;
}

.ves-inner.mageplaza-slider-block{
	display: none;
}

.banner-principal .block .block-content{
	padding-top: 0px;
    margin-top: -5px;
}

.vantagens .item{
	display: flex;
	justify-content: center;
}


.vantagens .item .item-content{
	text-align: center;
    border: 1px solid #C4C2C1;
	border-radius: 30px;
    width: 80%;
    padding: 1%;
   background: #000;
   color:white;
}

.vantagens .item .item-content p:first-child{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.vantagens .item .item-content p{
	font-size: 15px;
	color: white;
	margin-top: 1%;
}


.categorias .img-responsive{
	padding: 2% 5% 23% 5%;
}

.categorias .banner-item.banner-slider{
	border: 1px solid;
    width: 80%;
    display: flex;
    justify-content: center;
    border-radius: 10px;
	background: white;
}

.categorias .widget-html.ves-widget.block,
.produtos .productlist-widget,
.efeito-produto .block {
	background: transparent !important;
}


.categorias #banner-slider-carousel .owl-item,
.efeito-produto .widget-html.ves-widget.block {
	display: flex;
	justify-content:center;
	background: transparent;
}


#banner-slider-carousel .banner-title{
	width: 60%;
    text-align: center;
    bottom: 3% !important;
    margin-left: 8%;
    font-size: 60px;
    font-family: 'modak';
    background: #f50a8a !important;
    opacity: 1 !important;
    padding: 0% !important;
    color: #fff !important;
}

.categorias #banner-slider-carousel{
	margin-top: 12%;
}

.produtos .block.widget .product-item-info{
	background: white;
}

.ves-widget.productlist-widget .owl-carousel .owl-item img{
	height: auto;
}

.efeito-produto img{
	border-radius: 0 0 10px 10px;
	width: 200px;
}


.produtos .productlist-widget .product-block .product-item-info{
	border-right: 0px solid #e7e7e7;
	padding: 20px;
	border: 1px solid #1E1E1E;
	margin: 0 2%;
	border-radius: 5px;
}

.productlist-widget ul.etabs{
	display: none;
}

.satisfacao{
	padding:125px 0 0 100px;
}

.star{
	padding-right: 10px;
    padding-bottom: 10px;
}

.star::before{
	content: url('../images/star.svg');
}

.sobre-nos-home .widget.block.block-static-block{
	border: 1px solid black;
    padding: 2% 4%;
    width: 70%;
    background: black;
    color: white;
    border-radius: 30px;
	margin-top: 9%;
}

.sobre-nos-home .widget.block.block-static-block h2{
	font-family: 'Modak';
    font-size: 55px;
}
.sobre-nos-home .widget.block.block-static-block p{
	font-size: 15px;
}


.gosmart-footer .box-email .col-inner{
	margin: -1.5% 0 0 -11%;
}

.block.newsletter{
    border: 1px solid #f50a8a !important;
    padding: 25px 0px;
    float: left;
    width: 100%;
    border-radius: 10px;
    margin-top: 3%;
    background: #f50a8a !important;
}

.block.newsletter .block-title{
	width: 35%;
	padding-left: 60px;
	min-height: 40px;
}
.block.newsletter .block-title *{
	color:white;
}

.ves-widget.widget-newsletter.newsletter.block.custom-subscribe .block-title strong span{
	text-align: left;
    float: right;
    color: white;
	font-size: 15px;
}

.widget-html.ves-widget.block.logo-mail-footer{
	width: 50%;
}


.minha-conta-carrinho{
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 5px;
}



.widget.ves-widget.productlist-widget .owl-stage,
.widget.ves-widget.productlist-widget .owl-item,
.widget.ves-widget.productlist-widget .product-block{
	display: flex;
	align-items: stretch;
}


.avaliacao-clientes .banner-item.banner-slider .item-image,
.efeito-produto .block .block-content,
.ves-header .header-content.clearfix .row.no-margin,
.newsletter-logo-love-mu {
	display: flex;
    justify-content: center;
}

.avaliacao-clientes img.owl-image.img-responsive{
	height: 550px;
	width: 70%;
}

.block.newsletter .actions .action.subscribe::before{
	content: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M1.305%203.542A1.844%201.844%200%2001%203.92%201.445l17.81%208.905a1.844%201.844%200%2001%200%203.3L3.92%2022.555a1.844%201.844%200%2001-2.615-2.097L3.17%2013%2014%2012%203.17%2011%201.305%203.542z%22%20fill%3D%22%23F50A8A%22%2F%3E%3C%2Fsvg%3E');
}

.block.newsletter .control input::placeholder{
	font-family: "Router", "Muli", sans-serif;
	color: #fd0388;
	font-size: 16px;
}

.block.newsletter .control input{
    color: #000;
    font-size: 14px;
    font-family: "Router", "Muli", sans-serif;
}

.gosmart-footer .informacoes-footer .logo-footer .widget.block.block-static-block{
	font-size: 17px;
}

.nav-toggle::before{
	color:white !important;
}

.page-header .options .action.toggle:after{
    color: white !important;
    margin-top: 6px !important;
}

.minha-conta-footer img {
	width: 60%;
    margin-bottom: 4%;
}


.product-block .product-item-info {
	text-align: left;
    border-right: 0 solid #e7e7e7;
    padding: 10px;
    border: 1px solid #1e1e1e;
    margin: 0 2%;
    border-radius: 5px;
	background: white;
}

	
.grid.products-grid .product-item {
	width: 33%;
}

.page-wrapper .toolbar .modes-mode.active {
	background: #000;
}

.page-wrapper .toolbar .sorter-options, .page-wrapper .toolbar .limiter-options,
.page-wrapper .toolbar .modes,
.sidebar .block.filter {
	border-radius: 10px;
}

.block.block-wishlist {
	display: none;
}

.border-top-default, .sidebar .block {
	border-top: 3px solid #f50a8a;
}

.action.primary {
	background: #f50a8a;
    border-radius: 10px !important;
}


.fotorama__nav .fotorama__thumb-border {
	border:1px solid #f50a8a;
}

.sidebar.sidebar-additional{
	display: none;
}
.catalog-category-view .page-wrapper {
	background: url('../images/fundovaca.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 16%;
    background-position-y: 50px;
}

.catalog-product-view .page-wrapper,
.customer-account-login .page-wrapper,
body.customer-account-create {
	background: url('../images/fundo-vaca-min.png');
    background-repeat: no-repeat;
}

.customer-account-login .page-wrapper,
body.customer-account-create {
	background-size: cover;
}

.catalog-product-view .page-wrapper {
	background-size: contain;
}

.fotorama-item.fotorama{
	background:white;
}