body {
	margin:0;
	background:url(../images/bg_catalogo.jpg) no-repeat;
	background-position:0 90px;
}
.clear {
	clear:both;
}

/* FONT FACE */
@font-face {
	font-family: 'DINLight';
	src: url('../font_face/din/din-light-webfont.eot');
	src: local('☺'), url('../font_face/din/din-light-webfont.woff') format('woff'), url('../font_face/din/din-light-webfont.ttf') format('truetype'), url('../font_face/din/din-light-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINRegular';
	src: url('../font_face/din/din-regular-webfont.eot');
	src: local('☺'), url('../font_face/din/din-regular-webfont.woff') format('woff'), url('../font_face/din/din-regular-webfont.ttf') format('truetype'), url('../font_face/din/din-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINBold';
	src: url('../font_face/din/din-bold-webfont.eot');
	src: local('☺'), url('../font_face/din/din-bold-webfont.woff') format('woff'), url('../font_face/din/din-bold-webfont.ttf') format('truetype'), url('../font_face/din/din-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1 {
	font-family: 'DINRegular';
	font-size:36px;
	color:#6a594f;
	font-weight:normal;
	padding-bottom:15px;
	margin:0 0 15px 0;
	background:url(../images/hearts.png) no-repeat bottom left;
}
h2 {
	font-family: 'DINBold';
	font-size:30px;
	color:#fa646f;
	font-weight:normal;
	margin:0;
	text-align:left;
}
h3 {
	font-family: 'DINRegular';
	font-size:16px;
	color:#bb9a43;
	font-weight:normal;
	padding-bottom:15px;
	margin:0 0 15px 0;
	background:url(../images/hearts.png) no-repeat bottom left;
}


/* HEADER CSS */
#header {
	position:relative;
	width:976px;
	margin:0 auto;
	padding:5px 0;
}
#header #social {
	position:absolute;
	bottom:0;
	right:0;
	width:200px;
	font-family: 'DINRegular';
	font-size:24px;
	color:#000;
	text-align:right;
}
#header #contacto {
	position:absolute;
	top:0;
	right:0;
}
#header #contacto .contact-wr {
	display:inline-block;
	margin-left:15px;
}
#header #contacto .contact-wr img {float:left;}
#header #contacto .contact-wr .text {
	float:left;
	background:#eaeaea;
	width:175px;
	padding:2px 10px;

	font-family: 'DINLight';
	font-size:15px;
	color:#6f6f6f;
}
#header #contacto .contact-wr .text strong, #header #contacto .contact-wr .text b {
	display:block;
	font-family: 'DINBold';
	font-size:22px;
	color:#000;
	font-weight:normal;
}
#header #contacto .contact-wr .text b {font-family: 'DINRegular' !important;}
/* banner whatsapp*/
#header #contacto .contact-wr .text-wha{float:left;background:#333333;width:175px;padding:2px 10px;font-family:'DINLight';font-size:12px;color:white;}
#header #contacto .contact-wr .text-wha strong, #header #contacto .contact-wr .text-wha b{display:block;font-family:'DINBold';font-size:13px;color:white;font-weight:700;}
#header #contacto .contact-wr .text-wha b{display:block;font-family:'DINBold'!important;font-size:12px;color:#57bb63;font-weight:700;}
#header #iconos {
	position:absolute;
	width:520px;
	bottom:5px;
	left:260px;
	text-align:left;
	font-family: 'DINRegular';
	font-size:14px;
	color:#000;
}
#header #iconos a {
	color:#000;
	text-decoration:none;
	margin-right:15px;
}
#header #iconos a#light {
	background:red;
	padding:5px;
	border-radius:3px;
	color:#FFF;
}

