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

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

body          { text-align:left;  font-family:Arial; font-size:12px}

img           { border:0; vertical-align:top;/*max-width:100%;*/}

a:hover       { text-decoration:underline; }
:focus        { outline:0; }
a:focus,a:active{background-color:transparent;}

/* Headings */
h1            { font-weight:normal; line-height:1.15; }
h2            { font-weight:normal; line-height:1.25; }
h3            { font-weight:bold; line-height:1.25; }
h4            { font-weight:bold; }
h5            { font-weight:bold; }
h6            { font-weight:bold; }

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

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%;}
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
.page-print table th, .page-print table td {
    border: 1px solid #CCCCCC;
    color: #878686;
    padding: 10px;
}
.page-print h1, .page-print h2 {
    padding: 10px 0;
}
/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
sup           {vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }
ul,
ol,
dl,
p,
address,
blockquote { margin:0 0 1em; padding:0; }

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


/* Layout ================================================================================ */
.page { margin:0 auto; padding:0;text-align:left; }
.page-print { padding:20px; text-align:left; }
.page-empty { padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left;}
.main { margin:10px 0; }

/* Base Columns */
/*.col-left { float:left; padding:0; }
.col-main { float:left; padding:0; }*/
.col-right {/* float:right; padding:0; */}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

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

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

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

.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 Elements */
label{ cursor:default}
input,select,textarea,button { vertical-align:middle; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { padding:2px 5px; }
textarea { overflow:auto; }
input.radio { margin:2px 5px 0 0;float:left; }
input.checkbox { margin:2px 5px 0 0;float:left;}
input.qty { width:2.5em !important;}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button span {display:inline-block;text-align:center; padding: 0 10px; }

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
.input-box{margin:0 0 7px}
.form-list li.control{ margin-bottom:5px;}
.form-list li.control .input-box{float:left;}
.form-list label {float:left;position:relative;padding:0 0 6px;}
.form-list label.required em { float:right; font-style:normal; position:absolute; top:0; right:-9px; }
.form-list li.control label {padding:0; }
.form-list .input-box,.form-list .input-range { display:block;clear:both;}
.form-list .field { float:left; width:100%;}
.customer-address-form .form-list .field{clear:both;}
.form-list textarea { width:330px; height:6em; line-height:16px}
.form-list select { width:99.9%; }
/*.form-list li.wide input.input-text { margin-bottom:10px}*/
.form-list li.wide textarea { width:330px; }
.form-list li.wide select { width:348px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:35px; padding-top:7px; }
.form-list li.additional-row p{margin: 0 0 10px;}
.form-list li.additional-row .btn-remove { float:left; margin:5px 0 0; }
.form-list .input-range input.input-text { width:125px; }
/* 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; }

.buttons-set {padding:13px 0 0;clear:both;}
.buttons-set .back-link small { display:none;}
.buttons-set button.button { float:left;  margin:0 10px 10px 0;}
.buttons-set p.required {display:inline-block;margin:5px 0 0;}

.fieldset { float:left; width:49%}
.fieldset:first-child{margin-right:2%;}
.fieldset .legend {  position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:5px 0;font-size:11px; line-height:13px; color:#e70808; float:left; width:99%; text-align:left}
.validation-failed { border:1px solid #ff0000 !important; background:#f4bebe !important}
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:auto;  position:relative;float:none }

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

.messages{ list-style:none; margin:0 0 14px; padding:0 ; }
.messages ul { list-style:none !important; padding:0 ; margin-bottom:0}
.messages { width:100%; overflow:hidden; /*margin-top:30px;*/ }
.messages li li { margin:0; }
.error-msg,
.note-msg,
.notice-msg { border-style:solid; border-width:1px; background-position:10px 9px; background-repeat:no-repeat; min-height:14px; padding:8px /*8px 8px 32px*/; overflow:hidden }
.error-msg { border-color:#f16048; background-color:#ffe3e3; /*background-image:url(../images/i_msg-error.gif);*/ color:#df280a; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; /*background-image:url(../images/i_msg-note.gif); */color:#3d6611; }

/* BreadCrumbs */
/* Page Heading */
.page-title {margin:0 0 30px; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager { padding:0; margin:0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 auto; line-height:18px; display:inline-block}
.my-account .pager .pages{clear:both}
.pager .pages ol { display:inline; }

.blog-category-view.adapt-0 .pager .pages,
.blog-index-index.adapt-0 .pager .pages{margin-right:-10px;}

/* Sorter */
.sorter {float:right}

.pager label,
.limiter label,
.sort-by label{float:left; margin:4px 10px 0 0;}

.view-mode label{float:left}
.sorter .limiter{float:left; margin-bottom:0; text-align:right; min-height:24px}
.sorter .sort-by { float:left;text-align:right; margin-left:10px; min-height:24px}
.sorter .sort-by a.sort{ width:17px; float:left}

/* Toolbar */
.toolbar:after,
.toolbar-option:after, 
.sorter:after{display:block;clear:both;overflow:hidden;content:"";font-size:0;height:0;line-height:0;}
.toolbar-option{float:left}
.view-mode{float:left;margin:6px 0 0}
.toolbar-bottom .view-mode{display:none;}

.toolbar-bottom .pager {display:block}
.toolbar-bottom .sorter{display:none;float:left;}
.pager .amount{ margin:9px 0 7px;}
.adapt-1 .one-column .toolbar .toolbar-option{/*width:auto;margin-bottom:0;*/}
.toolbar-bottom .toolbar .toolbar-option{margin:0!important;width:100%;}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
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(../images/bkg_collapse.gif) 100% 4px 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% -53px; }

/* Misc */
.links li { display:inline;float:left;}
.links li.first { padding-left:0}
.links li.last { /*background:none !important; padding-right:0 !important; */}

.link-cart { font-weight:bold; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap;}
.btn-remove,
.btn-remove2 { display:block;text-indent:-999em; overflow:hidden; 
width:9px;height:9px; 
font-size:0;line-height:0; 
background:url(../images/icons.png) -55px -238px no-repeat; background-color:#000;}
.btn-edit { 
display:block; text-indent:-999em;overflow:hidden;margin-right:2px;
width:11px;height:11px; 
font-size:0;line-height:0; 
background:url(../images/btn_edit.gif) 0 0 no-repeat;}
.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0;}
.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; 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:1000px; margin:0 auto; padding:12px 0 12px; background:url(../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; }

/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
.notice-cookie .notice-inner .actions { }

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


/* Header ================================================================================ */
.header_bottom{ text-align:center}
.header_logo { display:inline-block}
.header_logo strong{ display:none}
.header .logo { 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 { padding:0; }
.header .welcome-msg {float:left;}
.header .links {margin-bottom:0;float:left;}
.header .form-search { text-align:left; }
.header .form-search label{ display:none; }
.header .form-language {}
.header-container .top-container { clear:both; text-align:right;}
.form-language label{ display:none;}

.block-cart-top.block .btn-remove{margin:0; position:absolute; top:20px; left:20px; }
.block-cart-top.block .btn-edit{margin:0;position:absolute; top:40px; left:20px;}
.checkout-onepage-index .block-cart-top.block .btn-edit{top:20px;}

/********** < Navigation */

#nav {margin:0; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:10; }
#nav li a { display:block; text-decoration:none;padding:10px 30px 8px 0;}
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:normal; cursor:pointer; }
/*#nav li ul a span { white-space:normal; }*/

/* 1st Level */
#nav li { float:left; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; left:100%; }
#nav div ul { position:static; width:auto; border:none; }
#nav ul.level0{left:0;}
/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:-10px; }

