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


/* ********************************************************************************************
	Reset
*********************************************************************************************** */
/*@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900italic&subset=latin,latin-ext);*/

@font-face {
    font-family: 'Lato Black';
    src: url('../fonts/lato/Lato-Black_0.ttf');
	font-weight:bold;
}

* { margin:0; padding:0; }

body    { font:13px/18px 'Lato', Helvetica, sans-serif; color:#000033; text-align:center;}
img     { border:0; vertical-align:top; max-width:100%; }
a       { color:#000033; text-decoration:none; }
a:hover { text-decoration:none;}
:focus  { outline:0; }
html 	{ font-size:16px;}

/* Base */
::-moz-selection	{background: #252525; color: #fff; text-shadow: none;}
::selection		{background: #252525; color: #fff; text-shadow: none;}

/* Headings */
h1,h2,h3,
h4,h5,h6	{margin:0 0 10px; font-weight:normal;}
h1 		{font-size: 30px;line-height: 42px;}
h2 		{font-size: 24px;line-height: 32px;}
h3 		{font-size: 18px;line-height: 24px;}
h4 		{font-size: 16px;line-height: 20px;}
h5 		{font-size: 14px;line-height: 18px;}
h6 		{font-size: 12px;line-height: 16px;}

/* 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:middle; text-align:center; font-weight:normal; }

/* Content */
strong        { font-weight: bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:12px; }
sup           { font-size:12px; vertical-align:top; }

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

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

/*Blockquote*/
blockquote {border-left: 0;padding: 10px 0;padding-bottom: 0px !important;margin-bottom: 0px !important;}
blockquote, blockquote p {font-size: 18px;line-height: 28px;font-style: italic;}
blockquote.blockquote1, blockquote.blockquote1 p, blockquote.pullquote, blockquote.pullquote p {font-size: 12px;line-height: 18px;}
blockquote.blockquote2, blockquote.blockquote2 p {font-size: 14px;line-height: 22px;}
blockquote.pullquote {border-left: 1px dotted #e6e6e6;padding: 0 0 0 20px;}

/*Highlighted Text*/
.highlighted{padding: 1px 3px;border-radius: 1px;margin-right: 2px;color: #fff;background-color: #0066cc;}


/* ********************************************************************************************
	Layout
*********************************************************************************************** */

.wrapper {float: left;width: 100%;overflow: hidden;}
.page { text-align:left;display: inline-block;width: 100%;position: relative;}
.page-print {padding: 20px; text-align:left; background-repeat:repeat; background-position:center top;background-image: none;background-color: #FFFFFF;}
.page-empty {padding: 20px; text-align:left; background-repeat:repeat; background-position:center top;background-image: none;background-color: transparent;}
.page-popup {padding: 20px; text-align:left; background-repeat:repeat; background-position:center top;background-image: none;background-color: #FFFFFF;}

.main-container { background-color: #edf3f6; background-repeat:repeat; background-position:center top; clear: both; padding-bottom: 40px; border-bottom: 1px solid #cccccc}
.main { padding:30px 0 0px; min-height:400px; clear: both;position: relative;}

body.cms-index-index .main,
body.cms-index-defaultindex .main {}

/* Decrease padding on home page 1Column*/
body.cms-index-index .col1-layout .main,
body.cms-index-defaultindex .col1-layout .main { }

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

/* 1 Column Layout */
.col1-layout .col-main {}

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

/* 3 Columns Layout */
.col3-layout .col-main {}
.col3-layout .col-wrapper { float:left; }
.col3-layout .col-wrapper .col-main { float:right; }

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

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-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%; }

/* Category Full */
.category-full .col-left .block,
.category-full .col-left .block-sidebar{display: none;}
#oar_widget_orders_and_returns_form .form-alt li{padding:20px 0px 20px 0px;}


/* ********************************************************************************************
	Global Styles
*********************************************************************************************** */

/* Form Elements */
input, select, textarea, button {font:13px/18px 'Lato', Helvetica, sans-serif;vertical-align:middle;}
input.input-text, textarea { -webkit-appearance:none; }
input.input-text, select, textarea,
input.product-custom-option{color:#252525;background-color: #ffffff;border: 1px solid #e6e6e6;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;}
input.input-text{height: 40px;}
select {height:40px;padding:8px 10px;text-overflow:ellipsis;width: 100%;}
select.multiselect {height: auto !important;}
input.input-text, textarea {padding:8px 10px;text-overflow:ellipsis;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background-color: transparent !important;}
select option { padding-right:10px; padding-left:5px; }
select.multiselect option { padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:70px !important; text-align:center;}

/* Active, Deactive and others */
input.input-text:hover, select:hover, textarea:hover,
input.input-text:focus, select:focus, textarea:focus{ border-color:#0066cc; outline:none;}
input.input-text:disabled,
select:disabled,
textarea:disabled {opacity: 0.50;-moz-opacity: 0.50;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);}

/* Buttons */
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button {-webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button{overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer;overflow: hidden;max-width: 100%;}
button.button:hover{}
button.button span {float:left;display:block;padding:0;font-size:13px;text-align:center; white-space:nowrap;text-transform: uppercase;}
button.button span span{}

/* Style 1 (Buttons)*/
button.button span,
div.alert-inner a{background-color: #000033;color: #ffffff;}

/* Style 1 Hover Style (Buttons) */
button.button:hover span,
div.alert-inner a:hover{ background-color:#ff6633; color:#FFFFFF; }

/* Button Medium */
button.button span span { padding: 11px 20px; float: none;white-space: normal;}
button.button.btn-medium span span{padding: 10px 20px;}

/* Button Small */
button.button.btn-inline span span { padding:8px 20px;}
button.button.btn-small span span{padding: 8px 20px;}

/* Button Large */
.product-view .box-tags .form-add button.button span span{padding: 11px 20px;}
button.button.btn-large span span{padding: 15px 20px;font-size: 16px;}

/* Perticular Buttons */
.account-login .buttons-set button span span,
.opc .buttons-set button span span,
.account-create .buttons-set button span span,
.customer-account-forgotpassword .buttons-set button span span,
#oar_widget_orders_and_returns_form .buttons-set button span span,
.contacts-index-index .buttons-set .button span span{min-width: 120px;}


/* ********************************************************************************************
	Default Margin
*********************************************************************************************** */

/* Margin Top */
.martop0{margin-top: 0px !important;}
.martop5{margin-top: 5px !important;}
.martop10{margin-top: 10px !important;}
.martop15{margin-top: 15px !important;}
.martop20{margin-top: 20px !important;}
.martop25{margin-top: 25px !important;}
.martop30{margin-top: 30px !important;}
.martop35{margin-top: 35px !important;}
.martop40{margin-top: 40px !important;}
.martop45{margin-top: 45px !important;}
.martop50{margin-top: 50px !important;}

/* Margin Bottom */
.marbot0{margin-bottom: 0px !important;}
.marbot5{margin-bottom: 5px !important;}
.marbot10{margin-bottom: 10px !important;}
.marbot15{margin-bottom: 15px !important;}
.marbot20{margin-bottom: 20px !important;}
.marbot25{margin-bottom: 25px !important;}
.marbot30{margin-bottom: 30px !important;}
.marbot35{margin-bottom: 35px !important;}
.marbot40{margin-bottom: 40px !important;}
.marbot45{margin-bottom: 45px !important;}
.marbot50{margin-bottom: 50px !important;}

/* Margin Left */
.marleft0{margin-left: 0px !important;}
.marleft5{margin-left: 5px !important;}
.marleft10{margin-left: 10px !important;}
.marleft15{margin-left: 15px !important;}
.marleft20{margin-left: 20px !important;}
.marleft25{margin-left: 25px !important;}
.marleft30{margin-left: 30px !important;}
.marleft35{margin-left: 35px !important;}
.marleft40{margin-left: 40px !important;}
.marleft45{margin-left: 45px !important;}
.marleft50{margin-left: 50px !important;}

/* Margin Right */
.marright0{margin-right: 0px !important;}
.marright5{margin-right: 5px !important;}
.marright10{margin-right: 10px !important;}
.marright15{margin-right: 15px !important;}
.marright20{margin-right: 20px !important;}
.marright25{margin-right: 25px !important;}
.marright30{margin-right: 30px !important;}
.marright35{margin-right: 35px !important;}
.marright40{margin-right: 40px !important;}
.marright45{margin-right: 45px !important;}
.marright50{margin-right: 50px !important;}

/* Padding Top */
.padtop0{padding-top: 0px !important;}
.padtop5{padding-top: 5px !important;}
.padtop10{padding-top: 10px !important;}
.padtop15{padding-top: 15px !important;}
.padtop20{padding-top: 20px !important;}
.padtop25{padding-top: 25px !important;}
.padtop30{padding-top: 30px !important;}
.padtop35{padding-top: 35px !important;}
.padtop40{padding-top: 40px !important;}
.padtop45{padding-top: 45px !important;}
.padtop50{padding-top: 50px !important;}



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


/* ********************************************************************************************
	Form lists
*********************************************************************************************** */

/* Grouped fields */
.form-list li { margin:0 0 20px; }
.form-list label {font-weight: bold; float: left;position: relative;z-index: 0;margin: 0 0 8px 0;padding-right: 5px;}
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; }
.form-list .field { float:left; width: 49%;margin-bottom:8px; }
.form-list .field + .field{float: right;}
.form-list input.input-text { width: 100%; }
.form-list textarea { width: 100%; height:10em; }
.form-list select { width: 100%; }

.form-list li.wide .input-box { }
.form-list li.wide input.input-text { }
.form-list li.wide textarea { }
.form-list li.wide select { }
.form-list li.additional-row { border-top:1px solid #e6e6e6; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* 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 .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; }
.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 */
.buttons-set { clear: both;/*margin-top: 2em;border-top: 1px solid #e6e6e6;padding-top: 2em;*/}
.buttons-set button.button { float:right; margin-right:5px; margin-bottom:5px; }
.buttons-set p.required { margin:0 5px 5px 0; }
.buttons-set .back-link { float:left; margin-bottom:5px; }
.buttons-set .back-link a,
div.alert a{display: block;padding: 9px 20px;font-size: 13px;text-align: center;white-space: normal;max-width: 100%;box-sizing: border-box;float: none;text-transform: uppercase;}
.buttons-set .back-link a{background-color: #000033;color: #ffffff;}
.buttons-set .back-link a:hover{background-color: #d75f07;color: #FFF;}
.buttons-set .back-link small {display:inline-block;margin-right:5px;}
.buttons-set .back-link:hover small {}

.contacts-index-index .buttons-set {margin-bottom: 20px; }
.contacts-index-index .buttons-set button.button{float: right;margin: 0px;}
.contacts-index-index .buttons-set .required { text-align:left; }

/* Orders and Returns form */
#oar_widget_orders_and_returns_form .buttons-set button { float: left; }
#oar_widget_orders_and_returns_form .buttons-set .required { text-align: left; }
#oar_widget_orders_and_returns_form .form-list input.input-text,
#oar_widget_orders_and_returns_form .form-list select{width: 100% !important;}

/* Fieldset */
.fieldset,
.multiple-checkout .col2-set,
.multiple-checkout .col3-set,
.info-set {margin:0 0 20px;}
.fieldset .legend,
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend {margin-bottom: 20px;}

.section-line.block-title h3,
.fieldset h3{position: relative;}

.section-line.block-title h3:after,
.fieldset h3:after{content: "";background: #000033;height: 3px;width: 35px;/*position: absolute;left: 0;top: 30px;*/display: block;margin-top: 5px;}

.section-line.block-title h3,
.fieldset h3{text-transform: uppercase;}

.contact-us .block-content .peer-icon .icon{float: left;margin-right: 10px;border: none;font-size: 18px;color: #434343;}
.contact-us .block-content .indent{margin-bottom: 20px;}

/* Form Validation */
.validation-advice { clear:both; color:#cb2700; margin-top:5px; }
.validation-failed { border:1px solid #cb2700 !important; background:#fff !important; }
.validation-passed {}
p.required { font-size:12px; text-align:right; }
p.required,
.product-options dt label.required em,
.form-list label.required em { color:#0066cc; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }


/* ********************************************************************************************
	Global Messages
*********************************************************************************************** */

.success { color:#27ae60; font-weight: bold; }
.error { color:#cb2700;  font-weight: bold; }
.notice { color:#2980b9; }

.messages,
.messages ul { list-style:none !important; margin:0; padding:0; }
.messages { overflow:hidden; margin:0 0 10px; }
.messages li { margin:0 0 20px; }
.messages li li { margin:0; }
.messages a { text-decoration:underline; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg { background-position: 20px center !important;background-repeat: no-repeat !important;padding: 26px 25px 26px 70px !important;margin-bottom: 20px;font-size: 14px;}
.error-msg {border-color:#cb2700;background-color:#f8e9e8;background-image:url(../images/alert-icon/i_msg-error.png);color:#cb2700;}
.success-msg {border-color:#27ae60;background-color:#e4f3eb;background-image:url(../images/alert-icon/i_msg-success.png);color:#27ae60;}
.note-msg,
.notice-msg {border-color: #2980b9;background-color: #e6f1f8;background-image: url(../images/alert-icon/i_msg-note.png);color: #2980b9;}


/* ********************************************************************************************
	BreadCrumbs
*********************************************************************************************** */

.breadcrumbs{background-color: #edf3f6;overflow:hidden;width: 100%;padding: 17px 0;border-bottom:1px solid #e6e6e6;}
.breadcrumbs li {display: inline-block;}
.breadcrumbs a { }
.breadcrumbs li span {margin:6px 6px 0;}
.breadcrumbs li strong {  display:block;color: #0066cc; }


/* ********************************************************************************************
	Page Heading
*********************************************************************************************** */

.page-title { margin-bottom:20px; }
.page-title h1,
.page .page-title h2 {font-size: 16px;line-height: 24px;font-weight: bold;text-transform: uppercase;padding-top: 0;}
.page .page-title h1:after,
.page .page-title h2:after{content: "";height: 1px;width: 35px;/*position: absolute;left: 0;top: 27px;*/ display: block;margin-top: 5px;}
.page-title .separator { margin:0 3px; }
.page-title .separator,
.page-title .link-reorder,
.page-title .link-rss,
.page-title .link-print { font-weight: normal;display: inline-block;margin-top: 10px;border-bottom: none;font-size: 14px;padding: 0px;margin: 0px;line-height: 57px;}
.page-title .link-rss { float:right; margin-top:15px; }
.title-buttons { text-align:right; padding-right: 15px;}
.title-buttons button { }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; text-align:left; line-height: 1.59em;}


/* ********************************************************************************************
	Toolbar
*********************************************************************************************** */

.toolbar {position:relative;}

/* Size */
.sorter,
.pager {line-height: 30px;text-align: center;}

/* Pager */
.toolbar .pager {text-align: right;padding: 0px;}
.category-products .toolbar .pager{margin-bottom: -5px;}

.pager { }
.pager .pages {display: inline-block;vertical-align:middle; /* Vertical align to fix positionning issue */  }
.pager .pages strong,
.pager .pages span { float:left; margin-right:5px; font-weight:normal; }
.pager .pages ol { display:inline-block; vertical-align:middle; }
.pager .pages li {float: left;line-height: 30px;text-align: center;height: 30px;width: 30px;margin: 0 5px;}
.pager .pages li a {padding: 0px;display: block;}

.pager .pages li a,
.pager .pages li.current{background: #f6f6f6;}

.pager .pages li a:hover,
.pager .pages li.current{background-color: #0066cc;color: #FFFFFF;border-color: transparent !important;}

.pager .pages li a.next i,
.pager .pages li a a.previous i{font-weight: bold;font-size: 16px;}

/* Amount */
.pager .amount,
.sorter .amount { float:left;display: none !important;}
/* View mode */
.view-mode {float: left;}
.view-mode label { margin-left: 5px; }
.view-mode .grid,
.view-mode .list {vertical-align: middle;display: inline-block;font-family: FontAwesome;margin-left: 10px;text-align: center;font-size: 17px;font-weight: normal;background: #f6f6f6;width: 30px;}
.view-mode .grid:hover,
.view-mode .list:hover,
.view-mode .grid-mode-active,
.view-mode .list-mode-active{background: #0066cc;color: #FFFFFF;}

/* vertical spacing */
.sorter .item-left,
.pager .item-left,
.sorter .item-right{padding-top:5px;padding-bottom:5px; }

/* Item Elements */
.sorter .item-left,
.pager .item-left{float: left;text-align: left;margin-right: 20px;}
.sorter .item-right{float: right;margin-left: 20px;}

/*Style Sort By & limiter*/
.sort-by select,
.limiter select{max-width: 100%;width: auto;margin: 0px 0px 0px 5px;height: 30px;border: none;background: #f6f6f6;padding: 5px 10px;}
.sort-by select,
.limiter select,
.sort-by a{display: inline-block;vertical-align: middle;cursor: pointer;}
.sort-by a{margin-left: 5px;}
.sorter .sort-by{margin-right: 10px;}
.sorter .limiter{margin-left: 10px;}

/* Category-asc & Category-desc */
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc	{padding: 0 5px;}

/* Toolbar Bottom */
.toolbar-bottom {clear: both;width: 100%;margin-top: 3%;}
.toolbar-bottom .toolbar { }
.toolbar-bottom .toolbar .pager {margin-bottom: 0%;}
.toolbar-bottom .toolbar .pager .pages{}
.toolbar-bottom .sorter {display: none;}


/* ********************************************************************************************
	Data Table
*********************************************************************************************** */

.data-table { width:100%; }
.data-table thead { background:none; }
.data-table thead th{padding: 15px 20px;}
.data-table thead th,
.data-table tbody th{ vertical-align: middle;font-weight: bold;font-size: 16px;text-transform: uppercase;}
.data-table thead th.wrap { white-space:normal; }
.data-table th,
.data-table td { padding:20px;border-width: 1px; border-style: solid;border-color: #e6e6e6;}
.data-table th .tax-flag { font-weight:normal; }
.data-table tfoot tr td{text-align: right !important;}
.data-table tfoot tr.last td{font-size: 20px;color: #0066cc;}
.data-table tfoot td.last{text-align: left !important;}
.data-table tfoot tr.last td strong{}

/* Responsive Tile*/
.data-table .cartlabel { display:none; }


/* ********************************************************************************************
	Generic Info Box
*********************************************************************************************** */

.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #e6e6e6; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight: bold;  }
.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(../images/default-icon/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:#F5F5F5; color:#777; padding:2px 5px !important; }
tr.summary-details-first td { border-top:1px solid #e6e6e6; }
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/default-icon/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; }


/* ********************************************************************************************
	Class: std - styles for admin-controlled content
*********************************************************************************************** */

.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std dl dt { font-weight: bold; }
.std dl dd { margin:0 0 10px; }
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
/* Unordered list without any bullets */
.std ul.no-bullets { list-style:none outside none !important; padding-left:0 !important; }
.std ul.no-bullets li { background-image:none !important; padding-left:0 !important; }
/* Ordered lists */
.std ol { list-style:decimal outside; margin:10px 0; padding:0 0 0 1.5em; }
.std ol ol,
.std ul ol,
.std ol ul { margin:0.5em 0; }
/* Std Misc */
.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; }
/* Std Styles Override */
.std .products-grid p { margin-bottom:0; }


/* ********************************************************************************************
	Misc
*********************************************************************************************** */

.link-cart { font-weight: bold; }
.link-reorder { font-weight: bold; }
.link-print {}
.link-rss { white-space:nowrap; }
.link-print:before,
.link-rss:before{padding-right: 10px;font-family: FontAwesome;}


/* ********************************************************************************************
	Common styles for small buttons
*********************************************************************************************** */

/* Generic Button Style */
.btn-remove,
.btn-remove2,
.btn-edit,
.tool-tip .btn-close a,
.compare-table .link-wishlist,
.peer-cancel-img,
#fancybox-close,
div.alert-inner button.close{overflow: hidden;font-family: FontAwesome;font-size: 12px;display: inline-block;text-align: center;padding: 0px;background-color: #434343;color: #FFFFFF;width: 20px;height: 20px;border-radius: 3px;line-height: 20px;}

/* Hover Style*/
.btn-remove:hover,
.btn-remove2:hover,
.btn-edit:hover,
.tool-tip .btn-close a:hover,
.compare-table .link-wishlist:hover,
.peer-cancel-img:hover,
#fancybox-close:hover,
div.alert-inner button.close:hover{background-color: #0066cc;color: #FFFFFF;}

.shopping_cart .btn-remove { background-color: #ff6633 !important; }
.shopping_cart .btn-remove:hover { background-color: #000033 !important; }

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

.separator { /*margin: 0 3px;*/font-weight: normal;color: #e6e6e6;}
.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#e6e6e6; text-indent:-9999em; overflow:hidden; }


/* ********************************************************************************************
	Notices
*********************************************************************************************** */

.global-site-notice { background:#F5F5F5; color:#333; }
.global-site-notice .notice-inner { max-width:66%; margin:0 auto; padding:10px 0 10px 80px; background:url(../images/alert-icon/i_msg-note.png) 20px center no-repeat; text-align:left; }
.global-site-notice .notice-inner p { width:80%; margin:0; padding:10px 10px 10px 0; display:inline-block; vertical-align:middle; }
.global-site-notice .notice-inner .actions { display:inline-block; vertical-align:middle; }

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

/* Noscript Notice */
.noscript {}

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


/* ********************************************************************************************
	Lists
*********************************************************************************************** */

/* Unordered lists */
ul.bullet,
ul.disc,
ul.list{ margin:0 0 1em; padding:0; }

/* Bullet */
ul.bullet { list-style:none outside none; }
ul.bullet li a:before{float: left;font-family: FontAwesome;margin-right: 10px;}

/* Disc */
ul.disc { list-style:disc outside none; padding-left:1.5em; }
ul.disc li { background-image:none; padding-left:0; }

/*List*/
ul.list{list-style:none outside none; }
ul.list li { background-image:none; padding-left:0; }

/* Nested unordered lists */
ul.bullet ul,
ul.disc ul,
ul.list ul{ margin-top:0.5em; margin-bottom:0.5em; }

ul.bullet li a,
ul.disc li a,
ul.list li a{display: block;padding: 3px 0px;}

ol.ordered-list li a{display: block;padding: 3px 0px;}

/* Separator */
ul .separator {border-bottom:1px solid #e6e6e6;margin:8px 1px;overflow:hidden;}
ul.separator li a{padding: 6px 0px;border-bottom: 1px solid #e6e6e6;}
ul.separator li:last-child a,
ul.separator li.last a{border-bottom: none;}
ul.separator li.first a{padding-top: 0px;}


/* ********************************************************************************************
	Custom banners
*********************************************************************************************** */

.page-banners .banner a { display:block; }
.page-banners .banner a img { display:block; margin:0 auto; }
.page-banners .banner { margin-bottom:20px; text-align: center;}
.page-banners .banner.last{margin-bottom:0px;}
.page-banners .banner p{text-align: left;}

/* ********************************************************************************************
	Bannerslider Block
*********************************************************************************************** */

.slider-banners {-webkit-backface-visibility: hidden; margin-bottom:0.1%;}
.slider-banners .banner {margin-bottom:2%; text-align: center; position:relative;}
.slider-banners .banner.last{margin-bottom:0px;}
.slider-banners a.banner,
.slider-banners .banner a { display:block; }


/* ********************************************************************************************
	Category Top Banner Elements
*********************************************************************************************** */

.category-block-section{clear: both;}
.landing-page {}
.horizontal-section,
.vertical-section { display:block; margin-top:0; margin-bottom:20px; position:relative; }
.horizontal-section {}
.landing-page .center-block { display:block; margin:0 auto; }

/* Templete Width */
.content-width .horizontal-section,
.content-width .vertical-section{margin-bottom:40px;}
.full-width .horizontal-section,
.full-width .vertical-section{margin-bottom: 0px;float: left;width: 100%;}

/* Align Banner Img */
.center-block {text-align: center;}
.right-block{text-align: right;}
.left-block{text-align: left;}


/* ********************************************************************************************
	Caption
*********************************************************************************************** */

.caption {display:block;position:absolute;bottom:0;width:80%;margin:6%;padding:0;text-align: left;z-index: 1;}

/* Caption position */
.caption.top {top:0;bottom:auto;width:80%;}
.caption.top-right {top:0;bottom:auto;right:0;width:58%;}
.caption.bottom-right {right:0;width:58%;}
.caption.middle {left:0;width:74%;margin:9%;}
.caption.middle-right {right:0;width:52%;margin:9%;}

/* Caption elements */
.caption > * {float:left;display:inline-block;margin-bottom:1px;}
.caption .heading {padding:0.25em;margin-bottom:0.2em;font-size:34px;line-height:40px;font-weight:normal;clear: both;}
.caption p {clear:left;padding:0.25em 0.5em;margin-bottom:1px !important;font-size: 16px;line-height:20px;}
.caption button {clear:left;}

/* Caption layout */
.caption.centered {text-align: center;}
.caption.centered > * {display:inline-block;float: none;}

/* Floating (text alignment) */
.caption.right > * { text-align:right; float:right !important; }

/* Caption additional styles */

.caption.full-width { width:88%; margin:6%; }
.caption.narrow { width:38%; }

.caption.middle.full-width,
.caption.middle-right.full-width{width:82%;margin: 9%;}
.caption.middle.narrow,
.caption.middle-right.narrow{ width:32%; }

/* Prevent from hiding elements of the caption on narrow screens */
.caption .permanent { display:inline-block !important; }

/* Skin */
.caption .heading,
.caption p {
    transition:		color 450ms ease-in-out, background-color 450ms ease-in-out;
    -moz-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
    -webkit-transition:	color 450ms ease-in-out, background-color 450ms ease-in-out;
    -o-transition:		color 450ms ease-in-out, background-color 450ms ease-in-out;
}
a:hover .caption .heading,
a:hover .caption p,
.caption-on-hover:hover .caption .heading,
.caption-on-hover:hover .caption p{
    transition:		color 200ms ease-in-out, background-color 200ms ease-in-out;
    -moz-transition:	color 200ms ease-in-out, background-color 200ms ease-in-out;
    -webkit-transition:	color 200ms ease-in-out, background-color 200ms ease-in-out;
    -o-transition:		color 200ms ease-in-out, background-color 200ms ease-in-out;
}

/* Dark + white text */
.caption.dark1 .heading,
.caption.dark1 p { background-color:rgba(0,0,0, 0.35); color:#fff;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#35000000,endColorstr=#35000000);}
a:hover .caption.dark1 .heading,
a:hover .caption.dark1 p,
.caption-on-hover:hover .caption.dark1 .heading,
.caption-on-hover:hover .caption.dark1 p{ background-color:rgba(0,0,0, 0.7); color:#fff; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000,endColorstr=#70000000);}

/* Dark + white text */
.caption.dark2 .heading,
.caption.dark2 p { background-color:rgba(0,0,0, 0.5); color:#fff; }
a:hover .caption.dark2 .heading,
a:hover .caption.dark2 p,
.caption-on-hover:hover .caption.dark2 .heading,
.caption-on-hover:hover .caption.dark2 p{ background-color:rgba(0,0,0, 0.8); color:#fff; }

/* Dark + white text */
.caption.dark3 .heading,
.caption.dark3 p { background-color:rgba(0,0,0, 0.65); color:#fff; }
a:hover .caption.dark3 .heading,
a:hover .caption.dark3 p,
.caption-on-hover:hover .caption.dark3 .heading,
.caption-on-hover:hover .caption.dark3 p{ background-color:rgba(0,0,0, 1); color:#fff; }

/* Light + black text */
.caption.light1 .heading,
.caption.light1 p { background-color:rgba(255,255,255, 0.35); color:#000; }
a:hover .caption.light1 .heading,
a:hover .caption.light1 p,
.caption-on-hover:hover .caption.light1 .heading,
.caption-on-hover:hover .caption.light1 p{ background-color:rgba(255,255,255, 0.7); color:#000; }

/* Light + black text */
.caption.light2 .heading,
.caption.light2 p { background-color:rgba(255,255,255, 0.6); color:#000; }
a:hover .caption.light2 .heading,
a:hover .caption.light2 p,
.caption-on-hover:hover .caption.light2 .heading,
.caption-on-hover:hover .caption.light2 p{ background-color:rgba(255,255,255, 0.85); color:#000; }

/* Light + black text */
.caption.light3 .heading,
.caption.light3 p { background-color:rgba(255,255,255, 0.8); color:#000; }
a:hover .caption.light3 .heading,
a:hover .caption.light3 p,
.caption-on-hover:hover .caption.light3 .heading,
.caption-on-hover:hover .caption.light3 p{ background-color:rgba(255,255,255, 1); color:#000; }


/* ********************************************************************************************
	Header container
*********************************************************************************************** */

.header-container {left: 0;right: 0;z-index: 999;position: relative;}
.header .item-left{float: left;margin-right: 15px;}
.header .item-right{float: right;margin-left: 15px;}

/* Header Top */
.header-top-container{background-color: #282828;}
.header-top-container .links li a{color: #aaaaaa;}
.header-top{line-height: 40px;font-size: 13px;}

/* Header Primary */
.header-primary-container{}
.header-primary{padding: 40px 0px;}
.header-primary .block_header_top_left span.icon{color: #ededed;font-size: 16px;vertical-align: middle;}
.header .dropdown{display: inline-block;margin-left: -3px;border-right: 2px solid #393939;border-left: 2px solid #151515;height: 19px;}
.header .toplinks.dropdown{border-left-width: 0px;}
.header .toplinks .links > li.last{display: none;}
.header .dropdown .dropdown-toggle{padding-bottom: 10px;}
.header .language.dropdown{text-transform: uppercase;}
.header .lang_cur{text-align:right;float: right;}
.header .currency.dropdown{border-right-width: 0px;}
.header .currency.dropdown .currency-inner{color: #FFFFFF;}
.top-links{text-align: left;}

/* logo */
.logo {text-align: center;}
.logo strong{display:none;}

/* Header 2 Style =============================================================== */


.header2 .shopping_cart{float: none;margin-right:0;position: relative;}
.header2 .shopping_cart .dropdown-toggle{height: auto;padding-bottom: 0;line-height: normal;vertical-align: inherit;}
.header2 .shopping_cart.dropdown{border-right: none;border-left: none;margin-left: 0;height: auto;padding: 0;padding-left: 10px;float: none;}
.header2 .shopping_cart .icon-cart{width: 42px;height: 42px;line-height: 42px;background-color: #f6f6f6;text-align: center;}
.header2 .shopping_cart .icon-cart span.icon{padding: 0;}
.header2 .shopping_cart .dropdown-toggle .count{position: absolute;background: red;height: 17px;width: 17px;text-align: center;border-radius: 50%;color: #fff;bottom: 76%;right: -7px;z-index:4002}
.header2 .shopping_cart,
.header2 .wishlist{vertical-align: middle;}
.header2 .shopping_cart .dropdown-menu{
    border: 1px solid #cccccc;
    right: 0;
    top: 99%;
    min-width: 360px;
}

/* Header 3 Style =============================================================== */


.header3 .logo{text-align: left;}
.header3 .form-search{border: none;opacity: 1;}
.header3 .quick-search{float: right;width: auto;}
.header3 .quick-search select{display: none;}
.header3 .quick-search button{position: inherit;border-radius: 100%;margin: 0;}

.header3 .quick-search input{position: absolute;top: 100%;right: 0;z-index: 1000;

    display: none/9;

    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);

    pointer-events: none;

    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-box-shadow: 0 2px 4px rgba(136, 136, 136, 0.25);
    -moz-box-shadow: 0 2px 4px rgba(136, 136, 136, 0.25);
    box-shadow: 0 2px 4px rgba(136, 136, 136, 0.25);
}

.header3 .quick-search:hover input{

    display: block/9;

    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);

    pointer-events: all;

    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);


}
.header3 .navmain-container{padding: 20px 0px 10px;}

.header3 .form-search .input-text{width: auto;}
.header3 .form-search .button span span{padding: 0;width: 35px;height: 35px;line-height: 35px;font-size: 14px;}
.header3 .form-search button.button span{background-color: #f6f6f6 !important;color: #434343 !important;}
.header3 .form-search button.button:hover span{background-color: #0066cc !important; color: #FFFFFF !important; }
.header3 .shopping_cart .dropdown-toggle{height: auto;line-height: normal;}
.header3 .shopping_cart{margin-right: 0;}
.header3 .shopping_cart .icon-cart{width: 35px;height: 35px;line-height: 35px;font-size: 14px;background-color: #f6f6f6;border-radius: 100%;text-align: center;}
.header3 .shopping_cart .icon-cart:hover{background-color: #0066cc; color: #FFFFFF;}
.header3 .shopping_cart .dropdown-toggle .count{position: absolute;background: red;height: 17px;width: 17px;text-align: center;border-radius: 50%;color: #fff;bottom: 76%;right: -7px;}
.header3 .shopping_cart .icon-cart span.icon{padding: 0;}
.header3 .search-cart{line-height: 50px;margin-left: 20px;}
.header3 .quick-search,
.header3 .shopping_cart{float: none;display: inline-block;vertical-align: middle;margin: 0 5px;}
.header3 .form-search .input-text{line-height: normal !important;padding-right: 20px;}
.header3 .shopping_cart .dropdown-menu{top: 100%;right: 0;}
.header3 .shopping_cart .dropdown-menu{line-height: normal;}
.header3 .mega-container,
.header3 .nav-container{float: right;}

.header3 #mega-nav > li > a:before,
.header3 .nav-container #nav > li > a:before{top: auto;bottom: -3px;}
.header3 #mega-nav > li > a,
.header3 .nav-container #nav > li > a{border-bottom: 3px solid transparent;border-top: none;}




/* Header 4 Style =============================================================== */

.header4 .header .dropdown,
.header4 .login-register a{border-right-width: 1px;border-left-width: 1px;}
.header4 .header .toplinks.dropdown{border-left-width: 0px;}
.header4 .header .currency.dropdown,
.header4 .login-register .user-register{border-right-width: 0px;}

.header4 .shopping_cart{float: none;margin-right:0;position: relative;}
.header4 .shopping_cart .dropdown-toggle{height: auto;padding-bottom: 0;line-height: normal;vertical-align: inherit;}
.header4 .shopping_cart.dropdown{border-right: none;border-left: none;margin-left: 0;height: auto;padding: 0;padding-left: 10px;float: none;}
.header4 .shopping_cart .icon-cart{width: 42px;height: 42px;line-height: 42px;background-color: #f6f6f6;text-align: center;}
.header4 .shopping_cart .icon-cart span.icon{padding: 0;}
.header4 .shopping_cart .dropdown-toggle .count{position: absolute;background: red;height: 17px;width: 17px;text-align: center;border-radius: 50%;color: #fff;bottom: 76%;right: -7px;}
.header4 .shopping_cart,
.header4 .wishlist{vertical-align: middle;}
.header4 .shopping_cart .dropdown-menu{top: 100%;right: 0;}
.header4 .shopping_cart .icon-cart:hover{background-color: #0066cc;color: #FFFFFF;}
.header4 .block_header_top_left.item{display: inline-block;}
.header4 .compare-wishlist-box{width: auto;}
.header4 .call-compare{float: right;}

.header4 #mega-nav > li > a:before,
.header4 .nav-container #nav > li > a:before{top: auto;bottom: -3px;}
.header4 #mega-nav > li > a,
.header4 .nav-container #nav > li > a{border-bottom: 3px solid transparent;border-top: none;}

.header4 .nav{text-align: center;}
.header4 .mega-container,
.header4 .nav-container{float: none;display: inline-block;vertical-align: middle;}



/* Header 5 Style =============================================================== */


.header5 .logo{text-align: left;}
.header5 .form-search{border: none;opacity: 1;z-index: 11;}
.header5 .quick-search{margin-right: -3px;width: auto;}
.header5 .quick-search select{display: none;}
.header5 .quick-search button{position: inherit;margin: 0;}

.header5 .quick-search input{

    position: absolute;
    top: 100%;
    right: 0;

    display: none/9;

    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);

    pointer-events: none;

    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-box-shadow: 0 2px 4px rgba(136, 136, 136, 0.25);
    -moz-box-shadow: 0 2px 4px rgba(136, 136, 136, 0.25);
    box-shadow: 0 2px 4px rgba(136, 136, 136, 0.25);
}

.header5 .quick-search:hover input{

    display: block/9;

    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);

    pointer-events: all;

    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);


}
.header5 .form-search .input-text{width: auto;padding-right: 20px;}
.header5 .form-search .button span{color: #aaaaaa !important;}
.header5 .form-search .button span span{font-size: 14px;padding: 0 15px;}
.header5 .shopping_cart .dropdown-toggle{height: auto;line-height: normal;}
.header5 .shopping_cart .dropdown-toggle .summary-container{color: #aaaaaa;}
.header5 .shopping_cart{margin-right: 0;float: none !important;}
.header5 .quick-search,
.header5 .shopping_cart{float: none;display: inline-block;vertical-align: middle;}
.header5 .search-cart{line-height: 36px;}
.header5 .search-cart > *{display: inline-block;vertical-align: middle;}
.header5 .shopping_cart .dropdown-menu{top: 28px;right: 0;}
.header5 .shopping_cart .dropdown-menu{line-height: normal;}
.header5 .shopping_cart.dropdown{border-right: none;padding-left: 15px;}
.header5 .shopping_cart .icon-cart span.icon{color: #0066cc;}

.header5 .header-top .block-cart.dropdown-menu .button-set a{padding: 0;display: inline-block;line-height: 20px;}

.header5 .mega-container,
.header5 .nav-container{float: right;}

.header5 .navmain-container{padding: 20px 0 20px}

.header5 #mega-nav > li > a,
.header5 .nav-container #nav > li > a{border-top-color: transparent;}

.header5 #mega-nav > li > a:before,
.header5 .nav-container #nav > li > a:before{display: none;}


/* Header 6 Style =============================================================== */


.header6 .header .dropdown,
.header6 .login-register a{border-right-width: 1px;border-left-width: 1px;}
.header6 .header .toplinks.dropdown{border-left-width: 0px;}
.header6 .header .currency.dropdown,
.header6 .login-register .user-register{border-right-width: 0px;}

.header6 .form-search{border: none;opacity: 1;z-index: 11;}
.header6 .quick-search{margin-right: -3px;width: auto;}
.header6 .quick-search select{display: none;}
.header6 .quick-search button{position: inherit;margin: 0;}


.header6 .quick-search input{

    position: absolute;
    top: 100%;
    right: 0;



    display: none/9;

    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);

    pointer-events: none;

    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -o-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-box-shadow: 0 2px 4px rgba(136, 136, 136, 0.25);
    -moz-box-shadow: 0 2px 4px rgba(136, 136, 136, 0.25);
    box-shadow: 0 2px 4px rgba(136, 136, 136, 0.25);
}

.header6 .quick-search:hover input{

    display: block/9;

    opacity: 1;
    -moz-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);

    pointer-events: all;

    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);


}
.header6 .form-search .input-text{width: auto;padding-right: 20px;}
.header6 .form-search .button span{color: #aaaaaa !important;}
.header6 .form-search .button span span{font-size: 14px;padding: 0 15px;}
.header6 .shopping_cart .dropdown-toggle{height: auto;line-height: normal;}
.header6 .shopping_cart .dropdown-toggle .summary-container{color: #aaaaaa;}
.header6 .shopping_cart{margin-right: 0;float: none !important;}
.header6 .quick-search,
.header6 .shopping_cart{float: none;display: inline-block;vertical-align: middle;}
.header6 .search-cart{line-height: 36px;}
.header6 .search-cart > *{display: inline-block;vertical-align: middle;}
.header6 .shopping_cart .dropdown-menu{top: 28px;right: 0;}
.header6 .shopping_cart .dropdown-menu{line-height: normal;}
.header6 .shopping_cart.dropdown{border-right: none;padding-left: 15px;}
.header6 .shopping_cart .icon-cart span.icon{color: #0066cc;}

.header6 .header-top .block-cart.dropdown-menu .button-set a{padding: 0;display: inline-block;line-height: 20px;}


.header6 .nav{text-align: center;}

.header6 .mega-container,
.header6 .nav-container{float: none;display: inline-block;vertical-align: middle;}

.header6 #mega-nav > li > a,
.header6 .nav-container #nav > li > a{border-top-color: transparent;}

.header6 #mega-nav > li > a:before,
.header6 .nav-container #nav > li > a:before{display: none;}





/* Header 7 Style =============================================================== */

.header7 .shopping_cart{float: none;margin-right:0;position: relative;}
.header7 .shopping_cart .dropdown-toggle{height: auto;padding-bottom: 0;line-height: normal;vertical-align: inherit;}
.header7 .shopping_cart.dropdown{border-right: none;border-left: none;margin-left: 0;height: auto;padding: 0;padding-left: 10px;}
.header7 .shopping_cart .icon-cart{width: 42px;height: 42px;line-height: 42px;background-color: #f6f6f6;text-align: center;}
.header7 .shopping_cart .icon-cart span.icon{padding: 0;}
.header7 .shopping_cart .dropdown-toggle .count{position: absolute;background: red;height: 17px;width: 17px;text-align: center;border-radius: 50%;color: #fff;bottom: 76%;right: -7px;}
.header7 .shopping_cart,
.header7 .wishlist{vertical-align: middle;}
.header7 .shopping_cart .dropdown-menu{top: 100%;right: 0;}
.header7 .shopping_cart .icon-cart:hover{background-color: #0066cc;color: #FFFFFF;}
.header7 .block_header_top_left.item{display: inline-block;}
.header7 .compare-wishlist-box{width: auto;}
.header7 .call-compare{float: right;}


.header7 #mega-nav > li > a:before,
.header7 .nav-container #nav > li > a:before{top: auto;bottom: -3px;}
.header7 #mega-nav > li > a,
.header7 .nav-container #nav > li > a{border-bottom: 3px solid transparent;border-top: none;}

.header7 .nav{text-align: center;}

.header7 .mega-container,
.header7 .nav-container,
.header7 .mega-mobile-container{float: none;display: inline-block;vertical-align: middle;}


/* Mini Cart =============================================================== */

.header .shopping_cart {float:right;margin: 0px;text-align: center;}
.after-mini-cart { clear:both; }
.welcome-msg {color: #0066cc;}

/* Mini Cart Title */
.shopping_cart{float:right;margin-right:30px;}
.shopping_cart .dropdown-toggle{height: 55px;line-height: 55px;}
.shopping_cart .dropdown-toggle .summary-container{position: relative;}
/*.shopping_cart .dropdown-toggle .summary-container:after{
	content: " ";
	display: block;
	border-bottom: 7px solid #0066cc;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: none;
	position: absolute;
	left: 0px;
	bottom: -8px;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	display: none/9;
	opacity: 0;
	-moz-opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	pointer-events: none;
	visibility: hidden;
	
	-webkit-transform: 	translateY(-20px);
	-moz-transform: 	translateY(-20px);
	-o-transform: 		translateY(-20px);
	-ms-transform: 		translateY(-20px);
	transform: 		translateY(-20px);
	
	-webkit-transition: 	all 0.2s ease-in-out;
	-moz-transition: 	all 0.2s ease-in-out;
	-o-transition: 		all 0.2s ease-in-out;
	transition: 		all 0.2s ease-in-out;
}*/
.shopping_cart:hover .dropdown-toggle .summary-container:after{
    z-index: 1000;

    display: block/9;
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    pointer-events: all;
    visibility: visible;

    -webkit-transform: 	translateX(0px);
    -moz-transform: 	translateX(0px);
    -o-transform: 		translateX(0px);
    -ms-transform: 		translateX(0px);
    transform: 		translateX(0px);
}
.shopping_cart .dropdown-toggle .count {font-weight: 700;font-size: 14px;}
.shopping_cart .dropdown-toggle .amount {}
.shopping_cart .dropdown-toggle .subtotal {}
.shopping_cart .icon-cart{fill: #0066cc;overflow: hidden;position: relative;z-index: 4001;}
.shopping_cart .icon-cart span.icon{font-size: 16px;padding-right: 5px;}

/* Mini Cart Content */
.shopping_cart .dropdown-menu .bag-header{/*font-size: 16px;padding: 15px;border-bottom: 1px solid #e6e6e6;*/}
.shopping_cart .dropdown-menu{right:-24px;}
.shopping_cart .dropdown-menu .mini-products-list li{}
.shopping_cart .mini-products-list .product-name{font-weight: bold;line-height: 20px;text-transform: uppercase;}
.shopping_cart .dropdown-menu a{}
.shopping_cart .dropdown-menu .inner {}
.shopping_cart .dropdown-menu .incl-tax { display:block; padding-bottom:10px; text-align:right; }
.shopping_cart .dropdown-menu .empty { padding:0px 0; }
.shopping_cart .block-subtitle{font-size: 15px;margin-bottom: 10px;}
.shopping_cart .dropdown-menu .price{font-weight: bold;color:#999999; }
.shopping_cart .button-set{position: absolute;bottom: 0;right: 0;}
.shopping_cart .btn-remove,
.shopping_cart .btn-edit {}
.shopping_cart .subtotal {float: left; padding: 10px; text-align: left; width: 40%;}
.shopping_cart .subtotal .label{font-size: 14px;}
.shopping_cart .subtotal .price{color: #999999;font-size: 16px;font-weight: bold;}
.shopping_cart .actions{float: right;text-align: center;width: 50%;}
.shopping_cart .actions button{}
.shopping_cart .actions button.btn-checkout{width: 100%;}
.shopping_cart .actions button span{}
.shopping_cart .actions button.button span{float: none; padding-left: 0; padding-right: 0;}
.shopping_cart .truncated { margin-left:0px; }
#cart-sidebar {margin-bottom: 20px;overflow: hidden;
}


/* Form Search =============================================================== */

.quick-search{float: left;width: 82%;}
#search_mini_form { clear:both; display:block; }
.form-search { position:relative;z-index: 1;border: 1px solid #e6e6e6;opacity: 0.8;}
.form-search label { float:left; margin:3px 4px 0 0; display:none; }
.form-search .input-text {width: 75%;display: inline-block;padding:0px 20px;padding-right: 53px;overflow:hidden;text-overflow:ellipsis;border: none;font-size: 12px;font-style: italic;}
.form-search select{width: 25%;float: left;border: none;border-radius: 0;border-right: 1px solid #e6e6e6;}
.compare-wishlist-box{display: inline-block;width: 18%;text-align: right;}
.compare-wishlist-box .wishlist,
.compare-wishlist-box .compare{padding-left: 10px;display: inline-block;position: relative;}
.compare-wishlist-box .wishlist span,
.compare-wishlist-box .compare span{background: #f6f6f6;color: #434343;height: 42px;width: 42px;line-height: 42px;text-align: center;font-size: 17px;
    transition:		all 300ms ease-in-out;
    -moz-transition:	all 300ms ease-in-out;
    -webkit-transition:	all 300ms ease-in-out;
    -o-transition:		all 300ms ease-in-out;
}
.compare-wishlist-box .wishlist span:hover,
.compare-wishlist-box .compare span:hover{background: #0066cc;color: #fff;}
.compare-wishlist-box  p.count{position: absolute;background: red;height: 17px;width: 17px;text-align: center;border-radius: 50%;color: #fff;bottom: 76%;right: -7px;}


/* Button */
.form-search .button {display: block;position: absolute;top: 0;right: 0;margin: 1px;}
.form-search button.button span{background-color: transparent !important; color: #000 !important;}
.form-search button.button:hover span{background-color: transparent !important; color: #0066cc !important;}
.form-search .button span span {line-height: 38px;padding-top: 0px;padding-bottom: 0px;font-size: 18px;}

/* Search autocomplete */
.form-search .search-autocomplete {left:0 !important; top:100% !important;position:relative;z-index:4100 !important;}
.form-search .search-autocomplete ul { background-color:#fff; text-align:left; padding:3px; }
.form-search .search-autocomplete li { padding:3px 5px; cursor:pointer; line-height: 24px; }
.form-search .search-autocomplete li:hover {}
.form-search .search-autocomplete li .amount { float:right; padding-left:5px; }


/* Nav Maincontainer =============================================================== */

.navmain-container,
.navmain-container.template .nav{float: left;width: 100%;-webkit-backface-visibility: hidden;-o-backface-visibility: hidden;background-color: #f6f6f6;

    -webkit-box-shadow: 0px 4px 5px -4px;
    -moz-box-shadow: 0px 4px 5px -4px;
    -ms-box-shadow: 0px 4px 5px -4px;
    -o-box-shadow: 0px 4px 5px -4px;
    box-shadow: 0px 4px 5px -4px;

    position: relative;
    z-index: 10;
}
.navmain-container.template .nav{border-left-width: 1px;border-right-width: 1px;}
.navmain-container.template{background-color: transparent !important;border: none !important;box-shadow: none !important; }
.nav{position: relative;}
.nav *{}
.nav .fa-bars {
    margin-right: 10px;
}

/* Sticy Header */
.navmain-container.fixed{z-index: 8000;left: 0;right: 0px;margin: 0 auto;opacity: 1;position: fixed;top: 0px;
    -webkit-box-shadow: 0 0px 5px 0px;
    -moz-box-shadow: 0 0px 5px 0px;
    -ms-box-shadow: 0 0px 5px 0px;
    -o-box-shadow: 0 0px 5px 0px;
    box-shadow: 0 0px 5px 0px;
}

/* Sticy Header Animate */
.navmain-container.fixed{
    -webkit-animation-duration: 450ms;
    animation-duration: 450ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.navmain-container.fixed li a > .category-label{display: none;}

/* ********************************************************************************************
	Sidebar
*********************************************************************************************** */

/* Blocks */
.block { margin:0 0 30px;}
.block .block-title {margin-top: 0;position: relative;margin-bottom: 20px;font-size: 16px;clear: both;text-transform: uppercase;line-height: 24px;overflow: hidden;}
.block .block-title strong {}
.block .block-title strong:after{content: "";background: #0066cc;height: 3px;width: 35px;display: block;margin-top: 5px;}
.block .block-title strong span{display: block;}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0px 0 15px; padding:0; }
.block .block-content {	/*padding: 20px 20px 40px;*/ }
.block .block-content li,
.block-layered-nav .block-content .currently li{ padding: 8px 0;}
.block .block-content li.item {}
.block .block-content li:first-child{padding-top: 0px;}
.block .block-content li.last,
.block .block-content li:last-child{padding-bottom: 0;}
.block .block-content .mini-products-list li.item{padding: 10px 0px;}
.block .block-content .mini-products-list li.item:first-child{padding-top: 0px;}
.block .block-content .mini-products-list li.item:last-child,
.block .block-content .mini-products-list li.item.last{padding-bottom: 0px;}
.block .block-content li.item .product-name {padding-bottom: 0px;}
.block .btn-remove { float:right;margin-left: 10px;padding: 0px !important; }
.block .btn-edit { float:right; }
.block .actions { margin: 15px 0 0;text-align: right;float: left;width: 100%;}
.block .actions a { float:left; }

/* Block: lists */
.block-viewed .block-content ol,
.block-compare .block-content ol,
.block-compared .block-content ol {}
.block-viewed .block-content ol li,
.block-compare .block-content ol li,
.block-compared .block-content ol li {}
.block-viewed .block-content .product-name,
.block-compare .block-content .product-name,
.block-compared .block-content .product-name {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

/* Mini Products List */
.mini-products-list li {position: relative;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;float: left;width: 100%;padding: 10px 0px;margin-left: 0px !important;margin-right: 0px !important;}
.mini-products-list li.item:first-child{padding-top: 0px;}
.mini-products-list li.item:last-child,
.mini-products-list li.item.last{padding-bottom: 0;}
.mini-products-list .product-image { float:left; width:72px; }
.mini-products-list .product-details { margin-left:90px; text-align: left;}
.mini-products-list .product-details h4 { font-weight: bold; margin:0; }
.mini-products-list li.last{}

.mini-products-list .product-name{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;margin-bottom: 3px;}/*Single Line Name*/
.mini-products-list .ratings{margin: 9px 0 8px;}
.mini-products-list .ratings:after{display: inline-block;vertical-align: top;}
.mini-products-list .ratings .rating-links{display: none;}
.mini-products-list .price-box{padding: 2px 0px 7px;}
.mini-products-list .price-box p{display: inline-block;margin-bottom: 0px;}
.mini-products-list .price-box .price-label{display: none;}
.mini-products-list .price-box .old-price .price{padding: 0;}

/* Block: Account */
.block-account .block-title {}
.block-account .block-content li a{padding: 0;

    -webkit-transition: 		all 300ms ease-in-out;
    -moz-transition: 		        all 300ms ease-in-out;
    -o-transition: 			all 300ms ease-in-out;
    transition: 			all 300ms ease-in-out;

}
.block-account .block-content li a:hover,
.block-account .block-content li.current strong{}
.block-account .block-content li a {}
.block-account li > * {display:block;}
.block-account li strong {font-weight: normal;color: #0066cc;}

/* Block: Currency */
.col-left.sidebar .currency{display: none;}

/* Block: Layered Navigation */
.block-layered-nav .block-content { margin: 0 20px; }
.block-layered-nav .block-content .block-title strong:after{display: none;}
.block-layered-nav .block-content .block-title{margin-bottom: 15px;}
.block-layered-nav .block-content .block-title strong{color: #0066cc;padding: 0;line-height: normal;}
.block-layered-nav .block-subtitle { display:none; margin-bottom:0; }
.block-layered-nav .block-content .block-title span { color: #000033; text-transform: none; font-weight: normal; }

.block-layered-nav li{}
.block-layered-nav li:hover{}
.block-layered-nav li a{display: block;padding-right: 5px;}
.block-layered-nav li a span:last-child{float: right;}
.block-layered-nav li a:hover{/*color: inherit;*/}

/* Filters of list  */
.block-layered-nav dl,
.block-blog dl{ padding-left:0px; padding-top:0px; }
.block-layered-nav dt,
.block-blog dt{font-size: 120%;padding: 0;}
.block-layered-nav dd,
.block-blog dd{	padding:0px 0 15px 0px; float: left;width: 100%;}
.block-layered-nav dd ol li a,
.block-blog dd ol li a{}
.block-layered-nav dd.last,
.block-blog dd.last{ border-bottom:none; padding-bottom: 0px;}


/* Filters current */
.block-layered-nav .currently { /* margin:10px 0; */ }
.block-layered-nav .currently .block-subtitle { display:block; padding: 0px 0px 5px; font-weight:normal; }
.block-layered-nav .currently ol { /* padding:10px; */ }
.block-layered-nav .currently li:hover{background: none;}
.block-layered-nav .currently ol li { /* margin-bottom:4px; position: relative; padding: 10px 0px;*/}
.block-layered-nav .currently ol li span{float: left;}
.block-layered-nav .currently .label { margin-right:4px; color:#0066cc; }
.block-layered-nav .currently .btn-remove{background-color: transparent !important; color: #000033 !important;}
.block-layered-nav .actions { margin-bottom: 15px;}
.block-layered-nav .actions a { float:right; }

/* Block: Category Sidebar Navigation */

/* List items */
#sidenav{}
#sidenav li{ position:relative;}
#sidenav li.last{border:0 none;}
#sidenav li a{display: block;}
#sidenav li a:hover{}
#sidenav li.active > a{color: #0066cc;}

#sidenav li,
.block-layered-nav .block-content li,
.block-account .block-content li,
.block-blog .block-content li{padding: 0px;}

#sidenav li a,
.block-layered-nav .block-content li a,
.block-account .block-content li a,
.block-blog .block-content li a,
.block-account .block-content li strong{padding: 10px 0;transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out;-webkit-transition: all 300ms ease-in-out;-o-transition: all 300ms ease-in-out;}

#sidenav li a:hover,
.block-layered-nav .block-content li a:hover,
.block-account .block-content li a:hover,
.block-blog .block-content li a:hover{background: #f6f6f6;padding-left: 10px;}

.block-layered-nav .block-content li a.btn-remove:hover{background: #0066cc;}

#sidenav li a:before,
.block-layered-nav #narrow-by-list li a:before,
#mega-nav ul.subs li li a:before,
#mega-nav .megamenu-vertical ul.subs li a:before,
#side-nav > li > a:before,
.block-account .block-content li a:before,
.block-account li strong:before,
.block-blog .block-content li a:before{font-family: FontAwesome;font-size: 13px;vertical-align: middle;margin-right: 10px;}

#sidenav li.level0:first-child > a{}
#sidenav li.level0:last-child > a{}

/* List Levels */
#sidenav li ul.level0{display:none;padding-left:15px;}
#sidenav li.active ul.level0{display:block;}
#sidenav li.active ul.level0 li.active ul.level1{display:block;}
#sidenav li.active ul.level0 li.active ul.level1 li.active ul.level2{display:block;}
#sidenav li ul.level0 li.last{border:0 none;}

/* Level 0 */
#sidenav li.level0 > a{}

/* Level 1 */
#sidenav li ul li ul{ display:none;padding-left:15px;}
/*#sidenav li.level1 a{padding-top: 5px;padding-bottom: 5px; }*/
#sidenav li.level1 a.show-cat{}

/* List Active Icons */
#sidenav li a.show-cat,
#sidenav li.active > a.show-cat{text-indent: 1px;position: absolute;top: 14px;width: 11px;padding: 0px;border-bottom: none;font-family: FontAwesome;right: 15px;font-size: 10px;height: 10px;line-height: 11px;color: #999999;border-radius: 3px;border: 1px solid;}
#sidenav li a.show-cat:before{display: none;}

#sidenav li a.show-cat span.minus{display:none;}
#sidenav li a.show-cat.active span.minus{display:inline-block;}
#sidenav li a.show-cat.active span.plus{display:none;}
#sidenav li a.show-cat span.plus{display:inline-block;}

/*Level Active & Hover*/

#sidenav li a.show-cat.active,
#sidenav li a.show-cat:hover{}

#sidenav li.level0:first-child > a.show-cat{}

/* Block: Related */
#block-related-slider input.checkbox { float: left;margin: -13px 0 0 10px;position: relative; }

/* Block: Compare Products */
.compare-table { border:0; margin-bottom: 20px;}
.compare-table .btn-remove { vertical-align: middle;}
.compare-table .btn-remove:before{margin-right: 15px;margin-left: 15px;}
.compare-table a.link-wishlist:before { margin-right: 13px;margin-left: 13px;}
.compare-table .link-wishlist,
.compare-table .btn-remove{margin: 0 !important;}
.compare-table .link-wishlist,
.compare-table .btn-remove{width: 40px;height: 40px;line-height: 40px;text-indent: 2px;border-radius: 0;}
.compare-table tbody tr:hover {}
.compare-table .product-shop-row { }
.compare-table .product-shop-row th,
.compare-table .product-shop-row td { }
.compare-table tr.add-to-row { }
.compare-table tr.add-to-row:hover { }
.compare-table tr th{border-width: 1px;}
.compare-table tr.add-to-row td {}
.compare-table tr.first td { }
.compare-table tr td{border-width: 1px;}
.compare-table tr.first td .product-name {  margin:10px 0; }
.compare-table tr.first td .ratings { width:145px; margin:10px 0; }
.compare-table .price-box { margin:10px 0; line-height:15px; }
.compare-table .price-box .price{font-weight: 500;}
.compare-table .ratings .rating-box{float: none;margin: 0 auto 5px;}

/* Compare Table */
.compare-table .product-image img {  }
.compare-table .add-to-row td{}
.compare-table .add-to-row p{display: inline-block;vertical-align: top;margin-bottom: 5px;}
.compare-table .add-to-links { margin-top:0px; display: inline-block;vertical-align: middle;}
.compare-table .add-to-links li {margin: 0px 0px 0 10px;}

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

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

/* Block: Compare */
.block-compare .product-name{}

/* Block: Poll */
.block-poll .block-subtitle { }
.block-poll input.radio { float:left; margin:4px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .answer { font-weight: bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-content .tags-list { }
.block-tags .tags-list li{border-bottom: none;padding: 0px;}
.block-tags .tags-list a {}
.block-tags .tags-list a:hover {}
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .input-box { margin-top: 5px; position: relative;margin-top: 10px;line-height: 5px\9;}
.block-subscribe input { width:100%;padding-right: 120px;}
.block-subscribe button.button {display: block;position: absolute;top: 0;right: 0;}
.block-subscribe button.button span{}
.block-subscribe button.button:hover span{}


/* Block: Reorder */
.block-reorder input.checkbox { float:left; margin:3px 0px 0 0; }
.block-reorder .product-name { margin-left:20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 13px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

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

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

/* Block: Review */
.block-reviews .ratings,
.block-reviews .no-rating{margin: 0px;}
.block-reviews .rating-links{display: none;}

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


/* ********************************************************************************************
	Category Page
*********************************************************************************************** */

/* View Type: Grid OR View Type: List =============================================================== */

.products-grid .product-image-wrapper,
.products-list .product-image-wrapper{ margin:0 auto; position:relative; overflow: hidden;}

.products-grid .product-image-wrapper:before,
.products-list .product-image-wrapper:before{
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.20);
    z-index: 1;
    width: 100%;
    height: 100%;

    opacity: 0;

    transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;

}

.products-grid .item:hover .product-image-wrapper:before,
.products-list .item:hover .product-image-wrapper:before{opacity: 1;}

/* Product Price */
.products-grid .price-box .price,
.products-list .price-box .price{font-size: 17px;}
.products-grid .price-box .old-price .price,
.products-list .price-box .old-price .price{font-size: 14px;}
.catalog-category-view .category-image{display: none;}


/* View Type: Grid  =============================================================== */

.new-product .new{display: none;}
.products-grid {}
.products-grid .item {position:relative;border-width: 0px;border-style: solid;border-color: #e6e6e6;border-radius: 3px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: 	border-box;}
#category-slider.products-grid .item{text-align: center;}

/* Product Image */
.products-grid .product-image {text-align: center;display: block;margin-left: auto;margin-right: auto;border: none; position: relative; z-index:1;}
.products-grid .item .product-image img{display: block;margin-left: auto;margin-right: auto;}


/* Product Alternative Image =============================================================== */

.products-grid .item .product-image .small-image{
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.products-grid .item:hover .product-image .small-image{
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.products-grid .item .product-image .thumbnail{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.products-grid .item:hover .product-image .thumbnail{
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

/* Product Content */
.products-grid .product-content-wrapper{margin-top: 10px;width: 100%;display: inline-block;zoom:1;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box; text-align: center;}
.products-grid .product-content{font-size: 15px;}
.products-grid .product-name {font-weight: bold;}
.products-grid .vert{}
.products-grid .price-box { display: inline-block;}
.products-grid .price-box p{margin-bottom: 0px;}
.products-grid .price-box p.old-price{float: right; display:none}
.products-grid .price-box p.special-price{float: left;}
.products-grid .price-box .price{display: inline-block; font-weight:900}
.products-grid .ratings {}
.products-grid .price-box .special-price    .price-label{display: none;}
.products-grid .ratings,
.products-grid .no-rating{margin: 0px;margin: 10px 0px 30px 0px;}
.products-grid .vert{margin: 10px 0px 0px 0px; height: 18px;}
.products-grid .ratings .rating-box{margin: 0 auto;float: none;display: block;}
.products-grid .rating-links{display: none;}
.products-grid .actions {float: left;width: 80%;position: absolute;bottom: 0;z-index: 1;visibility: hidden;opacity: 0; padding: 0 10% 6%;

    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.products-grid .item:hover .actions{

    visibility: visible;
    opacity: 1;

    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.products-grid .availability { float:none; margin:5px 0; }
.products-grid button.button{float:right;}
.products-grid button.button span{width: 100%;font-size: 14px;border-radius: 0; padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    background: transparent;
}

.products-grid button.button span span{text-align: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.products-grid button.button span span i{padding-right: 8px;}
.products-grid button.button span span:before{padding-right: 10px;}
.products-grid .add-to-links {float: right;}
.products-grid .add-to-links li{margin-right: 0px;}
.products-grid .add-to-links span.icon{border-color: transparent;border-left-color: #FFF;color: #FFF;}

/* Display only on hover */
.products-grid .item .display-onhover { display:none; }
.products-grid .item:hover .display-onhover{display: block;}

/* Product name single line */
.products-grid .product-name.single-line-name{overflow: hidden;white-space: nowrap;text-overflow: ellipsis; text-transform: uppercase;}


/* Category Full =============================================================== */

.category-full .col-main,
.category-full .col-left{float: none;}
.category-full .breadcrumbs{float: none;width: auto;}

/* Block: Layered Navigation (Category Full Width Left Siderbar) */
.category-full .col-left .block.block-layered-nav{display: block;}
.category-full .col-left .block.block-layered-nav > .block-content{padding: 0px;}
.category-full .col-left .block.block-layered-nav > .block-title{display: none;}
.category-full .col-left .block.block-layered-nav .block-content .view{}
.category-full .col-left .block.block-layered-nav .view .block-content{padding: 0px;font-size: inherit;padding-top: 0px;padding-bottom: 20px;}

/* Display only Visible on hover */
.visible-onhover{visibility:hidden;opacity:0;transition:visibility 0s ease-in-out 100ms, opacity 300ms ease-in-out 0ms, right 300ms ease-in-out 0ms;-moz-transition:visibility 0s ease-in-out 100ms, opacity 300ms ease-in-out 0ms, right 300ms ease-in-out 0ms;-webkit-transition:visibility 0s ease-in-out 100ms, opacity 300ms ease-in-out 0ms, right 300ms ease-in-out 0ms;-o-transition:visibility 0s ease-in-out 100ms, opacity 300ms ease-in-out 0ms, right 300ms ease-in-out 0ms;}
.products-grid .item:hover .visible-onhover,
.visible-onhover:hover{visibility:visible;opacity:1;transition:visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms, right 300ms ease-in-out 0ms;-moz-transition:visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms, right 300ms ease-in-out 0ms;-webkit-transition:visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms, right 300ms ease-in-out 0ms;-o-transition:visibility 0s ease-in-out 0s, opacity 300ms ease-in-out 100ms, right 300ms ease-in-out 0ms;}


/* View Type: List =============================================================== */

.products-list .item { position: relative;margin-top: 25px;zoom: 1;border-width: 0px;border-style: solid;border-color: #e6e6e6;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;border-bottom: 1px solid #e6e6e6;padding: 25px;}
.products-list .item.last{border-bottom: 0;}
.products-list .item.first{border-top: 1px solid #e6e6e6;}
.products-list .product-shop {}
.products-list .product-shop-inner { }
.products-list .right-column { }
.products-list .right-column-inner{}
.products-list .product-image-wrapper{margin-right: 1%;}
.products-list .product-name { margin: 0 0 8px;font-size: 18px;line-height: normal;font-weight: 900;text-transform: uppercase;}
.products-list .product-image { display: block;margin-left: auto;margin-right: auto;max-width: 280px;border: none;position: relative;z-index: 1;}
.products-list .price-box { margin: 15px 0px 20px;}
.products-list .price-box .price{font-size: 20px;font-weight: bold;}
.products-list .price-box .old-price .price{font-size: 16px;}
.products-list .price-box .price-label{}
.products-list .ratings { margin:0px;}
.products-list .ratings .rating-links .separator,
.products-list .ratings .rating-links{width: auto;margin: 0 3px;display: inline-block;float: none;vertical-align: middle;display: none;}
.products-list .desc {
    line-height: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d6d6d8;
    border-top: 1px solid #d6d6d8;
    font-weight: bold;
    padding: 15px 0;
    color: #000033;
}
.products-list .link-learn {
    color: #0066cc;
    font-weight: 900;
}
.products-list .link-learn:hover{text-decoration: underline;}
.products-list .actions{clear: both;}
.products-list .btn-cart {margin-bottom: 10px;float: left;margin-right: 10px;}
.products-list button.button span span{padding: 11px 50px;}
.products-list button.button span{}
.products-list button.button span:hover{}
.products-list .availability {float: left;line-height: 10px;}
.products-list .add-to-links {float: left;}
.products-list .add-to-links li{margin-right: 10px;}
.products-list .add-to-links span.icon{}



/* ********************************************************************************************
	Sale New Label
*********************************************************************************************** */

/* List Or Grid Label */
.productlabels_icons {position: absolute;top:28px;width: 100%;z-index: 2;text-align: center;}
.sale label,
.new label{
    border-radius: 2px;
    margin: 0 auto;
    padding: 2px 30px;
    text-transform: uppercase;
    text-align: center;
}

.sale label {background: #ff6633; color: white;}
.new label{
    background: white;
    border: 2px solid #ff3300;
    padding-top: 0;
    padding-bottom: 0;
    color: #ff6633;
}

.hidden .sale, .hidden .new{display:none;}

/* Category Label */
span.category-label{
    padding: 0 6px !important;
    line-height: 22px;
    font-size: .91em;
    font-weight: 700;
    background-color: #0066cc;
    color: #ffffff;
    text-transform: capitalize;
    position: absolute;
    font-size: 11px;
    text-transform: uppercase;
    z-index: 1000;
}
#mega-nav > li > a span.category-label:before,
.nav-container #nav > li > a span.category-label:before{
    position: absolute;
    left: 6px;
    top: 22px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    border-top-color: #0066cc;

}
.block.block-sidenav #mega-nav > li > a span.category-label:before{display: none;}
.nav-container #nav > li.hover > a span.category-label:before,
.nav-container #nav > li:hover > a span.category-label:before,
#mega-nav > li:hover > a span.category-label:before{
    border-top-color:#252525;
}

/* Menu Category Label (Custom Menu & Default Menu) */
#mega-nav > li > a span.category-label,
.nav-container #nav > li > a span.category-label{top: -15px;}
.block.block-sidenav #mega-nav > li > a span.category-label{top: initial;}

/* Lable Marging Left Side */
#sidenav li a span.category-label,
.block.block-sidenav #mega-nav li a span.category-label,
#mega-nav ul.subs li a span.category-label{margin-left: 5px;position: inherit;display: inline-block;}

/* Category Label Hover Effect */
li:hover > a span.category-label,
.nav-container #nav > li.hover > a span.category-label,
.nav-container #nav > li:hover > a span.category-label,
#mega-nav > li:hover > a span.category-label{color: #FFF;background-color: #252525;}


/* ********************************************************************************************
	Product view
*********************************************************************************************** */

/* Rating */
.ratings,
.no-rating { line-height:1.0833em; margin:15px 0 15px;}
.products-list .ratings,
.products-list .no-rating {float: left;}
.no-rating{margin: 0px;}
.ratings a { line-height:1.0833em; }
.ratings strong { float:left; margin:1px 5px 0 0; }
.ratings .rating-links .separator {display:inline-block;width:4px;}
.ratings dt {}
.ratings dd {}
.rating-box { width:70px; height:10px; font-size:0; line-height:0; background:url(../images/ratings.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:10px; background:url(../images/ratings.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:8px; }
.ratings .amount { white-space:nowrap; font-size:10px; text-transform:uppercase; }
.ratings-table th,
.ratings-table td { line-height:1.1666em; /*14px*/ padding:3px 0; }
.ratings-table th { padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span {text-transform: uppercase;}
.availability.in-stock span {color: #0066cc;}
.availability.out-of-stock span { color: #cb2700;}
.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; }
.availability-only a { background:url(../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;  padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight: bold;}
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend {}
.email-friend a{}

/* Alerts */
.alert-price { margin:0;}
.alert-stock { margin:0;}
.alert-price,
.alert-stock { margin:15px 0; padding:2px 0 2px 25px; line-height:15px; }
.alert-price { background:url(../images/default-icon/icons.png) 0 -120px no-repeat; }
.alert-stock { background:url(../images/default-icon/icons.png) 0 -160px no-repeat; }

/********** < Product Prices */
.price { white-space:nowrap !important;font-size: 100%;}
.price-box { margin: 0; }
.price-box .price {}
.price-box .price-label {font-size: 13px;font-weight: 400;padding-right: 5px;}

/* Common price */
.regular-price .price,
.minimal-price .price{font-weight: bold;}

/* Common labels */
.old-price .price-label,
.special-price .price-label { white-space:nowrap; }
.old-price .price-label { display:none; }

/* Regular price */
.regular-price {}
.regular-price .price {}

/* Old price */
.old-price { margin:0;}
.old-price .price { color: #aaaaaa;text-decoration:line-through;padding-left: 10px;}

/* Special price */
.special-price { margin:0; padding:0; }
.special-price .price,
.special-price .price-label { color:#0066cc;}

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

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { color:#0066cc; }

/* Excluding tax */
.price-excluding-tax { display:block; margin-bottom: 6px; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; color:#0066cc; font-family: 'Lato Black', sans-serif; font-size:16px; }

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

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

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

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

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

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

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

/* Price notice next to the options */
.price-notice { margin-left:5px; }
.price-notice .price { padding-left:3px; }

/* Price as configured */
.price-as-configured .price-label {font-size: 18px;font-weight: 700;white-space: nowrap;}

/* Price as bundle */
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; border:none !important; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:0 0 30px; padding-left: 10px; clear: both;}
.tier-prices li { line-height:15px; padding:0 0 0 0px; margin:3px 0; }
.tier-prices li:before{font-family: FontAwesome;padding-right: 11px;}
.tier-prices .benefit { color:#cb2700; font-weight:normal; }
.tier-prices-grouped li { padding:2px 0; }
.tier-prices-grouped li .price { font-weight: 500;}

/* Add-to links */
.add-to-links .separator { display:none; }
.add-to-links li { float:left; }
.add-to-links {margin:0px 0 0; }
.add-to-links span.icon{}
.addto-gaps-right li { margin-right:10px; }

/* Icons Add To Links */
.addto-links-icons li{margin-right: 5px;}
.addto-links-icons span.icon{text-indent: 0px;}
.addto-links-icons span.icon:hover{}
.product-view .product-options-bottom .add-to-links span.icon{}

/* Add to Cart */
.quantit{float: left;margin-right: 15px;}
.quantit label{padding-right: 5px;margin-top: -10px;font-weight: bold;display: none;}
.quantit .quantity_counter { border: 1px solid #e6e6e6;display: inline-block;}
.quantit .quantity_counter input{border: 0;height: 40px;}
.quantity_counter{position: relative;width: 75px;height: 40px;}
.quantity_counter a{position: absolute;right: 10px;}
.quantity_counter a.prev{bottom: 4px;}
.quantity_counter a.next{top:  4px;}
.add-to-cart .button {margin-bottom: 15px;}
.product-view #product_addtocart_form button.button { float: right; margin-bottom:0}
.price-stock-cta .quantit, .price-stock-cta .add-to-cart {float:right}

/* Product Paypal */
.product-view .paypal-wrapper { float:left; }
.product-view .paypal-wrapper .paypal-logo { margin:0; padding:5px 0 0; text-align:right; }
.product-view .paypal-wrapper .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }

/* Magento's default */
.add-to-cart .paypal-logo { clear:left; margin:0; padding:10px 0 0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }

/* Add to Cart Box Right */
.add-to-cart.right {}
.add-to-cart.right label { margin-left:10px; }
.add-to-cart.right .button { margin-right:0; }

/* Messages */
#messages_product_view { margin-top: 3%;}


/* ********************************************************************************************
	Product page
*********************************************************************************************** */

/* Block: Additional Box*/
.product-view .box-additional { margin: 20px 0px 0px;float: left;width: 100%;}
.product-view .box-tabs {margin-top: 40px;margin-bottom: 60px;}
.product-view .box-tabs .panel > h2{display:none; }
.product-view .box-sidebar {}
.product-view .box-up-sell {}

/* Product Images Box */
.img-box{text-align: center;margin: 0 auto;position: relative;}
.img-box.position-y{padding: 0px;width: 78.9%;float: right;}

/* Product Images Column */
.product-view .product-img-box.no-both-margin.product-img-column.grid_6 {width:40%}
.product-view .product-shop.no-both-margin.grid_6 {width:60%}
.product-view .product-img-column {float:left;position:relative;}
.product-view .product-img-column .sale, .product-view .product-img-column .new {position:absolute; z-index: 1; right: 0; left: 0; text-align: center; top: 28px; margin: 0;}
.product-view .product-img-column img{margin: 0 auto;}
.col3-layout .product-view .product-img-column { float:none; margin:0 auto; display: inline-block;}

/* Product Image */
.img-box .product-image {margin: 0 auto;display: block;position:relative;border-color: #e6e6e6;border-style: solid;border-width: 0px;}
.img-box .product-image a{overflow: hidden;}
.img-box .product-image.product-image-zoom { }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { font-weight: bold; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { margin:0 0 10px; }

/* Thumbnails */
.itemslider-thumbnails	{margin-left: auto !important;margin-right: auto !important;width: auto !important;margin: 20px 0px 30px 0px;}
.itemslider-thumbnails .owl-item{text-align: center;}
.itemslider-thumbnails .item {margin: 0px 5px; border: 1px solid #e6e6e6}

/* Product Shop */
.product-view .product-shop { float: left;padding: 0px 0px 0 30px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
.product-view .product-essential .product-name {margin:0 0 10px;}
.product-view .product-essential .product-name h1 { margin:0 0 10px;font-size: 20px;line-height: 24px;font-weight:900;text-transform: uppercase;}
.product-view .product-essential .product-name h2, .product-view .product-essential .family h2 { font-size: 13px;    line-height: normal; display: inline-block; margin: 0;}
.product-view .product-essential .product-name span, .product-view .product-essential .product-name span a {color:#0066cc; text-transform: uppercase;}
.product-view .product-essential .product-name span:first-of-type {margin-right:40px}
.product-view .product-essential .family {float:left; width:100%;border-top: 1px solid #e6e6e6; padding: 10px 0;}
.product-view .product-essential .family  {margin:0;    font-size: 13px;}
.product-view .product-essential .family a{font-weight:bold;}
.col3-layout .product-view .product-shop{padding: 30px 0px 0px 0px;}
.product-view .price-stock{float: left;width: 100%;padding: 0;}
.product-view .product-shop .price-box{float: left;margin-right: 20px;}
.product-view .availability{float: right;}
.product-view .product-shop .product-meta{width: 100%;display: table;/*margin: 0px 0px 20px;*/padding: 25px 0;border-bottom: 1px solid #e6e6e6;}
.product-view .product-shop .product-meta .sku,
.product-view .product-shop .product-meta .box-brand {display: table-cell;vertical-align: middle;}
.product-view .product-shop .product-meta .box-brand{text-align: right;}
.product-view .product-shop .product-meta > *{margin-bottom: 10px;}
.product-view .product-shop .ratings,
.product-view .product-shop .no-rating{margin: 0px 0px 15px 0px;line-height: 20px;}
.product-view .product-shop .ratings .rating-box{margin-top: 4px;}
.product-view .product-shop .ratings .rating-links{}
.product-view .product-shop .ratings-table { margin:15px 0 5px; }
.product-view .short-description {float: left; width: 100%; padding: 15px 0; border-top: 1px solid #e6e6e6; }
.product-view .short-description .std {color: #000033; line-height:18px; font-size:13px; font-family: 'Lato', sans-serif; font-weight:500;}
.product-view .short-description ul { margin-top:5px; margin-bottom:5px; }
.product-view .caracteristicas {float:left; width:100%;border-top: 1px solid #e6e6e6; padding: 15px 0;}
.product-view .caracteristicas > h2 {text-transform:uppercase; font-weight:900; margin-bottom:10px; font-size:13px; line-height: 18px;}
.product-view .caracteristicas li {float:left; width:32%; margin-right:1%}

/* Product Brand */
.box-brand img {display: block;max-width: 120px;}
.box-brand a{display: inline-block;vertical-align: middle;}
.box-brand label{display: inline-block;vertical-align: middle;}

/*Sharing Button*/
.sharing-button {clear: both;}


/********** < Price For Product Page */

/* Main price (prominent) */
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .special-price .price-label,
.product-view .product-shop .price-box .price-including-tax .price,
.product-view .product-options-bottom .price-box .regular-price .price,
.product-view .price-as-configured .price,
.map-popup-price .regular-price .price,
.product-view .price-box.map-info .old-price .price {font-size: 24px;}

/* Special price */
.product-view .price-box .special-price { white-space:nowrap; font-size:20px; font-weight:bold; font-family: 'Lato Black', sans-serif; }
.product-view .price-box .special-price .price-label { white-space:nowrap;display: none; }
.product-view .price-box .special-price .price-including-tax,
.product-view .price-box .special-price .price-excluding-tax { padding:0; }
.product-view .price-box .price-excluding-tax { margin-bottom: 5px; margin-top: 22px; }
.product-view .price-box .price-excluding-tax .label { display:none }
.product-view .short-description .std a { color: #0066cc; font-weight:bold; cursor:pointer;}
.product-view td .price-box .special-price .price-excluding-tax, .product-view td .price-box .price-excluding-tax { margin-bottom:6px !important; }

/* Old price */
.product-view .product-shop .price-box .old-price .price{font-size: 18px;}
.product-view .product-shop .price-box .old-price .price-label { white-space:nowrap; display:none; }

/* Prices on Product page */
.product-view .product-shop .price-box .price-including-tax .price { font-size: 14px; font-family: 'Lato', sans-serif;    font-weight: normal; }
.product-view .grouped-items-table .price-box .price-including-tax .price { font-size: 13px; font-family: 'Lato', sans-serif; color:#666; font-weight:normal; }
.product-view .product-shop .price-box .price-including-tax .label { font-size: 11px; font-family: 'Lato', sans-serif;    font-weight: normal; }
.product-view .grouped-items-table .price-box .price-including-tax .label { font-size: 11px; font-family: 'Lato', sans-serif; color:#666;  font-weight:normal; display:block; line-height: 13px;}
.product-view .product-shop .price-box .price-excluding-tax .price { color: #0066cc; font-size: 24px; font-family: 'Lato Black', sans-serif; font-weight:bolder; }

/* Price-from price & Price-to price */
.product-view .product-shop .price-box .price-from .price,
.product-view .product-shop .price-box .price-to .price,
.product-view .product-shop .price-box .minimal-price .price{font-size: 16px;}

/* MSRP price*/
.map-popup-msrp .price { display:block;}

/* Move MSRP links below the price */
.product-view .product-shop .price-box.map-info .old-price { display:block; }

/* Price box inside product options box or Add-to-cart box */
.product-view .add-to-box .price-box,
.product-options-bottom .price-box { float:left; margin:18px 15px 10px 0; padding:0; }

.product-view .price-box p.special-price{display: inline-block;padding-right: 5px;}
.product-view .price-box p.old-price{display: none;}
.product-view .price-box-bundle .price-box  p{margin-bottom: 5px;}
.product-view .price-box-bundle + .price-box{clear: both;}
/********** Price For Product Page > */

/* Add-to links */
.product-view .action-box { margin:20px 0 0px; }
.product-view .product-shop .add-to-links{float: left;}
.product-view .product-shop .add-to-links li{margin-right: 10px;}
.product-view .product-shop .add-to-links a:hover{}

/* Button container */
.product-view .add-to-box,
.product-shop .product-options-bottom{clear: both;}

/* Product third Column */
.product-view .product-third-column {padding-left: 20px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}

/* Other elements */

/* Unordered list in product description */
.product-view .short-description .std ul,
.product-view .box-tabs .std ul { list-style:none outside none; }

/* Margin for list in long description */
.product-view .box-tabs .std ul { margin-bottom:1em; }

/* If unordered list has "disc" class, override  */
.product-view .short-description .std ul.disc,
.product-view .box-tabs .std ul.disc { list-style:disc outside none; padding-left:1.5em; }
.product-view .short-description .std ul.disc li,
.product-view .box-tabs .std ul.disc li { background-image:none; padding-left:0; }

#multiproduct-block .vert .price-excluding-tax, .products-grid .vert .price-excluding-tax { margin-bottom:0}
#multiproduct-block .vert .price-including-tax > span, .products-grid .vert .price-including-tax > span { font-size:12px}
#multiproduct-block .vert .price-including-tax > span.label, .products-grid .vert .price-including-tax > span.label { font-size:11px}

.product-view .product-shop .price-stock-cta {
	border-top: 1px solid #e6e6e6;
	padding:30px 0;
	width: 100%;
    float: left;
}
.product-view .product-shop .price-stock-cta .price-stock, .product-view .product-shop .price-stock-cta .add-to-box{
	display:inline-block;
}
.product-view .product-shop .price-stock-cta .price-stock{
	width: 35%;
}
.product-view .product-shop .price-stock-cta .add-to-box{
	width: 65%;
}

.product-view .product-shop .aw_extradownloads, .product-view .product-shop .more-videos.eCommbits {
	width: 100%;
    float: left;
	border-top: 1px solid #e6e6e6;
}
.product-view .product-shop .aw_extradownloads {
	padding:10px 0;
}
.product-view .product-shop .more-videos.eCommbits {
	padding-top:15px
}
.product-view .product-shop .aw_extradownloads li {
	background:url('../images/pdf.png') no-repeat center left;
	padding: 4px 5% 4px 32px;
	width: calc(45% - 32px);
	float:left;
	font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}
.product-view .product-shop .aw_extradownloads li:nth-of-type(2n) {
	padding-right: 0;
	width: 45%;
}
.product-view .product-shop .more-videos.eCommbits li {
	float:left;
	width:150px;
	height:100px;
	margin-right:15px;
}
.product-view .product-shop .more-videos.eCommbits li a {
	width:150px;
	height:100px;
}
.product-view .product-shop .more-videos.eCommbits li a img {
	width: auto;
    height: auto;
}

/* ********************************************************************************************
	Product options
*********************************************************************************************** */

.product-options { position: relative;clear: both;border-top: 1px solid #e6e6e6;padding: 30px 0px;}
.product-options dt {}
.product-options dt label,
.product-options dd .qty-holder label{font-weight: bold; display: inline-block;margin: 0 0 5px;}
.product-options dt label.required em {  margin-right: 5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle;padding-right: 5px;margin-bottom: 0px;}
.product-options dt .qty-disabled { background:none; border:0; padding:3px; }
.product-options dd { margin-bottom: 20px;}
.product-options dl.last dd.last { border-bottom:0;margin: 0px;}
.product-options dd input.input-text,
.product-options dd input.product-custom-option{ width:100%; /*98%*/ height: 40px;padding: 8px 10px;}
.product-options dd input.qty{height: 35px;width: 50px !important;padding: 7px;}
.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:100%; /*width:92%;*/ height:8em; }
.product-options dd select { width:100%; height: 40px;padding: 8px 10px;border-radius: 0;}
.product-options dd .multiselect option { 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; width: auto;height: auto;padding: 0px;margin-top: 4px;}
.product-options ul.options-list input.checkbox { float:left; width: auto;height: auto;padding: 0px;margin-top: 4px;}
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:0.9166em; }
.product-options p.required { position:absolute; right:0; top:10px; font-size: 12px;}
.fancy .product-options dd{width: 100%;}

/* Product Options Bottom */
.product-options-bottom { margin-top:20px; }
.product-options-bottom .price-box{display: none;}
.product-options-bottom .tier-prices { margin:-5px 0 30px; padding:0; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .price-box .price-as-configured {}
.product-options-bottom .price-label {}
.product-options-bottom .price-tax { float:left; }
.product-shop .add-to-box{ margin:0;padding: 0;}
.product-shop .product-options-bottom{ margin:0;padding: 30px 0;border: 1px solid #e6e6e6; }
.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; }

/* Grouped Product */
.product-view .grouped-items-table { margin:0; clear:both;margin-bottom: 15px;}
.product-view .grouped-items-table thead th {}
.product-view .grouped-items-table .price-box { margin:0; padding:0; border:0; }
.product-view .grouped-items-table td {
    border-color: #d9d9d9;
    border-style: none none solid;
    border-width: medium medium 1px;
    padding: 20px;
    vertical-align: middle;
}

#super-product-table tr:last-of-type td {
    border: medium none;
}

.product-view .grouped-items-table .price-box .regular-price .price { font-size:16px; }

/* Downloadable product */
.product-type-data .item-options { clear: both; }
.product-type-data .item-options dt { float:none; margin:0 0 5px; }
.product-type-data .item-options dd { padding-left:15px; }

/* Block: Tags */
.product-view .box-tags .product-tags { display:block; margin:0 0 25px; }
.product-view .box-tags h3{margin-bottom: 5px;}
.product-view .box-tags .product-tags li { display:inline; padding:0 7px; border-right:1px solid #e6e6e6; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { padding-right:0; border-right:0; }
.product-view .box-tags .form-add label { display: block;margin: 0 0 8px;font-weight: bold;}
.product-view .box-tags .form-add .input-box { float:left; width: 100%;max-width: 300px;margin:0 5px 5px 0; }
.product-view .box-tags .form-add input.input-text { width:100%; }
.product-view .box-tags .note { margin:3px 0 0; font-size:0.9166em; /*11px*/ }

/* Block: Reviews */
.product-view .box-reviews { }
.product-view .box-reviews dl { margin:0 0 0px; }
.product-view .box-reviews dt{}
.product-view .box-reviews dt .heading { font-weight:normal;  margin-right:10px; }
.product-view .box-reviews dt span { font-weight: bold;}
.product-view .box-reviews dt a {margin-right: 8px;font-weight: 700;}
.product-view .box-reviews dd {margin: 0 0 20px 0px;border-bottom: 1px solid #e6e6e6;padding: 10px 0px 20px;border-top: none;}
.product-view .box-reviews dd .date { display:block; margin-top:3px; font-style:italic; color: #696e6e;}
.product-view .box-reviews .ratings-table { margin:0px 0 8px; }

/* Block: Add Reviews */
.product-view .form-add {}
.product-view .form-add h2 { text-transform:uppercase; }
.product-view .form-add h3 {  font-weight:normal; margin-bottom:5px; }
.product-view .form-add h3 span { font-weight: bold;}
.product-view .form-add h4 { font-weight:normal; }
.product-view .form-add h3,
.product-view .form-add h4 {font-size: 14px;}
.product-view .form-add .form-list { margin:15px 0 0; }
.product-view .form-add .form-list .input-box {}
.product-view .form-add .form-list input.input-text { width:100%; max-width:340px; }
.product-view .form-add .form-list textarea { width:100%; max-width:500px; }
.product-view .buttons-set button.button { float:left; margin-left:0; }
.product-view .form-add .data-table {box-shadow: 0px 0px 0px 0px transparent;-webkit-box-shadow: 0px 0px 0px 0px transparent;-moz-box-shadow: 0px 0px 0px 0px transparent;-ms-box-shadow: 0px 0px 0px 0px transparent;-o-box-shadow: 0px 0px 0px 0px transparent;background-color: transparent;}
.product-view .form-add .data-table th,
.product-view .form-add .data-table td {  text-align: center !important;padding: 15px 20px;}
.product-view .form-add .data-table th{text-align: left !important;}
.product-view .form-add .data-table td .radio { margin:0; }

/* Send a Friend */
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { margin-bottom:8px; }
.send-friend .form-list textarea { width:100%; }
.send-friend .buttons-set .limit { float:right; margin:0 7px; }


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

.product-name { margin: 0px; font-size: 14px;line-height: 18px;}
.product-sku { margin-bottom: 10px; }
.product-image{display: block;}

/* Fade On Hover */
.fade-on-hover{-webkit-backface-visibility:visible;-o-backface-visibility: visible;-ms-backface-visibility: visible;-moz-backface-visibility: visible;backface-visibility: visible;}
.fade-on-hover:hover{opacity: 0.75;-moz-opacity: 0.75;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";filter: alpha(opacity=75);}

/* Product Tags */
.tags-list { background:none; border:0;padding: 0px; }
.tags-list li{display: inline-block;vertical-align: top;margin:0px 8px 8px 0px;}
.tags-list a {display: block;padding: 8px 17px;background: #f6f6f6;font-size: 13px !important;}
.tags-list a:hover,
.block-blog .menu-tags UL LI a:hover{background-color: #0066cc;color: #FFF;border-color: transparent;}

/* Advanced Search */
.advanced-search-summary { padding:10px 0px; margin:10px 0; }
.advanced-search-summary ul { float:left; margin:0 4% 10px 0; width:46%; }
.advanced-search-summary li { margin:0 0 2px 0; font-size:1.25em; }
.advanced-search-summary strong { margin:0 5px 0 0; }
.advanced-search-summary p { clear:both; float:left; display:block; margin:0px 0 0; }
.advanced-search .form-list label { }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {clear:both;}

.catalogsearch-advanced-index .fieldset { margin-bottom:3px; }
.catalogsearch-advanced-index .buttons-set { padding-left:0; }
.catalogsearch-advanced-index .buttons-set button.button { float:left; margin:0; }
.catalogsearch-advanced-index .buttons-set button.button span span { padding-left:60px; padding-right:68px; }

/* Sitemap */
.page-sitemap .links { float:right; margin:0 0 0px; text-align:center; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .sitemap { margin: 15px 0px;float: left;width: 100%;}
.page-sitemap .sitemap li { margin: 3px 3px;display: inline-block;font-size: 13px;}
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight: bold;}
.page-sitemap .sitemap li.level-0 a {}
.page-sitemap .pager { float: left;padding: 0px;border: none;}
.page-sitemap .pager .pages{float: left;clear: both;}

/* RSS */
.rss-title h1 { background:url(../images/default-icon/i_rss-big.png) 0 center no-repeat; padding-left:30px; }
.rss-table .link-rss { display:block; }


/* ********************************************************************************************
	Shopping Cart
*********************************************************************************************** */

.cart-empty p {}
.cart-empty p + p{padding-top: 10px;margin-top: 10px;border-top: 1px solid #e6e6e6;}
.cart-empty p a{border-bottom: 1px dotted;}

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

/* Shopping Cart Table */
.cart-table .product-image { width:120px; display:block; margin-left: auto;margin-right: auto;border: none;}
.cart-table .product-name { margin:0 0 10px; /*14px, 18px*/font-weight: bold; text-transform: uppercase;}
.cart-table .item-msg { margin:5px 0; font-size:0.9166em; font-weight:bold;clear: both;}
.cart-table .cart-price .price{}
.cart-table tfoot td { }
.cart-table .data-table tfoot tr.last td{border:none;}

/* Dart Table (Buttons Small) */
.data-table .btn-edit,
.data-table .btn-remove,
.data-table .btn-remove2,
.data-table .link-wishlist{margin: 3px 0px;}
.cart-table .link-wishlist:before,
.data-table .btn-edit:before{display: none;}
.cart-table .btn-edit{width: 100%;background: none;color: #666666;font-family: inherit; font-size: 13px;}
.cart-table .btn-edit:hover{text-decoration: underline;}


/* Table Tfoot Buttons */
.cart-table tfoot td.last {border:none;padding: 20px 0;}
.cart-table tfoot button {}
.cart-table .btn-continue { float:left; margin-left:0; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; margin-left: 1%;}

/* Crosssell */
.cart .crosssell{clear: both;clear: both;float: left;width: 100%;}
.crosssell .section-title h2 {padding: 0;font-size: 16px;font-weight: bold;}
.crosssell .section-title h2:after{top: 26px;}
.crosssell.block .block-content{padding-top: 20px;}

/* Cart Collateral blocks */
.cart-collaterals { margin-top: 30px;}
.cart .cart-left-column > *,
.cart .cart-right-column > *,
.cart .totals{ margin-bottom: 20px;}
.cart .cart-right-column { float:right; }

/* Discount Codes & Estimate Shipping and Tax Boxes  */
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:20px 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{}
.cart .shipping{padding-top: 40px;}
.cart .discount h2,
.cart .shipping h2,
.cart .totals h2{font-weight: normal;margin-top: 0;position: relative;margin-bottom: 20px;font-size: 16px;clear: both;text-transform: uppercase;}
.cart .discount h2:after,
.cart .shipping h2:after,
.cart .totals h2:after{content: "";background: #0066cc;height: 3px;width: 35px;/*position: absolute;left: 0;top: 26px;*/display: block;}
.cart .discount h2 > *,
.cart .shipping h2 > *,
.cart .totals h2 > *{content: "";margin-bottom: 0px;font-weight: bold;display: inline-block;margin-bottom: -1px;}

/* Estimate Shipping */
.cart .shipping input.input-text,
.cart .shipping select { width:100%; }
.cart .shipping p { margin-bottom:20px; }
.cart .shipping .sp-methods { margin:20px 0 0; }

/* Discount Codes */
.cart .discount label { display:block; margin:0 0 20px;}
.cart .discount .input-box {}
.cart .discount input.input-text { width:100%; }

/* Shopping Cart Totals */
.cart .totals {}
.cart .totals table { width:100%; }
.cart .totals td {font-weight: normal;padding-bottom: 5px;}
.cart .totals td:first-child.a-right{padding-right: 50px;}
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top: 5px;}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong {font-size: 16px;}
.cart .totals .checkout-types { margin-top: 10px;text-align: right;}
.cart .totals .checkout-types li {clear: both;margin: 0px 0 10px;}
.cart .totals .checkout-types li button.button{}
.cart .totals .checkout-types li button.button span span{padding: 9px 20px;}
.cart .totals .checkout-types li a{}
.cart .totals .checkout-types li a:hover{}

/* Options Tooltip */
.item-options { line-height:15px; font-size: 12px;}
.item-options dt { white-space:nowrap; display: inline-block; margin-right:7px; }
.item-options dd { padding-left:11px; margin:0 0 2px; font-weight: 700;display: inline-block;}

/* Item options data table*/
.data-table .item-options dt {white-space:normal;}
.data-table .item-options dt:before{font-family: FontAwesome;padding-right: 5px;}
.data-table .item-options { margin:0 0 0 10px; }

/* Tooltip Options*/
.truncated { cursor:help;  }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; text-decoration:none; border-bottom:1px dotted #ccc; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; padding:8px; min-width:100px;background-color: #FFF;box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);-o-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);}
.truncated .truncated_full_value .item-options > p { font-weight: bold; margin-bottom:2px; }
.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 */

/* Shipping and Payment methods */
.sp-methods dt {font-weight: 500;margin:10px 0 0; }
.sp-methods dd { margin: 3px 0 15px;  }
.sp-methods dd li { margin: 5px 0 15px; }
.sp-methods .price { font-weight: bold;}
.sp-methods .form-list { margin-top: 20px;}
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }
.sp-methods .checkmo-list li {}
.sp-methods .checkmo-list label { padding-right:10px; }
.sp-methods .checkmo-list address { float:left; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }
.please-wait { float:right; margin-right:5px; }
.please-wait img {vertical-align: middle;margin-right: 5px;max-width: 20px;}
.cvv-what-is-this { cursor:help; margin-left: 10px;height: 47px;line-height: 47px;}

/* Tooltip */
.tool-tip { background-color:#fff; padding:10px; position:absolute; z-index:9999; }
.tool-tip .btn-close a { margin:0 0 0 auto; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages { margin:30px 0 10px; }
.gift-messages-form {position:relative; margin-top: 15px;}
.gift-messages-form .product-name{margin-bottom: 10px;}
.gift-messages-form p { margin-bottom:20px; }
.gift-messages-form label {  position:static !important; }
.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; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-message-link { display:block; background:url(../images/default-icon/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row .btn-close { float:right; padding:0 7px 0px; }
.gift-message dt strong { font-weight: bold;}
.gift-message dd { margin:5px 0 0; font-size:13px; }
.order-gift-message { margin:15px 0; }

/* Checkout Agreements */
.checkout-agreements {padding: 20px;margin: 20px 0px;}
.checkout-agreements li { margin:0 0 20px; }
.checkout-agreements li:last-child{margin-bottom: 0px;}
.checkout-agreements .agree { margin-top: 5px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight: bold;}
.opc .checkout-agreements {padding: 15px 30px;margin: 0px;box-shadow: 0px 0px 0px 0px transparent;-webkit-box-shadow: 0px 0px 0px 0px transparent;-moz-box-shadow: 0px 0px 0px 0px transparent;-ms-box-shadow: 0px 0px 0px 0px transparent;-o-box-shadow: 0px 0px 0px 0px transparent;border-radius: 0px;background-color: transparent;}
.checkout-agreements .agreement-content { max-height:250px; overflow:auto;}

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

/* Generic Info Set */
.info-set .data-table .item-options { margin:5px 0 0; }
.multiple-checkout h2,
.info-set h2 { margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4,
.info-set h3,
.info-set h4 { color: #0066cc;font-size:16px;font-weight: 500;}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a,
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-size:14px;}
.multiple-checkout .data-table .product-name,
.info-set .data-table .product-name { font-size:14px; margin:0 0 5px; }
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend {}
.multiple-checkout .col2-set h3.legend,
.info-set h3.legend { color:#0066cc; margin:0 0 10px; }
.multiple-checkout .col2-set .divider,
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box,
.info-set .box { margin:0 0 15px; }
/********** Common Checkout Styles > */


/* ********************************************************************************************
	One Page Checkout
*********************************************************************************************** */

/* Block: Progress */

.block-progress{}
.block-progress > .block-title {line-height: 20px !important;padding: 0  !important;padding-bottom: 20px !important;border: none !important;}
.block-progress .block-content .block-title strong:after{display: none;}
.block-progress > .block-title strong span{font-size: 16px !important;font-weight: bold !important;text-transform: uppercase;}
.block-progress > .block-title strong span:before{display: none;}
.block-progress .block-title strong {padding: 0;float: left;}
.block-progress .block-title strong:after{top: 43px;}
.block-progress .block-title {margin-bottom: 0px;text-transform: capitalize;border: 1px solid #e6e6e6;padding: 10px;margin-bottom: 10px;}
.block-progress .block-title strong span{font-weight: normal;font-size: 13px;}
.block-progress .block-content {}
.block-progress dt {}
.block-progress dd {border-top: 0 none;margin: 0 0 0px;padding: 0px 0px 20px 0px;font-size: 0.90em;}
.block-progress dt span.changelink{margin-left: 10px;}
.block-progress dt.complete {}
.block-progress dt.complete .separator {}
.block-progress dt.complete a { font-weight:normal;font-size: 13px;padding-left: 6px;}
.block-progress dd.complete {}
.block-progress dd.complete .separator{}
.block-progress dd.complete .changelink{float: left;width: 100%;}
.block-progress dd.complete .changelink a{color: #0066cc;border-bottom: 1px dotted;padding-bottom: 3px;margin-top: 15px;float: left;}
.block-progress dd.complete .changelink a:hover{border-bottom: 1px solid transparent;}
.block-progress p { margin:0; }

.opc .buttons-set { }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; text-align: left;}
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait {height: 36px;line-height: 36px;margin-bottom: 5px;}
.opc .ul { list-style:disc outside; padding-left:18px; }
.opc { position:relative; float: left;width: 100%;}
.opc .section { margin:0 0 0px; padding:0; clear: both;float: left;width: 100%;}
.opc .step-title { text-align: right;padding: 10px;background-color: #f6f6f6;margin-bottom: 10px;}
.opc .step-title .number {float: left;margin: 0 10px 0 0;font-size: 14px;width: 30px;height: 30px;line-height: 30px;text-align: center;background: #ADABAB;color: #fff;}
.opc .step-title h2 {float: left;margin: 0;font-size: 14px;font-weight: bold;text-transform: uppercase;}
.opc .step-title a {display: none;margin-top: 6px;display: table-cell;visibility: hidden;opacity: 0;display: none;}
.opc .section.allow { cursor:pointer; }
.opc .section.allow.active { cursor:auto; }
.opc .allow .step-title {}
.opc .allow .step-title:hover { }
.opc .allow .step-title h2 {}
.opc .allow .step-title a {}
.opc .active .step-title {cursor: default;}
.opc .active .step-title .number { background-color: #0066cc;}
.opc .active .step-title h2 {}
.opc .active .step-title a { }
.opc .step {padding:20px 0px 30px;position:relative;float: left;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
.opc .step .tool-tip { right:30px; }
.opc #checkout-step-login.step{padding-bottom: 10px; }

#opc-login .col-1 {}
#opc-login .col-2 {}
#opc-login .content{min-height: 287px;}
#opc-login h3 {}
#opc-login strong {font-size: 18px;font-weight: normal;margin-bottom: 10px;display: inline-block;}
#opc-login .form-list { margin:20px 0; }
#opc-login .form-list li.control { margin-bottom: 10px;}
#opc-login .form-list li.control label{}
#opc-login .buttons-set { }

#opc-review{border-bottom: none;}
#opc-review .step { padding-left: 0;padding-right: 0;padding-bottom: 0px;}
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { margin-top: 20px; }
#opc-review .buttons-set p { margin:0; line-height:28px; }
#opc-review .buttons-set .please-wait { /*height: 49px;line-height: 49px;*/}
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight: bold; text-align:center; padding:10px 10px 0; }
#opc-review .data-table tfoot td.last{border: 1px solid #e6e6e6;}

.opc .gift-messages-form { }
.opc .gift-messages-form .inner-box { overflow:visible; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 0px; margin:0px 0 25px; float: left;width: 100%;}
.checkout-progress li { float:left; width:19.9%; margin:0 1px 0 0; padding-top:5px; border-top:10px solid; text-align:center; }
.checkout-progress li.active { color:#0066cc; }

.multiple-checkout .page-title { }
.multiple-checkout .buttons-set {margin-top: 20px; }
.multiple-checkout .data-table thead tr { }
.multiple-checkout .data-table thead th { }
.multiple-checkout .gift-messages { margin:15px 0 0; }
.multiple-checkout .box-content{position: relative;}
.multiple-checkout .tool-tip { bottom: 0;right: 10px;}
.multiple-checkout .col2-set .col-1 {}
.multiple-checkout p.actions { margin-bottom:10px; }

.multiple-checkout .place-order .please-wait { margin-top:10px; }
.multiple-checkout .place-order .grand-total {  text-align:right; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display: inline;margin-right: 20px;font-weight: bold;font-size: 16px;}

/* Step 1 */
#multiship-addresses-table td { }
#multiship-addresses-table td select{min-width: 200px;max-width: 100%;}

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #e6e6e6; padding:15px; margin-bottom:0; position:relative; }
.multiple-checkout .pointer{display: none;}


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

.login-register{}
.login-register a{color: #aaaaaa;margin-left: -3px;border-right: 2px solid #393939;border-left: 2px solid #151515;padding: 0 10px;}
.login-register a:hover{color: #0066cc;}
.login-register .user-login{}
.login-register .user-register{padding-right: 0px;border-right-width: 0px;}
.login-register .user-login .icon,
.login-register .user-register .icon,
.login-register .user-logout .icon{color: #0066cc;padding-right: 5px;}


.account-login .new-users,
.opc .new-users,
.account-login .registered-users,
.opc .registered-users{ margin-bottom:20px;}
.account-login .new-users .content,
.account-login .registered-users .content{min-height: 287px;}

/* Account Login/Create Pages Headings */
.account-login h2,
#opc-login h3{font-weight: normal;margin-top: 0;position: relative;margin-bottom: 20px;font-size: 18px;clear: both;line-height: 24px;}
.account-login h2:after,
#opc-login h3:after{content: "";background: #0066cc;height: 3px;width: 35px;display: block;margin-top: 5px;}
.account-login h2 > *,
#opc-login h3 > *{font-weight: normal;display: inline-block;margin-bottom: -1px;}

/* Account Login/Create Pages Buttons-set */
#opc-login .buttons-set,
.account-login .buttons-set { }
#opc-login p,
.account-login p { margin-bottom:20px;}
#opc-login p.required,
.account-login p.required { margin:0; text-align: left;}
.account-login .buttons-set button,
#opc-login .buttons-set button{float: right;margin-bottom: 0px;}
.account-login .buttons-set a,
#opc-login .buttons-set a { margin: 0px 0 0;float: none !important;display: inline-block;}


/* Remember Me Popup ===================================================================== */

.window-overlay {background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; width:100%; height:100%; z-index:9999; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; z-index:10000; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-close-button { display:none; }


/* ********************************************************************************************
	My Account
*********************************************************************************************** */

.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 0 1.6666em; text-align: left;font-weight: normal;}
.dashboard .welcome-msg .hello {margin-bottom: 5px;}
.dashboard .col-1,
.dashboard .col-2 { margin-bottom:1.5em; }

/* Dashboard Commmon Box */
.box-account { margin:0 0 2em;}
.box-account .box-head {margin: 0 0 20px;text-align: right;border-bottom: 1px solid #e6e6e6;padding-bottom: 10px;}
.box-account .box-head h2 {border-bottom: none !important; float:left;padding-bottom: 0px !important; margin:0; background-position:0 0; background-repeat:no-repeat; }
.box-account .box-head a { float:right; margin-top:3px; }

.dashboard .box .box-title {padding: 0px 0 8px;margin: 0 0 15px;text-align: right;border-bottom: 1px solid #e6e6e6;}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {float: left;font-weight: normal;margin: 0px;}
.box-account.box-info .box-content a,
.addresses-list ol li a{color: #0066cc;margin-top: 5px;display: inline-block;}
.box-account.box-info .box-content a:hover,
.addresses-list ol li a:hover{text-decoration: underline;}

/* Block: Recent Orders */
.dashboard .box-recent {}

/* Block: Account Information */
.dashboard .box-info {}
.dashboard .box-info h4 {margin-bottom: 10px;margin-top: 5px;}

/* Block: Reviews */
.dashboard .box-reviews .box-head{}
.dashboard .box-reviews .box-head h2 {}
.dashboard .box-reviews .number { float: left;width: 23px;background: #252525;color: #FFF;margin-top: 3px;height: 23px;line-height: 23px;text-align: center;border-radius: 3px;}
.dashboard .box-reviews .details { margin-left:38px; }
.dashboard .box-reviews .details{margin-bottom: 10px;}
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews li.item.last .details{margin-bottom: 0px;}
.dashboard .box-reviews .ratings { margin:5px 0 0; }

/* Block: Tags */
.dashboard .box-account.box-tags{border-top: 1px solid #e6e6e6;padding-top: 2em;}
.dashboard .box-tags .box-head h2 {}
.dashboard .box-tags .number { float: left;width: 23px;background: #252525;color: #FFF;margin-top: 3px;height: 23px;line-height: 23px;text-align: center;border-radius: 3px;}
.dashboard .box-tags .details { margin-left:38px; }
.dashboard .box-tags .tags { margin:5px 0 0; }
.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{padding: 0px 0 8px;margin: 0 0 15px;text-align: left;border-bottom: 1px solid #e6e6e6;}
.addresses-list h3 {margin-bottom: 10px;margin-top: 5px;}
.addresses-list address { }
.addresses-list .link-remove:hover { color:#cb2700; }
.addresses-list .separator { margin:0 3px; }
.addresses-list .addresses-primary .item {  margin:0 0 1.5em;}
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { color:#555; }
.addresses-list .addresses-additional .item {  margin:0 0 1.5em;}

.my-account .pager {text-align: right;padding: 0px;margin-top: 15px;margin-bottom: 20px;}
.my-account .page-title:first-child + .pager{margin-bottom: 15px;margin-top: -5px;}

/* Order View */
.order-info { margin: 0px 0 0px;display: inline-block;width: 100%;}
.order-info dt,
.order-info dd,
.order-info li,
.order-info li a { float:left; }

.order-info dt { font-weight: bold;}
.order-info li { margin-right:1px; }
.order-info dt,
.order-info li.current,
.order-info li a { padding:10px; }
.order-info dt { padding-left:0; }
.order-info li a { background-color:#F5F5F5; }
.order-info li a:hover,
.order-info li.current { background-color:#434343;color: #FFF; }

.order-date { margin:15px 0; color:#0066cc; clear:both; }

.order-info-box { margin:0 0 2.5em; }
.order-info-box .col-1 { }
.order-info-box .box .box-title{padding: 0px 0 8px;margin: 0 0 15px;text-align: left;border-bottom: 1px solid #e6e6e6;}
.order-info-box h2 {margin: 0px;}
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight: bold; padding-right:7px; }

.order-items { width:100%; }
.order-items h2,
.order-about h2 { margin:15px 0; }
.order-items .product-name {margin: 0 0 5px;}
.order-items .link-print { font-weight:normal; }
.order-items .order-links { text-align: right; }
.order-items p .link-print { float:none; }
.order-items h2.table-caption a,
.order-items h2.sub-title a {font-size:12px;font-weight:normal;text-transform:none;}
.order-items h3.table-caption { font-size:13px; font-weight: bold;}
.order-items .data-table { margin-bottom:20px; }
.order-items .data-table td { }
.order-items .data-table .grand_total { }
.order-items .data-table .grand_total .last,
.order-items .data-table .grand_total_incl .last {}
.order-items .order-comments h2 {}

.order-details h2 {margin: 0 0 20px;text-align: left;}
.order-details h2 .separator { color:#e6e6e6; font-size:12px; }

/* Order Comments */
.order-about { margin:0 0 15px;	padding:5px 30px; }
.order-about dt { font-weight: bold;}
.order-about dd { font-size:12px; margin-bottom:15px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { width:20%; font-weight: bold; white-space:nowrap; }
.tracking-table th,
.tracking-table td { padding:5px 9px; }

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

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 {font-size: 24px;line-height: 34px;}
.page-print h2 {font-size: 16px;line-height: 20px;padding: 0px 0 8px;margin: 0 0 15px;text-align: left;border-bottom: 1px solid #e6e6e6;font-weight: bold;}
.page-print h3 {}
.page-print .order-date { }
.page-print .col2-set { margin:0 0 2.5em; }
/* 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 .product-image {display: block;margin: 0 auto 5px;/* min-width: 113px; */width: 113px;}
.my-wishlist .product-name { margin-bottom:10px; }
.my-wishlist .description { margin-bottom:10px; }
.my-wishlist textarea { display:block; width:100%; height:70px;}
.my-wishlist .price-box { margin-bottom:5px; }
.my-wishlist .add-to-cart-alt { margin-bottom:10px; }
.my-wishlist .buttons-set { margin-top: 20px;}
.my-wishlist .buttons-set button.button { /*float:none; */}
#wishlist-table .add-to-links { white-space:nowrap; }


.my-wishlist .data-table tr.even { }
.my-wishlist .btn-cart { margin: 0 auto;margin-top:10px; margin-bottom: 5px;display: inherit;}

/* My Tags */
.my-account .tags-list{margin-top: 10px;margin-bottom: 20px;}
.my-tag-edit { float:left; margin:0px 0 00px; }
.my-tag-edit .btn-remove { float:right; margin:0px 0 0 5px; }
.my-tag-edit .btn-remove span{display: none;}
.my-account .page-title:first-child + .my-tag-edit + .clearer + .pager{margin-bottom: 0px;}

#my-tags-table { clear:both; }
#my-tags-table td .product-image{ width: 100px;display: block;margin: 0 auto;}
#my-tags-table td .ratings,
#my-tags-table td .no-rating{margin: 5px 0;}
#my-tags-table td .ratings .rating-box{margin-top: 3px;}
#my-tags-table .add-to-links { white-space:nowrap; margin-top: 5px;display: inline-block;width: 100%;}
#my-tags-table .add-to-links .link-wishlist{padding: 5px 10px;}

/* My Reviews */
#my-reviews-table td {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px;margin: 0 auto; }
.product-review .product-img-box .label { margin:10px 0 8px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 10px; }
.product-review .product-details { margin:0 20px 20px 155px; }
.product-review .product-name { font-size:18px; margin:0 0 18px; }
.product-review h3 { font-size:12px; margin:15px 0 5px; }
.product-review .ratings-table { margin:0 0 15px; }
.product-review dt {font-size: 13px;font-weight: bold;}
.product-review dd { font-size:12px; margin:5px 0 0; }

/* Billing Agreements */
.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; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:lowercase;width:55px;line-height:15px;padding:2px 8px;}

.map-cart-sidebar-total:hover {overflow:visible;white-space:normal;background-color:#fff;box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);}
.map-popup { margin:10px 0 0; position:absolute; width:300px; z-index:100; }
.map-popup-heading { width:240px; }
.map-popup-heading h2 {margin:0;overflow:hidden;white-space:nowrap;word-wrap: break-word;text-align:left;text-overflow:ellipsis;}
.map-popup-arrow { display:none;}
.map-popup-content { overflow:hidden; text-align:left; width:270px; }
.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 15px; padding:15px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #eee; }
/* Common styles for: Remember Me Popup and MAP Popup */
.remember-me-popup,
.map-popup { background:#fff; text-align:left;}
.remember-me-popup h3,
.map-popup-heading { border-bottom:1px solid #e6e6e6; padding:12px 45px 12px 15px; }
.remember-me-popup h3,
.map-popup-heading h2 { font-size:18px; /*18px*/ }
.remember-me-popup .remember-me-popup-body,
.map-popup-content { padding:15px; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close,
.map-popup-close { background:url(../images/default-icon/pix.png) 0 -150px no-repeat; display:block; position:absolute; top:11px; right:15px; height:17px; width:17px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close:hover,
.map-popup-close:hover { background-position:-17px -150px; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close:active,
.map-popup-close:active { background-position:-34px -150px; }

/* Calendar */
.calendar { z-index:200; }


/* ********************************************************************************************
	Footer
*********************************************************************************************** */

.footer-container{float: left;width: 100%;}

/* Div Background Color Remove */
.footer-container .no-bg{background-color: transparent !important;}

/* Footer Border */
.footer-top-border{padding-top: 20px;padding-bottom: 20px;}
.footer-bottom-border{padding-top: 20px;padding-bottom: 20px;}

/* Footer */
.footer{font-size: 14px;}
.footer,
.footer a,
.footer-bottom .links-separators .links ul li{color: #666666;}
.footer a:hover{color: #0066cc;}
.footer .block-title{color: #434343;position: relative;text-transform: uppercase;}
.footer .block-title h4{font-weight: bold;}
.footer .block-title h4:after{content: "";background: #434343;height: 2px; width: 35px;/*position: absolute;left: 0;top: 25px;*/display: block;margin-top: 5px;}
.footer .contact p{margin-bottom: 25px;}

/* Footer Links */
.footer ul li a{padding: 8px 0;}
.footer li{
    -webkit-transition: 		all 300ms ease-in-out;
    -moz-transition: 		        all 300ms ease-in-out;
    -ms-transition: 		        all 300ms ease-in-out;
    -o-transition: 			all 300ms ease-in-out;
    transition: 			all 300ms ease-in-out;
}
.footer li:hover{padding-left: 5px;}

/* Footer Top */
.footer-top-container{background: #f6f6f6;}
.footer-top{padding: 40px 0; }

/* Footer Top 2*/
.footer.f-top-2 .block-subscribe .form-subscribe-header{display: none;}
.footer.f-top-2 .peer-wrapper{margin-bottom: 5%;display: table;}
.footer.f-top-2 .peer-icon.indent .peer-indent{display: table-cell;vertical-align: middle;}
.footer.f-top-2 .peer-wrapper .icon{margin-bottom: 0;}

/* Footer Primary */
.footer-primary-container{}
.footer-primary p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.footer-primary{padding: 60px 0px;}

/* Footer Primary 2 */
.footer .f-primary-news .block-subscribe .form-subscribe-header{display: none;}
.footer .f-primary-news .block-subscribe .input-box{padding: 0;}
.footer .f-primary-news .block-subscribe button.button{position: static;margin-top: 13px;}

/* Footer Primary 3 */
.footer.f-primary-3 ul.timing li:before{font-family: FontAwesome;margin-right: 10px;}
.footer.f-primary-3 ul.timing li{padding: 8px 0;}
.footer.f-primary-3 ul.timing li span{float: right;}
.footer.f-primary-3 ul.timing li:hover{padding-left: 0;}

/* Footer bottom */
.footer-bottom-container{background: #282828;}
.footer-bottom{text-align: center;padding: 20px 0px;}
.footer-bottom a{color: #aaaaaa;}
.footer-bottom a:hover{color: #0066cc;}
.footer-bottom .links-separators .links ul{display: inline-block;vertical-align: middle;}
.footer-bottom .links-separators .links ul li,
.footer-bottom .links-separators .links ul li.last{display: inline-block;border-right: 1px solid;line-height: 12px;margin-left: -3px;}
.footer-bottom .links-separators .links ul li a,
.footer-bottom .links-separators .links ul li.last a{padding: 0 10px;line-height: 12px;}
.footer-bottom .links-separators .links ul + ul li.last{border-right: none;}
.footer-bottom .links-separators .links ul li:hover{padding-left:0px;}
.footer-bottom .bugs{display: none;}
.footer-bottom address{margin: 20px 0px 0px;text-align: left;color: #aaaaaa;}
.footer-bottom address a{}
.footer-bottom address a:hover{}

.footer-bottom .payment{text-align: right;margin-top: 20px;}
.footer-bottom .payment li{display: inline-block;margin-left: 5px;}

.footer .payment li:hover{padding-left: 0;}

/* Subcribe */
.footer .block-subscribe{margin: 0px;padding: 0px;border: none;background: none;}
.footer .block-subscribe .form-subscribe-header{text-transform: uppercase;font-size: 15px;font-weight: bold;display: inline-block;padding-right: 10px;color: #434343;margin-bottom: 10px;}
.footer .block-subscribe .block-title{display: none;}
.footer .block-subscribe .block-content{text-align: center;}
.footer .block-subscribe .input-box{margin-top: 0px;display: inline-block;width: 100%;max-width: 500px;vertical-align: middle;box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;padding-right: 120px;}
.footer .block-subscribe input{padding-right: 10px;font-size: 13px;font-style: italic;border-radius: 0;}
.footer .block-subscribe button.button span span {font-size: 12px;}

/* Scroll Back to top Button */
a.scrollup {float: right;display: none;font-size: 24px;z-index: 999;position: fixed;right: 25px;bottom: 50px;background-color: #434343;color: #FFFFFF;width: 50px;height: 50px;line-height: 43px;}
a.scrollup:hover{background-color: #0066cc;color: #FFFFFF !important;}


/* ********************************************************************************************
	404 Page Not Found
*********************************************************************************************** */

/* 404 Page Not Found 1 */
.page-not-found1{text-align: center;position: relative;}
.page-not-found1 .top-below-heading{font-size: 18px;display: inline-block;}
.page-not-found1 .above-heading{font-size: 130px;color: #0066cc;position: absolute;left: 0;right: 0;top: 50%;}
.page-not-found1 .bottom-below-heading{font-size: 2em;color: #0066cc;margin-bottom: 2em;}
.page-not-found1 .search-wrapper-centered .form-search{float: none;max-width: 485px;}
.page-not-found1 .buttons-set .back-link{float: none;margin: 0 auto;display: table;}
.page-not-found1 h2{font-size: 48px;line-height: normal;display: inline-block;width: 100%;}

/* 404 Page Not Found 2 */
.page-not-found2{text-align: left;}
.page-not-found2 .above-heading{font-size: 7.5em;line-height: normal;}
.page-not-found2 .top-below-heading{font-size: 1.2em;line-height: 1.7em;}
.page-not-found2 .bottom-below-heading{font-size: 1.5em;color: #0066cc;}
.page-not-found2 .bottom-below-heading:hover{text-decoration: underline;}


/* ********************************************************************************************
	Tooltip
*********************************************************************************************** */

.tooltip_container{position: relative;z-index: 1;display: inline-block;}
.reletive{position: relative;}
.tooltip{
    background: #E8E8E8;
    color: #252525;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 4px 9px;
    position: absolute;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    bottom: 100%;
    right: 0%;

    -webkit-transform: 		translate(0%,-15px);
    -moz-transform: 		translate(0%,-15px);
    -o-transform: 			translate(0%,-15px);
    -ms-transform: 			translate(0%,-15px);
    transform: 			translate(0%,-15px);

    -webkit-backface-visibility: 	hidden;
    -moz-backface-visibility: 	hidden;
    -o-backface-visibility: 	hidden;
    backface-visibility: 		hidden;

    -webkit-transition: 		all .5s ease;
    -moz-transition: 		all .5s ease;
    -o-transition: 			all .5s ease;
    transition: 			all .5s ease;

    -webkit-animation-duration: 	.5s;
    -moz-animation-duration: 	.5s;
    -o-animation-duration: 		.5s;
    animation-duration: 		.5s;
}
.tooltip.align-left{
    margin-right: 10px;
    margin-bottom: 0px;
    top: 50%;
    margin-top: -13px;
    bottom: auto;
    right: 100%;

    -webkit-transform: 		translate(15px,0px);
    -moz-transform: 		translate(15px,0px);
    -o-transform: 			translate(15px,0px);
    -ms-transform: 			translate(15px,0px);
    transform: 			translate(15px,0px);
}
.tooltip:after{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 5px solid #E8E8E8;
    border-right: 6px solid transparent;
    position: absolute;
    bottom: -5px;
    right: 13px;
    margin-left: -6px;
}
.tooltip.align-left:after{
    border-left: 5px solid #606366;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 50%;
    bottom: auto;
    right: -5px;
    margin-top: -6px;
    border-right: none;
}
.tooltip_container:hover .tooltip{
    opacity: 1 !important;
    visibility: visible;

    -webkit-transform: 		translate(0%,0px);
    -moz-transform:		 	translate(0%,0px);
    -o-transform: 			translate(0%,0px);
    -ms-transform: 			translate(0%,0px);
    transform: 			translate(0%,0px);

}


/* ********************************************************************************************
	Fixed Background Image
*********************************************************************************************** */

.fixed-bgimg{

    padding-top: 55px;
    padding-bottom: 50px;
    overflow: hidden;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/fixed-bgimg.png);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: #FFFFFF;
}

.fixed-bgimg a{
    color: #0066cc;
}


/* ********************************************************************************************
	About Us Page
*********************************************************************************************** */

.about_us p{font-size: 14px;line-height: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.about_us p.first:first-letter{font-size: 20px;color: #0066cc;}

.about_us .accordion .opener{left: 0;right: inherit;width: 40px;height: 40px;background-color:#000033;line-height: 40px;border-radius: 0;font-size: 15px;}
.about_us .accordion .opener:hover{background-color:#ff6633 !important; color:white !important;}

.about_us .accordion .block-title{font-size: 16px;padding-left: 60px;border: 1px solid #e6e6e6;margin-bottom: 10px;}
.about_us .accordion .block-content{margin: 20px 0;}
.about_us .accordion .block-title h4{margin-bottom: 0;line-height: 38px;text-transform: uppercase;}
.about_us .accordion.active .block-title h4{color: #0066cc;}

.about_us .skillbar {

    position:relative;
    display:block;
    margin-bottom:75px;
    width:100%;
    background: url('../images/progressbar.jpg') repeat-x;
    height:20px;

    /*border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;*/

    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;

    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}

.about_us .skillbar-title {
    position:absolute;
    top:-25px;
    left:0;
    font-weight:bold;
    font-size:16px;
    text-transform: uppercase;

    /*-webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;*/
}

/*.about_us .skillbar span {
	display:block;
	background:rgba(0, 0, 0, 0.1);
	padding:0 20px;
	height:20px;
	line-height:20px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
*/
.about_us .skillbar-bar {
    height:18px;
    width:0px;
    background:#0066cc;

}

.about_us .skill-bar-percent {
    height:20px;
    width:0px;
    position: absolute;
    top: 0;
    text-align: right;


}

.about_us .skill-bar-percent span{
    position: absolute;
    top: -43px;
    border: 1px solid #e6e6e6;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    right: -12px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: bold;
}

.about_us .progressbar{display: inline-block;width: 100%;margin-top: 35px;}

.about_us .team .member{display: inline-block;text-align: center;margin: 0 20px 15px;text-transform: uppercase;}

.about_us .team .member a,
.about_us .team .member span{display: block;}

.about_us .team .member a{font-weight: bold;padding: 25px 0 10px; font-size: 18px;}



/* ********************************************************************************************
	Mobiles Deals Block
*********************************************************************************************** */

.mobiles-deals{background: #F6F6F6;border: 1px solid #e6e6e6;padding: 20px;float: left;width: 100%;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}


/* ********************************************************************************************
	Cleares
*********************************************************************************************** */

.clear,
.clearer{clear:both;}
.clear:after,
.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,
.nav:after{ display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.guest-select {width:305px !important;}
/* ======================================================================================= */

/* ********************************************************************************************
	Custom Styles
*********************************************************************************************** */

i.fa { font-style: normal }

#cart-sidebar .btn-edit { display: none; }


/***** Header *****/

.language.dropdown{
    border:none;
    font-weight:bold;
    text-transform: uppercase;
    font-size:12px;
}

.login-register {
    font-size:11px;
    display:inline-block;
    font-weight:bold;
    text-transform: uppercase;
}


.login-register .user-register {
    padding-right: 10px;
}

.customer-service .phone-text{
    font-size:11px;
    margin-left:10px;
    font-weight:bold;
    text-transform: uppercase;
}

.customer-service .phone-number{
    margin-left:10px;
    font-weight:bold;
    text-transform: uppercase;
    font-size:18px;
}

.shopping_cart .icon-cart{
    border: 1px solid #000033;
}

/***** Footer *****/

.footer-primary {
    padding: 60px 0 30px;
}

.footer-primary .accordion .block-content ul li a{
    font-weight:bold;
}

.footer-primary .accordion .block-content .peer-icon .icon{
    color: #000033;
}

.footer-primary .accordion .block-content .peer-icon .peer-indent{
    font-weight:bold;
}

.footer-primary .accordion .block-content .peer-icon .peer-indent .contact-email{
    margin-top:9px;
}

.footer-primary .logo-column.grid_3 .footer-primary-logo{
    padding-right: 10%;
    margin-top: -17px;
}

.footer-primary .logo-column.grid_3 .footer-primary-under-logo-text {
    color: #909093;
    padding-right: 10%;
}

.footer-primary .logo-column.grid_3 .social-link{
    padding-right: 10%;
}

.footer-bottom-container .footer-bottom{
    padding: 0;
}

.footer-bottom-container .footer-bottom address{
    margin: 12px 0 0;
    width: 200px;
    float: left;
}

.footer-bottom-container .footer-bottom .payment{
    margin: 8px 0 0;
}

.footer-bottom-container .certificacion-tuv {
    clear: none;
    float: left;
    margin-top: 5px;
}

.footer-bottom-container .certificacion-tuv img {
    float: left;
}

.footer-bottom-container .certificacion-tuv p {
    color: white;
    font-size: 12px;
    line-height: 16px;
    margin-left: 40px;
    text-align: left;
}

.social-link a {
    margin-right: 5px !important;
}

.header-primary .logo{
    text-align:unset;
}

.form-search {
    margin: 0 0 0 90px;
}

.form-search .input-text {
    width: 100%;
}

.footer .block-subscribe .input-box {
    padding-right: 160px;
}


.block-subscribe button.button {
    font-weight:bold;
}

.footer .block-subscribe button.button span span {
    font-size: 12px;
    padding: 11px 45px;
}

.footer-top-container{
    border-bottom: 1px solid #cccccc;
}

.homepage-banners .banner {
    margin-bottom: 20px;
    text-align: center;
}

/***** Home *****/

.white-stripe {
    background-color: white;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.cms-index-index .main {
    padding: 0;
}

.cms-index-index .grid_full {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.cms-index-index .section-title, .catalog-product-view .section-title{
    width:30%;
    margin: 0 auto 20px;
    text-align:center;
}


.cms-index-index .section-title h2::after,
.cms-index-index .section-title h1::after,
.catalog-product-view .section-title h2::after,
.catalog-product-view .section-title h1::after
{
    width: 100%;
}

.cms-index-index .category-overlay {
    background-color: white;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.cms-index-index .category-overlay h3 {
    color: #000033;
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1em;
    padding: 14% 5% 0;
    text-transform: uppercase;
}

.cms-index-index .category-description {
    padding: 2% 5% !important;
}


.cms-index-index .category-view {
    background-color: #000033;
    color: white;
    float: right;
    margin: 5%;
    padding: 5px 10px;
    text-transform: uppercase;
}

.cms-index-index .category-view:hover {
    background-color: #ff6633;
}

.cms-index-index .category-home a:hover {
    color: #000033;
}

.navmain-container{
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.fa-caret-left::before, .owl-theme .owl-controls .owl-buttons .owl-prev::before, .tp-leftarrow::before {
    content: "";
}

.fa-caret-right::before, ul.bullet li a::before, .footer.f-primary-3 ul.timing li::before, .owl-theme .owl-controls .owl-buttons .owl-next::before, .tp-rightarrow::before, #sidenav li a::before, .block-layered-nav #narrow-by-list li a::before, #mega-nav ul.subs li li a::before, #mega-nav .megamenu-vertical ul.subs li a::before, #side-nav > li > a::before, .block-account .block-content li a::before, .block-account li strong::before, .block-blog .block-content li a::before {
    content: "";
}

.fa-trash-o:before,
.btn-remove:before,
.btn-remove2:before{
    content: "\f014";
}

.fa-pencil:before,
.btn-edit:before{
    content: "\f040";
}

.fa-th-large::before, .view-mode .grid::before {
    content: "";
}

.fa-th-list::before, .view-mode .list::before {
    content: "";
}

.fa-plus::before, .accordion .opener::before, #cssmenu #mobile-menu .open::before, .resp-arrow::before, #nav li .more::before {
    content: "";
}

/***** Category Nav on left bar *****/

.block-category-nav{
    background-color: #ffffff;
}

.block-category-nav .block-title{
    color:#ffffff;
    background-color: #000033;
    padding:10px 0;
    text-align:center;
}

.block-category-nav .block-title strong::after {
    background: none;
    height: auto;
    margin-top: 0;
}

.block-category-nav .block-content{
    padding-bottom:20px;
}

.block-category-nav .block-content ul#sidenav > li{
    margin:0 20px;
    border-bottom: 1px solid #cccccc;
}

.block-category-nav .block-content ul#sidenav > li:last-child{
    margin:0 20px;
    border-bottom: none;
}

.block-category-nav .block-content li a::before{
    content: "" !important;
}

.block-category-nav .block-content #sidenav li a.show-cat{
    border:none;
    color: #000033 !important;
    background-color: transparent !important;
    font-size:12px;
}

.block-category-nav .block-content #sidenav li a.show-cat.active{
    background-color: transparent !important;
    border:none !important;
    color: #000033 !important;
    font-size:12px;
}

.block-category-nav .block-content #sidenav li.active > a {
    color: #0066cc;
}

.block-category-nav .block-content #sidenav li a:hover{
    color: #0066cc !important;
}

.block-category-nav .block-content #sidenav li a.show-cat:hover{
    color: #ff794c !important;
    background-color: transparent !important;
}

/***** Filters *****/

.block-layered-nav{
    background-color: #ffffff;
}

.block-layered-nav > .block-title{
    color:#ffffff;
    background-color: #000033;
    padding:10px 0;
    text-align:center;
}
.block .block-content .slider-actions.actions {
    border: medium none;
    float: none !important;
    margin: 11px 0 0;
    padding: 0;
}
.block-layered-nav .block-title strong::after {
    background: none;
    height: auto;
    margin-top: 0;
}

.block-layered-nav .block-content dl#narrow-by-list{
    margin:0 20px;
}

.block-layered-nav .block-content dl#narrow-by-list dd{
    float:none;
}

.block-layered-nav .block-content dl#narrow-by-list div.view{
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px
}

.block-layered-nav .block-content dl#narrow-by-list div.view:last-child{
    border-bottom: none;
}

.block-layered-nav .block-content li a::before{
    content: "\f00d";
    font-size: 14px;
}

/***** Breadcumbs *****/

.breadcrumbs li strong {
    color: #434343;
    font-weight: normal;
}

/***** Listado simple de productos *****/

div.product-image-gallery {
    border: 1px solid #e6e6e6;
}

.catalog-category-view .category-left .col-main .page-title{
    background-color: #000033;
    color: #ffffff;
    padding: 10px 0 10px 4%;
    margin-bottom: 0;
}

.catalog-category-view .category-left .col-main .category-image{
    display: block;
}

.catalog-category-view .category-left .col-main .category-image{
    display: block;
}

.catalog-category-view .category-bottom-banners .first-cat-bottom-banner{
    float:left;
}

.catalog-category-view .category-bottom-banners .second-cat-bottom-banner{
    float:right;
}
.catalog-category-view .category-left .col-main .page-title h1::after,.catalog-category-view .category-left .col-main .page-title h2::after {
    background: none;
    height: auto;
    margin-top: 0;
}

.catalog-category-view .page-title h2, .catalog-category-view .block-title span {
    color: white;
}

#multi-product .item {
	border: 2px solid #edf3f6;
}	
#multi-product .item, .category-products .item{
    background-color: #ffffff;
}

.catalog-category-view .category-left .col-main .category-products .products-list .item{
    padding: 2%;
}

.products-grid .icon {
    margin-top: 6px;
    font-size: 20px !important;
    line-height: 15px !important;
}

.products-grid .btn-cart {
    float:left;
}

.products-grid .item:hover .product-image-wrapper::before, .products-list .item:hover .product-image-wrapper::before {
    opacity: 0;
}

.products-grid .item:hover .product-name a, .products-list .item:hover .product-name a{
    color: #0066cc;
}

.products-grid .out-of-stock span {
    font-size: 12px;
}

.products-list .sale, .products-list .new,
.catalog-product-view .sale, .catalog-product-view .new{
    margin: 0 0 20px;
}

.products-list .product-right {
    float:right;
    margin-top:12px;
}

.products-list .btn-cart {
    float: right;
}

.products-list .add-to-links span.icon{
    background-color: #ffffff;
    color: #000033;
    border: 1px solid #000033;
    height: 38px;
    line-height: 38px;
}

.category-products .products-list button.button span{
    background-color: #000033;
    color: white;
    font-weight:900;
    text-transform:uppercase;
}
.catalog-product-view .product-view .price-stock-cta button.button span {
	background-color:#ff6633;
	color: white;
    font-weight:900;
    text-transform:uppercase;
}
.catalog-product-view .product-view .price-stock-cta button.button:hover span {
	background-color: #000033;
    color: white;
}

.category-products .products-list button.button:hover span{
    background-color: #ff6633;
    color: white;
}

button.button-icon span span{
    padding: 11px 50px;
    position: relative;
}

button.button-icon span span .fa {
    font-size: 20px;
    left: 20px;
    position: absolute;
    top: 9px;
}

/***** Detalle de producto *****/

.product-view button.button .fa {
    font-size: 20px;
    margin-right: 20px;
	display:none;
}

.catalog-product-view .regular-price .price, .catalog-product-view .minimal-price .price {
    font-weight: 900;
}

.catalog-product-view .main {
    padding: 0;
}

.catalog-product-view .section-title {
    margin-top: 60px;
}

.product-view #super-product-table .availability {
    float: left;
    margin-bottom: 0;
    margin-top: 6px;
}

#super-product-table .product-name {
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
}

#super-product-table .product-attributs > span {
    color: #cccccc;
    margin: 0 4px 0 8px;
}


#offline_product_success_message {float: left;}


/***** Toolbar *****/
.toolbar{
    margin-top:25px;
}

.toolbar .pager .amount {
    display: block !important;
    float: left;
    font-weight:900;
    text-transform:uppercase;
    font-size:11px;
}

.toolbar .pager .amount span:last-child{
    color: #999999;
}

.toolbar .sort-by label{
    font-weight:900;
    text-transform:uppercase;
    font-size:11px;
}

/***** Páginas CMS *****/

.featured_points {
    text-align: center;
}

.featured_points .fa {
    color: #0066cc;
    font-size: 50px;
    font-style: normal;
}

.featured_points h3 {
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
}

.cms-page-view .page-title h1, .cms-page-view .page .page-title h2 {
    font-size: 20px;
}

/***** Megamenu *****/

.nav #mega-nav > li > a::before {
    left: 25%;
    top: auto;
    bottom: 10px;
    height: 2px;
}

.nav #mega-nav > li:hover > a::before {
    width: 50%;
}

a.toggleMenu:hover, .close-menu:hover {
    color: #0066cc;
}

div#cssmenu ul li a:hover {
    background: #f6f6f6 none repeat scroll 0 0;
    color: #0066cc;
}


/***** My Account *****/
.my-account .dashboard .welcome-msg{
    color: #252525;
}


/***** Checkout *****/


#gcheckout-onepage-form {
    font-family: Lato;
}

#gcheckout-onepage-form * {
    font-family: inherit !important;
}

#gcheckout-onepage-form h2{
    font-size: 17px;
    padding: 5px 20px;
}

#gcheckout-onepage-form label, #gcheckout-onepage-form input, #gcheckout-onepage-form select {
    font-size: 13px;
}

#gcheckout-onepage-form input, #gcheckout-onepage-form select {
    font-size: 13px;
    height: 40px;
    line-height: 18px;
    padding: 8px 10px;
    box-shadow: none;
    border-radius: 0;
}

#billing-new-address-form li {
    margin-bottom: 15px;
}

#gcheckout-onepage-form button.btn-checkout{
    text-transform: uppercase;
    margin-top: 20px;
}

#gcheckout-onepage-form button.btn-checkout span{
    text-transform: uppercase;
}

#gcheckout-onepage-form .form-list label.required em, #gcheckout-onepage-form .form-list label.required em {
    color: #0066cc;
}

#gcheckout-onepage-form .glc-title span {
    background: none;
    border: none;
    color: #edf3f6;
    font-size: 18px;
    font-weight: 900;
    margin-top: 6px;
}

#gcheckout-onepage-form #submit-btn span span {
    background-color: #000033  !important;
}
#gcheckout-onepage-form #submit-btn span span:hover {
    background-color: #ff6633 !important;
}
div#gcheckout-login-link {
    font-size: 15px;
}

.glc table.data-table {
    font-size: 14px;
}

div.glc .validation-failed {
    background: none !important;
    border-color: #cb2700 !important;
    border-style: solid !important;
}

.gomage-checkout-onepage-index div#login-form {
    font-family: Lato;
}

.gomage-checkout-onepage-index div#login-form * {
    font-family: inherit !important;
}

.gomage-checkout-onepage-index div#login-form h2{
    color: #000033;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #000033;
    padding-bottom: 5px;
}

.gomage-checkout-onepage-index #login-form #gcheckout-login-form label,
.gomage-checkout-onepage-index #login-form #gcheckout-forgot-form label{
    font-size: 13px;
    margin-top: 20px;
    color: #000033;
}

.gomage-checkout-onepage-index #login-form #gcheckout-login-form input,
.gomage-checkout-onepage-index #login-form #gcheckout-forgot-form input{
    border-radius: 0;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    padding: 10px;
}

.gomage-checkout-onepage-index #login-form #gcheckout-login-form .actions,
.gomage-checkout-onepage-index #login-form #gcheckout-forgot-form .actions{
    height: 90px;
    margin-bottom: 20px;
}

.gomage-checkout-onepage-index #login-form #gcheckout-login-form.actions a,
.gomage-checkout-onepage-index #login-form #gcheckout-forgot-form .actions a {
    float: none;
    display: block;
    margin-bottom:20px;
}

.gomage-checkout-onepage-index #login-form #gcheckout-login-form button.button span span,
.gomage-checkout-onepage-index #login-form #gcheckout-forgot-form button.button span span{
    font-size: 15px;
    padding: 5px 30px;
    text-transform: uppercase;
}

/***** Checkout success *****/


.checkout-onepage-success h2 {
    margin-top: 35px;
}

#my-orders-table {
    margin: 20px 0 40px;
}


/***** Categoría especial *****/

.category_landing_grid_container {
    margin-bottom: 20px;
    margin-top: 40px;
    overflow: hidden;
}

.category_landing_grid_container .category_landing_grid {
    padding: 2% 1%;
    width: 46%;
    overflow: hidden;
}

.category_landing_grid_container {
    margin-bottom: 20px;
    margin-top: 40px;
    overflow: hidden;
}

.category_landing_more_info {
    background-color: #000033;
    color: white;
    display: block;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-left: 3%;
    text-transform: uppercase;
    width: 97%;
    margin-top: 40px;
}

/* Ajuste temporal de megamenú */

#popup00 {
    width: 500px;
}

#popup01 {
    width: 250px;
}

#popup02 {
    width: 500px;
}

#popup03 {
    width: 250px;
}

#popup05 {
    width: 250px;
}

#popup06 {
    width: 250px;
}


/* Header móvil */

.headermov-primary-container {
    background-color: white;
    width: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

.headermov-primary-container .left-side,
.headermov-primary-container .center,
.headermov-primary-container .right-side {
    display: inline;
    float: left;
}

.headermov-primary-container .left-side {
    width: 25%;
}

.headermov-primary-container .center {
    width: 50%;
}

.headermov-primary-container .right-side {
    width: 25%;
    text-align: right;
}

.headermov-primary-container .fa-bars {
    font-size: 20px;
    margin-left: 5px;
    margin-top: 19px;
}

.headermov-primary-container .logo {
    margin: 12px 0;
}

.headermov-primary-container .logo img {
    max-height: 35px;
}

.headermov-primary-container button.button span {
    background-color: transparent;
}

.headermov-primary-container .headermov-primary button.button span span {
    color: #000033;
    height: 32px;
    width: 32px;
    line-height: 32px;
    padding: 0;
    margin-top: 13px;
}

.headermov-primary-container .shopping_cart.dropdown {
    margin-top: 13px;
    padding-left: 5px;
}

.headermov-primary-container .shopping_cart .icon-cart {
    height: 32px;
    width: 32px;
    line-height: 30px;
}

.headermov-primary-container  .quick-search {
    margin: 0;
}

.headermov-primary-container .form-search {
    margin: 0;
}

.headermov-primary-container .form-search .input-text {
    padding-right: 75px;
}

.headermov-primary-container .form-search button.button span {
    background-color: #000033 !important;
    color: white !important;
    font-size: 11px;
    margin: 5px 8px;
    padding: 1px 0;
    line-height: normal;
}

/* Responsive */

@media (max-width: 1200px) {
	#block-related-slider .owl-wrapper {
		height: 400px !important;
	}
}
@media (max-width: 1024px) {
	#block-related-slider .product-content-wrapper, #multiproduct-block .item.grid_3 .grid_12{
		padding-bottom:10px
	}
	#block-related-slider .product-content .vert, #multiproduct-block .product-content .vert {
		height:40px;
	}
	#block-related-slider .product-content .grid_12 .grid_3, #multiproduct-block .item.grid_3 .grid_12 .grid_3 {
		width:100%;
		text-align:center;
	}
	#block-related-slider .product-content .grid_12 .grid_3 .btn-cart, #multiproduct-block .item.grid_3 .grid_12 .grid_3 .btn-cart {
		float:none
	}
	#block-related-slider .product-content .grid_12 .grid_3 .btn-cart button, #multiproduct-block .item.grid_3 .grid_12 .grid_3 .btn-cart button{
		padding-right:0
	}
	#block-related-slider .product-content .grid_12 .grid_3:first-of-type, #multiproduct-block .item.grid_3 .grid_12 .grid_3:first-of-type {
		display:none
	}
	#block-related-slider .product-content .grid_12 .grid_6, #multiproduct-block .item.grid_3 .grid_12 .grid_6 {
		display:none
	}
	.product-view .product-shop .aw_extradownloads li, .product-view .product-shop .aw_extradownloads li:nth-of-type(2n) {
		padding: 4px 5% 10px 32px;
		width: calc(95% - 32px);
	}

}
	
@media (max-width: 768px) {
    /* Header */

    .headermov-primary-container {
        display: block !important;
    }
    .customer-service { display: none; }

    /* Footer */
    .logo-column .footer-primary-logo { text-align: center; padding: 0 !important; }
    .logo-column .footer-primary-under-logo-text { text-align: justify; padding: 0 5% !important; }
    .logo-column .social-link { text-align: center; padding: 0 !important; }
    .footer-bottom-container .footer-bottom .payment { display: none; }
	
	.product-view .grouped-items-table td {border:0}
	.product-view .grouped-items-table tr {border:1px solid #d9d9d9}
	
	#block-related-slider .owl-item {
		margin: 0px 0 3% 2% !important;
		max-width: 48% !important;
		width: auto !important;
	}
	#block-related-slider .owl-wrapper {
		height: auto !important;
	}


}
@media (max-width:680px){
	#block-related-slider .owl-item {
		margin: 0px 0 3% 2% !important;
	}
}
@media (max-width:480px){
	.product-view .caracteristicas li {float:left; width:49%; margin-right:1%}
	.product-view .caracteristicas li:nth-of-type(2n) {width:50%;margin-right:0%}
	.product-view .caracteristicas li:nth-of-type(3), .product-view .caracteristicas li:nth-of-type(6), .product-view .caracteristicas li:nth-of-type(9) {width:49%; margin-right:1%}
	.product-view #super-product-table .availability {
		text-align:left;
	}
	.products-grid .product-name.single-line-name {
		height: 38px !important;
	}
}
@media (min-width:480px){
	.product-view .product-essential .product-name br {display:none}
}
@media (max-width:480px){
	.product-view .product-shop .price-stock-cta .price-stock,
	.product-view .product-shop .price-stock-cta .add-to-box {
		width:100%;
	}
	.product-view .product-shop .price-stock-cta .price-stock {
		position:absolute;
		margin-top: 0;
	}
	.product-view .price-box .price-excluding-tax  {
		margin-bottom:5px;
	}
	.product-view .price-box p.special-price {
		margin-bottom:10px;
	}
	.product-view .product-shop .price-stock-cta .add-to-box .availability{
		float: right;
		width: 100%;
		margin: 0 0 5px;
	}
	.product-view .product-shop .more-videos.eCommbits li {
		width: 130px;
		height: 90px;
	}
	.product-view .product-shop .more-videos.eCommbits li a {
		width: 130px;
		height: 85px;
	}
	.product-view .product-shop {
		padding: 0 !important;
	}
	.product-view .product-shop .aw_extradownloads li, .product-view .product-shop .aw_extradownloads li:nth-of-type(2n) {
		padding-top: 8px;
	}
	.product-view .grouped-items-table td:nth-of-type(2) {
		width:100px;
	}
	.product-view .grouped-items-table td h3 {
		margin-bottom:15px;
	}
	#block-related-slider .product-content .vert, #multiproduct-block .product-content .vert {
		height: 30px;
	}
	#block-related-slider .product-content .grid_12 .grid_3 .btn-cart button, #multiproduct-block .item.grid_3 .grid_12 .grid_3 .btn-cart button{
		padding-right:10px
	}
}

#block-related-slider .owl-wrapper {
	width:100% !important;
	padding: 0 1%;
	height: 440px;
    overflow: hidden;
}
#block-related-slider .owl-item {
	background:#fff;
	margin: 0px 0 15% 1.5%;
	max-width:23%;
}
#block-related-slider .owl-item .item {
	padding: 0;
	margin: 0;
}
#block-related-slider .owl-controls {
	display:none !important;
}
.destacados .section-title h2 {
	color: #000033;
	font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 0;
}
.destacados .section-title h2::after {
	content: "";
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 5px;
}
.lastunits label {
	border-radius: 2px;
    margin: 0 auto;
    padding: 2px 20px;
    text-transform: uppercase;
    text-align: center;
	background: #0066cc;
    color: white;
}
#offline_product_form .category_landing_more_info {
	margin: 0;
    padding-left: 20px;
    width: calc(100% - 20px);
}
#offline_product_form .form-list {
	padding:30px 20px;
	border:1px solid #e6e6e6;
}


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


