/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */

@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('../fonts/robotocondensed-regular.eot');
    src: url('../fonts/robotocondensed-regular.eot') format('embedded-opentype'),
         url('../fonts/robotocondensed-regular.woff') format('woff'),
         url('../fonts/robotocondensed-regular.ttf') format('truetype'),
         url('../fonts/robotocondensed-regular.svg#RobotoCondensedRegular') format('svg');
}
@font-face {
    font-family: 'RobotoSlabRegular';
    src: url('../fonts/robotoslab-regular.eot');
    src: url('../fonts/robotoslab-regular.eot') format('embedded-opentype'),
         url('../fonts/robotoslab-regular.woff2') format('woff2'),
         url('../fonts/robotoslab-regular.woff') format('woff'),
         url('../fonts/robotoslab-regular.ttf') format('truetype'),
         url('../fonts/robotoslab-regular.svg#RobotoSlabRegular') format('svg');
}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.eot');
    src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('../fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RalewayBold';
    src: url('../fonts/raleway-bold.eot');
    src: url('../fonts/raleway-bold.eot') format('embedded-opentype'),
         url('../fonts/raleway-bold.woff2') format('woff2'),
         url('../fonts/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold.svg#RalewayBold') format('svg');
}

@font-face {
    font-family: 'AntonRegular';
    src: url('../fonts/anton.eot');
    src: url('../fonts/anton.eot') format('embedded-opentype'),
         url('../fonts/anton.woff2') format('woff2'),
         url('../fonts/anton.woff') format('woff'),
         url('../fonts/anton.ttf') format('truetype'),
         url('../fonts/anton.svg#AntonRegular') format('svg');
}

@font-face {
    font-family: 'RalewaySemiBold';
    src: url('../fonts/raleway-semibold.eot');
    src: url('../fonts/raleway-semibold.eot') format('embedded-opentype'),
         url('../fonts/raleway-semibold.woff2') format('woff2'),
         url('../fonts/raleway-semibold.woff') format('woff'),
         url('../fonts/raleway-semibold.ttf') format('truetype'),
         url('../fonts/raleway-semibold.svg#RalewaySemiBold') format('svg');
}

@font-face {
    font-family: 'RalewayMedium';
    src: url('../fonts/raleway-medium.eot');
    src: url('../fonts/raleway-medium.eot') format('embedded-opentype'),
         url('../fonts/raleway-medium.woff2') format('woff2'),
         url('../fonts/raleway-medium.woff') format('woff'),
         url('../fonts/raleway-medium.ttf') format('truetype'),
         url('../fonts/raleway-medium.svg#RalewayMedium') format('svg');
}

@font-face {
    font-family: 'RobotoMediumItalic';
    src: url('../fonts/roboto-mediumitalic.eot');
    src: url('../fonts/roboto-mediumitalic.eot') format('embedded-opentype'),
         url('../fonts/roboto-mediumitalic.woff2') format('woff2'),
         url('../fonts/roboto-mediumitalic.woff') format('woff'),
         url('../fonts/roboto-mediumitalic.ttf') format('truetype'),
         url('../fonts/roboto-mediumitalic.svg#RobotoMediumItalic') format('svg');
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/roboto-regular.eot');
    src: url('../fonts/roboto-regular.eot') format('embedded-opentype'),
         url('../fonts/roboto-regular.woff2') format('woff2'),
         url('../fonts/roboto-regular.woff') format('woff'),
         url('../fonts/roboto-regular.ttf') format('truetype'),
         url('../fonts/roboto-regular.svg#RobotoRegular') format('svg');
}


@import url('https://fonts.googleapis.com/css?family=Open+Sans');




* { margin:0; padding:0; }

