/* Custom css */
.widget-images.widget-images-v3 h4, 
.scrollup, 
.action.primary,
.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: 40px;
}
/*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: #FF6088;
}

.minicart-wrapper .action.showcart i{
	color: #FF6088;
	border: 2px solid #FF6088;
}

.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 #FF6088;
}
.border-top-default,
.sidebar .block {
	border-top: 3px solid #FF6088;
}
.page-header .block-header .nav-links a:hover{
	color: #FF6088;
	border-color: #FF6088;
}
.fotorama__nav .fotorama__thumb-border{
	border: 1px solid #FF6088;
	margin-left: 0px;
}
.product.info .product.data.items > .item.title.active > .switch{
	border-bottom: 3px solid #FF6088 !important;
	color: #FF6088 !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: #FF6088 !important;
}

.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: 30px;
}

#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: "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: "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: 30px;
	}

	.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;
	}

	#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: 130px;
	}
	.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;
	}
	
}

/*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-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-top: 14%;;
}

#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;
}