/*
 *
 * Royal Theme
 *
 */
@import url('https://fonts.googleapis.com/css?family=Heebo');

* { 
    margin: 0; 
    padding: 0; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body          { font-family: 'Heebo', sans-serif; }
body.boxed    { background:url('../images/page-background.jpg') right top;background-attachment: fixed; }

img           { border:0; vertical-align:top; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { line-height:1.35; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:right; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }

/* Lists */
ul,ol,li      { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:right !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:left !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-fix        { float:right; width:100%; }
.no-display   { display:none !important; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }

/* Layout ================================================================================ */
.mobile-nav-wrapper {position: fixed;top: 0;right: 0;z-index: 30;background-color: #1a1a1a;color: #fff;width: 250px;height: 100%;overflow-y: scroll;overflow-x:hidden;
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.mobile-nav-opened .mobile-nav-wrapper.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cat-sidebar-popup {position: fixed;top: 0;right: 0;z-index: 30;width: 350px;height: 100%;overflow-y: scroll;overflow-x:hidden;
    -webkit-transform: translateX(350px);
    -moz-transform: translateX(350px);
    -ms-transform: translateX(350px);
    -o-transform: translateX(350px);
    transform: translateX(350px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cat-sidebar-opened .cat-sidebar-popup.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
#root-wrapper { overflow-x: hidden; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#root-wrapper:after { position: absolute;top: 0;left: 0;width: 0;height: 0;z-index: 10000;background: rgba(0, 0, 0, 0.5);content: '';opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    -moz-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/*
.mobile-nav-opened #root-wrapper {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px); 
}
.mobile-nav-opened #root-wrapper:after { width: 100%;height: 100%;opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
*/
.catalogsearch-result-index .products-grid .configurable-swatch-list li, .catalog-category-view .products-grid .configurable-swatch-list li { position: relative; }
.cat-sidebar-opened #root-wrapper {
    -webkit-transform: translateX(-350px);
    -moz-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    -o-transform: translateX(-350px);
    transform: translateX(-350px); 
}
.cat-sidebar-opened #root-wrapper:after { width: 100%;height: 100%;opacity: 1;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.wrapper {}
.page {position: relative;overflow: hidden;}
body.boxed .page {max-width: 1180px;margin-right: auto;margin-left: auto;background-color: #fff;}
.page-print { background:#fff; padding:25px 30px; text-align:right; }
.page-empty { background:#fff; padding:20px; text-align:right; }
.page-popup { background:#fff; padding:25px 30px; text-align:right; }
.main-container {padding-bottom: 20px;}
.main { margin:0 auto; min-height:400px; padding:25px; text-align:right; padding-top:0; }
.main .breadcrumbs ul {margin-bottom:0;}
.preface:before {content:"";display: block;clear:both;}

/* Base Columns */
.col-left { float:right; width:25%;padding:30px 15px; }
.col-main { float:right; width:100%;padding:30px 15px; }
.col-right { float:left; width:25%;padding:30px 15px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }
.col1-layout .sidebar-popup-trigger {display: none;}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:left;width:75%; }
.col2-right-layout .col-main { width:75%; }

/* 3 Columns Layout */
.col3-layout .col-main { width:66.67%;margin-left: 0; }
.col3-layout .col-wrapper { float:right; width:75%;}
.col3-layout .col-wrapper .col-main { float:left;width:66.67%; }
.col3-layout .col-wrapper .col-left { width:33.33%; }

/* Content Columns */
.col2-set .col-1 { float:right; width:48.5%; }
.col2-set .col-2 { float:left; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:right; width:32%; }
.col3-set .col-2 { float:right; width:32%; margin-right:2%; }
.col3-set .col-3 { float:left; width:32%; }

.col4-set .col-1 { float:right; width:23.5%; }
.col4-set .col-2 { float:right; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:right; width:23.5%; }
.col4-set .col-4 { float:left; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
select { padding:5px;height:35px; }
select option { padding-left:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-left:3px; }
input.checkbox { margin-left:3px; }
input.qty {text-align:center;display:inline-block; }
button.button::-moz-focus-inner { padding:0; } /* FF Fix */
button.button { -webkit-border-fit:border; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; padding:3px 8px; margin:0; background:#000; cursor:pointer;border:none;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
button.button > span { display:block; padding:5px 8px;text-align:center; white-space:nowrap; color:#fff;}
button.button:hover {background-color: #444;}
button.button span span { padding:0; border:0; text-transform: uppercase; }
button.btn-link { padding:0; background:#fff; border:1px solid #e0e0e0;}
button.btn-link > span { padding:4px 14px; color:#000;}
button.btn-link:hover {background-color: #fff; border-color:#000;text-decoration: none;}
button.btn-grey {background-color: #bcbcbc;}
button.btn-grey:hover {background-color: #a3a3a3;}
button.disabled span { background:#bbb !important; }

button.btn-empty.btn-remove {border:none;}
button.btn-checkout > span {padding:8px;}
button.btn-checkout span span {}
button.btn-checkout.no-checkout span {}
button.btn-checkout.no-checkout span span {}

p.control input.checkbox,
p.control input.radio { margin-left:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#fff; }
/*.highlight { background:#efefef; }*/

.product-list-slider .item {margin-right: 15px;margin-left: 15px;}

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list { margin-top: 10px; }
.form-list li { margin:0 0 15px; }
.form-list label { vertical-align: middle; float:right; color:#767676; margin-bottom: 5px; font-weight:normal; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:left; font-style:normal; color:red; position:absolute; top:0; right:-8px; }
.form-list li.control label { float: none;margin-bottom: 0; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-left:6px;vertical-align: middle; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-left:-15px; }*/
.form-list .input-box { display:block; clear:both; width:50%; }
.form-list .field { float:right; width:60%; }
.form-list input.input-text { width:50%; }
.form-list textarea { width:50%; height:10em; }
.form-list select { width:50%; color:#767676; }
.form-list li.wide .input-box { width:100%; }
.form-list li.wide input.input-text { width:100%; }
.form-list li.wide textarea { width:100%; }
.form-list li.wide select { width:100%; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:left; 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 .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,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:right; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set {}
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:right; margin:0; }
.buttons-set button.button { float:left; margin-right:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { padding:30px 25px 12px 25px; margin:43px 0; }
.fieldset .legend { float:right; text-transform: uppercase; font-size:13px; border:1px solid #ccc; color:#252525; margin:-48px 0 0 -6px; padding:10px 15px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-right:17px !important; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 0px 5px no-repeat; color:#cf4647; }
.validation-failed { border:1px dashed #cda85c !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:13px !important; text-align:left; color:#ff0000 !important; }
/* Expiration date and CVV number validation fix */
.v-fix { float:right; }
.v-fix .validation-advice { display:block; width:12em; margin-left:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#ff0000; font-weight:bold; }
.notice { color:#e26703; }

.welcome-msg {margin: 0 10px; display: inline-block;}
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background:none !important; background-color: transparent !important; min-height:24px !important; padding:14px !important; font-size:14px !important; font-weight:bold !important; text-align: center !important; }
.error-msg { border-color:#cf4647; color:#cf4647; }
.success-msg { border-color:#446423; color:#3d6611; }
.note-msg,
.notice-msg { border-color:#999; color:#333; }

/* BreadCrumbs */
.breadcrumbs { font-size:15px; line-height:16px; margin:0 0 30px; padding: 20px 0; color: #fff; z-index: 9; }
.main-container .breadcrumbs {margin-right: 15px;margin-left: 15px;}
.top-container .breadcrumbs .breadcrumbs-inner {margin-right: -15px;margin-left: -15px;}
.breadcrumbs .container {padding-right: 30px;padding-left: 30px;}
.breadcrumbs h2 {font-size: 44px;text-transform: uppercase;}
.breadcrumbs li { display:inline; }
.breadcrumbs li a { color:#fff; }
.breadcrumbs li a:hover { color: #cda85c; }
.breadcrumbs li strong { font-weight:normal;color:#cda85c; }
.breadcrumbs.bctype1 {border-top: 1px solid #ddd;border-bottom: 1px solid #ddd; color: #252525;background-color: #f8f8f8;}
.breadcrumbs.bctype1 li a { color: #252525; }
.breadcrumbs.bctype1 li a:hover { color: #cda85c; }
.breadcrumbs.bctype2 {padding-top: 50px;padding-bottom: 50px;background-attachment: fixed !important;background-repeat: round;}
.main-container .breadcrumbs.bctype2 .container {margin-right: -15px;}
.breadcrumbs.bctype3 {position: relative;overflow: hidden;padding-top: 0;padding-bottom: 0;}
.breadcrumbs.bctype3 > .container {position: absolute;top: 50%;right:50%;z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.breadcrumbs.bctype3 .bc-image-slider .owl-controls .owl-buttons span {color: #fff;border-color: #fff;border-width: 2px;line-height: 42px;z-index: 999;}
.breadcrumbs.bctype3 .bc-image-slider .owl-controls .owl-buttons span:hover {color: #252525;background-color: #fff;}

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; display: none; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c;padding: 10px 0;text-transform: uppercase; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:left; margin:7px 0 0; }
.title-buttons { text-align:left; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:right; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color: #222;text-transform: uppercase;margin: 0 0 25px }

/* Pager */
.pager { font-size:11px;padding:4px 8px;text-align:center;margin:0 !important;float:left !important; }
.pager .amount { float:right; margin:0; }
.pager .limiter { float:left; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages {}
.pager .pages strong {display: none;}
.pager .pages ol { float:left; }
.pager .pages li { display:inline-block;overflow: hidden;float:right; }
.pager .pages li:hover a {background-color: #000;color: #fff;}
.pager .pages li > a {border-radius: initial;border-width:0;}
.pager .previous > a {font-size:0 !important;line-height: 0px !important;font-weight: bold;}
.pager .previous > a:before {font-family:"FontAwesome";content:"\f101";font-size:13px;}
.pager .next > a {font-size:0 !important;line-height: 0px !important;font-weight: bold;}
.pager .next > a:after {font-family:"FontAwesome";content:"\f100";font-size:13px;}

/* Sorter */
.sorter { font-size:11px;padding:3px 8px; }
.sorter .view-mode { float:right; margin:0; }
.sorter .sort-by { float:left; padding-left:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .toolbar-upside { height:64px;padding-top:15px;margin-bottom: 30px;border-top: 1px solid #000;border-bottom: 1px solid #DDD; }
.toolbar .sidebar-popup-trigger {float:right;cursor:pointer;margin-left: 30px;}
.toolbar .sorter { float:right; }
.toolbar .sort-by { float:right; margin-left:30px;}
.toolbar .sort-by a {margin:0 0 0 5px;color:#000;vertical-align: middle;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.toolbar .sort-by a:hover {color:#CDA85C;}
.toolbar .sort-by select { width: 153px;background-position: 6% 50%; }
.toolbar .view-mode { float:right;}
.toolbar .view-mode .fa {font-size:16px;width:33px;height:33px;text-align: center;line-height: 2;}
.toolbar .view-mode a .fa {border:1px solid #c1c1c1;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.toolbar .view-mode a .fa:hover {color:#CDA85C;;}
.toolbar .view-mode strong .fa {border:1px solid #c1c1c1;}
.toolbar .limiter { float:left;}
.toolbar .pager { float:left; padding:0; }
.toolbar .pager li {display: inline-block;padding: 0 3px;border-left: 1px solid #D5D5D5;}
.toolbar .pager li.current {padding: 6px 10px;font-size: 14px;line-height: 15px;font-weight: 500;color: #FFF;background-color: #000;}
.toolbar .pager li a {padding: 6px 10px;font-size: 14px;line-height: 15px;font-weight: 500;color: #000;}
.toolbar .pager li a.previous,
.toolbar .pager li a.next {padding: 13px 10px 9px;}
.toolbar-bottom .toolbar-upside {display: none;}
.toolbar-bottom .toolbar-downside {display: block !important; height:64px;padding-top:15px;margin-bottom: 30px;border-top: 1px solid #ddd; }
.toolbar-bottom .total-count {float:right;}
.toolbar-bottom .total-count:after {content: "\200E";}
.toolbar select {height:33px;vertical-align: middle;line-height: 15px;}
.toolbar label {display: inline-block;vertical-align: middle;margin-bottom: 0;margin-left:5px;font-size: 13px;}

/* Data Table */
.data-table { width:100%; border:1px solid #ddd; }
.data-table .odd  {}
.data-table .even {}
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-left:0; }
.data-table tr.last th,
.data-table tr.last td {}
.data-table th { padding:15px; font-weight:500; }
.data-table td { padding:25px 16px; }

.data-table thead tr th:last-child {border-left: 0;}
.data-table thead th { border:0px solid #ddd; border-width:1px 0 1px 1px; color:#000; white-space:nowrap; vertical-align:middle;font-size: 15px;text-transform: uppercase;font-weight: 500;}
.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 {}
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot {}
.data-table tfoot tr.first td {padding:20px 0;}
.data-table tfoot tr {}
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-left:1px solid #ddd; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border:0px solid #ddd; border-width:0 0 1px 1px; }
/* Bundle products tables */
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #ddd; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-right:10px; }

/* Generic Info Box */
.info-box { border:1px solid #ddd; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:left; text-align:left; padding-right: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 { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-left:20px; }
.cart-tax-total { display:block; padding-left: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-right:1.5em; }
.std ul.disc { list-style:disc outside; padding-right:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; /*padding-right:1.5em;*/ }
.std ol { list-style:decimal outside; /*padding-right:1.5em;*/ }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
.std i.fa,
.std em.fa { font-style:normal; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart {}
.link-wishlist {}
.link-reorder {}
.link-compare {}
.link-print { float:left; font-size: 16px; margin-top: 30px; padding: 10px 15px !important;text-transform: uppercase; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-right:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { margin:0 auto;display:block; color: #000 !important; width:27px; height:27px; overflow:hidden; line-height: 25px; text-align: center; background-color: rgba(255,255,255, 0); 
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.btn-remove:before {display: inline-block;font-size: 12px;font-family:"royal";content:"\e620";}
.btn-remove:hover {border: 1px solid #000 !important;}
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { margin:0 auto; text-align: center; display:block; color:#000; line-height: 26px; text-align: center; width:27px; height:27px; border: 1px solid #000; overflow:hidden; background-color: rgba(255,255,255, 0); }
.btn-remove2:before {display: inline-block;font-size: 10px;/*font-family:"royal";*/content:"\e620";}
.btn-remove2:hover {background-color: #000;color: #fff !important;}
.btn-edit    { display:none; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; 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:right; }
.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 { position:fixed; z-index:9999; width:100%; bottom:0;right:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* 404 Page */
.cms-no-route .main-container {}
.cms-no-route .main {border:none;}

/* ======================================================================================= */

/* Header ================================================================================ */
.header-container {position: relative;}
.header.container {padding-right: 15px;padding-left:15px;}

.header-top-container {background-color: #222;color:#fff;}
.header-top-container a {color:#fff;}
.header-top {font-size: 0.92em;padding-top:7px;padding-bottom:7px;}
.header-top-left {float:right;}
.header-top-right {float:left;}
.header-top-left > div,
.header-top-right > div {margin-left:24px;}
.header-top-left > div:last-child,
.header-top-right > div:last-child {margin-left: 0;}
.header-top .dropdown {display: inline-block;}

.header-main {padding: 10px 0;}
.header-main-left {display: table-cell; text-align:right;vertical-align: middle;}
.header-main-center {display: table-cell; vertical-align: middle;}
.header-main-center-top {border-bottom: 1px solid #ededed;text-transform: uppercase;}
.header-main-center-top a {color: #999;}
.header-main-center-top a:hover,
.header-main-center-top a:focus {color: #cda85c;}
.header-main-center-top li.current a {color: #000;}
.header-main-center-top-left {padding-left: 30px;}
.header-main-right {display: table-cell; vertical-align: middle;text-align:left;white-space: nowrap;}
.header-main-right .mini-cart {white-space: normal;}

.header-nav-container {background-color: #252525;border: 1px solid #ebebeb;border-width: 1px 0;}
.header-nav-container .container > div {vertical-align: middle;}
.header-nav-container .elegento-menu {padding-top: 0;}
.header-nav-container .elegento-menu .level-top > a {line-height: 57px;padding:0 20px;border-right:1px solid #393939;color:#aeaeae;}
.header-nav-container .elegento-menu .level-top > a:hover {color: #cda85c;}
.header-nav-container .elegento-menu .level-top:last-child > a {border-left: 1px solid #393939;}
.header-nav-container .elegento-menu .level0-wrapper {top:58px;}
.header-nav-container .lang-container {margin-top: 21px;padding-right: 21px;}
.header-nav-container .crnc-container {margin-top: 21px;padding-right: 21px;}
.header-nav-container .lang-container a,
.header-nav-container .crnc-container a {color: #fff;}
.header-nav-container .lang-container a:hover,
.header-nav-container .crnc-container a:hover {color: #cda85c;}

.eg-headerstyle1 .header-main-right {/*min-width: 170px;*/}

.eg-headerstyle2 .welcome-container {padding: 6px;}
.eg-headerstyle2 .elegento-menu {padding-top: 0;}
.eg-headerstyle2 .elegento-menu .level-top > a {padding-top: 10px;}
.eg-headerstyle2 .elegento-menu .level-top:last-child > a {padding-left: 0;}
.eg-headerstyle2 .elegento-menu .level0-wrapper {top: 115px;}

.eg-headerstyle3 .header-top-container {display: none;}
.eg-headerstyle3 .header-top-container,
.eg-headerstyle3 .header-main-container {background-color: rgba(255, 255, 255, 0);}
.eg-headerstyle3 .header-top-container a {color: #000;}
.eg-headerstyle3 .search-wrapper .eg-search-trigger {color: #000;}
.eg-headerstyle3 .elegento-menu .level0-wrapper {top: 85px;}
.cms-index-index .eg-headerstyle3 {position: absolute;z-index: 50;width: 100%;}

.eg-headerstyle4 .header-top-container {text-align: center;}
.eg-headerstyle4 .welcome-container {padding: 6px;}

.eg-headerstyle5 .header-main {padding-top: 0;padding-bottom: 0;}
.eg-headerstyle5 .header-main-left {vertical-align: middle;}
.eg-headerstyle5 .header-main-right {float:left;border-right: 1px solid #ebebeb;}
.eg-headerstyle5 .header-main-right .elegento-menu {padding-top: 0;border:1px solid #ebebeb;border-width: 1px 0;}
.eg-headerstyle5 .header-main-right .elegento-menu .level0-wrapper {top: 125px;}
.eg-headerstyle5 .header-main-right .elegento-menu .level-top > a {line-height: 62px;border-left: 1px solid #ebebeb;padding: 0 25px;}

.eg-headerstyle6 .header-main-left,
.eg-headerstyle6 .header-main-center,
.eg-headerstyle6 .header-main-right {width: 33%;vertical-align: middle;}
.eg-headerstyle6 .header-main-center {text-align: center;}
.eg-headerstyle6 .header-nav-container .container {text-align: center;}
.eg-headerstyle6 .header-nav-container .container .nav-container {display: inline-block;}
.eg-headerstyle6 .header-nav-container .container .nav-container .egmenu {text-align:right;}

.top-container {}
.top-container:after {display: block;content:"";clear:both;}

.nav-trigger-container {width: 0;}
.nav-trigger {display: none;font-size: 26px;}
.header-opener {cursor: pointer;padding-right: 20px;}
.welcome-content {border: 1px dashed #dfdfdf;position: relative;padding: 10px 15px;float:right;}
.welcome-content .comment-icon {position: absolute;top: -10px;right: 10px;font-size: 17px;text-align: center;width: 26px;height:21px;background-color: #fff;}

.icons .eg-label {display: none;}
.text .eg-icon {display: none;}
.language-list li a,
.currency-list li a {margin-left: 12px;}
.language-list .current a,
.currency-list .current a {text-decoration: underline;font-weight: bold;}
.language-icon {padding: 6px 13px;}
.lang-switcher li a span,
.currency-switcher li a span {display: inline-block;}
.currency-switcher .icons-text .eg-label {padding-right: 5px;}
.top-links {display: inline-block;}
.top-links .links {display: inline-block;}
.top-links a {padding-right: 20px;}
.top-links li.last a {padding-right:0;}

/* Navigation */
.nav-container { width:auto; display: table-cell; vertical-align: middle; }
#nav { width:auto; font-size:13px; text-transform: uppercase; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:right; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a {}
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:right; }
#nav li.active a { color:#cda85c; }
#nav a { float:right; padding:5px 25px 6px 25px; color:#000; font-weight:bold; }
#nav > li.last a {padding-left:0px;}
#nav li.over a,
#nav a:hover { color:#cda85c; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px;right:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#fff; }
#nav ul li a:hover { background:#f6f6f6; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {right:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {right:100px; }
/********** Navigation > */

/* Top Search */
.search-wrapper {position: relative;display: inline-block;text-align:right;float: right;padding-top: 5px;}
.search-wrapper .eg-search-trigger {cursor: pointer;width: 33px;height: 33px;background: #c1c1c1;text-align: center;color: #fff;font-size: 12px;cursor: pointer;line-height: 33px;border-radius: 30px;
    -webkit-transition: background 0.25s ease;
    -ms-transition: background 0.25s ease;
    -o-transition: background 0.25s ease;
    transition: background 0.25s ease;}
.search-wrapper #search_mini_form:before {display: block; position: absolute; top: -15px; right: 9px; border: 6px solid transparent; height: 0; width: 0; border-bottom-color: #E6E6E6;}
.search-wrapper #search_mini_form { width: 350px; z-index: 1000; background-color: #FFF;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.search-wrapper:hover #search_mini_form {visibility: visible;opacity: 1;top:45px;}
.search-wrapper #search_mini_form input {width: 100%;float:right;font-weight: bold;}
.search-wrapper #search_mini_form button.button {height: 39px;width: 28%;}

.search-wrapper #search_mini_form_sticky:before {display: block; position: absolute; top: -15px; right: 9px; border: 6px solid transparent; content: " "; height: 0; width: 0; border-bottom-color: #E6E6E6;}
.search-wrapper #search_mini_form_sticky { position: absolute; border: 3px solid #E6E6E6; width: 350px; right: 0; top: 55px; padding: 20px; visibility: hidden; opacity: 0; z-index: 1000; background-color: #FFF;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.search-wrapper:hover #search_mini_form_sticky {visibility: visible;opacity: 1;top:45px;}
.search-wrapper #search_mini_form_sticky input {width: 70%;float:right;margin-left: 5%;}
.search-wrapper #search_mini_form_sticky button.button {height: 39px;width: 25%;}

.search-wrapper #search_mini_form_mobile:before {display: block; position: absolute; top: -15px; right: 9px; border: 6px solid transparent; content: " "; height: 0; width: 0; border-bottom-color: #E6E6E6;}
.search-wrapper #search_mini_form_mobile { position: absolute; border: 3px solid #E6E6E6; width: 350px; right: 0; top: 55px; padding: 20px; visibility: hidden; opacity: 0; z-index: 1000; background-color: #FFF;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.search-wrapper:hover #search_mini_form_mobile {visibility: visible;opacity: 1;top:45px;}
.search-wrapper #search_mini_form_mobile input {width: 70%;float:right;margin-left: 5%;}
.search-wrapper #search_mini_form_mobile button.button {height: 39px;width: 25%;float:left;}

.search-wrapper .eg-search-trigger.trigger-type2 {background:none;color:#999;width:auto;padding-right:30px;}
.search-wrapper .eg-search-trigger.trigger-type3 {background:none;}
.search-wrapper .eg-search-trigger.trigger-type4 {background:none;color:#808080;}

.search-wrapper .search-form-wrapper {display: none;}
.search-form-wrapper {width: 600px; height: auto; margin: 0 auto;position: relative;background-color: #fff;text-align:center;max-width: 80%;padding: 36px 10px 33px;}
.search-form-wrapper .search-description {margin-bottom: 40px;}
.search-form-wrapper .input-text {margin: 0 auto;margin-bottom: 15px;width: 80%;}
/********** Top Search > */

/* ======================================================================================= */

/* CMS Content =========================================================================== */

/* Home Banner Section */
.banner-section {position: relative;}
.banner-section img {width: 100%;}
.banner-section .banner {position: relative;overflow: hidden;margin-bottom: 30px;cursor:pointer;}
.banner-section .banner-content {padding: 10px;margin: 5px;right: 0;left: 0;bottom: 0;top: 0;color: white;position: absolute;z-index: 2;font-size: 13px;}
.banner-section .banner-inner {position: absolute;top: 50%;width: 100%;right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-section .banner-item > a {display: block;overflow: hidden;}
.banner .banner-content h1,
.banner .banner-content h2,
.banner .banner-content h3,
.banner .banner-content h4,
.banner .banner-content h5,
.banner .banner-content h6 {margin-bottom: 0;}
/********** Banner Section > */

/* CMS Block */
.cms-block {margin-bottom: 30px;}
/********** CMS Block > */

/* CMS Home Page General */
.block-title {}
.block-title h1 {}
.block-title h2 {font-size: 30px;margin-bottom: 43px;font-weight: normal;position: relative;}
.block-title h2:after {content:" ";width:50px;height:3px;margin:20px auto;position: absolute;right: 50%;top: 33px;background-color: #cda85c;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.block-title h3 {font-size: 16px;letter-spacing:1px;padding-top:20px;padding-bottom: 20px;margin-bottom:30px;margin-top:0;border:1px solid #ddd;border-width:1px 0;border-top-color:#000;}
.block-title h4 {}
.block-title h5 {}
.block-title p {font-size: 13px;margin-bottom: 30px;}

.block-title h6 {font-size: 16px;line-height: 20px;color: #000;position: relative;text-align: center;margin-bottom: 10px;line-height: 1em;font-weight: normal;}
.block-title h6:after {content: '';display: block;width: 100%;height: 1px;top: 8px;right: 0;position: absolute;background: #000;z-index: 1;}
.block-title h6 span {background: #fff;position: relative;z-index: 2;text-transform: uppercase;padding: 0 5px;}

.eg-homeblock .tweet a {color: #fff;}
.eg-homeblock .tweet a:hover {color: #fff;text-decoration: underline;}

.sidebar .block-title h1,
.sidebar .block-title h2,
.sidebar .block-title h3,
.sidebar .block-title h4,
.sidebar .block-title h5,
.sidebar .block-title h6 {text-transform: uppercase;letter-spacing: 0;}
.sidebar .block-title h3 {margin-bottom: 10px;}

.sidebar-content .block-title h1,
.sidebar-content .block-title h2,
.sidebar-content .block-title h3,
.sidebar-content .block-title h4,
.sidebar-content .block-title h5,
.sidebar-content .block-title h6 {}
.sidebar-content .block-title h3 {margin-bottom: 10px;}

.category-list-slider .item {position:relative;min-height: 300px;border:1px solid #E5E5E5;background-color:#FAFAF9;}
.category-list-slider .details-section {background-color:#fff;opacity:0.75;position: absolute;bottom:35px;left:0;left:0;width:100%;height:123px;padding:15px;text-align: center;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.category-list-slider .details-section:hover {opacity:0.95;}
.category-list-slider .details-section > span {color:#cda85c;margin-bottom: 5px;}
.category-list-slider .details-section .category-name {font-size: 2.1em;line-height: 1.3;margin:10px 0;}
.category-list-slider .details-section .category-name a {color:#000;}
.category-list-slider .details-section .category-link {margin-top:10px;}
.category-list-slider .details-section .horizontal-separator {margin-bottom: 10px;}
.category-list-slider .owl-controls .owl-buttons .owl-prev .fa {right:-60px !important; }
.category-list-slider .owl-controls .owl-buttons .owl-next .fa { right:-60px !important; }

/********** CMS Home General > */

/* Home Video Section */
.home-video-section {position: relative;}
.home-video-section .home-video {overflow: hidden;}
.home-video-section .video-controls {position:absolute;bottom:50px;left:50px;z-index: 3;cursor: pointer;}
.home-video-section .video-controls .fa {border: 3px solid #fff;border-radius: 200px;padding: 10px;width: 50px;height: 50px;text-align: center;line-height: 26px;}
.home-video-content {position: absolute;top:30px;width:100%;}
/********** Home Video Section > */

/* Home Static Block Section */
.eg-cmsblock {position: relative;}
.eg-cmsblock > img {width: 100%;}
.eg-cmsblock .eg-cmsblock-content {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%}
.eg-cmsblock .eg-cmsblock-content .container {position: relative;top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.eg-cmsblock .eg-cmsblock-content p {font-size: 13px;line-height: 1.8;}
.eg-cmsblock .eg-cmsblock-content a {padding: 9px 28px;}
.eg-cmsblock .eg-cmsblock-content ul li {padding: 5px 0 5px 5px;font-size: 13px;}
.eg-cmsblock .eg-cmsblock-content ul li:before {content: "\f105";float:right;/*font-family: "FontAwesome";*/font-size: 12px;color: #de2833;font-style: normal;font-weight: normal;line-height: 18px;margin-left: 10px;}
.about-royal-section p {color: #767676;font-size: 13px;}
.gaming-block-section a.button {background-color: #f2951d;}
.gaming-block-section a.button:hover {background-color: #f2951d;opacity: 0.9;}

.recentblog-section .top-right-nav .owl-controls .owl-buttons .owl-prev .fa {right: 37px;top:-15px !important;}
.recentblog-section .top-right-nav .owl-controls .owl-buttons .owl-next .fa {right: 15px;top:-15px !important;}
.recentblog-section.recentblog-style2 {}
.recentblog-section.recentblog-style2 .post-title {font-size: 16px;margin-bottom: 10px;}
.recentblog-section.recentblog-style2 .post-detail {/*border: 1px solid #e5e5e5;padding: 20px;*/padding: 0 10px 20px 30px;overflow: hidden;font-size: 13px;color: #767676;}
.recentblog-section.recentblog-style2 .post-categories {margin-bottom: 10px;}
.recentblog-section.recentblog-style2 .horizontal-separator {margin: 9px 0;}

.blog-slider-wrapper .post-title {font-size: 16px;margin-bottom: 10px;}
.blog-slider-wrapper .post-categories {margin-top: 20px;}
.blog-slider-wrapper .post-date,
.blog-slider-wrapper .post-comments {margin-bottom: 20px;}

.pricing-block {}
.pricing-block .column-content {
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.pricing-block .column-content:hover {box-shadow: 0 0 20px rgba(167,167,167,0.5);}
.pricing-block .column-content > div {width: 100%;position: relative;}
.pricing-block .column-content .column-pricing {border-bottom: 4px double #dcdcdc;}
.pricing-block .column-content .column-pricing > div {margin:10px auto;}
.pricing-block .column-content .link-buy {position: absolute;left: -8px;bottom: -12px;border-radius: 3px;padding:7px;}
.pricing-block .column-content .link-buy:after {content: ""; display: block; position: absolute; width: 0; height: 0; bottom: -8px; right: 0; border-bottom: 8px solid rgba(0,0,0,0); border-right: 8px solid #BEBEBE;}
.pricing-block .column-content .column-description {padding: 15px;}
.pricing-block .column-content p {font-size: 13px;}
.pricing-block .column-content ul {font-size: 13px;}
.pricing-block .column-content ul li {border-bottom: 1px dashed #999; line-height: 2em; margin-right: 30px; margin-left: 30px; padding: 8px 0;}
.pricing-block .column-content ul li:last-child {border-bottom: none;}
/********** Home Static Block Section > */

/* Product List Slider */
.product-list-slider {}
.product-list-slider .column-item .item {margin-bottom: 30px;}
.product-list-slider .product-category {text-align: center;margin: 14px;}
.product-list-slider.eg-slidertype3 .product-category {text-align:right;  margin-right:0;}
.product-list-slider .product-category a {color: #cda85c;font: 12px;line-height: 15px;font-weight: 700;text-transform: uppercase;letter-spacing: 2px;}
.product-list-slider .product-category a:hover {color: #767676;}
.eg-slidertype3 .media-section {margin-bottom: 10px;}
.eg-slidertype3 .details-section {padding-right: 30px;}
.eg-slidertype3 .ratings .rating-box {margin-right: 0;}
.eg-slidertype3 .short-description {font-size: 13px;margin-bottom: 15px;}
.eg-slidertype3 .price-box {text-align:right;}
/********** Product List Slider > */

/* Home Sidebar Section */
.home-sidecategory {border-width: 2px;border-style: solid;}
.home-sidecategory .block-title h4 {color: #fff;font-size: 16px;margin-bottom: 10px;padding: 20px 15px;}
.category-accordion {margin-bottom: 0 !important;}
.category-accordion li {border-bottom: 1px solid #e9e9e9;}
.category-accordion li.level1:first-child,
.category-accordion li.level2:first-child {border-top: 1px solid #e9e9e9;}
.category-accordion li.level1:last-child,
.category-accordion li.level2:last-child {border-bottom: none;}
.category-accordion a {margin-right: 19px;line-height: 52px;}
.category-accordion li.level0 a {font-size: 13px;}
.category-accordion li.level1 a {color: #767676;}
.category-accordion li.level1 a:hover {color: #cda85c;}
.category-accordion li.level2 a {margin-right: 40px;}
.category-accordion li > .opener > .icon-royal {text-align:center;cursor: pointer;float:left;width: 20px;height: 20px;margin: 14px 19px 0 0;line-height: 17px;display:none;}
.category-accordion li.parent > .opener > .icon-plus {display: inline-block;}
.category-accordion li.parent.active > .opener > .icon-plus {display: none;}
.category-accordion li.parent.active > .opener > .icon-minus {display: inline-block;}

.home-sidecategory.sidecategory2 .block-title {background-color: #f6f6f6;}
.home-sidecategory.sidecategory2 .block-title h4 {color: #666;}
.category-vmenu {margin-bottom: 0 !important;}
.category-vmenu li {border-bottom: 1px solid #e9e9e9;position: relative;}
.category-vmenu li ul {visibility: hidden;opacity: 0;position: absolute;right: 100%;top: 0;width: 100%;z-index: 102;background-color: #fff;border: 2px solid #ddd;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.category-vmenu li:hover > ul {visibility: visible;opacity: 1;}
.category-vmenu li:last-child {border-bottom: none;}
.category-vmenu a {margin-right: 19px;line-height: 52px;}
.category-vmenu li.level0 a {font-size: 13px;}
.category-vmenu li a {color: #666;}
.category-vmenu li a:hover {color: #cda85c;}
.category-vmenu li > .opener > .fa {text-align:center;cursor: pointer;float:left;width: 20px;height: 20px;margin: 17px 8px 0 0;line-height: 17px;}
/********** Home Sidebar Section > */

/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block { margin:0 0 35px; }
.block .block-title { border-top: 1px solid #000;border-bottom: 1px solid #ddd;margin: 0 0 22px;padding: 20px 0 20px;text-align:right;}
.block .block-title strong { display:block;text-transform:uppercase;font-size: 16px;font-weight: normal; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:10px 0; font-size:14px; font-weight:normal; color:#252525; text-transform: uppercase; }
.block .block-content {font-size:1.09em;}
.block .block-content li.item { padding:7px 0; }
.block .block-content .product-name { color:#767676;text-align:right;font-size: 13px; }
.block .btn-remove,
.block .btn-edit { float:left; margin:1px 0 2px 5px; }
.block .actions { text-align:left; border:none;height:auto;margin-top:10px;line-height:normal;font-size: 12px; }
.block .actions a { float:right; text-transform: uppercase; }
.block .actions button.button { float:left;margin:0 0 10px; }
.block .actions button.button > span {padding:1px 8px;line-height: 21px;}
.block .empty { margin:0; }
.block .label {text-align:right;}
.block .checkbox, .block .radio { margin: 0 5px 0 0;}

.block li.odd { /*background-color:#f4f3f3;*/ }
.block li.even { /*background-color:#fafafa;*/ }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; 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-reorder .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 {}

/* Top Mini Cart */

.mini-cart {position: relative;display: inline-block;margin-right:13px;text-align:right;}
.mini-cart .cart-label {color:#292929;font-weight: bold;}
.mini-cart:hover .mini-cart-content {opacity: 1;visibility: visible;top:55px;}
.mini-cart-trigger {position: relative;text-transform: uppercase;padding: 7px 15px;/*border: 1px dashed #DFDFDF;*/font-size: 14px;}
.mini-cart-trigger .price {font-weight: bold;}
.mini-cart-trigger .cart-badge {position: absolute; top: -11px;left: 10px;padding: 12px 12px 0;font-size: 22px;}
.mini-cart-trigger .cart-badge .badge-number {font-size: 10px;color: #fff;padding: 0 6px;line-height: 17px;display: block;text-align: center;background: red;border-radius: 10px;position: absolute;top: 30px;left: -5px;z-index:9;}
.mini-cart-trigger .cart-icon {position:relative;font-size: 33px;}
.mini-cart-trigger .cart-icon .cart-qty {position: absolute; top: 11px;left: 0;font-size: 14px;width: 100%;text-align: center;font-weight: bold;}
.mini-cart-content:before {display: block; position: absolute; top: -15px; left: 9px; border: 6px solid transparent; content: " "; height: 0; width: 0; border-bottom-color: #E6E6E6;}
.mini-cart-content {font-size: 1.08em;z-index: 1000;visibility: hidden;opacity: 0;padding: 20px 25px 25px;width: 300px;background: #fff;border: 3px solid #E6E6E6;position: absolute;top: 65px;left: 0;
    box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0.25s;
    -ms-transition: all 0.3s ease 0.25s;
    -o-transition: all 0.3s ease 0.25s;
    transition: all 0.3s ease 0.25s;
}
.mini-cart-content .empty {color: #767676;font-size: 14px;padding-bottom: 8px;border-bottom: 1px solid #e6e6e6;}
.mini-cart-content .block-subtitle {color:#767676;font-size: 14px;margin: 0;padding-bottom: 8px;border-bottom: 1px solid #e6e6e6;}
.mini-cart-content .mini-products-list {margin-bottom: 15px;}
.mini-cart-content .mini-products-list .item {margin-bottom:0;width: 100%;border-bottom: 1px solid #E4E4E4;padding: 10px 0 10px;position: relative;}
.mini-cart-content .mini-products-list .media-section {float:right;min-height: 50px;margin-bottom: 0;}
.mini-cart-content .mini-products-list .btn-remove {float:left;}
.mini-cart-content .mini-products-list .product-name {text-align:right;font-size: 13px;margin: 0 0 5px;color: #252525;line-height: 15px;}
.mini-cart-content .mini-products-list span {font-weight: 500;font-size: 13px;}
.mini-cart-content .mini-products-list .mini-qty {font-weight: normal;font-size: 12px;}
.mini-cart-content .mini-products-list .mini-product-options dt {margin-top:0;}
.mini-cart-content .subtotal-wrapper {display:block;width: 100%;margin-bottom:20px;}
.mini-cart-content .subtotal-wrapper .subtotal-title {text-align:right;font-size: 14px;letter-spacing: 1px;color: #252525;line-height: 25px;text-transform: uppercase;border-bottom: none;}
.mini-cart-content .subtotal-wrapper .subtotal {text-align:left;font-weight: 500;font-size: 16px;}
.mini-cart-content .subtotal-wrapper .summary {float:left;}
.mini-cart-content .buttons-set a.button {width:100%;text-transform: uppercase;}
.mini-cart-content .buttons-set a.btn-cart {margin-bottom: 10px;}

.mini-cart-type2:hover .mini-cart-content {top:85px;}

.mini-cart-type3 .mini-cart-trigger {border:none;padding:0;}
.mini-cart-type3 .cart-icon {display: inline-block;vertical-align: middle;font-size: 14px;margin-top:-5px;margin-left: 2px;}
.mini-cart-type3:hover .mini-cart-content {top:37px;}

.mini-cart-type4 {margin-right: 25px;}
.mini-cart-type4 .mini-cart-trigger {border: none;padding: 20px 30px;}
.mini-cart-type4 .mini-cart-trigger:after { content: " "; display: block; position: absolute;right: 0; top: 0; height: 100%; width: 1000%; background: #BA1717; z-index: -1;}
.mini-cart-type4 .mini-cart-trigger .cart-icon {font-size: 22px;vertical-align: middle;margin-left: 5px;color: #fff;}
.mini-cart-type4 .mini-cart-trigger .cart-label {vertical-align: middle;color: #F2B3B3;}
.mini-cart-type4 .mini-cart-trigger .subtotal {vertical-align: middle;}
.mini-cart-type4 .mini-cart-trigger .subtotal .price {color: #fff;}
.mini-cart-type4 .mini-cart-trigger .cart-total-number {display: inline-block;vertical-align: middle;margin-right: 11px;}
.mini-cart-type4 .mini-cart-trigger .cart-total-number span {background: #E12D2D;border-radius: 10px;color: #fff;display: block;font-size: 13px;line-height: 20px;padding: 0 6px;text-align: center;}

/* Mini Products List */
.mini-products-list li {margin-bottom:20px;clear:both;}
.mini-products-list .product-image { float:right; width:80px; }
.mini-products-list .product-image img {width:100%;height: auto;}
.mini-products-list .product-details { margin-right:90px; }
.mini-products-list .product-details .price-box {float:none;}
.mini-products-list .product-details .link-cart {float:left;text-decoration: underline;}
.mini-products-list .btn-remove {width:18px;height: 18px;line-height: 14px;color:#000;border-radius: 100px;
    -moz-border-radius:100px;
    -webkit-border-radius:100px;
}
.mini-products-list .btn-remove:before {font-size: 8px;}
.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 { border-color:#ccc; }
.block-account .block-title {}
.block-account .block-title strong {}
.block-account .block-content {}
.block-account .block-content li a { font-size: 14px; display:block; border-bottom:1px solid #ddd; color:#767676; text-decoration:none !important; padding:15px 0; }
.block-account .block-content li strong {padding:5px 0;font-weight: normal;}
.block-account .block-content li a:hover { color:#000; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { padding: 15px 0; border-bottom:1px solid #ddd; font-weight: normal; color:#000; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; text-indent:-999em; display: none; overflow:hidden; }
.block-layered-nav .block-subtitle { display:none; line-height:1.35; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content {padding:0;}
.block-layered-nav dl {margin-bottom: 0;}
.block-layered-nav dt { font-weight: normal;text-transform: uppercase;font-size: 16px; border-top: 1px solid #000;border-bottom: 1px solid #ddd;margin: 0 0 22px;padding: 20px 0 20px;text-align:right; }
.block-layered-nav dd {margin-bottom: 30px;}
.block-layered-nav dd.last { background:none; }
.block-layered-nav dd li {line-height: 22px;}
.block-layered-nav .currently li { padding:5px 0px 5px 0; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { color:#555; font-size: 15px; font-weight:normal; padding:5px 0; text-transform:uppercase; display:inline-block; vertical-align:middle; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:middle; }
.block-layered-nav .currently .btn-previous { position:absolute; right:17px; top:5px; margin:0; }
.block-layered-nav .actions { font-size:12px; padding:4px 0px 25px 9px;/* border:1px solid #dee5e8; border-width:1px 0;*/ text-align:left; text-transform: uppercase; }
.block-layered-nav .actions a { float:none; }
.block-layered-nav .btn-remove {/*display:none;*/}

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong {}
.block-cart .block-content .mini-products-list li {margin-bottom: 0;}
.block-cart .block-content .media-section {float:right;min-height: 80px;}
.block-cart .summary { position:relative; z-index:1; font-size: 13px; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; text-align:left; }
.block-cart .subtotal .label {color:#767676;font-size: inherit;text-transform: uppercase;font-weight: normal;}
.block-cart .subtotal .price { font-weight:bold; font-size: 20px; }
.block-cart .actions {}
.block-cart .actions .paypal-logo { float:right; width:100%; margin:3px 0 0; text-align:left; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong {}
.block-wishlist .actions { text-align:left; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong {}
.block-related input.checkbox { float:right; }
.block-related .product { margin-right:20px; }

/* Block: Compare Products */
.block-compare .block-title strong {}
.block-compare .block-content .actions a {padding: 6px 14px;}
.block-compare .block-content .product-name a {line-height: 25px;}
.block-compare button.button span {}
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table tbody th,
.compare-table tbody td { padding:14px; border:0; border-top:1px solid #ddd; color:#767676; }
.compare-table tbody th {color:#252525;font-size: 15px;text-transform: uppercase;text-align: center;vertical-align: middle;}
.compare-table tbody td {font-size: 13px;text-align: center; border-right:1px solid #ddd;}
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ddd !important; }
.compare-table tr.add-to-row td { text-align:center; }
.compare-table tr.first th { padding:25px 14px; }
.compare-table tr.first td { text-align:center; padding:25px 14px; }
.compare-table tr.first td .product-image {display: block;width:150px;margin:0 auto;}
.compare-table tr.first td .product-image img {width:100%;height: auto;}
.compare-table tr.first td .product-name { font-size:13px; margin:35px 0 0; color:#252525; }
.compare-table tr.first td .product-name a { font-size: 15px; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table tr.product-price-row td .price-box {float:none;margin-bottom: 0;}
.compare-table tr.product-price-row td .price-box p {margin-bottom: 0;}
.compare-table tr.product-availability-row td .availability span {font-weight: normal;color:#767676;}
.compare-table tr.product-availability-row td .availability.in-stock span {color: #cda85c;}
.compare-table tr.product-rating-row td .ratings {margin-bottom: 0;}
.compare-table tr.product-rating-row td .ratings .rating-box {float:none;margin:0 auto;}
.compare-table button.button {margin:10px 0 15px;}
.compare-table button.button > span {padding:9px 28px;}
.compare-table ul.add-to-links {display: none;}
.compare-table .std,
.compare-table .std p,
.compare-table .std div {line-height: 20px !important;}
.compare-table .std .read-more span.more-button,
.compare-table .std .read-more span.hide-button {font-size: 12px;}
.compare-table .std .more-content {display: none;}
.compare-table .std .more-content.open {display: block;}
.compare-table .std .read-more {text-transform: uppercase;}
.compare-table .std .read-more .hide-button {display: none;}
.compare-table .std .read-more .more-button {display: inline;}
.compare-table .std .read-more.open .hide-button {display: inline;}
.compare-table .std .read-more.open .more-button {display: none;}
#product_comparison_mobile {display: none;}

/* Block: Recently Viewed */
.block-viewed .block-title strong {}

/* Block: Recently Compared */
.block-compared .block-title strong {}

/* Block: Poll */
.block-poll .block-title strong {}
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#767676; line-height: 19px;font-size: 12px; margin-bottom:0; }
.block-poll input.radio {/*margin:1px -18px 0 0;*/ }
.block-poll .label { margin-right:10px; }
.block-poll li { padding:5px 0px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span {}
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:left; margin-right:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span {}

/* Block: Tags */
.block-tags .block-title strong {}
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#000; }
.block-tags .actions { text-align:left; }
.block-tags .actions a { float:none; text-transform: uppercase; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:10px; }
.block-subscribe .block-title strong {}
.block-subscribe label { color:#222; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:right; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span {}
.block-subscribe {position:relative;width:100%;background-color:#ffffff !important;}
.block-subscribe .block-title {padding-bottom:10px;}
.block-subscribe .block-title h4 {margin-bottom: 16px;margin-top:10px;font-size: 2.2em;line-height: 1.2;color:#252525;}
.block-subscribe .input-box {width:auto;position:relative;}
.block-subscribe .form-list li {text-align: center;margin: 0 0 12px;}
.block-subscribe .form-list label {display: none;}
.block-subscribe input[type="text"],
.block-subscribe select {width:85%;height:40px;display: inline-block;}
.block-subscribe .newsletter-description {font-size: 1.2em;line-height: 1.54;}
.block-subscribe .btn-subscribe {color: #fff;border: none;background-color: #cda85c;text-transform: uppercase;border-radius: 0;font-size: 12px;padding: 9px 28px;line-height: 15px;display: inline-block;margin-bottom: 0;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;
    -webkit-apearance: none;
    -moz-apearance: none;}
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.block-subscribe .btn-subscribe:hover {opacity:0.7;}

/* Block: Reorder */
.block-reorder .block-title strong {}
.block-reorder input.checkbox { float:right;/* margin:2px -20px 0 0;*/ }
.block-reorder .product-name { margin-right:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong {}
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; 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 {}

/* Block: Contact Details */
.block-contacts-details {}
.block-contacts-details h2 {color: #000; font-size: 16px; padding: 0 0 20px; text-transform: uppercase;}
.block-contacts-details .r-separator:after {top:22%;}

/* Contact Form */
#contacts-gmap {height:450px;margin-bottom: 40px;display:none;}

.contact-form .fieldset {background: none;margin:0;padding:0;}
.contact-form .fieldset h2 {text-transform:uppercase; font-size: 16px;color:#000;padding:0 0 20px 0;}
.contact-form .fieldset .r-separator:after {top:22%;}
.contact-form .fieldset .fields {float:right;position: relative;}
.contact-form .fieldset .fields.no-left-gutter {margin-left:1%;}
.contact-form .fieldset .fields.no-right-gutter {margin-right:1%;}
.contact-form .fieldset .fields input, .contact-form .fieldset .fields textarea, .contact-form .fieldset .fields .input-box {width:100%;}
.contact-form .fieldset .fields label {font-size: 13px;color:#767676;}
.contact-form .fieldset .fields button.button {margin:20px 0;}
.contact-form .fieldset .fields p {font-size: 13px;}
.contact-form .fieldset .fields span.required {color:#cf4647;}
.contact-form .fieldset .fields .field {float:none;width:100%;position: relative;margin-bottom: 12px;}

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; display: none; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {width: 100%;height:auto;}
.category-description { margin:0 0 10px; }
.category-products {}
.category-products .product-category {text-align: center;margin: 14px;}
.category-products .products-list .product-category {text-align:right; margin: 1px 0 2px 0;}
.category-products .product-category a {color: #cda85c;font: 12px;line-height: 15px;font-weight: 700;text-transform: uppercase;letter-spacing: 2px;}
.category-products .product-category a:hover {color: #767676;}

.actions > div {text-align: center;}
.actions a {display: inline-block;line-height: 16px;border: 1px solid #e0e0e0;padding:4px 14px;color:#000;letter-spacing: 1px;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.actions a:hover {border-color:#000;color:#000;}
.media-section {position: relative;overflow: hidden;min-height: 150px;margin-bottom:14px;}
.media-section img {height:auto;}
.hover-section {visibility: hidden;position: absolute;color:#fff;font-size:13px;text-transform:uppercase;width:100%;height: 35px;bottom:-35px;z-index: 9;
    transition:         all 500ms ease-in-out;
    -moz-transition:    all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition:      all 500ms ease-in-out;
}
.hover-section .hover-links-wrapper {white-space: nowrap;}
.hover-section .hover-links-wrapper > div {padding:8px 12px;display: inline-block;background-color: rgba(26, 26, 26, 0.85);
    transition:         all 500ms ease-in-out;
    -moz-transition:    all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition:      all 500ms ease-in-out;
}
.hover-section .hover-links-wrapper > div:hover {background-color: #cda85c;}
.hover-section a, .hover-section a:hover {color:#fff;}
.hover-section .no-link a {display: none;}
.hover-section .link-both .link-ico {padding-left: 5px;}
.hover-section .link-text .link-ico {display: none;}
.hover-section .link-icon .link-label {display: none;}
.media-section:hover .hover-section {visibility: visible;bottom: 10px;}

/* View Type: Grid */
.category-products .grid-container { margin-right: -5px; margin-left: -5px; }
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li {margin-bottom:30px;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.products-grid li.item { float:right; }
.products-grid li.grid-columns { position: relative; margin-right: 1%; margin-left: 1%; }
.products-grid li.cols-3 { width: 31.33%; }
.products-grid li.cols-4 { width: 23%; }
.products-grid li.cols-5 { width: 18%; }
.products-grid li.cols-6 { width: 14.66%; }
.products-grid li.cols-7 { width: 12.28%; }
.products-grid li.cols-8 { width: 10.5%; }
.products-grid li.cols-5 .hover-section .link-label,
.products-grid li.cols-6 .hover-section .link-label,
.products-grid li.cols-7 .hover-section .link-label,
.products-grid li.cols-8 .hover-section .link-label { display: none; }
.products-grid li.cols-5 .hover-section .link-ico,
.products-grid li.cols-6 .hover-section .link-ico,
.products-grid li.cols-7 .hover-section .link-ico,
.products-grid li.cols-8 .hover-section .link-ico { display: inline-block;padding: 0; }
.products-grid li.cols-7 .hover-section .hover-links-wrapper > div,
.products-grid li.cols-8 .hover-section .hover-links-wrapper > div {padding: 6px 7px;}
.products-grid .product-image { display:block; }
.products-grid .product-image img {width:100%;height:auto;}
.products-grid .product-name { margin-top: 15px; }
.products-grid .product-name a {font-size: 13px;color:#444;line-height: 19px; }
.products-grid .availability { line-height:26px;text-align: center; }
.products-grid .hover-section .actions > div {line-height: 26px;}
.products-grid .product-details {min-height: 100px;}
.products-grid .actions {}
.products-grid li:hover .hover-section {visibility:visible;z-index: 999;}
.products-grid .add-to-links > div > a {font-size: 13px;color:#333;}
.products-grid .add-to-links > div:hover > a {text-decoration: underline;}
.products-grid .add-to-links .link-wishlist {color:#333;}
.products-grid .product-media .hover-image {
    position:absolute;
    top:0;
right:0;
    opacity:0;
    filter:alpha(opacity=0);
    transition:         opacity 300ms ease-in-out;
    -moz-transition:    opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition:      opacity 300ms ease-in-out;
}
.products-grid li:hover .product-media .hover-image {
    opacity:1;
    filter:alpha(opacity=100);
}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:100%; }
.col1-layout .products-grid { width:100%; }

/* View Type: List */
.products-list li {    
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.products-list li.item { padding:20px 0px;border-bottom: 1px solid #ddd; }
.products-list li.item.last {border-bottom: 0;}
.products-list .media-section { float:right;margin-left:4%;width:35%;margin-bottom: 0; }
.products-list .product-image {display: block;position: relative; }
.products-list .product-image img {width:100%;height:auto;}
.products-list .product-shop {margin: 5px 0 0;width:60%;float:right;}
.products-list .product-shop .f-fix {float:none;}
.products-list .product-name {font-size:13px;text-align:right;margin-bottom: 10px; }
.products-list .product-name a { font-size:23px;line-height: 19px; }
.products-list .price-box { margin:20px 0 25px;text-align:right; }
.products-list .price-box p {padding:0;display:inline-block;margin-bottom: 0;}
.products-list .price-box .price {font-size: 25px;}
.products-list .old-price .price {font-size: 20px;}
.products-list .ratings {margin-bottom: 10px;}
.products-list .ratings .rating-box {margin-right: 0;}
.products-list .availability { float:right; margin:3px 0 0; }
.products-list .btn-cart span {padding:4px 10px;}
.products-list .desc { padding:0 0 26px; line-height:22px; font-size: 13px; color:#767676; }
.products-list .desc * {line-height: 22px !important;}
.products-list .desc .link-learn { font-size:11px;display:none; }
.products-list .actions {margin-bottom: 30px;}
.products-list .add-to-bag {text-align:right;}
.products-list .add-to-links {margin:0;}
.products-list .add-to-links li { display:inline;margin-left: 30px;}
.products-list .add-to-links .separator { display:inline; margin:0 2px; }

/* Sidebar Banner */
.category-banner-sidebar .item {position: relative;}
.category-banner-sidebar .item .item-text {position:absolute;top:30%;left:17%;width:83%;}
.category-banner-sidebar .bottom-right-nav .owl-controls .owl-buttons .fa {bottom:3% !important;color:#444;width:26px;height:26px;line-height: 22px;border-color:#444;}
.category-banner-sidebar .bottom-right-nav .owl-controls .owl-buttons .fa:hover {color:#fff;background-color:#444;}
.category-banner-sidebar .bottom-right-nav .owl-controls .owl-buttons .owl-prev .fa {right:40px;}
.category-banner-sidebar .bottom-right-nav .owl-controls .owl-buttons .owl-next .fa {right:10px;}
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Product Labels such as New, Out of Stock, etc */
.product-labels {}
.product-labels > span {display:inline-block;position: absolute;color:#fff;border-radius:70px;display:block;margin-bottom:10px;width:68px;height:68px;padding:5px;text-align: center;line-height:12px;}
.product-labels > span.new-product {background:#cda85c;top:10px;left:10px;}
.product-labels > span.discount-code {background:#797979;top:10px;left:10px;}
.product-labels > span > span {border:1px solid #fff;border-width:1px 0;display: inline-block;padding: 3px 0;margin-top: 18px;text-transform: uppercase;font-weight: normal;}
.product-labels > span.out-of-stock {width:88px;height:88px;color:#515151;background:#fafafa;top:50%;left:50%;/*margin-right:-44px;margin-top:-44px;*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-labels > span.out-of-stock > span {border-color:#000;}
.product-labels > span.out-of-stock > span > span {color:#000;font-size: 2em;display:block;line-height: 21px;}

/* Rating */
.no-rating { margin:0; }

.ratings { font-size:14px; line-height:1; margin-bottom:10px; text-align:right; }
.ratings strong { float:right; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings .rating-box { white-space: nowrap; color:#c7c7c7; position: relative; /*font-family: "royal";*/ letter-spacing: 4px; margin:0 auto; width:91px; height:22px; overflow:hidden; }
.ratings .rating-box:before {content:'\e602\e602\e602\e602\e602';}
.ratings .rating-box .rating { position: absolute; top: 0;right: 0; height:14px; overflow: hidden; }
.ratings .rating-box .rating:before {content:'\e602\e602\e602\e602\e602';}

.ratings-table { font-size:14px; line-height:1; margin-bottom:10px; text-align:right; }
.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { padding:5px 8px 5px 0;font-size: 13px; }
.ratings-table strong { float:right; margin:1px 3px 0 0; }
.ratings-table .rating-links { margin:0; }
.ratings-table .rating-links .separator { margin:0 2px; }
.ratings-table .rating-box { font-size:14px; white-space: nowrap; color:#c7c7c7; position: relative; /*font-family: "royal";*/ letter-spacing: 5px; margin:0 auto; width:91px; height:22px; overflow:hidden; }
.ratings-table .rating-box:before {content:'\e602\e602\e602\e602\e602';}
.ratings-table .rating-box .rating { font-size:14px; position: absolute; top: 0;right: 0; height:20px; overflow: hidden; }
.ratings-table .rating-box .rating:before {content:'\e602\e602\e602\e602\e602';}

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-right:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-left: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; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }
.product-view .product-shop > p span {color:#666;}

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:0 0 11px; text-align: center; }
.price-box .price-label, .price-box .label {color:#999 !important;display: none;}
.price-box .price { font-weight:500; color:#000; font-size:1.5em; line-height: 1.11; }

/* Regular price */
.regular-price {}
.regular-price .price-label { white-space:nowrap; }

/* Special price */
.special-price { display: inline-block; }
.special-price .price-label { white-space:nowrap; }

/* Old price */
.old-price { display: inline-block; }
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-size: 1.25em; font-weight:500; text-decoration:line-through; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; margin-left: 20px !important; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-right:10px; color:#999; position: relative; top: -5px; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; display: none; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
.bundle-price h2 {font-size: 14px;text-transform: uppercase;color: #666;margin-top: 13px;}
.bundle-price .price-box {padding-right:0;margin:0 !important;}
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0 0; padding:10px; background-color:#ddd; border:1px solid #dadddd; color:#424242; font-size: 13px; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:18px 0 0; }
.add-to-links .separator { display:none; }
.add-to-links > div {margin-left: 10px;}
.add-to-links > div:before {/*font-family: "FontAwesome";*/font-size: 16px;color: #252525;display: inline-block;vertical-align: middle;}
.add-to-links .wishlist-link:before {content:"\f08a";}
.add-to-links .compare-link:before {content:"\f0ec";}
.add-to-links .email-friend:before {content:"\f003";}
.add-to-links a {display: inline-block;margin-right: 5px;vertical-align: middle;}

/* Add to Cart */
.add-to-cart label { float:right; margin-left:5px; font-weight:bold; color:#666;display: none; }
.add-to-cart button.button { float:right; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:left; }
.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 { padding: 20px 0 15px;border-top: 1px solid #eee;border-bottom: 1px solid #eee;margin-bottom: 20px !important; }

.product-view {}

.product-essential {}
.product-essential h2 {}

.product-collateral {margin:90px 0 0;}
.product-collateral h2 { color:#000; padding:0 0 1px;text-transform: uppercase; }
.product-collateral .product-name {font-size: 16px;font-weight: normal;}
.product-collateral .block-related .block-title {border:none;}
.product-collateral .box-collateral { margin:0 0 25px;clear:both; }

/* Product Images */
.product-view .product-img-box { float:right; position:relative; margin-bottom: 30px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 20px; }
.product-view .product-img-box .product-image .owl-buttons > div {position: absolute;z-index: 999;top: 0;width: 30px;height: 100%;display: block;cursor: pointer;-webkit-border-radius: 0;border-radius: 0;border: none;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.product-view .product-img-box .product-image .owl-buttons > div:hover {background: rgba(0, 0, 0, 0.05);}
.product-view .product-img-box .product-image .owl-buttons > div.owl-prev {left: 0;}
.product-view .product-img-box .product-image .owl-buttons > div.owl-next {right: 0;}
.product-view .product-img-box .product-image .owl-buttons .icon-royal {opacity: 1;border:none;border-radius:0;color:#3a3a3a;}
.product-view .product-img-box .product-image img {width:100%;height:100%;}
.product-view .product-img-box .product-image-zoom { position:relative; width:100%; height:100%; overflow:hidden; }
.product-view .product-img-box .product-image-zoom a {  }
.product-view .product-img-box .product-image-zoom img { cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute;right: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;right:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute;left:2px; top:0; }
.product-view .product-img-box .product-image-colorbox {position: absolute;/*font-family:"FontAwesome";*/bottom: 15px;text-decoration:none;left: 15px;z-index: 9990;text-align:center;line-height: 38px;width: 40px;height: 40px;border: 1px solid #3a3a3a;border-radius:9999px;font-size: 0;color:#3a3a3a;}
.product-view .product-img-box .product-image-colorbox:hover {color:#444;border-color: #444;}
.product-view .product-img-box .product-image-colorbox:before {content:"\f065";font-size: 15px;}
.product-view .product-img-box .more-views {width:300px;margin:0 auto; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views .owl-item {padding:0 6px;text-align: center;}
.product-view .product-img-box .more-views a {padding: 4px;display: inline-block;border: 1px solid #D5D5D5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product-view .product-img-box .more-views a:hover,
.product-view .product-img-box .more-views .owl-item.active-thumbnail a{border-color:#8d8d8d;}
.product-view .product-img-box .more-views .owl-buttons > div {position: absolute;top: 0;width: 35px;height: 100%;display: block;cursor: pointer;-webkit-border-radius: 0;border-radius: 0;border: none;
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.product-view .product-img-box .more-views .owl-buttons > div:hover {background: rgba(0, 0, 0, 0.05);}
.product-view .product-img-box .more-views .owl-buttons > div.owl-prev {left: -34px;}
.product-view .product-img-box .more-views .owl-buttons > div.owl-next {right: -34px;}
.product-view .product-img-box .more-views .owl-buttons .icon-royal {color: #444;opacity: 1;position: absolute;border-radius:0;border:none;}
.product-view .product-img-box .owl-controls .owl-buttons .icon-royal {font-size:25px;width:auto;height:auto;position: absolute;margin-top: -20px;margin-left: -6px;top:50%;left:50%;}
.product-view .product-img-box .owl-controls .owl-buttons .owl-next .icon-royal {margin-left: 6px;}
.product-view .product-img-box .owl-controls .owl-buttons .icon-royal:hover {background-color: rgba(0, 0, 0, 0);color:#3a3a3a;}

.product-view .tabbable {padding: 0 15px;}
.product-view .nav-tabs-container {margin-bottom:20px !important;border:1px solid #ddd !important;border-width:1px 0 !important;margin-right:0 !important;margin-left: 0 !important;text-align:right !important;}
.product-view .nav-tabs > li {padding: 0 !important;}
.product-view .nav-tabs > li > a {margin:10px 30px 10px 0;font-size: 15px;line-height: 15px;text-transform: uppercase;}
.product-view .nav-tabs > li > a:after {display: none;}
.product-view .nav-tabs > li.active a:before {display: block;bottom: -18px;right: 50%;margin-right: -4px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(136, 183, 213, 0);border-top-color: #000;border-width: 4px;}
.product-view .nav-tabs > li.active a:after {content: '';display: block;width: 100%;height:3px;border-bottom: 3px solid #3d3d3d;position: absolute;top: -11px;right: 0;left:0;top:auto;bottom: -10px;}
.product-view .tab-content {margin-top:35px !important;}
.product-view .tab-content .panel-body {padding: 0;font-size: 13px;line-height: 24px;color:#767676;}

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:left; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

.product-view .sidebar-content .regular-price .price,
.product-view .sidebar-content .special-price .price,
.product-view .sidebar-content .price-from .price,
.product-view .sidebar-content .price-to .price {color: #cda85c;}
/*.product-view .sidebar-content .manufacturer {text-align: center;}
.product-view .sidebar-content .manufacturer a {display: inline-block;}*/

/* Product Shop */
.product-view .product-shop { float:left; margin-bottom: 30px; }
.col1-layout .product-view .product-shop { float:left; }
.col3-layout .product-view .product-shop { float:none; }
.product-view .product-shop .product-name { text-align:right; padding: 15px 0;margin: 0; }
.product-view .product-shop .product-name h1 { margin:0;margin-bottom: 15px;font-size: 16px;font-weight: 400;color:#252525; }
.product-view .product-shop .availability { margin-bottom:20px;font-size: 13px; }
.product-view .product-shop .availability.in-stock span {color: #cda85c;}
.product-view .product-shop .short-description { margin-bottom: 25px;color: #767676;font-size: 13px;line-height: 24px;width: 100%; }
.product-view .product-shop .price-rating {}
.product-view .product-shop .price-box {text-align:right;margin: 25px 0;}
.product-view .product-shop .price-box > p {display: inline-block;padding:0;margin: 0px !important;}
.product-view .product-shop .price-box .price {font-size: 30px;font-weight: normal;}
.product-view .product-shop .old-price .price {font-size: 20px;}
.product-view .product-shop .ratings {margin-bottom: 0px;}
.product-view .product-shop .no-rating {}
.product-view .product-shop .no-rating a { color: #767676; font-size: 13px; }
.product-view .product-shop .no-rating a:hover {color: #252525;}
.product-view .product-shop .ratings > p {font-size: 13px;color:#767676;}
.product-view .product-shop .ratings > p a {color:#767676;}
.product-view .product-shop .ratings > p a:hover {color: #252525;}
.product-view .product-shop .ratings .rating-box {display: inline-block;vertical-align: middle;}
.product-view .product-shop .ratings .rating-links {display: inline-block;vertical-align: middle;margin-bottom: 5px !important;margin-right: 15px;}
.product-view .product-shop .add-to-cart {}
.product-view .product-shop .qty-wrapper {float:right;}
.product-view .product-shop .btn-cart {text-align: center;width: 300px;float:left;margin-right: 15px;font-size: 13px;line-height: 40px;padding: 0 18px}
.product-view .product-shop .btn-cart:hover {background-color: #cda85c;}
.product-view .product-shop .btn-cart > span {padding: 0 !important;}
.product-view .product-shop .add-to-box {margin:20px 0 10px;}
.product-view .product-shop .add-to-box button.button > span {padding: 0 !important;}
.product-view .product-shop .add-to-links {}
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links > div {display: inline-block;}
.product-view .product-shop .add-to-links a { font-weight:normal !important;font-size: 13px; }
.product-view .product-shop .add-to-links a:hover {color:#cda85c;}
.product-view .product-shop .back-link {display: none;}
.product-view .product-shop .supplement-detail {margin-bottom: 30px;font-size: 13px;width: 50%;float:right;padding-top: 20px;}
.product-view .product-shop .supplement-detail p span {color: #cda85c;}
.product-view .product-shop .supplement-detail p a:hover span {color: #767676;}
.product-view .product-shop .share-links-wrapper {padding:20px 0;border-top: 1px solid #eee;border-bottom: 1px solid #eee;margin-bottom: 20px;}
.product-view .product-shop .share-links-wrapper h2 {font-size: 15px;font-weight: 500;text-transform: uppercase;color:#000;float:right;margin-top:3px;margin-bottom: 0;margin-left: 10px;}
.product-view .product-shop .share-links-wrapper ul {line-height: 0;float:left;}
.product-view .product-shop .share-links-wrapper .share-links li {display: inline-block;margin-left: 14px;position: relative;}
.product-view .product-shop .share-links-wrapper .share-links li:last-child {margin-left: 0;}
.product-view .product-shop .share-links-wrapper .share-links li .fa {width:28px;height:28px;border-radius: 100px;font-size: 16px;line-height: 28px;text-align: center;background-color: #252525;color: #FFF;}
.product-view .product-shop .share-links-wrapper .share-links li svg.circle {opacity:0;position: absolute;top: -5px;right: -5px;z-index: 1;
    -webkit-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.product-view .product-shop .share-links-wrapper .share-links li:hover svg.circle {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

/* Product Options */
.product-options { position:relative; }
.product-options dt { font-weight:normal; }
.product-options dt label { font-weight:500; color:#000;text-transform: uppercase;margin:0 0 14px 0;font-size: 15px; }
.product-options dt label.required em { color:#ff0000;float:right; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; display: none; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { margin:0 0 25px; /*border-bottom:1px solid #e4e4e4;*/ }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:100%; }
.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%; height:8em; }
.product-options dd select { width:100%;background-position: 3% 50%; }
.product-options dd select.bundle-option-select {display:inline-block; position: static;}
.product-options dd .multiselect option { padding:2px 4px; }
.product-options ul.options-list { margin-left:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:right; margin-top:0px; }
.product-options ul.options-list input.checkbox { float:right; margin-top:0px; }
.product-options ul.options-list .label { display:block; margin-right: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:11px; }
.product-options p.required { position:absolute; left:0px; top:-5px; }

.product-options-bottom {padding: 20px 0 7px;border-top: 1px solid #eee;}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:right; margin:0; padding:0; }
.product-options-bottom .add-to-links { padding:5px 0 0; text-align:left; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:right; padding-left:5px; }
.product-options-bottom .price-tax { float:right; }
.product-options-bottom .add-to-cart {}
.product-options-bottom .add-to-cart button.button > span {padding:5px 22px;}
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-left:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:right; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { padding:0; text-align:right; }

/* Prev/Next Product Section */
.prevnext-section {position: absolute;top: 0;left: 0;padding-right: 5px;display:none;}
.prevnext-section .prev-wrapper,
.prevnext-section .next-wrapper {position:relative;display: inline-block;}
.prevnext-section .prev-wrapper {margin-left: 5px;}
.prevnext-section .fa {background: none;width: 31px;height: 31px;border: 1px solid #eee;border-radius: 100px;color:#252525;text-align: center;font-size: 20px;line-height: 29px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.prevnext-section .fa:hover {background-color: #252525;cursor: pointer;border-color: #252525;color:#fff;}
.prevnext-section .prev-container,
.prevnext-section .next-container {position: absolute;bottom: 40px;right:-58px;width: 280px;background-color: #FFF;border: 1px solid #eee;z-index: 100;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.prevnext-section .prev-container {left: -160px;}
.prevnext-section .prev-container > img {float:right;max-height: 80px;width: auto;}
.prevnext-section .prev-container > div {float:right;width: 175px;padding: 5px 0 5px 10px;}
.prevnext-section .next-container > img {float:left;max-height: 80px;width: auto;}
.prevnext-section .next-container > div {float:right;width: 175px;padding: 5px 0 5px 10px;}
.prevnext-section .prev-container .details-name,
.prevnext-section .next-container .details-name {text-transform: uppercase;font-size: 14px;line-height: 14px;width: auto;margin-top: 10px;-ms-text-overflow: clip;text-overflow: clip;}
.prevnext-section .prev-container .price-box,
.prevnext-section .next-container .price-box {text-align:right;width: 100%;clear: both;margin-top: 2px;margin-bottom: 0;font-weight: 500;}
.prevnext-section .prev-container .price-box .price,
.prevnext-section .next-container .price-box .price {font-size: 14px;color: #cda85c;}

/* Ajax Options Box */
.elegento-ajaxcart-index-options .product-view .product-shop {float:none;width:100%;}
.elegento-ajaxcart-index-options .product-view .product-shop .product-name h1 {margin:10px 0;font-size: 17px;}
.elegento-ajaxcart-index-options .product-view .product-options {margin:10px 0 0;}
.elegento-ajaxcart-index-options .product-view .product-options-bottom .price-box {float:left;}
.elegento-ajaxcart-index-options .product-view .product-options-bottom .ajaxcart_loading {position: static;float:right;width:auto;height:auto;background-color: transparent;margin:2px 0 1px 10px;}
.elegento-ajaxcart-index-options .product-view .product-options-bottom .ajaxcart_loading img {position: static;float:right;background-color: transparent;}

/* Grouped Product */
.product-view .grouped-items-table-wrapper {/*overflow-x: scroll;*/margin: 20px 0;}
.product-view .grouped-items-table .price-box { margin:0; padding:0; }
.product-view .grouped-items-table .price-box .price {font-size: 20px;}
.product-view .grouped-items-table tbody tr td {vertical-align: middle;}
.product-view .grouped-items-table tbody tr td:first-child {font-size: 13px;text-transform: uppercase;}
.product-view .grouped-items-table tbody .availability {margin-bottom: 0;}
.product-view .grouped-items-table tbody .input-text.qty {width: 39px;}
.product-view .product-shop .add-to-cart.grouped .btn-cart {width: 100%;}

/* 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: Related */
.product-view .box-related {position: relative;margin-top:90px;}
.product-view .box-related h2 { text-align: center; }
.product-view .box-related .media-section .related-checkbox {position:absolute;top:10px;right:10px;z-index: 100;}
.product-view .box-related .price-section .price-box {float:none; text-align: center;}
.product-view .box-related .price-section .price-box p {display: inline-block;}
.product-view .box-related .ratings .rating-box {float:none; margin:0 auto;}

/* Block: Upsell */
.product-view .box-up-sell {position: relative;margin-top:90px;}
.product-view .box-up-sell h2 { border-bottom:0; padding:0; text-align: center; }
.product-view .box-up-sell .price-section .price-box {float:none; text-align: center;}
.product-view .box-up-sell .price-section .price-box p {display: inline-block;}
.product-view .box-up-sell .ratings .rating-box {float:none; margin:0 auto;}

/* Additional Infos */
.product-view #product-attribute-specs-table th {display: table-cell; padding: 7px 8px; color:#444; text-align:right; line-height: 18px; font-size: 14px;}
.product-view #product-attribute-specs-table td {padding: 7px 8px;}

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h2 { margin: 3px 0 20px; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-right:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-left:0; }
.product-view .box-tags .product-tags li > a {}
.product-view .box-tags .form-add label { display:block; font-size:15px; margin:0 0 5px; color:#444;}
.product-view .box-tags .form-add .input-box { float:right; width:305px; margin:0 5px 0 0; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button > span {padding:5px 13px;}
.product-view .box-tags .note { margin:5px 0 0; font-size:12px; }

/* Block: Reviews */
.product-view .box-reviews dl { float:right;width:470px; }
.product-view .box-reviews .reviews-list {}
.product-view .box-reviews .reviews-list > h2 {color:#444;font-size: 17px;line-height:23px;font-weight: normal;padding: 0 0 10px;margin: 0;border-bottom: 1px solid #eaeaea;margin-top:3px;}
.product-view .box-reviews .reviews-list > h2 > span {text-transform:none;font-size: 14px;}
.product-view .box-reviews .reviews-list .item { padding: 41px 21px 34px;position: relative;border: 1px solid #E5E5E5;margin:20px 0 23px; }
.product-view .box-reviews .reviews-list .user-avatar { width: 75px; height:75px; border-radius: 9999px;overflow: hidden; float:right;}
.product-view .box-reviews .reviews-list .user-avatar img {width: 100%;height: 100%;}
.product-view .box-reviews .reviews-list .detail {}
.product-view .box-reviews .reviews-list .detail.avatar { margin-right: 95px; }
.product-view .box-reviews .reviews-list .detail .review-title {margin:0 0 10px;font-size: 14px;text-transform: uppercase;}
.product-view .box-reviews .reviews-list .detail .ratings {margin-bottom: 5px;}
.product-view .box-reviews .reviews-list .detail .ratings:after {content: none;}
.product-view .box-reviews .reviews-list .detail .ratings .rating-box {float: none;margin-right: 0;}
.product-view .box-reviews .reviews-list .detail .review-detail {margin:10px 0;font-size: 13px;color:#767676;}
.product-view .box-reviews .reviews-list .detail .date { font-size: 12px;color:#767676; position: relative; margin-bottom: 20px; }
.product-view .box-reviews .reviews-list .detail .date:after { content: ''; display: block; width: 70px; height: 3px; background: #E5E5E5; position: absolute; bottom: -12px;right: 0;}
.product-view .box-reviews .reviews-list .detail .date span {}
.product-view .box-reviews .form-add {}
.product-view .box-reviews .form-add em { color:red; }
.product-view .box-reviews .form-add h2 {margin:0;font-size: 18px;line-height:20px;letter-spacing:1px;color:#000;font-weight: normal;padding: 0 0 15px;}
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .buttons-set {border:none;margin:0;}
.product-view .box-reviews .form-add .buttons-set button.button > span {padding:4px 8px;}
.product-view .box-reviews .form-add .data-table {margin-top: 25px;}
.product-view .box-reviews .form-add .data-table thead {border-bottom:1px solid #d3d3d3;text-align: center;}
.product-view .box-reviews .form-add .data-table thead th {text-align: center;}
.product-view .box-reviews .form-add .data-table .even {background: none;}
.product-view .box-reviews .form-add .data-table .odd {background: none;}
.product-view .box-reviews .form-add .data-table th {background: none;}
.product-view .box-reviews .form-add .data-table td { text-align:center;padding:15px; }
.product-view .box-reviews .form-add .data-table tbody th {font-weight: normal;text-transform: uppercase;padding:15px;}
.product-view .box-reviews .form-add .form-list { margin:25px 0 0; }
.product-view .box-reviews .form-add .form-list li { font-size: 13px; font-weight: normal; margin: 0 0 15px; }
.product-view .box-reviews .form-add .form-list li label { font-size: 14px; line-height: 22px; font-weight: normal; }
.product-view .box-reviews .form-add .form-list .input-box { width:100%; }
.product-view .box-reviews .form-add .form-list .input-box * { padding:6px 8px; }
.product-view .box-reviews .form-add .form-list input.input-text { width:60%; }
.product-view .box-reviews .form-add .form-list textarea { width:100%; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-left:-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:left; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0 0 15px; font-size:1.17em; font-weight:normal; text-align: center; text-transform: uppercase; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search.fieldset {margin:0; padding: 10px 25px 12px 25px;}
.advanced-search h2 {margin:10px 0 30px;font-size: 18px;font-weight: normal;text-transform: uppercase;color: #222;}
.advanced-search .form-list label { float:none;margin-bottom:0;width:210px; padding-left:10px; text-transform: uppercase;color: #767676;font-size: 14px;font-weight: normal; }
.advanced-search .form-list select {width:418px;}
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:none; clear:none; }
.advanced-search .form-list .input-box input.input-text {width:418px;}
.advanced-search .form-list .input-range input.input-text {width:200px;}
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; background:#f7f7f7; padding:10px; }
.advanced-search-summary ul { float:right; width:49%; }
.advanced-search-summary ul li {font-weight: bold;}
.advanced-search-summary strong { color:#cf4647; padding-right:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:normal; margin:0; }
.advanced-search-summary p a { font-weight: bold; }

/* Sitemap */
.page-sitemap .links { text-align:left; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-right:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .button {letter-spacing: 1px;}
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:left;margin:0; }
.cart .title-buttons .checkout-types li { float:right; 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; font-size:11px; }
.cart-empty {text-align: center;font-size: 13px;}
.cart-empty h2 {text-transform: uppercase;margin-bottom: 30px;}

/* Shopping Cart Table */
.cart-table {border:none;}
.cart-table .product-name {text-align:right;}
.cart-table .cart-price {font-size: 20px;font-weight: bold;}
.cart-table .qty-wrapper {margin: 0 auto;}
.cart-table .btn-update {margin-right: 10px;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:20px 0 0; }
.cart .cart-collaterals h2 {font-size: 15px;line-height: 16px;color: #000;margin: 0 0 20px;text-transform: uppercase;letter-spacing: 1px;border-bottom: 2px solid #000;padding-bottom: 10px;text-decoration: none;}
.cart .cart-collaterals select {color: #767676;}
.cart .cart-collaterals .reference {color: #767676;}
.cart .cart-collaterals .reference a {color: #cda85c;}
.cart .cart-collaterals .reference a:hover {color: #767676;}
.cart .cart-collaterals .shipping-form .input-text {color: #767676;}

.cart .crosssell {margin-bottom: 35px;}
/*.cart .crosssell .crosssell-list {visibility: hidden;max-height: 0px;height:0;
    transition:         all 300ms ease-in-out;
    -moz-transition:    all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition:      all 300ms ease-in-out;
}
.cart .crosssell .crosssell-list.opened {visibility: visible;max-height: 9999px;height:auto;}*/
.cart .crosssell .crosssell-list {margin-top:12px;}
.cart .crosssell .product-image {display: block width:100px;margin: 0 auto;font-size: 1em;}
.cart .crosssell .product-image img {width:100%;height:auto;}
.cart .crosssell .product-details {text-align: center;margin-top: 10px;}
.cart .crosssell .product-name { font-weight:normal;line-height: 16px;margin:0;font-size: 1em; }
.cart .crosssell .price-box {float:none;margin:10px 0;}
.cart .crosssell .price-box > span {display:block;}
.cart .crosssell .price-box .price {font-size: 1.3em;}
.cart .crosssell .add-to-links {margin:10px 0;}
.cart .crosssell .item { padding:0 15px; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {margin-bottom: 35px;}
.cart .discount h2,
.cart .shipping h2 {}
.cart .discount button span,
.cart .shipping button span {line-height: 19px;}
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:20px 0 0; border:0; padding:0; text-align:right; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { margin-right:0; }

.cart .discount h2 {}
.cart .discount .input-box { margin:8px 0 0; }
.cart .discount input.input-text { width:100%; }
.cart .discount .buttons-set button.button { height:40px; }

.cart .shipping h2 {}
.cart .shipping #co-shipping-method-form .buttons-set {margin-right:0;}
.cart .shipping select {background-position: 2% 50%;}
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }
.cart .shipping .sp-methods dt {font-size: 16px;font-weight: normal;}
.cart .shipping .sp-methods li {margin:10px 0;}
.cart .shipping .sp-methods .radio {margin:0 0 0 5px;display: inline-block;vertical-align: middle;}
.cart .shipping .sp-methods label {font-weight: normal;margin-bottom: 0;vertical-align: middle;font-size: 14px;}


/* Shopping Cart Totals */
.cart .totals {}
.cart .totals table { width:100%; }
.cart .totals td { padding:30px 0 8px;border-bottom:1px solid #ddd;font-size: 14px; }
.cart .totals tr td:first-child {color:#767676;text-transform: uppercase;text-align:right !important;font-weight: 500;}
.cart .totals tr td:last-child {vertical-align: middle;}
.cart .totals tr.last td {}
.cart .totals tbody .price {font-size: 16px;}
.cart .totals tfoot th { padding:30px 0 8px; }
.cart .totals tfoot td { padding:30px 0 8px; }
.cart .totals tfoot td:first-child {text-align:right !important;padding-top: 40px;font-weight: 500;}
.cart .totals tfoot .price {font-size: 24px;font-weight: bold;}
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-weight: 500; }
.cart .totals .checkout-types { font-size:13px; text-align:left; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }
.cart .totals .checkout-types li button.btn-proceed-checkout {margin-top:30px;}

/* Options Tool Tip */
.item-options {margin-bottom: 0;}
.item-options dt { font-weight:normal; font-size: 12px; float:right; margin-left: 10px; color: #767676; margin-top: 1px; }
.item-options dd { padding-right:10px; margin:0; font-size: 13px; color:#555; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em;right:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px;right:50%; }
.col-left .truncated .show .item-options {right:15px; top:7px; }
.col-right .truncated .show .item-options {right:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-right:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-left:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-left:10px; text-align:left; }
.sp-methods .checkmo-list address { float:right; }

.sp-methods .centinel-logos a { margin-left:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:right; margin:5px 10px 0 0; }

.please-wait { float:left; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-right:10px; }

/* 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:left; }
.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:right; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:14px; font-weight:normal; color:#252525;text-transform: uppercase;margin-top: 25px; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:13px; font-weight:normal; color:#252525;text-transform: uppercase; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:right; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-right:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.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 { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-left:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:left; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; display: none; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-left:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; display: none;}
.opc .checkout-agreements .agree { padding-right:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.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-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; 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-size:1em !important; 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 { border:0; margin:0; }
.block-progress .block-title { display:none; background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:17px; font-weight:normal; margin:0 0 20px; padding:5px 0 20px; color:#555;border-bottom: 1px solid #ccc; }
.block-progress dd { padding:10px 0; }
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; 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; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0;border:none; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-right:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .buttons-set button.button {margin-right:0;letter-spacing: 1px;padding:5px 10px;}
.opc .buttons-set button.button > span {padding:5px 18px;}
.opc .buttons-set button.btn-checkout {float:left;}
.opc .ul { list-style:disc outside; padding-right:18px; }

.opc { position:relative; }
.opc li.section {padding-bottom: 10px;}
.opc h2 {font-size: 15px;color: #252525;font-weight: normal;text-transform: uppercase;margin: 25px 0;}
.opc .back-link {display: none;}
.opc .inner-box label {margin-bottom: 0;}

.opc .step-title { padding:15px 8px;  font-size: 15px;text-transform: uppercase; border: 1px solid #ddd; border-width: 1px 0; }
.opc .step-title .number { display: inline-block; vertical-align: middle; padding:0 4px; margin:0 5px 0 0; color:#252525; line-height: 17px; }
.opc .step-title h2 { display: inline-block;vertical-align: middle; margin:0; color:#252525; font-size: 15px; }
.opc .step-title a { display:none; float:left; font-size:13px; line-height:16px; }

.opc .allow .step-title { color:#252525; cursor:pointer; }
.opc .allow .step-title .number { color:#252525; }
.opc .allow .step-title h2 { color:#252525; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { color:#252525; cursor:default;border-color:#000;position: relative; }
.opc .active .step-title:after {display: block;bottom: -9px;right: 50%;margin-right: -4px;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(136, 183, 213, 0);border-top-color: #000;border-width: 4px 4px;}
.opc .active .step-title .number { color:#252525; }
.opc .active .step-title h2 { color:#252525; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { padding:15px 20px; position:relative; }
.opc .step .tool-tip { right:30px; }

.opc .form-list .input-box {width:100%;margin-bottom:15px;}
.opc .form-list > li.wide label {font-size: 15px;color:#252525;font-weight: normal;text-transform: uppercase;margin: 5px 0 25px;}
.opc .form-list li.wide select {width:100%;}
.opc .form-list h2 {font-size: 15px;color:#252525;font-weight: normal;text-transform: uppercase;margin:25px 0;}
.opc .form-list input.input-text {width:100%;border-color:#d3d3d3;}
.opc .form-list input.input-text::-webkit-input-placeholder {color: #767676;font-size: 14px;}
.opc .form-list input.input-text:-moz-placeholder {color: #767676;font-size: 14px;}
.opc .form-list input.input-text::-moz-placeholder {color: #767676;font-size: 14px;}
.opc .form-list input.input-text:-ms-input-placeholder {color: #767676;font-size: 14px;}
.opc .form-list .fields {font-size: 14px;font-weight: normal;margin:0;position: relative;}
.opc .form-list .fields .field {float:none;position: relative;width:100%;}
.opc .form-list .fields label {color:#767676;font-size: 14px;font-weight: normal;}
.opc .form-list li.control {margin-bottom:10px;}
.opc .form-list li.control input.radio {display: inline-block;margin:0 0 0 10px;}
.opc .form-list li.control input.checkbox {display: inline-block;margin:0 0 0 10px;}
.opc .form-list li.control label {display: inline-block;text-transform:none;line-height: 17px;font-size:14px;color:#767676; }
.opc .form-list .select-box {font-size: 14px;width:100%;height:35px;border-color:#d3d3d3;}
.opc .form-list .select-box:before {padding:6px 10px;}
.opc .form-list .select-box .validation-advice {display: none;}
.opc .form-list .select-box .selected-value {padding:6px 0 0 10px;color:#767676;}
.opc .form-list input,
.opc .form-list select,
.opc .form-list textarea {color:#767676;}
.opc .form-list select {width: 100%;background-position: 2% 50%;}
.opc .form-list .r-separator:after {top:50%;}

.opc .login-desc {color: #767676;font-size:13px;}
.opc .forgotpassword {color: #cda85c;font-size: 13px;}
.opc .forgotpassword:hover {color: #767676;}

.opc .sp-methods dt {font-weight: normal;font-size: 14px; text-transform: uppercase;margin:25px 0 10px;}
.opc .sp-methods input.radio {display: inline-block;margin:0 0 0 10px;}
.opc .sp-methods label {display: inline-block;margin:0;text-transform: none;font-weight: normal;font-size: 14px;line-height: 17px;}

.opc .data-table {border:none;}
.opc .data-table .product-name { font-weight:normal; margin:8px 0; color:#000;font-size: 14px;text-align:right; }
.opc .data-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#555; }
.opc .data-table .cart-price {font-size: 20px;}
.opc .data-table .cart-price .price {color:#000;font-weight: bold;}

.opc .opc-totals-table { width:100%; }
.opc .opc-totals-table td { padding:20px 0;border-bottom:1px solid #ddd;font-size: 14px; }
.opc .opc-totals-table td .price {font-size: 16px;}
.opc .opc-totals-table tr td:first-child {color:#767676;text-transform: uppercase;text-align:right !important;}
.opc .opc-totals-table tr td:last-child {color:#333;vertical-align: middle;}
.opc .opc-totals-table tr:last-child td:first-child {padding: 30px 0 0;}
.opc .opc-totals-table tr:last-child td:last-child .price {font-size: 24px;}

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
#opc-login #login-form a {margin-bottom:15px;}

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages {}
.opc .gift-messages h3 {}
.opc .gift-messages label {margin-bottom: 0;}
.opc .gift-messages-form {padding:15px 0;}
.opc .gift-messages-form .inner-box { overflow:auto; }

#opc-review {border:none;}
#opc-review .step { border:0; padding:0; }
#opc-review .data-table {border:1px solid #eaeaea;border-width:0 1px;}
#opc-review .data-table img {max-width: none;}
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set {border:0; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#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; text-align:center; padding:10px 10px 0; }
#opc-review #checkout-review-table-wrapper {margin:20px 0;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:right; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.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 { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.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:#e26703; }

.multiple-checkout .place-order .please-wait { float:left; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:left; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:right; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-left:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span {}
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#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-left:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:270px; padding:50px 0 10px; }
.account-login .content h2 { font-size:16px; padding:0 0 15px; text-transform:uppercase; color:#252525; }
.account-login .content p {color:#767676;font-size: 13px;}
.account-login .new-users h2 {}
.account-login .registered-users h2 {}
.account-login .registered-users .form-list li label {color:#767676;font-weight: normal;font-size: 14px;cursor:text;}
.account-login .registered-users .form-list li .input-box {width:100%;}
.account-login .registered-users .form-list li input.input-text {width:100%; font-size: 13px;}
.account-login .registered-users .form-list li input.input-text::-webkit-input-placeholder {}
.account-login .registered-users .form-list li input.input-text::-moz-placeholder {}
.account-login .registered-users .form-list li input.input-text:-moz-placeholder {}
.account-login .registered-users .form-list li input.input-text:-ms-input-placeholder {}
.account-login .buttons-set { margin:0; padding:30px 0; }
.account-login .buttons-set button.button > span {padding:5px 20px;}

.account-create {}
.account-create .fieldset h2 {font-size: 16px;padding: 0 0 15px;border: none;text-transform: uppercase;color: #252525;}
.account-create .fieldset .form-list li {margin-bottom:0;}
.account-create .fieldset .form-list li label {color:#767676;font-weight: normal;font-size: 14px;cursor:text;}
.account-create .fieldset .form-list li.control label {position: static;}
.account-create .fieldset .fields .field {width:100%;}
.account-create .fieldset .input-box {width:100%;margin-bottom:25px;}
.account-create .fieldset input.input-text {width:100%;color:#767676;}
.account-create .buttons-set button.button > span {padding:5px 20px;}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:right; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px;left: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;right:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc;right:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:right; -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 #ccc; font-size:14px; 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 h2 { border-bottom: 1px solid #ddd;border-top: 1px solid #000;margin: 0 0 30px;padding: 22px 0; font-size:16px; font-weight:normal; text-transform:uppercase; }
.my-account p.back-link {display: none;}
.my-account p {font-size: 13px;line-height: 20px;}

.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .fieldset {margin:0 0 20px;padding:0;}
.my-account .fieldset .legend {float:none;position: static;border:none;margin:0 0 25px;font-size: 16px;}
.my-account .product-name {font-size: 16px;}
.my-account .form-list li {margin-bottom:0;}
.my-account .input-box {margin-bottom:20px;width:100%;}
.my-account .fields input.input-text {width:100%;}
.my-account .fields select {width:100%;background-position: 3% 50%;}
.my-account input.input-text {width:60%;}
.my-account input.checkbox {display: inline-block;margin-top: 0;}
.my-account .buttons-set {margin:20px 0;}
.my-account .buttons-set button.button {letter-spacing: 1px;float:right;margin-right: 0;}
.my-account .buttons-set button.button > span {padding:5px 20px;}
.my-account .pager {float:none !important;padding-left: 0;}
.my-account .pager .amount {margin:8px 10px;}
.my-account .pager .per-page {display: none;}
.my-account p.required {float:left;}

/********** < Dashboard */
.dashboard a {color: #cda85c;}
.dashboard a:hover {color: #767676;}
.dashboard .welcome-msg { margin:0 0 12px; display: none; }
.dashboard .welcome-msg p { margin:0;padding:5px 0; }
.dashboard .welcome-msg p strong {font-weight: normal;font-size: 18px;}
.dashboard .col2-set,
.dashboard .col-1,
.dashboard .col-2 { margin:0 0 40px; }
.dashboard .box .box-title { margin:0 0 20px;position: relative; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { font-size:16px; font-weight:normal; margin:0; }
.dashboard .box .box-title a {position: absolute;top:0px;left:0;padding-right: 10px;z-index: 1;color: #333;background-color: #fff;}
.dashboard .box .box-content h3,
.dashboard .box .box-content h4 {font-size: 14px;font-weight: normal;text-transform: none;}
.dashboard .box .box-content address {font-size: 13px;}

.dashboard .box-info {  }

.dashboard .box-recent {margin-bottom: 50px;}

/* Block: Recent Orders */

/* Block: Reviews */
.dashboard .box-reviews .number { float:right; font-size:10px; margin:2px 0 0; font-weight:bold; line-height:1; color:#fff; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-right:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .number { float:right; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-right:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h3 { font-size: 14px;font-weight: normal;margin-top:10px; }
.addresses-list address { margin:0 0 3px;font-size: 13px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:normal; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { margin:0 0 30px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:normal;font-size: 13px; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-left:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:left; }

#my-orders-table thead {border-bottom:1px solid #d3d3d3;}
#my-orders-table tfoot {border-top:1px solid #d3d3d3;}
#my-orders-table tfoot td {padding:3px 8px;}
#my-orders-table .item-options dt {float:none;display: inline-block;}
#my-orders-table .item-options dd {display: inline-block;}

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:right; }
.page-print .print-head address { float:right; margin-right:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.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 th {text-align: center;}
.my-wishlist .data-table td { padding:10px;border-top:1px solid #d3d3d3; }
.my-wishlist .product-image { display:block; margin:0 0 5px; }
.my-wishlist .product-image img {height:auto;max-width: none;}
.my-wishlist textarea { display:block; width:100%; height:109px;font-size: 13px;color:#767676; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none;height: 40px;letter-spacing: 1px; }
.my-wishlist .buttons-set button.button:first-child {margin-right: 0;}
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {}
.my-wishlist .price-box {float:none;text-align:center;}
.my-wishlist .qty-wrapper {margin:0 auto;margin-bottom: 10px;}
.my-wishlist .cart-cell .fa {cursor:pointer;vertical-align: top;margin-top:9px;}
.my-wishlist button.btn-cart > span {padding:5px 8px;}
.my-wishlist .add-to-cart-alt {margin-bottom: 10px;text-align: center;}
.my-wishlist .product-name {margin-bottom:10px;text-align:right;}
.my-wishlist .description {margin-bottom:10px;font-size: 13px;color:#767676;font-style: italic;}
.my-wishlist .cart-cell p {text-align: center;font-size: 13px;text-transform: uppercase;}
.my-wishlist .cart-cell .truncated {text-align:center;}
.my-wishlist .cart-cell .truncated .show .item-options {left:0; top:20px;}
.my-wishlist .cart-cell .truncated .truncated_full_value .item-options {width:200px;}
.my-wishlist .cart-cell .truncated .truncated_full_value .item-options p {text-align:right;display: none;}
.my-wishlist .cart-cell .truncated .truncated_full_value .item-options dl {margin:0;}
#wishlist-table .add-to-links { white-space:nowrap; }
#wishlist-table button.btn-cart {margin-bottom:10px;}

/* About Us */
.cms-about-us {margin-top:30px;}

.cms-about-us .buy-theme {text-align: center;padding:10px 0;border-top: 1px solid #e9e9e9;border-bottom: 1px solid #e9e9e9;}
.cms-about-us .buy-theme h1 {text-transform: uppercase;font-weight: bold;font-size: 20px;}
.cms-about-us .buy-theme p {font-size: 13px;}

.cms-about-us .theme-features {margin-bottom:65px;margin-top:30px;}
.cms-about-us .theme-features .theme-features-left,
.cms-about-us .theme-features .theme-features-right {}
.cms-about-us .theme-features .theme-features-left-top,
.cms-about-us .theme-features .theme-features-right-top {margin:60px 0;}
.cms-about-us .theme-features .feature-icon {float:right;}
.cms-about-us .theme-features span {display: block;text-indent: -99999px;background: url('../images/feature-icons.png');background-repeat: no-repeat;border: 1px solid #999;width: 70px;height: 70px;margin-left: 26px}
.cms-about-us .theme-features span.screen {background-position:-85% 178%;}
.cms-about-us .theme-features span.retina {background-position: -84% -89%;}
.cms-about-us .theme-features span.graph {background-position: 182% 182%;}
.cms-about-us .theme-features span.setting {background-position: 182% -82%;}
.cms-about-us .theme-features h2 {font-size: 17px;font-weight: bold;text-transform: uppercase;}
.cms-about-us .theme-features p {font-size: 13px;}

.cms-about-us .brand-slider-section {margin-top:60px;margin-bottom: 40px;}
.cms-about-us .brand-slider-section .brands-title {font-size: 17px;padding-bottom: 20px;border-bottom:1px solid #dadada;}
.cms-about-us .brand-slider-section .brand-slider-wrapper {margin-top:30px;}
.cms-about-us .brand-slider-section .brands-slider .owl-item .item {padding: 0 15px;}
.cms-about-us .brand-slider-section .owl-controls .owl-buttons .fa {top: -75% !important;}
.cms-about-us .brand-slider-section .owl-controls .owl-buttons .fa:hover {color:#f0f0f0;background-color: #767676;}
.cms-about-us .brand-slider-section .owl-controls .owl-buttons .owl-prev .fa {right:28px;}
.cms-about-us .brand-slider-section .owl-controls .owl-buttons .owl-next .fa {right:0;}

/* My Tags */
.my-tag-edit { float:right; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:left; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:right; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:auto; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-right:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; text-align:right; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; text-transform: uppercase; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:right; }
.billing-agreements .form-list li button.button { float:right; margin-right:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:left; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:right; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; 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:right; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:right; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute;right: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 #eee; padding:10px; overflow:hidden; text-align:right; width:280px; }
.map-popup-checkout { display:inline; float:left; text-align:left; }
.map-popup-checkout span { display:block; padding-left: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:right; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container {text-align:right; color:#888;/*margin-top: 80px;*/}
.footer-container .container > div {width: 100%;}
.footer-top-container {background-color: #ffffff;}
.footer-container .footer-top {padding-top:20px;padding-bottom: 20px;}
.footer-top-after-container {background-color:#2E2E2E;cursor:pointer;}
.footer-top-after-container > .container {padding:40px 0;}
.footer-top-after-container:hover {background-color: #4f4f4f; }
.footer-main-container {background-color: #222;color:#787878;}
.footer-main-container > .container {padding-top:60px;}
.footer-main-container .footer-main {padding-bottom: 0; padding-top: 30px !important;}
.footer-main-container a {color:#787878;}
.footer-main-container a:hover {color:#ffffff;}
.footer-bottom-container {background-color: #222;}
.footer-bottom-container > .container {/*padding-top: 20px;*/}
.footer-bottom-container .footer-bottom {padding-right: 15px;padding-left: 15px;}
.footer-bottom-container .footer-bottom > div {padding-top: 10px;padding-bottom: 10px;border-top: 3px solid #2B2B2B;}
.footer-bottom-container .footer-copyright {font-size:11px;line-height: 18px;text-align: right;}
.footer-bottom-container .footer-copyright span a:hover {text-decoration: underline;}

.footer-container .cms-block-title h6 {font-size: 1.5em;line-height: 1.11;color: #fff;padding: 0 0 14px;border-bottom: 1px solid #3F3F3F;text-transform: uppercase;margin-bottom: 16px;text-align:right;}
.footer-container .aboutus-img span {z-index: 1;position: relative;
    box-shadow: 4px 4px 0px #404141;
    -moz-box-shadow: 4px 4px 0px #404141; 
    -webkit-box-shadow: 4px 4px 0px #404141;
}
.footer-container .aboutus-img span:after {display: block; content: " "; position: absolute; top: 2px;right: 0; width: 100%; height: 97%; background: white; z-index: -1;}
.footer-container .social-icons {margin-top:10px;}
.footer-container .social-icons li {display:inline-block;margin:0 5px;}
.footer-container .social-icons li .fa {width:23px;height:23px;border-radius:23px;line-height:23px;background-color:#464646;line-height: 23px;color:#fff;}
.footer-container .social-icons li .fa:hover {background-color:#3E3E3E;color:#bbb;}
.footer-container .blog-vlistslider .item {padding: 14px 0 14px;border-bottom: 1px solid #3F3F3F;}
.footer-container .blog-vlistslider .item:last-child {/*border:none;*/}
.footer-container .post-date-image {margin-left: 21px;}
.footer-container .post-date-image .post-date {font-size:13px;line-height:15px;color: #fff;padding: 11px 7px;border: 4px solid #3B3B3B;outline: 1px solid #626262;outline-offset: -4px;background: #3B3B3B;text-align: center;text-transform: uppercase;}
.footer-container .post-date-image .post-date .date {font-size: 21px;padding-bottom: 5px;border-bottom: 2px solid #fff;display: block;}
.footer-container .post-body {font-size: 1.08em;line-height: 20px;color: #6e6e6e;}
.footer-container .post-body h4 {margin: 0 0 12px;text-transform: uppercase;}
.footer-container .post-body h4 a {font-size: 12px;color: #fff;line-height: 0.9em;font-weight: 500;}
.footer-container .post-body h4 a:hover {color:#bbb;}
.footer-container .block-title h6 span {padding: 0 5px;}

.footer-container .regular-price .price,
.footer-container .special-price .price,
.footer-container .price-from .price,
.footer-container .price-to .price {color: #cda85c;}

.footer-container .footer-blocks {padding-bottom: 14px;}
.footer-container .footer-blocks .footer-blocks-top {text-align: center;}
.footer-blocks .newsletter {padding-top: 14px; display: inline-block;vertical-align: middle; margin: 0 15px;}
.footer-blocks .newsletter input.input-text {display: inline-block;vertical-align: middle;margin-left: 10px;width: 265px;}
.footer-blocks .newsletter button.button {display: inline-block;vertical-align: middle;}
.footer-blocks .newsletter button.button > span {padding: 8px; letter-spacing: 2px;}
.footer-blocks .store_switcher {padding-top: 14px; display: inline-block;vertical-align: middle; margin: 0 15px;}
.footer-blocks .store_switcher select {width: 265px;background-position: 4% 50%;height: 39px;}
.footer_links {padding: 14px 15px 0px;}
.footer_links .links {text-align: center;}
.footer_links .links li {display:inline-block;padding:6px 20px !important;}
.footer_links .links li a {color:#888;font-size: 13px;}
.footer_links .links li a:hover {color:#ffffff;}
#scroll-to-top span.fa {
    display:none;
    position:fixed;
    background-color: #565656;
    width:45px;
    height:45px;
    bottom:40px;
    left:35px;
    z-index:9999;
    border-radius:9999px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 42px;
    transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;

}
#scroll-to-top span.fa:hover {background-color:#252525;}

/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:right; width:470px; margin-right:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:right; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-right:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */

/* Our Skills============================================================================= */
.our-skills .skills-chart {width: 100%;}
.our-skills .skills-chart .chart {display: inline-block;vertical-align: middle;padding: 7px 0;font-size: 12px;color: #fff;height: 30px;}
.our-skills .skills-chart .right-angle {margin-right: -4px;display: inline-block;vertical-align: middle;width: 8px;height: 10px;border: 10px solid #cda85c;border-width: 5px 0 5px 8px;border-color: transparent #cda85c;}
.our-skills .skills-chart .skills-item {display: inline-block;vertical-align: middle;margin-left: 10px;}
.our-skills .skills-chart .skills-percent {display: inline-block;vertical-align: middle;font-size: 12px;font-weight: 500;}

.our-skills2 .skills-chart {width: 100%;}
.our-skills2 .skills-chart .chart-bar .chart {position: relative;height: 100%;}
.our-skills2 .skills-chart .skills-percent {position: absolute;left: 0;bottom: 15px;font-size: 14px;font-weight: 500;}
/* ======================================================================================= */

/* Newsletter Form======================================================================== */
.newsletter-block-title {display: inline-block;vertical-align: middle;width: 50%;padding: 0 15px;}
.newsletter-block-form {display: inline-block;vertical-align: middle;width: 49%;padding: 0 15px;}
.newsletter-block-form #subscribe-validate-detail {float:left;width: 100%;}
.newsletter-block-form input#subscribe {width:70%;height:38px;float:right;}
.newsletter-block-form button.button {width:25%;height: 38px;float:left;padding:6px 14px;letter-spacing: 2px;}
/* ======================================================================================= */

/* QR Link================================================================================ */
.qr-link {font-size: 0;width: 85px;height: 118px;display: block;margin-top: -41px;background-image: url(../images/elegento/royal/qr-bg.png);opacity: 0.6;-webkit-background-size: 100%;-o-background-size: 100%;background-size: 100%;background-repeat: no-repeat;background-position: 0 0;}
/* ======================================================================================= */

/* Countdown Timer======================================================================== */
.countdown-timer {}
.countdown-timer .countdown-amount {color: rgb(255, 255, 255); font-size: 48px; border: 1px solid rgba(9, 4, 3, 0.498039); border-radius: 200px; padding: 20px; background: rgba(9, 4, 3, 0.498039);}
.countdown-timer .countdown-period {font-size: 14px; color: rgb(204, 204, 204);}
/* ======================================================================================= */

/* 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; }
/* ======================================================================================= */

.guest-select {width:305px !important;}
.global-site-notice.demo-notice {display: none!important;}

#blog-section {margin-top: 0 !important;}

.media-section .product-labels .discount-code {
    display: none;
}

.biglink {
    padding-right: 15px;
    font-size: 1.5em;
    color: #787878 !important;
}

.biglink:hover {
    color: #fff !important;
}

#search_mini_form .form-search button {
    /*background: #fff !important;*/
}

#search_mini_form .form-search button span {
    color: #fff !important;
    font-size: 20px;
}

#search_mini_form .form-search button span span {
    vertical-align: super;
}

.col-left .eg-layerednav .block-layered-nav {
    display: none !important;
}

.col-left .block-blog-categories {
    display: none !important;
}

#blog-section .ctg-name {
    display: none !important;
}

#blog-section .bottom-details {
    display: none !important;
}

.products-grid li.grid-columns:hover {
    border: 1px solid lightgray;
}

.product-shop #product-options-wrapper {
    margin-top: 30px;
}

@media screen and (min-width: 1500px) {
    .banner-section .grid12-4 .eg-hoverzoom {
        height: 554px;
    }
}

.cart-collaterals .checkout-types li a {
    display: none !important;
}

.header-main-left .logo img {
    width: 25%;
}
.sticky-left .logo img {
    width: 25%;
}

@media screen and (max-width: 1200px) {
    .header-main-left .logo img {
        width: 50%;
    }
    .sticky-left .logo img {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .header-main-left .logo img {
        width: 100%;
    }
    .sticky-left .logo img {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .header-main-container .header-main-left {
        width: 20%;
    }
}

.supplement-detail .product-code {
    display: none;
}

.supplement-detail .product-categories {
    display: none;
}

.amscheckout-control .jquery-selectbox-currentItem {
	height: 26px;
    margin-top: 5px;
    box-shadow: none;
    border: none;
}

.amscheckout-control .jquery-custom-selectboxes-replaced {
    width: 438px !important;
}

#checkout-review-table-wrapper .cart-price {
    display: none;
}

.main-container .cart .messages {float: none !important;}

#shopping-cart-table .btn-proceed-checkout span {
    padding: 5px !important;
}
#shopping-cart-table .btn-proceed-checkout {
    margin-right: 10px !important;
}

.totals .checkout-types {
    display: none !important;
}