body          { font-size:12px; font-family:'Open Sans', sans-serif !important; color:#454545; text-align: left; background: url(../images/bg.png); }
/*Cambios FIlG*/
/*body          { font-size:12px; font-family:'Open Sans', sans-serif !important; color:#454545; text-align: left; background:rgba(242, 169, 0, 0.20); }*/


img           { border:0; vertical-align:top; }

a             { color:#000; text-decoration: none; }
a:hover       { text-decoration: none; color: #428bca; } /*cambiar por #ccc*/
:focus        { outline: none; }
a:focus  { outline: none !important;  }

img { max-width: 100%; height: auto;}


.padding-inner { padding: 0 15px; margin: 0 -15px; border-bottom: 1px solid #e5e5e5; }
.product-image { /*background: #fff*/; display: block; }
.product-image img {width: 90%; left: 0;right: 0;border: 1px solid rgba(17, 17, 17, 0.52);margin: auto;}

h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:500; }
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:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold;color: #000; }
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; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; margin: 0;}

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */
 /* sale---new */
 .new-sale { position: absolute; top: 0; left: ; z-index: 1;}
 .new { position: absolute; display: block; z-index: 1; top: 0px; left: 0px; width: 64px; height: 64px; line-height: 64px; text-align: center; font-size: 23px; color: #fff; text-transform: none; background: #007CCB; float: left;}

 .sale { position: absolute; display: block; z-index: 1; top: 0px; left: 0px; width: 64px; height: 64px; line-height: 64px; text-align: center; font-size: 23px; color: #fff; font-family: RobotoCondensedRegular; text-transform: none; background: #007CCB; float: left; }

 /*FILG
 .img-header {
    margin:0 auto;
    padding:1% 0 !important;
    margin: 0 auto; width:100%;
}
/*FILG

 /* Layout ================================================================================ */
.wrapper { }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.cms-index-index .main .std { position: relative; z-index: 9;}

/* Base Columns */
.col-left {  }
.col-main {  }
.col-right {  }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { }
.col3-layout .col-wrapper {   }
.col3-layout .col-wrapper .col-main {   }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button {
    font-size: 12px;
    vertical-align:middle;
    color:#2f2f2f;
    background:#fff;
    }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding: 5px; height: 34px; width: 100%; }
select { padding:1px; height: 34px; font-size: 13px;  color: #9e9e9e; }
select option { padding-right: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-right:3px; margin: auto;}
input.checkbox { margin-right:3px; }
input.qty { width: 50px !important; text-align:center;}
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background: none; cursor:pointer;   }
button.button:hover { }
button.button span { line-height: 35px; padding: 0px 10px; background: #007CCB;  display: block ; font-size: 14px; text-transform: uppercase;  }
button.button:hover span { background: #F42534; }
button.button span span { padding: 0; }
button.button:hover span span{ background: none;   }

button.disabled span { border-color:#bbb !important; background:#bbb !important; }



button.btn-checkout span { background: #000; border:0;  padding: 0 ; color:#fff; }
button.btn-checkout:hover span { background: #333; }
button.btn-checkout span span { background-position:100% 0; padding: 6px 25px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {  }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#000; font-weight: normal; text-transform: none; position:relative; z-index:0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 14px;  }
.form-list label.required {}
.required { }
.form-list label.required em { float:right; font-style:normal; color:#007CCB; position:absolute; top:0; right:-8px; font-family: arial; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; float: left; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width: 100%; padding-right: 10px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width: 100%; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:100%; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.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-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-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; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { clear: both; }
#add_recipient_button { margin-top: 10px;}

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #ddd; background:#fff; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-family: 'Open Sans', sans-serif !important; font-style: italic; font-size:13px; border:1px solid #ddd; background:#fff; color:#333; margin:-33px 0 0 -10px; padding: 3px 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#007CCB; font-family: arial; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#000; font-weight:bold; }
.notice { color:#e26703; }

.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-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:14px; line-height: 30px;padding: 0px 30px 20px 30px;margin-left: -12px; }
.breadcrumbs li { display:inline;   font-family: 'Open Sans', sans-serif !important }
.breadcrumbs li strong, .breadcrumbs li a:hover { font-weight: normal; color: #000; font-size: 14px; text-transform: none; text-decoration: none; }
.breadcrumbs li a { font-size: 14px; text-transform: none; color: #777;  font-family: 'Open Sans', sans-serif !important ;font-weight: bold !important;}
.breadcrumbs li span { padding:  0 10px; display: inline-block; font-size: 0; line-height: 0;}
.breadcrumbs li span:before { content:"\f0da"; font-family: FontAwesome; color: #000; font-size: 14px; display: block; line-height: 8px; }
/* Page Heading */
.page-title { width:100%; overflow:hidden;  margin:0 0 30px; padding:  0; border-bottom: 1px solid #e5e5e5; }
.page-title h1 { font-weight: bold !important; }
.page-title h1,
.page-title h2 { font-size: 24px; text-transform: uppercase; color: #000; font-family: 'Open Sans', sans-serif !important; line-height: 40px; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }


/* Pager */
.pager {   padding:5px; text-align:center; margin: 0; float: right; }
.pager select { border: 0; font-style: normal; color: #000; height: 26px; }
.pager .amount { float:left; margin: 4px 30px 0 0; }
.pager .limiter { float: left; font-size: 14px; margin-right: 20px; }
.pager .limiter .limiter-inner { display: inline-block;  padding-right: 5px;}
.pager .limiter label { vertical-align:middle; margin: 0; font-size: 13px; }
.pager .limiter select { padding:0; margin: 0 ; vertical-align:middle; font-size: 12px;  background: none; }
.pager .pages { float: right; }
.pager .pages strong { font-weight: normal; color: #363636; text-transform: none; font-size: 14px; display: none;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline-block; margin:0 5px; font-size: 13px; line-height: 26px;  }
.pager .pages li:last-child { border: 0;}
.pager .pages .current, .pager .pages li a:hover { background: none; color: #000; }
.pager .pages li a { font-size: 13px; color: #858585; display: block;  }

.pager .sort-by { float: left;  margin: 0 20px 0 0; }
.pager .sort-by label { vertical-align:middle; margin: 0; font-size: 13px; }
.pager .sort-by select { padding: 0; margin: 0; vertical-align:middle; font-size: 13px; display: inline-block; }
.pager .sort-by a{ display: inline-block;}
.pager .link-feed {}

/* Sorter */
.sorter {   float: left; }
.sorter .view-mode { float:left; margin:0; }
.sorter .view-mode a { text-decoration: none; }


/* Toolbar */

.toolbar { overflow: hidden; margin: 0 0 15px; padding: 11px 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important }
.toolbar a { }
.toolbar label { font-weight: normal; text-transform: none; color: #858585; font-family: 'Open Sans', sans-serif !important; font-size: 14px; line-height: 20px; }
.toolbar .pager { padding: 0;}
.toolbar .sorter { margin: 5px 0; }
.toolbar-bottom {   }
.toolbar-bottom .toolbar { margin: text-align: center; margin: 50px 0 0; }
.toolbar-bottom .toolbar  .pager .pages {  }  

.sorter .view-mode{ float: right; margin:0; }
.sorter .view-mode label{ float: left; margin: 0 5px 0 0; display: none; }
.sorter .view-mode span{ height: 16px; float:left;  margin: 2px 5px 0 0; }
.sorter .view-mode a.grid{ height:16px;  float:left; background:url(../images/grid.png) 0 0 no-repeat; color: #000;}
.sorter .view-mode strong.grid,
.sorter .view-mode a.grid:hover{ height: 16px;  float:left; background: url(../images/grid.png) 0 100% no-repeat; color: #858585;}
.sorter .view-mode a.list{ height:16px; float: right; background:url(../images/list.png) 0 0 no-repeat; border: 0; border-radius: 0; color: #000; }
.sorter .view-mode strong.list,
.sorter .view-mode a.list:hover{ height: 16px; float: right; background: url(../images/list.png) 0 100% no-repeat; color: #858585; }

.sorter .view-mode a.grid, .sorter .view-mode strong.grid, .sorter .view-mode a.list, .sorter .view-mode strong.list { font-size: 13px; }
.sorter .view-mode .list { }
.sorter .view-mode .grid  { }
.sorter .view-mode .list, .sorter .view-mode .grid {font-weight: normal; font-size: 16px;  font-family: 'Open Sans', sans-serif !important; padding-left: 22px;}

.pager li > a, .pager li > span { display:  inline; padding: 0; background: none; border: none; border-radius: 0; }

/* Data Table */
.data-table { width:100%; border:1px solid #eee; }
.data-table .odd  {  }
.data-table .even { background: #f9f9f9;  }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {   }
.data-table tr.last th,
.data-table tr.last td {  }
.data-table th { padding: 6px 10px; font-weight:bold; }
.data-table td { padding: 6px 10px; }
#review-form .data-table thead th { border: 0; background: #363636; color: #fff;}
.data-table thead th {  font-weight: bold; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 10px; font-size: 14px; color:#000; white-space:nowrap; vertical-align:middle; text-align: center; text-transform: none;}
.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 .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d7d7d7; }
.data-table tfoot tr.first td {  }
.data-table tfoot tr { }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d7d7d7; }
.data-table tfoot strong { font-size:16px; text-transform: uppercase; font-weight: normal; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #e5e5e5; border-right:1px solid #e5e5e5; text-align: left; vertical-align: middle; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; 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:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 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;  }
.std ul.disc { list-style:disc outside; 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 {  }
.std ul { list-style:disc outside;  }
.std ol { list-style:decimal outside; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { }
.std dt { font-weight:bold; }
.std dd  { }
.std blockquote { font-style:italic;  }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }
li { list-style: none;}

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important;  }

.link-cart {  }
.link-wishlist { line-height: 26px; font-size: 13px;  }

.link-reorder { }
.link-compare { line-height: 26px; font-size: 13px; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-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 { display:block; width:39px; height:39px; font-size:0; line-height:0; border-radius: 100%; border: 1px solid #e6e6e6; background: #f1f1f1 url(../images/remove.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin: auto; }
.btn-remove2:hover { background-color: #007CCB; border-color: #007CCB;}
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.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:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left: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; }

/* ======================================================================================= */
.toplink-contaner {  position: relative; z-index: 11;  } 
.toplink-contaner .link-inner { float: right;}
.top-link { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; color: #fff; text-align: left; float: left; line-height: 16px; position: relative; padding: 15px 0 15px 15px; font-size: 12px;  }
.top-link.active { }
.form-language, .form-currency { float: left;  position: relative; z-index: 99; }
.form-currency  {  }
.form-language label { display: none;}
.form-language select, .form-currency select { padding: 4px 10px; background: #ddd;}
p.welcome-msg { margin: 0; line-height: 46px; text-align: center; float: left; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important }
.top-link .toplink-hover {  position: relative; z-index: 1; display: block; cursor: pointer; text-transform: none; color: #454545; padding-left: 30px; background: url(../images/my_account.png) no-repeat 0 50%;  }
.top-link .toplink-hover:after, .select-lang:after { margin-left: 10px; display: inline-block; width: 8px; height: 8px; font-family: FontAwesome; content:"\f107";}
.toplink-inner { position: absolute; top: 46px; right: 0; display: none; }
/* .top-link .toplink-inner { height: 0;}
.top-link.active .toplink-inner { height: 40px;} */
.top-link p.welcome-msg { float: left; font-size: 14px; color: #fff; line-height: 40px; }
.top-link ul.links {   display: inline-block; padding: 0; background: #000;}
.top-link ul.links li { padding: 0; display: block; text-align: left; border-bottom: 1px solid #292929; }
.top-link ul.links li a {  color: #7f7f7f; text-transform: none; white-space: nowrap; line-height: 35px; padding: 0 22px; display: block; }
.top-link ul.links li a:hover { color: #fff; text-decoration: none;}
.block-header { float: left; line-height: 16px; padding: 15px 0; margin-left: 15px; font-family: tahoma; font-size: 12px;}
.block-header span { padding: 0 15px; border-left: 1px solid #e5e5e5; display: none;}
.block-header .support  { overflow: hidden;  height: 70px; }
.block-header .support .address{ height: 70px; float: left; width: 50%; border-right: 1px solid #ededed; padding: 16px 0 16px 50px; background: url(../images/address.png) no-repeat 18px 50%; }
.block-header .support .phone{ height: 70px; float: left; width: 50%; padding: 16px 0 16px 50px; background: url(../images/phone.png) no-repeat 15px 50%;}
.block-header .support h2 { text-transform: uppercase; font-size: 14px; color: #363636; margin: 0;}
.block-header .support p { margin: 0; color: #898989; text-transform: uppercase; font-size: 14px; }
.block-header .share { border-top: 1px solid #ededed; height: 70px; padding: 20px; }
.block-header .share label { margin: 0; float: left; line-height: 30px; font-size: 14px; color: #898989; text-transform: none; font-weight: normal; }
.block-header .share ul { display: inline-block; }
.block-header .share ul  li { float: left; margin-left: 5px; font-size: 0; width:30px; height: 30px; }
.block-header .share ul  li.face { background: url(../images/face.png) no-repeat;}
.block-header .share ul  li.twitter { background: url(../images/twitter.png) no-repeat;}
.block-header .share ul  li.be { background: url(../images/be.png) no-repeat;}
.block-header .share ul  li.pinterest { background: url(../images/printerest.png) no-repeat;}
.block-header .share ul  li.google { background: url(../images/google.png) no-repeat;}
.language-currency { float: left;  }


.form-language label { display: block;}
.form-language select, .form-currency select { padding: 4px 10px; background: #ddd;}
.form-language label { display: none; color: #999999; font-size: 10px; text-transform: uppercase; font-weight: normal; margin:0; }
 

/*language-----------------------------------------------------------*/
.drop-lang {
    list-style: none;
 padding: 0;
 margin: 0;
}
.drop-lang .drop-trigger {
   cursor: pointer;
   font-family: arial;
   padding: 15px 0;
}

.drop-lang .drop-trigger span {
    line-height: 16px;
    display: block;
    color: #454545;
    text-align: center; 
    text-transform: none; 
    position: relative;
    z-index: 8;
	 font-family: 'Open Sans', sans-serif !important; font-size: 12px;
	padding: 0 15px ; border-right: 1px solid #e5e5e5;
}
.drop-lang .drop-trigger .sub-lang { 
    position: absolute;
	display: none;
    top: 46px;
    right: 0;
    z-index: 9;
    list-style: none;
    padding:0;
    margin: 0;
    background:#000;
    font-family: 'Open Sans', sans-serif !important; font-size: 12px;
}

.drop-lang .sub-lang li { border-bottom: 1px solid #292929; }
.drop-lang .sub-lang li a { text-align: left; line-height: 35px; font-size: 13px; padding: 0 22px; display: block; color: #7f7f7f; text-transform: none; font-weight: normal;  border-radius:0; border: 0; box-shadow:none; }
.drop-lang .sub-lang li a:hover { color: #fff;}


/*curency-----------------------------------------------------------------------*/
.language_curency .form-language {
    float: left;
    margin: 0;
}
.drop-currency {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.drop-currency .currency-trigger {
	cursor: pointer; 
	padding: 15px 0;
}

.drop-currency .currency-trigger span {
    line-height: 16px;
	padding: 0 15px;
    display: block; 
	border-right: 1px solid #e5e5e5;
    color: #454545;
    text-align: center;
    text-transform: none; 
    position: relative;
	 font-family: 'Open Sans', sans-serif !important; font-size: 12px;
    z-index: 8;
}
.drop-currency .currency-trigger .sub-currency {
	display: none;
    position: absolute; 
    top: 46px;
    z-index: 9;
    list-style: none;
    padding:0;
    margin: 0;
    background:#000;
	 font-family: 'Open Sans', sans-serif !important; font-size: 12px;
    
}

.drop-currency .sub-currency li  { border-bottom: 1px solid #292929; }
.drop-currency .sub-currency li a { text-align: left; padding: 0 ; font-size: 13px; line-height: 35px; padding: 0 22px; display: block; font-weight: normal;  border-radius:0; box-shadow:none; white-space: nowrap; color: #7f7f7f; }
.drop-currency .sub-currency li a:hover {  color: #fff; }
.drop-currency li a:hover { text-decoration: none; }

.drop-lang, .drop-currency { }
/*----------------------------------------------------------------*/


/* Header ================================================================================ */
.header-container { position: relative; z-index: 9998; }
.header {  margin:0 auto;  position:relative; z-index:10;  }
.header .header-content { padding: 0; position: relative; }
.header .header-content .block-header-container { padding: 0; }
.header a.logo {  margin: 20px 0; position: absolute; top: -10px; left: 44px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin: 0; }
.header .quick-access { margin: 36px 0;float: right;position: absolute;top: -3px;right: -13px; width: 81px;height: 58px; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
#search_mini_form { display: inline-block;    float: left; height: 28px; }
.header .form-search {   padding: 0; margin: auto; position: relative; height: 80px;}
.header .form-search label { display: none; }
.header .form-search input.input-text {   position: absolute;top: 28px;right: -61px;border: 1px solid #D9D9D9;width: 169px;padding: 7px 15px;background: #fff;height: 27px;line-height: 21px;display: block !important;color: #000;z-index: 999; }
.header .form-search button.button {  float: left; padding: 0; margin: 0; }
.header .form-search button.button span { padding: 0; font-weight: normal; text-transform: uppercase; height: 33px; background: none; width: 51px; line-height: 33px; color: #fff; font-size: 0; border-radius: 0; }
.header .form-search button.button span span { padding: 0;  background: url(../images/search_icon.png) no-repeat 50% 0 ;border: 0;display: none }
.header .form-search button.button:hover span { }
.header .form-search button.button:hover span span {  }

.header .form-search .search-autocomplete ul { border:1px solid #f2f2f2; background: #f2f2f2; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f2f2f2; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#f2f2f2; }
.header .form-search .search-autocomplete li.selected { background-color:#007CCB; }

.highlight_search{
    color:red;
}
#search_complete{
    font: 12px/1.55 Arial, Helvetica, sans-serif;
    text-transform: none;
}
.search-autocomplete{
    position:absolute;
}
#search_autocomplete .product_info{
overflow: hidden;
zoom: 1;
margin: 0; color: #000; text-align: left;
    
}
#search_complete li{padding: 10px 0;border-bottom: 1px solid #eee}
#search_complete li:last-child{border: none}
#search_complete li img{ display: block;border: 1px solid #eee;margin-right: 10px}
#search_complete li div{
   margin-top:5px;
}
.loading_image_search{
    z-index: 9999999;
    margin-left: 0px;
    position: absolute;
    right: 0;
    top: 88px;
    margin-top: -16px;
    margin-left: -16px;
}
.header .form-search .search-autocomplete { 
z-index: 999;
right: 0 !important;
top: 83px !important;
border: 1px solid #eee;
background-color: #fff;
padding: 10px;
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
min-width: 260px; display: none !important; 
 }

.header .link-inner { float: right; background: #000; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }


/* search by category */

.header .form-search #cat { border: 1px solid: #e5e5e5; width: 120px; float:left; height: 35px; text-align: left; padding: 0 7px; text-transform: none;  }


.header .form-search label { width: 22px; float: left; }
#search_mini_form .header .form-search button.button { float: right; margin-right: 8px; }
.btn-group.bootstrap-select { display: block !important;}
.header .form-search .dropdown-toggle { border: 0; border-radius: 0; box-shadow: none; background: #fff; text-transform: none; height: 35px; padding-left: 0;}
.btn-group.bootstrap-select {
display: block !important;
}
.form-search .bootstrap-select.btn-group{ float: left !important; width: 133px !important; border-right: 1px solid #38383f;  }
.form-search .dropdown-menu { top: 32px; height: 300px !important; border-top-color: #e5e5e5 !important; border-radius: 0 0 4px 4px; box-shadow: none; left: 0 !important; padding: 0 0 20px;}
.bootstrap-select.btn-group .btn .filter-option { color: #2c2c2c; font-size: 13px; font-weight: bold; padding-left: 10px; }
.header .form-search .dropdown-toggle:focus { outline: none !important;}
/********** < Navigation */
.nav-container { margin: 0;}
.nav-container .padding-inner { border-bottom: 4px solid #9B9B9B; }
.nav-container.fix-nav { position: fixed; top: 0; left: 0; width: 100%; z-index: 9997; margin: 0;  box-shadow: 0 0 5px rgba(0,0,0,0.2);  background: rgba(255,255,255,0.9); }
.nav-container.fix-nav .pt_custommenu { border: 0; width: 1148px; margin: 0 auto; }
.header.fix-header { position: fixed; top: 0; width: 100%; z-index: 9998; }
.header.fix-header .header-content { width: 1170px;}

#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title{
    padding: 17px 11px 42px 11px;
    text-decoration: none;
    display:block;
    line-height: 55px;
    color: #000;
    /*text-transform: uppercase;*/
	font-size: 15px; font-family: 'Open Sans', sans-serif !important;
	border-left: 1px solid transparent; border-right: 1px solid transparent;
    font-weight: bold !important;
   
}
.pt_custommenu div.pt_menu .parentMenu a:before,
.pt_custommenu div.pt_menu .parentMenu span.block-title:before { font-size: 0; content: "\f107"; position: absolute; line-height: 5px; bottom: 30px; left: 0; right: 0; margin: auto; display: block; width: 10px; height: 5px; font-family: FontAwesome; }
.pt_custommenu div.pt_menu.pt_menu_no_child a:before { display: none; }
.pt_custommenu div.pt_menu .parentMenu a:after,
.pt_custommenu div.pt_menu .parentMenu span.block-title:after {/* content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; display: block; width: 37px; height: 0; background: #000;*/ }
#pt_menu_home .parentMenu a { border: 0; height: 32px; width: 32px; padding: 8px; }
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu #pt_menu_link ul li a.act,
.pt_custommenu #pt_menu_link ul li a:hover,
.pt_custommenu div.pt_menu.act .parentMenu a, .pt_custommenu div.pt_menu.active .parentMenu a {
    border-color: #fff;
}

.pt_custommenu div.pt_menu .parentMenu a:hover:before,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover:before,
.pt_custommenu #pt_menu_link ul li a.act:before,
.pt_custommenu #pt_menu_link ul li a:hover:before,
.pt_custommenu div.pt_menu.act .parentMenu a:before, .pt_custommenu div.pt_menu.active .parentMenu a:before {
    font-size: 13px; bottom: 20px;
}
.pt_custommenu div.pt_menu .parentMenu a:hover:after,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover:after,
.pt_custommenu #pt_menu_link ul li a.act:after,
.pt_custommenu #pt_menu_link ul li a:hover:after,
.pt_custommenu div.pt_menu.act .parentMenu a:after, .pt_custommenu div.pt_menu.active .parentMenu a:after {
    height: 5px;
}

#pt_menu_home .parentMenu a { font-size: 0;}
#pt_menu_home .parentMenu a:before { float: left; display: block; content: "\f015"; font-family: FontAwesome; font-size: 20px;}
 
.pt_custommenu div.pt_menu.act .parentMenu, .pt_custommenu div.pt_menu.active .parentMenu, .pt_custommenu div.pt_menu .parentMenu:hover {
   
}

.pt_custommenu .itemMenu h4.level1,
.pt_custommenu .itemMenu a.level1{
    font-size: 15px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    color: #000; 
    
}
.pt_custommenu .itemMenu h4.level1:hover,
.pt_custommenu .itemMenu a.level1:hover {
    color: #007CCB;
}

.pt_custommenu .itemSubMenu h4,
.pt_custommenu .itemSubMenu a{
    color: #4b4b4b;
	font-size: 12px;
    text-transform: none;
    font-weight: normal;
    text-transform: none; 
}
.pt_custommenu .itemSubMenu a:hover { color: #007CCB; }

.pt_custommenu {
    position: relative;
    z-index: 1000;
    font-size: 14px;
    margin: 0 auto;
    margin-right: 5px;
    width: 85%;
    padding: 0 147px 0 250px;
    text-align: center;
}
.pt_custommenu div.pt_menu {
    float: left; 
}
.pt_custommenu div.pt_menu .parentMenu { padding: 0 ; position: relative;}

.pt_custommenu div.popup {
    position:absolute;
    z-index:3000;
    background-color:#fff;
    text-align:left; 
    padding: 40px 20px 41px 20px;
    margin: 0;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
	border-top: 3px solid #2c2c2c;
	 margin-top: -2px;
}

.pt_custommenu div.popup a {
    text-decoration: none;
    display:block;
    line-height: 32px; 
}




.pt_custommenu div.popup a.actParent {
    color: #007CCB;
}
.pt_custommenu div.popup a.act {
    color: #007CCB !important;
}
.pt_custommenu div.column {
    float:left;
    width: 46%; /* column width */
    margin-right: 20px;
}
.pt_custommenu div.column.last {
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0;
}
.pt_custommenu div.itemSubMenu {
   margin-top: 10px;
   border-top: 3px solid #e5e5e5;
}
.pt_custommenu div.itemSubMenu:before { content: ""; width: 70px; height: 3px; background: #007CCB; margin-top:-3px; display: block;}
.pt_custommenu div.itemSubMenu .itemMenu { margin-top: 10px; }
.pt_custommenu .block2{
    margin-top: 10px;
    float: left;
}
.pt_custommenu div.popup .block1{
    overflow: hidden; 
    float: left;
    padding: 0;  
    border-top: none;
}
.pt_custommenu div.popup .block1 .column{
    /*margin-bottom: -99999px;*/
    /*padding-bottom: 99999px;*/
}
.pt_custommenu div.popup .blockright img{
    max-width: 100%;
} 

.pt_custommenu div.pt_menu .parentMenu p{
    margin: 0;
    padding: 0;
}
.pt_custommenu #pt_menu_link{
    padding: 0;
}
.pt_custommenu #pt_menu_link .parentMenu ul li{
    float: left;
    list-style: none;
}
.pt_custommenu #pt_menu_link .parentMenu ul li a{
    float: left;
    padding: 8px 20px 7px;
    display: block;
}
.pt_custommenu .clearBoth {
    clear:both;
}

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#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 { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x; }
#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; left:-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:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#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 { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* =============================================Mobile Menu ========================================== */

.nav-collapse {
    text-align: left;
}
.navbar .nav > li {
    padding: 10px 30px 20px 0;
}
#ma-mobilemenu {
    height: auto;
    display: none;
    float: left;
    width: 100%;
    margin: 0;
}

.nav-collapse, .nav-collapse.collapse {

}
.navbar-inner {
    background:#fff;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0;
    
}
.menu-mobile {
    background: #007CCB !important;
    float: left;
    width: 100%;
    padding: 0 2%;
    margin: 10px 0 0;
}
.navbar .btn-navbar {
    margin-top: 10px;
    border: 0 !important;
    box-shadow: none !important;
    background: url("../images/bg-menu-mobile.png") no-repeat 50% 50%;
}
.navbar .btn-navbar:hover {background:url("../images/bg-menu-mobile.png") no-repeat 50% 50% !important; font-family: 'helvetica';}
.navbar .btn-navbar .icon-bar {
    box-shadow:none !important;
    border-radius:0 !important;
    background-color:inherit !important;
	font-size: 0;
}
.mobilemenu>li.last a {
    border-bottom: 0;
}
.ma-nav-mobile-container { margin-bottom: 20px; }
.navbar  { margin: 0; border: 0; }
.navbar .brand {
    color: #fff;
    text-transform: uppercase;
    font-family: 'helvetica';
}
.mobilemenu {
	list-style-type: none;
	padding: 0;
    margin: 0;

}
.collapse.in {

}
.mobilemenu ul {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}
.mobilemenu li {
    background: #007CCB;
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	position: relative;
}
.mobilemenu li.level0.last {
     
}
.mobilemenu li.active>a {
	/*background: url('../images/close.gif') no-repeat center right;*/
}
.mobilemenu li div {
	padding: 20px;
	background: #aef;
	display: block;
	clear: both;
	float: left;
	width: 360px;
}
.mobilemenu a {
	text-decoration: none;
	/*font: bold 1.1em/2em Arial, sans-serif;*/
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
	color: #fff;
	margin: 0 15px;
	display: block;
	text-transform: none;
	cursor: pointer;
}
.mobilemenu li.active a, .mobilemenu a:hover {
	color: #000;
}

.mobilemenu ul a {
	color: #fff !important;
}
.mobilemenu ul a:hover, .mobilemenu ul li.active a {
	color:  #000 !important;
}

.mobilemenu ul ul a, .mobilemenu ul li.active ul a {
	color: #fff !important;
}
.mobilemenu ul ul a:hover, .mobilemenu ul ul li.active a, .mobilemenu ul li.active ul a:hover {
	color:  #000 !important;
}

.mobilemenu ul ul ul a, .mobilemenu ul ul li.active ul a {
	color: #fff !important;
}
.mobilemenu ul ul ul a:hover, .mobilemenu ul ul ul li.active a, .mobilemenu ul ul li.active ul a:hover {
	color: #000 !important;
}

.mobilemenu ul ul ul ul a, .mobilemenu ul ul ul li.active ul a {
	color: #fff !important;
}
.mobilemenu ul ul ul ul a:hover, .mobilemenu ul ul ul ul li.active a, .mobilemenu ul ul ul li.active ul a:hover {
	color:  #000 !important;
}



.mobilemenu li.parent>a {
	/*background: url('../images/open.gif') no-repeat center right;*/
}

.mobilemenu li ul li {
    font-size: 0.9em;
}
.mobilemenu li.active>ul {

}

.mobilemenu ul a {
	padding-left: 25px;
}
.mobilemenu ul ul a {
	padding-left: 40px;
}
.mobilemenu ul ul ul a {
	padding-left: 55px;
}
.mobilemenu ul ul ul ul a {
	padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
	padding-left: 85px;
}
/*----------- button mobilemenu -------------*/
.mobilemenu span.head {
	position: absolute;
	top: 13px;
	right: 8px;
}
.mobilemenu span.head a { 
	background: url(../images/menu_down.png) no-repeat 50% 50%;
	color:#333333;
	display:block;
	height:15px;
	padding:0;
	width:15px;
	border: 0;
}
/*.mobilemenu span.head a:hover*/
.mobilemenu li.active>span.head a {
	background: url(../images/menu_up.png) no-repeat 50% 50%;
}
.mobilemenu li.selected span.head a {
	background: url(../images/menu_up.png) no-repeat 50% 50%;
}


/* Sidebar =============================================================================== */
.block:last-child {  }
.block { margin:0 0 30px; }
.block .block-title { border-bottom: 2px solid #007CCB; } 
.block .block-title strong { padding: 0 0 15px; display:block;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-weight: normal; line-height: 26px; font-size: 19px; text-transform: uppercase; color: #000; font-weight: normal;  margin: 0; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block-layered-nav .block-subtitle { margin:0; padding:5px 0;  font-weight: normal; color:#333; text-transform: uppercase; }
.block .block-content { padding: 20px 0; }
.block .block-content li.item { padding: 0; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { padding:6px 9px; text-align:right; margin-top: 10px; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd {  }
.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:14px; 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 {  background-position:0 0; background-repeat:no-repeat;  }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account {  }
.block-account .block-title {  }
.block-account .block-title strong {  }
.block-account .block-content { background:#fff; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #eee; padding: 8px 0; color:#666; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#007CCB; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #eee; padding: 5px 0; color:#007CCB; }
.block-account .block-content li.current strong { font-weight: normal; padding: 8px 0; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0;  padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav {   }
.block-layered-nav .block-title {   }
.block-layered-nav .block-subtitle { display: none; }
.block-layered-nav .block-content { padding: 0; }
.block-layered-nav #search_pr button.button { clear: both;  margin-top: 10px; display: block; }
.block-layered-nav #search_pr button.button span { background: #000; text-transform: uppercase; color: #fff;}
.block-layered-nav #search_pr button.button:hover span { background: #333; }
.block-layered-nav #search_pr button.button span span{ padding: 0;}
.block-layered-nav h2 { position: relative; display: block; font-size: 18px; margin-top: 5px; color:rgba(1, 179, 229, 0.7); text-transform: uppercase; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-weight: normal; padding: 15px 0px 5px 0px;  }
.block-layered-nav # { margin: 0;}
.block-layered-nav .content-shopby { padding: 0px 20px 20px 1px; }
.block-layered-nav .content-shopby ol li { border-left: 4px solid transparent; text-align: left; font-size: 12px; color: #ccc; line-height: 23px; text-transform: none; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; padding: 0 0px; }
.block-layered-nav .content-shopby ol li:hover, .block-layered-nav .content-shopby ol li:hover a { color: #000; cursor: pointer; }
.block-layered-nav .layer-Category .content-shopby { background: #000; }
.block-layered-nav .layer-Category .content-shopby ol li { font-size: 14px; color: #fff; line-height: 48px; }
.block-layered-nav .layer-Category .content-shopby ol li:hover, .block-layered-nav .layer-Category .content-shopby ol li:hover a { background: #1a1a1a; border-color: #484848 }
.block-layered-nav .layer-Category .content-shopby ol li a { color: #fff; }

.block-layered-nav .content-shopby ol li a { color: #444; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
.block-layered-nav .content-shopby.last { background:none; border-bottom: 0; }
.block-layered-nav .currently li { padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { color: #000; font-weight:bold; padding-left:15px; background:url(../images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; line-height: 15px; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; text-align:right; }
.block-layered-nav .actions a { float:none; }
.block-layered-nav .layered-price {  margin-top: 30px; }
.block-layered-nav .layered-price h2 { margin: 0; padding: 0 0 30px; }
.block-layered-nav #search_pr { text-align: center; overflow: hidden; }
.block-layered-nav #search_pr input { text-align: center; background: none; min-width: 50px; margin: 10px 0; color: #686868; font-family: RalewayBold; font-size: 14px; border: 0; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong {  }
.block-cart .summary {  padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .block-subtitle { margin: 10px 0;}
.block-cart #cart-sidebar li { margin-bottom: 10px;}
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#ddd; text-align:center; color: #000;}
.block-cart .subtotal .label { font-size: 100%; color: #333;}
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong {   }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong {  }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong {  }
.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 .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.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; }

/* 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:#777; font-weight: normal; font-size: 13px; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span {}
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span { border-color:#406a83; background:#618499; }

/* Block: Tags */
.block-tags .block-title strong {  }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content li { display: inline-block !important; line-height: 35px; margin: 5px 5px 0 0;}
.block-tags .block-content li a { color:#525252; display: block; padding: 0 10px;  font-family: RalewayMedium; }
.block-tags .block-content li a:hover { color:#fff; background: #000; }

.block-tags .actions { text-align:left; }
.block-tags .actions a { float:none; color: #898989; font-size: 14px; }
.block-tags .actions a:hover { color: #007CCB; }


/* Block: Subscribe */
.block-subscribe { border: none; margin: 0; padding: 14px 15px; background: #fff; }
.block-subscribe .subscribe-title { background: #007CCB; text-align: center; }
.block-subscribe .subscribe-title h3 { text-transform: uppercase; margin: 0; line-height: 53px; font-size: 18px; text-transform: uppercase;  color: #fff; font-family: RalewayMedium; font-weight: normal; }
.block-subscribe .block-content { padding: 10px 16px 30px; background: #2e2e2e url(../images/bg_subscribe.png) no-repeat 69px 10px; }
.block-subscribe  .form-subscribe-header { text-align: center; padding: 0 45px; margin-bottom: 24px; }
.block-subscribe label { font-weight: normal; margin: 0;  }
.block-subscribe .input-box { float: left; margin: 0 10px 0 0; }
.block-subscribe .input-box  .validation-advice { position: absolute;}
.block-subscribe input.input-text { display:block; width: 272px; height: 42px; margin: 0; padding: 4px 10px; background: #515151; border: 0;  }
.block-subscribe .actions { float: left; background:none; padding:0; margin: 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { text-transform: none; padding: 0; background: #fff; }
.block-subscribe .actions button.button:hover span { background: #007CCB; color: #fff;}
.block-subscribe .actions button.button span span { line-height: 32px; padding: 5px 18px; color: #000;} 

/* Block: Reorder */
.block-reorder .block-title strong {  }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left: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 { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; display: none;}
.category-image { width:100%; overflow:hidden; margin:0 0 50px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.product-grid-container { margin: 50px 0; /*border: 1px solid #e5e5e5;*/ }
.products-grid {  }
.products-grid.last { border-bottom:0; }
.products-grid.first .item { margin: 0; }
.products-grid .product-image { display:block; }
.products-grid .product-image img { max-width: none; max-height: none;}
.products-grid .price-box { margin: 0; }
.products-grid .availability { line-height:21px; }

.products-grid .item { text-align: left; margin-top: 30px;}

.products-grid .item .add-to-links { padding: 0;}
.products-grid .item .add-to-links li a {  font-weight: normal;}
.products-grid .item .add-to-links li a:hover { }
.products-grid .item-inner .actions button.btn-cart span { padding: 10px 8px;width: 140px;}
.products-grid .item-inner .actions button.btn-cart span span { padding: 0 0 0 35px; }
.products-grid .item .item-inner .des-container .box-inner1 { overflow: hidden; }


.timer-grid { overflow: hidden; margin: 10px 0;  }
.timer-grid .box-time-date { border: 1px solid #e5e5e5; font-size: 12px; border-radius: 13px 13px 0 13px; color: #676767; font-family: ralewayregular; float: left; min-width: 45px; min-height: 45px; margin-right: 5px; text-align: center;}
.timer-grid .box-time-date span { display: block; font-family: AntonRegular; font-size: 18px; color: #393939; }
.products-grid .item-inner:hover .timer-grid .box-time-date, .products-grid .item-inner:hover .timer-grid .box-time-date span { color: #fff; }

/* View Type: List */
.products-list li.item {  margin-top: 30px; }
.products-list .item .item-inner .images-container { padding: 0; }
.products-list li.item .item-inner:hover { margin-bottom: 0; background: none;}
.products-list li.item .item-inner .actions { margin-top: 0; opacity: 1; width: 67%; background: #fff; border: 0; position: static;display: inline-block;}
.products-list li.item .item-inner .actions .actions-inner { margin: 0;} 
.products-list li.item.last { background: none; padding: 0 }
.products-list .product-image { margin:0 0 10px; }
.products-list .product-shop .f-fix{ position: relative; }
.products-list .product-name { }
.products-list .item .item-inner:hover .product-name a {  color: #000; }
.products-list .item-inner:hover .product-name a:hover { color: #9d9d9d; } 
.products-list .price-box {  }
.products-list .price-box:after { content:""; width: 39px; height: 3px; background: #000; display: none; margin-top: 10px; }
.products-list .item .item-inner:hover .price-box .price { color: #000; }
.products-list .item .item-inner:hover .old-price .price { color: #b2b2b2; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; color: #444;  font-size: 12px; margin:0 0 15px; line-height: 24px;display: none; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .ratings {  }
.timer-list { overflow: hidden; margin: 10px 0;  }
.timer-list .box-time-date { border: 1px solid #e5e5e5; border-radius: 13px 13px 0 13px; color: #676767; font-family: ralewayregular; float: left; padding-top: 8px; min-width: 77px; min-height: 77px; margin-right: 9px; text-align: center;}
.timer-list .box-time-date span { display: block; font-family: AntonRegular; font-size: 29px; color: #393939; }


.products-list .product-shop button.btn-cart { float: left; }
.products-list .item-inner .add-to-links { float: left;  } 

.products-list .add-to-links .separator { display: none; margin:0 2px; }
.products-list .item-inner .actions { position: static;}
.products-list .item-inner .actions button.btn-cart span { font-size: 14px; width: auto; height: auto; float: left;}

.products-list .item-inner .add-to-links li { border: 0; margin-left:1px;}
.products-list .item-inner .add-to-links li a { width: 74px;}
.products-list .item-inner .actions { border: 0; }
.products-list .item-inner .actions button.btn-cart span { padding: 10px 30px;}
.products-list .item-inner .actions button.btn-cart span span { padding: 0 0 0 39px; }
 
/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin: 0 0 10px; display: block; clear: both; }

.ratings {  line-height:1.25; margin: 5px 0; overflow: hidden; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; line-height: 10px; display: inline-block; color: #b3b3b3; }
.ratings .rating-links a { font-size: 9px; color: #b3b3b3; font-family: arial; text-transform: uppercase; }
.ratings .rating-links a:hover { color: #007CCB; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width: 65px; height:11px; font-size:0; line-height:0; background:url(../images/rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:11px; background:url(../images/rating.png) 0 100% repeat-x; }
.ratings .rating-box { display: inline-block; margin-right: 10px; }
.ratings .amount a { font-size: 11px; line-height: 11px; color: #b3b3b3; text-transform: none; font-family: RobotoCondensedRegular; font-style: italic;  }
.ratings .amount a:hover { color: #007CCB;}
.ratings .amount {   }

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* 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-left: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-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; 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; }


/* 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:5px 0; }
.price-box p { display: inline; margin-right: 5px;}
.price-box .price { font-weight: 600 !important; color:#000; font-size: 17px; font-family: 'Open Sans', sans-serif !important; }

/* Regular price */
.regular-price {  }
.regular-price .price { font-weight: normal; }
.block .regular-price,
.block .regular-price .price { }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; display: none;}
.old-price .price { font-weight: normal; color: #b2b2b2; text-decoration: line-through; font-size: 14px; }
.old-price .price:before { content:"/"; display: inline-block; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; display: none;}
.special-price .price { font-weight: normal;  }

/* 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; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* 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; }
.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-left:10px; color:#999; }
.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; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight: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:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float: left; margin-right: 10px; margin-top: 10px; font-weight: normal; color:#000; text-transform: uppercase; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important }
.add-to-cart .qty { float:left; margin-right:5px; padding: 9px 0; width: 60px !important; height: 35px;  color: #000; text-align: center; }
.add-to-cart .qty:focus { }
.add-to-cart button.button { clear: both; margin-top: 0px;  }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {  padding: 0 0 10px ; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { float: left; margin-right: 15px; }
.add-to-box .add-to-links li .separator { display:none !important; }

.qty-button { float: left; clear: both; margin-right: 20px;}
.qty-button .button-icon { float: left; border: 1px solid #e5e5e5; }
.qty-button .qty-increase, .qty-button .qty-decrease { float: left;  background: #000 url(../images/qty_input.png) no-repeat; border: 0;display: block; width: 34px; height: 33px; }
.qty-button .qty-increase { background-position: 100% 0; border-left: 1px solid #333; }
.qty-button .qty-increase:hover { background-color: #333;}
.qty-button .qty-decrease { background-position: 0 0;}
.qty-button .qty-decrease:hover { background-color:  #333;}



/* Email to a Friend */
.email-friend { margin: 10px 0 0; float: left; }
.email-friend a { display: block; color: #fff; text-transform: none; font-size: 0; background: #007DCD url(../images/icon_email.png) no-repeat 50% 50%; text-align: center; width: 100px; height: 29px; line-height: 65px; } 
.email-friend a:hover { background-color: #333;}


.product-view {  }

.product-essential {  }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { margin-top: 30px;  }
.product-collateral h2 { }
.product-collateral .box-collateral { margin-bottom: 25px; }

/* Product Images */
.product-view .product-img-box { }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 0px; border: 0px solid #fff; text-align: center; }
.product-view .product-img-box .product-image img {max-height: none; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { 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; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; display: none; }
.product-view .product-img-box .more-views { padding: 0 54px;}
.product-view .product-img-box .more-views ul { }
.product-view .product-img-box .more-views li { float:left; margin-right: 12px;  }
.product-view .product-img-box .more-views li a {  }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { 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 Shop */
.product-view .product-shop {  }
.product-view .product-shop .ratings .rating-links { }
.col1-layout .product-view .product-shop {  }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font-size: 25px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; color: #000;}
 

.product-view .product-shop .availability { font-size:13px;  font-family: arial; margin: 10px 0; font-weight: bold;  }
.product-view .product-shop .availability span { font-weight:normal; color: #007CCB; }
.product-view .product-shop .availability:before { font-family: FontAwesome; font-size: 13px; font-weight: normal; content:"\f046"; display: inline-block; margin-right: 10px; color: #007CCB;  }

.product-view .product-shop .short-description { margin:10px 0; color: #a2a1a1; font-size: 13px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; line-height: 23px; }
.product-view .product-shop .box-container2 { overflow: hidden; }
.product-view .product-shop .price-box { margin:10px 0;  }
.product-view .product-shop .price-box .price { font-size: 25px;font-weight: bold; } 
.product-view .product-shop .old-price .price { font-size: 18px; }
.product-view .product-shop .ratings {  margin: 10px 0; }
.product-view .product-shop .rating-box { width: 100px; height: 18px; background: url(../images/rating_time.png) 0 0 repeat-x; }
.product-view .product-shop .rating-box .rating { float: left; height: 18px; background: url(../images/rating_time.png) 0 100% repeat-x;}



.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; margin-top: 10px; }

 
.product-view .product-shop .add-to-links li { display: block; border-right: 1px solid #454545; float: left; }
.product-view .product-shop .add-to-links li a { display: block; text-align: center; width: 100px; height: 29px; background-color: #007DCD; background-repeat: no-repeat;  font-size: 0; padding: 0; margin: 0; }
.product-view .product-shop .add-to-links li a:hover { background-color: #333;  }
.product-view .product-shop .add-to-links li a.link-wishlist { background-image: url(../images/wishlist_icon.png); background-position: 50% 50%; }
.product-view .product-shop .add-to-links li a.link-compare { background-image: url(../images/compare_icon.png); background-position: 50% 50%; }

.product-view .product-shop .product-social { padding: 20px 0; margin-top: 10px; background: url(../images/bg_title.png) repeat-x 0 0; }
 
.product-view .product-shop button.btn-cart span{ line-height: 35px; padding: 0px 15px; font-size:12px; text-transform: uppercase; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important }
.product-view .product-shop button.btn-cart span span { padding: 0 0 0 39px; background: url(../images/cart_icon.png) no-repeat 0 50%; }

.product-view .product-shop .box-container1 .sku { font-size: 13px; font-family: arial; font-weight: bold; color: #007CCB; text-transform: none; display: inline-block; margin-right: 15px; }
.product-view .product-shop .box-container1 .sku label { ; margin-right: 5px; color: #393939; }
.product-view .product-shop .box-container1 .brand { font-size: 13px; font-family: arial; font-weight: bold; color: #007CCB; text-transform: none; display: inline-block; }
.product-view .product-shop .box-container1 .brand label {   margin-right: 5px; color: #393939;}
/* Product Options */
.product-options { position:relative; }
.product-options dt { padding: 5px 0 0; font-weight:normal; float: left;  min-width: 60px; }
.product-options dt label { font-weight: normal; color:#000; text-transform: uppercase; font-family: RalewaySemiBold; font-size: 12px; }
.product-options dt label.required em { color:#eb340a; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd {margin: 15px 0 20px 60px; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width: 100%; background: #f3f3f3; border: 0; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.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; right: 0; top: -20px; }


.product-options-bottom {  }
.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:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { margin: 20px 0 0; }
.product-options-bottom .add-to-cart .payment { float: left; padding: 6px 0; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; display: none;  }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.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; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight: normal; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0;  padding:0 ; }
.product-view .box-tags .form-add input.input-text { width:299px; height: 45px; }
.product-view .box-tags .form-add button.button span {  }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight: normal; color: #ed1c24;  }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/*Product tabs*/

.product-tabs { overflow:hidden; border-bottom: 1px solid #e5e5e5;  }
.product-tabs li { float: left;margin-left: 10px;  }
.product-tabs li.first { border-left:0; }
.product-tabs li.last { border-right:0;  }
.product-tabs li.first a { background: #000; }
.product-tabs li.last a { border-right: 0;}
.product-tabs a { display: block;padding: 2px 12px;font-size: 12px;color: #fff;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;text-decoration: none;
    line-height: 37px;text-transform: uppercase;font-weight: bold;}
.product-tabs a:hover {  text-decoration:none; background: #F42534; }
.product-tabs li.active a,
.product-tabs li.active a:hover { font-weight:normal; background: #007CCB;  }
.product-tabs-content h2 { }
.product-tabs-content { overflow: hidden; padding: 35px 15px; background: #fff; border-bottom: 1px solid #e5e5e5; }
.product-tabs-content .std { color: #626262; }
#product_tabs_description_contents h2 { display: none;}



/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }

/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-weight:normal; }
.product-name a { color: #000; text-transform: none; font-size: 14px; font-family: 'Open Sans', sans-serif !important; }
.product-name a:hover { color: #9d9d9d; text-decoration: none;}

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; }
.tags-list li { display:inline !important; margin:0 15px 0 0; font-size: 17px; }
.tags-list li a { color:#888; }
.tags-list li a:hover { color:#f57c7c; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.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-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title {  }
.cart .page-title h1 { font-size: 24px; font-family:'Open Sans', sans-serif !important; text-transform: uppercase; color: #000; line-height: 40px;  }
#shopping-cart-table {  border-width: 1px 0; }
#shopping-cart-table thead {  }
#shopping-cart-table thead tr { border-left: 1px solid #e5e5e5; }
#shopping-cart-table thead th { padding: 2px 20px; line-height: 26px; color: #000; font-size: 14px;background: #F7F7F7;  }
#shopping-cart-table tbody td { border-left: 1px solid #e5e5e5; text-align: left; }
#shopping-cart-table tbody td input.qty {  color: #000; }
#shopping-cart-table tbody td a { color: #262626; }
#shopping-cart-table tbody td a:hover { color: #007CCB; }
#shopping-cart-table tbody td .price { color: #717171; font-size: 16px; }
#shopping-cart-table tfoot, #shopping-cart-table tfoot td { border: 0; padding: 30px 0; }
.cart-table td .product-image {
    display: block;
    width: 150px;
}
#shopping-cart-table button.button span {   color: #fff; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name a { text-transform: none; color: #262626; }
.cart-table .product-name a:hover { color: #007CCB; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding: 20px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0;  }

.cart .crosssell { border:1px solid #eee; padding:12px 15px; overflow: hidden; margin-top: 20px;  }
.cart .crosssell h2 { font-size:16px; font-weight: normal; }

.cart .crosssell .product-name a {  text-transform: none; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }
.cart .crosssell button.button span {  }
.cart .crosssell button.button:hover span {   }
.cart .crosssell button.button span span  {  }
.cart .crosssell .add-to-links li a { color: #898989;}
.cart .crosssell .add-to-links li a:hover { color: #007CCB; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { margin:0 0 18px; color: #888; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font-size: 14px; font-family:'Open Sans', sans-serif !important; padding: 10px 0; margin-bottom: 10px; color: #000; text-transform:uppercase; }
.shipping .buttons-set { border: 0; text-align: left; margin-top: 10px;}

.cart .discount {  }
.cart .discount h2 {  }
.cart .discount .input-box { margin:8px 0 0;  }
.cart .discount input.input-text {   }
.discount .buttons-set { margin-top: 10px; text-align: left; border: 0; }
.discount label { font-weight: normal; }

.cart .shipping h2 {  }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; }
.cart .shipping .form-list select, .cart .shipping .form-list input.input-text { }
.cart .shipping .form-list li { margin: 15px 0; }

/* Shopping Cart Totals */
.cart .totals {  padding: 20px 30px; background: #F7F7F7; color: #000; }
.cart .totals table { width:100%; margin: 0; border-bottom: 1px solid #1a1a1a; }
.cart .totals tr {  font-size: 16px; text-transform: none; color: #000; }
.cart .totals td { padding: 10px 0; }
.cart .totals tr.last td {}
.cart .totals tfoot {  }
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td {   }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong {  font-weight: bold; }
.cart .totals .checkout-types { font-size:13px; padding: 0 ; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; text-align: right; }
.cart .totals .checkout-types li a { color: #777A82;}
.cart .totals .checkout-types li a:hover { color: #007CCB;}
.cart .totals .checkout-types button.button { width: 100%; }

/* Options Tool Tip */
.item-options dt {   color: #7c7c7c; font-family: RobotoCondensedRegular; font-size: 13px; margin-right: 10px; font-weight: normal; text-transform: none; }
.item-options dd { padding-left:10px; margin:0 0 6px; color: #7c7c7c; font-family: RobotoCondensedRegular; font-size: 13px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { 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-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left: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:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.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:12px; font-weight:bold; color:#e87403; }
.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:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left: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-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left: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; background: none; }
.block-progress .block-title {   }
.block-progress .block-title strong { font-family: ralewayregular; font-size: 20px; }
.block-progress .block-content { border-top: none; padding: 0; margin-top: 20px; }
.block-progress dt { font-size:13px; text-transform: uppercase;  font-weight: normal; line-height: 26px; margin:0 0 6px; border-bottom: 1px solid #e1e1e1; padding:5px 0; color:#656565;  }
.block-progress dt:before { font-family: FontAwesome; font-size: 14px; font-weight: normal; content: "\f101"; display: inline-block; margin-right: 10px; color: #656565;}
.block-progress .block-content dl { margin: 0;}
.block-progress dd {  border-top:0; padding:8px 20px; margin:0 0 6px; }
.block-progress dt.complete { margin:0;  }
.block-progress dd.complete {}
.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; }

#checkoutSteps {   }
#checkoutSteps .form-list input.input-text {   width: 260px; }
/* 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; padding-top:2em; }
.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-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section { padding: 0; margin-bottom: 15px; }
.opc li.section.active { border: none; padding: 0; }
.opc li.section.active .step {  border: 1px solid #eee;}
.opc .step-title { text-align:right; border-bottom: 3px solid #eee }
.opc .step-title .number { float:left; margin:  0; color: #b1b1b1; font-size: 24px; width: 46px; height: 46px; line-height: 46px; text-align: center; }
.opc .step-title h2 { float:left; margin:0; font-size: 14px; color: #393939; line-height: 46px; text-transform: uppercase; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
.opc li.section input.radio { float: left; margin-top: 3px; margin-right: 3px;}

.opc .allow .step-title {  }
.opc .allow .step-title .number { color: #000; }
.opc .allow .step-title h2 { color:#000; text-transform: uppercase; font-weight: normal; font-size: 24px  }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {  color:#000; cursor:default; border-bottom: 5px solid #000; }
.opc .active .step-title .number { }
.opc .active .step-title h2 { }
/*.opc .active .step-title a { display:none; }*/

.opc .step { padding: 25px 20px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:16px; border-bottom:1px solid #e4e4e4; padding-bottom: 10px; font-weight: normal; margin-bottom: 15x; text-transform:uppercase; font-family: tahoma; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#000; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step {   }
#opc-review .product-name { font-weight: normal; color:#333; font-size: 16px; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#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 .order-review { padding: 10px;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #888; padding:2px 0 0; font-weight:bold; text-align:center; color:#888; }
.checkout-progress li.active { border-top-color:#007CCB; color:#007CCB; }

.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:#007CCB; }
.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 { border:1px solid #eee; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px;  border-bottom:1px solid #eee; 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:#007CCB; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right: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 { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { 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:345px; padding:14px 21px; border:1px solid #ddd; border-bottom:0; }
.account-login .content h2 { font-weight: normal; font-family: 'Open Sans', sans-serif !important; font-size:14px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#007CCB; }
.account-login .new-users h2 { background-image:url(../images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #ddd;  margin:0; padding:8px 13px; }

.account-create {}
.account-create .form-list input.input-text { border: 0; background: #f2f2f2; }

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #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 .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {  border:1px solid #eee;  padding:15px; margin: 0 0 20px;overflow-x: auto !important; }
.box-account .box-head { border-bottom:1px solid #eee; margin:0 0 10px; text-align:right; padding-bottom: 5px; }
.box-account .box-head h2 { float:left; margin:0; font-size:14px; font-weight: normal; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat;  color:#666; }

.dashboard .box .box-title {  padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 {  }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 {   }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left: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 .box-head h2 {  }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#333; }
.dashboard .box-tags .details { margin-left: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 h2 { font-weight:bold; font-size:13px; color:#333; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { border:1px solid #ddd; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.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 { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.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:right; }

.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:left; }
.page-print .print-head address { float:left; margin-left: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 td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {  }
#wishlist-table .add-to-links { white-space:nowrap; }
#wishlist-table .cart-cell button.btn-cart { margin: 10px 0;}

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.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:left; }
.billing-agreements .form-list li button.button { float:left; margin-left: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:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { 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:left; 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:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

/* block-sequence */

.block-sequence  .block-inner { position: relative; margin-top: 22px; }
.block-sequence .des { width: 75%; position: absolute; z-index: 1; top: 20%; right: 15px; text-align: right; }
.block-sequence h2 { font-size: 18px; color: #fff; text-transform: uppercase; } 
.block-sequence p { color: #fff; }

/* ========================== */


.footer-static-container {  position: relative;  }

.footer-static-title { margin-bottom: 10px; border-bottom: 1px solid #555;}
.footer-static-title h3 { color: #999; font-weight: normal; text-transform: uppercase;}

.footer-static-content ul li { line-height: 25px;}
.footer-static-content ul li a { color: #999;}
.footer-static-content ul li a:hover { color: #fff;}

.footer-static-container { background: #007DCD;padding: 0px 30px 16px 30px; padding-top: 0px;margin-top: 63px;}
.footer-static-2 {  color: #808080; font-size: 13px; overflow: hidden; margin: 0px 0; font-family: RobotoRegular;  }
.footer-static-2 .f-col p { margin: 20px 0 10px }
.footer-static-2 .f-col a.readmore { color: #fff; text-transform: none; }
.footer-static-2 .f-col a.readmore:hover { color: #a8a8a8; }
.footer-static-2 .link-web { margin: 6px -29px 0; overflow: hidden; position: relative; }
.footer-static-2 .link-web ul { float:right; padding-right: 10px; position: relative; }
.footer-static-2 .link-web:before { /*content: "";*/ width: 100%; height: 1px; background: #4d4d4d; display: block; position: absolute; top: 50%; }
.footer-static-2 .link-web ul li  { float: left; margin-right: 10px;}
.footer-static-2 .link-web ul li a{ display: block; font-size: 0; color: #fff; border: 2px solid #fff; width: 25px; height: 25px; border-radius: 100%; text-align: center; line-height: 54px; }
.footer-static-2 .link-web ul li a:hover { color:rgb(5, 40, 56); border-color:rgb(5, 40, 56); }
.footer-static-2 .link-web ul li a:before { display: block; font-family: FontAwesome; font-size: 13px; text-align: center;margin-top: -15px;}
.footer-static-2 .link-web ul li a.face:before { content: "\f09a"; }
.footer-static-2 .link-web ul li a.twitter:before { content: "\f099"; }
.footer-static-2 .link-web ul li a.google:before { content: "\f0d5"; }
.footer-static-2 .link-web ul li a.dribbble:before { content: "\f17d"; }
.footer-static-2 .block-subscribe { margin: 0; padding: 14px 15px; background: #4d4d4d;  }


.footer-static { margin: 50px 0 30px; }
.footer-static .footer-title h2 { font-size: 18px; text-transform: uppercase; font-family: RalewayMedium; color: #d1d1d1; margin: 0;}
.footer-static .footer-content { margin-top: 15px; color: #fff; font-family: 'Open Sans', sans-serif;font-weight: 600;} 
.footer-static .footer-content ul { margin-top: 15px; }
.footer-static .footer-content ul li {  }
.footer-static .footer-content ul li:hover {}
.footer-static .footer-content ul li a { display: block; line-height: 32px; color: #808080; text-transform: none; font-size: 12px; font-family: RalewayMedium;}
.footer-static .footer-content ul li a:hover { text-decoration: none; color: #fff; }
.footer-static .payment { margin-top: 30px; }

.footer-static .f-col1 { margin-top: -26px;margin-left: 100px; }
.footer-static .f-col2 { margin-top: -15px;}
.footer-static  p { margin: 0; line-height: 21px; }
.footer-static .footer-content .address { padding-left: 35px; background: url(../images/address.png) no-repeat 0 50%;margin-left:33px;}
.footer-static .footer-content .phone { margin: -16px 0 15px 0px; padding-left: 35px; background: url(../images/phone.png) no-repeat 0 50%;}
.footer-static .footer-content .email { padding-left: 35px; background: url(../images/email.png) no-repeat 0 50%;margin-left:-64px;margin-top: -18px; }


/* Footer ================================================================================ */
.ma-footer-container { background: #fff; }
.footer {  margin:0 auto; padding: 20px; text-align: center; }
.footer .store-switcher { display:inline-block; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight: normal; vertical-align:middle; color: #000; margin: 0; }
.footer .store-switcher select { padding:0; vertical-align:middle; text-transform: none; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin: 0; color:#8c8c8c; font-size: 13px; /*text-transform: none;*/ line-height: 34px; font-family: 'Open Sans', sans-serif !important;}

.footer address a { color:#007CCB; text-decoration:none; }
.footer address a:hover {  text-decoration:underline;}
.footer ul { display:inline; }
.footer ul.links { display: none; }
.footer li { display:inline;  padding:0 6px 0 5px; }
.footer ul.links li a { color: #898989; text-decoration: none; text-transform: uppercase; font-size: 12px; }
.footer ul.links li a:hover { color: #a2cc60;}
.footer li.last { background:none !important; padding-right:0 !important; border-right: 0;}
.footer-container .bottom-container { margin:0 0 5px; }
.footer .payment { float: right; margin: 5px 0; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left: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:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* 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;}

/*banner-static*/

.banner-left { margin-bottom: 30px; }
 
.banner-static { position: relative; margin : 0; padding: 40px 0;display: none; }
 
.banner-static img {  }
.banner-static .banner-box { text-align: center; }
.banner-static .banner-box .banner-content {  }

.banner-static .banner-box .banner-box-inner {}
.banner-static .banner-box h2 { margin: 15px 0; font-size: 16px; font-family: RalewayBold; color: #000; text-transform: none; }

.banner-static .banner-box .line { text-align: left; display: inline-block; }
.banner-static .banner-box p { font-size: 12px;  font-family: ralewayregular; text-transform: none; color: #636363; }


.banner-static2 { margin: 30px 0;}
.banner-static2 a, .banner-left a { position: relative; display: block; } 
.banner-static2 a:after, .banner-left a:after { pointer-events: none; position: absolute; content: ""; opacity: 0.5; margin: auto; border: 0; top: 0; bottom: 0; right: 0; left: 0; }
.banner-static2 a:hover:after, .banner-left a:hover:after { border: 3px solid #fff; top: 10px; bottom: 10px; right: 10px; left: 10px;}
.banner-static2 a:hover:before, .banner-left a:hover:before  { pointer-events: none; position: absolute; content: "";  background: rgba(0,0,0,0.5); margin: auto; top: 0; bottom: 0; right: 0; left: 0;}

.banner-static3  { height: 403px; overflow: hidden; background: url(../images/bg_scrolldown.jpg) no-repeat 50% 0 fixed;}
.banner-static3 .banner-static-inner { width: 100%; height: 100%; padding: 30px; position: relative; text-align: center; color: #fff; }
.banner-static3 .banner-static-inner:before { width: 100%; height: 100%; background: url(../images/bg_scoll.png); opacity: 0.7; position: absolute; top: 0; left: 0; content:""; display: block;}
.banner-static3 .banner-content { display: inline-block; position: relative;}
.banner-static3 .banner-static-inner h2 { font-size: 20px; color: #fff; text-transform: uppercase; margin: 30px 0 15px; font-family: RobotoCondensedBold; }
.banner-static3 .banner-static-inner h3 { position: relative; font-size: 60px; color: #fff; text-transform: uppercase; font-family: RobotoCondensedBold; border: 2px solid #fff; padding:0 50px; margin: 15px 0;}
.banner-static3 .banner-static-inner h3 .word1{ color: #474747; position: relative;}
.banner-static3 .banner-static-inner h3:before { content: ""; height: 100%; width: 47%; position: absolute; top: 0; left: 0; background: #fff;}
.banner-static3 .banner-static-inner p { font-size: 12px; text-transform: uppercase; font-family: Arial; }
.banner-static3 .banner-static-inner .icon-add { border: 1px solid #fff; padding: 5px; margin: 10px auto; width: 78px; height: 78px;}
.banner-static3 .banner-static-inner .icon-add span { text-align: center; line-height: 68px; font-size: 0; background: #fff; display: block; width: 100%; height: 100%;}
.banner-static3 .banner-static-inner .icon-add span:before { text-align: center; display: block; font-family: FontAwesome; content:"\f041"; font-size: 40px; color: #007CCB; }


.cms-index-index .banner-static4 { background: url(../images/parallax.jpg) fixed no-repeat 50% 30%; padding: 150px 0; position: relative; }
.cms-index-index .banner-static4:before { position: absolute; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); content: "";}
.cms-index-index .banner-static4 .banner-box1:before { background-position: 0 0;}
.cms-index-index .banner-static4 .banner-box2:before { background-position: 0 0;}
.cms-index-index .banner-static4 .banner-box3:before { background-position: 0 0;}
.cms-index-index .banner-static4 .banner-box, .cms-index-index .banner-static4 .banner-box h2, .cms-index-index .banner-static4 .banner-box span { color: #fff;}

.banner-static4 {background: #e7e7e7; padding: 50px 0;}
.banner-static4 .banner-box { text-align: center; color: #363636;} 
.banner-static4 .banner-box h2 { color: #363636; text-transform: uppercase; font-size: 24px; margin: 15px 0;}
.banner-static4 .banner-box span { text-transform: none; font-size: 18px; font-style: italic; color: #898989; }
.banner-static4 .banner-box1:before { content:""; width: 50px; height: 50px; background: url(../images/money_back.png) no-repeat 0 100%; display: block; margin: auto;}
.banner-static4 .banner-box2:before { content:""; width: 50px; height: 50px; background: url(../images/free_shipping.png) no-repeat 0 100%; display: block; margin: auto;}
.banner-static4 .banner-box3:before { content:""; width: 50px; height: 50px; background: url(../images/support.png) no-repeat 0 100%; display: block; margin: auto;}

/* new product */

.ma-newproductslider-container .item .item-inner { }
.ma-newproductslider-container .item .item-inner:hover { margin-bottom: -57px; }
.ma-newproductslider-container  { margin: 0; }
.ma-newproductslider-container .item .item-inner .des-container .box-inner1 { padding: 0 15px; }
.ma-newproductslider-container .item .item-inner .actions { height: 57px; margin-top: -57px; }
.ma-newproductslider-container .item-inner .actions button.btn-cart span{ font-size: 0; padding: 0; height: 100%; width: 100%; }
.ma-newproductslider-container .item-inner .actions button.btn-cart span span { background-position: 50% 50%;  }
.ma-newproductslider-container .item-inner .actions button.btn-cart { width: 34%; height: 56px; }
.ma-newproductslider-container .item-inner .add-to-links { width: 66%; }
.ma-newproductslider-container .item-inner .add-to-links li { width: 50%; height: 56px  }
.ma-newproductslider-container .item-inner .add-to-links li a{ width: 100%; height: 100%; } 

.ma-newproductslider-container .owl-carousel { /*border-bottom: 1px solid #e5e5e5;*/ }
 

/* bestseller */ 

.ma-bestsellerproductslider-container { overflow: hidden; margin: 0 0 -65px; padding: 0 0 65px;}
.ma-bestsellerproductslider-container  .owl-carousel {
	position: static;
	margin-left: 293px !important;
	*zoom: 1; border: 1px solid #e5e5e5; border-left: 0;
}
.ma-bestsellerproductslider-container .owl-theme .owl-controls { top: 54px; }
.ma-bestsellerproductslider-container  .owl-carousel img {
	max-width: 100%;
	display: block;
}

.bestsellerproductslider-item { }

.block-best { float: left; width: 293px; padding: 30px; background: #f9cce1 url(../images/block_best.png) no-repeat 100% 100%; min-height: 405px; }
.block-best p { font-size: 16px; color: #fff; font-family: RobotoMediumItalic; }
.block-best h2  { font-size: 24px; font-family: RobotoCondensedRegular; text-transform: uppercase; color: #fff; padding-right: 20px; line-height: 20px; margin-top: 5px;}
.block-best span.word4 { font-weight: bold; }
/** THEME
===================================*/

.ma-bestsellerproductslider-container  .bx-wrapper .bx-pager,
.ma-bestsellerproductslider-container  .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.ma-bestsellerproductslider-container  .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.ma-bestsellerproductslider-container  .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.ma-bestsellerproductslider-container  .bx-wrapper .bx-pager .bx-pager-item,
.ma-bestsellerproductslider-container  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.ma-bestsellerproductslider-container  .bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.ma-bestsellerproductslider-container  .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ma-bestsellerproductslider-container  .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */



.ma-bestsellerproductslider-container  .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.ma-bestsellerproductslider-container  .bx-wrapper .bx-controls-auto {
	text-align: center;
}

.ma-bestsellerproductslider-container  .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.ma-bestsellerproductslider-container  .bx-wrapper .bx-controls-auto .bx-start:hover,
.ma-bestsellerproductslider-container  .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.ma-bestsellerproductslider-container  .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.ma-bestsellerproductslider-container  .bx-wrapper .bx-controls-auto .bx-stop:hover,
.ma-bestsellerproductslider-container  .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.ma-bestsellerproductslider-container  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.ma-bestsellerproductslider-container  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.ma-bestsellerproductslider-container  .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.ma-bestsellerproductslider-container  .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.ma-bestsellerproductslider-container  .bx-wrapper li {
	
}
.ma-bestsellerproductslider-container .ma-loading {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 99;
	background: url(../images/loader.gif) no-repeat ;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
}

.ma-bestsellerproductslider-container .ma-loading {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 99;
	background: url(../images/loader.gif) no-repeat ;
	top: 50%;
	left: 50%;
	margin: -8px 0 0 -8px;
}

/* blog modul */

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight:600;
    margin: 0px;
    padding: 0px;
    color: #000;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}


.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(../images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.magentothem-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.magentothemblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}

.menu-recent {  }
.menu-recent .blog-title { } 
.menu-recent .owl-carousel { border: 0;}
.owl-container { margin: 0 -15px; }
.menu-recent .owl-carousel .owl-item { padding: 0 15px;}
.menu-recent .owl-theme .owl-controls { right: 15px; }
.menu-recent .bx-wrapper .bxslider li { margin-top: 25px; font-size: 13px; color: #898989; }
.menu-recent .item-inner .images-container img { width: 100%; }
.menu-recent .item-inner .title-blog { font-size: 13px; color: #000; text-transform: uppercase; font-family: RalewaySemiBold; }
.menu-recent .item-inner .title-blog:hover { color: #636363;}

.menu-recent .item-inner .images-container { position: relative; overflow: hidden;}
.menu-recent .item-inner .images-container:after { pointer-events: none; position: absolute; content: ""; opacity: 0.5; margin: auto; border: 0; top: 0; bottom: 0; right: 0; left: 0; }
.menu-recent .item-inner:hover .images-container:after { border: 3px solid #fff; top: 10px; bottom: 10px; right: 10px; left: 10px;}
.menu-recent .item-inner:hover .images-container:before  { pointer-events: none; position: absolute; content: "";  border: 200px solid #000;  opacity: 0.5; margin: auto; top: 0; bottom: 0; right: 0; left: 0;}

.menu-recent .item-inner .des-container .title-blog { display: block; font-size: 13px; color: #000; text-transform: uppercase; font-style: normal; font-family: RalewaySemiBold; }
.menu-recent .item-inner .des-container .title-blog:hover { color: #636363; }
.menu-recent .item-inner .des-container  { border-left: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; color: #7f7f7f; font-family: RobotoCondensedRegular; font-style: italic; font-size: 14px; padding: 20px; }
.menu-recent .item-inner .des-container a { display: block; margin: 15px 0 5px;   }
.menu-recent .item-inner .des-container .readmore { text-align: right; color: #000; margin: 10px 0; }
.menu-recent .item-inner .des-container .readmore:hover { color: #636363;}
.menu-recent .item-inner .time { overflow: hidden; line-height: 43px; border : 1px solid #e5e5e5; color: #a8a8a8; font-size: 13px; font-family: ralewayregular; }
.menu-recent .item-inner .time span { text-align: center; float: left; text-transform: none; padding: 0 5px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.menu-recent .item-inner .time span.date { width: 57%; }
.menu-recent .item-inner .time span.date:before { content:""; display: inline-block; background: url(../images/calendar.png) no-repeat; width: 15px; height: 15px; margin: 0 5px -2px 0;  }
.menu-recent .item-inner .time span.author { width: 43%; border-left: 1px solid #e5e5e5; }
.menu-recent .item-inner .time span.author:before { content:""; display: inline-block; background: url(../images/author.png) no-repeat; width: 16px; height: 16px; margin: 0 5px -3px 0;  }
.menu-recent .bx-wrapper .bx-controls-direction a { margin-top: -50px; }
.menu-recent .bx-wrapper .bx-controls-direction a.bx-prev { right: 50%; }
.menu-recent .bx-wrapper .bx-controls-direction a.bx-next { right: 50%; margin-right: -33px; }

.menu-recent .blog-feature { margin-top: 40px; }
.menu-recent .images { position: relative;}
.menu-recent .images .day-container { position: absolute; top: 0; right: 0;}
.menu-recent .day-container { background: #c1c1c1; border-bottom: 3px solid #a4a4a4; border-radius: 4px; width: 70px; height: 70px; text-align: center; color: #fff; float: left; }
.menu-recent .day-container .day { font-size: 25px; font-family: RobotoCondensedBold; line-height: 35px; margin: 0 10px; border-bottom: 1px solid #fff;}
.menu-recent .day-container .month { font-size: 12px; font-family: Arial; text-transform: uppercase; line-height: 35px;}
.menu-recent .blog-tabs .content { margin-left: 75px; padding : 20px 10px; background: #fff; border-radius: 4px; border-bottom: 3px solid #dfdede; }
.menu-recent .blog-tabs>li { overflow: hidden; margin-bottom: 10px; background: #f5f5f5; cursor: pointer;}



/*featuredproduct slider */

.ma-featuredproductslider-container { margin: 70px 0 -65px; padding: 0 0 65px; position: relative; overflow: hidden; }
.ma-featuredproductslider-container .owl-carousel { position: static; margin-right: 293px !important; border: 1px solid #e5e5e5; border-right: 0;}
.ma-featuredproductslider-container .owl-theme .owl-controls { top: 54px; }

.block-featured { float: right; width: 293px; padding: 30px; background: #fbd591 url(../images/block_featured.png) no-repeat 100% 100%; min-height: 405px;}
.block-featured p { font-size: 16px; color: #fff; font-family: RobotoMediumItalic; }
.block-featured h2  { font-size: 29px; font-family: RobotoCondensedRegular; text-transform: uppercase; color: #fff; padding-right: 25px; line-height: 26px; margin-top: 5px;}
.block-featured span.word3 { font-weight: bold; font-style: italic; }


.item .item-inner { margin-bottom: 38px; text-align: center; width: 100%; position: relative; }
.item .item-inner:hover { background: #020C16; margin-bottom: -66px;  z-index: 1;}
.item .item-inner .images-container { position: relative; overflow: hidden; padding: 2px; z-index: 0;max-height: 315px;height: 315px;}
.item .item-inner.first .images-container { padding-top: 0; }
.item .item-inner:hover .images-container .product-image img{ opacity: 0.7;}
.item .item-inner .des-container { padding: 0; text-align: center; position: relative; z-index: 9; } 
.item .item-inner .des-container .box-inner1 { padding: 0 30px; min-height: 70px; overflow: hidden; }
.item .item-inner:hover .des-container {  }
.item .item-inner .product-name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis;text-align:center;}
.item .item-inner:hover .product-name a  { color: #fff; }
.item .item-inner:hover .product-name a:hover { color: #9d9d9c; }
.item .item-inner:hover .price-box .price { color: #fff;}

.item .item-inner .actions {
opacity: 0; 
 padding: 0; 
 height: 66px; 
 background: #000; 
 margin-top: -66px;
 text-align: center;}
.item .item-inner:hover .actions { 
 opacity: 1;
 z-index: 1;
 position: relative;
 margin-top: 0px;
  border-top: 1px solid #454545; 
 }
  

/*.item-inner .actions button.btn-cart { float: left;width:41.2%;}*/
.item-inner .actions button.btn-cart { float: left;width:auto;}
.item-inner .actions button.btn-cart span{ line-height: 23px; height: 65px; font-size:0px; text-transform: uppercase;  font-family: 'Open Sans' !important }
.item-inner .actions button.btn-cart span span { padding: 0 0 0 39px; background: url(../images/cart_icon.png) no-repeat 0 50%; background-position: 24px; }
.item-inner .add-to-links { float: left; margin: 0;}
.item-inner .add-to-links li { display: block; border-right: 1px solid #020C16; float: left; }
.item-inner .add-to-links li a { display: block; text-align: center; width: 65px; height: 65px; background-color: #007DCD; background-repeat: no-repeat;  font-size: 0; padding: 0; margin: 0; }
.item-inner .add-to-links li a:hover { background-color: #F42A36;}

.item-inner .add-to-links li a.link-wishlist { background-image: url(../images/wishlist_icon.png); background-position: 50% 50%; }
.item-inner .add-to-links li a.link-compare { background-image: url(../images/compare_icon.png); background-position: 50% 50%; }
 
/*tool-tip css*/
.add-to-links li em,.btn-cart em, .email-friend em{
display: block; position: absolute; top: -33px; left: 50%; text-align: center; min-width: 80px; margin-left: -40px; padding: 5px 15px; border-radius: 3px; background: #9d9d9d; color: #fff; text-transform: none; line-height: 22px;
opacity: 0;

}
.add-to-links li a, button.btn-cart, .email-friend { 
	position: relative;
}

.add-to-links li a em:after, .btn-cart em:after, .email-friend em:after{
    content     : '';
    position    : absolute;
    bottom      : -5px;
    left        : 50%;
    margin-left: -3px;
    border-left : 5px solid transparent;
    border-right: 5px solid transparent;
    border-top  : 5px solid #9d9d9d;
}

 

.add-to-links li:hover em,.btn-cart:hover em, .email-friend:hover em{
opacity: 1;
}
/*--------------------------------------------------*/

/*--------------------------------------------------*/

/* product-tabs */


.producttabs .producttab-title { display: none;}
.producttabs .ajax_loading {
	margin-left: 48%;
	padding: 10px;
}
#producttabs  { float: left; width: 100%; border-bottom: 2px solid #4a4a51; }
#producttabs > .item {
	float: left;
	margin-right: 3px;
	
	
}
#producttabs > .item:first-child { }

#producttabs > .item:hover, #producttabs > .item.active{
	
}
#producttabs > .item h3 { margin: 0; line-height: 30px; padding: 10px 25px; text-transform: uppercase; cursor: pointer; background: #ebebed;  color: #4a4a51; font-size: 16px; font-weight: normal; font-family: RobotoCondensedBold;}
#producttabs > .item:hover h3, #producttabs > .item.active h3 { background: #4a4a51; color: #fff;  }
.producttabs-products
{
	clear: both;
}

.bx-pager-item { display: none;}


/*--------------------------------------------------*/


/* brand */
.ma-brand-slider-contain { margin: 0px 0 0; padding: 0px 30px}
.ma-brand-slider-contain .bx-wrapper { position: relative; padding: 30px 0;} 
.ma-brand-slider-contain  .brandsldier-title { display: none; }
.brandsldier-title { padding: 5px 0; border-top: 1px solid #e1e1e1; }
.brandsldier-title h2 { color: #363636; font-family: montserratbold; text-transform: uppercase; font-weight: normal; line-height: 24px; margin: 0;}
 
.ma-brand-slider-contain .owl-carousel { margin: 0; }
.ma-brand-slider-contain .item-innner { margin: 32px 0; text-align: center; }

/*--------------------------------------------------*/
/*modul-group*/
.modul-group { margin: 0 0 50px; position: relative;} 
 
.title-group { text-align: left; padding-bottom: 2px; }
.title-group h2 { font-size: 22px; font-family: 'Open Sans' , sans-serif !important; text-transform: uppercase; color: #000; margin: 0; line-height: 40px; padding: 5px 0; }
.title-group h2 .word1 { color: #000; font-family: 'Open Sans', sans-serif !important; }

.modul-group2 { margin: 40px 0 70px; }
/*--------------------------------------------------*/
#back-top {
    background: url("../images/back-top.png") no-repeat scroll 50% 50% #c9c9c9;
    bottom: 35px;
    display: none;
    height: 55px;
    position: fixed;
    right: 12px;
    width: 55px;
    z-index: 9999;
	cursor: pointer;
}
#back-top:hover {
    background-color: #007CCB;
}
/*related slider*/
.ma-relatedslider-container .item .item-inner:hover  { margin: 0;}
.ma-relatedslider-container { margin-top: 0; } 
.ma-relatedslider-container .product .product-details { margin-top: 10px; }
.ma-relatedslider-container .bx-wrapper { position: relative; margin: 0 auto 60px; border: 1px solid #e5e5e5; }
.relatedslider-item .item_related { overflow: hidden;  }
.relatedslider-item .item_related.last { border: 0;}
.relatedslider-item .item-inner .images-container {   }
.relatedslider-item .item-inner .des-container {   } 
.relatedslider-item .price-box p { margin: 0;  }
.related-subtitle, .relatedslider-item input.checkbox  { display: none; }

/*upsell slider*/
.ma-upsellslider-container .item .item-inner:hover { margin: 0; }
.ma-upsellslider-container { margin: 50px 0;}
.ma-upsellslider-container .title-container { }
.ma-upsellslider-title h2 {   }

.ma-upsellslider-container .bx-wrapper { position: relative; border: 1px solid #e5e5e5; }
.ma-upsellslider-container .bx-wrapper .bx-controls-direction a { margin-top: -60px; } 

.ma-upsellslider-item {  text-align: left; }
.ma-upsellslider-item .ratings .rating-links { display: none; }
.ma-upsellslider-item a.product-image { display: block; }

/*============================================ Bx Slider ===============================================*/
.bx-wrapper { max-width: 100% !important; position: relative;}
.bx-wrapper .bx-viewport { height: auto !important;  }
.bx-wrapper .bx-viewport .bxslider, .bx-wrapper .bx-viewport .products-grid { width: 20000% !important; }
 .bx-wrapper .bx-controls-direction a {
	width: 33px;
	height: 35px;
	position: absolute;
	top: 0;
	right: 50%;
	font-size: 0;
	z-index: 1;
	font-family: FontAwesome;
	display: block;
	color: #ccc;
	margin-top: -40px; 
	border: 1px solid #ccc;
	text-decoration: none; 
	}
.bx-wrapper .bx-controls-direction a:hover { background: #000; color: #fff; border-color: #000; }
.bx-wrapper .bx-controls-direction a.bx-prev {  border-right: 0;  }
.bx-wrapper .bx-controls-direction a.bx-next { margin-right: -33px }
.bx-wrapper .bx-controls-direction a.bx-prev:before { content:"\f104"; display: block; font-size: 18px; line-height: 33px; text-align: center; }
.bx-wrapper .bx-controls-direction a.bx-next:before { content:"\f105"; display: block; font-size: 18px; line-height: 33px; text-align: center; } 


/*============================================ Prozoom Slider ===============================================*/

.ma-thumbnail-container .bx-wrapper  { position: relative;  }
.ma-thumbnail-container .bx-wrapper .bx-controls-direction a {
	width: 29px; height: 29px;
    top: 50%;  margin: -15px 0 0; border: 1px solid #000; border-radius: 100%; color: #000;
	 
}
.ma-thumbnail-container .bx-wrapper .bx-controls-direction a:hover { border-color: #e5e5e5; background: none; color: #e5e5e5;}
.ma-thumbnail-container .bx-wrapper .bx-controls-direction a:before { line-height: 27px; font-size: 17px; text-decoration: none; }
.ma-thumbnail-container .bx-wrapper .bx-controls-direction a.bx-prev {
   left: -54px;
}

.ma-thumbnail-container .bx-wrapper .bx-controls-direction a.bx-next {
 
	right: -54px;
}

/*============================================ Onsale Product Slider ===============================================*/

.ma-onsale-products {padding-bottom: 15px;}
.ma-onsale-product-title {
    background: #666;
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
}
.ma-onsale-product-title h2 {
    color: #fff;
    text-transform: none;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
}
.onsale-products li.item { clear: both; margin-bottom: 20px;}
.onsale-products a.product-image { float: left; margin-right: 10px; }


/*============================================ Related Product ===============================================*/

.block-related .mini-products-list li { background: none; margin-bottom: 10px;}
.block-related .mini-products-list li .checkbox { min-height: 0; min-width: 0; margin-top: 20px;}

/* newsletter popup */

#newsletter_pop_up {
background-color: #FFFFFF;
color: #FFFFFF;
display: none;
height: 339px;
margin-top: -195px!important;
min-width: 450px;
padding: 25px 80px;
top: 50% !important;
left: 50% !important; margin-left: -395px; 
position: fixed !important
}
 .button.b-close, .button.bClose {
font: bold 131% sans-serif;
padding: 10px 9px 2px;
position: absolute;
right: 0;
top: 0;
}
#newsletter_pop_up .b-close span:hover{color: #000}
#newsletter_pop_up>.subscribe{
	text-align: center;
}
.button {
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
}
.title_subscribe>h1{
font-size: 40px;
line-height: 46px;
font-weight: normal;
margin-top: 80px;
text-transform: uppercase; 
border-bottom: 3px double #fff;  
display: inline-block; 
margin-bottom: 0;
color: #f3f3f4;
letter-spacing: 3px
}
.form-subscribe-header label{ font-weight: normal; line-height: 20px; color: #fff; font-size: 14px; margin: 0 50px; }
#newsletter_subscribe{
margin: 0;
width:380px;
height: 40px;
line-height: 40px;
padding-left: 10px;
}
#newsletter_pop_up .input-box { display: inline-block;}
#newsletter_pop_up .button_subscribe{
background-color: #007CCB;
color: #fff;
padding: 10px 20px;
border: none;
font-size: 14px;
text-transform: uppercase;
}
#newsletter_pop_up .button_subscribe:hover{background: #a1d7ca; }
#advice-required-entry-newsletter{
	font-size: 12px;
	margin: -10px auto 15px;
	width: 130px;
	display:none;
}
#newsletter_pop_up .actions{ display: inline-block; }
#newsletter_pop_up .form-subscribe-header { margin: 10px 0; }

.ajaxLayer{
        cursor: pointer;
    }
	
	
/*! ajaxcarper version 1.0.0 */
.wrapper_box {
    	position:fixed; width: 320px; height:auto; background:white;	z-index:999999; 
	border:1px solid #ddd;opacity:1;top:27%;left:50%; margin-left: -160px; margin-top: -100px; display:block;padding: 10px;
}
.wrapper_box .p_name a{ text-transform: none; font-size: 16px; color: #363636; font-style: italic; }
.wrapper_box .p_name a:hover { color: #77cab8; }
#product_info_box { margin-bottom: 10px; }
.wrapper_box p.info { color:#363636;font-size:12px; border:1px solid #eee; padding:5px 10px; text-align: center; }
.wrapper_box #continue_shopping {float:left; background: #000;  color: #fff; text-transform: none; margin-top: 10px; line-height: 30px; padding: 5px 10px;}
.wrapper_box #continue_shopping:hover { background: #333;  color: #fff; text-decoration: none;}
.wrapper_box #shopping_cart {float:right; background: #000; color: #fff; text-transform: none; margin-top: 10px; line-height: 30px; padding: 5px 10px;}
.wrapper_box #shopping_cart:hover { background: #333; color: #fff; text-decoration: none;}
.pop_compare.wrapper_box #continue_shopping {float:none;}
.pop_compare.wrapper_box #product_info_box {padding-bottom:10px;}
.pop_wishlist.wrapper_box #continue_shopping {float:none;}
.pop_wishlist.wrapper_box #product_info_box {padding-bottom:10px;}

#product_info_box .p_image, #product_info_box .p_name { text-align: center;}			

/* timmer */
.ma-timer-container .owl-carousel { border: 0; }
.ma-timer-container .ma-timer-title, .ma-timer-container .bx-wrapper .bx-controls-direction  { display: none;}
.box-timer { overflow: hidden; }
.box-timer .box-time-date { border: 1px solid #e5e5e5; border-radius: 13px 13px 0 13px; color: #676767; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif !important; float: left; padding-top: 8px; min-width: 77px; min-height: 77px; margin-right: 9px; text-align: center;}
.box-timer .box-time-date span { display: block; font-family: AntonRegular; font-size: 29px; color: #393939; }
.ma-timer-container .product-name { margin: 10px 0px 19px; }
.ma-timer-container .product-name a { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; font-size: 21px; /*text-transform: uppercase*/; color: #000;font-weight: 500;
} }
.ma-timer-container .product-name a:hover { color: #636363; }  
.ma-timer-container .rating-box { width: 100px; height:18px; background:url(../images/rating_time.png) 0 0 repeat-x;  }
.ma-timer-container .rating-box .rating { float:left; height:18px; background:url(../images/rating_time.png) 0 100% repeat-x; }
.ma-desc { color: #a2a1a1; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
.ma-timer-container .price-box .price { font-size: 25px; }
.ma-timer-container .old-price .price { font-size: 18px; }
.ma-timer-container .item-inner .add-to-links li { border: 0; margin-left:1px;}
.ma-timer-container .item-inner .add-to-links li a { width: 74px;}
.ma-timer-container .item-inner .actions { border: 0; width: 149%;margin-top: 31px}
.ma-timer-container .item-inner .actions button.btn-cart span { padding: 10px 30px;}
.ma-timer-container .item-inner .actions button.btn-cart span span {/*padding: 0 0 0 39px;*/ }

/* timmer-view */

.timer-view { overflow: hidden; margin: 10px 0 20px; }
.timer-view .box-time-date { border: 1px solid #e5e5e5; border-radius: 13px 13px 0 13px; color: #676767; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; float: left; font-size: 14px;  padding-top: 8px; min-width: 77px; min-height: 77px; margin-right: 9px; text-align: center;}
.timer-view .box-time-date span { display: block; font-family: AntonRegular; font-size: 29px; color: #393939; }


/* categorytab slider */

.categorytabslider {  position: relative; } 
.categorytabslider .owl-carousel { /*border: 1px solid #e5e5e5; border-top: 4px solid #000;*/}
.categorytabslider .tab_categorys { display: inline-block;  position: absolute; top: 15px; right: 80px; }
.categorytabslider .tab_categorys li { float: left; cursor: pointer; font-size: 15px;     font-family: 'Open Sans', sans-serif !important; color: #454545; text-transform: uppercase; line-height: 12px; padding: 10px 15px 0; border-right: 3px double #e5e5e5;}
.categorytabslider .tab_categorys li.last { border-right: 0; }
.categorytabslider .tab_categorys li:hover, .categorytabslider .tab_categorys li.active { color: #007CCB; }
.categorytabslider .tab_categorys li p { margin: 0; }

/* lastestwitter */

#twitter-feed { }

.tweet-title h3 { margin: 0; padding: 0 10px; font-size: 18px; color: #d1d1d1; text-transform: uppercase; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
#loading-container {
	text-align: center;
}
.tweet-content {}
.tweet-title {}
.twitter-article {
	padding: 10px 0;
}
.twitter-article a { color: #fff; }
.twitter-article a:hover { color: #a8a8a8; }
.twitter-pic {
	float: left;
}
.twitter-text {
	margin: 0; line-height: 20px; 
}
.tweetprofilelink { display: block; margin: 0 0 10px 50px; }
.tweetprofilelink strong a {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}
.tweetprofilelink strong a:hover {
	color: #0084B4;
}
.tweet-time {

}
.tweetprofilelink a, .tweet-time a {
	color: #999;
	text-decoration: none;
}
.tweetprofilelink a:hover, .tweet-time a:hover {
	color: #0084B4;
}

/* Ajax-login */
 
#ajax-login-block { background-color : rgba(0,0,0,0.35); top: 0; left: 0; right: 0; bottom: 0;  margin: auto; position: fixed; z-index: 9998;   }
.ajax-load-img { position: absolute; top: 50%; left: 0; right: 0; bottom: 0; text-align: center; z-index: 9999; margin: auto;}
.ajax-body-login { position: fixed; z-index: 99999; background: #fff; top: 0; left: 0; right: 0; bottom: 0; margin: auto;  width: 650px; height: 410px; padding: 20px; overflow: auto !important; }
.ajax-body-login .a-close-frm { position: absolute; top: 10px; right: 10px; color: #ff0000;}
.ajax-body-login .account-login .buttons-set { border: 0; padding: 0; margin-top: 20px; }

 /*===page-not-found==*/
.not-found-bg
{
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
background-image: url(../images/page-not-found.jpg);
font-size: 0;
text-indent: -9999px;
}

.page-not-found{position: relative;text-align: center;padding: 10em 0 5em;color: #000;padding: 5px;}
.page-not-found h2{
    font-size: 20em;
    letter-spacing: 30px;
    line-height: 1;
    color: #9B9B9B;
}
.form-search label { display: none; }
.page-not-found #search_mini_form { float: none; display: block; }
.page-not-found .form-search{ float: none; position: relative; display: inline-block;margin: 0;}
.page-not-found .form-search input.input-text{ float: left; width: 300px; height: 35px; } 
.page-not-found .form-search button.button { float: left; }
.page-not-found .form-search button.button:hover { background-color: #000; }
.page-not-found .form-search button.button span { text-transform: none; }
.page-not-found .form-search button.button span span { padding: -1px; }
.page-not-found .search-autocomplete { top: 45px; min-width: 260px; background: #fff; padding: 10px; display: none; }
.page-not-found .loading_image_search { top: 45px;}
.page-not-found p{font-size:20px;text-transform: none;margin-bottom:0;}
.page-not-found p a{background-color: #177ABF; font-size: 18px;display: inline-block;padding: 7px 30px 4px;color: #fff;margin-top: 20px; text-decoration: none;}
.page-not-found p a:hover{background-color: #000}
.page-not-found address{margin-top: 140px;text-transform: none;}
.page-not-found address a{color: #5dbad5;}
.page-not-found address a:hover{text-decoration: underline;}

/*===============================*/

/* quickview */

.a-qv-close:before { display: block; font-family: FontAwesome; font-size: 20px; content:"\f00d"; width: 30px; height: 30px; text-align: center; line-height: 30px; color: #fff; background: #fe4669; border-radius: 100%; }
.qv-button-container { position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; width: 45px; height: 45px; display: block; transform: scale(0); transition: all 0.3s ease-out; border: 0;  border-radius: 100%;  font-size: 0;  background: #ccc; line-height: 45px; }
.qv-button-container:hover { background: #000; }
.qv-button-container button { border: 0; background: none;  }
.qv-button-container button span span { font-size: 0; }
.qv-button-container button span span:before { content:"\f06e"; display: block; font-size: 19px; font-family: FontAwesome; color: #fff; width: 45px; text-align: center;}
.item-inner:hover .qv-button-container { transform: scale(1); }
/*===============================*/

/* CSS3 */

.banner-static3 .banner-static-inner .icon-add, .banner-static3 .banner-static-inner .icon-add span {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.menu-recent .item-inner .images-container:before, .menu-recent .item-inner .images-container:after, .banner-static .banner-box .banner-box-inner img{
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}
.add-to-links li em,.btn-cart em, .email-friend em {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
.add-to-links li:hover em,.btn-cart:hover em, .email-friend:hover em {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
}

.banner-static .banner-box .banner-box-inner:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.banner-static2 .banner-box .banner-box-inner .banner-content img{
-webkit-transform: translateX(100px);
-moz-transform: translateX(100px);
-ms-transform: translateX(100px);
-o-transform: translateX(100px);
transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}


.banner-static2 .banner-box .banner-box-inner:hover .banner-content img {
-webkit-transform: translateX(45px);
-moz-transform: translateX(45px);
-ms-transform: translateX(45px);
-o-transform: translateX(45px);
}

.view-detail {
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.pt_custommenu div.pt_menu .parentMenu a:before, .pt_custommenu div.pt_menu .parentMenu span.block-title:before, .pt_custommenu div.pt_menu .parentMenu a:after,.pt_custommenu div.pt_menu .parentMenu span.block-title:after, #producttabs > .item h3, .modul-group .banner-box2 .banner-box-inner:before, .banner-static2 .banner-box:before, .pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title, .breadcrumbs li a, .breadcrumbs li a:before, .bx-wrapper .bx-controls-direction a, .producttabs .bx-wrapper .bx-controls-direction a, .footer-static-2 .f-col1:before, .footer-static-2 .f-col1 a:before, .item-inner .des-container, .banner-left:before, .banner-left a:before, .banner-static .banner-box .banner-box-inner:before, .banner-static .banner-box .banner-box-inner .layer:before, .item-inner .images-container .product-image img, .banner-static2 a:after,.banner-static2 a:before, .banner-left a:after, .banner-left a:before {
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}
.modul-group .banner-box2 .banner-box-inner:before, .banner-static2 .banner-box:before {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.modul-group .banner-box2 .banner-box-inner:hover:before, .banner-static2 .banner-box:hover:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.banner-static-2 .f-col h2 {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
 .banner-static .banner-box .icon-banner span, .item .item-inner, .item .item-inner .actions, .footer-static-2 .link-web ul li a, .banner-static .banner-box, .footer-static .footer-content .address:before, .footer-static .footer-content .phone:before, .footer-static .footer-content .email:before {
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
 }
.top-link, .pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title {
transition: all 0.5s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
}

// .animate-in .model1{
	// animation: bounceInDown 0.5s linear 1 alternate; 
	// -webkit-animation: bounceInDown 0.5s linear 1 alternate;
	// -moz-animation: bounceInDown 0.5s linear 1 alternate;
// }

 
.banner-static4 .banner-box:hover:before{
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	animation: bounceIn 0.5s linear infinite alternate; 
	-webkit-animation: bounceIn 0.5s linear infinite alternate;
	-moz-animation: bounceIn 0.5s linear infinite alternate;
}

@-webkit-keyframes bounceIn{

	0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}
	50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}
	70%{-webkit-transform:scale(.9);transform:scale(.9)}
	100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
	}
	
@keyframes bounceIn{
	
	0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}
	50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}
	70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}
	100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
	}
	
	.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}

.banner-static3:hover .banner-static-inner .icon-add span:before, .banner-static .banner-box:hover .icon-banner span:before {
	animation: movedown 0.5s linear alternate; 
	-webkit-animation: movedown 0.5s linear alternate;
	-moz-animation: movedown 0.5s linear alternate;
}

.banner-static3:hover .banner-static-inner .icon-add span, .banner-static .banner-box:hover .icon-banner span {
	animation: movedown 0.3s linear alternate; 
	-webkit-animation: movedown 0.3s linear alternate;
	-moz-animation: movedown 0.3s linear alternate;
}  

@-webkit-keyframes movedown{
	
	0%{opacity:0; transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
	50%{opacity:0.7;transform: translateY(-100px); -ms-transform: translateY(-100px); -webkit-transform: translateY(-100px);}

	100%{opacity:1;transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
	}
	
@keyframes movedown{
	
	0%{opacity:0; transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
	50%{opacity:0.7;transform: translateY(-100px); -ms-transform: translateY(-100px); -webkit-transform: translateY(-100px);}

	100%{opacity:1;transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0);}
	}
	.movedown { animation-name: movedown; -webkit-animation-name: movedown;}


/*=====================================================================================================================*/
/* Fixed Mobile*/
@media (min-width: 1230px) {
	
}

@media (min-width: 1200px) {
.container { width: 1230px; padding: 0 0px;  } 
	.padding-inner { padding: 0 30px; margin: 0 0px; }
	
	/* .container { width: 1200px; padding: 0;  }
	.padding-inner { padding: 0 ; margin: 0 ; }
	.item-inner .actions button.btn-cart span { padding: 10px 14px; }
	.block-subscribe input.input-text { width: 260px;} */
}
    

@media (max-width: 1199px) {  


	.banner-static .banner-box .icon-banner { margin-top: 0;}  
	.ma-bestsellerproductslider-container .product-name a { text-transform: none; }
	.onsaleproductslider-item { width: 233px !important; }
	.tp-leftarrow.default { margin-left: -475px !important; }
	.tp-rightarrow.default { margin-left: 419px !important; }
	.banner-static .f-col { padding-left:  100px;}
	.banner-static .f-col1, .banner-static .f-col2 , .banner-static .f-col3 { background-position: 10px 50%;}
	.banner-static .banner-title h2 { font-size: 30px;}
	.block .block-title strong { font-size: 15px; }
	.ma-relatedslider-container .flex-direction-nav a { display: none;}
	.block-header .support p, .block-header .support h2, .top-cart-title a { font-size: 12px; }
	body { font-size: 12px; }
	.top-cart-title .price { font-size: 18px; }
	.banner-static4 .banner-box h2 { font-size: 20px; }
	.banner-static4 .banner-box span { font-size: 14px; }
	.pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title { padding: 11px 16px; }

	.cms-index-index .banner-static4 { padding: 90px 0;}
	.item-inner .actions button.btn-cart span  { font-size: 0; padding: 0; height: 100%; width: 100%; }
	.item-inner .actions button.btn-cart span span { background-position: 50% 50%;  }
	.item-inner .actions button.btn-cart { width: 34% !important; height: 65px; }
	.item-inner .add-to-links { width: 66%; }
	.item-inner .add-to-links li { width: 50%; height: 65px; }
	.item-inner .add-to-links li a { width: 100%; height: 100%; }
	.ma-timer-container .item-inner .actions button.btn-cart { width: 65px !important; }
	.ma-timer-container .item-inner .actions button.btn-cart span { font-size: 14px; }
	.ma-timer-container .item-inner .actions button.btn-cart span span { background-position: 50% 50%; }
	.ma-timer-container .item-inner .add-to-links { width: auto; }
	.ma-timer-container .item-inner .add-to-links li { width: 60px; }
	.ma-timer-container .item-inner .add-to-links li a{ width: 100%; height: 100%; }
	
	.products-list .item-inner .actions button.btn-cart { width: auto; }
	.products-list .item-inner .actions button.btn-cart span { font-size: 14px; }
	.products-list .item-inner .actions button.btn-cart span span { background-position: 0 50%; }
	.products-list .item-inner .add-to-links { width: auto; }
	.products-list .item-inner .add-to-links li { width: 60px;  }
	.products-list .item-inner .add-to-links li a{ width: 100%; height: 100%; }
	
	
	.block-layered-nav h2 { font-size: 18px; }
	.nav-container.fix-nav .pt_custommenu, .header.fix-header .header-content { width: 970px; }
	.header .quick-access { right: -13px;top: 13px;}
	.title-group h2 { font-size: 25px;}
	.block-subscribe .form-subscribe-header { padding: 0; }
	.form-subscribe-header label { margin: 0; }
	
	
}
@media (min-width: 992px) and (max-width: 1199px) { 

.category-products .item-inner .actions button.btn-cart span span {
    padding: 0 0 0 39px;
    background: url(http://www.libros.unam.mx/skin/frontend/happystore/ma_happystore_accessories1/images/cart_icon.png) no-repeat 0 50%;
    background-position: 71% 24% !important;
}


.category-products .item-inner .actions button.btn-cart span {
    line-height: 23px;
    height: 65px;
    font-size: 0px !important;
    text-transform: uppercase;
    /* font-family: 'Open Sans' !important; */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    width: 100%;
}



     ul.products-grid.row .item .item-inner .images-container {
    position: relative;
    overflow: hidden;
    padding: 0px 2px 2px 2px;
    z-index: 0;
    max-height: 350px !important;
    height: 260px !important;
}


   .linea-2 {
    margin-right: 53px !important;
}

.footer-static .footer-content .address {
    padding-left: 35px ;
    background: url(http://www.libros.unam.mx/skin/frontend/happystore/ma_happystore_accessories1/images/address.png) no-repeat 0 19% !important;
    margin-left: 10px !important;
}

.ma-timer-container {margin-top: 15.8% !important;}

.producttabs .bx-wrapper .products-grid .item {  width: 212px !important; }
.banner-static2 .banner-box .banner-box-inner { min-height: 450px; } 

	.box-timer .box-time-date { min-width: 68px; min-height: 68px; margin-right: 5px;} 
	.ma-timer-container .item-inner .actions button.btn-cart span { padding: 1px 17px; }
	.ma-newproductslider-container .item-inner .add-to-links li {  height: 53px;}
	.newproductslider-item.item .item-inner .actions button.btn-cart{  height: 53px; }
	.newproductslider-item.item .item-inner .des-container .box-inner1 { min-height: 80px; }  
	.block-featured, .block-best { min-height: 328px; }
	.ma-brand-slider-contain .item-innner { margin: 20px 0;}
	.block-subscribe input.input-text { width: 177px;}
	.block-subscribe .subscribe-title h3 { font-size: 15px; } 
}
@media (min-width: 768px) and (max-width: 1199px) {
	.onsale-products a.product-image { float: none; margin-bottom: 10px;}   
	.email-friend { margin-top: 10px;}
	.menu-recent .item-inner .des .title-blog { font-size: 16px; }
	.item .item-inner .des-container .box-inner1 { padding: 0 5px;}
	}
@media (max-width: 991px){




    .grpd-buttons-laptop {
        display: none;
    }
    .grpd-buttons-device {
        display: block !important;
    }

    .category-products .item-inner .actions button.btn-cart span span {
    background-position: 50% 50% !important;
}


    .header.fix-header.header .quick-access {
    margin: 36px -50px 36px 0px;
    float: right;
    position: absolute;
    top: -1px;
    right: -5px;
    display: none;
}

.logo-ejem {

    display: block !important;
    padding: 8px ;
}

.header a.logo-2 {
       display: none;
}

.col-xs-12.col-md-3.logo-container {
    display: none;
}



.header.fix-header .header-content { width: auto; }
	.container   { padding: 0 15px; }
	.top-link { text-align: center; margin-right: 0;}
    .block-header {  float: none; display: inline-block;  } 
	.toplink-contaner .link-inner { float: none; display: inline-block;}
	.block-header .share label { margin-left: 35px; }
	.top-link ul.links { display: block; text-align: center; }
	.form-currency {  }
	.header .header-content { text-align: center; }
	.header .quick-access { float: none; display: inline-block; position: static; margin: 10px 0; }
	#search_mini_form {    }
	.header .form-search, .top-cart-contain { height: 28px;}
	.header .form-search input.input-text { top: 28px; margin-right: -12px; }
	.top-cart-content { top: 28px; margin-right: -70px;}
	.header a.logo { float: none; display: inline-block; position: static; }
	.footer, .footer ul.links { text-align: center;}
	.footer .payment { text-align: center; margin-top: 10px; }
	.footer-static .footer-content { margin-bottom: 20px; }
	#review-form .data-table thead th { font-size: 11px; padding: 5px; }
	#review-form .data-table {width: auto; }
	.banner-static3 .banner-static-inner h2 { font-size: 16px; line-height: 26px; width: 400px; }
	.footer address { text-align: center;}
	.footer .payment { float: none; text-align: center; }
	.top-link.active { height: 123px; }
	.top-link p.welcome-msg { float: none;}
	.mousetrap { width: 100% !important; }
	.tp-leftarrow.default, .tp-rightarrow.default { display: none; }
	.banner-static .banner-box { margin: 15px 0; min-height: 135px; }
	.menu-recent .item-inner .title-blog { text-transform: none; }
	.footer-static-2 .block-subscribe { float: left; }
	.producttabs .bx-wrapper { max-width: 100% !important; margin: auto;}  
	.products-list .ratings { position: static; clear: both; } 
	.banner-static .banner-box .banner-content { } 
	.footer address { float: none; }
	.toplink-contaner { text-align: center; }
	p.welcome-msg { float: none; display: inline-block; }
	.header .link-inner { float: none; display: inline-block; margin-top: 10px; }
	.producttabs { margin-top: 30px}
	
	.ma-newproductslider-container { margin: 30px 0 0;}
	.ma-bestsellerproductslider-container .bx-wrapper .bx-viewport, .ma-featuredproductslider-container .bx-wrapper .bx-viewport { margin: 0 0 -63px;}  
	.item .item-inner:hover { margin-bottom: -61px; }
	.item .item-inner .actions { height: 61px; margin-top: -61px;}
	.item-inner .actions button.btn-cart span{ font-size: 0 !important; padding: 0 !important; height: 100% !important; width: 100% !important; }
	.item-inner .actions button.btn-cart span span { background-position: 50% 50%;  }
	.item-inner .actions button.btn-cart { width: 34%; height: 61px; }
	.item-inner .add-to-links { width: 66%; }
	.item-inner .add-to-links li { width: 50%; height: 61px; }
	.item-inner .add-to-links li a{ width: 100%; height: 100%; } 
	
	.products-list .item-inner .actions button.btn-cart span { line-height: 41px; }
	.footer-static-2 .block-subscribe { margin-top: 20px}
	.header.fix-header { position: relative; }
	.loading_image_search { margin-right: -130px; top: 46px; }
	.header .form-search .search-autocomplete { margin-right: -130px; top: 63px !important; }
	
}
@media (min-width: 768px) and (max-width: 992px) {

    fieldset {
    border: 0;
    width: 100% !important;
    /* overflow-x: auto !important; */
    overflow-y: auto !important;
    /* height: 531px !important; */
}


	.brand-logo {
    width: 100% !important;
    float: none !important;
    text-align: center;
    margin-top: 33px;
}


ul.products-grid.row .item .item-inner .images-container {
    position: relative;
    overflow: hidden;
    padding: 0px 2px 2px 2px;
    z-index: 0;
    max-height: 350px !important;
    height: 190px !important;
}




.footer-static-2 .link-web {
    margin: 9px -68px 0;
    overflow: hidden;
    position: relative;
}



.footer-static .f-col1 {
    margin-top: -2px;
    margin-left: 63px;
    text-align: center;
}


.footer-static .footer-content .email {
    padding-left: 35px;
    background: url(http://www.libros.unam.mx/skin/frontend/happystore/ma_happystore_accessories1/images/email.png) no-repeat 0 50%;
    margin-left: -82px;
    margin-top: -3px;
}

.linea-2 {
    border-right: none !important;
    margin-right: 0px !important;
    height: 35px;
}


.footer-static .footer-content .phone {
    margin: -16px 0 15px 110px;
    padding-left: 35px;
    background: url(http://www.libros.unam.mx/skin/frontend/happystore/ma_happystore_accessories1/images/phone.png) no-repeat 0 50%;
}

.linea {
    border-right: 3px solid rgba(1, 179, 229, 0.4);
    margin-right: -41px !important;
    height: 35px;
    border-left:none !important;
}

.footer-static .footer-content .address {
    padding-left: 35px;
    background: url(http://www.libros.unam.mx/skin/frontend/happystore/ma_happystore_accessories1/images/address.png) no-repeat 0 50%;
    margin-left: 76px;
}




	.banner-static .banner-title h2 { font-size: 21px; }
    .cart .crosssell .product-details { margin-left: 80px;}
    .footer-static-container .f-col { margin-bottom: 20px;}
    .form-list li.wide textarea, .form-list li.wide .input-box { width: 254px;}
    .cart .discount input.input-text { width: 185px; }
    .form-list .input-box, .form-list select, .form-list input.input-text { width: 160px;}
	.block-sequence h2, .block-sequence p { display: none; }
	.banner-static .banner-box2 .banner-box-inner { margin-left: 13px; }
	.banner-static .banner-box1 .banner-box-inner { margin-right: -14px; }
	.banner-static2 .banner-box .banner-box-inner { min-height: 380px; }
	.ma-featured-products .product-name a { font-size: 14px;}
	.ma-featured-products .button.button span { padding: 3px 10px;}
	.block-layered-nav .layer-Category .content-shopby ol li { font-size: 12px; } 
	.products-grid .item-inner .actions { text-align: center;}
	.add-to-cart button.button{ margin-top: 2px;}
	.onsaleproductslider-item { width: 219px !important;}
	.block-layered-nav #search_pr input { margin-right: 3px !important; }  
	.producttabs .bx-wrapper .products-grid .item {  width: 220px !important; }
	
	.banner-static .banner-box h2 { font-size: 14px; }  
	.block-best, .block-featured { min-height: 325px; }
	.menu-recent .item-inner .des-container { padding: 16px; }
	.menu-recent .item-inner .des-container .title-blog { font-size: 12px; }
	
	}

@media (max-width: 767px){

    .title-buttons { 
    text-align: center !important;
}

    .my-account {
    overflow-x: auto !important;
}

    .box-account {
    border: 1px solid #eee;
    padding: 15px;
    margin: 0 0 20px;
    overflow-x: auto !important;
}


    .product-tabs-content {
    overflow: hidden;
    padding: 35px 15px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    border: 0;
    overflow-x: auto !important;
}

.newproductslider-item.item .label-grid.list-is-libro {

    background: #0484d6;
    width: 68.9% !important;
    display: inline-block;
    text-align: center;

}




 .newproductslider-item.item .label-grid.list-is-ebook {

    background: #000;
    width: 68.9% !important;
    display: inline-block;
    text-align: center;
}




 .newproductslider-item.item .label-grid.list-is-ibd {

    background: #068C2C;
    width: 68.9% !important;
    display: inline-block;
    text-align: center;

}


 .label-grid.list-is-ebook {

    background: #000;
    width: 88.9% !important;
    display: inline-block;
    text-align: center;
    
}

.label-grid.list-is-ibd {

    background: #068C2C;
    width: 88.9% !important;
    display: inline-block;
    text-align: center;

}


.label-grid.list-is-libro {
    background: #0484d6;
    width: 88.9% !important;
    display: inline-block;
    text-align: center;
}


.main {
    margin: 0 auto;
    min-height: 400px;
    padding: 30px 0;
    text-align: left;
    padding: 0px 5px 0px 5px !important;
}

    fieldset {
    border: 0;
    width: 100% !important;
    /* overflow-x: auto !important; */
    overflow-y: auto !important;
    /* height: 531px !important; */
}

.cart-collaterals .col-sms-4 {
    width: 100%;
}


.f-left, .left {
    float: none !important;
}



    .account-login .buttons-set {
    border: 1px solid #ddd;
    margin: 0;
    padding: 8px 13px;
    text-align: center !important;
}

    .page-not-found .form-search button.button {
    float: none;
    width: 100%;
    margin-top: 10px;
}


    .page-not-found h2 {
    font-size: 6em !important;
    letter-spacing: 5px !important;
    /* line-height: 1; */
    color: #9B9B9B;
}

.page-not-found .form-search input.input-text {
    float: left;
    width: 100% !important;
    height: 35px;
    margin-top: 10px !important;
}

	.col-1.new-users {
    width: 100% !important;
}

.col-2.registered-users {
    width: 100% !important;
}


    .products-list li.item .item-inner .actions { margin-top: 0; opacity: 1; width: 90% !important; background: #fff; border: 0; position: static;display: inline-block;}

	.brand-logo {
    width: 100% !important;
    float: none !important;
    text-align: center;
    margin-top: 33px;
}

 ul.products-grid.row .item .item-inner .images-container {
    position: relative;
    overflow: hidden;
    padding: 0px 2px 2px 2px;
    z-index: 0;
    max-height: 685px !important;
    height: 685px !important;
}



.dat_right {
    float: none !important;
    width: 100% !important;
}

.dat_left {
    float: none !important;
    width: 100% !important;
}

.product-name {
    margin: 8px;
    font-weight: normal;
    text-align: center;
}


    .product-tabs li {
    float: none !important;
    margin-left: 10px;
}

    .timer-item .product-image img {
    width: 60% !important;
    max-height: 100% !important;
    float: none;
}

    .category-products .item-inner .actions button.btn-cart span {
    line-height: 23px;
    height: 61px !important;
    font-size: 0 !important;
    text-transform: uppercase;
    /*font-family: 'Open Sans' !important;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.products-grid .item-inner .actions button.btn-cart span {
    padding: 10px 8px;
    width: 78px;
}


    .ma-newproductslider-container .owl-carousel .product-image img {
    width: 70%;
    left: 0;
    right: 0;
    border: 1px solid rgba(17, 17, 17, 0.52);
    margin: auto;
    max-height: 252px;
}


    img.shadow-book {
    display: none;
}

    .ma-timer-container .item-inner .actions button.btn-cart {
    float: left;
    width: 65px !important;
}

.fondo.col-md-12.col-sm-12.col-sms-12 {
    width: 100% !important;
    margin-left: 0px !important;
}

	.ma-timer-container .item-inner .actions button.btn-cart span {
    height: 61px !important;
    background-position: 50% 50% !important;
    margin-top: 0px;
}

	.centro-pr {
    padding-left: 0px !important;
    text-align: center;
    display: none !important;
}

	.centro-pr-una {
    padding-left: 0px !important;
    text-align: center;
    display: inline-block !important;
}




	.header.fix-header.header .quick-access {
    display: none !important;
}

.fondo.col-md-12.col-sm-12.col-sms-12 {
    width: 100% !important;
    margin-left: 0px !important;
}


    .header-container { text-align: center;}
	.banner-static .f-col { padding-left:  120px;}
	.banner-static .f-col1, .banner-static .f-col2 , .banner-static .f-col3 { background-position: 20px 50%;}
	.menu-recent .blog-feature .blog-tabs { margin-top: 20px; }
	.block-subscribe input.input-text { width: 245px; }
	.product-view .product-shop .product-name { margin-top: 10px; }
    p.welcome-msg { margin: 10px 0 0;}
    .top-link ul.links { text-align: center;} 
	
    .banner-static .f-col2 { margin: 20px 0; }
    .banner-static-contain .banner-box,
    .banner-home-content .banner-box { margin-bottom: 20px;}
	.banner-static2 .banner-box1 { margin: 0;}
	.banner-static2 .banner-box2, .banner-static2 .banner-box3 { margin: 20px 0 0 0}
    .ma-onsaleproductslider-container { margin-top: 30px;}
    .col-left, .col-main { margin-bottom: 20px;}
	.banner-static4 .banner-box2 { margin: 15px 0; }
    .top-link .toplink-hover { float: left;}
	.footer-static-container .f-col { margin-bottom: 25px;}
    .form-list li.wide textarea, .form-list li.wide .input-box { width: 254px;}
	.ma-relatedslider-container .flex-direction-nav a, .bx-wrapper .bx-controls a { display: none;} 
	.block-sequence .block-inner img { width: 100%; }
	.banner-static .banner-box-inner { text-align: center;}
	.banner-static .banner-box1 .banner-box-inner, .banner-static .banner-box2 .banner-box-inner { margin: 0;}
	.banner-static2 .banner-box .banner-box-inner .banner-content img{
-webkit-transform: translateX(140px);
-moz-transform: translateX(140px);
-ms-transform: translateX(140px);
-o-transform: translateX(140px);}
    .banner-static2 .banner-box .banner-box-inner:hover .banner-content img{
-webkit-transform: translateX(70px);
-moz-transform: translateX(70px);
-ms-transform: translateX(70px);
-o-transform: translateX(70px);}
	.footer-static-container .f-col { min-height: 0px;} 
	.ma-upsellslider-container .ma-upsellslider-title { padding: 0 20px; }
	.toplink-contaner .col-sms-12 { text-align: center; }
	p.welcome-msg { float: none; display: inline-block; }
	.toplink-contaner .link-inner { float: none; display: inline-block; }
	.title-group { margin-right: 0;}
	.banner-static2 .banner-box img { width: 100%; }
	.b-modal, #newsletter_pop_up { display: none !important; }
	.block-best, .block-featured { float: none; width: auto; min-height: 245px; }
	.ma-bestsellerproductslider-container .owl-carousel, .ma-featuredproductslider-container .owl-carousel { margin: 0 !important; border: 1px solid #e5e5e5; }
	.ma-brand-slider-contain { margin-top: 30px;} 
	.categorytabslider .tab_categorys { position: static; }
	.categorytabslider .tab_categorys li { margin-bottom: 10px;}
} 


@media (max-width: 680px) {
    
    .col2-set .col-1, .col2-set .col-2 { width: 100%; margin-bottom: 20px;}
	.banner-static3 .banner-static-inner a { float: left; clear: both; margin-top: 10px;}
	.banner-static3 .banner-static-inner h2 { width: auto;}
	.header .form-search input.input-text { width: 225px; }
	.ajax-body-login { width: 95%; height: 80%;}
	
	.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%; }


.header .form-search input.input-text {
    top: 28px;
    margin-right: -6px;
}

.header .form-search input.input-text {
    width: 184px;
}


.footer-static .footer-content .email {
    padding-left: 35px;
    background: url(http://www.libros.unam.mx/skin/frontend/happystore/ma_happystore_accessories1/images/email.png) no-repeat 0 50%;
    margin-left: 0px !important;
    margin-top: 0px !important; 
}


.linea-2 {
    border-right:none !important;
      margin-right: 0px !important;
    height: 35px;
    text-align: center !important;
}


.footer-static .footer-content .address {
    padding-left: 35px;
    background: url(http://www.libros.unam.mx/skin/frontend/happystore/ma_happystore_accessories1/images/address.png) no-repeat 0 50%;
    margin-left: 0px !important;
}

.linea {
    border-right: none !important;
    margin-right: 0px !important;
    height: 35px;
    border-left: none;
    text-align: center;
     border-left: none !important;
}

.col-md-3.col-sm-6.col-sms-6.col-smb-12 .f-col.f-col4 
{
margin-top: -18px; 
}

.col-md-3.col-sm-6.col-sms-6.col-smb-12 .f-col.f-col3 
{
margin-top: 25px;
}


.footer-static .f-col1 {
    margin-top: -12px;
   margin-left: 0px !important;
    text-align: center;
}
    
}

@media (max-width: 560px) {

.timer-item .product-image img {
    width: 100% !important;
    max-height: 100% !important;
    float: left;
}

    .products-list .product-image { display: block; text-align: center; margin-bottom: 10px;}
    .product-view .product-img-box .product-image .cloud-zoom img { width: 100%;}
    .cloud-zoom-big { display: none !important;}
    .cart-table .btn-update, .cart-table .btn-empty, .cart-table .btn-continue { float:left; clear: both; margin: 0 0 10px;}
	.top-link.active { height: 163px; }
	#producttabs > .item { display: block;  }
	#producttabs > .item h3 { border: 0; }
	.banner-static3 .banner-static-inner h3 { font-size: 40px; }
	.block-subscribe input.input-text { width: 215px; }
}

@media (min-width: 480px) and (max-width: 560px) {

	ul.products-grid.row .item .item-inner .images-container {position: relative;overflow: hidden;padding: 0px 2px 2px 2px;z-index: 0;max-height: 574px !important; height: 574px !important;}	

}


@media (min-width: 400px) and (max-width: 480px) {

	ul.products-grid.row .item .item-inner .images-container {position: relative;overflow: hidden;padding: 0px 2px 2px 2px;z-index: 0;max-height: 685px !important;height: 456px !important;}	

}


@media (max-width:480px){

.add-to-cart button.button {
    margin-top: 9px !important; 
}

.category-products .item-inner .actions button.btn-cart span span{background-position: 50% 50% !important;}
#producttabs { border: 0;}
#producttabs > .item { float: none;}
.banner-static { margin: 0;}
.producttabs .bx-wrapper { max-width: 100% !important; } 
.ma-bestsellerproductslider-container .bx-wrapper { padding: 4px 50px; } 
	.ma-featured-products { margin-top: 30px;}
	.product-view .product-shop .product-name { margin-top: 10px; }
	.banner-static-2 .f-col2 { margin: 20px 0; }
	.product-tabs li { float: none; margin: 0;} 
	.banner-static .f-col { background: #f9f9f9; padding: 20px;}
	#producttabs > .item { margin-bottom: 10px;}
	.banner-static2 .banner-box .banner-box-inner .banner-content img{
	-webkit-transform: translateX(210px);
	-moz-transform: translateX(210px);
	-ms-transform: translateX(210px);
	-o-transform: translateX(210px);}
	.banner-static2 .banner-box .banner-box-inner:hover .banner-content img{
	-webkit-transform: translateX(140px);
	-moz-transform: translateX(140px);
	-ms-transform: translateX(140px);
	-o-transform: translateX(140px);
	}
	.header .col-xs-12 { padding: 0;}
	.product-tabs { float: none; margin: 0; }
	.product-tabs a { border: 0;  }
	.footer-static .f-col { margin-top: 20px;} 
	#twitter-feed { margin-top: 30px; }
	.block-subscribe .subscribe-title h3 { font-size: 15px; }
	.product-view .box-tags button.button{ margin-top: 10px; }
	.page-not-found h2{font-size: 10em}
}
@media (max-width: 400px) {

    .cart .totals {
    padding: 17px 12px;
    background: #F7F7F7;
    color: #000;
}

    .cart-collaterals .form-list .input-box, .form-list li.wide textarea, .product-view .box-reviews .form-add .form-list .input-box {
    width: 100% !important;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
    text-align: center !important;
}

button.btn-checkout span span {
    background-position: 100% 0;
    padding: 5px 5px !important;
}

	.form-list input.input-text {width: 145px !important;
}

ul.products-grid.row .item .item-inner .images-container {position: relative;overflow: hidden;padding: 0px 2px 2px 2px;z-index: 0;max-height: 320px !important;height: 320px !important;}
     

	.block-header { margin: 0; }
	.mostviewedproductslider-item { width: 290px !important; }
	.block-header .support p, .block-header .support h2, .top-cart-title a { font-size: 10px;}
	.block-header .support .address, .block-header .support .phone { padding: 21px 0 16px 45px; background-position: 10px 50%; }
	.block-header .share label { margin: 0; }
	.block-header .share { padding: 20px 15px; }  
    .sorter .sort-by { padding: 0;}
    
    .email-friend { margin-top: 10px; }
    .form-list .input-box,
    .form-list li.wide textarea,
    .product-view .box-reviews .form-add .form-list .input-box { width: 250px;}
    .form-list input.input-text, .form-list li.wide .input-box,
    .product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea { width: 250px;}  
	.banner-static2 .banner-box .banner-box-inner:hover .banner-content img{
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);} 
	.products-list .item-inner .add-to-links li { margin-top: 0px;} 
	.banner-static3 .banner-static-inner h3 { padding: 0 30px; font-size: 23px} 
	.block-subscribe input.input-text { width: 156px; }
	.block-subscribe .actions { margin-top: 10px; }
	.menu-recent .blog-title h2 { font-size: 20px;}
	.menu-recent .item-inner .des .title-blog { font-size: 14px; }
	.title-group h2 { font-size: 16px; }
	.box-timer .box-time-date { min-width: 60px; min-height: 60px; }
	.box-timer .box-time-date span { font-size: 16px;}
	.ma-timer-container .item-inner .add-to-links { margin-top: 0px;}
	.toplink-contaner .link-inner { text-align: center; }
	.language-currency, .top-link { float: none; display: inline-block; }
	.product-view .box-tags .form-add input.input-text { width: 245px; }
	.product-tabs a { font-size: 18px; }
	.product-tabs-content { padding: 10px 0; }
	.page-not-found .form-search input.input-text { width: 142px; }


.header .form-search input.input-text {
    width: 199px;
}

.header .form-search input.input-text {
    top: 28px;
    margin-right: -13px;
}

.logo-ejem {
    display: block !important;
    padding: 8px;
}

.header a.logo-2 {
    position: absolute;
    top: 23px;
    left: 55px;
    text-decoration: none !important;
}

.footer-static {
    margin: 5px 0 4px !important;
}

.header.fix-header.header .quick-access {
    margin: 36px -50px 36px 0px;
    float: right;
    position: absolute;
    top: -1px;
    right: -7px;
    display: none;
}

.footer-static .footer-content .email {
    padding-left: 35px;
    background: url(http://www.libros.unam.mx/skin/frontend/happystore/ma_happystore_accessories1/images/email.png) no-repeat 0 50%;
    margin-left: 0px !important;
    margin-top: 0px !important; 
}


.linea-2 {
    border-right:none !important;
    margin-right: 0px !important;
    height: 35px;
    text-align: center !important;
}

.footer-static .footer-content .address {
    padding-left: 35px;
    background: url(http://www.libros.unam.mx/skin/frontend/happystore/ma_happystore_accessories1/images/address.png) no-repeat 0 50%;
    margin-left: 0px !important;
}

.linea {
    border-right: none !important;
    margin-right: 0px !important;
    height: 35px;
    border-left: none;
    text-align: center;
       border-left: none !important;
}


.col-md-3.col-sm-6.col-sms-6.col-smb-12 .f-col.f-col4 
{
margin-top: -18px;
}

.col-md-3.col-sm-6.col-sms-6.col-smb-12 .f-col.f-col3 
{
margin-top: 25px;
}


.footer-static .f-col1 {
    margin-top: -12px;
   margin-left: 0px !important;
    text-align: center;
}

}


.header a.logo-2 {
    position: absolute;
    top: 23px;
    left: 55px;
    text-decoration: none !important;
}

.footer-static {
    margin: 5px 0 4px !important;
}


/*.col-md-3 {
    border-right: 3px solid #01B3E5 !important;
}*/


.row {
    margin-right: 0px;
    margin-left: 0px;
}

/*.col-md-3.col-sm-12.col-sms-12:hover {
    background: #0B4B68;
}

.col-md-2.col-sm-12.col-sms-12:hover {
    background: #0B4B68;
}*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
     padding-left: 0px !important; 
}


.linea {
    border-right: 3px solid rgba(1, 179, 229, 0.4);
    margin-right: 26px;
    height: 35px;
    border-left: 3px solid rgba(1, 179, 229, 0.4);
}


.linea-2 {
    border-right: 3px solid rgba(1, 179, 229, 0.4);
    margin-right: 105px;
    height: 35px;
}

span.word2 {
  font-family: 'Open Sans', sans-serif !important;
 
  }

.menu-recent {
    padding: 0px 30px;
}

.fondo.col-md-12.col-sm-12.col-sms-12 {
    margin-top: 22px;
    background: #056CA5;
    padding: 8px 0px 8px 0px;
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
    clear: both;
    /*margin-left: 74px;*/
}

.fondo.col-md-12.col-sm-12.col-sms-12 .item-menu-footer{
    padding-left: 17px !important;
    padding-right: 16px;
    width: auto;
}

dt.last.odd {
    color: #007CCB;
    font-size: 16px;
    text-transform: uppercase;
}


dl {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

dt, dd {
    line-height: 2.128571 !important;
}

.layer-Categoría {
    border-bottom: 2px solid #007CCB;
}

.layer-Entidad.Académica {
    border-bottom: 2px solid rgb(0, 124, 203);
    overflow-y: auto !important;
    height: 428px !important;
}

li#product_tabs_additional {
    background: #000;
}

li#product_tabs_description {
    background: #000;
}

.owl-carousel {
    border-top: 2.3px solid #5EBFDC  !important;
}

#onepagecheckout_orderform button.btn-checkout {
    background: #000!important;
}

div#block137 {
    width: 566px !important;
}

div#popup37 {
    width: 590px !important;
    overflow-x:none!important;
    overflow-y:auto !important;
    height: 531px  !important;
}

.logo-ejem {
    display: none ;
}

.ma-timer-container {
    margin-top: 11.5%;
}

a.face {
    color: #fff;
    text-decoration: none;
}

a.face:hover {
    color: rgb(5, 40, 56);
    text-decoration: none;
}


.col-sm-6.xol-sms-12 {
    padding-right: 0px;
}


.centro-pr {
    display: inline-block;
    margin: 15px auto;
    min-height: 293px;
    padding-left: 15px;
    text-align: center;

}

.centro-pr-una {
    display: none;
    margin: 15px auto;
    min-height: 293px;
    padding-left: 15px;
    text-align: center;

}

.owl-carousel .owl-wrapper-outer

{
    margin: 40px 0 -60px !important;
}

.owl-theme .owl-controls  {

top: -26px !important;

}

.home-content {
    margin-top: 50px;
}

.ma-newproductslider-container  .ma-newproductslider-title h2 {
    font-weight: 500 !important;
}
.ma-timer-container .item-inner .actions button.btn-cart {
    float: left;
    width: auto;
}

.ma-timer-container .item-inner .actions button.btn-cart span {
    /* line-height: 23px; */
    padding: 1px 17px;
    font-size: 0px;
    text-transform: uppercase;
    font-family: 'Open Sans' !important;
}

.ma-timer-container .item-inner .actions button.btn-cart span {
    background-position: 50% 50%;
}

.timer-item .product-image img {
    width: 100%;
    max-height: 293px;
}


.header.fix-header.header .quick-access {
    margin: 36px -50px 36px 0px;
    float: right;
    position: absolute;
    top: -1px;
    right: -5px;
}


.header.fix-header.header a.logo-2 {
    position: absolute;
    top: 23px;
    left: 55px;
    text-decoration: none !important;
}


.header.fix-header.header a.logo-2 {
    position: absolute;
    top: 23px;
    left: 94px;
    text-decoration: none !important;
}

.product-grid-container .item-inner .actions button.btn-cart span {
    font-size: 14px;
}

.busqueda-avanzada {
   /* margin-top: 57px; */
    float: right;
    position: relative;
    margin-right: -32px;

}

.category-products .item-inner .actions button.btn-cart span {
    line-height: 23px;
    height: 65px;
    font-size: 12px;
    text-transform: uppercase;
    /*font-family: 'Open Sans' !important;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.category-products .item-inner .actions button.btn-cart span span {
    padding: 0 0 0 39px;
    background: url(http://www.libros.unam.mx/skin/frontend/happystore/ma_happystore_accessories1/images/cart_icon.png) no-repeat 0 50%;
    background-position: 5px 6px;
}

li#product_tabs_author_unam, li#product_tabs_free_reading_unam {
    background: #000;
}

div#block-related .product-image img {
    width: 73%;
}


.brand-logo {
    width: 50%;
    float: left;
    text-align: center;
    margin-top: 33px;
}


.brand-logo a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    padding-top: 10px;
}

.brand-logo a:hover {
    color: #007DCD;
}

.header.fix-header.header .top-cart-contain {
    /*top: -29px;*/
}

.modul-group .col-md-7.col-xs-12 {
    padding-right: 0px !important;
}

.slider1 .title {
    margin-left: -130px;
    display: block !important;
}


.top-cart-content .product-name a {
    color: #000;
    text-transform: none;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif !important;
}

ul.products-grid.first.last.odd {
    text-align: center !important;
}


.col1-layout .col-main .products-grid .item {
    text-align: center;
    margin-top: 30px;
}


.item-title {
    text-align: center;

    }

    ul.products-grid.first.last.odd .item .item-inner:hover {
    background: #020C16;
    margin-bottom: -29px;
    z-index: 1;
}

.dat_left {
  float: left;
  width: 50%;
}

.dat_right {
  float: right;
  width: 50%;
}

.clear:after {
    clear: both;
    content: "";
    display: table;
}


.postWrapper a:hover {
    text-decoration: none;
    color: #177ABF;
}


.header.fix-header.header .col-md-2 {
    width: 14.666667%;
}

.bloglist_image {
    text-align: center;
}

.tab_container .item-inner .actions button.btn-cart {
    float: left;
    width: 41%;
}


.grpd span{
        font-size: 11px !important;
        line-height: 16px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .grpd {
         margin-bottom: 10px !important;
         width: 190px !important ;
       
    }
    .grpdprice {
        font-size: 16px;
        font-weight: bold;
    }
    .grpdbefore {
        color: #F42534;
        text-decoration: line-through;
    }
    .grpdsprice {
        font-size: 16px;
        font-weight: bold;
    }
    .grpd-buttons-laptop {
        /*display: none;*/
    }
    .grpd-buttons-device {
        display: none;
    }

    ul.products-grid.row .item .item-inner .images-container {
    position: relative;
    overflow: hidden;
    padding: 0px 2px 2px 2px;
    z-index: 0;
    max-height: 350px;
    height: 350px;
}

div#block172 .column.first.col1 {
    float: left;
    width: 49%;
    margin-right: 20px;
}

     div#block172 {
    width: 652px !important;
    overflow-x: none!important;
    overflow-y: auto !important;
    height: 531px !important;
}


.label-grid.list-is-ebook {
    background: #000;
    width: 88.9%;
    display: inline-block;
    text-align: center;
}

.label-grid.list-is-ibd {

    background: #068C2C;
    width: 88.9%;
    display: inline-block;
    text-align: center;

}


.label-grid.list-is-libro {
    background: #0484d6;
    width: 88.9%;
    display: inline-block;
    text-align: center;
}


.label-grid span {
    z-index: 1;
    color: #fff;
    padding: 3px 7px;
    background-repeat: no-repeat;
    text-indent: 22px;
    background-position: 3px;
    height: 30px;
    line-height: 23px;
    top: 10px;
    left: -4px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #707070;
    font-weight: bold;
}

.list-is-ibd:before {
    content: '\f02f';
    font-family: 'FontAwesome';
}

.list-is-libro:before {
    content: '\f02d';
    font-family: 'FontAwesome';
}

.list-is-ebook:before {
    content: '\f10a';
    font-family: 'FontAwesome';
} 


.label-grid:before {
    /* position: absolute; */
    font-size: 17px;
    z-index: 9;
    color: #fff;
    z-index: 99999;
    top: 15px;
    left: 5px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #707070;
}


.my-account {
    overflow-x: auto !important;
}

.product-name {
    /*margin: 8px 0px 0px 20px !important;*/
    text-align: left !important;
}


.content-box .product-name {
    margin: 8px 0px 8px 1px !important;
    text-align: left !important;
}
.quick-access.section-top #search_mini_form .button{
    display: none;
}
.quick-access.section-top .busqueda-avanzada{
    float: left;
    top: 6px;
    /*left: 10px;*/
}
.quick-access.section-top .busqueda-avanzada{
    float: right;
    width: 44%;
    margin-top: 8px;
}
.quick-access.section-top{
    float: right;
    width: 362px;
    right: 25px;
    position: relative;
}
.quick-access.section-top #search_mini_form{
    width: 62%;
}
.owl-carousel.carousel-sitios-relacionados{
    display: block;
    padding-top: 20px;
}
.owl-carousel.carousel-sitios-relacionados .logo{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}
.owl-carousel.carousel-sitios-relacionados .logo img{
    /*width: 80%;*/
    /*max-height: 105px;*/
}
.owl-carousel.carousel-sitios-relacionados .content-logo{
    display: table;
    height: 150px;
    text-align: center;
    width: 100%;
}
.content-info-page ul, .content-info-page ol{
    margin-bottom: 15px; 
}
.content-info-page ul li{
    list-style: initial;
    margin-left: 13px;
    margin-bottom: 5px;
}
.content-info-page ol li{
    list-style: unset;
    margin-left: 13px;
    margin-bottom: 5px;
}
.content-info-page table tr td{
    padding: 5px 10px;
}

.product-tabs-content th.label {
    vertical-align: top;
    padding-top: 9px;
}
.img-festival{
    display: none;
    
}