/* ---------- 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;-moz-osx-font-smoothing: grayscale;}
.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}
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;}
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;}
/* ---------------------------------- */

/* --------- REDICOM GUIDE ---------- */
	h1, .h1, .tit_H1{
		font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;
		font-weight: 700;
		font-size: 28px;
		line-height: 28px;
		color: #333232;
	}

	h2, .h2, .tit_H2{
		font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;
		font-weight: 500;
		font-size: 18px;
		line-height: 22px;
		color: #333232;
	}

	h3, .h3{
		font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;
		font-weight: 600;
		font-size: 15px;
		line-height: 18px;
		color: #333232;
	}

	body, p{
		font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;
		font-weight: 400;
		font-size: 13px; 
		line-height: 20px;
		color: #333;
	}

	a{color: #eb8b41;text-decoration: underline;}
	a:hover{color: #333;text-decoration: none;}

	@media screen and (max-width: 768px){
		h1, .h1, .tit_H1{font-size: 22px;}
	}

	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: 8px 13px 8px;
		border: 1px solid #b4b4b4;
		border-radius: 2px;
		background: transparent;
	}
	
	input[type=file]{padding: 24px 10px;}
	textarea{line-height: 18px;border-radius: 3px;}

	select{height: 37px;}
	div.select{position: relative;display: block;border: 1px solid #b4b4b4;border-radius: 3px;overflow-x: hidden;}
	div.select select{position: relative;width: 100%;height: 37px;padding: 8px 30px 9px 13px;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% - 4px);right: 15px;width: 8px;height: 8px;background: url(../sysimages/icon-arrow-select.png) left top/8px no-repeat;}
	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, select:focus{
		border-color: #333;
	}

	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: #666;-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: 500;
		font-size: 13px;
		line-height: normal;
		color: #FFF;
		text-transform: uppercase;
		padding: 10px 30px;
		border: 1px solid #333;
		background-color: #333;
		border-radius: 100px;
	}

	.button:hover,button:hover,input[type=submit]:hover,input[type=button]:hover{
		color: #FFF;
		border-color: #eb8b41;
		background-color: #eb8b41;
	}

	.button.btn2,button.btn2,input[type=submit].btn2,input[type=button].btn2{
		color: #FFF;
		border-color: #FFF;
		background-color: transparent;
	}

	.button.btn2:hover,button.btn2:hover,input[type=submit].btn2:hover,input[type=button].btn2:hover{
		border-color: #333;
		background-color: #333;
	}

	.button.btn3,button.btn3,input[type=submit].btn3,input[type=button].btn3{
		padding: 5px 25px 5px 50px; 
		color: #333;
		border-color: #333232;
		background-color: rgba(246, 246, 246, 0.5);
	}

	.button.btn3:hover,button.btn3:hover,input[type=submit].btn3:hover,input[type=button].btn3:hover{
		color: #FFF;
		border-color: #666;
		background-color: #666;
	}

	.button.btn4,button.btn4,input[type=submit].btn4,input[type=button].btn4{
		color: #333333;
		border-color: #333232;
		background-color: #f6f6f6;
	}

	.button.btn4:hover,button.btn4:hover,input[type=submit].btn4:hover,input[type=button].btn4:hover{
		color: #FFF;
		background-color: transparent;
	}

	/* BTN DOWNLOAD */
	.button.btn-download,button.btn-download,input[type=submit].btn-download,input[type=button].btn-download{
		padding: 6px 15px 6px 50px;
		color: #333333;
		border-color: #333232;
		background-color: #f6f6f6;
		font-size: 10px;
		text-transform: none;
		position: relative;
		text-align: left;
	}

	.button.btn-download p,button.btn-download p,input[type=submit].btn-download p,input[type=button].btn-download p, .button.btn-download span.file-name{font-size: 11px;font-weight: 600;line-height: 13px;color: #333;display: block;}
	.downloads .button.btn-download p, .downloads button.btn-download p, .downloads input[type=submit].btn-download p, .downloads input[type=button].btn-download p, .downloads .button.btn-download span.file-name{display: inline-block;}
	.button.btn-download span,button.btn-download span,input[type=submit].btn-download span,input[type=button].btn-download span{font-size: 10px;font-weight: 400;color: #666;display: block;}
	.downloads .button.btn-download span, .downloads button.btn-download span, .downloads input[type=submit].btn-download span, .downloads input[type=button].btn-download span{display: inline-block;}

	.button.btn-download::before,button.btn-download::before,input[type=submit].btn-download::before,input[type=button].btn-download::before{
		content: '';
		position: absolute;
		top: calc(50% - 7px);
		left: 25px;
		width: 13px;
		height: 16px;
		background: url(../sysimages/icon-file-download.png) no-repeat left top/13px;
	}
	.button.btn-download:hover::before,button.btn-download:hover::before,input[type=submit].btn-download:hover::before,input[type=button].btn-download:hover::before{
		background-position: left -13px;
	}

	.button.btn-download:hover,button.btn-download:hover,input[type=submit].btn-download:hover,input[type=button].btn-download:hover{
		color: #FFF;
		background-color: #666;
		border-color: #666;	
	}

	.button.btn-download:hover p,button.btn-download:hover p,input[type=submit].btn-download:hover p,input[type=button].btn-download:hover p, .button.btn-download:hover span,button.btn-download:hover span,input[type=submit].btn-download:hover span,input[type=button].btn-download:hover span{color: #fff;}
	/* BTN DOWNLOAD */

	button.btn-search{position: relative;width: 46px;height: 42px;padding: 0;border-color: transparent;background-color: transparent;}
	button.btn-search::after{content: '';position: absolute;top: calc(50% - 8px);right: calc(50% - 8px);width: 16px;height: 16px;background: url(../sysimages/icon-search.png) left top/16px no-repeat;}

	.button.btn-wish{width: 42px;padding: 0;border-color:#000;background: #FFF;}
	.button.btn-wish::before{content: '';display: block;width: 21px;height: 21px;margin: 10px auto 9px;background: url(../sysimages/icon-wish.png) left top/21px no-repeat;}
	.button.btn-wish:hover{border-color: #000;background: #000;}
	.button.btn-wish:hover::before{background-position: left bottom;}

	.button.loader, button.loader{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;}

	@media screen and (max-width: 768px){
		.button.btn-download::before, button.btn-download::before, input[type=submit].btn-download::before, input[type=button].btn-download::before{left: 6px;}
	}

	@media only screen and (device-width: 768px) {
		.button.btn-download,button.btn-download,input[type=submit].btn-download,input[type=button].btn-download{padding: 6px 25px 6px 35px;}
		.button.btn-download::before, button.btn-download::before, input[type=submit].btn-download::before, input[type=button].btn-download::before{left: 15px;}
	}

	/* ------------- 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: #FFFFFF;}
	.background10{background-color: #3B555E;}
	.background11{background-color: rgba(102, 102, 102, 0.98);}

	.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;/*background: #F9F9F9;*/}
figure.loader img{position: absolute;top: 0;left: 0;}

@media screen and (min-width: 768px){
	#containerSite{min-width: 1188px;max-width: 1920px;margin: 0 auto;}
	.wrapper-page{min-height: 590px;}
}

@media screen and (max-width: 768px){
	div.select select{height: auto;}
}


label{display:block;}
.inputError{padding: 0px;margin-bottom: 22px;position: relative;}
.inputError > p, .inputError > label > p, .inputError > .label > p,
.inputError > span, .inputError > label > span, .inputError > .label > span{display: block;padding-bottom: 7px;}
.inputError > label > span{font-size: 12px;color: #505050;}

.inputError.displayError input,
.inputError.displayError div.select,
.inputError.displayError textarea{background: #fff url(../sysimages/icon-error-input.png) right 11px center/14px no-repeat;border-color: #d0021b;}

.inputError.displayError > p, .inputError.displayError > label > p,
.inputError.displayError > span, .inputError.displayError > label > span{color: #EB5D4E;}

.inputError.last-field{margin-bottom: 10px;}

/* ----- PLACEHOLDER ------ */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333;opacity: 0.4;font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #333;opacity: 0.4;font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #333;opacity: 0.4;font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
	color: #333;opacity: 0.4;font-size: 14px;
}
/* ------------------------ */

/* ------- MENU SEARCH -------- */
#header .search-form #search::-webkit-input-placeholder, .search .search-form #search::-webkit-input-placeholder{ /* Chrome/Opera/Safari */font-size: 14px;}
#header .search-form #search::-moz-placeholder, .search .search-form #search::-moz-placeholder{ /* Firefox 19+ */font-size: 14px;}
#header .search-form #search:-ms-input-placeholder, .search .search-form #search:-ms-input-placeholder{ /* IE 10+ */font-size: 14px;}
#header .search-form #search:-moz-placeholder, .search .search-form #search:-moz-placeholder{ /* Firefox 18- */font-size: 14px;}
#header .search-form #search, .search .search-form #search{color: #333;font-size: 14px;}
/* ---------------------------- */

.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-weight: 700;font-size: 10px;line-height: 13px;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: 20px;height: 20px;margin-left: 5px;background: url(../sysimages/social-icons.png) no-repeat;background-size: 200px;}
	.social-icons a:first-child{margin-left: 0;}
	.social-icons a.fb{background-position: left top;}
	.social-icons a.vm{background-position: -21px top;}
	.social-icons a.pi{background-position: -40px top;}
	.social-icons a.yt{background-position: -60px top;}
	.social-icons a.gp{background-position: -79px top;}
	.social-icons a.lk{background-position: -99px top;}
	.social-icons a.tw{background-position: -120px top;}
	.social-icons a.tb{background-position: -140px top;}
	.social-icons a.in{background-position: -160px top;}
	.social-icons a.fb:hover{background-position: left bottom;}
	.social-icons a.vm:hover{background-position: -21px bottom;}
	.social-icons a.pi:hover{background-position: -40px bottom;}
	.social-icons a.yt:hover{background-position: -60px bottom;}
	.social-icons a.gp:hover{background-position: -79px bottom;}
	.social-icons a.lk:hover{background-position: -99px bottom;}
	.social-icons a.tw:hover{background-position: -120px bottom;}
	.social-icons a.tb:hover{background-position: -140px bottom;}
	.social-icons a.in:hover{background-position: -160px bottom;}

	.share-icons{font-size: 0;line-height: 0;}
	.share-icons .addthis_toolbox a:first-child{margin-left: 0 !important;}
	.share-icons a{float: none !important;display: inline-block;width: 20px !important;height: 20px;padding: 0 !important;margin: 0 0 0 7px !important;background: url(../sysimages/share-icons.png) left top/180px 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: -40px top;}
	.share-icons a.addthis_button_google_plusone_share{background-position: -80px top;}
	.share-icons a.addthis_button_twitter{background-position: -120px top;}
	.share-icons a.addthis_button_tumblr{background-position: -140px top;}
	.share-icons a.addthis_button_facebook:hover{background-position: left bottom;}
	.share-icons a.addthis_button_pinterest_share:hover{background-position: -40px bottom;}
	.share-icons a.addthis_button_google_plusone_share:hover{background-position: -80px bottom;}
	.share-icons a.addthis_button_twitter:hover{background-position: -120px bottom;}
	.share-icons a.addthis_button_tumblr:hover{background-position: -140px bottom;}

	@media screen and (max-width: 768px){
		.social-icons a{float: none;display: inline-block;width: 32px;height: 32px;margin-left: 5px;background-size: 320px;}
		.social-icons a.fb{background-position: left top;}
		.social-icons a.vm{background-position: -33px top;}
		.social-icons a.pi{background-position: -64px top;}
		.social-icons a.yt{background-position: -96px top;}
		.social-icons a.gp{background-position: -127px top;}
		.social-icons a.lk{background-position: -160px top;}
		.social-icons a.tw{background-position: -192px top;}
		.social-icons a.tb{background-position: -225px top;}
		.social-icons a.in{background-position: -256px top;}
		.social-icons a.fb:hover{background-position: left bottom;}
		.social-icons a.vm:hover{background-position: -33px bottom;}
		.social-icons a.pi:hover{background-position: -64px bottom;}
		.social-icons a.yt:hover{background-position: -96px bottom;}
		.social-icons a.gp:hover{background-position: -127px bottom;}
		.social-icons a.lk:hover{background-position: -160px bottom;}
		.social-icons a.tw:hover{background-position: -192px bottom;}
		.social-icons a.tb:hover{background-position: -225px bottom;}
		.social-icons a.in:hover{background-position: -256px bottom;}
	}
	/* ------------------- */

	/* -------- TEMPLATES STYLES ------- */
		/* ------------ GERAL ----------- */
		.title > p{/*padding-top: 46px !important;*/}
		/* ------------------------------ */
		
		/* ----------- HEADER ----------- */
		#header .nav-top .user-currency a{color: #606060;font-size: 10px;text-transform: uppercase;text-decoration: none;}
		/* ------------------------------ */

		/* ----------- FOOTER ----------- */
		.shipping-info{border-color: #E1E0E0;background: #F0F0F0;}
		.shipping-info .row .column{border-color: #E1E0E0;}

		#footer .wrapper-newsletter.mobile p{font-size: 12px;color: #fff;}
		#footer .wrapper-newsletter.mobile p.title-menu{font-weight: 700;}
		#footer .wrapper-bottom-footer.mobile p{color: #fbfbfb;opacity: 0.7;font-size: 11px;line-height: 21px;}
		#footer .wrapper-bottom-footer.mobile p a{color: #cccccc;opacity: 0.7;display: block;}
		/* ------------------------------ */

		/* ------------ HOME ------------ */
		.home .slider .item-title.light, .home .slider .item-description.light, .home .slider .item-content.light{color: #fbfbfb;}
		.home .slider .item-title.dark, .home .slider .item-description.dark, .home .slider .item-content.dark{color: #333232;}
		.home .slider .item-title {font-weight: 700;}
		.home .slider .item-description {font-weight: 500;}

		.home .banner51 .row .column .content-banner .banner-title.light, .home .banner51 .row .column .content-banner .banner-subtitle.light, .home .banner51 .row .column .content-banner .banner-content.light{color: #fff;}
		/* ------------------------------ */

		/* -------- PRODUCT LIST -------- */
		.top-list .row .column .total{font-size: 11px;color: #606060;}

		.products .wrapper-top-mobile .title p{font-size: 12px;line-height: 14px;text-transform: uppercase;}
		.showMoreProducts #morep:hover{color: #FFF;border-color: #eb8b41;background-color: #eb8b41;}
		/* ------------------------------ */

		/* -------- PRODUCT ITEM -------- */
		/* ------------------------------ */

		/* ----------- PRODUCT ---------- */
		.product .wrapper-top-mobile .title p{font-size: 12px;line-height: 14px;text-transform: uppercase;}
		/* ------------------------------ */

		/* ---------- WISHLIST ---------- */
		/* ------------------------------ */

		/* ---------- REVIEWS ----------- */
		/* ------------------------------ */

		/* --------- COMPARATOR --------- */
		/* ------------------------------ */

		/* ------------ PAGE ------------ */
		/* ------------------------------ */

		/* ----------- ABOUT ------------ */
		.about .page-content p, .about .page-content div, .about .page-content h1, .about .page-content h2{color: #fff !important;}
		/* ------------------------------ */

		/* ----------- BRANDS ----------- */
		.brands .container-brands .row .column .brand{border-color: #EEE;}
		.brands .container-brands .row .column a.brand:hover{border-color: #004879;}
		/* ------------------------------ */

		/* ----------- CARRERS ---------- */
		/* ------------------------------ */

		/* ---------- CONTACTS ---------- */
		.contacts .title h3{text-transform: uppercase;}
		.contacts .column-form .title-form p{font-weight: 700;}
		/* ------------------------------ */

		/* ---------- DOWNLOADS --------- */
		#popup-download .wrapper-image .info-download{line-height: 8px;}
		#popup-download .wrapper-image .info-download p{font-size: 10px;color: #666;font-weight: 700;line-height: 14px;}
		#popup-download .wrapper-image .info-download span{font-size: 10px;color: #666;}
		/* ------------------------------ */

		/* ------------ 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 ------- */
		/* ------------------------------ */

		/* ------------ NEWS ------------ */
		.news .container-news .row .column .page-content a.see-more.active::before{content: '‹';position: absolute;top: -1px;left: 0;color: #eb8b41;}
		.news .container-news .row .column .page-content a.see-more.active{padding-left: 10px;}
		.news .container-news .row .column .page-content a.see-more::after{content: '›';position: absolute;top: -1px;right: -7px;color: #eb8b41;}
		.news .container-news .row .column .page-content a.see-more.active::after{display: none;}
		.news .container-news .row .column .page-content a.see-more.active:hover::before, .news .container-news .row .column .page-content a.see-more:hover::after{color: #333;}

		.news .column:not(.featured) .title > p.date{color: #666;font-size: 11px;line-height: 17px;}
		.news .column:not(.featured) .title > p.h1{font-size: 18px;line-height: 22px;color: #333232;font-weight: 400;}

		.news .container-news .row .column .page-content .news-content *{color: #333 !important;}
		/* ------------------------------ */

		/* -------- NEWS DETAIL --------- */
		/* ------------------------------ */
		
		/* --------- CATALOGOS ---------- */
		/* ------------------------------ */

		/* ---------- SERVICES ---------- */
		/* ------------------------------ */

		/* ------ SERVICES DETAIL ------- */
		.service .container-service .banner-service .row .column .content-holder .desc p{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
		.service .container-service .banner-service .row .column .content-holder .desc p:not(.title){color: #666;font-size: 11px;line-height: 20px;}

		.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 ----------- */
		/* ------------------------------ */

		/* ---------- MAGAZINE ---------- */
		/* ------------------------------ */

		/* ---------- E-GIFTS ----------- */
		/* ------------------------------ */

		/* ----------- SEARCH ----------- */
		.container-list .top-lst .total-products p{color: #606060;font-size: 11px;line-height: 21px;}
		.search .wrapper-noresults .title-menu{font-weight: 700;}
		/* ------------------------------ */

		/* --------- NEWSLETTER --------- */
		/* ------------------------------ */

		/* ------------ BLOG ------------ */
		/* ------------------------------ */

		/* ---------- POLICY ---------- */
		.policy .content-policy table tr td{vertical-align: top;}
		.policy .content-policy table tr td img{width: 100%;}
		/* ------------------------------ */
	/* --------------------------------- */

	/* ----- TEMPLATES FONT STYLES ----- */
		/* ------------ GERAL ----------- */
		.required-notice{font-size: 11px;color: #666;}
		/* ------------------------------ */

		/* ----------- HEADER ----------- */
		#header .nav-top ul li a{font-size: 10px;line-height: 12px;color: #606060;text-transform: uppercase;}
		#header .nav-top ul li.user-currency a{text-transform: uppercase;}
		#header .nav-top .country-drop .inputError label > span{font-size: 11px;}
		#header .right-header .shop-icons > ul > li > a span{font-weight: 700;font-size: 13px;color: #000;}
		#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 .item-desc .item-title{font-size: 12px;font-weight: 600;}
		#header .item-desc .item-ref{font-size: 11px;}
		#header .item-desc .item-price{font-size: 12px;}
		.autocompleter-hint, .autocompleter-hint span{font-size: 11px;color: #999;}

		#header .menu > ul > li > a{font-weight: 700;font-size: 11px;color: #FFF;text-transform: uppercase;text-decoration: none;}
		#header .menu .submenu .column-menu > ul > li > a{font-weight: 700;font-size: 12px;text-transform: uppercase;}
		#header .menu .submenu .column-menu > ul > li.featured > a{color: #0F6CB2;}
		#header .menu .submenu .column-menu > ul ul li a{color: #666;}

		#header .wrapper-header ul.menu-list li a{font-family: 'LatoBold', 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;text-transform: uppercase;color: #666;font-size: 12px;text-decoration: none;font-weight: normal;}
		/*#header .wrapper-header ul.menu-list li:hover a, #header .wrapper-header ul.menu-list li.sel a{box-shadow: 0px 3px 0px #333333;color: #333333;}*/
		body.IEMODE #header .wrapper-header ul.menu-list li:hover a.item-title, body.IEMODE #header .wrapper-header ul.menu-list li.sel a.item-title{box-shadow: none;border-bottom: 3px solid #333;}
		/* ------------------------------ */

		/* --------- MENU MOBILE -------- */
		#menuMobile .box-menu-mobile .title-menu, #menuMobile .wrapper-language .title-menu{color: #333;font-size: 12px;line-height: 17px;text-decoration: none;text-transform: uppercase;font-weight: 700;}
		#menuMobile .box-menu .wrapper-box-title .box-title-menu{font-size: 12px;line-height: 15px;text-transform: uppercase;font-weight: 700;}
		#menuMobile .box-menu .menu-childs ul li a{font-size: 12px;line-height: 17px;color: #333;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 .column-logo p{color: #fff;font-size: 12px;line-height: 20px;opacity: 0.98;}
		#footer .menu-footer .title-menu{font-weight: 600;font-size: 12px;line-height: 20px;color: #FFF;}
		#footer .menu-footer ul li a{font-size: 12px;line-height: 22px;color: #FFF;text-decoration: none;opacity: 0.98;}
		#footer .menu-footer ul li a:hover{text-decoration: underline;}
		#footer .column-inst p{color: #FFF;}
		#footer .column-inst .help-mail{font-weight: 300;font-size: 16px;}
		#footer .column-inst .help-number{font-weight: 700;font-size: 20px;line-height: 24px;letter-spacing: 1px;}
		#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: #fbfbfb;}
		#footer .bottom-footer .copy-notice p span{font-size: 16px;color: #d6d6d6;opacity: 0.2;line-height: 16px;}
		#footer .bottom-footer .copy-notice a{opacity: 0.6;text-decoration: none;}
		#footer .bottom-footer .copy-notice a:hover{text-decoration: underline;}
		/* ------------------------------ */

		/* ----------- HEADER ----------- */
		/* ------------------------------ */

		/* ----------- FOOTER ----------- */
		/* ------------------------------ */

		/* ------------ HOME ------------ */
		/* ------------------------------ */

		/* -------- PRODUCT LIST -------- */
		/* ------------------------------ */

		/* -------- PRODUCT ITEM -------- */
		/* ------------------------------ */

		/* ----------- PRODUCT ---------- */
		/* ------------------------------ */

		/* ---------- WISHLIST ---------- */
		/* ------------------------------ */

		/* ---------- REVIEWS ----------- */
		/* ------------------------------ */

		/* --------- COMPARATOR --------- */
		/* ------------------------------ */

		/* ------------ PAGE ------------ */
		/* ------------------------------ */

		/* ----------- ABOUT ------------ */
		/* ------------------------------ */

		/* ----------- 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 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: 'RobotoCondensedRegular', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 17px;color: #FFF;text-transform: uppercase;}
		/* ------------------------------ */

		/* -------- PRODUCT LIST -------- */
		.products .side-menu ul li a{font-size: 14px;color: #333;}
		.products .side-menu > ul > li > a{font-weight: 700;}
		.products .side-menu ul.thirdLevelMenu li a{line-height: 14px;text-transform: none;text-decoration: none;}
		.products .side-menu ul.thirdLevelMenu li.sel a{color: #0F6CB2;}
		.top-list .row .column .list-filters .total, .top-list .row .column .list-filters .order > p{font-size: 11px;color: #606060;}
		.title-filter{font-weight: 700;font-size: 11px;text-transform: uppercase;}
		.title-filter span, .title-filter .clear-filter{font-weight: normal;font-size: 11px;color: #666;text-transform: capitalize;}
		.filters .default .checkbox .filter-name, .top-list .list-filters .order .order-type .order-dropdown .filter-name{font-size: 11px;}
		.filters .see-all{font-size: 11px;color: #eb8b41;}
		.filters .price .numbers span{font-size: 11px;color: #666;}
		.filters .clear-filters{font-size: 11px;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{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;}
		/* ------------------------------ */

		/* -------- PRODUCT ITEM -------- */
		article.product .desc .name{font-size: 13px;color: #333;line-height: 17px;}
		article.product .desc .ref{color: #666;font-size: 11px;line-height: 20px;}
		article.product .desc .price p{font-weight: 300;font-size: 13px;}
		/* ------------------------------ */

		/* ----------- PRODUCT ---------- */
		.product .top-detail .return a, .product .column-desc .reviews p a{font-size: 11px;text-decoration: none;color: #606060;}
		.product .top-detail .return a:hover, .product .column-desc .reviews p a:hover{text-decoration: underline;}
		.product .column-desc .name h1{font-size: 28px;line-height: 33px;color: #333232;}
		.product .column-desc .ref p{font-size: 11px;color: #666;line-height: 17px;}
		.product .column-desc .price h2{font-size: 18px;color: #333232;}
		.product .column-desc .price h2 span.text{font-size: 11px;color: #666;line-height: 22px;}
		.product .column-desc .price .discount{font-size: 11px;line-height: 19px;color: #FFF;}
		.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;color: #167ED2;text-decoration: underline;}
		.product .column-desc .sizes a:hover{text-decoration: none;}
		.product .column-desc .buttons .selectQtd .input_nav{font-family: 'RobotoBold', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 16px;}
		.product .column-desc .buttons .selectQtd .qtd{font-size: 12px;}
		.column-desc .stock-alert .accordion > li > a{font-weight: 700;font-size: 10px;color: #FFF;text-transform: uppercase;}
		.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 .column-desc .description p{line-height: 17px;color: #666;font-size: 11px;}
		.product .column-desc .description p.title{line-height: 20px;color: #333;font-weight: 600;}
		.container-packs .column-product .pack-desc .h3{font-size: 11px;text-transform: uppercase;}
		.container-packs .column-product .pack-desc .price{font-size: 13px;}
		.container-packs .column-resume .price{font-weight: 300;font-size: 15px;}
		.container-packs .column-resume .discount{font-weight: 400;font-size: 11px;color: #FFF;}
		.container-packs .column-resume a{font-size: 11px;text-decoration: underline;}
		.container-packs .column-resume a:hover{text-decoration: none;}
		.review-history .top-reviews .overall-rating .rating-text{font-size: 11px;color: #666;}
		.review-history .wrapper-reviews .reviews .row .column .date{font-size: 11px;color: #666;}
		.review-history .wrapper-reviews .reviews .row .column .review-desc{font-size: 12px;line-height: 18px;color: #000;}
		.review-history .wrapper-reviews .reviews .row .column .wrapper-bar p{font-size: 11px;color: #666;}
		.review-history .wrapper-reviews .bottom-reviews a{font-size: 11px;text-decoration: underline;}
		/* ------------------------------ */
		
		/* ----------- 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;}
		/* ------------------------------ */

		/* ---------- 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: 20px;}
		.contacts .page-content #cmsautoTable tr td:first-child{width: 51%;}
		/* ------------------------------ */
		
		/* ---------- 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: 13px;text-decoration: underline;position: relative;}
		.service .container-service .controls a.item-prev::before{content: '‹';position: absolute;top: -1px;left: 0;color: #eb8b41;}
		.service .container-service .controls a.item-next{padding-right: 8px;}
		.service .container-service .controls a.item-next::after{content: '›';position: absolute;top: -1px;right: 0;color: #eb8b41;}
		.service .container-service .controls a:hover{text-decoration: none;}
		.service .container-service .controls a.item-prev:hover::before, .service .container-service .controls a.item-next:hover::after{color: #333;}

		.service .container-right-side .right-side .wrapper-more-info .wrapper-name .text p.title, .service .container-right-side .right-side .wrapper-more-info .wrapper-website .text p.title{color: #333232;font-weight: 700;}
		.service .container-right-side .right-side .wrapper-more-info .wrapper-name .text p{color: #333333;font-weight: 400;}
		/* ------------------------------ */

		/* ----------- STORES ----------- */
		.stores .top-detail .controls a{font-size: 11px;text-decoration: underline;}
		.stores .container-news .row .column-desc .item-date{color: #666;}
		.stores .container-list .row .column p:not(.h3){line-height: 22px;}
		.stores .container-list .row .column p.adress-content{font-size: 11px;line-height: 16px;color: #666;}
		/* ------------------------------ */
		
		/* ---------- MAGAZINE ---------- */
		.magazine .product .name{font-size: 13px;}
		.magazine .product .price p.current{color: #0F6CB2;}
		.magazine .product .price p.old{color: #666;}
		/* ------------------------------ */

		/* ---------- E-GIFTS ----------- */
		.egifts .wrapper-form .content{font-size: 13px;line-height: 19px;}
		.egifts .card-preview .desc-card p{font-size: 6px;line-height: 8px;}
		.egifts .card-preview .desc-card p span{font-family: 'RobotoBold', Arial, Helvetica, 'Segoe UI', sans-serif;}
		.egifts .card-preview .desc-card p.card-price span{font-size: 11px;line-height: 14px;}
		/* ------------------------------ */
	/* --------------------------------- */
	
	/* ----------- ACCORDION ----------- */
	.accordion{list-style: none;margin: 0px;}
	.accordion > li{border: 0 solid rgba(178, 178, 178, 0.5);border-top-width: 1px;position: relative;}
	.accordion > li > a{font-size: 13px;color: #333;line-height: 20px;text-decoration: none;position: relative;display: block;padding: 13px 40px 12px 20px;}
	.accordion > li.active{border-color: #333232;}
	.accordion > li.active::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 1px;background-color: #333232;}
	.accordion > li.active > a{font-weight: 700;}
	.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/22px no-repeat;}
	.accordion > li .accordion-content{display: none;padding: 0 20px 15px;}
	.accordion > li:last-child{border-bottom-width: 1px;}
	.accordion > li.active > a::after, .accordion > li > a:hover::after{background-position: left bottom;}
	.accordion > li.active > a::after, .accordion > li.active > a:hover::after{background-position: right top;}
	.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;background-position: left bottom;}
	.accordion.layout2 > li.active > a::after{background-position: right top;}
	.accordion.layout2 > li .accordion-content{padding: 0;}

	#footer .accordion > li:first-child{border-top-width: 0;}
	#footer .accordion > li > a{font-size: 12px;font-weight: 700;color: #fff;padding: 14px 40px 15px 0;}
	#footer .accordion > li.active{border-color: rgba(255, 255, 255, 0.5);}
	#footer .accordion > li.active::before{display: none;}
	#footer .accordion > li > a::after{content: '';position: absolute;top: calc(50% - 6px);right: 10px;width: 16px;height: 16px;background: url(../sysimages/icon-accordion-footer.png) left top/16px no-repeat;}
	#footer .accordion > li.active > a::after{background-position: left bottom;height: 9px;}
	#footer .accordion > li .accordion-content{padding-left: 8px;}
	#footer .accordion > li .accordion-content ul{list-style: none;margin: 0;}
	#footer .accordion > li .accordion-content ul li a{font-size: 12px;line-height: 22px;color: #FFF;text-decoration: none;opacity: 0.98;}

	@media screen and (max-width: 768px){
		.accordion > li > a{padding: 10px 20px 10px 0;}
		.accordion > li .accordion-content{padding: 0 0 25px;}
		.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{margin: 0;list-style: none;text-align: center;border-bottom: 1px solid #EEEEEE;}
		.tabs-container:not(.vertical) .tabs li{display: inline-block;}
		.tabs-container:not(.vertical) .tabs li:first-child{margin-left: 0;}
		.tabs-container:not(.vertical) .tabs li a{display: block;font-size: 14px;line-height: 16px;color: #666;text-transform: uppercase;text-decoration: none;padding: 0 10px 15px;border-bottom: 3px solid transparent;}
		.tabs-container:not(.vertical) .tabs li.sel a, .tabs-container:not(.vertical) .tabs li a:hover{color: #333;}
		.tabs-container:not(.vertical) .tabs li.sel a{border-color: #FDD822;}
		.tabs-container:not(.vertical) .tabs-content .tab{display: none;padding: 30px 0;}
		.tabs-container:not(.vertical) .tabs-content .tab:first-child{display: block;}
		.tabs-container.vertical .tabs{float: left;margin: 0 69px 0 0;padding-bottom: 30px;list-style: none;font-size: 0;line-height: 0;width: 201px;border-top: 1px solid #D8D8D8;border-right: 1px solid #D8D8D8;}
		.tabs-container.vertical .tabs li{border-bottom: 1px solid #D8D8D8;}
		.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{text-decoration: underline;}
		.tabs-container.vertical .tabs + .tabs-content{float: left;width: calc(100% - 270px);}
		.tabs-container.vertical .tabs-content .tab{display: none;}
		.tabs-container.vertical .tabs-content .tab:first-child{display: block;}
		.tabs-container .tabs li.sel a[href="javascript:void(0);"]{cursor: default;}
	}

	@media screen and (max-width: 768px){
		body #main .tabs-container .tabs{float: none;padding: 0;text-align: center;}
		body #main .tabs-container .tabs li{display: inline-block;padding: 0px;border: 0;}
		body #main .tabs-container .tabs li a{font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 12px;color: #333;text-transform: uppercase;text-decoration: none !important;letter-spacing: 0;position: relative;display: block;padding: 10px 15px 9px;border-bottom: 3px solid transparent;border-top: 0;border-left: 0;border-right: 0;}
		body #main .tabs-container .tabs li.sel a{border-color: #eb8b41;}
		body #main .tabs-container .tabs + .tabs-content{float: none;width: 100%;padding-top: 20px;}
		body #main .tabs-container .tabs li a::before{content: '';position: absolute;top: calc(50% - 7px);left: 0;width: 1px;height: 14px;background: #DDD;}
		body #main .tabs-container .tabs li:first-child a::before{display: none;}
	}
	/* --------------------------------- */

	/* ----------- BREADCRUMB ---------- */
	.breadcrumb ul{list-style: none;margin-left: 0;}
	.breadcrumb ul li{float: left;padding-left: 14px;position: relative;}
	.breadcrumb ul li::after{content: '/';position: absolute;top: 1px;right: -9px;color: #606060;}
	.breadcrumb ul li:last-child::after{content: '';}
	.breadcrumb ul li:first-child{padding: 0;}
	.breadcrumb ul li a{display: block;font-size: 11px;line-height: 21px;text-decoration: none;color: #606060;}
	.breadcrumb ul li 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;}
	/* --------------------------------- */

	/* ----------- SIDE MENU ----------- */
	.wrapper-side-menu .side-menu ul.firstLevelMenu li a.title, .wrapper-side-menu .side-menu ul.firstLevelMenu li p.title{font-weight: 700;font-size: 15px;text-transform: uppercase;color: #333232;text-decoration: none;}
	.wrapper-side-menu .side-menu ul.firstLevelMenu li a.title:hover, .wrapper-side-menu .side-menu ul.firstLevelMenu li p.title:hover{background-color: transparent;box-shadow: none;border-bottom: 0;}
	.wrapper-side-menu .side-menu li a{font-size: 14px;color: #333;text-decoration: none;}
	.wrapper-side-menu .side-menu li a:hover, .wrapper-side-menu .side-menu ul.secondLevelMenu li.sel2 a{background-color: #f4f4f4;border-bottom: 1px solid #333232;text-decoration: none;box-shadow: 0px 1px 0px #333232;}
	body.iPad .wrapper-side-menu .side-menu li a:hover, body.iPad .wrapper-side-menu .side-menu ul.secondLevelMenu li.sel2 a{box-shadow: none;border-bottom-width: 2px;}
	/* --------------------------------- */

	/* ------------- SLIDER ------------ */
	.slider > div:not(.slick-list){display: none;}
	.slider > div:not(.slick-list):first-child{display: block;}
	.slider > div img{display: block;max-width: 100%;}
	.slider .slick-arrow{/*position: absolute;*/top: calc(50% - 5px);width: 15px;height: 15px;background: url(../sysimages/icon-controls.png) left top/30px no-repeat;z-index: 10;background-color: rgba(0, 0, 0, 0.5);}
	.slider .slick-arrow.slick-prev{left: 18px;border-radius: 100px 0 0 100px;}
	.slider .slick-arrow.slick-next{right: 18px;background-position: right top;border-radius: 0 100px 100px 0;}
	.slider .slick-arrow.slick-disabled{display: none !important;}
	.slider .slick-dots{position: absolute;bottom: 15px;left: 0;width: 100%;margin: 0;font-size: 0;line-height: 0;text-align: center;}
	.slider .slick-dots li{display: inline-block;margin: 0 5px;}
	.slider .slick-dots li:first-child{margin-left: 0;}
	.slider .slick-dots li::before{display: none;}
	.slider .slick-dots li button{width: 8px;height: 8px;padding: 0;margin: 0;border: 0;border-radius: 37px;background: transparent;border: 1px solid #f0f0f0;text-indent: 9999px;}
	.slider .slick-dots li button:hover, .slider .slick-dots li.slick-active button{box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);background-color: #f0f0f0;border-radius: 37px;}

	.product .slider .slick-dots li button{width: 10px;height: 10px;padding: 0;margin: 0;border: 0;border-radius: 37px;background: transparent;border: 1px solid #999;text-indent: 9999px;}
	.product .slider .slick-dots li button:hover, .product .slider .slick-dots li.slick-active button{background-color: #666;border-color: #666;border-radius: 37px;}
	/* --------------------------------- */

	/* -------- 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;}
	/* --------------------------------- */

	/* ------------ FANCYBOX ----------- */
	body .fancybox-skin{background: #FFF;border-radius: 0;}
	body .fancybox-opened .fancybox-skin{box-shadow: none;}
	body #fancybox-loading, body .fancybox-close, body .fancybox-prev span, body .fancybox-next span{background: none;}
	body .close-button, body .fancybox-close{background: #FFF;padding: 8px;line-height: 100%;height: auto;width: auto;top: 2px;right: 2px;}
	body .fancybox-overlay{background: rgba(0, 0, 0, 0.65);}
	body .fancybox-title-float-wrap{width: 100%;margin-bottom: -47px;right: 0;}
	body .fancybox-title-float-wrap .child{width: 100%;padding: 0;margin-right: 0;border-radius: 0;background: #FFF;color: #000;text-shadow: none;text-transform: uppercase;font-family: 'RobotoCondensedRegular', Arial, Helvetica, 'Segoe UI', sans-serif;font-size: 17px;font-weight: 400;letter-spacing: 0.2px;line-height: 47px;color: #000;}
	/* --------------------------------- */

	/* --------- MAGNIFIC POPUP -------- */
	.popUp{width:100%;background: #f8f8f8;margin: auto;position: relative;max-width: 1015px;border-radius: 0 !important;height: auto;}
	.mfp-bg{background: rgba(0, 0, 0, 0.65);}
	.mfp-close{top: 30px !important;right: 40px;width: 30px;height: 30px;padding: 0;line-height: 100%;opacity: 1;background: #FFF;z-index: 10;
			   font-family: 'Helvetica Neue', Arial, Helvetica, 'Segoe UI', sans-serif;font-weight: normal;font-size: 12px;color: #333;background: url(../sysimages/icon-close-popup.png) no-repeat left top/30px;}
	.mfp-close:hover{background-position: left bottom;}
	.mfp-close:hover{color: #167ED2;}

	@media screen and (max-width: 768px){
		.popUp{max-width: 100% !important;padding: 15px !important;}
		.mfp-close{top: 15px !important;right: 15px;}
	}
	/* --------------------------------- */

	@media screen and (max-width: 768px){
		.breadcrumb{display: none;}
	}	

/* --------- 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;}

@-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;}}
/* ---------------------------------- */