#nav ul li { float:none; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 20px; font-weight:normal; }
/* 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:100%; }

/*#nav li a.arrow span,
.em_nav a.arrow span{background:url(../images/icon-nav.png) no-repeat scroll center center transparent;}
.em_nav .nav-right a.arrow span,
.nav-right ul.level0 a.arrow span{background:url(../images/icon-nav-right.png) no-repeat scroll 0 center transparent;}

.adapt-0 #nav li a.arrow span,
.adapt-0 .em_nav a.arrow span { background:url(../images/icon-nav-drop.png) center center no-repeat!important;}*/
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.sidebar .widget{margin-bottom:20px}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin-bottom:8px}
.em_block-tag-cloud .block-content .actions,
.em-sidebar .block .actions a { float:left; font-weight:700;text-transform:uppercase;}
.block .empty {margin-bottom:0}

/* Mini Products List */
.block .block-content .ratings{display:inline-block;}
.block .block-content li p.rating-links a.link_review_form{display:none;}
.block .block-content li.items,
.mini-products-list li { padding:5px 0; clear:both;position:relative;}
.mini-products-list .product-image { float:left;border:0!important;padding:0;margin-right:10px; }
.mini-products-list .product-details { }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .btn-remove {margin:0;position:absolute;z-index:1;}

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

/* Block: Account */
.block-account .block-title {padding-bottom:6px;}
.block-account .block-content{padding:10px 10px 20px!important;}
.block-account .block-content li a { display:inline-block; text-decoration:none !important;}
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block.block-currency .block-title{line-height:17px; padding-right:10px;}
.block-currency .block-title span { text-transform:uppercase; font-size:10px;}
.block.block-currency >div{ float:left; padding:0;}

/* Block: Layered Navigation */
.block-layered-nav .block-subtitle {margin-bottom:0;padding:8px 0 7px;clear:both;display:none;}
.block-layered-nav dl{margin-bottom:0}
.block-layered-nav dd li ol{padding-left:10px!important;}
.block-layered-nav .currently li {position:relative; z-index:1; line-height:1.5; padding-right:15px }
.block-layered-nav .actions{margin:10px 0;}
.block-layered-nav .currently .label { font-weight:bold;text-transform:capitalize; display:inline-block; vertical-align:top;margin:0; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top;margin:0;}
.block-layered-nav .currently .btn-remove{position:absolute; right:0; top:6px;}

/* Block: Cart */
.block-cart .actions { padding-bottom:10px;}
.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 5px 0; }

/* Block: Wishlist */
#wishlist-table input{ clear:left; display:block; margin:5px 0; }
#wishlist-table .cart-cell p{ clear:left; float:left; margin:5px 0;width:100%;}
#wishlist-table .cart-cell .price-box p{ margin-top:0px; }
#wishlist-table .cart-cell .price-box{ display:inline-block; margin-top:2px}
#wishlist-table .cart-cell p.old-price{ margin-top:0}
#wishlist-table .cart-cell{display:inline}
#wishlist-table td .btn-remove2{margin:5px auto;}
.block-wishlist .block-content{}
.block-wishlist #wishlist-sidebar{margin-bottom:0}
.block-wishlist li .product-name{}
.block.block-wishlist .price-box{ padding-top:5px}
.block-wishlist li.item{}
.block-wishlist .product-details{overflow:hidden;}
.block-wishlist .product-details .product-name{margin-bottom:0}
.block-wishlist .block-subtitle{display:none;}
.block-wishlist .product-image img,
.block-wishlist .product-image{}

/* Block: Related */
.block-related .block-subtitle{margin:5px 0 20px;}
.block-related .block-content li.item {position:relative;padding:10px 10px;margin:0;clear:none;text-align:center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing:border-box;}
.block-related .product .product-image {float:none;margin-right:0;}
.block-related .product .product-image img{max-width:100%;}
.block-related .mini-products-list .product-details{clear:both;}
.block-related .block-content li.item .price-box{padding:0 0 10px}

/* Block: Compare Products */
.block-compare ol {}
.block-compare .block-content li.item{position:relative;}
.block-compare li.even {background-color:transparent;}
.block-compare .product-image{clear:both;margin:0 10px 11px 0;float:left;}
.block-compare .product-name{margin:0 0 8px;}
.block-compare .block-content .compare-details{overflow:hidden;}
.block-compare .actions button.button{float:left;margin:0 10px 0 0;}
.em-sidebar .block-compare .actions a {margin-top:7px;margin-bottom:10px}
.block-compare .actions{margin:20px;}
.em-sidebar .widget-products .ratings,
.block-compare .ratings{display:inline-block; margin:0 0 8px;}
.block-compare .rating-links a.link_review_form,
.block-compare .rating-links .separator{display:none;}
.block-compare .btn-remove{margin:0;position:absolute;z-index:1;}