/* CONTENT CSS */
#content {
	background:url(../images/bg_highlight.jpg) no-repeat bottom center;
	position:relative;
	font-family:Arial;
}
#bg_sidebar {
	background:url(../images/bg_sidebar.png) repeat-y center top;
}
#main {
	position: relative;
	width: 740px;
	padding: 0 0 50px 300px;
	margin: 0 auto;
}
#sidebar {
	float: left;
	margin-left: -300px;
	width: 215px;
}
#sidebar h3 {
	font-family:'DINBold';
	margin-top:40px;
	color:#fa646f;
}
#sidebar .adv {
	position:relative;
	width:200px;
	margin:0 0 10px -8px;
}
#sidebar ul {
	list-style:none;
	margin:0 0 40px 0;
	padding:0;
}
#sidebar ul li {
	margin-bottom:4px;
}
#sidebar ul li a {
	font-family:'DINRegular';
	font-size:13px;
	color:#6a593f;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#fa646f;
	text-decoration:none;
}
#sidebar li ul {
	margin:0 0 10px 0;
}
#sidebar li li {
	margin:0;
	padding:0;
}
#sidebar li ul a {
	font-size:18px;
	color:#f77078;
	letter-spacing:-1px;
}
#sidebar li ul a:hover {
	color:#6a594f;
}
#sidebar #post {
	background:url(../images/sep_dot.png) repeat-x top left;
	padding-top:10px;
	margin-bottom:20px;
	font-family:'DINLight';
	font-size:13px;
	color:#000;
}
#sidebar #post img {
	float:left;
	margin:0 10px 10px 0;
}
#sidebar #post strong {
	display:block;
	font-family:'Arial';
	font-size:13px;
	color:#000;
}
#sidebar #post b {
	display:block;
	font-family:'DINLight';
	font-size:13px;
	color:#fa646f;
	font-weight:normal;
}
#sidebar #post a.btn {
	background:#fa646f;
	padding:5px 10px;
	font-family:'DINLight';
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	border-radius:3px;
}
#sidebar #post a.btn:hover {
	background:#852626;
}
#title {
	position:relative;
	padding: 45px 0 60px;
	width:740px;
}
#title #btn_ver_odd {
	position:absolute;
	top:35px;
	right:3px;
}
#title #botones {
	position:absolute;
	top:55px;
	right:40px;
	background:#2b2123 url(../images/bg_btn_brown.jpg) repeat-x top left;
}
#title #botones a#vendidos {
	float:left;
	padding:4px 15px 4px 55px;
	background:url(../images/btn_vendidos.png) no-repeat top left;
	font-family:'DINLight';
	font-size:14px;
	color:#ffeaec;
	text-decoration:none;
}
#title #botones a:hover#vendidos {
	background:#fa646f url(../images/btn_vendidos_over.png) no-repeat top left;
	color:#FFF;
}
#title #botones a#todos {
	float:left;
	padding:4px 15px 4px 55px;
	background:url(../images/btn_todos.png) no-repeat;
	background-position:5px 5px;
	font-family:'DINLight';
	font-size:14px;
	color:#ffeaec;
	text-decoration:none;
}
#title #botones a:hover#todos {
	background:#fa646f url(../images/btn_todos_over.png) no-repeat;
	background-position:5px 5px;
	color:#FFF;
}
#title #botones #onVendidos {
	float:left;
	padding:4px 15px 4px 55px;
	background:#fa646f url(../images/btn_vendidos_over.png) no-repeat top left;
	font-family:'DINLight';
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	border-right:solid 1px #FFF;
}
#title #botones #onTodos {
	float:left;
	padding:4px 15px 4px 55px;
	background:#fa646f url(../images/btn_todos_over.png) no-repeat;
	background-position:5px 5px;
	font-family:'DINLight';
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	border-left:solid 1px #FFF;
}
#title #botones #leftBotones {
	position:absolute;
	bottom:-9px;
	left:-14px;
}
#title #botones #rightBotones {
	position:absolute;
	bottom:-9px;
	right:-14px;
}
#title #botones #shadow {
	position:absolute;
	bottom:-23px;
	right:-10px;
}

