/* ---------- REDICOM BASE ---------- */
*{ margin: 0; padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; outline:0;font-synthesis: none;text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;}
.clear{ clear:both; *line-height:1px; padding:0; }
.clearfix:before, .clearfix:after{ content:""; display:block;}
.clearfix:after{ clear:both; }
.clearfix { zoom:1; }
.overflow{ overflow:hidden; }
.centered{text-align: center;}
.align-right{text-align: right;}
.align-left{text-align: right;}
body {-webkit-font-smoothing: antialiased;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
video {object-fit: cover;}
audio:not([controls]){display:none;height:0}[hidden]{display:none}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
html,button,input,select,textarea{font-family:sans-serif}
a{cursor:pointer;}
b,strong{font-weight:bold}
blockquote{margin-left: 25px}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
small{font-size:80%}
ol,ul{list-style-position: outside; margin-left: 30px;}
nav ul,nav ol,.nav ul,.nav ol{list-style:none;list-style-image:none; margin-left:0}
img{min-width: 1px;min-height: 1px;border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
input[type=text], input[type=email],input[type=password],input[type=number],input[type=file],input[type=search], textarea {-webkit-appearance: none;-moz-appearance: none;border-radius:0;}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none;-moz-appearance: none;appearance: none;}
input[type=number]{-moz-appearance: textfield;}
button,input{line-height:normal}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible; border-radius:0}
.disable, button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top;resize:none;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;}
.ibeHolder{font-size: 0;line-height: 0;}
button.slick-arrow, button.slick-arrow:hover{padding: 0;border: 0;background-color: transparent;text-indent: -9999px;overflow: hidden;}
.ng-cloak{display:none;}
.fixed{position: fixed;top: 0;left: 0;width: 100%;}
.seo-title, .seo-description{display: none;}
.hidden{display: none;}
/* ---------------------------------- */

