/**
 * 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
*********************************************************************************************** */

* { margin:0; padding:0; }

body    { font-family:'Raleway', Helvetica, sans-serif;line-height: 25px;font-size: 14px;font-weight: 400; color:#000000; text-align:center;-webkit-font-smoothing: antialiased;}
img     { max-width:100%; }
a,
a:focus {color: #17477c;text-decoration: none;}
a:hover {color: #606060;text-decoration: none;}
a:focus {
    text-decoration: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
    outline: 0;
}
html 	{ font-size:16px;overflow-x: hidden;}

/* Base */
::-moz-selection	{background: #555555; color: #fff; text-shadow: none;}
::selection		{background: #555555; color: #fff; text-shadow: none;}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
}
h1 { font-size: 35px; }
h2 { font-size: 25px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }


/* Container */
/*@media (min-width: 1200px) {
    .container{width: 1200px;}
}*/

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }
cite 	      { font-style: italic; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:middle; text-align:left; font-weight:normal; }

/* Content */
strong        { font-weight: bold; }
address       { font-style:normal; margin-bottom: 0px;}
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }

/* 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; }
.hidden-x     { overflow-x: hidden; }
.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; }
.reletive     { position: relative;}
.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; }
.label	      { color: inherit;font-size: inherit;text-align: inherit;line-height: inherit;white-space: inherit;padding: inherit;font-weight: inherit;padding: 0px; }
.bg-default   { background-color: #EEEEEE;}
.bg-primary   { background-color: #4686CC;color: #FFF;}
.c-primary    { color: #4686CC;}
.parallax     { background-attachment: fixed !important;background-position: center top;background-repeat: repeat-y !important;background-size: cover!important; }

/* Highlighted Text */
.highlighted{padding: 1px 3px;border-radius: 1px;margin-right: 2px;color: #fff;background-color: #4686CC;}

/* ********************************************************************************************
	Layout
*********************************************************************************************** */

.wrapper {float: left;width: 100%;}
.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-repeat:repeat; background-position:center top; clear: both;}
.main { padding-top: 50px;padding-bottom: 50px; min-height:400px; clear: both;position: relative;}

/* Decrease padding on home page 1Column*/
body.cms-index-index .col1-layout .main,
body.contacts-index-index .col1-layout .main,
body.cms-index-index .col2-left-layout .col-main .container,
body.cms-index-index .col2-right-layout .col-main .container{ width: auto;padding-left: 0px;padding-right: 0px;max-width: none;}

body.cms-index-index .col1-layout .main{padding-top: 0px;}
body.contacts-index-index .col1-layout .main{padding-top: 0px;padding-bottom: 0px;}

/* Content Columns */
.col2-set .col-1 { float:left;width:48.5%;border: 1px solid #EEEEEE;padding: 15px;
  box-sizing:           border-box;
  -moz-box-sizing:      border-box;
  -o-box-sizing:        border-box;
  -ms-box-sizing:       border-box;
  -webkit-box-sizing:   border-box;
}
.col2-set .col-2 { float:right;width:48.5%;border: 1px solid #EEEEEE;padding: 15px;
  box-sizing:           border-box;
  -moz-box-sizing:      border-box;
  -o-box-sizing:        border-box;
  -ms-box-sizing:       border-box;
  -webkit-box-sizing:   border-box;
}
.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%; }

#oar_widget_orders_and_returns_form .form-alt li{padding:20px 0px 20px 0px;}


/* ********************************************************************************************
	Global Styles
*********************************************************************************************** */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
input[type="radio"],
input[type="checkbox"] {
    float: left;
    margin-top: 0px;
    height: 25px;
    margin-right: 6px;
}
dt input[type="radio"],
dt input[type="checkbox"],
dd input[type="radio"],
dd input[type="checkbox"]{
    height:20px;
}
input.input-text.qty{
    width: 50px !important;
    text-align: center;
    padding: 9px;
}
textarea {
    resize: none;
    height: 150px;
    margin-bottom: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select {
    max-width: 100%;
}
input,
input.input-text,
select,
textarea{
    border: 1px solid #EEEEEE;
    background-color: #FCFCFC;
    padding: 14px;
    color: #000000;
    font-size: 13px;
    vertical-align: middle;
    box-shadow: none;
    border-radius: 0;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}
select{
    padding: 13px;
}
input::-webkit-input-placeholder,
input:-moz-placeholder  {
    font-size: 13px!important;
}
textarea:focus,
input:focus {
    background: #f6f6f6;
    box-shadow: none;
    outline: none;    
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
   border-color: #fb7f88;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaaaaa;
    font-size: 18px;
}


/* ********************************************************************************************
	Buttons
*********************************************************************************************** */

button,
input[type="submit"],
.btn,
.buttons-set .back-link a{
    padding: 16px 30px;
    line-height: 1;
    text-align: left;
    text-shadow: none;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    border-radius: 0;
    filter: none;
    box-shadow: none;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: normal;
}

button,
button:focus,
input[type="submit"],
input[type="submit"]:focus,
.btn,
.btn:focus,
.buttons-set .back-link a,
.buttons-set .back-link a:focus{
    background: #4686CC;
    color: #fff;    
}

button:hover,
button:active,
input[type="submit"]:hover,
input[type="submit"]:active,
.btn:hover,
.btn:active,
.buttons-set .back-link a:hover,
.buttons-set .back-link a:active{
    background-color: #000000;
    color: #ffffff;
}

button i,
button em,
.btn i,
.btn em{margin-right: 10px;font-style: normal !important;}

/* Button Size
--------------------------------------------------------------------------- */

/* Button Extra Small */
.btn-xs{
    font-size: 11px;
    padding: 8px 15px;
    border-radius: 0px;
    line-height: 1;
}
/* Button Small */
.btn-sm,
.block .actions button.button {
    font-size: 12px;
    padding: 10px 20px;
    border-radius: 0px;
    line-height: 1;    
}
/* Button Medium */
.btn-md{
    font-size: 13px;
    padding: 16px 30px;
    border-radius: 0px;
    line-height: 1;    
}
/* Button Large */
.btn-lg{
    font-size: 18px;
    padding: 22px 55px;
    border-radius: 0px;
    line-height: 1;    
}

/* Button Style
--------------------------------------------------------------------------- */

/* Button Center */
.btn-center{
    display:table;
    margin-left: auto;
    margin-right: auto;s
}

/* Button Primary (Hover Black) */
.btn-primary,
.btn-primary:focus{
    color: #ffffff;
    background: #4686CC;
    box-shadow: none;
}
.btn-primary:hover,
.btn-primary:active {
    background: #000000;
    color: #ffffff;
}

/* Button Primary (Hover Grey) */
.btn-primary-grey,
.btn-primary-grey:focus{
    color: #ffffff;
    background: #4686CC;
    box-shadow: none;
}
.btn-primary-grey:hover,
.btn-primary-grey:active {
    background: #EEEEEE;
    color: #000000;
}

/* Button Black */
.btn-black,
.btn-black:focus{
    color: #ffffff !important;
    background: #000000 !important;
    box-shadow: none;
}
.btn-black:hover,
.btn-black:active {
    background: #4686CC !important;
    color: #ffffff !important;
}

/* Button Default (Hover Primary) */
.btn-default,
.btn-default:focus{
    color: #000000 !important;
    background: #EEEEEE !important;
    box-shadow: none;
}
.btn-default:hover,
.btn-default:active {
    background: #4686CC !important;
    color: #ffffff !important;
}

/* Button Default (Hover Black) */
.btn-default-black,
.btn-default-black:focus{
    color: #000000 !important;
    background: #EEEEEE !important;
    box-shadow: none;
}
.btn-default-black:hover,
.btn-default-black:active {
    background: #000000 !important;
    color: #ffffff !important;
}

/* Button Success */
.btn-success,
.btn-success:focus{
    color: #FFFFFF !important;
    background: #5cb85c !important;
    box-shadow: none;
}
.btn-success:hover,
.btn-success:active {
    background: #000000 !important;
    color: #ffffff !important;
}

/* Button Info */
.btn-info,
.btn-info:focus{
    color: #FFFFFF !important;
    background: #5bc0de !important;
    box-shadow: none;
}
.btn-info:hover,
.btn-info:active {
    background: #000000 !important;
    color: #ffffff !important;
}

/* Button Warning */
.btn-warning,
.btn-warning:focus{
    color: #FFFFFF !important;
    background: #f0ad4e !important;
    box-shadow: none;
}
.btn-warning:hover,
.btn-warning:active {
    background: #000000 !important;
    color: #ffffff !important;
}

/* Button Danger */
.btn-danger,
.btn-danger:focus{
    color: #FFFFFF !important;
    background: #d9534f !important;
    box-shadow: none;
}
.btn-danger:hover,
.btn-danger:active {
    background: #000000 !important;
    color: #ffffff !important;
}

/* Button Border */
.btn-border,
.btn-border:focus{
    color: #000000;
    background: transparent !important;
    border: 3px solid #000;
    box-shadow: none;
}
.btn-border:hover,
.btn-border:active {
    background: #4686CC !important;
    border-color: #4686CC;
    color: #ffffff;
}

/* Button Link */
.btn-link{
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}
.btn-link,
.btn-link:focus{
    color: #17477c;
}
.btn-link:hover,
.btn-link:active{
    color: #606060;
    background-color: transparent !important;
    border-color: transparent;
}

/* ********************************************************************************************
	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;}
.martop55{margin-top: 55px !important;}
.martop60{margin-top: 60px !important;}
.martop65{margin-top: 65px !important;}
.martop70{margin-top: 70px !important;}
.martop75{margin-top: 75px !important;}
.martop80{margin-top: 80px !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;}
.marbot55{margin-bottom: 55px !important;}
.marbot60{margin-bottom: 60px !important;}
.marbot65{margin-bottom: 65px !important;}
.marbot70{margin-bottom: 70px !important;}
.marbot75{margin-bottom: 75px !important;}
.marbot80{margin-bottom: 80px !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;}

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{margin: 0px;}
.form-list li { margin:0 0 20px; }
.form-list li.control{margin-bottom: 0px;}
.form-list .fields{margin-bottom: 10px;margin-left: -10px;margin-right: -10px;}
.form-list label {}
.form-list label.required {}
.form-list label.required em { float:right; font-style: normal;padding-left: 3px;}
.form-list li.control label { float:none; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box { display:block; clear:both; }
.form-list .field { float:left; width: 50%;margin-bottom:10px; padding-left: 10px;padding-right: 10px;}
.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 #EEEEEE; 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 .customer-name-middlename .name-middlename {float: left;}

.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 .name-middlename,
.form-list .customer-name-middlename .name-lastname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-middlename,
.form-list .customer-name-middlename-suffix .name-lastname { width:33.3333%; }

.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:97%;*/ }

.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 #EEEEEE;padding-top: 2em;*/}
.buttons-set button.button { float:right; margin-bottom:5px; }
.buttons-set p.required { margin:0 0px 5px 0; }
.buttons-set .back-link { float:left; margin-bottom:5px; }
.buttons-set .back-link a{display: block;}
.buttons-set .back-link small {display:inline-block;margin-right:5px;}
.buttons-set .back-link:hover small {}

.contacts-index-index .form-list textarea.contact{height: 160px;}
.contacts-index-index .buttons-set { }
.contacts-index-index .buttons-set button.button{float: left;margin: 0px;}
.contacts-index-index .buttons-set .required { text-align:left; }

/* Orders and Returns form */
#oar_widget_orders_and_returns_form .form-list label.required em{float:none;padding-left:0px;}
#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;}

.customer-account-forgotpassword .fieldset > p{margin-bottom: 10px;}

/* Form Validation */
.validation-advice { clear:both; color:#d83a3a; font-weight: bold; }
.validation-failed { border:1px solid #d83a3a !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:#d83a3a; }
/* 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: #1b7121;}
.error { color:#d83a3a;}
.note  {color: #19527e;}
.notice { color:#a76800;}

.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:before,
.success-msg:before,
.note-msg:before,
.notice-msg:before{display: inline-block;font-family: "FontAwesome";font-size: 20px;position: absolute;margin-left: -30px!important;}

.error-msg,
.success-msg,
.note-msg,
.notice-msg 	{padding: 25px 25px 25px 70px !important;margin-bottom: 20px;font-size: 16px;}
.error-msg 	{background-color: #FFF2F2;color:#d83a3a;}
.success-msg 	{background-color: #F2FEF3;color:#1b7121;}
.note-msg   	{background-color: #F2F9FF;color: #19527e;}
.notice-msg 	{background-color: #FFFAF2;color: #a76800;}

.error-msg:before	{content:"\f05e";}
.success-msg:before	{content:"\f00c";}
.note-msg:before	{content:"\f129";}
.notice-msg:before	{content:"\f12a";}


/* ********************************************************************************************
	BreadCrumbs
*********************************************************************************************** */

.breadcrumbs{padding: 10px 0px;overflow: hidden;background-color: #EEEEEE;}
.breadcrumbs ul{margin: 0px;}
.breadcrumbs li {display: inline-block;}
.breadcrumbs a { color: #000;}
.breadcrumbs a:hover{text-decoration: underline;}
.breadcrumbs li span {margin:0px 1px;}
.breadcrumbs li strong {  font-weight: normal;display:block;color: #777777;}


/* ********************************************************************************************
	Page Heading
*********************************************************************************************** */
.page-title {margin-bottom: 25px;}
.page-title h1,
.page-title h2 {margin-bottom: 0px;font-size: 30px;font-weight: bold;}
.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: 13px;padding: 0px;margin-top: 0px;margin-bottom: 0px;line-height: 30px;text-transform: capitalize;}
.page-title .link-rss { float:right; margin-top:15px; }
.page-title.title-buttons { text-align:right; }
.title-buttons button.button{margin-top: -10px;}
.title-buttons button.button span span {/*line-height: normal;font-weight: normal;*/}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; text-align:left; }

/* Page Title Wrapper */
.page-title-wrapper{background-color: #EEEEEE;padding: 23px 0px;}
.page-title-wrapper .page-title{margin-bottom: 0px;}
.page-title-wrapper .page-title > *{padding-bottom: 5px;padding-top: 10px;font-size: 24px;}


/* ********************************************************************************************
	Toolbar
*********************************************************************************************** */

.toolbar {position:relative;}

/* Sorter */
.sorter,
.pager{line-height: 26px;border-style: solid;border-width: 1px;border-color: #EEEEEE;}
.sorter{margin-bottom: 2em;}
.sorter .pager .pages{float: none;margin: 0px;}

/* Pager */
.sorter .pager{display: none;}

.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 {margin: 0px; }
.pager .pages li {float: left;text-align: center;}
.pager .pages li a {padding: 0px;display: block;}

.pager .pages li a,
.pager .pages li.current{width: 45px;height: 45px;line-height: 45px;border: none;border-radius: 0px;font-size: 20px;background-color: transparent;}

.pager .pages li a.next i,
.pager .pages li a.previous i{font-weight: bold;font-size: 16px;}

/* Amount */
.pager .amount,
.sorter .amount {color: #acacac;line-height: 45px;margin: 0px;padding-left: 10px;}

/* View mode */
.view-mode { margin: 0px;}
.view-mode label {display: none;}
.view-mode .grid,
.view-mode .list {float: left;font-family: FontAwesome;text-align: center;font-size: 14px;font-weight: normal;}
.view-mode .grid, .view-mode .list{width: 45px;height: 45px;line-height: 45px;text-align: center;border-left:1px solid #EEEEEE;}
	
/* Item Elements */
.sorter .item-left,
.pager .item-left{float: left;text-align: left;}
.sorter .item-right,
.pager .item-right{float: right;}

/* Category-asc & Category-desc */
.sorter .sort-by .category-asc,
.sorter .sort-by .category-desc	{line-height: 45px;height: 45px;text-align: center;background-color: #EEEEEE;color: #000;float: left;width: 30px;}

/* Genric Toolbar Style */
.sorter .sort-by .category-asc:hover,
.sorter .sort-by .category-desc:hover,
.view-mode .grid:hover, .view-mode .list:hover, .view-mode .grid-mode-active, .view-mode .list-mode-active,
.pager .pages li a:hover, .pager .pages li.current{background-color: #4686CC;color: #FFFFFF;}

/* Sorter/Pager Dropdown */
.sorter .sort-by.dropdown .dropdown-toggle{float: left;}
.sorter .dropdown .dropdown-toggle.cover > div,
.pager .dropdown .dropdown-toggle.cover > div{padding: 10px 10px 9px 15px;border-color: #EEEEEE;border-style: solid;border-width: 0px;border-left-width: 1px;}
.sorter .dropdown .dropdown-toggle .value:after,
.pager .dropdown .dropdown-toggle .value:after{margin-left: 15px;}
.sorter .dropdown .dropdown-menu,
.pager .dropdown .dropdown-menu{max-height: 200px;overflow-x: hidden;overflow-y: auto;margin-top: -1px;border-top-color: #EEEEEE;width: 100%;min-width: inherit;}
.sorter .dropdown .dropdown-menu > li > a,
.pager .dropdown .dropdown-menu > li > a{padding: 7px 14px;line-height: 25px;}

/* Toolbar Bottom */
.toolbar-bottom {clear: both;width: 100%;}
.toolbar-bottom .sorter{border-width: 0px;margin-bottom: 0px;}
.toolbar-bottom .sorter > *{display: none !important;}
.toolbar-bottom .sorter > .pager{display: block !important;margin-bottom: 0px;}
	
	
/* ********************************************************************************************
	Data Table
*********************************************************************************************** */

.data-table { width:100%; }
.data-table thead { background:none; }
.data-table thead th{padding: 15px 50px;padding-top: 0px;}
.data-table thead th,
.data-table tbody th,
.ratings-table th{ font-weight: bold;vertical-align: middle;color: #acacac;}
.data-table thead th.wrap { white-space:normal; }
.data-table th,
.data-table td {padding: 20px;border-width: 0px;border-bottom-width: 1px;border-style: solid;border-color: #EEEEEE;text-align: left;}
.data-table th:first-child,
.data-table td:first-child{padding-left: 0px;}
.data-table th:last-child,
.data-table td:last-child{padding-right: 0px;}
.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;border-bottom: none;padding-bottom: 0px;}
.data-table tfoot td.last{text-align: left !important;}
.data-table tfoot tr.last td strong{}

/* Responsive Tile*/
.data-table .cartlabel { display:none; }

/* Qty */
.data-table td input.input-text.qty{
    width: 70px !important;
    text-align: center;
    padding: 5px;
    height: 45px;
}

/* ********************************************************************************************
	Generic Info Box
*********************************************************************************************** */

.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #EEEEEE; 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 #d5d5d5; }
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 { margin-bottom: 5px;}
.std dl dd { margin:0 0 20px; }
.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 {  }
.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:before,
.cart-table .link-wishlist,
.compare-table .link-wishlist,
.peer-cancel-img,
.fancybox-close,
div.alert-inner button.close{overflow: hidden;font-family: FontAwesome;text-align: center;padding: 0px;display: inline-block;line-height: normal;}

.btn-remove,
.btn-remove2{color: red;}

/* Hover Style*/
.btn-remove:hover,
.btn-remove2:hover,
.btn-edit:hover,
.tool-tip .btn-close a:hover,
.cart-table .link-wishlist:hover,
.compare-table .link-wishlist:hover,
.peer-cancel-img:hover,
div.alert-inner button.close,
div.alert-inner button.close:hover{}

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin: 0 3px;font-weight: normal;color: #EEEEEE;}
.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#EEEEEE; 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{ padding:0; }

/* Bullet */
ul.bullet { list-style:none outside none; }
ul.bullet li a:before{float: left;font-family: FontAwesome;margin-right: 10px;}
ul.bullet li a:after{display:none;}

/* Disc */
ul.disc { list-style:disc outside none; padding-left:1.5em; }
ul.disc li { }

/*List*/
ul.list{list-style:none outside none; }
ul.list li { }

/* Nested unordered lists */
ul.bullet ul,
ul.disc ul,
ul.list ul{ margin-top:0.5em; margin-bottom:0.5em; }

/* Separator */
ul .separator {margin:8px 1px;overflow:hidden;}
ul.separator li a{border-bottom: 1px solid #EEEEEE;}
ul.separator li:last-child,
ul.separator li.last a{border-bottom: none;}
ul.separator li.first a{padding-top: 0px;}

/* Time */
ul.timing{}
ul.timing li{padding: 6px 0px;}
ul.timing li span{float: right;}


/* ********************************************************************************************
	Custom banners
*********************************************************************************************** */

.page-banners .banner{margin-bottom:30px;position: relative;}
.page-banners .banner{display: table;line-height: 1.42857;background-position: top center;}
.page-banners .banner.cover-image{background-size: cover;}
.page-banners .banner.last{margin-bottom:0px;}

.page-banners .banner .banner_overlay{
    background: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000)";    	        
}
.page-banners .banner.animated:hover .banner_content{
    background-color: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000, endColorstr=#50000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000, endColorstr=#50000000)";    	    
}
.page-banners .banner .banner_content{
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding: 15px;
}
.page-banners .banner .banner_content * {
    color: #ffffff;
}
.page-banners .banner.black-text .banner_content,
.page-banners .banner.black-text .banner_content *,
.page-banners .banner.black-text .banner_content a:not(.btn) {
    color: #000000;
}
.page-banners .banner.black-text .banner_content hr {
    background: #000000;
}
.page-banners .banner .banner_content strong {
    font-family: "Herr Von Muellerhoff";
    font-size: 48px;
    margin-right: 5px;
    margin-left: 5px;
}
.page-banners .banner .banner_content em {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}
.page-banners .banner .banner_content h2,
.page-banners .banner .banner_content b {
    font-size: 27px;
    font-weight: 300;
}
.page-banners .banner .banner_content i {
    font-weight: 300;
    font-size: 18px;
    font-style: normal;
}
.page-banners .banner .banner_content hr{
    width: 30px;
    margin-left: auto;
    margin-right: auto;
    border-width: 2px; 
}
.page-banners .banner .banner_content .btn {
    margin-top: 15px;
}

/* Text Size Large */
.page-banners .banner.text-size-large .banner_content {
    font-size: 48px;
    font-weight: bold;
}
.page-banners .banner.text-size-large .banner_content strong {
    font-size: 60px;
}
.page-banners .banner.text-size-large .banner_content em {
    font-size: 36px;
    font-weight: 300;
}
.page-banners .banner.text-size-large .banner_content h2,
.page-banners .banner.text-size-large .banner_content b {
    font-size: 54px;
    font-weight: 300;
}

/* ********************************************************************************************
	Bannerslider Block
*********************************************************************************************** */

.slider-banners {-webkit-backface-visibility: hidden;}
.slider-banners .banner {margin-bottom: 30px; text-align: center; position:relative;}
.slider-banners .banner.last{margin-bottom:0px;}
.slider-banners a.banner,
.slider-banners .banner a { display:block; }

.magnium-slide strong{
    font-family: 'Herr Von Muellerhoff';
    font-size: 72px;
    margin-right: 10px;
    margin-left: 10px;
}
.magnium-slide-h2 h2{
    font-size: 50px;
}
.magnium-slide hr{
    border: none;
    background: #ffffff;
    width: 30px;
    height: 2px;
    margin: 0 auto 2em!important;
}

.magnium-slide em{
    font-style: normal;
}


/* ********************************************************************************************
	Category Top Banner Elements
*********************************************************************************************** */

.category-block-section{clear: both;}
.landing-page {}
.horizontal-section,
.vertical-section { display:block; margin-top:0; margin-bottom:50px; 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:35px;*/}
.full-width .horizontal-section,
.full-width .vertical-section{margin-bottom: 0px;float: left;width: 100%;text-align: center;}
.full-width .horizontal-section.page-banners .banner,
.full-width .vertical-section.page-banners .banner{margin-bottom:0px;}


/* ********************************************************************************************
	Header container
*********************************************************************************************** */

.header-container {left: 0;right: 0;z-index: 999;position: relative;background-size: cover;}
.header .item-left{float: left;margin-right: 15px;}
.header .item-right{float: right;margin-left: 15px;}

/* Header Top */
.header-top-container{background-color: #4686CC;padding-top: 12px;padding-bottom: 12px;overflow: visible;font-size: 13px;line-height: 1.42857;}
.header-top{}
.header-top,
.header-top a{color: #FFF;}
.header-top a:hover{color: #8ebef3;}
.header-top .welcome-msg{margin-top:0px;line-height: 34px;display: none;}

/* Header Primary */
.header-primary-container{}
.header-primary{padding-top: 40px;padding-bottom: 40px;}
.header .dropdown{float: right;}

/* Top Links */
.toplinks.dropdown{display: none !important;}
.top-links{text-align: right;}
.top-links ul{margin-bottom: 0px;}
.top-links ul li{display: inline-block;}
.top-links ul li a{padding: 0 22px;border-right-color: #FFF;border-right: 1px solid rgba(255,255,255,0.40);display: block;}
.top-links ul li:last-child a{border-right-width: 0px;}

/* Block Header Top */
.block_header_top_left .sep {
    background: #FFFFFF;
    background: rgba(255,255,255,0.40);
    width: 1px;
    height: 14px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 2px;
}
.block_header_top_left .fa{margin-right: 8px;font-size: 16px;}

/* logo */
.logo {float: left;}
.logo-foot.logo{margin:0px;}
.logo a{}
.logo strong{font-weight: normal;display: block;color: #4686CC;display: none;}


/* Mini Cart =============================================================== */

.after-mini-cart { clear:both; }
.welcome-msg {margin: 16px 5px 0px 0px;text-align: right;}

/* Mini Cart Title */
.shopping_cart {}
.shopping_cart .dropdown-toggle{}
.shopping_cart .dropdown-toggle .summary-container{
    white-space: nowrap;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}
.shopping_cart .icon-cart{
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    background: url('../images/mini-cart-icon.png') no-repeat center center;
    position: relative;
    top: -4px;
    margin-left: 15px;
}
.shopping_cart .dropdown-toggle .label {}
.shopping_cart .dropdown-toggle.cover > div > span{padding: 0 3px;}
.shopping_cart .dropdown-toggle .price {}

.shopping_cart .empty {
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
    display: block;
}
.shopping_cart .empty-cart-icon-mini {
    width: 50px;
    height: 50px;
    display: table;
    margin: 30px auto 20px;
    background: url('../images/empty-cart-small-icon.png') center center no-repeat;
}

/* Mini Cart Content */
.shopping_cart .dropdown-menu{line-height: 20px;}
.shopping_cart .mini-products-list{margin: 0px;}
.shopping_cart .mini-products-list .product-details{font-weight: bold;position: relative;}
.shopping_cart .mini-products-list .product-name{padding-right: 15px;margin-bottom: 10px;font-weight: bold;}
.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 .block-subtitle{font-size: 15px;margin-bottom: 10px;}
.shopping_cart .dropdown-menu .price{}
.shopping_cart .button-set{position: absolute;top: 0px;right: 0px;font-weight: normal;}
.shopping_cart .btn-remove{}
.shopping_cart .btn-edit {}
.shopping_cart .subtotal{text-align: center;font-weight: bold;clear: both;margin-top: 15px;padding-top: 15px;border-top: 1px solid #EEEEEE;margin-bottom: 15px;}
.shopping_cart .subtotal .label-sub{float: left;}
.shopping_cart .subtotal .price{float: right;}
.shopping_cart .actions{}
.shopping_cart .actions button{}
.shopping_cart .actions .btn-block + .btn-block{margin-top: 10px;}
.shopping_cart .truncated { margin-left:0px; }


/* Form Search =============================================================== */

.quick-search{float: right;}
#search_mini_form {    clear: both;display: block;position: absolute;/*left: 0;*/right: 0;top: 0;margin-top: -12px;z-index: 1;/*display: none;*/ width: 0px;overflow: hidden;

    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#search_mini_form.show{width: 100%;}
.form-search { position:relative;}
.form-search label { float:left; margin:3px 4px 0 0; display:none; }
.form-search select{width: 30%;float: left;padding: 9px 14px 10px;}
.form-search select option{background-color: #FFFFFF;color: #555555;}
.form-search input[type="text"] {width: 100%;font-size: 18px;text-align: center;padding: 10px 14px 11px;padding-right: 60px;}

/* Button */
.form-search .button {    display: block;position: absolute;top: 0;right: 0;width: 44px;height: 44px;line-height: 44px;font-size: 18px;background-color: #1a5698;padding: 0px;}
.form-search .button i{margin-right: 0px;}
.form-search button.button span{}
.form-search button.button:hover span {}
.form-search .button span span {}

/* Search autocomplete */
.form-search .search-autocomplete {left:0 !important; top:100% !important;position: relative !important;z-index: 10100 !important;/* border: 1px solid #EEEEEE; */}
.form-search .search-autocomplete ul { background-color:#fff; text-align:left; /* padding:3px; */ margin-bottom: 0px;border: 1px solid #EEEEEE;border-bottom: none;}
.form-search .search-autocomplete li { padding: 5px 10px; cursor:pointer; line-height: 24px; border-bottom: 1px solid #EEEEEE;}
.form-search .search-autocomplete li:hover {background-color:#FCFCFC;}
.form-search .search-autocomplete li .amount { float:right; padding-left:5px; }

/* Mobile Quick Search */
.search-icon{ cursor: pointer;width: 44px;height: 44px;line-height: 44px;text-align: center; margin:-12px 0px;font-size: 18px;background-color: #1a5698;color: #FFF;}



/* Nav Maincontainer =============================================================== */
.navmain-container{z-index: 1;}
.navmain-container,
.navmain-container.template .nav{float: left;width: 100%;-webkit-backface-visibility: hidden;-o-backface-visibility: hidden;position: relative;background-color: #FFF;
    box-shadow:           0px 2px 6px -2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow:   0px 2px 6px -2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:      0px 2px 6px -2px rgba(0, 0, 0, 0.15);
    -o-box-shadow:        0px 2px 6px -2px rgba(0, 0, 0, 0.15);
    -ms-box-shadow:       0px 2px 6px -2px rgba(0, 0, 0, 0.15);
}
.navmain-container.template .nav{
    box-shadow:          none;
    -webkit-box-shadow:  none;
    -moz-box-shadow:     none;
    -o-box-shadow:       none;
    -ms-box-shadow:      none;    
}
.navmain-container.template{background-color: transparent !important;background-image: none !important;
    box-shadow:          none;
    -webkit-box-shadow:  none;
    -moz-box-shadow:     none;
    -o-box-shadow:       none;
    -ms-box-shadow:      none;
}
.nav{position: relative;}
.nav *{}

/* Sticy Header */
.navmain-container.fixed{left: 0;right: 0px;margin: 0 auto;opacity: 1;position: fixed;top: 0px;}
.navmain-container.fixed .header-primary{padding-top: 20px;padding-bottom: 20px;}

/* 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;
}

.navigations{margin-left: 85px;}


/* ********************************************************************************************
	Different Header Style
*********************************************************************************************** */

/* Quick Search Style2 */
.style-2.quick-search{
    width: 100%;
    max-width: 400px;
    float: none;
}
.style-2 .form-search select{
    padding: 10px 6px;
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: auto;
    outline: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible;
}
.form-left{
    position: relative;
    float: left;
    width: auto;
    display: inline-block;    
}
.form-search-scope{
    position: relative;
    float: left;    
}
.form-search-facade{
    top: 0px;
    position: relative;
    float: left;
    cursor: default;
    overflow: hidden;
    border: 1px solid #EEEEEE;
    background-color: #FFF;
    padding: 6px 10px;
}
.form-search-label{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
}
.form-search-label:after{
    font-family: 'FontAwesome';
    content: "\f107";
    margin-left: 10px;
    font-weight: normal;    
}

.style-2 .form-search .button{
    width: 39px;
    height: 39px;
    line-height: 39px;
}

.style-2 #search_mini_form{
    width: 100%;
    margin-top: 0px;
    position: initial;
    display: block;
}
.style-2 .form-search input[type="text"]{
    padding: 11px 14px;
    font-size: 13px;
    padding-right: 55px;
    text-align: left;
}
.form-fill{
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    zoom: 1;    
}

/* Nav Maincontainer Style2 */
.style-2.navmain-container, .style-2.navmain-container.template .nav{
    background-color: #E2E2E2;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.style-2 #mega-nav > li > a,
.style-2 .nav-container #nav > li > a{
    padding: 20px 15px;
}

.style-2 .navigations{margin-left: 0px;}

/* Shooping Cart  Style 2 */
.style-2 .shopping_cart{
    line-height: 56px;
}


/* ********************************************************************************************
	Sidebar
*********************************************************************************************** */

/* Blocks */
/*.sidebar .block:first-child{margin-top: 11px;}*/
.block { margin:0 0 40px;}
.block .block-title{position: static;margin-bottom: 25px;font-size: 24px;display: block;}
.block .block-title strong{font-weight: 400;/* color: #444444; */}
.block .block-title strong span{}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle {     margin: -10px 0 15px;padding: 0;}
.block .block-subtitle,
.block .block-content .empty{color: #acacac;}
.block .block-content .empty{margin-bottom: 0px;}
.block .block-content ul,
.block .block-content ol{margin: 0px;padding: 0px;}
.block .block-content {	/*padding: 20px 20px 40px;*/}
.block .block-content li{padding: 10px 0px;border-bottom: 1px solid #EEEEEE;}
/*.block .block-content li.item {padding: 15px 0px;}*/
.block .block-content li:first-child{padding-top: 0px;}
/*.block .block-content li.last,
.block .block-content li:last-child{padding-bottom: 0px;border-bottom: none;}*/
.block .block-content li.item .product-name {padding-bottom: 0px;}
.block .btn-remove { float:right;margin-left: 10px;margin-top: 4px; }
.block .btn-edit { float:right; }
.block .actions { margin: 15px 0 0 0;text-align: right;float: left;width: 100%;}
.block .actions a { float:right; }
.block .actions button.button + a{}
.block .actions button.button{float: left;}
.block .actions button.button span span{}

/* 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;padding: 15px 0px !important;border-bottom: 1px solid #EEEEEE;}
.mini-products-list li.item:first-child { padding-top: 0px !important;}
.mini-products-list li.item.last,
.mini-products-list li.item:last-child{border-bottom: none;padding-bottom: 0px !important;}
.mini-products-list .product-image { float:left; width:70px; }
.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: 0px;}/*Single Line Name*/
.mini-products-list .ratings{margin: 8px 0;line-height: 12px;}
.mini-products-list .ratings:after{display: inline-block;vertical-align: top;}
.mini-products-list .ratings .rating-links{display: none;}

/* Block: Homepage Mini Product List */
.homepage-mini.mini-products-list{margin-bottom: 0px;}
.homepage-mini.mini-products-list li{;}
.homepage-mini.mini-products-list .product-image{width: 34%;box-sizing: border-box;max-width: 70px;}
.homepage-mini.mini-products-list .product-details{  margin-left: 0px;width: 66%;float: left;padding-left: 5%;box-sizing: border-box;}
.homepage-mini.mini-products-list .ratings{}
.homepage-mini.mini-products-list .price-box{}
.homepage-mini.mini-products-list button.button{display: none;}
.homepage-mini.mini-products-list button.button span{white-space: nowrap;}

/* Block: Account */
.block-account .block-title {}
.block-account .block-content { }
.block-account .block-content ul { }
.block-account li > * {display:block;}
.block-account li strong {color: #17477c;}

/* Block: Currency */
.col-left.sidebar .currency{display: none !important;}

/* Block: Layered Navigation */
.block-layered-nav .block-content { }
.block-layered-nav .block-subtitle { display:none; margin-bottom:0; }

.block.block-layered-nav #narrow-by-list li{font-size: 16px;}
.block-layered-nav #narrow-by-list li a{}
.block-layered-nav #narrow-by-list li .count{float: right;}
.block-layered-nav #narrow-by-list li a:hover{}
.block-layered-nav #narrow-by-list li a:before{}
.block-layered-nav #narrow-by-list li a:hover,
.block-layered-nav #narrow-by-list li a:hover:before{/* color: #4686CC; */}

/* Filters of list  */
.block-layered-nav .block-title,
.block-blog .block-title{display: none;}
.block-layered-nav .view,
.block-blog .view{clear: both;}
.block-layered-nav dl,
.block-blog dl{ padding-left:0px; padding-top:0px; clear: both;margin-bottom: 0px;}
.block-layered-nav dt,
.block-blog dt{font-size: 24px;font-weight: normal;  margin-bottom: 25px;}
.block-layered-nav dd,
.block-blog dd{	padding:0px 0 40px 0px; float: left;width: 100%;clear: both;}
.block-layered-nav dd.last,
.block-blog .view:last-child dd,
.block-blog dd.last{ border-bottom:none; padding-bottom: 0px;}

.block-layered-nav dt,
.block-blog dt,
.block-layered-nav dd,
.block-blog dd{line-height: inherit;}

/* Filters current */
.block-layered-nav .currently { }
.block-layered-nav .currently .block-subtitle { display:block; padding: 0px 0px 5px; font-weight:normal; }
.block-layered-nav .currently ol { /* padding:10px; */ margin: 0px;}
.block-layered-nav .currently ol li {  padding: 12px 0px;}
.block-layered-nav .currently ol li span{float: left;color: #acacac;}
.block-layered-nav .currently .label { margin-right:5px; color:#000000; font-weight: bold;}
.block-layered-nav .currently .btn-remove {}
.block-layered-nav .actions { /* margin:0; */ }
.block-layered-nav .actions a { float:right; }
.block-layered-nav .currently + .actions{padding-bottom: 40px;}

/* Block: Category Sidebar Navigation */

/* List items */
#sidenav{}
#sidenav li{   position: relative;padding: 0px;   border: none;}
#sidenav li.active a{}
#sidenav li.last{border:0 none;}
#sidenav li:hover{}
#sidenav li a{  display: block;  padding: 10px 0px; border-bottom: 1px solid #EEEEEE;  font-size: 16px;}
#sidenav li a:hover{}
#sidenav li a:before{}
#sidenav li.level0:first-child > a{
    padding-top: 0px;
}
#sidenav li.level0:last-child > a{}

/* List Levels */
#sidenav li ul.level0{display:none;}
#sidenav li ul.level0 li a{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;}
#sidenav li ul.level0 li ul li a{padding-left:30px;}
#sidenav li ul.level0 li ul li ul li a{padding-left:45px}
/*#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{position: absolute;top: 0px;padding: 0px !important;border-bottom: none;font-family: FontAwesome;right: 0;font-size: 15px;color: #d7d7d7;width: 30px;text-align: center;height: 46px;line-height: 46px;background-color: transparent !important;margin: 0px;}
#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.active > a{font-weight:bold;}
#sidenav li a.show-cat:hover{color: #17477c;}

#sidenav li.level0:first-child > a.show-cat{top: 0px;height: 36px;line-height: 36px;}

/* Block: Related */
#block-related-slider input.checkbox {  position: absolute;right: 5px;z-index: 1;bottom: 0;  }
.block-related input.checkbox{position: absolute;left: 5px;z-index: 1;}

/* Block: Compare Products */
.compare-table { border:0; margin-bottom: 20px;}
.compare-table .btn-remove { vertical-align: middle;}
.compare-table .btn-remove:before{margin-right: 5px;margin-left: 5px;}
.compare-table a.link-wishlist:before { margin-right: 3px;margin-left: 3px;}
.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;padding: 10px !important;}
.compare-table tr.add-to-row td { text-align:left; }
.compare-table tr.first td { text-align:left; }
.compare-table tr td{border-width: 1px;padding: 10px !important;}
.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 */
.compare-table .product-image{width: 125px;}
.compare-table .product-image img { display:block; }
.compare-table .add-to-row td{}
.compare-table .add-to-row p{display: inline-block;vertical-align: middle;}
.compare-table .add-to-links {     margin-bottom: 10px;display: inline-block;vertical-align: middle;}
.compare-table .add-to-links li {margin: 0px 0px 0 10px;}
.compare-table .add-to-links li a{vertical-align: middle;width: auto !important;}

/* 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 {}
.block-poll .label { }
.block-poll .label label{margin-bottom: 0px;}
.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 { }
.block-tags .actions a { }

/* Block: Subscribe */
.block-subscribe .input-box { position: relative;margin-top: 5px;}
.block-subscribe input { width:100%;  }
.block-subscribe button.button {display: block;margin-top: 10px;}
.block-subscribe button.button span{}
.block-subscribe button.button:hover span{}
.block-subscribe button.button span span{}

/* Block: Reorder */
.block-reorder input.checkbox { }
.block-reorder .product-name { overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
.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 40px; text-align:center; }
.sidebar .paypal-logo a { float:none; }

/* Block: Home Block Subscribe */
.home-block-subscribe{}
.home-block-subscribe .block-subscribe{margin-bottom: 0px;display: table;width: 100%;}
.home-block-subscribe .block-subscribe .block-title{font-size: 37px;text-align: right;padding-right: 35px;line-height: 1.1;}
.home-block-subscribe .block .block-title strong{color: #FFF;font-weight: 300;}
.home-block-subscribe .block-subscribe .block-content{padding-left: 35px;}
.home-block-subscribe .block-subscribe .block-title,
.home-block-subscribe .block-subscribe .block-content{display: table-cell !important;vertical-align: middle;}
.home-block-subscribe .block-subscribe input{width: 300px;float: left;}
.home-block-subscribe .block-subscribe button.button{float: left;}
.home-block-subscribe .block-subscribe .input-box,
.home-block-subscribe .block-subscribe button.button{margin-top: 0px;}


/* Block: Promotional Popup */
.promotional-popup{text-align: left;background-image: url(../images/pupup-bg.jpg);background-size: cover;background-repeat: no-repeat;}
.promotional-popup .popup-content{width: 60%;padding: 9% 30px;}
.promotional-popup .block-subscribe{margin-bottom: 20px;}
.promotional-popup .block-subscribe .block-title{margin-bottom: 27px;}
.promotional-popup .block-subscribe .block-title strong{font-weight: bold;}
.promotional-popup .block-subscribe .block-content{margin-top: 40px;}
.promotional-popup .block-subscribe .discount-text{font-size: 48px;font-weight: bold;}
.promotional-popup .block-subscribe input{width: 235px;float: left;}
.promotional-popup .block-subscribe button.button{float: left;}
.promotional-popup .block-subscribe .input-box,
.promotional-popup .block-subscribe button.button{margin-top: 0px;}
.popup-fancy .fancybox-close,
.popup-fancy .fancybox-close:focus{top: 0px;right: -44px;background-color: #FFF;}


/* ********************************************************************************************
	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;}

/* Product Price */
.products-grid .price-box .price,
.products-list .price-box .price{font-size: 18px;/*font-weight: 300;*/}
.products-grid .price-box .old-price .price,
.products-list .price-box .old-price .price{}

.products-grid .availability.out-of-stock,
.products-list .availability.out-of-stock{ text-align: center;position:absolute;top: 50%;left: 0;right: 0;margin: 0 auto;margin-top: -31px;width: 62px;height: 62px;background-color: #e6ab4c;border-radius: 100%;text-transform: uppercase;font-size: 11px;line-height: normal;display: table;}
.products-grid .availability.out-of-stock span,
.products-list .availability.out-of-stock span{color: #FFF;vertical-align: middle;display: table-cell;}


/* View Type: Grid  =============================================================== */

.new-product .new{display: none;}
.products-grid {}
.products-grid .item {position:relative;}
.products-grid .item:hover{}

/* Product Image */
.products-grid .product-image-wrapper {}
.products-grid .product-image {text-align: center;display: block;margin-left: auto;margin-right: auto;padding-bottom: 0px;}
.products-grid .product-image-wrapper .product-image img{padding: 0px;border: none;display: block;margin-left: auto;margin-right: auto;border-radius: 0px;transition:opacity 300ms ease-in-out 0ms;-moz-transition:opacity 300ms ease-in-out 0ms;-webkit-transition:opacity 300ms ease-in-out 0ms;-o-transition:opacity 300ms ease-in-out 0ms;}

/* Category Image */
/*.catalog-category-view  .category-image{display: none;}*/

/* Product Alternative Image ====================================================== */

.products-grid .product-image-wrapper .product-image .small-image{
    opacity: 1;
    -moz-opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.products-grid .product-image-wrapper:hover .product-image .small-image{
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.products-grid .product-image-wrapper .product-image .thumbnail{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-bottom: 0px;
    background-color: transparent;
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.products-grid .product-image-wrapper: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{padding: 0px 0px 0px;;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;}
.products-grid .product-content{}
.products-grid .product-name {font-size: 16px;line-height: 1.5;margin-top: 5px;}
.products-grid .vert{margin: 10px 0px 0px;}
.products-grid .price-box { }
.products-grid .ratings,
.products-grid .no-rating{margin: 10px 0 0 0;line-height: 25px;}
.products-grid .ratings .rating-box{margin-right: 0px;float: none;display: inline-block;}
.products-grid .rating-links{display: none;}
.products-grid .add-to-links {float: right;}
.products-grid .add-to-links li{}
.products-grid .actions {position: absolute;bottom: -3px;height: 32px;}
.products-grid .actions,
.products-grid .item:hover .vert{opacity: 0;filter: alpha(opacity=0);}
.products-grid .item:hover .actions{opacity: 1;filter: alpha(opacity=100);}

.quick-view .fancybox{
    opacity: 0.7;
    filter: alpha(opacity=70);
    font-size: 11px;
    font-weight: normal;
    background: #EEEEEE;
    border-radius: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 7px;
    float: none;
    color: #000000;
    overflow: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
    display: block;
    width: 32px;
    text-transform: uppercase;
    line-height: 1.42857;
}
.quick-view .fancybox .icon{margin-right: 10px;margin-left: 4px;font-size: 12px;}
.quick-view .fancybox:hover .icon{margin-left: 0px;margin-right: 5px;}
.quick-view .fancybox:hover{
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}
/* 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;}


/* Category Full ================================================================= */

.category-full .sorter .amount{padding-left: 20px;}
.category-main .category-image{display: none;}

.category-full .sidebar,
#cssmenu #mobile-menu,
#nav.color{
    position: fixed;
    top: 0;
    z-index: 999;
    margin-top: 0px;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 20px;
    background-color: #FFF;
    left: -300px;
    
	    transform: translate(0);    
    -webkit-transform: translate(0);    
}
body.offcanvas,
body.open-nav{
    /*overf low-x: hidden;*/
    /*overflow-y: hidden;*/
}
body.offcanvas .category-full .sidebar,
body.open-nav #cssmenu #mobile-menu,
body.open-nav #nav.color{
    left: 0;
}
.wrapper{
    left: 0;
    position: relative;
}
.wrapper,
.navmain-container.fixed{
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
}
body.offcanvas .wrapper,
body.offcanvas .navmain-container.fixed,
body.open-nav .wrapper,
body.open-nav .navmain-container.fixed{
    left: 300px;
}
body.open-nav .navmain-container.fixed{
	    animation-name: inherit;
    -webkit-animation-name: inherit;
}
.offcanvas-close,
.close-menu{
    background: none repeat scroll 0 0 #CCC;
    border-radius: 15px;
    color: #FFF;
    font-size: 18px !important;
    height: 30px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 20px;
    width: 30px;
    cursor: pointer;
    line-height: 30px !important; 
}
.offcanvas-close:hover,
.close-menu:hover{
    background-color: #4686CC;
}
.overlay,
.overlay-menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    cursor: pointer;
    z-index: 999;
    background: rgba(0,0,0,0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;    
}

body.offcanvas .overlay,
body.open-nav .overlay-menu{
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;    
}

/* 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-bottom: 30px;padding-bottom: 30px;zoom: 1;border-bottom: 1px solid #EEEEEE;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;}
.products-list .item.last{border-bottom: none;padding-bottom: 0px;}	
.products-list .product-shop {}
.products-list .product-shop-inner { position: relative;}
.products-list .product-image-wrapper{}
.products-list .product-name { margin: 0 0 15px;font-size: 24px;}
.products-list .product-image { }
.products-list .price-box { margin: 15px 0px 22px;}
.products-list .price-box .price{ font-size: 20px;font-weight: bold;}
.products-list .price-box .old-price .price{font-weight: 300;}
.products-list .price-box .price-label{}
.products-list .ratings, .products-list .no-rating {}
.products-list .ratings .rating-box{margin-right: 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: 23px;margin-bottom: 28px;}
.products-list .link-learn {}
.products-list .link-learn:hover{}
.products-list .actions{clear: both;}
.products-list .btn-cart {margin-bottom: 10px;display: inline-block;vertical-align: middle;margin-right: 10px;}
.products-list button.button span span{ }
.products-list button.button span .icon{font-size: 18px;padding-right: 10px;}
.products-list .availability { float:none; margin:15px 0; }
.products-list .add-to-links {display: inline-block;vertical-align: middle;margin-left: -3px;}
.products-list .add-to-links li{margin-bottom: 10px;}


/* ********************************************************************************************
	Shop By Category
*********************************************************************************************** */

.shop-by-category .item .cat-wrapper{position:relative;display:block;overflow:hidden;}
.shop-by-category .item .cat-details{line-height: 1.42857;position: absolute;bottom: -60px;background: rgba(0, 0, 0, 0.7);color: #ffffff;width: 100%;padding: 25px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000)";
}
.shop-by-category .item .cat-details .arrow{background: transparent url("../images/arrow-right.png") center center no-repeat;width: 24px;height: 24px;position: absolute;right: 20px;top: 20px;-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;backface-visibility: hidden;}
.shop-by-category .item .cat-details > *{color:#FFF;}
.shop-by-category .item .cat-details hr{display: block;margin-top:25px;width:30px;border-color:#FFF;margin-bottom:13px;border-width:2px;}
.shop-by-category .item .cat-details .cat-action-text{color:#d2d2d2;font-size:13px;}

.shop-by-category .item:hover .cat-details{bottom:0px;}
.shop-by-category .item:hover .cat-details .arrow{
    transform: 		rotate(90deg);
    -moz-transform: 	rotate(90deg);
    -webkit-transform:	rotate(90deg);    
}
.shop-by-category .item:hover .cat-details hr{margin-top:13px;}

/* ********************************************************************************************
	Shop By Products Id
*********************************************************************************************** */

.slider5 .products-grid .item{text-align: center;padding-top: 60px;padding-bottom: 60px;padding-left: 15px;padding-right: 15px;}
.slider5 .products-grid .item:hover{background: rgba(0,0,0,0.06);}
.slider5 .products-grid .product-name{font-size: 20px;margin-bottom: 10px;margin-top: 0px;}
.slider5 .products-grid .desc{max-width: 300px;margin: 0 auto;}
.slider5 .products-grid .product-image-wrapper{margin-top: 30px;}
/*.slider5 .products-grid .product-image-wrapper .product-image .thumbnail{display: none;}*/
.slider5 .products-grid .product-content-wrapper{padding-top: 30px;}
.slider5 .products-grid .price-box .price{font-size: 30px;}
.slider5 .products-grid .actions{margin-top: 30px;position: relative;bottom: 0px;height: auto;}
.slider5 .products-grid .actions,
.slider5 .products-grid .item:hover .vert{opacity: 1;filter: alpha(opacity=100);}

/* Controls */
.slider5 .owl-theme .owl-controls .owl-buttons .owl-prev{left: 20px;}
.slider5 .owl-theme .owl-controls .owl-buttons .owl-next{right: 20px;}

/* ********************************************************************************************
	Sale New Label
*********************************************************************************************** */

/* List Or Grid Label */
.productlabels_icons {position: absolute;top: 0px;width: 100%;z-index: 2;height: 0px;right: 0px;text-align: right;}
.sale,
.new{/* width: 55px; *//* height: 55px; *//* display: block; */margin-bottom: 5px;/* border-radius: 100%; */float: right;clear: both;}

.sale label, 
.new label{/* line-height: 55px; *//* display: block; */text-align: center;color: #ffffff;font-size: 12px;font-weight: bold;text-transform: uppercase;margin-bottom: 0px;padding: 7px 10px;line-height: 1em;min-width: 53px;}

.sale{background-color: #4abb9f;/* float: left; *//* margin-left: 20px; */}
.new{background-color: #000000;/* float: right; *//* margin-right: 20px; */}

.hidden .sale, .hidden .new{display:none;}

/* Category Label */
span.category-label{
    padding: 0 5px !important;
    line-height: 14px;
    background-color: #4686CC;
    color: #ffffff;
    position: absolute;
    font-size: 9px;
    font-weight: normal;
}
#mega-nav > li > a span.category-label:before,
.nav-container #nav > li > a span.category-label:before{
    position: absolute;
    left: 0px;
    top: 14px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 4px;
    border-color: transparent;
    border-top-color: #4686CC;
    right: 0;
    margin: 0 auto;
}
.block.block-sidenav #mega-nav > li > a span.category-label:before{display: none;}

/* Menu Category Label (Custom Menu & Default Menu) */
#mega-nav > li > a span.category-label,
.nav-container #nav > li > a span.category-label{top: 3px;right: 4px;/* left: 0; */}
.block.block-sidenav #mega-nav > li > a span.category-label{top: initial;}

.header1 #mega-nav > li > a span.category-label,
.header1 .nav-container #nav > li > a span.category-label{
    top: -5px;
}

/* Lable Margin 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;display: inline-block;position: inherit;vertical-align: 2px;}


/* ********************************************************************************************
	Product view
*********************************************************************************************** */

/* Rating */
.ratings,
.no-rating { line-height:1.0833em; margin:15px 0 15px; }
.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:1px;}
.ratings dt {}
.ratings dd {}
.rating-box { width:65px; height:12px; 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:12px; background:url(../images/ratings.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:8px; /*margin-top: 2px;*/}
.ratings .amount { white-space:nowrap; font-size:12px; 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 */
.availability { margin:0; }
.availability span { }
.availability.in-stock span,
.availability.in-stock .fa {color: #27ae60;}
.availability.out-of-stock span,
.availability.out-of-stock .fa { color: #d83a3a;}
.availability.in-stock .fa,
.availability.out-of-stock .fa{margin-right:5px;}
.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:bold; }*/

/* 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; padding: 0px;}
.price-box .price {}
.price-box .price-label {font-size: 13px;padding-right: 5px;color: #777;}

/* Common price */
.regular-price .price,
.minimal-price .price{/*color: #4686CC;*/}

/* 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;display: inline-block;vertical-align: middle;}
.old-price .price {text-decoration:line-through; color: #acacac;font-weight: 300;}

/* Special price */
.special-price { margin:0; padding:0; display: inline-block;vertical-align: middle;}
.special-price .price-label{display: none;}
.special-price .price,
.special-price .price-label { color:#4abb9f;}
.special-price .price-excluding-tax .price {}

/* Minimal price (as low as) */
.minimal-price { margin:0 0 0px; }
.minimal-price .price {}
.minimal-price .price-label { white-space:nowrap; }

.minimal-price-link {}
.minimal-price-link:before{content:"-";font-weight: bold;}
.minimal-price-link .label {display: none;}
.minimal-price-link .price { /*color:#4abb9f; */}

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price {}

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label {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; display: inline-block; vertical-align: middle;}
.price-from .price-label { white-space:nowrap; display: none;}

.price-to { margin:0; display: inline-block; vertical-align: middle;}
.price-to:before{content:"-";font-weight: bold;}
.price-to .price-label { white-space:nowrap; display: none;}

/* Price notice next to the options */
.price-notice { margin-left:5px; }
.price-notice .price { padding-left:3px; }

/* Price as configured */
.price-as-configured {margin: 0px;}
.price-as-configured .price-label {font-size: 14px;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 {  clear: both;  margin-top: 20px;float: left;  width: 100%;  margin-bottom: 0px;  border: 1px solid #EEEEEE;  padding: 5px 15px;  color: #acacac;  background-color: #fcfcfc;}
.tier-prices li { line-height:15px; padding:0 0 0 0px; margin: 5px 0; }
.tier-prices li .price{color: #777;font-weight: bold;font-weight: 500;}
.tier-prices li:before{font-family: FontAwesome;padding-right: 11px;}
.tier-prices .benefit { color: #4abb9f; /* 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-left: 10px;}
.addto-links-icons li a{color: #9ba0a5;}
.addto-links-icons li a:hover{color: #4686CC;}

/* Text Add To Links */
.addto-links-text li{margin-right: 20px;}
.addto-links-text li a{  display: block;text-transform: uppercase;font-size: 11px;}
.addto-links-text span.icon{  margin-right: 10px;vertical-align: middle;}

/* Add To Box */
.qty-wrapper {  position: relative;  min-width: 140px;  max-width: 140px;display: inline-block;}
.qty-wrapper label{padding-right: 5px;margin-top: -10px;}
.qty-wrapper .input-text.qty {padding: 14px; width: 100% !important; /* border-color: #cccccc; */ /* font-size: 20px; */ /* background-color: #F3F3F3; */ padding-right: 40px; padding-left: 40px; text-align: center;}
.qty-wrapper .input-text.qty:focus,
.qty-wrapper .input-text.qty:active{outline: none;}
.qty-wrapper .quantity{display: block;width: 35px;height: 45px;background-color: #FFF;line-height: 45px;font-size: 20px;position: absolute;top: 0px;border: 1px solid #EEEEEE;text-align: center;right: 0;/* border-bottom: 1px solid #EEEEEE; *//* color: #aaaaaa; */font-weight: 300;color: #000;}
.qty-wrapper .quantity:hover{background-color: #4686CC;color: #FFF;}
.qty-wrapper .prev.quantity{  left: 0;  /* top: auto; */  /* border-bottom-color: transparent; */}

.add-to-cart {float: left;margin-bottom: 10px;margin-right: 20px;}
.qty-wrapper + .add-to-cart{}
.add-to-cart button.button {}
.add-to-cart button.button span{}
.add-to-cart button.button span span{}

/* 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: 0 auto; width: 98%; }


/* ********************************************************************************************
	Product page
*********************************************************************************************** */

/* Block: Additional Box*/
.product-view .box-additional { margin-top: 60px;}
.product-view .box-tabs {margin-top: 80px;margin-bottom: 20px;}
.product-view .box-tabs .panel > h2{display:none; }
.product-view .box-up-sell {}
.product-view .box-releted {margin-bottom: -50px;padding-top: 70px;padding-bottom: 50px;}
.product-view .box-sidebar {}

/* Product Images Box */
.img-box{text-align: center;margin: 0 auto;position: relative;z-index: 1;}
.img-box.position-y{padding: 0px;width: 78.9%;float: right;}

/* Product Images Column */
.product-view .product-img-column {position:relative;}
.product-view .product-img-column img{margin: 0 auto;}

/* Product Image */
.img-box .product-image {margin: 0 auto;display: block;position:relative;padding-bottom: 0px;border-width: 1px;border-style: solid;border-color: #EEEEEE;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
.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 */
.more-views{margin-left: -10px;margin-right: -10px;}
.itemslider-thumbnails	{margin-top: 20px;}
.itemslider-thumbnails .owl-item{text-align: center;}
.itemslider-thumbnails .item {margin: 0 10px;}

/* Product Shop */
.product-view .product-shop { }
.product-view .product-essential .product-name {}
.product-view .product-essential .product-name h1 {font-weight: normal;font-size: 30px;margin-bottom: 10px;color: #17477c;}
.product-view .product-shop .product-meta{width: 100%;float: left;margin: 0px 0px 0px;padding-bottom: 25px;}
.product-view .product-shop .product-meta > *{}
.product-view .product-shop .ratings,
.product-view .product-shop .no-rating{margin: 0px 0px 0px 0px;line-height: 25px;}
.product-view .product-shop .ratings .rating-box{margin-top: 6px;}
.product-view .product-shop .ratings .rating-links{}
.product-view .product-shop .ratings-table { margin:15px 0 5px; }
/*.product-view .product-shop .sku{float: left;}*/
/*.product-view .product-shop .box-brand{float: right;}*/
.product-view .short-description {float: left;width: 100%;margin: 0px 0px 30px;/*border-bottom: 1px solid #EEEEEE;padding-bottom: 30px;*/}
.product-view .short-description ul { margin-top:5px; margin-bottom:5px; }
.product-view .price-stock{float: left;width: 100%;margin-bottom: 30px;/*border-bottom: 1px solid #EEEEEE;padding-bottom: 30px;*/}
.product-view .product-shop .price-box{}
.product-view .availability{  float: right;line-height: 30px;}

/* 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: top;}

/*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;font-weight: bold;}

/* Special price */
.product-view .price-box .special-price { white-space:nowrap; }
.product-view .price-box .special-price .price-label { }
.product-view .price-box .special-price .price-including-tax,
.product-view .price-box .special-price .price-excluding-tax { padding:0 0 0 15px; }

/* Old price */
.product-view .product-shop .price-box .old-price .price{font-size: 24px; }
.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:20px;font-weight: bold;}
.product-view .product-shop .price-box .price-excluding-tax .price { font-size:inherit; }

/* 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: 20px;font-weight: bold;}

/* 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,
.product-view .price-box p.old-price{}
.product-view .price-box-bundle .price-box  p{}
.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{clear: both;margin-top: 20px;display: block;float: left;margin-left: -10px;margin-right: -5px;width: 100%;}
.product-view .product-shop .add-to-links li{    margin-bottom: 5px;margin-right: 5px;}
.product-view .product-shop .add-to-links a:hover{}

/* Button container */
.product-view .add-to-box,
.product-shop .product-options-bottom{clear: both;}

/* Add To Box */
.product-view .product-shop .qty-wrapper {float: left;margin-bottom: 10px;margin-right: 20px;}

/* Product third Column */
.product-view .product-third-column {}

/* 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; }

/* Block: Peer Prev/Next */
.block_peer_prevnext{position: fixed;left: 0;top: 50%;margin-top: -27px;z-index: 999;width: 100%;height: 0px;}
.product-navigation-prev{background: transparent url("../slider/images/arrow-left-big.png") no-repeat center center;opacity: 0.15;}
.product-navigation-next{background: transparent url("../slider/images/arrow-right-big.png") no-repeat center center;opacity: 0.15;}
.product-navigation-prev .product-navigation-image, .product-navigation-next .product-navigation-image{opacity: 0;}
.product-navigation-prev:hover .product-navigation-image, .product-navigation-next:hover .product-navigation-image{opacity: 1;}
.product-navigation-prev:hover, .product-navigation-next:hover{background: none;opacity: 1;}


/* ********************************************************************************************
	Product options
*********************************************************************************************** */

.product-options { position: relative;margin-bottom: 35px;clear: both;/*border-bottom: 1px solid #EEEEEE;padding-bottom: 30px;*/}
.product-options dt { }
.product-options dt label,
.product-options dd .qty-holder label{ font-weight: normal;color: #777;}
.product-options dt label.required em {float: left;margin-right: 3px;}
.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:3px 0 20px; }
.product-options dl.last dd.last { border-bottom:0;margin-bottom: 0px;}
.product-options dd input.input-text,
.product-options dd input.product-custom-option,
.product-options dd select,
.product-options dd textarea { width:100%;}
.product-options dd textarea{ height:8em; }
/*.product-options dd input.qty{text-align: center;width: 50px !important;padding: 9px;}*/
.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 .multiselect option { }
.product-options ul.options-list { margin-right:0px;margin-bottom: 0px; }
.product-options ul.options-list li { padding:2px 0; }
.product-options ul.options-list input.radio {}
.product-options ul.options-list input.checkbox {}
.product-options ul.options-list .label { display:block; }
.product-options ul.options-list label { margin-bottom:0px;}
.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:0px; font-size: 12px;}

/* 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 .product-options-bottom { margin:0; }
.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 .price-box .price-including-tax .price { font-size:15px; }*/
.product-view .grouped-items-table td {padding: 3px 10px;padding-right: 0;vertical-align: top;padding-bottom: .5em;border: 0;text-align: left !important;}
.product-view .grouped-items-table td.label{
    padding-right: 1em;
    padding-left: 0em;    
    font-weight: bold;
    color: #17477c;
}
.product-view .grouped-items-table td.price{
    display: block;
    margin-top: 0;
    padding-bottom: 0 !important;
    padding-top: 0;
    margin-right: 13px;
    padding-left: 0px;
}
.product-view .grouped-items-table .price-box .price,
.product-view .grouped-items-table .price-box .regular-price .price{ font-size:14px;font-weight: normal; }
.product-view .grouped-items-table .qty-wrapper{margin-bottom: 0px;margin-right: 10px;}

/* 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; }

.product-view .price-stock .item-options{
    font-size: 14px;
    line-height: normal;
    margin: 0px;
    clear: both;
    margin-top: 20px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    border: 1px solid #EEEEEE;
    padding: 5px 10px;
    color: #777;
    background-color: #fcfcfc;    
}
.product-view .price-stock .item-options dt,
.product-view .price-stock .item-options dd{margin: 0px;padding: 5px 3px;display: inline-block;vertical-align: middle;}
.product-view .price-stock .item-options dt{margin-right: 5px;font-weight: normal;}

/* Block: Tags */
.product-view .box-tags .product-tags { display:block; margin:0 0 20px; }
.product-view .box-tags h3{margin-bottom: 5px;font-size: 14px;font-weight: bold;}
.product-view .box-tags .product-tags li { display:inline; padding:0 7px; border-right:1px solid #EEEEEE; }
.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;}
.product-view .box-tags .form-add .input-box { float:left; width: 100%;max-width: 300px;margin:0 0px 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{margin-bottom: 10px;}
.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 #EEEEEE;padding: 0px 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 { font-size: 18px;font-weight: bold;display: block;text-transform: uppercase;}
.product-view .form-add h3 {display: none;} 
.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:30px 0 0; }
.product-view .form-add .form-list li:last-child{margin-bottom: 0px;}
.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 {}
.product-view .form-add .data-table th,
.product-view .form-add .data-table td {  text-align: center !important;padding: 10px 10px;border-width: 1px;}
.product-view .form-add .data-table thead th{background-color:#EEEEEE;padding: 5px 10px;color: #777;}
.product-view .form-add .data-table thead th .fa{vertical-align:middle;color: #FF9D34;}
.product-view .form-add .data-table td .radio { margin:0 auto; float: none;}

/* Product-attribute-specs-table */
.product-view .product-attribute-specs-table .data-table{}
.product-view .product-attribute-specs-table .data-table th,
.product-view .product-attribute-specs-table .data-table td{padding: 10px;border-width: 1px;}

/* 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; }


/* Block: Product-Attribute-Specs-Table */


/* ********************************************************************************************
	Content Styles
*********************************************************************************************** */

.product-name { margin: 0px; font-size: 14px;font-weight: normal;}
.product-image{display: block;text-align: center;border-width: 0px;border-style: solid;border-color: #EEEEEE;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 Tags */
.tags-list { background:none; border:0;padding: 0px; margin: 0px;}
.tags-list li{display: inline-block;vertical-align: top;margin:0px 4px 7px 0px;}
.tags-list a {    display: block;padding: 0px 10px;background-color: #EEEEEE;font-size: 13px !important;color: #000;}
.tags-list a:hover,
.footer .tags-list a:hover{background-color: #4686CC;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 5px; text-align:center; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .sitemap {margin: 0px 0px 20px;float: left;width: 100%;}
.page-sitemap .sitemap li {margin: 0px 4px 7px 0px;display: inline-block;font-size: 13px;}
.page-sitemap .sitemap li a{background-color: #EEEEEE;padding: 5px 10px;color: #000;}
.page-sitemap .sitemap li a:hover{background-color: #4686CC;color: #FFF;}
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight: bold;}
.page-sitemap .sitemap li.level-0 a {}
.page-sitemap .pager {   clear: both;margin-top: 10px;}
/*.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 {
    text-align: center;
}
.cart-empty .empty-cart-icon {
    width: 126px;
    height: 126px;
    display: table;
    margin: 0 auto 30px;
    background: url('../images/empty-cart-icon.png') center center no-repeat;
}
.cart-empty .empty-cart  {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
}

/* 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:100px; display:block; margin-left: auto;margin-right: auto;}
.cart-table .product-name { margin:0 0 10px;}
.cart-table .item-msg { margin:5px 0; font-size:0.9166em; font-weight:bold;clear: both;}
.cart-table .cart-price .price{font-weight: bold;}
.cart-table .subtotal-price .cart-price .price{font-weight: normal;}
.cart-table tfoot td { }

/* Dart Table (Buttons Small) */
.data-table .btn-edit,
.data-table .btn-remove,
.data-table .btn-remove2,
.data-table .link-wishlist{margin: 3px;}

/* Table Tfoot Buttons */
.cart-table tfoot td.last {}
.cart-table tfoot button {padding-left: 26px;padding-right: 26px;}
.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{}
.cart .crosssell li.item{padding: 15px !important;border: none;}
.cart .crosssell li.item .add-to-links{float: right;}
.cart .crosssell li.item .add-to-links li{padding: 0px !important;border: none;}
.cart .crosssell li.item .btn-cart{margin-top: 7px;}

/* Cart Collateral Blocks */
.cart-collaterals { margin-top: 50px;}
.cart .cart-details-column{background-color: #EEEEEE;padding: 25px;}
.cart .cart-details-column{}
.cart .cart-totals h2{font-size: 13px;font-weight: bold;text-transform: uppercase;border-bottom: 1px solid #d9d9d9;padding-bottom: 15px;}

/* Discount Codes & Estimate Shipping and Tax Boxes  */
.cart .discount .title,
.cart .shipping .title{}
.cart .discount h2,
.cart .shipping h2{  line-height: 25px; margin: 0px;position: relative;font-size: 14px;clear: both;font-weight: bold;color: #17477c;text-transform: uppercase;}
.cart .discount > label,
.cart .shipping > label{display:block; margin:0 0 20px; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:20px 0 20px; border:0; padding:0; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

/* Estimate Shipping */
.cart .shipping{border-bottom: 1px solid #D9D9D9;margin-bottom: 15px;}
.cart .shipping .title{margin-bottom: 10px;}
.cart .shipping .title .fa{font-weight: bold;margin-left: 5px;}
.cart .shipping.accordion .opener{height: auto;width: auto;line-height: normal;left: 0;line-height: 25px;opacity: 0;filter: alpha(opacity=0);}
.cart .shipping.accordion .opener:hover + .title h2{color: #606060;}
.cart .shipping input.input-text,
.cart .shipping select { width:100%; }
.cart .shipping label { }
.cart .shipping .sp-methods { margin:20px 0 0; }

/* Discount Codes */
.cart .discount {border: 1px solid #EEEEEE;padding: 25px;margin-top: 50px;}
.cart .discount .input-box {width: 58%;float: left;max-width: 300px;}
.cart .discount input.input-text { width:100%; }

/* Shopping Cart Totals */
.cart .totals {}
.cart .totals table { width:100%; }
.cart .totals td,
.cart .totals td .price{font-weight: bold;padding-bottom: 10px;font-size: 14px;}
.cart .totals td .price{font-weight:normal;}
.cart .totals td:first-child.a-right{text-align: left !important;;}
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td strong,
.cart .totals tfoot td .price{ font-size: 20px; font-weight: bold;}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { }
.cart .totals .checkout-types {margin: 0px;text-align: center;border-top: 1px solid #D9D9D9;padding-top: 15px;margin-top: 5px;}
.cart .totals .checkout-types li {clear: both;margin: 10px 0 0px;}
.cart .totals .checkout-types li button.button{width: 100%;}
.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; float:left; margin-right:7px; font-weight: 500;}
.item-options dd { /*padding-left:11px; */margin:0 0 5px; font-weight: 700;}

/* Item options data table*/
.data-table .item-options dt {white-space:normal;}
.data-table .item-options dt:before{font-family: FontAwesome;padding-right: 5px;display: none;}
.data-table .item-options {margin: 10px 0 0 0px;}

/* Tooltip Options*/
.truncated { cursor:help; display:inline-block; }
.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{margin-bottom: 0px;}
.sp-methods dt {  font-weight: bold;margin: 5px 0 0;}
.sp-methods dt input[type="radio"]{}
.sp-methods dd { margin-top: 10px; }
.sp-methods dd li { margin: 0px 0 20px; }
.sp-methods dd li:last-child{margin-bottom: 0px;}
.sp-methods .price { font-weight: bold;}
.sp-methods .form-list { margin-top: 10px;background-color: #EEEEEE;padding: 20px;overflow: hidden;}
.sp-methods .form-list li{width:49%;float:left;}
.sp-methods .form-list li:first-child + li,
.sp-methods .form-list li:first-child + li + li + li{float:right;}
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:5em !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: 15px;}
.cvv-what-is-this { cursor:help; margin-left: 10px;height: 47px;line-height: 47px;}

/* Tooltip */
.tool-tip {    background-color: #FCFCFC;padding: 10px;position: absolute;z-index: 9999;border: 1px solid #D9D9D9;}
.tool-tip .btn-close a { margin:0 0 0 auto; text-indent: 6px;}
.tool-tip .btn-close a:before{margin-right:5px;vertical-align: -2px;}
.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 #EEEEEE; 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 20px; }
.info-set .box-title h2,
.multiple-checkout .box-title h2,
.multiple-checkout h3,
.multiple-checkout h4,
.info-set h3,
.info-set h4 { color: #4686CC;font-size:16px;}
.info-set .box-title h2,
.multiple-checkout .box-title h2{border-bottom:none;padding-bottom:0px;font-weight:500;margin-bottom: 15px;}
.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; }
.multiple-checkout .col2-set h2.legend,
.info-set h2.legend {}
.multiple-checkout .col2-set h3.legend,
.info-set h3.legend { color:#4686CC; }
.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{background-color: #EEEEEE;padding: 20px;padding-bottom: 5px;margin-bottom: 0px;}
.block-progress > .block-title { display: none;}
.block-progress .block-title{font-size: 13px;margin-bottom: 15px;text-transform: uppercase;}
.block-progress .block-title strong {font-weight: bold;}
.block-progress .block-title strong span{vertical-align: middle;}
.block-progress .block-content {}
.block-progress .block-content dl{margin-bottom: 0px;}
.block-progress .block-content dl > div {border-bottom:1px solid #D9D9D9;margin-bottom: 15px;}
.block-progress .block-content dl > div:last-child{border-bottom: none;margin-bottom: 0px;}
.block-progress dt {}
.block-progress dd {border-top: 0 none;margin: 0 0 0px;padding: 0px 0px 15px 0px;}
.block-progress dd address{ margin-bottom: 0px;}
.block-progress dt span.changelink{}
.block-progress dt.complete {}
.block-progress dt.complete .separator {color: #D9D9D9;}
.block-progress dt.complete a { font-weight:normal; vertical-align: middle;}
.block-progress dd.complete {}
.block-progress dd.complete .separator{}
.block-progress p { margin:0; }

.opc .buttons-set { }
.opc .buttons-set p.required { margin:0; padding:0 0 5px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait {height: 45px;line-height: 45px;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;margin-bottom: 15px;background-color: #EEEEEE;}
.opc .step-title .number {    float: left;margin: 0 15px 0 0;font-size: 20px;width: 45px;height: 45px;line-height: 45px;text-align: center;background: #acacac;color: #FFF;}
.opc .step-title h2 {       float: left;margin: 0;font-size: 20px;line-height: 45px;font-weight: normal;}
.opc .step-title a {line-height: 45px;padding-right: 10px;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.active .step-title a{display: none;}
.opc .allow .step-title a {display: block;}
.opc .active .step-title {cursor: default;}
.opc .active .step-title .number {background-color: #4686CC;color: #FFF;}
.opc .active .step-title h2 { }
.opc .active .step-title a { }
.opc .step {padding:5px 0px 20px;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: 0px; }

#opc-login .col-1 {}
#opc-login .col-2 {}
#opc-login .content{min-height: 302px;overflow: hidden;}
#opc-login h3 {}
#opc-login strong {font-size: 16px;font-weight: 600;margin-bottom: 10px;display: inline-block;}
#opc-login .form-list { margin:20px 0; }
#opc-login .form-list li.control { }
#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 { }
#opc-review .buttons-set { }
#opc-review .buttons-set p { margin:0; line-height:36px; }
#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 .gift-messages-form { }
.opc .gift-messages-form .inner-box { overflow:visible; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 0px; margin:0px 0 40px;width: 100%;display: table;}
.checkout-progress li {position: relative; display: table-cell;vertical-align: middle; width: 20%; text-transform: uppercase; text-align:center; background-color: #EEEEEE;padding: 10px;font-size: 13px;font-weight: bold;border-style: solid;border-width: 0px;border-color: #D9D9D9;}
.checkout-progress li.last{border-bottom: none;}
.checkout-progress li.active { /* color:#4686CC; */ background-color: #4686CC;color: #FFF;border-color: transparent;}
.checkout-progress li:before{content:"";border-top: 22px solid transparent;border-bottom: 23px solid transparent;border-left: 12px solid #EEEEEE;width: 0px;height: 0px;display: INLINE-BLOCK;position: absolute;top: 0;left: -12px;}
.checkout-progress li:after{content:"";border-top: 22px solid transparent;border-bottom: 23px solid transparent;border-left: 12px solid #000;width: 0px;height: 0px;display: INLINE-BLOCK;position: absolute;right: 0px;top: 0;/* z-index: 1; *//* background-color: #FFF; */}
.checkout-progress li.first:before,
.checkout-progress li.last:after{display:none;}
.checkout-progress li.active:before{background-color: #EEEEEE;}
.checkout-progress li.active:after{background-color: #EEEEEE;border-left-color: #4686CC;z-index: 1;}

.multiple-checkout .page-title { }
.multiple-checkout .buttons-set { }
.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: -45px;margin-right: 0px;line-height: 45px;position: relative;float: left;}
.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;}

/* Shipping_method_form */
#shipping_method_form .col2-set .col-wide .data-table tr.last td{border-bottom: none;padding-bottom: 0px;}

/* Step 1 */
#multiship-addresses-table tfoot td {text-align:center !important; }
#multiship-addresses-table td select{min-width: 100%;max-width: 300px;}

/* Step 2 */
.checkout-multishipping-shipping .box-sp-methods { padding: 15px;margin-bottom: 0;position: relative;background-color: #EEEEEE;}
.multiple-checkout .pointer{display: none;}


/* ********************************************************************************************
	Account Login/Create Pages
*********************************************************************************************** */

.account-login .new-users,
.opc .new-users,
.account-login .registered-users,
.opc .registered-users{   margin-bottom: 20px;border: 1px solid #EEEEEE;padding: 20px;}
.account-login .new-users .content,
.account-login .registered-users .content{min-height: 302px;overflow: hidden;}

/* Account Login/Create Pages Headings */
.account-login h2,
#opc-login h3{margin-top: 0;position: relative;margin-bottom: 20px;font-size: 20px;clear: both;font-weight: normal;}
.account-login h2 span,
#opc-login h3 span{display: block;}

/* Account Login/Create Pages Buttons-set */
#opc-login .buttons-set,
.account-login .buttons-set {border-top: none;padding-top: 0px; }
#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: left;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;}
.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 #EEEEEE;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; }

.dashboard .box .box-title {padding: 0px 0 8px;margin: 0 0 15px;text-align: right;border-bottom: 1px solid #EEEEEE;}
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {float: left;margin: 0px;}
.dashboard .box .box-content{}
.box-account.box-info .box-content a,
.addresses-list ol li a{margin-top: 5px;display: inline-block;}
.box-account.box-info .box-content a:hover,
.addresses-list ol li a:hover{}

/* 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: #4686CC;color: #FFF;height: 23px;line-height: 23px;text-align: center;}
.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:10px 0 0; }

/* Block: Tags */
.dashboard .box-account.box-tags{border-top: 1px solid #EEEEEE;padding-top: 2em;}
.dashboard .box-tags .box-head h2 {}
.dashboard .box-tags .number { float: left;width: 23px;background: #4686CC;color: #FFF;height: 23px;line-height: 23px;text-align: center;}
.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 #EEEEEE;}
.addresses-list h3 {margin-bottom: 10px;margin-top: 5px;}
.addresses-list address {    /*color: #777;*/ }
.addresses-list .link-remove:hover { color:#d83a3a; }
.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: #777;*/}
.addresses-list .addresses-additional .item {  margin:0 0 1.5em;}

.my-account .pager {  /*margin-top: 20px;margin-bottom: 0px;text-align: right;border-top-width: 0px;border-bottom-width: 0px;padding-top: 0px;padding-bottom: 0px;*/}
.my-account .pager .limiter.dropdown .dropdown-toggle.cover > div{border-left-width: 0px;border-right-width: 1px;}
.my-account .page-title + .pager{/*margin-top: 0px;margin-bottom: 5px;padding-bottom: 10px;padding-top: 0px;border-top-width: 0px;border-bottom-width: 1px;*/}

/* 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:#555555;color: #FFF; }

.order-date { margin:15px 0; color:#4686CC; 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 #EEEEEE;}
.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:#EEEEEE; 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 #EEEEEE;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:100px;}
.my-wishlist .price-box { margin-bottom:5px; }
.my-wishlist .add-to-cart-alt { margin-bottom:10px; }
.my-wishlist .buttons-set { margin-bottom: -5px;padding-top: 20px;margin-top: 0px;}
.my-wishlist .buttons-set button.button { /*float:none; */margin-left: 5px;}
#wishlist-table .add-to-links { white-space:nowrap; }

.my-wishlist .data-table tr.even { }
.my-wishlist .btn-cart { margin:10px 0 5px; display: inherit;white-space: nowrap;}

/* 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:4px 0 0 5px; }
.my-tag-edit .btn-remove span{display: none;}
.my-account .page-title + .my-tag-edit + .clearer + .pager{ /*margin-bottom: 5px;padding-bottom: 10px;padding-top: 10px;border-top-width: 1px;border-bottom-width: 1px;*/}

#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: 10px 0;}
#my-tags-table td .ratings .rating-box{margin-top: 3px;}
#my-tags-table button{white-space: nowrap;}
#my-tags-table .add-to-links { white-space:nowrap; margin-top: 5px;}
#my-tags-table .add-to-links li{float: none;}
#my-tags-table .add-to-links .link-wishlist{float: none;display: block;text-align: center;}

/* My Reviews */
#my-reviews-table td {}
.product-review .product-img-box { float:left; width:125px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px;margin: 0 auto;margin-bottom: 10px;}
.product-review .product-img-box .label { margin:10px 0 8px; }
.product-review .product-img-box .ratings .rating-box {     float: none;margin-bottom: 5px}
.product-review .product-details { margin:0 0px 20px 155px; }
.product-review .product-name { font-size:18px; margin:0 0 18px; }
.product-review h3 {     font-size: 13px;margin: 15px 0 5px;font-weight: bold; }
.product-review .ratings-table { margin:0 0 15px; }
.product-review dt {font-size: 13px;font-weight: bold;}
.product-review dd { font-size:13px; 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 #EEEEEE; 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%;background-color: #262626;}

/* Div Background Color Remove */
.footer-container .no-bg{background-color: transparent !important;}

/* Footer Border */
.footer-top-border{border-top: 1px solid;border-color: #EEEEEE;}
.footer-bottom-border{border-bottom: 1px solid;border-color: #EEEEEE;}

/* Footer */
.footer{font-size: 13px;color: #A3A8A9;}
.footer a,
.footer-bottom address{color: #FFF;}
.footer a:hover{text-decoration:underline;}
.footer li{overflow:hidden;}
.footer li a{position:relative;}
.footer li a:hover{text-decoration:none;}
.footer li a:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: -100%;
    top: 100%;
    border-bottom: 1px solid;    
}
.footer li a:hover:after{
    left:0;
}
.footer .block-title > *{color: #c9c9c9;}

/* Footer Tags */
.footer .tags-list{padding-bottom: 10px;}

/* Footer Genric Border Color */
.footer .accordion .block-title{  border-bottom-color: #E0E0E0; border-bottom-color: rgba(0, 0, 0, 0.1);}

/* Footer Top */
.footer-top-container{}
.footer-top-container.section-container{padding-top: 55px;padding-bottom: 55px;}
.footer-top{}

/* Footer Primary */
.footer-primary-container{}
.footer-primary-container.section-container{padding-top: 40px;padding-bottom: 25px;}
.footer-primary{}

/* Footer Secondary */
.footer-secondary-container{}
.footer-secondary-container.section-container{padding-top: 25px;padding-bottom: 25px;}
.footer-secondary{}

/* Footer bottom */
.footer-bottom-container{}
.footer-bottom-container.section-container{padding: 25px 0px 25px;}
.footer-bottom{font-size: 12px;}

.footer-bottom .links-separators{display: none;}
.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;line-height: 12px;margin-left: -3px;border-right: 1px solid;}
.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 > li.first > a{padding-left:3px}
.footer-bottom .links-separators .links > li.last > a{padding-right: 0px;}
.footer-bottom .links-separators .links ul + ul li.last{border-right: none;}
.footer-bottom .bugs{display: none;}
.footer-bottom address{margin: 0px 0px 0px;}
.footer-bottom address .fa{color: #4686CC;margin: 0 5px;}
.footer-bottom address a{}
.footer-bottom address a:hover{}

/* Footer Payment */
.footer-payment{text-align: right;}
.footer-payment img{margin-bottom: 5px;height: 30px;}
.footer-payment img:hover{opacity: 0.70;}

/* Scroll Back to top Button */
a.scrollup {float: right;display: none;z-index: 999;bottom: 25px;position: fixed;right: 40px;background-color: #4686CC;color: #FFF !important;width: 40px;height: 40px;line-height: 40px;text-align: center;font-size: 20px;}
a.scrollup .fa,
a.scrollup span{}
a.scrollup span{}
a.scrollup:hover{background-color: #000000;color: #FFFFFF !important;}


/* ********************************************************************************************
	404 Page Not Found
*********************************************************************************************** */

/* 404 Page Not Found 1 */
.page-not-found{text-align: center;max-width: 480px;margin: 0 auto;}
.page-not-found .above-heading{font-size: 180px;color: #4686CC;font-weight: bold;letter-spacing: 16px;}
.page-not-found .bottom-below-heading{font-size: 28px;font-weight: normal;margin-top: 10px;margin-bottom: 25px;}
.page-not-found p{font-size: 16px; margin-bottom: 45px;}


/* ********************************************************************************************
	Toggles, Collapse, Tabs
*********************************************************************************************** */

/* Collapse
=============================================================== */

.panel{background-color: transparent;border-radius: 0px;-webkit-box-shadow: none;box-shadow: none;}

.panel-heading{border-radius: 0px;padding: 0px;}

.panel-title{font-weight: bold;font-size: 13px;text-transform: uppercase;}
.panel-title > a{display: block;padding: 20px 24px;}
.panel-title > a,
.panel-title > a:focus{color: inherit;}
.panel-footer{border-radius: 0px;}
.panel-title .opener,
.toggles-title .opener{font-weight:  normal;}
.panel-title .opener:before,
.toggles-title .opener:before{font-family: "FontAwesome";content: "\f056";}
.panel-title .collapsed .opener{}
.panel-title .collapsed .opener:before,
.toggles-title .collapsed .opener:before{content: "\f055";}

.panel-body{border: none;}

.panel-group .panel{border-radius: 0px;}
.panel-group .panel + .panel{margin-top: 10px;}

.panel-default > .panel-heading{background-color: #EEEEEE;}
.panel-primary > .panel-heading{background-color: #4686CC;}

/* Toggles
=============================================================== */

.panel-toggles .toggles{display: block;}
.panel-toggles .toggles-title > a{padding: 0px;display: block;color: #000000;}
.panel-toggles .toggles-title{font-size: 20px;font-weight: bold;margin: 0 0 21.73913043px 0;}
.panel-toggles .toggles-body{margin-bottom: 30px;}

.faq .panel-toggles .toggles-title{margin-bottom:30px;}
.faq .panel-toggles .toggles-body{margin-bottom:50px;}

/* Tabs
=============================================================== */

.nav-tabs{
    border-bottom: none;
    margin-bottom: 20px;
}
.nav-tabs > li > a{
    display: block !important;
    background-color: #EEEEEE;
    border: none;
    border-radius: 0px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px 24px;
    color: #acacac;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover{
    background-color: #4686CC;
    color: #FFF;
    border: none;
}

/* Vertical tabs */
.vertical-tabs .nav-tabs{width: 25%;float: left;}
.vertical-tabs .nav-tabs > li{float: none;}
.vertical-tabs .nav-tabs > li > a{margin-right: 0px;margin-bottom: 2px;}
.vertical-tabs .tab-content{padding-left: 20px;width: 75%;float: left;}

/* ********************************************************************************************
	Progressbar
*********************************************************************************************** */

.progressbar{
    float: left;
    width: 100%;
    /*margin-top: 47px;*/
}
.progressbar .skillbar {
    position:relative;
    display:block;
    margin-bottom: 10px;
    width:100%;
    background: #EEEEEE;
    height: 36px;
    /* border: 1px solid #EEEEEE; */
    -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;
}
.progressbar .skillbar-title {
    position:absolute;
    /* top:-35px; */
    left:0;
    /* font-weight:bold; */
    font-size: 85%;
    text-transform: uppercase;
    width: 100%;
    /* padding: 0.5em 1em; */
    line-height: 36px;
    color: #FFF;
    padding: 0 10px;
}
.progressbar .skillbar-bar {
    height: 36px;
    width:0px;
    background: #4686CC;
}
.progressbar .skill-bar-percent {
    height: 36px;
    width:0px;
    position: absolute;
    top: 0;
    text-align: right;
    color: burlywood;
}
.progressbar .skill-bar-percent span{
    position: absolute;
    top: 0;
    right:0;
    padding: 0 5px;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
}



/* ********************************************************************************************
	 Daily Deal CSS
*********************************************************************************************** */

.groupbuy {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 35px;
    /*padding-bottom: 30px;*/
    /*border-bottom: 1px solid #EEEEEE;*/
}

.product-view .product-shop .groupbuy-countdown {
    /*margin: 0 -2%;*/
}
.product-view .product-shop  .groupbuy-countdown .count-down div{
    padding: 5px 10px;
}
.product-view .product-shop .groupbuy-countdown .count-down span{
    font-size: 18px;
}
.product-view .product-shop .groupbuy-countdown .count-down span + span{
    font-size: 12px;
}
.groupbuy-countdown .count-down{
    width: 25%;
    float: left;
    /* padding-left: 2%; */
    /* padding-right: 2%; */
    /*border-right: 1px solid rgb(129, 173, 222);*/
}

.groupbuy-countdown .count-down div{
    background-color: #FCFCFC;
    border: 1px solid #EEEEEE;
    padding: 0px 10px;
    color: #777;
    text-align: center;
    margin-left: -1px;
}

.groupbuy-countdown .count-down span{
    display: block; 
    text-align: center;
    /* font-size: 18px; */
    font-weight: bold;
}
.groupbuy-countdown .count-down span + span{
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    /* display: none; */
}
#groupbuy-discount-percent{
    float: left;
    font-weight: bold;
    color: #4ABB9F;    
}
#groupbuy-number-sold {
    /* text-align: center; */
    font-size: 14px;
    /* display: inline-block; */
    margin-left: 65px;
}
span#DealAmount {
    
}
#groupbuy-savings {
    font-size: 16px;
    margin-top: 10px;
}

#groupbuy-retai-value {
    height: 32px;
    font-size: 16px;
}
#groupbuy-discount {
    font-size: 30px;
    margin-bottom: 15px;
}
#groupbuy-l2 {
    
}
#DealAmount,
#groupbuy-l2{color: #acacac;}

.products-grid .item .groupbuy,
.products-list .item .groupbuy{
    position: absolute;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
    z-index: 3;
    top: 0px;
    left: 0px;
    right: 0px;
    width: auto;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.products-grid .item:hover .groupbuy,
.products-list .item:hover .groupbuy{opacity:1;filter: alpha(opacity=100);}

.products-grid .item .groupbuy .groupbuy-countdown,
.products-list .item .groupbuy .groupbuy-countdown{
    margin:0px
}
.products-grid .groupbuy-countdown .count-down,
.products-list .groupbuy-countdown .count-down{
    width: 20%;
}
.products-grid .groupbuy-countdown .count-down div,
.products-list .groupbuy-countdown .count-down div{
    margin-left: 0px;
    color: #FFF;
    background-color: #4686CC;
    border: none;
    border-right-color: #7CA3D0;
    border-right: 1px solid rgba(255,255,255,0.50);  
    line-height: normal;
    padding-top: 3px;
    padding-bottom: 3px;
}
.groupbuy + .productlabels_icons{
    width: 20%;
}
.groupbuy + .productlabels_icons > div{
    width: 100%;
}
.groupbuy + .productlabels_icons label{
    padding: 12px 0px;
    min-width: 100%;

}

/* Fixed Select Box Mac Issue */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    ::i-block-chrome, select{text-indent: 10px;line-height: 39px;}
    .mac select{text-indent: 3px;}
}


/* ********************************************************************************************
	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,
.block-testimonials:after,
.block-layered-nav .view:after,
.block-blog .view:after,
.peer-icon:after,
.peer-indent:after,
.peer-wrapper:after,
.products-grid .add-to-links:after,
.mini-products-list li:after,
.product-review .product-details:after{ display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
.guest-select{width:305px !important;}
/* ======================================================================================= */

.price-stock .addthis_toolbox{display:none;}

center{display: none}