.compare-table td .price-box{margin-bottom:5px;}
.compare-table tr.add-to-row td .price-box{margin:0 0 17px 0;}
.compare-table td .price-box p{ float:none}
.compare-table td p{ margin-bottom:0;float:none;}
.compare-table td p.out-of-stock{width:100%;margin:15px 0 0;}
.compare-table td button.button{ margin:0 5px 0 0;}
.compare-table td .add-to-links{ margin:0; float:left;clear:none; }
.compare-table td .product-image{ margin:0 auto 11px!important;display:inline-block;padding:3px;}
.compare-table td .btn-remove{display:inline-block;}
.compare-table th{color:#303030; text-transform:capitalize}
.compare-table thead td.a-right {text-align:center !important;}
.compare-table thead td{padding-bottom:0;}

.page-popup .buttons-set { padding-right:0;}
.page-popup .buttons-set button.button{float:right;margin:0;}

/* Block: Recently Viewed */
.block-compared ol p.product-name,
.block-viewed ol p.product-name { margin-bottom:0; }

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

/* Block: Poll */
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:6px 0 1px; }
.block-poll .actions { margin:17px auto 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Subscribe */

/* Block: Reorder */
.block-reorder li { padding:5px 0; }
.block-reorder .product-name { margin-left:20px;}
.block-reorder .price-box{ margin-left:20px; }
.block-reorder .actions a{ float:left; clear:both;margin-top:10px;}
.block-reorder .actions a .arrow-box{display:none;}
.block-reorder .actions button.button{margin-right:20px; float:left}

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

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

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

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


/* Category Page ========================================================================= */
.category-image {margin:0 0 30px;}
.category-image img {width:100%}
.category-description {padding:5px 0;margin:0 0 8px 0; }
.category-products .note-msg{margin:20px 0;}
.add-to-links{clear:both;}
.add-to-links li {float:left;}
.add-to-links .separator {display:none}
.add-to-links li .separator{display:none}

/* View Type: Grid */
.product-name{margin:0 0 7px;}
.products-grid {position:relative; }
.products-grid .price-box {margin:0 0 17px;}
.products-grid .price-box .minimal-price,
.products-grid .price-box .special-price { margin:0;}
.products-grid .desc{margin:0 0 12px;}
.products-grid .ratings{display:inline-block;margin:0 0 9px;text-align:center;}
.products-grid .ratings .rating-links a.link_review_form{display:none;}
.products-grid .ratings .amount{float:none;display:inline-block;}
.products-grid .ratings .rating-box{float:none;display:inline-block;}
.products-grid .btn-cart { /*float: left; clear:both;*/display:inline-block;vertical-align:top;}
.products-grid .add-to-links {/*clear:none;float:left;margin:0;*/display:inline-block;vertical-align:top;}
.products-grid .add-to-btn {display:inline-block; text-align:center; font-size:0;} 

.widget-products .products-grid .price-box {margin:0 0 20px;}
.widget-products .products-grid .add-to-btn{}

/* View Type: List */
.products-list .product-image { float:left; margin:0 20px 5px 0; }
.products-list .product-shop { overflow:hidden; /*margin:5px 0;*/} /*fix bug slider new product*/
.products-list .price-box { margin:0 0 16px; clear:both}
.products-list .price-box .special-price { margin:0px;white-space:nowrap; }
.products-list .price-box .minimal-price{ margin:0px; }
.products-list .desc { clear:both;}
.products-list .actions{margin:25px 0 0;}
.products-list .btn-cart{float:left;}
.products-list .add-to-links { float: left; margin:0; padding:0;clear:none; }

.products-list p.btn-cart {  float: left; margin-bottom:0; }
.products-list .ratings{margin:0 0 11px;}

.category-products .products-list .product-image{margin:0 20px 0 0;}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating,
.ratings{margin:0px 0 5px; overflow:hidden}
.tags { margin:0px 0 5px; overflow:hidden}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin-bottom:0; }
.ratings .rating-links .separator { margin:0 7px; }
.rating-box { width:70px; height:14px; font-size:0; line-height:0; background:url(../images/bkg_rating_detail.png) 0 100% repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:14px; background:url(../images/bkg_rating_detail.png) 0 0 repeat-x; }
.product-view .product-shop .rating-box,
.product-view .product-shop .rating-box .rating{height:14px;width:70px;margin-top:1px;
background-image:url(../images/bkg_rating_detail.png);}
.ratings .rating-box { float:left; margin:2px 10px 0 0;}
.ratings .amount {vertical-align:top;font-weight:700;float:left;}
.ratings-table{border:0;}
.ratings-table th,
.ratings-table td { padding: 4px 0; text-transform: capitalize;}
.ratings-table th{padding-right:8px}
/* Availability */
.availability {margin:0 0 6px;}
.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}
.product-view .product-shop .availability {overflow:hidden;clear:both; padding:17px 0 13px;margin:0;font-weight:700;}
/* Email to a Friend */
.quickshop-index-view .email-friend{ padding-top:0; margin-top:-3px}
.email-friend{margin-bottom:14px;
background:url(../images/icon_email.png) no-repeat left center; padding-left:25px}
.product-view .product-essential .product-shop .no-rating,
.product-view .product-essential .product-shop .ratings{margin:0 0 16px;}

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

/* Regular price */

/* Old price */
.old-price {display:inline-block;margin:0 4px 0 0;}
.old-price .price-label { white-space:nowrap; display:none}
.old-price .price {text-decoration:line-through; }

/* Special price */
.special-price {display:inline-block;margin:0;}
.special-price .price-label { font-weight:normal; white-space:nowrap; display:none}

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

.minimal-price-link { display:block;}
.minimal-price-link .label {}

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { /*font-weight:bold;*/ }

/* Configured price */
.configured-price {}
.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; }
.my-account .data-table .price-excl-tax  { display:inline-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 {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

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

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

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

.price-box-bundle { display:inline-block; width:100%}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }

/* Add to Links */
.std ul.add-to-links{list-style:none; padding:0}
.add-to-links .separator {margin-left:0 }

/* Add to Cart */
.add-to-cart label {float: left;margin: 2px 10px 0 0; text-transform: capitalize;}
.add-to-cart .qty {width: 89px !important; clear:both;height:25px;margin-left:5px;font-style:italic;}
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; padding-top:5px; }
.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; }
.product-view .add-to-cart button.button{clear:both;margin:20px 0;}
.product-view .add-to-cart button.button span span{padding:7px 14px 9px;}
.product-options-bottom .add-to-links li a,
.product-view .product-shop .add-to-links li a{}
.product-options-bottom .add-to-links .link-wishlist,
.product-view .product-shop .link-wishlist{}
.product-options-bottom .add-to-links .link-compare,
.product-view .product-shop .link-compare{}


