/**
 * 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@magento.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.magento.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

/* ############################### @FONTFACE ############################### */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(font/Raleway.woff2) format('woff2'), url(font/Raleway.woff) format('woff');
}

body          { font-size:13px; font-family: 'Raleway', sans-serif; color:#757575; text-align:center; margin: 0; padding: 0; overflow-x:hidden;}

img           { border:0; vertical-align:top; }

a             { color:#666666; text-decoration:none; cursor:pointer;}
a:hover       { color: #da2c2a; }
:focus        { outline:0; }

hr {border: none; border-bottom: 1px dashed #DDD; margin: 10px 0; color: transparent;}
/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; border-bottom: 1px solid #CCCCCC; padding: 5px 0; margin-bottom: 5px;}
h2            { font-size:16px; font-weight:normal; line-height:1.25; font-weight: bold; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

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

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

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; margin-bottom: 20px; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }
.badge 		  {background-color: #757575;}

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

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


/* Results Page */
.navbar-nav li {display: block !important;}


/* Layout ================================================================================ */
.wrapper {}
.page { width:100%; padding: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 {width: 98vw; margin: 0 auto;}
.main { margin:10px 0; }

/* Base Columns */
.col-left { float:left; width:21%; padding:10px 2% 0; }
.col-main { float:left; width:75%; }
.col-right { float:right; width:23%; padding: 12px 10px 0 0;}

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

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

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

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #d4d4d4;  padding: 0 3px; color: #000; font-size: 15px; padding:15px 8px;}
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
.super-attribute-select {width:100%; height:60px; padding: 25px 15px 10px 15px;font-size:16px;}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; }
button.button {overflow:hidden; border-radius:25px;cursor:pointer;overflow:visible; width:auto; border:0; padding:0; margin:0; background: #F2F2F2;color:#000 cursor:pointer;  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;}
button.button span {text-align:center; white-space:nowrap; color:#fff; }
button.button span span { background-position:100% 0; padding:0 12px 0 4px; }
button.button:hover, .btn-primary:hover {
	background: #222;
	text-shadow: none;
	color: #fff;
}
button.disabled {cursor: not-allowed;background: #ddd !important;}
button.disabled span {}
.disabled {}
li.item .btn-cart {border-radius:0 25px 25px 0;}
li.item .button.search.grey {border-radius: 25px 0 0 25px;overflow:hidden;}
.grey.button span {background: #DDD; color: #000;}
.grey.button:hover span {background: #222; color: #FFF; }
.button.btn-update.grey, .button.btn-empty.grey {border-radius:25px;overflow:hidden;}

.green.button span {background: #79a756; color: #FFF;}
.green.button:hover span {background: #222; color: #FFF; }

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; margin-top: 2px; position:relative; z-index:0; font-size: 13px;font-weight:normal;}
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; 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; float:left}
.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; padding-right:5px; }
.form-list .field { float:left; width:100%; position:relative;}
.form-list input.input-text { width:100%;background:#F2F2F2; }
.form-list textarea { width:100%; height:10em; }
.form-list select { width:100%; font-size: 16px; padding: 20px 8px 8px 8px; background:#F2F2F2;}
.form-list li.wide .input-box {}
.form-list li.wide input.input-text {}
.form-list li.wide textarea {}
.form-list li.wide select {}
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

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

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

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

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

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

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

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

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

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {}

.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:left; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:10px 0; }
.fieldset .legend { float:left; background: #FFF; font-weight: normal; text-transform: uppercase; font-size:16px; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

.messages,
.messages ul { list-style:none !important; margin:5px 0 0 0 !important; padding:0 !important; font-size: 14px; font-weight: normal;}
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px;}
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { padding:0 10px; margin:0 0 5px 0; text-transform: uppercase; }
.breadcrumbs li { display:inline-block;margin-bottom:8px; color: #757575;}
.breadcrumbs li .active {background: #f5f5f5; padding: 4px 8px; color: #707070;}

/* Page Heading */
.page-title { padding:0 0 5px; margin:0 0 10px; }
.page-title h1,
.page-title h2 { font-size:18px;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

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

/* Pager */
.pager { padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { font-size: 18px; }
.pager .pages li:hover {background: #F5F5F5;}
.pager .pages li a {border-radius:0;}
.pager .pages li a:hover {background: #F5F5F5; text-decoration: none;}
.pager .pages .active {font-weight: bold; background: #F5F5F5;}

/* Sorter */
.sorter { border-top: 1px solid #DDD; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.catalogsearch-result-index .dropdown-menu .sort-option,
.category-products .dropdown-menu .sort-option { padding: 3px 20px; line-height: 1.42857143; color: #333; }
.catalogsearch-result-index .dropdown-menu .sort-option:hover,
.category-products .dropdown-menu .sort-option:hover { background-color: #f5f5f5; cursor: pointer; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {clear: both;}
.toolbar .pager {}
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:1px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.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 { font-weight:bold; background-color:#f6f6f6; }
.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 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

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

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.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 */
ul.links {border-bottom: 1px solid #DDD; padding-bottom: 4px;}
.links li { display:inline;}
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }
.links li a {color: #000; font-weight: bold; padding: 4px; border-radius: 5px; background: #F2F2F2; position: relative;}
.links li a:hover {color: #da2c2a;}

.links_bottom { padding-top: 5px;margin-bottom:0px}
.links_bottom li { display:inline; padding-left: 12px; color: #DDD; font-weight: normal; }

.link_compare {clear: both; margin: 10px 0 0 5px; font-size: 11px;}
.link-cart { font-weight:bold; color:#f00; }
.link-wishlist { float: right; padding-right: 20px; }
.link-reorder { font-weight:bold; }
.link-compare { float: right; padding-right: 20px;}
.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.products-list .link-wishlist, .products-list .link-compare {padding: 10px;}
.products-list .link-compare {margin-right: 5px;}

.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; }

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

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


/* Header ================================================================================ */
.logo {}
.header-container { padding: 0 20px;}
.header { display: table; width: 100%; padding-bottom: 5px;}
.header .logo { display:table-cell; min-width: 250px; max-width: 250px; vertical-align: middle; text-align: center;}
.header .logo img {width: 95%;}
.header .quick-access {display:table-cell; vertical-align: top; text-align: right; white-space: nowrap; padding-left: 15px;}
.header .quick-access .count {position: absolute; color: #c02638; right: 4px; top: -2px;}
.header .links {padding-top: 10px;margin-bottom:0px;}
.header .form-search { display:table-cell; width: 100%; position: relative; overflow: hidden;}
.header .form-search .btn_search {position:absolute;top:7px;right:5px;border:1px solid #000;}
.header .form-search .btn_search span span {padding: 12px;}
.form-search button.btn_search span span {padding: 12px;}
.header .form-search .input-text, #search, .search-bar { padding: 10px 8px; margin: 8px 0; font-size: 18px; width: 100%;border-radius:5px 25px 25px 5px;background:#F2F2F2;border:1px solid #DDD}
.header .form-search .button, .block-layered-nav .form-search .button {}
.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 { height: 25px; text-transform: uppercase; text-align: left; padding:3px 10px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li:hover {color: #da2c2a;}
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }

/********** < Navigation */
.nav-container {z-index:999;top:0;position:sticky}
#nav { font-size:13px; color: #000; background: #F9F9F9;}

/* All Levels */
#nav li { text-align:left; position:relative; text-transform: none; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li a { font-size: 15px; display:block; text-decoration:none; color: #da2c2a; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; cursor:pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#nav li ul a span {text-align: center;}

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:1px 10px; font-weight:bold; }
#nav li a:hover {}
#nav li.over a,
#nav li.active a {}
#nav ul { box-shadow: 2px 2px 8px 2px #999; }

/* 2nd Level */
#nav ul,
#nav div { background-color: #fff; position:absolute; width:690px; top:69px; left:-10000px; }
#nav div ul { box-shadow: 2px 2px 8px 2px #999; position:static; width:auto; border:none; }

/* 3rd+ leven */
#nav ul ul,
#nav ul div { top:7px; box-shadow: 2px 2px 8px 2px #999; }

#nav ul li { float:left; width: 33%;}
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:8px 12px; font-weight:normal; }
#nav ul li a:hover {}
#nav ul li.active > a,
#nav ul li.over > a { text-decoration: underline; }

a.level-top {color: #000 !important; padding: 25px 10px !important; text-transform: uppercase;}
a.level-top:hover {color: #FFF !important; background: #da2c2a;}
#nav li.active {background: #da2c2a;}
#nav li.active a.level-top span {color: #FFF;}
#nav li ul li.active {background: #F9F9F9;}

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

#search_mini_form {position: relative; width: 100%;}

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


/* Sidebar =============================================================================== */
.block { margin:0 0 10px; }
.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; text-align: left; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {text-transform: uppercase;}
.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; }
.block .actions a { float:left; }
.block .empty {}

.block li.odd {}
.block li.even { background-color:#f6f6f6; }

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; text-transform: uppercase; background: #da2c2a; color: #FFF; padding: 10px 15px; }
.block-layered-nav .currently {}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }

/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.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; padding:0 55px 5px 0; display: none; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related .block-content {overflow-y:auto;}
.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 { margin:5px 0 0; }
.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: Subscribe */
.block-subscribe {display: none;}

/* 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: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

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

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
.paypal-express-review .info-set.col2-set { padding-bottom: 15px; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { overflow:hidden; margin: auto calc(50% - 50vw);transform: translateX(calc(50vw - 50%));height:calc(100vw / 4); background-attachment: fixed; background-repeat: no-repeat;background-size: cover;}
.category-image img {width:100%}
.category-products {}
.category_footer {clear: both; width: 100%; height: 300px; background-position: center center; background-size: 100% auto; box-shadow: inset 0 0 1em #999; background-repeat: no-repeat; background-position: center center; }
.category_footer h2 {background: url(/media/images/slider/_bg_text.png); font-size: 60px; position: absolute; padding: 25px; color:  #FFF; left: 20%; font-weight: bold; margin-top: 20px;}
.cat-compare {}
.cat-compare ul {display:flex; flex-wrap: wrap}
.cat-compare li {}
.cat-compare li .image img {width:100%;border-radius:25px;}
.cat-compare li .content {line-height:1.5em}
.cat-compare li .content .button {}
.cat-compare > ul > li {padding:15px 0;border-bottom:1px solid #F2F2F2}
.cat-compare .price-chart {color:green;width:180px;}
.cat-compare .price-chart ul {clear:both;}
.cat-compare .price-chart li {background:green;padding:4px 16px;display:inline-block;border-right:4px solid #FFF;}
.cat-compare .price-chart li.price-grey {background:#F2F2F2}
.homepage-footer-content12 {margin: auto calc(50% - 50vw);transform: translateX(calc(50vw - 50%));}
.category-description, .category-footer-content p, .homepage-footer-content, .homepage-footer-content p {margin-bottom:15px;font-size:1.25em;line-height:1.5em;text-align:justify;}
.homepage-footer-content {padding: 40px;}
.category-products .MagicScroll > *:first-child {visibility: visible;}
.category-products .MagicScroll > *:nth-child(n+2) {display: inline-block;}
.category-products .MagicScroll img {visibility: visible;}

.category-products .MagicScroll .mcs-item img {cursor: pointer; pointer-events: all;}
.category-products .prod-cat-swatches {margin-bottom: 15px;}
.category-products .prod-cat-swatches [data-item="0"] {font-size: 12px;height: 36px;max-height: 100%;}
.category-products .prod-cat-swatches [data-item="0"] small {font-size: 80%; margin-top: -6px;}
.category-products .prod-slider .mcs-item img {width: 100%;}
.category-products .prod-slider .mcs-item {width: 100% !important;}


.products-grid .prod-cat-swatches {background: rgba(255,255,255,.5);padding: 5px 20px;text-align: center;width: 100%; margin-bottom: 5px;}
.products-grid .prod-cat-swatches .swatch-selected, .prod-cat-swatches .swatch-selected:hover {border: 1px solid #000;}
.products-grid .prod-cat-swatches a {border: 1px solid transparent;margin-right: 2px; display: block;}
.products-grid .prod-cat-swatches img {border: 1px solid #ddd; cursor: pointer;}
.products-grid .prod-slider {width: 98%;margin: 0 auto 36px;position: inherit;margin-top: 4px;background: none;}
.products-grid .prod-cat-swatches::before {content: '';position: absolute;top: 0;left: 0;bottom: 0;width: 40px;background: linear-gradient(to right, rgba(255, 255, 255, 0.75), transparent);z-index: 1;}
.products-grid .prod-cat-swatches::after {content: '';position: absolute;top: 0;right: 0;bottom: 0;width: 40px;background: linear-gradient(to left, rgba(255, 255, 255, 0.75), transparent);z-index: 1;}
.products-grid .prod-cat-swatches a {border: 1px solid transparent;margin-right: 2px;display: block;}
.products-grid .prod-cat-swatches i, .products-grid .prod-slider i {background: #FFF;font-size: 12px;padding: 8px;border-radius: 25px;cursor: pointer;position: absolute; z-index: 2; top: 29%}
.products-grid .prod-slider i.slick-arrow {top: 47%}
.products-grid .prod-slider .glyphicon-chevron-left {left: 8px;}
.products-grid .prod-cat-swatches .glyphicon-chevron-left {left: 0;}
.products-grid .prod-slider .glyphicon-chevron-right {right: 8px;}
.products-grid .prod-cat-swatches .glyphicon-chevron-right {right: 0;}
.products-grid .prod-cat-swatches .swatch-selected, .prod-cat-swatches .swatch-selected:hover {border: 1px solid #000;}
.products-grid .prod-cat-swatches .swatch-count {padding: 11% 0;margin-top: 2px;}
.products-grid .prod-cat-swatches .swatch-count:hover {text-decoration: none;color: #000;border-color: transparent;background: #f2f2f2;}
.products-grid .prod-slider a img {max-width: 100%;max-height: 100%;}
body:not(.ie11) .products-grid .prod-slider a img {width: auto !important;height: auto !important;object-fit: contain;}


/* View Type: Grid */
.boxed {font-size: 12px; text-transform: uppercase; color: #FFF; background: #c02638; font-weight: bold; padding: 2px 8px;}
.products-grid { border-bottom:1px solid #ddd; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left;}
.products-grid li.item .prod_pos {text-align: left; display: block; font-size: 16px; position: absolute;}
.products-grid li.item .free_shipping {color: #da2c2a; font-size: 1.25em; font-weight: bold; text-transform: uppercase;}
.ctgy_html .main .product .free_shipping {color: #da2c2a; font-size: 1.25em; font-weight: bold; text-transform: uppercase; display: block; text-align: center; margin: 0 0 10px 0;}
.products-grid .product-image { margin:0 0 10px; display: block; overflow: hidden; }
.products-grid .product-image .image_style_ {width: 100%;height:100%; padding: 10px; }
.products-grid .product-image .image_style_5 {width: 150%;}
.products-grid .product-name { margin:0 0 5px; font-size:16px;font-weight:bold; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; font-size: 18px; color: #c02638;}
.products-grid .availability { line-height:21px; }
.products-grid .actions { text-align: right; }
.products-grid .prod-reviews {height:30px;}
.products-grid .prod-reviews i {font-style:normal;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:100%; margin:0 auto; }
.col1-layout .products-grid { width:100%; margin:0 auto;display:flex;flex-wrap:wrap; }
.products-grid .item-body { padding: 10px; }
.products-grid li a:hover {text-decoration:none;}

/* View Type: List */
.products-list li.item img {max-height: 220px;}
.products-list li.item { border-bottom:1px solid #ddd; padding: 12px 10px; max-width: 1200px; margin: auto; }
.products-list li.item .prod_pos {text-align: left; display: block; font-size: 16px;}
.products-list li.item .free_shipping {color: #da2c2a; text-transform: uppercase;}
.products-list li.item .price_per_foot {clear: both;}
.products-list li.item .moulding_profile {bottom: 10px; padding: 20px 20px 5px 5px; position: absolute; width: 75px; background: #FFF; opacity: .75; color: #da2c2a;}
.products-list li.item .moulding_profile img {width: 100%;}
.products-list li.item .moulding_profile .projection {position: absolute; top: 0; border-bottom: 1px solid #da2c2a; display: block; text-align: center; width: 80px;}
.products-list li.item .moulding_profile .face {position: absolute; right: 55px; top: 75px; border-top: 1px solid #da2c2a; text-align: center; transform: rotate(45deg); width: 55px;}
.products-list li.item .moulding_profile .height {position: absolute; left: 55px; bottom: 35px;border-bottom: 1px solid #da2c2a; display: block; text-align: center; width: 75px; transform: rotate(90deg);}
.products-list li.item.last { border-bottom:0; }
.products-list li {position: relative; }
.products-list li .product-shop .f-fix p {position: absolute; bottom: 10px; right: 10px;}
.products-list .product-image { float:left; width:255px; height:215px; margin:0 0 10px; }
.products-list .product-shop { margin-left:255px !important; }
.products-list .product-shop .price-box .regular-price {font-size: 16px;}
.products-list .product-name { margin:0 0 5px; font-size:18px; }
.products-list .product-name a {}
.products-list .price-box { float:left; margin:3px 13px 5px 0; clear: both;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 10px; min-height: 55px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.products-list li .product-shop .f-fix .actions  {float: right;}


/* View Type: List WIDE */
.wide .products-list .product-image {width: 100%; height: auto; margin: 0;}
.wide .products-list .product-shop {margin: 0; background: #FFF; border-left: 1px solid #ddd; overflow: hidden; padding: 2%; position: absolute; right: 0; width: 300px; height: 230px;}
.wide .products-list .add-to-links {position: absolute; bottom: 0px; right: 0px;}
.wide .products-list li .product-shop .f-fix p { bottom: 25px;}
.wide .products-list li .product-shop .f-fix .price-box .minimal-price {position: absolute; bottom: 80px; color: #c02638; font-size: 16px;}


/* View Type: List GROUPED_QTY */
.grouped_qty .products-list .product-image {width: 100%; height: auto; margin: 0;}
.grouped_qty .products-list .product-shop {margin: 0; background: #FFF; overflow: hidden; padding: 2%; width: 100%;}
.grouped_qty .products-list .add-to-links {padding-top: 5px;}
.grouped_qty .products-list li .product-shop .f-fix p { position: relative; text-align: right; bottom: 0; padding: 10px 0 0 0;}
.grouped_qty .products-list li .product-shop .f-fix .price-box .minimal-price {position: absolute; bottom: 80px; color: #c02638; font-size: 16px;}

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


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0;text-align:right;border-bottom:1px solid #DDD;padding-bottom:5px;clear:both;float: left;display: flex;align-items: center;width: 100%;flex-wrap: wrap;}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0 0 0 5px; display: flex; align-items: center; }
#ratings a {text-align: center;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.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; }

@media (max-width: 767px){
.ratings .rating-links {line-height: 2;}
}

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

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

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

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

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

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

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

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; color: #C02638; }

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

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

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

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

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

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

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

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

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

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

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

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

/* Price as configured */
.price-as-configured {}
.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 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:right; margin-top: 8px; }
.add-to-box .or { float:left; margin:0 10px; display: none; }
.add-to-box .add-to-links { float:right; margin-top: 10px; }
.add-to-box .add-to-links li { display: inline; }
.add-to-box .add-to-links li a {font-weight: normal;}

.product-view {}

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }
.product-collateral .box-collateral .std {line-height: 20px;}

/* Product Images */
.product-view .product-img-box { float:left; width:51%; position:sticky;top:0;text-align:center;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.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 ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.product-view .product-img-box .moulding_profile {bottom: 10px; padding: 20px 20px 5px 5px; position: absolute; width: 75px; background: #FFF; opacity: .75; color: #da2c2a;}
.product-view .product-img-box .moulding_profile img {width: 100%;}
.product-view .product-img-box .moulding_profile .projection {position: absolute; top: 0; border-bottom: 1px solid #da2c2a; display: block; text-align: center; width: 80px;}
.product-view .product-img-box .moulding_profile .face {position: absolute; right: 55px; top: 75px; border-top: 1px solid #da2c2a; text-align: center; transform: rotate(45deg); width: 55px;}
.product-view .product-img-box .moulding_profile .height {position: absolute; left: 55px; bottom: 35px;border-bottom: 1px solid #da2c2a; display: block; text-align: center; width: 75px; transform: rotate(90deg);}

.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 */
.checkmark li:before {
	content: '\f418';
	font: normal 14px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: middle;
}

.product-view .product-shop { float:right; width:445px; }
.product-view .product-shop .order_sample {clear: both; overflow: hidden; position: relative;}
.product-view .product-shop .order_sample img {float: left; padding: 4px; margin: 0 15px 15px 0; border-right: 1px solid #DDD;}
.product-view .product-shop .order_sample .sample_container {float: left; width: 70%;}
.product-view .product-shop .order_sample .title {font-weight: bold; text-transform: uppercase;}
.product-view .product-shop .order_sample .description {height: 70px; overflow-y: auto; display: block; width: 100%; margin-bottom: 15px;}
.product-view .product-shop .order_sample .price {color: #c02638; font-weight: bold; font-size: 18px;}
.product-view .product-shop .order_sample button {position: absolute; bottom: 0px; right: 5px;overflow:hidden; }
.product-view .product-shop .product_type {}
.product-view .product-shop .product_type img {float: left; width: 64px; padding: 0 10px 0 10px}
.product-view .product-shop .product_type .checkmark {margin: 10px 0 0 120px;}
.product-view .product-shop .regular-price .price {font-size: 18px;}
.product-view .product-shop .availability {display: none; }
.product-view .product-shop .email-friend {padding-right: 15px; float: right;}
.product-view .product-shop .no-rating {display: none;}
.product-view .product-shop ul.product_dimensions {color: #da2c2a; overflow-y: auto; border-bottom: 1px solid #DDD; margin-bottom: 8px; padding-bottom: 4px;display:flex;}
.product-view .product-shop .product_dimensions li {display:inline-block; padding: 2px; margin: 0 4px 4px 0; text-align: center;}
.product-view .product-shop .product_dimensions li .title {font-size: 12px; display: block; min-width: 70px;}
.product-view .product-shop .product_dimensions li .size {font-size: 18px;}
.product-view .product-shop .important_details small {color: #707070;}
.product-view .product-shop .important_details li {padding: 15px;margin-bottom: 5px;}
.product-view .product-shop .add-to-box .add-to-cart label {display: none;}
.product-view .product-shop .add-to-box .add-to-cart .qty {font-size: 16px;}
.product-view .product-shop h2 {text-transform: uppercase; border-bottom: 1px solid #CCCCCC; margin: 20px 0 10px 0; font-weight: normal;}
.col1-layout .product-view .product-shop { float:right; width:48%; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-name {overflow: hidden;}
.product-view .product-name h1 {margin-bottom: 8px; font-size: 18px; line-height: 30px;font-weight:bold;color:#000;}
.product-view .product-name .sku {float: left;}
.product-view .product-name .availability {display: block; float: right; color: green; text-align:right}
.product-view .product-name .free_shipping {color: #da2c2a; clear: both; float: right; padding: 4px 8px; text-transform: uppercase;}
.product-view .short-description {clear: both; padding: 15px 0;line-height:2em;font-size:1.15em
}
.product-view .short-description ul, .ul-checkmark {margin-bottom:15px;margin-top:15px;}
.product-view .short-description ul li, .ul-checkmark li {margin-left:25px;}
.product-view .short-description ul li:before, .ul-checkmark li:before {content: '\f418';font: normal 14px/1 'Genericons';margin-right:8px;}
.product-view .product-shop .price-box {text-align:right;margin:5px 0;padding:15px;}
.product-options-bottom .price-box {display:none;}
/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; position:relative;}
.product-options .info_icon {float:right;margin-right:30px;}
.product-options dt {padding:5px 0 0 5px;width:100%;position:absolute;}
.product-options dt label { font-weight:normal;font-size:12px; color:#333 }
.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:0 0 10px; }
.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%;padding:25px 15px 10px 15px;height:60px;}
.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 dl .attributes { overflow-x: auto; width: 100%; height: 150px;}
.product-options dl .attributes li {float: left;}
.product-options dl .attributes img {width: 175px; }
.product-options dl .attributes a {width: auto; display: block; border: 1px solid #ddd; margin: 0 5px 0 0;}
.product-options dl .attributes a:hover {border: 1px solid #da2c2a;}
.product-options .grouped_swatches {overflow: hidden;}
.product-options .grouped_swatches li {float: left;}
.product-options .grouped_swatches li a {width: auto; display: block; border: 1px solid #ddd; margin: .5px; cursor: pointer;}
.product-options .grouped_swatches li a:hover {border: 1px solid #da2c2a;}
.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px; float: left; }
.product-options-bottom .add-to-cart {float: right;}
.product-options-bottom .add-to-links {clear: both; padding-top: 10px;}
.configurable-options {clear:both;}
.configurable-options a, .configurable-options span.variant-help-button {display:inline-block;overflow:hidden;border-radius:25px;border:2px solid #DDD;margin:0 1px 1px 0;}
.configurable-options a:hover, .configurable-options a.active, .configurable-options span.variant-help-button:hover, .configurable-options span.variant-help-button.active {border-color:#000;}
.configurable-options img {border-radius:25px;width:35px; height:35px;border:2px solid #FFF;}

.pulsating-background {
	will-change: background-color;
	width: 100%;
	height: 100%;
	animation: pulse-loading 1.3s infinite alternate linear;
}

@keyframes pulse-loading {
	0%,
	100% {
		background-color: var(--gray-100);
	}
	50% {
		background-color: var(--gray-400);
	}
}

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}
.product-view .box-description h2, .product-view h2 {text-transform: uppercase; border-bottom: 1px solid #DDD; margin-bottom: 10px; font-weight: normal;}

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

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.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 {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.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 {}

/* 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; text-transform: uppercase; }
.page-sitemap .sitemap h1 {margin-top: 15px;}
.page-sitemap .sitemap a {display: block; margin: 1%; border: 1px solid #f2f2f2; font-weight: normal;}
.page-sitemap .sitemap a:hover {text-decoration: none; color: #da2c2a; border: 1px solid #DDD; box-shadow: 2px 5px 10px #F2F2F2;}
.page-sitemap .sitemap a:hover img {opacity: .75;}
.page-sitemap .sitemap li { position: relative; font-size: 16px; display: block; text-align: center;}
.page-sitemap .sitemap li h2 {margin: 10px 0; font-weight: normal;}
.page-sitemap .sitemap li.level-0 { margin:3px 0; width: 99.7%; }
.page-sitemap .sitemap li.level-0 a {margin: 0;}
.page-sitemap .sitemap ul {overflow: hidden;}
.page-sitemap .sitemap ul li.level-1 { float: left; width: 33.33%; }

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


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

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right;width:100%; }
.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: none; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }
.cart .totals .checkout-types  li {}
.cart .totals .checkout-types  li p a img {}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:68%; }
.cart .cart-collaterals .col2-set .col-1 {width: 100%;}

.cart .crosssell {}
.cart .crosssell h2 { margin-top: 15px; text-transform: uppercase; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; float: left; width: 45%; height: 130px; padding: 2%; border-left: 1px solid #F2F2F2; border-bottom: 1px solid #F2F2F2; }
.cart .crosssell li.item .product-details .price-box {text-align: right; padding: 12px 4px;}
.cart .crosssell li.item .product-details .button {float: right;}
.cart .crosssell li.item .product-details .add-to-links {clear: both; padding: 4px 0;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* 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 */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold;  }
#checkout-payment-method-load dt {color: #FFF; height: 50px; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month {}
.sp-methods select.year {}
.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; }
.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; }

/* 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-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; padding: 5px 10px; font-size: 15px; }
.block-progress dt.complete address {padding: 10px;}
.block-progress .block-content dl div {margin-bottom: 10px;}

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin: 10px; background: #FFF;color: #da2c2a; font-weight: bold; padding: 4px 12px; }
.opc .step-title h2 { float:left; text-transform: uppercase; padding: 15px 0; margin-top:0px;margin-bottom:0px;}
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#da2c2a; color: #FFF; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

.sp-methods ul {margin-left:0px !important;}
.sp-methods .radio {display:inline !important;}
.sp-methods label {width:calc(100% - 25px) !important; cursor:pointer}

/* 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 ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}
.mobile-only-hr {display:none;}

.account-create {}
/* Account Login/Create Pages ============================================================ */

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

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

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label {}
.remember-me-popup {}
.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 .page-title h1 {width: 100%; text-align: left;}

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard .box-account .col2-set .col-1 {}
.dashboard .box-account .col2-set .col-1 .box .box-title {margin: 10px 0;}
.dashboard .box-account .col2-set .col-1 .box .box-content {margin-bottom: 10px;}
.dashboard .box-account .col2-set .col-1 .box .box-title h3,
.dashboard .box-account .col2-set .box .box-title h3,
.dashboard .box-account .col2-set .box .box-content .col-1 h4,
.dashboard .box-account .col2-set .box .box-content .col-2 h4
{font-weight: normal; text-transform: uppercase; border-bottom: 1px solid #DDD; margin: 10px 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 {}
.addresses-list-additional li.item {}

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

.order-date { margin:10px 0; }

.order-info-box {}

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


/* Footer ================================================================================ */
.footer { padding:10px; }
.footer p { text-align:right; }
.footer-container {overflow: hidden;}
.footer-content {max-width: 1170px; margin: 0 auto; overflow: hidden;}
.footer-features {background: #f9f9f9; border-top: 1px solid #e2e2e2;}
.footer-features .details {float: left; width: 29%; padding: 20px 2% 30px 2%; text-align: center; line-height: 20px;}
.footer-features .details h2 {color: #000; margin-bottom: 10px; }
.footer-features .details span {color: #000; font-size: 60px; display: block; margin: 20px 0 30px;}
.footer-top {background: #191919; overflow: hidden; padding: 20px 0; height: 200px;}
.footer-top .columns {float: left; width: 23%; text-align: left;}
.footer-top .columns ul { padding-left: 20px; list-style-type: none;}
.footer-top .columns ul li { font-size: 13px; line-height: 22px;}
.footer-top .columns ul li a {text-transform: uppercase; color: #aaaaaa;}
.footer-top .footer-content .columns p, .footer-top .footer-content .columns h2 {color: #828282;}
.footer-bottom {background: #111; padding: 20px 0; color: #7D7D7D;}
.footer-container .bottom-container { text-align:center; }
.footer-top .title {color: #FFF; font-size: 16px; font-weight: bold; text-transform: uppercase; margin-left: 17px; margin-top: 32px;}
.full-modal {padding-right:0px !important;}
.full-modal .modal-dialog {width:100%;margin:0px;height:100vh}
.full-modal .modal-dialog .modal-content {border-radius:0px;border:none;height:100%;}
.full-modal .modal-body {height:90%;}
.full-modal .modal-body iframe {border:none;height:100%;width:100%;}
/* ======================================================================================= */
.fancybox-skin {background: #FFF;}
.fancybox-wrap {width:100% !important;top:0px !important;left:0px !important;}
.fancybox-close {width:48px; height:48px;top:15px;right:50px;background-image:none;}
.fancybox-close:before {content: "\f406";
	font-size: 36px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;}

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header: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 { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
.clear {clear: both;}
.indent { text-indent: .5in; }
.imagezoom img {float: left; border: 1px solid #DDD; padding: 2px; margin-right: 4px; }


.email-friend:before, .email:before {
	content: '\f410';
	font: normal 14px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: middle;
}

button.button span span, .btn {font-size: 16px; padding: 16px 24px;display:block;}
@media (max-width: 1402px) and (min-width: 1200px) {
	.products-grid button.button span span {
		font-size: 15px;
		padding: 16px 12px;
	}
}
.btn-cart span span:before {
	content: '\f447';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 8px;
	vertical-align: middle;
}

li .image_details:before {
	content: '\f402';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: middle;
}

li .cad_2d:before, .download span span:before  {
	content: '\f440';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: top;
}

.catalog span span:before  {
	content: '\f444';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: top;
}

.save_icon span span:before  {
	content: '\f420';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: top;
}

.search span span:before, .btn_search span span:before, a.btn_search:before {
	content: '\f400';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: middle;
}

li .line_drawing:before {
	content: '\f411';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: middle;
}

li .home:before {
	content: '\f409';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: top;
}

.home_icon span span:before {
	content: '\f409';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: top;
}

.download_icon:before {
	content: '\f440';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: top;
}

li .account:before {
	content: '\f304';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: top;
}

li .customer_service:before {
	content: '\f304';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
}

li .shopping_cart:before {
	content: '\f447';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: middle;
}
#update_cart_button span span:before {
	content: '\f420';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: top;
}

.btn-continue span span:before {
	content: '\f466';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: top;
}

.btn-proceed-checkout {background: green;}
.btn-proceed-checkout span span:before, .padlock span span:before {
	content: '\f470';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: middle;
}

#shipping_quote span span:before {
	content: '\f442';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: top;
}

.link-wishlist:before, .wishlist:before {
	content: '\f461';
	font: normal 14px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: middle;
}

.icon_time:before {
	content: '\f303';
	font: normal 14px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: middle;
}

.save_cart {padding: 10px; background: #eff5ea; margin-bottom: 25px;}
.save_cart h2:before {font-size: 24px;}
.save_cart table {overflow: hidden;}
.btn_green {background: green !important; }


.link-compare:before {
	content: '\f403';
	font: normal 14px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: middle;
}

.compare-top:before {
	content: '\f403';
	font: normal 14px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: middle;
}

.view-mode .list:before {
	content: '\f419';
	font: normal 14px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}

.view-mode .grid:before {
	content: '\f436';
	font: bold 24px/1 "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}

.close:before {
	content: '\f405';
	font: bold 24px/1 "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
}

.phone:before {
	content: '\f437';
	font: 16px/1 "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
}

.print:before {
	content: '\f469';
	font: 16px/1 "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
}

.continue_arrow span span:after {
	content: '\f104';
	font: 18px/1 "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}

.back_arrow span span:before {
	content: '\f459';
	font: 18px/1 "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	padding-right: 4px;
}

.cancel_icon span span:before {
	content: '\f446';
	font: 18px/1 "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	padding-right: 4px;
}

.email_icon span span:before {
	content: '\f410';
	font: 18px/1 "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	padding-right: 4px;
}

.edit_icon:before {
	content: '\f411';
	font: 18px/1 "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	padding-right: 4px;
}

.clipboard_icon:before {
	content: '\f425';
	font: 18px/1 "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	padding-right: 4px;
}

.nav_add_links {
	padding: 8px 4px 22px 8px !important;
}
.nav_add_links .clipboard_icon:before {
	content: '\f425';
	font: 24px/1 "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	padding-right: 4px;
}

.heart_icon:before {
	content: '\f461';
	font-family: "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	padding-right: 4px;
}

.box_icon:before {
	content: '\f225';
	font-family: "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	padding-right: 4px;
}

.ctgy_html .main .product button span span:after {
	content: '\f104';
	font-family: "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	margin-left: 8px;
}

.thumbs_up_icon:before {
	content: '\f221';
	font-family: "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	padding-right: 4px;
}

.info_icon:before {
	content: '\f455';
	font-family: "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	padding-right: 4px;
}

.measuring_icon:before {
	content: '\f474';
	font-family: "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	padding-right: 4px;
}

.warranty_icon:before {
	content: '\f307';
	font-family: "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	padding-right: 4px;
}

.sample_icon span span:before {
	content: '\f302';
	font-family: "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	padding-right: 4px;
}

.alert_icon:before {
	content: '\f414';
	font-family: "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	padding-right: 4px;
}

.star_solid_icon:before, .star_solid_icon:after {
	content: '\f512';
	font-family: "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: top;
	padding: 0 4px;
}

.rating_star_icon:before {
	content: '\f512';
	font-family: "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #f2f2f2;
	font-size: 24px;
}

.rating_star_icon_solid:before {
	content: '\f512';
	font-family: "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #da2c2a;
	font-size: 24px;
}

.filter_Category_icon:before {
	content: '\f419';
	font-family: "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	padding-right: 4px;
}

.back_to_login, .back_arrow, .cancel_icon {margin-right: 5px !important;}
.back_to_login span, .back_arrow span, .cancel_icon span {background: #DDD !important; color: #000 !important;}
.btn-empty span span:before {
	content: '\f407';
	font: normal 18px/1 'Genericons';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding-right: 4px;
	vertical-align: top;
}

/* LOADING ICONS */
.ajax_request {

}

.ajax_request_begin {
	opacity: .25;
	background-color: #FFF;
	z-index: 998;
}
.loader_bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.25);
    z-index: 9998;
    position: fixed;
    top: 0;
    display: none
}
.loading_blue {
  font-size: 10px;
	position: fixed;
	left: calc(50vw - 150px);
	margin: 0 auto;
	top: calc(50vh - 150px);
	z-index: 999;
  text-indent: -9999em;
  border-top: 8px solid rgba(0, 0, 0, 0.2);
  border-right: 8px solid rgba(0, 0, 0, 0.2);
  border-bottom: 8px solid rgba(0, 0, 0, 0.2);
  border-left: 8px solid #da2c2a;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 .9s infinite linear;
  animation: load8 .9s infinite linear;
}
.loading_blue,
.loading_blue:after {
  border-radius: 50%;
  width: 25vw;
  height: 25vw;
	max-width:300px;
	max-height:300px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.cart .page-title h1 {width: 100%; text-align: left;}
.cart_left {float: left; width: 68%;}
.cart_right {float: right; width: 28%; padding: 1%; background: #F9F9F9;}
.shipping-form .buttons-set {float: right;}
input.qty {text-align: center;}
ul.subcat-products {display:flex;flex-wrap:wrap;}
.subcat-listing .subcat-products li {text-align: center; position: relative;}
.subcat-listing .subcat-products li.size_050 {width: 50%;}
.subcat-listing .subcat-products li.size_100 {width: 100%;}
.subcat-listing .subcat-products li.size_100 a {margin: 2% 0;}
.subcat-listing .subcat-products li h2 {text-align: center; font-weight: normal; margin: 15px 0; padding: 0 10px}
.subcat-listing .subcat-products li img {width: 100%; height: auto;border-radius:25px;}
.subcat-listing .subcat-products li img:hover {opacity:.9;}
.subcat-listing .subcat-products li a {display: block; margin: 2%;}
.subcat-listing .subcat-products li a:hover {text-decoration: none; color: #da2c2a;}
.subcat-listing .subcat-products li.desc_layout {position: relative; padding: 20px 0; width: 100%; text-align: left;}
.subcat-listing .subcat-products li.desc_layout a {border: none; height: auto; width: 23%; margin:0px; padding: 0px; padding-right: 2%; float: left;}
.subcat-listing .subcat-products li.desc_layout img { width: 100%;}
.subcat-listing .subcat-products li.desc_layout div {float: left; width: 75%}
.subcat-listing .subcat-products li.desc_layout div h2 {border-bottom: 1px solid #DDD; margin-bottom: 10px; width: 100%; display: block; text-align: left;}
.subcat-listing .subcat-products li.desc_layout div h2 a {float: none; width: 100%;}
.subcat-listing .subcat-products li.desc_layout div span {display: block;}
.subcat-listing .subcat-products li.desc_layout div button {position: absolute; right: 10px; bottom: 20px;}
.subcat-listing .subcat-products li.desc_layout div span ul {list-style-type: disc; margin-left: 25px;}
.subcat-listing .subcat-products li.desc_layout div span ul li {float: none; border: none; width: 100%; text-align: left;}
.homepage .subcat-listing .subcat-products li.desc_layout {width: 48%; padding: 20px 1%; height: 180px;}
.homepage .subcat-listing .subcat-products li.odd h2 a {float: none;}
.homepage .subcat-listing .subcat-products li.desc_layout div span ul {margin: 0px;}
.homepage .subcat-listing .subcat-products li.desc_layout div button {bottom: 10px;}
ul.subcat-text li {width:100% !important;float:none !important;text-align:left !important;}

/* SLIDER OPTIONS */
.bx-wrapper {position: relative;}
.bx-caption {background: #000; opacity: .65; color: #FFF; text-align: center; font-size: 16px; position: absolute; bottom: 0px; width: 97.1%; height: 11px; padding: 14px 0; height: auto;}
.bx-default-pager {display: none;}
.bx-viewport { box-shadow: 2px 10px 15px #999; }
.bx-wrapper .bx-controls-direction a { height: 117px; margin-top: -25px; position: absolute; text-indent: -9999px; top: 45%; width: 67px; z-index: 99; opacity: .5;}
.bx-wrapper .bx-controls-direction a:hover {opacity: .75;}
.bx-wrapper .bx-prev {background: url(/media/images/slider/_arrow-previous.png) no-repeat; left: 60px;}
.bx-wrapper .bx-next {background: url(/media/images/slider/_arrow-next.png) no-repeat; right: 40px;}
.bxslider li {}
.bxslider li a img {width: 100%;}
.bxslider li div {position: absolute; bottom: 15%; right: 10%; color: #FFF; padding: 10px 25px; background: url(/media/images/slider/_bg_text.png); border-radius: 10px; max-width: 25%; min-width: 340px;}
.bxslider li div h2 {font-size: 36px; font-weight: bold;}
.bxslider li div span {font-size: 18px; display: block;}
.bxslider li div button {float: right; margin-top: 20px; font-size: 12px;}

.product-img-box .bx-wrapper {}
.product-img-box .bx-viewport {box-shadow: none;}
.product-img-box .bxslider li a:hover {box-shadow: 2px 10px 15px #999;}
.product-img-box .bx-wrapper .bx-controls-direction a { height: 50px; margin-top: -25px; position: absolute; text-indent: -9999px; top: 45%; width: 29px; z-index: 99; opacity: .5;}
.product-img-box .bx-wrapper .bx-controls-direction a:hover {opacity: .75;}
.product-img-box .bx-wrapper .bx-prev {background: url(/media/images/slider/_arrow-previous_black.png) no-repeat; left: 5px;}
.product-img-box .bx-wrapper .bx-next {background: url(/media/images/slider/_arrow-next_black.png) no-repeat; right: 5px;}
.bxslider li a img {border: none;}
.block-content .mcs-item a {border:none;display:block}
.block-content .mcs-item li {text-align:center;}
.block-content .mcs-item div {padding: 4px 0px 4px 4px; font-size:13px;line-height:110%;white-space:normal;}

#shopping-cart-totals-table .price {font-size: 18px;}
.top_share {list-style-type: none; float: right;}
.top_share li {display: inline; padding: 0 2px;}
.history tr td h3 {color: #e36c0a; padding-right: 10px;}

#narrow-by-list dd ol, #narrow-by-list2 dd ol, .currently {margin-bottom: 10px;}
#narrow-by-list dd ol li {}
#narrow-by-list dd ol li a, #narrow-by-list2 dd ol li a {display: block; padding: 4px 0px 4px 4px; width: 100%;font-size:13px;}
#narrow-by-list dd ol li a:hover,
#narrow-by-list dd ol li a:active,
#narrow-by-list2 dd ol li a:hover,
#narrow-by-list2 dd ol li a:active,
.block-content ul li a:hover
 {text-decoration: none;}

.block-content ul .current
 {background: #f5f5f5; text-decoration: none; padding: 4px;}

ul.disclaimer {margin: 10px;}
.disclaimer li {padding: 4px 0;}
.disclaimer li:before {
	content: '\f418';
	font: 16px/1 "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
	padding-right: 4px;
}

.opc-block-progress .block-content {padding: 5px 0 0 0;}

#co-shipping-method-form {margin-bottom: 10px; display: block; border-bottom: 1px dashed #DDD;}
#co-shipping-method-form dl dt {font-size: 16px; }
#checkout-step-shipping_method #co-shipping-method-form dl dt {text-transform: uppercase; margin: 0 0 5px; padding: 4px; border-bottom: 1px solid #DDD;}
#co-shipping-method-form dl dd ul {margin-left: 20px;}
#co-shipping-method-form dl dd ul li {padding: 4px 0; border-bottom: 1px dashed #DDD;}
#co-shipping-method-form dl dd ul li .price {float: right;}
.customer-comment {padding: 10px 20px; background: #f6f6f6; margin: 10px 0; color: #000;}
.customer-comment #ordercomment-comment {width: 55%; padding: 8px; font-size: 18px;}

#wishlist-table tr td textarea {width: 95%;}
#wishlist-table tr td .cart-cell .price-box {text-align: center; font-size: 16px;}
#wishlist-table tr td .cart-cell .add-to-cart-alt {text-align: center;}
#wishlist-table tr td .cart-cell .add-to-cart-alt .input-text {margin: 10px 0;}
#wishlist-table tr td .cart-cell p { text-align: right; }

#recently-viewed-items li {float: left; width: 145px; padding: 12px; text-align: center; border-right: 1px solid #DDD;}
#recently-viewed-items li.even {background: none;}
#recently-viewed-items li.last {border: none;}

.careers {font-size: 14px; line-height: 18px;}
.careers ul {margin-left: 25px;}
.careers h2 {border-bottom: 1px solid #DDD; margin-bottom: 5px; text-transform: uppercase; font-weight: normal;}
.checkout-cart-methods-onepage .checkout-or {margin: 10px 0; display: block; text-align: center;}
.checkout-cart-methods-paypal_express-bottom .checkout-or {display: none;}
.paypal-logo {text-align: center;}

.checkout_header {padding: 25px 0;}
.checkout_contact {height: 120px; }
#checkout-progress-wrapper {margin-top: 75px;}

.quickzoom button span {background: #CCC;}
.quickzoom button span span {background: #CCC; color: #000; }
.products-grid li .product_type {}
.products-grid li .product_type a img {height: 16px;}

.product-shop-row td .btn-remove {height: 24px; overflow: none; width: 135px; font-size: 12px; line-height: 12px; text-indent: 0;}

/* BEGIN CATEGORY PRICE */
.shadow {-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.28);-moz-box-shadow:3px 3px 5px 0px rgba(50, 50, 50, 0.28); box-shadow:3px 3px 5px 0px rgba(50, 50, 50, 0.28); border: 1px solid #DDD;}
.ctgy_html .main {overflow: auto; padding-bottom: 0px;}
.ctgy_html .main .product {min-width: 180px; position: relative; font-size: 12px; line-height: 18px; float: left; width: 30%; padding: 4px 12px;}
.ctgy_html .main .product h2 {height: 48px; text-align: center; color: #FFF; text-transform: uppercase; padding: 8px 4px; margin: 0;}
.ctgy_html .main .product .bg_arrow {background-image: url(/media/images/bg_down_arrow.png); background-position: bottom center; background-repeat: no-repeat;}
.ctgy_html .main .product img {display: block; margin: 12px auto; max-width: 100%;}
.ctgy_html .main .product .details {padding: 0 2%; display: block; overflow-y: auto; height: 200px;}
.ctgy_html .main .product .man_image {height: 130px; padding: 0 10px;}
.ctgy_html .main .product .button {width: 100%; border: 3px solid #FFF; border-bottom: 6px solid #FFF;}
.ctgy_html .main .product .price_container {color: #FFF; text-align: center; padding: 24px 0; font-family: sans-serif; margin: 0 0 8px 0;}
.ctgy_html .main .product .price_container h2.title {font-size: 1.25em; text-transform: uppercase; letter-spacing: .25em; font-weight: normal;}
.ctgy_html .main .product .price_container .price_large {font-size: 6em; display: block; padding: 18px 0;}
.ctgy_html .main .product .price_container .opacity {opacity: .5; filter:alpha(opacity=50);}
.ctgy_html .main .content {margin: 0; padding: 4px 12px; }
.ctgy_html .main .content .item {width: 47%; padding: 4px 24px 4px 0; float: left;}
.ctgy_html .compare_content {padding: 8px;}
.ctgy_html .main h3, .ctgy_html .compare_content h3, .ctgy_html .main .content .item h3 {padding-left: 16px; border-left: 3px solid #2c82bd; color: #2c82bd; font-weight: 500; letter-spacing: .25em; text-transform: uppercase; font-size: 1.12em; margin: 1em 0;}
.ctgy_html .main .content .item p {line-height: 1.6em;}
.ctgy_html .main .col1 {width: 100%;  padding: 0;}
.ctgy_html .main .col2 {width: 50%;  padding: 0;}
.ctgy_html .main .col3 {width: 33.3%;  padding: 0;}
.ctgy_html .main .col4 {width: 25%; padding: 0;}
.ctgy_html .main .col5 {width: 20%; padding: 0;}
label.compare_checkbox {cursor: pointer; display: block; padding: 2px 0 0 8px; text-align: left; font-size: 12px; font-weight: bold;}
.ctgy_html .compare {overflow: hidden; margin: 0px;}
.ctgy_html .compare ul {width: 100%; float: left; padding: 0px; list-style-type: none; overflow: hidden; text-align: center; text-transform: uppercase;}
.ctgy_html .compare ul li {padding: 12px 0px; border-bottom: 1px solid #DDD;}
.ctgy_html .compare ul li img {width: 90%;}
.ctgy_html .compare ul .comp_image {background: #FFF; text-align: center; position: relative; height: 225px;}
.ctgy_html .compare ul .comp_image .compare_remove {position: absolute; top: 4px; right: 12px;}
.ctgy_html .compare ul .comp_title {font-weight: bold; line-height: 18px; height: 95px; overflow: hidden; font-size: 14px;}
.ctgy_html .compare ul .comp_reviews img {width: auto; height: 24px;}
.ctgy_html .compare ul .comp_price {color: darkred; font-size: 24px; font-weight: bold;}
.ctgy_html .compare ul .comp_price_group br {display: none;}
.ctgy_html .compare ul .comp_item {text-align: center; opacity: .1;}
.ctgy_html .compare ul .active {background: #F9F9F9; opacity: 1;}
.ctgy_html .compare ul .comp_item .comp_value {font-size: 18px; font-weight: bold; display: block;}
.ctgy_html .compare ul .comp_item .comp_name {font-size: 11px; color: #999;}
.darkblue_box {background: #24577a;}
.lightblue_box {background: #2c82bd;}
.darkgreen_box {background: #347503;}
.lightgreen_box {background: #79a756;}
.red_box {background: #720808;}
.color_0 {background: #7887AB;}
.color_1 {background: #4F628E;}
.color_2 {background: #2E4272;}
.color_3 {background: #162955;}
.color_4 {background: #061539;}

.color_green_0 {background: #9AD58E;}
.color_green_1 {background: #68B159;}
.color_green_2 {background: #408E2F;}
.color_green_3 {background: #216A12;}
.color_green_4 {background: #0C4700;}
.pricing-table-list {padding: 2% !important; text-align: center;}
.pricing-table-list li {list-style-type: none; border-bottom: 1px solid #E7E7E7; background: #F7F7F7; padding: 8px 4px;}

.product-options dl .attributes a.mCSB_buttonLeft, .product-options dl .attributes a.mCSB_buttonRight {border: none;}

.product button.button span {width: 100%;}
.product button.button span {padding-left: 0px; padding-right: 0px;}
.button.search.grey {}

.amconf-image-container {margin-right: 0px;}
.amconf-image {margin: 2px;}

.option_selected a {border: 1px solid #da2c2a !important; background: url(/media/images/icons/checkmark.png) top left no-repeat #da2c2a;}
.option_selected a img {border-radius: 75px 0 0 0;}
.search_facet {font-size: 16px;}
.search_facet dd h2 {text-transform: capitalize;}
.search_facet dd ol li {padding: 2px;}
.search_facet label {cursor: pointer;}
.search_facet label:hover {color: #da2c2a;}

/* CUSTOMER SATISFACTION INDEX */
#customer_satisfaction {
	overflow: hidden;
}
.customer_satisfaction_container {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #dedede, #f4f3f3) repeat scroll 0 0;
    border: 1px solid #dedede;
    border-radius: 3px;
    font: bold 10px/13px "Helvetica Neue","Helvetica",sans-serif;
    height: 15px;
    position: relative;
    text-align: right;
	clear: both;
	margin: 4px 0;
}
.customer_satisfaction_rating {
    background: -webkit-linear-gradient(#94da52, #2fa736);
	background: -o-linear-gradient(#94da52, #2fa736);
	background: -moz-linear-gradient(#94da52, #2fa736);
	background: linear-gradient(#94da52, #2fa736);
    border: 1px solid #3d9d50;
    border-radius: 3px;
    color: black;
    display: block;
    float: left;
    font-weight: bold;
    left: -1px;
    letter-spacing: 1px;
    position: absolute;
    text-shadow: 1px 1px #ccc;
    white-space: nowrap;
    z-index: 20;
	height: 100%;
}

.customer_satisfaction_details {
	clear: both;
	color: grey;
	line-height: 16px;
}

.customer_satisfaction_results {
	color: #4e7d0e;
}

.customer_satisfaction_results .results {
	width: 48%;
	float: left;
	text-align: center;
	font-size: 36px;
	padding: 20px 0;
}

.customer_satisfaction_results .results .total {
	display: block;
	margin-bottom: 10px;
}

.customer_satisfaction_results .results .title {
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	padding-top: 10px;
}

/* TOOL TIPS */
.tip {
  background-color: #FFF;
  color: #000;
  font-size: 16px;
	font-weight: bold;
  line-height: 16px;
  max-width: 600px;
	box-shadow: 2px 2px 8px 2px #999;
		padding: 8px;
}
.tip img {
	width: 100%;
	padding-top: 4px;
}
.tip.success {
  background-color: #47fe42;
  background-color: rgba(71, 254, 66, 0.8);
  color: #025600;
}
.tip.error {
  background-color: #ff7f86;
  background-color: rgba(255, 127, 134, 0.8);
  color: #7f0006;
}
.tip.light {
  background-color: #ebebeb;
  background-color: rgba(235, 235, 235, 0.8);
  color: #222222;
}

.tip[class*="arrow"]:before {
  content: ' ';
  position: absolute;
  border: solid transparent;
  width: 0px;
  height: 0px;
  border-width: 5px;
  border-color: #DDD;
}

.success[class*="arrow"]:before {
  border-color: #47fe42;
  border-color: rgba(71, 254, 66, 0.8);
}

.error[class*="arrow"]:before {
  border-color: #ff7f86;
  border-color: rgba(255, 127, 134, 0.8);
}

.light[class*="arrow"]:before {
  border-color: #ebebeb;
  border-color: rgba(235, 235, 235, 0.8);
}

.tip.arrow-right:before {
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin-top: -5px;
  top: 50%;
  left: 100%;
}

.tip.arrow-left:before {
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin-top: -5px;
  top: 50%;
  right: 100%;
}

.tip.arrow-top:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-left: -5px;
  bottom: 100%;
  left: 50%;
}

.tip.arrow-bottom:before {
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  margin-left: -5px;
  top: 100%;
  left: 50%;
}

/* MULTIVIEW */
#multiview .zoom-gallery img {max-width: 600px !important; max-height: 600px !important;}
#multiview li.first {clear: both; width: 98%;}
#multiview li {}
#multiview li img {width: 100%; }
#multiview .mcs-item {width: auto !important;}
#zoom-box {margin-bottom: 10px;}
.zoom-gallery .selectors .stl span {
	font-size: 15px;
	text-align: center;
}
@media (max-width: 767px) {
	#multiview .mcs-item img {width: 118px; margin: auto 5px;}
}

/* SEARCH SUGGEST */
.ui-autocomplete { z-index: 999; background: #FFF; text-align: left; box-shadow: 2px 2px 8px 2px #999; max-width: 50%; }
.ui-autocomplete-category {padding: 8px 12px; background: #da2c2a; color: #FFF; text-transform: uppercase; font-size: 16px; font-weight: bold;}
.ui-menu-item {padding: 4px 8px;}
.ui-menu-item:hover, .ac_product_result:hover {background: #F9F9F9; color: #da2c2a;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active  {border: none; background-color: #F9F9F9; background: none;}
.input-group:has(> .ui-autocomplete-input), .input-group:has(> #search) {width: 95%; }
.ac_product_result {display: block; cursor: pointer;}
.ac_product_result .product-name {margin-top: 0px;}
.ac_product_result .image {float: left; margin-right: 2%; width: 13%;}
.ac_product_result .image img {width: 100%; border: 1px solid #DDD;}
.ac_product_result .info {float: left; width: 85%;}
.ac_product_result .info .price {color: #c02638; font-weight: bold;}
a.show_more {color: #da2c2a;}
a.show_more:hover {color: #666;}
input.facet[type="checkbox"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.facet_label {
    background: url('/media/images/icons/checkbox-green.png') no-repeat;
	background-position: 0 3px;
	padding-left: 20px;
	font-size:13px;
	padding-bottom:5px;
}
.facet_label:hover, .facet_label:active, label.checked {
    background-position: 0 -16px;
}

/* ARROW TO SCROLL TO TOP */
.arrowUp {
    opacity:0.3;
    position:fixed;
    bottom:40px;
    right:25px;
    display:none;
	background: #999;
	z-index: 999;
}

.arrowUp:after {
	content: '\f432';
	font: bold 36px/1 "Genericons";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	padding: 12px;
}

.arrowUp:hover{
    opacity:0.6;
}

.ui-helper-hidden-accessible {display: none;}

/* SPECIFIC TO MAG001 */
.facet-header {width: 100%; background: #DDD; margin-bottom: 10px; position: fixed; top: 0;}
.facet-header .button {}
.homepage .image {float: left; width: 40%; padding: .5%;}
.homepage .image img {width: 100%; }
.homepage .text h2 {font-size: 20px;}
.homepage .std .subcat-listing .subcat-products li {list-style-type: none; width: 20%;}
.homepage .std .subcat-listing .subcat-products li img {}
.about_us { line-height: 24px; font-size: 14px; width: 740px; border: 1px solid #dddddd; float: left; margin-top: 15px; padding: 30px; }
.about_us h1 { font-size: 24px; color: #000; }
.about_us_people { float: left; height: 387px; width: 173px; margin-top: 20px; }

.mobile_only {display: none;}

/* NAVIGATION */
a.level1 {background: none; color: #000;}
.itemMenuImage {margin-top: 12px; border: 1px solid #F2F2F2; border-bottom: none; }
a.itemMenuImage:hover img {opacity: .75;}
.itemMenuImage img {width: 100%;}
.itemMenuImageText {margin: 0px !important; color: #000 !important;}
#custommenu-mobile .level0 {background: #F2F2F2;}
#menu-button a:link, #menu-button a:visited {margin-left:5px !important;padding:10px !important;border:1px solid #FFF;border-radius:5px;}
#menu-content {height:100vh;position:absolute;background:#F2F2F2;width:100vw;}
#custommenu-mobile .button {background-image:none !important;}
.menu-mobile .parentMenu {border-bottom:none !important;padding:5px 15px !important;}
div.menu {text-transform:none !important; font-weight:bold !important}
div.menu a span {padding-top:0px !important;}

/* QUICKORDER */
.quickorder input {padding: 10px 8px; margin: 8px 0; font-size: 18px; width: 95%;}
.quickorder .cart_left .quickorder-search {margin-bottom: 25px;}
.disabled {cursor: not-allowed;}

/* SHARING ICONS */
.share {list-style-type: none; text-align: right; margin: 10px 0;}
.share li {display: inline; padding: 2px;}
.share_pinterest:before {
	content: '\f210';
	font-family: "Genericons";
	font-size: 3em;
	color: #bd2327;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}
.share_facebook:before {
	content: '\f203';
	font-family: "Genericons";
	font-size: 3em;
	color: #47639e;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}
.share_googleplus:before {
	content: '\f206';
	font-family: "Genericons";
	font-size: 3em;
	color: #df4a32;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}
.share_print:before {
	content: '\f469';
	font-family: "Genericons";
	font-size: 3em;
	color: #666;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}
.share_email:before {
	content: '\f410';
	font-family: "Genericons";
	font-size: 3em;
	color: lightblue;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	vertical-align: middle;
}
.AmazonPayButtonMethod {display: none;}
.amazon-pay-button {margin-top: 15px;}
#p_method_paypal_express {float:left;}
.shipping form .sp-methods input[type=radio] {float:left;}
.shipping form .sp-methods label {width:90%;margin-top:2px;}
#checkout-shipping-method-load label {width:100%;}
.review_filter a, .review_pagination a {
    border: 1px solid #ddd;
    margin-right: 5px;
    padding: 8px 15px;
    font-size: 16px;
}
.select-box {padding-right:8px !important;}
input:focus, select:focus {background-color:#FFF !important;border-color:#66aef9;}
.compact-field {position:relative;}
.compact-field label {position:absolute;left:10px; top:2px;}
.compact-field input {padding:25px 8px 5px 8px;}
.compact-field select {}

/* HOMEPAGE */
.homepage .image {float: left; width: 98%; padding: .5%;}
.homepage .image img {width: 100%; }
.homepage .text {line-height: 24px; padding: 5% 10%; width: 100%; color: #5e5e5e;}
.homepage .text h2 {font-size: 20px;}
.homepage .text p {margin-top: 20px;}
.homepage .text button {float:right;}
.homepage .text p a {color: #0077D1; font-weight: bold;}

.color_0 {background: #68C6F8;}
.color_1 {background: #3AB7FA;}
.color_2 {background: #0DA8FB;}
.color_3 {background: #03A3F9;}
.color_4 {background: #0171AD;}

.measuring_id{background: #005D8F};
.qa{margin-bottom: 10px;}
.small, small {font-size: 85%;}
.input-group{position:relative;display:table;border-collapse:separate;}
.input-group-addon{border:none;padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#005D8F;width:1%;white-space:normal;vertical-align:middle;display:table-cell;}
.searching{font-family:"Genericons";-webkit-font-smoothing:antialiased;color:#fff;font-size:24px;}
.input-group .form-control{height:38px;font-family:inherit;font-size:13px;line-height:normal;color:#555;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s; -o-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;box-sizing: border-box;}
.input-group .form-control:focus{border-color: #66afe9;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);}
.text-success {color: #3c763d;font-weight:bold;}
.bold{font-weight:bold;}
.error {border: 1px solid red!important;font-weight:inherit;color:inherit;}
.qa_table a {font-size:13px;color: #005D8F;}
.qa_table .btn-warning {color: #fff;}
.qa_input_details {margin-top: 10px; overflow: hidden;display: flex;align-items: center;gap: 15px;}
.qa_table hr{margin-top:10px;margin-bottom:10px;border:0;border-top:1px solid #eee;height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
#fancybox-title-wrap {display:none;}
#fancybox-frame {overflow:auto;-webkit-overflow-scrolling:touch; width: 100%; height: 100%; }
.reviews {overflow: hidden;}
.reviews_summary .summary_title {color: #005D8F;}
.review_bar_value {background:#005D8F;}
.reviews .rating_star_icon_solid, .reviews .rating_star_icon {float:left;}
.reviews .title {text-transform:uppercase;float:left;}
.review_image:hover img {border:3px solid #005D8F;}
.review_filter a:hover, .review_filter .active, .review_pagination a:hover, .review_pagination button:hover, .review_pagination .active {border:1px solid #005D8F; background:#005D8F;}
.recommended_title {color: #005D8F;}

.parallax {overflow:hidden;position:relative;clear:both;height:calc(100vw / 4); background-attachment: fixed; background-repeat: no-repeat;background-size: cover;margin-bottom:15px;}
.validation-advice {display:none;}
.customer-account-create .buttons-set {float:right}
.checkout-onepage-index .main-container {max-width:992px}
.checkout-onepage-index .list-discounts, .customer-account-create .list-discounts {display:none;}
.checkout-onepage-index .footer-container {display:none;}
.account-create .fieldset {padding:0px;border:none;}
.opc .legend {margin-top:0px;font-weight:normal;text-transform:uppercase;font-size:16px;padding:0 8px;}
.container-name {width:40%;float:left}
.container-address {width:60%;float:left}
	.name-firstname {width:55% !important;}
	.name-lastname {width:45% !important;}
	.name-password {width:50% !important;}
	.name-city {width:32% !important;}
	.name-state {width:36% !important;}
	.name-zip {width:32% !important;}
	.name-country {width:45% !important;}
	.name-phone {width:55% !important;}
.name-state .input-box, .name-country .input-box {padding-right:5px;}
.shipping-disclaimer {width:45%;background-color: #F2F2F2; padding: 10px; margin-right: 1%; float: left}
.shipping-methods {float: left; width: 50%;margin:0px;}
#checkout-step-shipping_method .buttons-set {float:right;}
.qa_table table .collapse {display:none;}
.catalog-category-view .note-msg {display:none;}
.product-shop .add-to-cart {width:100%;}
.product-shop input.qty {width:40px}
.product-shop .add-to-cart button.button {width: calc(100% - 65px);border-radius:25px;}
#multiview .mcs-wrapper {margin:auto 5px;}
#multiview .mcs-item {margin:auto 5px;}
.mcs-items-container {text-align:left;}
a[data-zoom-id] img, .mz-thumb img {padding-bottom: 0px !important; border-bottom: none !important;}
.MagicScroll-horizontal .mcs-button-arrow {
	width: 30px;
	height: 100%;
	margin: auto -2px;
}
@media (max-width: 767px) {
	.add-to-box .add-to-links {
		float: none;
		margin-top: 10px;
		width: 100%;
		display: inline-flex;
		justify-content: center;
		gap: 20px;
	}
	.add-to-box .add-to-links a {
		padding: 10px;
	}
	.MagicScroll-horizontal .mcs-button-arrow {
		width: 35px;
	}
	#multiview .mcs-wrapper {margin:auto 15px;}
}

/* ATTRIBUTE STYLES */
[class^="attribute_"] {clear:both;}
.attribute_15, .attribute_430 {width:40%; float:left; clear:none;}
.attribute_429 {width:49%;margin:0 1% 0 0 !important;float:left; clear:none;}
.attribute_430 {width:50%; float:left; clear:none;}
.attribute_8, .attribute_9, .attribute_10, .attribute_11, .attribute_12, .attribute_13, .attribute_14 {width:59%;margin:0 1% 0 0 !important;float:left; clear:none;}

/* BOOTSTRAP STYLES */
.navbar-nav>li>.dropdown-menu {min-width:220px;}
.navbar-default .navbar-nav>li>a {color: #707070;}
.well .input-text {margin-bottom:5px;}
.well textarea {max-width:460px;width:100%;}
.btn {border-radius:25px; display:inline-block;margin-bottom:0;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;font-size:14px;padding:16px 24px;border-style:none;margin-top:5px;background:#F2F2F2;color:#FFF}
.btn-xs {background-color:#F2F2F2;color:#000;padding:1px 5px; font-size:12px; line-height:1.5;border:none;}
.btn-xs:hover {color:#333;background-color:#e6e6e6;border-color:#adadad;}
.btn-success {color:#FFF;background-color:#5cb85c;border-color:#5cb85c;}
.btn-success:hover {background-color:#449d44;border-color:#398439;}
.btn-warning {background-color:#f0ad4e;}
.pull-left {float:left;}
.pull-right {float:right;}
sub, sup {font-size: 50%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em}
[class*="col-xs-"] {padding-right:2px; padding-left:2px;}
@media (max-width: 767px) {
	.product-view .product-img-box {position:relative;}
	.mobile_none {display: none !important;}
	.mobile_only {display: block;}

	/* HEADER */
	.header-container {padding: 0px;}
	.header {padding-bottom: 0px;}
	.header div.logo {width: 35%; max-width: auto; min-width: auto;}
	.header a.logo {width: 90%; max-width: auto; min-width: auto;}
	.header .form-search {display: none;}
	.header .quick-access {float: left; width: 100%; padding: 0;}
	.header .links {padding: 0px;}
	ul.links {border: none; height: 32px; padding: 0;}
	ul.links_bottom {display: none;}
	#menu-button a:link, #menu-button a:visited { margin: 0%; font-weight: bold; }
	.breadcrumbs {display: none;}
	.links li a {padding: 0; border-radius: 0px; float: left; padding: 16px; display: block;background:transparent;}
	li .shopping_cart::before, li .phone::before, li .btn_search::before { font-size: 20px; }
	#menu-content {width:100%}

	/* NAVIGATION */
	.close:before {
		content: '\f431';
		font: bold 24px/1 "Genericons";
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		vertical-align: top;
	}

	#custommenu-mobile .level0 {background-color:#FFF;font-size:1.15em;padding:8px;text-transform:uppercase;}
	.menu-mobile .parentMenu {border-bottom:none;}
	select {border-radius:0px;-webkit-appearance:none;}
	.parallax {background-attachment:inherit;height:calc(100vw / 2);}

	/* PAGE TEMPLATES */
	.col2-left-layout .main .col-main {width: 100%;}
	.col2-left-layout .main .col-left {display: none; position: absolute; width: 100%; height: 100%; background: #FFF; padding: 0; }

	/* HOMEPAGE */
	.homepage .image {float: left; width: 98%; padding: .5%;}
	.homepage .image img {width: 100%; }
	.homepage .text {float: right; line-height: 24px; padding:1%; width: 100%;}
	.homepage .text h2 {font-size: 20px;}
	.homepage .text p {text-align: right; margin-top: 20px;}
	ul.subcat-products {padding: 0px;}
	.homepage .std .subcat-listing .subcat-products li {width: 50%; min-width: auto; }

	/* CATEGORY PAGES */
	.main-container {width:100%;}
	.catalog-category-view .subcat-listing .subcat-products li {width: 100%; min-width: auto; background:#F2F2F2;border-radius:5px;margin-bottom:5px;border:1px solid #DDD;}
	.catalog-category-view .subcat-listing .subcat-products li h2 {margin:0px;float:left;text-align:left;padding:15px;}
	.catalog-category-view .subcat-listing .subcat-products li img {margin: 0 0 5px;border-radius:5px;width:65px;float:left;}
	.catalog-category-view .subcat-listing .subcat-products li a {display:inline-block;width:100%;margin:0;padding:10px 10px 0;}
	.catalog-category-view .subcat-listing .subcat-products li a:hover {text-decoration:none;}
	.catalog-category-view .subcat-listing .subcat-products li a:after {
		content: '\f431';
		font: bold 24px/1 "Genericons";
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		vertical-align: top;
		color: #666;
		transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		position: absolute;
		right: 5px;
		bottom: 30px;
	}
	.products-grid {border: none;}
	.products-grid .product-image {margin:0px;}
	.products-grid .product-image .image_style_ {padding:0px;}
	.products-grid li {margin-bottom:5px;}
	.products-grid li a:hover {text-decoration:none;}
	.products-grid li .item-body {background:#F2F2F2;display:block}
	.products-grid li.item {width: 100%; height: auto; border-left: none; border-bottom: 1px solid #DDD; text-align: left; position: relative;}
	.products-grid li.item:after {
		content: '\f431';
		font: bold 24px/1 "Genericons";
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		vertical-align: top;
		color: #666;
		transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		position: absolute;
		right: 5px;
		bottom: 75px;
	}
	
	.products-grid li.item .actions .link_compare {display: none;}
	.products-grid .item .ratings {height: 15px;}
	.products-grid .actions {position: relative; width: 100%; text-align: center; margin: 15px 15px 0 0; display: none;}
	.products-grid .actions .quickzoom, .products-list .actions .quickzoom {display: none;}

	.wide .products-list .product-shop {position: relative; width: 100%; border: none; padding: 2% 0;}
	.wide .products-list .add-to-links {display: none;}
	.products-list li.item .moulding_profile {right: 0px; top: 0px; height: 75px;}


	/* PRODUCT PAGES */
	.col1-layout .product-view .product-shop {clear: both; width: 100%;}
	.col1-layout .product-view .product-img-box {float: none; width: 100%;}
	.toolbar .pager .pages {clear: both; width: 100%; margin: 0; border-top: 1px solid #DDD; padding-top: 10px;}
	.measuring_id {display: none;}
	.product-view .product-shop .email-friend {display: none;}
	.sample_icon {}
	button.sample_icon span span {padding: 8px 12px;}

	/* PAGINATION */
	.toolbar .pager .amount {padding: 10px 0; float: left; }
	.toolbar .pager .limiter {display: none;}
	.toolbar .pager .pages li {font-size: 24px; padding: 2px 12px;}
	.toolbar .pager .pages li img {width: 5%;}
	.toolbar .pager .slide_content {float: right; margin-bottom: 10px;}

	/* FILTER RESULTS */
	.block-content dd ol li {position: relative; background: #F2F2F2; border: 1px solid #DDD; border-top: none; padding: 4%; width: 92%;}
	#narrow-by-list dd ol li a, #narrow-by-list2 dd ol li a, .block-content ul li a {padding: 0px; width: auto; display: inline;}
	.block-content dd ol li:after {
		content: '\f431';
		font: bold 24px/1 "Genericons";
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		vertical-align: top;
		color: #666;
		transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		float: right;
	}

	/* SHOPPING CART */
	.save_cart {display: none;}
	.cart_right { width: 100%; padding: 15px 0; margin-top: 15px; }
	.cart_left { width: 100%; padding: 0px; }
	#empty_cart_button {display: none;}
	.cart-table .qty {font-size: 12px;}
	.cart-table .product-image img {width: 50px; height: 50px;}

	/* SEARCH RESULTS */
	.products-grid .product-image .image_style_5 {width: 90%;}
	.sort-by label {display: none;}
	

	/* ACCOUNT LOGIN */
	.account-login .new-users {width:100%;}
	.account-login .registered-users {width:100%;}
	.mobile-only-hr {padding:15px 0;border-top:1px solid #DDD;clear:both;display:block;}

	/* CHECKOUT PAGES */
	.checkout_header {padding:10px 0;text-align:center;}
	.checkout_header img {width: auto; height: auto;}
	.checkout-onepage-index .wrapper .page .col2-right-layout .main .col-main {width: 100%;}
	.checkout-onepage-index .wrapper .page .col2-right-layout .main .col-right {width: 100%; padding: 0px;display:none;}
	.checkout-onepage-index .main > div {padding:0px;}
	.checkout-onepage-index .form-list .input-box {padding-right:5px;}
	#checkout-progress-wrapper {margin-top: 10px;}
	#checkout-step-login .col2-set .col-1 {width: 100%;}
	#checkout-step-login .col2-set .col-2 {width: 100%; border-top: 1px solid #DDD;padding-top: 20px; border-right: none;margin:20px 0 0 0;}
	.form-list li.wide .input-box {}
	.form-list li.wide input.input-text {width: 100%;}
	.form-list li.wide select {width: 100%;}
	.sp-methods dd a img {width: 95%;}
	#checkout-shipping-method-load {width: 100%;}
	.shipping-disclaimer {width:100%; }
	.container-name {width:100%;}
	.container-address {width:100%;}
	.form-list select {white-space:pre-wrap;}

	/* FOOTER */
	.footer-top {height: 100%;}
	.footer-top .title {display: none; }
	.footer-top .footer-content .columns {width: 100%;}
	.footer-top .footer-content .columns h2 {color: #FFF; display: none; }
	.footer-top .columns ul {padding-left:0px;margin-bottom:0px;}
	.footer-top .columns ul li {border-bottom: 1px solid #DDD; background: #F2F2F2; width: 100%; padding: 4%; color: #666; }
	.footer-top .columns ul li #search_mini_form .btn_search {position: absolute; right: 7px; bottom: 8px;}
	.footer-top .columns ul li a {}
	.footer-top .columns ul li:after {
		content: '\f431';
		font: bold 24px/1 "Genericons";
		display: inline-block;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		vertical-align: top;
		color: #666;
		transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		float: right;
	}
	.footer-top .form-search ul li:after { content: ""; }
	.footer-top .columns ul li a {color: #666;}
	.footer-bottom {display: none;}

	/* ABOUT US */
	.col3-set {padding: 15px;}
	.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 {width: 100%; float: none; margin: 0;}
	.about_us {width: 90%; float: none !important; overflow: hidden; height: auto; padding: 5%; }
	.about_us_people {display: none;}

	.review_filter a {display:block;margin-bottom:5px;}
	.loading_blue {left: 35vw;top:40vw;}
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
	.main-container {width:90vw;}
}
	.dropdown-menu li.active {background:#F2F2F2;font-weight:bold;}
	.filter_summary {}
	.filter_summary li {display:inline;}
	.filter_summary li a {background:#337ab7;padding:4px 15px;border-radius:15px;color:#FFF;margin-right:2px;}
	.filter_summary li a:hover {text-decoration:none;}
	.nav-right {position:fixed;top:0;height:100%;z-index:9999;background:#FFF;width:100%;max-width:500px;overflow:hidden;right:-500px;}
	.nav-right h2 {font-size:18px;width:100%;background:#191919;color:#FFF;margin:0;padding:20px 20px 20px 36px;text-align:center;}
	.nav-right .nav-right-main {height:100%;overflow-y:auto;direction:ltr;padding:0 0 50px 0;}
	.nav-right-close {float:left;color:#FFF;}
	.nav-right-close:hover {text-decoration:none;color:#666;}
	.request-a-quote img {width:15%;padding:3%;margin:0 3% 5% 0;}
	button.request-a-quote {display:block;position:relative !important;}