/*
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*/

/* font Montserrat */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'), url(../font/Montserrat-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'), url(../font/Montserrat-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* Reset ================================================================================= */
* { margin:0; padding:0; }
.catalog-product-compare-index > div { min-width:600px;}

body          { font-family:'Montserrat'; font-size:12px; line-height:18px; color:#696969; text-align:left; min-width:320px; background:#fff; position:relative; -webkit-text-size-adjust: none; }
body > .wrapper { position:relative;}
.wrapper-tail{}

img           { border:0; vertical-align:top; }
img           { max-width: 100%; height: auto;}
a             { color:#666; text-decoration:none;}
a:hover       { text-decoration:none; color:#0fc0ec; }
:focus        { outline:0; }

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

/* Forms */
form          { display:inline; }
fieldset      { border:0; line-height: 25px; }
legend        { display:none; }

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

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

/* Lists */
ul,ol         { list-style:none; }
dt,dd         { line-height:150%; }

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

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

/* Layout ================================================================================ */
.wrapper {width:100%; overflow:hidden;}
.page { text-align:left; position:relative; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:20px; text-align:left; margin:0 auto; }
.page-popup  .ratings .rating-box {float:none; margin:0 auto 10px;}
.catalog-category-view .main-container {background:#eee;}
.main { margin:20px auto; text-align:left;}
.cms-index-index .main{}

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

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

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

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

/* Content Columns */
.col2-set .col-1 {  }
.col2-set .col-2 {  }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }
.cart-collaterals .col2-set .col-1,
.cart-collaterals .col2-set .col-2 { width:48%; float:left;}
.cart-collaterals .col2-set .col-1 {margin-right:20px;}

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button {
    font-size:14px;
    vertical-align:middle;
    color:#888888;
    background: #fff;
	font-family:'Montserrat';
}
input.input-text,select,textarea { 
	border:1px solid #f2f2f2;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
 	box-sizing: border-box;
}
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { padding:4px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important;text-align: center; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button, button.form-button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span span, button.form-button span{
    padding: 0 30px;
    font-size: 12px;
    color: #484848;
    display: block;
    background: #fff;
    font-weight: 400;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #ccd3e1;
    text-transform: uppercase;
    white-space: nowrap;
	font-family:'Montserrat';
}

button.button:hover span span, button.form-button:hover span{background: #0fc0ec;color: #fff;border-color:#0fc0ec;}
button.btn-cart:hover span{}
button.disabled span { border-color:#bbb !important; background:#bbb !important; }
button.btn-checkout span span { background-position:100% 0; padding: 0 15px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }

/*******************************************************/	

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

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

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

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

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

.form-list .name-middlename { width:132px; }
.form-list .name-middlename input.input-text { width:104px; }

.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:318px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
.field.name-suffix{ margin-top:8px;}
.field.name-prefix{ margin-bottom:10px}
.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

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

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

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

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

.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:202px; }

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

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

.buttons-set { clear:both; margin:20px 0 10px; text-align:right; }
.buttons-set .back-link { float:left; margin-top:5px; }
.buttons-set .back-link a{ color:#000;}
.buttons-set .back-link a:hover{ color:#333333;}
.buttons-set button.button { float:right; margin-left: 10px; }
.buttons-set p.required { margin:0 0 10px; font-size:11px; color:#333333; }

.fieldset > p { margin-bottom:10px; }
.fieldset { border:1px solid #f2f2f2;padding:22px 25px 12px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:normal; font-size:13px; border:1px solid #f2f2f2; background:#fff; color:#444443; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; font-size:10px; line-height:13px; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* 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:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 20px; }
.messages li li { margin:4px 0 3px; }

div.alert a{ font-size:12px; color:#333333; padding-left:5px;}
div.alert a:hover{ color:#fff;}
div.alert {position:fixed;background:#353535; top:0; left:50%; width:333px; margin-left:-220px; padding:20px 60px; color:#FFF; z-index:999; font-size:12px; font-weight:bold; color:#ececec; border-radius:0 0 3px 3px; text-align:center;}


div.alert button{background:url(../images/remove-popup.png) 0 0 no-repeat; width:9px; height:9px; position:absolute; right:20px; top:45%; border:none; z-index:9999;}
div.alert button:hover{ cursor:pointer; background-position:0 -9px;}

.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:7px 6px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:7px 8px 10px 41px !important; font-size:12px !important; font-weight:bold !important; }
.success-msg  {border-color:#dfebb5;}
.error-msg {  background:url(../images/i_msg-note.png) left -3px no-repeat #fde4e1; color:#df0505; font-weight:bold;  }
.success-msg { background-color:#f7fde1; background-image:url(../images/i_msg-success.png);color:#95bc01; font-weight:bold; }
.note-msg,
.notice-msg { background:url(../images/i_msg-note.png) 7px 6px no-repeat #fde4e1!important; border-color:#ebbcb5; color:#df0505; font-weight:bold;}

/* BreadCrumbs */
.breadcrumbs { margin:0 0 20px; padding:0 15px; overflow:hidden; }
.catalog-category-view .breadcrumbs { margin:20px 0 20px; }
.breadcrumbs li { float:left; color:#7b7b7b; }
.breadcrumbs li a {text-decoration:none; color:#7b7b7b;}
.breadcrumbs li a:hover {color:#333333;}
.breadcrumbs li span {	display:inline-block;	margin:0 8px 0 6px;}
.breadcrumbs li strong {font-weight:normal; color:#333333; }
.breadcrumbs li.home:before{
    content: "\f015";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #3c3c3c;
    font-size: 16px;
    float: left;
    margin-right: 5px;
}

/* Page Heading */
.page-title,
.category-title {
	padding:0 0 5px; 
	margin:0 0 30px;
	border-bottom: 2px solid #ebebeb;
}

.page-title h1,
.page-title h2 {
	font-size:20px;
	font-weight:normal;
	text-transform:capitalize;
	color:#252525;
	margin:0;
}

.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

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

/********************************************************************************* End ********************************************************************************/

/* Pager */
.pager { margin:0; padding:0; text-align:center; font-size:14px; }
.pager .amount { float:left; color:#363636; margin:0; line-height:25px; }
.pager .amount span{ font-weight:bold; color:#333333;}
.pager .amount strong{ font-weight:normal; color:#383737; display:inline-block; padding-top:0px;}
.pager .amount strong span{ font-weight:bold; color:#333333;}
.pager .limiter { float:right; }
.pager .limiter label{color:#363636; vertical-align:middle; margin: 0; font-weight: normal;}
.pager .limiter select { padding: 2px 5px; height: 28px; line-height: 28px; margin: 0 5px; vertical-align: middle; text-align: center; background: #fff; color: #0fc0ec;font-size: 14px; border: 1px solid #ebebeb;}
.pager .pages { margin: 0 135px; line-height:25px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {color:#0fc0ec;text-decoration: underline;}
.pager .pages strong{font-weight: normal;}

/* Sorter */
.sorter {}
.sorter .view-mode { float:left; margin:0; }
.sorter .view-mode a { text-decoration: none; }
.sorter .view-mode label {display:none;}
.sorter .sort-by { float: right;font-size: 14px;color: #363636;}
.sorter .sort-by a{color:#363636;}
.sorter .sort-by label { vertical-align:middle; margin: 0 5px 0 0;  font-weight: normal;}
.sorter .sort-by select { padding: 2px 5px; height: 28px; line-height: 28px; margin: 0 5px; vertical-align: middle; text-align: center; background: #fff; color: #0fc0ec; font-size: 14px; min-width: 110px; border: 1px solid #ebebeb;}

/* Toolbar */
.toolbar a img {display: none}
.toolbar a .icon{padding: 3px 5px;margin: 0 0 1px;vertical-align: middle;}
.toolbar { position: relative; font-size: 12px; color: #3e3e3e; padding: 11px 20px; margin:0 0 30px; background:#fff; border: 1px solid #ddd; border-radius: 4px; overflow: hidden;}
.toolbar .pager { border-bottom:1px solid #ebebeb; margin-bottom:10px; padding:0 0 10px; font-size: 14px; }
.toolbar-bottom { clear:both; margin: 25px 0; }
.catalog-category-view .toolbar-bottom{ margin-top:0;}

.sorter .view-mode{ float:left; margin:0;}
.sorter .view-mode label{ float: left; margin: 0 10px 0 0;font-weight: normal; display: none}
.sorter .view-mode span{ height: 25px; width: 26px;float:left; width:26px; margin: 2px 5px 0 0; }
.sorter .view-mode a.grid{height:28px;float:left;background: url(../images/icon-grid.png) left center no-repeat;margin: 0px 11px 0 0;text-transform: capitalize;line-height: 28px;padding-left: 25px;color: #363636;font-size: 16px;font-weight: 400;}
.sorter .view-mode strong.grid,
.sorter .view-mode a.grid:hover{ height:28px;float:left;background: url(../images/icon-grid-hover.png) left center no-repeat;margin: 0px 11px 0 0;text-transform: capitalize;color: #0fc0ec;line-height: 28px;padding-left: 25px;font-size: 16px;}
.sorter .view-mode a.list{ height:28px;float:left;background: url(../images/icon-list.png) left center no-repeat; border-radius: 0; margin: 0px 0 0;text-transform: capitalize;padding-left: 25px;line-height: 28px;font-size: 16px;color: #363636;}
.sorter .view-mode strong.list,
.sorter .view-mode a.list:hover{height:28px;float:left;background: url(../images/icon-list-hover.png) left center no-repeat;margin: 0px 0 0;text-transform: capitalize;color: #0fc0ec;line-height: 28px;padding-left: 25px;font-size: 16px;}
.sorter .view-mode .list { margin-left: 5px;}

/* Data Table */
.data-table { width:100%; border:1px solid #f2f2f2; }
.data-table .odd  { border-top: 1px solid #f2f2f2 }
.data-table .even {}
.data-table th { padding:12px 15px; font-weight:bold; white-space:nowrap; color:#000; }
.data-table td { padding:12px 15px; }

.data-table thead th {font-weight: normal;border-right: 1px solid #f4f4f4; padding: 10px;white-space:nowrap; vertical-align:middle; text-align: center; text-transform: capitalize; color: #292929; font-size: 12px;}
.data-table thead th.wrap { white-space:normal; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td {}
.data-table tfoot tr {}
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #f2f2f2; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td {border-bottom: 1px solid #f4f4f4;border-right: 1px solid #f4f4f4;}
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

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

/* 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/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol { list-style:decimal inside; }
.std ul { list-style:disc inside;  }
.std ul.disc { margin:0 0 10px; }
.std ul ul { list-style-type:circle; }
.std dl { margin-bottom: 20px; }
.std dt { font-weight:bold; }
.std dd { padding:1.5em 0; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; padding-left:12px; }
.links li.first {}
.links li.last { padding-bottom:0; }
.links li a{ text-decoration:none;}
.link-cart { font-weight:bold; }
.link-cart:hover{ text-decoration:underline;}
.link-wishlist {}
.link-reorder { font-weight:bold; }
.link-compare {}
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:10px; height:10px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; font-size: 0; overflow:hidden; margin-left: 13px; }
.btn-remove2{ display: inline-block;vertical-align: top;width:16px; height:16px; font-size:0;line-height: 16px; overflow:hidden;}
.btn-remove2:before {content: "\f014";display:inline-block;font-family:FontAwesome;vertical-align:top;font-size:16px;color: #252525;}
.btn-remove2:hover:before{color:#0fc0ec;}
.btn-edit { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; font-size: 0; overflow:hidden; margin-left:2px;}

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

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; font-size: 0; overflow:hidden; }

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

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

/* Header ================================================================================ */
.header-container { background:#fff; position: relative; z-index:99991; }
.header-container .top-link{ position: relative; font-family: arial; text-align: center; }

.logo-header { float:left; width:200px; padding: 25px 0; }
.logo-header h1 { margin:0;}
.logo-header img { max-width:100%; }

/*=========currency & link & cart==============*/
.top-link-inner{float:right;}

.header-button {
	float:left;
	position:relative;
	height:100px;
}
.header-button > a {
    display:block;
	font-size:13px;
	text-transform:capitalize;
	text-align:center;
	margin-top:25px;
	border-right:1px solid #eee;
	padding:0 14px;
}
.header-button.active{
    box-shadow: 0 0 4px 0 #d8d8d8;
}
.header-button.active:after{
    content: '';
	width:100%;
	height:5px;
	display: block;
	background:#fff;
	position:absolute;
	bottom:-1px;
	left:0;
	z-index:1000;
}
.header-wishlist.active:after{
    bottom:0;
	height:0;
}
.header-button.active > a {
    border-right:1px solid #fff;
}
.header-button > a:before {
    content: '';
    width: 30px;
    height: 27px;
    display: block;
    margin: 0 auto 5px;
	background-image: url("../images/icon.png");
	background-repeat: no-repeat;
	background-size: 100px;
}
.header-language > a:before {
	width: 35px;
	height: 35px;
	margin: 0 auto -3px;
	background-size: 90px;
}
.header-currency > a:before {
    width: 30px;
	height: 30px;
	margin: 0 auto 3px;
	background-size: 90px;
}
.header-language > a.en:before {background-position: -1px -1px;}
.header-language > a.fr:before {background-position: -55px -1px;}
.header-language > a.de:before {background-position: -1px -39px;}
.header-language > a.it:before {background-position: -55px -39px;}
.header-language > a.es:before {background-position: -55px -78px;}
.header-currency > a.USD:before,
.header-currency > a.CAD:before,
.header-currency > a.AUD:before {background-position: -59px -122px;}
.header-currency > a.EUR:before {background-position: -59px -157px;}
.header-currency > a.GBP:before {background-position: -59px -191px;}
.header-link > a:before{ background-position: 2px -104px;}
.header-wishlist > a:before{ background-position: 1px -135px;}

.header-button ul,
.top-cart-content {
	display:none;
	background:#fff;
	width:120px;
	padding:10px 0;
	box-shadow: 0 -1px 3px 0 #d8d8d8;
	text-align:left !important;
	position:absolute;
	top:100%;
	left:0;
	z-index:999;
}
.header-button ul.active{
    display:block;
}
.header-button ul li {
	float: none !important;
	display:block;
}
.header-button ul li a {
	display:block !important;
	font-size:14px;
	line-height:18px;
	padding:5px 10px 5px 18px;
}
.header-button ul li a:hover,
.header-language ul li a.on,
.header-currency ul li.selected a {
    background-color:#f6f6f6;
	color:#0fc0ec;
}

/*=========top cart==============*/
.top-cart {float:left;}
.top-cart > a {border-right:1px solid #fff;position:relative;}
.top-cart > a:before{ background-position: 0 -167px;}
.top-cart > a span.my-cart{position: absolute;top: -2px;left: 50%;margin-left: -10px;color: #3c3c44;display: inline-block;width: 20px;text-align: center;}

.top-cart-content {
   width:275px;
   padding: 20px;
   left:auto;
   right:0;
}
.top-cart-content.active { display: block; }
.top-cart-content .empty{ margin: 0 0 10px; }
.top-cart-content #cart-sidebar li {margin-bottom: 15px;padding-bottom: 13px;border-bottom: 1px solid #e5e5e5;}

.top-subtotal {
    display: block;
    clear: both;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #454545;
    margin-bottom: 15px;
}
.top-subtotal .price{font-size: 16px;font-weight: 700;float: right;color: #454545;}
.top-subtotal span{font-size: 15px}
.top-cart-content li.item{ float:left; width:100%; margin:0 0 10px; }
.top-cart-content .product-details { position:relative; }
.top-cart-content .product-details .btn-remove{ position:absolute; right: 0; top:4px; }
.top-cart-content .product-details .btn-edit{ position:absolute; right: 15px; top:4px;}
.top-cart-content .product-details .price {width: auto;font-size: 14px;font-weight: 700;}

.top-cart-content .actions {
    padding: 30px 0 0 0;
    display: block;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}
.top-cart-content .actions button.button span{ background:#fff; }
.top-cart-content .actions button.button span span{padding: 0 20px;font-size: 10px;text-transform: uppercase;color: #353535;border: 2px solid #353535;border-radius: 0;line-height: 29px;}
.top-cart-content .actions button.button span span:after{content:"\f105";font-family:FontAwesome;display:inline-block;vertical-align:top;margin-left:9px;line-height: 27px;}
.top-cart-content .actions button.button:hover span span{ color: #0fc0ec; border-color: #0fc0ec;background:#fff;}
.top-cart-content .actions button.button{float: right;}
.top-cart-content .actions button.button.viewcart{float: left;}

/* Search Mini ========================================================================= */
#search_mini_form { float: left;position: relative;margin:29px 0 0 50px;}

.form-search input.input-text {
    font-size: 12px;
    width: 400px;
    height: 40px;
    background: #fff;
    color: #848484;
    text-transform: inherit;
    padding: 0 52px 0 15px;
    border: 1px solid #e1e2e2;
    transition: 0.3s;
}

.form-search button.button {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 99999;
}
.form-search button.button span{
    border: 0;
    font-size: 0;
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    background: none !important;
    text-align:center;
}
.form-search button.button .icon-search{
    font-size: 16px;
    color: #0fc0ec;
	line-height: 40px;
}

.form-search .search-autocomplete { z-index:999; }
.form-search .search-autocomplete ul { border:1px solid #ebebeb; background-color:#fefefe; }
.form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f2e7f4; color:#333; padding:2px 8px 1px 8px; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:normal; }
.form-search .search-autocomplete li.odd { background-color:#f6ccff; }
.form-search .search-autocomplete li.selected { background-color:#f2ddf7; }


/********** < Navigation **********/
.nav-container { padding: 0; position: relative; font-size: 14px; margin: 0 auto; background-image: linear-gradient(to right,#555,#333); }
.nav-container .row { margin:0; }
#nav-phone { display:none;}

/* All Levels */
#nav { position:relative; }
#nav li { text-align:left; }
#nav li.over { z-index:999; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display: block; cursor: pointer; white-space: nowrap; }
#nav li ul span { white-space:normal; }
#nav ul li.parent li a { background-image:none; }

/* 1st Level */
#nav li { float:left; }
#nav > li { height:22px; padding: 24px 32px 24px 0; }
#nav > li.last{ padding-right: 0; }

#nav a.level-top {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
}
#nav a.level-top span{ display:inline;}

#nav > li.parent.over > a:after { 
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 11px solid #fff;
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 35px;
  width: 0;
  height: 0;
}

#nav li.active > a,
#nav > li.over > a,
#nav > li > a:hover { color:#0fc0ec;}

/* 2nd Level */
#nav ul {
  position:absolute;
  left:-9999px;
  top:70px;
  border: 2px solid #333;
  border-top: none;
  padding: 20px;
  width: 1128px;
  z-index: 9999;
  background: #fff;
  text-align: left;
}

#nav ul li { 
  float: left;
  width: 225px;
  border: 0px;
  margin:0;
}

#nav ul.level0 > li.parent { min-height:200px; }

#nav ul li a { 
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  color: #000;
}

#nav ul a:hover { color:#0fc0ec; }

/* 3rd+ Level */
#nav ul ul {   
  top: 0;
  left: 0;
  width: 195px;
  padding: 0;
  position: relative;
  border: 0;
  border-top: 1px solid #ddd;
}

#nav ul ul li{float:none;}
#nav ul ul li a {
  font-weight: normal;
  font-size: 14px;
  font-family: arial;
  color: #333;
}

/* Show menu */
#nav li ul.shown-sub { left:0; z-index:9999; }

.nav-shadow{
   background-color: rgba(45,45,45,.65);
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   display: none;
   transition: all .3s ease-in;
   opacity: 0;
   z-index:999;
}
.nav-shadow-show{z-index:999;opacity: 1;display:block;}

/********** Navigation > */

/*==================================== Sidebar ================================ */
.block { 
    border: 1px solid #ebebeb;
    clear: both;
    color: #666;
    margin: 0 0 30px;
}
.catalog-category-view .block {
    border: 1px solid #ddd;
}
.block .block-title {
	background-color: #ebebeb;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
	margin:0;
    padding: 13px 0 13px 17px;
    text-transform: uppercase;
	position:relative;
}
.catalog-category-view .block .block-title {
    background-color: #ddd;
}
.block .block-title strong {
	display: inline-block;
    text-transform: uppercase;
    word-wrap: break-word;
}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle {
	font-size:13px;
	line-height:16px;
	color:#333333;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:14px;
}
.block .block-content { padding: 18px 20px 20px; background:#fff; }
.block .block-content li.item { padding: 15px 0; border-bottom:1px solid #ececec; }
.block .block-content li.last { border: 0; padding-bottom:0; }
.block .block-content li.item:first-child{ padding-top:0;}

.block .block-content input.go {
    border: 1px solid #0fc0ec;
    border-radius: 4px;
    padding: 3px;
    background: #0fc0ec;
    color: #fff;
}

.block .btn-remove,
.block .btn-edit { float:right; }
.block .actions { padding:10px 0; margin:15px 0 0 0; border-top:1px solid #ebebeb; clear:both; }
.block .actions a { display:inline-block; font-weight:bold; color: #0fc0ec; text-decoration:underline;}
.block .actions a:hover{ text-decoration:none;}
.block .actions button.button { float:right; }

.block .empty { margin:0; padding:10px 0 10px 5px; font-size: 12px; color: #797979; }

.block li.odd {}
.block li.even {}

.widget.widget-catalogsale-products .block ol li { padding:20px 0 20px 0;}
.widget.widget-catalogsale-products .price-box.map-info{ padding:10px 0 10px 0;}
.widget.widget-catalogsale-products .price-box.map-info a{ padding-left:0;}

/* Block: Account */
.col-main .block-account {display:none;}
.block-account .block-content li a { display:block; border-bottom:1px solid #f2f2f2; padding:5px 0;}
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #f2f2f2; padding: 5px 0; color:#0fc0ec}
.block-account .block-content li.current.last { border-bottom:0; }

/* Mini Products List */
.block .block-content .mini-products-list li.item { margin: 0 0 15px; padding:0 0 13px;border-bottom: 1px solid #e5e5e5; }
.block .block-content .mini-products-list li.last{ margin: 0; padding: 0;border: 0; }
.mini-products-list .product-control-buttons { float:right; }
.mini-products-list .product-image { float:left;display: inline-block; margin-right: 10px; }
.mini-products-list .product-details { overflow:hidden; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.mini-products-list .product-name { display:block; overflow:hidden; line-height:20px; margin-bottom: 10px ;width: 75%  }
.mini-products-list .product-name a { color:#272727; }
.mini-products-list .product-name a:hover { color:#0fc0ec; }
.block-cart .mini-products-list .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
.block-specials .mini-products-list .product-name { height:60px; margin-top:-2px; }

/******************************************************************************** Block: Layered Navigation ************************************************************************/
.block-layered-nav {}
.block-layered-nav .block-title:before{background: url(../images/filter.png) no-repeat 0 4px; content: ''; width: 18px; height: 18px; display: inline-block; background-size: 18px 18px;}
.block-layered-nav .block-content { padding: 25px 0 5px 18px; }
.block-layered-nav li.filter { position:relative;width:210px;height:40px;float:left;margin:0 20px 20px 0;}
.block-layered-nav li.filter.active {box-shadow: 0 0 4px 0 #d8d8d8;}
.block-layered-nav li.filter.active:after{content: '';width:100%;height:8px;display: block;background:#fff;position:absolute;bottom:-1px;left:0;z-index:10;}
.block-layered-nav a.filter-name { height:38px;line-height:38px;position:relative;display:inline-block;width:100%;border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;font-weight:bold;font-size:14px;color:#363636;text-indent:10px;text-transform:uppercase;cursor:pointer;}
.block-layered-nav li.filter.active a.filter-name { border-top:2px solid #0fc0ec; color:#0fc0ec;}
.block-layered-nav a.filter-name:after { font-family:'FontAwesome';color:#999;content:"\f107";font-size:20px;position:absolute;top:0;right:10px;}
.block-layered-nav li.filter.active a.filter-name:after { content:"\f106"; color:#0fc0ec; }
.block-layered-nav .filter-items { display:none;width: 135%;max-height: 285px;overflow: auto;position: absolute;z-index: 9;background: #fff;top: 40px;left: 0;box-shadow: 0 -1px 5px 0 #d8d8d8;}
.block-layered-nav li.filter.active .filter-items { display:block; }
.block-layered-nav .filter-items li { width:90%; margin:5px auto; }
.block-layered-nav .filter-items li a { height:30px; line-height:30px; display:block; text-indent:20px; background:url(../images/block-layered-nav-marker.gif) #f7f7f7 10px 13px no-repeat;}
.block-layered-nav .filter-items li a:hover{ color:#666; background-color:#fefff2; box-shadow: 0 0 4px 0 #d8d8d8; }
.block-layered-nav .filter-items li span, .block-layered-nav .filter-items li .price{ color:#666; }
.block-layered-nav .filter-items li em { color:#0fc0ec; }
.block-layered-nav .currently li { float: left;margin: 0 10px 10px 0;padding: 3px 5px !important;border: 1px dashed #d8d8d8 !important; }
.block-layered-nav .currently li .btn-remove { display:inline-block; margin:4px 0 0 5px; }
.block-layered-nav .clear-all { float: left; padding: 4px 8px; background: #0fc0ec; border-radius: 3px; }
.block-layered-nav .clear-all a {color: #fff; }
.block-layered-nav .clearer { padding:0 0 10px; }
@media (max-width: 600px) {
   .block-layered-nav .block-content { padding: 15px 20px 5px 20px; }
   .block-layered-nav li.filter { width:94%; margin:0 auto 10px; float:none; }
   .block-layered-nav .filter-items { width: 100%; }
   .block, .toolbar, .toolbar-bottom { margin-bottom: 10px; }
}

/************************************************************************************ Block: Cart ***********************************************************************************/
.block-cart {}
.block-cart .amount { border-bottom:1px solid #ececec; padding-bottom: 12px; margin-bottom:16px; }
.block-cart .amount a { color:#333333; font-weight:bold; }
.block-cart .amount a:hover { text-decoration:underline; }
.block-cart .subtotal {}
.block-cart .subtotal .price{ font-weight:bold; color:#000; padding-left:6px; }
.block-cart .subtotal .label {}
.block-cart .product-details { }
.block-cart .product-details strong{ font-weight:normal;}
.block-cart .product-details .price,
.block-related .regular-price .price,
.block-wishlist .regular-price .price  { font-weight:bold; font-size:12px; }

/**************************************************************************** Block: Wishlist ******************************************************************************************/
.block-wishlist {}
.block-wishlist .btn-remove{ margin-left:7px;}
.block-wishlist .product-name a { text-decoration:none;}
.block-wishlist .block-title small {}
.block-wishlist .price-box {float:left; }
.block-wishlist .link-cart { float:right; }

/********************************************************************************** Block: Related **********************************************************************************/
.block-related {}
.block-related input.checkbox { float:left; margin: 0 5px 0 0; }
.block-related .product {overflow:hidden;}
.block-related .product .product-image { float:left; width:60px; }
.block-related .product .product-details .regular-price { float:none; }
.block-related .link-wishlist{ font-size:12px; font-weight:bold; color:#333333;}
.block-related .link-wishlist:hover{ text-decoration:underline; color:#000;}
.block-related .product-name { width:100%; }

/******************************************************************* Block: Compare Products ******************************************************************************************/

.block-compare {}
.block-compare .btn-remove{ margin-top:4px; margin-left:10px;}
.block-compare .block-title small{ display:none;}
.block-compare .actions a{ margin-top:10px; }

/********************************************************************* Block: Recently Viewed *************************************************************************************/
.block-viewed {}
.block-viewed li a,
.block-compared li a { text-decoration:none; display:inline-block;}
.block-viewed .block-content li.item:first-child,
.block-compared .block-content li.item:first-child {border-top:none;}

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

/********************************************************************* Block: Poll **************************************************************************************************/
.block-poll { }
.block-poll .block-title strong span {}
.block-poll .block-subtitle { font-size:12px; line-height:15px; text-transform:none; font-weight:bold; }
.block-poll label { line-height:18px;}
.block-poll input.radio { float:left; margin:2px 0 0 0; }
.block-poll .label { display:block; margin-left:32px; }
.block-poll li { padding:3px 0px 9px 0; }
.block-poll .actions { margin:0px 0 0; text-align:left; padding-top:10px; padding-bottom:10px; }
.block-poll .answer{float:left; width:200px;}
.block-poll .answer span{display:block; width:150px; color:#b2b2b2;}
.block-poll .votes{font-weight:normal; float:right; width:70px; text-align:right; color:#333333;}

/************************************************************************ Block: Tags **************************************************************************************************/
.block-tags{ border:none;}
.block-tags ul,
.block-tags li { display:inline; }
.block-tags .actions a { margin-left:0; }
.block-tags .actions a:hover{ }
.block-tags .actions { padding-bottom:5px;}
.product-tags li{ float:left; margin-right:7px;}
#addTagForm{ overflow:hidden;}

/************************************************************************* Block: Subscribe ****************************************************************************************/
.block-subscribe { text-align: left;padding-top: 20px; }
.block-subscribe h4{ display:none; }
.block-subscribe #newsletter-validate-detail{ display: inline-block; vertical-align: top; width: 80%; }
.block-subscribe .block-subscribe-wrapper{ overflow: hidden;}
.block-subscribe .subscribe-content{ position: relative; border-radius: 4px; overflow: hidden; }
.block-subscribe input.input-text {background: #fff;height: 38px; line-height: 34px;width: 100%;padding: 0 50px 0 15px;}
.block-subscribe  button.button {position: absolute;top: 0;right: 0;}
.block-subscribe button.button span span{text-align:center;line-height: 38px;  padding:0 15px;color: #0fc0ec;text-transform:uppercase;font-size: 0;font-weight: 400;background-color: transparent;border: none;border-radius: 0;}
.block-subscribe button.button span span:before{content: "\f003";font-family: 'FontAwesome';display:inline-block;vertical-align:top;font-size: 24px;width: 100%;}
.block-subscribe button.button:hover span span{color: #fff;background: #0fc0ec;}

/************************************************************************ Block: Reorder *******************************************************************************************/
.block-reorder {}
.block-reorder .block-subtitle {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:8px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .product-name a{line-height:30px;padding-left: 10px;font-size: 13px;}
.block-reorder .validation-advice { margin:3px 9px 7px; }
.block-reorder .actions a { line-height:40px; }

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

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

/************************************************************************* Paypal **************************************************************************************************/
.paypal-logo { display:inline-block; margin:0; text-align:center; overflow:hidden;}
.paypal-logo a { float:none; display:inline-block; width:100px; }
.paypal-logo a img { max-width:100%; height:auto; }
/*========================================================================================== End Sidebar ============================================================================ */
/* ================================================================================================================================================================================== */

/* Category Page ========================================================================= */
.category-title { display:none; }
.category-image { width:100%; overflow:hidden; margin:0 0 20px; text-align:center; }
.category-description { margin: 0 0 30px; padding: 15px 15px 5px; border:1px solid #ddd; background:#fff; }

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

.products-grid li.item .item-box { background:#fff; margin-bottom:30px; }
.products-grid li.item .item-box-content { position: relative; text-align: left; background: #fff; padding: 5px 5px 0; border: 1px solid #ebebeb; }
.products-grid li.item .item-box-content:hover{
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.products-grid li.item img { max-width:100%;}
.products-grid .product-shop { position:relative; min-height: 90px; }
.products-grid h2.product-name { margin:10px 5px 8px; line-height:18px; height:39px; overflow:hidden; }
.products-grid .price-box { margin:0 0 5px 5px; }
.products-grid .price-box .regular-price { float:none; }
.products-grid .ratings, .products-grid .swatchLabel-category { margin:0 0 5px 5px; }

@media (max-width: 480px){
    .catalog-category-view .main-container .container { padding:0 10px; }
    .category-products .products-grid{ margin-left: -5px !important; margin-right: -5px !important;}
	.products-grid li.item .item-box { margin-bottom:10px; }
	.products-grid li.item { padding:0 5px !important; }
	.products-list .product-name { margin:12px 0 0;}
}

/******* Type: List and Grid ********/
.products-grid .product-image,
.products-list .product-image {display:block;text-align:center;position:relative;}
.products-grid .product-image img,
.products-list .product-image img {max-width:100%;}

/********************************************************************************************** View Type: List *******************************************************************************************/
.products-list { }
.products-list li.item { margin-bottom:30px; background: none !important;}
.products-list .product-image { float:left; border:solid 1px #ebebeb; }
.products-list .product-name a{ color:#252525; font-size:16px; }
.products-list .product-name a:hover{ color:#0fc0ec; }
.products-list .price-box { margin: 12px 0; }
.products-list .price-box .regular-price{ float:none; }
.products-list .desc { clear:both; margin:0 0 25px; font-size:14px; }
.products-list .desc > p{ float:left;}
.products-list .desc > p strong{ color:#333;}
.products-list .ratings { margin:0; }

.products-list .availability { float:left; }
.products-list .button{ float:left; }
.products-list  button.button span span{line-height: 36px;}

.products-list .add-to-links { float: left; margin:0 0 0 3px; }
.products-list .add-to-links li { display: inline-block; vertical-align: top; }
.products-list .add-to-links li a.link-compare{margin: 0;}
.products-list .add-to-links li a.link-wishlist{margin: 0 5px;}
.products-list .add-to-links .separator{ display:none;}

.products-list .add-to-links li a{
    color: #fff;
    display: inline-block;
    font-weight: normal;
    height: 37px;
    line-height: 37px;
    padding: 0;
    text-align: center;
    background: #252525;
    width: 39px;
    font-size: 0;
    border-radius: 3px;
    border: none;
    vertical-align: top;
    position: relative;
}
.products-list .add-to-links li a:before{content: "\f08a";font-family: FontAwesome;display: inline-block;vertical-align: top;font-size: 16px;width: 100%;}
.products-list .add-to-links li a.link-compare:before{content: "\f074";}
.products-list .add-to-links li a:hover{color: #fff; border-color: #0fc0ec;background: #0fc0ec;}

.row-list{ width:100%; position:relative;}
.row-list > span{ position:absolute; left:0px; top:40px;}
/* ======================================================================================= */

/******************************************************************************** Product View ========================================================================== */
/****************************************** Rating *****************************/
.no-rating { margin:5px 0 7px 0; float: left; }

.ratings { font-size:12px; line-height:15px; margin:5px 0 7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links a{text-decoration:underline; color:#383737;}
.ratings .rating-links a:hover{color:#333333;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:70px; height:14px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x;  font-size: 0; overflow:hidden; }
.rating-box .rating { float:left; height:12px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:6px; }
.ratings .amount {}
.email-friend.left{ float:left;}
.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }
.review-product-list .col-main .ratings-table th, 
.review-product-list .col-main .ratings-table td {border:1px solid #DDDDDD; padding:7px;}
.review-product-list .col-main .ratings-table {margin:10px 0;}

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

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {margin-bottom:5px;}

/* Alerts */
.alert-price {}
.alert-stock {}

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

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price { display:block; }
.regular-price .price { font-weight:normal; font-size:16px; color:#0fc0ec; }

/* Old price */
.old-price { display:inline;}
.old-price .price-label { font-weight:bold; white-space:nowrap; display:none; }
.old-price .price { font-size:12px; font-weight:normal; text-decoration:line-through; color:#9c9b9b; }

/* Special price */
.special-price { display:inline; }
.special-price .price-label { font-weight:bold; display:none; }
.special-price .price { font-size:16px; font-weight:normal; color:#0fc0ec; }

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

.minimal-price-link {display:inline-block;color:#333333;margin-top:2px;}
.minimal-price-link:hover { color:#000; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }
.minimal-price-link span {	display: inline-block;   text-decoration: none;}

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

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

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

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

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

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

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

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

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

.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured { color:#3A3A3A; }
.price-as-configured .price-label { white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:normal; color:#2f2f2f; }
.tier-prices .price { font-weight:normal; color:#2f2f2f; }

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

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:10px; font-weight:normal;padding: 8px 0 0; color:#333; }
.add-to-cart .qty { float: left; text-align: center; width: 60px !important; height: 42px; line-height: 32px; padding: 0; margin: 0; border: 1px solid #f1f1f1; border-radius: 5px; color: #353535; font-size: 14px; }
.add-to-cart button.button { margin-left:10px; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { width:100%; position:relative; }
.add-to-box .or { float:left; font-weight:normal; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:13px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { float: left; margin-right:5px; }
.add-to-box .add-to-links li .separator { display:none !important; }

/* Product View */
.product-essential { padding:0 0 25px; }
.product-view .product-img-box {float:left;text-align:center;width:51%;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.product-view .product-image-zoom{position:relative;}
.product-view .product-image-zoom .cloud-zoom img{ width: 100%; }

.more-views .desktop-gallery{margin:0 -2px;}
.desktop-gallery li { width:10%; float:left; margin-top: 4px; }
.desktop-gallery li .item-box-content { margin:0 2px; }

/* Product Shop */
.product-view .product-shop { float:right;width:47%;position:relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

.product-view .product-name h1 { font-size:20px; line-height:150%; color:#333; font-weight:normal; }
.product-view .sku span{ margin-left:5px;}

.product-view .short-description { clear: both; color:black; font-weight:bold; line-height: 22px; padding-bottom: 5px; }
.product-view .short-description span { color: #0fc0ec; font-size: 14px; }
.product-view .short-description h2 { display:none;}

.product-view .product-shop .price-box { clear: both; padding: 22px 0 0 0; border-top: 1px solid #ebebeb; }
.product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price { font-size:24px; }

.product-view .product-shop .availability {display: block; font-size:12px; font-weight:bold; color:#3a3a3a; clear: both; padding: 10px 0;}
.product-view .product-shop .availability span { color:#74b436; margin-left:5px;}

.product-view .product-shop .add-to-cart { border-top:1px solid #ececec; width:100%; padding:15px 0; margin-top:10px; }
.product-view .product-shop .add-to-cart button.button span span { background:#0fc0ec; border-color:#0fc0ec; color:#fff; }

.product-view .actions{ padding: 12px 0;height:23px;line-height:23px;border-bottom:1px solid #ececec;border-top:1px solid #ececec;}
.product-view .add-to-links { display:inline-block; }
.product-view .add-to-links li { float:left; }
.product-view .add-to-links li a.link-wishlist { padding-left:22px; background:url(../images/wishlist.png) left 0px no-repeat; }
.product-view .add-to-links li a.link-compare { padding-left:22px; background:url(../images/compare.png) left 0px no-repeat; }
.product-view .add-to-links li:first-child{ margin-right:20px;}

.product-view .product-shop .add-to-box .or {display:none; }
.product-view .product-shop .safe{ clear:both; padding:15px 0 0;}

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

.product-view .product-options-bottom { }
.product-view .product-options-bottom .price-box { display:none; }

/*** Product Collateral **/
.product-collateral .box-collateral { margin-top:30px; border-top: 1px solid #d8d8d8; }
.product-collateral .box-collateral h2{ display:table; margin: -15px auto 0; background: #fff; padding: 0 23px; text-transform: uppercase; font-size:24px; color:#0fc0ec; }
.product-collateral .box-collateral-content { margin-top: 20px; font-family: arial; color: #333; }

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.box-up-sell { border:1px solid #ededed; padding:20px 14px; margin:0 0 30px; background:#fbfbfb; overflow:hidden;}
.box-up-sell h2{ font-size:14px; text-transform:uppercase; color:#383737; margin-bottom:5px;}
.box-up-sell ul li .item-box{ padding:10px 15px;}
.box-up-sell ul li .item-box .item-box-content{ padding:10px; border:1px solid #ededed; background:#fff;}
.box-up-sell ul li .product-image {margin-bottom:15px; display: block; text-align:center;}
.box-up-sell ul li .product-image img {max-width: 100%;margin:0 auto;}
.box-up-sell ul li .product-name { height:36px; line-height:18px; overflow:hidden; margin-bottom:10px; }
.box-up-sell ul li .price-box .regular-price { float:none; }

/* Block: Reviews */
.product-view .box-reviews {}
.box-reviews .pager.top { border-bottom:1px solid #ECECEC; padding-bottom:10px; margin-bottom:10px; }
.box-reviews dl dt {margin-bottom:5px;color:#222;}
.box-reviews dl dt a {margin-right:5px;}
.box-reviews dl dd { border-bottom:1px solid #ECECEC; padding-bottom:10px; margin-bottom:10px;}
.box-reviews dl dd table { margin-bottom:5px;}
.box-reviews dl dd .date, .box-reviews dl dd table th { display:none; }

.box-reviews .form-add { margin:15px 0 0; }
.box-reviews .form-add h3 { font-size:14px; font-weight:normal; text-transform:uppercase; }
.box-reviews .form-add h3 span { font-weight:bold; color:#0fc0ec; }
.box-reviews .form-add h4 { font-size:13px; font-weight:normal; text-transform:uppercase; }
.box-reviews .form-add .data-table td.value { text-align:center; }

.box-reviews .form-add .form-list {margin:15px 0 0;}
.box-reviews .form-add .form-list .input-box {width: auto;}
.box-reviews .form-add .form-list input.input-text,
.box-reviews .form-add .form-list textarea {width: 100%;}

/*** My Recent Reviews **/
.dashboard #my_recent_reviews li {padding-bottom:7px;}
.dashboard #my_recent_reviews li .ratings {margin:0px 0 5px 0;}
.dashboard #my_recent_reviews li .ratings strong {margin:0 5px 0 0;}
.dashboard #my_recent_reviews li .ratings .rating-box {margin:0; }
.dashboard #my_recent_reviews li .details .product-name {margin-bottom:3px;}

/* Send a Friend */
.send-friend {}
.send-friend .buttons-set button.button {margin-left:10px;}
#product_sendtofriend_form #sender_message{ margin-bottom:20px; resize:none; min-width:304px; max-width:373px; width:373px;}
#product_sendtofriend_form .buttons-set{ padding-top:15px;}
#product_sendtofriend_form .form-list .field {float: left;width: 361px;}
#product_sendtofriend_form .form-list .additional-row > div{width:380px;}
#product_sendtofriend_form .form-list .fields .field:first-child {float: left;width:402px;}
#product_sendtofriend_form  .form-list .fields .field input.input-text{width: 373px;}
#product_sendtofriend_form  .buttons-set {text-align:center;}
/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name {}
.product-name a { font-size: 14px; color: #252525; font-weight:normal; }
.product-name a:hover{ color: #0fc0ec}

/* Product Tags */
.tags-list li { display:inline; font-size:15px; line-height:normal; margin-right:10px; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {margin-bottom:5px;}
.advanced-search-summary {padding:15px 0;}
.advanced-search .form-list label {float:none;}
.catalogsearch-advanced-index #advanced-search-list li.even label {display:block; width:100%;}
.form-adv-search{ border:1px solid #ececec; background:url(../images/media/bg-adv-search.gif) left  bottom no-repeat #fff; padding:11px 20px 20px 20px}
.form-adv-search .fieldset{ border:none; background:none; margin:0; padding:0 0 0 0;}
.form-adv-search .fieldset h2{ font-size:12px; text-transform:uppercase; color:#333333; padding:8px 0 5px 0;}
.form-adv-search .page-title{ border-bottom:1px solid #ececec; padding-bottom:9px;}
.form-adv-search .fieldset .form-list input.input-text {width:495px;}
.form-adv-search .fieldset .form-list .input-range input.input-text {width:100px!important;}
.input-range small{ color:#b1b1b1;}
.form-adv-search select.multiselect option {border-bottom:none;padding:2px 5px; color:#7e7e7e; padding-top:1px; padding-bottom:1px;}
.form-adv-search .multiselect{ padding:5px; height:94px;}
.form-adv-search .buttons-set{ padding:12px 0 0 0; margin-top:0}
.form-adv-search .buttons-set button.button { float:left;}
.form-adv-search .form-list select {width:500px;}

/* customer-service */
.custom-servis-ul,
.custom-servis-ul ul{list-style:none; padding:0!important; margin:0!important;}
.custom-servis-ul ul li{ border-bottom:none; padding:5px 5px 5px 5px; margin-bottom:3px; padding-left:23px; color:#7c7c7c; font-weight:bold;}
.custom-servis-ul li {	border-bottom:1px solid #ececec;list-style:none;margin-bottom:20px;padding-bottom:10px;}
.custom-servis-ul li h3 {
	background:url(../images/icos-set.png) 0 0 no-repeat;
	font-size:13px;
	line-height:16px;
	color:#333333;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:13px;
	padding: 2px 0 8px 46px;
}
.custom-servis-ul li.item-2 h3 {background-position: 0 -124px;}
.custom-servis-ul li.item-3 h3 {background-position: 0 -253px;}
.custom-servis-ul li.item-4 h3 {background-position: 0 -377px;}
.custom-servis-ul li.item-5 h3 {background-position: 0 -501px;}
.custom-servis-ul li.item-6 h3 {background-position: 0 -638px;}
.custom-servis-ul li.item-7 h3 {background-position: 0 -764px;}
.custom-servis-ul li p{ font-size:12px; color:#8a8989; line-height:18px; margin-bottom:10px;}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -40px 0; }
.page-sitemap .links li{ margin:0 8px 0 0; }
.page-sitemap .sitemap { margin:12px 0 30px; display:inline-block;  }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li a{text-decoration:none; font-size:12px; text-transform:uppercase; font-weight:normal;padding-left:14px;}
.page-sitemap .sitemap li.level-0 { background:url(../images/marker-5.gif) 0 6px no-repeat; margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { text-decoration:none; color:#333333; font-size:12px; text-transform:uppercase; font-weight:normal;padding-left:14px;}
.page-sitemap .sitemap li.level-0 a:hover {color:#999;}
.page-sitemap .sitemap li {font-size:12px; line-height:18px;}
.page-sitemap .sitemap li.level-1{ padding-left:45px!important; margin-bottom:10px; margin-top:10px; background:none;}
.page-sitemap .sitemap li.level-1 a{ color:#474646;background:none; font-weight:bold; padding-left:0; text-transform:none;}
.page-sitemap .sitemap li.level-1 a:hover { color:#999; }
.page-sitemap .sitemap li.level-2 a,
.page-sitemap .sitemap li.level-3 a,
.page-sitemap .sitemap li.level-4 a{ color:#8a8989;background:none; padding-left:0;text-transform:none;}
.page-sitemap .sitemap li.level-2{ padding-left:60px!important;}
.page-sitemap .sitemap li.level-3{ padding-left:75px!important;}
.page-sitemap .sitemap li.level-4{ padding-left:100px!important;}
.page-sitemap .sitemap li a {display:inline-block; text-decoration:none;}

.page-sitemap .pager{ border:1px solid #ececec; margin:5px 0;padding:13px 9px 13px 19px;}

/* RSS */
.rss-title h1 { padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */

/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; display:none; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }

/* Shopping Cart Table */
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:normal; color:#df280a; }
#shopping-cart-table { border: 1px solid #ebebeb; }
.cart-table .cart-product-block { position:relative; border-bottom: 1px solid #ddd; padding:20px 0; }

.cart-table .product-description {float: right;}
.cart-table .header { border-bottom: 1px #ebebeb solid; margin-bottom: 15px;}
.cart-table .header .cart-price-subtotal{ color: #000; font-size: 16px; float: left; padding-bottom: 10px; text-transform: uppercase; }
.cart-table .header .cart-remove{ float: right; margin-top:3px; }

.cart-table .product-name{ font-size:16px; margin-bottom:10px; }
.cart-table .cart-price { display:block; }
.cart-table .price { font-weight:bold; color:#0fc0ec; margin-left:5px;}
.cart-table .cart-qty { margin-bottom:15px; padding: 5px 0;}
.cart-table .cart-qty input { text-align:center; }
.cart-table .cart-qty span { margin-right:10px; }

.cart-table .cart-table-foot { padding:15px 20px; text-align:right; }
.cart-table .button { margin-top:5px; margin-bottom:5px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:20px 0 0; }

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

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {  padding:15px; margin:20px 0; border: 1px solid #ebebeb;}
.cart .discount h2,
.cart .shipping h2 {font-size: 14px;font-weight: 700;color: #000000; text-transform: uppercase; margin-bottom: 10px; padding-bottom: 8px; border-bottom: 2px solid #333;}

.cart .discount h2 {  }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px;padding:7px 5px;}
.cart .shipping h2 {  }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; }

/* Shopping Cart Totals */
.cart .totals { color: #252525; padding: 20px; border: 1px solid #ebebeb}
.cart .totals a{ color: #ababab;}
.cart .totals table { width:100%; margin:10px 0 0;}
.cart .totals td { padding:3px 15px 3px 7px;}
.cart .totals td.a-left{ text-align:right !important;}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td {padding-bottom:5px;text-transform: uppercase; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong {font-size: 16px;color:#252525;text-transform: uppercase;font-weight: 700;}
.cart .totals button.button { width: 100%; border-top: 1px solid #4d4d4d; padding-top: 20px;}
.cart .totals button.btn-checkout span span { background:#0fc0ec; font-size:14px; padding:5px 15px; border-color:#0fc0ec; color:#fff; }
.cart .totals button.btn-checkout span span:before {content: '';width: 20px;height: 25px;margin-right: 8px;display: inline-block;background: url("../images/icon-cart.png") 0 -188px no-repeat;background-size: 100px;vertical-align: middle;}
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin: 0 0 10px}

/* Options Tool Tip */
.item-options { margin-bottom:10px; padding:0; }
.item-options li span { padding-left:5px; color:#0fc0ec; }
.item-options dt {font-weight:bold;}
.item-options dd {color:#0fc0ec;padding-left:10px;}
.truncated { padding:5px 0; width:auto; }
.truncated span { cursor:help; }
.truncated .truncated_full_value { display:none; padding-top:5px; top:auto;}
.truncated .truncated_full_value .item-options {top:0;left:auto;position:relative;width:auto;}
/* ======================================================================================= */

/* Checkout ============================================================================== */
.checkout-multishipping-address-newshipping .form-list li.wide input.input-text {width:692px;}
.checkout-multishipping-address-newshipping .form-list select {width:337px;}
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
#checkout-payment-method-load input.input-text {width:200px;}
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:100px; margin-right:10px; }
#payment_form_ccsave  #ccsave_cc_type {width: 206px;}
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

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

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

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

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; margin-right:5px; margin-top:-2px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:9px; height:9px; background:url(../images/btn_remove.gif) 100% 0 no-repeat; text-align:left;font-size: 0; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages { margin-bottom:10px;}
.gift-messages h3{ font-size:12px; text-transform:uppercase; color:#333333; padding-top:10px;}
.gift-messages .control label{ color:#000; font-weight:bold;}
#shipping-method-buttons-container{ padding:10px 0 0 0;}
#shipping-method-buttons-container .back-link a{ color:#000;}
#shipping-method-buttons-container .back-link a:hover{ color:#333333;}
.gift-messages-form { border:1px solid #ddd; background-color:#fbfbfb; padding:10px; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; color:#000; font-weight:bold;}
.gift-messages-form h4 {font-size:12px; text-transform:uppercase; color:#333333; padding-top:10px;}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; background:#fff; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .field{ margin-bottom:10px;}
.gift-messages-form .item .details .product-name { font-size:12px; text-transform:uppercase; color:#2f2f2f;}
.gift-messages-form .form-list li.wide textarea {max-width:340px;}
.gift-messages-form  .inner-box .form-list li.wide textarea {max-width:333px;}
#allow-gift-messages-for-order-container .field{ margin-bottom:10px;}

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

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; }
.checkout-agreements .agree { padding:6px; }

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

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

.checkout-onepage-index .page-title {}
.checkout-onepage-index .col-main {}
.checkout-onepage-index .page-title {margin-bottom:30px;}
.checkout-onepage-index .page-title h1 {}

.checkout-onepage-success a {color:#333333;}
.checkout-onepage-success a:hover {text-decoration:underline;}

/* One Page Checkout */
.block-progress { border:none; margin:69px 0 0 0;}
.block.block-progress .block-title{border-bottom:none;padding:0;margin-bottom:10px;}
.block.block-progress .block-title .toggle {display: none;}
.block.block-progress .block-content{ padding:0 0 0 0;}
.block.block-progress .block-title span,
.block-progress dt { 
	display:block;
	background: #757575;
	font-size:14px;
	line-height:17px;
	color:#fff;
	text-transform:none;
	margin-bottom:10px;
	padding:9px 10px 11px;
}
.block-progress dt:first-child {border-top:none;}
.block-progress dt.complete a { color:#fff; text-decoration:underline; }
.block-progress dt.complete a:hover { text-decoration:none; }
.block-progress dt.complete .separator{ color:#908f8f; margin: 0 8px; }
.block-progress dt.complete{ position:relative; z-index:999;}
.block-progress dt.complete,
.block-progress dd.complete { padding-bottom:12px; margin-bottom:10px; }
.block-progress dd.complete {
	border:1px solid #ececec;
	color:#8a8989;
	font-style:italic;
	padding:18px 19px 12px 19px;
	margin-bottom:10px;
}
.block-progress dd.complete address{color:#8a8989; font-style:italic;}
.opc {position:relative; }
.opc li.section { margin-bottom:10px; }
.opc p {margin-bottom:5px;}
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; font-size:12px; color:#000; }
.opc .step-title { padding:4px 5px 6px; text-align:right;background:#3a3a3a; }
.opc .step-title .number {
	float:left;
	background:#333333;
	font-size:17px;
	line-height:21px;
	color:#fff;
	text-align:center;
	margin-right:8px;
	padding: 4px 0 0;
	height:23px;
	width:27px;
	border-radius:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	-webkit-background-clip: padding-box;
}
.opc .step-title h2 {
	float:left;
	font-size:14px;
	line-height:17px;
	color:#fff;
	margin-bottom:0;
	padding-top:5px;
}
.opc .step-title a { display:none; float:right; }
.opc .allow .step-title { cursor:pointer; }
.opc label {padding-bottom:2px;}
.opc .input-box {margin-bottom:15px;}
.opc .fields select, .opc .field select {width: 313px;}


#checkout-review-table tr{ background:none;}
#checkout-review-table thead{ background:none;}
#checkout-review-table th{ padding:12px 20px 12px 20px; font-size:12px; font-weight:bold; color:#000000;}
#checkout-review-table td{ border:1px solid #ececec; background:#none; padding:15px 20px;}
#checkout-review-table td h3{ margin-bottom:0; font-size:12px; color:#2f2f2f; text-transform:uppercase;}
#checkout-review-table .price{ color:#333333; font-weight:bold;}
#checkout-review-table th{ border:1px solid #ececec;}
#checkout-review-table-wrapper { overflow:hidden;}
#checkout-review-table{}
#checkout-review-table .item-options {padding-top:5px;}
#checkout-review-table tfoot td{ font-weight:bold; color:#000000;text-align:right !important;}
#checkout-review-table tfoot td+td{ text-align:left !important;}
#checkout-review-table tbody .first{}
#checkout-review-table tbody tr.last{}
#review-buttons-container{ padding:20px 0 0 0; margin:0 0 0 0;}
#review-buttons-container .f-left a{ color:#333333;}
#review-buttons-container .f-left a:hover{ color:#000;}
#co-shipping-form{ border:1px solid #ececec; padding:10px; display:block;}

.opc .active { }
.opc .active .step-title { cursor:default; background:#333333; }
.opc .active .step-title .number { background:#fff; color:#3a3a3a; }
.opc .active .step-title h2 { font-size:12px; line-height:15px; padding-top:7px; }

#checkout-step-login {}
#checkout-step-login h3{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333333;}
#checkout-step-login .col2-set {border:1px solid #ececec;padding:20px; position:relative; overflow:hidden; }
#checkout-step-login .col2-set .col-1 { float:left; margin-right:3%; width:46%; }
#checkout-step-login .col2-set .col-2 { float:left; width:46%; }
#checkout-step-login .col2-set .buttons-set {margin:0;padding:0;}
#checkout-step-login .col2-set > .col-1 h4{font-size:12px; text-transform:uppercase; font-weight:normal; color:#333333;}
#checkout-step-login .col2-set .col-2  h4{font-size:12px; text-transform:none; font-weight:normal; color:#7b7b7b;}
#checkout-step-login .col-1 .col-1 .buttons-set button.button{ float:left;}
#checkout-step-login .col-2 .form-list input.input-text {width:327px;}
#checkout-step-login .col-1 .col-1 .buttons-set{ padding:0 0 0 0; margin:0 0 0 0;}
#checkout-step-login .col2-set .col-2 .buttons-set{padding:0 0 0 0; margin:0 0 0 0;}
#checkout-step-login .col2-set .col-2 .buttons-set .f-left{ font-weight:bold; color:#7f7f7f;}
#checkout-step-login .col2-set .col-2 .buttons-set .f-left:hover{ color:#333333;}
#checkout-step-login .form-list li.control input.radio, #checkout-step-login .form-list li.control input.checkbox {margin-right: 6px; margin-top:-3px;}
#co-billing-form > fieldset{ 
	border:1px solid #ececec;
	padding:10px;
	moz-box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	 box-sizing: border-box; 
}
.opc .step { padding-top:10px; position:relative; }
.opc .step .tool-tip { right:20px; top:20px!important; }
.opc .order-review {}
.opc .buttons-set{border:0;}
.opc .field{width:334px;}
.opc .fields input,
.opc .field input{width:314px;}
.opc .name-lastname,
.opc .field-2{width:292px; float:left;}
.opc .field-2 input{width:310px;}
.opc .field-2 select{width:315px;}
.opc .name-firstname{width:334px;}
.opc .name-firstname input {width:314px;}
.opc .name-middlename{width:144px;}
.opc .name-middlename input{width:124px!important;}
.opc .name-lastname input{}
.opc .sp-methods dt{padding-bottom:12px;}
.opc .sp-methods dt label{ color:#000;}
#checkout-shipping-method-load .sp-methods dt{ font-size:12px; text-transform:uppercase; color:#333333;}
.opc .form-list{margin:10px 0;}
.opc .form-list li.wide input.input-text{width:649px;}
#shipping_method_form h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333333;}
#shipping_method_form h3{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333;}
#multishipping-billing-form h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333; margin-bottom:0;}
#multishipping-billing-form .sp-methods dt {font-weight: bold; padding-bottom:10px;}
#multishipping-billing-form .sp-methods .form-list input.input-text {width:252px;}
/* Multiple Addresses Checkout */
.button.multi-btn{ float:right;}
#checkout-progress-state{ overflow:hidden; }
.checkout-progress { padding:0; width:98%; margin:0 auto 40px; }
.checkout-progress li { 
	float:left;
	background:url(../images/marker-4.gif) 0 13px no-repeat #9c9c9c; 
	width:20%; 
	color:#fff;
	font-weight:bold; 
	padding:8px 10px 11px 15px;
	overflow:hidden; 
	white-space: nowrap;
	moz-box-sizing:border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	 box-sizing: border-box;
}
.de-lang-class .checkout-progress li {font-size: 11px;}
.checkout-progress li span { display:block; overflow:hidden; }
.checkout-progress li.odd { background-color:#777; }
.checkout-progress li.active { background:#333333; }
.multiple-checkout { position:relative;}
.multiple-checkout .sp-methods .input-box .v-fix:first-child {padding-right:25px; margin-bottom: 10px;}
.multiple-checkout .col2-set {width:auto;}
.multiple-checkout .page-title{ padding-bottom:10px; margin-bottom:0;}
.multiple-checkout h2{ font-size:18px; text-transform:uppercase; color:#383737; padding:10px 0 10px 0;}
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {margin-bottom:0px; overflow:hidden; display:block;color:#333333; padding-top:10px;}
.multiple-checkout .grand-total .price {}
.multiple-checkout .box {margin-bottom:20px;}
.multiple-checkout table {margin-bottom:10px;}
.multiple-checkout table tfoot tr td{ color:#000; font-weight:bold;}
.multiple-checkout p {margin-bottom:5px;}
.multiple-checkout .col-1.col-narrow,
.multiple-checkout .col-2.col-wide {float:left;width:50%; overflow-x:auto; }
.multiple-checkout .box-title h3,
.multiple-checkout .col-2.col-wide  h3 {font-size:12px; line-height:normal;}
.multiple-checkout .col-2.col-wide .box {margin-left:100px;}
.multiple-checkout h2,
.multiple-checkout h3,
.multiple-checkout h4{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333;}
.multiple-checkout h2 {color:#333333; font-size:15px;}
.multiple-checkout .col-2.col-wide table .price{ font-weight:bold; color:#333333;}
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login, .account-create{}
.account-login .new-users .buttons-set{ padding-left:0;}
.account-login .new-users .buttons-set button.button {float:left;margin:0;}
.account-login .new-users-wrapper { float:left;margin-bottom:20px; width:48%; }
.account-login .new-users {	background:url(../images/media/bg-login.gif) no-repeat right bottom #ffffff; border:1px solid #ececec;padding:20px;	min-height:287px;}
.account-login .new-users h2{ padding:0 0 15px 0; border-bottom:1px solid #ececec; font-size:12px; text-transform:uppercase; color:#333333;}
.account-login .new-users p{ font-size:12px; color:#7f7f7f; line-height:18px; padding:13px 0 12px 0;}
.account-login .registered-users-wrapper { float:right;margin-bottom:20px; width:50%; }
.account-login .registered-users {background:url(../images/media/bg-login-2.gif) no-repeat right bottom #ffffff;border:1px solid #ececec;padding:20px;	min-height:260px;}
.account-login .registered-users h2{ padding:0 0 15px 0; border-bottom:1px solid #ececec; font-size:12px; text-transform:uppercase; color:#333333;}
.account-login .registered-users  p{ font-size:12px; color:#7f7f7f; line-height:18px; padding:13px 0 12px 0;}
.account-login .registered-users  p.required{ padding:0px 0 5px 0; color:#333333}
.account-login .registered-users .buttons-set button.button{ float:none;margin:0;}
.account-login .registered-users .f-left{ float:none!important; display:table; font-size:12px; font-weight:bold; color:#7f7f7f; text-decoration:none; padding-bottom:12px;}
.account-login .registered-users .f-left:hover{ color:#333333;}
.account-login .registered-users .buttons-set {clear: both;margin:-19px 0 0 0;padding:5px 0px 0px 0px;}
.account-create form .fieldset:first-child{ margin-bottom:32px;}
/* Account Login/Create Pages ============================================================ */

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

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

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
.remember-me label {}
.remember-me-popup {  position: absolute;top: 25%;left: 20%;width: 50%;background: #fff;z-index: 1000;padding: 10px;}
.remember-me-popup h3 {margin-bottom:20px}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
.remember-me-popup-close-button{padding-top:20px;}

/* My Account ============================================================================= */
.my-account .page-title{}
.my-account .page-title a {display:inline-block; margin:5px 10px 0 0;}
.my-account .sub-title {font-size:12px; padding:10px 0;}
.my-account .title-buttons h1 { line-height:50px; }
.my-account .title-buttons a { margin:15px 10px 0 0;}
.my-account .title-buttons .link-rss { float:none; }
.my-account .cart-cell .price-box{display:block;overflow:hidden;width:100%;padding-bottom:15px;text-align:center;}
.my-account .cart-cell p{ padding-top:5px;}
.my-account	.add-to-cart-alt input {text-align:center;padding:4px 2px;margin-bottom:10px;}
.my-account .pager {margin-bottom:10px;}
.my-account #form-validate .fieldset {margin:25px 0px;}
.my-account table tr td {vertical-align:middle;}
.my-account .addresses-list ol li {padding-bottom:15px;}
.my-account .my-tag-edit .btn-remove {display:inline-block;}
.my-account .box-head a {float:right;}
.my-account .box-head h2 {float:left;}
.my-account .box .box-title {border-bottom:1px solid #D3D3D3; margin-bottom:13px;}
.my-account .box .box-title h3 {float:left; font-size:12px; line-height:18px; text-transform:uppercase; color:#333333; font-weight:normal; margin-bottom:5px; }
.my-account .box .box-title a {float:right; color:#0fc0ec;}
.my-account .col2-set .col-1 { float:left; width:47%; }
.my-account .col2-set .col-2 { float:right; width:47%; }
.my-account .data-table {margin-bottom:10px;}
.my-account .data-table th,
.my-account .data-table td {padding:10px 12px;}
.my-account .data-table .price-excl-tax,
.my-account .data-table .price { display:inline; }

.my-account #my-orders-table { margin-bottom:10px; }
.my-account #my-orders-table th,
.my-account #my-orders-table td.last { text-align:center; }
.my-account .order-info li a {text-decoration: underline;}

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {margin-bottom:20px;}
.dashboard .welcome-msg .hello{margin-bottom:10px;}
.dashboard .data-table {}
.dashboard .col2-set{padding:10px 0 15px;}
.dashboard .box-title,
.dashboard .box-head{width:100%; overflow:hidden; margin:10px 0 0; }
.dashboard .box-title {border-bottom:1px solid #D3D3D3; margin-bottom:5px;}
.dashboard .box-title h2,
.dashboard .box-title h3,
.dashboard .box-head h2,
.dashboard .box-head h3{float:left;}
.dashboard .box-title h2,
.dashboard .box-head h2{font-size:16px;}
.dashboard .box-content h4{font-size: 14px;}
.dashboard .box-title a,
.dashboard .box-head a{float:right;}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }
.dashboard .box-head a {margin-bottom:10px; display:inline-block; color:#0fc0ec; }
/* Block: Account Information */
.dashboard .box-info { padding:10px 0 0; }
.dashboard .box-info  .col2-set {margin-bottom:10px;}
.dashboard .box-info a {display:inline-block; margin-bottom:10px;}
/* Block: Reviews */
.dashboard .number { float:left; font-size:11px;font-weight:bold;line-height:1;margin:3px 10px 0 0;display:block;width:18px;height:18px;text-align:center;border:1px solid #6a6a6a;line-height:17px}
.dashboard .box-reviews #my_recent_reviews h3 {margin-bottom:5px !important;}
.dashboard .box-reviews .details { margin-left:30px; }

/* Block: Tags */
#my_recent_tags > li {padding-bottom:10px;}
.tags li {display:inline; text-transform:capitalize; padding:0 5px 0 0px;}
.tags li a {color:#7f7f7f;}
.dashboard .box-tags .details { margin-left:30px; }

/********** Dashboard > */
.block-order-return{ border:1px solid #ececec; padding:13px 18px 20px 18px; margin-top:26px;background:url(../images/media/bg-return.gif) no-repeat left bottom #fff; min-height:345px;}
.block-order-return .page-title{ border-bottom:1px solid #ececec; padding-bottom:8px; margin-bottom:16px;}
.block-order-return label{ color:#000000; font-weight:bold; display:inline-block; padding-bottom:5px;}
.block-order-return label em{ color:#333333;}
.block-order-return .input-box.txt{ font-size:12px; text-transform:uppercase; color:#333333; margin-bottom:7px;}
.block-order-return .input-box.btn{ padding-top:18px;}

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info {padding:5px 0 5px 0; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin: 0; }

.order-info-box {}
.order-info-box {margin-top:15px;}
.order-info-box h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333333;}
.order-items h2{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#333333;}
.order-items { margin-top:15px; width:100%; overflow-x:auto; }
.col-1.addresses-primary h2{ font-size:14px; text-transform:uppercase; font-weight:normal; color:#333;}
.col-1.addresses-primary h3{ font-size:12px; text-transform:uppercase; font-weight:normal; color:#0fc0ec;}
.col-2.addresses-additional h2{ font-size:14px; text-transform:uppercase; font-weight:normal; color:#333;}
.order-additional { margin:15px 0; }

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

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

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

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

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }

/* Print Pages */
.page-print .print-head {margin-bottom:20px;}
.page-print .col-1,
.page-print .col-2 {margin-bottom:10px; border-bottom:1px solid #ddd; padding-bottom:10px; width:46%;}
.page-print h1 {font-size:25px; line-height:40px;}
.page-print  h2 {margin-bottom:5px;}
.page-print th.a-right {text-align:center !important;}

/* 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 */
#wishlist-table textarea {min-height:70px; width:100%; margin-top:10px;}
#wishlist-table a {display:inline-block; margin-bottom:5px;}
#wishlist-table .cart-cell .price-box{display:block;width:100%;padding-bottom:15px;text-align:left;}
#wishlist-table .cart-cell a {float: left; clear: left;}
#wishlist-table .cart-cell .old-price {float: left; clear: left;}
#wishlist-table .product-image img {width:100px;}
#wishlist-table p,
#wishlist-table button.button {padding:0;margin-bottom:10px;}
#wishlist-table .buttons-set.buttons-set2  button.button{margin-right:20px; margin-bottom: 5px;}
#wishlist-table .button.btn-share{ margin-right:0!important;}

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

/* My Reviews */
.product-review .product-img-box { float:left; margin-right:15px;  }
.product-review .product-img-box .product-image { display:block; margin-bottom:10px; width:125px; }
.product-review .product-img-box .label { text-align:center; font-size:11px; line-height:14px; margin:0; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 auto 3px; }
.product-review .product-details {  }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */

/* Product Comparison Table */
#product_comparison .product-shop-row td{ text-align:center; padding:18px 30px 30px 30px;}
.catalog-product-compare-index { position:absolute;}
.catalog-product-compare-index .link-print span {padding-left:32px; padding-right:0; text-transform:uppercase;}
.catalog-product-compare-index{ background:#fff;}
.catalog-product-compare-index .buttons-set {clear:both;margin:0px 0 0;padding:20px 0px 5px 0px;}
.catalog-product-compare-index .buttons-set button.button span { float:left;}
.catalog-product-compare-index .buttons-set button.button:hover span span{ background-position:0 0px;}
.catalog-product-compare-index .product-name a { font-size:15px; color:#2f2f2f;}
.catalog-product-compare-index .product-name a:hover{ color:#333333;}
.catalog-product-compare-index .ratings{ text-align:center;}
.catalog-product-compare-index .regular-price .price {color:#333333;float:none;font-size:22px;font-weight: normal;}
.catalog-product-compare-index td button.button{ float:none;}
.catalog-product-compare-index td .add-to-links {float:none;width:100%; padding-top:12px;}
.catalog-product-compare-index td .add-to-links li a { }
.catalog-product-compare-index .price-box.left{ float:none; width:100%; text-align:center;}
.catalog-product-compare-index .ratings .rating-box {float:none;margin: 0 auto 10px;}
.catalog-product-compare-index .page-title {margin:0 0 10px;padding:5px 0 0px;}
#product_comparison{-webkit-box-shadow:0px 0px 12px rgba(48, 50, 50, 0.12);-moz-box-shadow:0px 0px 12px rgba(48, 50, 50, 0.12);box-shadow:0px 0px 12px rgba(48, 50, 50, 0.12);}
.catalog-product-compare-index .data-table td{ padding:14px 20px 14px 20px; color:#7e7e7e;}
.catalog-product-compare-index .data-table th {padding:14px 20px; font-weight:bold; color:#000000;}
.catalog-product-compare-index .btn-remove {display: block;font-size: 0;height:9px;line-height: 0;margin-left: 2px;overflow: hidden; font-size: 0; width:9px;}
.compare-inner{}
.catalog-product-compare-index .data-table tr.even {background:#fefefe;}
#product_comparison  th {border: 1px solid #ececec;background:none;}
#product_comparison  td {border: 1px solid #ececec; background:none; color:#7e7e7e;}
#product_comparison tr{ background:none;}
#product_comparison .price-box{ padding-top:10px; padding-bottom:10px;}
#product_comparison .price-box .regular-price { float:none; }
#product_comparison .product-shop-row td,
#product_comparison .add-to-row td {text-align:center;}
#product_comparison .product-shop-row td .product-image {display:inline-block; margin-bottom:15px; border:1px solid #ededed;}
#product_comparison .product-shop-row td .product-image:hover{ border:1px  solid #333333;}
#product_comparison .product-name,
#product_comparison .price-box,
#product_comparison p {margin-bottom:5px;}
#product_comparison .product-shop-row td .add-to-links li,
#product_comparison .add-to-row td .add-to-links li {float:none;}

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

.map-popup.show {display: block !important;}
.map-popup {display: none;}
.map-popup {
	text-align:left;
	position:absolute;
	margin:12px 0 0;
	width:230px;
	z-index:100;
	box-shadow:0px 0px 10px rgba(48, 50, 50, 0.2);
	-moz-box-shadow:0px 0px 10px rgba(48, 50, 50, 0.2);
	-webkit-box-shadow:0px 0px 10px rgba(48, 50, 50, 0.2);
}
.map-popup #map-popup-msrp-box {font-weight:normal;}
.map-popup #map-popup-msrp-box strong {font-weight:normal;}
.map-popup #map-popup-msrp-box span {font-weight:normal;}
.map-popup-heading {
	background:#333333;
	border-bottom:1px solid #fff;
	color:#fff;
	padding:20px 40px 20px 20px;
	width:170px;
}
.map-popup-heading h2 {
	font-size:12px;
	line-height:15px;
	color:#fff;
	text-align:left;
	text-overflow:ellipsis;
	text-transform:uppercase;
	word-wrap:break-word;
	margin:0;
}
.map-popup-arrow { background:0; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_remove3.gif) 0 0 no-repeat; display:block; position:absolute; top:10px; right:10px; height:9px; width:9px; font-size: 0; }
.map-popup-close:hover {  }
.map-popup-content {
	background:#333333;
	color:#fff;
	text-align:left;
	overflow:hidden;
	padding:20px;
	width:190px;
}
#map-popup-price-box strong {float:left; margin-right:7px;}
.map-popup .regular-price .price {float:left;font-size:12px; line-height:18px; color:#fff;font-weight:bold;}
.map-popup-checkout {  }
.map-popup-checkout form { display:block; overflow:hidden; position:relative; }
.map-popup-checkout form button.button > span {
	background:#0fc0ec;
	color:#fff;
}
.map-popup-checkout form button.button:hover > span {
	background:#fff;
	color:#000;
}
.map-popup-checkout span { display:block; padding-left:30px; }
.map-popup-checkout .paypal-logo { text-align:left; margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0px 0; }
.map-popup-price .price-box .regular-price { margin-right:7px; }
.map-popup-price .minimal-price-link { color:#fff; display:inline-block; text-decoration:underline; margin:0; }
.map-popup-price .minimal-price-link:hover {text-decoration:none; }
.map-popup-price .minimal-price-link span { display:inline; }
.map-popup-price { overflow:hidden; margin: 8px 0; }
.map-popup-text { clear:right; background:#333333; padding:20px; text-align:left; word-wrap:break-word; color:#fff; line-height:18px; }
.map-popup-only-text { display:none; border-top:1px solid #d8d8d8; }

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

/* ==================================back-top ================================================== */
#back-top {
background: url("../images/back-top.png") no-repeat scroll 50% 50% #7f7f7f;
bottom: 50px;
display: none;
position: fixed;
right: 12px;
width: 40px;
height: 40px;
border-radius: 45px;
z-index: 99999;
cursor: pointer;
}
#back-top:hover { background-color: #0fc0ec;}
#contact-us{bottom: 90px;position: fixed;right: 12px;width: 40px;z-index: 99999;}
#contact-us a{display:block;margin-bottom:10px;}
#contact-us img{max-width:100%;}
/* ======================================================================================= */

/* Footer ================================================================================ */

.footer-container{ font-family:arial; background: url("../images/footer-bg.jpg") #333 center top no-repeat; background-size: cover; clear:both; }
.catalog-category-view .footer-container{ background-image: url("../images/footer-bg-grey.jpg");}
.ma-footer-static{padding: 150px 0 0;}
.footer-static-top .f-col{ margin-bottom: 20px;}

.footer-static-title {
    margin-bottom: 10px;
}
.footer-static-title h3{
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
	border-bottom: 2px solid #0fc0ec;
	height: 36px;
	display: table;
}

.footer-static-content{ line-height: 22px; color: #fff; font-size: 13px; }
.footer-static-content li{ margin:9px 0; }
.footer-static-content p{ clear: both; line-height: 150%; margin-bottom: 5px; overflow: hidden;}

.footer-static-content a{color: #fff; font-size: 13px;}
.footer-static-content a:hover{color: #0fc0ec;}


.footer-static-content .footer-contact p:before{
    content: "";
    font-family: 'FontAwesome';
    vertical-align: top;
    height: 22px;
    width: 25px;
    text-align: left;
    margin-right: 5px;
    font-size: 16px;
    color: #aaa;
    float: left;
}
.footer-static-content .footer-contact p.skype:before{content: "\f17e";}
.footer-static-content .footer-contact p.email:before{content: "\f003";}
.footer-static-content .footer-contact p.phone:before{content: "\f095";}
.footer-static-content .footer-contact p.email>span{word-break: break-all;}

.footer-static-content ul.link-follow{ margin-top: 20px;overflow: hidden;}
.footer-static-content ul.link-follow a{ position: relative; display: block;height: 32px;line-height: 33px;width: 32px; text-align: center;font-size: 14px;border: 1px solid #fff; color:#fff;border-radius: 100%; }
.footer-static-content ul.link-follow a:hover{ color: #0fc0ec; border-color: #0fc0ec; }
.footer-static-content ul.link-follow li{float: left;margin: 0 5px 3px 5px;}
.footer-static-content ul.link-follow li.first{margin-left: 0}
.footer-static-content ul.link-follow li:last-child{margin-right:0;}
.footer-static-content ul.link-follow li a span{
    min-width     :70px;
    height        : auto;
    line-height   : 20px;
    padding       :1px 5px;
    left          : 50%;margin-left: -35px;
    text-transform: capitalize;
    font-size     : 12px;
    color         :#fff;
    font-weight   : normal;
    text-align    : center;
    background    : #111111;
    text-indent   : 0px;
    position      : absolute;
    pointer-events: none;
    bottom        :40px;
    white-space: nowrap;
    opacity: 0;display: none;
}
.footer-static-content ul.link-follow li a span:before,
.footer-static-content ul.link-follow li a span:after{
    content     : '';
    position    : absolute;
    bottom      : -5px;
    left        : 50%;
    width       : 0;
    height      : 0;
    border-left : 5px solid transparent;
    border-right: 5px solid transparent;
    border-top  : 5px solid rgba(0,0,0,0.1);
}
.footer-static-content ul.link-follow li a span:after{
    bottom: -5px;
    border-top: 5px solid  #111111;
}
.footer-static-content ul.link-follow li a:hover span{
    bottom:50px;
    opacity: 1;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

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

.ma-footer-bottom:before{
    content: "";
    width: 100%;
	height: 0px;
    border-top: 1px solid #fff;
    display: block;
    opacity: .1;
}

.footer .store-switcher { display: inline-block;  margin-top: 5px;  color: #fff;line-height: 65px;  margin-bottom: 0; }
.footer .store-switcher label { font-weight:normal; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }

.footer-coppyright{padding: 20px 0;}
.footer-coppyright address { margin:5px 0 0 ;color: #aaa;font-size: 13px;line-height: 25px;}
.footer-coppyright address a {color:#fff;}
.footer-coppyright address a:hover{text-decoration: underline;}
.footer-payment { text-align: right;padding-top: 22px;float:right; padding-bottom: 20px;}

@media only screen and (max-width: 767px) {	
   .footer-coppyright { padding:20px 0 0;}
   .footer-coppyright address {text-align: center;}
}

/* ============ Contact Page ============ */

.contact-block{ padding-bottom:20px;}
.contact-block h3 {
	font-size:13px;
	line-height:16px;
	color:#333333;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:14px;
}
.contact-block p{ font-size:12px; color:#8a8989; line-height:17px;}
.contact-block ul li{border-bottom:1px solid #ececec; padding-bottom:17px; margin-bottom:17px;}
.contact-block ul li.last{ border:none; padding:0; margin:0;}

/* ============ Home Page ============ */

.cms-page-view .std{ padding:0 0 20px; line-height:150%; }

/* Clears ================================================================================ */
.clear {clear: both; display: block; overflow: hidden; visibility: hidden;width: 0;height: 0;}

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

.box-collateral-content .std th, .box-collateral-content .std td {
    border: 1px solid #eaeaea;
    padding: 15px;
    text-align: left;
}