/* Add to Links + Add to Cart */
.add-to-box { /*display:inline-block;*/}
.add-to-box .or { float:left; margin:0 10px; display:none}
.add-to-box .add-to-links { float:left;margin-top:10px; }
.product-view .product-options-bottom .add-to-cart div,
.product-view .add-to-box .add-to-cart div{/*padding-bottom:10px*/}

/* Product Images */
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image {margin:0; text-align:left; float:left; position:relative; z-index:2; max-width:100%;}
.product-view .product-img-box .product-image-zoom { position:relative; overflow:hidden; z-index:9;margin-bottom:10px; }
.product-view .product-img-box .product-image-zoom img {position:absolute;left:0; top:0;cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; /*float:left; display:block;*/ clear:both; /*width:320px*/}
.product-view .product-img-box .zoom { position:relative; z-index:9; height:2px; margin:0 auto 10px; 
padding:0 20px; cursor:pointer; float:left; clear:left; width:100%!important;
-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;
/*background:url(../images/slider_bg.gif) 50% 50% no-repeat;*/ }

.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:2px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-10px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0; top:-8px; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0; top:-8px; }
.product-view .product-img-box .more-views h2 { margin-bottom:0; display:none }
.product-view .product-img-box .more-views ul { margin:0 }
.product-view .product-img-box .more-views li {float:left; overflow:hidden;margin:0 17px 0 0;-moz-opacity:.7; -webkit-opacity:.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/*IE8*/ opacity:.7;}
.product-view .product-img-box .more-views li:hover{opacity:1;}

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

/* Product Shop */
.product-view .product-img-box { float:left; position:relative;z-index:2;display:inline-block;margin:0 20px 20px 0;/*width:auto!important;*/-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing:border-box;}
.product-view .product-shop{overflow:hidden;}
.quickshop-index-view .product-view .product-shop{margin-left:0!important;padding-left:1px!important;}
.product-view .product-shop .product-shop-wrapper {position:relative;}
.one-column .has-related.product-shop {position: relative;}
.one-column .product-view .product-shop.has-related .product-shop-wrapper{float:left;width:55%;margin-right:5%;}
.product-view .product-shop .item-options dd{ padding-left:0}
.product-shop .item-options{margin:10px 0;}

/* Product Options */
.product-pricing{ overflow:hidden; width:100%}
.product-options { padding:10px 0;}
.product-options dt label { font-weight:normal; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px;  }
.product-options dd { margin:4px 0; }
.product-options dl{margin-bottom:0}
.product-options dl.last dd.last {}

/* Klanti start */
.product-options dd input.input-text {background:none; width:15%; }
/* Klanti end */

.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 .input-box {margin-bottom:5px}

/* Klanti start */
.product-options dd select { width:20%; margin-bottom:5px; height:auto}
/* Klanti end */

.product-options .options-list li{ margin:5px 0}
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:5px 0 0; margin-bottom:0}

.product-options-bottom { padding:0; /*border:1px solid #ddd; border-top:0;*/margin-bottom:24px; }
.product-options-bottom .price-box { margin:10px 0; }
.product-options-bottom .add-to-links{overflow:hidden;margin-top:10px;}

/* Grouped Product */
.product-view .grouped-items-table {margin-bottom:20px;display:table;}
.product-view .product-shop .grouped-items-table td{vertical-align:middle}


/* Block: Description */
.product-view .box-collateral {padding:0;clear:both;margin:0 0 50px;}
.product-view .box-collateral .box{margin-bottom:0;}
.product-view .box-collateral table{display:table;}
.product-view .tab_content .box-collateral {margin:0 0 20px}
.product-view .product-collateral.tab_content {float:left; width:100%}

/* Block: Additional */


/* Block: Upsell */
.product-view .box-up-sell { clear: both; position: relative;}
.product-view .box-up-sell .box-collateral h2{margin-bottom:22px;}
.ui-tabs .tab_content .box-up-sell{padding-top:27px}
.product-view .box-up-sell li.item button.button{margin-bottom:0;}
.product-view .box-up-sell li.item .link-wishlist{/*margin-right:5px;*/}
.product-view .box-up-sell li.item .price-box{overflow:hidden;}
.product-view .box-up-sell li.item .actions{}

/* Block: Tags & box-tags*/
.my-tag-edit{ position:relative; float:left;}
.my-tag-edit .btn-remove {position:absolute; right:-15px; top:5px;}
.block-tags ul,
.block-tags li { display:inline;}
.block-tags ul{margin-bottom:0; padding-bottom:15px; display:block}
.product-view .box-tags h3 { font-size:12px;font-weight:normal;padding:0; }
.ui-slider-tabs-content-container .box-tags .form-add{padding-bottom:30px;}
.product-view .box-tags .form-add p{ clear:both;}
.product-view .box-tags .form-add p.note{padding:15px 0;margin:0;font-weight:700;}
.product-view .product-tags li{ float:left; padding-right:20px; padding-bottom:5px; white-space:nowrap;}
.product-view .product-tags li a{ text-transform:lowercase; }
.product-view .box-tags .form-add{ border-top:0; margin-top:0; clear:both; overflow:hidden; width:100%}
.product-view .box-tags .form-add label { display:block; margin:0; text-transform:capitalize;clear:both;padding:0px 0 7px;}
.product-view .box-tags .form-add .input-box {width:445px;clear:both;float:left; }
.product-view .box-tags .form-add input.input-text {height:35px;}
.product-view .box-tags .form-add button.button{clear:both;float:left;min-width:100px;}


#review-form .data-table{width:460px;margin:0;border:0;}
.adapt-1 .three-columns #review-form .data-table,
.adapt-0 #review-form .data-table{width:100%;}
#review-form .data-table th,#review-form  .data-table td{ border:none;text-align:center;}
#review-form .data-table thead th{padding:7px;}
#review-form .data-table tbody th{padding:7px 0;}
#review-form  .data-table input.radio{float:none;margin:0;vertical-align:top;}
#review-form .data-table th:first-child{text-align:left}
#review-form h4{ margin:8px 0 5px;}