/* NAV CSS */
#list_info {
	float:right;
	width:180px;
	background:#f3f3f3;
	padding:10px 15px;
	margin:0 0 15px 0;
	border:solid 1px #FFF;
	outline:solid 1px #e3e3e3;
}
#list_info h3 {
	font-family:'DINBold';
	color:#fa646f;
}
#list_info ul {
	list-style:none;
	margin:0;
	padding:0;
}
#list_info ul li {
	font-family:'DINRegular';
	font-size:13px;
	color:#6a593f;
	padding:5px 0;
}
#list_info ul li a {
	color:#6a593f;
	text-decoration:none;
}
#list_info ul li a:hover {
	color:#fa646f;
	text-decoration:none;
}

#informacion {
	width:490px;
	min-height:1600px;
	font-size:16px;
	color:#6a594f;
	text-align:justify;
}
#informacion a {
	color:#fa646f;
}
#informacion a:hover {
	color:#6a593f;
}
#informacion h3 {
	font-size:22px;
	color:#6a594f;
	font-weight:normal;
	padding-bottom:15px;
	margin:0 0 15px 0;
	background:url(../images/hearts.png) no-repeat bottom left;
}
#informacion strong {
	font-size:18px;
	color:#6a594f;
	font-weight:normal;
}
#informacion b {
	color:#f97075;
	font-weight:normal;
}
#informacion ol {
}
#informacion ol li {
	font-family:'DINRegular';
	color:#6a594f;
	margin-bottom:15px;
}
#informacion #nav {
	position: relative;
	background: #f3f3f3;
	padding: 5px 10px;
	margin: 0 0 15px 0;
	border: solid 1px #FFF;
	outline: solid 1px #e3e3e3;
	letter-spacing: 0;
	font-size: 14px;
	color: #c5b7af;
	height: 17px;
}
#informacion #nav a {
	color:#ac9d94;
	text-decoration:none;
}
#informacion #nav a:hover {
	color:#f97075;
	text-decoration:underline;
}
#informacion #nav strong {
	font-size:14px;
	color:#f97075;
	font-weight:normal;
}
#informacion #imgSombra {
	margin:15px;
	-moz-box-shadow: 0px 0px 15px #BBB;
	-webkit-box-shadow: 0px 0px 15px #BBB;
	box-shadow: 0px 0px 15px #BBB;
}
#informacion #info {
	margin:0 0 25px 25px;
}
#informacion #info #tit {
	position:relative;
	background:#f0dadc;
	padding:8px 10px 8px 35px;
	font-family:'DINRegular';
	font-size:14px;
	color:#fa646f;
	-webkit-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	border-top-right-radius:10px;
}
#informacion #info #tit #icono {
	position:absolute;
	top:-6px;
	left:-25px;
}
#informacion #nota {
	padding:25px 30px;
	margin-top:1px;
	background:#FFF;
	border:solid 1px #f4dde1;
	font-family:'DINRegular';
	font-size:14px;
	color:#6a594f;
	-webkit-border-bottom-left-radius:25px;
	-moz-border-bottom-left-radius:25px;
	border-bottom-left-radius:25px;
	-webkit-border-bottom-right-radius:25px;
	-moz-border-bottom-right-radius:25px;
	border-bottom-right-radius:25px;
}
#informacion #nota b {
	font-family:'DINBold';
	color:#fa646f;
	font-weight:normal;
}
#informacion #advise {
	font-size:14px;
	font-style:italic;
	color:#fa646f;
	background:url(../images/info_sep_shadow.jpg) no-repeat bottom center;
	padding:0 0 40px 0;
}
#informacion #advise #icono {
	float:left;
	margin:0 10px 10px 0;
}
#informacion #redes ul {
	list-style:none;
	margin:0;
	padding:0;
}
#informacion #redes ul li {
	float:left;
	text-align:center;
	width:117px;
	border:solid 1px #e3e3e3;
	margin:0 4px 4px 0;
}
#informacion #redes ul li img {
	margin-bottom:10px;
}
#informacion #redes ul li a {
	display:block;
	background:#FFF;
	padding:25px 0 10px 0;
	color:#000000;
	text-decoration:none;
}
#informacion #redes ul li a:hover {
	background:#f7f7f7;
}
#informacion #tabla {
	margin-bottom:40px;
}
#informacion #tabla h4 {
	background:#f2e0e1;
	padding:8px 15px;
	margin:0 0 1px 0;
	-webkit-border-top-left-radius:10px;
	-moz-border-top-left-radius:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-top-right-radius:10px;
	border-top-right-radius:10px;
	font-family:'DINBold';
	font-size:16px;
	color:#6a593f;
	font-weight:normal;
}
#informacion #tabla table {
	border:solid 1px #f0cfd4;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}
