/**
 * 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) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page {}
.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:195px; padding:0 0 1px; }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }


/* Content Columns */

.col3-set .col-1 { float:left; width:32%; }
.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 Highlight */
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/* 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 .name-middlename { width:70px; }
.form-list .name-middlename 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 { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.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-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:#eb340a; 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:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }


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

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }

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


/* Sorter */
.sorter { font-size:11px; background:#fff url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}


/* Generic Info Box */
.info-box { background:#fff url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.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://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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 */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; 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 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.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 */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }

.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

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


/* Header ================================================================================ */
.logo { float:left; }
.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; margin:3px 0 10px 12px; 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 h1.logo { margin:0; }
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.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 { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
/*.nav-container { background:#0a263d url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_nav0.jpg) 50% 0 repeat-y; }*/
#nav { width:918px; margin:0 0 0 -1px; font-size:13px; }

/* 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 span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#D3120F; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a, #nav a:hover { color:#D3120F; }

/* 1st Level
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; 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,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }
*/
/* 3rd+ Level
#nav ul ul,
#nav ul div { top:5px; }*/

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* 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 { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.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-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; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }


/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav dt { background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_block-layered-label.gif) 0 3px no-repeat; text-transform:uppercase; }

.block-layered-nav .actions { font-size:11px; padding:4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.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 { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_th-v.gif) 100% 0 repeat-y; }
.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 { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.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 { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#777; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }
.block-subscribe .title{
    color: black;
    font-size:11px;
}

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.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-title strong { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_ma-info.gif); }
.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:0; height:0; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid.last { border-bottom:0; }
.products-grid li.item {
    float:left;
    width:138px;
}
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating {
    margin-top:4px;
}

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.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://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.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:16px; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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 { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* 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; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price .price { font-weight:bold; font-size:13px; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

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

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

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

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

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

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

/* 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; color:#2f2f2f; }

/* 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; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

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

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#777; }
.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 { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#777; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { border:1px solid #c4c6c8; }
/*
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }
*/
.product-collateral { background:#faf7ee url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
/*
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
*/
.product-view .product-img-box .product-image-zoom {
    position:relative;
    width:265px;
    height:265px;
    overflow:hidden;
    z-index:9;
}
.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://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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 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 { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
*/
.product-image-popup { margin:0 auto; cursor:url('http://www.ecco-shoes.ro/skin/frontend/mejix/default/css/images/click_to_clouse1.png'),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;
}
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box {
    float:right;
    width:225px;
    margin:10px 0;
}
.product-view .product-shop .gratuit {
    float:left;
    width:109px;
    margin-top:12px;
    text-align:left;
    color:#097d81;
    font-size:14px;
    cursor:pointer;
}
.product-view .product-shop .gratuit:hover {
    color:#f00;
}    
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f7f7f7; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left: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; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.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:99%; }
.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 { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.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:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.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:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.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 { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* 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 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.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 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_pipe3.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; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* 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:13px; 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 .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 { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.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 { color:#1e7ec8; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; 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://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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 -22px 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 { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* 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 { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.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-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }

/* Shopping Cart Collateral boxes */

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.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; }

.cart .discount h2 { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_shipping.gif); }

/* Options Tool Tip */
.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; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */

.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://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.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; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; 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:494px; }

.gift-message-link { font-size:11px; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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 { background:#fbfaf6 url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.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:#e26703; }
.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:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.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; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.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 {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#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-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !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 { background:#fbfaf6 url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; 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 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.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:#E26703; }
.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 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.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:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

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


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding:14px 21px; background:#faf7ee url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_buttons-set1.gif) 0 0 repeat-x; }

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


/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }


/* 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:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_divider1.gif) 0 100% repeat-x; 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; }
.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 { border-color:#406a83; background:#618499; }
#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; }


.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; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; 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:13px; }
/* ======================================================================================= */


/* 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://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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-container {  }
.footer { width:930px; margin:0 auto; padding:10px 10px 50px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* 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://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/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;}

/* marius */
.ButonFacebook{
    position:fixed;
    top:290px;
    left:0px;
    height:29px;
    width:31px;
    z-index:99999;
    background:#aaa url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/ButonFacebook.png);
    border-radius:5px;
    cursor:pointer;
}
.ButonInstagram{
    position:fixed;
    top:289px;
    left:0px;
    height:29px;
    width:31px;
    z-index:99999;
    background:#aaa url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/ButtonInstagram.png);
    border-radius:5px;
    cursor:pointer;
}
.ButtonYoutube{
    position:fixed;
    top:324px;
    left:0px;
    height:31px;
    width:31px;
    z-index:99999;
    background:#aaa url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/ButtonYoutube.png);
    border-radius:5px;
    cursor:pointer;
}
.ButonTwitter{
    position:fixed;
    top:360px;
    left:0px;
    height:29px;
    width:31px;
    z-index:99999;
    background:#aaa url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/ButonTwitter.png);
    border-radius:5px;
    cursor:pointer;
}
.ButtonFlickr{
    position:fixed;
    top:395px;
    left:0px;
    height:31px;
    width:31px;
    z-index:99999;
    background:#aaa url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/ButtonFlickr.png);
    border-radius:5px;
    cursor:pointer;
}
.ButtonGoogle{
    position:fixed;
    top:432px;
    left:0px;
    height:31px;
    width:31px;
    z-index:99999;
    background:#aaa url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/ButonGPlus.png);
    border-radius:5px;
    cursor:pointer;
}
.ButtonBlog{
    position:fixed;
    top:469px;
    left:0px;
    height:31px;
    width:31px;
    z-index:99999;
    background:#aaa url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/ButtonBlog1.png);
    border-radius:5px;
    cursor:pointer;
}
.ButtonCatalog{
    position:fixed;
    top:506px;
    left:0px;
    height:31px;
    width:31px;
    z-index:99999;
    background:#aaa url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/ButtonCatalog1.png);
    border-radius:5px;
    cursor:pointer;
}

.hideButtonText{
    line-height: 0;
    font-size: 0;
    color: transparent;
}

.feedback{
    position:fixed;
    top:410px;
    left:0px;
    height:126px;
    width:38px;
    background:#aaa url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/ButonFeedback.png);
    border-radius:0 3px 3px 0;
    z-index:99999;
    cursor:pointer;
}
.feedback_div{
    visibility:hidden;
    position:fixed;
    top:200px;
    left:159px;
    width:550px;
    height:300px;
    background:#fafafa;
    padding:20px;
    border-radius:20px 0 20px 0;
    border:2px solid #ccc;
    z-index:99999;
    opacity:0.95;
}
.feedback_div h3{
    padding:20px;
}
.feedback_div p{
    padding:20px;
}
.feedback_div .mail{
    position:relative;
    left:15px;
    width:365px;
    height:25px;
    border:1px solid #aaa;
}
.feedback_div textarea{
    width:440px;
    height:90px;
}
.feedback_div input{
    margin:20px;
    cursor:pointer;
}

/* </marius> */

#smallbanners
{
	width: 1100px !important;
	margin-top: -53px;
	margin-left: -213px;
}

#smallbanners .banner
{
	display:inline-block;
	margin-left: 14px;
	z-index:999;
}

.col3-layout .col-left
{
	margin-top: 533px !important;
}

.starM{
	float:left; 
} 
#textareaM{
    width:614px;
    min-height:70px;
	border-radius:3px;
	border:1px solid #aaa;	
	padding:7px; 
}
.submitM{
	padding:10px 30px 10px 30px;
	margin:20px 0 0 0;
	border-radius:3px;
	background:#e7e7e7;
	border:1px solid #aaa;
	cursor:pointer;
}
.revDiv{
    width:700px;
    height:auto;
    margin:0;
    padding:0;
    font-family:arial;
}
.revTitle{
    width:700px;
    height:auto;
    margin:10px auto 10px auto;	
    font-family:arial;
    font-size:15px;
    color:#999;
}
.revDiv .revBody{
    padding:10px 50px 10px 10px;
    font-size:12px; 
    color:#777;
}
.revDiv .revBody .text{
    width:100px;
    float:left;
    margin:0 20px 0 10px;
}  
 
.star-rating0, .star-rating1, .star-rating2, .star-rating3, .star-rating4, .star-rating5, .star-rating6, .star-rating7,
.star-rating8, .star-rating9, .star-rating10, .star-rating11, .star-rating12, .star-rating13{
    position:relative;
    top:3px;
	font-size: 0;
	white-space: nowrap;
	display: inline-block;
	width: 75px;  
	height: 14px;
    margin-top:-3px;
	overflow: hidden;
	position: relative;
	background: url('http://www.ecco-shoes.ro/skin/frontend/mejix/default/images/starGrey.png');
	background-size: contain;
}
.star-rating0 i, .star-rating1 i, .star-rating2 i, .star-rating3 i, .star-rating4 i, .star-rating5 i, .star-rating6 i, .star-rating7 i,
.star-rating8 i, .star-rating9 i, .star-rating10 i, .star-rating11 i, .star-rating12 i, .star-rating13 i{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 20%;
	z-index: 1;
	background: url('http://www.ecco-shoes.ro/skin/frontend/mejix/default/images/starOrange.png');
	background-size: contain;
}
.star-rating0 input, .star-rating1 input, .star-rating2 input, .star-rating3 input, .star-rating4 input, .star-rating5 input, .star-rating6 input, .star-rating7 input,
.star-rating8 input, .star-rating9 input, .star-rating10 input, .star-rating11 input, .star-rating12 input, .star-rating13 input{
	-moz-appearance: none;
	-webkit-appearance: none;
	opacity: 0;
	display: inline-block;
	width: 20%;
	height: 100%;
	margin: 0;
	padding: 0;
	z-index: 2;
	position: relative;
}
.star-rating0 input:hover + i, .star-rating1 input:hover + i, .star-rating2 input:hover + i, .star-rating3 input:hover + i, .star-rating4 input:hover + i, .star-rating5 input:hover + i, .star-rating6 input:hover + i, .star-rating7 input:hover + i,
.star-rating8 input:hover + i, .star-rating9 input:hover + i, .star-rating10 input:hover + i, .star-rating11 input:hover + i, .star-rating12 input:hover + i, .star-rating13 input:hover + i, 
.star-rating0 input:checked + i, .star-rating1 input:checked + i, .star-rating2 input:checked + i, .star-rating3 input:checked + i, .star-rating4 input:checked + i, .star-rating5 input:checked + i, .star-rating6 input:checked + i, .star-rating7 input:checked + i,
.star-rating8 input:checked + i, .star-rating9 input:checked + i, .star-rating10 input:checked + i, .star-rating11 input:checked + i, .star-rating12 input:checked + i, .star-rating13 input:checked + i {
	opacity: 1;
}
.star-rating0 i ~ i, .star-rating1 i ~ i, .star-rating2 i ~ i, .star-rating3 i ~ i, .star-rating4 i ~ i, .star-rating5 i ~ i, .star-rating6 i ~ i, .star-rating7 i ~ i,
.star-rating8 i ~ i, .star-rating9 i ~ i, .star-rating10 i ~ i, .star-rating11 i ~ i, .star-rating12 i ~ i, .star-rating13 i ~ i{
	width: 40%;
}
.star-rating0 i ~ i ~ i, .star-rating1 i ~ i ~ i, .star-rating2 i ~ i ~ i, .star-rating3 i ~ i ~ i, .star-rating4 i ~ i ~ i, .star-rating5 i ~ i ~ i, .star-rating6 i ~ i ~ i, .star-rating7 i ~ i ~ i,
 .star-rating8 i ~ i ~ i,  .star-rating9 i ~ i ~ i,  .star-rating10 i ~ i ~ i,  .star-rating11 i ~ i ~ i,  .star-rating12 i ~ i ~ i,  .star-rating13 i ~ i ~ i{
	width: 60%;
}
.star-rating0 i ~ i ~ i ~ i, .star-rating1 i ~ i ~ i ~ i, .star-rating2 i ~ i ~ i ~ i, .star-rating3 i ~ i ~ i ~ i, .star-rating4 i ~ i ~ i ~ i, .star-rating5 i ~ i ~ i ~ i, .star-rating6 i ~ i ~ i ~ i, .star-rating7 i ~ i ~ i ~ i,
.star-rating8 i ~ i ~ i ~ i, .star-rating9 i ~ i ~ i ~ i, .star-rating10 i ~ i ~ i ~ i, .star-rating11 i ~ i ~ i ~ i, .star-rating12 i ~ i ~ i ~ i, .star-rating13 i ~ i ~ i ~ i{
	width: 80%;
}
.star-rating0 i ~ i ~ i ~ i ~ i, .star-rating1 i ~ i ~ i ~ i ~ i, .star-rating2 i ~ i ~ i ~ i ~ i, .star-rating3 i ~ i ~ i ~ i ~ i, .star-rating4 i ~ i ~ i ~ i ~ i, .star-rating5 i ~ i ~ i ~ i ~ i, .star-rating6 i ~ i ~ i ~ i ~ i, .star-rating7 i ~ i ~ i ~ i ~ i,
.star-rating8 i ~ i ~ i ~ i ~ i, .star-rating9 i ~ i ~ i ~ i ~ i, .star-rating10 i ~ i ~ i ~ i ~ i, .star-rating11 i ~ i ~ i ~ i ~ i, .star-rating12 i ~ i ~ i ~ i ~ i, .star-rating13 i ~ i ~ i ~ i ~ i { 
	width: 100%;
}

/**
 * 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-2018 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://www.ecco-shoes.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://www.ecco-shoes.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://www.ecco-shoes.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://www.ecco-shoes.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://www.ecco-shoes.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://www.ecco-shoes.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://www.ecco-shoes.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://www.ecco-shoes.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://www.ecco-shoes.ro/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.am_search_popup {
    position: absolute;
    right: 0;
    margin-top: 5px;
    min-width: 300px;
    text-align: left;
    border-radius: 8px;
    font: 12px Arial, Helvetica, sans-serif;
    z-index: 1000;
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.25);
}

.am_search_popup .am_element {
    font-size: 10px;
    padding: 10px;
    float: none;
}

@media only screen and (max-width: 770px) {
    #am_search_container .am_search_popup {
        width: 100%;
        margin-bottom: 20px;
    }

    .price_footer {
        width: 100%;
    }

    .price_footer div.price_cell {
        display: inline-block;
        text-align: left;
        min-width: 99%;
    }

    .price_footer div {
        display: inline-block;
        text-align: right;
    }

    .am_search_popup {
        border-width: 0 !important;
        border-radius: 0 !important;
        height: 100%;
        background-color: white !important;
    }

    .am_search_popup_inner {
        border-radius: 0 !important;
    }

    .more_results {
        font-size: 14pt;
    }

    .am_search_popup .am_search_popup_inner .am-categories {
        width: 100%;
    }

    .am_search_popup .am_search_popup_inner .am-products {
        display: block;
        width: 100%;
    }
}

.am_search_popup_inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #a5a5a5;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
}

.am_search_popup div.am_element, div.am-categories, div.am-products {
    float: none;
    width: 100%;
    color: black;
    background: #fff;
}

.am_search_popup_inner .am-categories {
    padding: 5px 15px 10px;
    width: 30%;
}

.am_search_popup_inner .am-categories.am-fullwidth,
.am_search_popup_inner .am-products.am-fullwidth,
.am-products .am-product-link.am-fullwidth{
    width: 100%;
}

.am-categories .am-container-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #dadada;
}

.am_search_popup .am-categories .category-name {
    font-weight: 400;
}

.am_search_popup_inner .am-products {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 15px 10px;
    width: 70%;
}

.am-products > .am-container-title {
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #dadada;
}

.am-products .am-product-link {
    width: 50%;
}

.am-more-results {
    width: 100%;
}

.am_image > img {
    max-width: 100%;
    border: 1px solid #bec4c8;
}

.am_search_popup .price-box {
    margin: 0;
}

.am_search_popup .price_footer {
    margin-top: 10px;
}

.price_footer .add2cart {
    display: inline-block;
}

.am_search_popup .price_cell {
    vertical-align: middle;
    padding-right: 3px;
    margin-bottom: 5px;
    display: inline-block;
}

.am_search_popup .regular-price .price,
.am_search_popup .am_title {
    font-weight: normal;
    font-size: 12px;
    float: none;
}

.am_search_popup .am_title {
    font-weight: bold;
}

.am_search_popup .am_image {
    display: inline-block;
    max-width: 29%;
    width: 100%;
    padding-right: 2%;
    border-right: 1px solid #adb5b9;
    min-height: 100%;
}

.am_search_popup .am_right {
    display: inline-block;
    max-width: 69%;
    min-width: 35%;
    width: 100%;
    vertical-align: top;
    padding-left: 2%;
}

.am_search_popup a {
    text-decoration: none !important;
}

#search_mini_form #search.loading,
.form-search #search.loading {
    background: url(https://www.ecco-shoes.ro/skin/frontend/base/default/images/amxsearch_loader.gif) no-repeat 95% center;
    position: relative;
    z-index: 11;
}

#search_mini_form .search-button {
    z-index: 10;
}

.am_search_popup .ratings {
    margin: 0 0 3px;
}

.am_search_popup .rating-box {
    background: url(https://www.ecco-shoes.ro/skin/frontend/base/default/images/am_xsearch_bkg_rating.png) 0 0 repeat-x;
}

.am_search_popup .rating {
    background: url(https://www.ecco-shoes.ro/skin/frontend/base/default/images/am_xsearch_bkg_rating.png) 0 100% repeat-x;
}

.am_search_popup div.am_element:hover .rating-box {
    background: url(https://www.ecco-shoes.ro/skin/frontend/base/default/images/am_xsearch_bkg_rating_white.png) 0 0 repeat-x;
}

.am_search_popup div.am_element:hover .rating {
    background: url(https://www.ecco-shoes.ro/skin/frontend/base/default/images/am_xsearch_bkg_rating_white.png) 0 100% repeat-x;
}

.am_search_popup .am_title,
.am_search_popup .am-category a{
    font-weight: bold;
    padding-bottom: 3px;
}

.am_search_popup .regular-price .price {
    font-style: italic;
    font-weight: bold;
}

#am_search_container {
    position: relative;
    clear: both;
    z-index: 40000;
}

.am_search_popup .more_results {
    padding: 10px 0;
    background: #FFF;
    text-align: center;
    font-weight: bold;
    display: block;
}

.button.btn-cart {
    white-space: inherit;
}

.am_search_popup .am-category {
    cursor: pointer;
    font-size: 14px;
    padding: 5px 0 5px 15px;
}

.am_search_popup .price-box {
    text-align: left;
}

.instagram-view div {
	float:left;
	margin:10px;
}

.account-login .fb-login h2 {
    background-image:url("https://www.ecco-shoes.ro/skin/frontend/base/default/images/magestore/fblogin/fb_icon.gif");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 23px;
}

.fb-seprate{
    margin-top:30px;
}

#connected{
    text-align:center; 
    margin-top:60px;
}

#connected #image{
    margin-bottom:10px;
}

@media screen and (min-width: 653px) and (max-width: 864px) {
    .account-login .fb-login h2 {
        background-image:url("https://www.ecco-shoes.ro/skin/frontend/base/default/images/magestore/fblogin/fb_icon.gif");
        background-position-x: 0%;
        background-position-y: 13%;
        background-repeat: no-repeat;
        padding: 0 0 0 23px;
    }
}

@media screen and (min-width: 480px) and (max-width: 652px) {
    .account-login .fb-login h2 {
        background-image:url("https://www.ecco-shoes.ro/skin/frontend/base/default/images/magestore/fblogin/fb_icon.gif");
        background-position-x: 0%;
        background-position-y: 7%;
        background-repeat: no-repeat;
        padding: 0 0 0 23px;
    }
}

@media screen and (min-width: 150px) and (max-width: 440px) {
    .account-login .fb-login h2 {
        background-image:url("https://www.ecco-shoes.ro/skin/frontend/base/default/images/magestore/fblogin/fb_icon.gif");
        background-position-x: 0%;
        background-position-y: 13%;
        background-repeat: no-repeat;
        padding: 0 0 0 23px;
    }
}
.wrapper {
    width:100%;
    text-align: center;
}

.page {
    margin: 0px auto;
    width: 100%;
}
.clearfix {
    clear:both;
}
p{margin:0px;padding:0px;}
a{text-decoration:none;outline:0 none;}
a img{border:0px;}
ul{margin:0px;padding:0px;list-style:none;list-style-position:outside;}
.skype_pnh_container {display:none !important;}
.skype_pnh_print_container {display:inline !important;}

/*---------------HEADER----------------------*/
.header-container {
    width:980px;
    background: none;
    border: none;
    height: 90px;
    /*height: 74px;*/
    margin: 0px auto;
}
.header {
    width:980px;
    height: 74px;
    padding: 0px;
}
.header h1.logo {
    position:relative;
    top:20px;
    width:188px;
    float:left;
    padding: 16px 0 0 3px;
    margin: 0px;
}

.header .logo {
    margin: 0px;
}

.transport{float:right;padding-top:10px;width:160px;}
.transport img{float:left;}
.transport p{float:left;font-size:13px;color:#aaafb2;font-weight:bold;width:160px;text-align:center;margin-bottom:0px!important}
.transport p span{font-size:12px;color:#000000;font-weight:normal;}

.header .quick-access {
    float:right;
    width: 785px;
    padding:0px;
    text-align:left;
}
.favHome{
    float:right;
    width:25px;
}
.favHome > .imgFav{
    position:relative;
    top: 12px;
    left: 12px;
    cursor:pointer;
}

.header .quick-access a{
    color:#000;
}

.header .quick-access .headerNr,
.header .quick-access .header-money-back,
.header .quick-access .header-livrare,
.header .quick-access .header-schimb
{
    display: block;
    float: left;
    width:127px;
/*  background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header-nr.gif) no-repeat; */
    height:32px;
    margin-right:15px;
    margin-top: 13px;
}

.header .quick-access .headerNr {
    width: 128px;
    /*background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/Telefon-cu-textECCO.png) no-repeat;*/
    background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/Telefon-cu-textECCO.png) no-repeat;
}

.header .quick-access .header-money-back {
    width: 112px;
    /*background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/30zile-cu-text.png) no-repeat;*/
    background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/ga_3_7.png) no-repeat;
}

.header-livrare {
    width: 152px !important;
   /* background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/tmx1.gif) no-repeat;*/
    background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/ga_1_7.png) no-repeat;
}

.header .quick-access .header-schimb {
    width: 139px;
    /*background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/Schimb-cu-text.png) no-repeat;*/
    background:url("https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/schimb_gratuit4.png") no-repeat;
}

.header .quick-access .headerNr p {
    font-size:14px;
    font-weight:bold;
    font-family:"trebuchet MS";
    color: #848484;
    margin:0px!important;
}
.header .quick-access .headerNr p.program {
    font-weight:normal;
    font-size:13px;
}
/*#header_cart {
    float: right;
    width: 153px;
    height: 43px;
    border: 1px solid #dadada;
    background: #f2f2f2 url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/cart_icon.png') no-repeat 8px 23px;
}*/
#header_cart {
    float: right;
    height:45px;
    width:147px;
    background:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bgr_shopping_bag.gif') no-repeat right top;
    margin-top:4px;
    margin-right:3px;
    cursor:pointer;
}
#header_cart a{float:left;}
.header_cart_count{float:right;width:30px;height:25px;text-align:center;font-size:13px;font-weight:bold;padding-top:20px;margin-right:6px;cursor:pointer}
.cosulMeu{float:right;width:90px;font-size:14px;padding-right:10px;text-align:right;margin:10px 0px 0px 0px!important;cursor:pointer;}
.cosulMeuValue{float:right;width:90px;font-size:11px;padding-right:10px;text-align:right;margin-top:3px;cursor:pointer;}
#header_cart .head {
    font-size: 14px;
    color: #D3120F;
    text-align: center;
    line-height: 20px;
}

#header_cart .text {
    display: block;
    float: right;
    padding-right: 10px;
}

/********** < Navigation */

/*level 1 apare rosu si la hover negru*/
.level1 > a > span{
  	font-weight: bold !important; 
  	color:#f00 !important;
}
.level1 > a > span:hover{
  	font-weight: bold !important; 
  	color:#000 !important;
}

/*level1 100px right*/
.container-bg-right > .level0 > .nav-2-1{
  	margin-left:100px !important;
}
.container-bg-right > .level0 > .nav-3-1{
  	margin-left:100px !important;
}
.container-bg-right > .level0 > .nav-4-1{
  	margin-left:180px !important;
}


#nav-outside{
    width: 100%;
    text-align: center;
    /*position: absolute;*/
    /*top: 106px;*/
    /*background: url("https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/css/images/top-menu-bg.png");*/
    background:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/top-menu-bg.png') repeat-x;
    /*background:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/nav_bg_1.png') repeat-x;*/
    z-index: 29;
}


#nav-margin-left, #nav-margin-right {
    float: left;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/nav_margin_left.png');
    width: 4px;
    height: 38px;
}

#nav-margin-right {
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/nav_margin_right.png');
}

.nav-container {
    width: 979px;
    height: 50px;
    /*float: left;*/
    display: inline-block;
    border-radius:3px 3px 0 0;
}

.nav-container #home_link {
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/nav_home_link.png');
    float: left;
    width: 19px;
    height: 17px;
    margin: 9px 0 0 10px;
}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li {
    position:relative;
    text-align:left;
}

#nav li.level0 {
    text-align: left;
}

#nav li.over { z-index:998; }
#nav a,
#nav a:hover {
    display: block;
/*    line-height: 30px;*/
    text-decoration: none;
}
#nav span {
    display:block;
    cursor:pointer;
    white-space:nowrap;
    font-size: 12px !important;
    position:relative;
    z-index:10000;
}
a.level-top span {
    /*font-size:13px!important;*/
    /*line-height:17px;*/
    color: #525252;
    font: normal 8pt Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
a.level-top {margin-left:4px;}
a.level-top.over {background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/menu_over_bgr.gif) repeat-x;padding:0px!important; }
a.level-top.over span{
    height:23px;
    padding:6px 13px 10px 10px;
    /*background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/menu_over_arrow.gif) center bottom no-repeat;*/
}
#nav li ul span {white-space:normal; }


#nav ul li.parent a {  background-image:none; }
#nav ul li.parent li a { background-image:none; }

.special_char{display:inline-block!important;font-family:Arial!important;padding:0px!important;margin:0px!important;background:none!important;height:15px!important;line-height:13px!important;}
/* 0 Level */
#nav li {
    float:left;
}
#nav li.active a { color:#D3120F; }
#nav a {
    float:left;
    padding:6px 10px 10px 10px;
    color:#525252;
    font-weight:bold;
}
#nav li.over a,
#nav a:hover {
    color:#fff;
}

#nav li.level0.over{
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/menu-shadow.png') repeat-x left top;
}

#nav li.level0.over a{
    background:none;
}
/* marius */
#nav .menu-separator {
    height: 0px;
}

.container-bg-right {
    float: left;
}

.container-bg-bottom {
    padding-bottom: 7px;
    float: left;
}

/* 1st Level */
#nav ul li,
#nav ul li.active {
    float:left;
    background:none;
    /*width: 105px;*/
    margin: 0 5px 0 0;
}

#nav ul li.last { background:none; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:left; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

#nav ul {
/*    background-color:#ffffff;*/
    float:left;
}

#nav ul.level0 {
    background: #ffffff;
    font-family:Arial;
}

#nav ul li.level1.last {
    margin-right: 0px;
    padding-right:5px;
}

/* marius */
.new_collection {
    height:0px !important;
    display:none;
}
/*
.new_collection {
    float:none!important;
    clear:both
}
*/

#nav ul.level0 li,
#nav div.level0 li {
    float:left;
    /*background-color:#ffffff;*/
}

#nav li.level1 a{font-weight:bold!important;}
#nav li.level1 ul a{font-weight:normal!important;}


#nav ul.level0 li.level1 span {
    font-weight: bold;
    padding-top: 15px;
}

/* marius */
#nav ul.level0 li.level1 span.toate {
    visibility:hidden;
    height:0px;
}
/*
#nav ul.level0 li.level1 span.toate {
    color: #1c1511;
    padding-top: 1px;
    font-weight: normal;
}
*/

#nav ul.level0 li.level1 span.sale {
    color: #ff6b01;
    padding-top: 1px;
}

#nav ul ul.level1 {
    border-top:1px solid #fff;
}

/* 3rd+ Level
#nav ul ul,
#nav ul div { top:5px; }*/

/* 3rd+ Level */
#nav ul ul.level1,
#nav ul div.level1 {
    /* float:left;
   margin-left:20px;*/
    clear:both;
    margin-bottom:8px;
}

#nav ul ul.level1 li,
#nav ul div.level1 li {clear:both;float:none!important;height:20px;}

#nav ul li a { background:none; }
#nav ul li a:hover { background:none; }
#nav ul li a,
#nav ul li a:hover { color:#fff!important; }
#nav ul span,
#nav ul li.last li span { padding:3px 0 4px 10px; }


#nav ul.level0 ul.level1 li span {
    color: #fff;
    padding-top: 1px;
    font-weight: normal;
    white-space: nowrap;
}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index: 100; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:0px; }

.navChildWrapper {
    float:left;
    position:absolute;
    width: 800px;
    top:47px;   /* kill dropdown top:-38px;*/
    left:-10000px;
}
.level0.nav-3 #menu-bottom{
    position:relative;
}
#nav a, #nav a:hover {
    line-height: normal;
}

#nav .navChildWrapper.brands {
    width: 300px;
}

#nav .menu-bottom-brands {
    width: 300px;
}

#nav .navChildWrapper.reduceri {
    width: 350px;
}

#nav .menu-bottom-sale {
    width: 350px;
}

#menu-bottom{float:left;}
.menu-bottom-brands{width:530px;}
.menu-bottom-sale{width:530px;}
#menu-corner-left {
    float:left;
    width: 8px;
    height: 9px;
}

#menu-dyn-width {
    float: left;
    height: 10px;
    width:9px;
}

#menu-corner-right {
    float:left;
    width: 10px;
    height: 9px;
}

/********** Navigation > */
/* ======================================================================================= */

.nav-container #search-mini-form {
    float: right;
    width: 360px;
    height: 24px;
    margin: 7px 4px 6px 0;
}

#search-mini-form .form-search{
    padding-top:5px;
}

#search-mini-form label{
    font: bold 8pt tahoma, verdana, arial, sans-serif;
    padding-right: 5px;
    text-transform: uppercase;
    color: #525252;
}

.nav-container #search-mini-form .input-text {
    width: 260px;
    margin: 0 5px 0 -4px;
    height: 22px;
    vertical-align: middle;
    border: 1px solid #c3c3c3;
    font-style: italic;
    padding-left:5px;
    font-size:14px;
    color: #888 !important;
}
.go-button{
    margin-left: -21px;
    position: relative;
}
.search-input {
}

.nav-container #search-mini-form .button {
    width: 35px;
    height: 25px;
    display: block;
    float: left;
    display: none;
}

.mainFav{
    padding:15px;
}
.marECCO{
    float:left;
    width:60px;
    height:60px;
    margin:5px 0 0 0;
    padding:0;
    border:1px solid #e4edf5;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
}

.cms-index-index .col-main .std {
    display: none !important;
}

.col-right {
    width: 155px;
    padding: 0px;
    background: #fff;
}

.products-grid-container {
    width: 812px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bgr_home_prod.gif') repeat;
    padding: 7px 6px 7px 7px;
}

.col2-right-layout .products-grid {
    width: 807px;
    background:#ffffff none;
    border-bottom: none;
}

.products-grid .product-image {
    display: block;
    width: 170px;
    height: 140px;
    margin: 0px auto;
}

.col2-right-layout .products-grid.first {
/*    padding-top: 7px;*/
/*    color: #f3f4f5;*/
}

.col2-right-layout .products-grid.last {
/*    padding-bottom: 7px;*/
}

.content-products .products-grid.first li.item {
/*    border-top: 1px solid #e2ecf4;*/
    border-bottom: 1px solid #f3f4f5;
}

.col2-right-layout .products-grid.first li.item.first {
/*    border-top: none;*/
}

.col2-right-layout .products-grid.last li.item {
/*    border-bottom: 1px solid #e2ecf4;*/
/*    border-top: 1px solid #f3f4f5;*/
}

.above-products {
    width: 809px;
    height: 5px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/above_products_li.png');
}
.content-products {
    width: 807px;
    border-left:1px solid #E2ECF4;
    border-right:1px solid #E2ECF4;
}
.below-products {
    width: 809px;
    height: 4px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/below_products_li.png');
}

.products-grid li.item {
    width:201px;
    height: 240px;
    background: #ffffff;
    padding:0px;
    text-align: center;
/*    overflow: hidden;*/
    color: #0a345e;
/*    font-weight: bold;*/
}

.products-grid li.item.first {
    /*border-left: 1px solid #e2ecf4;*/
}

.products-grid li.item.last {
    /*border-right: 1px solid #e2ecf4;*/
}

.products-grid li .category-name {
    font-size: 15px;
    font-family: "trebuchet MS";
    padding-top: 13px;
}

.products-grid li .category-name a {
    color: #0a345e;
}

.products-grid li .brand-name {
    font-size: 12px;
    padding: 5px;
    color: #2c5987;
    height:14px;
}

.products-grid .product-name {
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    padding: 0px 30px;
    display:block;
    overflow:hidden;
    height:34px;
}

.products-grid .product-name a {
    color:#2c5987;
    text-decoration: underline;
}

.products-grid .price-box {
/*    float:right;*/
    width: 188px;
    text-align: center;
}

.products-grid .price-box .old-price {
    padding-left: 20px;
    float: left;
}

.products-grid .price-box .old-price .price {
    color: #555555;
}

.products-grid .price-box .special-price {
    float: right;
    padding: 0px 20px 0 0;
}

.products-grid .price-box .special-price .price {
    color:#D3120F;
    font-size: 12px;
}


.products-grid .price-box .regular-price .price {
    color: #555555;
    font-size:12px;
    font-weight:bold;
}

.hline {
    width: 814px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    background-color: #e0e3e6;
    margin: 5px 0 0 10px;
}

.homeBrands{
    width:815px;
    height:84px;
    border: 1px solid #EBEBEB;
    margin-top: 5px;
}
.homeBrands .allBrands{
    float:right;width:112px;height:28px;margin:27px 10px 0px 0px;background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/btn_all_brands.jpg) no-repeat;}
.homeBrands ul{float:left;}
.homeBrands ul li{float:left;height:74px;line-height:74px;padding:0px 8px}
.homeBrands ul li img{vertical-align:middle}

#home_bottom_block_container {
    width: 825px;
    height: 182px;
    margin-top: 7px;
}

#blog {
    width: 189px;
    border: 1px solid #EBEBEB;
    height: 160px;
    margin-top: 5px;
    padding: 5px;
    float: left;
}

#blog #blog-title {
    color: #115e9f;
    font-weight: bold;
    padding-top: 10px;
}

#blog #blog-subtitle {
    color: #115e9f;
    line-height: 20px;
}

#blog #blog-content {

}

#blog .blog-readmore {
    margin-top: 10px;
    padding-left: 15px;
    color: #8ea01d;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/blog_plus.png') 0px 2px no-repeat;
    float: right;
    width: 70px;
    display: block;
}

/* Block: Subscribe */
.block-subscribe {
    float: left;
    color: #866f55;
    width: 189px;
    border: 1px solid #EBEBEB;
    height: 160px;
    margin-top: 5px;
    padding: 5px;
    background: #fff
}

.block-subscribe .title {
    padding: 0px 0 12px 0;
    color: #000000;

}

.block-subscribe .title h1 {
    color: #f37021;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    float: right;
}

.block-subscribe input.input-text {
    /*padding: 15px 0 0 0;*/
    padding:0px;
    margin:10px 0px 0px 0px;
/*    border: 0px;*/
    width: 187px;
    background: none;
    height: 25px;
    line-height: 25px;
/*    background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/newsletter-input-bg.png) 0px 0px no-repeat;*/
}
.block-subscribe .validation-failed{
    background:url("https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/newsletter-input-bg.png") no-repeat scroll 0 0 transparent!important;
}
.block-subscribe input.button {
    width: 71px;
    height: 28px;
    /*padding: 15px 0 0 80px;*/
    margin:15px 0px 0px 80px;
}

#likebox {
    width: 189px;
    border: 1px solid #EBEBEB;
    height: 324px;
    margin-top:92px;
    padding: 5px;
    float: left;
    overflow:hidden;
    background: #fff;
}

.product-review-home {
    border: 1px solid #EBEBEB;
    margin-top:-66px;
    width: 777px;
    background: #fff;
    margin-bottom:15px;
}

.product-review-home .page-title {
    padding: 7px 0 2px 10px;
    font-size: 24px;
    font-family: 'Trebuchet MS', arial, sans-serif;
    margin: 0px;
    border: none;
}

.product-review-home .product-img-box {
    width: 120px;
    height: 120px;
    float: left;
    padding: 15px 30px 15px 30px;
}

.product-review-home .review-details {
    float: left;
    width: 560px;
    min-height: 150px;
}

.product-review-home .product-name {
    color: #000000;
    font-size: 22px;
    padding: 20px 0 20px 0;
}

.product-review-home .nickname {
    font-weight: bold;
    float: left;
    padding-bottom: 5px;
}

.product-review-home .nickname span {
    font-weight: normal;
}

.product-review-home .review-content {
    color: #6c6c6c;
}

/*.header .headerRight{width:704px;float:left;}
.header .headerRight .headerSearch{width:550px;float:left;padding-top:14px;}
.header .headerRight .headerSearch ul{width:550px;float:left;}
.header .headerRight .headerSearch ul li{float:right;line-height:12px;border-right:1px solid #000000;padding:0px 12px}
.header .headerRight .headerSearch ul li a{line-height:12px;font-size:12px;color:#000000}
.header .headerRight .headerSearch .searchInput{padding:0px 4px 0px 5px;margin:14px 0px 0px 0px;border:0px;float:left;width:300px;height:33px;line-height:33px;background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bgr_search_input.png) no-repeat;}
.header .headerRight .headerSearch .searchBtn{margin:14px 0px 0px 0px;float:left;width:78px;height:33px;background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bgr_search_btn.png) no-repeat;}
.header .headerRight .headerNr {float:right;width:140px;background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bgr_phone_nr.png) no-repeat;margin-top:9px}
.header .headerRight .headerNr p{float:left;width:140px;text-align:right;font-size:15px;font-weight:bold;font-family:"trebuchet MS"}
.header .headerRight .headerCart {width:663px;height:15px;padding-top:5px;float:left;text-align:right;padding-right:37px;background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_lock.png) top right no-repeat;font-size:12px}*/
/*.topMenu{width:980px;height:38px;float:left;margin:5px 0px 0px 7px;}
.topMenu .topMenuLeft{width:4px;height:38px;float:left;background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/menu_left.png) no-repeat;}
.topMenu .topMenuRight{width:4px;height:38px;float:left;background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/menu_right.png) no-repeat;}
.topMenu .topMenuContent{width:972px;height:29px;float:left;background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/menu_content.png) repeat-x;padding-top:9px;}
.topMenu .topMenuContent ul{float:left;}
.topMenu .topMenuContent ul li{float:left;padding:0px 16px;}
.topMenu .topMenuContent ul li a{font-size:13px;font-weight:bold;font-family:"trebuchet MS";color:#ffffff}*/

/*.header .form-search {
    position:absolute;
    top:0; right:29px;
    width:315px; height:30px;
    background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bkg_form-search.gif) 0 0 no-repeat;
    padding:1px 0 0 16px;
}
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.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; }*/


.product-right-view {
    float: right;
    width: 183px;
/*    margin-top: -30px;*/
}

#support_clienti {
    width: 159px;
    height: 235px;
    background: #f4f4f4;
    padding: 13px 11px 13px 11px;
    font-family: "Trebuchet MS", "Arial", sans-serif;
    border: 1px solid #EBEBEB;
    margin-bottom: 7px;
}

#support_clienti .titlu {
    color: #787878;
    font-size: 20px;
    padding-bottom: 6px;
    border-bottom: 1px dotted #313131;
}

#support_clienti .serviciu {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #b5b5b5;
    height: 23px;
    display: block;
}

#support_clienti .serviciu.last {
    border: none;
}

#support_clienti .serviciu .image {
    width: 30px;
    height: 24px;
    float: left;
}

#support_clienti .serviciu.money-back .image {
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/reload.png');
}

#support_clienti .serviciu.schimb .image {
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/return.png');
}

#support_clienti .serviciu.livrare .image {
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/transport.png');
}

#support_clienti .serviciu.telefon .image {
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/telefon.png');
}

#support_clienti .serviciu .text {
    font-family: "arial", sans-serif;
    font-size: 11px;
    float: left;
    width: 119px;
    height: 20px;
    padding-left: 9px;
    color: #404040;
}

.product-right-view #top {
    background-image: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/product_right_view_top.png');
    width: 151px;
    height: 35px;
}

.product-right-view #inner_container {
    width: 181px;
    /*border: 1px solid #abc4e0;*/
    border: 1px solid #EBEBEB;
    border-bottom: none;
}

.product-right-view #cosul_meu_head, .product-right-view #vizitate_recent_head,
.product-right-view #recomandate_head {
    width: 136px;
    height: 30px;
    color: #2c5987;
    line-height: 30px;
    font-family: 'trebuchet MS', arial, sans-serif;
    font-size: 11px;
    padding-left: 37px;
    background-repeat: no-repeat;
    background-position: 17px 50%;
}

.product-right-view .closed {
    background-image: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/product-right-view-arrow-unselected.png');
}

.opened {
    background-image: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/product-right-view-arrow-selected.png');
}

.product-right-view-h-separator {
    width: 181px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    background-color: #EBEBEB;
}

#product_right_view_footer {
    width: 181px;
    height: 3px;
    line-height: 3px;
    /*background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/product-right-view-footer.png') no-repeat 0 0;*/
    border-bottom:1px solid #EBEBEB;
    border-left:1px solid #EBEBEB;
    border-right:1px solid #EBEBEB;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.product-right-view #cosul_meu_inner, .product-right-view #vizitate_recent_inner,
.product-right-view #recomandate_inner {
    display: none;
    text-align: center;
}
.products-grid-small .pname {padding:0px 10px;}
.products-grid-small .pname h3 a { color: #2C5987;font-size: 12px;font-weight: normal;}
.products-grid-small .regular-price {padding-top:5px;}
.products-grid-small .regular-price .price{ color: #555555}

.product-right-view .toggler {
    cursor: pointer;
}

/*grid*/
.product-right-view .products-grid li.item {
    width:146px;
    height:146px;
    display:inline;
    position:relative;
}

.product-right-view .products-grid .product-image {
    width:75px;
    height:75px;
    margin:5px 5px;
    position:relative;
    z-index:1
}
.product-right-view .products-grid .product-image img{
    position:relative;z-index:2
}


.product-right-view .products-grid .product-name a {
    color:#2c5987; font-size:12px;
    font-family:Verdana, Geneva, sans-serif;
    font-weight:normal; text-decoration:none;
}

.product-right-view .products-grid .actions {
    position:absolute; bottom:12px;
}

.product-right-view .col1-layout .products-grid-small {
    width:148px;
    margin:0 auto;
    clear:left;
}

.product-right-view .regular-price span {
    float:none;
    color:#2d5d8e;
    font-size:12px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-align: center;
}

.product-right-view .price-box {
    float: none;
    margin: 0px auto;
    height: 20px;
}

.tva_text{font-size:12px;color:#2F2F2F;display:none;}
.catalog-product-view .tva_text{
    display:block;
    line-height: 26px;
    float: left;
}

#bannercycle {
    width: 825px !important;
    height: 345px !important;
}

.footer-container {
    height: 309px;
    width: 990px;
    margin:auto;
    border: none;
    color: #404040;
    text-align: center;

}

.footer-container .footer {
    height: 259px;
    width: 980px;
    background-color:#454545;
    margin: 0px auto;
    padding: 50px 0 0 0;
    color: #CCCCCC;
    font: normal 11px Arial;
    line-height: 120%;
    text-decoration: none;

    border: 1px solid #454545;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.footer-container .footer .top-links {
    height: 200px;
    width: 980px;
    margin: 0px auto;
    text-align: left;
}

.footer-container .footer .footer_col {
    padding: 0 14px 0 14px;
    min-width: 100px;
    max-width: 180px;
    float: left;
}

.footer-container .title-box {
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
    position: relative;
    border-bottom:2px solid #ddd;
    color:#fff;
}

.footer-container .title-box .arrow {
    position: absolute;
    width: 10px;
    height: 5px;
    top: 20px;
    left: 15px;
}

.footer-container .footer .footer_col ul li {
    display: block;
    background: none;
    padding: 6px 0 0 6px;
}

.footer-container .footer-hline {
    height: 2px;
    width: 933px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/footer_hbar.gif') repeat-x;
    margin: 0px auto;
}

.footer-container .footer-copyright {
    padding: 20px 0 20px 30px;
    text-align: left;
}
.footer-copyright-txt{width:680px;display:inline-block}

.anpc{width:250px;display:inline-block}
.footer a {
    color: #CCCCCC;
}

/*category view*/


body.catalog-category-view #nav-outside, body.catalogsearch-result-index #nav-outside {
    /*height: 38px;*/
}

.breadcrumbs {
    height: 28px;
    font-size: 12px;
    line-height: 28px;
    margin: 0px;
    color: #577da5;
    border: none;
    padding-left: 24px;
}

.breadcrumbs a {
    color: #577da5;
}

.breadcrumbs li .last {
    font-weight: normal;
    color: #a7a7a7
}


.block-layered-nav dd {
    background: none;
    padding: 12px 0px 5px 0px;
}

.block-layered-nav dd li {
    height: 25px;
    padding-left: 50px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/filter-unselected-bg.png') 20px 0 no-repeat;
    position: relative;
    font-size:11px;
    color:#9b9b9b;
}
.block-layered-nav dd li a{
    color:#293f60;
    font-size:12px;
}
.block-layered-nav dd li a.select-box {
    display: block;
    position: absolute;
    top: 0px;
    left: 20px;
    width: 16px;
    height: 16px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/filter-unselected-bg.png');
}

/*.block-layered-nav .btn-remove {
    position: absolute;
    top: 0px;
    left: 16px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/filter-selected-bg.png');
    width: 16px;
    height: 16px;
}*/

.block-layered-nav .m-selected-filter-item {
    color: #293f60;
    font-weight: bold;
    font-size:12px;
}

.block-layered-nav dd.Culoare {
    width: 180px;
    display: block;
    /*margin: 0px auto;*/
}
.block-layered-nav dd.Culoare ol{
    float:left;
    margin-left:20px;
}
.block-layered-nav dd.Culoare li {
    display: block;
    float: left;
    width: 25px;
    height: 23px;
    border: 1px solid #cfcfcf;
    padding: 0px;
    margin-right: 5px;
    margin-bottom: 6px;
    background: none;
}

.block-layered-nav dd.Culoare a {
    display: block;
    width: 19px;
    height: 17px;
    margin: 3px 3px 3px 3px;
}

.block-layered-nav dd.Marime {
    width: 180px;
    display: block;
    /*margin: 0px auto;*/
}
.block-layered-nav dd.Marime ol{
    float:left;
    margin-left:20px;
}
.block-layered-nav dd.Marime li {
    display: block;
    float: left;
    width: 33px;
    height: 23px;
    border: 1px solid #cfcfcf;
    padding: 0px;
    margin-right: 5px;
    margin-bottom: 6px;
    background: none;
}

.block-layered-nav dd.Marime a {
    display: block;
    width: 33px;
    height: 23px;
    line-height: 23px;
    text-align:center;
    font-size:12px;
    color:#676767;
}


.block-layered-nav dd.Culoare a.btn-remove-color {
    width: 23px;
    height: 23px;
    margin-left: -1px;
    margin-top: -1px;
    border: 2px solid red;

}

.block-layered-nav dd.Marime a.btn-remove-marime {
    width: 31px;
    height: 22px;
    margin-left: -1px;
    margin-top: -1px;
    border: 2px solid red;
    font-weight: bold;
}

.toolbar .pages li {
    display: block;
    float: left;
}

.col2-left-layout .products-grid .product-image {
    display:block;
    width:135px;
    height:135px;
    margin: 0px auto;
}


.product-brand{display:block;font-size:12px;color:#2c5987;font-weight:bold;text-align:center;margin:0px;width:188px;float:left;cursor:pointer;}
.productImageBlock{width: 188px;padding-top:19px;padding-bottom:15px;float:left;cursor:pointer;}
.prodNewOff{background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/prod_new_off.png) no-repeat;position:absolute;z-index:1;width:45px;height:121px;top:0px;left:0px;}
.prodSaleOff{background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/prod_sale_off.png) no-repeat;position:absolute;z-index:1;width:45px;height:121px;top:0px;left:0px;}

.col2-left-layout .products-grid.last { border-bottom:0; }

.col2-left-layout .products-grid li.item {
    /*width: 194px;
    padding: 0px;
    height:265px;*/
    position:relative;
    float:left;
}
/*.saleProduct {
  background:url("https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/prod_sale_off.png") no-repeat -1px 0px;
}

.newProduct {
  background:url("https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/prod_new_off.png") no-repeat -1px 0px;
}

.ocazieProduct {
  background:url("https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/prod_ocazie_off1.png") no-repeat -1px 0px;
}

.saleProdProc {
  background:url("https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/prod_sale_off5.png") no-repeat 3px 0px;
}
.prod_yak {
  background:url("https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/prod_yak.png") no-repeat;
}
.prod_gore {
  background:url("https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/prod_gore.png") no-repeat;
}
.saleProdProcUgly {
  background:url("https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/prod_sale_off6.png") no-repeat 1px 0px;
}*/

.col2-left-layout .products-grid li.item:hover a.prodFlag{
    width:42px;
    background-position: -4px 0px;
    left:3px;
}
.col2-left-layout .products-grid li.item:hover a.landingProduct{
    border:3px solid #DDDDDD;padding:0px;
}
.prodFlag {position:absolute;top:0px;left:0px;width:188px;height:259px;z-index:10;float:left;display:block;}
.landingProduct {position:absolute;top:0px;left:0px;float:left;height:188px;height:259px;padding:3px;width:188px;z-index:9;}
.landingProduct:hover {border:3px solid #DDDDDD;padding:0px;}

/*.col2-left-layout .products-grid li.item:hover .product-name a{color:#ff6700}
.col2-left-layout .products-grid li.item:hover h3{color:#000000}
.col2-left-layout .products-grid li.item:hover .productImageBlock .prodNewOff{background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/prod_new_on.png) no-repeat;}
.col2-left-layout .products-grid li.item:hover .productImageBlock .prodSaleOff{background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/prod_sale_on.png) no-repeat;}
.col2-left-layout .products-grid li.item:hover .productImageBlock a.product-image{border:1px solid #ff6700}
.col2-left-layout .products-grid li.item .productImageBlock a.product-image{border:1px solid white}
*/

.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:normal; font-size:12px; color:#2c5987;float:left;width:128px; text-align:center;cursor:pointer;}
.products-grid .product-name a { color:#2c5987; }
.products-grid .price-box { margin:3px 0; float:left;cursor:pointer}
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }



/*product page*/

.catalog-product-view #nav-outside {
    /*height: 37px;*/
}

.product-view {
    border: none;
    width: 967px;
    height:500px;
    /*background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bgr_home_prod.gif') repeat;
    padding: 7px 6px 7px 7px;*/
    padding:0 4px 0 7px;
}

.catalog-product-view .breadcrumbs {
    border: none;
}

.product-essential {
    background: #ffffff;
    padding: 5px 10px 7px 5px;
}
#product-essential  {
    min-height:527px;
}
.prod-brand-desc-title{
    font-size:20px;
    color:#225385;
    border-bottom:1px solid #ebebeb;
    font-family: 'Trebuchet MS';
    padding-left:10px;
}
.prod-brand-desc-desc{
    font-size:12px;
    color:#6c6c6c;
    margin-top:5px;
    line-height:20px;
    padding-left:10px;
}
.prod-brand-desc-desc h2 {
    margin:0px!important;
}
.product-essential2 {
    /*border: 1px solid #ebebeb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;*/
    background: #ffffff;
    padding: 5px 10px 7px 5px;
}

.product-view #brand-detail {
    margin-top: 10px;
}

.product-view #brand-detail img {
    vertical-align: middle;
}

.product-view #brand-detail a {
    color: #346391;
}

.product-brand-table {margin:7px 0px;}
.product-brand-table td{vertical-align:middle}
.product-brand-table td.cod-produs{
    padding-left:2px;
    width:175px;
}

.product-view .product-shop {
    width: 338px;
}

.product-view .product-shop .product-name h1 {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width:330px;
    font-size: 19px;
    font-weight: bold;
}

.logo_br {
    float:left;
    width:125px;
    text-align:left;
        padding-top: 12px;
    height:30px;
}

.logo_br img {
    vertical-align: text-bottom;
}

.product-view .cod_produs {
    width: 200px;
    float: left;
    height: 30px;
    padding: 12px 0 0 10px;
}

.product-view .no-rating a {
    width: 145px;
    height: 20px;
    font-size: 11px;
    display: block;
    border: 1px solid #deddde;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    letter-spacing: normal;
    line-height: 20px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/add-rating-button-bg.png') repeat-x;
    color: #376791;
    text-align: center;
}

.product-view .special-price {
    padding: 0px;
}

.product-view .special-price .price {
    color: #D3120F;
    font-size: 19px;
    float: right; 
    padding: 0px 7px 0 0;
}

.product-view .old-price .price {
    color: #333;
    font-size: 19px;
    float: right;
}

.product-view .regular-price .price {
    color: #333;
    font-size: 20px;
    float: right;
}

#bloc-culoare {
    width: 197px;
    height: 80px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bloc-culoare.png');
}

.product-view .product-shop #shortdescription,
.product-view .product-shop #longdescription,
.product-view .product-shop #longdescription1
{
    position:relative;
    top:0px;
    height: auto;
    min-height: 75px;
    line-height: 18px;
    padding-top:0;
}

.product-view .product-shop #readmore {
/*    padding-left: 15px;*/
}

.product-view .product-shop #readless {
/*    padding-left: 15px;*/
}

.product-view .product-shop .detalii {
    color: #2c5c8c;
    font-size: 12px;
    text-decoration: none;
    display: block;
    text-align: right;
    margin-top: 8px;
}

.product-shop .detalii img {
    padding-top: 3px;
    padding-right: 5px;
}

.product-view #social { 
    float:left;
    width:190px;
    height: 26px;
    margin-left:32px;
}

.product-view #social .facebook, .product-view #social .tweeter, .product-view #social .facebook-share, .product-view #social .google-plus, .product-view #social .pinterest{
    height: 21px;
    margin: 0px 0px 0px 2px;
    float: left;
    width:75px;
}
.product-view #social .facebook {
    padding-top:4px;
}

.product-view #social .pinterest{
    padding-top:3px; 
    margin-left:20px;
}

 .google-plus {
}

.product-view #social .tweeter {
    width:50px;
    padding-top:3px;
}
.product-view #social .facebook-share {
    padding-top:4px;
    margin-left:10px;
}

.product-view .email-friend {
    float: left;
    padding-left: 25px;
    height: 16px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/product-send-to-friend.png') no-repeat;
    font-size: 11px;
    margin: 2px 4px 4px 20px;
}

.product-view #social .email-friend a {
    color: #376791;
}

#add_review_form {
    display: none;
}

.catalog-product-view .review {
    padding: 10px;
    width:775px;
}

.product-review .page-title h2 {
    padding: 5px 0 5px 10px;
    font-size: 20px;
    font-family: 'Trebuchet MS';
/*    margin: 0px;*/
    border: none;
    color: #2c5987;
    border-bottom: 1px solid #f3f4f5;
}

.product-review .title {
    padding: 10px 0px 15px 10px;
    font-size: 18px;
    font-weight: bold;
    color: #111113;
}

.product-review .review-details {
    padding: 10px 0 30px 10px;
    border-bottom: 1px solid #f3f4f5;
}

.product-review .review-details.last {
    border: none;
}

.product-review .nickname {
    font-weight: bold;
    float: left;
    padding-bottom: 5px;
}

.product-review .nickname span {
    font-weight: normal;
}

.product-review .review-content {
    color: #777;
}

.product-view #box_comanda {
    height: 76px;
    border-top: 1px solid #e2ecf4;
    margin-top:8px;
}

.product-view .product-shop .add-to-cart {
    /*width:190px;
    margin:17px 0  0 170px;*/
    position: relative;

}
.product-view .product-shop .add-to-cart1 {
    /*width:190px;
    margin:17px 0  0 170px;*/
    position: relative;

}
.product-shop .add-to-cart button {
    /*background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/cart_shoes1.png) no-repeat;
    width:193px; height:35px;*/
}
.product-shop .add-to-cart button:hover {
    background-position:0px -36px;
}

.btn_cart_rezerva {
	/*position:relative;
	top:60px;*/
    background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/cart_shoes_rezerva2.png) no-repeat;
    width:193px; 
	height:40px;
}

#hiddenCallout {
    width: 162px;
    height: 61px;
    background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/cart_shoes_2.png) #fff 0px -86px no-repeat;
    display: none;
    position: absolute;
    top: -10px;
    left: -171px;
    line-height: 61px;
    font-size:12px;
    font-weight:bold;
    padding-left:6px;
    text-transform:uppercase;
}

.product-view .product-shop .after-add-to-cart {
    display: block;

    text-align: left;
    /*list-style-image: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/product-li-bullet.png');
    margin-left: 30px;*/
    margin-top: 27px;
    font-size: 12px;
    color: #FF901F;
    font-family: Arial, sans-serif;
    float: left;
    list-style-position:inside;
    text-transform:uppercase;
    font-weight:bold;
}
.product-view .product-shop .after-add-to-cart li{
    margin:0px;
    padding:0px 0px 0px 10px;
    height:42px;
    line-height:42px;
    background:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/product-li-bullet.png') left center no-repeat;
}
.product-image-popup .image {
    margin-left: 60px;
}

.product-image-popup ul {
    position: absolute;
    bottom: 35px;
    left: 15px;
    width: 60px;
}

.product-image-popup li {

    float:left;
    list-style: none;
    margin:0 9px 0px 0;
}

.product-image-popup li a {
    float:left;
    width:56px;
    height:56px;
    border:1px solid #e5eacb;
    overflow:hidden;
}

.product-image-popup .selected-image {
    border-color: #a5b06b;
}

.product-image-popup .image-label {
    margin: 0 0 0 -15px;
}

.category-description-block{width:161px;border:1px solid #E1E1E1;padding:5px 15px}
.category-description-block-title{font-size:12px;font-weight:bold;}
.category-description-block-desc{padding-top:10px;}
.category-description-block-desc p{width:161px;}

.products-grid .title {
    font-family: 'trebuchet MS';
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    margin-top: 12px;
}

/*.mousetrap{border:1px solid #CCCCCC}*/

.share-actions{
    display:inline-block;
    padding:3px 5px;
    margin-bottom:12px;
}
.share-actions span{
    display:inline-block;
    font-weight: bold;
}
/*.share-actions:hover ul{
    display:block;
    padding-top:5px;
}
*/
.share-actions ul{
    display:block;
}
.share-actions ul li{
    list-style: none;
    display:inline;
}
.share-actions .fb{
    position:relative;
    bottom:3px;
}

/* rezerva in magazin */
.rezCompleteaza {
	margin:30px; 
	border:1px solid #aaa;
	border-radius:5px; 
	padding:20px;
	text-align:left; 
	font-family:arial; 
	color:#555;
	font-size:14px;
}
.rezFormInput{
	height:100px;
	padding:30px;
	border:1px solid #aaa;
	border-radius:5px; 
	margin:30px; 
	font-family:arial; 
	font-size:14px;
	text-align:left; 
}
.rezDiv{
	width:550px;
	margin:10px;
	text-align:left; 
	clear:both;
}
.rezLabel{
	float:left;
	width:200px;
	height:30px;
	color:#555;
}
.rezInput{
	float:left;
	width:250px;
	height:30px;
	padding-left:7px;
	border:1px solid #bbb; 
	border-radius:5px; 
	background:#e9e9e9;
}
.rezAlert{
	float:left; 
	width:300px; 
	height:30px; 
	visibility:hidden;
	padding:5px;
	color:#f00; 
}
#rezSend{
	float:left; 
	padding-left:270px;
	margin-top:40px;
	cursor:pointer;
}
.relatedprod{
    width:358px;
}
.relatedprod > .produsL{
    float:left;
    width:115px;
    margin-left:2px;
    border:1px solid #eee;
}
.relatedprod > .produsR{
    float:right;
    width:115px;
    border:1px solid #eee;
}
.reviuAbsolute{
    position:absolute;
    top:200px;
    left:500px;
    background:#fff;
    padding:20px;
    border:1px solid #eee;
    border-radius:7px;
    z-index: 99;
}

/*----------------SEARCH PAGE LEFT NAVIGATION-------------*/
/*----------------SEARCH PAGE TOP NAVIGATION-------------*/
.pagesNavBlock{float:left;}
a.previous{float:left;}
a.previous img{float:left;margin-top:8px;}
a.next{float:left;}
a.next img{float:left;margin-top:8px;}

.toolbar-bottom .toolbar .sort-by{height: 62px;line-height: 62px;margin-top:10px;}
.toolbar-bottom .toolbar .limiter{height: 62px;line-height: 62px;margin-top:10px;}
.toolbar-bottom .toolbar .pages{margin-top:11px;}

.sortBySelectBox{width:58px;}
.prodsPageSelectBox{width:14px;}

.cms-home .products-grid .item {height:186px!important;}
.cms-home .products-grid .item .product-image{margin-top:10px!important}

/*----------------FOOTER LINKS-------------*/

/*----------------CART PAGE-------------*/

/*.btnFinalizare{background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/finalizare_comanda.png) no-repeat;height:37px;display:block;width:191px;}
.cart .page-title{margin:0px!important;}
.cart .cart-collaterals {background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bgr_home_prod.gif) repeat;padding:10px 7px 0px 8px!important;margin:4px 0px 0px 0px!important}
.total_box{margin:5px 0px 0px 9px;}
.total_box_top {width:960px;height:4px;float:left;background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/total_box_top.gif) no-repeat;}
.total_box_bottom {width:960px;height:4px;float:left;background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/total_box_bottom.gif) no-repeat;}
.total_box_content {width:960px;float:left;background-color:#dfebfa}

.total_box_content table { width:100%; margin:0; color:#404040;font-size:12px;}
.total_box_content td { padding:1px 15px 1px 7px; }
.total_box_content tr.last td {}
.total_box_content tfoot th { padding:5px 15px 5px 7px; }
.total_box_content tfoot td { padding-top:2px; padding-bottom:0px; }
.total_box_content tfoot th strong,
.total_box_content tfoot td strong { font-size:16px; }
.total_box_content .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.total_box_content .checkout-types li { clear:both; margin:10px 0; }

.cartTotalValues{float:right;}
.cart .totals {
    border:0 none!important;background:none!important;
}
.cart .totals .checkout-types{
    padding:0px!important;
}
.cart .totals .checkout-types li{
    margin:0px!important;
}

.cart .cart-collaterals .col2-set .col-2{
    width:550px!important
}
.cart .discount{
	height:120px !important; 
	background-color:#fff !important; 
	border:1px solid #ddd !important; 
	border-radius:7px !important;
	margin-bottom:10px;
}
.cart .discount .discount_bottom {background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bgr_cupon_bottom.png) no-repeat!important;height:10px;line-height:10px;}
.cart .discount h2 {background:none!important;padding:0px!important;margin:0px!important;font-size:12px;color:#D3120F;font-family:"trebuchet MS";}
.cart .discount .discount-form label {font-size:12px!important;color:#547fac!important}
.cart .discount .input-box{width:270px!important;}
.cart .discount input.input-text{width:228px!important;height:21px!important;background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bgr_cupon_input.gif) no-repeat;border:0px none!important}
.cart .discount .buttons-set, .cart .shipping .buttons-set{margin-top:7px!important;}
.applyCupon{background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/btn_apply_cupon.gif) no-repeat!important;width:112px!important;height:28px!important;margin:0px 0px 0px 76px!important;}
.btn-continue{
    background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/btn_continua.png) no-repeat!important;
    width:217px!important;
    height:25px!important;
}
.btn-continue1{
    width:200px !important;
    height:33px !important;
    background:#09959a;
    border:1px solid #097d81;
    border-radius:4px;
    color:#fff;
    cursor:pointer;
}
.cart_prod{
    background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/cart_prod_bgr.gif) no-repeat!important;
    border-radius:20px 0 0 0;
}
.cart-table {border:0px!important;width:967px!important;margin-left:8px;}
.cart-table tr th, .cart-table tr td {border:0px!important;padding:0px;}
.cart_prod_img {width:170px!important;height:134px!important;vertical-align:middle!important;text-align:center!important}
.cart_prod_desc {width:787px!important;height:119px!important;padding:15px 0px 0px 10px!important;font-size:12px!important;color:#404040!important;background:0 none!important;}

.cart_prod_desc_table {width:770px;}
.cart_prod_desc_table tr,.cart_prod_desc_table th{background:none!important;}
.cart_prod_desc_table tr th {height:24px!important;border-bottom:1px solid #e2ecf4!important;font-weight:normal!important;}
.cart_prod_desc_table tr.last th, .cart_prod_desc_table tr.last td {border-bottom:1px solid #e2ecf4!important;}

.cart_prod_desc_table tr th.prodName {width:332px;}
.cart_prod_desc_table tr th.prodMarime {width:70px;}
.cart_prod_desc_table tr th.prodPrice {width:100px;}
.cart_prod_desc_table tr th.prodQty {width:100px;}
.cart_prod_desc_table tr th.prodSubTotal {width:110px;}
.cart_prod_desc_table tr th.prodDelete {width:48px;}
.cartSize .item-options{margin:0px!important;}
.cartSize .item-options dd{margin:0px!important;}
.cart_prod_desc_table tr.cart_prod_desc_values th, .cart_prod_desc_table tr.cart_prod_desc_values td {border-bottom:none!important;padding-top:15px!important;}
.cart_prod_desc_table h2.product-name{font-size:12px!important;color:#404040!important;font-weight:bold;}
.cart_prod_desc_table h2.product-name a{font-size:12px!important;color:#404040!important;font-weight:bold;}
.cart_prod_desc_table .item-options dt{font-style:normal}
.cart_prod_desc_table .item-options dd{margin-top:5px;}
.cart_prod_desc_table .btn-remove3{background:url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/btn_remove_cart.gif) no-repeat;width:19px;height:19px;}
.cart_prod_desc_table .td_remove{text-align:center;vertical-align:top}
.cart-table tr.cart_prod_sep{background:none!important;}
.cart-table tr.cart_prod_sep td{height:5px!important;line-height:5px!important;background:none!important;}
.cart-footer-container td {
    padding: 0px;
}
.discount div{
margin:15px 0 10px 15px; 
color:#547FAC; 
text-align:left;
}
.discount .inpDisc{
    width: 115px;
    margin: 0 0 2px 15px;
    padding: 4px;
    border: 1px solid #999;
    border-radius: 5px;
}
.discount .subDisc{
    margin: 2px 0 5px 15px;
    width: 117px;
    background:#eee;
    padding: 4px;
    border: 1px solid #999;
    border-radius: 5px;
    cursor: pointer;
}*/

.header h1.logo {
	padding: 6px 0 0 3px;
}

.header .quick-access .headerNr {
    /*background: url("https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header-nr3.png") no-repeat scroll 0 0 transparent;*/
    background: url("https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/ga_4_7.png") no-repeat scroll 0 0 transparent;
    width: 144px;
}
/* marius */
.ofertaSapt{
	width:185px; 
	height:540px;
	background: url("https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/Oferta-saptamaniiSIDE12.11.2012.png") no-repeat scroll 0 0 transparent;
}
.ofertaWeek{
	position:relative;
	top:-1px;
	left:-1px;
	width:187px; 
	height:545px;
	background: url("https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/ofertaWEEk_bg.png") no-repeat scroll 0 0 transparent;
	margin:0px;
	padding:0px;
}
.ofertaWeek .title{
	width:187px; 
	height:43px;
}
.ofertaWeek .cel{
	float:left;
	position:relative;
	top:0px;
	left:0px;
	width:187px; 
	height:165px;
	margin:0px;
	padding:0px;
}
.ofertaWeek .cel img{
	float:left;
	position:relative;
	top:14px;
	left:40px;
	width:100px;  
	height:100px;
	margin:0px;
	padding:0px;
}
.ofertaWeek .cel .price{
	float:left;
	position:relative;
	top:10px;
	left:10px;
	margin:0px;
	padding:0px;
}
.ofertaWeek .cel img.cumpara{
	position:relative;
	top:23px;
	left:55px;
	width:69px; 
	height:21px;
	margin:0px;
	padding:0px;
}
.ofertaWeek .cel .procent{
	position:relative;
	top:52px;
	left:20px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
.gratuit_big{
	height:30px; 
	width:600px; 
	background:url("https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/gratuit_big.gif")
}


/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=5998da1299a2db198025)
 * Config saved to config.json and https://gist.github.com/5998da1299a2db198025
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{background:transparent !important;color:#000 !important;-webkit-box-shadow:none !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff !important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:'Glyphicons Halflings';src:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/fonts/glyphicons-halflings-regular.eot');src:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:'Lato',Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#1a1a1a;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#e03030;text-decoration:none}a:hover,a:focus{color:#aa1919;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{background-color:#fcf8e3;padding:.2em}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#e03030}a.text-primary:hover{color:#c01d1d}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#e03030}a.bg-primary:hover{background-color:#c01d1d}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:bold}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;float:none;display:table-column}table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{overflow-x:auto;min-height:0.01%}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#4a4a4a}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#4a4a4a;background-color:#fff;background-image:none;border:1px solid #010101;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#000;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6)}.form-control::-moz-placeholder{color:#4a4a4a;opacity:1}.form-control:-ms-input-placeholder{color:#4a4a4a}.form-control::-webkit-input-placeholder{color:#4a4a4a}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type="search"]{-webkit-appearance:none}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:0}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:0}select.form-group-sm .form-control{height:30px;line-height:30px}textarea.form-group-sm .form-control,select[multiple].form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:0}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:0}select.form-group-lg .form-control{height:46px;line-height:46px}textarea.form-group-lg .form-control,select[multiple].form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#5a5a5a}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}@media (min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.333333px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#fff;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#fff;background-color:#000;border-color:#000}.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#fff;background-color:#000;border-color:#000}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#000;border-color:#000}.btn-default .badge{color:#000;background-color:#fff}.btn-primary{color:#fff;background-color:#e03030;border-color:#e03030}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#c01d1d;border-color:#b71b1b}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#e03030;border-color:#e03030}.btn-primary .badge{color:#e03030;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#e03030;font-weight:normal;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#aa1919;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);-webkit-background-clip:padding-box;background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#e03030}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:0}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:0}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;color:#4a4a4a;text-align:center;background-color:#eee;border:1px solid #010101;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#e03030}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#e03030}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;visibility:visible !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}}@media (min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#e03030;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#aa1919;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#e03030;border-color:#e03030;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#e03030}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#c01d1d}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#e03030;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#e03030}.thumbnail .caption{padding:9px;color:#1a1a1a}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#e03030;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{zoom:1;overflow:hidden}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;color:#555;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{background-color:#eee;color:#777;cursor:not-allowed}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#e03030;border-color:#e03030}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#fbe1e1}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-left:15px;padding-right:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#e03030}.panel-primary>.panel-heading{color:#fff;background-color:#e03030;border-color:#e03030}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#e03030}.panel-primary>.panel-heading .badge{color:#e03030;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#e03030}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-backdrop{position:absolute;top:0;right:0;left:0;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;visibility:visible;font-family:'Lato',Helvetica,Arial,sans-serif;font-size:12px;font-weight:normal;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:'Lato',Helvetica,Arial,sans-serif;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:left;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;line-height:1;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}
/* --------------------------------------- *
 * BOOTSTRAP LANDSCAPE / PORTRAIT CSS      *
 * FOR SMARTPHONE, TABLET & LAPTOP DISPLAY *
 * --------------------------------------- */

.col-xsl-1, .col-xsl-2, .col-xsl-3, .col-xsl-4, .col-xsl-5, .col-xsl-6,
.col-xsl-7, .col-xsl-8, .col-xsl-9, .col-xsl-10, .col-xsl-11, .col-xsl-12,
.col-xsp-1, .col-xsp-2, .col-xsp-3, .col-xsp-4, .col-xsp-5, .col-xsp-6,
.col-xsp-7, .col-xsp-8, .col-xsp-9, .col-xsp-10, .col-xsp-11, .col-xsp-12,
.col-sml-1, .col-sml-2, .col-sml-3, .col-sml-4, .col-sml-5, .col-sml-6,
.col-sml-7, .col-sml-8, .col-sml-9, .col-sml-10, .col-sml-11, .col-sml-12,
.col-smp-1, .col-smp-2, .col-smp-3, .col-smp-4, .col-smp-5, .col-smp-6,
.col-smp-7, .col-smp-8, .col-smp-9, .col-smp-10, .col-smp-11, .col-smp-12,
.col-mdl-1, .col-mdl-2, .col-mdl-3, .col-mdl-4, .col-mdl-5, .col-mdl-6,
.col-mdl-7, .col-mdl-8, .col-mdl-9, .col-mdl-10, .col-mdl-11, .col-mdl-12,
.col-mdp-1, .col-mdp-2, .col-mdp-3, .col-mdp-4, .col-mdp-5, .col-mdp-6,
.col-mdp-7, .col-mdp-8, .col-mdp-9, .col-mdp-10, .col-mdp-11, .col-mdp-12
{position:relative;min-height:1px;padding-left:15px;padding-right:15px} 

.visible-xsl, .visible-sml, .visible-mdl,
.visible-xsp, .visible-smp, .visible-mdp
{display:none;}

/* ---------------------- *
 * BOOTSTRAP XS LANDSCAPE *
 * ---------------------- */

@media (max-width:767px) and (orientation:landscape) {
    .col-xsl-12 {width:100% !important}
    .col-xsl-11 {width:91.66666667% !important}
    .col-xsl-10 {width:83.33333333% !important}
    .col-xsl-9  {width:75% !important}
    .col-xsl-8  {width:66.66666667% !important}
    .col-xsl-7  {width:58.33333333% !important}
    .col-xsl-6  {width:50% !important}
    .col-xsl-5  {width:41.66666667% !important}
    .col-xsl-4  {width:33.33333333% !important}
    .col-xsl-3  {width:25% !important}
    .col-xsl-2  {width:16.66666667% !important}
    .col-xsl-1  {width:8.33333333% !important}
    
    .col-xsl-pull-12 {right:100% !important}
    .col-xsl-pull-11 {right:91.66666667% !important}
    .col-xsl-pull-10 {right:83.33333333% !important}
    .col-xsl-pull-9  {right:75% !important}
    .col-xsl-pull-8  {right:66.66666667% !important}
    .col-xsl-pull-7  {right:58.33333333% !important}
    .col-xsl-pull-6  {right:50% !important}
    .col-xsl-pull-5  {right:41.66666667% !important}
    .col-xsl-pull-4  {right:33.33333333% !important}
    .col-xsl-pull-3  {right:25% !important}
    .col-xsl-pull-2  {right:16.66666667% !important}
    .col-xsl-pull-1  {right:8.33333333% !important}
    .col-xsl-pull-0  {right:auto !important}
    
    .col-xsl-push-12 {left:100% !important}
    .col-xsl-push-11 {left:91.66666667% !important}
    .col-xsl-push-10 {left:83.33333333% !important}
    .col-xsl-push-9  {left:75% !important}
    .col-xsl-push-8  {left:66.66666667% !important}
    .col-xsl-push-7  {left:58.33333333% !important}
    .col-xsl-push-6  {left:50% !important}
    .col-xsl-push-5  {left:41.66666667% !important}
    .col-xsl-push-4  {left:33.33333333% !important}
    .col-xsl-push-3  {left:25% !important}
    .col-xsl-push-2  {left:16.66666667% !important}
    .col-xsl-push-1  {left:8.33333333% !important}
    .col-xsl-push-0  {left:auto !important}
    
    .col-xsl-offset-12 {margin-left:100% !important}
    .col-xsl-offset-11 {margin-left:91.66666667% !important}
    .col-xsl-offset-10 {margin-left:83.33333333% !important}
    .col-xsl-offset-9  {margin-left:75% !important}
    .col-xsl-offset-8  {margin-left:66.66666667% !important}
    .col-xsl-offset-7  {margin-left:58.33333333% !important}
    .col-xsl-offset-6  {margin-left:50% !important}
    .col-xsl-offset-5  {margin-left:41.66666667% !important}
    .col-xsl-offset-4  {margin-left:33.33333333% !important}
    .col-xsl-offset-3  {margin-left:25% !important}
    .col-xsl-offset-2  {margin-left:16.66666667% !important}
    .col-xsl-offset-1  {margin-left:8.33333333% !important}
    .col-xsl-offset-0  {margin-left:0 !important}
    
    .hidden-xsl     {display:none !important}
    .visible-xsl    {display:block !important}
}

@media (orientation:landscape) {
    .col-xsl-1, .col-xsl-2, .col-xsl-3, .col-xsl-4, .col-xsl-5, .col-xsl-6,
    .col-xsl-7, .col-xsl-8, .col-xsl-9, .col-xsl-10, .col-xsl-11, .col-xsl-12
    { float:left; }
}

/* --------------------- *
 * BOOTSTRAP XS PORTRAIT *
 * --------------------- */

@media (max-width:767px) and (orientation:portrait) {
    .col-xsp-12 {width:100% !important}
    .col-xsp-11 {width:91.66666667% !important}
    .col-xsp-10 {width:83.33333333% !important}
    .col-xsp-9  {width:75% !important}
    .col-xsp-8  {width:66.66666667% !important}
    .col-xsp-7  {width:58.33333333% !important}
    .col-xsp-6  {width:50% !important}
    .col-xsp-5  {width:41.66666667% !important}
    .col-xsp-4  {width:33.33333333% !important}
    .col-xsp-3  {width:25% !important}
    .col-xsp-2  {width:16.66666667% !important}
    .col-xsp-1  {width:8.33333333% !important}
    
    .col-xsp-pull-12 {right:100% !important}
    .col-xsp-pull-11 {right:91.66666667% !important}
    .col-xsp-pull-10 {right:83.33333333% !important}
    .col-xsp-pull-9  {right:75% !important}
    .col-xsp-pull-8  {right:66.66666667% !important}
    .col-xsp-pull-7  {right:58.33333333% !important}
    .col-xsp-pull-6  {right:50% !important}
    .col-xsp-pull-5  {right:41.66666667% !important}
    .col-xsp-pull-4  {right:33.33333333% !important}
    .col-xsp-pull-3  {right:25% !important}
    .col-xsp-pull-2  {right:16.66666667% !important}
    .col-xsp-pull-1  {right:8.33333333% !important}
    .col-xsp-pull-0  {right:auto !important}
    
    .col-xsp-push-12 {left:100% !important}
    .col-xsp-push-11 {left:91.66666667% !important}
    .col-xsp-push-10 {left:83.33333333% !important}
    .col-xsp-push-9  {left:75% !important}
    .col-xsp-push-8  {left:66.66666667% !important}
    .col-xsp-push-7  {left:58.33333333% !important}
    .col-xsp-push-6  {left:50% !important}
    .col-xsp-push-5  {left:41.66666667% !important}
    .col-xsp-push-4  {left:33.33333333% !important}
    .col-xsp-push-3  {left:25% !important}
    .col-xsp-push-2  {left:16.66666667% !important}
    .col-xsp-push-1  {left:8.33333333% !important}
    .col-xsp-push-0  {left:auto !important}
    
    .col-xsp-offset-12 {margin-left:100% !important}
    .col-xsp-offset-11 {margin-left:91.66666667% !important}
    .col-xsp-offset-10 {margin-left:83.33333333% !important}
    .col-xsp-offset-9  {margin-left:75% !important}
    .col-xsp-offset-8  {margin-left:66.66666667% !important}
    .col-xsp-offset-7  {margin-left:58.33333333% !important}
    .col-xsp-offset-6  {margin-left:50% !important}
    .col-xsp-offset-5  {margin-left:41.66666667% !important}
    .col-xsp-offset-4  {margin-left:33.33333333% !important}
    .col-xsp-offset-3  {margin-left:25% !important}
    .col-xsp-offset-2  {margin-left:16.66666667% !important}
    .col-xsp-offset-1  {margin-left:8.33333333% !important}
    .col-xsp-offset-0  {margin-left:0 !important}
    
    .hidden-xsp     {display:none !important}
    .visible-xsp    {display:block !important}
}

@media (orientation:portrait) {
    .col-xsp-1, .col-xsp-2, .col-xsp-3, .col-xsp-4, .col-xsp-5, .col-xsp-6,
    .col-xsp-7, .col-xsp-8, .col-xsp-9, .col-xsp-10, .col-xsp-11, .col-xsp-12
    { float:left; }
}

/* ---------------------- *
 * BOOTSTRAP SM LANDSCAPE *
 * ---------------------- */

@media (min-width:768px) and (max-width:991px) and (orientation:landscape) {
    .col-sml-12 {width:100% !important}
    .col-sml-11 {width:91.66666667% !important}
    .col-sml-10 {width:83.33333333% !important}
    .col-sml-9  {width:75% !important}
    .col-sml-8  {width:66.66666667% !important}
    .col-sml-7  {width:58.33333333% !important}
    .col-sml-6  {width:50% !important}
    .col-sml-5  {width:41.66666667% !important}
    .col-sml-4  {width:33.33333333% !important}
    .col-sml-3  {width:25% !important}
    .col-sml-2  {width:16.66666667% !important}
    .col-sml-1  {width:8.33333333% !important}
    
    .col-sml-pull-12 {right:100% !important}
    .col-sml-pull-11 {right:91.66666667% !important}
    .col-sml-pull-10 {right:83.33333333% !important}
    .col-sml-pull-9  {right:75% !important}
    .col-sml-pull-8  {right:66.66666667% !important}
    .col-sml-pull-7  {right:58.33333333% !important}
    .col-sml-pull-6  {right:50% !important}
    .col-sml-pull-5  {right:41.66666667% !important}
    .col-sml-pull-4  {right:33.33333333% !important}
    .col-sml-pull-3  {right:25% !important}
    .col-sml-pull-2  {right:16.66666667% !important}
    .col-sml-pull-1  {right:8.33333333% !important}
    .col-sml-pull-0  {right:auto !important}
    
    .col-sml-push-12 {left:100% !important}
    .col-sml-push-11 {left:91.66666667% !important}
    .col-sml-push-10 {left:83.33333333% !important}
    .col-sml-push-9  {left:75% !important}
    .col-sml-push-8  {left:66.66666667% !important}
    .col-sml-push-7  {left:58.33333333% !important}
    .col-sml-push-6  {left:50% !important}
    .col-sml-push-5  {left:41.66666667% !important}
    .col-sml-push-4  {left:33.33333333% !important}
    .col-sml-push-3  {left:25% !important}
    .col-sml-push-2  {left:16.66666667% !important}
    .col-sml-push-1  {left:8.33333333% !important}
    .col-sml-push-0  {left:auto !important}
    
    .col-sml-offset-12 {margin-left:100% !important}
    .col-sml-offset-11 {margin-left:91.66666667% !important}
    .col-sml-offset-10 {margin-left:83.33333333% !important}
    .col-sml-offset-9  {margin-left:75% !important}
    .col-sml-offset-8  {margin-left:66.66666667% !important}
    .col-sml-offset-7  {margin-left:58.33333333% !important}
    .col-sml-offset-6  {margin-left:50% !important}
    .col-sml-offset-5  {margin-left:41.66666667% !important}
    .col-sml-offset-4  {margin-left:33.33333333% !important}
    .col-sml-offset-3  {margin-left:25% !important}
    .col-sml-offset-2  {margin-left:16.66666667% !important}
    .col-sml-offset-1  {margin-left:8.33333333% !important}
    .col-sml-offset-0  {margin-left:0 !important}
    
    .hidden-sml     {display:none !important}
    .visible-sml    {display:block !important}
}

@media (min-width:768px) and (orientation:landscape) {
    .col-sml-1, .col-sml-2, .col-sml-3, .col-sml-4, .col-sml-5, .col-sml-6,
    .col-sml-7, .col-sml-8, .col-sml-9, .col-sml-10, .col-sml-11, .col-sml-12
    { float:left; }
}

/* --------------------- *
 * BOOTSTRAP SM PORTRAIT *
 * --------------------- */

@media (min-width:768px) and (max-width:991px) and (orientation:portrait) {
    .col-smp-12 {width:100% !important}
    .col-smp-11 {width:91.66666667% !important}
    .col-smp-10 {width:83.33333333% !important}
    .col-smp-9  {width:75% !important}
    .col-smp-8  {width:66.66666667% !important}
    .col-smp-7  {width:58.33333333% !important}
    .col-smp-6  {width:50% !important}
    .col-smp-5  {width:41.66666667% !important}
    .col-smp-4  {width:33.33333333% !important}
    .col-smp-3  {width:25% !important}
    .col-smp-2  {width:16.66666667% !important}
    .col-smp-1  {width:8.33333333% !important}
    
    .col-smp-pull-12 {right:100% !important}
    .col-smp-pull-11 {right:91.66666667% !important}
    .col-smp-pull-10 {right:83.33333333% !important}
    .col-smp-pull-9  {right:75% !important}
    .col-smp-pull-8  {right:66.66666667% !important}
    .col-smp-pull-7  {right:58.33333333% !important}
    .col-smp-pull-6  {right:50% !important}
    .col-smp-pull-5  {right:41.66666667% !important}
    .col-smp-pull-4  {right:33.33333333% !important}
    .col-smp-pull-3  {right:25% !important}
    .col-smp-pull-2  {right:16.66666667% !important}
    .col-smp-pull-1  {right:8.33333333% !important}
    .col-smp-pull-0  {right:auto !important}
    
    .col-smp-push-12 {left:100% !important}
    .col-smp-push-11 {left:91.66666667% !important}
    .col-smp-push-10 {left:83.33333333% !important}
    .col-smp-push-9  {left:75% !important}
    .col-smp-push-8  {left:66.66666667% !important}
    .col-smp-push-7  {left:58.33333333% !important}
    .col-smp-push-6  {left:50% !important}
    .col-smp-push-5  {left:41.66666667% !important}
    .col-smp-push-4  {left:33.33333333% !important}
    .col-smp-push-3  {left:25% !important}
    .col-smp-push-2  {left:16.66666667% !important}
    .col-smp-push-1  {left:8.33333333% !important}
    .col-smp-push-0  {left:auto !important}
    
    .col-smp-offset-12 {margin-left:100% !important}
    .col-smp-offset-11 {margin-left:91.66666667% !important}
    .col-smp-offset-10 {margin-left:83.33333333% !important}
    .col-smp-offset-9  {margin-left:75% !important}
    .col-smp-offset-8  {margin-left:66.66666667% !important}
    .col-smp-offset-7  {margin-left:58.33333333% !important}
    .col-smp-offset-6  {margin-left:50% !important}
    .col-smp-offset-5  {margin-left:41.66666667% !important}
    .col-smp-offset-4  {margin-left:33.33333333% !important}
    .col-smp-offset-3  {margin-left:25% !important}
    .col-smp-offset-2  {margin-left:16.66666667% !important}
    .col-smp-offset-1  {margin-left:8.33333333% !important}
    .col-smp-offset-0  {margin-left:0 !important}
    
    .hidden-smp     {display:none !important}
    .visible-smp    {display:block !important}
}

@media (min-width:768px) and (orientation:portrait) {
    .col-smp-1, .col-smp-2, .col-smp-3, .col-smp-4, .col-smp-5, .col-smp-6,
    .col-smp-7, .col-smp-8, .col-smp-9, .col-smp-10, .col-smp-11, .col-smp-12
    { float:left; }
}

/* ---------------------- *
 * BOOTSTRAP MD LANDSCAPE *
 * ---------------------- */

@media (min-width:992px) and (max-width:1199px) and (orientation:landscape) {
    .col-mdl-12 {width:100% !important}
    .col-mdl-11 {width:91.66666667% !important}
    .col-mdl-10 {width:83.33333333% !important}
    .col-mdl-9  {width:75% !important}
    .col-mdl-8  {width:66.66666667% !important}
    .col-mdl-7  {width:58.33333333% !important}
    .col-mdl-6  {width:50% !important}
    .col-mdl-5  {width:41.66666667% !important}
    .col-mdl-4  {width:33.33333333% !important}
    .col-mdl-3  {width:25% !important}
    .col-mdl-2  {width:16.66666667% !important}
    .col-mdl-1  {width:8.33333333% !important}
    
    .col-mdl-pull-12 {right:100% !important}
    .col-mdl-pull-11 {right:91.66666667% !important}
    .col-mdl-pull-10 {right:83.33333333% !important}
    .col-mdl-pull-9  {right:75% !important}
    .col-mdl-pull-8  {right:66.66666667% !important}
    .col-mdl-pull-7  {right:58.33333333% !important}
    .col-mdl-pull-6  {right:50% !important}
    .col-mdl-pull-5  {right:41.66666667% !important}
    .col-mdl-pull-4  {right:33.33333333% !important}
    .col-mdl-pull-3  {right:25% !important}
    .col-mdl-pull-2  {right:16.66666667% !important}
    .col-mdl-pull-1  {right:8.33333333% !important}
    .col-mdl-pull-0  {right:auto !important}
    
    .col-mdl-push-12 {left:100% !important}
    .col-mdl-push-11 {left:91.66666667% !important}
    .col-mdl-push-10 {left:83.33333333% !important}
    .col-mdl-push-9  {left:75% !important}
    .col-mdl-push-8  {left:66.66666667% !important}
    .col-mdl-push-7  {left:58.33333333% !important}
    .col-mdl-push-6  {left:50% !important}
    .col-mdl-push-5  {left:41.66666667% !important}
    .col-mdl-push-4  {left:33.33333333% !important}
    .col-mdl-push-3  {left:25% !important}
    .col-mdl-push-2  {left:16.66666667% !important}
    .col-mdl-push-1  {left:8.33333333% !important}
    .col-mdl-push-0  {left:auto !important}
    
    .col-mdl-offset-12 {margin-left:100% !important}
    .col-mdl-offset-11 {margin-left:91.66666667% !important}
    .col-mdl-offset-10 {margin-left:83.33333333% !important}
    .col-mdl-offset-9  {margin-left:75% !important}
    .col-mdl-offset-8  {margin-left:66.66666667% !important}
    .col-mdl-offset-7  {margin-left:58.33333333% !important}
    .col-mdl-offset-6  {margin-left:50% !important}
    .col-mdl-offset-5  {margin-left:41.66666667% !important}
    .col-mdl-offset-4  {margin-left:33.33333333% !important}
    .col-mdl-offset-3  {margin-left:25% !important}
    .col-mdl-offset-2  {margin-left:16.66666667% !important}
    .col-mdl-offset-1  {margin-left:8.33333333% !important}
    .col-mdl-offset-0  {margin-left:0 !important}
    
    .hidden-mdl     {display:none !important}
    .visible-mdl    {display:block !important}
}

@media (min-width:992px) and (orientation:landscape) {
    .col-mdl-1, .col-mdl-2, .col-mdl-3, .col-mdl-4, .col-mdl-5, .col-mdl-6,
    .col-mdl-7, .col-mdl-8, .col-mdl-9, .col-mdl-10, .col-mdl-11, .col-mdl-12
    { float:left; }
}

/* --------------------- *
 * BOOTSTRAP MD PORTRAIT *
 * --------------------- */

@media (min-width:992px) and (max-width:1199px) and (orientation:portrait) {
    .col-mdp-12 {width:100% !important}
    .col-mdp-11 {width:91.66666667% !important}
    .col-mdp-10 {width:83.33333333% !important}
    .col-mdp-9  {width:75% !important}
    .col-mdp-8  {width:66.66666667% !important}
    .col-mdp-7  {width:58.33333333% !important}
    .col-mdp-6  {width:50% !important}
    .col-mdp-5  {width:41.66666667% !important}
    .col-mdp-4  {width:33.33333333% !important}
    .col-mdp-3  {width:25% !important}
    .col-mdp-2  {width:16.66666667% !important}
    .col-mdp-1  {width:8.33333333% !important}
    
    .col-mdp-pull-12 {right:100% !important}
    .col-mdp-pull-11 {right:91.66666667% !important}
    .col-mdp-pull-10 {right:83.33333333% !important}
    .col-mdp-pull-9  {right:75% !important}
    .col-mdp-pull-8  {right:66.66666667% !important}
    .col-mdp-pull-7  {right:58.33333333% !important}
    .col-mdp-pull-6  {right:50% !important}
    .col-mdp-pull-5  {right:41.66666667% !important}
    .col-mdp-pull-4  {right:33.33333333% !important}
    .col-mdp-pull-3  {right:25% !important}
    .col-mdp-pull-2  {right:16.66666667% !important}
    .col-mdp-pull-1  {right:8.33333333% !important}
    .col-mdp-pull-0  {right:auto !important}
    
    .col-mdp-push-12 {left:100% !important}
    .col-mdp-push-11 {left:91.66666667% !important}
    .col-mdp-push-10 {left:83.33333333% !important}
    .col-mdp-push-9  {left:75% !important}
    .col-mdp-push-8  {left:66.66666667% !important}
    .col-mdp-push-7  {left:58.33333333% !important}
    .col-mdp-push-6  {left:50% !important}
    .col-mdp-push-5  {left:41.66666667% !important}
    .col-mdp-push-4  {left:33.33333333% !important}
    .col-mdp-push-3  {left:25% !important}
    .col-mdp-push-2  {left:16.66666667% !important}
    .col-mdp-push-1  {left:8.33333333% !important}
    .col-mdp-push-0  {left:auto !important}
    
    .col-mdp-offset-12 {margin-left:100% !important}
    .col-mdp-offset-11 {margin-left:91.66666667% !important}
    .col-mdp-offset-10 {margin-left:83.33333333% !important}
    .col-mdp-offset-9  {margin-left:75% !important}
    .col-mdp-offset-8  {margin-left:66.66666667% !important}
    .col-mdp-offset-7  {margin-left:58.33333333% !important}
    .col-mdp-offset-6  {margin-left:50% !important}
    .col-mdp-offset-5  {margin-left:41.66666667% !important}
    .col-mdp-offset-4  {margin-left:33.33333333% !important}
    .col-mdp-offset-3  {margin-left:25% !important}
    .col-mdp-offset-2  {margin-left:16.66666667% !important}
    .col-mdp-offset-1  {margin-left:8.33333333% !important}
    .col-mdp-offset-0  {margin-left:0 !important}
    
    .hidden-mdp     {display:none !important}
    .visible-mdp    {display:block !important}
}

@media (min-width:992px) and (orientation:portrait) {
    .col-mdp-1, .col-mdp-2, .col-mdp-3, .col-mdp-4, .col-mdp-5, .col-mdp-6,
    .col-mdp-7, .col-mdp-8, .col-mdp-9, .col-mdp-10, .col-mdp-11, .col-mdp-12
    { float:left; }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * jQCloud
 * Copyright 2011 Luca Ongaro (http://www.lucaongaro.eu)
 * Copyright 2013 Daniel White (http://www.developerdan.com)
 * Copyright 2014 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

/* layout */
div.jqcloud {
  overflow: hidden;
  position: relative;
}

div.jqcloud span {
  padding: 0;
}

/* fonts */
div.jqcloud {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 350;
  line-height: normal;
}

div.jqcloud a {
  font-size: inherit;
  text-decoration: none;
}

div.jqcloud span.w10 { font-size: 145%; }
div.jqcloud span.w9 { font-size: 140%; }
div.jqcloud span.w8 { font-size: 135%; }
div.jqcloud span.w7 { font-size: 130%; }
div.jqcloud span.w6 { font-size: 125%; }
div.jqcloud span.w5 { font-size: 120%; }
div.jqcloud span.w4 { font-size: 115%; }
div.jqcloud span.w3 { font-size: 110%; }
div.jqcloud span.w2 { font-size: 105%; }
div.jqcloud span.w1 { font-size: 100%; }

/* colors */
div.jqcloud { color: #09f; }
div.jqcloud a { color: inherit; }
div.jqcloud a:hover { color: #d40000; }
div.jqcloud a:hover { color: #d40000; }
div.jqcloud span.w10 { color: #d40000; }
div.jqcloud span.w9 { color: #cb0b0b; }
div.jqcloud span.w8 { color: #c11515; }
div.jqcloud span.w7 { color: #b62020; }
div.jqcloud span.w6 { color: #ab2b2b; }
div.jqcloud span.w5 { color: #a13636; }
div.jqcloud span.w4 { color: #964040; }
div.jqcloud span.w3 { color: #8b4b4b; }
div.jqcloud span.w2 { color: #815656; }
div.jqcloud span.w1 { color: #766060; }

/**
 * 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     mejix
 * @skin        ecco-shoes-tls
 * @copyright   Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
 
 /*
 
 FONTS
 _____
 
 font-family: 'Lato', sans-serif;
 
 font-weight: 100; -> Thin
 
 font-weight: 300; -> Light
 font-style: italic; -> Italic Light
 
 font-weight: 400; -> Regular
 font-weight: 700; -> Bold
 
 */
 
 * {
    margin:0;
    padding:0;
	list-style-type: none;
}

.clear {
	clear: both;
	border: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding:0 !important;
}

b, strong {
	font-weight: 700;
}

a {
	text-decoration: none;
    /* color: #000; */
}

a:hover {
	text-decoration: underline;
}

a:focus {
    outline: none;
    text-decoration: none;
}

body { 
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    background: none;
}

img {
	border: none;
	display: block;
}

a.no_text {
	text-indent: -10000px;
    display: block;
}

.clearpad {
    padding-left: 0;
    padding-right: 0;
}

@media(max-width:767px) and (orientation:landscape) {
    .clearpad-xsl {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media(max-width:767px) and (orientation:portrait) {
    .clearpad-xsp {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.clearleft {
    padding-left: 0;
}

.clearright {
    padding-right: 0;
}

label, .label {
    color: #1a1a1a;
    font-weight: 400;
}

.wrapper {
    min-width: initial;
}

.btn-sm, .btn-group-sm > .btn {
    height: 45px !important;
}

.btn {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center !important;
    font-size: 16px;
    font-weight: 300;
    height: 60px;
    text-transform: uppercase;
}

.btn-xs	{
	height:auto !important;
	line-height:28px;
	font-size:14px;
	text-transform:none;
}

a.btn {
    display: block;
    line-height: 34px;
}

.btn span {
    font-weight: 400;
}

.btn-primary {
    background-color: #d40000;
    border-color: #d40000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-default {
    border-color: #74757b;
    background-color: #74757b;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-color: #d40000;
    border-color: #d40000;
}

.btn-info {
    background-color: #ffffff;
    border-color: #000000;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #ffffff;
    border-color: #000000;	
}

.btn-success {
    border-color: #ffffff;
    background-color: #b82025;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-color: #808285;
    border-color: #b82025;
}

.form-control {
    height: 38px;
}

.table > thead > tr > th {
    border-bottom-width: 1px;
}

table dl {
    margin-bottom: 0;
}

textarea {
    resize: none;
}

/* fixSurvey */

#ship_to_same_address,
#s_method_flatrate_flatrate,
#p_method_checkmo,
#p_method_btpay_standard,
#id_accept_terms,
#subscribe_nl_checkout {
    display: none;
}

/* End :: fixSurvey */

input[type="radio"],
input[type="checkbox"] {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    float: left;
    width: 0;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    font-size: 16px;
 /* color: #000; */
    font-weight: 400;
    margin-bottom: 0;
    padding: 0 0 15px;
}

input[type="radio"] + label:hover,
input[type="checkbox"] + label:hover {
    cursor: pointer;
}

input[type='checkbox'] + label i,
input[type='radio'] + label i {
 /* font-size: 14px; */
 /* color: #000; */
    margin-right: 5px;
    width: 20px;
}

input[type='checkbox'] + label i.fa-check-square-o,
input[type='radio'] + label i.fa-dot-circle-o {
    display: none;
}

input[type='checkbox'] + label i.fa-square-o,
input[type='radio'] + label i.fa-circle-o {
    display: inline-block;
}

input[type='checkbox']:checked + label i.fa-square-o,
input[type='radio']:checked + label i.fa-circle-o {
    display: none;
}

input[type='checkbox']:checked + label i.fa-check-square-o,
input[type='radio']:checked + label i.fa-dot-circle-o {
    display: inline-block;
}

/* BGN HEADER */

.header {
    position: relative;
    z-index: 100;
}

.header-container {
    border-bottom: 1px solid #000;
    width: 100%;
    height: auto;
}

.header h1.logo {
    margin-top: 14px;
    margin-bottom: 14px;
    top: auto;
    padding: 0;
}

.header h1.logo a img {
    width: 164px;
    height: 60px;
}

@media (min-width:992px) and (max-width:1199px) and (orientation:portrait) {
    .header h1.logo a img {
        width: 205px;
        height: 75px;
    }
}

#delivery_holder
{
    /*border-bottom: 2px solid #000;*/
    text-align: center;
}

#delivery_holder a {
    display: inline-block;
    text-align: left;
    padding-left: 45px;
 /* background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/free_delivery.png) no-repeat center left; */
 /* background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/sprite.png) no-repeat -20px -285px; */
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/comenzi.jpg) no-repeat center left;
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    margin-top: 27px;
    margin-bottom: 21px;
}

#delivery_holder a strong {
    display: block;
}

#delivery_holder a.exchange {
 /* background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/exchange_prod.jpg) no-repeat center left; */
 /* background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/sprite.png) no-repeat -20px -212px; */
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/schimb.jpg) no-repeat center left;
}

#delivery_holder a.money_back {
 /* background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/money_back_icon.jpg) no-repeat center left; */
 /* background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/sprite.png) no-repeat -20px -557px; */
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/360-zile.jpg) no-repeat center left;
}

#delivery_holder a.phone {
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/program.jpg) no-repeat center left;
}

#delivery_holder a.contact {
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/contact.jpg) no-repeat center left;
}

#delivery_holder a.card {
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/card.jpg) no-repeat center left;
}

#delivery_holder a.acreditat {
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/acreditat.jpg) no-repeat center left;
}

#delivery_holder a:hover {
    text-decoration: none;
    color: #d70000;
}

#delivery_holder a:hover span.red {
    color: #262626;
}

#delivery_holder a span.big {
    display: block;
    font-size: 14px;
}

#delivery_holder a span.red {
    color: #d70000;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1 !important;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.header {
    width: 100%;
    height: auto;
}

.header .account_holder {
    width: 60px;
    height: 60px;
    margin-top: 15px;    
    position: relative;
    float: left;
    margin-right: 13px;
    margin-left: 100px;
}

.header .account_holder .user {
    width: 100%;
    height: 100%;
    text-align: center;    
}

.header .account_holder .user a {
    display: block;
    height: 100%;
    padding-top: 13px;
    background-color: #f5f5f5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.header .account_holder .user a:hover {
    background-color: #3b5998;
}

.header .account_holder .user a:hover i {
    color: #fff;
}

.header .account_holder .user i {
    font-size: 35px;
    color: #ccc;
}

.header .account_holder .fav_no {
    position: absolute;
    top: 0;
    left: -11px;
} 

.header .account_holder .fav_no a {
    position: relative;
    display: block;
    text-align: center;
}

.header .account_holder .fav_no a span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
}

.header .account_holder .fav_no i {
    font-size: 31px;
    color: #393939;
}

.header .login_register {
    text-align: left;
    margin-top: 23px;
}

.header .login_register span.welcome {
    display: block;
    font-weight: 700;
}

.header .login_register .logged_in span.welcome {
    line-height: 14px;
}

.header .not_logged_account, .header .login_register a.logged_link {
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.header .login_register a:hover {
    text-decoration: none;
    color: #d40000;
}

.header .login_register a.logged_link:hover {
    color: #d40000;
}

.header .login_register a.logged_link.first {
    margin-top: 5px;
}

#top_cart {
    text-align: center;
    position: relative;
}

#top_cart a.go_to_cart {
    font-size: 14px;
    color: #d40000;
    display: block;
    float: right;
    font-weight: 700;
    position: relative;
 /* background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/cart_basket.png) no-repeat center left; */
 /* background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/sprite.png) no-repeat -140px 17px; */
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/cart_full.jpg) no-repeat center left;    
    padding: 30px 20px 30px 50px;
    margin-top: 4px;
}

#top_cart a:hover {
    text-decoration: none;
}

#top_cart.no_cart_prod a.go_to_cart {
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/cart_empty.jpg) no-repeat center left;
}

#top_cart a.go_to_cart span {
    font-weight: 700;
    position: absolute;
    left: 28px;
    top: 19px;
    z-index: 1;
    font-size: 13px;
    color: #fff;
    background-color: #ff0000;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#cart_preview {
    padding: 25px 20px;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 5;
    background-color: #fff;
    border: 1px solid #ededed;
    width: 100%;
    display: none;
}

#top_cart #cart_preview {
    display: none;
}

#top_cart.active_cart #cart_preview {
    display: block;
}

#cart_preview .cart_preview_inner:before,
#cart_preview .cart_preview_inner:before {
    content: '';
 /* background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/top_cart_prev_arrow.jpg) no-repeat; */
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/sprite.png) no-repeat -20px -697px;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 130px;
    top: -16px;
    z-index: 6;
}

#cart_preview span.prod_no {
    display: block;
    border-bottom: 3px solid #d40000;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #555555;
    padding-bottom: 15px;
    text-align: left;
    line-height: 24px
}

#cart_preview span.prod_no strong {
    float: right;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

#cart_preview .prod_holder {
    margin-bottom: 10px;
    max-height: 270px;
    overflow-y: auto;
}

#cart_preview .prod_holder .prod {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}

#cart_preview .prod_holder .prod:last-child {
    border: 0;
}

#cart_preview .prod_holder .prod img {
    float: left;
    margin-right: 15px;
}

#cart_preview .prod_holder .prod p.prod_name {
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 5px;
}

.fixed_menu_holder {
    height: 50px;
    position: relative;
    z-index: 99;
}

.menu_holder {
    border-bottom: 1px solid #000;
}

.menu_holder.fixed {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.1);
}

#nav {
    width: auto;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: initial;
    font-weight: 400;
    float: none;
    position: relative;
}

#nav > li {
    display: inline-block;
}

#nav > li.level0 {
    background: none;
    padding: 0;
    margin: 0;
    height: auto;
    margin-right: 30px;
    float: left;
}

#nav > li.level0.over {
    background: none;
}

#nav > li.level0.over a span {
    height: auto;
    padding: 0;
}

#nav > li.level0.last {
    margin-right: 15px;
	padding: 0 5px;
}

#nav > li > a {
    margin: 0;
    padding: 0;
    float: none;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    line-height: 49px;
    height: 49px;
    position: relative;
} 

#nav > li > a:hover {
    line-height: 49px;
}

#nav > li > a:hover:before, #nav > li > a.over:before, #nav > li.active > a:before {
    content: '';
    width: 100%;
    height: 4px;
    background-color: #f44949;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

#nav > li > a > span {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 14px !important;
    font-weight: 400;
    display: inline-block;
}

#nav > li.level0.last > a > span {
    color: black;
}

#search-mini-form {
    background-color: #edecec;
}

#search-mini-form .form-search {
    padding-top: 10px;
    padding-bottom: 12px;
    border-bottom: 3px solid #d40000;
    position: relative;
    bottom: -1px;
    /*z-index: 1;*/
    background-color: #edecec;
}

#search-mini-form .go-button {
    float: right;
    margin: 0 15px 0 30px;
    outline: none;
}

#search-mini-form #search {
    font-size: 14px;
    color: #262626;
    padding: 0;
    border: 0;
    padding-left: 15px;
    float: left;
    width: 65%;
    outline: none;
    font-weight: 400;
    background-color: #edecec;
}

#search-mini-form #search:focus {
    background: none;
    background-color: #edecec;
}

#menu-bottom {
    display: none;
}

.navChildWrapper {
    top: 49px;
    height: 203px;
    float: none;
    display: none;
    overflow: hidden;
    border-top: 1px solid #000;
    z-index: 3;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bg_submenu.jpg) no-repeat center top;
    -webkit-box-shadow: 0px 6px 9px 0px rgba(0, 1, 1, 0.15);
    -moz-box-shadow:    0px 6px 9px 0px rgba(0, 1, 1, 0.15);
    box-shadow:         0px 6px 9px 0px rgba(0, 1, 1, 0.15);
}

.navChildWrapper.shown-sub {
    display: block;
}

.container-bg-left {
    float: none;
    background: none;
}

.container-bg-right {
    width: 100%;
}

#nav ul.level0 {
    font-family: 'Lato', sans-serif;
}

#nav li {
    position: static;
}

#nav li.parent ul.level0 {
    background: none;
    height: 203px;
    width: 100%;
}

#nav ul.level0 li.level1 > a {
    margin-top: 20px;
    margin-bottom: 15px;
}

#nav ul.level0 li.level1 > a > span {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    font-weight: 400;
}

#nav ul.level0 li.level1 > a:hover > span {
    color: #f44949;
}

#nav ul ul.level1 {
    border: 0;
    border-right: 1px solid #dadada;
    margin-right: 20px;
    padding-right: 20px;
}

#nav .level2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#nav ul.level0 li.level1:last-child ul.level1  {
    margin-right: 0;
    border: 0;
    padding: 0;
}

#nav ul.level0 ul.level1 li a {
    display: block;
    margin-bottom: 10px;
}

#nav ul.level0 ul.level1 li:last-child a {
    margin-bottom: 0;
}

#nav ul.level0 ul.level1 li a:hover span {
    color: #f44949;
}

#nav ul.level0 ul.level1 li a span {
    padding: 0;
    color: #3f3f3f;
    font-size: 14px;
    line-height: 14px;
}

#nav ul.level0 li.level1, #nav ul ul.level1 {    
    margin-bottom: 0;
}

#nav ul.level0 li.level1:last-child {
    margin-right: 0;
}

#nav ul ul.level1 li, #nav ul div.level1 li {
    height: auto;
}

#nav ul.level0 li.level1 a.new_collection {
    display: none;
}

#nav ul li.parent a {
    background: none;
}

#nav > li.level0.last .navChildWrapper.brands ul.level1 li a {
    margin: 0;
    margin-bottom: 15px;
}

#nav > li.level0.last .navChildWrapper.brands ul.level1 li a span {
    text-transform: none;
}

#nav .subemnu_categ_img a {
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    position: relative;
}

#nav .navChildWrapper.shown-sub .subemnu_categ_img a span.categ_title,
#nav .navChildWrapper.shown-sub .subemnu_categ_img a span.buy {
    position: absolute;
    left: 30px;
    top: 35px;
    color: #000;
}

#nav .navChildWrapper.shown-sub .subemnu_categ_img a span.categ_title,
#nav .navChildWrapper.shown-sub .subemnu_categ_img a span.special_char {
    font-weight: 100 !important;
    font-size: 60px !important;
    line-height: 60px !important;
    letter-spacing: -4px;
}

#nav .navChildWrapper.shown-sub .subemnu_categ_img a span.buy {
    top: 125px;
    left: 35px;
    color: #d40000;
    border: 1px solid #d40000;
    padding: 10px 30px;
    font-size: 16px !important;
}

#nav .navChildWrapper.shown-sub .subemnu_categ_img a:hover span.buy {
    color: #fff;
    background-color: #d40000;
    border: 1px solid #d40000;
    padding: 10px 30px;
    font-size: 16px !important;
}

/* END :: HEADER */

/* FOOTER */

#footer_holder {
    color: #fff;
    background-color: #212121;
    padding-top: 65px;
    padding-bottom: 60px;
    margin-top: 30px;
    position: relative;
    text-align: left;
}

#footer_holder a
{
    display: inline-text;
    text-align: left;
    color: #fff;
}

#footer_holder .ftr_link_list a,
#footer_holder #ftr_contact a,
#footer_holder #social_footer a,
#footer_holder a.footer-contact
{
    color: #fff;
}

#footer_holder .ftr_link_list a:hover,
#footer_holder #ftr_contact a:hover,
#footer_holder #social_footer a:hover,
#footer_holder a.footer-contact:hover
{
    text-decoration: none;
    color: #d40000;
}

#logo_footer {
    display: inline-block;
    margin-bottom: 20px;
}

#social_footer {
    float: left;
}

#social_footer li {
    display: inline-block;
    float: left;
    zoom: 1;
    margin-right: 15px;
}

#social_footer li:last-child {
    margin-right: 0;
}

#social_footer li a i {
    font-size: 20px;
}

#social_footer li a:hover i {
    color: #d40000;
}

#footer_holder .phone_no,
#footer_holder .email,
#footer_holder .call_hours,
#footer_holder table {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}
#footer_holder .call_hours {
    margin-bottom: 0;
}
#footer_holder .phone_no span,
#footer_holder .email span,
#footer_holder .call_hours span, {
    text-transform: uppercase;
    display: block;
    font-weight: 700;
}

#footer_holder .phone_no a,
#footer_holder .email a,
#footer_holder .call_hours a {
    font-weight: 300;
}

#footer_holder span.list_title {
    font-size: 14px;
    line-height: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;;
}

#footer_holder ul.ftr_link_list {
    margin-bottom: 0;
}

#footer_holder ul.ftr_link_list li {
    padding-left: 10px;
    position: relative;
    margin-bottom: 0;
}

#footer_holder ul.ftr_link_list li:hover:before {
    background-color: #d40000;
}

#footer_holder ul.ftr_link_list li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 13px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#footer_holder ul.ftr_link_list li a {
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
}

/*
#ftr_nl_subscribe p {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

#ftr_nl_subscribe p span {
    text-transform: uppercase;
    font-size: 17px;
    display: block;
}

#ftr_nl_subscribe label {
	font-size: 12px;
}

#ftr_nl_subscribe label a {
	display: inline;
	color: #d40000;
}

#ftr_nl_subscribe dl.row {
	margin-bottom: 0;
}

#ftr_nl_subscribe #newsletter-validate-detail2 {
    display: block;
    position: relative;
}

#ftr_nl_subscribe #newsletter-validate-detail2 #newsletter {
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 12px;
    height: 46px;
    position: relative;
}

#ftr_nl_subscribe #newsletter-validate-detail2 #newsletter::-webkit-input-placeholder {
   color: #fff!important;
}

#ftr_nl_subscribe #newsletter-validate-detail2 #newsletter:-moz-placeholder { 
   color: #fff!important;
}

#ftr_nl_subscribe #newsletter-validate-detail2 #newsletter::-moz-placeholder {  
   color: #fff!important;
}

#ftr_nl_subscribe #newsletter-validate-detail2 #newsletter:-ms-input-placeholder {  
   color: #fff!important;
}

#ftr_nl_subscribe #newsletter-validate-detail2 .btn {
    height: 45px;
}

#ftr_nl_subscribe #newsletter-validate-detail2 .btn:hover {
    background-color: #fff;
    color: #000;
}

#ftr_nl_subscribe #newsletter-validate-detail2 #newsletter:focus {
    outline: none;
    box-shadow: none;
}
*/
#ftr_contact h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

#ftr_contact h3 a {
    text-transform: uppercase;
    font-weight: 700;
}

#ftr_contact h3 a:hover i {
    color: #d40000;
}

#footer_btm {
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer_btm p {
    margin-bottom: 0;
}

#footer_btm p.copy {
    font-size: 12px;
    text-transform: uppercase;
    color: #010101;
    line-height: 20px;
}

#footer_btm p.dev {
    text-align: right;
    line-height: 20px;
    color: #000;
    font-size: 12px;
    position: relative;
}

#footer_btm p.dev span {
    width: 16px;
    height: 17px;
    display: inline-block;
 /* background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/hearth.png) no-repeat; */
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/sprite.png) no-repeat -20px -415px;
    margin-bottom: -3px;
    margin-left: 3px;
    margin-right: 3px;
}

#trusted_mark {
    display: inline-block;
    margin-top: 23px;
    margin-left: 10px;
    cursor: pointer;
}

#safe_card_pay {
    margin-top: 20px;
    margin-bottom: 18px;
}

#safe_card_pay span {
    font-weight: 300;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

#gpec_2018 {
    margin: auto;
    width: 50%;
	display: block;
}

/* END FOOTER */

/* BGN HOMEAPGE */

#hp_slider {
    background-color: #f2f2f2;
    border-bottom: 1px solid #000;
    text-align: left;
    margin-bottom: 25px;
}

#hp_slider .col-lg-9.clearpad {
    margin-left: 15px;
    position: relative;
    z-index: 2;
}

#hp_slider .col-lg-3.clearnone {
    margin-left: -15px;
    position: relative;
    z-index: 1;
}

#slider .carousel-indicators {
    bottom: 65px;
    margin-left: 0;
    left: 240px;
    width: auto;
}

#slider .carousel-indicators li {
    width: 11px;
    height: 11px;    
    border: 0;
    background-color: #d7d7d7;
    margin: 0 9px;
 /* 230216 Marian :: Test server diff
    width: auto;
    height: auto;  
    border: 1px solid #666666;  
    border-radius: 0;
    opacity: 0.6;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    End :: Test server diff */
}

#slider .carousel-indicators li.active,
#slider .carousel-indicators li:hover {
    background-color: #d40000;
    border: 0;
    margin: 0 9px;
 /* 230216 Marian :: Test server diff
    border: 1px solid #666666;
    opacity: 1;
    End :: Test server diff */
}

#slider .carousel-caption {
    left: auto;
    right: auto;
    top: 0;
    bottom: auto;
    text-align: left;
    padding: 0;
    padding-right: 100px;
    text-shadow: none;
    width: 100%;
}

#slider .carousel-caption h2 {
    margin-top: 62px;
    margin-bottom: 40px;
    font-size: 55px;
    line-height: 50px;
    text-transform: uppercase;
    color: #000;
    font-weight: 300;
}

#slider .carousel-caption h2 span {
    display: block;
    font-size: 36px;
    line-height: 45px;
    font-weight: 300;
}

/* CUSTOM SLIDE */

#slider span.red {
    color: #d40000;
    display: block;
    font-size: 25px;
    letter-spacing: -1px;
    text-align: center;
    line-height: 25px;
}

#slider span.red strong {
    display: block;
    letter-spacing: 0;
    font-size: 35px;
    line-height: 35px;
}

#slider span.black {
    display: block;
    text-align: center;
    color: #000;
}

#slider .carousel-caption h2 span.small {
    font-size: 30px;
    letter-spacing: -1px;
}

#slider ul.custom-offer-slide {
    margin-top: -20px;
    margin-bottom: 0;
}

#slider ul.custom-offer-slide li {
    display: inline-block;
    margin-right: 55px;
}

#slider ul.custom-offer-slide li.last {
    margin-right: 0;
}

.slider_inner_link {
    display: inline-block;
    float: left;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 70px;
 /* 230216 Marian :: Test server diff
    margin-top: 10px;
    End :: Test server diff */
    margin-bottom: 22px;
}

.slider_inner_link:hover {
    text-decoration: none;
}

/* END CUSTOM SLIDE */

/* HOME SLIDER CAROUSEL */

#slider .carousel-caption p {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    font-weight: 300;
    margin-bottom: 40px;
    min-height: 72px;
}

#slider .carousel-caption .btn {
    padding: 0 43px;
    text-transform: uppercase;
    font-style: italic;
    width: 200px;
    line-height: 60px;
}

#slider .carousel-caption .btn span {
    font-style: normal;
}

@media (min-width:992px) and (max-width:1199px) {
    #slider .carousel-caption h2 {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 43px;
        line-height: 45px;
    }
    
    #slider .carousel-caption h2 span {
        font-size: 35px;
        line-height: 40px;
    }
    
    #slider .carousel-caption p {
        min-height: 72px;
        margin-right: 70px;
        margin-bottom: 35px;
    }
    
    #slider .carousel-indicators {
        bottom: 61px;
    }
}

/* HOME SLIDER CAROUSEL :: END */

/* HOME SLIDER ANEXE */

#slider_anexe {
    height: 425px;
    background-color: #fff;    
    text-align: right;
    padding-top: 25px;
}

#slider_anexe .pad {
    padding: 0 20px;
}

#slider_anexe h2 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 0;
}

#slider_anexe h2 span {
    text-transform: uppercase;
    font-weight: 700;
}

#slider_anexe #nl_anexe h2 span {
    display: block;
}

#slider_anexe #nl_anexe {
    padding-bottom: 25px;
    border-bottom: 1px solid #000;
}

#slider_anexe #nl_anexe .form input.email {
    margin-top: 20px;
}

#social_anexe h2 {
    margin-top: 25px;
    margin-bottom: 10px;
}

#social_anexe ul {
    margin-bottom: 0;
}

#social_anexe ul li {
    display: inline-block;
    margin-left: 13px;
}

#social_anexe ul li a i {
    font-size: 18px;
}

#social_anexe ul li a:hover i {
    color: #d40000;
}

#social_anexe {
    border-bottom: 1px solid #000;
    padding-bottom: 25px !important;
}

#blog_anexe h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}

#blog_anexe h2 a span {
    color: #d40000;
}

#blog_anexe h2 a:hover {
    text-decoratinon: none !important;
}

#blog_anexe p {
    line-height: 16px;
}

@media (min-width:992px) and (max-width:1199px) {
    #slider_anexe {
        padding: 0 15px;
        height: 352px;
    }
    
    #slider_anexe h2 {
        font-size: 13px;
    }
    
    #slider_anexe .pad {
        padding: 0;
    }
    
    #slider_anexe #nl_anexe {
        padding-bottom: 10px;
    }
    
    #slider_anexe #nl_anexe h2 {
        font-size: 11px;
        line-height: 15px;
        padding-top: 10px;
    }
    
    #slider_anexe #nl_anexe .form input.email {
        margin-top: 10px;
    }
    
    #social_anexe {
        padding-bottom: 10px !important;
    }
    
    #social_anexe h2 {
        font-size: 11px;
        line-height: 15px;
        margin-top: 10px;
    }
    
    #blog_anexe h2 {
        font-size: 11px;
        line-height: 15px;
        margin-top: 10px;
    }
}

/* HOME SLIDER ANEXE :: END */

/* HOME CATEGORIES BOXES */

#hp_categ_boxes {
    text-align: left;
}

#hp_categ_boxes .prod_item {
    margin-bottom: 20px;
}

#hp_categ_boxes .prod_item .prod_inner .img_holder {
    margin-bottom: 8px;
}

#hp_categ_boxes .prod_item .prod_inner {
    padding-bottom: 15px;
}

#hp_categ_boxes .categ_info {
    border-bottom: 3px solid #414141;
    margin-bottom: 20px;
}

#hp_categ_boxes .categ_info.last {
    margin-bottom: 40px;
}

#hp_categ_boxes .box {
    position: relative;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 0;
}

#hp_categ_boxes .box:hover {
    cursor: pointer;
}

#hp_categ_boxes .box_content {
    position: absolute;
    top: 0;
    left: 0;
}

#hp_categ_boxes .box_content h1 {
    margin-top: 25px;
    margin-bottom: 25px;
}

#hp_categ_boxes .box_content h1 a {
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 300;
    color: #000;
}

#hp_categ_boxes .box_content h1 a:hover {
    text-decoration: none;
}

#hp_categ_boxes .box_content p {
    font-weight: 300;
    margin-bottom: 20px;
}

#hp_categ_boxes .box_content p span {
    font-weight: 400;
}

#hp_categ_boxes .subcategs {
    margin-bottom: 0;
}

#hp_categ_boxes .subcategs li {
    display: inline-block;
    /*margin-right: 50px;*/
    margin-right: 32px;
}

#hp_categ_boxes .subcategs li:last-child {
	margin-right: 0;
}

#hp_categ_boxes .subcategs li a {
    text-transform: uppercase;
    font-weight: 400;
    padding: 15px 0;
    display: block;
    position: relative;
}

#hp_categ_boxes .box_content a.go_to_categ {
    text-transform: uppercase;
    color: #e03030;
}

#hp_categ_boxes .box_content a.go_to_categ:hover {
    text-decoration: none;
}

#hp_categ_boxes .subcategs li a:hover {
    text-decoration: none;
    color: #f44949;
}

#hp_categ_boxes .subcategs li a:hover:before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: #f44949;
}

@media (min-width:992px) and (max-width:1199px) and (orientation:landscape) {
    #hp_categ_boxes .box img {
        width: 100%;
        height: auto;
    }
    
    #hp_categ_boxes .prod_item .prod_inner .img_holder,
    #hp_categ_boxes .prod_item .prod_inner .img_holder img {
        width: 100%;
        height: auto;
    }
    
    #hp_categ_boxes .prod_item .prod_inner .thumbs_holder {
        display: none;
    }
    
    #hp_categ_boxes .subcategs li {
        margin-right: 13px;
    }
    
    #hp_categ_boxes .box_content h1 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    
    #hp_categ_boxes .box_content h1 a {
        font-size: 40px;
    }
    
    #hp_categ_boxes .box_content p {
        margin-bottom: 15px;
        line-height: 20px;
    }
    
    #hp_categ_boxes .box_content > div {
        width: 65%;
    }
}

@media (min-width:992px) and (max-width:1199px) and (orientation:portrait) {
    #hp_categ_boxes .box {
        float: left;
        width: 100%;
    }
    
    #hp_categ_boxes .box img {
        width: 48%;
        height: auto;
        float: right;
    }
    
    #hp_categ_boxes .box_content {
        width: 50%;
    }
    
    #hp_categ_boxes .box_content p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    #hp_categ_boxes .box {
        float: left;
        width: 100%;
    }
    
    #hp_categ_boxes .box img {
        float: right;
    }
    
    #hp_categ_boxes .box_content {
        width: 50%;
    }
    
    #hp_categ_boxes .box_content p {
        font-weight: 400;
        margin-bottom: 30px;
    }
}

/* HOME CATEGORIES BOXES :: END */

#hp_banner {
    margin-bottom: 30px;
}

#hp_banner a {
    position: relative;
}

#instagram_area {
    text-align: left;
}

#instagram_area .insta_link {
    text-align: center;
}

#instagram_area .insta_link p {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 20px;
}

#instagram_area .insta_link p span.big {
    font-size: 65px;
    line-height: 60px;
}

#instagram_area .insta_link p span.middle {
    font-size: 43px;
    line-height: 43px;
}

#instagram_area .insta_link a.hashtag {
    display: inline-block;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 300;
    color: #f44949;
    letter-spacing: 1px;
}

#instagram_area .insta_link a.hashtag:hover {
    text-decoration: none;
    color: #000;
}

#instagram_area .insta_link .btn {
    font-style: italic;
    line-height: 48px;
}

#instagram_area .insta_link .btn span {
    font-style: normal;
}

#instagram_area .insta_pic {
    display: block;
    position: relative;
    color: #fff;
}

#instagram_area .insta_pic:hover span.mask {
    opacity: 1;
}

#instagram_area .insta_pic span.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 55px 35px 0 35px;
    background: rgba(0,0,0,0.42);
    text-align: center;
    font-weight: 300;
    font-style: italic;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

#instagram_area .insta_pic span.mask i {
    display: block;
    font-size: 72px;
    color: #fff;
    margin-bottom: 20px;
}

h1.section_title,
h2.section_title {
    text-align: center;
    width: 100%;
    font-size: 30px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 40px;
    margin-top: 20px;
}

h1.section_title.no_mt,
h2.section_title.no_mt {
    margin-top: 0;
}

h1.section_title span,
h2.section_title span {
    position: relative;
    display: inline-block;
    line-height: 50px;
}

h1.section_title span:before,
h2.section_title span:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #282828;
    position: absolute;
    left: 0;
    bottom: -1px;
}

h1.section_title span:after,
h2.section_title span:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 11px 0;
    border-color: #000 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
}

/* END :: HOMEAPGE */

/* PAGE CONTENT */

.main-container {
    overflow: hidden;
    background: none;
    width: auto;
    text-align: left;
    margin: 0;
    font-weight: 400;
}

.main {
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    min-height: initial;
}

/* END :: PAGE CONTENT */

/* BREADCRUMBS */

.breadcrumbs, .catalog-product-view .breadcrumbs {
    padding: 10px 0;
    height: auto;
    border-bottom: 1px solid #dedede;
    margin-bottom: 25px;
    font-size: 14px;
}

.breadcrumbs ul {
    margin-bottom: 0;
}

.breadcrumbs ul li.home {
    display: none;
}

.breadcrumbs ul li a {
    color: #666666;
    font-size: 14px;
}

.breadcrumbs ul li.go_home a i {
    font-size: 16px;
    color: #666666;
}

.breadcrumbs ul li a:hover,
.breadcrumbs ul li a:hover i {
    text-decoration: none;
    color: #d40000;
}

.breadcrumbs ul li > span.last {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

.breadcrumbs .prod_code {
    float: right;
    font-size: 14px;
    color: #d40000;
    text-transform: none;
}

/* END :: BREADCRUMBS */

/* PRODUCT VIEW */

#product-essential {
    min-height: initial;
}

.col-main {
    width: 100%;
    float: none;
}

.product-essential {
    border: 0;
    padding: 0;
}

.product-view {
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 60px;
}

.product-view .product-shop {
    width: auto;
    float: none;
}

@media only screen and (max-width: 767px) {
    .product-shop > div > .product_name {
        display:none;
    }
}

/* PRODUCT VIEW :: IMAGE BOX */

.product-view .product-img-box {
    float: right;
    width: 500px;
/*  margin-left: 13px;*/
    height: 495px;
}

.product-view .product-img-box .product-image {
    margin: 0px;
    width: 410px ;
    height: 410px;
}

.product-view .product-img-box .product-image-zoom img {
    position:absolute;
    left:0;
    top:0;
    cursor:move;
    border: none;
    width: 430px;
    height: 400px;
}

.product-img-box > .more-views {
    float:left;
    width:80px;
    height:500px;
    position:relative;
    top:-408px;
    left:-110px;
}

.product-view .product-img-box .more-views ul {
    margin: 0px;
}

.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 2px 5px 0px; 
}

.product-view .product-img-box .more-views li a {
    float:left;
    width:75px;
    height:75px;
    border:1px solid #e2ecf4;
    overflow:hidden;
}

.product-view .product-img-box .more-views li a:hover  {
    border-color: #abc4e0;
}

.product-view .product-img-box .zoom-notice {
    font-size:11px;
    color: #404040;
    padding: 3px;
}

.product-view .product-img-box,
.product-view .product-img-box .product-image {
    float: none;
    width: auto !important;
    height: auto !important;
    position: relative;
}

.product-view .product-img-box .product-image-zoom img {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
}

#pozeProdus {
    height: auto;
    float: none;
    top: 0 !important;
    left: 0;
    z-index: 10;
}

.product-view .product-img-box .more-views li a {
    height: auto;
    border-color: #e2e2e2;
}

.product-view .product-img-box .more-views li a:hover,
.product-view .product-img-box .more-views li a.active {
    border-color: #f44949;
}

@media (min-width:992px) and (max-width:1199px) and (orientation:landscape) {
    .product-view .product-img-box .more-views li {
		width: auto;
    	height: auto;
	}
}

@media (min-width:992px) and (max-width:1199px) and (orientation:portrait) {
    .product-view .product-img-box .more-views {
        text-align: center;
    }
    
    .product-view .product-img-box .more-views ul {
        margin: 0 auto;
		display: inline-block;
	}
    
    .product-view .product-img-box .more-views li {
        margin: 0 10px 5px 0; 
    }
    
    .product-view .product-img-box .more-views li:last-child {
        margin-right: 0; 
    }
}

@media (min-width:768px) and (max-width:991px) {
    .product-view .product-img-box,
    .product-view .product-img-box .product-image {
        margin-right: 10px;
    }
    
    .product-view .product-img-box .more-views li {
		width: auto;
    	height: auto;
	}
}

@media (max-width:767px) {
    .product-view .product-img-box .more-views li {
        margin: 0;
    }
    
    .product-view .product-img-box .product-image {
        text-align: center;
    }
    
    .product-img-box .more-views ul.row {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .product-img-box .more-views ul.row li.col-xs-1, 
    .product-img-box .more-views ul.row li.col-xs-2, 
    .product-img-box .more-views ul.row li.col-xs-3, 
    .product-img-box .more-views ul.row li.col-xs-4, 
    .product-img-box .more-views ul.row li.col-xs-5, 
    .product-img-box .more-views ul.row li.col-xs-6, 
    .product-img-box .more-views ul.row li.col-xs-7, 
    .product-img-box .more-views ul.row li.col-xs-8, 
    .product-img-box .more-views ul.row li.col-xs-9, 
    .product-img-box .more-views ul.row li.col-xs-10, 
    .product-img-box .more-views ul.row li.col-xs-11, 
    .product-img-box .more-views ul.row li.col-xs-12 {
        padding-left: 6px;
        padding-right: 6px;
    }
    
    .product-img-box .more-views ul.row li a {
        float: none;
        width: auto;
        height: auto;
        display: block;
    }
}

/* PRODUCT VIEW :: IMAGE BOX :: END */

.col-main .std {
    top: auto;
}

.col-main .std {
    font-size: 14px;
    line-height: 20px;
    color: #1a1a1a;
}

.col-main .std p {
    margin-bottom: 20px;
}

.product-view .product-shop .product-name h1 {
    font-family: 'Lato', sans-serif;
    width: auto;
    white-space: normal;
    overflow: hidden;
    text-overflow: initial;
    -o-text-overflow: initial;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 400;
    /*height: 84px;*/
}

.product-view .product-shop .product-name {
    margin-bottom: 20px;
    border-bottom: 1px solid #282828;
    padding-bottom: 15px;
}

.product-view .price_holder {
    position: relative;
    padding-right: 85px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.product-view .price_holder .in_stock,
.product-view .price_holder .out_stock {
    position: absolute;
    top: 0;
    right: 0;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: block;
    line-height: 39px;
}

.product-view .price_holder .in_stock  {
    color: #38c500;
}

.product-view .price_holder .out_stock  {
    color: #d70000;
}

.product-view .product-shop .price-box {
    width: 100%;
    float: none;
    margin: 0;
}

.product-view .old-price .price {
 /* font-size: 18px; */
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    color: #d40000;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
}

.product-view .old-price .price .small_price {
    font-size: 14px;
}

.product-view .special-price {
    display: inline-block;
}

.product-view .old-price {
    display: inline-block;
    margin-right: 10px;
}

.product-view .special-price .price,
.product-view .vip-price, 
.product-view .regular-price {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #1a1a1a;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
}

.product-view .special-price {
    padding: 0 8px;
    font-size: 18px;
    color: #2db14c;
    border: 1px solid #2db14c;
}

.product-view .special-price .price {
    color: #2db14c
}
.product-view .vip-price {
    padding: 0 8px;
    margin-left: 5px;
    font-size: 16px;
    color: #d40000;
    border: 1px solid #d40000;
} 
.product-view .special-price .price .small_price,
.vip-price .small_price,
.regular-price .small_price {
    font-size: 14px;
    font-weight: 400;
}

@media (min-width:992px) and (max-width:1199px) and (orientation:landscape) {
    .product-view .old-price {
        float: left;
        margin-left: 20px;
    }
    
    .product-view .special-price .price,
    .vip-price,
    .regular-price,
    .product-view .old-price .price {
        font-size: 26px;
        line-height: 30px;
        background: none;
    }
    
    .product-view .special-price .price .small_price,
    .vip-price .small_price, 
    .regular-price .small_price {
        font-size: 14px;
        font-weight: 400;
    }
    
    .product-view .old-price .price {
        font-size: 18px;
        padding-left: 0;
    }
    
    .product-view .old-price .price .small_price {
        font-weight: 400;
    }
}

@media (min-width:992px) and (max-width:1199px) and (orientation:portrait) {
    .product-view .old-price {
        float: left;
        margin-left: 20px;
    }
    
    .product-view .special-price .price,
    .vip-price,
    .regular-price,
    .product-view .old-price .price {
        font-size: 36px;
        line-height: 36px;
        background: none;
    }
    
    .product-view .special-price .price .small_price,
    .product-view .old-price .price .small_price,
    .vip-price .small_price,
    .regular-price .small_price {
        font-size: 24px;
        font-weight: 400;
    }
    
    .product-view .old-price .price {
        font-size: 36px;
        line-height: 36px;
        padding-left: 0;
    }
}

.product-view .product-shop .free_delivery {
    display: block;
    float: left;
    margin: 0;
    margin-right: 15px;
}

.product-view .product-shop .free_delivery:hover {
    text-decoration: none;
    color: #d40000;
}

.product-view .product-shop .after-add-to-cart {
    margin: 0;
}

.product-view .product-shop .free_delivery,
.product-view .product-shop .after-add-to-cart {
    font-size: 12px;
    color: #38c500;
    text-transform: uppercase;
    font-weight: 400;
}

.product-view .product-shop .free_delivery i, 
.product-view .product-shop .after-add-to-cart i {
    font-size: 18px;
}

.product-view .product-shop .prodpage_separator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #282828;
    margin-bottom: 22px;
    margin-top: 8px;
}

.product-view .select-size .choose-size,
.product-view .similar-color .choose-color {
    font-size: 14px;
    color: #1a1a1a;
    text-transform: uppercase;
    line-height: 39px;
}

.product-view .select-size .select-size-option {
    border: 1px solid #dbdbdb;
    font-weight: 400;
    color: #1a1a1a;
    text-align: center;
    text-transform: uppercase;
    line-height: 37px;
}

.product-view .select-size .select-size-option.selected,
.product-view .select-size .select-size-option:hover {
    background: #efefef;
    color: #1a1a1a;
}

.product-view .select-size .select-size-option.selected:before,
.product-view .similar-color .selected-color:before {
    content: "\f00c";
    color: #7d7d7d;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: graysc;
    font-size: 12px;
}

.product-view .similar-color .selected-color {
    border: 1px solid #fff;
}

.product-view .similar-color .selected-color {
    border-color: #dbdbdb;
    position: relative;
}

.product-view .similar-color .selected-color:before {
    top: 3px;
    right: 3px;
}

.product-view .similar-color .select-color-option a:hover {
    border-color: #dbdbdb;
}

.product-view #box_comanda {
    height: auto;
    border: 0;
    margin: 0;
    float: right;
    width: 100%;
}

#buttonCartConfigurable {
    width: 100%;
    background-color: #ff0000;
    font-weight: 400;
}

#buttonCartConfigurable:hover {
    background: #74757b;
}

#wishlist_btn {
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    border: 1px solid #000;
    width: 40%;
    height: 62px;
    text-align: center;
    text-transform: uppercase;
    line-height: 60px;
    margin-right: 15px;
    margin-bottom: 10px;
}

#wishlist_btn:hover {
    cursor: pointer;
    color: #d40000;
    border-color: #d40000;
    text-decoration: none;
}

.product-view .product-shop .add-to-cart {
    width: auto;
    margin: 0;
}

.product-shop .add-to-cart button {
    background: #d40000;
    height: 62px;
    float: right;
    color: #fff;
}

.product-shop .add-to-cart button:hover {
    background: #74757b;
}

.product-shop .add-to-cart button span {
    font-weight: 700;
}

#hiddenCallout {
    background: none;
    width: auto;
    height: auto;
    padding: 0;
    left: 0;
    top: -56px;
}

#hiddenCallout span {
    position: relative;
    width: 180px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0px;
    background: #74757b;
    display: block;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#hiddenCallout span:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #74757b transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -10px;
    left: 24px;
}

#find_shop {
    width: 100%;
    height: 77px;
    border: 1px solid #000;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/find_shop.jpg) no-repeat center left;    
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin: 15px 0;
}

#find_shop a {
    font-size: 18px;
    color: #d40000;
    line-height: 77px;
    display: block;
    padding-left: 195px;
}

#find_shop a:hover {
    text-decoration: none;
    color: #000;
}

#find_shop span {
    font-weight: 700;
}

#see_sizes {
    float: left;
    margin-top: 5px;
    margin-left: 21%;
    display: none !important;
}

#see_sizes a {
    display: block;
    font-size: 14px;
    color: #000;
    float: left;    
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/size_guide_red.png) no-repeat 50px center; 
    border: 1px solid #dbdbdb;
    width: 247px;
    padding: 7px 0;
    padding-left: 105px;
    text-transform: uppercase;
}

#see_sizes a:hover {
    color: #000;
    text-decoration: none;
}

.product-shop .delivery_price {
    float: left;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    margin-right: 15px;
    line-height: 20px;
}

.catalog-product-view .review {
    width: 100%;
    padding: 0;
}

.product-view .no-rating {
    margin-top: 0;
    float: right;
    width: 55%;
}

.product-view .no-rating a#write_review {
    width: 100%;
    display: block;
    border: 1px solid #000;
    float: left;
    height: auto;
    font-weight: 400;
    color: #000;
    background: none;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.product-view .no-rating a#write_review:hover {
    color: #d40000;
    text-decoration: none;
    border-color: #d40000;
}

.product-view .no-rating a#write_review:hover span i {
    color: #d40000;
}

#longdescription1 {
    font-size: 14px;
    line-height: 22px;
}

@media (min-width:992px) and (max-width:1199px) and (orientation:portrait) {
    #longdescription1 {
        font-size: 24px;
        line-height: 36px;
    }
}

.product-view .no-rating a#write_review span {
    display: inline-block;
    margin: 0;
}

.product-view .no-rating a#write_review span.rating_txt {
    
}

.product-view .no-rating a#write_review span i {
    font-size: 15px;
}

.no-rating {
    margin-bottom: 0;
}

.product-view .no-rating a#write_review span.not_ranked i {
    margin-right: 6px;
}

#add_review_form {
    display: block;
}

#add_review_form h2.section_title {
    margin-top: 40px;
}

#review-form .btn {
    font-style: italic;
    margin-bottom: 100px;
}

#review-form .btn span {
    font-style: normal;
}

.ratings .rating-box {
    margin-right: 0;
}

.rating-box {
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/star_empty.png) 0 0 repeat-x;
    width: 100px;
    height: 15px;
    margin-top: 3px;
}

.rating-box .rating {
    height: 15px;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/star_full.png) 0 100% repeat-x;
}

.buttons-set {
    border: 0;
    padding-top: 0;
    margin-top: 20px;
}

#review-form {
    display: block;
    position: relative;
}

body.catalog-product-view .product-review {
    position: relative;
    margin-top: 25px;
    padding-top: 35px;
}

#review-form:before, body.catalog-product-view .product-review:before {
    content: '';
    width: 4000px;
    height: 100%;
    left: -2000px;
    top: 0;
    position: absolute;
    z-index: -1;
    background-color: #eeeeee;
}

body.catalog-product-view #footer_holder {
    margin-top: 0;
}

.user_icon {
    text-align: center;
    margin-bottom: 30px;
}

.user_icon i {
    width: 175px;
    height: 175px;
    line-height: 175px;
    font-size: 90px;
    color: #b0b0b0;
    border: 1px solid #cacaca;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
}

#review-form .form-control {
    border-color: #b8b8b8;
    background-color: #e1e1e1;
}

#review-form textarea {
    position: relative;
    height: 215px;    
}

.product-review .review_holder {
    position: relative;
    background-color: #fff;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding: 35px 45px;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(224, 224, 224, 0.75);
    -moz-box-shadow:    0px 6px 0px 0px rgba(224, 224, 224, 0.75);
    box-shadow:         0px 6px 0px 0px rgba(224, 224, 224, 0.75);
}

.product-review .review_holder:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 20px 15px 20px 0;
    border-color: transparent #FFFFFF;
    display: block;
    width: 0;
    z-index: 1;
    left: -15px;
    top: 70px;
}

.product-review .review_holder .review_title {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

.product-review .review_holder .review_nickname {
    font-size: 14px;
    color: #f54949;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.product-review .review_holder .review-info {
    margin-bottom: 20px;
}

.product-review .review_holder .review-info .rating-box {
    margin: 0;
}

.product-review .review_holder .review-content {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.product-review {
    margin-top: 55px;
}

#product-review-table {
    width: 100%;
    margin: 0;
}

#product-review-table input.radio {
    display: none;
}

#product-review-table {
    text-align: center;
    margin-bottom: 35px;
}

#product-review-table li {
    display: inline-block;
    margin: 0 15px;
}

#product-review-table input.radio + label i {
    font-size: 24px;
    margin: 0;
    cursor: pointer;
    width: auto;
}

#product-review-table input.radio + label.active i:before {
    content: "\f005";
}

.cart_separator.prod_page {
    margin-top: 0;
}

#prod_anchors a {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    border-bottom: 0;
    padding: 7px 15px;
    float: left;
}

#prod_anchors a:nth-child(2) {
    border-left: 0;
}

#prod_anchors a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
}

.zoom_img {
	display:inline-block;
	position: relative;
}

.zoom_img > img.initial {
    width: 600px;
    height: 600px;
    float: left;
}

.zoom_img img {
	display: block;
}

.zoomImg:hover {
    cursor: crosshair;
}

#prod_zoom_icon {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 2;
    line-height: 29px;
    padding-left: 38px;
    font-size: 14px;
    font-style: italic;
    text-transform: uppercase;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/sprite.png) no-repeat -20px -753px;
    display: none;
}

#buttonP {
    border: 1px solid #e2e2e2;
}

#buttonP:hover {
    cursor: pointer;
    border-color: #f44949;
}

#video {
    position:absolute;
    display: none;
    z-index:99;
    width: 600px;
    right: 0px;
    top: 60px;
    height: 540px;
    background-color: #fff;
}

#Video1 {
    width: 600px;
}

#load-more-products {
    margin: 0 auto;
    height: 45px;
    display: none;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/loader.gif) no-repeat center;
    width: 100%;
    float: left;
}

#toolbar-btm .sort-by-wrap {
    display: none;
}

#prod_info_carousel .carousel-inner {
    text-align: center;
    font-size: 12px;
}

#prod_info_carousel .carousel-inner span.red {
    color: #d70000;
}

#prod_info_carousel .carousel-inner a {
    padding-left: 41px;
    line-height: 33px;
    display: inline-block;
}

#prod_info_carousel .carousel-inner a:hover {
    text-decoration: none;
    color: #d70000;
}

#prod_info_carousel .carousel-inner a:hover span.red {
    color: #262626;
}

#prod_info_carousel .carousel-inner a.delivery {
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/small/comenzi.png) no-repeat center left;
}

#prod_info_carousel .carousel-inner a.money_back {
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/small/360-zile.png) no-repeat center left;
}

#prod_info_carousel .carousel-inner a.exchange {
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/small/schimb.png) no-repeat center left;
}

#prod_info_carousel .carousel-inner a.phone {
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/small/program.png) no-repeat center left;
}

#prod_info_carousel .carousel-inner a.contact {
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/small/contact.png) no-repeat center left;
}

#prod_info_carousel .carousel-inner a.card {
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/small/card.png) no-repeat center left;
}

#prod_info_carousel .carousel-inner a.acreditat {
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/small/acreditat.png) no-repeat center left;
}

@media (min-width:992px) and (max-width:1199px) and (orientation:landscape) {
    #prod_info_carousel .carousel-inner {
        font-size: 11px;
    }
    
    #prod_info_carousel .carousel-inner a {
        padding-left: 35px;
    }
}

@media (min-width:992px) and (max-width:1199px) and (orientation:portrait) {
    #prod_info_carousel .carousel-inner {
        font-size: 14px;
        line-height: 36px;
    }
    
    #prod_info_carousel .carousel-inner a {
        padding-left: 35px;
    }
}

.product-short-wrap {
}

#prod_short_descript {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;    
    padding-bottom: 10px;
}

#prod_short_descript .prod_short_descript_wrapper {
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

#prod_short_descript p {
    margin: 0;
}

#prod_short_descript strong, #prod_short_descript b {
    font-weight: 400;
}

h2.prod_details {
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;    
}

h2.prod_details span {
    font-size: 30px;
    line-height: 40px;
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Lato';
}

h2.prod_details span:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.prod_detail_size #container-selector-marime .choose_size, .prod_detail_size #container-selector-marime #selector-marime, .prod_detail_size #container-selector-marime select {
    display: none !important;
}

#go_to_sizes {
    display: block;
    width: 100%;
    padding: 30px 0;
    background:  url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/prod_size_guide.jpg) no-repeat;
    background-size: cover; 
    text-align: center;
}

#go_to_sizes:hover {
    text-decoration: none;
    cursor: pointer;
}

#go_to_sizes:hover span.btn {
    border-color: #74757b;
    background-color: #74757b;
}

#go_to_sizes span.txt {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

#go_to_sizes span.txt strong {
    font-weight: 400;
    display: block;
}

#go_to_sizes span.btn {
    display: inline-block;
    width: 240px;
    padding:20px 0;
    height:auto !important;
    margin-top: 15px;
}

@media (max-width:479px) {
    #go_to_sizes span.btn {
        width:100%;
    }    
}

.product-essential .prod_details_list ul li {
    padding-left: 23px;
    position: relative;
}

.product-essential .prod_details_list ul li:before {
    content:'\f00c';
    font-family: FontAwesome;
    font-size: 14px;
    color: #1a1a1a;
    position: absolute;
    left: 0;
    top: 1px;
}

/* END PROD PAGE */

/* BGN LISTING PROD */

.prod_item {
    margin-bottom: 20px;
}

.prod_item,
.prod_item .prod_inner {
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    -ms-transition: all .15s linear;
}

.prod_item .prod_inner {
    padding-bottom: 42px;
    position: relative;
    border-bottom: 3px solid #414141;
    width: 100%;
    left: 0;
}

.prod_item:hover {
    position: relative;
    z-index: 2;
}

.prod_item:hover .prod_inner {
    border-color: #d40000;
    width: 133%;
    left: -33%;
    background-color: #fff;
    border-left: 1px solid #d40000;
}

.prod_item.pleisty_item:hover .prod_inner {
    border-color: #d40000;
    width: 100%;
    left: 0;
    background-color: #fff;
    border-left: none;
}

.prod_item .prod_inner .img_holder {
    display: block;
    margin-bottom: 20px;
    float: right;
}

.prod_item .prod_inner span.discount_reg_prod,
.prod_item .prod_inner span.new_reg_prod {
    display: none;
    position: absolute;
    top: 0;
    right: 0;    
    background-color: #f14343;
    color: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.prod_item .prod_inner span.new_reg_prod {
    background-color: #696ACB;
}

.prod_item .prod_inner.saleProdProc span.discount_reg_prod,
.prod_item .prod_inner.newProduct span.new_reg_prod {
    display: block;
}

.prod_item .name_holder {
    width: 100%; 
    height: 40px;
    overflow: hidden;
}

.prod_item .name_holder table {
    width: 100%; 
    margin: 0;
}

.prod_item .name_holder table tr td {
    height: 40px;
    vertical-align: top;
}

.prod_item .name_holder table tr td a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 400;
}

.prod_item .name_holder table tr td a:hover {
    text-decoration: none;
}

.prod_item .prod_inner .price-box {
    text-align: center;
    margin: 0 0 10px 0;
}

.prod_item .prod_inner .price-box p {
    display: inline-block;
    margin: 0 5px;
}

.prod_item .prod_inner .price-box p.msrp-price
{
    display: none;
}

.prod_item .prod_inner .price-box p span.price,
.prod_item .prod_inner .price-box span.vip-price,
.prod_item .prod_inner .price-box span.regular-price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}

.prod_item .prod_inner .price-box .regular-price {
    border: 1px solid #000;
    padding: 0 8px;
}

.prod_item .prod_inner .price-box .vip-price {
    margin-left: 10px;
    padding: 0 8px;
    color: #d40000;
    border: 1px solid #d40000;
}

.prod_item .prod_inner .price-box p span.price .small_price,
.prod_item .prod_inner .price-box span.vip-price .small_price,
.prod_item .prod_inner .price-box span.regular-price .small_price {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
}

.prod_item .prod_inner .price-box .special-price {
    color: #2db14c !important;
    padding: 0 8px;
    border: 1px solid #2db14c;
}

.prod_item .prod_inner .price-box .old-price {
    color: #d40000;
    border: 1px solid #fff;
}

.prod_item .prod_inner .thumbs_holder {
    width: 50px;
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all .0s ease-in;
    -moz-transition: all .0s ease-in;
    -o-transition: all .0s ease-in;
    -ms-transition: all .0s ease-in;
}

.prod_item:hover .prod_inner .thumbs_holder {
    opacity: 1;
}

.block-layered-nav,
#narrow-by-list {
    margin: 0;
}

#narrow-by-list .btn-group {
    margin-bottom: 10px !important;
}

#sidebar .block.block-layered-nav {
    padding: 20px 0 10px 0;
    margin-bottom: 15px;
    position: relative;
}

#sidebar .block.block-layered-nav:before {
    content: '';
    display: block;
    width: 10000px;
    height: 1px;
    position: absolute;
    left: -5000px;
    background-color: #000;
    bottom: 0;
    z-index: -1;
}

/* overlay global message */

#lean_overlay {
    position: fixed;
    z-index: 99 !important;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#fancybox-overlay {
    z-index: 99 !important; 
}

#fancybox-wrap {
    z-index: 100 !important;
}

.close_overlay {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

#product_message_overlay {
    background-color: #fff;
    width: 620px;    
    z-index: 100 !important; 
}

#product_message_overlay .overlay_inner {
    width: 100%;
    height: 100%;
    padding: 25px;
    padding-bottom: 30px;
}

#product_message_overlay .close_overlay {
    text-align: center;
    color: #fff;
    background-color: #000;
    font-weight: 700;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    line-height: 22px;
    border: 2px solid #fff;
    right: -10px;
    top: -10px;
    -webkit-box-shadow: -2px 1px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: -2px 1px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow: -2px 1px 10px 0px rgba(50, 50, 50, 0.5);
    font-size: 12px;
}

#product_message_overlay .close_overlay:hover {
    text-decoration: none;
}

#product_message_overlay ul.messages {
    height: auto;
    line-height: 18px;
}

#product_message_overlay ul.messages li.success-msg, #product_message_overlay ul.messages li.error-msg {
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 45px;
    display: table;
    width: 100%;
}

#product_message_overlay ul.messages li.success-msg ul, #product_message_overlay ul.messages li.error-msg ul {
    display: table-cell;
    vertical-align: middle;
}

/* end overlay global message */

#toolbar-btm .col-lg-6 {
    display: none;
}

#sidebar .filter-btn,
#toolbar-btm .filter-btn,
#toolbar-top .filter-btn {
    height: 46px;
    background: none;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 400;
    text-align: left !important;
}

#sidebar .filter-btn span,
#toolbar-btm .filter-btn span,
#toolbar-top .filter-btn span {
    float: left;
}

#sidebar .filter-btn i,
#toolbar-btm .filter-btn i,
#toolbar-top .filter-btn i {
    float: right;
    margin-top: 4px;
}

#sidebar ul.dropdown-menu {
    border: 1px solid #dbdbdb;
    margin: 0;
    min-width: 165px;
    border-top: 0;
    padding: 0;
	z-index: 999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#sidebar ul.dropdown-menu li {
    padding: 0 20px;
}

#sidebar ul.dropdown-menu li a {
    font-size: 14px;
    line-height: 40px;
    padding: 0;
    padding-left: 15px;
    padding-right: 5px;
    color: #888888;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    display: block;
}

#sidebar ul.dropdown-menu li a.btn-remove,
#sidebar ul.dropdown-menu li a.selected {
    color: #000;
}

#sidebar ul.dropdown-menu li a.selected:hover {
    cursor: default;
}

#sidebar ul.dropdown-menu li a.btn-remove:before,
#sidebar ul.dropdown-menu li a.selected:before {
    background-color: #000;
}

#sidebar ul.dropdown-menu li a.btn-remove:after,
#sidebar ul.dropdown-menu li a.selected:after {
    content: '\f00c';
    font-family:'FontAwesome';
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
}

#sidebar ul.dropdown-menu li a.btn-remove:hover:after {
    content: '\f00d';
}

#sidebar ul.dropdown-menu li a:before {
    content: '';
    width: 6px; 
    height: 6px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #888888;
    position: absolute;
    left: 0;
    top: 17px;
}

#sidebar ul.dropdown-menu li a:active {
    background: none;
}

#sidebar ul.dropdown-menu li a:hover:before {
    background-color: #1a1a1a;
}

#sidebar ul.dropdown-menu li:last-child a {
    border: 0;
}

#sidebar ul.dropdown-menu li a:hover {
    background: none;
    color: #1a1a1a;
}

#sidebar ul.dropdown-menu li a:active {
    background: none;
}

#sidebar ul.dropdown-menu li a.color_drop {
    min-width: 145px;
}

#sidebar ul.dropdown-menu li a.color_drop span {
    width: 15px;
    height: 15px;
    border: 1px solid #dbdbdb;
    display: inline-block;
    margin-top: 12px;
    float: left;
    margin-right: 4px;
    opacity: 0.75;
}

#sidebar ul.dropdown-menu li a.color_drop:hover span {
    opacity: 1;
}

h2.section_title.categ_title {
    margin-top: 0;
}

.pagesNavBlock li.current {
    
}

.pagesNavBlock li a.pageNr, .pagesNavBlock li.current span {
    display: block;
    font-size: 14px;
    color: #1a1a1a;
    text-transform: uppercase;
    display: block;
    text-align: center;
    width: 38px; 
    height: 38px;
    line-height: 38px;
    border: 1px solid #e8e8e8;
    margin: 0 2px;
}

.pagesNavBlock li a.pageNr:hover, .pagesNavBlock li.current span {
    border-color: #d40000;
    text-decoration: none;
    color: #d40000;
}

.pagesNavBlock li a.next, .pagesNavBlock li a.previous {
    line-height: 38px;
    margin-left: 5px;
    padding: 0 10px;
}

.pagesNavBlock li a.previous {
    margin-left: 0;
    margin-right: 5px;
}

.pagesNavBlock li a.next i, .pagesNavBlock li a.previous i {
    font-size: 18px;
    color: #000;
}

.pagesNavBlock li a.next:hover i, .pagesNavBlock li a.previous:hover i {
    color: #d40000;
}

#sidebar .sort-by a.sortTypeArrow, #toolbar-btm .sort-by a.sortTypeArrow, #toolbar-top .sort-by a.sortTypeArrow {
    height: 46px;
    border: 1px solid #dbdbdb;
    display: block;
    text-align: center;
    line-height: 46px;
}

#sidebar #narrow-by-list .toolbar-top .page_nav_holder, #toolbar-top .toolbar .page_nav_holder {
    display: none;
}

.saleProdProc {
    background: none;
}

#category_header {
    border-bottom: 1px solid #000;
    padding-bottom: 0;
    color: #000;
    background-color: #c2e7f7;
 /* background-color: #dcdadd; */
 /* color: #fff; */
 /* background-color: #00529c; */
 /* background-image: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/eoss-header-ribbon-rtl.png); */
 /* background-repeat: no-repeat; */
 /* background-position: right 100%; */
 /* background-size: cover; */
}

#category_header .right_content {
    padding-top: 20px;
}

#category_header .right_content .top_content {
    margin-bottom: 20px;
}

#category_header .right_content h1 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
    padding-top: 0;
}

#category_header .right_content p.descript {
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 400;
    margin-left: 2%;
}

#category_header .right_content .subcateg_list a {
    display: block;
    float: left;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    margin-right: 50px;
    opacity: .75;
    letter-spacing: -1px;
    position: relative;
}

#category_header .right_content .subcateg_list a:hover {
    opacity: 1;
    text-decoration: none;
}

#category_header .right_content .subcateg_list a:last-child {
    margin-right: 0;
}

#category_header .right_content .subcateg_list a img {
    margin: 0 auto;
    margin-bottom: 5px;
}

/* END :: LISTING PROD */

h3.title_left,
h2.title_left {
    width: 100%;
    font-size: 14px;
    line-height: 34px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 30px;
    margin-top: 20px;
}

h2.title_left {
    margin-top: 0;
}

h2.title_left.command_table {
    font-size: 30px;
    font-weight: 300;
}

h3.title_left span,
h2.title_left span {
    position: relative;
    display: inline-block;
}

h3.title_left span:before,
h2.title_left span:before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -3px;
}

h3.title_left.top {
    margin-top: 0;
}

.validation-failed {
    border: 1px solid #eb340a !important;
}

.validation-advice {
    background: none;
    position: absolute;
    top: -17px;
    padding-left: 0;
}

/* ACCOUNT PAGE */

.account-create .page-title,
.account-login .page-title,
.forgot_pass .page-title {
    background-color: #e8e8e8;
    margin-bottom: 30px; 
    position: relative;
    margin-top: -1px;
    padding-bottom: 1px;
}

/*
.account-create .page-title:before,
.cart .page-title:before,
.account-login .page-title:before,
.forgot_pass .page-title:before {
    content: '';
    width: 10000px;
    position: absolute;
    background-color: #e8e8e8;
    height: 100%;
    z-index: 0;
    top: 0;
    left: -5000px;
    border-bottom: 1px solid #000;
} */

.account-create .page-title:before,
.cart .page-title:before,
.account-login .page-title:before,
.forgot_pass .page-title:before {
    content: '';
    height: 100%;
    border-bottom: 1px solid #000;
}

.account-create .page-title h1,
.account-login .page-title h1,
.forgot_pass .page-title h1 {
    margin: 0;
    padding: 45px 0;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 65px;
    font-weight: 300;    
    letter-spacing: -3px;
}

#is_subscribed + label {
    margin-top: 5px;
}

#account_sidebar ul li a, #account_sidebar ul li strong {
    font-size: 14px;
    color: #000000;
    line-height: 35px;
    border-bottom: 1px solid #c4c4c4;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

#account_sidebar ul li a:hover {
    text-decoration: none;
    border-color: #d40000;
    color: #d40000;
}

#account_sidebar ul li.current strong {
    color: #d40000;
    border-bottom: 3px solid #d40000;
    font-weight: 400;
}

.my-account .welcome-msg {
    margin-bottom: 15px;
}

.my-account .order_history .pager {
    margin-bottom: 0;
}

.my-account .order_history #my-orders-table {
    margin-bottom: 45px;
}

.my-account .box-title h3.title_left, .my-account .box-head h3.title_left {
    margin-bottom: 15px;
}

.my-account .box-title {
    border-bottom: 1px solid #c2c2c2;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.my-account a.edit_link {
    color: #d40000;
}

.my-account .box-content span.upper {
    text-transform: uppercase;
}

.my-account .box-content span.mb {
    margin-bottom: 10px;
}

.my-account .box-content span.block {
    display: block;
}

.my-account .box-content h4, .my-account .addresses-list h4, h4.account_h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

h4.account_h4 {
    margin-bottom: 20px;
}

.my-account .pager, .my-account .addresses-list h4 {
    margin-top: 0;
}

.my-account .addresses-list .form-group {
    margin-top: 15px;
}

.my-account .amount.reviews {
    text-align: left;
    margin-bottom: 0;
    line-height: 38px;
}

.my-account .limiter {
    text-align: right;
}

.my-account .limiter label {
    font-weight: 400;
    line-height: 38px;
}

.my-account #my-reviews-table tr td {
    vertical-align: middle;
}

.my-account #my-reviews-table tr td a {
    color: #d40000;
}

.my-account .product-review {
    margin-top: 0;
}

#account_review .product-details {
    margin: 0;
}

#account_review .product-img-box .product-image {
    width: auto;
    height: auto;
}

#account_review .product-img-box {
    float: none;
    width: auto;
}

#account_review h2.product-name {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#account_review .ratings-table {
    margin-bottom: 20px;
}

#account_review .rating-box {
    margin-top: 0;
}

#account_review .product-details h3 {
    line-height: 15px;
    font-size: 14px;
    margin-bottom: 20px;
}

#account_review dl dt.date {
    font-weight: 700;
    margin-bottom: 10px;
}

#login-form #send2 {
    margin-top: 7px;
}

#login-form a.f-left {
    float: right;
    color: #d40000;
}

#my-orders-table {
    margin-top: 20px;
}

#my-orders-table tr td.last {
    text-align: right;
}

#my-orders-table tr th,
.my-invoice-table tr th,
.my-account .my-shipment-table tr th {
    text-transform: uppercase;
}

.order-header-holder a,
.order-header-holder span {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
    border-bottom: 0;
    padding: 7px 15px;
    float: left;
    margin-right: 2px;
}

.order-header-holder span,
.order-header-holder a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}

.order-header-holder {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.order-items.order-details #my-orders-table {
    margin-top: 0;
}

.order-items.order-details #my-orders-table tbody,
.my-account .my-invoice-table tbody,
.my-account .my-shipment-table tbody {
    border-top-width: 1px;
}

.order-items.order-details #my-orders-table tbody tr dl.item-options dt,
.my-account .my-invoice-table tbody tr dl.item-options dt,
.my-account .my-shipment-table tbody tr dl.item-options dt {
    font-weight: 400;
    float: left;
    margin-right: 10px;
}

.my-invoice-table tbody tr td.a-center,
.my-invoice-table thead tr th.a-center,
.my-account .my-shipment-table thead tr th.a-center,
.my-account .my-shipment-table tr td.a-center.last {
    text-align: center;
}

.print_all_bills,
.print_all_delivery {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* END :: ACCOUNT PAGE */

/* WISHLIST (FAVORITE) PAGE */

.favProd a.remove_prod {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 2;
}

.favProd a.remove_prod i.stergeProd {
    font-size: 25px;
}

.favProd a.remove_prod i.stergeProd:hover {
    color: #f45555;
}

.m_favorite .prod_item:hover .prod_inner {
    width: 100%;
    left: 0;
    border-left: 0;
}

.favProd .image_small:hover,
.favProd .go_to_prod:hover {
    cursor: pointer;
}

.favProd .img_small .discount_bubble {
    position: absolute;
    top: 0;
    left: 0;
}

.favProd .img_small .discount_bubble span.new_prod {
    background-color: #696ACB;
    color: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    display: block;
}

.favProd .img_small .discount_bubble span.discount_prod {
    background-color: #f14343;
    color: #fff;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    display: block;
}

/* END :: WISHLIST (FAVORITE) PAGE */

/* CONTACT PAGE */

#contact-nl-subscribe {
    text-align: right;
}

#find_shop.contact_page {
    margin-top: 0;
    margin-bottom: 37.5px;
}

#social_contact_page {
    margin-bottom: 30px;
    float: left;
}

#social_contact_page li {
    display: inline-block;
    float: left;
    margin: 0;
    margin-right: 15px;
    padding: 0;
    line-height: normal;
}

#social_contact_page li:before {
    display: none;
}

#social_contact_page li a {
    color: #000;
}

#social_contact_page li a i {
    font-size: 20px;
}

#social_contact_page li a:hover i {
  color: #d40000;
}

p.company_info {
    margin-bottom: 0;
}

/* END CONTACT PAGE */


/* BGN 404 PAGE */

#page_404 {
    height: 1600px;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bg_404.jpg) no-repeat center top;
    text-align: left;
}

#page_404 h1.logo {
    margin-top: 80px;
    margin-bottom: 30px;
}

#page_404 h2 {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000;
}

#page_404 h2 span {
    font-size: 30px;
    font-weight: 300;
    display: block;    
}

#page_404 p {
    margin-bottom: 35px;
}

#page_404 ul li {
    display: inline-block;
    float: left;
    width: 33%;
}

#page_404 ul li a {
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-bottom: 35px;
    display: block;
}

#page_404 ul li a.padleft {
    padding-left: 15px;
}

/* END 404 PAGE */

/* BGN MESSAGES SUCCESS / ERROR */

ul.messages {
    margin-bottom: 30px;
    height: 48px;
    line-height: 48px;
}

ul.messages > li {
    padding-left: 50px;
    padding-right: 20px;
}

ul.messages li.success-msg {
    background-color: #f3f8f2;
    position: relative;
}

ul.messages li.success-msg:before {
    content: '\f058';
    font-family:'FontAwesome';
    color: #53ab3d;
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 14px;
    z-index: 1;
    line-height: 20px;
}

ul.messages li.error-msg {
    background-color: #f9f0f1;
    position: relative;
}

ul.messages li.error-msg:before {
    content: '\f00d';
    font-family:'FontAwesome';
    color: #db2d12;
    font-size: 20px;
    position: absolute;
    left: 20px;
    top: 14px;
    z-index: 1;
    line-height: 20px;
}

/* END MESSAGES SUCCESS / ERROR */

/* BGN CART PAGE */

.cart .page-title {
    position: relative;
    margin-bottom: 0;
    margin-top: -1px;
    padding-bottom: 1px;
    background-color: #e8e8e8;
}

.cart .page-title h1 {
    margin: 0;
    padding: 45px 0;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 65px;
    font-weight: 100;    
    letter-spacing: -3px;
}

.cart .page-title h1 span {
    font-weight: 300;
}

#shopping-cart-table thead tr td {
    text-transform: uppercase;
    color: #555555;
    text-align: center;
}

#shopping-cart-table select.form-control {
    width: 45px;
    padding: 0 5px;
}

#shopping-cart-table thead tr td.txt_left, #shopping-cart-table tr td.cart_prod_name {
    text-align: left;
}

#shopping-cart-table tr td, #shopping-cart-totals-table tr td {
    vertical-align: middle;
    text-align: center;
    padding: 5px 10px;
}

#shopping-cart-table tr td.total_prod_price {
    text-align: right;
}

#shopping-cart-table tr td dl, #shopping-cart-table tr td dl dd {
    margin: 0;
    padding: 0;
}

#shopping-cart-table tr td.cart_prod_name h2 a {
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
}

#shopping-cart-table tr td.cart_prod_name h2 a:hover {
    text-decoration: none;
    color: #d40000;
}

#shopping-cart-table {
    margin-bottom: 0;
}

@media (max-width:767px) {
    #shopping-cart-table thead tr td {
        text-transform: capitalize;
    }
    
    #shopping-cart-table select.form-control {
        width: 100%;
        padding: 0 10px;
    }
}

#shopping-cart-table .thead_cart_qty,
#shopping-cart-table .cart_qty
{
    min-width: 45px;
    padding: 5px 0;
}

#shopping-cart-totals-table tr td {
    text-align: right;    
}

#shopping-cart-totals-table tr td span {
    text-transform: uppercase;
}

#shopping-cart-totals-table tr td strong span {
    padding-right: 75px;
    padding-left: 30px;
    text-transform: none;
    font-size: 15px;
}

#cart_apply_discount #cupon_ecco,
#cart_apply_discount .cart-coupon-submit,
#cart_apply_discount .cart-coupon-clear {
    font-weight: 400;
}

/**
#cart_apply_discount #cupon_ecco {
    width: 45%;
    float: left;
    height: 45px;
    padding: 6px 10px;
} */

/**
#cart_apply_discount .cart-coupon-submit {
    width: auto;
    float: left;
    font-weight: 400;
    line-height: 34px;
} */

/**
#cart_apply_discount .cart-coupon-clear {
    float:left;
    width: auto;
    margin-left:10px;
    font-weight: 400;
    line-height: 34px;
} */

.cart_separator {
    width: 100%;
    display: block;
    height: 1px;
    background-color: #000;
    margin: 20px 0;
    position: relative;
}

.cart_separator:before {
    content: '';
    width: 3000px;
    height: 1px;
    left: -50%;
    position: absolute;
    background-color: #000;
}

.cart_separator.small {
    background-color: #d7d7d7;
    margin-bottom: 20px;
}

.cart_separator.small:before {
    display: none;
}

.cart.cart_checkout .page-title h1 {
    font-size: 65px;
    padding: 15px 0;
    letter-spacing: -1px;
}

.cart-collaterals div.totals ul.checkout-types li button, .checkout_step1 .btn-continue1.btn {
    background-color: #ff0000;
    border-color: #e8e8e8;
}

.cart-collaterals div.totals ul.checkout-types li button:hover {
    background-color: #74757b;
    border-color: #74757b;
}

.checkout_step1 .btn-continue1.btn {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #000;
}

.checkout_step1 .btn-continue1.btn:hover, .checkout_step1 #cart_apply_discount input[type="submit"]:hover {
    background-color: #74757b;
    border-color: #74757b;
    color: #fff;
}

.checkout_step1 #cart_apply_discount #cupon_ecco {
    border-color: #e8e8e8;
}

.checkout_step1 #cart_apply_discount #cupon_ecco:focus {
    border-color: #74757b;
    box-shadow: none;
}

.checkout_step1 #cart_apply_discount input[type="submit"] {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #000;
}

#checkout-review-table th {
    border-bottom: 1px solid #ddd;   
    font-weight: 400; 
}

#checkout-review-table th, #checkout-review-table td {
    text-transform: uppercase;
    color: #555555;
    padding: 5px 10px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    #checkout-review-table tfoot > tr > td {
        white-space: normal;
    }
    #checkout-review-table th {
        text-transform: capitalize;
    }
}

#checkout-review-table th.a-center, #checkout-review-table td.a-center, #checkout-review-table td.a-right {
    text-align: center;
}

#checkout-review-table dl {
    margin: 0;
}

#checkout-review-table td.a-right.general_total_price {
    text-align: right;
    font-size: 16px;
    font-weight: 700;
}

#checkout-review-table td.a-right.general_total_price strong {
    margin-left: 10px;
    display: inline-block;
}

#onestep_form .onestepcheckout-numbers.onestepcheckout-numbers-1, #shipping_show .onestepcheckout-numbers, #onestepcheckout-column-container p.onestepcheckout-numbers {
    font-size: 18px;
    color: #555555;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 3px solid #d40000;
}

#shipping_show .onestepcheckout-numbers {
    margin-top: 30px;
}

#checkout-review-table tfoot.before_payment tr td,#checkout-review-table th.align_right, #checkout-review-table td.align_right {
    text-align: right;
}

#onestepcheckout-column-container p.onestepcheckout-numbers {
    border-color: #35373a;
}

#onestep_form {
    margin-top: 30px;
}

#onestepcheckout-column-container #co-shipping-method-form dl dt {
    font-weight: 700;
    text-transform: uppercase;
    color: #555555;
    font-size: 14px;
}

#onestepcheckout-column-container #co-shipping-method-form dd ul li label {
    color: #d40000;
    text-transform: uppercase;
}

#checkout-review-options .onestepcheckout-enable-terms label a {
    text-decoration: underline;
    color: #d40000;
}

.container.overlay {
    width: 600px;
}

.container.overlay a.btn.fb_button {
    line-height: 32px;
    margin-top: 0;
    height: 45px;
}

#fancybox-wrap {
    z-index: 99;
}

#fancybox-wrap #login-form #errorlogin {
    color: #DF280A;
    font-weight: 700;
    display: none;
}

div#fancybox-wrap #login-form #login-please-wait {
    display: block;
    display: none;
    float: none;
    text-align: center;
}

div#fancybox-wrap #login-form .please-wait img {
    display: inline-block;
}

div#fancybox-wrap #form-validate #errorforgotpass {
    display: none;
    float: left;
    font-weight: 700;
}

div#fancybox-wrap #form-validate #forgotpass-please-wait {
    display: none;
}

div#fancybox-wrap #form-validate #email_address {
    height: 45px;
}

/* END :: CART PAGE */

#fancybox-wrap {
    padding: 0 !important;
}

#fancybox-title {
    display: none !important;
}

#fancybox-inner {
    padding-top: 15px !important;
}

#fancybox-inner #login-form a#forgotpassword {
    margin-top: 13px;
}

.page_nav_holder {
    margin-top: 20px;
}

.page_nav_holder, .page_nav_holder .page {
    float: right;
}

.col-main .std.inner-page-tls .page-shoes-sizes iframe {
    width: 100%;
}

.col-main .inner-page-tls.col-lg-12.std {
    padding: 0;
}

.checkout_success_holder {
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/checkout_succes.jpg) no-repeat bottom right;
}

.checkout_success_holder h2 {
    font-size: 30px;
    line-height: 34px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 35px;
    margin-top: 10px;
}

.checkout_success_holder h2.first {
    margin: 0;
}

.checkout_success_holder h2 span {
    font-weight: 300;
}

.checkout_success_holder p.second {
    margin-bottom: 45px;
}

.cart.cart_checkout.checkout_success {
    margin-top: -21px;
}


#succes_order_page H2 a {
    color:#d70000;
}

#succes_order_page .onepage-success-message-wrap a {
    color:#d70000;
}

#atstbx {
    text-align: right;
}

/* STATIC PAGES */

.col-main .inner-page-tls.col-lg-12.std h2 {
    font-size: 18px;
    font-weight: 400;
    color: #555555;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
}

.col-main .inner-page-tls.col-lg-12.std h2 {
    margin-top: 20px;
    padding-top: 20px;
}

.col-main .inner-page-tls.col-lg-12.std .page-cine-este-ecco h2,
.col-main .inner-page-tls.col-lg-12.std .page-card-fidelitate h2 {
    margin-top: 0;
}

.col-main .inner-page-tls.col-lg-12.std img {
    margin-bottom: 30px;
}

.col-main .inner-page-tls.col-lg-12.std img.no_mb {
    margin-bottom: 0;
}

.page-card-fidelitate {
    margin-top: -20px;
}

.col-main .inner-page-tls.col-lg-12.std a {
    color: #d40000;
}

.col-main .inner-page-tls.col-lg-12.std span.separator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d7d7d7;
    margin: 40px 0;
}

.col-main .inner-page-tls.col-lg-12.std ul {
    margin-bottom: 30px;
}

.col-main .inner-page-tls.col-lg-12.std ul li {
    font-size: 14px;
    line-height: 24px;
    color: #262626;
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
}

.col-main .inner-page-tls.col-lg-12.std .page-card-fidelitate ul {
    margin-botton: 20px;
}

.col-main .inner-page-tls.col-lg-12.std .page-card-fidelitate ul li {
    margin-bottom: 25px;
}

.col-main .inner-page-tls.col-lg-12.std ul li:before {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #d40000;
    font-size: 14px;
}

.col-main .inner-page-tls.col-lg-12.std strong.red {
    color: #d40000;
}

#search_autocomplete {
    background-color: #fff;
    border: 1px solid #dedede;
    margin-top: 19px;
    width: 100% !important;
    left: 0 !important;
    max-height: 300px !important;
    padding: 15px 20px;
    padding-top: 10px;
    overflow: hidden;
    overflow-y: scroll;
    z-index: 3;
    display: none;
}

#search_autocomplete ul li {
    text-transform: capitalize;
    text-align: left !important;
}

#search_autocomplete ul li span.amount {
    display: none;
}

#search_autocomplete ul li:hover {
    cursor: pointer;
    color: #d40000;
}

/* END :: STATIC PAGES */

/* COOKIES */

#cookie_accept {
    display: none;
    background-color: #818181;
    color: #fff;
    text-align: center;    
    z-index: 10;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#cookie_accept * {
    text-align: center; 
}

#cookie_accept a {
    display: inline-block;
}

#hide_cookies {
    display: inline-block;
    margin-left: 25px;
}

#hide_cookies:hover {
    cursor: pointer;
    color: #000;    
}

/* END COOKIES */

/* BGN FACEBOOK LOGIN */

a.btn.fb_button {
    line-height: 48px;
    margin-top: 7px;
    background-color: #3b5998;
    border-color: #3b5998;
    font-size: 15px;
}

a.btn.fb_button:hover {
    background-color: #74757b;
    border-color: #74757b;
}

/* END FACEBOOK LOGIN */

.wishlist_msg_area ul.messages {
    height: auto;
    line-height: normal;
}

.wishlist_msg_area ul.messages li ul li {
    line-height: 20px;
    padding: 13px 0;
}

.col-xs-offset-6 {
	margin-left: 0;
}

.logout_intermediar_page {
    margin-top: 50px;
}

#back-to-top {
    width: 40px;
    height: 40px;
}

#back-to-top i {
    display: block;
    text-align: center;
    font-size: 19px;
}

.my-account select#gender,
#billing-new-address-form .input-box select,
.account-create select#gender {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4a4a4a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #010101;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.overlay-btn-set,
.overlay-btn-set .fb-seprate {
    margin-top: 0 !important;
}

#fb_likebox iframe {
    height: 263px !important;
    background: #f6f7f8 !important;
    border: 1px solid #e9eaed !important;
}

#instagram_area .insta_link {
    padding-left:10px;
}

#prod_page_title {
    margin: 0;
    font-size: 19px;
    color: #0f0f0f;
    text-transform: uppercase;
    position: absolute;
    min-width: 645px;
    top: 0;
    left: -25px;
    z-index: 99;
    padding-bottom: 5px;
    background-color: #fff;
}

#loading_mask_loader {
    text-align: center;
}

#loading_mask_loader img {
    display: inline-block;
    margin-bottom: 30px;
}

#submit_checkout_order {
    margin-top: 30px;
}

#checkout-review-options label {
    line-height: 28px;
}

#checkout-review-table {
    margin-bottom: 30px;
}

#fb_avatar {
    margin: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-left: 5px;
    margin-top: -8px;
}

#head_slider .carousel-indicators {
    bottom: 0;
    margin: 0;
    width: 100%;
    left: 9px;
    margin-left: 0;
}

#head_slider .carousel-indicators li {
    float: left;
    background-color: #BCBDC0;
    width: 35px;
    height: 9px;
    margin: 1px;
    margin-bottom: 0;
    text-indent: -99px;
    border: 0;
    border-top: 6px solid #fff;
    border-radius: 0;
}

#head_slider .carousel-indicators li.active,
#head_slider .carousel-indicators li:hover {
    margin: 0;
    width: 35px;
    height: 9px;
    border-top: 5px solid #fff;
    background-color: #f20000;
    margin: 1px;
    margin-bottom: 0;
}

.care_prod_link {
    display: block;
    border-top: 1px solid #000;
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    margin-bottom: 20px;
    font-size: 16px;
}

.care_prod_link:hover,
.care_prod_item a:hover {
    text-decoration: none;
    color: #d70000;
}

.care_prod_item .name_holder a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    display: block;
}

.care_prod_item .price-box {
    float: left;
}

.care_prod_item .prod_inner .price-box span.regular-price {
    line-height: 26px !important;
    font-size: 16px !important;
}

.care_prod_item .prod_inner .btn-default.btn-checkout {
    float: right;
    width: 150px;
    height: 28px !important;
    line-height: 16px;
    font-size: 14px;
}

.care_prod_item .prod_inner {
    padding-bottom: 5px;
}

.prod_item.pleisty_item.care_prod_item {
    margin-bottom: 25px;
}

.total_cart_price #shopping-cart-totals-table.table {
    margin-bottom: 10px;
}

.top-pad-active-filt {
    padding-top: 0;
}

.top-pad-active-filt .form-group {
    margin-bottom: 10px;
}

/* BGN CATEG ACTIVE FILTERS */

#btn_reset_filters {
    font-style: italic;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    background-color: #ed0000;
    line-height: 24px;
}

#btn_reset_filters:hover {
    background-color: #74757b;
}

#btn_reset_filters span {
    font-weight: 400;
    font-style: normal;
}

#active_filter_holder a.active_filter {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #dbdbdb;
    margin-right: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#active_filter_holder a.active_filter i,
#active_filter_holder a.active_filter:hover {
    color: #ed0000;
    text-decoration: none;
}

#active_filter_holder a.active_filter i {
    margin-right: 5px;
}

#active_filter_holder.form-group {
    margin-bottom: 10px;
}

/* END :: CATEG ACTIVE FILTERS */

body.cms-home #hp_categ_boxes .categ_info,
body.cms-home #hp_categ_boxes .prod_item .prod_inner {
    height: 329px;
}

/* FIXED HEADER CONTACT BTN */

.fixed_contact {
    width: 275px;
    height: 50px;
    background-color: #d40000;
    position: fixed;
    top: 139px;
    right: -223px;
    z-index: 99;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.fixed_contact:hover {
    right: 0;
}

.fixed_contact a {
    padding-left: 67px;
    padding-top: 20px;
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: left;
    line-height: 16px;
    height: 100%;
    position: relative;
}

.fixed_contact a:hover {
    text-decoration: none;
}

.fixed_contact a i {
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 41px;
	line-height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

.fixed_contact a span {
    display: block;
    line-height: 16px;
    margin-top: -13px;
}

#fixed_contact_1 {
    width: 400px;
    height: 67px;
    position: fixed;
    top: 320px;
    right: -348px;
    z-index: 99;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

#fixed_contact_1:hover {
    right: 0;
}

#fixed_contact_1 a {
    padding-left: 67px;
    padding-top: 20px;
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: left;
    line-height: 16px;
    height: 100%;
    position: relative;
}

#fixed_contact_1 a:hover {
    text-decoration: none;
}

#fixed_contact_1 a i {
    width: 67px;
    height: 67px;
    text-align: center;
    font-size: 41px;
    line-height: 67px;
    position: absolute;
    left: 0;
    top: 0;
}

#fixed_contact_1 a span {
    display: block;
    line-height: 16px;
    margin-top: -3px;
}

#head_slider .carousel-indicators li {
    width: 89px;
    border-top: 7px solid #fff;
}

#head_slider .carousel-indicators li.active,
#head_slider .carousel-indicators li:hover {
    width: 89px;
    border-top: 6px solid #fff;
}

/* END :: FIXED HEADER CONTACT BTN */

#geotrust a {
    margin-top: 23px;
}

#safe_card_pay {
    margin-bottom: 15px;
}

#sidebar .filter-btn span,
#toolbar-btm .filter-btn span,
#toolbar-top .filter-btn span {
    max-width: 90%;
    overflow: hidden;
}

#aduaga_in_cos .btn-cart {
    background-color: #ff0000;
    font-weight: 400;
}

#logged_hot_prods .prod_item .price-box {
    display: none;
}

#back-to-school-slide h3 {
	color: #000;
    text-transform: uppercase;
    max-width: 480px;
    margin-top: 115px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 30px;
}

#back-to-school-slide h3 strong {
	color: #d40000;
}

#back-to-school-slide span.info {
	font-size: 14px;
	color: #616161;
	text-transform: uppercase;
	display: block;
	margin-bottom: 8px;
}

#back-to-school-slide .slider_inner_link {
	margin-top: 10px;
}

#slider #extreme_sizes_slide h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	color: #000;
	margin-top: 20px;
	margin-bottom: 35px;
}

#slider #extreme_sizes_slide h2 strong {
	font-size: 24px;
	line-height: 28px;
	color: #d40000;
	font-weight: 700;
}

#slider #extreme_sizes_slide div span.gender {
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	color: #d40000;
	margin-bottom: 5px;
}

#slider #extreme_sizes_slide div ul {
	margin-bottom: 20px;
}

#slider #extreme_sizes_slide div ul li {
	display: inline-block;
	margin-right: 10px;
}

#slider #extreme_sizes_slide div ul li a {
	border: 4px solid #d40000;
	color: #d40000;
	font-size: 18px;
	font-weight: 700;
	width: 35px;
    display: block;
    text-align: center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

#slider #extreme_sizes_slide div ul li a:hover {
	background-color: #d40000;
	color: #fff;
	text-decoration: none;
}

#slider #extreme_sizes_slide div ul li.dots {
	font-size: 18px;
	font-weight: 700;
	color: #d40000;
	position: relative;
    top: 9px;
}

#slider #extreme_sizes_slide div.blue span.gender {
	color: #1c91d5;
}

#slider #extreme_sizes_slide div.blue ul li a {
	border-color: #1c91d5;
	color: #1c91d5;
}

#slider #extreme_sizes_slide div.blue ul li a:hover {
	background-color: #1c91d5;
	color: #fff;
	text-decoration: none;
}

#slider #extreme_sizes_slide div.blue ul li.dots {
	color: #1c91d5;
}

#slider #extreme_sizes_slide div.blue ul {
	margin-bottom: 34px;
}

#slider #extreme_sizes_slide .btn {
	padding: 0 5px;
	width: 220px;
}

.fixed_menu_holder #search_autocomplete {
	display: none;
}

/* MARIMI EXTREME SUBMENU */
@media screen and (max-width: 1199px) {
    .nav-8 { 
	   display:none !important; 
    }
}

@media screen and (min-width: 1200px) {
    .nav-8 { 
	   margin-left:20px !important; 
    }
}

.extr_femei, .extr_barbati {
	margin-top:20px;
	font-size:18px;
}

#nav .extr_femei div a, .extr_barbati div a {
	padding:0 !important;
	text-align: center;
    font-size: 18px;
    width: 35px;
    height: 35px;
    display: block;
	margin: 5px 10px 0 0 !important;
    display: inline-block !important;
    border: 1px solid #74757b !important;
    background-color: #74757b !important;
    color: #fff !important;
    line-height: 33px !important;
}

.extr_femei, .extr_barbati {
   color: #000 !important;
}

#nav .extr_femei div a:hover, #nav .extr_barbati div a:hover {
	color: #fff !important;
    text-decoration: none !important;
}

#nav .extr_femei div a:hover, #nav .extr_barbati div a:hover {
    background-color: #d40000 !important;
    border-color: #b71b1b !important;
}

#nav .extr_femei div a:nth-child(3), #nav .extr_barbati div a:nth-child(4) {
	position: relative;
    top: 13px;
    background: none !important;
    color: #74757b !important;
    border: 0 !important;
}

#nav .extr_femei div a:nth-child(3):hover, #nav .extr_barbati div a:nth-child(4):hover {
	background: none !important;
	color: #000 !important;
}

/* END :: MARIMI EXTREME SUBMENU */

#narrow-by-list .btn.btn-disabled {
	border: 1px solid #EAEAEA;
	color: #ADABAB;
}

#narrow-by-list .btn.btn-disabled:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
}

#style_btn.btn-disabled #style_pop {
	display: none;
	position: absolute;
    top: 48px;
    background-color: #74757b;
    left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: #fff;
    padding: 5px;
    z-index: 10;
    font-size: 12px;
    font-weight: 700;
}

#socks_slider .carousel-caption > p {
	min-height: 63px;
}

#socks_slider a.slider_inner_link {
	margin-top: 0;
}

/* NEW SUCCESS PAGE */

#succes_order_page h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #555555;	
	margin-top: 35px;
	margin-bottom: 15px;
}

#succes_order_page h2 strong i {
	color: #76c70e;
}

#succes_order_page h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #666666;	
	margin-top: 35px;
	margin-bottom: 20px;
}

#succes_order_page a.login {
	line-height: 48px;
	margin-top: 0;
	margin-bottom: 40px;
}

#succes_order_page a.fb_button {
	margin-top: 0;
	margin-bottom: 15px;
}

#succes_order_page p {
	line-height: 24px;
	color: #000;
}

#succes_order_page p span a {
	font-weight: 700;
}

#succes_order_page p a.account {
	color: #ff0000;
}

#succes_order_page .success_quote {
	margin-top: 40px;
    margin-bottom: 45px;
    border-left: 3px solid #ff0000;
    padding: 15px 0 15px 25px;
}

#succes_order_page .success_quote p {
	font-size: 17px;
    line-height: 26px;
    color: #626262;
    font-style: italic;
    font-weight: 700;
}

#succes_order_page .success_quote p span {
	color: #ff0000;
}

#succes_order_page .care_prod,
.prod_details_holder .care_prod {
	position: relative;
    text-align: center;
    margin-bottom: 20px;
}

#succes_order_page .care_prod:hover a,
.prod_details_holder .care_prod:hover a {
	opacity: 1;
}

#succes_order_page .care_prod a,
.prod_details_holder .care_prod a {
	opacity: 0;
	position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    height: 297px;
    padding: 20px;
    background: rgba(0,0,0,0.4);
    display: table;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

#succes_order_page .care_prod a:hover,
.prod_details_holder .care_prod a:hover {
	text-decoration: none;
}

#succes_order_page .care_prod a span,
.prod_details_holder .care_prod a span {
	display: table-cell;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    vertical-align: middle;
}

#succes_order_page .care_prod a span img,
.prod_details_holder .care_prod a span img {
	display: block;
    margin: 0 auto;
    margin-bottom: 7px;
}

.prod_details_holder .care_prod.protejeaza {
	margin-right: 0;
}

.prod_details_holder .care_prod a {
	font-size: 16px;
}

/* END :: NEW SUCCESS PAGE */

/* MODAL PREVIEW */

.preview {
    cursor: pointer;
}

.content .modal-footer {
    border-top:0px;
}

.preview-price .price-box {
    text-align: left !important;
    width: 50%;
    float: left;
}


.preview-price .in_stock {
    font-style: italic;
    text-transform: uppercase;
    color: #38c500;
    font-weight: 700;
    font-size: 16px;
}

#modal-preview {
    width:1140px;
    margin: 10% auto;
}

#modal-preview .col-md-12 , #modal-preview .col-md-1 {
    padding-left: 0px;
    padding-right: 0px;
}


#modal-preview  .prodpage_separator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #282828;
    margin-bottom: 22px;
    margin-top: 8px;
}

/* END :: MODAL PREVIEW */

/* PRODUCT VIEW :: META CARE VIDEO */

#video_gall {
	margin-bottom: 40px;
}

#video_gall .video_item {
	margin-bottom: 31px;
}

#video_gall .video_item a {
	display: block;
	opacity: 0.65;
	float: left;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

#video_gall .video_item a.active_thumb,
#video_gall .video_item a:hover {
	opacity: 1;
	cursor: pointer;
	text-decoration: none;
}

#video_gall .video_item a img {
	float: left;
    margin-bottom: 0;
    margin-right: 10px;
}

#video_gall .video_item a span {
	font-size: 14px;
	color: #000;
}

#video_gall .video_item a.active_thumb span {
	color: #d40000;
}

#thanku_big_video {
	width: 100%;
}

/* END :: PRODUCT VIEW :: META CARE VIDEO */

/* MODIF PRODUCT PAGE */

.product-view .product-shop .add-to-cart {
	float: left;
    width: 73%;
}

.product-view #wishlist_btn {
	margin: 0;
    width: 25%;
    float: right;
    border: 0;
    background-color: red;
    color: #fff;
    font-size: 36px;
}

.product-view #wishlist_btn:hover {
	background-color: #74757b;
}

.product-view .no-rating a#write_review span {
	float: left;
}

.product-view #aduaga_in_cos .btn-cart:hover {
	background: #74757b;
	border-color: #74757b;
}

.product-view .no-rating a#write_review span.review_no {
	margin-left: 10px;
    text-transform: initial;
    font-size: 16px;
}

.product-view .no-rating a#write_review span.not_ranked i {
	color: #ffb502;
}

/* PRODUCT VIEW :: MATARIALE & TEHNOLOGII */

#mat_tech {
    text-align:right;
}

#mat_tech a {
    display:inline-block;
    text-align:right;
}

#mat_tech a:hover {
	text-decoration:none;
	color:#d40000;
	cursor:pointer;
}

#mat_tech a.third {
	margin-right:0;
}

#mat_tech a span {
	min-height:33px;
}

#mat_tech a.piele_yak {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/piele_yak.jpg') no-repeat center top;
	background-size: contain;
}

#mat_tech a.piele_yak:hover {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/piele_yak-red.jpg') no-repeat center top;
	background-size: contain;
}

#mat_tech a.biom {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/biom.jpg') no-repeat center top;
	background-size: contain;
}

#mat_tech a.biom:hover {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/biom-red.jpg') no-repeat center top;
	background-size: contain;
}

#mat_tech a.waterproof {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/waterproof.jpg') no-repeat center top;
	background-size: contain;
}

#mat_tech a.waterproof:hover {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/waterproof-red.jpg') no-repeat center top;
	background-size: contain;
}

#mat_tech a.piele {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/piele.jpg') no-repeat center top;
	background-size: contain;
}

#mat_tech a.piele:hover {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/piele-red.jpg') no-repeat center top;
	background-size: contain;
}

#mat_tech a.receptor {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/receptor.jpg') no-repeat center top;
	background-size: contain;
}

#mat_tech a.receptor:hover {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/receptor-red.jpg') no-repeat center top;
	background-size: contain;
}

#mat_tech a.gore_tex {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/gore_tex.jpg') no-repeat center top;
	background-size: contain;
}

#mat_tech a.gore_tex:hover {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/gore_tex-red.jpg') no-repeat center top;
	background-size: contain;
}

#mat_tech a.piele_camila {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/piele_camila.jpg') no-repeat center top;
	background-size: contain;
}

#mat_tech a.piele_camila:hover {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/piele_camila-red.jpg') no-repeat center top;
	background-size: contain;
}

#mat_tech a.dritan {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/dritan.jpg') no-repeat center top;
	background-size: contain;
}

#mat_tech a.dritan:hover {
	background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/dritan-red.jpg') no-repeat center top;
	background-size: contain;
}

#materialeteh {
    border-bottom: 1px solid #000;
}

#materialeteh .materiale{
    font-size: 12px;
    text-transform: uppercase;
    color: #393939;
    font-weight: bold;
	margin-top:0px;
}

#mat_tech h2 {
 	font-size: 18px;
	text-transform: uppercase;
	color: #393939;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
}

.tooltip.bottom {
	margin-top: 0px;
	width: 315px;
	opacity: 1;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #eeeeee;
}

.tooltip-inner {
	background-color: #eeeeee;
	padding: 7px 11px;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
}

/* END :: PRODUCT VIEW :: MATERIALE & TEHNOLOGII */

#hp_categ_boxes .prod_item:hover .prod_inner {
	width: 100%;
    left: auto;
    border-left: 0;
}

/* MUST HAVE, BEST SELLER, NEW, DISCOUNT */

#home_cat_10_01, 
#home_cat_10_02,
#home_cat_30_01,
#home_cat_30_02,
#home_cat_50_01,
#home_cat_50_02,
#home_cat_70_01,
#home_cat_70_02,
#home_cat_90_01,
#home_cat_90_02 {
	position: relative;
}

#home_cat_10_01:before, 
#home_cat_10_02:before,
#home_cat_30_01:before,
#home_cat_30_02:before,
#home_cat_50_01:before,
#home_cat_50_02:before,
#home_cat_70_01:before,
#home_cat_70_02:before,
#home_cat_90_01:before,
#home_cat_90_02:before {
	content: 'Must have';
    position: absolute;
    right: 15px;
    top: 10px;
    border: 3px solid #d40000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 14px;
    text-transform: uppercase;
    color: #d40000;
    z-index: 90;
    text-align: center;
    width: 63px;
    height: 63px;
    font-weight: 700;
    line-height: 16px;
    padding-top: 12px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

#home_cat_10_02:before,
#home_cat_30_02:before,
#home_cat_50_02:before,
#home_cat_70_02:before,
#home_cat_90_02:before {
	content: 'Best seller';
	border-color: #414243;
	color: #414243;
}

#home_cat_10_01:hover:before,
#home_cat_30_01:hover:before,
#home_cat_50_01:hover:before,
#home_cat_70_01:hover:before,
#home_cat_90_01:hover:before {
	background-color: #d40000;
	color: #fff;
}

#home_cat_10_02:hover:before,
#home_cat_30_02:hover:before,
#home_cat_50_02:hover:before,
#home_cat_70_02:hover:before,
#home_cat_90_02:hover:before {
	background-color: #414243;
	color: #fff;
}

.prod_item .prod_inner span.discount_reg_prod,
.prod_item .prod_inner span.new_reg_prod {
	text-transform: uppercase;
	-webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 14px;
    text-transform: uppercase;
    z-index: 1;
    text-align: center;
    width: 63px;
    height: 63px;
    font-weight: 700;
    line-height: 16px;
    padding-top: 21px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    background: none;
}

.prod_item .prod_inner span.new_reg_prod {
	border: 3px solid #696ACB;    
    color: #fff;   
    background: #696ACB; 
}

.prod_item:hover .prod_inner span.new_reg_prod {
    background: #fff;
	color: #696ACB;
}

.prod_item .prod_inner span.discount_reg_prod {
	border: 3px solid #d40000;    
    color: #fff;
    font-size: 18px;
    background: #d40000;
}

.prod_item:hover .prod_inner span.discount_reg_prod {
    background: #fff;    
    color: #d40000; 
}

#hp_categ_boxes .prod_item .name_holder {
	float: left;
}

/* END :: MUST HAVE, BEST SELLER, NEW, DISCOUNT */

/* OUTLET LABEL */

.is_outlet {
	width: 60px;
    height: 31px;
    background-color: #000;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/outlet_icon.png) no-repeat center bottom;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding-top: 14px;
    position: absolute;
    top: 54px; 
    right: 1px;
    z-index: 1;
}
/* END :: OUTLET LABEL */

/* PROMO LABEL */
.is_promo {
	width: 60px;
    height: 31px;
    background-color: #000;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/promo_icon.png) no-repeat center bottom;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding-top: 14px;
    position: absolute;
    top: 54px; 
    right: 1px;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .is_promo {
        width: 50px;
        top: 40px;
    }
}

.prod_item .prod_inner span.discount_reg_prod {
	z-index: 2;
}
/* END :: PROMO LABEL */

.ecco-empty-badge {
    display: none;
}

.ecco-empty-label {
    display: none;
}

/* ECCO SALE :: PRODUCT BADGE */
.prod_item .prod_inner .ecco-sale-badge
{
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding-top: 20px;
    border: 3px solid #d40000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #d40000;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.prod_item:hover .prod_inner .ecco-sale-badge
{
    color: #d40000;
    background-color: #fff;
}

@media only screen and (max-width: 767px)
{
    .prod_item .prod_inner .ecco-sale-badge
    {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO SALE :: PURPLE BADGE */
.prod_item .prod_inner .ecco-purple-badge
{
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding-top: 20px;
    border: 3px solid #453965;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #453965;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.prod_item:hover .prod_inner .ecco-purple-badge
{
    color: #453965;
    background-color: #fff;
}

/* ECCO SALE :: CYAN BADGE */
.prod_item .prod_inner .ecco-cyan-badge
{
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding-top: 20px;
    border: 3px solid #f05d2d;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #f05d2d;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.prod_item:hover .prod_inner .ecco-cyan-badge
{
    color: #f05d2d;
    background-color: #fff;
}

/* ECCO SALE :: BORDO BADGE */
.prod_item .prod_inner .ecco-bordo-badge
{
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding-top: 20px;
    border: 3px solid #920202;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #920202;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.prod_item:hover .prod_inner .ecco-bordo-badge
{
    color: #920202;
    background-color: #fff;
}

/* ECCO SALE :: NEW BADGE */
.prod_item .prod_inner .ecco-new-badge
{
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding-top: 20px;
    border: 3px solid #6a6aca;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #6a6aca;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.prod_item:hover .prod_inner .ecco-new-badge
{
    color: #6a6aca;
    background-color: #fff;
}

/* ECCO TEMPLATE :: UPCYCLE BADGE */
.prod_item .prod_inner .ecco-upcycle-badge
{
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 66px;
    height: 66px;
    padding-top: 24px;
    border: 3px solid #7b7e32;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #7b7e32;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.prod_item:hover .prod_inner .ecco-upcycle-badge
{
    color: #7b7e32;
    background-color: #fff;
}

/* ECCO PROMO :: GREEN BADGE */
.prod_item .prod_inner .ecco-green-badge
{
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding-top: 20px;
    border: 3px solid #5e9240;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #5e9240;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.prod_item:hover .prod_inner .ecco-green-badge
{
    color: #5e9240;
    background-color: #fff;
}

/* ECCO PROMO :: WHITE BADGE */
.prod_item .prod_inner .ecco-white-badge
{
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding-top: 20px;
    border: 3px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.prod_item:hover .prod_inner .ecco-white-badge
{
    color: #fff;
    background-color: #fff;
}

/* ECCO NEW :: PRODUCT BADGE */
.prod_item .prod_inner .ecco-new-badge
{
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 63px;
    height: 63px;
    padding-top: 21px;
    border: 3px solid #99d9e8;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #99d9e8;
    font-size: 18px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.prod_item:hover .prod_inner .ecco-new-badge
{
    color: #99d9e8;
    background-color: #fff;
}

@media only screen and (max-width: 767px)
{
    .prod_item .prod_inner .ecco-new-badge
    {
        width: 54px;
        height: 54px;
        padding-top: 18px;
    }
}

/* ECCO MID SEASON SALE :: PRODUCT BADGE */
.ecco-mid-season-sale-badge
{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-mid-season-sale-badge_5.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px)
{
    .ecco-mid-season-sale-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO MID SEASON SALE OUTLET :: PRODUCT BADGE */
.ecco-mid-season-sale-outlet-badge
{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-mid-season-sale-outlet-badge_6.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px)
{
    .ecco-mid-season-sale-outlet-badge
    {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO VALENTINES DAY :: PRODUCT BADGE */
.ecco-valentines-day-badge
{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-valentines-day-badge_2.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px)
{
    .ecco-valentines-day-badge
    {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO PROMO KIDS :: PRODUCT BADGE */
.ecco-promo-kids-badge
{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-promo-kids-badge.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px)
{
    .ecco-promo-kids-badge
    {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO PROMO KIDS OUTLET :: PRODUCT BADGE */
.ecco-promo-kids-outlet-badge
{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-promo-kids-outlet-badge.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px)
{
    .ecco-promo-kids-outlet-badge
    {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO HAPPY HOURS :: PRODUCT BADGE */
.ecco-happy-hours-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-happy-hours-badge_1.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .ecco-happy-hours-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO VIP PRESALE :: PRODUCT BADGE */
.ecco-vip-presale-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-vip-presale-badge_5.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .ecco-vip-presale-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO VIP PRESALE OUTLET :: PRODUCT BADGE */
.ecco-vip-presale-outlet-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-vip-presale-outlet-badge.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .ecco-vip-presale-outlet-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO ANNIVERSARY :: PRODUCT BADGE */
.ecco-anniversary-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-anniversary-badge.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .ecco-anniversary-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}


/* ECCO WEEKEND PROMO :: PRODUCT BADGE */
.ecco-weekend-promo-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-weekend-promo-badge_10.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .ecco-weekend-promo-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO WEEKEND PROMO OUTLET :: PRODUCT BADGE */
.ecco-weekend-promo-outlet-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-weekend-promo-outlet-badge_2.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .ecco-weekend-promo-outlet-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO BLITZ PROMO :: PRODUCT BADGE */
.ecco-blitz-promo-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-blitz-promo-badge_4.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .ecco-blitz-promo-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO BLITZ OUTLET PROMO :: PRODUCT BADGE */
.ecco-blitz-promo-outlet-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-blitz-promo-outlet-badge_4.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .ecco-blitz-promo-outlet-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO EXTRA SALE :: PRODUCT BADGE */
.ecco-extra-sale-badge
{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-extra-sale-badge_5.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .ecco-extra-sale-badge
    {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO REDUCERI FINALE :: PRODUCT BADGE */
.ecco-reduceri-finale-badge
{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-reduceri-finale-badge_8.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px)
{
    .ecco-reduceri-finale-badge
    {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO REDUCERI FINALE OUTLET :: PRODUCT BADGE */
.ecco-reduceri-finale-outlet-badge
{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-reduceri-finale-outlet-badge_5.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px)
{
    .ecco-reduceri-finale-outlet-badge
    {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO MARTISOR :: PRODUCT BADGE */
.ecco-martisor-badge
{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-martisor-badge.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width:767px)
{
    .ecco-martisor-badge
    {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO BACK TO SCHOOL :: PRODUCT BADGE */
.ecco-back-to-school-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-back-to-school-badge_2.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .ecco-back-to-school-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO NATIONAL GLAMOUR DAY :: PRODUCT BADGE */
.ecco-national-glamour-day-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-national-glamour-day-badge.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .ecco-national-glamour-day-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO THE WOMEN :: PRODUCT BADGE */
.ecco-the-woman-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-the-woman-badge.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .ecco-the-woman-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO AUTUMN SALE :: PRODUCT BADGE */
.ecco-autumn-sale-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-autumn-sale-badge.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width:767px) {
    .ecco-autumn-sale-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO HALLOWEEN SALE :: PRODUCT BADGE */
.ecco-halloween-sale-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-halloween-sale-badge.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width:767px) {
    .ecco-halloween-sale-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO NATIONAL FLAG:: PRODUCT BADGE */
.ecco-national-flag-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-national-flag-badge.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width:767px) {
    .ecco-national-flag-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO SOCKS PROMO:: PRODUCT BADGE */
.ecco-socks-promo-badge
{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-socks-promo-badge.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width:767px)
{
    .ecco-socks-promo-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO BLACK FRIDAY :: PRODUCT BADGE */
.ecco-black-friday-badge
{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-black-friday-badge_10.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px)
{
    .ecco-black-friday-badge
    {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO BLACK FRIDAY OUTLET :: PRODUCT BADGE */
.ecco-black-friday-outlet-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-black-friday-outlet-badge_9.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px)
{
    .ecco-black-friday-outlet-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO OUTLET :: PRODUCT BADGE */
.prod_item .prod_inner .ecco-outlet-badge
{
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding-top: 19px;
    border: 3px solid #e70909;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #e70909;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

@media only screen and (max-width: 767px)
{
    .prod_item .prod_inner .ecco-outlet-badge
    {
        width: 58px;
        height: 58px;
        right: 1px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        padding-top: 19px;
    }
}

.prod_item:hover .prod_inner .ecco-outlet-badge {
    color: #d40000;
    background-color: #fff;
}

/* ECCO BLUE MSS :: PRODUCT BADGE */
.prod_item .prod_inner .ecco-bluemss-badge {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding-top: 19px;
    border: 3px solid #24518a;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #24518a;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

@media only screen and (max-width: 767px) {
    .prod_item .prod_inner .ecco-bluemss-badge {
        width: 58px;
        height: 58px;
        right: 1px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        padding-top: 19px;
    }
}

.prod_item:hover .prod_inner .ecco-bluemss-badge {
    color: #24518a;
    background-color: #fff;
}

/* ECCO FINAL SALE :: PRODUCT BADGE */
.prod_item .prod_inner .ecco-final-sale-badge {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding-top: 13px;
    border: 3px solid #d40000;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #d40000;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.prod_item:hover .prod_inner .ecco-final-sale-badge {
    color: #d40000;
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .prod_item .prod_inner .ecco-final-sale-badge {
        width: 54px;
        height: 54px;
        padding-top: 10px;
        font-size: 12px;
    }
}

/* ECCO ANDREEA BALABAN :: PRODUCT BADGE */
.ecco-andreea-balaban-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-andreea-balaban-badge.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .cco-andreea-balaban-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO LIMITED EDITION :: PRODUCT BADGE */
.ecco-limited-edition-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-limited-edition-badge.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .ecco-limited-edition-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO SPECIAL :: PRODUCT BADGE */
.ecco-special-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-special-badge_9.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .ecco-special-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO SHOPPING DAYS BADGE :: PRODUCT BADGE */
.ecco-shopping-days-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-shopping-days-badge.png') no-repeat 50% 50%;
    background-size: contain;
}

@media only screen and (max-width: 767px) {
    .ecco-shopping-days-badge {
        right: 1px;
        width: 58px;
        height: 58px;
    }
}

/* ECCO :: BLACK PRODUCT LABEL */
.ecco-black-label {
	position: absolute;
    top: 50px; 
    right: 0;
    z-index: 1;
    width: 60px;
    height: 28px;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-black-label.png) no-repeat 50% 100%;
    background-size: contain;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width:767px) {
    .ecco-black-label {
        top: 49px;
        right: 1px;
        width: 58px;
        height: 28px;
        font-size: 11px;
        line-height: 40px;
    }
}

/* ECCO :: RED PRODUCT LABEL */
.ecco-red-label {
	position: absolute;
    top: 50px; 
    right: 0;
    z-index: 1;
    width: 60px;
    height: 28px;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-red-label.png) no-repeat 50% 100%;
    background-size: contain;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width:767px) {
    .ecco-red-label {
        top: 49px;
        right: 1px;
        width: 58px;
        height: 28px;
        font-size: 11px;
        line-height: 40px;
    }
}

.black_overlay {
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    -moz-opacity: 0.7;
    opacity:.80;
    filter: alpha(opacity=70);
}

.white_content {
    display: block;
    position: absolute;
    top: 20%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 650px;
    height: 370px;
    padding: 10px;
    background-color: white;
    z-index: 101;
    overflow: auto;
}

.pleistyShow {
    text-align: center;
    height: 40px;
    cursor: pointer;
 /* width: 70px; */
}

/* ECCO :: GREEN PRODUCT LABEL */
.ecco-green-label {
	position: absolute;
    top: 53px; 
    right: 0;
    z-index: 1;
    width: 63px;
    height: 30px;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-green-label_2.png) no-repeat 50% 100%;
    background-size: contain;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width:767px) {
    .ecco-green-label {
        width: 52px;
        top: 42px;
        right: 1px;
        font-size: 11px;
        line-height: 44px;
    }
}

/* ECCO :: GREEN PRODUCT LABEL 2 ROWS TEXT*/
.ecco-green-label-two-rows-text {
	position: absolute;
    top: 53px; 
    right: 0;
    z-index: 1;
    width: 63px;
    height: 30px;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-green-label.png) no-repeat 50% 100%;
    background-size: contain;
    color: #fff;
    display: block;
    font-size: 10px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width:767px) {
    .ecco-green-label-two-rows-text {
        width: 54px;
        top: 44px;
        font-size: 9px;
        line-height: 44px;
    }
}

/* ECCO :: BLACK PRODUCT LABEL 2 ROWS TEXT*/
.ecco-black-label-two-rows-text {
	position: absolute;
    top: 53px; 
    right: 0;
    z-index: 1;
    width: 63px;
    height: 30px;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-black-label.png) no-repeat 50% 100%;
    background-size: contain;
    color: #fff;
    display: block;
    font-size: 10px;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width:767px) {
    .ecco-black-label-two-rows-text {
        width: 54px;
        top: 44px;
        font-size: 9px;
        line-height: 44px;
    }
}

/* ECCO :: BLUE PRODUCT LABEL */
.ecco-blue-label {
	position: absolute;
    top: 53px; 
    right: 0;
    z-index: 1;
    width: 63px;
    height: 30px;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/badges/ecco-blue-label.png) no-repeat 50% 100%;
    background-size: contain;
    color: #4b4bcf;
    display: block;
    font-size: 12px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
}

@media only screen and (max-width:767px) {
    .ecco-blue-label {
        width: 52px;
        top: 42px;
        right: 1px;
        font-size: 11px;
        line-height: 44px;
    }
}

/* PRODUCT VIEW :: ZOOM AREA */

#pozeProdus {
	position: relative;
}

.zoom_img > img.initial {
	width: 100%;
    height: auto;
}

.pad-left-zoom {
	padding-left: 25px !important;
}

#video {
	top: 0;
	width: 670px;
	height: 100%;
}

#Video1 {
	width: 100%;
}

/* END :: PRODUCT VIEW :: ZOOM AREA */

/* PRODUCT VIEW :: PLEISTY MEDIA */

.pleistyShow {
	background-color: #ff0000;
    color:#fff;
    text-align: center;
    height: 45px;
    width: 74px;
    cursor: pointer;
    margin: 0 2px 5px 0px;
    text-transform: uppercase;
}

.pleistyShow .active {
    background-color: #edecec;
    border-color: #000 !important;
    color: #000;
}

.pleistyShow a {
    height: 45px !important;
    padding: 4px 0px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    color: #fff;
}

.pleistyShow a:hover {
	text-decoration:none;
    border-color: #000 !important;
}

@media (min-width:992px) and (max-width:1199px) and (orientation:landscape) {
    .pleistyShow a {
		width: 75px !important;
		height: 72px !important;
	}
    
    .media-accesorii-tab a,
    .media-recente-tab a,
    .media-recomandate-tab a {
        padding: 20px 0 !important;
        height: 72px !important;
    }
}

@media (min-width:992px) and (max-width:1199px) and (orientation:portrait) {
    .pleistyShow {
        width: 75px;
        height: 72px;
        cursor: pointer;
        margin: 0 2px 5px 0px;
        text-transform: uppercase;
    }
    .pleistyShow a {
		width: 75px !important;
		height: 72px !important;
	}
    
    .media-accesorii-tab a,
    .media-recente-tab a,
    .media-recomandate-tab a {
        padding: 20px 0 !important;
        height: 72pxpx !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .pleistyShow a {
		width: 75px !important;
		height: 75px !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
    .media-accesorii-tab a,
    .media-recente-tab a,
    .media-recomandate-tab a {
        padding: 20px 0 !important;
        height: 72px !important;
    }
}

.pleistymedia .pleisty_image img,
.pleistymedia .prod_inner img {
    margin: 0 auto;
}

.pleistymedia .pleisty_image img,
.pleistymedia .prod_inner img {
    margin: 0 auto;
}

.pleistymedia .prod_item .prod_inner .img_holder {
	float:none;
	margin-bottom:0px;
}
 
.pleistymedia .prod_item {
	 margin-bottom: 15px;
}

.pleistymedia .prod_item.pleisty_item   {
    margin-bottom: 15px;
}

.pleistymedia {
    z-index: 99;
}

.pleistymedia .prod_item:hover .prod_inner{
	border-color: #d40000;
    width: 100%;
    left: 0%; 
    background-color: #fff;
    border-left: none;
}

/* END :: PRODUCT VIEW :: PLEISTY MEDIA */

/* PRODUCT VIEW :: PLEISTY LABELS */

#pleisty-labels a {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 0;
    padding: 7px 15px;
    float: left;
}

#pleisty-labels a:last-child {
    border-right: 1px solid #000;
}

#pleisty-labels a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
}

@media (min-width:992px) and (max-width:1199px) {
    #pleisty-labels a {
        font-size:18px;
    }
}

/* END :: PRODUCT VIEW :: PLEISTY LABELS */

/* MESAJE FRIENDLY */

.neata {
    text-align: center;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mesaje/neata.jpg') no-repeat center bottom;
    overflow: hidden;
}

.ziua {
    text-align: center;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mesaje/ziua.jpg') no-repeat center bottom;
    overflow: hidden;
}


.seara {
    text-align: center;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mesaje/seara.jpg') no-repeat center bottom;
    overflow: hidden;
}

.noapte {
    text-align: center;
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mesaje/noapte.jpg') no-repeat center bottom;
    overflow: hidden;
}

.white_content .fa-times {
    color:#fff;
}

.white_content h1 {
    color: #fff;
    font-family: 'Lato', sans-serif ;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 38px;
}

.white_content p {
    color: #fff;
    font-family: 'Lato', sans-serif ;
    font-size: 21px;
    letter-spacing: 1px;
}

.white_content .close {
    opacity: 1.2;
    
}
.white_content .mesaje {
    padding: 110px;
}

/* END :: MESAJE FRIENDLY */

/* MODIF PROD PAGE */

#buttonP {
	width: 75px;
    height: auto;
}

#video {
	z-index: 111;
}

.product-view .product-pricing-wrap {
    margin:10px 0;
    padding-top: 15px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.product-view .product-pricing {
    margin-bottom: 15px;
}

.product-view .product-availability {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-view .product-availability .in-stock {
    color: #38c500;
}

.product-view .product-availability .out-stock {
    color: #d70000;
}

@media (min-width:992px) and (max-width:1199px) and (orientation:landscape) {
    
}

@media (min-width:992px) and (max-width:1199px) and (orientation:portrait) {    
    .product-view .product-availability {
        font-size: 24px;
        line-height: 36px;
    }
    
    .product-options-wrap {
        padding: 20px 0;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .product-view .product-availability {
        font-size: 14px;
    }
}
/* END :: MODIF PROD PAGE */

/* MATERIALS AND TECHNOLOGIES */

.product-view ul.product-tech-list {
    display: inline-block;
    margin-bottom: 0;
}

.product-view li.product-tech-item {
    float: left;
    margin-right: 20px;
}

.product-view li.product-tech-item:first-child {
    margin-right: 30px;
    text-transform: uppercase;
}

.product-view li.product-tech-item:last-child {
    margin-right: 0;
}

#materialeteh .materiale {
    font-size: 12px;
    text-transform: uppercase;
    color: #393939;
    font-weight: bold;
    margin-top: 0;
}

#mat_tech {
    text-align: right;
	margin-top: -10px;
}

#mat_tech a.third {
    margin-right: 0;
}

#mat_tech a {
    display: inline-block;
    text-align: right;
}

#mat_tech img {
    background-size: contain;
}

#materialeteh {
    border-bottom: 1px solid #000;
}

#mat_tech .hover {
	z-index:99999999999999999999999999; /* Hognogi was here! */
}

#mat_tech a:hover {
    text-decoration: none;
    color: #d40000;
    cursor: pointer;
}

.mat_tech_item {
    display:block;
    width: 40px;
    height: 40px;
    margin-bottom:10px;
}

.tooltip.bottom {
	margin-top: 0px;
	width: 315px;
	opacity: 1;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #eeeeee;
}

.tooltip-inner {
	background-color: #eeeeee;
	padding: 7px 11px;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
}

@media (min-width:992px) and (max-width:1199px) and (orientation:landscape) {
    #materialeteh {
		float: left;
		width: 100%;
	}
	
	#materialeteh .materiale {
		margin-top: 0;
	}
}

@media (min-width:992px) and (max-width:1199px) and (orientation:portrait) {
    #materialeteh {
		float: left;
		width: 100%;
	}
	
	#materialeteh .materiale {
		margin-top: 0;
        font-size:11px;
	}
    
    .product-view .product-tech-wrap {
        margin-top: 20px;
        text-align: center;
    }
        
    .product-view li.product-tech-item:first-child {
        font-size: 20px;
        line-height: 28px;
    }
    
    .mat_tech_item {
        width: auto;
        height: auto;
    }
  
}

@media (min-width: 768px) and (max-width: 991px) {
    #materialeteh {
		float: left;
		width: 100%;
	}
	
	#materialeteh .materiale {
		margin-top: 0;
	}
}

@media (max-width:767px) {
    #materialeteh .materiale {
		margin-top: 0;
	}
	
	#materialeteh {
		float: left;
		width: 100%;
	}
}

/* END :: MATERIALS AND TECHNOLOGIES */

/* MODIF PRODUCT PAGE */

.product-view .product-title {
	font-size: 19px;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 700;
    line-height: 27px;
}

.product-view .min_h {
	min-height: 178px;
}

.product-view #prod_page_sidebar .no-rating {
	width: 100%;
	float: left;
}

.product-view #prod_page_sidebar .no-rating a#write_review {
	border: 0;
    padding: 0;
    margin-top: 5px;
}

.product-view .product-shop .add-to-cart {
	float: left;
    width: 73%;
}

.product-view #wishlist_btn {
	margin: 0;
    width: 25%;
    float: right;
    border: 0;
    background-color: red;
    color: #fff;
    font-size: 36px;
}

.product-view #wishlist_btn:hover {
	background-color: #74757b;
}

.product-view .no-rating a#write_review span {
	float: left;
}

.product-view #aduaga_in_cos .btn-cart:hover {
	background: #74757b;
	border-color: #74757b;
}

.product-view .no-rating a#write_review span.review_no {
	margin-left: 10px;
    text-transform: initial;
    font-size: 16px;
}

.product-view .no-rating a#write_review span.not_ranked i {
	color: #ffb502;
}

#mat_tech{
    text-align: right;
}

#mat_tech a {
	display: inline-block;
	text-align: right;
}

#mat_tech a:hover {
	text-decoration: none;
	color: #d40000;
    cursor: pointer;
}

#mat_tech a.third {
	margin-right: 0;
}

#mat_tech a span {
	min-height: 33px;
}

#mat_tech a.piele_yak {
	background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/piele_yak.jpg) no-repeat center top;
    background-size: contain;
}

#mat_tech a.piele_yak:hover {
	background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/piele_yak-red.jpg) no-repeat center top;
    background-size: contain;
}

#mat_tech a.biom {
	background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/biom.jpg) no-repeat center top;
    background-size: contain;
}

#mat_tech a.biom:hover {
	background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/biom-red.jpg) no-repeat center top;
    background-size: contain;
}

#mat_tech a.waterproof {
	background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/waterproof.jpg) no-repeat center top;
    background-size: contain;
}

#mat_tech a.waterproof:hover {
	background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/waterproof-red.jpg) no-repeat center top;
    background-size: contain;
}

#mat_tech img {
    background-size: contain;
}

#mat_tech a.receptor {
	background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/receptor.jpg) no-repeat center top;
    background-size: contain;
}

#mat_tech a.receptor:hover {
	background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/receptor-red.jpg) no-repeat center top;
    background-size: contain;
}

#mat_tech a.gore_tex {
	background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/gore_tex.jpg) no-repeat center top;
    background-size: contain;
}

#mat_tech a.gore_tex:hover {
	background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/gore_tex-red.jpg) no-repeat center top;
    background-size: contain;
}

#mat_tech a.piele_camila {
	background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/piele_camila.jpg) no-repeat center top;
    background-size: contain;
}

#mat_tech a.piele_camila:hover {
	background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mat_tech/piele_camila-red.jpg) no-repeat center top;
    background-size: contain;
}

#mat_tech h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: #393939;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
}

.tooltip.bottom {
	margin-top: 0px;
	width: 315px;
	opacity: 1;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #eeeeee;
}

.tooltip-inner {
	background-color: #eeeeee;
	padding: 7px 11px;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
}

#buttonP {
	width: 75px;
    height: auto;
}

#video {
	z-index: 111;
}

#mat_tech img {
	width: 90%;
    display: inline-block;
    padding-left: 5px;
}

#materialeteh .mat_tech {
	margin: 5px 0;
}

#materialeteh .materiale {
	font-weight: 600;
}

.tooltip.bottom {
	min-width: 200px;
	margin-top: 3px;
}

.tooltip.bottom .tooltip-arrow {
	margin-left: -1px;
}

.product-view .product-shop .prodpage_separator {
	margin-bottom: 10px;
}

@media (min-width:992px) and (max-width:1199px) and (orientation:portrait) {
    .product-view .product-title-wrap {
        margin-top: 20px;
        text-align: center;
    }
    
    .product-view .product-title {
        font-size: 36px;
        line-height: 48px;
    }
}

/* END :: MODIF PRODUCT PAGE */

#billing-address-select, #shipping-new-address-form select.validate-select, #shipping-address-select {
	display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4a4a4a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #010101;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* Welcome */

.black_overlay{
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    -moz-opacity: 0.7;
    opacity:.80;
    filter: alpha(opacity=70);
}

.white_content {
    display: block;
    position: absolute;
    top: 20%;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 650px;
    height: 370px;
    padding: 10px;
    background-color: white;
    z-index: 101;
    overflow: auto;
}

.neata {
    text-align: center;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mesaje/neata.jpg) no-repeat center bottom;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin: 0 auto;
}

.ziua {
    text-align: center;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mesaje/ziua.jpg) no-repeat center bottom;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
    margin: 0 auto;
}

.seara {
    text-align: center;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mesaje/seara.jpg) no-repeat center bottom;
    overflow: hidden;
}

.noapte {
    text-align: center;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/mesaje/noapte.jpg) no-repeat center bottom;
    overflow: hidden;
}

.white_content .fa-times{
    color:#fff;
}

.white_content h1 {
    color: #fff;
    font-family: 'Lato', sans-serif ;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 38px;
}

.white_content p {
    color: #fff;
    font-family: 'Lato', sans-serif ;
    font-size: 21px;
    letter-spacing: 1px;
}

.white_content .close{
    opacity: 1.2;
}

.white_content .mesaje {
    vertical-align: middle;
    display: table-cell;
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
}

/* End Welcome */

/* REDUCERE */

#reducere-list ul li ul:last-child {	
	margin-right: 13px !important;	
}

#reducere-list ul.level0 > li.level1:last-child {
	margin-right: 0 !important;
}

#reducere-list ul.level0 li.level1:last-child ul.level1 {
	margin-right: 0 !important;
    padding-right: 0 !important;
    border: 0;
} 

/* END :: REDUCERE */

/* VINERI 13 BLACK SLIDE */
#socks_slider.friday * {
	color: #fff !important;
}

#socks_slider.friday  .padd_left_10 {
	padding-left: 10px;
}

#socks_slider.friday  .marg_left_10 {
	margin-left: 10px;
}

#socks_slider.friday h2.padd_left_10 {
	font-size: 45px !important;
}

/* END :: VINERI 13 BLACK SLIDE */

/* BLACK FRIDAY HOMEPAGE PLEISTY WIDGETS */

#hp_categ_boxes .bf_business:after, #hp_categ_boxes .bf_casual:after {
	content: 'Business';
	width: 60px;
    height: 31px;
    background-color: #000;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/outlet_icon.png) no-repeat center bottom;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-align: center;
    padding-top: 14px;
    position: absolute;
    top: 54px;
    right: 16px;
    z-index: 2;
}

#hp_categ_boxes .bf_casual:after {
	content: 'Casual';
}

#hp_categ_boxes .bf_casual:before {
	content: 'Best seller' !important;
    border-color: #414243 !important;
    color: #414243 !important;
}

#hp_categ_boxes .bf_casual:hover:before {
	background-color: #414243 !important;
	color: #fff !important;
}

/* END :: BLACK FRIDAY HOMEPAGE PLEISTY WIDGETS */

/* SHOP TV */

#shop_tv {
    background-color: #212121;
    height: 25vh;
}

/* END :: SHOP TV */

/* CATEGORY HEADER LIST */

ul#category_header_sizes
{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul#category_header_sizes li
{
    margin: 5px 8px 0 0;
    padding: 0;
    float: none;
    display: inline-block;
}
ul#category_header_sizes li a
{
    display: block;
    width: 35px;
    height: 35px;
    padding: 0 3px;
    text-align:center;
    font-size: 18px;
    line-height: 33px;
    border: 1px solid #74757b;
    background-color: #74757b;
    color: #fff;
}
ul#category_header_sizes li a:hover,
ul#category_header_sizes li a.active
{
    color: #fff;
    text-decoration: none;
    background-color: #d40000;
    border-color: #b71b1b;
}
p.category_header_tooltip
{
    margin: 10px 0;
    padding: 0;
}
@media (max-width:767px)
{
    ul#category_header_sizes li a
    {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 28px;
    }
}

/* END CATEGORY HEADER LIST */

/* BLACK FRIDAY HEADER LIST */

ul#black_friday_header_sizes {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#black_friday_header_sizes li {
    margin: 5px 8px 0 0;
    padding: 0;
    float: none;
    display: inline-block;
}

ul#black_friday_header_sizes li a {
    display: block;
    min-width: 35px;
    height: 35px;
    padding: 0 3px;
    text-align:center;
    font-size: 18px;
    line-height: 33px;
    border: 1px solid #ffffff;
    background-color: #000000;
    color: #ffffff;
}

ul#black_friday_header_sizes li a:hover,
ul#black_friday_header_sizes li a.active {
    color: #ffffff;
    text-decoration: none;
    background-color: #d40000;
    border-color: #b71b1b;
}

p.category_header_tooltip {
    margin: 10px 0;
    padding: 0;
}

.not-active {
   pointer-events: none;
   cursor: default;
}

/* END BLACK FRIDAY HEADER LIST*/

/* REDUCERI FINALE HEADER LIST */

ul#reduceri_finale_header_sizes {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#reduceri_finale_header_sizes li {
    margin: 5px 8px 0 0;
    padding: 0;
    float: none;
    display: inline-block;
}

ul#reduceri_finale_header_sizes li a {
    display: block;
    min-width: 35px;
    height: 35px;
    padding: 0 3px;
    text-align:center;
    font-size: 18px;
    line-height: 33px;
    border: 1px solid #ffffff;
    background-color: #b82025;
    color: #ffffff;
}

ul#reduceri_finale_header_sizes li a:hover,
ul#reduceri_finale_header_sizes li a.active {
    color: #ffffff;
    text-decoration: none;
    background-color: #808285;
    border-color: #ffffff;
}

p.category_header_tooltip {
    margin: 10px 0;
    padding: 0;
}

.not-active {
   pointer-events: none;
   cursor: default;
}

/* END REDUCERI FINALE HEADER LIST*/

/* PRODUCT VIEW :: META NAV XS */

#product-meta-navbar-xs-wrap {
    position:relative;    
}

#product-meta-navbar-xs {
    position:absolute;
    top:25px;
    left:0;
    right:0;
}

.product-meta-navbar-xs-pin {
    position:fixed !important;
    left:auto !important;
    right:10px !important;
    padding-left:5px;
    padding-right:0;
}

.product-meta-navs-xs {
    margin:10px 0 0 0;
    padding:0;
    list-style:none;
}

.product-meta-navs-xs li {
    margin-top:1px;
    padding:8px 6px;
    font-size:12px;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    background-color:#74757b;
}

.product-meta-navs-xs li.current {
    background-color:#ff0000;
}

@media (min-width:480px) and (max-width:767px) {
    .product-meta-navs-xs li {
        padding:6px 6px;
        font-size:11px;
    }
}

/* END :: PRODUCT VIEW :: META NAV XS */

/* PRODUCT VIEW :: META CARE */

.product-meta-care-item {
    position:relative;
}

.product-meta-care-overlay {
    position:absolute;
    display:block;
    top:0;
    bottom:0;
    left:0;
    right:0;
    padding:20px;
    overflow:hidden;
    text-transform:uppercase;
    text-align:center;
    text-decoration:none;
    color:#fff;
    opacity:0;
    background:rgba(0,0,0,0.4);
}

.product-meta-care-overlay:hover {
    opacity:1;
    text-decoration:none;
    color:#fff;
}

.product-meta-care-info {
    display: table;
    width:100%;
    border:1px solid #fff;
    padding:10px 5px;
}

.product-meta-care-info .img-responsive {
    float:none;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;    
}

@media (min-width:480px) and (max-width:767px) {
    .product-meta-care-overlay {
        padding:10px;
        opacity:1;
    }
    
    .product-meta-care-info {
        padding:5px;
    }
    
    .product-meta-care-info .img-responsive {
        margin-bottom:5px;
    }
}

@media (max-width:479px) {
    .product-meta-care-overlay {
        padding:5px;
        opacity:1;
    }
    
    .product-meta-care-info {
        padding:5px;
    }
    
    .product-meta-care-info .img-responsive {
        margin-bottom:0;        
    }
    
    .product-meta-care-excerpt {
        display:none;
    }
}

/* END :: PRODUCT VIEW :: META CARE */

/* BOOTSTRAP OVERRIDES */

@media (max-width:767px) {
    .col-xs-wide-first {
        padding-right:5px !important;
    }
    
    .col-xs-wide {
        padding-left:10px !important;
        padding-right:10px !important;
    }
    
    .col-xs-wide-last {
        padding-left:5px !important;
    }
}

/* END :: BOOTSTRAP OVERRIDES */

/* CATEGORY VIEW :: WORDCLOUD */

#wordcloud-wrap {
    padding-top:20px;
}

#wordcloud {
    min-height:120px;
}

/* END :: CATEGORY VIEW :: WORDCLOUD */

/* FOOTER SLIDE UP */
#footer-slide-up-wrap {
    position:fixed;
    left:0;
    right:0;
    bottom:10px;
    z-index: 99;
    display:none;
}

#footer-slide-up {
    position:relative;
}

#footer-slide-up img {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

#footer-slide-up-remove-wrap {
    position:absolute;
    top:-30px;
    right:0;
}

#footer-slide-up-remove {
    display:inline-block;
    padding:3px 8px;
    background-color:#d40000;
    color:#fff;
}
/* END :: FOOTER SLIDE UP */

/* MODAL POPUP */
.modal-home-pop .modal-body,
.modal-checkout-cart-pop .modal-body,
.modal-search-pop .modal-body {
    padding: 3px !important;
}
@media (min-width:768px) {
    .modal-home-pop .modal-dialog,
    .modal-checkout-cart-pop .modal-dialog,
    .modal-search-pop .modal-dialog {
        margin-top:130px;
        width:800px !important;
    }
}
@media (max-width:767px) {
	.modal-home-pop .modal-dialog,
    .modal-checkout-cart-pop .modal-dialog,
    .modal-search-pop .modal-dialog {
		width:auto !important;
	}
}

.modal-content a.white-blue {
	display: inline-block;
	padding: 3px 12px;
	margin: 2px;
	color: blue;
	background-color: #fff;
	font-size: 11px;
}

.modal-content a.white-blue:hover {
	text-decoration:none;
}
/* END :: MODAL POPUP */

/* BEGIN :: ECCO SHAPE - TRY AND WIN */

@media (max-width:767px) and (orientation:landscape) {
    .visible-xsl {
        display: block !important;
    }
    .visible-xsp {
        display: none !important;
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .visible-xsl {
        display: none !important;
    }
    .visible-xsp {
        display: block !important;
    }    
}

.stw-nav-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-stw {
    height: auto !important;
    padding: 10px 12px;
    font-size: 20px !important;
    line-height: 22px !important;
}

.btn-stw span {
    font-weight: 400;
}

@media (max-width:767px) and (orientation:landscape) {
    .btn-stw {
        font-size: 16px !important;
    }
}

@media (max-width:767px) and (orientation:portrait) {
    .btn-stw {
        font-size: 18px !important;
        line-height: 26px !important;
        font-weight: 300;
    }
}

.btn-stw-light {
    color: #a9a8a6;
    background-color: #7a7c7b;
    border-color: #fff;
}

.btn-stw-light:hover,
.btn-stw-light:focus,
.btn-stw-light.focus,
.btn-stw-light:active,
.btn-stw-light.active {
    color: #a9a8a6;
    background-color: #212121;
    border-color: #fff;
}

.btn-stw-light span {
    color: #fff;
}

.btn-stw-dark {
    color: #a9a8a6;
    background-color: #3c3c3c;
    border-color: #fff;
}

.btn-stw-dark:hover,
.btn-stw-dark:focus,
.btn-stw-dark.focus,
.btn-stw-dark:active,
.btn-stw-dark.active {
    color: #a9a8a6;
    background-color: #212121;
    border-color: #fff;
}

.btn-stw-dark span {
    color: #fff;
}

.stw-main-wrap {
    color: #fff;
}

.stw-tab {
    padding-top: 15px;
    padding-bottom: 25px;
    min-height: 780px;
    display: none;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    background-color: #323232;
}

.stw-tab.stw-active-tab {
    display: block !important;
}

.stw-tab h2 {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 400;    
}

@media (min-width:992px) and (max-width:1199px) {
    .stw-tab    {
        min-height: 540px;
    }
    
    .stw-tab h2 {
        font-size: 42px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .stw-tab    {
        min-height: 540px;
    }
    
    .stw-tab h2 {
        font-size: 32px;
    }
}

@media (max-width:767px) {
    .stw-tab    {
        min-height: 540px;
    }
    
    .stw-tab h2 {
        margin-bottom: 20px;
        font-size: 26px;
    }
}

.stw-form-msg {
    font-size: 18px;
}

.stw-tab p {
    margin-bottom: 15px;
    font-size: 18px;
}

.stw-tab p > a {
    color: #a9a8a6;
}

.stw-tab p > a:hover {
    color: #fff;
    text-decoration: none;
}

.stw-tab .form-control {
    height: auto !important;
}

.stw-tab .checkbox input[type=checkbox] {    
    margin: 10px 0 10px -20px !important;
    float: none;
    width: auto !important;
}

.stw-tab .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.stw-tab input[type=text] {
    color: #fff;
    border-color: #a9a8a6;
    background-color: #6b6b6b;
}

.stw-tab input[type=text]::-webkit-input-placeholder { color: #a9a8a6; }
.stw-tab input[type=text]::-moz-placeholder { color: #a9a8a6; }
.stw-tab input[type=text]:-ms-input-placeholder { color: #a9a8a6; } 
.stw-tab input[type=text]:-o-input-placeholder { color: #a9a8a6; } 

#stw-tab1 {
    background:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/stw/stw-tab1-bg.jpg') bottom left #323232 no-repeat;
    background-size: contain;
}

#stw-tab2 {
    background:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/stw/stw-tab2-bg.jpg') bottom left #323232 no-repeat;
    background-size: contain;
}

#stw-tab3 {
    background:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/stw/stw-tab3-bg.jpg') top left #323232 no-repeat;
    background-size: contain;
}

#stw-tab4 {
    background:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/stw/stw-tab4-bg.jpg') bottom left #323232 no-repeat;
    background-size: contain;
}

@media (max-width:767px) and (orientation:portrait) {
    #stw-tab1 {
        background-image:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/stw/stw-tab1-bg-xsp.jpg');
    }

    #stw-tab2 {
        background-image:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/stw/stw-tab2-bg-xsp.jpg');
    }

    #stw-tab3 {
        background-image:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/stw/stw-tab3-bg-xsp.jpg');
    }

    #stw-tab4 {
        background-image:url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/stw/stw-tab4-bg-xsp.jpg');
    }
}

/* END :: ECCO SHAPE - TRY AND WIN */


/* BOOTSTRAP MODAL */
@media (max-width:767px) {
    .modal .modal-dialog {
        margin: 75px 15px 15px 15px;
    }
}
/* BOOTSTRAP MODAL :: END */

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
    padding: 15px 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p {
    float: left;
    padding: 10px 15px;
    margin: 10px 0 0 0;
}
/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
    margin-top: -5px;
}
/* Variations */
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-danger h4 {
    color: #ce4844;
}
.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout-warning h4 {
    color: #aa6708;
}
.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-info h4 {
    color: #1b809e;
}
.bs-callout-success {
    border-left-color: #468847;
}
.bs-callout-success h4 {
    color: #468847;
}
@media only screen and (min-width:1200px) and (max-width:1366px) {
	.zoom_img {
		text-align: center;
	}
	
	.zoom_img > img.initial {
		width: 75%;
	    float: none;
	    display: inline-block;
	    margin: 0 auto;
	}
}

@media only screen and (max-width:767px) {
    .mesaj_nav{
        display:none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) { 
    p, h1, h2, h3, strong, a, li, span, table tr, table tr td  {
		-webkit-text-size-adjust: none !important;
	}
    
    body * {
        -webkit-appearance: none;
    }
    
    /* 240216 Marian :: Test server diff
    #cart_preview {
        display: none !important;
    }
    End :: Test server diff */
    
    .navChildWrapper {
        width:100% !important;
     /* display: none !important; */
    }
    
    .subemnu_categ_img {
        display: none !important;
    }

    .header .col-md-3.hidden-xs.hidden-sm.clearleft {
        padding: 0;
    }
    
    #delivery_holder a {
        font-size: 13px;
    }
    
    .header .account_holder {
        margin-right: 10px;
        margin-left: 55px;
    }
    
    .header .login_register {
        font-size: 13px;
    }
    
    #nav > li.level0 {
        margin-right: 60px;
    }
    
    #slider_anexe {
        padding: 0 15px;
        height: 352px;
    }
    
    #slider_anexe h2 {
        font-size: 13px;
    }
    
    #slider .carousel-caption h2 {
        margin-top: 30px;
        margin-bottom: 20px;
        font-size: 43px;
        line-height: 45px;
    }
    
    #slider_anexe .pad {
        padding: 0;
    }
    
    #blog_anexe p {
        display: none;
    }
    
    #slider_anexe #nl_anexe {
        padding-bottom: 20px;
    }
    
    #social_anexe h2 {
        margin-top: 20px;
    }
    
    #social_anexe {
        padding-bottom: 20px !important;
    }
    
    #slider_anexe #nl_anexe h2 {
        padding-top: 15px;
    }
    
    #slider .carousel-caption h2 span {
        font-size: 35px;
        line-height: 40px;
    }
    
    #slider .carousel-caption p {
        min-height: 72px;
        margin-right: 70px;
        margin-bottom: 35px;
    }
    
    #slider .carousel-indicators {
        bottom: 61px;
    }
    
    #hp_categ_boxes .box img {
        /* width: 100%; */
        height: auto;
    }
    
    #hp_categ_boxes .prod_item .prod_inner .img_holder,
    #hp_categ_boxes .prod_item .prod_inner .img_holder img {
        width: 100%;
        height: auto;
    }
    
    #hp_categ_boxes .prod_item .prod_inner .thumbs_holder {
        display: none;
    }
    
    #hp_categ_boxes .subcategs li {
        margin-right: 13px;
    }
    
    #hp_categ_boxes .box_content h1 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    
    #hp_categ_boxes .box_content h1 a {
        font-size: 40px;
    }
    
    #hp_categ_boxes .box_content p {
        margin-bottom: 15px;
        line-height: 20px;
    }
    
    #hp_categ_boxes .box_content > div {
        width: 65%;
    }
    
    .prod_item:hover .prod_inner {
        width: 100%;
        left: auto;
        border-left: 0;
    }
    
    .prod_item .prod_inner .thumbs_holder {
        opacity: 1;
    }
    
    #instagram_area .insta_link p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    
    #instagram_area .insta_link p span.big {
        font-size: 45px;
        line-height: 45px;
    }
    
    #instagram_area .insta_link p span.middle {
        font-size: 30px;
        line-height: 30px;
    }
    
    #instagram_area .insta_link a.hashtag {
        margin-bottom: 20px;
    }
    
    #category_header .right_content .subcateg_list a {
        margin-right: 15px;
    }
    
    #sidebar .block.block-layered-nav {
        padding: 25px 0;
    }
    
    #sidebar .filter-btn, #toolbar-btm .filter-btn,
    #toolbar-top .filter-btn {
        padding: 6px;
    }
    
    .prod_item .name_holder table tr td a {
        height: 30px;
    }
    
    #hp_categ_boxes .prod_item .prod_inner {
        padding-bottom: 16px; 
    }
    
    /* BGN PRODUCT PAGE */
    
    #prod_zoom_icon {
        display: none;
    }
    
    #video {
        position: absolute;
        width: 100%;
        top: 75px;
        height: auto;
        min-height: 560px;
        margin-bottom: 0;
    }
    
    #Video1 {
        width: 100%;
    }
    
    .product-view .product-shop .prodpage_separator {
        margin-bottom: 18px;
    }
    
    .breadcrumbs, .catalog-product-view .breadcrumbs {
        padding: 5px 0;
        margin-bottom: 15px;
    }
    
    .product-view .old-price {
        float: left;
        margin-left: 20px;
    }
    
    .regular-price,
    .product-view .special-price .price,
    .product-view .old-price .price {
        font-size: 20px;
        line-height: 24px;
        background: none;
    }
    
    .product-view .price_holder .in_stock {
        font-size: 12px;
    }
    
    .product-view .price_holder {
        padding-right: 65px;
    }
    
    .product-view .special-price .price .small_price,
    .regular-price .small_price {
        font-size: 16px;
        font-weight: 400;
    }
    
    .product-view .old-price .price {
        padding-left: 0;
    }
    
    .product-view .old-price .price .small_price {
        font-weight: 400;
    }
    
    #prod_info_carousel .carousel-inner {
        font-size: 11px;
    }
    
    #prod_info_carousel .carousel-inner a {
        padding-left: 35px;
    }
    
    #product-essential .clearright.mob_no_pad.col-md-4 {
        padding-left: 0;
    }
    /*
    #container-selector-marime {
        margin-bottom: 18px;
    }
    #container-selector-marime .choose_size {
        width: 25%;
    }
    */
    /*
    #selector-marime {
        width: 75%;
    }
    */
    
    #see_sizes {
        margin-left: 25%;
    }
    
    #see_sizes a {
        width: auto;
        padding-left: 100px;
        padding-right: 25px;
    }
    
    #find_shop a {
        line-height: 20px;
        padding-top: 15px;
    }
    
    .product-view .no-rating a#write_review {
        font-size: 12px;
        line-height: 14px;
        padding: 5px;
    }
    
    .product-view .no-rating a#write_review .rating_txt {
        padding-bottom: 4px;
    }
    
    #wishlist_btn {
        margin-right: 0;
    }
    
    #prod_page_title {
        top: -113px;
        padding-bottom: 0; 
        width: 100%;
        left: 0;
        min-width: inherit;
    }
    
    /* 240216 MMI :: Test server diff
    #pozeProdus {
        margin-top: 40px;
    }
    End :: Test server diff */
    
    /* END PRODUCT PAGE */
    
    /* BGN ACCOUNT PAGE */
        
    .account-login br {
        display: none;
    }
    
    .box-account.box-info > .clearleft,
    .box-account.box-info .clearright {
        padding: 0;
    }
    
    .prod_item .prod_inner .favProd .img_small img {
        float: right;
    }
    
    h3.title_left, h3.title_left.top {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    .order-items.order-details > br {
        display: none;
    }
    
    .mb_20 {
        margin-bottom: 10px;
    }
        
    /* END ACCOUNT PAGE */
    
    /* BGN CHECKOUT PAGES */
    
    .cart.cart_checkout .page-title h1 {
        font-size: 50px;
        line-height: 54px;
        letter-spacing: -3px;
    }
    
    /* END CHECKOUT PAGES */
    
    .col-main .inner-page-tls img {
        width: 100%;
        height: auto;
    }
    
    .page-magazin-ecco iframe {
        width: 100%;
        height: 450px;
    }
    
    .col-main .std.inner-page-tls .page-shoes-sizes iframe {
        height: 500px;
    }
    
    .logout_intermediar_page {
        margin-top: 30px;
    }
    
    .allow_pleisty .col-md-4:last-child,
    .allow_pleisty2 .col-md-4:last-child,
    .recent-vizualizate-holder .col-md-4:last-child,
    .recent-vizualizate-holder .prod_item .thumbs_holder {
        display: none;
    }
    
    #category_header .right_content h1.with_descript {
        font-size: 24px;
        line-height: 26px;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0;
        width: 50%;
    }
    
    #category_header .right_content p.descript {
        width: 48%;
        margin-left: 2%;
        line-height: 18px;
    }
    
    #instagram_area .insta_link {
        padding-left: 0;
        margin-top: 52px;
    }
    
    #instagram_area .col-md-4:last-child {
        display: none;
    }
    
    #instagram_area .insta_link p span {
        display: block;
    }
    
    #instagram_area .insta_pic {
        text-align: center;
    }
    
    #instagram_area .insta_pic img.img-responsive {
        display: inline-block;
    }
    
    .fixed_menu_holder {
        height: auto;
    }
    
    #head_slider .carousel-indicators li,
    #head_slider .carousel-indicators li.active,
    #head_slider .carousel-indicators li:hover {
        width: 32px;
    }
    
    #head_slider .carousel-indicators {
        left: 2px;
    }
    
    .care_prod_item .prod_inner .btn-default.btn-checkout {
        width: 125px;
        font-size: 13px;
    }
    
    .care_prod_item .prod_inner .price-box span.regular-price {
        font-size: 14px !important;
    }
    
    .cart .page-title h1 {
        font-size: 50px;
    }
    
    .account-create .page-title h1,
    .cart .page-title h1,
    .account-login .page-title h1,
    .forgot_pass .page-title h1 {
        padding: 20px 0;
    }
    
    /* 240216 MMI :: Test server diff
    #head_slider .carousel-indicators li {
        width: 75px;
        border-top: 7px solid #fff;
    }

    #head_slider .carousel-indicators li.active,
    #head_slider .carousel-indicators li:hover {
        width: 75px;
        border-top: 6px solid #fff;
    }
    
    #safe_card_pay span {
        display: none;
    }
    End :: Test server diff */    
    
    body.cms-home #hp_categ_boxes .categ_info,
    body.cms-home #hp_categ_boxes .prod_item .prod_inner {
		height: 281px;
	}
    
    #head_slider .carousel-indicators li {
        width: 75px;
        border-top: 7px solid #fff;
    }
    
    #head_slider .carousel-indicators li.active,
    #head_slider .carousel-indicators li:hover {
        width: 75px;
        border-top: 6px solid #fff;
    }
    
    #safe_card_pay span {
        display: none;
    }
	
	#instagram_area .col-md-4.last:last-child {
	    display: block !important;
	}
	
	#instagram_area #soft_video {
		width: 100%;
	}
	
	#back-to-school-slide h3 {
		margin-top: 85px;
		margin-bottom: 26px;
	}
	
	#back-to-school-slide span.info {
		display: none;
	}
	
	#slider #extreme_sizes_slide h2 {
		font-size: 22px;
		line-height: 26px;
        margin-bottom: 25px;
	}
	
	#slider #extreme_sizes_slide h2 br {
		display: none;
	}
	
	#slider #extreme_sizes_slide h2 strong {
		font-size: 22px;
    	line-height: 26px;
    	display: inline-block;
	}
	
	#slider #extreme_sizes_slide div span.gender {
		font-size: 17px;
		line-height: 20px;
        margin-bottom: 2px;
	}
	
	#slider #extreme_sizes_slide div ul li a {
		border-width: 2px;
		font-size: 17px;
		width: 30px;
	}
	
	#slider #extreme_sizes_slide div.blue ul {
		margin-bottom: 30px;
	}
	
	/* BGN NEW SUCCESS PAGE */
	
	#succes_order_page .success_quote {
		margin-top: 10px;
   	    margin-bottom: 20px;
	}
	
	#succes_order_page .care_prod a {
		opacity: 1;
	}
	
	/* END NEW SUCCESS PAGE */
	
	/* BGN CURATERE, INGRIJIRE si PROTECTIE PAGES */
	
	#video_gall .video_item {
	    margin-bottom: 16px;
	}
	
	#video_gall .video_item a img {
		width: 50%;
		margin-right: 0;
	}
	
	#video_gall .video_item a span {
		width: 50%;
		float: left;
		padding-left: 10px;
	}
	
	/* END CURATERE, INGRIJIRE si PROTECTIE PAGES */
	
	/* BGN MODIF PRODUCT PAGE */
	
	.prod_details_holder .care_prod,
    #mat_tech a {
		width: 32%;
		margin-right: 2%;
	}
	
	.prod_details_holder .care_prod a {
		opacity: 1;
	}
    /*
    #container-selector-marime {
	    margin-bottom: 5px;
	}
	*/
	#materialeteh {
		float: left;
		width: 100%;
	}
	
	#materialeteh .materiale {
		margin-top: 0;
	}
	
	.product-view .product-shop .prodpage_separator {
	    margin-bottom: 10px;
	}
	
	.pleistyShow a {
		width: 75px !important;
		height: 75px !important;
	}
	
	.product-view .product-img-box .more-views li {
		width: auto;
    	height: auto;
	}
	
	#accesorii-view .prod_item.pleisty_item .prod_inner .favProd .img_small .pleisty_image img,
	#accesorii-view .prod_item.pleisty_item .prod_inner .special-price, 
	#accesorii-view .prod_item.pleisty_item .prod_inner .old-price {
		float: none;
	}
	
	#mat_tech img {
		width: auto;
	}
	
	/* END MODIF PRODUCT PAGE */
	
	/* BGN PROD PAGE Zoom Area */

	#pozeProdus {
		position: relative;
		margin-top: 0 !important;
	}

	.pad-left-zoom {
		padding-left: 0 !important;
		padding-right: 15px !important;
	}
	
	#video {
		height: 100%;
		padding-right: 15px;
	}

	/* END PROD PAGE Zoom Area */
    
    /* BGN MODIF PREGATIRE SITE PT SHOP TV */
	
	.nav-8 {
	    display: block !important;
	    margin-right: 0 !important;
	}
	
	#nav > li.level0, #nav > li.level0.last {
		margin-right: 40px;
	}
	
	.prod_item .prod_inner .thumbs_holder {
		width: 40px;
	}
	
	.prod_item .prod_inner .thumbs_holder a img {
		width: 40px;
		height: auto;
	}
	
	#sidebar #narrow-by-list > .col-md-2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#sidebar #narrow-by-list > .col-md-2 .sort-by-wrap .col-md-12 {
		padding-right: 15px;
	}
	
	#sidebar #narrow-by-list > .col-md-2 .sort-by-wrap .col-md-12 .col-sm-3 {
		padding-left: 10px;
	}
	
	#sidebar .block.block-layered-nav {
		padding: 10px 0;
		padding-top: 20px;
	}
	
	#sidebar .block.block-layered-nav .number_result {
		margin-top: 0;
	}
	
	.zoom_img {
		text-align: center;
	}
	
	.zoom_img > img.initial {
	    width: 90%;
	    height: auto;
	    display: inline-block;
	    float: none;
	}
	
	h2.prod_details span {
		font-size: 28px;
	}
	
	#succes_order_page .care_prod a,
    .prod_details_holder .care_prod a {
		padding: 18px;
	}
	
	.prod_details_holder .care_prod {
		min-height: 160px;
	}
	
	.page-title .col-md-4 img {
		width: 100%;
		height: auto;
	}
	
	/* END MODIF PREGATIRE SITE PT SHOP TV */
    
}

@media only screen and (min-width: 768px) and (max-width: 991px){ 
    p, h1, h2, h3, strong, a, li, span, table tr, table tr td  {
		-webkit-text-size-adjust: none !important;
	}
    
    body * {
        -webkit-appearance: none;
    }
    
    .header .account_holder .fav_no {
        top: 8px;
    }
    
    .header .account_holder {
        width: 60px;
        height: 70px;
        margin-right: 15px;
        margin-left: 40px;
        margin-top: 8px;
    }
    
    .header .login_register {
        margin-top: 27px;
    }
    
    .header .account_holder .user {
        padding-top: 10px;
    }
    
    #search-mini-form .go-button {
        margin: 0 10px 0 5px;
    }
    
    #search-mini-form #search {
        width: 70%;
    }
    
    #nav > li.level0 {
          margin-right: 28px;
    }
    
    .navChildWrapper{
        width:100% !important;
        /*display: none !important;*/
    }
    .subemnu_categ_img{
        display: none !important;
    }

    /* 240216 MMI :: Test server diff
    #cart_preview {
        display: none !important;
    }
    End :: Test server diff */
    
    #slider .carousel-caption h2 {
        margin-top: 30px;
        margin-bottom: 25px;
        font-weight: 400;
        font-size: 40px;
        line-height: 40px;
    }
    
    #slider .carousel-caption h2 span {
        font-size: 35px;
        line-height: 45px;
        font-weight: 300;
    }
    
    #slider .carousel-caption {
        padding-right: 0;
    }
    
    #slider .carousel-caption p {
        width: 50%;
        min-height: 72px;
        margin-bottom: 35px;
    }
    
    #slider .carousel-indicators {
        bottom: 52px;
    }
    
    #hp_slider .col-lg-9.clearpad {
        margin-left: 0;
    }
    
    #slider {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #hp_categ_boxes .box {
        float: left;
        width: 100%;
    }
    
    #hp_categ_boxes .box img {
        float: right;
    }
    
    #hp_categ_boxes .box_content {
        width: 50%;
    }
    
    #hp_categ_boxes .box_content p {
        font-weight: 400;
        margin-bottom: 30px;
    }
    
    .prod_item .prod_inner,
    .prod_item:hover .prod_inner {
        left: 0;
        width: 100%;
        border-left: 0;
    }
    
    .prod_item .prod_inner .thumbs_holder,
    .prod_item:hover .prod_inner .thumbs_holder {
        opacity: 1;
    }
    
    #instagram_area .col-sm-4:last-child {
        display: none;
    }
    
    #instagram_area .insta_link p {
        font-size: 17px;
        margin-bottom: 10px;
    }
    
    #instagram_area .insta_link p span.middle {
        font-size: 30px;
        line-height: 35px;
        display: block;
    }
   
    #instagram_area .insta_link p span.big {
        font-size: 40px;
        line-height: 40px;
    }
    
    #hp_categ_boxes .prod_item {
        display: none;
    }
    
    #footer_holder #logo_footer,
    #footer_holder .phone_no,
    #footer_holder .email,
    #footer_holder #social_footer {
        float: left;
        width: 25%;
    }
    
    #ftr_contact {
        margin-top: 30px;
    }
    
    #ftr_contact,
    #ftr_nl_subscribe {
        padding-left: 15px;
    }
    
    #cookie_accept {
        font-size: 12px;
        padding: 6px 0;
    }
    
    #footer_holder .phone_no,
    #footer_holder .email,
    #social_footer {
        margin-top: 17px;
        margin-bottom: 10px;
    }
    
    #social_footer {
        margin-top: 28px;
    }
    
    #newsletter-validate-detail2 > div {
        padding: 0 15px 0 0;
    }
    
    /* BGN CATEGGORY PAGE */
    
    #category_header .right_content {
		padding-top: 15px;
	}
	
	#category_header .right_content .top_content {
		margin-bottom: 0;
	}
	
	#category_header .right_content .subcateg_list a {
		margin-right: 40px;
		font-size: 16px;
		opacity: 1;
	}
	
	#category_header {
		padding-bottom: 20px;
	}
    
    #narrow-by-list .btn-group {
        margin-bottom: 10px !important;
    }
    
    .toolbar-top {
        width: 100%;
        float: left;
    }
    
    .toolbar-top .toolbar div.sort-by {
        width: 100%;
     /* 240216 MMI :: Test server diff
        padding-left: 15px;
        End :: Test server diff */
    }
    
    #sidebar .block.block-layered-nav {
        padding: 20px 0;
    }
    
    .prod_item .prod_inner .img_holder,
    #category_header .right_content .subcateg_list a img {
        margin-bottom: 0;
    }
    
    .prod_item .prod_inner .price-box {
        margin-bottom: 10px;
    }
    
    .prod_item .prod_inner {
        padding-bottom: 4px;
    }
    
    /* END CATEGGORY PAGE */
    
    /* BGN PRODUCT PAGE */
    
    #prod_zoom_icon {
        display: none;
    }
    
    .product-view #product-essential .mob_no_pad {
        padding: 0;
    }
    
    .zoom_img > img.initial {
        width: 100%;
        height: 100%;
    }
    
    .product-view .old-price {
        float: left;
        margin-left: 15px;
    }
    
    #prod_page_title {
        min-width: inherit;
        width: 100%;
        left: 0;
        top: -112px;
    }
    
    .product-view .special-price .price,
    .product-view .regular-price,
    .product-view .old-price .price {
        font-size: 18px;
        padding-left: 0;
        line-height: 30px;
    }
        
    .product-view .price_holder {
        padding-right: 65px;
    }
    
    .product-view .price_holder .in_stock {
        font-size: 12px;
        line-height: 30px;
    }
    
    .product-view .special-price .price .small_price,
    .regular-price .small_price,
    .product-view .old-price .price .small_price {
        font-size: 14px;
        font-weight: 400;
    }
    
    .product-view .old-price .price {
        background: none;
    }
    
    #prod_info_carousel .carousel-inner a {
        padding-left: 0;
        background: none !important;
        font-size: 11px;
        line-height: 24px;
    }
    /*
    #container-selector-marime .choose_size {
        width: 25%;
    }
    */
    /*
    #selector-marime {
        width: 75%;
    }
    */
    
    #see_sizes {
        margin-left: 25%;
    }
    
    #see_sizes a {
        width: auto;
        padding-left: 100px;
        padding-right: 25px;
    }
    
    #find_shop a {
        line-height: 20px;
        padding-top: 15px;
    }
    
    .product-view .no-rating a#write_review {
        font-size: 12px;
        line-height: 14px;
        padding: 5px;
    }
    
    .product-view .no-rating a#write_review .rating_txt {
        padding-bottom: 4px;
    }
    
    #social_share {
        margin-bottom: 20px;
    }
    
    #add_review_form .mob_no_pad {
        padding: 0;
    }
    
    .user_icon i {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }
    
    #review-form .btn {
        margin-bottom: 50px;
    }
    
    #video {
        position: absolute;
        width: 100%;
        margin: 0 0 20px 0;
        height: auto;
        top: 70px;
        left: 0;
     /* padding-bottom: 250px; */
    }
    
    #Video1 {
        width: 100%;
    }
    
    .product-review .review_holder {
        padding: 25px 35px;
    }
    
    #add_review_form h2.section_title {
        margin-top: 0;
    }
    
    /*
    #container-selector-marime {
        margin-bottom: 17px;
    }
    */
    .product-view .product-shop .prodpage_separator {
        margin-bottom: 17px;
    }
    /* 240216 MMI :: Test server diff
    #pozeProdus {
        margin-top: 45px;
    }
    End :: Test server diff */
    
    /* END PRODUCT PAGE */
    
    /* BGN ACCOUNT PAGE */
    
    .account-create .page-title h1,
    .cart .page-title h1,
    .account-login .page-title h1,
    .forgot_pass .page-title h1 {
        font-size: 50px;
        line-height: 54px;
          padding: 20px 0;
    }
    
    .account-login br {
        display: none;
    }
    
    .account-create .page-title,
    .cart .page-title,
    .account-login .page-title,
    .forgot_pass .page-title {
        margin-bottom: 20px;
    }
    
    .table-responsive {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    
    .table-responsive > table.table {
        margin: 0 !important;
    }
    
    .box-account.box-info .clearleft,
    .box-account.box-info .clearright {
        padding: 0;
    }
    
    .prod_item .prod_inner .favProd .img_small {
        text-align: center;
    }
    
    .prod_item .prod_inner .favProd .img_small img {
        display: inline-block;
    }
    
    .product-details .clearleft,
    .product-details .clearright {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    h3.title_left, h3.title_left.top {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    .order-items.order-details > br {
        display: none;
    }
    
    .mb_20 {
        margin-bottom: 10px;
    }
    
    .cart-collaterals div.totals ul.checkout-types li button {
        margin-top: 20px;
    }
        
    /* END ACCOUNT PAGE */
    
    /* BGN CHECKOUT PAGES */
    
    .cart.cart_checkout .page-title h1 {
        font-size: 50px;
        line-height: 54px;
        letter-spacing: -3px;
    }
    
    /* END CHECKOUT PAGES */
    
    .col-main .inner-page-tls img {
        width: 100%;
        height: auto;
    }
    
    .page-magazin-ecco iframe {
        width: 100%;
        height: 450px;
    }
    
    .col-main .std.inner-page-tls .page-shoes-sizes iframe {
        height: 500px;
    }
    
    .logout_intermediar_page {
        margin-top: 30px;
    }
    
    #page_404 ul li {
        width: 100%;
    }
    
    #page_404 ul li a {
        padding: 0 !important;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .product-view .product-img-box,
    .product-view .product-img-box .product-image {
        margin-right: 10px;
    }
    
    #category_header .right_content h1.with_descript {
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0;
        width: 50%;
    }
    
    #category_header .right_content p.descript {
        width: 48%;
        margin-left: 2%;
        line-height: 16px;
    }
    
    #instagram_area .insta_link {
        padding-left: 0;
    }
    
    #fb_likebox iframe {
        height: 225px !important;
        background: none !important;
        border: 0 !important;
    }
    
    .fixed_menu_holder {
        height: auto;
    }
    
    .breadcrumbs, .catalog-product-view .breadcrumbs {
        padding: 5px 0;
        margin-bottom: 15px;
    }
    
    #checkout-review-options label {
        font-size: 13px;
    }
    
    #co-billing-form, .onestepcheckout-column-2,
    #shipping-new-address-form {
        margin-bottom: 20px;
    }
    
    #onestep_form {
        margin-top: 0;
    }
    
    .care_prod_item .prod_inner .btn-default.btn-checkout {
        width: 100%;
        font-size: 14px;
    }
    
    .care_prod_item .prod_inner .price-box span.regular-price {
        font-size: 14px !important;
    }
    
    .care_prod_item .name_holder a {
        text-transform: none;
        font-size: 13px;
        line-height: 14px;
    }
    
    .care_prod_item .name_holder {
        height: 42px;
    }
    
    body.cms-home #hp_categ_boxes .categ_info,
    body.cms-home #hp_categ_boxes .prod_item .prod_inner {
        height: auto;
    }
    
    #instagram_area #soft_video {
	    margin-top: 20px;
	    width: 100%;
	}
	
	#back-to-school-slide h3 {
		margin-top: 85px;
		margin-bottom: 26px;
	}
	
	#back-to-school-slide span.info {
		display: none;
	} 
	
	#slider #extreme_sizes_slide h2 {
		margin-bottom: 30px;
	}
	
	#slider #extreme_sizes_slide h2 br {
		display: none;
	}
	
	#slider #extreme_sizes_slide h2 strong {
		font-size: 22px;
    	line-height: 26px;
    	display: inline-block;
	}
	
	#slider #extreme_sizes_slide div span.gender {
		font-size: 17px;
		line-height: 20px;
        margin-bottom: 2px;
	}
	
	#slider #extreme_sizes_slide div ul li a {
		border-width: 2px;
		font-size: 17px;
		width: 30px;
	}
	
	#slider #extreme_sizes_slide div.blue ul {
		margin-bottom: 25px;
	}
	
	/* BGN NEW SUCCESS PAGE */
	
	#succes_order_page .success_quote {
		margin-bottom: 10px;
	}
	
	#succes_order_page .care_prod a {
		opacity: 1;
	}
	
	/* END NEW SUCCESS PAGE */
	
	/* BGN CURATERE, INGRIJIRE si PROTECTIE PAGES */
	
	#video_gall .video_item {
	    margin-bottom: 15px;
	}
	
	#video_gall .video_item a img {
		width: 100%;
	}
	
	#video_gall .video_item a span {
		display: block;
		line-height: 15px;
		padding: 0;
	}
	
	#thanku_big_video {
	    height: 690px;
	}
	
	/* END CURATERE, INGRIJIRE si PROTECTIE PAGES */
	
	/* BGN MODIF PRODUCT PAGE */
	
	#mat_tech a {
		font-size: 12px;
		line-height: 14px;
	}
	
	.prod_details_holder .care_prod,
    #mat_tech a {
		width: 32%;
		margin-right: 2%;
	}
	
	.prod_details_holder .care_prod a {
		opacity: 1;
	}
	
	h2.prod_details span {
		font-size: 28px;
   	    line-height: 38px;
	}
	
	.prod_details_holder .care_prod a {
		padding: 15px 5px;
	}
	
	.prod_details_holder .care_prod a span img {
		width: 50%;
		height: auto;
		margin-bottom: 5px;
		margin-top: 5px;
	}
	
	.prod_details_holder .care_prod a span {
		font-size: 12px;
	}
    /*
    #container-selector-marime {
	    margin-bottom: 5px;
	}
	*/
	#materialeteh {
		float: left;
		width: 100%;
	}
	
	#materialeteh .materiale {
		margin-top: 0;
	}
	
	.product-view .product-shop .prodpage_separator {
	    margin-bottom: 10px;
	}
	
	.pleistyShow a {
		width: 75px !important;
		height: 75px !important;
	}
	
	.product-view .product-img-box .more-views li {
		width: auto;
    	height: auto;
	}
	
	#accesorii-view .prod_item.pleisty_item .prod_inner .favProd .img_small .pleisty_image img,
	#accesorii-view .prod_item.pleisty_item .prod_inner .special-price, 
	#accesorii-view .prod_item.pleisty_item .prod_inner .old-price {
		float: none;
	}
	
	.tooltip.bottom {
		display: none !important;
	}
	
	#accesorii-view .prod_item.pleisty_item .prod_inner .small_price,
	.recent-vizualizate-holder.recent-media .pleistymedia .prod_inner .small_price {
		font-size: 10px;
	}
	
	.recent-vizualizate-holder.recent-media .pleistymedia .prod_inner span.price,
	.recent-vizualizate-holder.recent-media .pleistymedia .prod_inner span.regular-price,
	#accesorii-view .prod_item.pleisty_item .prod_inner span.price,
	#accesorii-view .prod_item.pleisty_item .prod_inner span.regular-price {
		font-size: 14px;
		padding: 0 3px;
	}
	
	#accesorii-view .prod_item.pleisty_item .prod_inner p.special-price {
		padding: 0;
	}
	
	#accesorii-view .prod_item.pleisty_item .prod_inner p.old-price span.price {
		padding: 0;
		background: none;
	}
	
	.recent-vizualizate-holder.recent-media .pleistymedia .price-box p,
	#accesorii-view .prod_item.pleisty_item .prod_inner .price-box p {
		margin: 0 3px;
	}
	
	
	#mat_tech img {
		width: auto; 
	}
	
	/* END MODIF PRODUCT PAGE */
    
    #hp_categ_boxes .hidden-tablet {
		display: none;
	}
	
	/* BGN PROD PAGE Zoom Area */

	#pozeProdus {
		position: relative;
		margin-top: 0 !important;
	}

	.pad-left-zoom {
		padding-left: 0 !important;
	}
	
	/* END PROD PAGE Zoom Area */
}

@media only screen and (max-width: 700px) {
    .white_content {
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width:767px) {
    p, h1, h2, h3, strong, a, li, span, table tr, table tr td  {
		-webkit-text-size-adjust: none !important;
	}
    
    /*
    body * {
        -webkit-appearance: none !important;
    } */
    
    dl {
        margin-bottom: 5px;
    }
    
    /*
    input, textarea {
        -webkit-appearance: none !important;
        border-radius: 0;
    } */
   
    .mob_no_pad {
        padding: 0 !important;
    }
    
    #slider .carousel-indicators,
    #slider .carousel-caption p,
    #hp_categ_boxes .box > img,
    #hp_banner,
    #nav > li > a:before {
        display: none !important;
    }
    
    .header {
        text-align: center;
    }
    
    .header h1.logo {
        float: none;
        display: inline-block;
        margin: 10px;
        width: auto;
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .header h1.logo a img {
        width: 100%;
        height: auto;
    }
    
    .header .clearpad.col-xs-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    #top_cart a.go_to_cart span {
        left: 24px;
        top: 2px;
    }
    
    #nav > li.level0 {
        width: 100%;
        margin: 0;
    }
    
    #nav > li.level0.active > a > span,
    #nav > li.level0.active > a:after {
        color: #d40000;
    }
    
    #nav > li > a {
        display: block;
        line-height: 45px;
        height: 45px;
        padding: 0 15px;
    }
    
    #nav > li > a:after {
        display: none !important;
        /*content: "\f0da";
        color: #000;
        position: absolute;
        top: 15px;
        right: 15px;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: graysc;
        font-size: 14px;*/
    }
    
    #nav > li > a:before {
        display: block !important;
        content: '';
        height: 1px;
        width: 100%;
        background-color: #ccc;
        position: absolute;
        left: 0;
        bottom: -1px;
        opacity: 1;        
    }
    
    .header .col-xs-6.clearright {
        padding: 0;
        padding-right: 15px;
    }
    
    .header .account_holder {
        display: none;
    }
    
    .header .login_register {
        text-align: right;
    }
    
    #top_cart {
        float: left;
    }
    
    #top_cart a.go_to_cart {
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        float: left;
    }
    
    #slider .carousel-caption {
        width: auto;
        left: 15px;
    }
    
    #slider .carousel-caption .btn {
        height: 45px;
        line-height: 45px;
    }
    
    #slider .carousel-caption h2 {
        margin: 30px 0 20px 0;
        font-size: 16px;
        line-height: normal;
        font-weight: 400;
    }
    
    #slider .carousel-caption h2 span,
    #slider .carousel-caption h2 span.small {
        font-size: 17px;
        line-height: normal;
        font-weight: 300;
        letter-spacing: -1px;
    }
    
    #hp_slider .col-lg-9.clearpad {
        margin: 0;
    }
    
    #hp_categ_boxes .box {
        margin-bottom: 0;
    }
    
    #hp_categ_boxes .box_content {
        position: relative;
    }
    
    #hp_categ_boxes .box_content h1 {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    
    #hp_categ_boxes .box_content h1 a {
        font-size: 35px;
    }
    
    #hp_categ_boxes .box_content p {
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    #hp_categ_boxes .box_content a.go_to_categ {
        display: block;
        margin-bottom: 15px;
        font-size: 13px;
    }
    
    #hp_categ_boxes .categ_info {
        margin-bottom: 45px;
    }
    
    #hp_categ_boxes .subcategs li a {
        font-size: 17px;
        text-transform: capitalize;
        letter-spacing: -1px;
    }
    
    #hp_categ_boxes .subcategs li {
        margin-right: 8px;
    }
    
    #hp_categ_boxes .subcategs li:last-child {
        margin-right: 0;
    }
    
    #hp_banner .col-xs-12 {
        padding: 0;
    }
    
    #instagram_area .insta_link p {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    #instagram_area .insta_link p span {
        display: block;
    }
    
    #instagram_area .insta_link p span.big {
        font-size: 45px;
        line-height: 45px;
    }
    
    #instagram_area .insta_link p span.middle {
        font-size: 35px;
        line-height: 35px;
    }
    
    #instagram_area .insta_pic {
        margin-top: 10px;
    }
    
    #instagram_area .insta_pic img {
        width: 100%;
    }
    
    #footer_holder {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    #cookie_accept {
        display: block;
        position: relative;
        margin-top: 30px;
        margin-bottom: -40px;
    }
    
    #hide_cookies {
        display: block;
        float: right;
        margin-top: 5px;
    }
    
    #cookie_accept * {
        text-align: left;
    }
    
    #footer_btm p.dev {
        margin-top: 5px;
        text-align: left;
    }
    
    #footer_holder .phone_no,
    #footer_holder .email {
        padding: 0;
    }
    
    #social_footer li {
        margin-right: 15px;
    }
    
    #logo_footer {
        margin-bottom: 30px;
    }
    
    #social_footer {
        margin-bottom: 25px;
    }
    
    #ftr_contact {
        margin-top: 35px;
    }
    
    #ftr_contact h3 {
        margin-bottom: 20px;
    }
    
    #ftr_contact, #ftr_nl_subscribe {
        padding-left: 15px;
    }
    
    #footer_btm {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    #ftr_nl_subscribe #newsletter-validate-detail2 .newsletter-woman {
        margin-bottom: 10px;
    } 
    
    .col-xs-right {
        float: right;
    }
    
    .col-xs-nopad-right {
        padding-right: 0;
    }
    
    #safe_card_pay {
        margin-top: 3px;
    }
    
    #safe_card_pay span {
        text-indent: -999px;
        position: relative;
        height: 20px;
    }
    
    #safe_card_pay span:before {
        content: 'Plateste in siguranta';
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        line-height: 20px;
        text-indent: 0;
    }
    
    #mobile_menu_trigger {
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 40px;
        text-transform: uppercase;
        color: #fff;
        background-color: #d40000;
        display: block;
    }
    
    #mobile_menu_trigger i {
        width: 14px;
    }
    
    #mobile_menu_trigger:hover {
        text-decoration: none;
        cursor: pointer;
    }
    
    #mobile_menu_trigger.active i:before {
        content: '\f00d';
    }
    
    .menu_holder {
        display: none;
    }
    
    /* BGN CATEGGORY PAGE */
        
    #category_header .right_content {
        padding-top: 5px;
        padding-bottom: 15px;
    }
    
    #category_header .right_content .top_content {
        margin-bottom: 0;
    }
    
    #category_header .right_content h1.with_descript {
        max-width: 100%;
        float: left;
        margin-right: 0;
        width: 100%;
        font-size: 25px;
        letter-spacing: 0;
        font-weight: 400;
        line-height: 28px;
        margin-bottom: 0;
        letter-spacing: -1px;
        padding-top: 0;
    }
    
    #category_header .right_content p.descript {
        display: none;
    }
    
    #sidebar .block.block-layered-nav {
        padding: 10px 0;
        margin-bottom: 20px;
    }
    
    #narrow-by-list .btn-group {
        margin-bottom: 10px !important;
    }
    
    h1.section_title,
    h2.section_title {
        font-size: 25px;
    }
    
    h1.section_title span,
    h2.section_title span {
        line-height: 30px;
        padding-bottom: 10px;
    }
    
    .col-xs-offset-6 {
		margin-left: 50%;
	}
	
	.prod_item:hover .prod_inner {
		width: 100%;
  		left: 0;
  		border-left: 0;
	}
	
	.prod_item .prod_inner .thumbs_holder {
		opacity: 1;
		left: 0;
		width: 50px;
	}
	
	.prod_item .prod_inner .img_holder {
		margin-bottom: 0;
	}
	
	.prod_item .prod_inner .price-box {
		margin-bottom: 5px;
	}
	
	.prod_item .prod_inner {
		padding-bottom: 50px;
	}
	
	.toolbar-top {
		float: left;
		width: 100%;
	}
	
	#sidebar ul.dropdown-menu {
		min-width: 130px;
		width: 100%;
		overflow: hidden;
	}
	
	#sidebar ul.dropdown-menu li {
		padding: 0 7px;
	}
	
	#sidebar ul.dropdown-menu li a.color_drop,
    #sidebar ul.dropdown-menu li a {
		min-width: 1px;
		text-transform: capitalize;
	  	font-size: 14px;
	  	letter-spacing: -1px;
	}
    
    /* END CATEGGORY PAGE */
    
    /* PRODUCT VIEW */
    
    #prod_zoom_icon {
        display: none;
    }
    
    .zoom_img > img.initial {
        width: 100%;
        height: auto;
        z-index: -1;
    }
    /**
    .zoomImg {
        display: none !important;
    }
    */
    
    #video, #Video1 {
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .product-view .old-price {
        float: right;
        margin: 0;
    }
    
    .product-view .special-price .price,
    .regular-price,
    .product-view .old-price .price {
        font-size: 25px;
        line-height: 30px;
    }
    
    .product-view .old-price .price {
        background-position-y: -82px;
    }
    
    .product-view .special-price .price .small_price,
    .regular-price .small_price {
        font-size: 15px;
        font-weight: 400;
    }
    
    .product-view .product-shop .product-name {
        margin-bottom: 10px;
    }
    
    #prod_info_carousel .carousel-inner {
        font-size: 11px;
    }
    
    #prod_info_carousel .carousel-inner a {
        padding: 0;
        background: none !important;
    }
    
    #see_sizes a {
        width: auto;
        padding-left: 65px;
        padding-right: 20px;
        background-position-x: 10px;
    }
    /*
    #container-selector-marime .choose_size {
        width: 25%;
    }
    */
    /*
    #selector-marime {
        width: 75%;
    }
    */
    #see_sizes {
        margin-left: 25%;
    }
    
    #find_shop a {
        line-height: 24px;
        padding-left: 170px;
        padding-top: 15px;
        text-align: right;
        padding-right: 15px;
    }
    
    #wishlist_btn {
        margin-right: 0;
    }
    
    .product-view .no-rating a#write_review {
        font-size: 14px;
        padding: 10px;
    }
    
    #social_share {
        width: 100%;
        margin-bottom: 20px;
    }
    
    #atstbx {
        text-align: left;
    }
    
    #review-form:before,
    body.catalog-product-view .product-review:before {
        height: 101%;
        top: -1%;
    }
    
    .user_icon {
        display: none;
    }
    
    #review-form .btn {
        margin-bottom: 50px;
    }
    
    #add_review_form h2.section_title {
        margin-top: 0;
    }
    
    #review-form textarea {
        height: 150px;
    }
    
    .product-review .review_holder:before {
        display: none;
    }
    
    .breadcrumbs .prod_code {
        display: none;
    }
    
    .breadcrumbs,
    .catalog-product-view .breadcrumbs {
        margin-bottom: 10px;
        padding: 5px 0;
        line-height: 18px;
    }
    
    .breadcrumbs ul li > span.last {
        text-transform: none;
    }
    
    #pozeProdus {
        position: relative;
        background-color: #fff;
    }
    
    .zoom_img {
        margin-top: -20px;
    }
    
    .product-view .product-shop {
        margin-top: -30px;
        position: relative;
        z-index: 10;
        background-color: #fff;
    }
    
    .product-view .product-shop .product-name h1 {
        font-size: 20px;
        line-height: 24px;
    }
    
    #longdescription1 p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0;
    }
    
    body.catalog-product-view .product-review .clearright {
        padding: 0;
    }
    
    .product-review .review_holder {
        padding: 25px 35px;
    }
    
    #prod_info_carousel .carousel-inner a {
        line-height: 24px;
    }
    
    #wishlist_btn {
        font-size: 15px;
    }
    
    /* END PRODUCT PAGE */
    
    /* BGN ACCOUNT PAGE */
    
    .account-create .page-title h1,
    .cart .page-title h1,
    .account-login .page-title h1,
    .forgot_pass .page-title h1 {
        font-size: 35px;
        line-height: 45px;
        letter-spacing: -2px;
        padding: 10px 0;
    }
    
    .cart .page-title h1 {
        font-weight: 300;
        font-size: 25px !important;
    }
    
    .account-create .page-title,
    .cart .page-title,
    .account-login .page-title,
    .forgot_pass .page-title {
        overflow: hidden;
    }
    
    .account-login br {
        display: none;
    }
    
    a.btn.fb_button,
    #instagram_area .insta_link .btn {
        height: 40px;
        line-height: 20px;
        /* padding: 10px 12px; */
    }
    
    #login-form a.f-left {
        margin-bottom: 15px;
    }
    
    .account-create .page-title,
    .cart .page-title,
    .account-login .page-title,
    .forgot_pass .page-title {
        margin-bottom: 20px;
    }
    
    #account_sidebar {
        margin-bottom: 20px;
    }
    
    h2.title_left.command_table {
        font-size: 20px;
        font-weight: 400;
    }
    
    .table-responsive {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    
    .table-responsive > table.table {
        margin: 0 !important;
    }
    
    .box-account.box-info .clearleft,
    .box-account.box-info .clearright {
        padding: 0;
    }
    
    .prod_item .prod_inner .favProd img {
        float: right;
    }
    
    .product-details .clearleft,
    .product-details .clearright {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .order-header-holder a,
    .order-header-holder span {
        font-size: 15px;
        padding: 7px;
        text-transform: none;
        font-weight: 400;
    }
    
    h3.title_left,
    h3.title_left.top {
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    .order-items.order-details > br {
        display: none;
    }
    
    .mb_20 {
        margin-bottom: 10px;
    }
    
    #product_message_overlay {
        width: 94% !important;
        top: 50px !important;
        margin-left: -47% !important;
    }
    
    #product_message_overlay .overlay_inner {
        padding: 15px 0px;
        padding-bottom: 20px;
    }
    
    #product_message_overlay .overlay_inner h2.title_left {
        line-height: 25px;
        margin-bottom: 20px;
    }
    
    #product_message_overlay ul.messages {
        margin-bottom: 20px;
    }
    
    #product_message_overlay .overlay_inner .btn {
        margin-bottom: 10px;
    }
    
    .container.overlay {
        width: 100%;
        padding: 0;
    }
    
    #fancybox-wrap {
        width: 80% !important;
        left: 10% !important;
    }
    
    #fancybox-inner {
        width: 90% !important;
        overflow: hidden !important;
    }
    
    /* END ACCOUNT PAGE */
    
    /* BGN CHECKOUT PAGES */
    
    /**
    .checkout_step1 .btn-continue1.btn,
    .checkout_step1 #cart_apply_discount #cupon_ecco,
    .checkout_step1 #cart_apply_discount input[type="submit"] {
        margin-bottom: 15px;
    } */
    
    #fancybox-inner #login-form a#forgotpassword {
        margin: 0;
    }
    
    #checkout-review-load .btn {
        margin-bottom: 10px;
    }
    
    #checkout-review-submit {
        margin-bottom: 40px;
    }
    
    #onestep_form #checkout-review-options br {
        display: none;
    }
    
    #checkout-review-table th,
    #checkout-review-table td {
        padding: 7px;
    }
    
    /* END CHECKOUT PAGES */
    
    #contactForm .buttons-set {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    
    .col-main .inner-page-tls img {
        width: 100%;
        height: auto;
    }
    
    .page-magazin-ecco iframe {
        width: 100%;
        height: 300px;
    }
    
    .col-main .std.inner-page-tls .page-shoes-sizes iframe {
        height: 645px;
    }
    
    .logout_intermediar_page {
        margin-top: 20px;
    }
    
    #page_404 {
        height: auto;
        background: none;
        background-color: #f3f3f3;
    }
    
    #search_autocomplete {
        z-index: 3;
    }
    
    #instagram_area .insta_link {
        padding-left: 0;
    }
    
    #fb_likebox iframe {
        height: 225px !important;
        background: none !important;
        border: 0 !important;   
        display: inline-block !important;      
    }
    
    #fb_likebox {
        margin-bottom: 40px !important;
        text-align: center !important;
    }
    
    .fixed_menu_holder {
        height: auto;
    }
    
    .product-view .no-rating a#write_review {
        font-size: 14px;
        padding: 5px;
    }
    
    .product-view .no-rating a#write_review span.rating_txt {
        font-size: 12px;
        line-height: 14px;
        padding-bottom: 4px;
    }
    
    .product-view .product-shop .product-name {
        padding-bottom: 10px;
    }
    
    .product-view .product-shop .product-name h1 {
        font-size: 17px;
        line-height: 20px;
        padding-top: 5px;
    }
    
    .product-view .product-shop .prodpage_separator {
        margin-bottom: 15px;
    }
    /*
    #container-selector-marime {
        margin-bottom: 15px;
    }
    */
    
    .product-view .price_holder .in_stock {
        display: none;
    }
    
    .product-view .price_holder {
        padding: 0;
    }
    
    .product-view .old-price .price {
        font-size: 20px;
    }
    
    .product-view .product-shop .price-box {
        padding-bottom: 10px;
    }
    
    .prod_details_holder.clearleft,
    .prod_details_holder.clearright {
        padding: 0 !important;
    }
    
    #checkout-review-options label {
        line-height: initial;
    }
    
    #onestep_form {
        margin-top: 0;
    }
    
    .login_register .logged_in .logged_link.first {
        margin-bottom: 5px;
    }
    
    .care_prod_item .prod_inner .price-box span.regular-price {
        font-size: 13px !important;
        padding: 0 4px;
    }
    
    .care_prod_item .name_holder a {
        text-transform: none;
        font-size: 13px;
        line-height: 14px;
    }
    
    .care_prod_item .prod_inner .btn-default.btn-checkout {
        width: 130px;
        height: 28px !important;
        line-height: 28px;
        font-size: 13px;
        padding: 0;
    }
    
    body.cms-home #hp_categ_boxes .categ_info,
    body.cms-home #hp_categ_boxes .prod_item .prod_inner {
        height: auto;
    }
    
    #slider .carousel-caption h2.visible-xs span {
        font-size: 17px !important;
    }
    
    #tax-free {
        display: none !important; 
    }
    
    /* BGN MOBILE MODIF */
    
    #hp_categ_boxes .categ_info {
        margin-bottom: 25px;
    }
    
    .header h1.logo {
        width: 120px;
        height: 37px;
        margin-top: 10px;
        margin-bottom: 5px;
        float: none;
    }
    
    .header .login_register {
        margin-top: 10px;
    }
    
    .login_register .fa-cog {
        font-size: 30px;
        line-height: 35px;
        padding-top: 2px;
    }
    
    #top_cart a.go_to_cart {
        text-indent: -9999px;
        width: 0;
        padding-right: 0;
        padding-top: 7px;
        margin-bottom: 0;
    }
    
    #top_cart a.go_to_cart span {
        text-indent: 0;
        top: -1px;
        font-size: 12px;
        width: 18px;
        height: 18px;
        line-height: 18px;
    }
    
    .header .login_register,
    .cart_holder, #mobile_menu_trigger {
        float: right;
        margin-left: 15px;
        margin-bottom: 10px;
    }
    
    #mobile_menu_trigger {
        color: #000;
        background-color: #fff;
        width: 20px;
        overflow: hidden;
        margin-bottom: 0;
        margin-left: 7px !important;
    }
        
    #mobile_menu_trigger i {
        width: auto;
        font-size: 28px;
        line-height: 30px;
        padding-top: 7px;
        color: #666666;
    }
    
    #mobile_menu_trigger.active i:before {
        content: "\f039";
    }
    
    #hp_categ_boxes .box > img {
        display: block !important;
        width: 100%;
        height: auto;
        opacity: .85;
    }
    
    #hp_categ_boxes .box_content {
        position: absolute;
    }
    
    #hp_categ_boxes .box_content a.go_to_categ {
        display: none;
    }
    
    #hp_categ_boxes .box_content p {
        height: 75px;
        overflow: hidden;
        width: 65%;
        font-size: 13px;
        line-height: 15px;
        text-shadow: 0px 2px 2px rgba(255, 255, 255, 1);
    }
    
    #hp_categ_boxes .box_content h1 {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    
    #hp_categ_boxes .box_content h1 a {
        font-size: 25px;
        line-height: 25px;
        display: block;
        font-weight: 400;
    }
    
    #hp_categ_boxes .subcategs li a {
        padding: 5px 0;
    }
    
    #hp_categ_boxes .subcategs li a:hover:before {
        display: none;
    }
    
    #logged_hot_prods, #recent_prods {
        display: none;
    }
    
    #hp_slider {
        margin-bottom: 0;
    }
    
    #sidebar .block-content {
        display: none;
        margin-top: 10px;
    }
    
    .prod_item .prod_inner .thumbs_holder {
        display: none;
    }
    
    .prod_item .prod_inner .img_holder {
        margin-bottom: 5px;
    }
    
    .prod_item .prod_inner .img_holder img,
    .prod_item .prod_inner .favProd img {
        width: 100%;
        height: auto;
    }
    
    .prod_item .name_holder,
    .prod_item .name_holder table tr td {
        height: 30px;
    }
    
    .prod_item .name_holder table tr td a {
        font-size: 12px;
        padding: 0 5px;
        line-height: 14px;
        margin-top: 5px;
    }
    
    .prod_item {
        margin-bottom: 20px;
    }
    
    .col-xs-6.mobile-prod {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .prod_item .prod_inner span.discount_reg_prod,
    .prod_item .prod_inner span.new_reg_prod,
    .favProd .img_small .discount_bubble span.discount_prod {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    
    /* 240216 MMI :: Test server diff
    .prod_item .prod_inner span.discount_reg_prod, 
	.prod_item .prod_inner span.new_reg_prod, 
	.favProd .img_small .discount_bubble span.discount_prod {
		text-transform: none;
	    padding: 0;
	    border: 0;
	}
    End :: Test server diff */
    
    #filter_trigger {
        outline: none;
    }
    
    #filter_trigger:hover, #filter_trigger:focus {
        background-color: #c01d1d;
        border-color: #b71b1b;
    }
    
    #filter_trigger.active {
        border-color: #74757b;
        background-color: #74757b;
    }
    
    #sidebar {
        margin-bottom: 5px;
    }
    
    .prod_item .prod_inner .price-box p.special-price {
        padding: 0 2px;
        margin-left: 0;
    }
    
    .prod_item .prod_inner .price-box p.special-price span {
        letter-spacing: -1px;
        font-size: 16px;
    }
    
    .prod_item .prod_inner .price-box p.old-price {
        margin: 0;
        border: 0;
        padding-top: 1px;
    }
    
    .prod_item .prod_inner .price-box p.old-price > span {
        padding: 0;
        background: none;
        letter-spacing: -2px;
        font-size: 16px;
    }
    
    .prod_item .prod_inner .price-box {
        height: 24px;
     /* margin-bottom: 5px; */
        width: 100%;
        float: left;
    }
    
    h3.title_left, h3.title_left.top {
        margin-top: 10px;
    }
    
    .prod_item.pleisty_item.care_prod_item .price-box {
        height: auto;
        width: auto;
    }
    
    #pleisty {
        padding: 0;
    }
    
    .recent-vizualizate-holder {
        margin-bottom: 30px;
        width: 100%;
        float: left;
    }
    
    /** 2018-06-26 :: marian@ecco-shoes.ro :: Disabled
    body.catalog-product-view .col-lg-12 {
        padding-left: 10px;
        padding-right: 10px;
    } */
    
    body.catalog-product-view .allow_pleisty,
    body.catalog-product-view .recent-vizualizate-holder {
        padding: 0 !important;
    }
    
    #product-review-table li {
        margin: 0 5px;
    }
    
    .header .not_logged_account i.fa-cog:before,
    .header .login_register a.logged_link i.fa-cog:before {
        content: '\f007';
    }
    
    .header .login_register,
    .cart_holder,
    #mobile_menu_trigger {
        margin-left: 15px;
    }
    
    #search_autocomplete {
        display: none;
    }
    
    #search-mini-form .form-search {
        padding-top: 7px;
        padding-bottom: 9px;
    }
    
    #search-mini-form #search {
        line-height: 23px;
        border-bottom: 1px solid #000;
    }
    
    #search-mini-form .form-search,
    #search-mini-form #search,
    #search-mini-form #search:focus {        
        background-color: #fff;
    }
    
    body.cms-home #search-mini-form .form-search,
    body.cms-home #search-mini-form #search,
    body.cms-home #search-mini-form #search:focus {
        background-color: #edecec;
    }
    
    #top_menu {
        margin-bottom: 1px;
    }
    
    #cookie_accept,
    #safe_card_pay,
    #geotrust,
    #trusted_mark,
    #instagram_area,
    #hide_bread {
        display: none !important;
    }
    
    #footer_holder {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    #mobile-footer-expander a#logo_footer {
        margin-bottom: 0;
    }
    
    #expand-footer {
        line-height: 35px;
        text-align: center;
    }
    
    #footer_holder a#expand-footer:hover {
        color: #fff !important;
    }
    
    #expandable-footer {
        display: none;
    }
    
    #expand-footer.active i.fa-chevron-down:before {
        content: '\f077';
    }
    
    #expandable-footer #logo_footer {
        display: none;
    }
    
    #footer_holder .phone_no,
    #footer_holder .email {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    
    body.cms-home #hp_categ_boxes .categ_info.last {
        margin-bottom: 0;
    }
        
    #mobile-prod-name h1 {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 5px;
        border-bottom: 1px solid #dcdcdc;
        position: relative;
        z-index: 1;
        text-align: center;
    }
    
    .product-view .product-img-box {
        border-bottom: 1px solid #dcdcdc;
    }
    
    .product-view .product-img-box .product-image {
        text-align: center;
    }
    
    body.catalog-product-view #mobile_search {
        display: none !important;
    }
    
    body.catalog-product-view .menu_holder .hidden-xs {
        display: block !important;
    }
    
    body.catalog-product-view .menu_holder .hidden-xs #search-mini-form #search {
        border: 0;
        margin-top: 7px;
    }
    
    body.catalog-product-view .menu_holder .hidden-xs #search-mini-form #search:focus {
        background-color: #fff;
    }
    
    body.catalog-product-view .menu_holder .hidden-xs #search-mini-form .go-button {
        margin-top: 7px !important;
    }
    
    .zoom_img {
        margin-top: 0;
    }
    
    .zoom_img > img.initial {
        width: 225px;
    }
        
    .product-view .product-shop {
        margin-top: -10px;
    }
    
    .product-view .product-shop .price-box {
        text-align: center;
        padding-bottom: 5px;
    }
    
    .product-view .special-price,
    .product-view .old-price {
        float: none;
        display: inline-block;
    }
    
    .product-view .special-price .price,
    .regular-price,
    .product-view .old-price .price {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
    }
    
    .product-view .special-price .price .small_price,
    .regular-price .small_price {
        font-size: 14px;
        font-weight: bold;
    }
    
    .product-view .old-price .price {
        font-size: 20px;
        background: none;
        line-height: 20px;
        padding-left: 20px;
    }
    
    #buttonCartConfigurable {
        height: 45px !important;
    }
    
    .product-view .regular-price {
        font-size: 20px;
        line-height: 20px;
    }
    
    #buttonP {
        width: 41px;
        height: 41px;
    }
    
    #video {
        width: auto;
        height: 225px;
        position: absolute;
        top: 40px;
        right: 0;
    }
    
    #Video1 {
        width: 100%;
        height: auto;
    }
    
    #pozeProdus {
        z-index: 10;
    }
    
    #nav > li > a:after {
        z-index: 1;
    }
    
    .product-view .price_holder {
        margin-bottom: 0;
        border: 0;
    }
    
    #hp_categ_boxes {
        display: none;    
    }
    
    #footer_phone {
        margin-bottom: 25px;
        background-color: #96979b;
        color: #fff;
        padding: 10px 0;
        font-size: 20px;
        text-align: center;
    }
    
    #footer_phone i {
        font-size: 22px;
        margin-right: 10px;
    }
    
    #footer_phone:hover {
        text-decoration: none;
    }
    
    #footer_btm {
        display: none;
    }
    
    #home-navs-submit i {
        margin-left: 15px;
    }
    
    #top_cart.no_cart_prod a.go_to_cart {
        background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/cart_empty_grey_retina.png) no-repeat 0px 0px;
        background-size: 37px 38px;
    }
    
    #top_cart a.go_to_cart {
        background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/cart_full_grey_retina.png) no-repeat 0px 0px;
        background-size: 37px 38px;
        padding-left: 42px; 
    }
    
    #search-mini-form #search {
        margin: 0 15px 0 30px;
        float: left;
    }
    
    #search-mini-form .go-button {
        float: right;
        margin: 0 30px 0 0;
    } 
    
    #search-mini-form #search::-webkit-input-placeholder {
       color: #262626!important;
    }

    #search-mini-form #search:-moz-placeholder { 
       color: #262626!important;
    }

    #search-mini-form #search::-moz-placeholder {  
       color: #262626!important;
    }

    #search-mini-form #search:-ms-input-placeholder {  
       color: #262626!important;
    }
    
    .header .account_holder {
        display: block;
        width: auto;
        height: auto;
        margin: 0;
        float: right;
    }
    
    .header .account_holder .user {
        display: none;
    }
    
    .header .account_holder .fav_no {
        position: relative;
        top: auto;
        left: auto;
        float: right;
        margin-top: 17px;
        margin-left: 15px;
    }
    
    .header .account_holder .fav_no i {
        font-size: 26px;
    }
    
    .header .account_holder .fav_no a span {
        text-indent: -9999px;
    }
    
    .cart_holder {
        margin-left: 10px !important;
    }
    
    #slider .carousel-caption .btn {
        height: 35px;
        line-height: 31px;
        width: 170px;
        padding: 0;
        font-size: 15px;
    }
    
    #head_slider {
        display: none;
    }
    
    #head_slider a {
        margin: 0 !important;
    }
    
    body.cms-home #head_slider {
        display: block;
        margin-top: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #96979b;
    }
    
    body.cms-home #footer_holder {
        margin-top: 0;
    }
    
    #social_footer {
        margin-top: 15px;
        width: 100%;
        text-align: center;
    }
    
    #social_footer li {
        float: none;
        margin: 0 15px;
    }
    
    #prod_short_descript {
        display: none; 
    }
    
    .product-view .special-price .price {
        color: #2db14c !important; 
    }
    
    #mobile-prod-name .prod_sku {
        position: relative;
        z-index: 1;
        float: left;
        font-size: 14px;
        line-height: 20px;
    }
    
    #mobile-prod-price
    {
        margin: 5px 0;
    }
    
    #mobile-prod-price .price-box {
        margin: 0;
    }
    
    #mobile-prod-price .price-box .msrp-price
    {
        display: block;
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -1px;
    }
    
    #mobile-prod-price .price-box .regular-price,
    #mobile-prod-price .price-box .old-price .price,
    #mobile-prod-price .price-box .special-price .price {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
    }
    
    #mobile-prod-price .price-box .old-price
    {
        float: left;
        padding-left: 0;
        margin-right: 10px;
        line-height: 28px;
    }
    
    #mobile-prod-price .price-box .old-price .price {
        padding-left: 0;
    }
    
    #prod_carousel {
        margin-top: -10px;
    }
    
    #prod_carousel.single_slide .flex-direction-nav {
        display: none;
    }
    
    #prod_carousel .item {
        text-align: center;
    }
    
    #prod_carousel .item img {
        display: inline-block;
        width: 80%;
        height: auto;
    }
    
    #prod_carousel .flex-direction-nav {
        margin: 0;
    }
    
    #prod_carousel .flex-nav-prev {
        position: absolute;
        top: 40%;
        left: 0;
    }
    
    #prod_carousel .flex-nav-prev a {
        display: inline-block;
        padding: 10px;
        padding-left: 5px;
    }
    
    #prod_carousel .flex-nav-next {
        position: absolute;
        top: 40%;
        right: 0;
    }
    
    #prod_carousel .flex-nav-next a {
        display: inline-block;
        padding: 10px;
        padding-right: 5px;
    }
    
    #prod_carousel .flex-direction-nav i {
        font-size: 20px;
    }
    
    .home-navs-wrap #home-navs-submit.btn-disabled {
        border-color: #000;
        background-color: #fff;
        color: #000;
        opacity: 1;
    }
    
    #delivery_holder a, #delivery_holder a span.red  {
        color: #fff;
    }
    
    #delivery_holder a {
        background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/white/comenzi.png) no-repeat center left;
    }
    
    #delivery_holder a.exchange {
        background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/white/schimb.png) no-repeat center left;
    }
    
    #delivery_holder a.money_back {
        background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/header_icons/white/360-zile.png) no-repeat center left;
    }
    
    .top-pad-active-filt .form-group {
        margin-bottom: 0;
    }
    
    #btn_reset_filters {
        margin-top: 5px !important;
        margin-bottom: 10px !important;
        line-height: 14px;
    }
    
    .sort-by-wrap .sort-by {
        padding-left: 0;
    }
    
    .sort-by-wrap .sort-by .clearpad,
    .sort-by-wrap .sort-by .clearright {
        padding-left: 15px !important; 
        padding-right: 15px !important; 
    }
    
    h1.section_title,
    h2.section_title {
        margin-bottom: 20px;
    }
    
    h1.section_title.no_mt,
    h2.section_title.no_mt {
        margin-top: 5px;
    }
    
    .header .account_holder .fav_no i,
    .login_register .fa-cog {
        color: #666666;
    }
    
    #sidebar .filter-btn,
    #toolbar-btm .filter-btn,
    #toolbar-top .filter-btn {
        padding: 5px 8px;
        height: 38px;
        font-size: 13px;
    }
    
    #sidebar .sort-by a.sortTypeArrow,
    #toolbar-btm .sort-by a.sortTypeArrow,
    #toolbar-top .sort-by a.sortTypeArrow {
        height: 38px;
        font-size: 13px;
        line-height: 38px;
    }
    
    #category_header .right_content h1.with_descript {
        font-size: 18px;
        line-height: 20px;
    }
    
    #toolbar-top {
        margin-bottom: 0;
    }
    
    .account-create .page-title h1,
    .cart .page-title h1,
    .account-login .page-title h1,
    .forgot_pass .page-title h1 {
        font-size: 25px;
        line-height: 30px;
        letter-spacing: -1px;
        padding: 10px 0;
    }
    
    #sidebar .filter-btn span,
    #toolbar-btm .filter-btn span,
    #toolbar-top .filter-btn span {
        overflow: hidden;
        max-width: 90%;
    }
    
    #aduaga_in_cos .btn-cart {
        height: 45px !important;
        background-color: #ff0000;
        font-weight: 400;
    }
    
    #see-acces {
        text-align: center;
        text-transform: uppercase;
        border: 1px solid #000;
        padding: 5px 10px;
        margin-top: 15px;
        text-decoration: none;
    }
    
    ul.messages {
        height: auto;
        line-height: 16px;
        margin-bottom: 20px;
    }
    
    ul.messages li span {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        min-height: 48px;
    }
    
    #top_cart {
		margin-right: 10px;
	}
    
    /* END MOBILE MODIF */
    
    #back-to-school-slide {
		padding-left: 15px;
	}
	
	#back-to-school-slide h3 {
		display: none;
	}
	
	#back-to-school-slide span.info {
		margin-bottom: 8px;
		margin-top: 60px;
		line-height: 15px;
		font-size: 13px;
	}
	
	#slider #extreme_sizes_slide h2 br {
		display: none;
	}
	
	#slider #extreme_sizes_slide h2 {
		min-width: 290px;
		margin-bottom: 25px;
	}
	
	#slider #extreme_sizes_slide h2,
    #slider #extreme_sizes_slide h2 strong {
		font-size: 18px;
		line-height: 20px;
	}
	
	/* BGN Mobile menu */

	#search-mini-form .form-search {
		padding-left: 15px;
		padding-right: 20px;
	}
	
	.fixed_menu_holder {
		width: 100%;		
		position: absolute;
		left: -100%;
		top: 58px;
		overflow: hidden;
		-webkit-transition: all .5s ease-in-out;
	    -moz-transition: all .5s ease-in-out;
	    -o-transition: all .5s ease-in-out;
	    -ms-transition: all .5s ease-in-out;	
	}
	
	.fixed_menu_holder.active {		
		left: 0;
	}
	
	.fixed_menu_holder .container {
		padding: 0;
	}
	
	.fixed_menu_holder .menu_holder {		
		border: 0;
	}
	
	.fixed_menu_holder #top_menu {
		background-color: #fff;
		width: 75%;	
		position: relative;
		z-index: 1;	
	}
	
	.menu_holder {
		display: block;
	}

	.fixed_menu_holder #search_autocomplete {
		display: none;
	}

	#search-mini-form #search::-webkit-input-placeholder {
		color: #262626 !important;
	} 

	#search-mini-form #search:-moz-placeholder {
		color: #262626 !important;
	}

	#search-mini-form #search::-moz-placeholder {
		color: #262626 !important;
	} 

	#search-mini-form #search:-ms-input-placeholder {
		color: #262626 !important;
	}

	#mobile_menu_trigger {
		background: none !important;
		height: 24px !important;
		line-height: 24px !important;
		margin: 0 !important;
		width: 20px;
		float: left;
		float: none;
		width: 33px;
	    height: 34px !important;
	    background: none !important;
	    text-align: center;
	    margin-top: 12px !important;
	}

	#mobile_menu_trigger i {
		line-height: 24px !important;
		padding: 0 !important;
		width: 22px;
	    overflow: hidden;
	    margin-top: 7px;
	    position: relative;
	    font-size: 32px;
	}

	#mobile_menu_trigger.active i {
		color: #ff0000;	
	}

	#mobile_menu_trigger.active i:before {
		content: "\f0c9" !important;
	}

	#mobile_search #search-mini-form #search {
		width: 75%;
		margin: 0 0 0 15px;
	    margin-left: 12px;
	    padding-left: 0;
	    color: #9d9d9d;
        text-align: center;
	}

	#mobile_search #search-mini-form .go-button {
		margin: 0;
	}

	.search_icon_holder {
		width: 10%;
		float: right;
	}
	
	#mobile_search .logged_link {
		float: left;
	}
	
	#mobile_search .logged_link i {
		font-size: 28px;
	    line-height: 24px;
	    color: #666666;
	    padding-left: 6px;
	}
	
	#mobile_search .logged_link i:before {
		content: "\f007";
	}
	
	#nav > li > a:after {
		content: '\f0fe';
		font-size: 16px;
		padding: 14px;
		top: 0;
		right: 0;
	}
	
	.navChildWrapper {
		left: auto !important;
	    top: auto;
	    height: auto;
	    background: none;
	    width: 100% !important;
	    position: relative;
	    box-shadow: none;
	}
	
	.navChildWrapper div.col-lg-6 {
		padding: 0;
	}
	
	.navChildWrapper div.col-lg-6:last-child {
		display: none;
	}
	
	.navChildWrapper .container-bg-left {
	    float: none;
	    background: none;
	}
	
	.navChildWrapper .container {
		padding: 0 15px;
	}
	
	#nav ul.level0 li.level1 > a {
		display: block;
		width: 100%;
		margin: 0;
		padding: 12px 0;
		color: #fff;
	}
	
	#nav ul.level0 li.level1 > a span {
		font-size: 14px !important;
		color: #fff;
	}
	
	#nav ul.level0 li.level1 {
		display: block !important;
		width: 100%;
   		padding-left: 30px;
   		margin: 0;
   		background-color: #96979b;
   		border-bottom: 1px solid #fff;
	}
	
	#nav ul.level0 li.level1:last-child {
		border: 0;
	}
	
	#nav ul ul.level1 {
		display: none !important;
	}
	
	#nav li.parent ul.level0 {
		height: auto;
	}
	
	#nav > li.level0 {
		position: relative;
	}
	
	#nav > li > a:hover:before,
    #nav > li > a.over:before,
    #nav > li.level0.active > a:before {
		display: none !important;
	}
	
	#nav > li.active > a {
		background-color: #fd0600;
	}
	
	#nav > li.level0.over > a {
		background: #fd0600;
		padding: 0 15px !important;
		color: #fff;
	}
	
	#nav > li.level0.over > .submenu_trigger,
    #nav > li.level0.over > a > span {
		color: #fff;
	}
	
    #nav > li.level0.over > a {
		background: #fd0600;
		padding: 0 15px !important;
	}
    
	#nav > li.level0.active > a > span,
    #nav > li.level0.active > a:after {
		color: #fff;
	}
	
	#nav > li.active > a:before {
		display: block !important;
	    content: '';
	    height: 1px;
	    width: 100%;
	    background-color: #ccc;
	    position: absolute;
	    left: 0;
	    bottom: -1px;
	    opacity: 1;
	}
	
	#nav li .submenu_trigger {
		display: inline-block;
		position: absolute;
		font-size: 16px !important;
		padding: 14px;
		color: #fd0600;
		top: -3px;
		right: 0;
	}
	
	#nav li.active .submenu_trigger {
		color: #fff;
	}
	
	#nav li .submenu_trigger.minus i:before {
		content: '\f146';
	}
	
	#nav ul.level0 li.level1.active {
		background-color: #666769;
	}
	
	#nav li.account_item, #nav li.fav_item {
		width: 100%;
	}
	
	#nav li.account_item a i,
    #nav li.fav_item a i {
		float: right;
		line-height: 45px;
	}
	
	#nav > li > a > span,
    #nav > li > a,
    #nav > li.over > a,
    #nav > li > a.over,
    #nav > li > a:hover {
		color: #626262;
	}
	
	#nav > li > a {
		font-size: 14px;
	}
	
	#nav .level0.nav-8 .navChildWrapper.brands .container-bg-right {
		padding: 0 15px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
	}
	
	#nav .level0.nav-7 ul.level0 > li.level1.parent > a {
		display: none;
	}
	
	#nav .level0.nav-7 ul.level0 > li.level1 {
		padding: 0;
	}
	
	#nav .level0.nav-7 ul.level0 > li.level1.parent > ul.level1 {
		display: block !important;
		width: 100%;
	}
	
	#nav .level0.nav-7 ul.level0 > li.level1.parent > ul.level1 > li {
		float: left !important;
	}
	
	#nav .level0.nav-7 ul.level0 > li.level1.parent > ul.level1 > li > a {
		margin-bottom: 0;		
	}
	
	#nav .level0.nav-7 ul.level0 > li.level1.parent > ul.level1 > li > a > span {
		text-transform: uppercase;
		color: #fff; 
	}
	
	.extr_femei, .extr_barbati {
		margin-top: 10px;
		font-size: 14px;
	}
	
	#nav .extr_femei div a, .extr_barbati div a {
		font-size: 14px;
		width: 30px;
		height: 30px;
        margin: 5px 7px 0 0 !important;
        line-height: 30px !important;
	}
	
	#nav .extr_femei div a:nth-child(3),
    #nav .extr_barbati div a:nth-child(4) {
		display: none !important;
	}
	
	#nav ul.level0 li.level1:hover {
		background-color: #666769;
	}
	
	#nav ul.level0 li.level1 > a:hover > span {
		color: #fff;
	}
	
	.close_submenu {
		display: block;
		width: 25%;
		height: 100%;
		position: absolute;
		right: 8px;
		top: 0;
	}
	
	#slider .carousel-control:hover,
    #slider .carousel-control:focus,
    #slider .carousel-control.right,
    #slider .carousel-control.left {
		opacity: 0.85;
		background: none;
		text-shadow: none;
	}
	
	#slider .glyphicon-chevron-left:before,
    #slider .glyphicon-chevron-right:before {
		display: none;
	}
	
	#slider .carousel-control .glyphicon-chevron-left,
    #slider .carousel-control .glyphicon-chevron-right {
		top: 37%;
	}
	
	#slider .glyphicon-chevron-left i,
    #slider .glyphicon-chevron-right i {
		font-size: 35px;
		color: #000;
		opacity: 0.65;
	}
	
	#slider .carousel-control .glyphicon-chevron-right {
		margin-right: -15px;
	}
	
	#slider .carousel-control .glyphicon-chevron-left {
		margin-left: -15px;
	}
	
	#slider .carousel-caption {
		left: 30px;
	}
	
	#slider .carousel-control {
		width: 50px;
	}
	
	#footer_phone {
     /* margin-top: 6px; */
	}
    
    #nav > li.level0.last.nav-8 {
		display: block !important;
	}
	
	.page {
		padding-top: 58px;
	}
	
	.header-container {
		position: fixed;
	    left: 0;
	    top: 0;
	    background-color: #fff;
	    z-index: 9999;
	}
	
	.fixed_menu_holder {
		position: fixed;
	}
	
	.fixed_menu_holder .menu_holder {
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
	body.catalog-product-view .col-lg-3.col-md-3.col-lg-offset-1.hidden-xs.col-sm-3 {
		display: none !important;
	}
	
	/* END Mobile menu */
	
	/* BGN NEW MOBILE HP */
	
	#hp_go_categs {
		margin: 0 12px;
	}
	
	#hp_go_categs .mrg {
		padding: 3px;
	}

	#hp_go_categs .mrg a {
		display: table;
		width: 100%;
		height: 100%;
		position: relative;		
	}
	
	#hp_go_categs .mrg a span.holder {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		display: table;
        text-align: center;
	}
	
	#hp_go_categs .mrg a span.holder .name {
		display: table-cell;
		vertical-align: middle;
		
	}
	
	#hp_go_categs .mrg a span.holder .name strong {
		color: #fff;
		border: 1px solid #fff;
		text-transform: uppercase;
		font-size: 15px;
		display: inline-block;
		text-align: center;
		padding: 10px 0;
		width: 66%;
    	line-height: 17px;
    	opacity: 0.9;
	}
	
	#hp_go_categs .mrg.last a span.holder .name strong {
		font-size: 14px;
		line-height: 16px;
		padding: 5px 10px;
	}
	
	#hp_go_categs .mrg a:active span.holder .name strong,
    #hp_go_categs .mrg a:hover span.holder .name strong {
		background-color: #d40000;
	}

	/* END NEW MOBILE HP */
	
	/* BGN NEW SUCCESS PAGE */
	
	#succes_order_page a.login {
		line-height: normal;
	}
	
	#succes_order_page .care_prod a {
		opacity: 1;
	}
	
	/* END NEW SUCCESS PAGE */
	
	/* BGN CURATERE, INGRIJIRE si PROTECTIE PAGES */
	
	#video_gall .video_item {
	    margin-bottom: 20px;
	}
	
	#video_gall .video_item a img {
		width: 100%;
		margin: 0;
	}
	
	#video_gall .video_item a span {
		width: 100%;
		float: left;
		padding-left: 0;
	}
	
	#thanku_big_video {
	    height: auto;
	    margin-bottom: 20px;
	}
	
	/* END CURATERE, INGRIJIRE si PROTECTIE PAGES */
	
	/* BGN MODIF PRODUCT PAGE */
	
	.product-view #wishlist_btn {
		font-size: 25px;
		height: 45px;
		line-height: 45px;
	}
	
	#mat_tech a {
		font-size: 12px;
		line-height: 14px;
	}
	
 /* .prod_details_holder .care_prod, */
    #mat_tech a {
		width: 32%;
		margin-right: 2%;
	}
	
    #mat_tech img {
        width: auto;
    }
    
	.prod_details_holder .care_prod a {
		opacity: 1;
	}
	
	h2.prod_details span {
		font-size: 26px;
   	    line-height: 37px;
	}
	
	.prod_details_holder .care_prod a {
		padding: 5px;
	}
	
	.prod_details_holder .care_prod a span img {
	 /* width: 50%; */
	 /* height: auto; */
		margin-top: 5px;
	}
	
	.prod_details_holder .care_prod a span {
		font-size: 12px;
	}
    
    #materialeteh .materiale {
		margin-top: 0;
	}
	
	#materialeteh {
		float: left;
		width: 100%;
	}
	
	#mat_tech img {
		width: auto; 
	}
	
	/* END :: MODIF PRODUCT PAGE */
	
    .prod_item .prod_inner span.discount_reg_prod, 
	.prod_item .prod_inner span.new_reg_prod, 
	.favProd .img_small .discount_bubble span.discount_prod {
		text-transform: none;
	    padding: 0;
	    border: 0;
	}
    
    /* 240216 Marian :: Test server diff
	.is_outlet {
		width: auto;
		height: auto;
		padding: 0;
		right: 0;
		top: 29px;
		letter-spacing: -1px;
		background: none;
		color: #000;
		font-size: 10px;
	}
    End :: Test server diff */
	
	.is_outlet {
		width: auto;
		height: auto;
		padding: 0;
		right: 0;
		top: 29px;
		letter-spacing: -1px;
		background: none;
		color: #000;
		font-size: 10px; 
	}
	
	.container-bg-right > .level0 > .nav-2-1,
	.container-bg-right > .level0 > .nav-3-1,
	.container-bg-right > .level0 > .nav-4-1 {
		margin-left: 0 !important;
	}
	
	#nav ul.level0 li.level1 > a span {
		color: #fff !important;
	}
	
	/* BGN Inversare cart cu menu icon */
	
	.cart_holder {
		margin-left: 0 !important;
		float: left;
	}
	
	#mobile_menu_trigger {
		float: right;
		margin-right: 15px !important;
	}
	
	/* END Inversare cart cu menu icon */
	
	/* BGN Refacere submeniu Reduceri */
	
	#nav #reducere-list ul.level0 li.level1 {
		padding-left: 30px !important;
	}
	
	#nav #reducere-list ul.level0 li.level1 > a {
		display: block !important;
	}
	
	#nav #reducere-list ul.level0 li ul.level1 {
		display: none !important;
	}
	
	/* END Refacere submeniu Reduceri */
	
	/* BGN Slide meniu din partea dreapta in loc de stanga */
	
	.close_submenu {
		right: auto;
		left: 8px;
	}
	
	.fixed_menu_holder #top_menu {
		float: right;
	}
	
	.fixed_menu_holder {
		left: auto;
		right: -100%;
	}
	
	.fixed_menu_holder.active {
	    left: auto;
	    right: 0;
	}
	
	/* END Slide meniu din partea dreapta in loc de stanga */
	
	#socks_slider.friday h2.padd_left_10 {
		font-size: 17px !important;
	}
            
}

.prod_item .prod_inner .online-exclusive
{
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    text-align: center;
}

.prod_item .prod_inner .online-exclusive span
{
	color: #99d9e8;
	text-transform: uppercase;
	font-weight: 800;
    padding-bottom: 3px;

}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
    .prod_item .prod_inner .online-exclusive
    {
        bottom: 120px;
    }
}

@media only screen and (max-width: 767px)
{
    .prod_item .prod_inner .online-exclusive
    {
        bottom: 120px;
    }
}

.prod_item .prod_inner .prod-list-tag
{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 125px;
    min-height: 20px;
    text-align: center;
}

.prod_item .prod_inner .prod-list-tag.ecco-yellow-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    background-color: #FEDF72;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-yellowlight-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    background-color: #fffbd6;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-gold-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    background-color: #d4af37;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-black-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #000;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-purple-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #6c0210;
    border-top: 1px solid #6c0210;
}

.prod_item .prod_inner .prod-list-tag.ecco-violet-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #a977db;
    border-top: 1px solid #a977db;
}

.prod_item .prod_inner .prod-list-tag.ecco-antique-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #8b8aa1;
    border-top: 1px solid #8b8aa1;
}

.prod_item .prod_inner .prod-list-tag.ecco-black-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #000;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-blue-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #275089;
    border-top: 1px solid #275089;
}

.prod_item .prod_inner .prod-list-tag.ecco-bluelight-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #000;
    background-color: #b6c6d8;
    border-top: 1px solid #b6c6d8;
}

.prod_item .prod_inner .prod-list-tag.ecco-bluemss-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #2d79c7;
    border-top: 1px solid #2d79c7;
}

.prod_item .prod_inner .prod-list-tag.ecco-blueeoss-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #3f6da0;
    border-top: 1px solid #3f6da0;
}

.prod_item .prod_inner .prod-list-tag.ecco-redextra-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #870202;
    border-top: 1px solid #870202;
}

.prod_item .prod_inner .prod-list-tag.ecco-greenapple-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #8db600;
    border-top: 1px solid #fff;
}

.prod_item .prod_inner .prod-list-tag.ecco-greenkelly-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #349c5e;
    border-top: 1px solid #fff;
}

.prod_item .prod_inner .prod-list-tag.ecco-greensw-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #17392f;
    border-top: 1px solid #fff;
}

.prod_item .prod_inner .prod-list-tag.ecco-greenlight-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    background-color: #aadcbf;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-greensurf-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    background-color: #d9ecdb;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-greensea-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    background-color: #8ebb8b;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-lightpink-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    background-color: #ffb4be;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-turquoise-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;	
    background-color: #2ab9d4;
    border-top: 1px solid #fff;
}

.prod_item .prod_inner .prod-list-tag.ecco-peach-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    background-color: #f8cbac;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-brownsd-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #703606;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-petrol-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #454954;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-pink-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #eb148b;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-darkred-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #920202;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-beige-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    background-color: #f3daed;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-lightmagenta-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    background-color: #f3daed;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-orange-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    background-color: #F19636;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-bordeaux-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
	color: #fff;
    background-color: #650015;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .prod-list-tag.ecco-coral-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
	color: #fff;
    background-color: #e63e00;
    border-top: 1px solid #000;
}

.prod_item .prod_inner .msrp-price-tag
{
    background-color: rgb(255,255,255,0.3);
}

@media only screen and (max-width: 767px)
{
    .prod_item .prod_inner .prod-list-tag
    {
        bottom: 105px;
        min-height: 20px;
        letter-spacing: -1px;
    }
    
    .prod_item .prod_inner .prod-list-tag.ecco-yellow-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-yellowlight-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-gold-tag,	
    .prod_item .prod_inner .prod-list-tag.ecco-black-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-purple-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-violet-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-antique-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-bordeaux-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-coral-tag,	
    .prod_item .prod_inner .prod-list-tag.ecco-black-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-blue-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-bluelight-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-bluemss-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-blueeoss-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-redextra-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-greenapple-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-greenkelly-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-greensw-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-greenlight-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-greensurf-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-greensea-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-lightpink-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-turquoise-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-peach-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-brownsd-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-petrol-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-pink-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-darkred-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-beige-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-lightmagenta-tag,
    .prod_item .prod_inner .prod-list-tag.ecco-orange-tag,
	.prod_item .prod_inner .prod-list-tag.ecco-red-tag

    {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.5px;
    }
}

.prod_item .prod_inner .video-badge
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 125px;
    height: 20px;
    background-size: contain !important;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/video.png) no-repeat 50% 50%;
    overflow: hidden;
}

@media only screen and (max-width: 767px)
{
    .prod_item .prod_inner .video-badge
    {
        bottom: 105x;
        height: 20px;
    }
}

.prod_item .prod_inner .lifestyle-badge
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 125px;
    height: 20px;
    background-size: contain !important;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/lifestyle.png) no-repeat 50% 50%;
    overflow: hidden;
}

@media only screen and (max-width: 767px)
{
    .prod_item .prod_inner .lifestyle-badge
    {
        bottom: 105x;
        height: 19px;
    }
}

.prod_item .prod_inner .sustainability-badge
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 130px;
    height: 20px;
    background-size: contain !important;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/sustainability.png) no-repeat 50% 50%;
    overflow: hidden;
}

@media only screen and (max-width: 767px)
{
    .prod_item .prod_inner .sustainability-badge
    {
        bottom: 105x;
        height: 20px;
    }
}

.prod_item .prod_inner .dualfit-badge
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 125px;
    height: 20px;
    background-size: contain !important;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/dual_fit.png) no-repeat 50% 50%;
    overflow: hidden;
}

@media only screen and (max-width: 767px)
{
    .prod_item .prod_inner .dualfit-badge
    {
        bottom: 105x;
        height: 19px;
    }
}

.prod_item .prod_inner .bestsellers-badge
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 125px;
    height: 20px;
    background-size: contain !important;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/bestsellers.png) no-repeat 50% 50%;
    overflow: hidden;
}

@media only screen and (max-width: 767px)
{
    .prod_item .prod_inner .bestsellers-badge
    {
        bottom: 105x;
        height: 19px;
    }
}

.prod_item .prod_inner .gore-tex-badge
{
    position: absolute;
    left: 20px;
    right: 0;
    top: 5px;
    height: 20px;
    background-size: contain !important;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/gore_tex_badge_1.png) no-repeat;
    overflow: hidden;
}

@media only screen and (max-width: 767px)
{
    .prod_item .prod_inner .gore-tex-badge
    {
		top: 22px;	
        height: 19px;
		left: 10px;
    }
}

.prod_item .prod_inner .waterproof-badge
{
    position: absolute;
    left: 20px;
    right: 0;
    top: 5px;
    height: 20px;
    background-size: contain !important;
    background: url(https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/waterproof_badge.png) no-repeat;
    overflow: hidden;
}

@media only screen and (max-width: 767px)
{
    .prod_item .prod_inner .waterproof-badge
    {
		top: 22px;	
        height: 19px;
		left: 10px;
    }
}

/**
 * Product List :: Template Tag Container
 */
.prod_item .prod_inner .list-template-tag
{
    position:absolute;
    left:0;
    right:0;
    bottom:105px;
    padding:3px 0;
}

@media only screen and (min-width:768px) and (max-width:991px)
{
    .prod_item .prod_inner .list-template-tag
    {
        bottom:95px;
    }
}

@media only screen and (max-width:767px)
{
    .prod_item .prod_inner .list-template-tag
    {
        bottom:75px;
        font-size:12px;
    }
}

/**
 * Product List :: Template Tag CSS
 */
.prod_item .prod_inner .prod-list-tag.ecco-red-tag
{
    bottom: 0px;
    min-height: 20px;
    text-align: center;
    background-color:#c4161c;
    color:#fff;
    border-top: 1px solid #000;
}

/**
 * Product View :: Template Tag Container
 */
.product-media-wrap .media-template-tag
{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:5px 0;
}
/**
 * Product View :: Template Tag CSS
 */
.product-media-wrap .ecco-red-tag
{
    text-align:center;
    color:#fff;
    background-color:#c4161c;
}
.product-media-wrap .ecco-yellow-tag
{
    text-align:center;
    color:#000;
    background-color:#FEDF72;
}

.product-media-wrap .ecco-yellowlight-tag
{
    text-align:center;
    color:#000;
    background-color:#fffbd6;
}

.product-media-wrap .ecco-gold-tag
{
    text-align:center;
    color:#000;
    background-color:#d4af37;
}

.product-media-wrap .ecco-black-tag
{
    text-align:center;
    color:#fff;
    background-color:#000;
}

.product-media-wrap .ecco-purple-tag
{
    text-align:center;
    color:#fff;
    background-color:#6c0210;
}

.product-media-wrap .ecco-violet-tag
{
    text-align:center;
    color:#fff;
    background-color:#a977db;
}

.product-media-wrap .ecco-antique-tag
{
    text-align:center;
    color:#fff;
    background-color:#8b8aa1;
}


.product-media-wrap .ecco-black-tag
{
    text-align:center;
    color:#fff;
    background-color:#000;
}

.product-media-wrap .ecco-blue-tag
{
    text-align:center;
    color:#fff;
    background-color:#275089;
}

.product-media-wrap .ecco-bluelight-tag
{
    text-align:center;
    color:#000;
    background-color:#b6c6d8;
}

.product-media-wrap .ecco-bluemss-tag
{
    text-align:center;
    color:#fff;
    background-color:#2d79c7;
}

.product-media-wrap .ecco-blueeoss-tag
{
    text-align:center;
    color:#fff;
    background-color:#3f6da0;
}

.product-media-wrap .ecco-redextra-tag
{
    text-align:center;
    color:#fff;
    background-color:#870202;
}

.product-media-wrap .ecco-greenapple-tag
{
    text-align:center;
    color:#fff;
    background-color:#8db600;
}

.product-media-wrap .ecco-greenkelly-tag
{
    text-align:center;
    color:#fff;
    background-color:#349c5e;
}

.product-media-wrap .ecco-greensw-tag
{
    text-align:center;
    color:#fff;
    background-color:#17392f;
}

.product-media-wrap .ecco-greenlight-tag
{
    text-align:center;
    color:#000;
    background-color:#aadcbf;
}

.product-media-wrap .ecco-greensurf-tag
{
    text-align:center;
    color:#000;
    background-color:#d9ecdb;
}

.product-media-wrap .ecco-greensea-tag
{
    text-align:center;
    color:#000;
    background-color:#8ebb8b;
}

.product-media-wrap .ecco-lightpink-tag
{
    text-align:center;
    color:#000;
    background-color:#ffb4be;
}

.product-media-wrap .ecco-turquoise-tag
{
    text-align:center;
    color:#fff;
    background-color:#2ab9d4;
}

.product-media-wrap .ecco-peach-tag
{
    text-align:center;
    color:#000;
    background-color:#f8cbac;
}

.product-media-wrap .ecco-brownsd-tag
{
    text-align:center;
    color:#fff;
    background-color:#703606;
}

.product-media-wrap .ecco-petrol-tag
{
    text-align:center;
    color:#fff;
    background-color:#454954;
}

.product-media-wrap .ecco-pink-tag
{
    text-align:center;
    color:#fff;
    background-color:#eb148b;
}

.product-media-wrap .ecco-darkred-tag
{
    text-align:center;
    color:#fff;
    background-color:#920202;
}

.product-media-wrap .ecco-beige-tag
{
    text-align:center;
    color:#000;
    background-color:#c1ae85;
}

.product-media-wrap .ecco-lightmagenta-tag
{
    text-align:center;
    color:#000;
    background-color:#f3daed;
}

.product-media-wrap .ecco-orange-tag
{
    text-align:center;
    color:#000;
    background-color:#F19636;
}

.product-media-wrap .ecco-bordeaux-tag
{
    text-align:center;
    color:#fff;
    background-color:#650015;
}

.product-media-wrap .ecco-coral-tag
{
    text-align:center;
    color:#fff;
    background-color:#e63e00;
}

/**
 * Panel Top Callout
 */
.panel-top-callout
{
    border-bottom: 1px solid #000;
    text-align: center;
}
.panel-top-callout .panel-fill
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.panel-top-callout a.panel-btn
{
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
}
.panel-top-callout h1,
.panel-top-callout h2,
.panel-top-callout h3
{
    margin-top: 0;
    margin-bottom: 10px;
}
.panel-top-callout h3
{
    font-size: 20px;
    line-height: 20px;
}
.panel-top-callout p
{
    margin: 0;
}
.panel-top-callout a.headline-toggle
{
    display: inline-block;
    text-decoration: none;
    color: #000;
}
.panel-top-callout a.headline-toggle:active,
.panel-top-callout a.headline-toggle:hover,
.panel-top-callout a.headline-toggle:focus
{
    color: #000;
    text-decoration: underline;
    text-decoration-style: dotted;
}
.panel-top-callout span.headline-hint
{
    font-size: 14px;
    color: #333;
}
.panel-top-callout a.headline-toggle:active span.headline-hint,
.panel-top-callout a.headline-toggle:hover span.headline-hint,
.panel-top-callout a.headline-toggle:focus span.headline-hint
{
    color: #d40000;
}
@media (max-width:767px)
{
    .panel-top-callout .panel-fill
    {
        padding-bottom: 0;
    }
    .panel-top-callout a.panel-btn
    {
        padding: 4px 6px;
    }
    .panel-top-callout h3
    {
        font-size: 16px;
        line-height: 16px;
    }
    .panel-top-callout p
    {
        margin-bottom: 10px;
    }
}

/**
 * Home Slider Top Callout
 */

.home-slider-callout h3
{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
}

.home-slider-callout p
{
    
}

.home-slider-callout span
{
    display: inline-block;
    padding: 3px 8px;
}

@media (max-width:767px)
{
    .home-slider-callout h3
    {
        font-size: 16px;
        line-height: 24px;
    }
    
    .home-slider-callout span
    {
        
    }
}
/**
 *  Panel Fill
 */
.panel-inspiring-fill
{
    color: #000;
    background-color: #ffff01;
}

.panel-inspiring-fill-btn
{
    border: 1px solid #000;
}

.panel-inspiring-fill-btn:hover,
.panel-inspiring-fill-btn:active
{
    border: 1px solid #fff;
    color: #fff;
    background-color: #000;
}

.panel-vday-fill
{
    color: #000;
    background-color: #eccfff;
}

.panel-extra-fill
{
    color: #fff;
    background-color: #ee9754;
}

.panel-extra-fill-btn
{
    color: #fff;
    border: 1px solid #fff;
}

.panel-extra-fill-btn:hover,
.panel-extra-fill-btn:active
{
    color: #ee9754;
    border: 1px solid #fff;
    background-color: #fff;
}

.panel-gift-fill
{
    background-color: #f1c7bb;
    color: #000;
}

.panel-gift-fill-btn
{
    color: #000;
    border: 1px solid #000;
}

.panel-gift-fill-btn:hover,
.panel-gift-fill-btn:active
{
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
}

.panel-mss2110-fill
{
    background-color: #c7c5d2;
    color: #000;
}

.panel-mss2110-fill-btn
{
    color: #000;
    border: 1px solid #000;
}

.panel-mss2110-fill-btn:hover,
.panel-mss2110-fill-btn:active
{
    color: #fff;
    border: 1px solid #fff;
    background-color: #000;
}

.panel-dailydeals-fill
{
    background-color: #f9f3f5;
    color: #000;
}

.panel-dailydeals-fill-btn
{
    color: #000;
    border: 1px solid #000;
}

.panel-dailydeals-fill-btn:hover,
.panel-dailydeals-fill-btn:active
{
    color: #fff;
    border: 1px solid #000;
    background-color: #f9f3f5;
}

.panel-blue-fill
{
    background-color: #275089;
    color: #fff;
}

.panel-blue-fill-btn
{
    color: #fff;
    border: 1px solid #fff;
}

.panel-blue-fill-btn:hover,
.panel-blue-fill-btn:active
{
    color: #275089;
    border: 1px solid #fff;
    background-color: #fff;
}

.panel-bluelight-fill
{
    background-color: #b6c6d8;
    color: #000;
}

.panel-bluelight-fill-btn
{
    color: #000;
    border: 1px solid #000;
}

.panel-bluelight-fill-btn:hover,
.panel-bluelight-fill-btn:active
{
    color: #fff;
    border: 1px solid #000;
    background-color: #000;
}

.panel-bluemss-fill
{
    background-color: #2d79c7;
    color: #fff;
}

.panel-bluemss-fill-btn
{
    color: #fff;
    border: 1px solid #fff;
}

.panel-bluemss-fill-btn:hover,
.panel-bluemss-fill-btn:active
{
    color: #2d79c7;
    border: 1px solid #fff;
    background-color: #fff;
}

.panel-blueeoss-fill
{
    background-color: #3f6da0;
    color: #fff;
}

.panel-blueeoss-fill-btn
{
    color: #fff;
    border: 1px solid #fff;
}

.panel-blueeoss-fill-btn:hover,
.panel-blueeoss-fill-btn:active
{
    color: #3f6da0;
    border: 1px solid #fff;
    background-color: #fff;
}

.panel-redextra-fill
{
    background-color: #870202;
    color: #fff;
}

.panel-redextra-fill-btn
{
    color: #fff;
    border: 1px solid #fff;
}

.panel-redextra-fill-btn:hover,
.panel-redextra-fill-btn:active
{
    color: #fff;
    border: 1px solid #fff;
    background-color: #000;
}

.panel-yellow-fill
{
    background-color: #FEDF72;
    color: #000;
}

.panel-yellow-fill-btn
{
    color: #000;
    border: 1px solid #000;
}

.panel-yellow-fill-btn:hover,
.panel-yellow-fill-btn:active
{
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
}

.panel-yellowlight-fill
{
    background-color: #fffbd6;
    color: #000;
}

.panel-yellowlight-fill-btn
{
    color: #000;
    border: 1px solid #000;
}

.panel-yellowlight-fill-btn:hover,
.panel-yellowlight-fill-btn:active
{
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    text-decoration: none;
}

.panel-gold-fill
{
    background-color: #d4af37;
    color: #000;
}

.panel-gold-fill-btn
{
    color: #000;
    border: 1px solid #000;
}

.panel-gold-fill-btn:hover,
.panel-gold-fill-btn:active
{
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
}

.panel-greenapple-fill
{
    background-color: #8db600;
    color: #fff;
}

.panel-greenapple-fill-btn
{
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-greenapple-fill-btn:hover,
.panel-greenapple-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
}

.panel-greenkelly-fill
{
    background-color: #349c5e;
    color: #fff;
}

.panel-greenkelly-fill-btn
{
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-greenkelly-fill-btn:hover,
.panel-greenkelly-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
}

.panel-greensw-fill
{
    background-color: #17392f;
    color: #fff;
}

.panel-greensw-fill-btn
{
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-greensw-fill-btn:hover,
.panel-greensw-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
}

.panel-greenlight-fill
{
    background-color: #aadcbf;
    color: #000;
}

.panel-greenlight-fill-btn
{
    border: 2px solid #000;
    font-weight: 700;
    color: #000;
}

.panel-greenlight-fill-btn:hover,
.panel-greenlight-fill-btn:active
{
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
}

.panel-greensurf-fill
{
    background-color: #d9ecdb;
    color: #000;
}

.panel-greensurf-fill-btn
{
    border: 2px solid #000;
    font-weight: 700;
    color: #000;
}

.panel-greensurf-fill-btn:hover,
.panel-greensurf-fill-btn:active
{
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.panel-greensea-fill
{
    background-color: #8ebb8b;
    color: #000;
}

.panel-greensea-fill-btn
{
    border: 2px solid #000;
    font-weight: 700;
    color: #000;
}

.panel-greensea-fill-btn:hover,
.panel-greensea-fill-btn:active
{
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.panel-greendark-fill
{
    background-color: #2f793a;
    color: #fff;
}

.panel-greendark-fill-btn
{
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-greendark-fill-btn:hover,
.panel-greendark-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.panel-turquoise-fill
{
    background-color: #2ab9d4;
    color: #fff;
}

.panel-turquoise-fill-btn
{
    display: inline-block;
    padding: 5px 8px;
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-turquoise-fill-btn:hover,
.panel-turquoise-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.panel-peach-fill
{
    background-color: #f8cbac;
    color: #000;
}

.panel-peach-fill-btn
{
    display: inline-block;
    padding: 5px 8px;
    border: 2px solid #000;
    font-weight: 700;
    color: #000;
}

.panel-peach-fill-btn:hover,
.panel-peach-fill-btn:active
{
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.panel-brownsd-fill
{
    background-color: #703606;
    color: #fff;
}

.panel-brownsd-fill-btn
{
    display: inline-block;
    padding: 5px 8px;
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-brownsd-fill-btn:hover,
.panel-brownsd-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.panel-petrol-fill
{
    background-color: #454954;
    color: #fff;
}

.panel-petrol-fill-btn
{
    display: inline-block;
    padding: 5px 8px;
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-petrol-fill-btn:hover,
.panel-petrol-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.panel-pink-fill
{
    background-color: #eb148b;
    color: #fff;
}

.panel-pink-fill-btn
{
    display: inline-block;
    padding: 5px 8px;
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-pink-fill-btn:hover,
.panel-pink-fill-btn:active
{
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.panel-lightpink-fill
{
    background-color: #ffb4be;
    color: #000;
}

.panel-lightpink-fill-btn
{
    border: 2px solid #000;
    font-weight: 700;
    color: #000;
}

.panel-lightpink-fill-btn:hover,
.panel-lightpink-fill-btn:active
{
    border: 2px solid #000;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.panel-bf2022-fill
{
    background: url('https://www.ecco-shoes.ro/skin/frontend/mejix/ecco-shoes-tls/images/callout/221110_ecco_home_bf2022_promo_desk.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
}

.panel-bf2022-fill-btn
{
    color: #fff;
    border: 1px solid #fff;
}

.panel-bf2022-fill-btn:hover,
.panel-bf2022-fill-btn:active
{
    color: #fff;
    border: 1px solid #fff;
    background-color: #000;
}

.panel-darkred-fill
{
    background-color: #920202;
    color: #fff;
}

.panel-darkred-fill-btn
{
    display: inline-block;
    padding: 5px 8px;
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-darkred-fill-btn:hover,
.panel-darkred-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.panel-beige-fill
{
    background-color: #c1ae85;
    color: #000;
}

.panel-beige-fill-btn
{
    border: 2px solid #000;
    font-weight: 700;
    color: #000;
}

.panel-beige-fill-btn:hover,
.panel-beige-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.panel-lightmagenta-fill
{
    background-color: #f3daed;
    color: #000;
}

.panel-lightmagenta-fill-btn
{
    border: 2px solid #000;
    font-weight: 700;
    color: #000;
}

.panel-lightmagenta-fill-btn:hover,
.panel-lightmagenta-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.panel-orange-fill
{
    background-color: #F19636;
    color: #000;
}

.panel-orange-fill-btn
{
    border: 2px solid #000;
    font-weight: 700;
    color: #000;
}

.panel-orange-fill-btn:hover,
.panel-orange-fill-btn:active
{
    border: 2px solid #000;
    background-color: #fff;
    color: #F19636;
    text-decoration: none;
}

.panel-red-fill
{
    background-color: #c4161c;
    color: #fff;
}

.panel-red-fill-btn
{
    display: inline-block;
    padding: 5px 8px;
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-red-fill-btn:hover,
.panel-red-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.panel-bordeaux-fill
{
    background-color: #650015;
    color: #fff;
}

.panel-bordeaux-fill-btn
{
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-bordeaux-fill-btn:hover,
.panel-bordeaux-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.panel-coral-fill
{
    background-color: #e63e00;
    color: #fff;
}

.panel-coral-fill-btn
{
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-coral-fill-btn:hover,
.panel-coral-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.panel-purple-fill
{
    background-color: #6c0210;
    color: #fff;
}

.panel-purple-fill-btn
{
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-purple-fill-btn:hover,
.panel-purple-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.panel-violet-fill
{
    background-color: #a977db;
    color: #fff;
}

.panel-violet-fill-btn
{
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-violet-fill-btn:hover,
.panel-violet-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.panel-antique-fill
{
    background-color: #8b8aa1;
    color: #fff;
}

.panel-antique-fill-btn
{
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-antique-fill-btn:hover,
.panel-antique-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.panel-black-fill
{
    background-color: #000;
    color: #fff;
}

.panel-black-fill-btn
{
    border: 2px solid #fff;
    font-weight: 700;
    color: #fff;
}

.panel-black-fill-btn:hover,
.panel-black-fill-btn:active
{
    border: 2px solid #fff;
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
.main-container.col3-layout {
    background: none;
}

.col3-layout .main {
    width: 980px;
    margin-top:8px;
    border-radius:20px 0 0 0;
}

.col3-layout .main .col-wrapper {
    width: 797px;
    border-radius:20px 0 0 0;
}

.col3-layout .main .col-wrapper .col-main {
    width: 580px;
    margin-left: 8px;
    margin-right: 8px;
    float: right;
}

.col3-layout .main .col-wrapper .col-left {
    float: left;
    padding: 0px;
    width: 201px;
/*    border: 1px solid #EBEBEB;*/
}

.col3-layout .main .col-right {
    width: 183px;
/*    border: 1px solid #EBEBEB;*/
}

.col3-layout #bannercycle {
    position:relative;
    left:-209px;
    top:0px;
    width: 750px;
    height: 530px;
    border-radius:20px 0 0 0;
}

.col3-layout .homeBrands {
    width: 580px;
    height: 84px;
}
/*  marius */
.col3-layout ul.root {
    padding: 10px;
    width: 179px;
    height: 518px;
    border: 1px solid #EBEBEB;
}

.col3-layout ul.root ul {
    margin-bottom: 8px;
}

.col3-layout ul.root a {
    color: #264C7D;
    font-size: 12px;
    line-height: 18px;
}

.col3-layout ul.root li {
/*    margin-bottom: 2px;*/
}

.col3-layout ul.root li.lvl1 a {
    font-weight: bold;
}

.col3-layout .hline {
    width: 560px;
}

/*.col3-layout .product-right-view {
    width: 183px;
}

.col3-layout .product-right-view #inner_container {
    width: 181px;
}

.col3-layout .product-right-view #cosul_meu_head,
.col3-layout .product-right-view #vizitate_recent_head,
.col3-layout .product-right-view #recomandate_head {
    width: 136px;
}

.col3-layout .product-right-view-h-separator {
    width: 181px;
}

.col3-layout #product_right_view_footer {
    width: 181px;
}*/