/* Block: Reviews */
.box-reviews dt {margin:0;}
.box-reviews dt a{ display:inline;}
.box-reviews .pager{margin-bottom:15px;}
.product-collateral.tab_content .box-reviews{margin-top:0 !important}
.box-reviews .review-list { float: left; margin-right: 5%; width: 48%;}
.box-reviews h2 {margin:0;padding:0;}
.box-reviews dl {text-align:left;margin:0;}
.box-reviews dd { margin-bottom:22px}
.box-reviews .form-add .form-list textarea,
.box-reviews .form-add .form-list input.input-text{ width:445px;height:25px;}
.box-reviews .form-add .form-list textarea{height:175px;}
.box-reviews .form-add h3 { padding-top:0px;}
#customer_review_list{margin-bottom:56px;}

.review-product-list .product-view .box-collateral.box-reviews{margin-top:55px;}

/* Send a Friend */
.send-friend { overflow:hidden;}

/* Related Product */
.product-view .box-collateral.block-related{margin:35px 0 -32px 0;
margin:35px 0 20px 0; /*fix when having product-options below block related*/}

/* ======================================================================================= */
/*Contact =================================*/
.contacts-index-index .fieldset .legend{display:none}
.contacts-index-index .grid_content .form-list input.input-text,
.contacts-index-index .grid_content .form-list li.wide textarea{width:420px}
.contacts-index-index .grid_content .buttons-set{float:left; width:100%; margin-top:20px}
.contacts-index-index .grid_content button.button{margin-right:20px}
.contacts-index-index .grid_content button.button span span{text-transform:uppercase; padding:5px 33px}
.contacts-index-index .grid_content .buttons-set p.required{float:left; clear:none; margin-top:3px}
.adapt-0.contacts-index-index .grid_content .form-list input.input-text,
.adapt-0.contacts-index-index .grid_content .form-list li.wide textarea{width:280px}

/* Content Styles ================================================================= */

/* Product Tags */
.tags-list li { display:inline; padding-right:20px;}


