/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body{
    background:#FFFFFF;
	text-align:left;
	 color: #191919;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}

img           { border:0; vertical-align:top; }

a             { color:#191919; text-decoration:none; }
a:hover       { text-decoration:none; color:#000; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#191919; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; margin-bottom:15px; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.col-main-left  .block  .no-display   { display:block; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page {}

.header-container { }
.nav-container1{ display:none; }
.nav-container { margin-bottom: 0px; }
.main-container { }
.footer-container { background:#F5F5F5;}
.header-container,.nav-container,.main-container,.footer-container{}

.col-main-left,.col-main-right,.container-width,.breadcumb-main,.col1-layout .col-main,.cms-home .messages{
	width:1200px;
	margin:0 auto;
	padding:0px;
	background:#fff;
}
.cms-home .messages{margin:10px auto 0px  !important;}
.col1-layout .col-main{float:none; position:relative;}
 .breadcumb-main{background:transparent;}
.cms-home .main{width:auto;}
.header {  position:relative; background:#ffeded; height:91px; }

header {

    height: auto;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.header-bottom .logo {
    left: 0px;
	right:0px;
	width:214px;
    position:absolute;
    top: 4px;
    z-index: 99;
	height:118px;
}
.header-bottom a.logo {top: 6px;}
.nav-container {
background:#fff;
 background:rgba(255,255,255,0.5);
 -webkit-box-shadow:1px 2px 6px -3px rgba(0, 0, 0, 0.30) inset;
 -moz-box-shadow:1px 2px 6px -3px rgba(0, 0, 0, 0.30) inset;
 box-shadow:1px 2px 6px -3px rgba(0, 0, 0, 0.30) inset;
 width:100%;
 float:left;
}

.main { min-height:400px; margin-bottom:40px !important;}
.footer {    background:#151515;}
.footer_bottom_inner.container-width,.footer_top {    background: none repeat scroll 0 0 transparent;}
.footer-container .block{margin:0px; border:none; padding-top:46px;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }

/* Base Columns */
.col-left { float:left; width:262px; padding:0 0 0px; }
.col-main { float:left; width:893px; padding:0 0 0px;}
.col-right { float:right; width:262px; padding:0 0 0px; margin-left:10px; }
.col-main-left {    position: relative;}
/* 1 Column Layout */
.cms-home .col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width:540px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:760px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-1  img{ width:100%;  }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle;  }
input.input-text,select,textarea { background:#fff; border:1px solid #CDCDCD;color:#555; }
input.input-text,textarea { padding:5px;   }
input.input-tex:focus,textarea:focus {  -moz-box-shadow: #bbb 0 0 3px;
  -webkit-box-shadow: #bbb 0 0 3px;
  box-shadow: #bbb 0 0 3px;}
select { padding:3px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #CDCDCD; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
.ie7 button.button { height:auto !important;   }

button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;   }
button.button span , .back-link a { display:block;
font-family:'Roboto',Arial,Helvetica,sans-serif;
	 background:#fff;
 	border:1px solid #000;
 	height: 16px;
    line-height: 16px;
	font-weight:600;
    padding: 8px 14px;text-align:center; white-space:nowrap; color:#000; text-decoration:none; text-transform:uppercase;}
button.button span span { border:0; padding:0;   }
button.button:hover span , .back-link a:hover ,.cart .discount button:hover span { color:#a67171; border-color:#a67171}
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span {
	height:40px;
	 line-height:40px;
	 border:0;
	 padding:0 35px;
	 font-size:16px;
}
.cart .discount button span , button.btn-checkout span {   color:#fff; 	 background:#a67171; }
.cart .discount button > span, button.btn-checkout > span{border:2px solid #a67171}
.cart .discount button:hover > span , button.btn-checkout:hover > span{border:2px solid #000;}
.cart .discount button:hover span , button.btn-checkout:hover span{ background:none; color:#191919;   }
button.btn-checkout.no-checkout span {color:#b8baba; }
button.btn-checkout.no-checkout span span {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {  }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left;   font-weight:normal; position:relative; z-index:0; padding-bottom:5px; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#DD4B39; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:250px; }
.form-list textarea { width:250px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#DD4B39; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:20px 0 0; padding:5px; border:none; text-align:left; }
.buttons-set p.required { margin:-25px 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }
.padder .buttons-set button.button{margin-left:0px;}
.buttons-set{padding:5px 0px;}
.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { margin: 20px 0;
    padding: 0; }


/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:12px; line-height:13px; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#DD4B39; }
.validation-failed { border:1px dashed #DD4B39 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#DD4B39; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; margin-bottom:10px; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#a67171; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; line-height:20px; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs {   line-height:1.25; margin:0 0 13px;  text-align:right; padding-top:105px; float:right;}
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:normal; }

/* Page Heading */
.page-title {
    margin: 0 0 0px;
    overflow: hidden;
    padding-bottom: 0px;
    width: 100%; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#191919; text-align:left;  }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Pager */
.pager {  padding:5px 0px; margin:15px 0 10px; text-align:right;  }
.pager .amount { float:left; margin:0;  padding-top: 6px;}
.pager .amount strong{ font-weight:normal;}
.pager .limiter { float:right; margin-left:10px; z-index:999 !important; }
.pager .limiter label  { vertical-align: super;  }
.pager .limiter span { display:inline; vertical-align: super; }
.pager .limiter select {  margin:0 0 1px; vertical-align:middle; }
.pager .pages {  margin:0px 0 0 10px; float:right; }
.pager .pages strong{ display:none; }
.pager .pages ol {float:left; padding:3px; }
.pager .pages li {
    display: inline;
    margin: 0 2px 0 0px;
    padding:6px 9px; background:#eee; cursor:pointer;   }
.pager .pages .current , .pager .pages li:hover {background: none repeat scroll 0 0 #ddd;}
.pager .pages .current, .pager .pages li:hover a{ color:#000; }
.pager .pages li  img ,.pager .pages li  a { text-decoration:none; }

/* Sorter */
.sorter {  }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:0px; margin-right:10px; }
.sort-by label {  margin-right:5px;padding-top: 0px;   text-align:left; display:inline; vertical-align: super;}
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

.pager .pager_right .sort-by{ float:right;  z-index:8;}

.pager .pager_right .sort-by .sbHolder  { display:inline-block; }
.pager .limiter .sbHolder{ display:inline-block; margin: 0 5px; }

.ie7 .pager .limiter .sbHolder , .ie7 .pager .sort-by .sbHolder  { display:inline;}

.desc-asc{    margin-top:0px; float:right; display:inline; margin-left:10px; }
.sort-by a.uparrow ,  .sort-by a.downarrow:hover {
  background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -142px -166px;
    border: 1px solid #DDDDDD;
    display: block;
    height: 26px;
    margin: 0;
    padding: 0;
    transition-duration: 300ms;
    width: 23px;
}
.sort-by a.downarrow ,  .sort-by a.uparrow:hover{
  background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -121px -166px;
    border: 1px solid #DDDDDD;
    display: block;
    height: 26px;
    margin: 0;
    padding: 0;
    transition-duration: 300ms;
    width: 23px;
}

/* Toolbar */
.toolbar {  }
.toolbar .pager { padding:7px 0 7px 0px;  font-size:12px; text-transform:uppercase;}
 .toolbar .pager .pager_left{ float:left; }
  .toolbar .pager .pager_right{ float:right; }
.toolbar .sorter {   }
.toolbar-bottom {}

.products-list {    margin-top: 20px;}
/* ==================== List/Grid Image ============*/
.view-mode{ float:left; margin-right:10px; margin-bottom:0; }
.view-mode label {
    display: none;
}
.view-mode strong.list, .view-mode a.list, .view-mode a.grid, .view-mode strong.grid {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll 0 0 transparent;
	display:inline-block;
    height: 25px;
    margin: 0;
    text-align: left;
    text-indent: -999em;
    width: 25px;
}
.view-mode a.grid		{ background-position:-9px -158px;}
.view-mode strong.list {
    background-position:-36px -130px;

}
.view-mode a.list {    background-position: -38px -158px;}
.view-mode a.list:hover	{ background-position:-36px -130px;transition: all 200ms ease 0s;}
.view-mode a.grid:hover	{ background-position:-9px -130px;transition: all 200ms ease 0s;}
.view-mode strong.grid {
    background-position:-9px -130px;
}
/* Data Table */
.data-table { width:100%; border:1px solid #DDDDDD; }
.data-table .odd  { background:#fff }
.data-table .even { background:#f5f5f5; }

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:5px 8px; font-weight:bold; }
.data-table td { padding:5px 8px; }

.data-table thead th { font-weight:bold;/* border-right:1px solid #c2d3e0;*/ padding:7px 8px; color:#4D4D4D; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:#f5f5f5; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td {   }
.data-table tfoot tr { background-color:#f5f5f5 !important; }
.data-table tfoot td { padding-top:5px; padding-bottom:5px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { /*border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; */}
/* Bundle products tables */
.data-table tbody.odd tr { background:#fff !important; }
.data-table tbody.even tr { background:#f5f5f5 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:14px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.widget-static-block ul li , .std ul.disc li{ list-style:none; padding:2px 0; }
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:0px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 6px; padding:0; }
.std ul { list-style:disc outside; padding-left:0; }
.std ol { list-style:decimal outside; padding-left:0; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.header .links li { display:inline; }
.link-cart { font-weight:normal; }
.link-wishlist , .link-compare {font-weight:normal; }
.link-reorder {  }

.link-print { /*background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ }
.link-rss { background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0;   text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center;  }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */

/* Header ================================================================================ */
.logo { float:left; }
.header .logo { float:none; margin:0 auto; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

.header .quick-access { float:right; width:600px; padding:0px 0px 0 0; }
.header .welcome-msg { margin:8px 0 0;  float:left; display:none;}
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { position:relative; float:left;  padding:0px;  }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; display: none;}
.header .form-search input.input-text { float:left; border:none;width:214px;   padding:5px 33px 6px 3px;font-family:'Roboto',Arial,Helvetica,sans-serif; }
.header .form-search button.button { float:left; background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -228px -157px; height:40px; width:40px;
position: absolute;    right:0px; top:0px;}
.header .form-search button.button span { border:0;  background:none;
 padding:0 0 0 3px;  }
.header .form-search button.button span span {   font-size:0;}
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language{   margin-top:7px;  float:right;}
.header .form-language label {   padding-right:5px;  }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .tm_top_currency {   margin-top:35px;   margin-left:0px; margin-right:50px;   float:right;  }
.header .tm_top_currency  label,.header .form-language label{ line-height:25px;margin-right:5px;  float:right; display:none; }
.form-language  .sbHolder ,.tm_top_currency .sbHolder{ float:right; border:none; padding:1px 25px 2px 7px;}
.ie7 .header .form-language { width:250px; }
.ie7 .header .tm_top_currency{ width:130px; }
.form-language .sbToggle,.tm_top_currency .sbToggle{ background: transparent url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/btn-qty1.png") no-repeat scroll 0 100%;}
.form-language .sbToggleOpen,.tm_top_currency .sbToggleOpen{ background-position:0 0;}
.header .header-cart  li{ clear:both; margin-bottom:5px; }
.ie7 .header .header-cart li{ overflow:hidden; }
.header .header-cart #panel{
background:#000;
 background: none repeat scroll 0 0 rgba(0,0,0,0.9);
    display: none;
	text-align:left;
    min-width: 20px;
    padding:0px;
    position: absolute;
    right: 0;
    top:66px;
	z-index:99;
	margin:0px;
	width:330px;}
	.cart_topbg{padding:20px 20px; border-top:4px solid #a67171; float:left;}
.header .header-cart #panel .actions{ float:left; margin-top:7px; }
.header .header-cart #panel .actions .viewcart-btn{ margin:0px 10px 0px 0px; }
.header .header-cart #panel .product-name a{ font-size:14px; color:#fff; }
.main-cart > p.block-subtitle{padding-left:0px;}
.header .links { float:left; margin:36px 0px; clear:both; display:block;}
.header .links li { float:left;font-size:14px;  text-transform:capitalize; padding:0px 10px; color:#656565; background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/border.jpg") no-repeat scroll right center; }
.header .links li.last{background:none;}
.header .links li.first+li+li+li+li,.header .links li.first+li+li+li,.header .links li.first+li+li,.header .links li.first+li{display:none;}
.header .links li.first{padding-left:0px;}
.header .links li a{ text-decoration:none; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-cart,.header_last{ float:right;      margin-left: 5px;    margin-top: 25px; cursor:pointer; z-index:10; }
.cart_mini_right{ background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll 1px -58px; padding:0px;
	font-size:0px;
	width:40px;
	height:40px;
	line-height:0px;
 cursor:pointer; }

.phone-link {
	background: rgba(0, 0, 0, 0) url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/phone.png") no-repeat scroll left center;
    color: #b47070;
    font-size: 16px;
    padding-left: 30px;
	}
.phone-link:hover {
	color: #b47070;
	cursor: default;
	}

.header-container .cart-price {
    padding-right: 7px;
}
.header-cart  .block{margin:0px;}
 .block-cart.btn-slide:hover .cart_mini_right,.block-cart.btn-slide.active .cart_mini_right{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -220px -58px #a67171; }
.header-cart .right_arrow{
   background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/arrow-down.png") no-repeat scroll center center transparent;
    margin: 2px 0 0 6px;
    display:none;
	vertical-align: middle;
	 width:10px;
	 height:15px;
}
.ie7 .header-cart .right_arrow{ display:inline}
.header-cart  .active .right_arrow{ background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/arrow-up.png") no-repeat scroll center center transparent;}
.cart_mini_right .price {    display: none;}
.headertoggle_img{
background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -116px -123px;
height: 20px;
    margin: 0 auto;
    text-align: center;
    width: 40px;
}
/********** < Navigation */
.advanced_nav{ display:none; }
.nav-inner #nav , .nav-responsive , #advancedmenu{  	clear: both;
	height:auto;
 }
/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav a:hover , #nav > li:hover > a , #nav li.active > a , .custom_menu:hover a  , .cms-home .home_link a , div.menu a:hover ,div.act .parentMenu > a ,div.active .parentMenu > a{color:#a67171;}
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav a , .nav-responsive span  {float:left;}
#nav a , .nav-responsive span , div.menu a, div.megnor-advanced-menu-popup a {
 padding:14px 23px; color:#191919; font-size:15px;  text-decoration: none; text-transform:uppercase;  font-weight:900; letter-spacing:0.8px;
}
#nav li.over a,
#nav a:hover , div.menu a:hover , div.menu.active a{ color:#a67171; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0;  }
#nav ul li.last {  padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul ,.responsive-menu #nav-mobile{
	 background:#191919;}
#nav ul,
#nav div { position:absolute; width:15em; top:42px; left:-10000px; padding:5px; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a {  }
#nav ul li a:hover , #nav > li ul > li:hover > a , .responsive-menu a:hover  { background:#fff;color:#555!important; }
#nav ul li a ,.responsive-menu a
{ color:#fff !important; text-decoration:none; display:block; }
#nav ul span,
#nav ul li.last li span , .responsive-menu li a { padding:4px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {  margin:0 0 50px; }
.block .block-title {
	position:relative;
	color:#000;
	text-transform:uppercase;
}

.block .block-title strong {
    color: #000;
    font-size: 17px;
    font-weight: bold;
}
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px;  font-weight:normal;  }
.block .block-content {
/*	position:relative;*/
	margin:15px  0;
	padding:0px;}
.block .block-content li{ padding:2px 0;  }
.block .block-content li a{ text-decoration:none; }
.block .block-content li .product-name a{ font-size:14px; }
.block .block-content li.item { padding:7px 0px; }
.block .block-content .product-name { color:#555555; }
.block .btn-remove,
.block .btn-edit , #panel .btn-edit ,#panel  .btn-remove{ float:right; margin:1px 0 2px 5px; }
.block .actions { background:none; padding:6px 0px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:0px; }

/*.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }*/

/* Mini Blocks */
/*.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }*/

/* Mini Products List */
.mini-products-list .product-image { float:left; margin-bottom:5px; }
.mini-products-list .product-details { margin-left:90px; text-align:left; color:#fff; }

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account .block-content li.current{  padding: 4px 0 !important; }
.block-account .block-content li.current strong{ font-weight:600; padding:4px 0px !important; }
/* Block: Currency Switcher */
.block-currency {   }
.block-currency .block-title { }
.block-currency .block-title strong { }
.block-currency .block-content { }
.block-currency .block-content select { }

/* Block: Category Navigation */
#category-treeview li a , .block-account .block-content li a , #recently-viewed-items a , .block-brand-nav li a{
    display: block;
    padding: 5px 0 5px 0px;
    text-decoration: none;
	font-size:14px;
}
.ie7 #category-treeview li { display:inline }
.block-brand-nav  .sbHolder li a , .block-brand-nav .sbHolder li a:hover{ background:none; padding-left:5px; }
#category-treeview li , .block-account .block-content li , #recently-viewed-items li , .block-brand-nav li{ padding:0 !important; }
#category-treeview li a:hover , .block-account .block-content li a:hover  ,.block-account .block-content li.current ,
 #recently-viewed-items a:hover , .block-brand-nav li a:hover{}
#category-treeview li ul { margin-left:15px; }
#category-treeview li ul a {}
#category-treeview li ul a:hover {}
#category-treeview li.last a , .block-account .block-content li.last a , #recently-viewed-items li.last a , .block-brand-nav li:last-child a{ border-bottom:none; }
#category-treeview .hitarea {
	background: none;
	height: 25px;
	width: 25px;
	float: right;
	cursor: pointer;
}
#category-treeview .expandable .collapsable-hitarea{
	background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -230px -122px transparent;
}
#category-treeview .expandable-hitarea {
	background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -202px -122px transparent;
}
#category-treeview .collapsable-hitarea {
	background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -230px -122px transparent;
}

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav .block-title {}
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; display:none; }
.block-layered-nav .block-content {  }
.block-layered-nav dt {   font-size: 14px;
    padding: 0 0 5px;
    text-transform: uppercase; }
.block-layered-nav dd { padding:5px 0 15px;}
.block-layered-nav a{ }
.block-layered-nav a:hover{ }
.col-left .price{color:#191919;}
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#eeeeee; padding:4px 20px 4px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold;  text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:9px; top:9px; margin:0;
 background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/btn_remove.gif") no-repeat scroll 0 0 transparent; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; text-align:right; }
.block-layered-nav .actions a { float:none; background:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { }
.block-cart .summary {padding:2px 0px 8px; margin:-1px 0 0; position:relative; z-index:1;  float:left; clear:both;}
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:normal; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:none; text-align:left; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a , .block-related .actions a { float:none; }
#wishlist-table .add-to-cart-alt .input-text{ margin-bottom:8px; }

/* Block: Related */
.block-related .block-title strong {}
.block-related input.checkbox { float:left; }
.block-related .tm-checkbox .tm-hide {
    opacity: 1;
}
.block-related .product { margin-left:20px; }
.block-related li{ position:relative; }
.block-related .tm-checkbox{ position:absolute; left:2px;}

/* Block: Compare Products */
.block-compare .block-title strong {}
.block-compare button.button span {  }
.page-popup .link-print { background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th {  }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td {text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name {   }
.compare-table tr.first td .product-name a {   }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { }

/* Block: Recently Compared */
.block-compared .block-title strong {  }

/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle {  }
.block-poll label { color:#777;   }
.block-poll input.radio {  }
.block-poll .label {     margin-left: 3px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span {   }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span {  }

/* Block: Tags */
.block-tags .block-title strong {  }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a {  }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:0px; background:transparent; border:none; margin:0px; }
.block-subscribe .block-title strong {   }
.block-subscribe label { font-weight:normal;  }
.block-subscribe input.input-text { display:block; width:194px; margin:3px 0 5px; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button {  }


/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:0px; display:inline; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */

.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; line-height:22px;}
.category-products {}
.category-title h2 a{ padding:0  !important; }
.category-title h2 , .category-title h2 a,  .crosssell h2{
    color: #191919;
    font-size: 25px;
	text-transform:uppercase;
   text-align:center;
   font-weight:500;
   }
 h2.product-name{ background:none; padding:0 !important; border-bottom: none !important; }
 .crosssell h2.product-name{text-align:center; vertical-align:middle;}

/* View Type: Grid */
/*.products-grid { border-bottom:1px solid #d9ddd3; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }*/
.products-grid{ width:100%; }
.products-grid li.item , .col-main .slider-item{ float:left; width:295px; padding:0; list-style:none; }
.products-grid li.first_item_tm{ }
.products-grid li.last_item_tm{ }
.products-grid li .product-block{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 3px;
    clear: both;
    margin: 5px 12px;
    overflow: hidden;
}
.products-grid li .product-block-inner{
	overflow: hidden;
    padding: 15px 0px;
    position: relative;
    text-align: center;

}

a.product-image { display:block;  margin:0 0 10px; }
.product_image_block  a.product-image { margin:0 0 20px; }
.products-grid .product-name { margin:0 0 10px; font-weight:normal; font-size:14px; line-height:1;}
.products-grid .product-name a { }

.products-grid .price-box { margin:8px 0; }
.products-grid .availability { line-height:21px; }

.product-carousel .product-block{
  /* background: none repeat scroll 0 0 #FFFFFF; */
  background: none repeat scroll 0 0 transparent;
    clear: both;
    margin: 5px 4px;
    overflow: hidden;
}
.product-carousel .product-block-inner{
  overflow: hidden;
    padding: 10px 7px;
    position: relative;
    text-align: center;
}

.product-block-inner .new-label,.products-list li .list-left .new-label{display: block;
    padding: 1px 4px;
    position: absolute;
	top: 10px;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
	color:#000;
	font-weight:bold;
	font-size:12px;
}

.product-block-inner .sale-label,.products-list li .list-left .sale-label{display: block;
    padding: 2px 6px;
    position: absolute;
	top: 10px;
    left: 10px;
    text-align: center;
    text-transform: uppercase;
	color:#a67171;
	font-size:12px;
	font-weight:bold;
	background:#fff none repeat scroll 0 0;
}
/*.products-list li .list-left .new-label{display: block;
    padding: 1px 4px;
    position: absolute;
	top: 5px;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
	background-color:#eee;
	color:#000;
    box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
	font-size:12px;
}
.products-list li .list-left .sale-label{display: block;
    padding: 1px 4px;
    position: absolute;
	top: 120px;
    left: 5px;
    text-align: center;
    text-transform: uppercase;
	background-color:#eee;
	color:#000;
    box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.3);
	font-size:12px;
}*/
/* View Type: List */
.products-list li.item {   border: 1px solid #EDEDED;    margin-bottom:30px;    padding: 10px 10px; }
.products-list li .list-left{ float:left; margin-right:25px; position:relative; }
.products-list li .list-center{ width:550px; padding-right:15px; float:left;  }
.products-list li .list-right{ padding-left: 10px; overflow:hidden; }
.products-list li.item.last {  }
.products-list .product-image { float:left; margin:0 0 0px; }
.products-list .product-shop {  }
.products-list .product-name { margin:0 0 5px; font-weight:normal;   color:#203548; }
.products-list .product-name a { }
.products-list .price-box {   margin:3px 0px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:0px 0 0; margin:10px 0 20px; line-height:22px; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline-block; vertical-align:middle; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; display:none;}
.products-list li .ratings .rating-box{ float:left; margin-right:10px; }
.list-center .ratings{margin:10px 0px 20px;}
.listaddtocart,.products-list .add-to-links{display:inline-block; vertical-align:middle; margin:0px;}
.list_inner{margin-top:20px;}
/* ======================================================================================= */


/* Product View ========================================================================== */

/********************** Product View Tabs */
.product-view .tabs { margin: 15px 0px 0 0; overflow:hidden;  }
.product-view .tabs li
{
	float:left;
	line-height:1em;
	margin-right: 3px;
	background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/border.jpg) no-repeat right center ;
}
.product-view .tabs li:last-child{background:none;}
.product-view .tabs li.first          { border-left:0; }
.product-view .tabs li.last           { border-right:0; }
.product-view .tabs a                 { display:block; padding:12px 14px; color:#191919; text-decoration: none; font-weight:normal; text-transform:uppercase;}
.product-view .tabs a:hover           { background-color:#a67171; text-decoration:none; color:#fff;text-decoration: none;}
.product-view .tabs li.active a,
.product-view .tabs li.active a:hover { background:#a67171;color:#fff; text-transform:uppercase; }

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{  float:left; margin-bottom:6px;}
 #product_tabs_related_tabbed_contents li .product-images SPAN {}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.product-collateral .padder
{ padding:25px 30px; background:#f8f8f8;  color:#999;}
#product_tabs_description_tabbed_contents h2,#product_tabs_related_tabbed_contents  .block-title { display:none; }

.padder h6{
	color: #000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
	display:none;
	text-transform:uppercase;

}

/* Rating */
.no-rating { margin:0 0 15px; }

.ratings {   line-height:1.25; margin:9px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; display:none; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box {margin-right:5px; display:inline-block; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:25px; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/megnor/availability.png) 0 3px no-repeat; padding-left:30px; }
.availability-only span,
.availability-only a {  }
.availability-only a { background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability {  }
.sku, .product-view .product-shop .availability, .product-view .product-shop .availability span {
    color: #999;
   font-weight:600;
   }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important;   color: #000; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:normal; color:#191919; font-size:20px; font-weight:900;  }
.price.old-price {    font-weight: normal;    margin-right: 3px; color:#a1a1a1; font-size:15px;}
/* Regular price */
.regular-price {  color:#191919; font-size:20px; font-weight:900; }
.regular-price .price {  color:#191919; font-size:20px; font-weight:900;   }
.block .regular-price,
.block .regular-price .price {  }

/* Old price */
.old-price { margin:0; text-decoration: line-through; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:normal; color:#191919;font-size:14px; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:14px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { color:#191919; font-size:20px; font-weight:900;  }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; margin:3px 0; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; font-size:14px; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:14px; font-weight:normal; color:#191919; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:14px; font-weight:bold; color:#191919; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold;  }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }

/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f5f5f5;  }
.tier-prices li { line-height:1.4;  padding:2px 0 2px 0px; }
.tier-prices .benefit { font-style:italic; font-weight:bold;  }
.tier-prices .price { font-weight:bold;  }

.tier-prices-grouped li { padding:2px 0; color:#a67171; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:5px 0 0; font-size:12px;  }
.add-to-links li{ list-style:none; margin:0 15px;}
.add-to-links .separator { display:none; }
/*.add-to-links li a.link-wishlist{ background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/add.png) no-repeat left center;padding-left:15px; }
.add-to-links li a.link-compare{ background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/add.png) no-repeat left center;padding-left:15px;}
*/

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:normal; color:#666; margin-top:5px; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart {   }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0;  text-align:left; }
.add-to-box .add-to-links li { margin-right:10px;  }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view {  }
.product-essential h2 {display:none;  }

.product-collateral {   }
.product-collateral h2 ,.related-products .block-subtitle ,.box-tags h3{ font-weight:normal; font-size:15px; border-bottom:1px solid #dedede; padding:0 0 10px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }
.related-products .block-subtitle{  margin-top:10px; }



/* Product Images */
.product-view .product-img-box { float:left; width:601px; margin-right: 15px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 25px;  position:relative; z-index:1; }
.product-view .product-img-box .product-image  #wrap{  }

.product-view .product-img-box .product-image-zoom {
    height: 605px;
    overflow: hidden;
    position: relative;
    width: 488px;
}
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views { float: right; padding-right: 10px; width: 100px; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { width:100px; height:100px; border:0px solid #ddd; overflow:visible; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:14px; font-weight:bold; margin:0 0 10px;  }

/* Product Shop */
.product-view .product-shop { float:right; width:443px; }
.col1-layout .product-view .product-shop { float:right; width:550px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 8px; }
.product-view .product-shop .product-name h1 { margin:0; text-transform:uppercase; font-size:28px; font-weight:600;  }
.product-view .product-shop .availability {    float:none;    margin:5px 0px; text-align:left; }
.product-view .product-shop .short-description { color: #999;
    font-size: 14px;
    line-height: 22px;
    margin: 30px 0 35px; }

.dedicated-review-box td {
    vertical-align: middle;
}

.checkout-multishipping-address-selectbilling .multiple-checkout .title-buttons .button {
    margin: 0;
    position: absolute;
    right: 0;
    top: -145px;
}
.dedicated-review-box td .rating-box{margin-left:5px;}
.product-view .product-shop .price-box { margin:25px 0 10px; }
.product-view .product-shop .price-box .price{ font-size:26px;  }
.product-view .product-shop .price-box  .price.old-price{font-size:20px; font-weight:normal;}
.product-view .product-shop .add-to-links { margin:0px 0; font-size:14px; float:left; }

.product-view .product-shop .add-to-links li{ display:inline; border:none; width:auto; height:auto; font-size:14px;line-height:13px; padding-left:10px; border-left:1px solid #000; text-transform:uppercase; }
.product-view .product-shop .add-to-links li .separator { display:none; }

.product-view .product-shop .add-to-links a.link-wishlist{
	background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -5px -412px transparent;
	margin-right:5px;
}

.product-view .product-shop .ratings .rating-links{ display:block; }

.email-addto-box{margin-bottom:20px; float:left;}
.email-addto-box .email-friend { float:left; margin-right:8px; line-height:13px; }


#prev-next-links{ float:right; margin-top:-36px; width:60px; }
#prev-next-links  a{height:30px; width:30px; display:block; margin-bottom:0; text-decoration:none;}
#prev-next-links  a#link-previous-product{ background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -201px 4px transparent;  float:left;}
#prev-next-links a#link-next-product{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -231px 4px transparent; float:right;}
.block-subscribe .validation-advice {    width: 380px;}

/* Product Options */
.product-options {
    margin: 0;
    padding: 0 0 10px;
    position: relative;
	}
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:normal;  }
.product-options dt label.required em { color:#DD4B39; margin-right:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px;  }
.product-options dd { padding:5px 0px 10px; margin:0 0 5px;   }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:97%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio {   margin-top:3px; margin-right:9px; }
.product-options ul.options-list input.checkbox {  margin-top:3px; float:left; }
.product-options ul.options-list .label {display:inline;   }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:0px; top:0px; }



.product-options-bottom { padding:10px 0px;  }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#a67171; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#a67171; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:left; margin:10px 0; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; display:none;}
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none;  }
.product-shop .product-options-bottom .add-to-cart-box {  float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links {   padding:5px 0 0; text-align:left; display:none; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
/*.product-view .box-up-sell h2 {  padding:0 0 10px; margin:0 0 8px; }
*/
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 {   }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/bkg_pipe1.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block;  margin:0 0 5px;  }
.product-view .box-tags .form-add .input-box { float:left;  }
.product-view .box-tags .form-add input.input-text { width:300px; margin-right:5px; padding:8px; }
.product-view .box-tags .form-add button.button span {  }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0px; font-size:12px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:14px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view #product-review-table{ max-width:180px; margin:15px 0; }
.product-view #product_tabs_review_tabbed_contents .form-list .input-box{ max-width:500px; width:100%; }
.product-view #product_tabs_review_tabbed_contents .form-list textarea{ width:95%; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea {  }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a , .product-review .product-name {  font-size:14px; text-decoration:none; margin-bottom:5px; color:#555; font-family:'Roboto' ; font-weight:400; text-transform:uppercase; letter-spacing:normal; }
.product-name a:hover{  color:#9d9d9d; font-family:'Roboto' }
.main-cart .price{color:#fff;}
.main-cart .truncated a.details{color:#fff;}
/* Product Tags */
.tags-list { display:block;   border:1px solid #EDEDED; background:#FBFBFB; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -33px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline;}
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a  {background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/megnor/subcat_arrow.png") no-repeat scroll 3px center transparent;
padding-left:12px;}
.page-sitemap .sitemap a:hover{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/megnor/subcat_arrow_hover.png") no-repeat scroll 3px center transparent; }
.page-sitemap .sitemap li { margin:5px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }


.contacform{     border-right: 1px solid #EDEDED;
    float: left;
    margin-right: 10px;
    padding-right: 15px;
    width: 46%; }
.googlemap{   float: right;
    margin-top: 10px;
    width: 50%;}
.contacform .form-list li.wide .input-box{width: 100%;}
.contacform .form-list li.wide textarea{width: 97%;}
.contacform .fieldset{ margin-top:10px; }
/* RSS */
.rss-title h1 { background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0px; }
.cart .page-title h1 { margin:10px 0 0; text-transform:uppercase; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name {  margin:0 0 5px;  }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span {  }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:30px 0 10px; }
.cart .cart-collaterals .col1-set{ width:445px;  float:left;}
.cart .cart-collaterals .col2-set { width:725px; float:right; }
/*.cart .cart-collaterals .col2-set .col-1{width:360px}
.cart .cart-collaterals .col2-set .col-2 { width:310px; }*/

.cart .crosssell { margin-bottom:10px;}
.cart .crosssell .product-image {   }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #DBDEE1;  padding:15px 20px; margin:0 0 18px; }
/*.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; padding:0 0 0 0px; color:#a67171; text-transform:uppercase; }*/

.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }
.shopping_CMS_main1{margin-bottom:10px; }
 .cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0;   }

/* Shopping Cart Totals */
.cart .totals { float:right; width:340px;  border:1px solid #DBDEE1; margin-bottom:10px; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:20px; }
.cart .totals .checkout-types { font-size:14px; padding:0px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 10px; }
.cart .totals .checkout-types li:last-child{ background:#eee;   padding: 7px;
  text-align: center; border-top:1px solid #fff;
  margin:0;}


/* Options Tool Tip */
.item-options dt { font-weight:bold;  float:left; margin-right:10px; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px;  background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; width:110px; border:1px solid #ddd; color:#2c2f2f; }
.header-cart .truncated .show .item-options{left:0px; top:0px;}
.col-left .truncated .show .item-options { left:0px; top:0px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:normal;  }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list {  margin-top: 15px;    padding-left: 0;}
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; margin-bottom:5px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 {  font-weight:normal;  }
.gift-messages p.control {   }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {   font-weight:bold; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; text-align:center;   }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {   margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea  { width:98%; }

.gift-message-link { font-size:11px; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set {  border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:14px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:14px; font-weight:bold; color:#a67171; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#a67171; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }

/*.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:14px; color:#0a263c; }
.block-progress .block-content { background:none; }*/

.block-progress dt {margin:0 0 6px; padding:5px 8px;   /* font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; color:#999;*/ }
.block-progress dd {   padding:8px 13px; margin:0 0 10px; }
.block-progress dt.complete { margin:0;   border-bottom: 1px solid #DDDDDD; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
 #checkoutSteps{ margin-bottom:15px; }
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt.complete a{ background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/megnor/edit.png") no-repeat scroll 0 0; padding-left: 20px; font-size:12px;}
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0; padding-top:15px; border:none; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {border-bottom: 1px solid #DDDDDD;}
.opc li.section.allow{border:none;}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #DDDDDD #DDDDDD; background:#F5f5f5;
 padding:8px 8px; text-align:right; }
.opc .step-title .number { float:left; background:#191919; border:1px solid #191919; padding:0 4px; margin:0 5px 0 0; color:#fff; }
.opc .step-title h2 { float:left; margin:0;  font-size: 15px; }
.opc .step-title a { display:none; float:right;    color:#fff;  }

.opc .allow .step-title { background:#f5f5f5; border:1px solid #ddd; border-bottom:0; color:#2c2f2f; cursor:pointer; }
.opc .allow .step-title .number { background:#000; border-color:#000; color:#fff; }
.opc .allow .step-title h2 { color:#2c2f2f; }
.opc .allow .step-title a { display:block; color:#000; }
.opc .allow .step-title:hover a,.opc .allow .step-title:hover .number,.opc .allow .step-title:hover h2{color:#fff;border-color:#fff;}
.opc .active .step-title { background:#191919; border:1px solid #191919; padding-bottom:5px; color:#fff; cursor:default; }
.opc .active .step-title .number { background:#191919; border-color:#fff; color:#fff; }
.opc .active .step-title h2 { color:#fff; }
.opc .allow .step-title:hover{ background:#191919;border-color:#191919; }
.opc .active .step-title a { display:none; }

.opc .step { border:1px solid #DDDDDD; border-top:0;  padding:15px 30px; position:relative; margin-bottom:-1px; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 {  border-bottom:1px solid #e4e4e4; padding-bottom:10px; text-transform:capitalize; font-weight:normal; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0;  }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form {    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    margin: 0;
    padding: 0; }
.opc .gift-messages-form .inner-box { padding:10px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-onepage-success h2{ border-bottom:none;}
.checkout-progress { padding:0 90px; margin:10px 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #191919; padding:2px 0 0; font-weight:normal; text-align:center; color:#191919; }
.checkout-progress li.active { border-top-color:#a67171; color:#a67171; }


.multiple-checkout h3,
.multiple-checkout h4 {   font-weight:normal; margin-bottom:10px;   }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; font-size:14px; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }

.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {  border:1px solid #EDEDED; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f5f5f5;position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 {   }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right;  font-size:1.5em; padding:0 0 0 21px;  overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left;  }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#000; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */

#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%;  }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:450px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:98%; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #EDEDED; background:#FBFBFB; padding:13px; position:relative; }


/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */

.account-login .content { border-bottom:0; }
.account-login .content h2 , .fieldset .legend , .box-account .box-head h2 , .addresses-list h2 ,
 .multiple-checkout h2 ,.checkout-onepage-success h2 , .order-info-box h2 , .sales-order-print .col2-set h2
{  border-bottom: 1px solid #ededed;
    color: #555;
    font-size:18px;
    font-weight: normal;
    margin: 0 0 14px;
    padding: 0 0 10px;
    text-transform: capitalize;}

.account-login .buttons-set { margin:0;    }

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }


/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 0 15px; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff;  margin: 0 0 20px; }
.box-account .col2-set .col-1{
    border-right: 1px solid #EDEDED;
    float: left;
    padding-right: 10px;
    width: 48.5%;
}
.dashboard .box .box-title {    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #EDEDED;

    margin: 0 0 10px;
    padding: 5px 5px;
	text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:14px; font-weight:normal; margin:0; }

/* Block: Recent Orders */

/* Block: Account Information */
.dashboard .box-info h4 {  font-weight: normal;
    text-transform: capitalize; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {}
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */

.dashboard .box-tags .number ,.dashboard .box-reviews .number{ float:left; font-weight:bold; line-height:1; color:#191919; margin:0px;
 padding:5px 7px; background:#ccc; }
.dashboard .box-tags .details , .dashboard .box-reviews .details{ margin-left:30px; }
.dashboard .box-tags li.item  , .dashboard .box-reviews li.item{ margin:10px 0 7px; }
.dashboard .box-tags li.item.last , .dashboard .box-reviews li.item.last { margin-bottom:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h3 { font-weight:normal;}
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff;padding:10px 0px; margin:0 0 10px; border-bottom: 1px solid #EDEDED; }
.addresses-list li.empty { background:none; border:0; padding:0; }

.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { margin:0 0 10px; border-radius:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box , .sales-order-print .col2-set{  border:1px solid #EDEDED; padding:12px 15px; margin:0 0 15px; }

.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 {  margin:0 0 5px; }
.order-items .product-name {  }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:14px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:14px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
/*.page-print h2,
.page-print h3 { font-size:14px; font-weight:bold; }*/
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; margin-top:10px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {   }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
/*.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }*/
.product-review h3 { font-size:12px; margin:0 0 3px;  }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:14px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:14px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer .store-switcher { display:inline; margin:0 5px 0 0;}
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a,.footer  {    color: #999;    text-decoration: none;    text-transform: none; }
.footer a:hover { text-decoration:none; color:#fff; }
.footer .bugs { margin:13px 0 0; color:#777; }
.footer .bugs a { color:#777; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0px; float:right; }
.footer address a { color:#777; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul {  }
.footer_bottom ul.links { float:left;  }
.footer  li {  padding:2px 0;  line-height:22px;  }

.footer_bottom  li{display:inline; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/bkg_pipe1.gif) 100% 60% no-repeat;padding:3px 1px 0 3px; }
.footer ul.links li.last { background:none;  }
.footer-container .bottom-container { margin:0 0 5px; }

#block_1.footer-area {
    border-right: 1px solid #2d2d2d;
    padding-right: 25px;
    width: 350px;
}
#block_1 li {    text-align: center;}
.news1 {
    font-family: "Roboto";
    font-size: 13px;
    line-height: 22px;
	color:#c3c3c2;
}
.ie7 .footer_top  li { display:block; padding-bottom:7px; padding-left:0px; }
.ie7 .footer_top ul{ display:block;}
.ie7 .social_block ul li{ padding-bottom:0px;}

.footer .mobile_togglemenu{ display:none; }
.footer_top{ padding: 80px 0; overflow:hidden;}
.footer_bottom{background: none repeat scroll 0 0 #000;
 height:67px;
    clear: both;
    overflow: hidden;
    padding:0px;}
#footer .footer-area{float: left;    margin-right: 24px; margin-left:30px;   width: 210px;}
#footer #block_4{ margin-right:0; }
#footer h6 ,#footer .block .block-title strong{ font-size:22px; font-weight:normal; margin-bottom:20px; color: #fff;  text-transform:uppercase; position:relative;}

#footer .block { border:none; margin-bottom:10px; }
#footer .block .block-title{ background:none; padding:0; line-height:20px; }
#footer .block-subscribe .block-content{ background:none; border:none; padding:0;}
#footer .block-subscribe input.input-text{  width: 213px;}

#footer .mobile_togglemenu {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/megnor/toggle-arrow.png") no-repeat scroll right 0px transparent;
      cursor: pointer;
    display: block;
    font-size: 15px;
    margin-right: 0;
    margin-top: -20px;
    overflow: hidden;
    padding: 0 0 4px 4px;
    text-decoration: none;
    width: 98%;
	position:absolute;
}
.padder h5.mobile_togglemenu {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/megnor/toggle-arrow1.png") no-repeat scroll right 0px transparent;
      cursor: pointer;
    display: block;
    font-size: 15px;
    margin-right: 0;
    margin-top: -24px;
    overflow: hidden;
    padding: 0 0 4px 4px;
    text-decoration: none;
    width: 98%;
	position:absolute;
}

#footer  .active .mobile_togglemenu , .padder  .active .mobile_togglemenu {
    background-position: right -52px;
}
.toggle .mobile_togglecolumn {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/megnor/toggle-arrow1.png") no-repeat scroll right 1px transparent;
    cursor: pointer;
    display: none;
    margin-top: -21px;
    overflow: hidden;
    padding: 0 0 4px;
	position:absolute;
    width: 100%;
}
.active .mobile_togglecolumn {
    background-position: right -51px;
}

#topcontrol{ font-size:0; height:30px; width:30px;
 background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/back-to-top.png") no-repeat scroll 0 0 transparent;  }

/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}


/* Default Width  Start*/

.grid_default_width {  width: 290px;}
.featured_default_width {  width: 290px;}
.newproduct_default_width{  width: 290px;}
.bestseller_default_width {  width: 290px;}
.special_default_width{  width: 290px;}

.additional_default_width{ width:100px; }

.brand_default_width,
.manufacture-product li.slider-item,
.manufacture-product li.product-items
{width: 230px;  }

.related_default_width,
.related-products li.slider-item,
.related-products li.product-items{  width:290px;}


.upsell_default_width,
.box-up-sell li.slider-item,
.box-up-sell li.product-items{  width: 290px;}
.blog_default_width{width:400px;}

.crosssell_default_width,
.crosssell li.slider-item ,
.crosssell li.product-items{  width: 290px;}

/* Default Width  End*/

.headertoggle_img{
background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll 1px -526px ;
height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 40px;
	padding:0px;
}
.tm_headerlinks_inner:hover  .headertoggle_img,.tm_headerlinks_inner.link-selected  .headertoggle_img{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -213px -526px  #a67171;}



.tm_headerlinks_inner {
    display: none;
}
.header_last{float:right;}
.header_center_inner > form {
   position:relative; float:right; width:40px; margin-right:45px;
}
.header .form-search {
    position: absolute;
    right: 0;
    top: 25px;
    z-index: 45;
	width:40px;
	background:#fff;
}
.header .form-search input.input-text {
    border: 1px solid #d5d5d5;
    float:right;
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    left: 0;
    line-height: 18px;
    padding: 14px 0;
    transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
    width: 0;
	background:transparent;
	 padding: 10px 20px 10px 20px;
	 color:#000;
}
.header .form-search:hover input.input-text, .header .form-search input.input-text:focus {
  background:#FFF;
    border: 1px solid #d5d5d5;
    color: #656565;
    left: 100%;
    padding: 10px 40px 10px 10px;
   transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
    width: 240px;
    z-index: 9999;
}
.header-bottom {    float: right;  text-align:center;}
.subbanner_top .banner {    float: left;    width: 33.3333%;}
.subbanner_top.container-width,.sub-banner1.container-width {display: block; }
.sub1,.sub2 {
    float: left;
    width: 50%;
}
.sub2_inner{margin-left:25px; background:#f5f5f5; padding:15px; float:right;}
.sub1_inner{margin-right:25px; background:#f5f5f5; padding:15px; float:left;}
.inner2 {    float: left;}
.inner1{float:left; margin-right:15px;}
.sub-image .image_content {    position: absolute;    top: 0; left:-100%; width:100%; height:100%; background:#000; background:rgba(0,0,0,0.6); opacity:0;transition:300ms;-webkit-transition:300ms; -moz-transition:300ms; }
.sub-image{position:relative; margin-bottom:15px; overflow:hidden;}
.sub-image.last-image{margin-bottom:0px;}
.sub-image:hover .image_content{opacity:1; left:0%;}
/*tab start*/
.tabberlive .tabbertabhide { display:none; }
.tabberlive {clear:both;    text-align:center; 	 }
.category-products ul.item.slider-item > li:first-child{margin-bottom:15px;}
ul.tabbernav
{
	 margin:0px 0px 10px;
	 padding: 18px 0px;
	 text-align:center;
	 margin-left:0px;
	 display:inline-block;
}
.tabberlive  .tabs {
   margin-bottom: 0px;
    padding-bottom: 68px;
    position: relative;
}
.line-tab{background: url('https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/title_lines.jpg') repeat-x scroll 0px center transparent; display:block; width: 53%;
left: 445px;
position: absolute;}
ul.tabbernav li	{  list-style:none; display:inline-block;  }
ul.tabbernav li:last-child{background:none;}
.content { padding:0; }
ul.tabbernav li a
{
	text-decoration: none;
	font-size: 15px;
	padding: 10px 12px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0px;
	font-family:'Roboto';
}
.part1_content {   background:#000; background: none repeat scroll 0 0 rgba(0,0,0,0.6);    bottom: 0;    padding: 10px 0;    position: absolute;    width: 100%; text-align:center;}
.inner2_img{position:relative;}
.test-desc p {
    margin-bottom: 20px;
}
.test-author .more-text a{
color: #ffd069;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
}
.part1_content > a {
    color: #fff;

    font-size: 22px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
	text-align:center;
}
.list-center .add-to-links li em{min-width:91px; padding:5px 5px 5px 10px;}
ul.tabbernav li a:hover	{ text-decoration: none; }
ul.tabbernav li a.selected , ul.tabbernav li a:hover
{
background: none repeat scroll 0 0 #a67171;
color: #ffffff;
font-weight:normal;
position:relative;
}

.tabberlive .tabbertab {
	padding-bottom: 5px;
	border-top:0;
	float:left;
	width:1000px;
	background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/tobbottom_line.png) repeat-x left bottom;
}
.tabs .category-title h2{display:none;}

ul.tabbernav li a.selected .menu-effect , ul.tabbernav li a:hover .menu-effect,.product-collateral .tabs li.active  .menu-effect,.product-collateral .tabs li:hover .menu-effect{
left:0;
right:0;
margin:0 auto;
background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/arrow-tab.png") no-repeat scroll center center;
    bottom: 0px;
    height: 8px;
    position: absolute;
    width: 16px;
	display:block;
}
.product-collateral .tabs li.active  .menu-effect,.product-collateral .tabs li:hover .menu-effect{bottom:-1px;}
.menu-effect{display:none;}
.padder .form-add h2{display:none;}
/* tab end */
.parallex {
background-image: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/banners/px.jpg");
    height: 520px;
}
.blog-conatiner1{    width: 100%; float:left; margin-top:60px; margin-bottom:55px;}
.testimonial-container1{width:100%;  margin-top:60px; clear:both; overflow:hidden; padding-bottom:50px;}
.testimonial-container1 .flex-control-nav{bottom:-54px;}
.manufacture {clear: both;}

.blog_title > h2 a ,.testimonial_title{
   font-weight:500;
    font-size: 25px;
    text-transform: uppercase;
	text-align:center;
}
.blog_title {text-align: center; margin-bottom:55px;}
.testimonial_title{margin-bottom:3px; padding-bottom:36px; border-bottom:2px solid #e3e3e3;}
.blog_main .customNavigation{display:none;}
.subbanner_top {
   overflow: hidden;
}
.testimonial-container1 .tm-homeslider {
    border-bottom: 2px solid #e3e3e3;
}
.subbanner_top_outer {
    /* background: none repeat scroll 0 0 #fafafa; */
    background: none repeat scroll 0 0 transparent;
    margin-bottom: -40px;
    margin-top: 40px;
    padding: 27px 0;
}
.subbanner_top.container-width{background:transparent;}
.tm-homeslider {}
.tm-homeslider .flexslider{
padding:37px 40px 37px 55px;
border-top:1px solid #e3e3e3;
border-bottom:1px solid #e3e3e3;
margin-bottom:3px;
overflow:visible;
}
.tm-homeslider .flexslider:hover .flex-direction-nav{display:none;}
.subbanner_top .banner {}
.testimonial-container1 {
    margin: 0 auto;
    width: 866px;
}
.testimonial-container1 .description {
    color: #555;
    font-family: "Roboto";
    font-weight: 300;
    line-height: 25px;
    text-align: center;
	margin-bottom:0px;
	float:right;
	width:66%;
	border-left:1px solid #e3e3e3;
	margin-left:2%;
	padding:0 3%;
}
.subbanner_top .banner1  .img{background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/icon.png") no-repeat scroll 0px 8px transparent;}
.subbanner_top .banner2  .img{background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/icon.png") no-repeat scroll  0px -128px transparent;}
.subbanner_top .banner3  .img{background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/icon.png") no-repeat scroll 0px -266px transparent;}
.banner1 .banner_inner:hover .img{background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/icon.png") no-repeat scroll 0px -60px transparent;}
.banner2 .banner_inner:hover .img{background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/icon.png") no-repeat scroll 0px -195px transparent;}
.banner3 .banner_inner:hover .img{background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/icon.png") no-repeat scroll 0px -334px transparent;}
.subbanner_top li a {    padding-left: 45px;}
.banner_inner {    padding: 7px 0;}
.subbanner_top li.first {
    margin: 0;
}
.subbanner_top .img {
    display:inline-block;
    width: 55px;
	height:40px;
	vertical-align:middle;
}
.subbanner_top .data {display:inline-block;vertical-align:middle; }
.subbanner_top .data .h1{
 text-align:left;
text-transform:uppercase;
color:#000;
font-weight:500;
font-size:16px;
line-height:22px;
}
.subbanner_top .data .h2{
color:#000;
font:normal;
text-align:left;
}
.subbanner_top  .data .h2{
font-size:14px;
line-height:16px;
font-weight:300;
font-family:'Roboto';
color:#555;
}
.banner1 .banner_inner,.banner2 .banner_inner{border-right:1px solid #e6e4dc;}
.banner1 .banner_inner{text-align:center;}
.banner2 .banner_inner{text-align:center;}
.banner3 .banner_inner{text-align:center;}
.innner_name {
    color: #fff;
    font-size: 18px;
    font-weight:bold;
    text-align: center;
    text-transform: uppercase;

}
.inner_button > a {
    background: none repeat scroll 0 0 #a67171;
    border: 1px solid #fff;
    color: #fff;
    font-family: "Roboto";
    font-size: 12px;
    padding: 8px 10px;
    text-transform: uppercase;
	letter-spacing:0.48px;
	font-weight:bold;
}
.secondslider   .flexslider{overflow:visible; padding-top:0px;}
.secondslider .flex-direction-nav li a.flex-prev{left:-17px;}
.secondslider .flex-direction-nav li a.flex-next{right:-17px;}
.secondslider.container-width {margin-bottom: 50px;}
.innner_name {    margin-top: 68px;}
.inner_button{margin-top:20px; text-align:center;}
.subbanner_top.container-width .sub1, .sub-banner1.container-width .sub2{margin-bottom: 50px;}

.tabname {
    color: #191919;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
	margin-bottom:25px;
	font-weight:500;
}
.testimonial_main .flex-direction-nav{display:none;}

.product_image_block a.product-image img{width:100%;}
.footer_top_outer{background:#2c2c2c; height:142px;}
.footer_newletter.container-width{background:transparent;}
.block-subscribe.block .block-title{display:none;}
.form-subscribe-header {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/news.png") no-repeat scroll left center;
    color: #fff;
    float: left;
    font-size: 25px;
    padding-left: 70px;
    text-transform: uppercase;
	line-height:28px;
}
.social_block ul li {
    cursor: pointer;
    display: inline-block;
    height: 32px;
    line-height: 0;
    margin: 10px 0 0;
    padding: 0;
    width: 32px;
	vertical-align:middle;

}

.social_block ul li.facebook a {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -2px -289px  transparent;
}

.social_block ul li.google a {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -80px -289px transparent;
}

.social_block ul li.twitter a {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -41px -289px transparent;
}

.social_block ul li.instagram a {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -120px -289px transparent;
}

.social_block ul li.pinterest a {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -160px -289px transparent;
}

.social_block ul li.facebook a:hover {background-position: -2px -323px;}
.social_block ul li.google a:hover {background-position: -80px -323px;}
.social_block ul li.twitter a:hover {background-position: -41px -323px;}
.social_block ul li.instagram a:hover {background-position: -120px -323px;}
.social_block ul li.pinterest a:hover {background-position: -160px -323px;}
/*.social_block{display:inline-block;}*/
.social_block ul li a {
    height: 32px;
    width: 32px;
}
.social_block li a {
    display: block;
    font-size: 0;
}
.follow{display:none;}
.block-subscribe .input-box {
    float: right;
    margin: 3px 0 0;
}
.block-subscribe .input_inner {
    float: left;
}
.block-subscribe input.input-text {
    border: medium none;
    margin: 0;
    padding: 14px;
    width: 375px;
}
.block-subscribe .actions {
    background: none repeat scroll 0 0 #a67171;
    float: left;
    margin: 0;
}
.block-subscribe button.button span {
    border: 2px solid transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 15px;
    text-transform: uppercase;
	 background: none repeat scroll 0 0 #a67171;
}
.parallex_inner.container-width{background:transparent;}
.parallex1_1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 68px;
    text-transform: uppercase;

}
.footer_adress .img {
    float: left;
    height: 33px;
    width: 33px;
	 background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/footer-logo.png") no-repeat scroll ;
	 display:none;
}
.footer_adress address {
    color: #a1a1a1;
    font-weight:400;
    padding:27px 0px;
}
.manufacture .product-carousel{margin:0px;}
.manufacture .slider-controls.clickable{padding:0px;}
.footer_adress{margin-top:18px;}
.parallex1_2 {
    color: #191919;
    font-size: 60px;
    line-height: 68px;
    text-transform: uppercase;
	font-weight:300;
}

 .footer_bottom li {
    background: none;
    display: inline-block;
}
.payment_block  li.visa a{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/2co.png") no-repeat scroll 0 0 transparent;}
.payment_block  li.mastro a{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/google_wallet.png") no-repeat scroll 0 0 transparent;}
.payment_block  li.paypal a{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/american_express.png") no-repeat scroll 0 0 transparent;}
.payment_block  li.amex a{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/discover.png") no-repeat scroll 0 0 transparent;}
.payment_block  li.mobilpay a{height: 25px; width: 132px; display:block; background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/mobilpay.png") no-repeat scroll 0 0 transparent;}
.payment_block  li.secure3d a{height: 25px; width: 81px; display:block; background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/3dsecure.png") no-repeat scroll 0 0 transparent;}
.payment_block  li.alpabank a{height: 25px; width: 118px; display:block; background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/alpabank.png") no-repeat scroll 0 0 transparent;}
.payment_block  li.cardavantaj a{height: 25px; width: 112px; display:block; background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/cardavantaj.png") no-repeat scroll 0 0 transparent;}
.payment_block  li.garantibank a{height: 25px; width: 112px; display:block; background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/garantibank.png") no-repeat scroll 0 0 transparent;}
.payment_block  li.starbt a{height: 25px; width: 44px; display:block; background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/starbt.png") no-repeat scroll 0 0 transparent;}

.footer_left{float:left;}
.payment_block{float:right; margin-top:22px;}
.payment_block > h6 {display: none;}
.crosssell button.button span span{background:none;}
.product_image_block .actions {bottom: -50px;    position: absolute; width:100%; display:block ; transition:600ms; -webkit-transition:600ms; -moz-transition:600ms;}
.products-grid li .product-block:hover  .actions,.product-carousel li .product-block:hover  .actions{bottom:25px;}
.product_image_block .actions .action_inner{background:#fff;margin-left:5px; margin-right:5px;}
.product_image_block{position:relative; overflow:hidden;}
.viewmore > a {
    border: 2px solid #000;
    padding: 11px 18px;
	font-family:'Roboto';
	text-transform:uppercase;
	font-weight:500;
	font-size:14px;
	color:#000;
}
.viewmore > a:hover {border-color:#a67171; color:#a67171;}
#block_1 .title {    display: none;}
.footer .img2 {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/location.png") no-repeat scroll 0 2px transparent;
    display: inline-block;
    height: 36px;
    width: 36px;
}
.product_image_block .addtocart .button.btn-cart > span{border:none; background:none; width:auto; height:auto;}
.viewmore{margin-top:20px;}
.parrellex_content {padding-top: 147px;}
.parallex_content_inner {
    display: inline-block;
    margin-left: 0px;
    text-align: center;
	letter-spacing:1.6px;
}
.parallex1 {margin-bottom: 15px;}
.parallex1_2 {margin-left: 25px;}
.parallex_width {
    background: none repeat scroll 0 0 black;
    height: 1px;
    width: 80px;
	display:inline-block;
	margin:25px 0px 30px;
}
.p1_inner {margin-right: 5px;}
.parallex_bottom {text-transform: uppercase; padding:10px 45px 10px 55px; background:#a67171; color:#fff; display:inline-block; letter-spacing:0.8px; margin-top:10px;}
.slider-controls{display:none;}
.blog_main .slider-controls{display:none;}
.blog_main .product-carousel .slider-item .product-block-image{margin:0 17px;}
.blog-right{margin-right:10px;}
.blog_main .product-carousel .product-block{margin:0px;}
.blog_main {  }
#block_1.footer-area {
    padding-right: 26px;
    width: 350px;
	text-align:center;
}
.manufacturer_image{max-width:100%;}
.manufacture .product-carousel {   margin: 0;}
.post-date {
    background-color: #a67171;
    height: 61px;
    min-width: 31px;
    padding: 12px;
    position: absolute;
    left:0;
    text-align: center;
    top: 0;
}

.post-date .date {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
}
.blog_main .testi-name {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 25px 0;
    text-transform: uppercase;

}
.box-content > p {
    color: #555;
    font-family: "Roboto";
    font-weight: 300;
	font-size:14px;
	line-height:25px;
}
.box-content > p > a{
color:#a67171;
clear:both;

width:100%;
}
.testi_image {
    height: 60px;
    width: 60px;
	display:inline-block;
	vertical-align:middle;
}
.testi_content{ margin-left:20px; display:inline-block; text-align:left;}
.post-date .month {
    color: #ffffff;
    display: block;
    font-size: 12px;
}
.testi_content .testi-name {

    font-size: 15px;
    font-weight: 500;

    text-transform: uppercase;
}
.testi-image {
    position: relative;
}

.manufacturer_outer.container-width {clear: both; margin-top:60px;}
.testimonial-container1  .flex-control-nav li{margin:0px;}

.product_image_block .actions .action_inner {
    background: none repeat scroll 0 0 #fff;
    margin-left: 5px;
    margin-right: 5px;
}
* {
    padding: 0;
}
.products-grid li .product-block-inner {
    text-align: center;
}
.products-grid li.item, .col-main .slider-item {
    list-style: outside none none;
}
.add-to-links li a.link-wishlist {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -3px -406px;
    display: block;
    height: 100%;
    width: 100%;
}
.add-to-links li:hover a.link-wishlist{
	background-position:-217px -406px;

}
.list-center .add-to-links li:hover{border-color:#a67171;}
.add-to-links li a.link-compare {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -3px -440px ;
    display: block;
    height: 100%;
    width: 100%;
}
.add-to-links li:hover a.link-compare{ background-position:-217px -440px; }
.product_image_block .actions .action_inner {
  	background: none repeat scroll 0 0 #fff;
	background:none repeat scroll 0 0 rgba(255,255,255,0.9);
    margin-left: 5px;
    margin-right: 5px;
}
* {
    padding: 0;
}
.products-grid li .product-block-inner {
    text-align: center;
}
.products-grid li.item, .col-main .slider-item {
    list-style: outside none none;
}

.product_image_block .add-to-links li, .list-center .add-to-links li {
    display: inline-block;
    font-size: 0;
	border:2px solid transparent;
    height: 32px;
    vertical-align: middle;
    width: 35px;
}
.list-center .add-to-links li{border:2px solid #000; margin:0px 0px 0px 5px;}
.product_image_block .add-to-links li a{padding:0px;}
.addtocart .button.btn-cart > span {
    background: none repeat scroll 0 0;
    font-size: 0;
    height: 40px;
    line-height: 0;
    padding: 0;
    width: 40px;
}
.addtocart .button.btn-cart {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -1px -484px;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.header .tm_top_currency,.header .form-language{display:block; position:relative; z-index:10;}
.addtocart .button.btn-cart:hover {
	background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -215px -484px transparent;
}
.header .form-search:hover{z-index:55;}
section{padding-top:172px;}
.column-left-breadcrumbs {
    background:#f5f5f5;
    height: 150px;
    margin-bottom: 50px;
}

.box-content > p > a {    color: #555;}
.col-main-left .page-title h1, .bestseller-index-index .col-main > h2, .newproducts-index-index .col-main > h2, .specialproducts-index-index .col-main > h2, .featuredproducts-index-index .col-main .category-head > h2,.catalog-product-view  .page-title  h1,.col-main-right .page-title h1, .col1-layout .page-title h1{
    color:#000;
    float: left;

    font-size:36px;
    position: absolute;
    text-transform: uppercase;
    z-index: 4;
}
.col-main-left .page-title h1, .col-main-left .category-head, .bestseller-index-index .col-main > h2, .newproducts-index-index .col-main > h2, .specialproducts-index-index .col-main > h2, .featuredproducts-index-index .col-main .category-head > h2, .customer-address-index .title-buttons .button,.catalog-product-view .page-title h1  {
    border-bottom: medium none;
    left: 0;
    margin: 0;
    top: -150px;
    width: auto;
}
.col-main-right .page-title h1, .col1-layout .page-title h1 {
    border-bottom: medium none;
    float: left;
    margin: 0;
    position: absolute;
    top: -140px;
    width: auto;
	font-size: 20px;
}
.checkout-multishipping-billing .col1-layout .page-title h1 {   top: -200px;}
.cart .title-buttons .checkout-types {
    position: absolute;
    right: 0;
    top: -145px;
}
.page-title h1, .page-title h2 {
    text-align: left;
}
.breadcrumbs li a,.breadcrumbs li strong {

    font-size: 10px;
    text-transform: uppercase;
}
.breadcrumbs li span {

    font-size: 10px;
    line-height: 25px;
}
.testi-detail {float:left; text-align:center; width:25%;}
.cms-home .column-left-breadcrumbs{display:none;}
.cms-home section{padding:0px;}
.cloud-zoom-gallery.lightbox-group > img {
    height: auto;
    max-width: 100%;
}
.blog_main .image-block > img {max-width: 100%;}
.product-view .add-to-box { margin: 10px 15px 20px 0; }
.product-view .add-to-cart { margin: 0; padding: 0px 0 0; }
.product-view .add-to-cart .input-content { float: left; margin-right: 15px;}
.product-view .add-to-cart .box-qty { border: 1px solid #ddd; float: left;}
.product-view .add-to-cart label { margin: 10px 5px 5px 0; display: block; font-weight: normal;}
.product-view .add-to-cart .qty {
    float: left;
    padding: 11px 0 11px;
    text-align: center;
    width: 50px !important;
    border: none;
    border-right: 1px solid #ddd;
	margin:0px;
}
.product-view .add-to-cart .box-qty{ border:1px solid #ddd; float:left;}
.product-view .add-to-cart .input-content .qty-arrows {
    width: 18px;
    float: left;
}
.tab{    color: #999;}
.add-to-cart input.qty-decrease,
.add-to-cart input.qty-increase {
    width: 18px;
    height: 18px;
    display: block;
    background: url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/btn-qty.png) 0 100% no-repeat #fff;
    border: none;
	cursor:pointer;
    }
.add-to-cart input.qty-increase { background-position: 0 0; margin-top: 1px;}



/*product tab start*/
product-shop .tabberlive{ border:1px solid #e8e8e8;   margin: 25px 0 18px;
    width: 535px; float:none;}
.product-shop ul.tabbernav{  width:100%; padding:0; margin-bottom: 0 !important; border:none; text-align:left;}
.product-shop ul.tabbernav li{ background:#fff; border-bottom:none ;  margin-right:0; margin-right:0;  display:inline-block; padding:0px; border:1px solid #e8e8e8; margin-bottom:-1px; margin-left:0px;}
.product-shop ul.tabbernav li a{ padding:8px 15px;   border-bottom: medium none;font-size: 14px;  display:block; color:#999; background:none; }
.product-shop ul.tabbernav li a:hover{border-bottom: medium none; background:#f5f5f5; color:#000;}
.product-shop ul.tabbernav li a.selected{ background:#f5f5f5;  display:block;margin-bottom: -1px; padding-bottom:8px; color:#000; }
.product-shop ul.tabbernav li.tab1 a.selected{    display: block;   padding-bottom:8px; color:#000;}
 .product-shop .tabberlive .tabs{ text-align:left; padding:20px 15px 15px; margin-top:0; border:1px solid #e8e8e8; display: block; line-height:22px;}
 .product-shop .add-to-cart button.btn-cart  > span,.listaddtocart button.btn-cart  > span{padding: 10px 10px 10px 45px; background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll 8px -482px #fff;}
 .listaddtocart button.btn-cart:hover  > span{background-position: -206px -482px ;}
 .list_inner  .add-to-links li{width:35px; height:35px;}
 .product-shop .add-to-cart button.btn-cart:hover  > span{background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -206px -482px #fff;}
 .product-shop .add-to-cart button.btn-cart span span {    padding: 0;}
 .box-up-sell .category-title > h2 {text-align: center;}
.box-collateral.box-up-sell {    margin-top: 30px;}
.product-collateral {margin-top: 50px;}
/* product tab end */
.email-addto-box .email-friend a {
    display: block;
	text-transform:uppercase;
}
.padder .std {    line-height: 22px;}
.email-addto-box .email-friend a:hover {background-position:-217px -374px; border-color:#a67171;}
.product-shop .add-to-links li {
    border: 1px solid #1f1f1f;
    float: left;
    font-size: 0;
    height: 30px;
    margin:0 5px 0 1px;
    width: 32px;
}
.product-view .product-shop .add-to-links a.link-wishlist {
    background: none;
}
.product-view .product-shop .add-to-links a.link-compare {
    background: none;

}
.products-list .product-shop .add-to-links li:hover{border-color:#a67171;}
.products-list .product-shop .add-to-links li{width:36px; height:36px; border:1px solid #000;}
.products-list .add-to-links li a.link-wishlist{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -2px -404px;}
.products-list .add-to-links li a.link-wishlist:hover{background-position:-216px -404px;}
.products-list .add-to-links li a.link-compare{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -2px -438px;}
.products-list .add-to-links li a.link-compare:hover{background-position:-216px -438px;}
.products-list .product-shop .add-to-links li:first-child{margin-left:3px;}
.product-view .product-shop .add-to-links li:last-child {margin-left: 1px;}
.header-container .subtotal .label {    color: #fff;}
.block-cart .mini-products-list .product-details{color:#555;}
.header-cart .block-cart .mini-products-list .product-details{color:#fff}
.action_inner .add-to-links {padding: 5px 0; margin:0px;}
.products-grid .product_image_block .add-to-links li, .list-center .add-to-links li{border:none;}
.products-grid .addtocart .button.btn-cart{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -1px -484px;}
.products-grid .addtocart .button.btn-cart:hover{background-position:-215px -484px;}
.main-cart > p {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
	padding-left:10px;
}
.my-wishlist {    overflow: auto;    padding-bottom: 20px;}
.my-wishlist .description {text-align: left;}
.product_image_block .product-image > img {max-width: 100%; height:auto;}
.product-carousel .product-block-inner{padding:10px 15px}
#spinner {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/megnor/loading.gif") no-repeat scroll 50% 50% #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}
.header_inner.container-width{position:relative;}
.form-language.btn-group{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/border.jpg") no-repeat scroll right center; padding-right:5px;}
.form-language.btn-group,.tm_top_currency,.footer_adress{ margin:35px 5px 0px;}
.form-language.btn-group label,.tm_top_currency label{display:none;}
.footer_left a{color:#fff;}
.box-up-sell .customNavigation a,.crosssell .customNavigation a{z-index:9; top:180px; display:none;}
.box-up-sell:hover .customNavigation a,.crosssell:hover .customNavigation a{display:block;}
.box-up-sell .customNavigation a.next,.crosssell .customNavigation a.next{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -43px -242px transparent;}
.box-up-sell .customNavigation a.prev,.crosssell .customNavigation a.prev{left:0px; background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -3px -242px transparent;}
.box-up-sell .customNavigation a.prev:hover,.crosssell .customNavigation a.prev:hover{background-position:-3px -202px;}
.box-up-sell .customNavigation a.next:hover,.crosssell .customNavigation a.next:hover{background-position:-43px -202px;}
.box-up-sell .customNavigation a,.crosssell .customNavigation a{width:35px; height:35px;}
.block-cart.btn-slide{position:relative;}

.nav-container{position:relative; margin-top:0px;}
.header,.nav-container,.header .links,.header-cart, .header_last,.header .form-search,.header-bottom .logo,#advancedmenu,.flexslider,div.megnor-advanced-menu-popup,.form-language.btn-group, .tm_top_currency, .footer_adress,.header .tm_top_currency{transition:300ms; -webkit-transition:300ms; -moz-transition:300ms;}
.header-container.smaller .header{height:75px;}
.header-container.smaller .header .links{margin:18px 0px;}
.header-container.smaller  .form-language.btn-group, .tm_top_currency{margin:18px 5px 0;}
.footer_adress{margin:0px;}
.header-container.smaller  .header .tm_top_currency{margin-top:18px;}
.header-container.smaller .header-cart, .header_last{margin-top:10px;}
.header-container.smaller .header .form-search{top:10px;}
.logo > img {    max-width: 100%;}
.header-container.smaller .header-bottom .logo{width:90px; height:88px;}
.header-container.smaller .nav-container{background:#fff;}
.header-container.smaller #advancedmenu{padding-top:14px;}
.header-container.smaller + .flexslider{padding-top:75px;}
.header-container.smaller div.megnor-advanced-menu-popup{top:60px;}
.header-container.smaller .nav-container{box-shadow:none;}
.header-container.smaller{ -webkit-box-shadow:1px 2px 8px -3px rgba(0, 0, 0, 0.30);
 -moz-box-shadow:1px 2px 8px -3px rgba(0, 0, 0, 0.30);
 box-shadow:1px 2px 8px -3px rgba(0, 0, 0, 0.30);}

 /* blog */
.post-image-hover {
    height: 100%;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-out 0s;
	-webkit-transition:all 0.2s ease-out 0s;
	-moz-transition:all 0.2s ease-out 0s;
    width: 100%;

}
.blog-container  .slider-item:hover .post-image-hover{
background:#000;
background:none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
}

.blog-left .image-hover-block {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 45%;
    width: 102px;
	opacity:0;
	-webkit-opacity:0;
	-moz-opacity:0;
	transition: all 0.2s ease-out 0s;
	-webkit-transition:all 0.2s ease-out 0s;
	-moz-transition:all 0.2s ease-out 0s;
	z-index:10;
}
.blog-container  .slider-item:hover .blog-left .image-hover-block {opacity:1;
	-webkit-opacity:1;
	-moz-opacity:1;}
.image-hover-block .read{
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/blog.png") no-repeat scroll -48px 1px;
    font-size: 0;
    height: 40px;
    line-height: 0;
    padding: 22px;
    width: 40px;
}
.image-hover-block .read:hover{background-position:-48px -51px;}
.image-hover-block .zoom:hover{background-position:0px -51px;}
.image-hover-block .zoom{
background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/blog.png") no-repeat scroll 0 1px;
    font-size: 0;
    height: 40px;
    line-height: 0;
    padding: 22px;
    width: 40px;
}

.block-subscribe button.button:hover span {
    background: #ff4848 none repeat scroll 0 0;
}
/* end blog */
.footer a:hover {

    background: #333 none repeat scroll 0 0;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}

.footer a {
    padding: 0 4px;
   	 transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	 -webkit-transition: all 1s ease 0s;

}
.shopping_CMS_main1 img{max-width:100%;}
.block.block-layered-nav {
    margin-bottom: 25px;
}




/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 2px solid #cccccc;
  margin: 0 1px 5px;
	padding:1px;
}
.swatch-link img {

}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}
.products-grid .product-block-inner .configurable-swatch-list { margin:10px 0 6px -3px; }
.configurable-swatch-list {
 margin:5px 0 6px -3px;

  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;

  margin: 0 1px 0 5px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;

}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #000;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
.product-view .product-img-box .product-image img {
    max-width: 100%;
    max-height: 750px;
    margin: 0px auto;
	display:none;
}
.product-view .product-img-box .product-image-zoom {
    z-index: 0;
}
.product-view .product-image-thumbs img {
    width: 100%;
	height:auto;
}
.zoomWindow{display:block;}
.product-image-zoom.zoom-available .gallery-image { display: none; }
.product-view .product-img-box  .product-image .gallery-image.visible { display: block; }
.product-image-thumbs.mycarousel.jcarousel-list.jcarousel-list-vertical{min-height:400px;}

#image-color-name {
    bottom: 20px;
    font-size: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
}
.product-img-box .product-carousel .slider-item{text-align:center;}
.thumb-link{display:inline-block; margin:0px 7px;}
/* end configurable swtaches */
.cart .product-image > img{max-width:none;}
.ie8 .blog-left .image-hover-block{display:none;}
.ie8 .blog-container .slider-item:hover .blog-left .image-hover-block{display:block;}
.ie8 .testimonial-container1{padding-bottom:60px;}
.product-carousel .product-image > img{max-width:100%; height:auto;}
.blog-conatiner1 .slider-pagination{margin-top:20px; text-align:center;}
#checkout-payment-method-load > dt{padding-bottom:10px;}
.more-views-mobile {display:none;}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://anilu.ro/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://anilu.ro/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://anilu.ro/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://anilu.ro/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://anilu.ro/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://anilu.ro/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://anilu.ro/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://anilu.ro/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://anilu.ro/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://anilu.ro/skin/frontend/base/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
.tm-hide { opacity: 0;  }
.tm-checkbox {
	background: url('https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png') -2px -41px no-repeat;
	display:inline-block;
	width:17px;
	height:17px;vertical-align: middle;
}

.tm-radio { background: url('https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png') 0 -5px no-repeat;	display: inline-block;
	padding:0px;
   	height:17px; 
    vertical-align: top;
   }

.tm-checked { background-position:-75px -42px ; }
.tm-selected { background-position: -73px -5px; }


.tm-checkbox-green {
	background: url('https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/megnor/sprite.png') 0 1px no-repeat;
	display:inline-block;
	
}
.tm-checked-green { background-position: 0 -18px; }
.tm-checkbox, .tm-radio { }
.ie7 .tm-checkbox{ display:inline; }
/* -------------
 * Selects
 * ------------- */
/* Custom Select*/
.sbHolder{
	 
	border: solid 1px #ddd; 
	position: relative;
	width: auto; 
	padding:4px 25px 4px 7px;
	text-align:left;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	  outline: none;
	overflow: hidden;	 
	top: 0;	 
	display:block;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
 
	outline: none;
	text-decoration: none;
}
.sbToggle{
	background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/arrow-down.png") no-repeat scroll center center transparent;
	display: block; 
	outline: none;
	position: absolute;
	right: 4px;
    top: 5px;
	height:15px;
	width:15px;
 
}
 
.sbToggleOpen{
	background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/arrow-up.png") no-repeat scroll center center transparent;
} 
.sbOptions{
	background-color: #fff;
	border: solid 1px #ddd;
	list-style: none;
	right: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 26px !important;
  width: 100%;
	z-index: 999;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
	margin:0;
}
.sbOptions a{	 
	display: block;
	outline: none;
	padding: 4px 0 4px 3px;
	text-decoration:none;
}
 

/* display none until init */
.product-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
#column-left .product-carousel, #column-right .product-carousel { display:block;}
#column-left .customNavigation, #column-right .customNavigation { display:none;}
.product-carousel .slider-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.product-carousel .slider-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.product-carousel .slider-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.product-carousel .slider-item{
	float: left;
}
.slider-controls .slider-page,
.slider-controls .slider-buttons div{
	cursor: pointer;
}
.slider-controls {	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

/* mouse grab icon */
.grabbing { 
    cursor:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/img/megnor/grabbing.png") 8 8, move;
}

/* fix */
.product-carousel  .slider-wrapper,
.product-carousel  .slider-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.customNavigation    { text-align: center; position:absolute;width:100%}
.customNavigation a{
	
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: block;
    float: right;
    height: 22px;
    position: absolute;
    top: -34px;
    width: 22px;


}

.customNavigation a.prev {
  	background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -234px 2px transparent;
    right: 85px;
}
.customNavigation a.prev:hover 	{ background-position: -234px -27px; text-decoration:none;}
.customNavigation a.next {
	background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -204px 2px transparent;
    right:28px;
}
.customNavigation a.next:hover 	{ background-position: -204px -27px; text-decoration:none;}
 

/* Responsive menu Css Start */
	.nav-responsive span { display:inline-block; padding-left:0px;}
	.ie7 .nav-responsive span { display:inline;}
	.nav-responsive { cursor:pointer; display:none;  }
	#nav-mobile  ul  li{ list-style:none; position:relative;}
	.nav-responsive .expandable{
		 background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/menu.png") no-repeat scroll right;
    height: 45px;
    margin-right: 5px;
    margin-top: 0px;
	position:absolute;
    width:100%;
	} 
	.responsive-menu { padding:0; position:relative;}
	
	.responsive-menu #nav-mobile{ 
		position:absolute; 
		z-index:999;  
		display:none; 
		margin-top:0px; 
		padding:1%;
		width:98%; 
		list-style:none;
	}
	.responsive-menu #nav-mobile ul{padding-left:20px;}
	.nav-responsive div,
	.responsive-menu .hitarea {
		background: none;
	height: 25px;
		width: 25px; 
		float: right;
		cursor: pointer;

	}
	.responsive-menu .expandable .collapsable-hitarea{ 
		background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -231px -122px transparent;		 
	} 
	.responsive-menu .expandable-hitarea { 
		background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -203px -122px transparent;		 
	} 
	.responsive-menu .collapsable-hitarea { 
		background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -231px -122px transparent;		
	} 

/* Responsive menu Css End */


/*RESPONSIVE TABLE*/
.table-responsive { display:none; visibility:hidden;}	
.tm_responsive_container,
.tm_responsive_container_footer{ width:auto; overflow:hidden;}

.tm_responsive_group{
	float:left; 
    margin: 5px 0;
    padding: 3%;
    width: 92%; 
	border:1px solid #ededed;
	color:#4D4D4D;
	background:#FBFBFB  
}
.tm_responsive_row label{
  width: 100px;
  display:block;
  float:left;
  font-weight: bold;
}
.tm_responsive_row span{
  width: 250px;
  display:block;
  float:left;
}
.tm_responsive_row{
 overflow:hidden;
 border-bottom: 1px solid #EEEEEE;
 padding:10px 0;
}
.tm_responsive_row span .separator{ display:none; }
/*RESPONSIVE TABLE*/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav { list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider .slides{ padding:0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; list-style:none !important;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; clear:both; margin:0 0 0px 0; overflow:hidden; padding-top:91px;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides { margin:0; }

/* Direction Nav */
.flex-direction-nav { display:block ; margin:0 !important; z-index:999; }
.flex-direction-nav  li{ list-style:none;}
.flexslider:hover .flex-direction-nav { display:block;  margin:0 !important;  }
.flex-direction-nav li a.flex-next
{ 
	background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/rect.png") no-repeat scroll 12px 3px ;
    font-size: 0;
    height: 40px ;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 50px;
}
.secondslider .flex-direction-nav li a.flex-next{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -43px -240px transparent; width: 40px;}
.secondslider .flex-direction-nav li a.flex-prev{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -3px -240px transparent;  width:40px !important;}
.secondslider .flex-direction-nav li a.flex-next:hover{background-position: -43px -202px;}
.secondslider .flex-direction-nav li a.flex-prev:hover{background-position: -3px -202px;}


.flex-direction-nav li a.flex-next::before{
background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/arrow.png") no-repeat scroll 1px 15px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
   transition:300ms;  
   -webkit-transition:300ms;
    -moz-transition:300ms;
	 -o-transition:300ms;
}
.flex-direction-nav li a.flex-prev::before{
background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/arrow2.png") no-repeat scroll 21px 15px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
   transition:300ms;  
   -webkit-transition:300ms;
    -moz-transition:300ms;
	 -o-transition:300ms;
}
.flex-direction-nav li a.flex-next:hover::before{background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/arrow.png") no-repeat scroll 12px 15px ;}
.flex-direction-nav li a.flex-prev:hover::before{background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/arrow2.png") no-repeat scroll 9px 15px ;}
.secondslider .flex-direction-nav li a.flex-next::before, .secondslider .flex-direction-nav li a.flex-prev::before,.secondslider .flex-direction-nav li a.flex-next:hover::before,.secondslider .flex-direction-nav li a.flex-prev:hover::before{display:none;}
.flex-direction-nav li a.flex-prev
{ 
	background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/rect2.png") no-repeat scroll 0px 3px ;
    height: 40px !important;
    left: 10px;
    position: absolute;
    top:50%;
    width: 50px !important;
	font-size:0;
}
.flex-direction-nav li a.flex-prev:hover	{ background-position:0px 3px;} 
.flex-direction-nav li a.flex-next:hover		{ background-position:12px 3px;}

/* Control Nav */
.flex-control-nav {position: absolute; bottom:10px; right:0px; left:0px;text-align:center; margin:0 !important; padding:0 !important; z-index:999; }
.flex-control-nav li {margin: 0px; font-size:0; display:inline-block; }
.flex-control-paging li a,.blog-conatiner1 .slider-controls .slider-page, .blog-conatiner1 .slider-controls .slider-buttons div, .testimonial-container1 .flex-control-paging li a {
	background: url('https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png') -113px -207px no-repeat;
    cursor: pointer;
    display: inline-block;
    height:12px;
    text-indent: -9999px;
    width: 12px;
	font-size:0;
	margin:0px 3px;
	border:1px solid #999;
}
.slider-controls.clickable{text-align:center; padding-top:30px;}
.flex-control-paging li a:hover ,.flex-control-paging li a.flex-active,.blog-conatiner1 .slider-controls .slider-page.active, .testimonial-container1 .flex-control-paging li a.flex-active{ background-position: -97px -207px; transition:600ms;
	-webkit-transition:600ms;
	-moz-transition:600ms;
	border-color:#000;
	 }
.flex-control-paging li a.flex-active{  cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.tm-homeslider .flex-control-nav{bottom:-60px;}

/* display none until init */
.product-carousel{
	display: none;
	opacity:1!important;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
#column-left .product-carousel, #column-right .product-carousel { display:block;}
#column-left .customNavigation, #column-right .customNavigation { display:none;}

#column-left .banners-slider-carousel .customNavigation,
#column-right .banners-slider-carousel .customNavigation{ display:block;}

.product-carousel .slider-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-perspective: 1000;
}
.product-carousel .slider-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.product-carousel .slider-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.product-carousel .slider-item{
	float: left;
}
.slider-controls .slider-page,
.slider-controls .slider-buttons div{
	cursor: pointer;
}
.slider-controls {
	
	-webkit-tap-highlight-color: transparent;
}

/* mouse grab icon */
 
.grabbing { 
    cursor:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/image/megnor/grabbing.png") 8 8, move;
}


/* fix */
.product-carousel  .slider-wrapper,
.product-carousel  .slider-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	list-style:none;
}
.customNavigation    { text-align: center; position:relative;width:100%}
.customNavigation a{
	
	-webkit-tap-highlight-color:transparent;
	display: block;
    float: right;
    height: 30px;
    position: absolute;
    top: -45px;
    width: 30px; 
	 text-indent: -9999px;
	 cursor:pointer;
} 
.customNavigation a.prev {
  	background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -196px 2px  transparent;
    right:30px;
}
.customNavigation a.prev:hover 	{ background-position: -196px -29px; text-decoration:none;}
.customNavigation a.next {
	background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -226px 2px transparent;
    right:0px;
}
.customNavigation a.next:hover 	{ background-position: -226px -29px; text-decoration:none;}

.manufacture .customNavigation a.prev{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -199px -261px transparent; left:0px; right:auto;}
.manufacture .customNavigation a.next{background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -230px -261px transparent; right:0px; left:auto;}
.manufacture .customNavigation a.prev:hover{ background-position: -199px -290px;}
.manufacture .customNavigation a.next:hover{ background-position: -230px -290px;}


.manufacture .customNavigation a{top:50px; z-index:9; display:none;}
.manufacture:hover .customNavigation a{display:block;}

/**************** additional carousel start *******************/
.additional-carousel .product-carousel{  width:auto; margin:0 30px; }
.additional-carousel .customNavigation a.prev {
  	background:url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -203px -265px transparent;
    left:-3px;
	top:53px;
	z-index:999;  
	  text-indent: -9999px;
	cursor:pointer;
}
.additional-carousel .customNavigation a.prev:hover 	{ background-position: -203px -294px; text-decoration:none; z-index:999;}
.additional-carousel .customNavigation a.next {
	background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -233px -265px  transparent;
    right:-7px;
	top:53px;
	cursor:pointer;
	z-index:999; 
	 text-indent: -9999px;
}
.additional-carousel .customNavigation a.next:hover 	{ background-position: -233px -294px; text-decoration:none; z-index:999;}
.additional-carousel .slider-item {   float: left;  width: 90px; }
.additional-carousel .slider-item .product-block{ background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    margin: 4px 7px;
    overflow: hidden;}

/**************** additional carousel End *******************/

.product-info .product-image .customNavigation    { text-align: center; position:absolute; width:100%; z-index:9;}
.product-info .product-image .customNavigation a{
	
	-webkit-tap-highlight-color: transparent;
	display: block;
    float: right;
    height: 20px;
    position: absolute;
    top: -34px;
    width: 16px;
}

.product-info .product-image .customNavigation a.prev {
  	background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/image/megnor/sprite.png") no-repeat scroll -11px -60px transparent;
    left:-3px;
	top:35px;
}
.product-info .product-image .customNavigation a.prev:hover 	{ background-position: -11px -90px; text-decoration:none;}
.product-info .product-image .customNavigation a.next {
	background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/image/megnor/sprite.png") no-repeat scroll -43px -60px transparent;
	right:-3px;
	top:35px;
}
.product-info .product-image .customNavigation a.next:hover 	{ background-position: -43px -90px; text-decoration:none;}

/*.related-products .customNavigation{ width:97%;}
.related-products .customNavigation a.prev {
  	background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/image/megnor/sprite.png") no-repeat scroll -204px 2px transparent;
    right:25px;
	top:-20px;
}
.related-products .customNavigation a.prev:hover 	{ background-position: -204px -27px; text-decoration:none;}
.related-products .customNavigation a.next {
	background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/image/megnor/sprite.png") no-repeat scroll -234px 2px transparent;
	right:0px;
	top:-20px;
}
.related-products .customNavigation a.next:hover 	{ background-position: -234px -27px; text-decoration:none;}
*/


/* ========cloud-zoom============*/

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    
    margin:0px;    /* Set this to minus the border thickness. */
    background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/zoom_in.png);
    cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
    
    position:absolute !important;
    background-color:#fff;
    color:#6a3212;
    padding:0px;
    width:0px;
	height:0px !important;
    text-align:center;
    font-weight:bold;
    font-size:0px;
	line-height:20px;
    top:0px;
}
/* This is the zoom window. */
.cloud-zoom-big {
    border:1px solid #ececec;
    overflow:hidden;
	margin-left:30px;
	 
}
/* This is the loading message. */
.cloud-zoom-loading {
    color:white;
    background:#222;
    padding:3px;
    border:1px solid #000;
}
.product-image .mousetrap {
    z-index:999 !important;
} 

/**
 * Lightbox
 */ 
/* ColorBox Core Style
-------------------------------------------------------------- */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; }
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* ColorBox skin.
   The following styles are ordered & tabbed
   in a way that represents the nesting of the generated HTML.
-------------------------------------------------------------- */
#cboxOverlay{background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/megnor/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxContent{background:#fff; overflow:hidden; border:none;/*10px solid #333*/ padding:10px; }
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:40px; /*10px above buttons*/ }
        #cboxTitle{position:absolute; bottom:17px;text-align:center; width:100%; color:#999999;}
        #cboxCurrent{position:absolute; bottom:17px; left:80px; color:#999999;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
		
		#cboxPrevious,
		#cboxNext { position:absolute; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/megnor/slider-arrows.png) no-repeat #ddd; width:30px; height:30px; text-indent:-9999px; }
		#cboxPrevious:hover,
		#cboxNext:hover { background-color:#333; }
        #cboxPrevious{bottom:10px; left:10px; background-position:-10px -10px;}
        #cboxPrevious:hover{background-position:-10px -60px;}
        #cboxNext{bottom:10px; left:40px; background-position:-60px -10px;}
        #cboxNext:hover{background-position:-60px -60px;}
		
        #cboxLoadingOverlay{background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/megnor/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/megnor/loading.gif) no-repeat center center;}
		
        #cboxClose{position:absolute; bottom:10px; right:10px; background:url(https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/megnor/close-button.png) -10px -10px no-repeat #ddd; width:30px; height:30px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-10px -60px; background-color:#333;}

#cboxNext,
#cboxPrevious,
#cboxClose {
	transition:			background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition:	background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition:		background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
.zoom-btn-small {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/zoom.png") no-repeat scroll center center transparent;
    bottom: 0;
    color: #333333;
    font-size: 0;
    line-height: 2.6666em;
    width:40px;
	height:40px;
    position: absolute;
    right: 0;
    z-index: 100;
}


#advancedmenu {
    position:relative;        
	margin:0 auto;
 	z-index:9;
	text-align:center;
	padding-top:33px;
}
div.menu {
  display:inline-block;
}
div.menu.act {
   background:none;
}
div.menu.active {
	background:none;
	color:#5E5E5E ; 
}
div.megnor-advanced-menu-popup { 
  background:#000;
  background:rgba(0,0,0,0.8);
	position:absolute;
	display: none;
	text-align:left; 
	border-top:4px solid #ea4848;
	top:79px;
}
.megnor-advanced-menu-popup_inner{	 background:transparent;	}
div.menu a, div.megnor-advanced-menu-popup a {   display:block; }
div.megnor-advanced-menu-popup a		
{ 
	padding:5px 0px;
	text-transform:none;
	
}
 div.megnor-advanced-menu-popup a:hover{}
div.megnor-advanced-menu-popup a.actParent {
    color: #4D4D4D;
}
div.megnor-advanced-menu-popup a.act {
    color: #A52A2A;
}
div.column {
    float:left;
   padding: 40px 20px 45px 45px;
    width: 160px;
}
div.itemSubMenu {
    /*margin-left:20px;*/
}
.clearBoth {
    clear:both;
}
.block2 p {    margin: 0;}
div.megnor-advanced-menu-popup .block2 a{padding:0px; border:none;}
div.megnor-advanced-menu-popup .block1		{ }
div.megnor-advanced-menu-popup .block2		{ padding:0px;}
#advancedmenu .megnor-advanced-menu-popup .itemMenu  a	{ font-weight:normal;  font-size: 14px; text-transform:capitalize;}
#advancedmenu .level1 > a.itemMenuName {
    font-size: 14px;
	font-weight:bold  ; color:#FFF ;
	padding:5px 0 15px;
	text-transform:uppercase;
} 
.itemSubMenu .itemMenu 
{
	margin-left:0px;
}
.itemSubMenu .itemMenu a.itemMenuName
{
	background:none;
    color: #a1a1a1; 
    font-weight: normal;
    padding: 3px 0 3px 0px; 

}
.itemSubMenu .itemMenu a:hover	{  color: #fff;}

.custom_menu:hover .customblock_inner {    display: block;} 
.customblock_inner		{ background:#FFF; width:250px; padding:5px;}

 
 .itemMenu.level1 {    border-right: 1px solid #3f3f3f;}
div.column.last .itemMenu.level1 {    border-right:none;}
div.column.last.even {padding-right: 0;}
/* Media for 980px to 1023px */
/* 980px <= width < 1023px */
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
.col-main-left,.col-main-right,.container-width,.breadcumb-main,.col1-layout .col-main{width:980px; margin:0 auto;}
.col-main { float:left; width:720px;}
.col-left { float:left; width:230px;}
.col-right { float:right; width:230px; margin-left:0;}
.cart .cart-collaterals .col1-set{width:320px;}
.cart .cart-collaterals .col2-set{width:640px;}
.cart .totals{width:305px;}
.category-title h2, .category-title h2 a, .crosssell h2{font-size:20px;}
div.column{width:150px;}
.banner1 .banner_inner,.banner3 .banner_inner,.subbanner_top .data .h2,.subbanner_top .data .h1{text-align:center;}
.sub_inner{width:100%;}
.inner1{width:33%; margin-right:3.5%;}
.inner2{width:63.5%;}
.inner1 img,.inner2 img{width:100%;}
.tm-homeslider .flexslider{padding:34px 34px 60px;}
.innner_name{margin-top:40px;}
.form-subscribe-header{background:none; padding:0px;}
.form-subscribe-header{font-size:19px;}
.block-subscribe input.input-text{width:285px;}
#footer .footer-area{margin-left:15px; margin-right:15px;width:180px;}
#block_1.footer-area{padding-right:10px; width:320px;}
.blog-left .image-block > img {    width: 100%;}
.footer_top{padding:70px 0px;}
.block-subscribe input.input-text {width:315px;}
.products-list li .list-center{width:370px;}
.col1-layout .product-view .product-shop{width:463px;}
.blog_main .product-carousel .first_item_tm.slider-item .product-block-image{margin:0 10px;}
.blog_main .product-carousel .last_item_tm.slider-item .product-block-image{margin:0 10px;}
.blog_main .product-carousel .slider-item .product-block-image{margin:0 10px;}
.testimonial_main{margin-left:20px;}
.block-subscribe .validation-advice {    text-align: left;    width: 300px}
.block.block-banner img {    max-width: 100%;}
.product-view .product-img-box{width:418px;}
}
@media only screen and (min-width: 980px) and (max-width: 1023px) {

.col-main-left,.col-main-right,.container-width,.breadcumb-main,.col1-layout .col-main,.testimonial-container1,.nav-inner{width:940px; margin:0 auto;}
.banner1 .banner_inner,.banner3 .banner_inner,.subbanner_top .data .h2,.subbanner_top .data .h1{text-align:center;}
.sub_inner{width:100%;}
.inner1{width:33%; margin-right:3.5%;}
.inner2{width:63.5%;}
.inner1 img,.inner2 img{width:100%;}
.sub1_inner{margin-right:15px;}
.sub2_inner{margin-left:15px;}
.product-view .product-img-box .product-image-zoom{width:418px; height:522px;}
.blog_main .product-carousel .first_item_tm.slider-item .product-block-image{margin:0 10px;}
.blog_main .product-carousel .last_item_tm.slider-item .product-block-image{margin:0 10px;}
.blog_main .product-carousel .slider-item .product-block-image{margin:0 10px;}
.testimonial_main{margin-left:14px;}
.tm-homeslider .flexslider{padding:20px 25px 60px;}
.innner_name{margin-top:38px; }
.blog-left .image-block > img {    width: 100%;}
.subbanner_top.container-width .sub1, .sub-banner1.container-width .sub2{margin-bottom:30px;}
#footer .footer-area{margin-left:10px; margin-right:10px;width:175px;}
#block_1.footer-area{padding-right:10px; width:320px;}
.form-subscribe-header{background:none; padding:0px;}
.form-subscribe-header{font-size:19px;}
.block-subscribe input.input-text{width:285px;}
.form-subscribe-header{font-size:17px;}
.col-main { float:left; width:700px;}
.col-left { float:left; width:220px;}
.col-right { float:right; width:180px; margin-left:0;}
 .nav-responsive .expandable{margin-top:0px;}
 .responsive-menu #nav-mobile{top:46px; width:96%; padding:2%; margin-top:0px; border-top:4px solid #ea4848; background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8);}
 .product-view .product-img-box{width:418px;}
 #zoom1 > img{width:100%;}
 .col1-layout .product-view .product-shop{width:480px;}
.col3-layout .col-main { width:520px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:720px; }
.product-view .product-shop{ width:432px; }
.block-banner img{ max-width:100%; }
#footer .mobile_togglemenu{ display:none;  }
.products-list li .list-center{width:350px;}
.cart .cart-collaterals .col1-set , .cart .cart-collaterals .col2-set , .cart .totals{ width:100%; }
 .footer_top{padding:60px 0px;}
.block-subscribe .validation-advice {    text-align: left;    width: 240px}
.send-friend .form-list .field{clear:both;}
.level-top > span {    text-transform: uppercase;}
#nav ul span, #nav ul li.last li span, .responsive-menu li a{padding:5px 5px;}
.manufacturer_image{width:100%;}
section{padding-top:139px;}
.banner_inner{padding:7px;}
.header .form-search:hover{z-index:108}
.manufacture .customNavigation a{display:block;}
}

@media only screen and (max-width: 979px){

.col-main-left,.col-main-right,.container-width,.breadcumb-main,.col1-layout .col-main,.testimonial-container1,.nav-inner{width:724px; margin:0 auto;}
.banner1 .banner_inner,.banner3 .banner_inner,.subbanner_top .data .h2,.subbanner_top .data .h1{text-align:center;}
.subbanner_top .data .h1{font-size:14px;}
.inner1{width:33%; margin-right:3.5%;}
.inner2{width:63.5%;}
.inner1 img,.inner2 img{width:100%;}
.sub1_inner{margin-right:15px;}
.sub2_inner{margin-left:15px;}
.blog_main .product-carousel .first_item_tm.slider-item .product-block-image{margin:0 10px;}
.blog_main .product-carousel .last_item_tm.slider-item .product-block-image{margin:0 10px;}
.blog_main .product-carousel .slider-item .product-block-image{margin:0 10px;}
.innner_name{margin-top:25px;  font-size:12px;}
.inner_button > a{font-size:10px; padding:5px 7px;}
.inner_button{margin-top:10px;}
 .nav-responsive .expandable{margin-top:0px;}
 .responsive-menu #nav-mobile{top:46px; width:96%; padding:2%; margin-top:0px; border-top:4px solid #ea4848; background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8);}
.header .form-search{background:#fff; z-index:999;}
.level-top > span{text-transform:uppercase;}
.banner_inner{padding:7px;}
.form-subscribe-header{display:none;}
#block_1 .title{display:block;}
.footer .img2{display:none;}
#footer h6, #footer .block .block-title strong{text-align:left; margin-bottom:10px;}
#footer .footer-area{margin:0px;}
#block_1 li{text-align:left;} 
.social_block ul li{margin:0px;}
/*.social_block{display:none;}*/
.footer-container .block{display:inline-block;}
.footer_newletter.container-width{text-align:center;}
.footer_top{padding:45px 0px;}
#footer h6, #footer .block .block-title strong{font-size:18px;}
 .cart .cart-collaterals .col1-set{float:none; width:auto;}
.footer{ padding:0; }
.col-main , .col3-layout .col-wrapper{ width:510px;}
.col3-layout .col-main{ width:374px; }  
.col-left,.col-right { width:190px;}
section{padding-top:139px;} 
 #advancedmenu{ display:none; }
.advanced_nav{ display:block; }
#zoom-btn , .mousetrap {display:none !important; }
#zoom1 {cursor:default !important; }
 .products-list li .list-center {    padding-top: 20px;    width: 480px;}
.header .quick-access{ width:490px; }
.footer .mobile_togglemenu{ display:block; }
#footer ul{ display:none; margin-bottom:10px; padding:0px; }
#footer .footer-area{ width:100%; margin-right:0; }
.product-view .product-shop{   width: 100%; }
.cart .cart-collaterals .col2-set, .cart .totals{ width:100%; }
.checkout-progress{ padding: 0 10px; }
.form-list li.wide select , .form-list li.wide .input-box {width: 400px;}
.gift-messages-form .item .details .form-list li.wide .input-box , .form-list li.wide input.input-text{ width:100%; }
.col1-layout .product-view .product-shop{ width: 405px;}
.padder h6 { display:block; padding:3px;line-height: 25px; }
.product-view .product-collateral .tabs{ display:none !important; }
.contacform{ width:100%; margin-bottom:10px; padding:0; margin-right:0; border:none; }
.googlemap{ width:100%;margin-bottom:10px;  }
.block-banner img , .category-image img{ max-width:100%;}
.toolbar .pager .pager_right{ float:left; margin-top:8px; clear:both; }
.footer_bottom ul.links{display:block;text-align:center; float:none; margin-bottom:5px; }
.footer address{ float:none;text-align:center; clear:both; }
.product-collateral .padder{ padding-left:0; padding-right:0; background:none; }
.padder ol{ display:none; margin-bottom: 15px;}
.padder > div{ display:block !important;  }
#footer .block-subscribe input.input-text{ width:98%; }
.block-subscribe .block-title strong {    display: inline;}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box{ width:90%; }
.col1-layout .product-view .product-shop {    float: left;    margin-top: 30px;    width: auto;}
.block-subscribe .validation-advice {    text-align: left;    width: 240px}
.header .form-search:hover{z-index:108}

.checkout-onepage-index .col-main, .col3-layout .col-wrapper{width:100%;}
 .block.block-progress.opc-block-progress{margin-top:20px;}
 .checkout-onepage-index .block-progress dd{padding:8px 0px;}
 .checkout-onepage-index .block-progress dt{padding:8px 0px;}
}
 
/* Landscape phone to portrait tablet */
@media only screen and (max-width: 767px) {

.col-main-left,.col-main-right,.container-width,.breadcumb-main,.col1-layout .col-main,.testimonial-container1,.nav-inner{width:auto;  margin:0 15px;  }
.col-left ,.col-right  ,.col-main{ width:100%;}
.col-main{ margin-bottom:10px; }
.cms-home .col-main{width:auto; margin:0px;}
.col-left .block-content ,.col-right .block-content{ display:none; }
.col3-layout .col-wrapper , .col-main , .col3-layout .col-main{  width:100%;}
.toggle .mobile_togglecolumn {    display: block;}
.innner_name{margin-top:30%;}
 .block-banner{ display:none; }
.header-container.smaller + .flexslider{padding:0px;}
.tm_headerlinks_inner {
    background: url("https://anilu.ro/skin/frontend/templatemela/MAG100209_fullwidthbanner/images/sprite.png") no-repeat scroll -116px -88px rgba(0, 0, 0, 0);
    border: 1px solid #d5d5d5;
    display: block;
    float: left;
    height: 37px;
    margin-top: 25px;
    width: 37px;
	cursor:pointer;
}
.products-grid li .product-block{margin:5px 10px;}
.subbanner_top_outer.container-width{display:none;}
.sub1, .sub2{float:left; width:auto;}
.sub1_inner{margin-top:30px; margin-right:0px;}
.secondslider.container-width,.subbanner_top.container-width .sub1, .sub-banner1.container-width .sub2,.tabname{margin-bottom:35px;}
.sub2_inner {    float: left;    margin-left: 0;    margin-top: 30px;}
/********** Header Setting *************/
.header .logo{  margin: 0 auto;
    text-align: center;
    text-decoration: none !important;
	width:110px;
	height:90px;
   float:none;
   z-index:9;
   }
.header .quick-access{ margin:10px 0; }

.header .welcome-msg{ float:none; width:100%; text-align:center; }
.header .links{ display:none; float:none; text-align:left; position:absolute; background:#000; background:rgba(0,0,0,0.6); border-top:4px solid #ea4848; }
.header .links { margin:0; top:91px; width:160px;  left:14px; right:auto; z-index:99; padding:10px; }
.header .links li{ display:block; float:none; background:none; padding:0px !important }
.header .links li a{ text-decoration:none; padding: 5px; display:block; color:#fff;}
.header .links li a:hover{ } 
.logo > img{width:100px;}

.header_top{position:absolute;}
.header-bottom{width:100%; border-bottom:1px solid #e9e9e9; padding-bottom:18px;}
.cart_mini_right .price{ display:none;}

/********** Header Setting *************/
.products-list li .list-center {    margin-top: 15px;    width: 100%;}
.col2-set .col-1 , .col2-set .col-2,.box-account .col2-set .col-1{  width:100%; }
.box-account .col2-set .col-1{ padding-right:0; border:none; margin-bottom:15px;}
.order-info-box .col-1{ margin-bottom:15px; }
.product-view .product-img-box { margin:0 auto 20px; float:none; }
.product-shop{ width:100% !important;}
.header .form-language label , .header .tm_top_currency label { display:none !important; }

#super-table{ clear:both; }
#new-wishlist-table .add-to-cart-alt button.button span{ width:auto !important;  }
.form-list li.wide textarea{width:90%;}
.form-list li.fields .name-firstname{ margin-bottom:10px; }
.products-grid li .product-block .actions{bottom:25px;}
.blog-conatiner1,.testimonial-container1{width:100%;}
.blog_main{margin-right:0px; margin-bottom:20px;}
.testimonial-container1{margin:0px;}
.tm-homeslider .flexslider{padding:20px 0px;}
.testi-detail{width:36%;}
.testimonial-container1 .description{width:55%;}
.testi_content{margin-top:20px;}
.manufacturer_image {   max-width: 100%;}
.manufacture {    padding-top: 30px;}
.products-grid li .product-block{margin:5px 10px;}
.testimonial_main{margin:0px;}
.blog_main .product-carousel .first_item_tm.slider-item .product-block-image,.blog_main .product-carousel .last_item_tm.slider-item .product-block-image,.blog_main .product-carousel .slider-item .product-block-image{margin:0 10px;}
.parallex{height:360px;}
.parrellex_content{padding-top:100px;}
.parallex1_1,.parallex1_2{font-size:30px; line-height:30px;}
.parallex1{margin-bottom:12px;}
.parallex1_2{margin-left:15px;}
.parallex_width{margin:15px 0 20px;}
.parallex_bottom{font-size:11px;}
.block-subscribe input.input-text{width:305px;}
.block {    margin: 0 0 20px;}
.main{margin-bottom:20px !important;}
.products-grid li .product-block-inner{padding:10px 0px;}
.col-main-left .page-title h1, .bestseller-index-index .col-main > h2, .newproducts-index-index .col-main > h2, .specialproducts-index-index .col-main > h2, .featuredproducts-index-index .col-main .category-head > h2, .catalog-product-view .page-title h1, .col-main-right .page-title h1, .col1-layout .page-title h1{font-size:30px;}
.col-main-left .page-title h1, .col-main-left .category-head, .bestseller-index-index .col-main > h2, .newproducts-index-index .col-main > h2, .specialproducts-index-index .col-main > h2, .featuredproducts-index-index .col-main .category-head > h2, .customer-address-index .title-buttons .button, .catalog-product-view .page-title h1{top:-160px;font-size:18px;}
.breadcrumbs{float:left; padding-top:85px;}
.product-view .product-img-box{width:100%;}
#zoom1 > img {    max-width: 100%;}
.checkout-onepage-index .col-main-left .block .no-display{display:block;}
.product-collateral .padder{background:#fff;}
.product-collateral{margin-top:0px;}
.product-collateral .padder{padding:35px 0px 0px; margin:0px;}
.padder h6{background:none; margin-bottom:5px;}
.category-title h2, .category-title h2 a, .crosssell h2{font-size:17px;}
.cart button.button{letter-spacing:0.6px;}
.multiple-checkout {
    overflow: auto;
    padding-bottom: 10px;
}
.manufacturer_outer.container-width{margin-top:40px;}
.multiple-checkout .place-order .grand-total{padding:0px;}
.flex-direction-nav{display:none;}
.subbanner_top_outer{display:none;}
.tab_width.container-width{margin-top:45px;}
.flex-direction-nav li a.flex-next,.flex-direction-nav li a.flex-prev{top:55%;}
.parallex_bottom{padding:10px 25px;}
.flexslider:hover .flex-direction-nav{display:none;}
.footer_left{float:none; text-align:center;}
.footer_adress{float:none; margin:0px;  font-size:13px;}
.payment_block{float:none; text-align:center; margin-top:7px;}
header{position:relative;}
.flexslider,section{padding:0px;}
.nav-container{box-shadow:none; padding:5px 0px;}
#footer h6, #footer .block .block-title strong{font-size:16px;}
.block .block-title strong{font-size:16px;}
.header,.header-container.smaller .header{ height:161px;}
 .col-main-left  .block  .no-display   { display:none; }
.tm_headerlinks_inner,.header-cart, .header_last{margin-top:15px;}
.header .tm_top_currency,.form-language.btn-group, .tm_top_currency{margin-top:25px;}
.header .form-search{top:15px;}
.header_inner.container-width{ height:161px;}
.header-bottom a.logo{top:94px;}
.innner_name{margin:40px 0 10px !important;}
.product-image-thumbs.More_image.additional-carousel{max-width:510px;}
 .checkout-multishipping-billing .multiple-checkout{overflow:visible;}
 .product-carousel .product-block-inner{padding:10px 8px;}
 .product-carousel .product-block{margin:0px;}
 .box-up-sell .customNavigation a, .crosssell .customNavigation a{display:block;}
 .multiple-checkout .place-order .grand-total{float:left;}
.multiple-checkout .place-order .grand-total big{float:left; margin-bottom:20px;}
.footer_bottom{height:80px;}
.footer_adress address{padding:12px 0px 0px;}
.header .links{left:0px; top:54px; transition:none; -webkit-transition:none;}
.checkout-onepage-index .toggle .mobile_togglecolumn{display:none !important;}
}
@media only screen and (max-width: 640px){

#shopping-cart-table thead  , #checkout-review-table thead   , #my-orders-table thead,#multiship-addresses-table thead{    display: none;}
.footer-container .block{padding-top:25px;}
.block-subscribe .actions{margin:10px 0px 0px 0px; clear:both;}
.block-subscribe .validation-advice{width:100%;}
#shopping-cart-table tbody tr td  , #checkout-review-table tbody tr td  , #my-orders-table tbody tr td ,
#multiship-addresses-table tbody tr td{
    border-bottom: 1px solid #ededed !important;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}
.footer_top{padding:30px 0px 25px;}
.multiple-checkout .col2-set {
    overflow: auto;
}
.data-table tfoot td{border-right:none;}
.about-title{font-size:14px; line-height:18px; margin:0px;}
.footer-image-left{margin-right:2%;}
.tm-about-text, .newsletter-block{width:67%;}
#shopping-cart-table tbody tr, #shopping-cart-table tbody tr td,
#checkout-review-table tbody tr, #checkout-review-table tbody tr td ,
#my-orders-table tbody tr, #my-orders-table tbody tr td,#multiship-addresses-table tbody tr ,
#multiship-addresses-table tbody tr td {
    /*display: block;*/
    text-align: center !important;
border-top:none;
}
#shopping-cart-table /*tbody*/ tr td,#checkout-review-table /*tbody*/ tr td,#my-orders-table  /*tbody*/ tr td,
#multiship-addresses-table /*tbody*/ tr td{
display:block;
}
.cart-table .btn-update, .cart-table .btn-empty {
float: left;
clear: both;
margin: 5px 0px;
}
.pager .pages ol{padding:3px 0px;}
.block-subscribe .input-box .input-validate-outer{width:60%;}
.footer_center{padding:7px 0 7px 10px;}
.cart-table .btn-update{margin:5px 0px 0px;}
#shopping-cart-table  .btn-remove2 {  margin: 0 auto; }
#shopping-cart-table .item-options dt ,
#checkout-review-table .item-options dt ,
#my-orders-table .item-options dt ,
#multiship-addresses-table .item-options dt{float: none; margin:0 auto;}
#multiship-addresses-table .btn-remove2{left:0px;right:0px; margin:0 auto;}
#shopping-cart-table  .btn-remove2 {margin: 0 auto;}
.item-options dd{padding:0px;}
#shopping-cart-table a.product-image{border:none;}
.products-list li .list-left{margin-right:0px;}
#opc-review .buttons-set {    border: medium none;    padding: 10px 0;}
#checkout_multishipping_form button.button,#shipping_method_form button.button,
#multishipping-billing-form button.button,
.multiple-checkout button.button{float:left; clear:both; margin:5px 0;}  
col{display:block;}
.pager .pager_right .sort-by{ float:left; clear:both; margin-top:10px;}
.pager .limiter{margin-left:0px;}
.box-account .data-table{border-bottom:none;}
.sales-order-history .pager{padding:10px 0px;}
.sales-order-history .pager .limiter {
    clear: both;
    float: left;
    margin-top: 10px;
	margin-right:10px;
}
.sales-order-history .pager .pages {
    float: left;
    margin: 10px 0 0;
}
.send-friend .form-list .field{float:none;}
.send-friend .form-list{width:90%;}
.send-friend .form-list li.wide .input-box{width:100%;}
#add_recipient_button{float:left; clear:both;}
.pager .pages{float:left; margin:0px;}
.pager .limiter{float:left; margin-left:0px;}
.main{min-height:300px;}
.page-title h1, .page-title h2{font-size:16px;}
.footer_adress address{padding-top:13px; padding-bottom:0px;}
.product-view .product-shop .product-name h1{font-size: 23px; margin:20px 0px 0px;}
.cart .title-buttons .checkout-types{top:-105px; left:0px; right:auto;}
.cart .title-buttons .checkout-types li{margin:0px;}
button.btn-checkout span{padding:0px 15px;}
.button.btn-add,.button.btn-update,.button.btn-share {    clear: both;	float:left;    margin-top: 10px;}
.buttons-set button.button{margin-left:0px; margin-top:10px; float:left; clear:both;}
.nav-container{left:auto; width:100%;}
.responsive-menu{margin:0px 15px;}
.nav-responsive span {    display: inline-block;   }
.nav-responsive .expandable{float:left;}
.header-cart,.header_last{position:relative;}
.add-to-links li{margin:0px 12px;}
.header .header-cart #panel{width:265px;}
.cart_topbg{padding:20px;}

.product-view .product-img-box .product-image-zoom {
    height: 500px;
    max-width: 400px;
    width: 100%;
}
.footer_bottom{height:100px;}
.post-image-hover,.image-hover-block,.blog-container .slider-item:hover .post-image-hover,.blog-container .slider-item:hover .blog-left .image-hover-block{display:none;}
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.form-list li.wide .input-box{width: 260px;}
.form-list li.wide input.input-text{ width: 250px;}
/* added here mobile */
.header {background:#ffffff;}
.nav-container {background: #ffeded none repeat scroll 0 0;}
}

/* Landscape phones and down */
@media only screen and (max-width: 479px) {
.form-list .field , .form-list .input-box ,.form-list li.wide .input-box { width:100% !important; }
.form-list input.input-text , .form-list li.wide textarea, .form-list select , .tm_responsive_row select , 
.product-view .box-tags .form-add input.input-text{width:90% !important; }
	.parallex_content_inner{margin-left:0px;}
	.parallex_bottom{padding:10px;}
	#opc-payment   .v-fix{clear:both;}
	  .manufacturer_image{max-width:100%;}
	  .secondslider .flex-direction-nav li a.flex-prev{left:-10px;}
	  .secondslider .flex-direction-nav li a.flex-next{right:-10px;}
	  ul.tabbernav li a{padding:6px; font-size:13px;}
	  ul.tabbernav li{padding:0px 0px;}
	  ul.tabbernav{padding:0px;}
	  .tabname{font-size:22px;}
	  .checkout-multishipping-billing .col1-layout .page-title h1{top:-330px;}
	  #product_tabs_tags_tabbed_contents .input-box{margin-right:5px;}
.checkout-progress{ padding:0 50px; }
.checkout-progress li{width:100% ;margin:0 0px 5px 0;}
.cart_mini_right .price{ display:none; }
.tm_responsive_row label , .tm_responsive_row span{width:100% ;margin:0 0px 5px 0;  }
.tm_responsive_row span .separator{ display:none;}
.gift-messages-form .item .details{ margin-left:0; margin-top:15px; }
.product-view .product-img-box .product-image img{ width:100%; }
.email-addto-box .email-friend{ float:left; margin-bottom:8px; }
.googlemap iframe{ width:100%  !important; }
.col3-set .col-1 , .col3-set .col-2 , .col3-set .col-3 { width:100%; margin-bottom:10px; }
.my-wishlist textarea{ width:90%; }
#my-tags-table td , #my-reviews-table td{ display:block; }
.additional-carousel .slider-item .product-block img{ margin:0 auto; text-align:center; display:block;  }
.product-view .product-shop .availability{ float:none; text-align:left; }
#product-review-table .nobr{  white-space: normal !important; }
#product-review-table td , .data-table thead th{  padding: 5px 3px; }
#product-review-table{ margin:10px 0; }
.buttons-set .back-link{ margin-bottom:10px; margin-right:10px; }
.buttons-set button.button{ float:left; margin-left:0; }
.pager .limiter{ margin-bottom:10px; }
.pager .pager_right .sort-by{ float:none; }
.products-list li .list-right{ width:100%; }
.parallex{height:320px;}
.parrellex_content{padding-top:80px;}
.parallex1_1,.parallex1_2{font-size:24px; line-height:24px;}
.parallex1{margin-bottom:10px;}
.parallex1_2{margin-left:12px;}
.parallex_width{margin:10px 0 15px;}
.parallex_bottom{font-size:10px;}
.block-subscribe input.input-text{width:235px;}
.col-main-left .page-title h1, .bestseller-index-index .col-main > h2, .newproducts-index-index .col-main > h2, .specialproducts-index-index .col-main > h2, .featuredproducts-index-index .col-main .category-head > h2, .catalog-product-view .page-title h1, .col-main-right .page-title h1, .col1-layout .page-title h1{font-size:16px;}
.product-shop ul.tabbernav li a{padding:8px 6px;}
.header .form-search:hover input.input-text, .header .form-search input.input-text:focus{width:190px;}
.logo > img{width:90px;}
.header-bottom{margin-right:0px;}
.add-to-links li{margin:0px 8px;}
.header-cart, .header_last{margin-left:2px;}
.main-cart > p{font-size:15px;}
.list-left .product-image > img{width:100%;}
.pager .pager_right .sort-by{float:left; margin-top:0px;}
.toolbar .pager{margin-top:0px; padding-top:0px;}
.product-view .product-img-box .product-image-zoom{width:100%; height:400px; max-width:320px;}
.breadcrumbs li a, .breadcrumbs li strong{font-size:13px;}
/* added here mobile */
.more-views {display:none;}
.more-views-mobile {display:block;}
.header {background:#ffffff;}
.nav-container {background: #ffeded none repeat scroll 0 0;}
.footer_bottom{height:130px;}
}

/* Mobile Landscape Size to Mobile Portrait (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px) { }
@media only screen and (max-width: 319px){
.header-cart .right_arrow{ padding:0; background:none; }
.cart .discount .input-box { width:100% !important; }
#footer .block-subscribe input.input-text , .form-list textarea , .cart .discount input.input-text{  width:95%;}
.checkout-progress{ padding:0 10px; } 
.opc .step{ padding:15px 15px; } 
.product-view .product-img-box , .product-view .product-img-box .product-image img{ width:100%; } 
.product-view .product-shop .add-to-links li{ display:block;margin-bottom:8px; }
.product-view .product-shop .availability{ float:none; text-align:left; }
.my-wishlist .buttons-set button.button{ margin:5px 0; text-align:left;}
#product-review-table thead{ display:none; }
.form-language .sbHolder, .tm_top_currency .sbHolder{float:none; text-align:center; padding:0; }
.form-language .sbHolder .sbToggle , .tm_top_currency .sbHolder .sbToggle { display:none; }
}

@media only screen and (max-width:240px) {}