#informacion #tabla table td {
	padding:10px 0;
	font-family:'DINRegular';
	font-size:14px;
	color:#6a593f;
}
#informacion #tabla td.label {
	font-family:'DINBold';
	font-size:16px;
	color:#6a593f;
	font-weight:normal;
}
#informacion #tabla strong {
	font-family:'DINBold';
	font-size:18px;
	color:#fa646f;
	font-weight:normal;
}
#informacion #tabla b {
	font-family:'DINBold';
	font-size:14px;
	color:#fa646f;
	font-weight:normal;
}
#informacion #tabla .shadow {
	position:absolute;
	top:-10px;
	left:5px;
}
#informacion #tabla .padd td {
	padding:10px 25px 10px 10px;
	border-top:solid 1px #f0cfd4;
	text-align:left;
}
#informacion #answer {
	background:url(../images/info_sep_shadow.jpg) no-repeat bottom center;
	padding:0 0 50px 0;
	margin:25px 0 25px 0;
}
#informacion #answer #texto {
	position:relative;
	font-family:'DINBold';
	font-size:18px;
	color:#fa646f;
	padding-right:50px;
	margin-bottom:10px;
}
#informacion #answer #texto #close {
	position:absolute;
	top:0;
	right:0;
}
#informacion #faqs ul {
	list-style:none;
	margin:15px 0 40px 0;
	padding:0;
}
#informacion #faqs ul li {
	margin:10px 0;
	padding-left:30px;
	background:url(../images/ic_faq.png) no-repeat;
	background-position:0 3px;
	font-family:'DINRegular';
	font-size:16px;
}
#informacion #faqs ul li a {
	color:#6a594f;
	text-decoration:none;
}
#informacion #faqs ul li a:hover {
	color:#fa646f;
}
#informacion input[type='text'],#informacion input[type='date'] {
	width:95%;
	border:solid 1px #facccc;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-right:10px;
	font-family:'DINRegular';
	font-size:14px;
	color:#a9a8a8;
	padding:4px 2%;
}
#informacion input[type='password'] {
	width:95%;
	border:solid 1px #facccc;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-right:10px;
	font-family:'DINRegular';
	font-size:14px;
	color:#a9a8a8;
	padding:4px 2%;
}
#informacion select {
	width:95%;
	border:solid 1px #facccc;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-right:10px;
	font-family:'DINRegular';
	font-size:14px;
	color:#a9a8a8;
	padding:4px 2%;
}
#informacion textarea {
	width:95%;
	height:100px;
	border:solid 1px #facccc;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-right:10px;
	font-family:'DINRegular';
	font-size:14px;
	color:#a9a8a8;
	padding:4px 2%;
}
#informacion input[type='submit'] {
	padding:4px 10px;
	height:26px;
	border:0;
	background:#f87075;
	margin:0;
	cursor:pointer;
	font-family:'DINLight';
	font-size:14px;
	color:#FFF;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
#informacion input[type='button'] {
	padding:4px 10px;
	height:26px;
	border:0;
	background:#f87075;
	margin:0;
	cursor:pointer;
	font-family:'DINLight';
	font-size:14px;
	color:#FFF;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}