/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-index-index .secondary ul { padding-left:0;}
.cms-index-index .subtitle {}
.catalogsearch-advanced-index .fieldset.advanced-search{ padding-bottom:0;width:100%;}
.catalogsearch-advanced-index .buttons-set{float:left; margin-top:20px; padding-bottom:50px}
.sales-guest-form .form-alt .input-box{ margin-bottom:10px; clear:both; float:left; width:300px !important; text-align:left !important}
.sales-guest-form .form-alt .input-box input{ width:280px !important;}
.sales-guest-form .form-alt select{ width:297px}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:9px 0 7px;float:right; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px 0; }
.page-sitemap .sitemap a {}
.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 {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */
/*quickshop*/
body.quickshop-index-view .product-view .product-essential{margin:0;}
/* Shopping Cart ========================================================================= */
.cart .shipping-form p { margin:0 0 12px;}
/* Checkout Types */
.checkout-onepage-index .block-cart-top .btn-remove,
.checkout-multishipping-addresses .block-cart-top .btn-remove,
.checkout-multishipping-shipping .block-cart-top .btn-remove,
.checkout-multishipping-billing .block-cart-top .btn-remove,
.checkout-multishipping-overview .block-cart-top .btn-remove{ display:none;}
.opc .buttons-set{margin-top:0;clear:both;}
.opc .form-list li.wide input.input-text{ width:592px;}

.checkout-multishipping-address-newshipping .form-list li.wide .input-text{ margin-bottom:10px;}
.checkout-multishipping-address-newshipping .buttons-set p.required{ margin-bottom:15px;}
.checkout-multishipping-address-newshipping .form-list li.control{ padding-top:10px; }

.opc .col2-set .col-1,
.opc .col2-set .col-2{width:45%;float:left;}
.opc .col2-set .col-1{margin-right:2%;}
.opc #login-form .form-list input.input-text{width:280px;}
.adapt-0 .opc #login-form .form-list input.input-text{width:100%;}
#checkout-step-login .col-1 p{margin:0 0 12px;}
#checkout-step-login .col-1 .ul li{margin:0 0 10px;}
#checkout-step-login .col-2 .buttons-set button.button{clear:both;}
#checkout-step-login .col-2 p.required{float:left; clear:none;margin:4px 0; }
#checkout-review-submit{overflow:hidden;}
#review-buttons-container.buttons-set{float:right;padding:0;}
#review-buttons-container.buttons-set .f-left{ margin:9px 0 15px;clear:both;float:right!important;}
#review-buttons-container .please-wait{ float:right;clear:both;margin-bottom:10px;}
.opc #checkout-step-shipping.step
.opc #checkout-step-billing.step{padding-top:5px;}
#checkout-step-shipping .form-list li.control{margin-top:10px}
#shipping-new-address-form ul{margin-bottom:0}

.adapt-0 #review-buttons-container.buttons-set button.button span span,
.adapt-0 #review-buttons-container.buttons-set .f-left{min-width:20px;}

/* Shopping Cart Table */
.cart-table tfoot td{ padding:20px 0 0; border:none;}
.cart-table tfoot td button.button{ float:left; margin:0 10px 10px 0;}

/* Shopping Cart Collateral boxes */
.crosssell h2{padding-right:75px}
.cart .cart-collaterals select{ width:99.9%}
.cart .cart-collaterals .col2-set { float:left; width:100%;margin:40px 0 20px;}
.cart-collaterals .col2-set .col-1,
.cart-collaterals .col2-set .col-2 {padding:0;width:100%;float:left;}
.cart-collaterals .coupon-shipping{width:67%;float:left;padding-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.cart-collaterals form{display:inline;}
.cart-collaterals .shipping,.cart-collaterals .discount{width:50%;float:left;}
.cart-collaterals .shipping{padding-left:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.cart-collaterals .discount{padding-right:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.cart .crosssell .product-details .actions{display:inline-block;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount label{ display:block; margin:0 0 7px}
.cart-collaterals .discount .discount-form,
.cart .shipping .shipping-form {padding-bottom:12px;}

/* Shopping Cart Totals */
.cart .totals { float:left; padding-bottom:35px; width:33%;padding-left:10px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.cart .totals table td.a-right{text-align:left!important;}
.cart .totals table td:first-child {padding-right:10px;text-align:left!important;}
.cart .totals table th {padding:5px; }
.cart .totals table{width:100%;border:0;}
.cart .totals table td{padding:3px 0;vertical-align:baseline;}
.cart .checkout-types { margin:0; padding:12px 0 0;overflow:hidden;}
.cart .page-title .checkout-types {display:none;}
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 0 8px 0; line-height:1.0; font-size:11px; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated {cursor:help; padding-top:5px;float:left;}
.truncated a.dots {cursor:help;}
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; display:none;z-index:999; 
width:145px; padding:5px;}
.truncated .truncated_full_value.show .item-options{display:block;}
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:18px; left:0; }
.col-left .truncated .show .item-options { left:30px; top:15px; }
.col-right .truncated .show .item-options  { left:0px; top:15px; margin-left:-100px }
.truncated .details{line-height:18px;}/*fix*/

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


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods{ margin:0}
.sp-methods dt { font-weight:normal; /*line-height:24px*/}
#payment_form_ccsave .input-box{overflow:hidden;}
#payment_form_ccsave select.month { margin-right:15px; width:167px}
#payment_form_ccsave select.year { width:166px}
.adapt-1 #payment_form_ccsave select.month,
.adapt-1 #payment_form_ccsave select.year{width:152px;}
.adapt-0 #payment_form_ccsave select.month,
.adapt-0 #payment_form_ccsave select.year{width:120px;}
.adapt-1 .opc-1sc #payment-tool-tip{left:auto;right:0;}
.opc .sp-methods .form-list select.month{width:135px!important;}
.opc .sp-methods .form-list select.year { width:130px!important;}
.adapt-0 .opc .sp-methods .form-list select.month,
.adapt-0 .opc .sp-methods .form-list select.year{width:120px!important;}

#opc-shipping_method .sp-methods dt{float:left; margin-right:7px}
#opc-shipping_method .sp-methods dd,
#opc-shipping_method .sp-methods dd ul{/*line-height:24px*/ margin-bottom:0}
#opc-shipping_method .buttons-set{margin-top:16px}
#opc-shipping_method #onepage-checkout-shipping-method-additional-load{float:left; padding:0 0 10px; clear:both}
.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

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

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

.please-wait { float:right; margin-right:5px; min-width:150px }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:10px; display:inline-block; padding-top:7px}

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../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{padding:10px 0 0}
.gift-messages h3{font-size:14px}
.gift-messages-form { position:relative; padding:10px;}
.opc .gift-messages-form{ padding:10px 15px}
.gift-messages-form label { float:none !important; position:static !important; display:inline-block;}
.gift-messages-form p label { display:inline;}



.gift-messages-form .whole-order {}
.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; }
.gift-messages-form .item .details { margin-left:90px; }

.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {padding:10px; overflow:hidden; clear:both}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agree { padding:6px 0; margin-top:10px}
.checkout-agreements .agree input.checkbox{margin-top:-3px}

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


/********** Common Checkout Styles > */
.block.block-progress .block-title{margin:0 0 3px;}
.block-progress dt {padding:6px 0; position:relative;margin:0;}
.block-progress .block-content{padding:11px 10px 21px!important;}
.block-progress dd {border-top:0; padding:8px 0; margin:0 0 6px; }
.block-progress dt.complete a{text-transform:capitalize;padding-left:0px;clear:both;}
.block-progress dd.complete {padding:5px 0 20px;margin-bottom:0;clear:both;}
.block-progress dd address,.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; }

/* One Page Checkout */
.block-progress dd { padding-bottom:10px;}
.opc { position:relative; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait {float:left;}

.opc li.section.active {/*margin-top:0px;*/}
.opc li#opc-login {/*margin-top:0px !important;*/}
.opc li#opc-billing {/*margin-top:0px !important;*/}
.opc .step-title { text-align:right;}
.opc .step-title .number { float:left; line-height:22px; margin-right:10px;}
.opc .step-title a { float:right; }

.opc .allow .step-title h2 { cursor:pointer;}
.opc .active .step-title { cursor:default; }

.opc #opc-payment.step { padding:24px 0 11px 0;}
.opc #checkout-step-review{padding:5px 0 20px!important;}
.opc .step .tool-tip {left:20px;top:280px!important;}
.opc #billing-address-select{ margin-bottom:10px;}
.opc .form-list li.wide select{width:570px;width:100%;}

.opc .order-review {padding-top:0px}
.opc .form-list li.control {line-height:20px;}
.opc #opc-login .form-list li.control {clear:both;}

.opc .sp-methods .form-list input.input-text{width:280px;}
.opc .sp-methods .form-list select{width:280px;}

.adapt-0 .opc .sp-methods .form-list input.input-text{width:100%;}
.adapt-0 .opc .sp-methods .form-list select{width:99.9%;}

/* Multiple Addresses Checkout */

.multiple-checkout { position:relative; padding-bottom:20px}
.multiple-checkout .title-buttons button.button{float:right;}
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total {text-align:right; }
.multiple-checkout #checkout-review-submit{border:0;}
.multiple-checkout #checkout-review-submit #review-buttons-container{padding-top:20px}
.multiple-checkout .col2-set{ padding-bottom:20px}
.multiple-checkout #multiship-addresses-table.data-table tfoot td{border:0;}
#multiship-addresses-table thead{border-right:1px solid transparent;}
#multiship-addresses-table td .product-name{margin:0;}
.multiple-checkout .page-title h1{margin-bottom:10px;}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .buttons-set{padding:0;}
.customer-account-login .col-main{padding-bottom:42px;}
.account-login .col2-set .col-1{width:38%;}
.account-login .col2-set .col-2{width:48%;}
.new-users p{margin:0 0 8px;}
.account-login .content h2 {margin:0 0 12px;}
.account-login .form-list input.input-text{width:280px;}
.adapt-0 .new-users .buttons-set{margin-top:0;}
.registered-users .buttons-set p.required{float:left; clear:none; margin-top:6px}
.registered-users .content p.required { clear: left;margin-top:10px;}
.registered-users .content p{padding:0 ;margin-bottom:12px;font-weight:700;}

.account-create .fieldset .legend{margin:0 0 12px;}
.account-create .form-list li.control{margin:9px 0 0;}
.account-create .form-list li{width:100%;}

.customer-account-forgotpassword input.input-text,
.account-create .form-list select,
.account-create input.input-text{width:280px;}
.adapt-0.customer-account-forgotpassword input.input-text,
.adapt-0 .account-login .form-list input.input-text,
.adapt-0 .account-create .form-list select,
.adapt-0 .account-create input.input-text{width:100%;}

.customer-account-forgotpassword .buttons-set p.back-link{margin-bottom:5px; overflow:hidden; float:left}
.sendfriend-product-send .buttons-set{overflow:hidden; clear:both; float:left; width:100%;}
.sendfriend-product-send #max_recipient_message{ padding-top:7px;clear:both;}
.sendfriend-product-send .fieldset{overflow:hidden; clear:both; float:left; width:100%; padding-bottom:20px}
.sendfriend-product-send .form-list li.wide textarea,
.sendfriend-product-send .form-list input.input-text{ width:445px}
.adapt-0.sendfriend-product-send .form-list li.wide textarea,
.adapt-0.sendfriend-product-send .form-list input.input-text{ width:100%;}


.customer-account-resetpassword .fieldset{margin-top:0px !important}
.customer-account-resetpassword .buttons-set{width:100%; float:left; margin-top:10px}
.customer-account-resetpassword .buttons-set p.required{margin-bottom:10px }
/* End of Account Login/Create Pages ============================================================ */

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../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 Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account{position:relative}
.my-account .welcome-msg p{margin-bottom:5px}
.my-account .data-table{margin-bottom:15px;border-width:1px 0;}
#my-orders-table.data-table{border-width:0;}
.my-account .box-head .data-table{/*overflow-x : scroll*/ margin-bottom:0px}
.my-account .title-buttons .link-rss { float:none; margin:0; }

.my-wishlist textarea{ width:90%; margin-top:5px;}
#wishlist-table{display:table;}

/********** < Dashboard */
.box-head{padding:0; position:relative;}
.box-head h2{}
.box-head a{ padding:6px 15px 4px; right:0; top:0; }

/*Block My Account*/
.dashboard .box-recent .box-head{margin-bottom:12px;}
.box-account{clear:both; float:left; width:100%;margin-top:37px;position:relative;}
.box-account.box-info{margin-top:45px;}
.box-account .box-head{margin-bottom:8px;}
.my-account .pager{padding:10px 0}

/* Block: Recent Orders */
.box-recent h5{padding-bottom:8px}

/* Block: Account Information */
.box-title a{margin-top:5px;display:inline-block;float:right;}
.multiple-checkout .box-title a{margin-top:0;float:none;}
.box-content{ clear:left; }
.my-account .col2-set .box-title h6 a{margin:0}
.box-content address {clear:both;}
.box-account .box-content p {line-height:25px}
.box-account .col-1, .box-account .col-2 { float: left; width: 46.5%;}

/* Block: Reviews & Tags */
#my-tags-table .add-to-links{margin-top:5px;float:left;}
.my-account .box-reviews .details { margin-left:20px; }
.my-account .box-tags .details { margin-left:15px; }
.box-tags .tags strong{ font-weight:normal;float:left;}
.box-tags .tags li{  float:left; display:inline; padding-left:5px; }
.box-reviews li.item { padding-bottom:10px;}
.box-tags li.item { padding-bottom:16px;}
.box-tags li.item.last { padding-bottom:0;margin-bottom:-1px;}
.box-reviews h3.product-name{ margin-bottom:7px;}
.box-tags h3.product-name{ margin-bottom:-3px;margin-bottom:0;}
.box-account.box-tags{margin-top:35px;}
.box-account.box-reviews{ margin-bottom:41px}
.box-account.box-reviews ol{margin-top:19px}
/********** Dashboard > */

/* Address Book */
.col-1.addresses-primary li h5{ float: left;  margin-right: 50px;}
.addresses-list a { float: right; margin: 4px 0 0 !important; text-transform: capitalize;display:inline-block;}
.addresses-list address {margin: 0 0 7px; clear:both}

/* My Order */
.my-account h5{text-transform:uppercase; }
.my-account .pager{padding:0px 0 20px; }
.my-account .pager .amount{margin-top:7px; clear:both;}
.my-account .pager .limiter{line-height:17px;}
/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }
.order-date { margin:10px 0; }
.order-additional { margin:15px 0; }

/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }

