/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Google font */
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

/* Themify icons font */
@font-face {
	font-family: 'themify';
	src:url('fonts/themify.eot?-fvbane');
	src:url('fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('fonts/themify.woff?-fvbane') format('woff'),
		url('fonts/themify.ttf?-fvbane') format('truetype'),
		url('fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}

:before, :after {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
    line-height: 1;
	padding: 0 5px;
	font-size:  14px;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Reset ================================================================================= */

* { margin:0; padding:0; }

body          { background:#f0f0f0; font:16px/1.5  "PT Sans", Calibri, sans-serif; color:#646464; text-align:center;}

img           { border:0; vertical-align:top; }

a, a:visited             { color:#26b1ed; text-decoration:underline; }
a:hover       { text-decoration:none; color: #646464;
transition: color 0.1s ease-in-out;
-webkit-transition: color 0.1s ease-in-out;
-moz-transition: color 0.1s ease-in-out;
-o-transition: color 0.1s ease-in-out;
}

:focus        { outline:0; }

.block-tags a,
.product-name a { color: #646464; }


/* Headings */

h1            { font-size:26px; font-weight:normal; color:#26b1ed; }
h2            { font-size:21px; font-weight:normal; color:#26b1ed; margin-bottom: 10px;}
h3            { font-size:18px; font-weight:bold; color:#26b1ed; }
h4            { font-size:17px; color: #ff6464; }
h5            { font-size:16px; font-weight:bold; color: #646464; }
h6            { font-size:15px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }
label         { line-height: 23px; }

/* 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-bottom: 5px; }
strong        { font-weight:bold; }
address       {
    font-style: normal;
    padding: 10px 0;
}
cite          { font-style:normal; }
q,
blockquote {
    quotes:none;
    border-left: 4px solid #ff6464;
    padding: 10px;
    background: white;
    box-shadow: 0px -6px 10px -6px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin: 10px 0;
}
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

.mana_content pre,
.mana_content code,
.mana_content tt {
  font-size: 12px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

/* CODE
=============================================================================*/
code,
tt {
  margin: 0 0px;
  padding: 2px 5px;
  background-color: #dcdcdc;;
  border-radius: 3px;
  overflow-wrap: break-word;
}

pre>code {
  margin: 0;
  padding: 0;
  white-space: pre;
  border: none;
  background: transparent;
}

pre {
  background-color: white;
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  padding: 6px 10px;
  border-radius: 5px;
  border: solid;
  border-width: 2px 1px 0;
  border-color: #bfbfbf #dbdbdb;
}

pre code,
pre tt {
    background-color: transparent;
    border: none;
}

iframe {  max-width: 100%; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.read-more    { display: block; text-align: right; font-style: normal; text-decoration:none; }
.m-widget-position { background-color: rgba(176, 234, 248, 0.3); width: 100%; height: 100%; text-align:center !important; box-shadow: inset 0 0 20px #AAA; }
.m-widget-position>div { padding: 10px; }

/* ======================================================================================= */

.polkadot {
    background-color:#001;
    background-image: radial-gradient(white 15%, transparent 16%),
    radial-gradient(white 15%, transparent 16%);
    background-size:60px 60px;
    background-position: 0 0, 30px 30px;
}
.royal{
    background:
    radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 9%, hsla(0, 100%, 20%, 0) 9%) 0 0,
    radial-gradient(hsl(0, 100%, 27%) 4%, hsl(0, 100%, 18%) 8%, hsla(0, 100%, 20%, 0) 10%) 50px 50px,
    radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 50px 0,
    radial-gradient(hsla(0, 100%, 30%, 0.8) 20%, hsla(0, 100%, 20%, 0)) 0 50px,
    radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 50px 0,
    radial-gradient(hsla(0, 100%, 20%, 1) 35%, hsla(0, 100%, 20%, 0) 60%) 100px 50px,
    radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 0 0,
    radial-gradient(hsla(0, 100%, 15%, 0.7), hsla(0, 100%, 20%, 0)) 50px 50px,
    linear-gradient(45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0,
    linear-gradient(-45deg, hsla(0, 100%, 20%, 0) 49%, hsla(0, 100%, 0%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0;
    background-color: #300;
    background-size: 100px 100px;
}
.microb{
    background:
    radial-gradient(circle at 0% 50%, rgba(96, 16, 48, 0) 9px, #613 10px, rgba(96, 16, 48, 0) 11px) 0px 10px,
    radial-gradient(at 100% 100%,      rgba(96, 16, 48, 0) 9px, #613 10px, rgba(96, 16, 48, 0) 11px),
    #8a3;
    background-size: 20px 20px;
}
.paper {
    background-color: #fff;
    background-image:
    linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
    linear-gradient(#eee .1em, transparent .1em);
    background-size: 100% 1.2em;
}

/* Layout ================================================================================ */
.wrapper { max-width: 1200px; min-width: 270px; margin: 0 auto; padding: 0 20px; }

.wrapper2 { background: transparent url(../images/bkg-body.jpg) center top repeat-x;}

.page { margin:0 auto; padding: 5px 0 0; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}
.main { margin:10px 0; min-height: 520px; }

/* Base Columns */
.col-left,
.col-main,
.col-right { box-sizing: border-box; }

.col-left { float:left; width: 220px; }
.col-main { float:left; padding:5px; margin: 0 10px; }
.col-right { float:right; width: 220px;}
.col-left .home-callout { text-align: center; }
/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { width: 79%; }
.col2-right-layout .col-right { width: 19%; }

/* 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, .col3-set, .col4-set { display: flex; flex-wrap: wrap; }

.col2-set .col-1 { float:left; width:49%; box-sizing: border-box; }
.col2-set .col-2 { float:right; width:49%; box-sizing: border-box; }
.col2-set .col-narrow { width:33% !important; }
.col2-set .col-wide { width:65% !important; }

.col3-set .col-1 { float:left; width:33.3%; padding:5px; }
.col3-set .col-2 { float:left; width:33.3%; padding:5px; }
.col3-set .col-3 { float:right; width:33.3%; padding:5px; box-sizing: border-box; }
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3 { float:right; width:33.3%; padding:5px; box-sizing: border-box; }

.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%; }


/* ======================================================================================= */

/* Buttons =============================================================================== */

button.button.btn-gray { background: #dcdcdc; color: #646464; }
button.button.btn-gray:hover { background: #969696; color: #fff; }

/* lightgrey, darkgrey, pink, blue, line, shadow =============================================================================== */
.m-lightgrey, .m-darkgrey { border-radius: 10px !important; padding: 20px !important;}

.m-lightgrey .block-title, 
.m-darkgrey .block-title { padding: 0 0 5px !important; }
.m-lightgrey .block-content, 
.m-darkgrey .block-content { padding: 10px 0 0 !important; }

/* lightgrey */
.m-lightgrey { background-color: #f8f8f8 !important; }

.m-lightgrey .block-title { border-bottom: 1px solid white !important; }
.m-lightgrey .block-content { border-top: 2px solid #dbdbdb !important;}

/* darkgrey  */
.m-darkgrey { background-color: #d8d8d8 !important; }
.m-darkgrey a { color: #646464; }

.m-darkgrey .block-title { border-bottom: 1px solid #f8faf9 !important; }
.m-darkgrey .block-content { border-top: 1px solid #bdc1c4 !important; }

/* pink  */
.m-pink .block-title strong{ color: #FF6464 !important; }
.m-pink .actions button.button span { background: #FF6464 !important; }

/* blue */
.m-blue .block-title strong { color: #26B1ED !important; }
.m-blue .actions button.button span { background: #26B1ED !important; }

/* line */
.m-line { border-width: 0; }
.m-line,
.block.m-line .block-content { background-image: url(../images/border.png) !important; background-position: bottom left !important; background-repeat: repeat-x !important; padding-bottom: 20px !important;}
.block.m-line { background-image: none !important; padding-bottom: 0 !important;}

/* Shadow */
.m-shadow,
.m-line.m-shadow { box-shadow: 0px -6px 8px -6px rgba(0,0,0,0.3); }

/* Right Shadow */
.m-right-shadow {box-shadow: 10px 0 20px -12px rgba(0,0,0,0.3); }

/* Left Shadow */
.m-left-shadow {box-shadow: -10px 0 20px -12px rgba(0,0,0,0.3); }

/* Top Shadow */
.m-top-shadow {box-shadow: 0 -10px 20px -12px rgba(0,0,0,0.3); }

/* Bottom Shadow */
.m-bottom-shadow {box-shadow: 0 10px 20px -12px rgba(0,0,0,0.3); }

/* Combinatons */
.m-right-shadow.m-left-shadow {box-shadow: 10px 0 20px -12px rgba(0,0,0,0.3), -10px 0 20px -12px rgba(0,0,0,0.3); }
.m-top-shadow.m-bottom-shadow{box-shadow: 0 -10px 20px -12px rgba(0,0,0,0.3), 0 10px 20px -12px rgba(0,0,0,0.3); }
.m-right-shadow.m-left-shadow.m-top-shadow {box-shadow: 10px 0 20px -12px rgba(0,0,0,0.3), -10px 0 20px -12px rgba(0,0,0,0.3), 0 -10px 20px -12px rgba(0,0,0,0.3); }
.m-right-shadow.m-left-shadow.m-bottom-shadow{box-shadow: 10px 0 20px -12px rgba(0,0,0,0.3), -10px 0 20px -12px rgba(0,0,0,0.3), 0 10px 20px -12px rgba(0,0,0,0.3); }
.m-right-shadow.m-top-shadow.m-bottom-shadow {box-shadow: 10px 0 20px -12px rgba(0,0,0,0.3), 0 -10px 20px -12px rgba(0,0,0,0.3), 0 10px 20px -12px rgba(0,0,0,0.3); }
.m-left-shadow.m-top-shadow.m-bottom-shadow {box-shadow: -10px 0 20px -12px rgba(0,0,0,0.3), 0 -10px 20px -12px rgba(0,0,0,0.3), 0 10px 20px -12px rgba(0,0,0,0.3); }
.m-right-shadow.m-left-shadow.m-top-shadow.m-bottom-shadow {box-shadow: 10px 0 20px -12px rgba(0,0,0,0.3), -10px 0 20px -12px rgba(0,0,0,0.3), 0 -10px 20px -12px rgba(0,0,0,0.3), 0 10px 20px -12px rgba(0,0,0,0.3); }

/* Product Image */
.product-image { box-shadow: 0 3px 7px -3px rgba(0,0,0,0.5) !important;  border-radius: 15px !important; margin-bottom: 10px; }
.product-image img {   border-radius: 5px !important; }
.product-view .product-img-box .product-image,
.product-view .product-img-box .product-image img { border-radius: 10px !important; }

/* Bullet list*/
.m-bullet-list h3, .what-we-do h3      { color: #646464; margin-bottom: 5px; white-space: nowrap; }
.m-bullet-list p { padding-left:60px; }
.m-bullet-list h3:before     { padding: 0px 0px; background:#ff6364; border-radius: 20px; box-shadow: -1px 1px 4px -1px rgba(0,0,0,0.5) ; font-size: 20px; width: 40px; height: 40px; text-align: center; line-height: 40px; float: left; margin: 0 10px;}
.m-bullet-list .col-1 h3:before     { background-color:#ffb264; }
.m-bullet-list .col-2 h3:before     { background-color:#e6e664; }
.m-bullet-list .col-3 h3:before     { background-color:#b3e665; }
.m-bullet-list .col-4 h3:before     { background-color:#64e564; }

.we-guarantee .col-1 h3:before { content: "\e60a"; }
.we-guarantee .col-2 h3:before { content: "\e636"; }
.we-guarantee .col-3 h3:before { content: "\e692"; }
.we-guarantee .col-4 h3:before { content: "\e71f"; }

/* We Accept*/
.we-accept { line-height: 50px; margin: 10px auto; white-space: nowrap; }
.we-accept img { margin: 0 40px; }

/* Quote */
.quote { background: transparent url(../images/quote_bottom.png) right bottom no-repeat; }

.quote div { background: transparent url(../images/quote_top.png) 0 0 no-repeat; padding: 20px 30px 30px; }
.quote div blockquote { border:none; padding:0; margin:0; background: transparent; box-shadow: none;}
.sidebar .quote { bottom:0; }
.sidebar .quote div { padding: 20px 10px 30px; }
.widget-title+.quote { position: relative; bottom: 20px; }
.quote div p { font-style: normal; margin-top: 10px; }
.header .quote { bottom: 0; font-size:14px; background-image: url(../images/quote_right.png); }
.header .read-more { text-align: center; position: relative; top: 20px; }
.header .quote div { padding: 10px 5px 0; background-position: 0 0; background-image: url(../images/quote_left.png); }
.header blockquote,
.header .m-guest-book blockquote { border:none; margin:0; padding:0; }
.header .guest-date,
.header .guest-name,
.header .guest-url, 
.header .guest-info { display: none; }
.header .quote div p { margin: 0; line-height:0; }
.guest-url a { overflow-wrap: break-word; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font: 16px/1.5 "PT Sans", Calibri, sans-serif; vertical-align:middle; }
input.input-text,select,textarea { color: #646464; background:#fff; border-radius: 5px; padding: 3px; border: 2px solid #BFBFBF; border-width: 2px 0 0; }
input.input-text,textarea { padding: 3px; border: solid; border-width: 2px 1px 0; border-color: #bfbfbf #dbdbdb;}
select { }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; height: 14px;}
input.qty { width:2.5em !important; }
input.qty.qty-disabled { background-color: transparent !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */

/* nash: button.button { line-height: 25px; overflow:visible; width:auto; border:0; padding:0; background:transparent; cursor:pointer; margin: 0 1px;} */
/* mn: button.button { line-height: 25px; overflow:visible; width:auto; border:0; padding:0; background:transparent; cursor:pointer; margin: 0 1px; padding: 0 0px;} */
button.button { color:white; overflow:visible; width:auto; border:0; padding:5px 10px; cursor:pointer; margin: 2px; background-color: #26B1ED; border-radius: 5px; }
button.button:hover { background: #25A4DB; }
button.button span { white-space:nowrap; }
button.button > span {  }
button.button > span:hover {}



button.button span span { background: transparent; }
button.disabled {}
button.disabled span {}

button.btn-checkout { background: #FF6464; }
button.btn-checkout:hover { background: #FD2E2E; }

button.btn-checkout.no-checkout {}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }

/* Beautified form elements */
.m-select { position: relative; display:block; }
.m-select select { position: relative; z-index: 2; opacity: 0; top: 2px;}
.m-select span { position: absolute;
	top: 1px;
	left: 0;
	cursor: default;
	z-index: 1;
    background: white url(../images/i-select.png) right 10px no-repeat !important;
    color: #646464;
    border-radius: 5px;
    padding: 3px 8px 1px 4px !important;
    border: solid;
    border-width: 2px 1px 0;
    line-height: normal;
    font: inherit !important;
    overflow: hidden;
    border-color: #BFBFBF #DBDBDB;

    }

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#ff6464; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; margin:2px; }
.form-list .field { }
.form-list input.input-text { width: 100%; box-sizing: border-box; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box {  }
.form-list li.wide input.input-text { width: 470px; }
.form-list li.wide textarea { width:100%; box-sizing: border-box; }
.form-list li.wide select { width:535px; }
.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 { }
.form-list .name-prefix select { }
.form-list .name-prefix input.input-text {  }

.form-list .name-suffix {  }
.form-list .name-suffix select {  }
.form-list .name-suffix input.input-text {  }

.form-list .name-middlename {  }
.form-list .name-middlename input.input-text {  }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {  }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {  }
.form-list .customer-name-prefix-middlename-suffix .name-lastname {  }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {  }

.form-list .customer-name-prefix-suffix .name-firstname {  }
.form-list .customer-name-prefix-suffix .name-lastname {  }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { }

.form-list .customer-name-prefix-suffix .name-firstname {  }
.form-list .customer-name-prefix-suffix .name-lastname {  }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {  }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {  }

.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 { }

.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 {  }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { background: #f8f8f8;  border-radius: 10px; padding: 20px; }
.fieldset .legend { position:relative; color: #FF6464;}
.customer-account-edit .fieldset {  margin-top: 20px; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:12px; line-height:14px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#FF6464; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#ff6464; }
/* 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 a { color: #fff !important; text-decoration: underline !important; }
.messages a:hover { text-decoration: none !important; }
.messages>li { margin:0 0 10px;}
.messages li li { margin: 2px 0; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { padding: 5px 10px; background-color: #787878; border-radius: 7px; color: white; box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.2);}
p.success-msg:before, .success-msg ul li:before { content: "\e64c"; color:#64E564; }
p.error-msg:before, .error-msg ul li:before { content: "\e646"; color:#FF6464; }
p.notice-msg:before, .notice-msg ul li:before { content: "\e717"; color:#DAECF8; }
p.note-msg:before, .note-msg ul li:before { content: "\e717"; color:#DAECF8; }

/* BreadCrumbs */
.breadcrumbs { padding:0 15px; margin:0 0 10px; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.page-title { padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 { }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons {  }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {  }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager { margin:5px 0; text-align:center; }
.pager .amount { float:left; line-height: 23px; margin: 0; }
.pager .limiter { float:right; }
.pager .limiter ul, 
.pager .limiter ul li { display: inline; }

.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline;  border-radius: 5px;}
.pager .pages li.current { padding: 1px 3px 2px; }

/* Sorter */
.sorter { margin: 15px 0 0; }
.sorter .view-mode { float:right; position: relative; bottom: 4px; left: 8px;}

.sorter .view-mode a,
.sorter .view-mode strong { width: 16px; height: 16px; display: inline-block; padding: 5px; border-radius: 5px;  }

.sorter .view-mode label { position: relative; bottom: 8px; }
.sorter .view-mode a.grid { background: transparent url(../images/grid.png) center center no-repeat;  }
.sorter .view-mode a.list { background: transparent url(../images/list.png) center center no-repeat; }
.sorter .view-mode a.two_column { background: transparent url(../images/double-list.png) center center no-repeat; }
.sorter .view-mode strong.grid { background: #d8d8d8 url(../images/grid.png) center center no-repeat; }
.sorter .view-mode strong.list { background: #d8d8d8 url(../images/list.png) center center no-repeat; }
.sorter .view-mode strong.two_column { background: #d8d8d8 url(../images/double-list.png) center center no-repeat; }

.sorter .sort-by { float: left; }
.sorter .sort-by ul,
.sorter .sort-by ul li { display: inline; }
.sorter .sort-by ul li strong { position: relative; left: 5px; }
.sorter .link-feed {}

/* Toolbar */
.toolbar label { color: #bdbdbd; }
.toolbar a,
.toolbar strong { color: #646464; text-decoration: none; padding: 1px 3px 2px; border-radius: 5px; }
.toolbar a { padding: 1px 3px 2px; }
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}
.toolbar li a img { position: relative; bottom: 2px; }

.toolbar strong,
.toolbar strong:hover,
.toolbar a:hover,
.sorter .view-mode a.grid:hover,
.sorter .view-mode a.list:hover,
.sorter .view-mode a.two_column:hover,
.pager .pages .current { background-color:#d8d8d8; }


/* Data Table */
.data-table { width:100%;}
.data-table th { padding: 20px 5px 10px; white-space:nowrap; color: #FF6464; font-size: 16px;}
.data-table td { padding:5px; margin: 5px;}
.data-table thead {
    padding-top: 20px;
 
}
.data-table tbody {
    border-bottom: 5px solid #dbdbdb;
    border-top: 5px solid #dbdbdb;
}
.data-table tfoot {
}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label {
 
    padding: 5px;
}
.data-table td.value {}


/* 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 8px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -48px; }
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.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; color: #FF6464; }
.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,
.btn-remove2,
.btn-edit { font-size:0; text-decoration: none; color: #646464; }

.btn-remove:before { content: "\e646"; }
.btn-remove2:before { content: "\e605"; font-size: 16px; }
.btn-edit:before    {  content: "\e61c"; }

.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; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
a.m-twitter,
a.m-facebook { display: inline-block; color: white; text-decoration: none; border-radius: 5px; background-color: #969696; width: 11px; height: 21px; position: relative; }
.header .links li a.m-facebook:hover { background: #4267b2; }
a.m-facebook:before { content: "\e741"; position: absolute; right:0; bottom: 0; font-size: 22px; padding: 0; }
a.m-twitter { background-position: top right; }
.header .links li a.m-twitter:hover { background-position: bottom right; background: #25A4DB; }

.quick-access { text-align: left; }
.forms-box { width:auto; float: left; text-align: left; }
.user-links { width:auto; float: right; text-align: right; }
.quick-access .forms-box form {  }

#m-header1,
#m-header2,
#m-header3 { margin-bottom: 20px; margin-top: 10px; float: left; line-height: 20px; }

#m-header1, #m-header3 {  }
#m-header2 {  }

#m-header1 .block { margin:0; padding: 0; }
#m-header3 p { margin: 10px 0 0; }
#m-header1 a,
#m-header2 a,
#m-header3 a { text-decoration: none; display: inline-block; }

.logo {  }
.header-container {}
.header { text-align: center; }
.header h2 { font-size: 20px; color: #646464; line-height: 33px; margin: 20px 0 0; }
.header h1 img {  }

.header .logo { text-decoration:none !important; margin:0; padding:0; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header .welcome-msg { font-weight:bold; float: right; padding: 6px;}
.header .welcome-msg .m-username{ color:#26b1ed; }

.header .welcome-msg a {}
.header .links { float:right; font-size: 14px; overflow: auto; }
.header .links li { display: inline-block; vertical-align: top; }
.header .links li a { color: white; text-decoration: none; padding: 5px 10px;  border-radius: 5px; background: #969696; display: inline-block; }
.header .links li a:hover { background: #818181;}
.header .links li.last a { color: #FF6464; font-weight: bold; background: transparent;}
.header .links li a.top-link-cart { background-color: #FF6464; }
.header .links li a.top-link-cart:before { content: "\e60d"; }


.header .links li.last a:hover { color: #FD2E2E; }
.header .links li a.top-link-cart:hover { background-color: #FD2E2E; }

.header .form-search { display: inline; float: left; margin-right: -15px; position: relative; }
.header .form-search input { padding:2px 36px 3px 5px; width: 200px; margin: 0 0 10px 0;}
.header .form-search button { position: absolute; right: 0; top: -3px; border-radius: 0; background-color: transparent; }
.header .form-search button span { font-size:0; }
.header .form-search button span span:before { 	content: "\e610"; padding:0; color:#646464; }

.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { display: block; float: left; margin-top: 1px; }
.header .m-social-links {  }
.header .form-language .m-select span { padding: 5px 5px 3px 5px; top: -3px; }
.header .form-language label { display: none; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
.nav-container { white-space:nowrap; height: 62px; position: relative; margin: 0 75px; text-align: center; background: transparent url(../images/nav-shadow.png) center 40px repeat-x; }
.nav-border-left { position: absolute; bottom:14px; left: -75px; width:75px; height: 10px; background: transparent url(../images/nav-shadow-left.png) 0 0; }
.nav-border-right { position: absolute; bottom:14px; right: -75px; width:75px; height: 10px; background: transparent url(../images/nav-shadow-right.png) 0 0; }

#nav { padding:5px 0; margin:10px 0; display: inline-block;}

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav > li { padding: 0 10px;}
#nav > li.active { background: #efefef; border-radius: 5px 5px 0 0; box-shadow:  3px -3px 4px -2px rgba(0,0,0,0.2), -3px -3px 4px -2px rgba(0,0,0,0.2);}

#nav li.over { z-index:998; }
#nav li.parent {  }
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; height: 32px; }
#nav li a { float:left; padding:4px 10px; color:#696969; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color: #26B1ED; }

/* 2nd Level */
#nav ul,
#nav div { padding:10px; position: absolute; width:15em; top: 50px; left:-10000px; background-color: #919191; background-color: rgba(136,136,136,0.9); border-radius: 7px;}
#nav > li.parent > a { border-bottom: 30px solid transparent; }
#nav li > ul:after { position: absolute; background: transparent url(../images/menu-pointer1.png) 0 0 no-repeat; content:""; width: 17px; height:10px; top: -10px; left: 25%; }
#nav li.last > ul:after,
#nav li:nth-last-child(2) > ul:after { left: 75%; }
#nav div ul { position:static; width:auto; border:none; }
#nav li > ul { opacity: 0; }
#nav li:hover > ul { opacity: 1; -webkit-transition: opacity .5s ease-in-out; }
#nav li > ul li {
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 1s ease-in;
-o-transition: all 1s ease-in;
-ms-transition: all 1s ease-in;
transition: all 1s ease-in;
}
#nav li > ul li:hover { background-color: #737373; border-radius: 5px; }
#nav li ul li.parent { background: transparent url(../images/menu-parent-pointer.png) -4px 6px no-repeat;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 1s ease-in;
-o-transition: all 1s ease-in;
-ms-transition: all 1s ease-in;
transition: all 1s ease-in;
 }
#nav li ul li.parent:hover { background: #737373 url(../images/menu-parent-pointer.png) -20px 6px no-repeat; }


/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:-4px;  background-color:#a4a4a4; background-color: rgba(170,170,170,0.9); }
#nav ul ul.level2 { background-color: #c5c5c5; background-color: rgba(195,195,195,0.8); }

#nav ul li { float:none; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:5px 9px; font-weight:normal; color: white !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a { color: #26B1ED !important; }
#nav li > ul li > ul:after { background: transparent url(../images/menu-pointer2.png) 0 0 no-repeat; content:""; width: 10px; height:17px; top: 10px; left: -10px; }
#nav li > ul li > ul li >ul:after { background: transparent url(../images/menu-pointer3.png) 0 0 no-repeat; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:115px; }

#nav li.last ul.shown-sub,
#nav li.last div.shown-sub,
#nav li:nth-last-child(2) ul.shown-sub,
#nav li:nth-last-child(2) div.shown-sub { left:-160px; }








/********** Navigation > */
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.sidebar .product-name a { font-weight:normal; font-size: 14px; }

.block { margin:0 0 10px; padding: 0 10px; position: relative; }
.block .block-title { color: #26b1ed; padding: 5px 10px 5px;}
.block .block-title strong {  }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold;}
.block .block-content { padding: 10px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; margin-top: 5px;}
.block .actions a { float:left; margin: 7px 0 0;}
.block .empty {}

.block li { padding: 2px 0; }
.block li.odd {}
.block li.even { }
.block dl{  }
.block dt { font-weight:bold; text-transform: uppercase; padding: 5px 0 5px 9px; background: url(../images/i-ln.png) 0 9px no-repeat;}


/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; }
.mini-products-list .product-details { margin-left:60px; font-size: 11px; line-height: 13px;}
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account { margin:0; padding:0; }
.block-account .block-content { padding: 10px 0; }
.block-account .current {
    color: #b6b4b4;
    text-shadow: 1px 1px white;
    font-weight: normal;
}
.block-account .current strong { font-weight: normal; }

.my-account h4 { font-weight: normal; margin: 15px 0 5px; }
.my-account input.input-text,
.my-account textarea { width: 100%; box-sizing: border-box; }
.my-account blockquote { margin: 30px 0 10px; box-shadow: none; }
.my-account .attachments .input-box { margin-bottom: 30px; }
.my-account .rating-box { width: 70px; }
#my-reviews-table .rating-box { position: relative; top: 6px; }
.sales-order-history .data-table .add-to-links { position: relative; bottom: 6px; }
.sales-order-history .data-table .add-to-links li { float: right; }
.sales-order-history .data-table td { padding: 15px 5px 5px; }
.sales-order-history .data-table .order-canceled,
.sales-order-history .data-table .order-canceled .price,
.sales-order-history .data-table .order-canceled a { color: #ccc; }
.sales-order-history .data-table .order-pending,
.sales-order-history .data-table .order-pending .price,
.sales-order-history .data-table .order-pending a { color: #ccc; }
.sales-order-history .data-table .order-complete a { color: white; background-color: #65D183; }

/* Block: Currency Switcher
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }*/

/* Block: Layered Navigation */
.block-layered-nav .block-subtitle { margin-top: 10px; }

.block-layered-nav dl {

}

.block-layered-nav dt { font-weight:bold; }
.block-layered-nav .currently {
    background: #f8f8f8;
    padding: 5px 20px 30px;
    border-radius: 10px;
    position: relative;
    right: 20px;
    width: 180px;
}
.block-layered-nav dd { }
.block-layered-nav .currently .actions { position: absolute; bottom: 5px; right: 20px; height:30px; }
.block-layered-nav .btn-remove { float:left; margin: 0 3px 0 0; }

.m-lightgrey.block-layered-nav .block-title,
.m-darkgrey.block-layered-nav .block-title { border: none !important; }
.m-lightgrey.block-layered-nav .block-content,
.m-darkgrey.block-layered-nav .block-content { border: none !important; padding-top: 0 !important; }
.m-lightgrey.block-layered-nav .block-subtitle,
.m-darkgrey.block-layered-nav .block-subtitle { background: #646464; color: white; font-size: 11px; padding: 10px 20px; margin: 0; width: 100%; margin: 0 -20px;}
.m-lightgrey.block-layered-nav .currently,
.m-darkgrey.block-layered-nav .currently { position: relative; top: 0; left: 0; padding: 0; border-radius: 0; width: 100%;}
.m-lightgrey.block-layered-nav .currently ol,
.m-darkgrey.block-layered-nav .currently ol { padding: 15px 20px; background: white; margin: 0 -20px;}
.m-lightgrey.block-layered-nav .currently .actions,
.m-darkgrey.block-layered-nav .currently .actions { position: absolute; top: -1px; right: 0;}
.m-lightgrey.block-layered-nav .currently .actions a,
.m-darkgrey.block-layered-nav .currently .actions a { color: white; font-size: 11px;}


/* Block: Cart */
.block-cart .block-title { color: #FF6464; }
.block-cart .block-subtitle { margin-top: 10px; }
.block-cart .subtotal { text-align:center; }
.block-cart .subtotal .price { font-weight: bold; font-size: 14px; }
.block-cart .summary { padding: 20px 20px 15px; background: #f8f8f8; width:180px; position: relative; right: 20px; border-radius: 10px; margin: 10px 0 0;}
.block-cart .actions { position: absolute; top: -7px; right: 20px; }
.block-cart .actions button.button { background: #FF6464; }

.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }

.m-lightgrey.block-cart .summary,
.m-darkgrey.block-cart .summary { background: transparent; padding: 0 20px; }
.m-lightgrey.block-cart .actions,
.m-darkgrey.block-cart .actions { position: relative; top: 0; right: 0; }

.m-blue.block-cart .block-title { color: #26B1ED; }
.m-blue.block-cart .actions button.button span { background: #26B1ED; }

/* Block: Wishlist */
.block-wishlist ol.mini-products-list {  }
.block-wishlist .actions { float: right;}
.block-wishlist .actions a { background:#dcdcdc; color:#646464; padding: 5px 10px; border-radius: 5px; text-decoration: none; margin-top: 10px; }
.block-wishlist .actions a:hover { background:#cbcbcb; color:#535353; }
.m-darkgrey.block-wishlist .actions a { background:#26B1ED; color:#fff; }
.m-blue.block-wishlist .actions a { background:#26B1ED; color:#fff; }
.m-pink.block-wishlist .actions a { background:#FF6464; color:#fff; }
.m-darkgrey.block-wishlist .actions a:hover { background:#26B1ED; color:#fff; }
.m-blue.block-wishlist .actions a:hover { background:#26B1ED; color:#fff; }
.m-pink.block-wishlist .actions a:hover { background:#FF6464; color:#fff; }



/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }


/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }
.block-tags a { text-decoration: none; }
.block-tags a:hover { text-decoration: underline; }
/* Block: Subscribe */
.block-subscribe .form-subscribe-header { font-weight: bold; margin-bottom: 5px; }
.block-subscribe input { width: 175px; margin: 3px 0 0;}
.block-subscribe .actions {  }

.footer .block-subscribe,
.footer .block-subscribe .block-content { padding: 10px 0; }
.footer .block-subscribe .col-1 { text-align:center; }
.footer .block-subscribe .sunscribe-form { width: 296px; height: 36px; margin: 0 auto; }
.footer .block-subscribe { overflow: hidden; border-bottom: 1px solid #F8FAF9; }
.footer .block-subscribe .form-subscribe-header { margin:0; font-size:18px; }
.footer .block-subscribe form { display: block; }
.footer .block-subscribe .input-box,
.footer .block-subscribe .actions { float: right; padding:0; margin:0; }
.footer .block-subscribe input,
.footer .block-subscribe button.button { margin:5px 0 5px 5px; }
.footer .block-subscribe input { padding: 4px; }


/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Orders and Returns */

.search-form ul li { min-height: 30px; }
.search-form ul li .m-select { bottom:5px; }

/* Block: Banner */
.block-banner { padding: 0; background: transparent; }
.block-banner .block-title { border: none}
.block-banner .block-content { text-align:center; border: none}

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin: 3px 0;}

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }

/* Facebook */
.block.m-fb-like-box { text-align: center; }
.sidebar .block.m-fb-like-box,
.sidebar .block.m-fb-like-box .block-content { padding: 0 !important; }
.sidebar .block.m-fb-like-box.m-line .block-content { padding-bottom: 20px !important; }
.sidebar .block.m-fb-like-box.m-lightgrey .block-content,
.sidebar .block.m-fb-like-box.m-darkgrey .block-content { border-top: none !important; padding-top: 0 !important; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
a.link-learn { white-space: nowrap }
/* View Type: Grid */
.actions-wrapper {  margin: 0 auto; padding-bottom: 28px; }
.products-grid { position:relative; margin: 0 auto 20px;}
.products-grid.last { border-bottom:0; }
.products-grid.first { border-top:0; }
.products-grid li.item { float:left; width: 156px; padding: 20px 20px 120px; text-align: left; }
.products-grid li.item>* { text-align:center; }
.products-grid li.item:hover { border-radius: 5px;
background: -moz-linear-gradient(top,  rgba(226,226,226,0.5) 0%, rgba(219,219,219,0.25) 50%, rgba(209,209,209,0.25) 51%, rgba(254,254,254,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,0.5)), color-stop(50%,rgba(219,219,219,0.25)), color-stop(51%,rgba(209,209,209,0.25)), color-stop(100%,rgba(254,254,254,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(226,226,226,0.5) 0%,rgba(219,219,219,0.25) 50%,rgba(209,209,209,0.25) 51%,rgba(254,254,254,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(226,226,226,0.5) 0%,rgba(219,219,219,0.25) 50%,rgba(209,209,209,0.25) 51%,rgba(254,254,254,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(226,226,226,0.5) 0%,rgba(219,219,219,0.25) 50%,rgba(209,209,209,0.25) 51%,rgba(254,254,254,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(226,226,226,0.5) 0%,rgba(219,219,219,0.25) 50%,rgba(209,209,209,0.25) 51%,rgba(254,254,254,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80e2e2e2', endColorstr='#00fefefe',GradientType=0 ); /* IE6-9 */
 }


.products-grid .product-image { display:block; margin: 0 auto 10px; position: relative; }
.products-grid .product-name { margin:0 0 5px; clear: both; }
.cms-home .products-grid .product-name { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; clear: both; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom: 0; text-align: center; width: 155px; background: url(../images/border.png) bottom repeat-x; }
.products-grid .actions .add-to-links {}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {  }
.col1-layout .products-grid {  }

.col1-layout .products-grid li.item { margin: 0 20px; }
.col2-right-layout .products-grid li.item,
.col2-left-layout .products-grid li.item { margin-right: 6px; margin-left: 6px; }


.m-lightgrey .products-grid li.item,
.m-darkgrey .products-grid li.item { padding: 10px 4px 140px; }
.col1-layout .m-lightgrey .products-grid li.item,
.col1-layout .m-darkgrey .products-grid li.item { padding: 10px 15px 140px; }
.col2-right-layout .m-lightgrey .products-grid li.item,
.col2-right-layout .m-darkgrey .products-grid li.item,
.col2-left-layout .m-lightgrey .products-grid li.item,
.col2-left-layout .m-darkgrey .products-grid li.item { padding: 10px 11px 140px; }

/* View Type: Grid on documentation */
.mana_content .add-to-links.links a { color: white; background-color: #26B1ED; }
.mana_content .add-to-links.links a:hover { text-decoration: none; background-color: #25A4DB; }
.mana_content .add-to-links.links a:after { content: "\e661"; }



.mana_content .toc { column-count: 2; -moz-column-count: 2; -webkit-column-count: 2; }
.mana_content .toc > li { 
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

button.btn-user-guide { background-color: #65D183; }
button.btn-user-guide:hover { background-color: #65D183; }
button.btn-user-guide:after { content: "\e6b7"; }

.std .mana_content ul.products-grid  { padding: 0; }

.std .mana_content .products-grid li.item { width: 130px; list-style: none; padding-bottom: 82px; }

.std .mana_content .products-grid h2  { border: none; font-size: 16px;  }
.std .mana_content .products-grid a  { text-decoration: none; color: #646464; font-weight: normal; }
.std .mana_content .products-grid a:hover  { text-decoration: none; }
.std .mana_content .products-grid .actions-wrapper { padding-bottom: 15px; }

.documentation-products .product-name { font-size: 10px; }
.documentation-products button.btn-cart { font-size: 12px; }
.documentation-products .m-product-slider li.item { padding-bottom: 30px; }
.documentation-products .m-product-slider .ratings .amount { display: none; }
.documentation-products .m-product-slider .ratings .rating-box { display: inline-block; float: none; }


/* View Type: List */
.products-list .f-fix {  }
.col1-layout .products-list .f-fix {  }
.col2-left-layout .products-list .f-fix,
.col2-right-layout .products-list .f-fix { }
.col3-layout .products-list .f-fix {  }
.products-list li.item { position:relative; padding: 20px 10px; background: url(../images/border.png) bottom repeat-x;}
.products-list li.item.last { border-bottom:0; margin-bottom: 20px;}
.products-list li.item.first { border-top:0; }
.products-list .product-image { float:left; width: 155px; height: 155px; margin:0 0 10px 0; box-shadow: 0 3px 7px -3px rgba(0,0,0,0.5); }
.products-list .m-image-container { margin:0 35px 0 0; }
.products-list .product-shop { margin: 0 10px 0 0; padding-right: 10px; min-height: 155px; float: left;}
.col1-layout .products-list .product-shop { width:100%; }
.col2-left-layout .products-list .product-shop,
.col2-right-layout .products-list .product-shop { width: 420px; }
.col3-layout .products-list .product-shop { width: 200px; }
.products-list .actions-block { float: right; margin-top: 10px; }

.products-list .product-name { margin:0 0 5px; font-size: 21px; }
.products-list .product-name a {}
.products-list .price-box { font-size:18px; margin: 5px 0px 10px 0px; text-align: center; }
.products-list .price-box,
.products-list .price-box .old-price,
.products-list .price-box .special-price,
.products-list .btn-cart { float:left; }
.products-list .btn-cart,
.products-list .price-box .old-price,
.products-list .price-box .special-price { margin-left: 10px; }
.products-list .price-box .special-price .price,
.products-list .price-box .minimal-price-link .price { font-size: 18px; }
.products-list .price-label { display: none; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin: 0 0 10px; line-height:1.35; }
.products-list .desc .link-learn {  }
.products-list .btn-cart,
.products-list .add-to-links {  }
.products-list .btn-cart { vertical-align: bottom; }
.products-list .add-to-links { }
.products-list .add-to-links .separator {  }
.products-list .add-to-links li { margin-bottom: 5px; }

/* View Type: Double List */
.col1-layout .m-lightgrey .products-grid,
.col1-layout .m-darkgrey .products-grid,
.col1-layout .double-list {  }

.col2-right-layout .double-list,
.col2-left-layout .double-list,
.col2-right-layout .m-lightgrey .products-grid,
.col2-right-layout .m-darkgrey .products-grid,
.col2-left-layout .m-lightgrey .products-grid,
.col2-left-layout .m-darkgrey .products-grid {  }

.col1-layout .double-list li.item { width: 458px; }
.col1-layout .double-list .product-shop { width: 150px; }
.col3-layout .double-list .product-shop { width: 210px; }


.col2-right-layout .double-list li.item,
.col2-left-layout .double-list li.item { width: 348px; }
.col2-left-layout .double-list .product-shop,
.col2-right-layout .double-list .product-shop { width: 50px; }

.double-list { margin: 0 auto; }
.double-list.last { margin-bottom: 20px; }

.double-list li { float: left; }
.double-list li.item,
.double-list li.item.last { float: left; padding: 0 0 10px; margin:0; }
.double-list li.item.first { margin-right: 14px; }

/* adjustments when not all buttons are present */
.products-grid li.with-0-btn { padding-bottom: 72px; }
.products-grid li.with-1-btn { padding-bottom: 72px; }
.products-grid li.with-1-btn.cart-icon { padding-bottom: 102px; }
.products-grid li.with-2-btn { padding-bottom: 102px; }
.products-grid li.with-2-btn.cart-icon { padding-bottom: 140px; }
.products-grid li.with-3-btn {}
.products-grid li.with-0-btn.with-0-icons.with-0-links { padding-bottom: 30px; }

.products-list li.with-0-btn {}
.products-list li.with-1-btn {}
.products-list li.with-2-btn {}
.products-list li.with-3-btn {}

.products-list.double-list li.with-0-btn { }
.products-list.double-list li.with-0-btn .buttons { display: none; }
.products-list.double-list li.with-1-btn {}
.products-list.double-list li.with-2-btn {}
.products-list.double-list li.with-3-btn {}


/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0 10px 7px 0; }
.col3-layout .no-rating { min-width: 240px; }
.no-rating a { color: #aaa; }
.no-rating a:hover { color: #646464; }


.ratings { font-size:11px; line-height:1.25; margin: 0 0 7px; }
.product-view .product-essential .ratings { float:left; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; float: left; }
.box-up-sell .ratings .rating-links,
.crosssell .ratings .rating-links,
.sidebar .ratings .rating-links,
.box-up-sell .ratings .rating-box,
.crosssell .ratings .rating-box,
.sidebar .ratings .rating-box { float: none; margin: 4px auto; }



.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:70px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.products-grid .ratings .amount { float:right; }

.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; }
/* Rating + Email to a Friend  */
.ratings .rating-links a,
.email-friend a { color: #aaa; text-decoration: none; }
.ratings .rating-links a:hover,
.email-friend a:hover { color: #646464; }

/* Email to a Friend  */
.email-friend { font-size: 11px; display: block; float: right; margin: 7px 0; padding-left: 19px; background: transparent url(../images/i-email-to-friend.png) 0 2px no-repeat; }
.email-friend:hover { background: transparent url(../images/i-email-to-friend-hover.png) 0 2px no-repeat; }
.col3-layout .email-friend { float: left; width: 235px; }


/* Availability */
.availability { margin:5px 0; clear: both;}
.col3-layout .product-view .availability { clear: none; }
.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 {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { color: #26B1ED;}

.price-box { font-weight: normal; color: #646464; }
.price-box .price { font-weight:bold; }
.sidebar .price-box { font-size: 11px; }
.sidebar .price-box .special-price .price { font-size: 12px; }
.sidebar .link-cart { color:#26B1ED; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; color: #FF6464; }
.products-grid .special-price .price { font-size: 18px; }
/*
.ribbons-container { position: relative; float: left; }
.special-price:before { position: absolute; top: 8px; left: -9999px; content:""; z-index: 2; width: 78px; height: 78px; background: transparent url(../images/i-special-price.png) 0 0 no-repeat; }
.products-grid .special-price:before { top: -5px; left: -5px; }
.products-list .special-price:before { top: -5px; left: -5px; }
.product-view .special-price:before { top: -3px; left: -4px; z-index: 12;}
.m-slider-banner .special-price:before,
.sidebar  .special-price:before { background: none; }
*/

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { text-decoration: none; display:block; }

.minimal-price-link .label { color: #646464; }
.minimal-price-link .price { font-weight:normal; font-size: 14px; color:#ff6464; font-weight: bold;}

/* 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 { white-space:nowrap; }

.price-to {}
.price-to .price-label { 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 {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }
.add-to-links {}
.add-to-links li {  }
.add-to-links li a{ color:#646464; text-decoration: none; margin: 2px; padding: 5px 10px; background: gainsboro;  border-radius: 5px; display: inline-block; }

.add-to-links li a:hover, .add-to-links li button:hover { color:#535353; background-color: #cbcbcb; }
.in-wishlist .add-to-links li a.link-wishlist,
.in-compare .add-to-links li a.link-compare { color: #dcdcdc; background-color: #969696;}
.product-view.in-wishlist .add-to-links li a.link-wishlist,
.product-view.in-compare .add-to-links li a.link-compare { min-width:62px; padding: 0 22px; background-position: 3px center; }
.in-wishlist .add-to-links li a.link-wishlist:hover,
.in-compare .add-to-links li a.link-compare:hover { color:#535353; background-color: #cbcbcb; }

/* Add to Links Icons*/
.compare-icon .add-to-links li a.link-compare,
.wishlist-icon .add-to-links li a.link-wishlist {
    min-width: 0;
    width: 0;
    height: 20px;
    padding: 0 0 0 20px;
    overflow: hidden;
    position: absolute;
    bottom: 10px;
    right: 50%;
    margin-right: -10px;
    background: transparent url(../images/i-wishlist.png) 0 0 no-repeat;
}

.product-view.compare-icon .add-to-links li a.link-compare,
.product-view.wishlist-icon .add-to-links li a.link-wishlist { position: static !important; margin: 0 5px !important; }
.col3-layout .product-view.compare-icon .add-to-links,
.col3-layout .product-view.wishlist-icon .add-to-links { margin:0; }

.products-list .compare-icon .add-to-links li a.link-compare,
.products-list .wishlist-icon .add-to-links li a.link-wishlist { right: 55px; }

.with-0-btn.wishlist-icon .add-to-links li a.link-compare,
.with-0-btn.compare-icon .add-to-links li a.link-wishlist { bottom: 33px; right: 50%; margin-right: -10px; }
.products-list .with-0-btn.wishlist-icon .add-to-links li a.link-compare,
.products-list .with-0-btn.compare-icon .add-to-links li a.link-wishlist { bottom: 7px; right: 55px; }
.with-0-btn.compare-icon.cart-icon .add-to-links li a.link-compare,
.with-0-btn.wishlist-icon.cart-icon .add-to-links li a.link-wishlist { bottom: 33px; right: 93px; }
.products-list .with-0-btn.compare-icon.cart-icon .add-to-links li a.link-compare,
.products-list .with-0-btn.wishlist-icon.cart-icon .add-to-links li a.link-wishlist { bottom: 7px; right: 75px; }
.with-0-btn.wishlist-icon.compare-icon .add-to-links li a.link-compare {   }
.with-0-btn.wishlist-icon.compare-icon .add-to-links li a.link-wishlist {   }

/* Active, picked*/
.in-compare.compare-icon .add-to-links li a.link-compare { background-image: url(../images/i-compare-active.png); }
.in-wishlist.wishlist-icon .add-to-links li a.link-wishlist { background-image: url(../images/i-wishlist-active.png); }

/* Hovers*/
.compare-icon .add-to-links li a.link-compare:hover,
.in-compare.compare-icon .add-to-links li a.link-compare:hover { background: transparent url(../images/i-compare-hover.png); }
.wishlist-icon .add-to-links li a.link-wishlist:hover,
.in-wishlist.wishlist-icon .add-to-links li a.link-wishlist:hover { background: transparent url(../images/i-wishlist-hover.png); }

.compare-icon .add-to-links li a.link-compare { background-image: url(../images/i-compare.png); }
.compare-icon.wishlist-icon .add-to-links li a.link-compare { margin-right: -25px; }
.compare-icon.wishlist-icon .add-to-links li a.link-wishlist { margin-right: 5px; }


/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }
button.btn-cart>span,
.add-to-links li a { text-align: center; box-sizing: border-box; }
.product-view button.btn-cart>span,
.product-view .add-to-links li a,
.sidebar button.btn-cart>span,
.sidebar .add-to-links li a,
.my-account button.btn-cart>span,
.my-account .add-to-links li a { }

.product-view {}

.product-essential { position: relative; }

.product-collateral .box-collateral { margin:0 0 15px; }

button.btn-cart > span span{ padding: 0 5px; }

/* Add to Cart Button as ICON*/
.cart-icon button.btn-cart {  }
.cart-icon .actions button.btn-cart span,
.cart-icon .actions-block button.btn-cart span { width: 125px;  }

.cart-icon .actions button.btn-cart > span,
.cart-icon .actions-block button.btn-cart > span { background: transparent; border:  1px dashed #bbb; }
.cart-icon .actions button.btn-cart:hover > span,
.cart-icon .actions-block button.btn-cart:hover > span { background: #26B1ED; border:  1px solid #26B1ED; }
.cart-icon button.btn-cart > span span { background: transparent url(../images/i-cart2.png) 50px no-repeat; padding: 0 0 0 140px;}
.cart-icon button.btn-cart:hover > span span { background: transparent url(../images/i-cart.png) 50px no-repeat;}

.with-0-btn.cart-icon button.btn-cart { position: absolute; bottom: 25px; right: 50%; margin-right: -22px; }
.products-list .with-0-btn.cart-icon button.btn-cart { bottom: 0; right: 62px; margin-right: -22px; }
.with-0-btn.wishlist-icon.cart-icon button.btn-cart,
.with-0-btn.compare-icon.cart-icon button.btn-cart { right: 45px; }
.products-list .with-0-btn.wishlist-icon.cart-icon button.btn-cart,
.products-list .with-0-btn.compare-icon.cart-icon button.btn-cart { right: 40px; }
.with-0-btn.wishlist-icon.compare-icon.cart-icon button.btn-cart { right: 45px; }
.products-list .with-0-btn.wishlist-icon.compare-icon.cart-icon button.btn-cart { right: 25px; }

.with-0-btn.cart-icon .actions button.btn-cart > span,
.with-0-btn.cart-icon .actions-block button.btn-cart > span { border:none; }
.with-0-btn.cart-icon .actions button.btn-cart:hover > span,
.with-0-btn.cart-icon .actions-block button.btn-cart:hover > span { border:none; }
.with-0-btn.cart-icon .actions button.btn-cart span,
.with-0-btn.cart-icon .actions-block button.btn-cart span { min-width: 0; display: block; width: 30px;  }
.with-0-btn.cart-icon button.btn-cart > span span { background-position: 5px; padding: 0 0 0 40px;}

/* Product Images */
.product-view .product-img-box { float:left; width: 265px; }
.col3-layout .product-view .product-img-box { float:left; margin:0 10px 0 0; }
.product-view .product-img-box .product-image {}
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { margin: 0;
display: inline;
background: gainsboro;
border-radius: 5px 5px 0 0;
padding: 5px 10px;
font-size: 12px;
box-shadow: 0px -3px 5px -2px rgba(0, 0, 0, 0.5); }
.product-view .product-img-box .more-views ul { padding:5px 8px; background: #dcdcdc; border-radius: 0 10px 10px 10px; }
.product-view .product-img-box .more-views li { float:left; padding:3px;  }
.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop {   }
.col1-layout .product-view .product-shop {   }
.col3-layout .product-view .product-shop { float:none; width:auto; }
#product-header { overflow:hidden; }
.product-view .std { overflow: hidden; clear: both; }
.product-view .m-image-container { margin: 0 35px 0 0; }
.product-view .product-name { white-space: wrap; }
.col3-layout .product-view .product-name h1 { font-size: 20px; }
.product-view .price-label { display:none; }
.product-view h3 { font-weight:normal; color:#ff6464; margin: 10px 0; }
.product-view #product-header .old-price,
.product-view #product-header .special-price,
.product-view #product-header .regular-price { float:left; font-size: 40px; }
.product-view .special-price {  }
.product-view #product-header .special-price:after { box-shadow: 0px 10px 8px -5px rgba(0,0,0,0.3); white-space:nowrap; content: "Hurry! While promotion lasts!"; position: relative; bottom: 8px; padding: 5px 10px; border-radius: 5px;  background: #EFA5A6;  color: #FAE3E3; font: 16px/1.5 "PT Sans", Calibri, sans-serif;  }
.product-view .old-price .price,
.product-view .regular-price .price { color: #b4b4b4 }
.product-view #product-header .old-price { margin-right: 10px; }
.product-view .add-to-links.demo-buttons .btn-cart:after { content: "\e60d"; }
.product-view .add-to-links.demo-buttons li,
.product-view .add-to-links.product-buttons  li { margin: 0 5px 5px 0; }
.product-view .add-to-links.product-buttons { width: 100%; margin-bottom: 10px; }
.product-view .demo-buttons li a { text-transform: capitalize; color: white; background-color: #b4b4b4; }
.product-view .demo-buttons li a span span:after { content: "\e62e"; margin-left: 5px; }
.product-view .demo-buttons li a.btn-admin-demo span span:after { content: "\e602"; }
.add-to-links li a, .add-to-links li button { white-space: nowrap; }
.add-to-links li a.btn-user-guide,
.add-to-links li a.btn-product-question,
.add-to-links li a.btn-product-support,
.add-to-links li .btn-download { color: white; }
.add-to-links li a.btn-user-guide { background-color: #65D183; }
.add-to-links li a.btn-user-guide:after { content: "\e6b7"; }
.add-to-links li a.btn-product-question { background-color: #26B1ED; }
.add-to-links li a.btn-product-question:after { content: "\e718"; }
.add-to-links li a.btn-product-support { background-color: #ff6464; }
.add-to-links li a.btn-product-support:after { content: "\e719"; }
.add-to-links li a.btn-product-support.green { background-color: #65D183; }
.add-to-links li .btn-download { background-color: #26B1ED; }
.add-to-links li .btn-download:after,
.add-to-links li a.btn-invoice:after { content: "\e6a7"; }
.add-to-links li a.btn-modify-url:after { content: "\e61c"; }

.my-account .add-to-links li { float: left; }
.my-account em { display: block; }
.my-account .product-name { font-weight: bold; text-decoration: none; }


.add-to-links.show-buttons,
.add-to-links.show-buttons li,
.add-to-links.show-buttons li a { width: 100%; border-radius: 0; background: transparent; color: #26B1ED; box-shadow: 0px -5px 11px -10px rgba(0,0,0,0.3); }
.add-to-links.show-buttons li { margin: 0 !important; }
.add-to-links.show-buttons li a.btn-show-more {   }
.add-to-links.show-buttons li a.btn-show-less {   }
.add-to-links.show-buttons li a.btn-show-more:before,
.add-to-links.show-buttons li a.btn-show-more:after { content: "\e663"; }
.add-to-links.show-buttons li a.btn-show-less:before,
.add-to-links.show-buttons li a.btn-show-less:after { content: "\e660"; }

.product-view .ratings { font: inherit; overflow:hidden; }
.product-view .ratings .rating-box { position: relative; top:6px; margin-bottom: 5px; }


.product-view .short-description { clear: both; margin: 20px 0 10px; text-align: justify; }
.product-view .more-views { margin-bottom:10px; }
.product-view .more-views h3 { color:white; }
.product-view .more-views a { display: inline-block; text-decoration: none; }
.product-view .more-views img { background: white; margin: 5px 3px; padding: 10px 0; box-shadow: 1px 1px 6px -2px rgba(0,0,0,0.3); }
.checks,
.features { padding-bottom: 5px; }
.checks li { padding: 5px 0; }
.checks li:before { padding-right: 10px; content: "\e6cc"; }
.features li:before { content: "\e661"; }
.features .col-1 { padding-right: 20px; }
.features .col-1,
.features .col-2 { box-sizing: border-box; }
.features li { padding: 5px 0 5px 25px; text-indent: -30px; text-align: justify; }
.features li strong { color: #ff6464 !important; }
.features li:before { padding-right: 10px; content: "\e661"; }

.col3-layout .product-view .short-description { clear: none; float: left; width: 235px; margin-bottom: 5px; }
.col3-layout .product-view .short-description h2 { font-size: 16px; }

.product-view input.qty { width: 6.2em !important; }
.col3-layout .product-view.wishlist-icon.compare-icon input.qty { width: 3em !important; }

.product-view .add-to-box { margin: 10px 0; }
.product-view .add-to-cart,
.product-view .add-to-links,
.product-view .add-to-links li { float: left; }
.product-view .add-to-cart { height: 30px; }
.product-view.grouped-type .add-to-cart,
.product-view.grouped-type .add-to-links,
.product-view.grouped-type .add-to-links li { float: right; }
.product-view .add-to-links li { margin-left: 5px; }


/* Product Options */
.product-options {  }

.col3-layout .product-options { clear: both; }
.product-options dt label { font-weight:bold; position: relative; top: 15px; }
.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 { margin:10px 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:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { }
.product-options-bottom .price-box { margin:10px 0; }

/* Tabs */
#m-video-tab,
#m-image-tab { padding: 5px; }
.m-additional-data-tabs { margin-top: 10px; }
.m-tabs{}
.m-tab-content { padding: 0; background: #f8f8f8; border-radius: 0 10px 10px 10px; }
.m-tab-content > li { padding: 15px 10px; }
/* Grouped Product */
.product-view .grouped-items-table { line-height: 22px; }
.product-view .super-product-table > .price-box {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: product-collateral */
.product-view .product-collateral { text-align: justify; }

/* Block: Upsell */
.product-view .box-up-sell .products-grid .product-image { width:125px; }
.product-view .box-up-sell .products-grid td { width:25%; text-align: center; position: relative; }
.product-view .box-up-sell .special-price::before {
top: -5px;
left: 50%;
z-index: 12;
margin-left: -68px;
}


/* Blog */

.post-grid { display: flex; flex-wrap: wrap; }

.postWrapper {
	width: 33.3%;
    box-sizing: border-box;
    text-align: justify;
    padding: 10px;
}
.postWrapper a,
.postTitle a { text-decoration:none; overflow-wrap: break-word; }
.postWrapper img { max-width: 100%; }
.post-border {
    padding: 20px;
    background: #f8f8f8;
    border-radius: 10px;
}
.blog-post-view .postWrapper { width: 100%; padding: 10px 0; }
.menu-categories { margin: 20px 0 10px; }
.postTitle { text-align: left; }
.postTitle h2 { font-size: 21px; line-height: 24px; }
.postTitle h3 { margin-right: 10px; text-shadow: 2px -2px rgba(0,0,0,0.3); color: white; background-color: #26b1ed; float:left; text-align: center; border-radius: 5px; padding: 5px 10px; }
.postTitle h3 .day { display: block; font-size: 26px; }
.postTitle h3 .month { font-size: 12px; font-weight: normal; display: block; }
.categories-author { clear:both; font-size: 12px; padding-bottom: 10px; text-align: right; color: #ccc; text-shadow: 1px 1px white; }
.categories-author a { text-shadow: none; }
.blog-post-view .categories-author { font-size: 14px; }
.postDetails { padding-top: 10px; }
.menu-categories li.current a { color:#bfbfbf; }
.menu-categories li.current a:hover { cursor:default; color:#bfbfbf; background-color: gainsboro; }

.postWrapper .scrollable.code {
	background-color: white;
    font-size: 13px;
    line-height: 19px;
    overflow: auto;
    padding: 6px 10px;
    border-radius: 5px;
    border: solid;
    border-width: 2px 1px 0;
    border-color: #bfbfbf #dbdbdb;
    margin: 20px 0;

}
.postWrapper code {
	margin: 0 0px;
	padding: 2px 5px;
	background-color: #dcdcdc;
	border-radius: 3px;
	overflow-wrap: break-word;
	font-size:14px;
}

.commentContent {
	border-left: 4px solid #ddd;
	padding-left: 10px;
	margin: 0 0 20px 10px;
}
.commentDetails { color:#ccc; text-shadow: 1px 1px white; }
.commentDetails h4 { font-weight: normal; text-shadow: none; }

/* Block: Tags */
.product-view .box-tags h2 { color: #646464; }
.product-view .box-tags ul { padding:0 0 20px 0; }
.product-view .box-tags ul li { float: left; padding: 0 5px 0 0;}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }


/* Block: Reviews */
.product-view .box-reviews h3 { clear: both; padding: 0 0 5px; }
.product-view .box-reviews .review-author { color:#dcdcdc; }
.product-view .box-reviews .review-author span { color:#646464; font-weight: bold; }
.product-view .box-reviews .review-author small { color:#dcdcdc; display: block; }
.product-view .box-reviews > dl { margin-bottom:10px; padding: 10px; }
.product-view .box-reviews dl.review-content { clear: both; overflow: hidden; }
.product-view .box-reviews dl.review-content dt,
.product-view .box-reviews dl.review-content dd { width: 60%; float: left; }
.product-view .box-reviews dl.review-content dt { font-style: italic; color: #aaa; text-indent: 30px; text-align: justify; line-height: 26px; }
.product-view .box-reviews dl.review-content dt:first-letter { font-size: 150%; }
.product-view .box-reviews dl.review-content dd { padding-left: 20px; width: 30%; }

.product-view .box-reviews .col-1,
.product-view .box-reviews .col-2{ box-sizing: border-box; }
.product-view .box-reviews .col-1 { padding-right: 10px; }
.product-view .box-reviews .col-2{ padding-left: 10px; }
.product-view .box-reviews .rating-box{ margin: 10px 0; }
.product-view .box-reviews .review-content{ margin-bottom: 10px; }

.product-view .box-reviews .form-add { clear: both; }
.product-view .box-reviews .form-add h4 { text-align: right; margin-right: 20px; position: relative; top: 95px; }
.product-view .box-reviews .form-add ul { float: left; width: 100%; }
.product-view .box-reviews .form-add .data-table {  }
.product-view .box-reviews .form-add .data-table th { color: #646464;  }
.product-view .box-reviews .form-add .form-list .input-box { width: 100%; }
.product-view .box-reviews .form-add .form-list textarea,
.product-view .box-reviews .form-add .form-list input { width: 100%; }
.col1-layout .product-view .box-reviews .form-add .form-list .input-box { width: 100%; }
.col1-layout .product-view .box-reviews .form-add .form-list textarea,
.col1-layout .product-view .box-reviews .form-add .form-list input { width: 100%; box-sizing: border-box; }
.col1-layout .product-view .box-reviews .form-add .data-table { width: 100%; margin-bottom: 10px; }
.col3-layout .product-view .box-reviews .form-add .form-list .input-box { width: 100%; }
.col3-layout .product-view .box-reviews .form-add .form-list textarea,
.col3-layout .product-view .box-reviews .form-add .form-list input { width: 100%; }
.col3-layout .product-view .box-reviews .form-add h4 { position: static; text-align: left; }
.col3-layout .product-view .box-reviews .form-add .data-table { width: 100%; position: static; margin: 0; }
.product-view .box-reviews .form-add .data-table th { padding: 5px; text-align: center; }
.product-view .box-reviews .form-add .data-table td { text-align: center; }




/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {text-decoration:none; font-weight: bold; }

/* Product Tags */
.col-main .tags-list { font-size: 18px; }
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}
.line-title {
    text-align: center;
    background: url(../images/border.png) 0 60% repeat-x;
    margin: 30px 0;
    color: #26b1ed;
    font-size: 16px;
    font-weight: bold;
}
.line-title mark { background-color: #f0f0f0; padding: 0 10px;     color: #26b1ed; }

/* CMS 404 Page Not Found */
.cms-index-noroute .page .main { text-align: center; }
.page .main .m-404 {
    background: #f8f8f8;
    border-radius: 100px;
    width: 140px;
    height: 140px;
    box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.3);
    margin: 10px auto;
}
.page .main .m-404 img { max-width:100%; position: relative; right: 1px; top: 16px; }
.page .main .m-404 span { font-size:40px; position: relative; top:40px; color: black; }
.cms-index-noroute .page .main h1 { padding: 20px 0; }

/* CMS Support Page */
.cms-support .main img { max-width: 100%; padding-bottom: 20px; }
.cms-support .main ol { list-style:decimal; padding: 20px; }


/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */

/* Wishlist Cart ========================================================================= */
.my-wishlist textarea { width: 128px; height: 155px; border-radius: 10px 10px 10px 10px; border: none; background: #f8f8f8; padding: 20px;}
.my-wishlist .data-table tr.even { background: transparent; }
.my-wishlist .data-table td { border-bottom: 3px solid #dbdbdb; padding: 10px;}
.my-wishlist .product-image {
    display: block;
    margin-bottom: 10px;
}
.my-wishlist button.btn-cart { margin: 0; }

/* Shopping Cart ========================================================================= */
.cart {  }
.cart .cart-wrapper { position: relative; }
.cart fieldset {  }
.cart .totals { box-sizing: border-box;  }
.cart .totals .shipping-form button,
.cart .totals .discount-form button { background: #dcdcdc; color:#646464; }
.cart .totals .shipping-form button:hover,
.cart .totals .discount-form button:hover { background: #cbcbcb; color:#535353; }
.cart-table .product-image { display: inline-block; }
.cart-table input.qty { position: relative; bottom: 3px; }
.cart-table td { padding: 7px 5px; }
.cart .paypal-logo { position: relative; top: 5px; }

/* Checkout Types */


.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types { padding-right: 20px; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
button.btn-continue,
button.btn-update { background: #dcdcdc; color: #646464; }
button.btn-continue:hover,
button.btn-update:hover { background: #dcdcdc; color: #646464; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0;}
.cart .cart-collaterals .col2-set { float:left; width: 606px; }

.cart .crosssell { float: left; margin-top: 20px;}
.cart .crosssell h2 {
    color: #646464;

    padding-left: 10px;
}
.cart .crosssell > ul { position:relative; padding-bottom: 100px;}
.cart .crosssell .product-image { float:left; width: 125px; height: 125px; border:1px solid #ddd; margin-bottom: 10px;}
.cart .crosssell .product-details .product-name { margin-bottom: 10px; }
.cart .crosssell .product-details .price-box { position: relative; }
.cart .crosssell .product-details .special-price::before { left:-5px; top:-5px; }
.cart .crosssell li.item { margin: 0 0 0 31px; width: 130px; float: left; text-align: center;}
.cart .crosssell li.item .add-to-links{ position: absolute; bottom: 0; width: 125px; }

.cart .crosssell-header h2 { margin: 10px 0 0; color:#FF6464; font-size: 16px; }
.cart .crosssell-header { background-color: transparent !important; border-bottom: 5px solid #dbdbdb; }
.cart .crosssell-item  td.col-price { min-width: 280px; box-sizing: border-box; }
.cart .crosssell-item  td.col-price .price-box { float: left; }
.cart .crosssell-item  td.col-price .btn-cart { float: right; position: relative; bottom: 6px; }
.cart .crosssell-item  td.col-price,
.cart .crosssell-item  td.col-name { font-size: 14px; }
.cart .crosssell-item  td.col-image { text-align: center; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { float: right; }
.cart .discount-form { position: relative; }
.cart .discount-form input { width: 140px; }

.cart .shipping input.validate-postcode { width: 127px; }
.cart .shipping .input-box,
.cart .shipping select { width: 220px; }

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */

/* Mana Checkout */

.checkout-index-index .m-popup,
.paypal-express-review .m-popup { background-color: #f8f8f8; padding: 20px; border-radius: 10px;  }
.checkout-index-index .m-popup.agreement-1-popup-container,
.paypal-express-review .m-popup.agreement-1-popup-container { padding: 40px 0 20px 20px; }
.checkout-index-index .m-popup.login-form--popup-container,
 .paypal-express-review .m-popup.login-form--popup-container { padding-bottom: 40px; max-width: 260px !important; }

.checkout-index-index .m-popup.agreement-1-popup-container .btn-close,
.paypal-express-review .m-popup.agreement-1-popup-container .btn-close { position: relative; bottom: 35px; right: 7px; }
.checkout-index-index .m-popup .btn-close,
.paypal-express-review .m-popup .btn-close { float: right; }
.checkout-index-index .m-popup .btn-close a,
.paypal-express-review .m-popup .btn-close a { text-decoration: none; font-size:0; }
.checkout-index-index .m-popup .btn-close a:after,
.paypal-express-review .m-popup .btn-close a:after { content: "\e646"; }

.cart-table .product-name a,
#checkout-review-table .product-name { font-weight:normal; color: #646464; }
.cart-table td.col-image img,
#checkout-review-table td.col-image img { margin: 4px 0; }
.cart-table thead th { padding-top: 0; }

/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { 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; position: relative; top: -10px; }
.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:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

.m-thankyou h4 { padding-bottom: 20px; }

/* 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 > */

/* One Page Checkout */
.block-progress .block-title { padding: 5px 0; }
.block-progress dl { position: relative; right: 5px; }
.block-progress dt { font-weight:bold; }
.block-progress dt.complete { white-space: nowrap; }
.block-progress dd.complete { padding-left: 10px; }
.block-progress .separator { margin:0; }

.opc { position:relative; }
.opc h3 { margin-bottom: 20px; color:#646464; }
.opc h4 { color:#646464; font-size: 12px; }
.opc li.section {  }
.opc .col2-set.m-register-login .col-1,
.opc .col2-set.m-register-login .col-2 { width: 310px; min-height: 245px; }
.opc .col2-set.m-register-login-actions .col-1,
.opc .col2-set.m-register-login-actions .col-2 { position: absolute; bottom: 20px; width: 325px; }
.opc .col2-set.m-register-login-actions .col-1 { left:20px; }
.opc .col2-set.m-register-login-actions .col-2 { right:20px; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#d7d7d7; padding:0 5px; text-align:right; position: relative; border-radius: 5px; border-bottom: 1px solid #bbb; margin-top: 1px; }
.opc .step-title .number,
.opc .step-title h2 { float: left; font-size: 18px; margin: 5px; line-height: 1.25; color:#F6F6F6; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
.opc .allow .step-title .number,
.opc .allow .step-title h2 { color:#26B1ED; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#f6f6f6; border-bottom: 1px solid #ddd; cursor:default; }
.opc .active .step-title .number,
.opc .active .step-title h2 { color:#FF6464; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { position: relative; padding:10px; position:relative; margin: 0 10px; background: rgba(255,255,255,0.3);}
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.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 {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.m-register-login .new-users,
.m-register-login .registered-users { padding: 20px 20px 60px; border-radius: 10px; background: #f8f8f8; }

.account-login,
.account-create,
.account-forgotpassword,
.account-resset-password { max-width: 350px; padding: 20px; border-radius: 10px; margin: 20px auto; background: #f8f8f8;}
.account-login h1 { font-size: 22px; }
.account-login .buttons-set { text-align: center; }
.account-login .buttons-set button,
.account-resset-password .buttons-set button { float: none; width: 100%; }

.account-login .buttons-set a { text-decoration: none; }

.account-create button.button,
.account-forgotpassword button { padding: 5px 30px; }

/* Account Forgot Password Page ============================================================ */
.account-forgotpassword p { margin-bottom: 20px; }

.account-resset-password {}


/* Remember Me Popup ===================================================================== */
.window-overlay { 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 {}
.remember-me-popup h3 {}
.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 ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account a { color:#646464; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

.box, .box-head, { margin: 20px 0; }
.box h4 { }
.box {  }
.box .box-title { }
.box .box-content {  }

.sales-order-view .order-info-box { background-color: #f8f8f8; padding: 20px; border-radius: 10px; margin-bottom: 20px; }
.link-print:after {content: "\e681";}

.add-to-links li a.link-print { color: white; background-color: #65d183; }
.sales-order-view .order-buttons { float: right; }
.sales-order-view .order-date { margin: 0 0 20px; }

.box-head h2,
.box h3 { margin: 0 20px 20px 0; display: inline; }
.box h4 {  }
.box a{ float: right; color: #646464;}
.dashboard .box-account {  margin: 20px 0; }

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}



/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list h3 { color: #646464; margin: 20px 0 0; }
.addresses-list-additional li.item {}

/* Order View */
.order-info { }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box h2 { margin:0; }

.order-items { width:100%; overflow-x:auto; }

.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; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */

/* SuperFooter ================================================================================ */

.superfooter { overflow: hidden; text-align: center; padding: 20px; }
.superfooter ul { float: left; width: 20%; }
.superfooter ul li {  }
.superfooter a { color:#646464; }

/* Footer ================================================================================ */
.footer { padding:20px 20px 0; background: #d7d7d7; border-radius: 10px 10px 0 0; text-align: center;}
.footer p { text-align:right; }
.footer a { color: #646464; text-decoration: none; white-space: nowrap; }
.footer address { padding:15px 0; border-top: 1px solid #F8FAF9; }
.footer .col3-set .col-1,
.footer .col3-set .col-2,
.footer .col3-set .col-3 { width:33%; float: left; margin:0; padding:0; }
.footer .links li { padding: 0 10px; line-height: 30px; }

.footer-container .bottom-container { text-align:center; padding: 0 0 15px; }
/* ======================================================================================= */

.error-page .footer { background-color: transparent; }
.error-page h1 { padding: 30px 0; }
.error-page .page .main .m-404 { margin-bottom: 40px; }
.error-page .header-container { padding: 10px 0 30px; }
.error-page .main-container { padding-top: 20px; box-shadow: 0 -10px 6px -10px rgba(0, 0, 0, 0.3); }

/* MANAdev extensions ================================================================================ */

/* ManaPro_FilterShowMore */
.m-more-less { font-size: 11px; text-align: right; }
.m-expandable-filter { overflow: hidden; }
.m-scrollable-filter { overflow-x: hidden;  overflow-y: scroll;   margin-bottom: 10px; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #fff; box-shadow: 0 1px 0 0 #dbdbdb , 0 -1px 0 0 #fff;}
.m-darkgrey .m-scrollable-filter { border-top: 1px solid #BDC1C4; box-shadow: 0 1px 0 0 #BDC1C4 , 0 -1px 0 0 #fff; }
.m-scrollable-filter li { white-space: nowrap; }

/* manapro_video */


/* MANA ================================================================================ */



a.grey-link             { color:#444; text-decoration:underline; }

a.grey-link:hover       { text-decoration:none; }





.cms-home .main {background: none; padding: 0;}

.cms-home .page-title, .how-it-works { margin: 0; padding: 8px; width: auto;}

.how-it-works {padding-top: 0; position: relative;}

.how-it-works > img {float: right; position: absolute; top: -64px; right:0; z-index: 5;}

.page-content>ul {overflow: hidden;}

.page-content>li {border: solid 1px #888; float: left; padding: 7px; margin: 20px 2px; }

.how-it-works p {font-size: 18px; margin: 0;}

.i-accepted {background: url(../images/i_check.png) 0 0 no-repeat; float: left; height: 24px; width:24px; }

.doing {background: url(../images/i_doing.png) 0 0 no-repeat;  height: 136px; width:128px;}

.doing p {padding: 45px 10px 0;}

.accepted ul, .current ul {position: relative;}

.accepted ul li, .current ul li {}

.request-info { margin: 9px 0 0; padding: 9px 0 0;}

.request-info {border-top: dashed 1px #bbb; margin: 9px 0 0; padding: 9px 0 0;}



.accepted p, .current p {margin: 0;}

.users,

.coins,

.status {height: 20px; margin-top: 5px; font-style: italic; font-size: 11px; padding-left: 25px; padding-top: 5px; background: transparent url(../images/i_users.png) 0 0 no-repeat;}

.coins {background: transparent url(../images/i_coins.png) 0 0 no-repeat;}

.status { background: transparent url(../images/i_status.png) 0 0 no-repeat;}

.read-more { }
.read-more:after { content: "\e628"; }
.see-in-store {  text-decoration: underline !important; display: inline-block; padding-top: 5px; }


.request-row > .accepted .truncated { border-bottom: 1px dashed #bbb; margin-bottom: 5px; padding-bottom: 5px; }





.ribbon-free { z-index: 20; width: 100px; height: 100px; position: absolute; top:4px; left: 4px; background: transparent url(../images/i_ribbon_free.png) 0 0 no-repeat; }



.freebie-row>li { margin-bottom: 20px; }

-moz-border-radius: 0px; border-radius: 0px;

-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}



.mana, .friebie {}



/* basic style setup for sliding carousel. Each carousel instance should provide width and height styles. */

.sliding-carousel { overflow: hidden; position: relative; }

.sliding-carousel>ul.carousel-items { list-style: none; margin: 0; padding: 0; position: absolute; left: 0; top: 0; z-index: 0; }

.sliding-carousel>ul.carousel-items>li { float: left; text-align:justify;}

.sliding-carousel>ul.carousel-items>li h1 { font-size: 23px; margin-bottom: 5px;}

.sliding-carousel>ul.carousel-items li img{ float: left; margin-right: 5px; border: 1px solid #bbb;}

ul.carousel-labels { list-style: none; margin: 0; padding: 0; position: absolute; z-index: 1; }

ul.carousel-labels>li { cursor: pointer; }



/* Width and height properties for Mana Store Sliding Carousel (on home page). */

.mana-store { width: 100%; position: relative; }

.mana-store>div.sliding-carousel { position: absolute; right: 0; width: 220px; height: 200px; float: left; }

.mana-store>div.sliding-carousel>ul.carousel-items { width: 1320px /* 6x220 */; }

.mana-store>div.sliding-carousel>ul.carousel-items>li { width: 220px; height: 186px; }

.mana-store>ul.carousel-labels { color: black; top: 0; left: 0px; }

.mana-store>ul.carousel-labels>li { height: 25px; width: 80px; border-bottom: dashed 1px #bbb; border-right: dashed 1px #bbb; margin-bottom: 10px; text-align: right; padding-right: 5px;}

.mana-store>ul.carousel-labels>li.active-carousel-label { color: red; border-color: red; }



.mana-service li {width: 98%; margin: 20px 0;}

.featured {margin: 20px 0; text-shadow: white 1px 1px 5px; position: relative; width: 480px; float: left;}

.featured-last {border-left: 1px dashed #bbb; padding-left: 18px; width: 460px;}

.featured>ul>li>p {margin: 0;}

.featured>ul>li>p>a>img {width: 80%;}

.featured>ul { position: relative; }

.featured>ul>li {float: left; margin: 10px 5px 10px 0; position: relative;}

.featured>ul>li>ul { margin: 0 0 10px; width: 210px;}

.featured>ul>li>ul>li { margin: 5px 0 0; background: url(../images/i_check.png) 0 0 no-repeat; padding: 0 0 0 30px;}

.featured>ul>li.last { width: 400px; border-left: 1px dashed #444; padding-left: 50px; margin-left: 24px;}

.featured>ul>li.last>ul { padding-left: 30px; }

.featured>ul>li.last>ul>li>span { font-weight: strong;}

.featured>ul>li.last>p { margin:0 0 5px 0; }



.superfooter {}



ul.footer-links {text-align: center; width: 100%; display: block;}

/* ======================================================================================= */

#download-dialog>ul { overflow: hidden; width: 800px; }

#download-dialog p { text-align: left; margin: 1em 0 1em 1em; }

#download-dialog>ul>li {float: left; width: 399px; }

#download-dialog td { padding: 2px 10px; }

#download-dialog td.field-name { padding-left: 25px; font-size: small; }

#download-dialog td.field-value input { width: 190px; }

#download-dialog>ul.buttons { margin-bottom: 0px; }



.request-row { background: white; overflow: visible !important; width: 958px; margin: 20px 0 0; border: 1px dashed #888;}

.request-row > li { float: left; border-right: 1px dashed #bbb; margin: 0; padding: 8px; height: 320px; position:relative;

background: -moz-linear-gradient(left, white, #f5f5f5);

background-image: -o-linear-gradient(left, white, #f5f5f5);

background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(white), to(#f5f5f5));

-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType='1', startColorstr='white', endColorstr='#f5f5f5');";



}



.request-row > li.first { border-left: none; }

.request-row > .form { width: 315px; }

.request-row > .form textarea{ width: 310px; height: 165px; }

.request-row > .carousel { width: 313px; border-right: none; }

.request-row > .accepted, .request-row > .current { width: 131px; }



.request-row h4 { margin-bottom: 10px; white-space: nowrap; line-height: 37px; position: relative; text-align: center;}

.request-row h4 span { position: absolute; top: -18px; left: -8px; z-index: 2; padding: 0; text-align: center; height: 20px; width: 20px; line-height: 20px; border-radius: 20px; display: inline-block; background: red; color: white; }

.request-row .accepted h4 {padding-left: 30px; margin-bottom: 17px;}

.request-row .current h4 {padding-left: 30px;}



.attachment-row > li { float: left; border: none; width: 205px; margin: 0; }

.attachment-row > li.buttons { width: 110px; text-align: right; height: 28px; padding-top: 16px; }

.attachment-row .file-input:hover { cursor: pointer; }

.attachment-row .file-input { z-index: 3; position: relative; }

.attachment-row input.file { width: 205px; position: relative; text-align: right;	-moz-opacity:0; filter:alpha(opacity: 0); opacity: 0; z-index: 2; }

.attachment-row .pretty-file { position: absolute; top: 0px; left: 0px;	z-index: 1; width: 205px; overflow: hidden; }

.attachment-row .pretty-file input { display: block; float: left; }

.attachment-row .pretty-file .btn-browse { float: left; width: 62px; height: 20px; margin-left: 5px; background: url(../images/select.gif);}

.attachment-row {overflow: hidden; }



#request-description { display: block; }

#request-description.error { font-weight: normal; }



.register {border-right: 1px dashed black; min-height: 52px;

background: -moz-linear-gradient(left, white, #f5f5f5);

background-image: -o-linear-gradient(left, white, #f5f5f5);

background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(white), to(#f5f5f5));

-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType='1', startColorstr='white', endColorstr='#f5f5f5');";

}

ul.buttons .register {padding-bottom: 20px;}

#register-dialog>ul { overflow: hidden; width: 800px; }

#register-dialog p { text-align: left; margin: 1em 0 1em 1em; }

#register-dialog>ul>li {float: left; width: 399px; }

#register-dialog td { padding: 2px 10px; }

#register-dialog td.field-name { padding-left: 40px; }

#register-dialog td.field-value input { width: 190px; }

#register-dialog>ul.buttons { margin-top: 0px; }



.accepted-payment-methods { display: block; height: 30px; padding: 7px; margin-right: 30px;}

.accepted-payment-methods li { background: none; float: right; padding: 0 5px;}



.test { border-width: 15px 15px 15px 15px; border-color: red green blue black; border-style: solid; width: 0; height: 0; overflow: hidden; }


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.ratings-name:after,
.double-list:after,
.double-list .desc:after,
.double-list .price-box:after,
.img-desc:after,
.cart .crosssell ul:after,
.product-view .box-tags ul:after,
.main-container:after,
.featured:after  { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.header .logo img {  }

#live-demo-banner, .top-banner-container { display: none; }

@-ms-viewport {
  width: device-width;
}

.i-any-409 { display: none; }
.i-410px-589 { display: none; }
.i-1200-any { display: none; }
.i-590-759 { display: none; }
.i-760px-839 { display: none; }
.i-840-any { display: none; }
.i-1015-any { display: none; }
.i-1190-any { display: none; }
.i-any-999 { display: none; }
.i-1365-any { display: none; }
.i-1540-any { display: none; }
.i-1715-any { display: none; }
.i-1890-any { display: none; }


/* Phones portrait and above ===================================================================== */
@media (min-width: 840px) {

.cart fieldset { margin-right: 280px; }
.cart .totals { width: 260px; position: absolute; top:0; right:0;  }

}
/* Phones portrait ===================================================================== */
@media (max-width: 550px) {
.i-any-409 { display: inline; }
.header .form-search {  }
.footer .block-subscribe .sunscribe-form { width: 250px; }
.block-subscribe input { width: 160px; }
.nav-container {background: none; height:auto; }
#nav > li, #nav > li.active { box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.5); border-radius: 5px; margin: 5px 7px; }
.quick-access .forms-box { display: none; }
.product-name h1 { font-size:17px; }
.product-view .demo-buttons li a,
.product-view .demo-buttons li button,
.product-view .add-to-links.demo-buttons li,
.product-view .add-to-links.product-buttons li a,
.product-view .add-to-links.product-buttons li,
button.btn-continue, button.btn-update,
.cart .checkout-types,
button.btn-checkout,
.cart .totals { width: 100%; margin: 2px 0; }
.product-view .add-to-links.demo-buttons { float:none;}
#product-header { clear:both; }
.product-view .more-views { text-align: center; }

.cart-table thead,
.cart .page-title .checkout-types,
#checkout-review-table thead { display:none; }
.cart-table tr,
#checkout-review-table tr { display:block; clear:both; overflow: hidden; }
.cart-table td,
#checkout-review-table td { display:block; float: left; margin: 0; }
.cart-table td.col-name,
#checkout-review-table td.col-name { float: none; }
.cart-table td.col-price,
#checkout-review-table td.col-price { clear:left; }
.cart-table tfoot td,
#checkout-review-table tfoot td { float: none; }

#checkout-review-table tfoot td { display: inline-block;  }
#checkout-review-table tfoot tr { text-align: right;  }
.cart .crosssell-item  td.col-price { width: 100%; min-width: auto; }
.col-main { margin:0; padding: 0; }
.wrapper { padding: 0 10px; }
.quick-access .links li.last a { padding: 5px 0; }
.block .block-title { padding: 5px 0; }
.breadcrumbs { padding:0; }
.registration-buttons li,
.block-account .add-to-links li,
.license-buttons li,
.customer-account-edit button.button,
.m-thankyou .add-to-links li,
.m-thankyou .add-to-links li a,
.m-thankyou button.button { width: 100%; }
.m-thankyou .buttons-set { padding: 0; margin: 0; }
.m-thankyou .button, 
.m-thankyou .add-to-links li a { margin: 0; }
.registration-buttons li a,
.license-buttons li a,
.block-account .add-to-links li a { display:block; }
.block-account .add-to-links { text-align: center; }

}


/* Phones landscape ===================================================================== */
/*1 col with left sidebar*/
@media (min-width: 410px) and (max-width: 589px) {
.i-410px-589 { display: inline; }
.header .form-search input {  }
.header .form-search { margin-right: -20px; }
}

/*2 col with left sidebar*/
@media (min-width: 590px) and (max-width: 759px) {
.i-590px-759 { display: inline; }
}

/* Tablet Portrait ===================================================================== */
/*3 col with left sidebar*/
@media (min-width: 760px) and (max-width: 839px) {
.i-760px-839 { display: inline; }

}
/* Tablet Landscape ===================================================================== */
/*2 col*/
@media (min-width: 840px) and (max-width: 1014px) {
.i-840-any { display: inline; }
}

/* Default ===================================================================== */
/*3 col*/
@media (min-width: 1015px) and (max-width: 1189px) {
.i-1015-any { display: inline; }
}
/* Large screen ===================================================================== */
/*4 col*/
@media (min-width: 1190px) {
.i-1190-any { display: inline; }
}
/*5 col*/
@media (min-width: 1365px) {
.i-1365-any { display: inline; }
}
/*6 col*/
@media (min-width: 1540px) {
.i-1540-any { display: inline; }
}
/*7 col*/
@media (min-width: 1715px) {
.i-1715-any { display: inline; }
}
/*8 col*/
@media (min-width: 1890px) {
.i-1890-any { display: inline; }
}

/*============================================================*/
/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:33.3%; padding:5px; }
.col3-set .col-2 { float:left; width:33.3%;  padding:5px;}
.col3-set .col-3 { float:right; width:33.3%;  padding:5px;}

/* All mobile ===================================================================== */
@media (max-width: 1014px) {
.i-any-999 { display: inline; }
.col2-set .col-1, .col2-set .col-2 { width:50%;  margin-left: 0; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { width:50%;  margin: 0; }

.header .logo img { width: 160px; }

.testimonials .col3-set .col-1, .testimonials .col3-set .col-2, .testimonials .col3-set .col-3 { width:100%; margin: 0; }
.testimonials .block,
.testimonials .block .block-content { padding:0; margin: 0; }
.col-main .testimonials .widget-title { }
.testimonials .quote { bottom:0; }

.footer .block-subscribe .col-2 { width: 20%; }
.footer .block-subscribe .col-1,
.footer .block-subscribe .col-3 { width: 39%; }

.postWrapper { width: 50%; }


}

/* Tablets portrait and below  ===================================================================== */
@media (max-width: 839px) {
	.top-link-checkout,
	.welcome-msg { display: none; }

	#nav li a { padding: 5px 0; }

	/* Change top menu apperiance for Ipad landscape and below */
	.nav-container { margin: 0; }

	.nav-border-left, .nav-border-right { display: none; }
	.product-view .main-image img { width: 100px; height: 100px; }
	.product-view .main-image .m-tag.m-sale,
	.product-view .m-tag.m-magento2,
	.product-view .m-tag.m-popular,
    .product-view .m-tag.m-enterprise,
	.product-view .m-tag.m-seo { width: 40px; height: 40px; background-size: 40px 40px; }
	.product-view .main-image .m-tag.m-sale { top: -2px; left: -1px; }
	.product-view .m-tag.m-magento2 { bottom: 9px; left: -1px; }
	.product-view .m-tag.m-popular,
    .product-view .m-tag.m-enterprise { top: -2px; right: -1px; }
	.product-view .m-tag.m-seo { bottom: 9px; right: -1px; }
}
/* Phones ===================================================================== */
@media (max-width: 759px) {
.product-view .no-rating {  }
.col2-set .col-1, .col2-set .col-2 { width:100%; }
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 { width:100%; margin: 0; }
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 { width:100%; margin-left: 0; }
.footer .block-subscribe .col-2,
.footer .block-subscribe .col-1,
.footer .block-subscribe .col-3 { width: 100%; }
.what-we-do { text-align: justify !important; }
.what-we-do img { float: left; width: 80px; margin-right:10px; }

.account-login h1 { font-size: 18px; }
h1            { font-size:23px; }
h2            { font-size:20px; }
h3            { font-size:16px; }
h4            { font-size:15px; }
h5            { font-size:15px; }
h6            { font-size:15px; }
#m-header1, #m-header3 { display:none; }
.cms-home #m-header3 { display: block; }
.header .form-search input { width: 150px; }
.what-we-do .col-1, .what-we-do .col-2 { padding-bottom: 20px; }
.product-view #product-header .old-price,
.product-view #product-header .special-price,
.product-view #product-header .regular-price { font-size: 30px; }
.product-view .special-price:after { display:none; }
.product-view .box-reviews .col-1,
.product-view .box-reviews .col-2{ padding:0; }
.m-checkout .col2-set .col-1,
.m-checkout .col2-set .col-2 { width: 100% !important; padding:0; }
.m-checkout .data-table thead th { padding-top: 0 !important; }
.mana_content .toc { column-count: 1; -moz-column-count: 1; -webkit-column-count: 1; }
.postWrapper { width: 100%; padding: 10px 0; }
.my-account .data-table td {  display:block; width: 100%; margin: 0; box-sizing: border-box; position: relative; }
.my-account .data-table thead {  display:none; }
.my-account .data-table tr {  display:block; padding: 10px; }
.my-account .data-table .add-to-links { overflow: hidden; }
.my-account .data-table .add-to-links li { float: right; }
.my-account .data-table .add-to-links.order-buttons { position: absolute; top:0; right:0; }
.sales-order-history .data-table tr { display: flex; flex-wrap: wrap; margin:0; align-content: flex-center; }
.sales-order-history .data-table td { width: auto; }
.sales-order-view .data-table tr { padding: 0; }
.sales-order-view .data-table tfoot tr { text-align: right; }
.sales-order-view .data-table tfoot tr td { display: inline-block; width: auto; }
.sales-order-view .data-table tfoot tr td.last { min-width: 80px; }

.cookie-table thead { display:none; }
.cookie-table tr { display:block; clear:both; overflow: hidden; }
.cookie-table td { display:block; float: left; margin: 0; }

}

.responsive-indicators { display:none; }


.modal {
	display: none;
	position: fixed;
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	max-width: 100%;
	background-color: #919191;
	background-color: rgba(136, 136, 136, 0.9);
}

.modal-content {
	margin: auto;
	/*border: 1px solid #888;*/
	width: 100%;
	height: 100%;
	/*border-radius: 7px;*/
	/*box-shadow: 0px 5px 4px -3px rgba(0,0,0,0.2);*/
	position: static;
	/*background-color: #919191;*/
	/*background-color: rgba(136, 136, 136, 0.9);*/
}

.noscroll {
	overflow: hidden;
	height: 100%;
	margin: 0;
}

.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 15px;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

#popupNav {
	padding: 10px;
	font-size: 15px;
}

#popupNav li {
	padding: 10px 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
#popupNav li.active > a {
	color: #26B1ED;
}

#popupNav a{
	color: white;
	text-decoration: initial;
}
#popupNav ul li.active > a {
	color: #26B1ED;
}

#popupNav li a span{
	display: block;
	white-space: nowrap;
	cursor: pointer;
}

#popupNav li.parent ul{
	margin-left: 25px;
}

#review-updating {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    background: radial-gradient(circle, white, rgba(255,255,255,0.8));
    text-align: center;
    z-index: 20100;
    border-radius: 100px;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    width: 200px;
    height: 200px;
    padding-top: 45px;
    box-sizing: border-box;
}

#review-please-wait {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    background: radial-gradient(circle, white, rgba(255,255,255,0.8));
    text-align: center;
    z-index: 20100;
    border-radius: 100px;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
    width: 200px;
    height: 200px;
    padding-top: 35px;
    box-sizing: border-box;
}

.notice-cookie { background-color: #f6f6f6; border-radius: 0 0 10px 10px; padding-bottom: 10px; margin-bottom: 10px; }

.m-download-menu {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px 0;
}

.m-download-menu li {
    padding: 5px 10px;
}
.m-download-menu li:hover {
    background: #f0f2f9;
}

.m-download-menu a,
.m-download-menu a:hover,
.m-download-menu a:visited
{
    text-decoration: none;
    color: #333333;
}