#informacion #banner_devolucion {
	background:url(../images/bg_devolucion_off.jpg) no-repeat top center;
	padding:15px 225px 30px 30px;
	text-align:left;
}

/* FOOTER */
#bg_footer {
	position:relative;
	background:#852626 url(../images/footer.jpg) no-repeat top center;
}
#bg_footer #shadow {
	background:url(../images/shadow.png) repeat-x top left;
	width:100%;
	height:10px;
	position:absolute;
	top:-15px;
	left:0;
}
#footer {
	position:relative;
	width:976px;
	margin:0 auto;
	padding:15px 0 40px 0;
	font-family:Arial;
	font-size:12px;
	color:#FFF;
}
#footer #redes {
	float:right;
	text-align:right;
	margin-top:15px;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
#footer ul li {
	position:relative;
	float:left;
	margin-top:15px;
}
#footer ul li.normal {
	width:290px;
	margin-right:15px;
}
#footer ul li.grande {
	width:365px;
}
#footer ul li a {
	display:block;
	background:#852626 url(../images/ic_info.png) no-repeat top right;
	padding:25px 0 25px 85px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	border:solid 1px #ac4e4e;
	text-decoration:none;
	font-family: 'DINRegular';
	font-size:14px;
	color:#ffdbdb;
}
#footer ul li a:hover {
	background:#20a8dc url(../images/ic_go.png) no-repeat bottom right;
}
#footer ul li strong {
	font-family: 'DINBold';
	font-size:16px;
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
}

#footer .icono {
	position:absolute;
	border:0;
	top:5px;
	left:10px;
}

#footer #links {
	font-size:14px;
	color:#ffc2c2;
	margin:30px 0 5px 0;
}
#footer #links a {
	color:#ffc2c2;
	text-decoration:none;
	margin:0 8px;
}
#footer #links a:hover {
	color:#FFF;
}
a.productos_relacionados {
	font-size:15px;
	color:#f77078;
}
a.productos_relacionados:hover {
	font-size:15px;
	color:#f77078;
	text-decoration:none;
}
a.productos_relacionados {
	font-size:15px;
	color:#f77078;
	text-decoration:none;
}
a.productos_relacionados:hover {
	font-size:15px;
	color:#f77078;
	text-decoration:underline;
}
/* FONT FACE */
@font-face {
	font-family: 'DINLight';
	src: url('https://www.lenceria-sexy.net/font_face/din/din-light-webfont.eot');
	src: local('â˜º'), url('https://www.lenceria-sexy.net/font_face/din/din-light-webfont.woff') format('woff'), url('https://www.lenceria-sexy.net/font_face/din/din-light-webfont.ttf') format('truetype'), url('https://www.lenceria-sexy.net/font_face/din/din-light-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINRegular';
	src: url('https://www.lenceria-sexy.net/font_face/din/din-regular-webfont.eot');
	src: local('â˜º'), url('https://www.lenceria-sexy.net/font_face/din/din-regular-webfont.woff') format('woff'), url('https://www.lenceria-sexy.net/font_face/din/din-regular-webfont.ttf') format('truetype'), url('https://www.lenceria-sexy.net/font_face/din/din-regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINBold';
	src: url('https://www.lenceria-sexy.net/font_face/din/din-bold-webfont.eot');
	src: local('â˜º'), url('https://www.lenceria-sexy.net/font_face/din/din-bold-webfont.woff') format('woff'), url('https://www.lenceria-sexy.net/font_face/din/din-bold-webfont.ttf') format('truetype'), url('https://www.lenceria-sexy.net/font_face/din/din-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

#fx-banner {
	position:fixed;
	bottom:25px;
	right:25px;
	width:408px;

	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fx-banner.hide {
	right:-390px;

	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fx-banner .close{
	position: absolute;
	z-index: 21;
	right: 5px;
	top: -15px;
	display: block;
	cursor:pointer;
}
#fx-fixed a.btn-facebook {
	display:block;
	width:272px;
	height:40px;
	background:url(../images/btn_facebook.png) no-repeat;
	background-position:0 0;
	margin:15px 0 2px 0;
}
#fx-fixed a.btn-facebook:hover {
	background-position:-272px 0;
}
#fx-fixed a.btn-gplus {
	display:block;
	width:272px;
	height:40px;
	background:url(../images/btn_gplus.png) no-repeat;
	background-position:0 0;
	margin:15px 0 2px 0;
}
#fx-fixed a.btn-gplus:hover {
	background-position:-272px 0;
}
#fx-fixed {
	position:relative;
	bottom:0;
	right:0;

	background:url(../images/fixed.png) no-repeat center top;
	width:348px;
	height:95px;
	padding:23px 30px;

	font-family:'DINRegular';
	font-size:16px;
	color:#7e662c;
	text-shadow:1px 1px #FFF;
	letter-spacing:-1px;

	z-index:20;
}
#fx-fixed.nreg{
	background-image:url(../images/fixed-nreg.png);
	height:145px !important;
}
#fx-fixed strong {
	display:block;
	margin-top:10px;
	font-family:'DINBold';
	font-size:36px;
	color:#000;
	font-weight:normal;
}
#fx-fixed span {
	font-size:15px;
}
#fx-fixed a {
	color:#7e662c;
	cursor:pointer;
}
#fx-fixed a:hover {
	color:#333;
}