/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

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

/* Order Print Pages */
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* 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 Reviews */
.product-review .product-img-box {float:left;margin-right:20px; }
.product-review .product-img-box .label { margin:0 0 5px;}
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 7px; }
.product-review .product-details {overflow:hidden;}
.product-review .product-name {margin:0 0 10px; }
.product-review .ratings-table { margin:0 0 10px;border:0;}
.product-view .ratings-table { margin:2px 0 7px!important;border:0;}
.product-review dt { font-weight:bold; }
.product-review dd { margin:5px 0 0; }

/*Newsletter Subscription*/
.newsletter-manage-index .fieldset {float:none;width:100%;}
/*Newsletter Subscription*/
.wishlist-index-share .form-list li.wide textarea{width:100%}
.adapt-0.wishlist-index-share .fieldset {width:100%}


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


/* Footer ================================================================================ */
.footer p { text-align:right; }
.footer address { text-align:left; margin-bottom:0;}
.footer ul { margin:0;overflow:hidden;}
.footer ul li { float:left; margin:0 27px 20px 0;}
.footer ul li.last{margin-right:0;}
.footer .footer_payment_social ul.f-right{margin:10px 0 20px;}
.footer .footer_payment_social ul.f-right li{margin:0 0 0 10px;}
.footer .footer_payment_social ul.f-left a{margin:0 0 0 8px;padding:0;}
.footer .footer_payment_social ul.f-right a{padding:0;}
.bottom-container{float:right;}
/* ======================================================================================= */


/* 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,
.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,
.tags: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-description:after,
.product-view .box-tags .form-add: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,
.widget-static-block:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
.menu-item-hbox > .menu-container{ position:relative; }

.paypal-review-order #review-buttons-container.buttons-set{padding:0;}

.product-view .product-img-box .more-views li.jcarousel-item-undefined,
.product-view .product-img-box .more-views li.jcarousel-item-NaN {display:none;}

.checkout-multishipping-address-newbilling li,
.checkout-multishipping-address-editshipping li{margin-bottom:5px;}

.contacts-index-index .fieldset{width:100%;float:none;}

.checkout-types .paypal-logo{text-align:center;}
.three-columns .product-view .product-shop{clear:both}

/* page no breadcrumbs */
.paypal-express-review .page-title{margin-top:10px;}
.sendfriend-product-send .inner_main{padding-top:14px;}
.sendfriend-product-send .em-sidebar{padding-top:5px;}

