/*
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */




/*Fonts*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),
       url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),
       url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),
       url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helveticaneue_0.eot');
    src: url('../fonts/helveticaneue_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneue_0.woff') format('woff'),
         url('../fonts/helveticaneue_0.ttf') format('truetype'),
         url('../fonts/helveticaneue_0.svg#helvetica_lt_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon';
    src: url('../fonts/brandongrotesque-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'brandon';
    src: url('../fonts/brandongrotesque-regular-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Museo Sans";
    src: url(MuseoSans_500.otf);
    font-weight: 500;
}

@font-face {
    font-family: "Museo Sans";
    src: url(MuseoSans_100.otf);
    font-weight: 100;
}

@font-face {
    font-family: "Museo Sans";
    src: url(MuseoSans_300.otf);
    font-weight: 300;
}

@font-face {
    font-family: "Museo Sans";
    src: url(MuseoSans_700.otf);
    font-weight: 700;
}

@font-face {
    font-family: "Museo Sans";
    src: url(MuseoSans_900.otf);
    font-weight: 900;
}
/*End Fonts*/

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

/*body          { color:#626262; text-align:center; font-family: 'helvetica', helvetica, Arial; font-size:13px; margin:0px; padding:0px;/*background:#F7F7F7;}*/
body          { color:#626262; text-align:center; font-family: 'brandon', museo, Arial; font-size:13px; margin:0px; padding:0px;}

img           { border:0; vertical-align:top; max-width:100%;}

input[type="checkbox"], input[type="radio"] {border: 0;}

a             { color:#626262; text-decoration:none; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }
::selection
{
background-color:#fc763f;
color:#FFF;
}
::-moz-selection
{
background-color:#fc763f;
color:#FFF;
}
::-webkit-selection
{
background-color:#fc763f;
color:#FFF;
}

a:not(.no-transition),
button,
input,
.show_box .show_pan,
.sort_box .sort_pan,
.shopping_cart,
.language_box .language_pan,
.currency_box .currency_pan,
div:not(.no-transition,.slick-track),
.product-view .product-shop .add-to-links li a i{
  transition: all 300ms ease;
  -moz-transition:  all 300ms ease;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
.sort_detail,
.show_detail,
.currency_detail,
.language_detail,
.slideTogglebox,
#custommenu-mobile #menu-content,
#nav,
div.wp-custom-menu-popup,
.block .block-content,
.footer .block-content,
.block form,
.bx-wrapper,
.bx-viewport,
.top-menu,
.owl-carousel .owl-wrapper, .owl-carousel .owl-item,
.atm{
transition: all 0ms ease;
-moz-transition: all 0ms ease;
-webkit-transition: all 0ms ease;
-o-transition: all 0ms ease;
-ms-transition: all 0ms ease;}

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35;  }
h1            { font-weight:normal; }
h2            { font-weight:normal; }
h3            {font-weight:bold !important; }
h4            { font-weight:bold !important; }
h5            {font-weight:bold !important; }
h6            { font-weight:bold !important; }

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

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

/* Content */
p             { margin:0 0 10px; }
strong        {font-weight:bold !important;}
address       { font-style:normal; line-height:1.75; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { }

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

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding: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; }


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


/* Layout ================================================================================ */
.wrapper { min-width:100%; overflow: hidden;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {  }
.main { width:1200px; margin:0 auto; text-align:left; margin-top:30px;max-width: 94%;}
.customer-account-login .main,
.checkout-cart-index .main,
.catalog-product-view .col1-layout .main,
.cms-home .col1-layout .main,
.checkout-multishipping-login .main{width: auto;max-width: 100%;}
.content{width:1200px; margin:0 auto;max-width:94%;}
.cms-home .col1-layout .main{margin-top: 0px;}

/* Base Columns */
.col-left { float: left;width: 23%;padding: 0 0 0px;}
.col-main { float: left;width: 74.29%;padding: 0 0 0px;}
.col-right { float: right;width: 23%;padding: 0 0 0px;}
.checkout-onepage-index .col-right{}
.checkout-onepage-index .col-main{}

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

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right;  }
.col2-right-layout .col-main {}
.col2-left-layout .breadcrumbs {}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { margin:0 auto; }


/* 3 Columns Layout */
.cms-home .col-left {/*margin-top: 40px;*/}
.cms-home .col-right {/*margin-top: 40px;*/}
.col3-layout .col-main {float: left;width: 48%;margin-left: 3%;margin-right: 3%;}

/* Content Columns */
.col2-set .col-1 { float:left; width:44.5%; padding:15px;background:#F7F7F7;}
.col2-set .col-2 { float:right; width:44.5%; padding:15px;background:#F7F7F7;}
.col2-set .new-users,
.col2-set .registered-users{width: 100%;margin: 0 auto;float: left;padding: 30px 0px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;background: #FFF !important;}
.col2-set .new-users{  margin-top: 30px;}
.col2-set .registered-users .form-list li{float: left;width: 50%;margin: 0px;margin-bottom: 20px;}
.col2-set .registered-users .form-list .input-box{float: left;display: inherit;clear: none;width: 57%;margin-left: 5%;}
.col2-set .registered-users .form-list input.input-text{width: 94%;}
.col2-set .registered-users .form-list label.required{padding-top: 8px;}
.col2-set .registered-users .form-list label.required em{top: 9px;}
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:60%; }
.col2-set p {margin-bottom:20px;}
.col2-set .col-1 p {clear:left;line-height:1.75;text-align:left;}

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


/*CMS Pages*/
.custom{}
.custom h1{font-size: 30px;}
.custom h6{font-weight: normal;}
.custom h2{color: #000;font-size: 20px;}
.custom h2.subtital{margin-bottom: 20px;border-bottom: 1px solid #E4E4E4;padding-bottom: 10px;}
.custom p{font-size: 14px;line-height: 1.5;color: #666;}
.custom blockquote{padding: 0px;}
.custom blockquote p{font-size: 15px;font-style: normal;}
.custom blockquote.pull-right{text-align: right;}
.custom table button.button:first-child{float: left;}
.custom .data-table thead th{text-align: center !important;}
.custom .data-table tfoot td,
.custom .data-table tfoot td.last{text-align: right !important;}
.custom button.button{display: inline-block;}
.one_half,
.one_third,
.one_fourth,
.one_fifth{float: left;margin-right: 3%;}
.one_half{width: 48.5%;}
.one_third{width: 31.3%;}
.one_fourth{width: 22.7%;}
.one_fifth{width: 17.6%;}
.one_full{width: 100%;float: left;}
.one_half.last,
.one_third.last,
.one_fourth.last,
.one_fifth.last{margin-right: 0px;float: right;margin-bottom: 0px;}
.martop4{margin-top: 40px;height: 0px;}
.martop3{margin-top: 30px;height: 0px;}
.martop2{margin-top: 20px;height: 0px;}
.martop1{margin-top: 10px;height: 0px;}
.clear{clear: both;height: 0px;}
.img_right{float: right;margin-left: 1%;}
.img_left{float: left;margin-right: 1%;}
.img_top,
.img_bottom{width: 100%;float: left;}
.img_top{margin-bottom: 20px;}
.img_bottom{margin-top: 20px;}
.img_center{text-align: center;}
ul.list-custom,
ul.list-icon{list-style: none;}
.list-custom.unordered{list-style: none;}
.list-custom li{line-height: 1.8;}
.list-custom li em,
.list-custom li i{font-style: normal;color: #1aa1e1;margin-right: 10px;font-family: 'FontAwesome';font-size: 8px;margin-top: 6px;float: left;}
.list-icon{list-style: none !important;}
.list-icon li{float: left;margin-bottom: 30px;}
.list-icon li.last{margin-bottom: 0px;border-bottom: none;}
.list-icon .right{float: none !important;}
.list-icon.large-icon .right{margin-left: 90px;}
.list-icon.small-icon .right{margin-left: 60px;}
.list-icon p{margin-top: 0px;}
.list-icon em{color: #FFF;font-family: 'FontAwesome';float: left;font-style: normal;text-align: center;}
.list-icon.large-icon em,
.list-icon.large-icon i{font-size: 2.5em;width: 70px;line-height: 70px;border-radius: 3px;font-style: normal;}
.list-icon.small-icon em,
.list-icon.small-icon i{font-size: 1.5em;width: 40px;line-height: 40px;border-radius: 3px;font-style: normal;}
.list-icon .icon1{background: #852b99;}
.list-icon .icon2{background: #35aa47;}
.list-icon .icon3{background: #4b8df8;}
.list-icon .icon4{background: #eb7814;}
.color_tag{padding: 10px;}
.color_tag h3{color: #FFF;min-height: 50px;}
.red{background:#E61400;min-height: 30px;}
.green{background: #319A31;}
.blue{background: #19A2DE;}
.teal{background: #00AAAD;}
.lime{background: #8CBE29;}
.pink{background: #E671B5;}
.magenta{background: #FF0094;}
.borwn{background: #9C5100;}
.mango{background: #EF9608;}
.purple{background: #A500FF;}

#oar_widget_orders_and_returns_form .form-alt li{padding:20px 0px 20px 0px;}

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

/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea {font-size: 13px;font-family: 'helvetica', helvetica, Arial;vertical-align: middle;color: #626262;border: 1px solid #E4E4E4;background: #FFF;}
input.input-text,textarea { padding:4px 6px;}
input.input-text,
select,
.onepagecheckout_datafields .col-1 .form_fields input.t1{line-height: 24px\9;}
select { padding:5px; display:inline-block;}

select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #E4E4E4; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; resize:none;}
input.radio { margin-right:3px; margin-top: 3px; }
input.checkbox { margin-right:3px; margin-top: 3px;}
input.qty { width: 2em !important;padding: 5px 5px 5px 5px;border-color: #000;border-radius: 3px;text-align: center;color: #000;height: 16px;line-height: 18px;}
.data-table input.qty{}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button {background:#fc763f;border:none;display:block; padding:10px 22px; text-align:center; color:#fff;font-size:14px;border-radius:0px;*height:39px;*line-height:39px;border-radius:3px;font-family: 'helvetica', helvetica, Arial;}
button.button:hover {background:#000;}
button.button span span { border:0; padding:0; background:none;}
button.disabled span { border-color:#CDCDCD !important; background:#bbb !important; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

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

/* Form lists */
/* Grouped fields */
.form-list li { margin:0 10px 15px 0px; }
.form-list label { float:left;  font-weight:normal; position:relative; z-index:0; padding-bottom:10px;font-size: 15px;}
.form-list label.required {float: left;font-weight: normal;position: relative;z-index: 0;padding-bottom: 10px;}
.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; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box { display:block; clear:both; width:260px; }

.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:246px; height:25px;}
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; height:33px; padding:8px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #E4E4E4; 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; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* 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 { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-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; padding:25px 0 0; border-top:1px solid #E4E4E4; text-align:right;margin:3em 0 0; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0;margin-top:0px;}
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }


.fieldset { margin:28px 0; }
.my-account .fieldset{margin-bottom:28px;margin-top:0px;}
.fieldset .legend {float: left;width: 100%;position: relative;border-bottom: 1px solid #E4E4E4;padding-bottom: 10px;font-weight: normal;margin-bottom: 20px;font-size: 20px;color: #000;}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; font-size:12px;  line-height:13px; color:#eb340a; }
.validation-advice:before {font-family:'FontAwesome';padding-right: 5px;}
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { text-align:right; color:#FF0F0F; }
/* 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:#ee001c; font-weight:bold; }
.notice { color:#ccc; }

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

.error-msg,
.success-msg,
.note-msg,
.notice-msg { 
	background-position:25px center !important;
	background-repeat:no-repeat !important;
	padding:15px 25px 15px 80px !important;
        margin-bottom: 20px;
}
.error-msg {
	border-color:#c02230;
	background-color:#F5DAD3;
	background-image:url(../images/i_msg-error.png);
	color:#c02230;
}
.success-msg {
	border-color:#296a23;
	background-color:#e9ffca;
	background-image:url(../images/i_msg-success.png);
	color:#296a23;
}
.note-msg,
.notice-msg {
	border-color:#7c622a;
	background-color:#FDEDA4;
	background-image:url(../images/i_msg-note.png);
	color:#7c622a;
}


/* BreadCrumbs */
.breadcrumbs {margin:0px 0 15px;font-size: 11px;}
.breadcrumbs .content{max-width: 100%;}
.catalog-product-view  .col1-layout .breadcrumbs .content{max-width: 94%;}
.breadcrumbs ul{text-align:left;}
.breadcrumbs ul label{margin-right: 10px;}
.breadcrumbs li {display:inline; }
.breadcrumbs li.home {padding-left:0px;}
.breadcrumbs li strong {font-weight:normal !important;}
.breadcrumbs li a { text-decoration: none;}
.breadcrumbs li a:hover{text-decoration:underline;}
.breadcrumbs li i {display: inline-block;padding:0 8px;}
.breadcrumbs p{float:left;}
/* Page Heading */

.page-title {width: 100%;overflow: hidden;border-bottom: 1px solid #E4E4E4;margin-bottom: 20px;}
.page-title h1,
.page-title h2 {font-weight: normal;font-size: 30px;margin: 0px;color: #000;padding-bottom: 10px;padding-right: 50px;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons button.button {float: right;margin-bottom: 0px;margin-top: 7px;margin-right: 15px;}
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { text-align:left; float:left;}
.sub-title {clear: both;padding: 15px 0 0;margin: 0 0 6px;color: #fc763f;font-size: 12px;font-weight:bold !important;}

.color_bg{
  width: 100%;
  float: left;
  padding: 30px 0px;
  position:relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;  
}
.top-menu.color_bg{
  background: #F7F7F7;
}

.category-left .color_bg,
.category-right .color_bg,
.category-full .color_bg{padding: 0px 3% 30px 3%;}
/* Category Block=============== */



.category-block{
    margin-bottom:20px;
}
.category-block p{
    margin:0px;
}


/* Toolbar ===================== */

/*View mode*/
.sorter .view-mode label{display:table-cell;vertical-align:middle;display:none;}

/*toolbar pager*/
.toolbar {margin-bottom: 30px;width: 100%;border-bottom: 1px solid #E4E4E4;padding-bottom: 15px;}
.toolbar .pager {padding: 0px;background: none;float: left;padding-top: 6px;margin-left: 10px;}
.toolbar .pager .amount{padding-top:0px;}
.toolbar .pager .sorter{padding:0px;border: none;}
.toolbar .sorter,
.my-account .pager .sorter{ ptext-align:center;}
.toolbar-bottom .toolbar{margin-bottom: 0px;}

/* Pager */
.pager {}
.pager .amount { float:left; margin:0;padding-top: 6px;padding-right:5px;}
.pager .limiter {}
.pager .limiter .show_detail{left:0;}
.pager .limiter.active{}
.pager .limiter label { vertical-align:middle; float:left;margin-top:9px;font-size:11px;}
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages {display:table;float:right;}
.pager .pages strong{display: none;}
.pager .pages ol {  display:inline;}
.pager .pages li { padding: 0 5px;float:left;}
.pager .pages li a {}
.pager .pages li a:hover{color: #fc763f;text-decoration: none;}
.pager .pages .current {color: #fc763f;}
.pager .amount strong {}
.pager .pages a.next,
.pager .pages a.previous{color: #fc763f;}
.pager .pages a.next:hover,
.pager .pages a.previous:hover{}
.pager .pages a.next img,
.pager .pages a.previous img{display:none;}
.my-account .pager{ margin-top:20px;margin-bottom:20px;} 
.my-account .pager .show_main_box{margin-left:0px;}
.my-account .pager .pages {}
.my-account .pager .amount{}

/*dropdown*/
.sorter .view-mode{float:left;margin-bottom: 0px;}
.sorter .view-mode label{display:table-cell;vertical-align:middle;display: none;}
.grid,
.list{font-family: 'FontAwesome';font-size:24px;text-decoration:none;margin-right: 10px;margin-top: 3px;float: left;color:#C6C6C6;font-weight: normal !important;}
.grid:hover,
.list:hover{color:#fc763f;text-decoration:none;}
.grid-mode-active,
.list-mode-active{color:#fc763f;text-decoration:none;}



.sort_main_box {display:table;float:right;font-size: 12px;z-index: 13;position: relative;}
.sort_main_box label{display:table-cell;vertical-align:middle;padding-right:10px;display: none;}
.sort_box {position: relative;font-style: normal;}
.sort_box .sort_pan{z-index: 2;position: relative;padding: 5px 10px;float: left;border: 1px solid #fc763f;border-radius: 3px;color: #fc763f;cursor: pointer;}
.sort_box:hover .sort_pan{background: #fc763f;color: #FFF;}
.sort_box .sort_detail_arrow {display:none;border-bottom: 5px solid #626262;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;position: absolute;top: -8px;left: 17px;}
.sort_detail{padding: 5px 0px 0px;background: #FFF;position: absolute;left: 0;top: 25px;text-align: left;border: 1px solid #fc763f;width: 92%;border-top: none;opacity: 0;visibility: hidden;-webkit-transition: visibility 0s 0.0s, opacity 0.2s;transition: visibility 0s 0.0s, opacity 0.2s;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;}
.sort_box:hover .sort_detail{visibility: visible;opacity: 1;-webkit-transition: opacity 0.3s;transition: opacity 0.3s;}
.sort_detail a{padding:5px 4px 5px 5px; display: block; text-decoration: none; }
.sort_detail a img{padding-right: 5px;margin-top:2px;display:none;}
.sort_icon.selected{color:#fc763f;}
.sort_detail a:hover{background: #fc763f;color: #FFF;}
.sort_pan span{font-weight: normal;float: left;}
.sort_main_box .icon-long-arrow-up,
.sort_main_box .icon-long-arrow-down{margin-left: 5px;margin-top: 8px;float: right;color: #fc763f;text-decoration: none;}


.show_main_box {display:table;float:right;margin-right: 10px;font-size: 12px;z-index: 12;position: relative;}
.show_main_box label{display:table-cell;vertical-align:middle;padding-right:10px;display: none;}
.show_box {position: relative;font-style: normal;}
.show_box .show_pan{z-index: 2;position: relative;padding: 5px 10px;float: left;border: 1px solid #fc763f;border-radius: 3px;color: #fc763f;cursor: pointer;}
.show_box:hover .show_pan{background: #fc763f;color: #FFF;}
.show_box .sort_detail_arrow {display:none;border-bottom: 5px solid #626262;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;position: absolute;top: -8px;left: 17px;}
.show_detail{padding: 5px 0px 0px;background: #FFF;position: absolute;left: 0;top: 25px;text-align: left;border: 1px solid #fc763f;width: 100%;border-top: none;opacity: 0;visibility: hidden;-webkit-transition: visibility 0s 0.0s, opacity 0.2s;transition: visibility 0s 0.0s, opacity 0.2s;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;}
.show_box:hover .show_detail{visibility: visible;opacity: 1;-webkit-transition: opacity 0.3s;transition: opacity 0.3s;}

.show_detail a{padding:5px 4px 5px 5px; display: block; text-decoration: none; }
.show_detail a img{padding-right: 5px;margin-top:2px;display:none;}
.show_icon.selected{color:#fc763f;}
.show_detail a:hover{background: #fc763f;color: #FFF;}
.show_pan span{font-weight: normal;float: left;}

.show_pan .icon-angle-down,
.sort_pan .icon-angle-down,
.show_pan .icon-angle-up,
.sort_pan .icon-angle-up{float: right;margin: 1px 1px 1px 30px;}

.show_pan .icon-angle-up,
.sort_pan .icon-angle-up,
.show_box:hover .show_pan .icon-angle-down,
.sort_box:hover .sort_pan .icon-angle-down{display:none;}

.show_box:hover .show_pan .icon-angle-up,
.sort_box:hover .sort_pan .icon-angle-up{display:block;}

.header_currency{display: inline-block;}
.header_currency.active { }
.col-left .header_currency {display:none;}
.header_currency label {display:table-cell;vertical-align:middle;padding-right:15px;}
.currency_box {float: right;position: relative;font-style: normal;font-size:12px;}
.currency_box .currency_pan{z-index: 2;position: relative;padding: 5px 10px;float: left;border: 1px solid #fc763f;border-radius: 3px;color: #fc763f;cursor: pointer;}
.header_currency:hover .currency_pan{background: #fc763f;color: #FFF;}
.currency_box .currency_arrow {display:none;border-bottom: 5px solid #626262;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;position: absolute;top: -8px;left: 17px;}
.currency_detail{padding: 5px 0px 0px;background: #FFF;position: absolute;left: 0;top: 25px;text-align: left;border: 1px solid #fc763f;width: 100%;border-top: none;opacity: 0;visibility: hidden;-webkit-transition: visibility 0s 0.0s, opacity 0.2s;transition: visibility 0s 0.0s, opacity 0.2s;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;}
.header_currency:hover .currency_detail{visibility: visible;opacity: 1;-webkit-transition: opacity 0.3s;transition: opacity 0.3s;}
.currency_detail a{padding:5px 4px 5px 5px; display: block; text-decoration: none; }
.currency_detail a img{padding-right: 5px;margin-top:2px;display:none;}
.currency_detail a:hover{background: #fc763f;color: #FFF;}
.currency_icon.selected{color:#fc763f;}
.currency_pan span{font-weight: normal;float: left;}

.header_language{display: inline-block;margin-left: 10px;}
.header_language.active {}
.col-left .header_language {display:none;}
.header_language label {float:left;margin-top:5px;color:#737373;}
.language_box{float: right;position: relative;font-style: normal;font-size:12px;}
.language_box .language_pan{z-index: 2;position: relative;padding: 5px 10px;float: left;border: 1px solid #fc763f;border-radius: 3px;color: #fc763f;cursor: pointer;}
.header_language:hover .language_pan{background: #fc763f;color: #FFF;}
.language_box .language_arrow {display:none;border-bottom: 5px solid #626262;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;position: absolute;top: -8px;left: 21px;}
.language_detail{padding: 5px 0px 0px;background: #FFF;position: absolute;left: 0;top: 25px;text-align: left;border: 1px solid #fc763f;width: 100%;border-top: none;opacity: 0;visibility: hidden;-webkit-transition: visibility 0s 0.0s, opacity 0.2s;transition: visibility 0s 0.0s, opacity 0.2s;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;}
.header_language:hover .language_detail{visibility: visible;opacity: 1;-webkit-transition: opacity 0.3s;transition: opacity 0.3s;}
.language_detail a{padding: 5px 4px 5px 5px; display: block; text-decoration: none;}
.language_detail a img{padding-right: 5px;margin-top:2px;display:none;}
.language_detail a:hover{background: #fc763f;color: #FFF;}
.language_icon.selected{color:#fc763f;}
.language_pan span{font-weight: normal;float: left;}


.currency_pan .icon-angle-down,
.language_pan .icon-angle-down,
.currency_pan .icon-angle-up,
.language_pan .icon-angle-up{float: right;margin: 1px 1px 1px 5px;}

.header_currency:hover .currency_pan .icon-angle-down,
.header_language:hover .language_pan .icon-angle-down,
.currency_pan .icon-angle-up,
.language_pan .icon-angle-up{display:none;}

.header_currency:hover .currency_pan .icon-angle-up,
.header_language:hover .language_pan .icon-angle-up{display:block;}

/* Data Table */
#shopping-cart-table{background: #FFFFFF;}
.data-table { width:100%;}
.data-table .odd  {}
.data-table .even {}
.data-table td.last,
.data-table th.last {}
.data-table tr.last th,
.data-table tr.last td { vertical-align:middle;}
#shopping-cart-table td.a-right .cart-price .price {font-size:16px;}
.data-table td a {   }
.data-table td a.product-image{display: table;width: 108px;text-align: center;margin: 0 auto;}
.data-table td a img {}
.data-table .product-name {text-align:left !important;padding-bottom:5px; }

.data-table thead th {  white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }


.data-table thead th {padding: 1.33em 1.5em;border-bottom: 1px solid #E4E4E4;}
.data-table tbody th{border-bottom: 1px solid #E4E4E4;vertical-align: middle;text-align: left;}
.data-table tbody td {}
.data-table th { padding: 1.33em 0.6em; font-size: 15px;color: #000;text-align: center;}
.data-table td { padding: 2.5em 1.5em;text-align: center !important;border-bottom: 1px solid #E4E4E4;vertical-align: middle;}
.data-table td .product-name a {}
.data-table .cartlabel{display:none;width: 85px;float: left;line-height: 1.2;font-weight: normal;height:21px;}

.data-table .item-options{margin:10px 0 0 0;}

.order-details #my-orders-table th:first-child {text-align:left;}
#my-orders-table th {}
#shopping-cart-table thead th + th {text-align: left;}
.data-table thead th .tax-flag { white-space:nowrap; }


.data-table tfoot {  }
.data-table tfoot tr.last td {border-bottom:none;}
.data-table tfoot tr {}
.cart-table tfoot tr td,
.cart-table tfoot tr.last td{}
.data-table tfoot td { text-align:right !important; }
.data-table tfoot td.last{text-align:center !important;}
.data-table tfoot strong {font-size: 20px;font-weight: normal; }



/* Bundle products tables */
.data-table tbody.odd tr {  }
.data-table tbody.even tr {  }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { }

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

/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #E4E4E4; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold !important;  }

.info-table th { font-weight:bold !important; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td {background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #E4E4E4; }
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% 5px 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% -52px; }

/* 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 !important; }
.std dl dd { margin:10px 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 0em; padding:0; }
.std ul { list-style:disc outside;}
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:none; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.0em 0; }
.std dt { font-weight:bold !important; }
.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 !important; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first {}
.links li.last {  }

.link-cart { color:#dc6809; }
.link-wishlist {   }
.link-reorder {text-decoration: none;font-weight: normal; }
.my-account .link-reorder{display:inline-block;}
.my-account .link-print{margin-right:15px;line-height: 50px;}
.link-compare { }
.link-print {  color: #fc763f; font-weight: normal;    text-decoration: none !important; }
.link-print:before{padding-right: 5PX;}
.link-print:hover span{text-decoration:underline;}
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-previous  { display:block; width:11px; height:11px; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove,
.btn-remove2{text-align: center;font-family: 'FontAwesome' !important;font-size: 1.3em;font-weight: normal;color: #fc763f;}
.btn-edit    {text-align: center;font-family: 'FontAwesome' !important;font-size: 1.3em;font-weight: normal;}
.btn-remove:hover,
.btn-remove2:hover,
.btn-edit:hover{text-decoration:none;}

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

.separator { margin:0 3px; }

.divider { clear:both; display:block; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #E4E4E4; border-width:0 0 1px; background:#ffff90;  line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

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

/* Noscript Notice */
.noscript {}

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

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


/* Header ================================================================================ */
.logo {margin: 0px;float: none;display: table-cell;vertical-align: middle;width: 20%;text-align: left;}
.logo strong{display:none;}
.header-container {border-bottom: 1px solid #E4E4E4;}
.header1{}
.header {text-align:left;padding: 20px 0px;display: table;width: 100%;}
.menu{}
.search{float: none;display: table-cell;vertical-align: middle;width: 40%;text-align: center;}
.quick-access{float: none;position: relative;display: table-cell;vertical-align: middle;width: 40%;text-align: right;}
.quick-access .links{clear: both;display: inline-block;width: 100%;}
.quick-access .links li a{line-height: 2;font-size: 12px;margin-left: 13px;margin-right: 13px;    font-weight: 700;}
.quick-access .links li:first-child + li{display: none;}
.shopping_cart{float: right;padding: 16px 5px 9px 5px;}
.cartlogo{padding-right:15PX;background:url(../images/shopping_cart.png) no-repeat center center;height: 20px;width: 19px;margin:0 auto;margin-bottom:5px;float:left;}
.shopping_cart:hover .cartlogo{background:url(../images/shopping_cart_hover.png) no-repeat center center;}
.shopping_cart:hover{background: #fc763f;}
.shopping_bg {float: right;}
.shopping_bg .icon-angle-down,
.shopping_bg .icon-angle-up{float:right;margin-top:4px;}
.shopping_cart:hover .icon-angle-up{color: #FFF;}
.shopping_cart:hover .icon-angle-down{display:none;}
.shopping_bg .icon-angle-up{display:none;}
.shopping_cart:hover .icon-angle-up{display:block;}
.shopping_bg .block-cart.mini-cart-div{text-align:center;clear:both;}
.shopping_bg h1{text-align:left;}
.shopping_bg .actions {float:right;}
.shopping_bg .actions button.button {display:none;}
.shopping_bg .actions button.button:hover{}
.shopping_bg .subtotal .actions{margin-top: 10px;float: none;text-align: right;border-top: 1px solid #E4E4E4;padding-top: 15px;}
.shopping_bg .subtotal .actions button.button{padding:7px 15px;display:inline;background: #fc763f;}
.shopping_bg .subtotal .actions button.button:hover{background: #000;}
.shopping_bg .subtotal .actions button.view-cart{float:left;}
.shopping_bg .actions .checkout-aerrow {display:none;border-left: 11px solid #fc763f;float: left;border-top: 17px solid transparent;border-bottom: 17px solid transparent;width: 0;height: 0;}
.shopping_bg .block-cart .block-content .mini-products-list li.odd{}
.shopping_bg .block-cart .block-content .mini-products-list li.even{}
.shopping_bg .mini-products-list .product-image{padding-left:10px;}
.shopping_bg .mini-products-list .product-details{padding-right:10px;margin-left:75px;}
.mini-cart-div .summary-container .summary {margin: 0px;background: #fc763f;width: 18px;height: 18px;border-radius: 100%;position: absolute;top: 7px;text-align: center;right: 12px;line-height: 18px;color: #FFF;font-size: 11px;}
.shopping_cart:hover .mini-cart-div .summary-container .summary{background: #000000;}
.mini-cart-div .summary-container .summary p{margin: 0px;}
.header a.logo {}
.header a.logo img{}
.header .logo strong {position: absolute;
top: -999em;
left: -999em;
width: 0;
height: 0;
line-height: 0;
text-indent: -999em;
overflow: hidden;}

.header .welcome-msg { margin:0; float:right;font-weight:bold;padding: 15px 15px 0 0;width: 66%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
.header .welcome-msg a { color:#ebbc58; }
.header .form-search {display: inline-block;border: 1px solid #E4E4E4;width: 80%;padding: 0px 0px;position: relative;}
.header #search_mini_form{}
.header .searchlogo{}
.header .searchlogo .arrow{}
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; word-spacing:10px;display:none;}
.header .form-search input.input-text {color: #CCCCCC;float: left;width: 100%;padding: 0px;background: none;box-shadow: 0 0 0 0 transparent;height: 35px;border: 0;line-height: 35px;padding: 0 40px 0 10px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
.header .form-search:hover input.input-text{}
.header .form-search button{}
.header .form-search button.button {background: none;padding: 0px;color: #CCCCCC;float: right;font-size: 20px;font-weight: normal;position: absolute;right: 0;}
.header .form-search button.button span{float: left;width: 40px;height: 35px;line-height: 35px;}
.header .form-search button.button:hover{background:none;}
.header .form-search button.button span span {background-position:100% 0;  }
.header .form-search .search-autocomplete { z-index:999;left: -1px !important;}
.header .form-search .search-autocomplete ul {border: 1px solid #E4E4E4;background-color: #F7F7F7;}
.header .form-search .search-autocomplete li { text-align:left;  padding:7px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right;font-weight:bold !important; color:#fc763f; }
.header .form-search .search-autocomplete li.odd { }
.header .form-search .search-autocomplete li.selected { background-color:#F7F7F7; }
.header .form-language {text-align:right; float:right;}
.header .form-language label { padding-right:5px; vertical-align:middle;}
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }


section{background:rgba(0, 0, 0, 0.5);}
/********** < Navigation */

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


.col-left .mini-cart-div {display:none;}

/* Sidebar =============================================================================== */
.block { margin: 0 0 0px;clear: both;margin-bottom: 20px;}
.block .block-content{clear: both;padding: 10px 20px !important;font-size: 14px;}
.block .block-content .product-name a{font-size: 14px;}
.block .block-title {}
.block .block-title strong {color: #000;background: #F7F7F7;display: block;font-weight: normal !important;border-bottom: 1px solid #E4E4E4;font-size: 20px;padding: 10px 20px !important;}
.block .block-title strong:after,
.footer .block-title h2:after{font-family: FontAwesome;float: right;margin-top: 3px;}
.block .block-title.active strong:after{}
.block .block-title strong span {}
.block-currency .block-title strong span {font-weight:normal; padding-right:5px;}
.block .block-title a { text-decoration:none !important; }
.block li{line-height: 2.5;border-bottom: 1px solid #E4E4E4;}
.block li a{color:#626262;}
.block li a:hover{color: #fc763f;text-decoration: none;}
.block .block-subtitle { margin:0; padding:5px 9px;   line-height: 2.5;}
.block li a:before,
div.wp-custom-menu-popup .itemSubMenu a.itemMenuName:before,
.nav-container #nav li ul li a:before{padding-right: 10px;font-family: 'FontAwesome';font-size: 6px;position: relative;top: -3px;}
/*div.wp-custom-menu-popup .itemSubMenu a.itemMenuName:before{font-size: 0.8em;top: 0;}*/
.block .block-account {  }
.block.block-reorder li a:before,
.block.block-wishlist li a:before,
.block .block-content .tags-list li a:before{display: none;}


.block-cart .block-content { background:none;}
.block .block-content li.item {}
.block .block-content li.item.last {border-bottom: none;padding-bottom: 0px;}
.block .block-content .product-name { padding-bottom:0px; }
.block li a.btn-remove,
.block li a.btn-edit { float: right;line-height: 1.9;width: 15.47%;text-align: right;}
.block li a.btn-remove:before,
.block li a.btn-edit:before{font-size: 1em;margin-right: 0;padding-right: 0px;}
.block .btn-remove:before{}
.block .actions {margin-top: 15px;}
.block .actions a { float:left; margin-top:10px;}
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:0px 0px;line-height: 2.5;}

.block-reorder .actions,
.block-compare .actions,
.block-poll .actions{}


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

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {  line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reord    er .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.mini-products-list .product-image { float:left;; }
.mini-products-list .product-details { margin-left:60px; }
.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-account {}
.block-account .block-content li:hover{}
.block-account .block-content li strong {}
.block-account .block-content li.current {color:#fc763f;}
.block-account .block-content li.current span.errow{margin-right: 15px;font-family: 'FontAwesome';display:none;}

/* Block: Currency Switcher */
.block-currency { border:0;float:right;padding-left:30px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; float:left;}
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; text-transform:none; color:#fff; padding:0px;}
.block-currency .block-content { background:none; padding:0; float:left;}
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-category-nav .block-content dd ol li { line-height:2;}
.block-category-nav .block-content dd ol li a span.errow{-moz-transition:all linear 0.2s;transition:all linear 0.2s;-webkit-transition:all linear 0.2s;position:relative;top:-1px;font-size:11px;font-family: 'FontAwesome';background-color: #777;padding: 1px 4px 1px 5px;color: #FFF;border-radius: 120px;margin-right:9px;}
.block-category-nav .block-content dd ol li a span.count{margin-left:5px;}
.block-category-nav .block-content dd ol li a {width:271px;display:inline-block;padding:5px 0px;padding-left:15px;-moz-transition:all linear 0.2s;transition:all linear 0.2s;-webkit-transition:all linear 0.2s;border-left:0px solid transparent;}
.block-category-nav .block-content dd ol li a:hover {text-decoration:none;color:#fc763f;background:#8BC739;border-left:5px solid;}
.block-category-nav .block-content dd ol li a:hover span.errow{background-color:#fc763f;}


.block-category-nav .block-content {margin-top:0px;}
.block-category-nav .block-title {}
.block-layered-nav .block-title strong span {}
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff; padding:3px 9px; border:1px solid #E4E4E4; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.col-left .block-currency {display:none;}
.col-left .block-layered-nav .block-subtitle {display:none;}

.block-layered-nav dl { }
.block-layered-nav dt,
.block-blog dt{ display: block;line-height: 2.5;font-weight: normal;font-size: 18px;color: #000;}
.block-layered-nav dd { padding:0 0px 0px;}
.block-layered-nav .view,
.block-blog .view{margin-bottom: 15px;float: left;width: 100%;}
.block-layered-nav .view dt .icon-angle-right,
.block-layered-nav .view dt .icon-angle-down{display: none;margin: 1px 0 0 10px;float: right;width: 10px;font-weight: bold;}
.block-layered-nav .block-title {}
.block-layered-nav .block-title strong{}

.block-layered-nav #narrow-by-list dd ol li a span.count{margin-left:5px;}

.block-layered-nav dd.last {}
.block-layered-nav .currently li {  }
.block-layered-nav .currently .label {font-weight:bold !important; }
.block-layered-nav .currently .value { }
.block-layered-nav .currently .btn-previous { float: right;line-height: 1.9;margin: 0px;}
.block-layered-nav .currently .btn-previous:before{font-size: 1em;margin-right: 0;}
.block-layered-nav .currently .btn-previous { }
.block-layered-nav .actions { border-top: none;padding-top: 0px;margin-bottom: 15px;}
.block-layered-nav .actions a { margin-top: 0px;}

/* Block: Cart */
.block-cart{}
.col-right .block-cart{display: none;}
.top-image{display:none;border-bottom: 5px solid #fc763f;border-left: 5px solid transparent;border-right: 5px solid transparent;width: 0;height: 0;position: absolute;right: 137PX;top: -5PX;}
.toptital{padding: 10px;background: #FFF;border: 1px solid #E4E4E4;border-top: 3px solid #fc763f;}
.slideTogglebox{position: absolute; width: 400px; z-index:50;right:0;top: 50px;right: 0px;max-width: 100%;opacity: 0;visibility: hidden;-webkit-transition: visibility 0s 0.0s, opacity 0.2s;transition: visibility 0s 0.0s, opacity 0.2s;}
.shopping_cart:hover .slideTogglebox{visibility: visible;opacity: 1;-webkit-transition: opacity 0.3s;transition: opacity 0.3s;}
.block-cart .tital{border-bottom: 1px solid #E4E4E4;padding-bottom: 8px;margin-bottom: 10px;}
.block-cart .block-subtitle{ text-align: left;font-size: 15px;}
.block-cart .subtotal{line-height: 20px;text-align: right;margin-top: 10px;}
.block-cart .subtotal .price{font-weight:bold !important;padding-right: 10px;}
.block-cart .subtotal .label{font-weight:bold !important;}
.mini-products-list li{border-bottom:1px solid #E4E4E4; padding:15px 0px 15px 0px;}
.block-cart .block-content .mini-products-list li{text-align:left;display:inline-block;width:100%;}
.block-cart .block-content .mini-products-list li.last{}
.mini-products-list li.last{clear:both; border:0;}
.mini-products-list li.even{clear:both;}
.mini-products-list .product-image { float: left;}
.mini-products-list .product-image img{margin:0px; float:none;width:48px;height:48px;}
.mini-products-list .product-details {margin-left: 65px;margin-top:-5px;line-height: normal;}
.mini-products-list .product-details .price-box .price-label{display:none;}
.mini-products-list .product-details .price-box .old-price .price{float:none;}
.block-cart .btn-remove, .block-cart .btn-edit { float: right; margin: 12px 0 2px 10px; vertical-align:middle;text-decoration:none;}
.block-cart .block-content .product-name {  padding: 4px 0px 5px;}
.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small {word-wrap: break-word;text-align:left;}
.truncated { cursor: help;}
.truncated .truncated_full_value { position: relative; z-index: 999; }
.truncated a.details { cursor: help; text-decoration: none !important; display: inline-block; border-bottom: 1px dotted #4F8100; }

.block-cart .block-title { }


/* Block: Wishlist */
.block-wishlist .block-title strong {padding-left:0px; }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a {margin-top:0px;}
.block-wishlist .block-subtitle {padding:0px 0px 0px 0px;}
.block-wishlist .btn-remove{margin-top:-7px;}
.block-wishlist #wishlist-sidebar .product-name{padding-bottom:0px;}

.block-wishlist .special-price .price{font-size: 13px;}
.block-wishlist .regular-price .price{font-size: 13px;margin-bottom: 9px;display: inline-block;}
.block-wishlist .old-price .price{font-size: 13px;}
.block-wishlist .product-name {line-height:1.50;}
.block-wishlist .block-content li.item {}
.block-wishlist .block-content li.item.last{}
.block-wishlist .link-cart {font-weight:normal;}

/* Block: Related */

.related input.checkbox {position: absolute;bottom: 10px;right: 10px;margin: 0px;z-index: 11;}
.block-related .product { margin-left:20px; }
.block-related .link-wishlist {font-weight:normal;}
.block-related .block-title {margin-bottom: 20px;border-bottom: 1px solid #E4E4E4;padding-bottom: 10px;}
.block-related .block-title strong{display: block;color: #0C0C0C;font-size: 24px;font-weight: normal;text-transform: uppercase;}
.block-related .mini-products-list .product-details {margin-left:85px;}
.block-related .block-subtitle {padding:0px 0px 10px 0px;font-weight:normal;}
.block-related .block-subtitle a{color:#fc763f;}
/* Block: Compare Products */
.block-compare .block-title strong { padding-left:0px;}
.block-compare button.button span {  }
.page-popup .link-print {line-height: 50px;text-decoration:none;margin-right: 15px;}
.page-popup .link-print span {padding:2px 0 2px 15px;font-size:15px; }
.page-popup .link-print:hover span{text-decoration:underline;}
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none;  }
.compare-table thead td{vertical-align:middle;}
.compare-table .btn-remove{color:#5673B9;float: left;}
.compare-table .btn-remove:hover{background:#fc763f;color:#FFF;}
.compare-table .btn-remove:hover span{color:#fc763f;}
.compare-table .btn-remove span {margin-left:15px; float:left; width:140px;font-family: 'helvetica', helvetica, Arial;margin-top:-21px;color:#626262;font-size:13px;}
.compare-table tbody th { background:#F7F7F7; }
.compare-table tbody th span {}
.compare-table .product-name {padding-top:15px;padding-bottom:0px;}
.compare-table .price-box {text-align:left;margin:10px 0px;}
.compare-table button.button {float:left;}
.compare-table .add-to-links{clear: both; text-align: left; padding-top: 10px;}
.compare-table .std  {text-align:left;}
.compare-table thead th {border:0;}
.compare-table tbody th,
.compare-table tbody td { text-align:left !important;vertical-align:top;}
.compare-table tbody td.last { border-right:1px solid #E4E4E4; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #E4E4E4 !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name {  font-weight:bold !important; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a {  }
.compare-table tr.first td .ratings { width:69px; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table tbody .add-to-row {display:none;}


/* Block: Recently Viewed */
.block-viewed .block-title strong { padding-left:0px; }
.block-viewed .block-content li.item.last{padding-bottom:0px;}
.block-viewed .block-content li.item{}



/* Block: Recently Compared */
.block-compared .block-title strong {padding-left: 0px; }

/* Block: Poll */
.block-poll .block-title strong {padding-left:0px; }
.block-poll .block-subtitle { font-weight:normal;padding:0px 0px 0px 0px;}
.block-poll label {  font-weight:normal; }
.block-poll input.radio { }
.block-poll .label {}
.block-poll li { }
.block-poll li.last{padding-bottom:0px;border-bottom:none;}
.block-poll button.button span { }
.block-poll .answer {font-weight:bold !important;}
.block-poll .votes { float:right; margin-left:10px; }
.block-poll button.button {}

/* Block: Tags */
.block-tags .block-title strong { padding-left:0px; }
.block-tags .block-content .tags-list { background:none; padding:0px;border-bottom: none;}
.block-tags .block-content a { }
.block-tags .actions {  }
.block-tags .actions a { float:none; }
.block .block-content .tags-list li a { }
.block .block-content .tags-list li a:hover {}
/* Block: Subscribe */
.block-subscribe .block-content { padding:0px 0px 0px 0px; }
.block-subscribe .block-title strong { padding-left:0px; }
.block-subscribe label { font-weight:normal;line-height: 2.5;}
.block-subscribe input.input-text { display:block; width:94%; height:21px;}
.block-subscribe .actions button.button {  }
.block-subscribe .block-title {}
.block-subscribe .form-subscribe-header {}

/*block-compare*/
.block-compare .block-content li.item.last{padding-bottom:0px;border-bottom:none;}
.block-compare .block-content li.item{padding:0px;}
.block-compare .btn-remove{margin-top: 2px;}

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:12px 0px 0 0px; }
.block-reorder .product-name { margin-left:27px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }
.block-reorder .block-subtitle {padding:0px 0px 0px 0px;font-weight:normal;line-height: 2.5;}
.block-reorder li.item.last {padding-bottom:0px;}

.block-reorder .block-content li.item.last{padding-bottom:0px;}

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

/* Block: Login */
.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold !important; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

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


/* Category Page ========================================================================= */
/*.category-title {margin-bottom: 0px;width: auto;margin: 0px 0px 15px;}*/

/* View Type: grid */
.products-grid {list-style: none !important;}
.products-grid li.item{border: 1px solid #E4E4E4;margin:0px 5% 31px 5%;text-align:center;position: relative;border-radius: 7px;background: #FFFFFF;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
.products-grid li.item.last{margin-right: 0%;}
/*.products-grid-middle li.item{width: 48%;margin-right: 4%;}*/

.category-products{
  margin-top: 2px;
}

/*Category Product: Grid*/
.category-products .products-grid li.item{float: left;margin:0px 2.6% 31px 0px;}
.category-products .products-grid-side li.item{width: 31%;margin-right: 3.5%;}
.category-products .products-grid-side2 li.item{width: 48.2%;}
.category-products .products-grid-side4 li.item{width: 22.3%;}
.category-products .products-grid-full li.item{width: 23%;}

.category-products .products-grid-side2 li.item:nth-of-type(2n),
.category-products .products-grid-side3 li.item:nth-of-type(3n),
.category-products .products-grid-side4 li.item:nth-of-type(4n),
.category-products .products-grid-full li.item:nth-of-type(4n){margin-right: 0%;}

.category-products .products-grid-side2 li.item{margin: 0 0.90% 31px\9;}
.category-products .products-grid-side3 li.item{margin: 0 1.16% 31px\9;}
.category-products .products-grid-side4 li.item{margin: 0 1.35% 31px\9;}
.category-products .products-grid-full li.item{margin: 0 1% 31px\9;}

/*Coulman4 Product Changes*/
.category-products .products-grid-side4 li.item .price-box .price,
.category-products .products-grid-side4 li.item button.button,
.category-products .products-grid-side4 li.item .product-name a{font-size: 12px;}
.category-products .products-grid-side4 li.item .sale,
.category-products .products-grid-side4 li.item .new{width: 25px;height: 25px;line-height: 25px;}
.category-products .products-grid-side4 li.item .new label,
.category-products .products-grid-side4 li.item .sale label{font-size: 8px;}
.category-products .products-grid-side4 li.item .quick-view a{width: 40px;height: 40px;font-size: x-small;}
.category-products .products-grid-side4 div.ajaxcartpro_progress{width: 40px;height: 40px;}
.category-products .products-grid-side4 DIV.ajaxcartpro_progress img{margin: 12px 0px;}

.products-grid .content_top{position:relative;overflow:hidden;}
.products-grid .product-image{display:block;margin:0px 0px 0px 0px;/*padding: 5px;*/text-align: center;}
.products-grid .product-image img{display: inline-block;-webkit-transition: all 300ms ease;-moz-transition: all 300ms ease;transition: all 300ms ease;-ms-transition: all 300ms ease;}
.products-grid li.item:hover img.small-image{top: -450px;}
.products-grid .product-image img.small-image{top: 0px;position: relative;}
.products-grid .product-image img.thumbnail{bottom: -450px;position: absolute;left: 0;right: 0;margin: 0 auto;}
.products-grid li.item:hover img.thumbnail{bottom: 0px;left: 0;}
.products-grid .productgrid-area{position: relative;}
.products-grid .rating_link{width: 100%;padding: 12px 10px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;display: table;}
.products-grid .ratings,
.products-grid .no-rating{margin: 0px;float: none;display: table-cell;vertical-align: middle;}
.products-grid .ratings .rating-box{margin-right: 0px;}
.rating-quickview{position: absolute;bottom:0;width:100%;border-bottom:1px solid #F7F7F7;}
.products-grid .ratings .rating-links{display:none;}
.products-grid .productname{height: 46px;position: relative;}
.products-grid .product-name{padding:13px 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border-radius: 8px 8px 0px 0px;}
.products-grid li.item:hover .product-name{position: relative;white-space: normal;background: #FFF;z-index: 1;}
.products-grid .product-name a{}
.products-grid li .vert{float: left;width: 50%;height: 47px;display: table;}
.products-grid li .price-box{margin:0px 0px;display: table-cell;vertical-align: middle;}
.products-grid li .price-box p{display:inline-block;}
.products-grid li .price-box .special-price,
.products-grid li .price-box .price-to{padding:0px 0px;}
.products-grid li .price-box .price{font-size:20px;padding:0px 2px; font-weight: normal;}
.products-grid li .price-box .price-label{display:none;}
.products-grid li .actions{clear: both;display: table;width: 100%;border-top: 1px solid #E4E4E4;}
.products-grid li button.button{width: 50%;float: right;padding: 0px;background:none;padding: 0px;color: #000;font-size: 14px;border-left: 1px solid #E4E4E4;border-radius: 0px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;height: 60px;}
.products-grid li button.button:hover{color: #000;}
.products-grid li button.button span {float: right;width: 100%;}
.products-grid li button.button span span{}
.products-grid li button.button:hover{background:none;}
.products-grid li .add-to-links{float:right;}
.products-grid li .add-to-links .separator{margin:0 7px 0 3px;}
.products-grid li .add-to-links li{float:left;}
.products-grid li .add-to-links a{text-align: center;float:left;width:24px;height:24px;position:relative;border:1px solid #C6C6C6;color: #C6C6C6;text-decoration:none;border-radius: 3px;margin-left: 7px;font-size: 14px;;line-height: 24px;}
.products-grid li .add-to-links a i{font-style: normal;}
.products-grid li .add-to-links a:hover{background-color: #fc763f;border:1px solid #fc763f;color: #FFF;}
.quick-view a{text-align: center;color: #909090;/*display: table;*/border-radius: 100%;z-index: 11;width: 60px;height: 60px;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;background: #151515;opacity: 0;visibility: hidden;
-o-transition: all .4s ease-in-out, color .2s ease-in-out;
-ms-transition: all .4s ease-in-out, color .2s ease-in-out;
-moz-transition: all .4s ease-in-out, color .2s ease-in-out;
-webkit-transition: all .4s ease-in-out, color .2s ease-in-out;
transition: all .4s ease-in-out, color .2s ease-in-out;}
.quick-view a span{display: table-cell;vertical-align: middle;padding-top: 15px;}
.quick-view a:hover{text-decoration: none;color: #FFF;}
.products-grid li.item:hover .quick-view a,
.products-list li.item:hover .quick-view a{visibility: visible;opacity: 1;}
.quick-view a i{font-style: normal;}
.tooltip{position:absolute;right:0;background:#000;color:#FFF;width: 100px;padding: 0px 10px;border-radius: 3px;display:none;top:-37px;line-height:26px;text-align:center;font-size: 13px;z-index: 11;}
.tooltip .errow{border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #000;position: absolute;right: 8px;}
a:hover .tooltip{display:block;}

/*View Type: grid-left And grid-right*/
.category-right .col-main{float: left;}
.category-right .col-left{float: right;}

/*View Type: grid-full*/

.category-full .col-main{width: 100%;}
.category-full .col-left .block{display: none;}
.category-full .col-left .block .block-content{padding: 5px 0px !important;}
.category-full .col-left{width: 100%;}
.category-full .col-left .block-layered-nav{display: block;margin-bottom: 0px;}
.category-full .col-left .block-layered-nav .block-title strong{margin-bottom: 0px;padding: 10px 2% !important;}
.category-full .block-layered-nav .currently,
.category-full .block-layered-nav .actions{padding: 0px 2%;}
.category-full .block-layered-nav .view{float: left;width: auto;margin: 10px 0.5% 10px 0.5%;position: relative;}
.category-full .block-layered-nav .view dt{cursor: pointer;background: #fff;padding: 7px 10px;border: 1px solid #E4E4E4;margin-bottom: 0px;line-height: inherit;font-size: 14px;border-radius: 3px;}
.category-full .block-layered-nav .view dt.active{ }
.category-full .block-layered-nav .view dt .icon-angle-right{display: block;}
.category-full .block-layered-nav .view dt.active .icon-angle-right{display:none;}
.category-full .block-layered-nav .view dt .icon-angle-down{display:none;}
.category-full .block-layered-nav .view dt.active .icon-angle-down{display:block;}
.category-full .block-layered-nav .view dd{position: absolute;background: #fff;padding: 5px 10px;border: 1px solid #E4E4E4;z-index: 14;left: 0;width: 200px;border-radius: 3px;margin-top: 5px;}
.category-full .block-layered-nav .view dd ol li:last-child{border-bottom: none;}
.category-full .col-main .page-title{display: none;}

/*Product Images Bg*/
/*    .products-grid .product-image img,
    .mini-products-list .product-image img,
    .products-list .product-image,
    .data-table td a img,
    .detail-carousel .slides li img,
    .detail-carousel .product-image img,
    .default-noimage li.item img,
    .horizontal-noimage li.item img,
    .vertical-noimage li.item img,
    .noimage li.item img,
    .fancy.product-view a.product-image img,
    .gift-messages-form .item .product-image img,
    .product-review .product-img-box .product-image img {background:#F7F7F7;}*/


/*Home Block*/

/*Home Slider*/
.new-product,
.brand,
.home-block,
.banner{float: left;width: 100%;margin-bottom: 20px;margin-top: 20px;}

.featured-product{float: left;width: 100%;margin-top: 20px;}


/*Sale-New Icon*/
.sale,.new{position: absolute;width: 33px;height: 33px;top: 5px;border-radius: 100%;line-height: 33px;text-align: center;z-index: 11;}
.sale{background:#ff3b2f;left:5px;}
.new{background:#00e300;right:5px;}
.new label,.sale label{color: #FFF;font-size: 11px;}
.hidden .sale, .hidden .new{display:none;}

/*menu Sale-New Icon*/
.menu-contain a span.label{background: #8BC739;color: #FFF;font-size: 11px;width: 34px;height: 18px;line-height: 20px;text-align: center;position: absolute;top: -13px;left: 0;right: 0;margin: auto;}
.menu-contain ul li ul li a span.label,
.menu-contain .column a span.label{top: -2px;right: auto;position: relative;margin-left: 10px;display: inline-block;padding-left:0px !important;position:relative;}
.menu-contain a span.icon{border-top: 5px solid #8BC739;border-left: 5px solid transparent;border-right: 5px solid transparent;position: absolute;left: 5px;top: 17px;}
.menu-contain ul li ul li a span.icon,
.menu-contain .column a span.icon{border-right: 5px solid #8BC739;border-top: 5px solid transparent;border-bottom: 5px solid transparent;padding-left:0px !important;top:2px;left:-9px;}

/* View Type: List */
.products-list li.item {margin-bottom: 30px;background: #FFFFFF;padding: 15px 0px 0px 0px;border-radius: 8px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;border: 1px solid #E4E4E4;}
.products-list li.item .list-icon{position: relative;float: left;width: 30.9%;padding: 0 2%;text-align: center;}
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { display: inline-block;background: #EEEEEE;text-align: center;}
.products-list .product-image img{width: 100%\9;display: inline-block;}
.products-list li.item:hover .product-image{ } 
.products-list .product-shop {/* float: right;width: 69.1%;*/}
.products-list .product-shop .f-fix{width: auto;float: none;padding: 0 2%;}
/*.products-list .product-shopfull{width:75.5%;}*/
.products-list .list-action p{margin:0px;padding:0px;}
.products-list .product-name{padding-bottom: 20px;padding-top: 20px;}
.products-list .product-name a {font-weight: 700;padding-bottom: 0px;font-weight: normal;font-size: 20px;color: #000;}
.products-list .availability { background: #8BC739;height: 34px;padding: 0 10px !important;line-height: 34px;color: #FFF;float: left;border-left: 1px solid rgba(255, 255, 255, 0.55);}
.products-list .desc {   margin:0 0 0px; line-height:1.78;  padding:50px 0px;padding-top:0px;}
.products-list .desc .link-learn {color:#fc763f;padding-left:10px;  }

.products-list .rating_link{/*width: 100%;float: left;*/}
.products-list .ratings, .products-list .no-rating{float:left;margin:0px;}
.products-list .ratings{margin-top: 8px;}
.products-list .ratings .rating-links{padding-left: 10px;display: none;}
.products-list .vert{float: left;width: 50%;height: 52px;display: table;}
.products-list .price-box {margin:0px 0px;display: table-cell;vertical-align: middle;}
.products-list .price-box p{display: table;margin: 0 auto;padding: 1px 0px;}
.products-list .price-box .price-label{display:table-cell;vertical-align: middle;}

.products-list .list-action{float: left;width: 100%;margin-top: 15px;border-top: 1px solid #E4E4E4;text-align: center;}
.products-list li.item button.button{background: none;color: #fc763f;float:right;padding:0px;width: 50%;border-left: 1px solid #E4E4E4;border-radius: 0px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;font-size: 18px;height: 52px;}
.products-list li.item button.button:hover{color: #000;}
.products-list li.item button.button span{float: right;width: 100%;}
.products-list li.item button.button span span{}
.products-list li.item button.button:hover{background: none;}
.products-list .add-to-links {float: right;}
.products-list .add-to-links li {float:left;}
.products-list .add-to-links li.last{border:none;}
.products-list .add-to-links li a{text-align: center;float:left;width:24px;height:24px;position:relative;border:1px solid #C6C6C6;color: #C6C6C6;text-decoration:none;border-radius: 3px;margin-left: 7px;font-size: 14px;;line-height: 24px;}
.products-list .add-to-links li a i{font-style: normal;}
.products-list .add-to-links li a:hover{background-color: #fc763f;border:1px solid #fc763f;color: #FFF;}
.products-list .add-to-links .separator{margin: 0 7px 0 3px;}

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


/* Product View ========================================================================== */
/* Rating */
.no-rating {margin:0px;}
.ratings { line-height:1.25; margin:9px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; font-weight:bold !important;}
.ratings .rating-links { margin:0; float:left;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:55px; height:11px;  line-height:0; background:url(../images/ratings.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:11px; background:url(../images/ratings.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {display:none;}


.ratings-table th,
.ratings-table td { line-height:1.15; padding:3px 0; padding:15px 20px 15px 20px;}
.ratings-table th { }

/* Availability */
.availability { margin:0; }
.availability span { }
.availability.in-stock span {}
.availability.out-of-stock span {}
.products-grid .availability.out-of-stock span {
  background-color: red;
  color: #fff;
  padding: 7px;
  border-radius: 10px;
  font-size: 14px;
  display: inline-block;
  margin-top: 6px;
}

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9;  padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold !important; }

.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin: 0;display: table-cell;vertical-align: middle;text-align: right;}
.email-friend a{}

/* Alerts */
.alert-price { margin:0;}
.alert-stock { margin:0;}

/********** < Product Prices */
.price { white-space:nowrap !important; }
.price-box { margin:5px 0;}
.price-box .price,
.price{  }
.price-box .price-label{padding-right:5px;font-weight:bold !important; white-space:nowrap;font-size:12px;}
.price-box .price{font-size:18px;font-weight:normal;color: #fc763f;}

/*Price Div*/
.regular-price{}
.old-price {margin:0; width:100%;}
.special-price {margin:0; padding:3px 0;}
.price-from {margin:0;}
.price-to {margin:0;padding:3px 0;}
.price-as-configured {margin:0px 0 0 0;}
.price-box-bundle {margin:0;}
.minimal-price {margin:0;}

.minimal-price-link {margin:0;}
.price-excluding-tax {margin:0;}
.price-including-tax {margin:0;}
.configured-price {margin:0;}
.weee {margin:0;}
.price-excl-tax{margin:0;}
.price-incl-tax{margin:0;}
.price-notice {margin:0;}
.tier-prices{}
.tier-prices-grouped{}

/*Price-label*/
.regular-price .price-label{}
.old-price .price-label{color: #999 !important;}
.special-price .price-label{}
.price-from .price-label{}
.price-to .price-label{}
.price-as-configured .price-label{}
.price-box-bundle .price-label{}
.minimal-price .price-label{}

.minimal-price-link .label{color: #4b6aac;}
.price-excluding-tax .label {}
.price-including-tax .label {}
.configured-price .price-label{}
.weee .price-label{}
.price-excl-tax .label{}
.price-incl-tax .label{ }
.price-notice .price-label{}
.tier-prices .price-label{}
.tier-prices-grouped li .price-label{}

/*Price*/
.regular-price .price{}
.old-price .price{color: #999 !important;font-size: 14px;text-decoration:line-through;}
.special-price .price{}
.price-from .price{}
.price-to .price{}
.price-as-configured .price{}
.price-box-bundle .price{}
.minimal-price .price{}

.minimal-price-link .price{color: #4b6aac;}
.price-excluding-tax .price{}
.price-including-tax .price{}
.configured-price .price{}
.weee .price{}
.price-excl-tax .price{}
.price-incl-tax .price{}
.price-notice .price{}
.tier-prices .price{}
.tier-prices-grouped li .price{}


/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices {margin: 0px 0 10px 0;padding: 8px 0;background-color: #8BC739;border: 1px solid #E4E4E4;float: left;clear: left;width: 100%;}
.tier-prices li { line-height:1.4;  padding:2px 0 2px 10px; }
.tier-prices .benefit {  font-weight:bold !important; }
.tier-prices-grouped li { padding:2px 0; color:#e26703; }

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

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; /*font-weight:bold !important;*/ }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; 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 { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold !important; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none; }

.product-view { }
.product-essential.content{max-width: 100%;}
.col1-layout .product-view .content{max-width: 94%;}
.product-view .view-name { }
.product-essential { }

.product-essential .product-name{}
.product-collateral{}
.product-collateral #content h2{}
.product-collateral .padder .form-add h3,
.product-collateral .padder .form-add h4 {font-weight: normal !important;margin-bottom: 10px;font-size: 18px;}
.product-collateral .padder .form-list {margin-top:25px;}


/*---------two border----------------*/
/*.tabs-main{float: left;width: 74.29%;}*/
.tabs-bg{text-align: center;float: none !important;}
.tabs{display: inline-block;border: 1px solid #989898;border-radius: 5px;}
.tabs li {float: left;position: relative;}
.tabs li:last-child a{border-right: none;}
.tabs li.active{}
.tabs li.active .errow{display:none;border-top: 8px solid;border-left: 10px solid transparent;border-right: 10px solid transparent;width: 0;margin:auto;position: absolute;bottom: -8px;left: 0;right: 0;}
.tabs li a {text-decoration: none;padding: 10px 20px;display: block;border-right: 1px solid #989898;color: #989898;font-size: 16px;}
.tabs li a span { }
.tabs li a:hover{background: #989898;color: #fff;}
.tabs li.active a{cursor:default;background: #989898;color: #fff;}
.tabs li:hover{}

.custom-tab {float:right;width:47.5%;margin-top:0px;margin-bottom:0px;}
.custom-tab .product-collateral{margin-top:0px;}
.custom-tab .tabs{}
.custom-tab .tabs li{}
.custom-tab .tabs li a{}
.custom-tab .tabs li#product_tabs_addreviews a{margin-right:0px;}
/*---------one border----------------*/

#content{ padding:20px 30px 20px 30px;  border-top: 1px solid #E4E4E4;border-bottom: 1px solid #E4E4E4;margin-top: 20px; }

#product_tabs_description_contents .std{line-height:22px;}

/*up-sell*/
.box-collateral.box-up-sell{width: 73%;float: left;position: relative;}
.col2-left-layout .box-collateral.box-up-sell,
.col2-right-layout .box-collateral.box-up-sell{width: 65.5%;}

/*Releted*/
.related{width: 24.3%;float: right;position: relative;}
.col2-left-layout .related,
.col2-right-layout .related{width: 32.5%;}


/* Detail-block */
.detail-bottom-block{margin-top: 50px;}

/* Product Images */
.product-view .product-img-box {float: left;position: relative;width: 30%;margin: 0 1.5%;z-index: 1;}
.product-essential .color_bg{padding: 20px 2%;}
.product-view .side-view .product-img-box {width:40% !important;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; width: 100% !important;margin-bottom: 20px;}
.product-view .product-img-box .product-image-zoom {}
.product-view .product-img-box .product-image-zoom img {}
.product-view .product-img-box .zoom-notice {  margin:0 0 5px; text-align:center;display: inline-block;}
.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)"; 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; }

.filter{display:block;margin-bottom:20px;background:#5673B9;}
.filter .new-arrow1 {float:left;display:none;}
.new-arrow1 .page-title {}
.new-arrow1 .subtitle {}
.filter .new-arrow1 .subtitle{margin-right:0px;}
#container{position: relative;}
.filter #filter{margin:0 auto;display:table;text-align:center;}
.filter #filter a{display:inline-block;padding:13px 25px;color:#FFF;text-decoration:none;font-weight:bold !important;margin: 0 5px;text-transform:uppercase;}
.filter #filter a:hover{background:#626262;}
.filter #filter a.active{background:#626262;}
.errow_iphone {float:right;margin-top:5px;}

.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; margin:10px 0;  }
.product-image-popup .image-label {  font-weight:bold !important; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .lightbox{float:left;width:380px;}
.product-view .product-shop { float: left;margin: 0 1.5%;width: 64%;}
.product-essential .product-image{margin-bottom: 20px;}
.product-view .product-img-box .product-image{background: #FFFFFF;padding: 0px;text-align: center;}
.product-view .product-img-box .product-image img{display: inline-block !important;}
.product-view .side-view .product-shop {width:54% !important;}
.col3-layout .product-view .product-shop {width: 100% !important;margin: 0px;}
.product-view .product-shop .product-name {  }
.product-view .product-shop .product-name h1 { }
.product-view .product-shop .availability {font-size: 14px;margin: 15px 0;}
.product-view .product-shop .availability span{color: #27ae60;}
.product-view .product-shop .availability.out-of-stock span{color:#eb340a;} 
.product-view .product-shop .availability.group {}
.product-view .product-shop .product_sku{font-size: 14px;margin-top: 15px;}
.product-view .product-shop .short-description { clear: both;float: left;width:100%;    }
.product-view .product-shop .product_sku label,
.product-view .product-shop .availability label{width: 100px;float: left;}
.product-view .product-shop .price-stock{float: left;width: 100%;display: table;margin: 0px 0 0;}
.product-view .product-shop .price-box {margin: 10px 0 0 0px;padding: 15px 0 15px;border-top: 1px solid #E4E4E4;float: left;}
.product-view .product-shop .price-box p{float: left;padding: 0px 2px;}
.product-view .product-shop .price-box p.price-to{padding-left: 10px;}
.product-view .product-shop .price-box .price{font-size: 28px;color: #fc763f; font-weight: bold;}
.product-view .product-shop .price-box .price-label {font-size: 14px;font-weight: normal !important;}
.product-view .product-shop .price-box .special-price .price-label{display: none;}
.product-view .product-shop .price-box .old-price .price{font-size: 18px;position: relative;top: 5px;}
.product-view .product-shop .price-box .old-price .price-label{display: none;}
.product-view .lightbox .price-box{margin:0px 0px 15px 0px;}
.product-view .product-shop a.view-detail{display:none;}
.product-view .product-shop .add-to-links {margin:0px 0 0px 0px;float: left;clear: both;}
.product-view .product-shop .add-to-box{margin: 0px;clear: left;margin-top: 0px;float: left;width: 100%;}
.product-view .product-shop .add-to-links li .separator { float: left;margin: 0 7px;}
.product-view .product-shop .add-to-links li{display: inline-block;}
.product-view .product-shop .add-to-links li a {text-align: center;float:left;position:relative;color: #C6C6C6;text-decoration:none;margin-right: 7px;font-size: 14px;margin-top: 15px;}
.product-view .product-shop .add-to-links li a i {font-weight: normal;width:24px;height:24px;border:1px solid #C6C6C6;border-radius: 3px;margin-right: 7px;line-height: 24px;display: inline-block;}
.product-view .product-shop .add-to-links li a:hover i{background-color: #fc763f;border:1px solid #fc763f;color: #FFF;}
.product-view .product-shop .add-to-links li a:hover{color: #fc763f;}
.product-view .product-shop button.button {float: left;padding: 0px;font-size: 20px;text-transform: uppercase;color: #000;border: 1px solid;background: #000;clear: both;margin-right: 30px;}
.product-view .product-shop button.button:hover{background: #fc763f;color: #fc763f;}
.product-view .product-shop button.button span{height: 49px;float: left;line-height: 49px;padding: 0 1px 0 45px;background: url(../images/shopping_cart_hover.png) no-repeat 12px center;}
.product-view .product-shop button.button span span{padding: 0px 23px;background: #FFF;}
.product-view .product-shop .add-to-links a span.text,
.product-view .product-shop .add-to-links a span.icon{display:none;}

.product-view .product-shop .rating-sku{float: left;width: 100%;margin: 10px 0px 0px;border-top: 1px solid #E4E4E4;padding-top: 15px;}
.product-view .product-shop .ratings-sharing{float: left;width: 100%;margin: 30px 0;}
.product-view .product-shop .ratings {padding: 0px;background: none;margin:0px;}
.product-view .product-shop .rating-box { margin-right:20px;margin-top:3px;}
.product-view .product-shop .ratings .rating-links a {}
.product-view .product-shop .ratings .rating-links .separator { margin:0 3px;}
.product-view .product-shop h2 {display:none;}
.product-view .product-shop .std {line-height: 1.78;}

.product-view .product-shop .add-to-box .or {display:none;}
.product-view .product-shop .add-to-cart .qty{float: none;}
.product-view .product-shop .add-to-cart label {font-size: 14px;vertical-align: middle;float: none;margin-right: 10px;}
.product-view .product-shop .add-to-box .add-to-cart {padding-bottom: 20px;display: table;width: 100%;margin: 0px;}
.product-view .product-right {width: 23%;float: right;margin: 0 1.5%;padding: 20px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
.product-view .product-right .brand-logo{text-align: center;border-bottom: 1px solid #E4E4E4;padding-bottom: 20px;margin-bottom: 15px;}

.sharing-button {float: right;margin-top:5px;}
.sharing-button .first{width:150px;}
.sharing-button .default{width:250px;}

.crosssell,
.tabs-bg,
.detail-product{margin-top:50px;float: left;width: 100%;}
.crosssell{float: left;width: 100%;}
.related .block-subtitle{margin-bottom: 20px;display: none;}

/* Product options 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
.product-options { position:relative; margin-bottom:20px; clear: both;}
.product-options dt { font-weight:normal; }
.product-options dt label {display: inline-block;font-size: 14px;width: auto !important;float: none !important;}
.product-options dt label.required em { float:right; margin-left:3px; }
.product-options dd .qty-holder { display:block; padding:7px 0 0; }
.product-options dd .qty-holder label { font-size: 14px;vertical-align: middle;float: none;margin-right: 10px;}
.product-options dt .qty-disabled { background:none; border:0; padding:3px; }
.product-options dd { margin:7px 0 15px; }
.product-options dl.last dd.last { border-bottom:0; }
.product-options dd input.input-text { width:100%; /*98%*/box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box; }
.product-options dd input.input-text.qty{width: 38px !important;height: 28px;}
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:100%; /*width:92%;*/ height:8em; box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
.product-options dd select { width:100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;-o-box-sizing: border-box;}
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; }
.product-options ul.options-list input.checkbox { float:left; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:0.9166em; }
.product-options p.required {position: absolute;right: 0;top: -15px;padding-bottom: 0px;font-size: 12px;}

/*bottom*/
.product-options-bottom { margin-top:20px; }
.product-options-bottom .tier-prices { margin:0 0 10px; padding:0; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .price-box{display: none;}
.product-options-bottom .price-box .price-as-configured {}
.product-options-bottom .price-label {}
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart{padding-bottom: 20px;}
.product-shop .product-options-bottom { margin:0; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }

/* Grouped Product */
.product-view .product-shop .grouped-items-table{margin-bottom: 15px;}
.product-view .grouped-items-table .price-box { margin:0; padding:0;border: none; }
.product-view .grouped-items-table .price-box .price {font-size: 14px;}
.product-view .grouped-items-table th,
.product-view .grouped-items-table td{padding: 10px;}
.product-view .grouped-items-table td.a-right,
.product-view .grouped-items-table th.a-right{text-align: right !important;}
.product-view .grouped-items-table th:first-child,
.product-view .grouped-items-table td:first-child{text-align: left !important;}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .upsell-product{margin-top:20px;}

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 {  font-weight:normal;}
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-weight:normal; margin:0 0 5px; font-size: 18PX;}
.product-view .box-tags .form-add .input-box { float:left; margin:0 0px 0 0;}
.product-view .box-tags .form-add input.input-text { width:299px; height:25px;}
.product-view .box-tags .form-add button.button{padding: 0px 22px;height: 35px;border-radius: 0px 3px 3px 0px;float: left;margin-left: -1px;}
.product-view .box-tags .note { margin:3px 0 0; padding:5px 0 0 0px; }

/* Block: Reviews */
.product-view .box-reviews dt a {color:#fc763f;font-weight:bold !important;padding-right:5px;text-transform: capitalize;}
.product-view .box-reviews dt span { padding-left:5px;text-transform:capitalize;font-weight:bold !important;}
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 {  font-weight:normal;}
.product-view .box-reviews .form-add h3 span { font-weight:bold !important; }
.product-view .box-reviews .form-add h4 {  }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Send a Friend */
.send-friend .form-list { width:100%; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0;  line-height:21px; }

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


/* Content Styles ================================================================= */
.product-name { margin:0px;  padding-bottom:8px;  font-weight:normal !important;font-size: 13px;}
.product-name a {font-weight: 700;font-size: 13px;}
.product-name a:hover{text-decoration:none;color:#fc763f;}
.block .block-content .product-name a:hover{}
.bestseller-product .bestseller-grid .product-name a:hover{}
.data-table td .product-name a:hover{}
/* Product Tags */
.tags-list { display:block;  background:#F7F7F7; padding:10px 20px 10px 20px;}
.tags-list li {  margin:0 4px 0 0; display:inline; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #E4E4E4; padding:10px; }
.advanced-search-summary ul { float:left; width: 48%;text-align: justify;margin-right: 2%; }
.advanced-search-summary ul li{padding-bottom:15px;}
.advanced-search-summary strong { color:#fc763f;  }
.advanced-search-summary p { clear:both; margin:0; }

/* Sitemap */
.page-sitemap .links { text-align:right;margin-bottom:10px;}
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px 12px; background: #F7F7F7;padding: 10px 20px 25px 20px; }
.page-sitemap .sitemap a {line-height:2;}
.page-sitemap .sitemap li { margin:0px 10px 0px 0px; display: inline; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold !important; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* 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.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title {}

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; }
.cart .page-title .checkout-types {display:none;}
/* Shopping Cart Table */
.cart-table th {  }
.cart-table td { }

.cart-table td a{}
.cart-table td.a-center.last a.cartedit,
.cart-table td.a-center.last a.link-wishlist{
  margin:10px auto 0 auto;
  text-align: center;
  font-family: 'FontAwesome' !important;
  font-size: 1.3em;
  font-weight: normal;
}

.cart-table td.a-center.last a.cartedit:hover,
.cart-table td.a-center.last a.link-wishlist:hover{background: #fc763f;text-decoration:none;}

.cart-table .product-name { }
.cart-table .item-msg { margin:5px 0; color:#df280a; text-align:left;font-size:11px;}
.cart-table tfoot td {  }
.cart-table .btn-continue { float:left;}
.cart-table .btn-continue,
.cart-table .btn-empty,
.cart-table .btn-update{   padding:7px 15px;}
/*.cart button.button{background: #fc763f;}*/
/*.cart button.button:hover{background: #000000;}*/


.cart-table .btn-update{margin-left:10px;}
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table tfoot tr {}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {margin-top: 50px;width: 100%;float: left;}
.cart-collaterals .col2-set .col-1{padding:0px; background:none;}
.cart-collaterals .col2-set .col-2 {padding:0px;background:none;}
.cart .cart-collaterals .col2-set { float:left; width:63%; }
.cart .cart-collaterals .col2-set .col-2{ width:100%; float:left;}

.cross {width:100%;margin-top:40px;float:left;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {float: left;width: 43%;/*padding: 1em 23px 1.5em 22px;*/}
.cart .shipping{float:right;}
.cart .discount h2,
.cart .shipping h2,
.cart .totals h2{margin-bottom: 10px;font-size: 20px;color: #000;border-bottom: 1px solid #E4E4E4;padding-bottom: 8px}
.cart .totals h2{display:none;}
.cart .shipping p {  padding-bottom:20px;margin:0px;text-align:left;}
.cart .discount label {float:left; padding-bottom:20px;}
.cart .shipping .form-list li{margin-right:0px;}
.cart .shipping .form-list .input-box{width:100%;}
.cart .shipping .form-list select{width:100%;}
.cart .shipping .form-list input{height: 35px;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;}

.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:0px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {  margin-left:0; float:none;}
.cart .shipping .buttons-set button.button{margin-top:13px;}
.cart .discount h2 {  }
.cart .discount .input-box { margin:0px 0 0; width:100%; margin-bottom:15px;}
.cart .discount input.input-text { height: 35px;width: 100%;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box;}

.cart .shipping h2 { }
.cart .shipping .sp-methods { margin:20px 0 0;}

/* Shopping Cart Totals */
.cart .totals { float: right;width: 25%;padding: 1em 23px 1.5em 22px;background: #F7F7F7;}
.cart .totals table { width:100%;  }
.cart .totals td { padding:0px 0px 15px 0px; font-size: 16px;}
.cart .totals td .price{}
.cart .totals td span.price{padding-left:10px;}
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td {padding-bottom: 5px;margin-top: 15px;color: #000;}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong {font-size: 25px;font-weight: normal !important;}
.cart .totals .checkout-types {  padding:10px 0px 10px; text-align:right; }
.cart .totals .checkout-types li { clear:both;  }
.cart .totals .checkout-types li a {  }
.cart .totals .checkout-types button.btn-checkout{margin-top: 10px;margin-bottom: 10px;float: right;padding: 13px 40px;background: #fc763f;}
.cart .totals .checkout-types button.btn-checkout:hover{background: #000;}
.cart .totals .checkout-types button.btn-checkout .icon-arrow-right{display: none;}
.cart .totals .checkout-types button.btn-checkout span span{border:none;}
/* Options Tool Tip */
.item-options dt {font-weight:bold !important; text-align:left; float:left; clear:left;padding-right:6px;}
.item-options dd { padding-left:10px; margin:0 0 6px; text-align:left;}
.truncated { cursor:help; padding-top:5px;}
.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:248px; padding:8px; border:1px solid #E4E4E4; background-color:#f7f7f7; }
.truncated .truncated_full_value .item-options > p { font-weight:bold !important; text-transform:uppercase; }
.truncated .show .item-options { top:23px; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt {border-bottom: 1px solid #E4E4E4;padding: 0PX 0PX 5PX 0PX;margin-bottom: 10PX;font-size: 18px;}
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:normal;font-size:14px;}
.sp-methods .price {  }
.sp-methods .form-list { padding:23px 20px 20px 20px;background: #F7F7F7;margin-bottom: 20px;margin-top: 10px;}
.sp-methods .form-list li { margin:0 52PX 23px 51PX; display:inline-block;}
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods ul li span{float:none;padding-left:0px;}

.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; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

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

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; 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 h3 {margin-top: 25px;font-size: 18px;border-bottom: 1px solid #E4E4E4;padding-bottom: 5px;margin-bottom: 10px;font-weight: normal !important;}
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { padding: 15px 24px 22px 30px;background: #F7F7F7;position:relative; }
.gift-messages-form label { position:static !important; }
.gift-messages-form li{margin-bottom:0px;}
.gift-messages-form h4 { font-weight:normal !important; font-size:18px;border-bottom: 1px solid #E4E4E4;padding-bottom:5px; margin:0px 0px 10px 0;color:#fc763f;}
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form p{margin-top:20px !important;}
.gift-messages-form .item {margin:25PX 0 0 0 !important;border-bottom: 1px solid #E4E4E4;padding-bottom: 15px;}
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0PX !important;}
.gift-messages-form .item .product-image img{}
.gift-messages-form .item .number { margin:0; font-weight:bold !important;  text-align:center;  }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {font-weight:bold !important;margin: 0 0 10px;font-size: 12px;border-bottom: 1px solid #E4E4E4; }
.gift-messages-form .item .details .form-list .field { width:255px;margin-bottom:15px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat;  line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#F7F7F7;}
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold !important;  }

.opc .checkout-agreements { }
.opc .checkout-agreements li {}
.opc .checkout-agreements .agreement-content { }
.opc .checkout-agreements .agree {}

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

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 {  font-weight:bold !important; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-weight:bold !important; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress .block-title strong span { }
.block-progress .block-title { }
.block-progress .block-title strong { }
.block-progress .block-content { background:none; }
.block-progress dt {line-height: 2.5;border-bottom: 1px solid #E4E4E4;}
.block-progress dt span.progress_font{font-family:'FontAwesome';margin-right:15px;display:none;}
.block-progress dd {}
.block-progress dt.complete {margin: 0;color: #fc763f; }
.block-progress dt.complete span.progress_font{}
.block-progress dd.complete { line-height:1.90;padding: 8px 13px;margin: 10px 0 6px;margin: 0 auto;}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set {}
.opc .buttons-set p.required {  float:left;margin-right:15px;margin-top:10px;}
.opc .buttons-set .back-link{margin-top:0px;}
.opc .buttons-set .back-link small { display:none; }
.buttons-set .back-link a {background: #fc763f;border: none;display: block;padding: 10px 22px;text-align: center;color: #fff;font-size: 14px;border-radius: 3px;}
.buttons-set .back-link a:hover {background:#000;text-decoration:none;}
.opc .buttons-set.disabled button.button { display:none;}
.opc .buttons-set .f-right {margin-top: 13px;}
.opc .buttons-set .please-wait {line-height:36px; }
.opc .ul { list-style:none; padding-left:0px; line-height:2;}
.opc .ul li{ line-height:2; }
.opc .ul li .icon-angle-right{margin-right: 15px;background: #ADABAB;color: #FFF;padding: 2px 6px;border-radius:3px;}
.opc { position:relative; }
.opc li.section {}

.opc .step-title {background: none;margin: 0 0 40px;}
.opc .step-title .number {color: #fc763f;float: left;text-align: center;font-size: 25px;width: 38px;height: 38px;line-height: 40px;border-radius: 100%;border:1px solid;}
.opc .step-title h2 {border-bottom: 1px solid #E4E4E4;margin: 0;font-size: 18px;margin-left: 60px;text-align: left;padding: 6px 0px 10px 0px;}
.opc .step-title a { display:none; float:right; line-height:16px; }

.opc .step-title .subtitle {float: left;font-weight: normal;margin: 0 0 0 15px;border-bottom: 2px solid #fc763f;font-size: 20px;display: table;}

.opc .allow .step-title {  cursor:pointer; }
.opc .allow .step-title .number { }

.opc .active .step-title { cursor: default;}
.opc .active .step-title .number { background: #fc763f;color: #FFFFFF;border:1px solid transparent;}
.opc .active .step-title h2 { color: #fc763f; }

.opc .step {float: none;position: relative;width: 87%;margin: 0 auto;display: table;padding:0px 0px 40px 0px;}
.opc .step .tool-tip { right:30px; }

.opc .step .form-list li.wide select, .opc .step .form-list li.wide .input-box{width: 95%;}

#opc-login .buttons-set { border-top:0; }

#opc-login .buttons-set button.button {float: left;margin-left: 0px;margin-right: 20px;}
#opc-login .buttons-set button.button:hover{}
#opc-login h3 {border-bottom: 1px solid #E4E4E4;text-transform: capitalize;font-weight: normal !important;margin-bottom: 15px;font-size: 20px;float: left;width: 100%;padding-bottom: 8px;color: #000;}
#opc-login h3 span {border-bottom: 2px solid #fc763f;min-height: 18px;float: left;padding-bottom: 5px;}
#opc-login h4 {clear: left;float: left;font-size: 12px;margin-right: 5px;}
#opc-login .col2-set .col-1 h4{font-weight: normal !important;font-size: 16px;margin-top: 5px;color: #000;margin-bottom: 8px;}
#opc-login .col2-set .col-1 h4 + p{display: none;}
#opc-login .col2-set .col-2  p{text-align:left;color:#fc763f}
#opc-login .col2-set p.required{display: none;}
#opc-login li.control {float: left;margin-bottom: 15px;margin-right: 31px;clear: both;line-height: inherit !important;}
#opc-login li.control label{color:#fc763f;}
#opc-billing li.control{float:left;margin-top:10px;}
#opc-login .col-1 ul{list-style: none;padding-left: 0px;line-height: inherit;clear: both;float: left;}
#opc-login .col-1 ul li{line-height: 2.5;}
#opc-billing .buttons-set,
#opc-shipping .buttons-set,
#opc-shipping_method .buttons-set,
#opc-payment .buttons-set {}

#opc-payment .sp-methods dt{padding:0PX 0PX 10PX 0PX;}



#opc-shipping_method .buttons-set {  }
.opc .gift-messages-form .inner-box {  height:260px; overflow:auto; }

#opc-review .step { border:0;  }
#opc-review .product-name { font-weight:normal; text-decoration: none;font-weight: normal; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set {  }
#opc-review .buttons-set p { margin:0; line-height:40px;color:#D51B1E; float:left !important;}
#opc-review .buttons-set p a {color:#fc763f; padding-left:10px;}
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold !important; text-align:center; padding:10px 10px 0; }

#checkout-step-login .col2-set .col-1{float:right;}
#checkout-step-login .col2-set .col-2{float:left;}
#checkout-step-login .col2-set .col-2 fieldset{clear: both;}
#checkout-review-table-wrapper  tbody td{}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 0px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 14px 0 0; border-top:10px solid #E4E4E4; padding:2px 0 0; font-weight:bold !important; text-align:center;  }
.checkout-progress li.active { border-top-color:#fc763f; color:#fc763f; }
.checkout-progress li.last{margin-right:0px;}
.multiple-checkout h2 {  font-weight:bold; margin:0 0 10px; font-size:12px;}
.multiple-checkout h3,
.multiple-checkout h4 {  font-weight:normal; color:#fc763f; margin-bottom:15px;font-size:12px;}
.multiple-checkout .gift-messages h3{margin-bottom:10px;font-size:18px;}
.multiple-checkout gift-messages-form h4{font-size:18px;}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { /*font-weight:normal;*/ }
.multiple-checkout .data-table .product-name {margin-bottom:0px; }
.multiple-checkout .data-table .product-name a { }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { border:1px solid #E4E4E4; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { position: relative;font-size: 18px;font-weight: normal;}
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#fc763f; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px;  padding:0 0 0 21px;  overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px;   }
.multiple-checkout .place-order .grand-total .inner div { display:inline; float:right; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:21px; margin-top:7px; float:left; font-weight:bold;}


/* Step 1 */
.multiple-checkout .title-buttons button.button span {  }
#multiship-addresses-table td {  }
#multiship-addresses-table tfoot td {}
#multiship-addresses-table tfoot button.button span {  }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field {}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #E4E4E4;padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { display: table;position: absolute;top: -15px;right: -16px;width: 153px;height: 26px;background: #FFF;border: 1px solid #E4E4E4;border-bottom: 3px solid;overflow: hidden;}
.checkout-multishipping-shipping .box-sp-methods .pointer p{font-size:11px;text-align: center;font-weight:bold !important;vertical-align: middle;display: table-cell;}
.checkout-multishipping-shipping .box-sp-methods .border{width: 0;height: 0;border-top: 5px solid;border-left: 5px solid transparent;border-right: 5px solid transparent;position: absolute;right: 96px;top: 15px;}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .col2-set .content { width: 80%;}
.account-login .content h2 {border-bottom: 1px solid #E4E4E4;text-transform: capitalize;font-weight: normal;margin-bottom: 20px;font-size: 20px;float: left;width: 100%;padding-bottom: 8px;color: #000;} 
.account-login .new-users h2 { }
.account-login .registered-users h2 {  }
.account-login .buttons-set { border-top:0; margin:0; float:none;width: 80%;margin: 0 auto;}
.account-login .buttons-set button.button{float: left;}
.account-login .buttons-set button.button:hover{}
.registered-users button.button {float:left;margin-left:0px;margin-right:15px;}

.registered-users p.required {float:left;margin-top:13px;margin-bottom:13px;display: none;}
.registered-users a.f-left {margin-top:13px;float: right !important;}
.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #E4E4E4; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; 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 { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #E4E4E4; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #E4E4E4;  padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { }
.dashboard .welcome-msg p { margin:0; }
.dashboard .welcome-msg p.hello {margin-bottom:10px;}
.dashboard .welcome-msg p strong {margin-bottom:10px; color:#fc763f;}
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {  }
.box-account .data-table th {text-align:center;}
.box-account .box-head { border-bottom:1px solid #E4E4E4; margin:20px 0 15px; text-align:right; }
.box-account .box-head h2 { float: left;margin: 0;background-position: 0 0;background-repeat: no-repeat;font-size: 20px;padding-bottom: 5px;color: #000;}

.dashboard .box .box-title { border-bottom:1px solid #E4E4E4; padding:0 0 5px; margin:0 0 10px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float: left;margin: 0;font-size: 15px;font-weight: normal !important;}
.dashboard .box .box-content p { line-height:1.75;}
.dashboard .box .box-content address {font-style: normal;line-height: 1.75;}
.dashboard .box-content a {color:#fc763f;}
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { margin-top:0px; }
.dashboard .box-info h4 { margin: 0px 0px 10px 0px;border-bottom: 1px solid #E4E4E4;padding-bottom: 5px;font-size: 13px;font-weight: normal !important;}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { }
.dashboard .box-reviews .number {  float: left;color: #fff;margin: 1px -20px 0 0;background: #fc763f;width: 20px;height: 20px;text-align: center;line-height: 22px;}
.dashboard .box-reviews .details { margin-left:30px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings strong{}
.dashboard .box-reviews .ratings .rating-box{margin-top: 4px;}
.dashboard .box-reviews .ratings { margin:9px 0; margin-top:1px;}

/* Block: Tags */
.dashboard .box-tags .box-head h2 { }
.dashboard .box-tags .number { float: left;color: #fff;margin: 1px -20px 0 0;background: #fc763f;width: 20px;height: 20px;text-align: center;line-height: 22px;}
.dashboard .box-tags .details { margin-left:30px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong{}
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 {font-weight: normal !important;border-bottom: 1PX solid #E4E4E4;padding-bottom: 5px;margin-bottom: 15px;font-size: 15px;} 	
.addresses-list h3 {font-weight: normal !important;margin: 0px 0px 10px 0px;border-bottom: 1px solid #E4E4E4;padding-bottom: 5px;font-size: 13px;}
.addresses-list address { margin:0 0 3px; line-height:1.75;  }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:normal;color:#fc763f;}
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { margin:0 0 20px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:normal; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info {}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current {color:#fc763f; }
.order-info li { margin:0 3px; }
.order-info-box .box .box-content address {font-style: normal;line-height: 1.75;}

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

.order-info-box {margin:0 0 15px; }
.order-info-box h2 {margin: 0px 0px 10px 0px;border-bottom: 1px solid #E4E4E4;padding-bottom: 5px;font-size: 15px;font-weight: normal !important;}
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold !important; padding-right:7px; }

.order-items { width:100%; }
.order-items h2{ border-bottom: 1PX solid #E4E4E4;padding-bottom: 5px;margin-bottom: 15px;font-size: 20px;color: #000;}
.order-items .product-name {  /*font-weight:normal !important;*/ }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd {  margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold !important; }
.order-about dd {  margin:0 0 7px; }

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

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

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 {font-weight: normal;font-size: 30px;margin: 0px;color: #000;padding-bottom: 10px;border-bottom: 1px solid #E4E4E4;margin-bottom: 20px;}
.page-print h2 {margin: 0px 0px 10px 0px;border-bottom: 1px solid #E4E4E4;padding-bottom: 5px;font-size: 15px;font-weight: normal !important;}
.page-print h2.h2 {font-weight:bold !important;}
.page-print .order-date {   }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { text-align:left !important; }
.my-wishlist .data-table th{padding:15px 19px;}
.my-wishlist textarea { display:block; width:96%; height:109px; }
.my-wishlist .buttons-set { margin-top:3em; }
.my-wishlist .buttons-set button.button {}
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { }
#wishlist-table .add-to-links { white-space:nowrap; }
#wishlist-table .availability{padding:10px 0px;}
#wishlist-table .old-price .price-label {}
#wishlist-table .special-price .price-label {}
#wishlist-table .inner {margin:3px 0px 10px 0px;line-height:1.5em;text-align:justify;}
#wishlist-table .price-box{margin-bottom: 12px;}
#wishlist-table button.button {margin:14px 0px 10px 0px;}
#wishlist-table tbody td.last a.btn-remove2{}

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:-1px 0 0 5px;}
.my-tag-edit .btn-remove span{display:none;}
.my-tag-edit strong {color:#fc763f;}
#my-tags-table { clear:both; }
#my-tags-table td {  }
#my-tags-table .add-to-links { white-space:nowrap; margin-top:17px;clear:both;}
#my-tags-table .price-box {float:left;clear:left;width:100%;margin-top:10px;text-align:left;}
#my-tags-table .product-name{float:left;padding-right:20px;padding-bottom:0px;}
#my-tags-table .ratings{clear: both;margin-top: 11px;float: left;}

/* My Reviews */
#my-reviews-table td {  }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; }
.product-review .product-img-box .product-image img{}
.product-review .product-img-box .label { margin:10px 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0px 0px 10px 0; }
.product-review .product-details { margin-left:160px; }
.product-review .product-name {margin-bottom: 15px;font-size: 20px;color: #000;border-bottom: 1px solid #E4E4E4;padding-bottom: 5px;}
.product-review h3 { font-size: 15px;font-weight: normal !important;}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold !important;}
.product-review dd {  margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold !important;  }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red;  font-weight:bold !important; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-weight:bold !important; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }
    
.map-popup { background:#fff; border:1px solid #E4E4E4; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #E4E4E4; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 {  margin:0; text-shadow:0 1px 0 #8BC739; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #E4E4E4; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #E4E4E4; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {margin-top:50px;border-top: 1px solid #E4E4E4;background: url(../images/footer-bg.png);padding: 30px 0px;}
.footer {text-align: left;color: #a8a8a8;}
.footer a{color:#a8a8a8;}
.footer a:hover{color:#fc763f;text-decoration: none;}
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold !important; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer .bugs { margin:13px 0 0; display:none;}
.footer .bugs a {  text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address {clear: both;border-top: 1px solid #E4E4E4;padding-top: 30px;float: left;width: 100%;text-align: center;}
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer-container .bottom-container { margin:0 0 5px; }
.footer-container .validation-advice { position:absolute;top:45px;color:#FFF;}

.footer.content h2{font-size: 30px;color: #000;margin-bottom: 22px;}
.footer.content p{line-height: 1.6;}
.footer.content p em{margin-right: 10px;width: 18px;display: inline-block;text-align: center;}
.footer.content ul{float: left;}
.footer.content ul li{line-height: 1.6;}
.footer.content .owl-theme .owl-controls .owl-buttons div{top: -60px;}

.follow_button {margin-top: 20px;}
.follow_button a{margin: 0px 10px 0px 0px;float: left;border-radius: 100%;-webkit-border-radius: 100%;-moz-border-radius: 100%;border: 1px solid #fc763f;text-decoration: none;font-size: 1.3em;height: 33px;width: 33px;line-height: 35px;text-align: center;font-weight: normal;}
.follow_button a:hover{background: #fc763f;color: #FFF !important;}
.follow_button a span{display: none;}

.footer .links{clear: both;text-align: center;}
.footer .links ul{display: inline;float: none;}
.footer ul.about-links li.first{padding-left:0px;}
.footer ul.about-links li,
.footer .links ul li{margin-top:20px;display: inline-block;/*font-size: 12px;*/border-right: 1px solid #8E8B8B;line-height: 1;padding: 0 10px;}
.footer ul.links li.last{border-right:none;padding-right:0px;}

.footer-payment{float:right;}
.footer-payment p{float:right;padding-bottom:0px;margin-bottom:0px;}
.footer-payment .follow_us{float:left;display:table;padding-right:20px;}
.footer-payment .follow_us h2{display:table-cell;vertical-align:middle;padding-right:15px;font-size:15px;}

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


/*home-right============================================================================ */

.scrollup {
  position: fixed;
  bottom: 25px;
  right: 20px;
  display: none;
  font-size: 18px;
  background: #C6C6C6;
  z-index: 999;
  color: #fff;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.scrollup:hover {
    text-decoration: none;
    background: #fc763f;
}



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

.guest-select {width:305px !important;}

/* featured */


/* about us */
.page-head h3{color: #03997e;}
.col3-set .col-1 .p{ margin: 5px 0px;}
.col3-set .col-2 .p strong{  margin: 5px 0px;}
.col3-set .col-2 .p {margin: 5px 0px;}
.col3-set .col-3 .p {margin: 5px 0px;}
.col3-set .col-3 .p strong{ margin: 5px 0px;}
.std dl dt{}

/*  customer service*/

dl #answer1{ margin: 5px;}
.service dd{}
.customer li a{}

/* policy */
.policy p{}
.policy h2{  margin: 10px 0px 10px 0px;}
.policy .disc li {}
/* order-return*/
.order-return li{padding:  20px 0px 20px 0px;}


span #ajax_loading{}

div#buttonwrapper p.required {display:none !important;}



/*side nav click css*/

/********Css For Category Sidebar Navigation ************/
#sidenav{}
#sidenav li{ padding:0px 0;position:relative;border: none;}
#sidenav li.active a{}
#sidenav li.last{border:0 none;}
#sidenav li:hover{}
#sidenav li a{border-bottom: 1px solid #E4E4E4;display: block;}
#sidenav li a.show-cat{text-align: right;font-size: 1.3em;position: absolute;z-index: 1;right: 0;top: 0px;height: 36px;width: 15.47%;border-bottom: none;line-height: 36px;}
#sidenav li a.show-cat:before{display: none;}
#sidenav li a.active{color: #fc763f;}

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

#sidenav li.active a.level-top{}

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

/* Level 1 */
#sidenav li ul li ul{ display:none;padding-left:15px;}

.button.subscribe{color:#000; background-color: #dddddd}
.button.subscribe:hover{color: #dddddd; background-color:#000}

.newsletter-wrapper{background-color: #F7F7F7;border-top: 1px solid #E4E4E4;margin-top: 0px;}


.cart-collaterals .shipping{
  display: none;
}

.related-checkbox{
  display:none;
}

@media all and (max-width:767px){
  
  .follow_button{ 
    width: 180px;
    margin: 20px auto;
  }

  .footer .footer.content h2{
    text-align: center;
  }
}

@media all and (min-width: 569px) and (max-width: 1200px){

  .block_subscribe .newsletter-text{
    width:100% !important;
    text-align: center;
  }
  .block_subscribe .newsletter-form{
    width:100% !important;
  }

}


@media all and (max-width: 569px){

  .block_subscribe .newsletter-text{
    width:100% !important;
    text-align: center;
  }
  .block_subscribe .newsletter-form{
    width:100% !important;
  }
}

@media all and (max-width: 376px){
  .product-view .product-shop button.button{
    font-size: 15px;
  }
}

#contactForm button{
  margin-bottom: 20px;
}


#product_tabs_description_contents>h2{
  display: none;
}

.number-doesnt-lie tr, .numbersWrapper table tr{
  height: 36px;
}
.number-doesnt-lie td, .numbersWrapper table td{
  text-align: middle;
}

.product-wrapper-content_960{
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}

/*PRODUCT PAGE*/

.descTitle{
  text-align: center; margin-top:50px;
}

.descVeryShortDesc{
  text-align: center;
}

.iframeWrapperP iframe{
  display:block; 
  margin:0 auto; 
  margin-top:40px; 
  margin-bottom:70px;
}

.headline{
  text-align: justify; 
  border-bottom:1px solid #E4E4E4;
    padding-bottom: 5px;
  margin-bottom: 5px; 
}

.resultsHeadline, .numbersHeadline{
  text-align: justify; 
  border-bottom:1px solid #E4E4E4;
    padding-bottom: 5px;
  margin-bottom: 5px; 
}

.active_dataHeadline{
  text-align: justify; 
  border-bottom:1px solid #E4E4E4;
  padding-bottom: 5px;
  margin-bottom: 5px; 
}

.headline img, .resultsHeadline img, .numbersHeadline img, .active_dataHeadline img{
    margin: 6px 5px 5px 5px;
}

.effectsDesc{
  text-align: justify;
}

.active_data_wrapper{
  margin-bottom: 10px;
}


#custommenu a>span{
  text-transform: uppercase;
}

.page ol ul{
  margin: 5px 2em;
}

.col-12.centerIt{
  width: 50%;
  display: block;
  margin: 0 auto;
}

.tabs-bg, #product_tabs_reviews{
  display:none;
}

.descVeryShortDesc, .active_data_wrapper, .effectsDesc, .spectacular_effects, .active_data_wrapper, .numbersWrapper, .active_data_wrapper{
  padding: 0 37px;
  margin-bottom:10px;
}
.descVeryShortDesc ul, .active_data_wrapper ul, .effectsDesc ul, .spectacular_effects ul, .active_data_wrapper ul, .numbersWrapper ul, .active_data_wrapper ul, .descVeryShortDesc ol, .active_data_wrapper ol, .effectsDesc ol, .spectacular_effects ol, .active_data_wrapper ol, .numbersWrapper ol, .active_data_wrapper ol{
  margin: 0 1em;
}

@media all and (min-width: 1281px){
  .descVeryShortDesc, .active_data_wrapper, .effectsDesc, .spectacular_effects, .active_data_wrapper, .numbersWrapper, .active_data_wrapper, .descVeryShortDesc span, .active_data_wrapper span, .effectsDesc span, .spectacular_effects span, .active_data_wrapper span, .numbersWrapper span, .active_data_wrapper span{
    font-size: 14px !important;
  }

}

@media all and (max-width: 1280px){
  .descVeryShortDesc, .active_data_wrapper, .effectsDesc, .spectacular_effects, .active_data_wrapper, .numbersWrapper, .active_data_wrapper, .descVeryShortDesc span, .active_data_wrapper span, .effectsDesc span, .spectacular_effects span, .active_data_wrapper span, .numbersWrapper span, .active_data_wrapper span{
    font-size: 13px !important;
  }
  .product-wrapper-content_960 h2>strong{
    font-size: 16px !important;
  } 

}

.payments-strip{
  padding: 20px 0;
  border-top: 1px solid #E4E4E4;
  margin-top: 50px;
  text-align: center;
}

.payments-strip>img{
  margin: 0 5px;
}

@media all and (max-width: 1280px) and (min-width: 600px){
  .col-12.centerIt{
    min-width: 600px;
  }
}

@media all and (max-width: 600px){
  .col-12.centerIt{
    width:100%;
  }
}

.desc-product-name-row{
  width:100%;
}

.short-desc-catalog-page, .short-desc-catalog-page span, .short-desc-catalog-page p, .short-desc-catalog-page strong{
  font-size: 14px !important;
  color:#898989 !important;
  text-align: left !important;
  font-weight: normal !important;
}


.price-box .add-to-cart{
  float:right;
}

.add-to-cart-product-page-catalog{
  background-color: #fc763f;
  color: #fff;
  border: 1px solid;
  border-color:#fc763f;
  padding: 15px 0;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.add-to-cart-product-page-catalog:hover{
  border-color:#626262;
  background-color: #fff;
  color:#626262;
}

@media all and (min-width: 980px){
  .product-view-catalog.add-to-links{
    position: absolute;
    bottom: 25px;
  }  
}

@media all and (min-width: 769px) and (max-width: 979px){
  .product-view-catalog.add-to-links li{
    width:100%;
  }

}

@media all and (min-width: 769px){
  .add-to-cart-product-page-catalog{
    width: 50%;
    float: left;
  }
  .price-box{
    width:50%;
  }
}

@media all and (min-width: 639px) and (max-width: 768px){
  .price-box{
    width:75%;
  }

  .add-to-cart-product-page-catalog{
    width:75%;
  }  

}

@media all and (min-width: 639px){
  .desc-product-name-row .name-wrapper{
    width:75%;
    float:left;
  }

  .desc-product-name-row .social-media-wrapper{
    width:25%;
    float:left;
  }
}

@media all and (max-width: 638px){
  .price-box{
    width:100%;
  }

  .add-to-cart-product-page-catalog{
    width:100%;
  }  

  .product-view-catalog.add-to-links li{
    width:100%;
  }

  .desc-product-name-row .name-wrapper{
    width:100%;
  }

  .desc-product-name-row .social-media-wrapper{
    width:100%;
  }
}

li.item .price-box .add-to-cart{
  display:none;
}

.products-grid li button.button span i{
  font-size: 1.4em;
  color: #626262; 
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.products-grid li button.button:hover span i{
  color:#fc763f;
}

.quick-view{
  display:none;
}

.newsletter_desc{
  font-size: 18px;
  font-weight: 700;
}

.newsletter_desc>span{
  font-size: 10px;
  color: #a8a8a8;
  font-weight: normal;
}

.menu-links-block{
  list-style-image: url('http://skinchemists.com.pl/skin/frontend/base/default/images/iceo/dot.png');
  /*list-style: disc;*/
}

.menu-links-block li{
  font-size: 15px;
  padding: 3px 0;
  /*list-style-position: inside;*/
}
.menu-links-block li a{
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  line-height: 1.5em;
}
.menu-links-block li a:hover{
  font-weight: 700;
}

.clr{
  width:100%;
  clear:both;
}

.availability.capacity span{
  color:#626262 !important;
}

.newsletter-wrapper .content{
background-image: url('http://skinchemists.com.pl/skin/frontend/istudio7/default/images/koperta.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
      padding-bottom: 25px;
}

.newsletter-wrapper .block.block_subscribe{
  padding-top: 0px;
  margin-bottom: 0px;
}

.page-title .category-description.std {
  font-size: 15px;
  margin-bottom: 15px;
  color: #000;
}

span.header-motto {
    font-size: 18px;
    line-height: 50px;
    font-weight: 100;
    opacity: 0;
}

.motto-vertical {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
/*
.motto-vertical{
  background-image: url('http://skinchemists.com.pl/skin/frontend/base/default/images/iceo/uk_pl.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 420px;
}*/

.form-search.collapsed {
    width: 37px;
    border-radius: 50%;
}

.header .form-search button.button span {
    float: left;
    width: 40px;
    height: 34px;
    line-height: 34px;
}

.form-search{
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.search{
  width: 20%;

    text-align: right;
}

.quick-access{
  width: 25%;
}

.one_half>.one_half {
    margin-right: 1%;
}

p.menu-catalog-description {
    font-size: 15px;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 10px;
    color: #8c8c8c;
    line-height: 1.3em;
}

*{
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.links li {
    white-space: nowrap;
}

@media (max-width: 1280px){
  .top-menu.color_bg {
      position: fixed !important;
      z-index: 10001;
      top: 0;
    }
    .header {
      text-align: left;
      padding: 20px 0px;
      display: table;
      width: 100%;
      padding-top: 69px !important;
    }
}



span.category-desc {
    line-height: 1.5em;
}

.wp-custom-menu-popup>.block1 {
    /* display: none; */
}

.products-grid.featured-product-slider.owl-carousel img.lazyOwl {
    max-width: 85%;
}