/* --------- REDICOM GUIDE ---------- */
	h1, h1 *, .h1, .tit_H1{
		font-family: 'HelveticaNeue-Light', Arial, Helvetica, 'Segoe UI', sans-serif;
		font-weight: normal;
		font-size: 32px;
		line-height: 34px;
		color: #333;
	}

	h2, h2 *, .h2, .tit_H2, .secondary-title{
		font-family: 'HelveticaNeue-Light', Arial, Helvetica, 'Segoe UI', sans-serif;
		font-weight: normal;
		font-size: 26px;
		line-height: 28px;
		color: #333;
	}

	h3, h3 *, .h3{
		font-family: 'Montserrat-Bold', Arial, Helvetica, 'Segoe UI', sans-serif;
		font-weight: normal;
		font-size: 24px;
		line-height: 28px;
		color: #333;
	}

	h4, h4 *, .h4, .secondary-subtitle{
		font-family: 'Montserrat-Regular', Arial, Helvetica, 'Segoe UI', sans-serif;
		font-weight: normal;
		font-size: 16px;
		line-height: 18px;
		color: #54102d;
	}

	body/*, p*/, body .paragraph{
		font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;
		font-weight: normal;
		font-size: 12px;
		line-height: 20px;
		color: #505050;
	}

	.link {
		text-transform: uppercase;
		line-height: 118%;
		text-decoration: none !important;
		border-bottom: 1px solid;
	}

	.link:hover {
		border-color: transparent;
	}

	a{color: #757171;text-decoration: underline;}
	a:hover{color: #333;text-decoration: none;}

	@media screen and (max-width: 768px){
		h1, h1 *, .h1, .tit_H1{font-size: 22px;line-height: 120%;}
		h2, h2 *, .h2, .tit_H2{font-size: 20px;line-height: 120%;}
		h3, h3 *, .h3{font-size: 18px;line-height: 120%;}
		h4, h4 *, .h4{font-size: 14px;line-height: 120%;}
	}

	textarea, input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], input[type=search], input[type=file], select{
		font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;
		font-weight: normal;
		font-size: 12px;
		color: #505050;
		padding: 10px 15px 11px;
		border: 1px solid #c0c0c0;
		border-radius: 3px;
	}

	body.isFirefox textarea, body.isFirefox input[type=text], body.isFirefox input[type=number], body.isFirefox input[type=email], body.isFirefox input[type=password], body.isFirefox input[type=tel], body.isFirefox input[type=search], body.isFirefox input[type=file], body.isFirefox select{padding: 10px 15px;}

	textarea::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder{color: #999;}
	textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=file]::-moz-placeholder{color: #999;}
	textarea:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder{color: #999;}
	textarea:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=file]:-moz-placeholder{color: #999;}
	
	textarea{line-height: 18px;}

	select{height: 30px;}
	div.select{position: relative;display: block;border: 1px solid #c0c0c0;overflow-x: hidden;border-radius: 3px;}
	div.select select{position: relative;width: 100%;color: #999;height: 37px;padding: 6px 30px 6px 8px;appearance:none;border: 0px !important;background: transparent;z-index: 10;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;}
	.lt-ie9 div.select select{width: 140%;}
	div.select select::-ms-expand{display: none;}
	div.select::after{content: '';position: absolute;top: calc(50% - 1px);right: 15px;width: 10px;height: 6px;background: url(../sysimages/icon-arrow-select.png) left top/10px no-repeat;}
	body.isFirefox div.select::after{top: calc(50% - 2px);}
	div.select[disabled]::after{opacity: 0.3;}
	div.select select:disabled{background: none;}

	input[type=text]:hover, input[type=number]:hover, input[type=email]:hover, input[type=password]:hover, input[type=tel]:hover, input[type=search]:hover, textarea:hover, div.select:hover,
	input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=search]:focus, textarea:focus{
		border-color: #7a1339;
	}

	input[type=text]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=search]:disabled, textarea:disabled, div.select[disabled]{
		background-color: #EBEBEB !important;border: 1px solid #EBEBEB;-webkit-text-fill-color: #999;-webkit-opacity: 1;
	}

	.button{display: inline-block;line-height: normal;text-align: center;text-decoration: none !important;}
	.button, button, input[type=submit], input[type=button]{
		font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;
		font-weight: 700;
		font-size: 12px;
		line-height: normal;
		color: #FFF !important;
		text-transform: uppercase;
		padding: 13px 24px 12px;
		border: 1px solid #333;
		background-color: #333;
		border-radius: 3px;
	}

	body.isFirefox .button:not(.btn-download):not(.btn-wish):not(.btn-add-cart):not(.fc-button):not(role=button), body.isFirefox button:not(.btn-download):not(.btn-wish):not(.btn-add-cart):not(.fc-button):not(role=button), body.isFirefox input[type=submit]:not(.btn-download):not(.btn-wish):not(.btn-add-cart):not(.fc-button):not(role=button), body.isFirefox input[type=button]:not(.btn-download):not(.btn-wish):not(.btn-add-cart):not(.fc-button):not(role=button){padding: 11px 24px;}
 
	.button:hover,button:hover,input[type=submit]:hover,input[type=button]:hover{
		color: #FFF !important;
		border-color: #681a3b;
		background-color: #681a3b;
	}

	.button.btn2,button.btn2,input[type=submit].btn2,input[type=button].btn2,.buttonBlocks{
		color: #333 !important;
		border-color: #333;
		background-color: #fff;
	}

	.button.btn2:hover,button.btn2:hover,input[type=submit].btn2:hover,input[type=button].btn2:hover,.buttonBlocks:hover{
		color: #FFF !important;
		border-color: #333;
		background-color: #333;
	}

	.button.btn3,button.btn3,input[type=submit].btn3,input[type=button].btn3{
		color: #333 !important;
		border-color: #333;
		background-color: transparent;
	}

	.button.btn3:not(.disabled):hover,button.btn3:not(.disabled):hover,input[type=submit].btn3:not(.disabled):hover,input[type=button].btn3:not(.disabled):hover{
		background-color: #333;
		color: #FFF !important;
	} 
	.button.btn3.disabled,button.btn3.disabled,input[type=submit].btn3.disabled,input[type=button].btn3.disabled{
		cursor: default;
	}

	/* ---- BUTTON ADD CART ---- */
	.button.btn-add-cart{color: #fff !important;border-color: #333;background-color: #333;position: relative;}
	.button.btn-add-cart:not(.disabled):not(.loader)::before{content: '';position: absolute;top: calc(50% - 8px);left: 37px;width: 11px;height: 14px;background: url(../sysimages/icon-btn-cart.png) no-repeat left top/11px;}
	.button.btn-add-cart:not(.disabled):hover{background: #681a3b;border-color:#681a3b;}
	.button.btn-add-cart.disabled{cursor: default;}

	article.product .desc .button_cart .button.btn-add-cart:not(.disabled):not(.loader)::before{left: 10px !important;}

	@media screen and (max-width: 768px){
		.button.btn-add-cart:not(.disabled):not(.loader)::before{left: 13px !important;}
	}
	/* ------------------------- */

	.button.btn4,button.btn4,input[type=submit].btn4,input[type=button].btn4{
		color: #757171 !important;
		border-color: #979797;
		background-color: rgba(255, 255, 255, 0.1);
	}
	.button.btn4.light,button.btn4.light,input[type=submit].btn4.light,input[type=button].btn4.light{color: #fff;}

	.button.btn4:hover,button.btn4:hover,input[type=submit].btn4:hover,input[type=button].btn4:hover{
		color: #FFF !important;
		border-color: #333;
		background-color: #333;
	}

	button.btn-search, .btn-clear-input{position: relative;width: 48px;height: 36px;padding: 0 !important;border-radius: 0 2px 2px 0;border-color: #fff;background-color: #fff;}
	button.btn-search::after{content: '';position: absolute;top: calc(50% - 9px);right: calc(50% - 8px);width: 18px;height: 18px;background: url(../sysimages/icon-search.png) left top/18px no-repeat;}
	.btn-clear-input::after{content: '';position: absolute;top: calc(50% - 8px);right: calc(50% - 8px);width: 16px;height: 16px;background: url(../sysimages/icon-clear.png) left bottom/16px no-repeat;}

	.button.btn-wish{/*width: 42px;padding: 0;*/border-color:#979797;background: #FFF;color: #666 !important;position: relative;text-align: left;padding: 8px 15px 7px 47px;word-wrap: break-word;font-size: 10px;line-height: 12px;font-weight: 400;}
	.button.btn-wish::before{content: '';position: absolute;top: calc(50% - 7px);left: 21px;width: 12px;height: 13px;background: url(../sysimages/icon-wish.png) left top/12px no-repeat;}
	body.isFirefox .button.btn-wish::before{top: calc(50% - 6px);}
	.button.btn-wish:hover, .button.btn-wish.disabled{border-color: #333;color: #333;}
	.button.btn-wish:hover::before{background-position: left bottom;}

	.button.btn-download{position: relative;padding: 8px 20px 7px 47px;text-align: left;color: #666;font-size: 10px;line-height: 12px;font-weight: 400;}
	.button.btn-download::before{content: '';position: absolute;top: calc(50% - 10px);left: 21px;width: 14px;height: 19px;background: url(../sysimages/icon-button-download.png) left top/14px no-repeat;}
	.button.btn-download:hover::before{background-position: left bottom;}
	.button.btn-download span{display: block;}

	.button.loader, button.loader, .button.loader:hover, button.loader:hover{position: relative;color: transparent;background: #333;border-color: #333;}
	.button.loader::before, button.loader::before{content: '';position: absolute;left: 50%;top: 50%;width: 24px;height: 24px;margin: -13px 0 0 -13px;border-radius: 24px;border: rgba(255, 255, 255, 0.25) 2px solid;border-top-color: #fff;-webkit-animation: loader 750ms linear infinite;-moz-animation: loader 750ms linear infinite;animation: loader 750ms linear infinite;}
	article.product .button.loader::before, article.product button.loader::before{content: '';position: absolute;left: 50%;top: 50%;width: 10px;height: 10px;margin: -7px 0 0 -5px;border-radius: 24px;border: rgba(255, 255, 255, 0.25) 2px solid;border-top-color: #fff;-webkit-animation: loader 750ms linear infinite;-moz-animation: loader 750ms linear infinite;animation: loader 750ms linear infinite;}

	@media screen and (max-width: 768px){
		.button.btn-wish::before{top: calc(50% - 6px);left: 18px;}
	}

	/* ------------- COLORS ------------- */
	.color01{color: #333333;}
	.color02{color: #666666;}
	.color03{color: #999999;}
	.color04{color: #E0E0E0;}
	.color05{color: #F0F0F0;}
	.color06{color: #FAFAFA;}
	.color07{color: #FDD822;}
	.color08{color: #006AB4;}
	.color09{color: #037CD5;}
	.color10{color: #3B555E;}

	.background01{background-color: #333333;}
	.background02{background-color: #666666;}
	.background03{background-color: #999999;}
	.background04{background-color: #E0E0E0;}
	.background05{background-color: #F0F0F0;}
	.background06{background-color: #FAFAFA;}
	.background07{background-color: #FDD822;}
	.background08{background-color: #006AB4;}
	.background09{background-color: #681a3b;}
	.background10{background-color: #3B555E;}
	.background11{background-color: #FFFFFF;}

	.bordercolor01{border-color: #333333;border-style: solid;}
	.bordercolor02{border-color: #666666;border-style: solid;}
	.bordercolor03{border-color: #999999;border-style: solid;}
	.bordercolor04{border-color: #E0E0E0;border-style: solid;}
	.bordercolor05{border-color: #F0F0F0;border-style: solid;}
	.bordercolor06{border-color: #FAFAFA;border-style: solid;}
	.bordercolor07{border-color: #FDD822;border-style: solid;}
	.bordercolor08{border-color: #006AB4;border-style: solid;}
	.bordercolor09{border-color: #037CD5;border-style: solid;}
	.bordercolor10{border-color: #3B555E;border-style: solid;}
	/* ---------------------------------- */


/* -- ESTILOS GERAIS -- */
.slideout-open #containerSite::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 500;}
figure.loader{position: relative;}
figure.loader img{position: absolute;top: 0;left: 0;}

.page-banner{line-height: 0;background-size: cover;background-repeat: no-repeat;background-position: center;min-height: 104px;position: relative;}
.page-banner::before{content:'';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(../sysimages/overlay.png) repeat;background-size: 6px;}

#pop-age-control, #pop-stores-ipad{background-color: #333333;}
#pop-age-control .wrapper-popup .h1, #pop-stores-ipad .wrapper-popup .h1{font-family: 'HelveticaNeueLight_light', Arial, Helvetica, 'Segoe UI', sans-serif;color: #fff;}
#pop-age-control .wrapper-popup .container-popup .button, #pop-stores-ipad .wrapper-popup .container-popup .button{background-color: rgba(255, 255, 255, 0.1);border-color: #ffffff;color: #ffffff;}
#pop-age-control .wrapper-popup .container-popup .button:hover, #pop-stores-ipad .wrapper-popup .container-popup .button:hover{background-color: rgba(255, 255, 255, 1);color: #333333 !important;}

a.return-page{font-size: 11px;color: #707070;text-decoration: none;position: relative;padding-left: 13px;}
a.return-page:hover{text-decoration: underline;}
a.return-page::before{content: '';position: absolute;top: calc(50% - 4px);left: 0;width: 5px;height: 9px;background: url(../sysimages/icon-arrow-left.png) no-repeat left top/5px;}

.page-content *:not(.h4), .pad-content *:not(.h4), .wrapper-description p, .accordion > li .accordion-content *:not(button):not(.error):not(.error1):not(.error2):not(.error3):not(.error4):not(.error-default){font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif !important;color: #505050 !important;font-size: 12px !important;}
.wrapper-description p{line-height: 24px;}

.ellip {display: block;height: 100%;}
.ellip-line {display: inline-block;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;max-width: 100%;}
.ellip, .ellip-line {position: relative;overflow: hidden;}

.wrapper-description ul{margin-left: 9px;}
.wrapper-description ul li{background: url(../sysimages/icon-list-content.png) no-repeat left top 7px;list-style: none;padding-left: 17px;}

@media screen and (max-width: 768px){
	.page-banner{min-height: 55px;}
	iframe:not(.iframe_onlinechat) {max-width: 100%;min-height: 30vh;max-height: 40vh;}
}

@media screen and (min-width: 768px){
	#containerSite{min-width: 980px;position: relative;}
	.wrapper-page{min-height: 577px;}
}

@media screen and (max-width: 768px){
	input[type=file]{padding: 5px 10px;}
	.title > h1{font-size: 22px;line-height: 28px;}
	#pop-age-control .wrapper-popup .h1{font-size: 20px;line-height: 26px;}
	/*div.select select{height: auto;}*/
}

/*.tmpEXP{color: red !important;float: none !important;margin: 0 !important;padding: 0 !important;}*/


label{display:block;}
.inputError{padding: 0px;margin-bottom: 17px;position: relative;}
.inputError > p, .inputError > label > p, .inputError > .label > p,
.inputError > span, .inputError > label > span, .inputError > .label > span{display: block;padding-bottom: 5px;padding-left: 2px;}

.inputError.displayError input,
.inputError.displayError div.select,
.inputError.displayError textarea{background: #FAE5E7 url(../sysimages/icon-error-input.png) right center/25px no-repeat;border-color: #D10014;}
.inputError.displayError div.select{background-image: none;}
.inputError.displayError > p, .inputError.displayError > label > p,
.inputError.displayError > span, .inputError.displayError > label > span{color: #EB5D4E;}

.inputError.last-field{margin-bottom: 10px;}

.form-message{}
.form-message .success{display: none;padding: 12px 15px 12px 42px;color: #428244;background: url(../sysimages/check.png) no-repeat 11px 11px #DFF0D8;background-size: 20px;line-height: 18px;margin-bottom: 16px;}

.form-message .error, .form-message .error1, .form-message .error2, .form-message .error3, .form-message .error4,
.form-message .error-default{display: none;padding: 12px 15px 12px 42px;color: #E84B3C;background: url(../sysimages/error.png) no-repeat 11px 11px #FFE0D9;background-size: 20px;line-height: 18px;margin-bottom: 16px;}
.form-message .warning{padding: 12px 15px 12px 42px;color: #B48E4D;background: url(../sysimages/alert.png) no-repeat 11px 11px #FCF8E3;background-size: 20px;line-height: 18px;margin-bottom: 16px;}

.displayError .errorToolTip, .errorToolTip.show{ display: block;}
.errorToolTip{display: none;position:absolute; top: auto; left:-3px; width:auto;height: 26px;white-space: nowrap;}
.imgError{height:9px; width:15px; background:url(../sysimages/bgToolTipError.png) no-repeat top left; float:left;position: absolute;top:27px;left: 10px;}
.bgError{border-radius: 2px; border: 1px solid #e23400; background-color: #FCEAE5;}
.errorToolTip .bgError p,#footer .errorToolTip .bgError p{color:#d0021b; font-size: 12px;line-height: 26px;margin: 0 10px;}

.invalid{border: 1px solid red;}

.wrapper-upload p{font-size: 11px;color: #666;}
.wrapper-upload p.error{color: red;}
.wrapper-upload .upload-button{display: block;float: left;padding: 0 30px;background: #999;font-size: 10px;line-height: 28px;color: #FFF;text-transform: uppercase;}
.wrapper-upload .file-name{float: left;font-size: 11px;line-height: 28px;color: #666;padding: 0 18px;}

.upload{position: relative;display: inline-block;overflow: hidden;cursor: pointer;width: 100%;padding: 19px 14px;border: 1px solid #EBEBEB;}
.upload .hidden{position: absolute;top: 0;right: 0;filter: alpha(opacity=1);opacity: 0.01;-moz-opacity: 0.01;z-index: -1;}

.product .flags .flag{font-size: 10px;line-height: 10px;color: #FFF;text-transform: uppercase;white-space: nowrap;}

@media screen and (max-width: 768px){
	.inputError{margin-bottom: 15px;}
	.inputError > span, .inputError > label > span{padding-bottom: 2px;}
}
/* -------------------- */
	


	/* ------ SOCIAL ----- */
	.social-icons a{float: left;width: 32px;height: 32px;margin-left: 5px;/*background: url(../sysimages/social-icons.png) no-repeat;background-size: 321px;*/position: relative;}
	.social-icons a:not(.logo-footer):after{content: '';position: absolute;top: calc(50% - 16px);left: calc(50% - 16px);width: 31px;height: 32px;background: url(../sysimages/social-icons.png) no-repeat;background-size: 321px;}
	.social-icons a:first-child{margin-left: 0;}
	.social-icons a.fb, .social-icons a.fb::after{background-position: left top;}
	.social-icons a.vm, .social-icons a.vm::after{background-position: -32px top;}
	.social-icons a.pi, .social-icons a.pi::after{background-position: -65px top;}
	.social-icons a.yt, .social-icons a.yt::after{background-position: -96px top;}
	.social-icons a.gp, .social-icons a.gp::after{background-position: -128px top;}
	.social-icons a.lk, .social-icons a.lk::after{background-position: -161px top;}
	.social-icons a.tw, .social-icons a.tw::after{background-position: -193px top;}
	.social-icons a.tb,.social-icons a.tb::after{background-position: -224px top;}
	.social-icons a.in, .social-icons a.in::after{background-position: -257px top;}
	.social-icons a.fb:hover, .social-icons a.fb:hover::after{background-position: left bottom;}
	.social-icons a.vm:hover, .social-icons a.vm:hover::after{background-position: -32px bottom;}
	.social-icons a.pi:hover, .social-icons a.pi:hover::after{background-position: -65px bottom;}
	.social-icons a.yt:hover, .social-icons a.yt:hover::after{background-position: -96px bottom;}
	.social-icons a.gp:hover, .social-icons a.gp:hover::after{background-position: -128px bottom;}
	.social-icons a.lk:hover, .social-icons a.lk:hover::after{background-position: -161px bottom;}
	.social-icons a.tw:hover, .social-icons a.tw:hover::after{background-position: -193px bottom;}
	.social-icons a.tb:hover, .social-icons a.tb:hover::after{background-position: -224px bottom;}
	.social-icons a.in:hover, .social-icons a.in:hover::after{background-position: -257px bottom;}

	#footer .social-footer ul li.fb:hover{background: #3b5999;}
	#footer .social-footer ul li.vm:hover{background: #4EBBFF;}
	#footer .social-footer ul li.pi:hover{background: #CB2027;}
	#footer .social-footer ul li.yt:hover{background: #CD332D;}
	#footer .social-footer ul li.gp:hover{background: #DF4F3F;}
	#footer .social-footer ul li.lk:hover{background: #007BB6;}
	#footer .social-footer ul li.tw:hover{background: #4099FF;}
	#footer .social-footer ul li.tb:hover{background: #444444;}
	#footer .social-footer ul li.in:hover{background: #517FA4;}

	.share-icons{/*font-size: 0;line-height: 0;*/}
	.share-icons p{font-size: 11px;color: #a0a0a0;line-height: 16px;}
	.share-icons .addthis_toolbox a:first-child{margin-left: 0 !important;}
	.share-icons a{float: none !important;display: inline-block;width: 31px !important;height: 32px;padding: 0 !important;margin: 0 0 0 11px !important;background: url(../sysimages/share-icons.png) left top/321px no-repeat;}
	.share-icons a:first-child{margin-left: 0 !important;}
	.share-icons a > span{display: none;}
	.share-icons a span{background: none !important;}
	.share-icons a.addthis_button_facebook{background-position: left top;}
	.share-icons a.addthis_button_pinterest_share{background-position: -65px top;}
	.share-icons a.addthis_button_google_plusone_share{background-position: -129px top;}
	.share-icons a.addthis_button_twitter{background-position: -193px top;}
	.share-icons a.addthis_button_tumblr{background-position: -226px top;}
	.share-icons a.addthis_button_facebook:hover{background-position: left bottom;}
	.share-icons a.addthis_button_pinterest_share:hover{background-position: -65px bottom;}
	.share-icons a.addthis_button_google_plusone_share:hover{background-position: -129px bottom;}
	.share-icons a.addthis_button_twitter:hover{background-position: -193px bottom;}
	.share-icons a.addthis_button_tumblr:hover{background-position: -226px bottom;}
	/* ------------------- */

	/* -------- TEMPLATES STYLES ------- */
		/* ------------ GERAL ----------- */
		/*.title > p{padding-top: 46px !important;}*/
		/* ------------------------------ */
		
		/* ----------- HEADER ----------- */
		#header .nav-top ul li.user-wishlist .desktop-wish-notice{background-color: #00589C;}
		.breadCrumpSeparator {display: none;}
		/* ------------------------------ */

		/* ----------- FOOTER ----------- */
		.shipping-info{border-color: #E1E0E0;background: #F0F0F0;}
		.shipping-info .row .column{border-color: #E1E0E0;}
		/* ------------------------------ */

		/* ------------ HOME ------------ */
		.home .slider .description .content{/*background-color: rgba(0, 0, 0, 0.8);*/}
    .home .slider .description.left{height: 100%;}
		.home .wrapper-banner .content .item-title{padding-bottom: 5px;}
		.home .banner16 .tabs-container:not(.disabled) .tabs-content .tab{padding: 20px 0 0;}
		.home .banner49 .content .item-title{padding-bottom: 0;}
		.home .banner49 .row .column:not(:last-child) .image::after{border-color: #999;}
		.home .banner50 .description.light, .home .banner51 .description.light{background: #F0F0F0;}
		.home .banner50 .description.dark, .home .banner51 .description.dark{background: #000;}
		.home .banner53 .overlay{background-color: rgba(3, 124, 213, 0.6);}
	
		.home .banner16.banner-id-2{border-bottom: 1px dotted #d8d8d8;}
		.home .banner16.banner-id-2 .dis_cell .htmlTable{position: relative;} 
		.home .banner16.banner-id-2 .dis_cell:not(:last-child) .htmlTable::after{content:'';position: absolute;width: 1px;height: 100%;top: 0;right: 0;border-left: 1px dotted #d8d8d8;}
		
		.home .banner16.banner-id-2 .dis_cell .contentHTML_TEXT > table tr > td:not(:last-child){line-height: 0;padding: 2px 0;}
		
		.banner23.wrapper-banner-product .dis_table .productItemBlocos{border: 1px solid #cfcfcf;padding: 15px 17px 13px;}
		.banner23.wrapper-banner-product .dis_table .productItemBlocos:hover{border-color:#757171;}
		.banner23.wrapper-banner-product .box-images{padding-bottom: 27px;border-bottom: 1px dotted #ccc;}
		
		.home .banner16.banner-id-2 .dis_cell .contentHTML_TEXT h4,
		.home .banner16.banner-id-2 .dis_cell .contentHTML_TEXT h4 a{font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 12px;text-transform: uppercase;letter-spacing: 0.5px;color: #54102d;}

		@media screen and (max-width: 768px){
			.home .banner16 .contentHTML_TEXT > table{width: 90%;}

			.banner23.wrapper-banner-product .dis_table .productItemBlocos{padding: 17px 17px 13px;}
			.banner23.wrapper-banner-product .dis_table{margin: 0 !important;width: 100% !important;}
			.banner23.wrapper-banner-product .dis_table .dis_cell{padding: 5px !important;}
		}
		/* ------------------------------ */
		
		/* ------------ BLOCOS LANDINGPAGES ------------ */
		.container-blocks{max-width: 1390px;}
		.prod-info-cb .prod-info-cb-pv-price, .prod-info-cb .prod-info-cb-price{width: auto !important;vertical-align: middle;padding: 0 3px;}
		.container-blocks .prod-info-cb .prod-info-cb-price{position: relative;}
		.container-blocks .prod-info-cb .prod-info-cb-price::before{content: '';position: absolute;top: 7px;left: 2px;height: 1px;width: 29px;transform: rotate(-29deg);-ms-transform: rotate(-29deg);-webkit-transform: rotate(-29deg);background-color: #cd0a0a;}
		
		@media screen and (max-width: 768px){
			#main .container-blocks{padding: 0 10px !important;}
		}
		/* ------------------------------ */

		/* -------- PRODUCT LIST -------- */
		/* ------------------------------ */

		/* -------- PRODUCT ITEM -------- */
		/* ------------------------------ */

		/* ----------- PRODUCT ---------- */
		
		/* ------------------------------ */

		/* --------- STOCK ALERT -------- */
		.stock-alert > a{background-color: #681a3b;}
		.stock-alert > a:hover{background-color: #5d1735;}
		.stock-alert .form-stock-alert{border-color: #681a3b;}
		.stock-alert > a{font-weight: 600;font-size: 11px;line-height: 18px;color: #FFF;text-transform: uppercase;text-decoration: none;}
		.stock-alert .form-field > label > span{font-size: 12px;line-height: 18px;color: #666;}
		/* ------------------------------ */

		/* ---------- WISHLIST ---------- */
		/* ------------------------------ */

		/* ---------- REVIEWS ----------- */
		.review .container-review .image-prod figure{border-color: #EDEDED;}
		.review .container-review .wrapper-form .form-fieldset{border-color: #EBEBEB;}
		.review .container-review .wrapper-form .rating-bar{border-color: #EEE;background: #F7F7F7;}
		.review .container-review .wrapper-form .rating-bar > span{border-color: #EDEDED;}
		.review .container-review .wrapper-form .rating-bar > span.hover, .review .container-review .wrapper-form .rating-bar > span.sel{background: #DEDEDE;}
		.review .container-review .nav-products{border-color: #EDEDED;}
		.review .container-review .nav-products .title-nav{border-color: #EDEDED;background: #F7F7F7;}
		.review .container-review .nav-products .list-products ul li{border-color: #EDEDED;}
		.review .container-review .nav-products .list-products ul li .prod-img{border-color: #EDEDED;}
		/* ------------------------------ */

		/* --------- COMPARATOR --------- */
		/* ------------------------------ */

		/* ------------ PAGE ------------ */
		/* ------------------------------ */

		/* ----------- ABOUT ------------ */
		/* ------------------------------ */

		/* ----------- BRANDS ----------- */
		.brands .container-brands .row .column .brand{border-color: #cfcfcf;}
		.brands .container-brands .row .column a.brand:hover{border-color: #681a3b;}
		/* ------------------------------ */

		/* ----------- CARRERS ---------- */
		.careers_det .wrapper-form .bottom-form button:not(:hover){border-color:#757171;background-color: #757171;}
		/* ------------------------------ */

		/* ---------- CONTACTS ---------- */
		.contacts .column-form .title-form p{color: #333;}
		body.isFirefox .contacts .column-form .wrapper-form .bottom-form button{padding-bottom: 11px;}
		.contacts .column-form .wrapper-form .bottom-form button:not(:hover){border-color:#757171;background-color: #757171;}
		/* ------------------------------ */

		/* ---------- DOWNLOADS --------- */
		/* ------------------------------ */

		/* ---------- SUBSCRIBE --------- */
		.subscribe .column-form .wrapper-form .bottom-form button:not(:hover){border-color:#757171;background-color: #757171;}
		/* ------------------------------ */

		/* ------------ FAQS ------------ */
		/* ------------------------------ */

		/* ---------- LOOKBOOK ---------- */
		.shopbylook .container-shopbylook .row .column a .image{border-color: transparent;}
		.shopbylook .container-shopbylook .row .column a:hover .image{border-color: #999;}
		/* ------------------------------ */

		/* ------ LOOKBOOK DETAIL ------- */
		.shopbylook .container-shopbylook .wrapper-slider{border-color: #EDEDED;}
		.shopbylook .container-shopbylook .wrapper-products{border-color: #EEE;background: #FFF;}

		@media screen and (max-width: 768px){
			.shopbylook .container-shopbylook .wrapper-slider .slider .slick-dots li button{background: #000;color: #000;}
		}
		/* ------------------------------ */

		/* ------------ NEWS ------------ */
		/* ------------------------------ */

		/* -------- NEWS DETAIL --------- */
		/* ------------------------------ */
		
		/* --------- CATALOGOS ---------- */
		/* ------------------------------ */

		/* ---------- SERVICES ---------- */
		/* ------------------------------ */

		/* ------ SERVICES DETAIL ------- */
		.service .container-service .accordion-service .accordion-content table tr th{border-color: #D8D8D8;background: #F1F1F1;}
		.service .container-service .accordion-service .accordion-content table tr td{border-color: #D8D8D8;}
		.service .container-service .accordion-service .accordion-content table tr:nth-child(odd) td{background: #FAFAFA;}
		.service .container-service .accordion-service .accordion-content table tr:nth-child(even) td{background: #F1F1F1;}
		/* ------------------------------ */

		/* ----------- STORES ----------- */
		.stores .container-map .info-box-wrap{border-color: #CCC;background-color: #FFF;}
		/* ------------------------------ */

		/* ------- STORES DETAIL -------- */
		.stores_detail .wrapper-text .column .item-title{color: #333;font-weight: 700;line-height: 17px;}
		.stores_detail .wrapper-text .column .item-content{line-height: 20px;}
		/* ------------------------------ */

		/* ---------- MAGAZINE ---------- */
		.magazine .container-magazine .hotspot .dot{background: #167ED2;}
		.magazine .container-magazine .hotspot .product{background: #FFF;}
		/* ------------------------------ */

		/* ---------- E-GIFTS ----------- */
		.egifts .container-egifts .wrapper-form .form-fieldset{border-color: #EBEBEB;}
		.egifts .banner-help{border-color: #D8D8D8;}
		/* ------------------------------ */

		/* ----------- SEARCH ----------- */
		/* ------------------------------ */

		/* --------- NEWSLETTER --------- */
		.subscribe .column-form .wrapper-form .select select{color: #999;}
		/* ------------------------------ */

		/* ------------ BLOG ------------ */
		/* ------------------------------ */

		/* ---------- CREATORS ---------- */
		.creators .container-creators .row .column .image{border-color: transparent;}
		.creators .container-creators .row .column a:hover .image{border-color: #999;}
		/* ------------------------------ */

		/* --------- TESTEMONY ---------- */
		.testimony .testimony-holder{background: #F6F6F6;}
		.testimony .testimony-holder .desc{background: #FFF;}
		.testimony .testimony-holder .desc:before{border-color: transparent;border-top-color: #FFF;}
		.testimony .testimony-holder .desc:after{border-color: transparent;border-bottom-color: #FFF;}
		/* ------------------------------ */
		
		/* -------- LANDING PAGES ------- */
		.landingpage .column-form .title-form > p:not([class]){color: #333;font-weight: 700;}
		.landingpage .column-form .title-form p.discount{font-family: 'HelveticaNeue-Light', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 32px;line-height: 42px;color: #333;text-transform: uppercase;}
		.landingpage .column-form .wrapper-form .inputError.last-field{margin-bottom: 20px;}
		.landingpage .column-form .wrapper-form .bottom-form p{line-height: 14px;}

		.landingpage .column-form .wrapper-form .bottom-form button:not(:hover){border-color:#757171;background-color: #757171;}

		@media screen and (max-width: 768px){
			.landingpage .column-form .title-form p.discount{font-size: 23px;line-height: 120%;}
		}
		/* ------------------------------ */

		/* ----------- POPUPS ----------- */
		.title-popup{border-color: #F0F0F0;}
		/* ------------------------------ */
	/* --------------------------------- */

	/* ----- TEMPLATES FONT STYLES ----- */
		/* ------------ GERAL ----------- */
		.required-notice{font-size: 11px;color: #707070;}
		/* ------------------------------ */

		/* ----------- HEADER ----------- */
		#header .nav-top ul li a,
        #header .nav-top ul li p{font-size: 10px;line-height: 12px;color: #fff;letter-spacing: 0.2px;opacity: 0.8;}
        #header .nav-top ul li.active{background-color: #fff;}
        #header .nav-top ul li.active a, #header .nav-top ul li.active p{color: #262626;}
        #header .nav-top ul li a{text-decoration: none;}
        #header .nav-top ul li a:hover{text-decoration: underline;}
		#header .nav-top ul li.user-wishlist .desktop-wish-notice, #header .user-wishlist span{color: #FFF;}
		#header .nav-top ul li.user-currency a{/*text-transform: uppercase;*/}
		#header .nav-top .country-drop .inputError label > span{font-size: 12px;color: #505050;}
		#header .right-header .shop-icons > ul > li > a span{font-weight: 500;font-size: 11px;color: #fff;letter-spacing: 0.2px;}
		#header .search .select select{font-weight: 500;letter-spacing: 0;}

		#header .help-header p{font-weight: 700;line-height: 14px;text-transform: uppercase;}
		#header .help-header p:not(.phone){font-size: 10px;letter-spacing: -0.2pt;color: #CFDFEE;}
		#header .help-header p.phone{font-size: 16px;letter-spacing: 0.4pt;color: #FFF;}

		#header .item-desc p{line-height: 16px;}
		#header .right-header .items-dropdown .items-list ul li a{text-decoration: none;}
		#header .right-header .items-dropdown .items-list ul li a:hover .item-desc .item-title{text-decoration: underline;}
		#header .right-header .items-dropdown .item-desc .flags .flag, #header .menu .submenu .column-right .tabs-content ul li .flags .flag{font-size: 10px;line-height: 10px;color: #fff;text-transform: uppercase;}
		#header .item-desc .item-title{font-size: 13px;color: #333;font-weight: 600;}
		#header .item-desc .item-ref{font-size: 11px;}
		#header .item-desc .item-price{font-size: 12px;}
		#header .item-desc .item-available{color: #666;}
		#header .item-desc .item-available{font-size: 11px;}
		#header .item-desc .item-available span{width: 10px;height: 10px;border-radius: 10px;margin-right: 6px;float: left;margin-top: 3px;}
		#header .right-header .items-dropdown .item-desc .item-discount, #header .menu .submenu .column-right .tabs-content ul li .item-desc .item-discount{color: #cd0a0a;font-size: 13px;line-height: 18px;font-weight: 600;text-transform: uppercase;}
		#header .right-header .items-dropdown .item-desc .item-previous-price, #header .item-desc .item-previous-price{color: #666;font-size: 13px;line-height: 18px;font-weight: 600;}
		#header .right-header .items-dropdown .item-desc .item-price, #header .item-desc .item-price{font-size: 16px;line-height: 18px;color: #333;font-weight: 600;}
		#header .item-desc .item-available.red span{background-color: #cd0a0a;}
		#header .item-desc .item-available.green span{background-color: #96bf3b;}
    	#header .item-desc .item-available.yellow span{background-color: #FFCC33;}
		#header .right-header .items-dropdown .bottom-list a{text-transform: lowercase;}
		#header .right-header .items-dropdown .bottom-list ul li a{text-transform: capitalize;}
		.autocompleter-hint, .autocompleter-hint span{font-size: 11px;color: #999;}

		#header .menu > ul > li > a{font-family: 'Montserrat-Regular', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 12px;color: #333;text-transform: uppercase;text-decoration: none;}
		#header .menu > ul > li.featured > a{color: #641919;}
		#header .menu .submenu .column-menu > ul > li > a{color: #333;font-weight: 700;font-size: 12px;line-height: 12px;text-transform: none;text-decoration: none;}
		#header .menu .submenu .column-menu > ul > li > a:hover{text-decoration: underline;}
		#header .menu .submenu .column-menu > ul ul li.featured a{color: #641919;}
		#header .menu .submenu .column-menu > ul > li.featured > a{display: inline-block;padding:8px; border-radius: 3px; background-color: #989898;color: #fff;text-decoration: none;font-weight: 400;}
		#header .menu .submenu .column-menu > ul > li.featured > a:hover{background-color: #797979;}
		#header .menu .submenu .column-menu > ul ul li a{font-size: 13px;line-height: 18px;color: #666;text-decoration: none;}
		#header .menu .submenu .column-menu > ul ul li a:hover{color: #641919;}

		#header .mobile-wish-notice, #header .mobile-cart-notice{font-size: 11px;color: #FFF;}

		#header .right-header .user-wishlist{color: #fff;font-size: 11px;line-height: 17px;font-weight: 500;}
		#header .user-wishlist .desktop-wish-notice{background-color: #fff;color: #333;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);}

		#header .right-header .search .items-dropdown-holder .wrapper-title p{font-size: 11px;color: #333;text-transform: uppercase;font-weight: 600;}

		#header .search-form #search{font-size: 13px;color: #484848;}
		#header .search-form #search::-webkit-input-placeholder{color: #999;}
		#header .search-form #search::-moz-placeholder{color: #999;}
		#header .search-form #search:-ms-input-placeholder{color: #999;}
		#header .search-form #search:-moz-placeholder{color: #999;}

		@media screen and (max-width: 768px){
			#header .right-header .shop-icons > ul > li > a span{font-size: 9px;color: #262626;font-weight: 400;}
		}
		/* ------------------------------ */

		/* --------- MENU MOBILE -------- */
		.menu-mobile ul.main-menu li a{font-weight: 500;font-weight: 600;font-size: 11px;text-decoration: none;text-transform: uppercase;}
		.menu-mobile ul.main-menu li.return a{font-family: 'LatoLight', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 20px;font-weight: normal;text-transform: none;}
		.menu-mobile ul.main-menu li.return a span{font-size: 12px;line-height: 14px;}

		/* NOVO MENU */
		.wrapper-menu-mobile .menu-mobile li a, .wrapper-menu-mobile .box-menu-second-level ul li a{color: #333;line-height: 17px;text-decoration: none;}
		.wrapper-menu-mobile .menu-mobile li a.featured, .wrapper-menu-mobile .box-menu .item-link.featured, .wrapper-menu-mobile .box-menu-second-level ul li a.featured{color: #cd0a0a;}
		.wrapper-menu-mobile .menu-mobile > li > a, .wrapper-menu-mobile .box-menu .item-link.item-title{text-transform: uppercase;}
		.wrapper-menu-mobile .menu-mobile li ul li a, .wrapper-menu-mobile .box-menu .item-link.subtitle{font-weight: 600;}
		.wrapper-menu-mobile ul.menu-inst li a, .wrapper-menu-mobile ul.menu-mixology li a{font-size: 11px;color: #fff;line-height: 12px;letter-spacing: 0.2px;text-decoration: none;}
		/* ------------------------------ */

		/* ----------- FOOTER ----------- */
		.shipping-info .row .column .info p span{font-size: 10px;text-transform: uppercase;color: #000;}
		.shipping-info .row .column .info p{font-size: 11px;line-height: 14px;}
		#footer .social-footer .social-text{font-weight: 500;font-size: 9px;color: #FFF;text-transform: uppercase;}
		#footer .social-footer .social-stores{font-weight: 500;font-size: 9px;line-height: 21px;color: #FFF;text-transform: uppercase;}
		#footer .menu-footer .title-menu{font-size: 12px;line-height: 13px;color: #333;}
		#footer .menu-footer ul li a{line-height: 14px;color: #404040;text-decoration: none;}
		#footer .menu-footer ul li a:hover{text-decoration: underline;}
		#footer .column-inst .help-mail{line-height: 18px;color: #707070;}
		#footer .column-inst .help-number{font-family: 'Oswald-Light', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 27px;line-height: 27px;letter-spacing: -2px;color: #54102d;}
		#footer .bottom-footer .copy-notice p{/*opacity: 0.7;*/}
		#footer .bottom-footer .copy-notice p, #footer .bottom-footer .copy-notice a{font-size: 11px;color: #909090;text-transform: none;}

		@media screen and (max-width: 768px){
			#footer .column-inst .help-number{font-size: 22px;line-height: 25px;}
			#footer .bottom-footer .copy-notice p, #footer .bottom-footer .copy-notice a{font-size: 10px;line-height: 14px;}
		}
		/* ------------------------------ */

		/* ------------ HOME ------------ */
		.home .slider .content.light .item-title, .home .slider .content.light .item-subtitle, .home .slider .content.light .item-content{color: #FFF;}
		
		.home .slider .content .item-title{font-family: 'Montserrat-Bold', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 14px;line-height: 14px;text-transform: uppercase;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);}
		.home .slider .content .item-subtitle{font-family: 'HelveticaNeue-Light', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 40px;line-height: 40px;text-transform: none;text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);}




		.home .wrapper-banner .content.light .item-title, .home .wrapper-banner .content.light .item-subtitle, .home .wrapper-banner .content.light .item-content{color: #FFF;}
		.home .wrapper-banner .content .item-title{font-weight: 600;font-size: 14px;}
		.home .banner28 .image .date .day{font-family: 'LatoBold', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 21px;line-height: 21px;color: #FFF;}
		.home .banner28 .image .date .month{font-family: 'LatoLight', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 15px;line-height: 15px;color: #FFF;}
		.home .banner28 .description .content a{color: #0F6CB2;text-decoration: underline;}
		.home .banner28 .description .content a:hover{text-decoration: none;}
		.home .banner49 .content a{color: #0F6CB2;text-decoration: underline;}
		.home .banner49 .content a:hover{text-decoration: none;}
		.home .banner53 .description p{color: #FFF;}
		.home .banner53 .overlay{color: #FFF;text-decoration: underline;}
		.home .banner54 .links-container a{text-decoration: underline;}
		.home .banner54 .links-container a:hover{text-decoration: none;}
		/* ------------------------------ */

		/* ---------- WISHLIST ---------- */
		/* ------------------------------ */

		/* ---------- REVIEWS ----------- */
		.review .image-prod a{font-size: 11px;text-decoration: underline;}
		.review .image-prod a:hover{text-decoration: none;}
		.review .nav-products .list-products ul li .prod-desc .prod-title{font-weight: 600;}
		/* ------------------------------ */

		/* --------- COMPARATOR --------- */
		/* ------------------------------ */

		/* ------------ PAGE ------------ */
		/* ------------------------------ */

		/* ----------- ABOUT ------------ */
		@media screen and (max-width: 768px){
			.about .collection .table .column-text .item-title{font-size: 18px;line-height: 24px;}
		}
		/* ------------------------------ */

		/* ----------- BRANDS ----------- */
		/* ------------------------------ */

		/* ----------- CARRERS ---------- */
		/* ------------------------------ */

		/* ---------- CONTACTS ---------- */
		/* ------------------------------ */

		/* ---------- DOWNLOADS --------- */
		.downloads .container-downloads .row .column .desc .item-desc{line-height: 18px;}
		/* ------------------------------ */

		/* ------------ FAQS ------------ */
		/* ------------------------------ */

		/* ---------- LOOKBOOK ---------- */
		/* ------------------------------ */

		/* ------ LOOKBOOK DETAIL ------- */
		.shopbylook .top-detail .controls a{font-size: 11px;text-decoration: underline;}
		/* ------------------------------ */

		/* ------------ NEWS ------------ */
		.news .container-news .row .column .image .date .day{font-family: 'LatoBold', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 21px;line-height: 21px;color: #FFF;}
		.news .container-news .row .column .image .date .month{font-family: 'LatoLight', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 15px;line-height: 15px;color: #FFF;}
		.news .container-news .row .column .desc .item-date{font-size: 11px;line-height: 14px;color: #666;}
		.news .container-news .row .column .desc .item-link{text-decoration: underline;letter-spacing: 0.5px;}
		.news .container-news .row .column a:hover .desc .item-link{text-decoration: none;}
		/* ------------------------------ */

		/* -------- NEWS DETAIL --------- */
		.news .top-detail .controls a{font-size: 11px;text-decoration: underline;}
		.news .container-news .row .column-image .date .day{font-family: 'LatoBold', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 28px;line-height: 28px;color: #FFF;}
		.news .container-news .row .column-image .date .month{font-family: 'LatoLight', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 22px;line-height: 22px;color: #FFF;}
		.news .container-news .row .column-desc .item-date{color: #666;}
		.news .container-news .row .column-desc .item-desc{line-height: 22px;}
		/* ------------------------------ */

		/* --------- CATALOGOS ---------- */
		.catalog .container-catalog .row .column .desc .item-title{font-family: 'Montserrat-Bold', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 14px;color: #FFF;text-transform: uppercase;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);}
		.catalog .container-catalog .row .column .desc .item-desc, .catalog .container-catalog .row .column .desc .item-content{color: #fff;}
		.catalog .container-catalog .row .column .image.no-image .desc .item-title, .catalog .container-catalog .row .column .image.no-image .desc .item-desc, .catalog .container-catalog .row .column .image.no-image .desc .item-content{color: #505050;}
		/* ------------------------------ */
		
		/* -------- PRODUCT LIST -------- */
		.products .banner-page .content-banner .banner-label{font-family: 'Montserrat-Bold', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 14px;color: #fff;line-height: 22px;text-transform: uppercase;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);}
		.products .breadcrumb ul li a, .products .breadcrumb ul li:last-child a:hover{text-decoration: underline;}
		.products .breadcrumb ul li:last-child a, .products .breadcrumb ul li a:hover{text-decoration: none;}
		.products .side-menu ul li a{font-size: 11px;text-transform: uppercase;position: relative;text-decoration: none;}
		.products .side-menu ul li a:hover, .products .side-menu ul.thirdLevelMenu li a:hover, .products .side-menu ul.thirdLevelMenu li a.active{text-decoration: underline;}
		.products .side-menu > ul > li > a{font-size: 19px;color: #333;text-transform: none;padding-left: 29px;}
		.products .side-menu > ul > li.sel > a::before{content: '';position: absolute;top: calc(50% - 7px);left: 1px;width: 12px;height: 12px;background: url(../sysimages/icon-arrow-left-dark.png) no-repeat left top/7px;}
		.products .side-menu ul.secondLevelMenu li a{font-family: 'Montserrat-Light', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 16px;color: #666;line-height: 18px;text-transform: none;}
		.products .side-menu ul.secondLevelMenu li.sel a::after, .products .side-menu ul.secondLevelMenu li.sel2 a::after{content: '';position: absolute;top: calc(50% - 7px);left: 1px;width: 12px;height: 12px;background: url(../sysimages/icon-arrow-left-gray.png) no-repeat left top/8px;}
		.products .side-menu ul.thirdLevelMenu li a{font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 12px;color: #560039;line-height: 12px;font-weight: 600;text-transform: none;text-decoration: none;}
		.products .side-menu ul.thirdLevelMenu li a::after{display: none;}
		.products .side-menu ul.thirdLevelMenu li.sel a{color: #0F6CB2;}
		.top-list .row .column .list-filters .order > p{font-size: 11px;color: #333;}
		.top-list .row .column .list-filters .total{font-size: 11px;color: #606060;}
		.filters .title-filters{color: #707070;}
		.title-filter{color: #333;font-weight: 600;}

		.products .title-filter span,
		.products .title-filter .clear-filter{font-weight: normal;font-size: 11px;color: #666;text-transform: capitalize;}

		.top-list .row .column .list-filters .order > p{color: #262626;}
		.top-list .row .column .list-filters .order > span{font-size: 11px;color: #707070;}

		.filters .default .checkbox .filter-name, .top-list .list-filters .order .order-type .order-dropdown .filter-name{}
		.filters .default .checkbox.disabled .filter-name{color: #AAA;text-decoration: line-through;}
		.filters .see-all{font-size: 11px;}
		.filters .price .numbers span{font-size: 12px;text-transform: uppercase;}
		.filters .clear-filters{color: #707070;font-size: 11px;line-height: 18px;text-decoration: none;text-transform: uppercase;}
		.filters .clear-filters:hover{color: #333;text-decoration: underline;}
		.active-filters a{font-size: 12px;color: #428244;text-decoration: none;}
		.active-filters a:active, .active-filters a:focus{color: #E84B3C;}
		#comparator .row .column-item .item .desc .name{font-weight: 500;font-weight: 600;font-size: 11px;line-height: 16px;text-transform: uppercase;}
		#comparator .row .column-item .item .desc .price{font-weight: 300;font-size: 12px;line-height: 16px;}
		#comparator .row .column-item .item .desc .remove, #comparator .row .column-default .removeall{font-size: 11px;text-decoration: underline;}
		#comparator .row .column-item .item .desc .flags .flag{color: #FFF;font-size: 5px;line-height: 13px;}
		#quickshop .column-desc .price .discount{font-size: 11px;line-height: 19px;color: #FFF;}
		#quickshop .column-desc .colors a span.color-name{font-size: 11px;color: #666;}
		#quickshop .column-desc .popup-cart-notice, #quickshop .column-desc .popup-wish-notice{font-size: 11px;color: #FFF;}
		#quickshop .column-desc .stock-alert .accordion > li > a{font-weight: 700;font-size: 10px;color: #FFF;text-transform: uppercase;}
		#quickshop .column-desc .stock-alert .accordion > li > a:hover{text-decoration: underline;}

		.products .wrapper-top-mobile .title p, .products .wrapper-top-mobile .title .h1{font-size: 12px;color: #333;font-weight: 600;line-height: 17px;text-transform: uppercase;}
		.products .wrapper-top-mobile .title h2, .products .wrapper-top-mobile .title .h2{font-size: 13px;}

		@media screen and (max-width: 768px){
			.top-list .row .column .list-filters .order > p{color: #606060;}
		}
		/* ------------------------------ */

		/* -------- PRODUCT ITEM -------- */
		article.product .wrapper-images p span{color: #fff;text-transform: uppercase;}
		article.product .wrapper-images p span:not(.perc){font-size: 10px;line-height: 12px;}
		article.product .wrapper-images p span.perc{font-size: 16px;font-weight: 700;line-height: 17px;}
		article.product .item-available{font-size: 11px;color: #666;line-height: 17px;display: inline-block;vertical-align: top;}
		article.product .item-available span{width: 10px;height: 10px;border-radius: 10px;margin-right: 6px;float: left;margin-top: 3px;}
		article.product .item-available.red span{background-color: #cd0a0a;}
		article.product .item-available.green span{background-color: #96bf3b;}
    	article.product .item-available.yellow span{background-color: #FFCC33;}
		article.product .desc .name{color: #333;font-weight: 600;font-size: 13px;line-height: 20px;}
		article.product .desc .price p{color: #333;font-weight: 600;font-size: 16px;line-height: 18px;}
		article.product .desc .price p.old{color: #666;font-size: 13px;}

		@media screen and (max-width: 768px){
			article.product.layout2 .desc .name{font-size: 11px;line-height: 15px;}
			article.product.layout2 .desc .price p{font-size: 13px;}
		}
		/* ------------------------------ */

		/* ----------- PRODUCT ---------- */
		.product .top-detail .return a, .product .column-desc .reviews p a{font-size: 11px;text-decoration: underline;}
		.product .column-desc .reviews p a{color: #666;}
		.product .top-detail .return a:hover, .product .column-desc .reviews p a:hover{text-decoration: none;}
		.product .wrapper-top-mobile p{color: #333;font-weight: 600;line-height: 17px;text-transform: uppercase;}
		.product .column-images .wrapper-images p span{color: #fff;text-transform: uppercase;}
		.product .column-images .wrapper-images p span:not(.perc){font-size: 10px;line-height: 12px;}
		.product .column-images .wrapper-images p span.perc{font-size: 16px;font-weight: 700;line-height: 17px;}
		.product .column-desc .ref{font-size: 11px;color: #888;line-height: 16px;}
		.product .column-desc .name h1{font-family: 'Montserrat-Bold', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 24px;line-height: 28px;color: #333;text-transform: none;}
		.product .column-desc .price h2 *{font-family: 'Montserrat-Regular', Arial, Helvetica, 'Segoe UI', sans-serif;font-weight: normal;font-size: 20px;line-height: 22px;color: #333;}
		.product .column-desc .price .discount{font-family: 'montserratlight', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 20px;line-height: 22px;color: #cd0a0a;}
		.product .column-desc .price .old{font-family: 'montserratlight', Arial, Helvetica, 'Segoe UI', sans-serif !important;color: #666 !important;}
		.product .column-desc .colors a span.color-name{font-size: 11px;color: #666;}
		.product .column-desc .variants select{font-size: 12px;}
		.product .column-desc .sizes a{font-size: 11px;text-decoration: underline;}
		.product .column-desc .sizes a:hover{text-decoration: none;}
		.product .column-desc .buttons .selectQtd .input_nav{font-size: 17px;}
		.product .column-desc .buttons .selectQtd .qtd{font-size: 12px;}
		.product .column-desc .wrapper-available p{font-size: 11px;color: #333;line-height: 17px;font-weight: 700;}
		.product .column-desc .wrapper-technologies .image > div .number .number-title{font-family: 'Oswald-Bold', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 14px;color: #212121;line-height: 16px;}
		.product .column-desc .wrapper-technologies .image > div .number .number-desc{font-family: 'Oswald-Light', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 8px;color: #212121;line-height: 9px;}
		.product .column-desc .wrapper-technologies .column p{color: #000;font-family: Helvetica, 'Segoe UI', sans-serif;line-height: 17px;}
		.product .column-desc .wrapper-market-info .column p{font-size: 10px;color: #54102d;line-height: 12px;text-transform: uppercase;}
		.product .column-desc .wrapper-caractrs .title{color: #333;font-weight: 700;line-height: 15px;text-align:left;}
		.product .column-desc .wrapper-caractrs a{color: #505050;}
		.product .column-desc .wrapper-caractrs a:hover{color: #333;}
		.product .column-desc .wrapper-market-info .column p span{font-weight: 700;}
		.product .column-desc .stock-alert .accordion > li > a{font-weight: 700;font-size: 10px;color: #FFF;text-transform: uppercase;}
		.product .column-desc .stock-alert .accordion > li > a:hover{text-decoration: underline;}
		.product .column-desc .gift-button a{font-size: 11px;color: #167ED2;text-decoration: underline;}
		.product .column-desc .gift-button a:hover{text-decoration: none;}
		.product .product-packs .column-product .pack-desc .name{font-weight: 600;font-size: 11px;text-transform: uppercase;}
		.product .product-packs .column-product .pack-desc .price{font-weight: 300;font-size: 13px;}
		.product .product-packs .column-resume .price{font-size: 15px;font-weight: 300;}
		.product .product-packs .column-resume .discount{font-weight: 400;font-size: 11px;color: #FFF;}
		.product .product-packs .column-resume a{font-size: 11px;color: #167ED2;text-decoration: underline;}
		.product .product-packs .column-resume a:hover{text-decoration: none;}
		.product .product-composition .row .column-head p{font-weight: 700;color: #333;}
		.product .review-history .wrapper-reviews .h4{color: #641919;}
		.product .review-history .wrapper-reviews .reviews .row .column .date{font-size: 11px;color: #666;}
		.product .review-history .wrapper-reviews .reviews .row .column .wrapper-bar p{font-size: 11px;color: #707070;}
		.product .review-history .wrapper-reviews .bottom-reviews a{font-size: 11px;text-decoration: underline;color: #505050;}
		.product .review-history .wrapper-reviews .bottom-reviews a:hover{color: #333;}

		@media screen and (max-width: 768px){
			.product .column-desc .name h1{font-size: 22px;line-height: 26px;}
		}
		/* ------------------------------ */
		
		/* ----------- CARRERS ---------- */
		.carrers .column-offers .offer-file a{font-size: 11px;color: #167ED2;text-decoration: underline;}
		.carrers .column-offers .offer-file a:hover{text-decoration: none;}

		.carrers .wrapper-content a{text-decoration: none;}
		.carrers .wrapper-content a .item-link{text-decoration: underline;}
		.carrers .wrapper-content a:hover .item-link{text-decoration: none;}
		.carrers .wrapper-content .desc .item-date{font-size: 11px;color: #707070;line-height: 15px;}
		.carrers .wrapper-content .desc .item-desc{color: #505050;}
		/* ------------------------------ */

		/* ---------- CONTACTS ---------- */
		.contacts .page-content .tit_H2{font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;font-weight: 500;font-weight: 600;font-size: 13px;color: #333;text-transform: none;}
		.contacts .page-content #cmsautoTable tr td{line-height: 17px;}
		.contacts .page-content #cmsautoTable tr td a{font-size: 12px;color: #505050;text-decoration: underline;}
		.contacts .page-content #cmsautoTable tr td a:hover{text-decoration: none;}
		/* ------------------------------ */
		
		/* ---------- LOOKBOOK ---------- */
		.shopbylook .container-shopbylook .row .column a:hover .h3{text-decoration: underline;}
		/* ------------------------------ */

		/* ---------- SERVICES ---------- */
		.services .container-services .row .column .desc .item-title{font-family: 'RobotoCondensedRegular', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 17px;color: #FFF;text-transform: uppercase;}
		/* ------------------------------ */

		/* ------ SERVICES DETAIL ------- */
		.service .container-service .controls a{display: block;font-size: 11px;text-decoration: underline;}
		.service .container-service .controls a:hover{text-decoration: underline;}
		/* ------------------------------ */

		/* ----------- STORES ----------- */
		.stores .top-detail .controls a{font-size: 11px;text-decoration: underline;}
		.stores .container-map .info-box-wrap .store-image .item-name{font-size: 18px;line-height: 20px;}
		.stores .container-map .info-box-wrap .store-info .item-name{font-weight: 600;font-size: 13px;}
		.stores .container-map .info-box-wrap .store-info a{font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;font-weight: normal;font-size: 12px;line-height: 18px;text-decoration: underline;}
		.stores .container-map .info-box-wrap .store-info a:hover{text-decoration: none;}
		/*.stores .container-news .row .column-desc .item-date{color: #666;}*/
		.stores .container-list .row .column p.store-title{font-family: 'Montserrat-Bold', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 14px;line-height: 120%;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);text-transform: uppercase;}
		.stores .container-list .row .column p.store-title, .stores .container-list .row .column p.adress-content{color: #fff;}
		
		.stores .container-list .row .column p.adress-content{font-size: 12px;line-height: 20px;}
		.stores .container-list .row .column .view-map{color: #fff;text-decoration: underline;}
		.stores .container-list .row .column .view-map:hover{text-decoration: none;}

		.stores .container-list .row .column .wrapper-image.no-image p.store-title, .stores .container-list .row .column .wrapper-image.no-image p.adress-content, .stores .container-list .row .column .wrapper-image.no-image .view-map{color: #505050;}
		/* ------------------------------ */
		
		/* ---------- MAGAZINE ---------- */
		.magazine .product .name{font-size: 13px;}
		.magazine .product .price p.current{color: #0F6CB2;}
		.magazine .product .price p.old{color: #666;}
		/* ------------------------------ */

		/* ---------- E-GIFTS ----------- */
		.egifts .container-egifts .wrapper-form .content{font-size: 13px;line-height: 19px;}
		.egifts .container-egifts .wrapper-form .card-preview .desc-card p{font-size: 10px;line-height: 12px;}
		.egifts .container-egifts .wrapper-form .card-preview .desc-card p span{font-weight: 600;}
		.egifts .container-egifts .wrapper-form .card-preview .desc-card p.message{font-size: 8px;}
		.egifts .container-egifts .wrapper-form .bottom-form .inputError.displayError > label > span a{color: #EB5D4E;}
		/* ------------------------------ */
		
		/* ----------- SEARCH ----------- */
		.wrapper-side-menu .total-products p{font-size: 11px;color: #7d7d7d;}

		.search .wrapper-noresults .menu-search ul li a{font-size: 12px;color: #666;text-decoration: underline;}
		.search .wrapper-noresults .menu-search ul li a:hover{text-decoration: none;}
		/* ------------------------------ */

		/* ------------ BLOG ------------ */
		.blog .featured-articles .article .item-title p{color: #FFF;}
		.blog .featured-articles .column-main .article .item-title p{font-size: 16px;line-height: 19px;color: #FFF;text-transform: none;}
		.blog .featured-articles .article .image .date .day {font-family: 'LatoBold', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 21px;line-height: 21px;color: #FFF;}
		.blog .featured-articles .article .image .date .month{font-family: 'LatoLight', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 15px;line-height: 15px;color: #FFF;text-transform: uppercase;}
		.blog .container-list .row .column .desc .item-title{font-weight: 500;font-weight: 600;}
		.blog .container-list .row .column a:hover .desc .item-title{text-decoration: underline;color: #000;}
		.blog .container-blog .wrapper-sidebar .title-featured .h2{font-size: 16px;line-height: 20px;}
		.blog .container-blog .wrapper-sidebar .sidebar-featured .article .desc .item-cat{font-weight: 700;font-size: 10px;color: #40BCD6;text-transform: uppercase;}
		.blog .container-blog .wrapper-sidebar .sidebar-featured .article .desc .item-title{font-weight: 500;font-weight: 600;}
		.blog .container-blog .wrapper-sidebar .tags-featured .tags a{font-size: 12px;}
		.blog .container-blog .wrapper-sidebar .tags-featured .tags a:hover{color: #FFF;text-decoration: none;}
		.blog .flag{font-weight: 700;font-size: 10px;color: #FFF;text-transform: uppercase;}
		/* ------------------------------ */
		
		/* ---------- CREATORS ---------- */
		.creator .top-detail .controls a{font-size: 11px;text-decoration: underline;}
		/* ------------------------------ */
		
		/* --------- TESTEMONY ---------- */
		.testimony .testimony-holder .header p:not(.item-title){font-style: italic;line-height: 18px;color: #666;}
		/* ------------------------------ */
		
		/* ----------- EVENTS ----------- */
		.events .container-events .row .column .image .date .day{font-weight: 700;font-size: 16px;line-height: 16px;color: #FFF;}
		.events .container-events .row .column .image .date .month{font-size: 11px;line-height: 14px;color: #FFF;}
		.events .container-events .row .column .desc .item-date{font-size: 11px;line-height: 15px;color: #707070;}
		.events .container-events .row .column .desc p:not(.item-title):not(.item-date):not(.item-desc){font-size: 13px;line-height: 17px;color: #757171;text-decoration: underline;}
		.events .container-events .row .column a:hover .desc p:not(.item-title):not(.item-date):not(.item-desc){text-decoration: none;}

		.fc-toolbar h2{font-family: 'Montserrat-Regular', Arial, Helvetica, 'Segoe UI', sans-serif;font-weight: normal;font-size: 16px;line-height: 18px;color: #54102d;}
		.fc-view-container .fc-day-header{font-size: 11px;color: #505050;font-weight: normal !important;}
		.fc-body .fc-content-skeleton .fc-day-top:not(.fc-today) span{color: #717171 !important;}
		.fc-body .fc-content-skeleton .fc-day-top.fc-today span{color: #202020 !important;}

		.fc-row .fc-content-skeleton tbody tr{/*float: left;*/}
		.fc-event{font-size: 0 !important;line-height: 0 !important;height: 6px;width: 4px;border-radius: 80px !important;cursor: default;margin: 0px auto 1px !important;float: none;}
		/* ------------------------------ */

		/* ------- EVENTS DETAIL -------- */
		.events .container-events .row .column-image .date .day{font-size: 16px;line-height: 19px;font-weight: 700;color: #FFF;}
		.events .container-events .row .column-image .date .month{font-size: 11px;line-height: 14px;color: #FFF;}
		.events .container-events .row .column-desc .item-date{color: #666;}
		.events .container-events .row .column-desc .item-location, .events .container-events .row .column-desc .item-location a, .events .container-events .row .column-desc .item-date{color: #888;}
		.events .container-events .row .column-desc .item-location a{font-size: 11px;line-height: 16px;text-transform: lowercase;}
		.events .container-events .row .column-desc .item-desc{line-height: 22px;}

		.events .container-events .row .column-desc .wrapper-form .bottom-form button:not(:hover){border-color:#757171;background-color: #757171;}
		/* ------------------------------ */

		/* -------- LANDING PAGES ------- */
		/* ------------------------------ */

		/* ----------- POPUPS ----------- */
		#welcome-gift .container-popup .h1{font-family: 'Montserrat-Bold', Arial, Helvetica, 'Segoe UI', sans-serif;font-weight: normal;font-size: 24px;line-height: 28px;}
		#welcome-gift .container-popup .h2{font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 13px;line-height: 20px;font-weight: 600;}
		#welcome-gift .container-popup .content .email-label, #welcome-gift .container-popup .content p span{font-weight: 600;}
		#welcome-gift .container-popup .close-button{text-decoration: underline;}

		@media screen and (max-width: 768px){
			#welcome-gift .container-popup .h1{font-size: 27px;line-height: 30px;}
		}
		/* ------------------------------ */
	/* --------------------------------- */
	
	/* ----------- ACCORDION ----------- */
	.accordion{list-style: none;margin: 0px;}
	.accordion > li{border: 0 solid #ececec;border-top-width: 1px;}
	.accordion > li > a{font-weight: 400;font-size: 12px;text-decoration: none;position: relative;display: block;padding: 13px 25px 12px 20px;}
	.accordion > li > a::after{content: '';position: absolute;top: calc(50% - 6px);right: 20px;width: 11px;height: 11px;background: url(../sysimages/icon-accordion.png) left top/11px no-repeat;}
	.accordion > li .accordion-content{display: none;padding: 0px 20px 13px;}
	.accordion > li:last-child{border-bottom-width: 1px;}
	.accordion > li.active > a{color: #333;font-weight: 700;}
	.accordion > li.active > a::after{background-position: left -11px;}
	.accordion > li.active{border-top-color: #333;}
	.accordion.layout2 > li{margin-top: 15px;border-radius: 4px;border: 1px solid #DFDFDF;}
	.accordion.layout2 > li:first-child{margin-top: 0;}
	.accordion.layout2 > li > a{padding-left: 19px;padding-right: 50px;background: #E1E1E1;}
	.accordion.layout2 > li > a::after{right: 26px;}
	.accordion.layout2 > li .accordion-content{padding: 0;}

	@media screen and (max-width: 768px){
		.accordion > li > a{padding: 10px 35px 10px 0;}
		.accordion > li .accordion-content{padding: 0 0 13px;}
		.accordion.layout2 > li{margin-top: 5px;}
		.accordion.layout2 > li > a{padding: 10px 35px 10px 15px;}
		.accordion.layout2 > li > a::after{right: 15px;}
		.tabs-container .accordion > li:first-child{border-top: 0;}
	}
	/* --------------------------------- */
	
	/* -------------- TABS ------------- */
	@media screen and (min-width: 769px){
		.tabs-container:not(.vertical) .tabs, .tabs-container:not(.vertical) .links{margin: 0;list-style: none;text-align: center;border-bottom: 1px solid #ececec;/*font-size: 0;line-height: 0;padding-bottom: 40px;*/}
		.tabs-container:not(.vertical) .tabs li, .tabs-container:not(.vertical) .links li{display: inline-block;margin-left: 42px;}
		.tabs-container:not(.vertical) .tabs li:first-child, .tabs-container:not(.vertical) .links li:first-child{margin-left: 0 !important;}
		.tabs-container:not(.vertical) .tabs li a, .tabs-container:not(.vertical) .links li a{display: block;font-weight: 700;font-size: 12px;line-height: 12px;color: #757171;text-decoration: none;padding-bottom: 6px;border-bottom: 1px solid transparent;}
		.tabs-container:not(.vertical) .tabs li.sel a, .tabs-container:not(.vertical) .tabs li a:hover, .tabs-container:not(.vertical) .links li.sel a, .tabs-container:not(.vertical) .links li a:hover{color: #333;}
		.tabs-container:not(.vertical) .tabs li.sel a, .tabs-container:not(.vertical) .tabs li a:hover, .tabs-container:not(.vertical) .links li.sel a, .tabs-container:not(.vertical) .links li a:hover{border-color: #333;}
		.tabs-container:not(.vertical) .tabs-content{/*border-top: 1px solid #ececec;*/margin-top: -1px;}
		.tabs-container:not(.vertical) .tabs-content .tab{display: none;padding: 34px 29px;}
		.tabs-container:not(.vertical) .tabs-content .tab:first-child{display: block;}
		.tabs-container.vertical .tabs{float: left;margin: 0 30px 0 0;padding-bottom: 30px;list-style: none;font-size: 0;line-height: 0;width: 201px;border-top: 1px solid #ececec;border-right: 1px solid #ececec;}
		.tabs-container.vertical .tabs li{border-bottom: 1px solid #ececec;}
		.tabs-container.vertical .tabs li a{display: block;padding: 12px 10px 11px;font-weight: 500;font-weight: 600;font-size: 13px;line-height: 20px;text-decoration: none;}
		.tabs-container.vertical .tabs li.sel a, .tabs-container.vertical .tabs li a:hover{color: #333;font-weight: 700;}
		.tabs-container.vertical .tabs li a:hover{text-decoration: underline;}
		.tabs-container.vertical .tabs + .tabs-content{float: left;width: calc(100% - 231px);}
		.tabs-container.vertical .tabs-content .tab{display: none;}
		.tabs-container.vertical .tabs-content .tab:first-child{display: block;}
		.tabs-container.disabled .tabs-content .tab{padding: 0;}
		.tabs-container:not(.vertical) .tabs li a{padding-bottom: 7px;}
	}

	@media screen and (max-width: 768px){
		.tabs-container .tabs, .tabs-container .links{float: none;width: auto;margin: 0 -15px;padding: 0;border: 0;white-space: nowrap;overflow: auto;text-align: center;background: #B9B9B9;box-shadow: inset 1px 4px 8px -5px;}
		.tabs-container .tabs li, .tabs-container .links li{display: inline-block;padding: 0px;border: 0;}
		.tabs-container .tabs li a, .tabs-container .links li a{font-weight: 600;font-size: 11px;color: #FFF;text-transform: uppercase;text-decoration: none !important;letter-spacing: 0;position: relative;display: block;padding: 7px 15px 4px;border-bottom: 3px solid transparent;}
		.tabs-container .tabs li.sel a, .tabs-container .links li.sel a{border-color: #FFF;}
		.tabs-container .tabs li:not(.sel) a, .tabs-container .links li:not(.sel) a{opacity: 0.7;}
		.tabs-container .tabs li a::before{content: '';position: absolute;top: calc(50% - 7px);left: 0;width: 1px;height: 14px;background: #DDD;}
		.tabs-container .tabs li:first-child a::before, .tabs-container .links li:first-child a::before{display: none;}
		.tabs-container .tabs-content{float: none;width: 100%;}
		.tabs-container:not(.disabled) .tabs-content .tab{display: none;padding: 15px 0 0;}
		.tabs-container .tabs-content .tab:first-child{display: block;}
		.tabs-container .tabs::-webkit-scrollbar{width: 0px;background: transparent;}
		.tabs-container .tabs::-webkit-scrollbar-thumb{background: transparent;}
	}
	/* --------------------------------- */
	
	/* ----------- BREADCRUMB ---------- */
	.breadcrumb ul{list-style: none;margin-left: 0;}
	.breadcrumb ul li{float: left;padding-left: 11px;position: relative;}
	.breadcrumb ul li::before{content: '/';position: absolute;top: 1px;left: 4px;}
	.breadcrumb ul li:first-child::before{display: none;}
	.breadcrumb ul li:first-child{padding: 0;}
	.breadcrumb ul li a{display: block;font-size: 11px;color: #707070;text-decoration: none;}
	.breadcrumb ul li a:hover, .breadcrumb ul li:last-child a:hover{text-decoration: underline;}
	.breadcrumb ul li a[href="javascript:void(0);"]{cursor:default;text-decoration: none;}
	.breadcrumb ul li:last-child a{text-decoration: none;}
	/* --------------------------------- */
	
	/* ------------- SLIDER ------------ */
	.slider > div:not(.slick-list){display: none;}
	.slider > div:not(.slick-list):first-child{display: block;}
	.slider > div img{display: block;width: 100%;/*max-width: 100%;*/}
	.slider .slick-arrow{position: absolute;top: calc(50% - 18px);width: 37px;height: 37px;background: url(../sysimages/icon-controls.png) left top/74px no-repeat;z-index: 10;}
	.slider .slick-arrow.slick-prev{left: 18px;}
	.slider .slick-arrow.slick-next{right: 18px;background-position: right top;}
	.slider .slick-arrow.slick-prev:hover{background-position: left bottom;}
	.slider .slick-arrow.slick-next:hover{background-position: right bottom;}
	.slider .slick-arrow.slick-disabled{display: none !important;}
	.slick-dots{position: absolute;bottom: 15px;left: 0;width: 100%;margin: 0;font-size: 0;line-height: 0;text-align: center;}
	.slick-dots li{display: inline-block;margin-left: 10px;}
	.slick-dots li:first-child{margin-left: 0;}
	.slick-dots li button{width: 10px;height: 10px;padding: 0;margin: 0;border-radius: 10px;background: transparent;opacity: 1;line-height: 0;text-indent: -9999px;border: 1px solid #999;}
	.slick-dots li button:hover, .slick-dots li.slick-active button{background-color: #681a3b;border-color: #681a3b;}

	@media screen and (max-width: 768px){
		.slick-dots{bottom: 10px;}
	}
	/* --------------------------------- */

	/* -------- BLOCO DOWNLOADS -------- */
	.file .file-image{float: left;width: 27px;}
	.file .file-image img{display: block;width: 100%;margin-top: 3px;}
	.file .file-desc{float: left;width: calc(100% - 27px);padding: 2px 0 0 10px;}
	.file .file-desc a{display: block;font-size: 11px;line-height: 16px;color: #167ED2;text-decoration: underline;}
	.file .file-desc a:hover{color: #333;text-decoration: none;}
	.file .file-desc p{font-size: 11px;line-height: 16px;color: #999;}
	/* --------------------------------- */

	/* ------------- POPUPS ------------ 
	.mfp-bg{background: rgba(0, 0, 0, 0.65);}
	.mfp-wrap .mfp-close{top: 10px;right: 10px;width: 32px;height: 32px;padding: 8px;opacity: 1;background: #FFF;z-index: 10;font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 12px;line-height: normal;color: #333;text-decoration: none;background-size: 32px;}
	.mfp-wrap .mfp-close:hover{color: #333;}
	.popUp{width:100%;background: #FFF;margin: auto;position: relative;max-width: 1015px;border-radius: 0 !important;height: auto;}
	.mfp-fade.mfp-bg{opacity: 0;-webkit-transition: all 0.15s ease-out;-moz-transition: all 0.15s ease-out;transition: all 0.15s ease-out;}
	.mfp-fade.mfp-bg.mfp-ready{opacity: 0.8;}
	.mfp-fade.mfp-bg.mfp-removing{opacity: 0;}
	.mfp-fade.mfp-wrap .mfp-content{opacity: 0;-webkit-transition: all 0.15s ease-out;-moz-transition: all 0.15s ease-out;transition: all 0.15s ease-out;}
	.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity: 1;}
	.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity: 0;}
	.mfp-zoom-in.mfp-bg{opacity: 0;transition: all 0.3s ease-out;}
	.mfp-zoom-in.mfp-bg.mfp-ready{opacity: 0.8;}
	.mfp-zoom-in.mfp-bg.mfp-removing{opacity: 0;}
	.mfp-zoom-in.mfp-wrap .mfp-content{opacity: 0;transition: all 0.2s ease-in-out;transform: scale(0.8);}
	.mfp-zoom-in.mfp-wrap.mfp-ready .mfp-content{opacity: 1;transform: scale(1);}
	.mfp-zoom-in.mfp-wrap.mfp-removing .mfp-content{transform: scale(0.8);opacity: 0;}
	.mfp-zoom-out.mfp-bg{opacity: 0;transition: all 0.2s ease-out;}
	.mfp-zoom-out.mfp-bg.mfp-ready{opacity: 0.8;}
	.mfp-zoom-out.mfp-bg.mfp-removing{opacity: 0;}
	.mfp-zoom-out.mfp-wrap .mfp-content{opacity: 0;transition: all 0.2s ease-in-out;transform: scale(1.3);}
	.mfp-zoom-out.mfp-wrap.mfp-ready .mfp-content{opacity: 1;transform: scale(1);}
	.mfp-zoom-out.mfp-wrap.mfp-removing .mfp-content{transform: scale(1.3);opacity: 0;}
	/* --------------------------------- */

/* --------- REDICOM  ANIMS --------- */
.anim, .anim::before, .anim::after{-webkit-transition: all .1s linear;-moz-transition: all .1s linear;-ms-transition: all .1s linear;-o-transition: all .1s linear;transition: all .1s linear;}
.animate-left{-webkit-transition: left .1s linear;-moz-transition: left .1s linear;-ms-transition: left .1s linear;-o-transition: left .1s linear;transition: left .1s linear;}
.anim-remove{-webkit-transition: none !important;-moz-transition: none !important;-o-transition: none !important;-ms-transition: none !important;transition: none !important;}

/* --- Welcome Gift --- */
.bannerWelcomeGift .container {max-width: 1390px;}
.bannerWelcomeGift .WelcomeGiftcountdown .timer .value, .bannerWelcomeGift .WelcomeGiftcountdown .timer .step{font-size: 16px;color: #FFFFFF;text-align: right;font-family: 'Oswald-Regular', Arial, Helvetica, 'Segoe UI', sans-serif;}
/*.bannerWelcomeGift.mobile {padding: 8px 0 7px;}*/

.bannerWelcomeGift.mobile .showDetailWLG,
.bannerWelcomeGift.mobile .WelcomeGiftcountdown{padding-top: 1px;}
.bannerWelcomeGift.mobile .iconExpand{line-height: 11px !important;}
/* -------------------- */
/* ---------- HEADER SLIM ---------- */
.header-slim #header .logo,
.header-slim #header .right-header,
.header-slim #header .search-form .select select,
.header-slim #header .search-form #search,
.header-slim #header .search-form .btn-search,
.header-slim #header .menu > ul > li.btn-home a,
.header-slim #header .menu > ul > li > a{-webkit-transition: all .1s linear;-moz-transition: all .1s linear;-ms-transition: all .1s linear;-o-transition: all .1s linear;transition: all .1s linear;}
/* --------------------------------- */

@-moz-keyframes loader{ 100% { -moz-transform: rotate(360deg);}}
@-webkit-keyframes loader{ 100% { -webkit-transform: rotate(360deg);}}
@keyframes loader{ 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg);}}
/* ---------------------------------- */

/* --------- BOOTSTRAP GRID --------- */
.container, .container-fluid{padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}
.row{margin-right: -15px;margin-left: -15px;}
.row:before, .row:after{display: table;content: " ";}
.row:after{clear: both;}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position: relative;min-height: 1px;padding-right: 15px;padding-left: 15px;}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float: left;}
.col-xs-12{ width: 100%;}
.col-xs-11{ width: 91.66666667%;}
.col-xs-10{ width: 83.33333333%;}
.col-xs-9{  width: 75%;}
.col-xs-8{  width: 66.66666667%;}
.col-xs-7{  width: 58.33333333%;}
.col-xs-6{  width: 50%;}
.col-xs-5{  width: 41.66666667%;}
.col-xs-4{  width: 33.33333333%;}
.col-xs-3{  width: 25%;}
.col-xs-2{  width: 16.66666667%}
.col-xs-1{  width: 8.33333333%;}
.col-xs-offset-12{ margin-left: 100%;}
.col-xs-offset-11{ margin-left: 91.66666667%;}
.col-xs-offset-10{ margin-left: 83.33333333%;}
.col-xs-offset-9{  margin-left: 75%;}
.col-xs-offset-8{  margin-left: 66.66666667%;}
.col-xs-offset-7{  margin-left: 58.33333333%;}
.col-xs-offset-6{  margin-left: 50%;}
.col-xs-offset-5{  margin-left: 41.66666667%;}
.col-xs-offset-4{  margin-left: 33.33333333%;}
.col-xs-offset-3{  margin-left: 25%;}
.col-xs-offset-2{  margin-left: 16.66666667%;}
.col-xs-offset-1{  margin-left: 8.33333333%;}
.col-xs-offset-0{  margin-left: 0;}

@media screen and (min-width: 768px){
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float: left;}
	.col-sm-12{ width: 100%;}
	.col-sm-11{ width: 91.66666667%;}
	.col-sm-10{ width: 83.33333333%;}
	.col-sm-9{  width: 75%;}
	.col-sm-8{  width: 66.66666667%;}
	.col-sm-7{  width: 58.33333333%;}
	.col-sm-6{  width: 50%;}
	.col-sm-5{  width: 41.66666667%;}
	.col-sm-4{  width: 33.33333333%;}
	.col-sm-3{  width: 25%;}
	.col-sm-2{  width: 16.66666667%;}
	.col-sm-1{  width: 8.33333333%;}
	.col-sm-offset-12{ margin-left: 100%;}
	.col-sm-offset-11{ margin-left: 91.66666667%;}
	.col-sm-offset-10{ margin-left: 83.33333333%;}
	.col-sm-offset-9{  margin-left: 75%;}
	.col-sm-offset-8{  margin-left: 66.66666667%;}
	.col-sm-offset-7{  margin-left: 58.33333333%;}
	.col-sm-offset-6{  margin-left: 50%;}
	.col-sm-offset-5{  margin-left: 41.66666667%;}
	.col-sm-offset-4{  margin-left: 33.33333333%;}
	.col-sm-offset-3{  margin-left: 25%;}
	.col-sm-offset-2{  margin-left: 16.66666667%;}
	.col-sm-offset-1{  margin-left: 8.33333333%;}
	.col-sm-offset-0{  margin-left: 0;}
}

@media screen and (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float: left;}
	.col-md-12{ width: 100%;}
	.col-md-11{ width: 91.66666667%;}
	.col-md-10{ width: 83.33333333%;}
	.col-md-9{  width: 75%;}
	.col-md-8{  width: 66.66666667%;}
	.col-md-7{  width: 58.33333333%;}
	.col-md-6{  width: 50%;}
	.col-md-5{  width: 41.66666667%;}
	.col-md-4{  width: 33.33333333%;}
	.col-md-3{  width: 25%;}
	.col-md-2{  width: 16.66666667%;}
	.col-md-1{  width: 8.33333333%;}
	.col-md-offset-12{ margin-left: 100%;}
	.col-md-offset-11{ margin-left: 91.66666667%;}
	.col-md-offset-10{ margin-left: 83.33333333%;}
	.col-md-offset-9{  margin-left: 75%;}
	.col-md-offset-8{  margin-left: 66.66666667%;}
	.col-md-offset-7{  margin-left: 58.33333333%;}
	.col-md-offset-6{  margin-left: 50%;}
	.col-md-offset-5{  margin-left: 41.66666667%;}
	.col-md-offset-4{  margin-left: 33.33333333%;}
	.col-md-offset-3{  margin-left: 25%;}
	.col-md-offset-2{  margin-left: 16.66666667%;}
	.col-md-offset-1{  margin-left: 8.33333333%;}
	.col-md-offset-0{  margin-left: 0;}
}

@media screen and (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float: left;}
	.col-lg-12{ width: 100%;}
	.col-lg-11{ width: 91.66666667%;}
	.col-lg-10{ width: 83.33333333%;}
	.col-lg-9{  width: 75%;}
	.col-lg-8{  width: 66.66666667%;}
	.col-lg-7{  width: 58.33333333%;}
	.col-lg-6{  width: 50%;}
	.col-lg-5{  width: 41.66666667%;}
	.col-lg-4{  width: 33.33333333%;}
	.col-lg-3{  width: 25%;}
	.col-lg-2{  width: 16.66666667%;}
	.col-lg-1{  width: 8.33333333%;}
	.col-lg-offset-12{ margin-left: 100%;}
	.col-lg-offset-11{ margin-left: 91.66666667%;}
	.col-lg-offset-10{ margin-left: 83.33333333%;}
	.col-lg-offset-9{  margin-left: 75%;}
	.col-lg-offset-8{  margin-left: 66.66666667%;}
	.col-lg-offset-7{  margin-left: 58.33333333%;}
	.col-lg-offset-6{  margin-left: 50%;}
	.col-lg-offset-5{  margin-left: 41.66666667%;}
	.col-lg-offset-4{  margin-left: 33.33333333%;}
	.col-lg-offset-3{  margin-left: 25%;}
	.col-lg-offset-2{  margin-left: 16.66666667%;}
	.col-lg-offset-1{  margin-left: 8.33333333%;}
	.col-lg-offset-0{  margin-left: 0;}
}

@media (max-width: 767px){.hidden-xs{display: none !important;}}
@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display: none !important;}}
@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display: none !important;}}
@media (min-width: 1200px){.hidden-lg{display: none !important;}}
@media (max-width: 767px){.centered-xs{width: 100%!important;text-align: center!important;}}
@media (min-width: 768px) and (max-width: 991px){.centered-sm{width: 100%!important;text-align: center!important;}}
@media (min-width: 992px) and (max-width: 1199px){.centered-md{width: 100%!important;text-align: center!important;}}
@media (min-width: 1200px){.centered-lg{width: 100%!important;text-align: center!important;}}
/* ---------------------------------- */

/* ----------- Print ----------- */

@media print {
   @page {size: A4 portrait; margin:0mm;}
   table {page-break-inside: avoid;}
   body{-webkit-print-color-adjust: exact;background: #FFF !important;}
   body header {max-width: 1280px; margin: auto;}
   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float: left;}
   .col-sm-12 {width: 100%;  }
   .col-sm-11 {width: 91.66666667%;  }
   .col-sm-10 {width: 83.33333333%;  }
   .col-sm-9 {width: 75%; }
   .col-sm-8 {width: 66.66666667%; }
   .col-sm-7 {width: 58.33333333%; }
   .col-sm-6 {width: 50%;  }
   .col-sm-5 {width: 41.66666667%; }
   .col-sm-4 {width: 33.33333333%; }
   .col-sm-3 {width: 25%;  }
   .col-sm-2 {width: 16.66666667%; }
   .col-sm-1 {width: 8.33333333%;  }
   .hidden-xs{display: block !important;}
   .hidden-sm, .hidden-md, .hidden-lg,#footer,.notice-bar,.right-header,.menu,.tabs,.title-tab,.btn,.nav-top,.shipping-info{display:none !important;}
   #main{padding-top: 0 !important;}
   #header{border-bottom: 0 !important;}
   #header, #header.sticky {position: static !important;}
   #header .wrapper-header {padding: 15px 0 !important;}
   table.hidden-xs{display: table !important;}
   table thead.hidden-xs{display: table-header-group !important;}
   table tr.hidden-xs{display: table-row !important;}
   table tr th.hidden-xs, table tr td.hidden-xs{display: table-cell !important;}
   body .account .wrapper-page {padding: 15px 0 0 0;}
   /* ----- ACCOUNT ----- */
   body #main.account, body #main.account .evolucao-step .step.active > label{background: none;}
   body .account .account-menu{display: none !important;}
   body .account .account-content{float: none;width: 100%;}
   body .account .title-page a{display: none;}
   body .wrapper-table > table > thead > tr.filters-row{display: none;}
   body .wrapper-table .dados tr.tr_faturacao.hidden-print{display: none !important;}
   body .wrapper-table .dados tr.tr_entrega{display: table-row !important;}
   body .wrapper-table .visible-print{display: table-header-group !important;}
   body .wrapper-table .dados tr.tr_faturacao{display: table-row !important;}
   body .wrapper-table .dados .shippingMethod .button{display: none;}
   body .wrapper-tracking .btn-special{display: none;}
   body .table-order > table > thead > tr > td:first-child + td,
   body .table-order > table > tbody > tr > td:first-child + td{display: none;}
   body .table-product{width: 230px;}
   body .table-product tr td .item-wishlist{display: none;}
   body .wrapper-bottom-table .column-left{display: none;}
   body .wrapper-buttons-table{display: none;}
   body .account .wrapper-account {max-width: 100%;}
   body .wrapper-bottom-table a.button {display: none;}
   body .wrapper-steps {padding-bottom: 20px;}
   body .wrapper-steps .title-table {padding-bottom: 10px;}
   body .wrapper-table.table-order {padding-top: 15px;}
   body .wrapper-table.table-order .title-table {padding-bottom: 15px;}

   

   .wrapper-marcas {display: none;}
   /* ------------------- */
}

/* ACCOUNT */
.account .tabs-container:not(.vertical) .tabs li{margin-left: 32px;}
.account .tabs-container:not(.vertical) .tabs li:first-child{margin-left: 0;}




.wrapper-form input, .wrapper-form .select, .wrapper-form textarea {width: 100%;}
.inputError, .form-field {margin-bottom: 19px;}
.sp-ex-small {height: 20px;}

@media screen and (min-width: 768px){
	.wrapper-page .title {text-align: center;padding-top: 20px;padding-bottom: 5px;}
}

@media screen and (max-width: 767px) {
	.wrapper-page .title{text-align: center;padding-top: 40px;padding-bottom: 20px;}
}

/* Custom blocos */
@media screen and (max-width: 767px) {
	body .banner23.wrapper-banner-product .dis_table .dis_cell.productColumn {width: 50% !important;}
}

/* Mini Carrinho / Recomendação */
:root {
	--color-theme: #681a3b;
	--color-darkgray: #666;
	--color-gray: #999;
	--color-success: #3F9C35;
	--color-overlay: rgba(0,0,0,0.5);
	--color-background: #F5F5F5;
	--color-lines: #CCC;
	--color-white: #FFF;
	--color-black: #333;
}
.rdc-wrapper-popup-header {border-bottom-width: 0 !important;}
.rdc-wrapper-popup-header .list-nav-title {font-family: 'Montserrat-Regular', Arial, Helvetica, 'Segoe UI', sans-serif;font-weight: normal;font-size: 16px;line-height: 140%;color: #54102d;}
#recomendation-cart-right-bar .subtitle {font-family: 'Montserrat-Regular', Arial, Helvetica, 'Segoe UI', sans-serif;font-weight: normal;font-size: 16px;line-height: 140%;}
#rdc-mini-cart .item-desc .paragraph,
#recomendation-cart-right-bar .name,
#recomendation-cart-right-bar .rdc-recomendation-product-title {font-weight: 600;font-size: 13px;}
#rdc-mini-cart .price .current {font-family: 'Montserrat-Regular', Arial, Helvetica, 'Segoe UI', sans-serif;font-weight: normal;color: #333;}
#rdc-mini-cart .rdc-wrapper-popup-footer .paragraph {font-weight: 600;font-size: 13px;}
#rdc-mini-cart .mfp-close {display: block !important;}
#recomendation-cart-right-bar article.product {border: 0;}
#recomendation-cart-right-bar article.product .desc {border: 0;}
#recomendation-cart-right-bar article.product .desc .price {margin-top: 5px;}
#recomendation-cart-right-bar article.product .desc .price p {font-size: 13px;}
#recomendation-cart-right-bar .product-item-variants .button {height: auto !important;}
#rdc-mini-cart .price .old,
.#recomendation-cart-right-bar .price .old {color: #666;position: relative;margin-top: 1px;}
#rdc-mini-cart .price .old::before,
.#recomendation-cart-right-bar .price .old::before {content: '';position: absolute;top: 9px;left: 2px;height: 1px;width: 29px;transform: rotate(-29deg);-ms-transform: rotate(-29deg);-webkit-transform: rotate(-29deg);background-color: #cd0a0a;}