.adapt-1 .three-columns .product-view .box-tags .form-add .input-box,
.adapt-1 .three-columns .box-reviews .form-add .form-list textarea, 
.adapt-1 .three-columns .box-reviews .form-add .form-list input.input-text{width:100%;}

.customer-account-edit.adapt-1 .my-account form > div.fieldset + div.fieldset{margin-top:28px;}
.qty-disabled{opacity:0.5;filter:alpha(opacity=50);}
.post-content img{max-width:100%;}

/*-------------------Css new-------------------*/
/*-------Home page--------*/

a.ss-button {padding: 10px 35px; border: 1px solid;}
a.ss-button:hover{text-decoration: none;}
a.ss-button span {text-transform: uppercase;}
.em_banner .main_banner{display: block; margin-top: 30px;}
.em_banner .main_banner .content_banner {float: left; width: 33.33%; position: relative; overflow: hidden;}
.em_banner .content_banner .content_banner_item{position: relative; overflow: hidden;}
.em_banner .main_banner .content_banner > div > div{border: 1px solid; text-align: center; padding-top: 17px; padding-bottom: 14px;}
.em_banner .main_banner .content_banner .banner-sale > div{padding-top:16px;}
.em_banner .main_banner .content_banner.last > div > div{border:none;}
.content_banner.first:hover img, .content_banner_item:hover img{opacity: 0.8;
-webkit-transform: scale3d(1.1,1.1,1);
-moz-transform: scale3d(1.1,1.1,1);
transform: scale3d(1.1,1.1,1);}
.content_banner img{
-webkit-transition: opacity 1s, -webkit-transform 1s;
transition: opacity 1s, transform 1s;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;}
.content_text h3, .content_text a:hover {text-decoration: none;}
/*----------Block Latest from the blog-----------*/
.wrapper_area14, .wrapper_area03{padding-top: 1px;}
.em_area14 .area14-blog li.item.first {margin-left: 0;}
.em_area14 .area14-blog li.item.last {margin-right: 0;}
.em_area14 .area14-blog p.datetime {margin-top: 15px;}
.area14-blog li.item a,.home_cat > li a{display:block;}
.area14-blog li.item a:hover img,.home_cat > li a:hover img  {
-moz-opacity:0.7; -webkit-opacity:0.7; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/*IE8*/ opacity:0.7;
transition: opacity 1s, transform 1s; -webkit-transition: opacity 1s, -webkit-transform 1s; -moz-transition: opacity 1s, -moz-transform 1s;
}
/*--------Block video homepage-----------*/
.upb_video-wrapper {
    display: block;
    height: 100%;
    max-width: 100%;
}
.area13_parallax {
    padding-bottom: 40px;
}
.widget.widget-static-block.area13-promotion {
    position: relative;
}

/* Klanti start*/
.upb_video-bg {
    bottom: 0;
    height: 100%;
    left: 0;
    /*overflow: hidden;*/
    /*position: absolute; klanti*/
    right: 0;
    top: 0;
    width: 100%;
}
video {
    max-height: none;
    max-width: none;
    /*position: absolute; klanti*/
    width: 100%;

}

/* Klanti end */

.area13-promotion  p {position: relative;}
.title-promotion {padding-top: 8%; text-transform: uppercase;}
.btn-promotion {padding-bottom: 8%;}
.desc-promotion {margin-bottom: 50px; width: 400px;}
.btn-promotion > a {border: 1px solid; padding: 12px 40px; text-transform: uppercase;}
.btn-promotion > a:hover{text-decoration: none;}
.title > span {display: block;}
em.fa.fa-2x:hover {cursor: pointer;}
/*--------------Footer--------------*/
.area4-ads .content_info ul{margin-top: 15px;}
.area4-ads .content_info ul li{display: inline-block;}

/*-----button--------*/
.products-grid .btn-cart , .products-grid .add-to-links,.products-grid .add-to-links li {display: block;}
.products-grid .add-to-links li {clear: both; margin-bottom: 5px; margin-right:0 !important;}
.products-grid li.item > ul > li.sub-item{position:relative;}
.products-grid .add-to-btn{position:absolute; top:0px; right:0px; -moz-opacity:0; -webkit-opacity:0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";/*IE8*/ opacity:0; transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-moz-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s; }
.products-grid li.item > ul > li:hover .add-to-btn, .products-grid li.item .product-item:hover .add-to-btn, .products-grid li.item .product:hover .add-to-btn {-moz-opacity:1; -webkit-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/*IE8*/ opacity:1; right:10px;}
.products-grid li.item > ul > li:hover .add-to-btn{top:10px;}
 .products-grid li.item .product-item:hover .add-to-btn, .products-grid li.item .product:hover .add-to-btn{top:10px;}
/*-----category page--------*/
.products-list .add-to-btn {
display: inline-block;
position: absolute;
top: 0px;
margin: 0;
right: 10px; -moz-opacity:0; -webkit-opacity:0; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";/*IE8*/ opacity:0; transition: all 300ms ease 0s;
-o-transition: all 300ms ease 0s;
-moz-transition: all 300ms ease 0s;
-webkit-transition: all 300ms ease 0s;}
.products-list .item:hover .add-to-btn {-moz-opacity:1; -webkit-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";/*IE8*/ opacity:1; top:10px; right:20px;}
.products-list .btn-cart{float:none; display:block;}
.category-products .add-to-links li{clear:both; margin-bottom:5px;}
.category-products .products-grid li.item .product-shop {padding: 0 10px;}

/*-----detail page--------*/
.product-view .add-to-cart .paypal-logo{margin-bottom: 10px;}

/*-------------my account----------*/
.customer-account-index .box-tags .tags{margin-top:5px;}

/*----------trang widget ----------*/
.cms-galashopmore-widgets .products-list .btn-cart {
float: left;
margin-right: 10px;
}
.cms-galashopmore-widgets  .widget-products .products-grid li.item:hover .add-to-btn {
opacity: 1; top:10px; right:10px;
}