#fx-bubble {
	position:absolute;
	background:url(../images/bubble.png) no-repeat center top;
	width:338px;
	height:107px;
	padding:25px 35px;

	font-family:'DINLight';
	font-size:18px;
	color:#333;
	line-height:20px;
	letter-spacing:-1px;
	opacity:1;

	z-index:10;
}
#fx-bubble.nreg{
	height:160px !important;
}
#fx-bubble.down {
	bottom:0;
	right:0;
	opacity:0;

	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fx-bubble.up {
	bottom:140px;
	right:0px;
	opacity:1;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fx-bubble b {
	font-family:'DINBold';
	color:#000;
	font-weight:normal;
}
#fx-bubble strong {
	font-family:'DINBold';
	color:#eb4352;
	font-weight:normal;
}
#fx-bubble ul {
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#fx-bubble ul li {
	background:url(../images/list-style.png) no-repeat left center;
	padding:0 0 0 20px;
	margin:5px 0;

	font-family:'DINBold';
	font-size:18px;
	color:#eb4352;
}
#fx-bubble ul li b {
	color:#333;
	font-weight:normal;
}
#fx-bubble span {
	font-size:14px;
	color:#aeadad;
}
#fx-bubble span a {
	color:#aeadad;
}
#fx-bubble span a:hover {
	color:#dd1c3f;
}


#fx-arrow {
	position:absolute;
	top:50px;
	left:0;
	z-index:10;
	opacity:0;
	cursor:pointer;
}

#fx-arrow.right {
	top:50px;
	left:0;
	opacity:0;

	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fx-arrow.left {
	top:50px;
	left:-55px;
	opacity:0.8;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fx-arrow.left:hover {
	opacity:1;
}
#fx-arrow.hide {
	top:50px;
	left:0;
	opacity:0 !important;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


#fx-arrow2 {
	position:absolute;
	top:50px;
	right:0;
	z-index:10;
	opacity:0;
	cursor:pointer;
	transform: rotateY(180deg);

	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fx-arrow2.show {
	top:50px;
	right:408px;
	opacity:0.75;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#fx-arrow2.show:hover {
	opacity:1;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#btnAddMorePorducts{
	padding: 4px 10px;
    height: 32px;
    border: 0;
    background: #f87075;
    margin: 0;
    cursor: pointer;
    font-family: 'DINLight';
    font-size: 14px;
    color: #FFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	float:right;
}
#btnAddMorePorducts:hover{ background: #b35356; }
