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

/* Reset ================================================================================= */

ul,
ol {
    list-style: none;
}

select {
    padding: 8px 30px 8px 6px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: #fff;
    background-image: url('../images/arrow-select.png');
    background-repeat: no-repeat;
    background-position: right 0 center;

       -moz-appearance: none;
    -webkit-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
}

.button,
.cart-table .product-cart-actions .button,
#co-shipping-method-form .buttons-set .button,
.footer .button {
    font-family: 'Raleway','Helvetica Neue',Verdana,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 36px;
    display: inline-block;
    height: 36px;
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    border: none;
    border-radius: 4px;
    background: #f10f63 none repeat scroll 0 0;
    transition: all 500ms ease 0s;
}

.button:hover,
.cart-table .product-cart-actions .button:hover,
#co-shipping-method-form .buttons-set .button:hover,
.footer .button:hover {
    cursor: pointer;
    color: #fff;
    background: #ff2d51;
}

.cart .totals .checkout-types li .button:hover {
    background: #ff2d51 url('../images/lock_icon.png') no-repeat scroll 23px 12px;
}

/* Tools*/

.hidden {
    font-size: 0 !important;
    line-height: 0 !important;
    display: block !important;
    overflow: hidden !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

/* =======================================================================================*/
/* Layout ================================================================================*/

.page-print {
    padding: 25px 30px;
    text-align: left;
    background: #fff;
}


.page-empty {
    padding: 20px;
    text-align: left;
    background: #fff;
}

.page-popup {
    padding: 25px 30px;
    text-align: left;
    background: #fff;
}

.main-container {
    padding: 0 0 40px;
}

.col-main {
    padding-top: 20px;
}

.cms-home .col-main {
    padding-top: 0;
}

/* =======================================================================================*/
/* Global Styles =========================================================================*/
/* Form Elements*/

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}


.form-list li {
    margin: 0 0 6px;
}

.my-account .form-list li {
    width: 400px;
}

.form-list label {
    position: relative;
    z-index: 0;
}

.form-list label.required em {
    font-style: normal;
    position: absolute;
    top: 0;
    right: -7px;
    float: right;
    color: #eb340a;
}

.form-list li.control label {
    display: inline-block;
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    display: inline-block;
    margin-top: -1px;
    margin-right: 4px;
}

.form-list li.control .input-box {
    display: inline-block;
    clear: none;
    width: auto;
}

.form-list textarea {
    width: 100%;
    height: 10em;

    ;
}

.form-list select {
    width: 100%;
}

.form-list li.wide .input-box {
    width: 100%;
}

.form-list li.wide input.input-text {
    width: 100%;
}

.form-list li.wide textarea {
    width: 100%;
}

.form-list li.wide select {
    width: 100%;
}

.form-list li.additional-row {
    margin-top: 10px;
    padding-top: 7px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

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

.input-box {
    position: relative;
}

.input-box .form-control {
    padding: 6px 38px 6px 12px;
}

.input-box .fa-icon {
    line-height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
    width: 38px;
    height: 34px;
    text-align: center;
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0 4px 4px 0;
    background: #eee none repeat scroll 0 0;
}
#firecheckout-form .input-box .fa-icon {
    display: none;
}

/* Customer*/

.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

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

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

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

.form-list .name-middlename {
    display: none;
}

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

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width: 100%;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 100%;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 100%;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 100%;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 100%;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 100%;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 100%;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 100%;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 100%;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 100%;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
    width: 100%;
}

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

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 100%;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

.buttons-set {
    clear: both;
    margin: 20px 0;
    padding: 8px 0 0;
    text-align: right;
    border-top: 1px solid #e4e4e4;
}

.buttons-set p.required {
    margin: 0 0 10px;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
}

.buttons-set-order {
    margin: 10px 0 0;
}

.buttons-set-order .please-wait {
    padding: 5px 7px 0 0;
}

.fieldset {
    padding: 10px;
    border: 1px rgba(0, 0, 0, .1) solid;
}

.fieldset .legend {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 ;
    padding: 0 0 10px;
    color: #f10f63;
}

/* Form Validation*/

.validation-advice {
    font-size: 11px;
    line-height: 13px;
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 13px;
    color: #eb340a;
    background: url(../images/validation_advice_bg.gif) 2px 3px no-repeat;
}

.validation-failed {
    border: 1px solid #eb340a !important;
    background: #faebe7 !important;
}



p.required {
    font-size: 11px;
    text-align: right;
    color: #eb340a;
}

/* Expiration date and CVV number validation fix*/

.v-fix {
    float: left;
}

.v-fix .validation-advice {
    position: relative;
    display: block;
    width: 12em;
    margin-right: -12em;
}

/* -------------------------------------------- * * Messages*/

.success {
    color: #11b400;
}

.error {
    font-weight: bold;
    color: #df280a;
}

.notice {
    font-weight: bold;
    color: #e26703;
}

/* -------------------------------------------- * * Messages*/

.messages {
    margin-bottom: 10px;
}

.messages li li {
    font-size: 15px;
    position: relative;
    margin-bottom: 5px;
    padding: 7px 10px 7px 20px;
    background: #f4f4f4;
}

.messages li li:before {
    top: 50%;
    left: 0;
    margin-top: -6px;
}

.messages .error-msg li {
    color: black;
    border-left: 5px solid #df280a;
    background-color: #faebe7;
}

.messages .error-msg li:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-top: 6px solid transparent;
    border-right: none;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #df280a;
}

.messages .notice-msg li {
    color: black;
    border-left: 5px solid #e26703;
    background-color: #f9ebe6;
}

.messages .notice-msg li:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-top: 6px solid transparent;
    border-right: none;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #e26703;
}

.messages .success-msg li {
    color: black;
    border-left: 5px solid #11b400;
    background-color: #eff5ea;
}

.messages .success-msg li:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-top: 6px solid transparent;
    border-right: none;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #11b400;
}

@media only screen and (min-width: 915px) {
    .order-list-grid .col-1 {
        width: 30%;
    }

    .order-list-grid .col-2 {
        width: 50%;
        padding-right: 20px;
    }

    .order-list-grid .col-3 {
        clear: none;
        width: 20%;
        padding-top: 0;
    }
}

/* BreadCrumbs*/

.breadcrumbs {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.breadcrumbs ul {
    margin: 0;
}

.breadcrumbs a {
    color: #7f7f7f;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs li strong {
    font-weight: 300;
}

/* Page Heading*/

.page-title {
    overflow: hidden;
    width: 100%;
    margin: 0 0 16px;
}

.cms-home .page-title {
    display: none;
}

.page-title h1,
.page-title h2 {
    font-size: 23px;
    font-weight: normal;
    margin: 0;
}

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

.subtitle,
.sub-title {
    font-size: 16px;
    font-weight: bold;
    clear: both;
    margin: 0 0 6px;
    padding: 12px 0 0;
}

/* Pager*/

.next-page {
    position: relative;
    display: block;
    padding: 3px;
    text-align: center;
}

.next-page .fa.fa-arrow-circle-right {
    font-size: 128px;
    text-align: center;
    color: #f10f63;
    -webkit-transition: 500ms all ease 0s;
         -o-transition: 500ms all ease 0s;
            transition: 500ms all ease 0s;
}

.next-page .fa.fa-arrow-circle-right:hover {
    color: #ff2121;
}

.page-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -74px;
    margin-left: -55px;
}

.next-page span {
    display: block;
}

.pager {
    padding: 4px 8px;
    text-align: center;
}

.pager .amount {
    line-height: 24px;
    float: left;
    margin: 0;
}

.pager .limiter {
    float: right;
}

.pager .limiter label {
    vertical-align: middle;
}

.pager .limiter select {
    margin: 0 0 1px;
    padding: 4px 25px 4px 8px;
    vertical-align: middle;
}

.pager .page {
    margin: 0 140px;
}

.pager .pages li a {
    padding: 2px 8px;
    border-radius: 4px;
}

.pager .pages li.current a {
    color: #fff;
    border-color: #f10f63;
    background: #f10f63;
}

/* Sorter*/

.sorter {
    padding: 4px 8px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.sorter .view-mode {
    font-size: 18px;
    float: right;
    margin: 0;
}

.sorter .sort-by {
    float: left;
}

.sorter .sort-by label {
    margin-bottom: 0;
    vertical-align: middle;
}

.sorter .sort-by select {
    margin: 0 0 1px;
    vertical-align: middle;
}

.sort-by-list {
    display: inline-block;
    margin: 0;
}

.sort-by-list > li {
    display: inline-block;
    padding-right: 5px;
    border-right: 1px rgba(0, 0, 0, .1) solid;
}

.sort-by-list > li a {
    color: #282828;
}

/* Toolbar*/

.toolbar .pager {
    margin: 0;
    padding: 10px 0;
}



.toolbar-bottom .toolbar {
    margin: 0;
}

/* Generic Info Box*/

.info-box {
    margin: 0 0 15px;
}

.info-box h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 8px;
    border-bottom: 1px solid #626262;
}

.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 .summary-collapse {
    float: right;
    padding-left: 20px;
    cursor: pointer;
    text-align: right;
    background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
}

tr.show-details .summary-collapse {
    background-position: 0 -53px;
}



tr.summary-details td {
    color: #626465;
    background-color: #dae1e4;
}

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;
    cursor: pointer;
    background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
}

.cart-tax-info .price,
.cart-tax-total .price {
    font-weight: normal !important;
    display: inline !important;
}

.cart-tax-total-expanded {
    background-position: 100% -53px;
}

/* Class: std - styles for admin-controlled content*/

.std .subtitle {
    padding: 0;
}

.std ol.ol {
    padding-left: 1.5em;
    list-style: decimal outside;
}

.std ul.disc {
    margin: 0 0 10px;
    padding-left: 18px;
    list-style: disc outside;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: bold;
}

.std i,
.std em {
    font-style: italic;
}

/* Misc*/

.links li {
    display: inline;
}

.links li.first {
    padding-left: 0 !important;
}

.links li.last {
    padding-right: 0 !important;
    background: none !important;
}

.link-cart {
    font-weight: bold;
    color: #d62502;
}

.link-wishlist {
    color: #626262;
}






.link-rss {
    line-height: 14px;
    padding-left: 18px;
    white-space: nowrap;
    background: url(../images/i_rss.gif) 0 1px no-repeat;
}

.btn-remove {
    font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
    width: 12px;
    height: 12px;
    text-indent: -999em;
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
}

.btn-previous {
    font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
    width: 12px;
    height: 12px;
    text-indent: -999em;
    background: url(../images/btn_previous.gif) 0 0 no-repeat;
}

.btn-remove2 {
    font-size: 0;
    line-height: 0;
    display: block;
    overflow: hidden;
    width: 16px;
    height: 16px;
    text-indent: -999em;
    background: url(../images/btn_trash.gif) 0 0 no-repeat;
}

.btn-removes i {
    padding: 4px 6px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: #f4f4f4 none repeat scroll 0 0;
}

.cards-list dt {
    margin: 5px 0 0;
}

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

.separator {
    margin: 0 3px;
}

.divider {
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    overflow: hidden;
    height: 1px;
    margin: 10px 0;
    text-indent: -999em;
    background: rgba(0, 0, 0, .1);
}

/* Global site notices*/

.global-site-notice {
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
}

.global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    text-align: left;
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
}

.global-site-notice .notice-inner p {
    margin: 0;
    padding: 10px;
    border: 1px dotted rgba(0, 0, 0, .1)c73;
}

.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}

/* Cookie Notice*/



/* Noscript Notice*/



/* Demo Notice*/

.demo-notice {
    font-size: 12px;
    line-height: 1.15;
    margin: 0;
    padding: 6px 10px;
    text-align: center;
    color: #fff;
    border: 0;
    background: #d75f07;
}

.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    text-align: center;
    background: none;
}

.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}

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

/* Header ================================================================================*/

.logo {
    display: block;
    margin-top: 10px;
}

.header-container {
    background: #fff;
}

.heade-top {
    background: #f4f4f4;
}

.header-bottom {
    padding: 15px 0;
}

.header .logo {
    float: left;
    text-decoration: none !important;
}

.header .logo strong {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -999em;
    left: -999em;
    overflow: hidden;
    width: 0;
    height: 0;
    text-indent: -999em;
}

.top-promo {
    line-height: 92px;
    margin: 0;
}

.quick-access {
    padding: 4px 0;
}

.heade-top .welcome-msg {
    line-height: 28px;
    display: inline;
    margin: 0;
    color: #000;
}

.quick-access .welcome-msg a {
    color: #626262;
}

.quick-access .form-language {
    float: left;
}

.quick-access .form-language label {
    font-weight: bold;
    padding-right: 5px;
    vertical-align: middle;
    color: #fff;
}

.quick-access .form-language select {
    padding: 0;
}

.quick-access .form-language select.flags option {
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 4px 50%;
}

.quick-access .links {
    margin: 0;
    padding: 0;
}

.quick-access .links,
.quick-access .links li {
    display: inline;
}

.quick-access .links li {
    padding: 0 4px 0 1px;
}

.quick-access .links a {
    color: #626262;
}

.quick-access .links a {
    padding: 0 7px 0 0;
    background: url(../images/bkg_pipe1.gif) no-repeat 100% 50%;
}

.quick-access .links li.last a {
    padding: 0;
    background: none;
}



.top-bar .form-inline .form-control {
    width: 310px !important;
}

.top-bar .breadcrumbs {
    float: left;
    overflow: hidden;
    width: 580px;
}

.form-search {
    margin-top: 14px;
}

.form-search label {
    font-size: 12px;
    font-weight: bold;
    float: left;
    padding: 0 5px 0 0;
}

@media screen and (min-width: 768px) {
    .form-search input.input-text {
        width: 230px;
    }
}

@media screen and (min-width: 980px) {
    .form-search input.input-text {
        width: 320px;
    }
}

@media screen and (min-width: 1280px) {
    .form-search input.input-text {
        width: 448px;
    }
}

.form-search input.input-text {
    float: left;
    height: 40px;
    border-radius: 4px 0 0 4px;
}

.form-search button.button {
    float: left;
    height: 40px;
    margin-left: -1px;
    padding: 0 10px;
    border-radius: 0 4px 4px 0;
}

.form-search button.button span {
    line-height: 21px;
    display: block;
    overflow: hidden;
    width: 26px;
    height: 23px;
    text-indent: -9999em;
    background-image: url('../images/ico-searchbox-btn.png');
}

.form-search .search-autocomplete {
    z-index: 999;
}

.form-search .search-autocomplete ul {
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #f2f2f2;
}

.form-search .search-autocomplete li {
    padding: 6px 8px;
    cursor: pointer;
    text-align: left;
    border-bottom: 1px solid #fff;
}

.form-search .search-autocomplete li .amount {
    font-weight: bold;
    float: right;
    padding: 0 5px;
    color: #fff;
    border-radius: 4px;
    background: #f10f63;
}

.form-search .search-autocomplete li.selected .amount {
    background: #282828;
}

.form-search .search-autocomplete li.selected {
    color: #fff;
    background-color: #f10f63;
}

.header-container .top-container {
    padding: 5px 12px;
    text-align: right;
    border: 1px solid #bbb;
    border-width: 0 1px 1px;
    background: #fff;
}

.header-bottom .btn-login-regis .btn-head.register-btn {
    margin-right: 10px;
    background-position: 12px -90px;
}

.header-bottom .btn-login-regis a.btn-head:hover {
    color: #fff;
    border-color: #f10f63;
    background-color: #f10f63;
}

.header-bottom .btn-login-regis .btn-head.register-btn:hover {
    background-position: 12px -53px;
}

.header-bottom .btn-login-regis .btn-head.login-btn {
    margin-right: 10px;
    background-position: 18px -18px;
}

.header-bottom .btn-login-regis .btn-head.login-btn:hover {
    background-position: 18px 12px;
}

.header-bottom .btn-login-regis .btn-head {
    font-size: 16px;
    line-height: 38px;
    float: left;
    width: 165px;
    height: 40px;
    padding-left: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: rgba(0, 0, 0, 0) url('../images/btn-login-regis.png') no-repeat scroll 0 0;
    transition: all .2s ease-in-out 0s;
}

.header-bottom .btn-login-regis .btn-head.header-minicart {
    background: rgba(0, 0, 0, 0) url('../images/ico-cart-head.png') no-repeat scroll 12px 9px;
}

.links-list > li {
    line-height: 28px;
    display: inline-block;
    padding: 0 4px;
}

.links-list {
    float: right;
    margin: 0;
}

.links-list > li a {
    color: #000;
}

.form-currency {
    position: relative;
    float: right;
}

.form-currency .navbar-nav > li > a {
    padding: 4px;
    color: #000;
}

.form-currency .navbar-nav > li > a:hover {
    color: #282828;
}

.form-currency .navbar-right {
    margin-right: 0;
}

.form-currency .navbar-nav .flag {
    line-height: 21px;
    display: inline-block;
    padding: 0 4px 0 0;
}

.account-info {
    float: right;
}

.account-info > li {
    display: inline-block;
    padding-right: 20px;
}

.account-info span {
    font-size: 16px;
    display: block;
    text-align: center;
}

.account-info span.fa {
    font-size: 32px;
    height: 36px;
}

.header-bottom .btn-login-regis .btn-head.header-minicart .count {
    font-size: 11px;
    line-height: 14px;
    position: absolute;
    top: 1px;
    left: 23px;
    width: 14px;
    height: 14px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #f10f63 none repeat scroll 0 0;
}

.header-minicart .skip-cart span {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    padding: 0;
    color: #282828;
}

.header-minicart span.shopping-cart {
    display: block;
    width: 72px;
    height: 36px;
    background: rgba(0, 0, 0, 0) url('../images/shopping-cart.png') no-repeat scroll 23px 3px;
}

.header-minicart span.count {
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    z-index: 999;
    top: -10px;
    left: 29px;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #f10f63 none repeat scroll 0 0;
}

.header-minicart {
    position: relative;
    float: right;
    text-align: center;
}

.form-currency .dropdown-menu-title {
    margin-right: 15px;
    padding: 4px 0;
}

.form-currency .dropdown-menu-title a {
    color: #626262;
}

.dropdown-menu-item {
    position: absolute;
    z-index: 100;
    top: 27px;
    right: 15px;
    width: 120px;
    padding: 10px 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0 0 4px 4px;
    background: #fff none repeat scroll 0 0;
    transition: 500ms all ease 0s;
}

.dropdown-toggle:hover .dropdown-menu-item {
    display: block;
}

.dropdown-menu-item a {
    display: block;
    padding: 3px 12px;
    text-align: right;
}

.dropdown-menu-item a:hover {
    background: #eee;
}

.block-cart-content::before {
    position: absolute;
    top: -10px;
    right: 42px;
    display: block;
    content: '';
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, .1);
}

.block-cart-content::after {
    position: absolute;
    top: -9px;
    right: 42px;
    display: block;
    content: '';
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

.block-cart {
    position: absolute;
    z-index: 100;
    top: 100%;
    left: -9999em;
    visibility: hidden;
    width: 240px;
    padding: 10px 0;
    text-align: center;
    opacity: 0;
    transition: opacity .4s ease 0s, transform .4s ease 0s, visibility .4s linear 0s;
    transform: translateY(20px);

            backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
}

.block-cart-content {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: #fff none repeat scroll 0 0;
}

.header-minicart:hover .block-cart {
    left: -135px;
    visibility: visible;
    opacity: 1;
    transform: translateY(1px);
}

.minicart-actions {
    padding: 0 10px;
}

.checkout-types.minicart > li a {
    display: block;
}

.cart-link {
    line-height: 36px;
    display: block;
    height: 36px;
    margin-bottom: 10px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: #ffc438;
}

.top-banner img {
    border: 1px #282828 solid;
}

.paypal-logo img {
    width: 100%;
}

/********** < Navigation*/

.nav-wrapper {
    top: -100px;
    background: #000;
    transition: 500ms all ease 0s;
}

.nav-wrapper.nav-fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
}

#nav {
    margin: 0;
    padding: 0;
}

/* All Levels*/

/* Style consistent throughout all nav levels*/

#nav li {
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

#nav li.over {
    z-index: 998;
}

#nav a,
#nav a:hover {
    line-height: 1.3em;
    display: block;
    text-decoration: none;
}

#nav span {
    display: block;
    cursor: pointer;
    white-space: nowrap;
}

#nav li ul span {
    white-space: normal;
}

/* 0 Level*/

#nav li {
    float: left;
    padding: 3px 8px;
}

#nav li.active a {
    color: #626262;
}

#nav a {
    font-weight: bold;
    float: left;
    padding-right: 11px;
    color: #626262;
    background: url(../images/bkg_nav_top.gif) no-repeat 100% 50%;
}

#nav li.over a,
#nav a:hover {
    color: #626262;
}

#nav li.over,
#nav li.active {
    border: 1px solid #bbb;
    background: #ececec;
}

/* 1st Level*/

#nav ul li,
#nav ul li.active,
#nav ul li.over {
    float: none;
    margin: 0;
    padding: 0;
    padding-bottom: 1px;
    text-transform: none;
    border: none;
    background: none;
}

#nav ul li.parent {
    background: url(../images/bkg_nav_parent.gif) no-repeat 100% 50%;
}

#nav ul li.last {
    padding-bottom: 0;
}

#nav ul li.active {
    margin: 0;
    border: 0;
    background: none;
}

#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 {
    font-size: 11px;
    position: absolute;
    top: 22px;
    left: -10000px;
    width: 15em;
    padding: 3px 8px;
    border: 1px solid #bbb;
    border-bottom: 2px solid #999;
    background: #fcfcfc;
}

#nav div ul {
    position: static;
    width: auto;
    padding: 0;
    border: none;
}

/* 3rd+ Level*/

#nav ul ul,
#nav ul div {
    top: 5px;
}

#nav ul li a {
    padding: 3px 0;
    color: #626262 !important;
}

#nav ul li a:hover {
    padding: 3px 0;
    color: #5a7f00 !important;
}

/* Show menu*/

#nav li ul.shown-sub,
#nav li div.shown-sub {
    z-index: 999;
    left: -1px;
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 100px;
}

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

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

/* Sidebar ===============================================================================*/

.block {
    padding: 15px 15px 0 0;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.block ul {
    margin-bottom: 0;
}

.block .block-title {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: #f4f4f4;
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    font-size: 10px;
    margin: 0 0 10px;
    padding: 0 0 2px;
    text-transform: uppercase;
}

.block .block-content a {
    color: #282828;
}



.block .block-content li.item.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.block .block-content .product-name {
    color: #4f8100;
}

.block .btn-remove,
.block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}

.block .actions {
    margin: 5px 0 0;
    padding: 5px 0 0;
    text-align: right;
    border-top: 1px solid #626262;
}

.block .actions a {
    float: left;
}

.block .actions button.button {
    float: right;
}

.block .empty {
    margin: 0;
}

.block .price-box {
    margin: 5px 0;
}

.block button.button span {
    line-height: 20px;
    height: 23px;
}

.block.nav-block li {
    padding: 8px 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.block.nav-block a {
    -webkit-transition: 500ms all ease 0s;
         -o-transition: 500ms all ease 0s;
            transition: 500ms all ease 0s;
            transition: 500ms all ease 0s;
}

.affix-top {
    position: relative;
}

.affix {
    top: 49px;
}

@media only screen and (min-width: 768px) {
    .affix,
    .affix-bottom {
        width: 100%;
    }
}

@media only screen and (min-width: 980px) {
    .affix,
    .affix-bottom {
        width: 213px;
    }

    .affix {
        top: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .affix,
    .affix-bottom {
        width: 285px;
    }

    .affix {
        top: 49px;
    }
}

.affix-bottom {
    position: absolute;
}

.block-recent-orders #marquee-order {
    overflow: hidden;
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

.block-recent-reviews .review-content {
    margin-top: 20px;
}

.block-recent-orders .product-name {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.block-recent-reviews ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.block-recent-reviews ul li:last-child {
    border-bottom: medium none;
}

.block-recent-reviews .pull-left {
    width: 25%;
}

.block-recent-reviews .pull-right {
    width: 75%;
    padding-left: 5px;
}

.block-recent-reviews #marquee-review {
    overflow: hidden;
    width: 100%;
    height: 450px;
    margin-top: 20px;
}

.block-recent-orders #marquee-order .number {
    color: #f10f63;
}

.cms-about-us .block.nav-block li.about-us a,
.cms-payment .block.nav-block li.payment a,
.cms-privacy-policy .block.nav-block li.privacy-policy a,
.cms-delivery-policy .block.nav-block li.delivery-policy a,
.cms-track-order .block.nav-block li.track-order a,
.cms-return-policy .block.nav-block li.return-policy a,
.cms-faq .block.nav-block li.faq a,
.cms-colour-guide .block.nav-block li.colour-guide a,
.cms-wig-faq .block.nav-block li.wig-faq a,
.cms-tips-suggestions .block.nav-block li.tips-suggestions a,
.cms-wig-cap-size .block.nav-block li.wig-cap-size a,
.cms-face-shapes .block.nav-block li.face-shapes a {
    color: #f10f63;
}

.block.nav-block a:hover {
    padding-left: 15px;
    color: #f10f63;
}
#cart-sidebar .product-image {
    float: left;
}

.mini-products-list {
    margin: 0;
}

.mini-products-list li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px rgba(0, 0, 0, .1) dashed;
}

.mini-products-list li:last-child {
    border-bottom: none;
}

.mini-products-list .product-image img {
    max-width: 100%;
    height: auto;
}

.mini-products-list .product-img {
    width: 20%;
}

.mini-products-list .product-details {
    width: 80%;
    padding-left: 10px;
}

.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*/

.my-account .fieldset {
    margin-bottom: 20px;
}

.block-account .block-title {
    text-align: center;
}

.block-account .block-title span {
    line-height: 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, .29);
}

.block-account .block-title strong {
    color: #fff;
}

.block-account .block-content li a {
    display: block;
    padding: 10px 0;
    text-decoration: none !important;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    -webkit-transition: 500ms all ease 0s;
         -o-transition: 500ms all ease 0s;
            transition: 500ms all ease 0s;
            transition: 500ms all ease 0s;
}

.block-account .block-content li a:hover {
    padding-left: 15px;
    color: #f10f63;
}

.block-account .block-content li.last a {
    border-bottom: 0;
}

.block-account .block-content li.current {
    padding: 10px 0;
    color: #f10f63;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.block-account .block-content li.current.last {
    border-bottom: 0;
}


.block-currency {
    background: #f4f4f4;
}

.block-currency .block-title {
    padding: 7px 10px 2px;
    text-transform: none;
    background: none;
}

.block-currency .block-title strong {
    text-transform: none;
}

.block-currency .block-content {
    padding: 0 10px 12px;
}

.block-currency .block-content select {
    width: 100%;
    padding: 0;
}

/* Block: Layered Navigation*/

.block-layered-nav {
    padding: 10px 10px 0 0;
    border-right: 1px solid rgba(0, 0, 0, .1);
    background: #fff none repeat scroll 0 0;
    box-shadow: none;
}

.block-layered-nav .block-title {
    margin-bottom: 15px;
}

.block-layered-nav .block-content {
    padding: 0;
}

.block-layered-nav .block-subtitle {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 8px 10px;
}

.block-layered-nav dl {
    margin: 0;
}

.block-layered-nav dt {
    font-weight: bold;
}

#narrow-by-list .fa.fa-square-o,
#narrow-by-list .fa-check-square-o {
    display: none;
}

.top-layer-view .block-layered-nav dt {
    display: inline-block;
}

.top-layer-view .block-layered-nav dd {
    display: inline-block;
}

.top-layer-view .fa.fa-angle-right,
.top-layer-view .fa.fa-check-square-o {
    display: none;
}

#top-narrow-by-list {
    border-top: 2px solid rgba(0, 0, 0, .1);
}

.top-layer-view .filter-item > ol {
    margin-bottom: 0;
}

.top-layer-view .filter-titlle {
    float: left;
    width: 125px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.top-layer-view .filter-item {
    float: left;
    margin-left: 10px;
}

.top-layer-view .filter-item li {
    display: inline-block;
    padding: 0 5px;
}

.top-layer-view .filter-item li:hover .fa-check-square-o {
    display: inline-block;
}

.top-layer-view .filter-item li:hover .fa.fa-square-o {
    display: none;
}

.top-layer-view .filter-item li:hover a {
    color: #f10f63;
}

#top-narrow-by-list dd {
    float: left;
    width: 85%;
    padding: 8px 0 0 6px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

#top-narrow-by-list dt {
    float: left;
    width: 15%;
    padding: 6px 0;
}

#top-narrow-by-list dd li {
    display: inline-block;
    float: left;
    padding: 0 4px 8px;
}

#top-narrow-by-list dd ol {
    margin-bottom: 0;
}

#top-narrow-by-list .line {
    float: left;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, .1) none repeat scroll 0 0;
}

#top-narrow-by-list .count {
    display: none;
}

#top-narrow-by-list dd a {
    position: relative;
    display: block;
}

#top-narrow-by-list dd .items {
    font-size: 12px;
    line-height: 40px;
    display: block;
    height: 40px;
    padding: 0 4px 0 38px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    -webkit-transition: 500ms all ease 0s;
         -o-transition: 500ms all ease 0s;
            transition: 500ms all ease 0s;
}

#top-narrow-by-list dd .items:hover {
    background: #eee;
}

#top-narrow-by-list dd .colour::before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
    content: '';
}

#top-narrow-by-list .colour.auburn::before {
    background-image: url('../images/filters/auburn.jpg');
}

#top-narrow-by-list .colour.black::before {
    background-image: url('../images/filters/black.jpg');
}

#top-narrow-by-list .colour.blonde::before {
    background-image: url('../images/filters/blonde.jpg');
}

#top-narrow-by-list .colour.brown::before {
    background-image: url('../images/filters/brown.jpg');
}

#top-narrow-by-list .colour.gray::before {
    background-image: url('../images/filters/gray.jpg');
}

#top-narrow-by-list .colour.red::before {
    background-image: url('../images/filters/red.jpg');
}

#top-narrow-by-list .hair.cut::before,
#top-narrow-by-list .cap.construction::before,
#top-narrow-by-list .hair.style::before,
#top-narrow-by-list .length::before {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 32px;
    height: 32px;
    content: '';
    background-repeat: no-repeat;
    background-size: 32px 32px;
}

#top-narrow-by-list .length.short::before {
    background-image: url('../images/filters/filter-sprite.png');
    background-position: -108px -5px;
    background-size: auto auto;
}

#top-narrow-by-list .length.chin.length::before {
    background-image: url('../images/filters/filter-sprite.png');
    background-position: -73px -5px;
    background-size: auto auto;
}

#top-narrow-by-list .length.shoulder.length::before {
    background-image: url('../images/filters/filter-sprite.png');
    background-position: -177px -5px;
    background-size: auto auto;
}

#top-narrow-by-list .length.long::before {
    background-image: url('../images/filters/filter-sprite.png');
    background-position: -143px -5px;
    background-size: auto auto;
}

#top-narrow-by-list .length.extra.long::before {
    background-image: url('../images/filters/filter-sprite.png');
    background-position: -5px -5px;
    background-size: auto auto;
}

#top-narrow-by-list .hair.style.curly::before {
    background-image: url('../images/filters/filter-sprite.png');
    background-position: -256px -5px;
    background-size: auto auto;
}

#top-narrow-by-list .hair.style.straight::before {
    background-image: url('../images/filters/filter-sprite.png');
    background-position: -557px -5px;
    background-size: auto auto;
}

#top-narrow-by-list .hair.style.wavy::before {
    background-image: url('../images/filters/filter-sprite.png');
    background-position: -442px -5px;
    background-size: auto auto;
}

#top-narrow-by-list .hair.cut.bobs::before {
    background-image: url('../images/filters/filter-sprite.png');
    background-position: -76px -3px;
    background-size: auto auto;
}

#top-narrow-by-list .hair.cut.pixies.boycuts::before {
    background-image: url('../images/filters/PixiesBoycuts.png');
}

#top-narrow-by-list .hair.cut.layered::before {
    background-image: url('../images/filters/layered.png');
}

#top-narrow-by-list .hair.cut.shag::before {
    background-image: url('../images/filters/shag.png');
}

#top-narrow-by-list .hair.cut.with.bangs::before {
    background-image: url('../images/filters/withbangs.png');
}

#top-narrow-by-list .hair.cut.without.bangs::before {
    background-image: url('../images/filters/withoutbangs.png');
}

#top-narrow-by-list .hair.cut.classic::before {
    background-image: url('../images/filters/classic.png');
}

#top-narrow-by-list .cap.construction.hand.tied::before {
    background-image: url('../images/filters/handtied.png');
}

#top-narrow-by-list .cap.construction.lace.front::before {
    background-image: url('../images/filters/lacefront.png');
}

#top-narrow-by-list .cap.construction.capless::before {
    background-image: url('../images/filters/capless.png');
}

#top-narrow-by-list .cap.construction.full.lace::before {
    background-image: url('../images/filters/full-lace.png');
}

#top-narrow-by-list .cap.construction.monofilament::before {
    background-image: url('../images/filters/mono.png');
}

.block-layered-nav dt i.fa {
    float: right;
    transition: transform .3s ease 0s;
    transform: rotate(0deg);
}

.block-layered-nav dt.up i.fa {
    transform: rotate(180deg);
}

.block-layered-nav dd {
    margin-bottom: 15px;
    padding: 0 0 5px 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.block-layered-nav dd.last {
    margin-bottom: 0;
    border-bottom-width: 0;
}

.block-layered-nav dd li {
    line-height: 32px;
    margin: 0 0 3px;
}

.block-layered-nav dd a {
    color: #626262;
    -webkit-transition: all ease 500ms 0s;
         -o-transition: all ease 500ms 0s;
            transition: all ease 500ms 0s;
}

.block-layered-nav dd a:hover {
    padding-left: 10px;
    color: #f10f63;
}

.block-layered-nav .currently ol {
    margin-bottom: 0;
    padding: 5px;
}

.block-layered-nav .currently li {
    position: relative;
    z-index: 1;
    margin: 8px 0;
    padding: 2px 36px 2px 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.block-layered-nav .currently li:hover {
    border: 1px #f10f63 solid;
}

.block-layered-nav .currently .label {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    color: #626262;
}

.block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: top;
}

.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    position: absolute;
    top: 6px;
    right: 8px;
    margin: 0;
}

.block-layered-nav .currently .btn-previous {
    right: 22px;
}

.block-layered-nav .actions {
    margin: 0 5px 20px;
    padding: 2px 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: #f4f4f4 none repeat scroll 0 0;
}

.block-layered-nav .actions a {
    display: block;
    float: none;
}

/* Block: Cart*/

.block-cart .block-title {
    background: #679100;
}

.block-cart .block-title strong {
    color: #fff;
}

.block-cart .summary {
    position: relative;
    z-index: 1;
    margin: -12px -10px 8px;
    padding: 8px;
    text-align: center;
    background: #e5eed6;
}

.block-cart .amount {
    margin: 0;
}

.block-cart .amount a {
    font-weight: bold;
}

.block-cart .subtotal {
    line-height: 23px;
    background: #888;
}

.block-cart .subtotal .price {
    font-weight: bold;
}

.block-cart .actions {
    display: none !important;
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

/* Block: Wishlist*/

.block-wishlist .actions {
    text-align: right;
}

.block-wishlist .actions a {
    float: none;
}

/* Block: Related*/

.block-related.block {
    padding: 0;
    border-right: none;
}

.block-related .block-subtitle {
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 0;
    text-transform: none;
    border: 0;
}

.block-related input.checkbox {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 16px;
}

.block-related .block-content li.item {
    position: relative;
    text-align: center;
}

.block-related .block-content li .product-info {
    padding: 4px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
}

.block-related .block-content li .product-info a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.block-related .block-content li .plus {
    font-size: 32px;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: -9px;
    margin-top: -25px;
}

.block-related .block-content li .text-block {
    display: block;
    text-align: center;
}

.block-related .block-content li .icon {
    font-size: 32px;
    position: absolute;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .block-related .block-content li .icon {
        margin-top: 62px;
    }

    .block-related .block-content li .add-to-cart {
        margin-top: 0;
    }
}

@media screen and (min-width: 980px) {
    .block-related .block-content li .add-to-cart {
        margin-top: 20px;
    }

    .block-related .block-content li .icon {
        margin-top: 86px;
    }
}

@media screen and (min-width: 1260px) {
    .block-related .block-content li .add-to-cart {
        margin-top: 50px;
    }

    .block-related .block-content li .icon {
        margin-top: 120px;
    }
}

.block-related .block-content li .icon::before {
    position: absolute;
    top: 20px;
    left: -14px;
    width: 20px;
    height: 2px;
    content: '';
    background-color: #000;
}

.block-related .block-content li .icon::after {
    position: absolute;
    top: 26px;
    left: -14px;
    width: 20px;
    height: 2px;
    content: '';
    background-color: #000;
}

.block-related .block-content li .add-to-cart .old-price,
.block-related .block-content li .add-to-cart .special-price {
    display: block;
    float: none;
    text-align: center;
}

.block-related .block-content li .add-to-cart .old-price .price-label,
.block-related .block-content li .add-to-cart .special-price .price-label {
    display: inline-block;
}

/* Block: Compare Products*/

.page-popup .link-print {
    padding: 3px 0 3px 25px;
    background: url(../images/i_print.gif) 0 2px no-repeat;
}

.compare-table {
    border: 0;
}

.compare-table thead,
.compare-table thead tr.first {
    background: #fff;
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
    font-size: 0;
    line-height: 0;
    padding: 0 0 4px;
    border: 0;
    background: none;
}

.compare-table .btn-remove {
    float: right;
    width: 12px;
    height: 12px;
    background-image: url(../images/btn_remove.gif);
}

.compare-table tbody th {
    background: #e9e9e9;
}

.compare-table tbody th,
.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.compare-table tbody td.last {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

.compare-table tr.add-to-row td {
    text-align: center;
    background: #fffada;
}

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

.compare-table .add-to-links li {
    padding: 0;
    background: none;
}

/* Block: Recently Viewed*/

.block-viewed {
    overflow: hidden;
    margin: 0;
}

.block-viewed .block-title > h2 {
    font-size: 18px;
    margin: 0;
    text-align: center;
}

.block-viewed .block-content {
    padding: 10px 0;
}

/* Block: Recently Compared*/



/* Block: Poll*/

.block-poll .block-subtitle {
    font-size: 12px;
}

.block-poll label {
    font-weight: bold;
    color: #777;
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .actions {
    margin: 5px 0 0;
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

/* Block: Tags*/

.block-tags .block-content .tags-list {
    padding: 0;
    border: 0;
    background: none;
}

.block-tags .block-content li a {
    color: #626262;
}

.block-tags .actions {
    text-align: right;
}

.block-tags .actions a {
    float: none;
}

/* Block: Reorder*/

.block-reorder input.checkbox {
    float: left;
    margin: 5px -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;
    background: none;
}

/* Block: Login*/

.block-login .block-content {
    padding: 5px 10px;
}

.block-login label {
    font-weight: bold;
    color: #555;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-login .actions {
    margin: 3px 0 0;
    padding: 0;
    background: none;
}

/* Paypal*/

.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}

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

/* Category Page =========================================================================*/

.category-info {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    border-radius: 4px;
    background: #fff;
}

.category-info.more {
    min-height: 210px;
    border: 1px rgba(0, 0, 0, .1) solid;
}

.category-info .category-title {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.link-list {
    float: left;
    padding: 0 !important;
    list-style: outside none none !important;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
    .category-info.more .category-title {
        position: relative;
        margin: 0;
        padding: 10px 0;
        text-align: center;
        border: medium none;
    }

    .category-image {
        display: none;
    }

    .link-list {
        width: 50%;
    }
}

.category-review-summary h1 {
    font-size: 24px;
    font-weight: 300;
    float: left;
    margin: 0;
}

.category-review-summary .ratings {
    float: left;
    padding-left: 10px;
}

.category-review-summary .rating-itemscope,
.itemprop {
    float: left;
    width: 0;
    height: 0;
    text-indent: -9999em;
}
.hot-search .category-description {
    display: table;
}
.hot-search .category-description ul {
    display: table-cell;
}
.hot-search .category-description h3 {
    display: table-cell;
    padding-right: 10px;
    white-space: nowrap;
}
.hot-search .category-description li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 6px;
    border: 1px #ccc solid;
    border-radius: 4px;
}
.hot-search .category-description li:hover {
    background: #eee;
}
.hot-search .category-description li.title {
    padding: 0;
}
@media screen and (min-width: 1280px) {
    .category-image {
        display: block;
        overflow: hidden;
        width: 100%;
        min-height: 209px;
        margin: 0;
        text-align: center;
    }

    .category-description {
    }

    .link-list {
        float: left;
        width: 290px;
        padding: 0 !important;
        list-style: outside none none !important;
    }

    .link-list.small {
        width: 192px;
    }
}

.customer-share-photoes {
    padding: 15px 15px 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.customer-share-photoes .items {
    margin-bottom: 0;
}

.customer-share-photoes ul.items li {
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: 500ms all linear 0s;
         -o-transition: 500ms all linear 0s;
            transition: 500ms all linear 0s;
}

.customer-share-photoes ul.items li:hover {
    z-index: 99;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .4);
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}

/* View Type: Grid*/

.products-grid {
    position: relative;
    margin: 0;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid li.item {
    position: relative;
    margin-bottom: 20px;
}

.products-info {
    min-height: 268px;
    padding: 2px;
    border: 1px #fff solid;
}

.products-info:hover {
    border: 1px solid #f10f63;
}

.products-grid .product-image {
    display: block;
    overflow: hidden;
    margin: 0 0 10px;
    transition: 500ms all ease 0s;
}

.products-grid .product-name {
    font-size: 12px;
    overflow: hidden;
    height: 38px;
    margin: 0 0 6px;
    white-space: normal;
}

.products-grid .product-name a {
    color: #626262;
}

.products-grid .product-name a:hover {
    text-decoration: none;
}

.quikview-wrapper {
    position: absolute;
    z-index: 99;
    top: 60%;
    left: 50%;
    display: none;
    margin-left: -60px;
    transition: all 500ms ease 0s;
}

.ajaxload-container .quikview-wrapper {
    top: 70%;
}

@media screen and (min-width: 1280px) {
    .products-info:hover .quikview-wrapper {
        display: none;
    }
}

.quikview-wrapper .btn.quick_view {
    width: 120px;
    opacity: .88;
    color: #fff;
    background: #f10f63 none repeat scroll 0 0;
}

.products-grid .price-box {
    overflow: hidden;
    height: 26px;
    margin: 5px 0;
    text-align: center;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
    position: absolute;
    bottom: 20px;
}

.products-info .ratings {
    position: relative;
    z-index: 99;
    bottom: 0;
    white-space: nowrap;
}

.price-rating {
    position: absolute;
    z-index: 99;
    top: 8px;
    left: 24px;
}

.price-rating span {
    font-size: 13px;
    display: block;
    padding: 0 2px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: #f10f63;
}

/* View Type: List*/

.products-list li.item {
    padding: 12px 10px;
    border-bottom: 1px solid #d96262623;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-shop {
    margin-left: 185px;
}

.products-list .product-image {
    float: left;
    width: 170px;
    height: 170px;
    margin: 0 0 10px;
}

.products-list .product-name {
    font-size: 12px;
    margin: 0 0 6px;
}

.products-list .product-name a {
    text-decoration: underline;
    color: #626262;
}

.products-list .product-name a:hover {
    text-decoration: none;
}

.products-list .price-box {
    float: left;
    margin: 4px 13px 0 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    line-height: 1.35;
    clear: both;
    margin: 0 0 13px;
    padding: 6px 0 0;
}

.products-list .add-to-links {
    clear: both;
}

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

/* Product View ==========================================================================*/

/* Rating*/

.no-rating {
    line-height: 17px;
    height: 18px;
    margin: 7px 0;
}

.ratings {
    line-height: 1.25;
    height: 18px;
    margin: 7px 0;
}

.ratings strong {
    float: left;
    margin: 0 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.quik-view-conent .ratings .rating-links .separator,
.quik-view-conent .return-review-write {
    display: none;
}





.rating-box {
    font-size: 13px;
    overflow: hidden;
    height: 18px;
}

.rating-box .rating {
    float: left;
    overflow: hidden;
    height: 18px;
    white-space: nowrap;
    color: #ff2d51;
}

.ratings .rating-box {
    float: left;
    margin: 0 4px 0 0;
}



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

.ratings-table td {
    padding: 4px 0 0;
}

/* Availability*/

.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}



.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    line-height: 16px;
    margin: 10px 0 7px;
    padding-left: 15px;
    background: url(../images/i_availability_only.gif) 0 50% no-repeat;
}

.availability-only span,
.availability-only a {
    color: #000;
    border-bottom: 1px dashed #751d02;
}

.availability-only a {
    padding-right: 15px;
    cursor: pointer;
    text-decoration: none;
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
    color: #be2c00;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    font-size: 10px;
    padding: 0 8px;
    background: #e9e9e9;
}

.availability-only-details td {
    font-size: 11px;
    padding: 2px 8px 1px;
    border-bottom: 1px solid #d9dde3;
}

.availability-only-details tr.odd {
    background: #fff;
}

.availability-only-details tr.even {
    background: #fcfcfc;
}

.availability-only-details tr.odd td.last {
    font-weight: bold;
    color: #f10f63;
}

.availability-only-details tr.last td {
    border-bottom: none;
}

.product-view .product-shop .availability {
    font-size: 11px;
}

.product-view .product-shop .availability span {
    font-weight: normal;
}
/* update 25-12-25*/
.product-view img{
    max-width:100%;
    height: auto;
}

/* Email to a Friend*/

.email-friend {
    margin: 0;
}

/* Alerts*/

.alert-price {
    font-size: 11px;
    margin: 0;
}

.alert-stock {
    font-size: 11px;
    margin: 0;
}

/* Product Prices*/

.price {
    white-space: nowrap !important;
}

.price-box {
    margin: 5px 0 10px;
}

.price-box .price {
    font-size: 13px;
    font-weight: bold;
}

/* Regular price*/

.regular-price {
    color: #f10f63;
}

.regular-price .price {
    font-size: 13px;
    font-weight: bold;
    color: #f10f63;
}

/* Old price*/

.old-price {
    display: inline-block;
    margin: 0;
}

.old-price .price-label {
    font-size: 12px;
    font-weight: bold;
    display: none;
    white-space: nowrap;
}

.old-price .price {
    font-size: 12px;
    font-weight: bold;
    text-decoration: line-through;
    color: #626262;
}

/* Special price*/

.special-price {
    display: inline-block;
    margin: 0;
}

.special-price .price-label {
    font-size: 14px;
    font-weight: bold;
    display: none;
    white-space: nowrap;
    text-transform: uppercase;
    color: #f10f63;
}

.special-price .price {
    font-size: 18px;
    font-weight: bold;
    color: #f10f63;
}

/* Minimal price (as low as)*/

.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    font-size: 12px;
    display: none;
    text-decoration: underline;
    color: #626262;
}

.minimal-price-link .label {
    color: #626262;
}

.minimal-price-link .price {
    font-weight: normal;
    color: #626262;
}

/* Including tax*/

.price-including-tax {
    display: block;
    color: #888;
}

.price-including-tax .label {
    font-size: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #888;
}

.price-including-tax .price {
    font-size: 13px;
    font-weight: bold;
    color: #f10f63;
}

/* Excluding tax*/

.price-excluding-tax {
    display: block;
    color: #888;
}

.price-excluding-tax .label {
    font-size: 10px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #888;
}

.price-excluding-tax .price {
    font-size: 12px;
    font-weight: normal;
    color: #f10f63;
}

/* Configured price*/

.configured-price {
    margin: 0;
}

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

.configured-price .price {
    font-size: 13px;
    font-weight: bold;
}

/* Incl tax (for order tables)*/

.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    font-weight: bold;
    display: block;
}

/* Excl tax (for order tables)*/

.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    font-weight: normal;
    display: block;
}

/* FPT*/

.weee {
    font-size: 11px;
    display: block;
    color: #626262;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

/* Price range*/

.price-from {
    margin: 0;
}

.price-from .price-label {
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

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

/* Price notice next to the options*/

.price-notice {
    padding-left: 7px;
}

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

/* Price as configured*/

.price-as-configured {
    margin: 0;
}

.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
}

.price-box-bundle {
    padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}

.price-box-bundle .price {
    color: #222;
}

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

/* Tier Prices*/

.product-pricing,
.tier-prices {
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #626262;
    background: #f4f9ea;
}

.tier-prices .benefit {
    font-weight: bold;
    font-style: italic;
}

.tier-prices .price {
    font-weight: bold;

    ;
}

.tier-prices-grouped li .price {
    font-weight: bold;
}

/* Add to Links*/

.add-to-links {
    margin: 3px 0 0;
}

.add-to-links li {
    line-height: 1.25;
}

.add-to-links li a {
    display: block;
    cursor: pointer;
    color: #626262;
}

.add-to-links .separator {
    display: none;
}

/* Add to Cart*/

.add-to-cart label {
    font-weight: bold;
    line-height: 40px;
    float: left;
    width: 56px;
    margin: 0;
    color: #626262;
}

.quantity_box_button_down {
    line-height: 32px;
    float: left;
    width: 30px;
    height: 36px;
    cursor: pointer;
    text-align: center;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-radius: 4px 0 0 4px;
    background: #fff;
    transition: all 500ms ease 0s;
}

.quantity_box_button_up {
    line-height: 32px;
    float: left;
    width: 30px;
    height: 36px;
    cursor: pointer;
    text-align: center;
    border-top: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0 4px 4px 0;
    background: #fff;
    transition: all 500ms ease 0s;
}

.quantity_box_button_up:hover,
.quantity_box_button_down:hover {
    background: #eee;
}

.add-to-cart .qty {
    line-height: 18px;
    float: left;
    max-width: 114px;
    text-align: center;
    border-radius: 0;
}

.quikview-wrapper .add-to-cart .qty {
    width: 62px;
}

@media (min-width: 768px) and (max-width: 1279px) {
    .add-to-cart .qty {
        width: 62px;
    }
}

@media screen and (min-width: 768px) {
    .add-to-box .add-to-cart button.button,
    .product-options-bottom .add-to-cart button.button {
        font-size: 14px;
        float: left;
        clear: both;
        width: 100%;
        margin: 23px 0 0;
        background: #f10f63 url('../images/lock_icon.png') no-repeat scroll 8px 11px;
    }
}

@media screen and (min-width: 1200px) {
    .add-to-box .add-to-cart button.button,
    .product-options-bottom .add-to-cart button.button {
        float: left;
        clear: both;
        width: 100%;
        margin: 23px 0 0;
        background: #f10f63 url('../images/lock_icon.png') no-repeat scroll 36px 11px;
    }
}

.product-options-bottom .f-right .shopping-info {
    margin: 0;
    border: none;
}

.product-options-bottom .f-right .shopping-info img {
    margin: 5px 0;
    padding: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: center;
}

.add-to-cart .paypal-logo .paypal-or {
    display: block;
    clear: both;
    margin: 5px 60px 5px 60px;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}

.product-view .add-to-cart .paypal-logo img {
    width: 100%;
}

.bml-checkout-type {
    list-style: none;
}

.bml-checkout-type .bml_button {
    display: inline-table;
    width: 150px;
}

.products-grid .quick-view-holder a {
    font-size: 14px;
    line-height: 40px;
    display: block;
    margin: 0 10px;
    padding: 0;
    text-align: center;
    opacity: .88;
    color: #282828;
    border: medium none;
    border-radius: 10px;
    background: #fff none repeat scroll 0 0;
}

/* Add to Links + Add to Cart*/

.add-to-box {
    margin: 10px 0;
}

.add-to-box .add-to-cart {
    width: 300px;
}

.add-to-box .or {
    display: none;
    padding-bottom: 10px;
    text-align: center;
}

.add-to-box .add-to-links li .separator {
    display: none !important;
}

.product-essential h2 {
    font: bold 13px/1.35 Arial, Helvetica, sans-serif;
}

.product-collateral {
    margin: 30px 0 0;
}

.product-collateral.box-related-product {
    margin-bottom: 0;
}

.product-collateral .box-collateral {
    margin: 0 0 25px;
}

.product-collateral-tabs .tab-content {
    padding: 10px;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    border-left: 1px #ddd solid;
}

.product-collateral-tabs .tab-content table {
    width: 600px;
}

.product-collateral-tabs .nav-tabs > li.active > a,
.product-collateral-tabs .nav-tabs > li.active > a:hover,
.product-collateral-tabs .nav-tabs > li.active > a:focus {
    color: #f10f63;
    border-top: 2px solid #f10f63;
}

.product-collateral .tabs-wrapper > a.active {
    color: #fff;
    border-color: #f10f63;
    background: #f10f63 none repeat scroll 0 0;
}

/* Product Images*/



.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {
    overflow: hidden;
    min-height: 269px;
    margin: 0 0 10px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.product-view .product-img-box .product-image img {
    display: none;
    width: 100%;
    height: auto;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    z-index: 9;
    overflow: hidden;
    width: 300px;
    height: 300px;
}

.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.product-view .product-img-box .zoom-notice {
    margin: 0 0 10px;
    text-align: center;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 24px;
    margin: 0 auto 13px;
    padding: 0 28px;
    cursor: pointer;
    background: url(../images/slider_bg.gif) 50% 50% no-repeat;
}

.product-view .product-img-box .zoom.disabled {
            opacity: .3;

       -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    top: 3px;
    left: 0;
    width: 9px;
    height: 18px;
    background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    top: 7px;
    left: 10px;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    top: 7px;
    right: 10px;
}

.product-view .product-img-box .more-views h2 {
    font-size: 10px;
    font-weight: normal;
    margin: 0 0 8px;
    padding: 0 0 2px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.product-view .product-img-box .more-views ul {
    margin: 0 -.5%;
}

.product-view .product-img-box .more-views li {
    float: left;
    width: 19%;
    margin: 0 .5%;
    padding: 2px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.product-view .product-img-box .more-views li.active {
    position: relative;
    border: 1px #f10f63 solid;
}

.product-view .product-img-box .more-views li.active ::before {
    font-size: 12px;
    position: absolute;
    z-index: 97;
    top: -4px;
    right: 0;
    content: '✓';
    color: #fff;
}

.product-view .product-img-box .more-views li.active::after {
    position: absolute;
    z-index: 96;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    border-width: 12px;
    border-style: solid;
    border-color: #f10f63 #f10f63 transparent transparent;
}

.product-view .product-img-box .more-views li a {
    display: block;
    overflow: hidden;
}

.product-view .product-img-box .more-views li img {
    width: 100%;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    margin: 0;
    padding: 0;
    border: 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: 12px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f;
}

/* Product Shop*/



.product-essential {
    border-radius: 4px;
    background: #fff none repeat scroll 0 0;
}



.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 {
    font: bold 13px/1.25 Arial, Helvetica, sans-serif;
    margin-top: 0;
}

.product-view .product-shop .availability {
    margin: 10px 0;
}

.product-view .product-shop .short-description {
    margin: 10px 0;
}

.product-view .product-shop .price-box {
    margin: 10px 0;
}

.product-view .product-shop .price-box .special-price {
    float: none;
    margin-left: 15px;
}

.product-view .product-shop .add-to-links {
    margin: 0 -1%;
}

.product-view .product-shop .add-to-links {
    text-align: center;
}

.product-view .product-shop .add-to-links li {
    display: inline-block;
    float: left;
    width: 31.333%;
    margin: 0 1%;
    padding: 4px 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.product-view .product-shop .add-to-links li:hover {
    background: #eee;
}

.product-view .product-shop .add-to-links li .separator {
    display: none !important;
}

.paypal-logo button {
    width: 100%;
    height: 36px;
    padding: 0;
    border-color: #ffc438;
    background: #ffc438;
}

.cart .paypal-logo button {
    width: 220px;
}

.paypal-logo button:hover,
.paypal-logo button:focus {
    border-color: #ffa631 !important;
    background: #ffc438 !important;
}

.paypal-logo button span {
    display: block;
    overflow: hidden;
    height: 36px;
    text-indent: -9999em;
    background: transparent url('../images/paypal01.png') no-repeat scroll center center;
    background-size: contain;
}

/* Product Options*/

.product-options {
    position: relative;
    margin-top: 15px;
}

.product-options dl {
    margin: 0;
}

.product-options dt {
    font-weight: normal;
    position: relative;
    display: inline-block;
    float: left;
    padding: 8px 8px 0 0;
}

.product-options dt label {
    font-weight: bold;
    width: 66px;
}

.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 {
    padding: 3px;
    color: #626262;
    border: 0;
    background: none;
}

.product-options dd {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

.product-options dl.last dd.last {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 5px;
    border-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: 178px;
    color: #282828;
    border: 1px rgba(0, 0, 0, .1) solid;
    border-radius: 4px;
}

.product-options dd.last select {
    position: absolute;
    left: -9999em;
}

.product-options dd .multiselect option {
    padding: 2px 4px;
    border-bottom: 1px dotted #d9e5ee;
}

.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 {
    font-size: 11px;
    margin: 0;
}

.product-options p.required {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
}

.guide-size-wrapper,
.guide-color-wrapper {
    position: absolute;
    top: 8px;
    right: -340px;
    width: 156px;
    cursor: pointer;
}

.color-title > li {
    display: inline-block;
    padding: 8px 15px;
    cursor: pointer;
    border-radius: 4px;
    background: #eee none repeat scroll 0 0;
}

.color-title > li.active {
    background: #f10f63;
}

.color-block {
    margin: 0 -5px;
}

.color-block > li {
    float: left;
    margin: 2px 5px;
}

.color-block a {
    display: block;
    text-align: center;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    color: #e26703;
    border: 0;
    background: 0;
}

.product-options-bottom .tier-prices li {
    padding: 2px 0;
    background: 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;
    text-align: center;
}

.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-shop .product-options-bottom {
    border: 1px rgba(0, 0, 0, .1) solid;
    border-radius: 4px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.product-shop .product-options-bottom {
    padding: 20px 0 10px;
}

.product-shop .product-options-bottom .price-box {
    display: none;
    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 {
    float: left;
    clear: both;
    padding-top: 12px;
}

.shopping-info {
    margin: 10px 0;
}
.product-options-bottom .shopping-info {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.shopping-info li {
    font-size: 12px;
    float: left;
    overflow: hidden;
    width: 50%;
    margin: 6px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shopping-info li i {
    font-size: 11px;
    width: 18px;
    margin-right: 2px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    border-radius: 4px;
}

.shopping-info li:nth-child(1) i {
    background: #f47983;
}

.shopping-info li:nth-child(2) i {
    background: #ffb61e;
}

.shopping-info li:nth-child(3) i {
    background: #00e09e;
}

.shopping-info li:nth-child(4) i {
    background: #4c8dae;
}

.shopping-info img {
    width: 100%;
}

#lefttime > span {
    line-height: 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 4px;
    text-align: center;
    color: #fff;
    background: #282828 none repeat scroll 0 0;
}

#lefttime > span:first-child {
    margin-left: 0;
}

.payment-method {
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.social-share {
    margin-top: 20px;
    margin-left: -10px;
}

.product-intro {
    font-size: 13px;
    margin-top: 15px;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.product-intro ul {
    margin-bottom: 0;
}

.payment-method > h3 {
    font-size: 16px;
    margin: 0 0 10px;
}

/* =====================================switch image==================================================*/

#product-options-wrapper .color-info {
    position: absolute;
    top: 0;
    left: 74px;
    width: 178px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
}

#product-options-wrapper .color-info .color-img {
    overflow: hidden;
}

#product-options-wrapper .color-info .color-name {
    line-height: 32px;
    display: inline-block;
}

#product-options-wrapper .color-info .color-img > img {
    width: 34px;
    height: 24px;
    margin: 5px;
}

#product-options-wrapper .switch-wrapper {
    position: relative;
    width: 100%;
    margin-top: 15px!important;
    padding: 15px 0;
}

#product-options-wrapper .switch-wrapper .big-image {
    display: block;
    overflow: hidden;
    width: 200px;
    height: 230px;
}

#product-options-wrapper .switch-wrapper .big-image img {
    width: 100%;
    height: auto;
}

#product-options-wrapper .switch-wrapper .item {
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
}

#product-options-wrapper .switch-wrapper .item img {
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
}

#product-options-wrapper .switch-wrapper .switch-container {
    padding: 4px 12px;
}

@media screen and (min-width:768px) {
    #product-options-wrapper .switch-wrapper {
        margin: 0 -.5%;
    }

    #product-options-wrapper .switch-wrapper .switch-image {
        width: 11.5%;
        height: 60px;
    }

    .quikview-wrapper #product-options-wrapper .switch-wrapper .switch-image {
        width: 19%;
        height: 29px;
    }

    #product-options-wrapper .switch-wrapper .item {
        margin: 2px .5%;
    }

    #product-options-wrapper .switch-container-left {
        position: absolute;
        z-index: 99;
        top: -280px;
        left: 50%;
        border: 3px solid #f10f63;
    }
}

@media screen and (min-width:980px) {
    #product-options-wrapper .switch-wrapper {
        margin: 0 -.5%;
    }

    #product-options-wrapper .switch-wrapper .switch-image {
        width: 13.2857%;
        height: 44px;
    }

    .quikview-wrapper #product-options-wrapper .switch-wrapper .switch-image {
        width: 19%;
        height: 29px;
    }

    #product-options-wrapper .switch-wrapper .item {
        margin: 2px .5%;
    }

    #product-options-wrapper .switch-container-left {
        position: absolute;
        z-index: 99;
        top: -44px;
        left: -238px;
        border: 3px solid #f10f63 ;
    }
}

@media screen and (min-width:1280px) {
    #product-options-wrapper .switch-wrapper {
        margin: 0 -.5%;
    }

    #product-options-wrapper .switch-wrapper .switch-image {
        width: 13.2857%;
        height: 57px;
    }

    .quikview-wrapper #product-options-wrapper .switch-wrapper .switch-image {
        width: 19%;
        height: 29px;
    }

    #product-options-wrapper .switch-wrapper .item {
        margin: 2px .5%;
    }

    #product-options-wrapper .switch-container-left {
        position: absolute;
        z-index: 99;
        top: -44px;
        left: -279px;
        border: 3px solid #f10f63 ;
    }
}

#product-options-wrapper .switch-wrapper .item.current,
#product-options-wrapper .switch-wrapper .item:hover {
    border: 3px solid #f10f63;
    border-radius: 8px;
}

#product-options-wrapper .switch-wrapper .item.current::before,
#product-options-wrapper .switch-wrapper .item.hover::before {
    font-size: 12px;
    position: absolute;
    z-index: 97;
    top: -4px;
    right: 0;
    content: '✓';
    color: #fff;
}

#product-options-wrapper .switch-wrapper .item.current::after,
#product-options-wrapper .switch-wrapper .item.hover::after {
    position: absolute;
    z-index: 96;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    border-width: 12px;
    border-style: solid;
    border-color: #f10f63 #f10f63 transparent transparent;
}

#product-options-wrapper .switch-image > img {
    width: 100%;
}

#product-options-wrapper .switch-image .move {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
}

#product-options-wrapper .switch-wrapper .active {
    position: absolute;
    z-index: 99;
    display: block;
    padding: 2px;
    border: 2px solid #000;
    background: #fff none repeat scroll 0 0;
}

@media screen and (min-width:768px) {
    #product-options-wrapper .switch-wrapper .active {
        top: 0;
        left: -208px;
        width: 200px;
        min-height: 136px;
    }
}

@media screen and (min-width:992px) {
    #product-options-wrapper .switch-wrapper .active {
        top: -22px;
        left: -377px;
        width: 300px;
        min-height: 200px;
    }
}

@media screen and (min-width:1280px) {
    #product-options-wrapper .switch-wrapper .active {
        top: -22px;
        left: -338px;
        width: 300px;
        min-height: 200px;
    }
}

#product-options-wrapper .switch-wrapper .active > img {
    width: 100%;
}

#product-options-wrapper .switch-wrapper .active::before {
    position: absolute;
    top: 50%;
    right: -26px;
    height: 0;
    margin-top: -12px;
    content: '';
    border-width: 12px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
}

/* Grouped Product*/

.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}

/* Product Tabs*/

.product-tabs {
    margin-bottom: 15px;
    border-bottom: 1px solid #666;
    background: #f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x;
}

.product-tabs li {
    font-size: 1.1em;
    line-height: 1em;
    float: left;
    border-right: 1px solid #a4a4a4;
    border-left: 1px solid #fff;
}

.product-tabs li.first {
    border-left: 0;
}

.product-tabs li.last {
    border-right: 0;
}

.product-tabs a {
    display: block;
    padding: 6px 15px;
    color: #626262;
}

.product-tabs a:hover {
    text-decoration: none;
    color: #626262;
    background-color: #626262;
}

.product-tabs li.active a,
.product-tabs li.active a:hover {
    font-weight: bold;
    color: #fff;
    background-color: #666;
}

.product-tabs-content h2 {
    font-size: 12px;
    font-weight: bold;
    display: none;
}

/* Mini Products Grid*/

.mini-products-grid {
    width: 100%;
}

.mini-products-grid td {
    width: 20%;
    padding: 0 8px 8px 0;
}

.mini-products-grid .product-image {
    display: block;
    margin: 0 0 10px;
    border: 1px solid #cacaca;
}

.mini-products-grid .product-name {
    overflow: hidden;
    width: 115px;
    margin: 0 0 6px;
}

.mini-products-grid .product-name a {
    text-decoration: underline;
    color: #626262;
}

.mini-products-grid .product-name a:hover {
    text-decoration: none;
}



.mini-products-grid td.last {
    padding-right: 0;
}

.mini-products-grid .ratings .rating-box {
    display: block;
    float: none;
    margin: 0 0 3px;
}

/* Block: 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 .block-title h2 {
    font-size: 23px;
    margin: 0 0 15px;
    padding: 8px;
    text-align: center;
    background: #f2f2f2 none repeat scroll 0 0;
}

#product_tabs_upsell_products_contents h2 {
    display: block;
}

.product-view .box-up-sell .price-box {
    text-align: center;
}

/* Block: Tags*/

.product-view .box-tags {
    margin: 0;
}

.product-view .box-tags h3 {
    font-size: 12px;
}

.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
    display: inline;
    padding: 0 7px 0 4px;
    background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
}

.product-view .box-tags .product-tags li.first {
    padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
    padding-right: 0;
    background: none;
}

.product-view .box-tags .form-add label {
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin: 0 0 3px;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 305px;
    margin: 0 5px 0 0;
}

.product-view .box-tags .form-add input.input-text {
    width: 299px;
}

.product-view .box-tags .form-add button.button span {
    line-height: 20px;
    height: 23px;
    background-image: url(../images/bkg_btn-small.png);
}

.product-view .box-tags .note {
    font-size: 10px;
    margin: 2px 0 0;
}

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

.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: 460px;
}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
    width: 454px;
}

.product-reviewes-wrapper {
    margin-top: 30px;
}

#customer-reviews .review-heading {
    margin-bottom: 10px;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

#customer-reviews .review-heading > h2 {
    font-size: 24px;
    float: left;
    margin: 0;
}

#customer-reviews .navbar {
    display: inline-block;
    float: right;
    min-height: auto;
    margin: 0;
    cursor: pointer;
}

#customer-reviews .navbar > ul {
    display: inline-block;
    float: left;
    overflow: hidden;
    margin: 0;
}

#customer-reviews .navbar li {
    line-height: 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 4px 0 0;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    transition: all .5s ease 0s;

    flex-shrink: 0;
}

#customer-reviews .navbar li:hover,
#customer-reviews .navbar li.active {
    color: #fff;
    background: #f10f63 none repeat scroll 0 0;
}

#customer-reviews .navbar .btn-button {
    line-height: 32px;
    float: left;
    width: 32px;
    height: 32px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
}

#customer-reviews .navbar .btn-button.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .58;
}

#customer-reviews .navbar .btn-button:hover {
    background: #f4f4f4 none repeat scroll 0 0;
}

#customer-reviews .navbar .btn-button.pre {
    margin-right: 4px;
}

.box-reviews .reviews-item {
    margin-bottom: 5px;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    border-radius: 4px;
}

.box-reviews .review-meta .nickname {
    color: #f10f63;
}

.box-reviews .title {
    border-right: 1px;
}

.box-reviews .detail {
    position: relative;
    padding: 8px 0;
}

.box-reviews .ratings-table dl {
    margin: 0;
}



.box-reviews .ratings-table dd {
    display: inline-block;
}

#review-form .form-list .input-box,
#review-form .form-list input.input-text,
#review-form .form-list textarea {
    width: 100%;
}

.reviews-body .score {
    font-size: 24px;
    color: #f10f63;
}

.reviews-header .summary span {
    display: block;
}

.reviews-header .summary span.ratings {
    margin: 0;
    color: #f10f63;
}

.reviews-body i.fa-star {
    color: #f10f63;
}

/* Send a Friend*/

.send-friend .form-list {
    overflow: hidden;
    width: 535px;
}

.send-friend .form-list li {
    margin-right: -15px;
}

.send-friend .form-list li p {
    margin: 0 15px 0 0;
}

.send-friend .buttons-set .limit {
    font-size: 11px;
    line-height: 25px;
    float: right;
    margin: 0 7px 0 0;
}

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

/* Content Styles =================================================================*/

.product-name {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.55;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tags-list {
    font-size: 13px;
    display: block;
    padding: 10px;
    border: 1px solid #626262;
    background: #f6f6f6;
}

.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0;
}

.tags-list li a {
    color: #1b2d3b;
}

/* 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;
    padding: 10px;
    border: 1px solid #626262;
    background: #ecf9ea;
}

.advanced-search-summary ul {
    float: left;
    width: 49%;
}

.advanced-search-summary strong {
    color: #e17c24;
}

.advanced-search-summary li {
    margin: 2px 0;
}

.advanced-search-summary p {
    font-weight: bold;
    clear: both;
    margin: 0;
}

/* CMS Home Page*/

.cms-home .std {
    display: none;
}

.cms-home .main.container {
    width: 100%;
    padding: 0;
}

.cms-home .main-container {
    padding: 0 0 40px;
}

.mixed-banner-container {
    overflow: hidden;
}

#slider-wrapper .owl-theme .owl-controls {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 10px;
    left: 0;
    margin-top: 10px;
    text-align: center;
}

#slider-wrapper .owl-dots {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
}

#slider-wrapper .owl-prev::before {
    font-family: FontAwesome;
    font-size: 35px;
    font-weight: normal;
    line-height: 35px;
    display: inline-block;
    overflow: hidden;
    content: '';
    text-align: center;
    vertical-align: middle;
}

#slider-wrapper .owl-prev {
    position: absolute;
    top: calc(50% - 15px);
    left: 20px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    background: transparent none repeat scroll 0 0 !important;
    transition: all 500ms ease 0s;
}

#slider-wrapper .owl-next::before {
    font-family: FontAwesome;
    font-size: 35px;
    font-weight: normal;
    line-height: 35px;
    display: inline-block;
    overflow: hidden;
    content: '';
    text-align: center;
    vertical-align: middle;
}

#slider-wrapper .owl-next {
    position: absolute;
    top: calc(50% - 15px);
    right: 20px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: 3px solid #fff;
    background: transparent none repeat scroll 0 0 !important;
    transition: all 500ms ease 0s;
}
.mixed-banner-container img {
    width: 100%
}
#popular-search-1 {
    margin-top: 35px;
}
.popular-search.container .content {
    padding: 15px;
    background: #f4f4f4;
}
.popular-search.container a {
    display: block;
    cursor: pointer;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
}
.popular-search.container .img-responsive {
    display: inline-block;
    width: 44px;
    padding-left: 15px;
}
.popular-search.container span {
    display: inline-block;
    padding-left: 15px;
}
@media (max-width: 979px) {
    .popular-search.container a {
        text-align: center;
    }
    .popular-search.container .img-responsive {
        display: none;
    }
    .popular-search.container span {
        padding: 4px 6px;
    }
}
.banner-container {
    position: relative;
    margin: 10px 0 0;
}

.cms-home header .banner-container {
    display: none;
}

.category-wrapper .category-container {
    margin: 30px auto;
    padding: 10px 0;
    border-radius: 4px;
    background: #fff none repeat scroll 0 0;
}

.category-container > ul {
    margin: 0 -1%;
    padding: 0 15px;
}

.category-container .cate-item {
    float: left;
    width: 31.333%;
    margin: 1%;
    padding: 15px;
    text-align: center;
    border-radius: 4px;
    background: #c0ebd7 none repeat scroll 0 0;
    transition: 500ms all ease 0s;
}

.category-container .cate-item:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    transform: scale(1.02);
}

.category-container .cate-item a {
    font-size: 24px;
}

.banner-container .row > div {
    overflow: hidden;
}

.banner-container img {
    transition: 500ms all ease 0s;
}

.banner-container img:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    transform: scale(1.02);
}

.box-product .title {
    position: relative;
    display: block;
    margin: 30px 0;
    text-align: center;
}

.box-product .title::before {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -2px;
    content: '';
    background: rgba(0, 0, 0, .1) none repeat scroll 0 0;
}

.box-product .title::after {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: 2px;
    content: '';
    background: rgba(0, 0, 0, .1) none repeat scroll 0 0;
}

.box-product .title > span {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    background: #fff none repeat scroll 0 0;
}

.owl-prev {
    float: left;
}

.owl-next {
    float: right;
}

.load-more {
    font-size: 16px;
    line-height: 42px;
    display: block;
    clear: both;
    width: 236px;
    height: 44px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: #fff none repeat scroll 0 0;
}

.load-more:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.loading {
    background: #fff url('../images/ajax-loading.gif') no-repeat scroll 54px 15px;
}

.about-us {
    padding: 15px;
    border-radius: 4px;
    background: #fff none repeat scroll 0 0;
}

.about-us h3 {
    color: #f10f63;
}

.home-feature .nav-tabs > li.active > a {
    color: #f10f63;
}

.home-feature .tab-content {
    padding: 15px 15px 0 15px;
    border-right: 1px rgba(0, 0, 0, .1) solid;
    border-bottom: 1px rgba(0, 0, 0, .1) solid;
    border-left: 1px rgba(0, 0, 0, .1) solid;
    border-radius: 0 0 4px 4px;
}

.seo-words {
    margin-top: 30px;
}

.seo-words a {
    color: #f10f63;
}

/* Sitemap*/

.page-sitemap .links {
    margin: 0 8px -22px 0;
    text-align: right;
}

.page-sitemap .links a {
    position: relative;
    text-decoration: none;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
    color: #626262;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    font-weight: bold;
    margin: 10px 0 0;
}

.page-sitemap .sitemap li.level-0 a {
    color: #4f8100;
}

/* RSS*/

.rss-title h1 {
    padding-left: 27px;
    background: url(../images/i_rss-big.png) 0 3px no-repeat;
}

.rss-table .link-rss {
    line-height: 1.55;
    display: block;
    background-position: 0 4px;
}

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

/* Shopping Cart =========================================================================*/



/* Checkout Types*/

.cart .page-title .checkout-types {
    display: none !important;
}

.cart .checkout-types .paypal-or {
    line-height: 2.3;
    margin: 0 8px;
}

.cart .totals .checkout-types .paypal-or {
    font-size: 12px;
    line-height: 1.0;
    display: block;
    clear: both;
    padding: 5px 0;
}

/* Shopping Cart Table*/

.cart-table th {
    padding: 2px 10px;
}

.cart-table td {
    padding: 10px;
}

.cart-table .item-msg {
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0;
    color: #df280a;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

#checkout-review-table tfoot td:first-child::after {
    font-weight: bold;
    content: ':';
}

.cart-table .btn-continue {
    display: none;
    float: left;
}

.cart-table .btn-continue:hover span {
    text-decoration: none;
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
}

.cart-table .btn-empty {
    background: #ffc438;
}

.cart-table .btn-update {
    margin-left: 7px;
}

.free .fa.fa-gift {
    font-size: 36px;
    display: block;
    color: #f10f63;
}

.free span.text {
    display: inline-block;
    white-space: nowrap;
}

.qty-info {
    min-width: 108px;
}

.qty-info .qty {
    float: left;
    width: 44px;
    padding: 4px;
    text-align: center;
}

.qty-update {
    font-size: 18px;
    line-height: 36px;
    display: block;
    float: left;
    width: 26px;
    height: 36px;
    text-align: center;
}

/* Shopping Cart Collateral boxes*/

.cart .cart-collaterals {
    margin-bottom: 20px;
}



.cart .cart-collaterals .col2-set .col-2 .shopping-info {
    margin: 0 0 15px;
    padding: 0;
}

.cart h3 {
    font-size: 21px;
}

.cart .product-name {
    white-space: normal;
}

.cart .crosssell {
    padding: 10px;
    border: 1px solid #626262;
    background: #f7f7f7;
}

.cart .crosssell h2 {
    font-size: 12px;
    font-weight: bold;
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 75px;
}

.cart .crosssell .product-details {
    margin-left: 85px;
}

.cart .crosssell .product-name {
    font-weight: bold;
}

.cart .crosssell li.item {
    margin: 0 0 8px;
    padding-bottom: 5px;
    border-bottom: 1px solid #626262;
}

.cart .crosssell li.last {
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

.cart .no-crosssell {
    overflow: hidden;
    width: 100%;
}

.cart .no-crosssell img {
    display: block;
    margin: 0 0 10px;
}

/* Discount Codes & Estimate Shipping and Tax Boxes*/

.cart .discount h2,
.cart .shipping h2 {
    font-size: 16px;
    margin: 0;
}

.cart .discount {
    padding: 15px;
    background: #f4f4f4;
}

.cart .discount .discount-form,
.cart .shipping .shipping-form {
    margin-top: 10px;
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin: 10px 0 0;
    padding: 0;
    text-align: left;
    border: 0;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin: 0;
}

.cart .discount label {
    font-weight: bold;
    color: #555;
}

@media screen and (min-width:768px) {
    .cart .discount .input-box {
        width: 172px;
    }
}

@media screen and (min-width:980px) {
    .cart .discount .input-box {
        width: 230px;
    }
}

.cart .discount .input-box {
    float: left;
}

.cart .discount .input-box .input-text {
    height: 36px;
}

@media screen and (min-width:768px) {
    .cart .discount .buttons-set {
        float: right;
        clear: none;
        margin: 0;
    }
}

@media screen and (min-width:1280px) {
    .cart .discount .buttons-set {
        float: left;
        clear: none;
        margin: 10px 0;
    }
}

.cart .shipping p {
    margin: 0 0 3px;
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 6px 0 0;
    border-top: 1px solid #c0d2af;
}

.cart .shipping .form-list .input-box {
    width: 270px;
}

.cart .shipping .form-list input.input-text {
    width: 264px;
}

.cart .shipping .form-list select {
    width: 270px;
}

.row.cart-shopping-info .buyer-production {
    min-height: 178px;
    padding-top: 15px;
    padding-left: 45px;
    border: 2px #e2e2e2 solid;
    background-position: 18px 15px;
}

.row.cart-shopping-info .item {
    min-height: 178px;
    margin: 0;
    padding: 15px 10px 0;
    border: 2px #e2e2e2 solid;
}

.row.cart-shopping-info .item p {
    text-align: center;
}

.row.cart-shopping-info .item h3 {
    margin-top: 0;
    text-align: center;
}

@media (max-width: 1199px) {
    .row.cart-shopping-info {
        margin-bottom: 25px;
    }
}
/* Shopping Cart Totals*/

.cart .totals {
    margin-top: 23px;
    padding: 6px 15px;
    background: #f4f4f4;
}

.cart .totals table {
    width: 100%;
    margin: 0 0 8px;
}

.cart .totals td {
    padding: 8px 0 8px 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
}

.cart .totals td:first-child:after {
    font-weight: bold;
    content: ':';
}





.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 14px;
    font-weight: bold;
    color: #f10f63;
}

.cart .totals .checkout-types {
    font-size: 13px;
    margin-bottom: 0;
    padding: 4px 0;
    text-align: right;
}

@media screen and (min-width: 728px) {
    .cart .totals .checkout-types li {
        display: inline-block;
        clear: both;
    }
}

@media screen and (min-width: 1280px) {
    .cart .totals .checkout-types li {
        display: block;
        clear: both;
        text-align: center;
    }
}

.cart .totals .checkout-types li .button {
    width: 220px;
    text-align: center;
    background: #f10f63 url('../images/lock_icon.png') no-repeat scroll 23px 12px;
}

/* Options Tool Tip*/

.item-options dt::after {
    content: ':';
}

.item-options dt {
    font-weight: bold;
    font-style: italic;
    display: inline-block;
}

.item-options dd {
    display: inline-block;
    padding-right: 10px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
    text-decoration: none !important;
}

.truncated a.details {
    display: inline-block;
    cursor: help;
    text-decoration: none !important;
    border-bottom: 1px dotted #4f8100;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    z-index: 999;
    top: -99999em;
    width: 250px;
    padding: 8px;
    border: 2px solid #626262;
    border-bottom-color: #666;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options dt {
    margin-top: 0;
}

.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 {
    top: 10px;
    left: 30px;
}

.col-right .truncated .show .item-options {
    top: 10px;
    left: -240px;
}

.recommend-product .block-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px rgba(0, 0, 0, .1) dashed;
}

.recommend-product .block-item.last {
    border-bottom: none;
}

.recommend-product .block-item a {
    font-size: 11px;
    display: block;
}

.recommend-product .block-item span {
    display: block;
    color: #f10f63;
}

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

/* Checkout ==============================================================================*/

/********** < Common Checkout Styles*/

/* Shipping and Payment methods*/

.sp-methods {
    margin: 0 0 8px;
}

.sp-methods dt {
    font-weight: bold;
    margin: 13px 0 5px;
}



.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label {
    font-weight: bold;
    color: #555;
}

.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: 1.5em 0 2em;
}

.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;
    margin-left: 10px;
    cursor: help;
}

/* Tooltip*/

.tool-tip {
    position: absolute;
    z-index: 9999;
    padding: 15px 20px;
    border: 2px solid #626262;
    border-bottom-color: #666;
    background: #f6f6f6;
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    overflow: hidden;
    width: 12px;
    height: 12px;
    margin: 0 0 0 auto;
    text-align: left;
    text-indent: -999em;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
}

.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 {
    position: static !important;
    float: none !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 {
    font-weight: bold;
    margin: 0;
    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;
    padding-right: 7px;
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
}

.gift-message-link.expanded {
    background-position: 100% -40px;
}

.gift-message-row {
    background: #f2efe9;
}

.gift-message-row .btn-close {
    font-size: 0;
    line-height: 0;
    float: right;
    overflow: hidden;
    width: 12px;
    height: 12px;
    text-indent: -999em;
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
}

/* Checkout Agreements*/

.checkout-agreements li {
    margin: 30px 0;
}

.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    border: 1px solid #e4e4e4;
    background: #fbfbfb;
}

.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: #555;
}

.opc .checkout-agreements {
    padding: 5px 30px;
}

.opc .checkout-agreements li {
    margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
    padding: 5px;
    background: #fff;
}

.opc .checkout-agreements .agree {
    padding-left: 6px;
}

/* Centinel*/



.centinel .authentication {
    border: 1px solid #626262;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.opc .centinel {
    padding: 10px 30px;
}

/* Generic Info Set*/

.paypal-express-review em {
    display: inline-block;
    padding-right: 2px;
    color: red;
}

.paypal-express-review .full {
    margin-bottom: 5px;
}

.full.two-field {
    margin: 0 -2%;
}

.full.two-field .field {
    display: inline-block;
    float: left;
    width: 46%;
    margin: 0 2%;
}
.paypal-express-review .step {
    display: inline-block;
    padding: 2px 6px;
    color: #fff;
    background: #1f1f1f;
}
.paypal-express-review .edit {
    display: inline-block;
    float: right;
    padding: 2px;
    color: #333;
    border-radius: 2px;
    background: #999;
}
.paypal-express-review .please-wait {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1);
}

.paypal-express-review .please-wait img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 100px;
    height: 80px;
    margin-top: -40px;
    margin-left: -50px;
    padding: 10px 20px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
}

#shipping-street1,
#shipping-country {
    width: 100%;
}

.info-set {
    margin: 0 0 25px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    background: #fff;
}

.info-set h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
}

.info-set h3,
.info-set h4 {
    font-size: 12px;
    font-weight: bold;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: normal;
}

.info-set h2.legend {
    position: relative;
    margin: -20px -20px 15px;
    padding: 8px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px 4px 0 0;
    background: #eee;
}

.info-set h3.legend {
    margin: 0 0 10px;
}

.info-set .divider {
    position: relative;
    margin: 0 -20px;
    padding: 25px 0;
}

.info-set .box {
    margin: 0 0 15px;
}

.info-set .box h2 {
    color: #e26703;
}

.info-set .data-table .product-name {
    white-space: normal;
}

.info-set .data-table .product-name a {
    font-weight: bold !important;
}

.info-set .data-table .item-options {
    margin: 5px 0 0;
}
.paypal-express-review .loading-box {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background-color: rgba(255, 255, 255, .8);
}
.paypal-express-review .loading-box .loading-pannel {
    line-height: 10em;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    display: block;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    margin-left: -24px;
    text-align: center;
    text-indent: -9999em;
    background: url('../images/ajax-loader.gif') no-repeat 0 0;
}
.buyer-production {
    padding-left: 28px;
    background-image: url(../images/buyer-production.png);
    background-repeat: no-repeat;
    background-size: 22px 26px;
}

.buyer-production p {
    margin-bottom: 5px;
}

.buyer-production ul li {
    line-height: 20px;
    padding-left: 15px;
    background: url(../images/buyer-icon.png) 0 5px no-repeat;
}
/********** Common Checkout Styles >*/

/* One Page Checkout*/

.block-progress {
    margin: 0;
    border: 0;
}

.block-progress .block-title {
    margin: 0 0 5px;
    padding: 0;
    border: 0;
    background: none;
}

.block-progress .block-title strong {
    font-size: 12px;
}

.block-progress .block-content {
    padding: 0;
    background: none;
}

.block-progress dt {
    font-size: 10px;
    line-height: 1.35;
    margin: 0 0 6px;
    padding: 2px 8px;
    text-transform: uppercase;
    color: #555;
    border: 1px solid #626262;
    background: #eee;
}

.block-progress dd {
    margin: 0 0 6px;
    padding: 2px 10px;
    border-top: 0;
}



.block-progress dt.complete a {
    text-transform: none;
}



.block-progress p {
    margin: 0;
}

.block-progress .cards-list dt {
    font-size: 11px;
    font-weight: bold;
    margin: 5px 0;
    padding: 0;
    text-transform: none;
    color: inherit;
    border: 0 none;
    background: none;
}

.block-progress .cards-list dd {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.block-progress .cards-list .info-table th {
    font-weight: normal;
}

.opc .buttons-set {
    margin-top: 0;
    padding-top: 2em;
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    line-height: 28px;
    height: 28px;
}

.opc .ul {
    padding-left: 18px;
    list-style: disc outside;
}

.opc {
    position: relative;
}



.opc .step-title {
    padding: 4px 8px 6px;
    text-align: right;
    border: 1px solid #626262;
    border-top-color: #fff;
    background: #eee;
}

.opc .step-title .number {
    font: normal 11px/12px arial, helvetica, sans-serif;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 3px;
    color: #626262;
    border: 1px solid #fff;
    background: #fff;
}

.opc .step-title h2 {
    font: bold 12px/14px Arial, Helvetica, sans-serif;
    float: left;
    margin: 0;
    color: #999;
}

.opc .step-title a {
    font-size: 11px;
    line-height: 16px;
    display: none;
    float: right;
}

.opc .allow .step-title {
    cursor: pointer;
    color: #fff;
    border-color: #999;
    border-top-color: #fff;
    background: #999;
}



.opc .allow .step-title h2 {
    color: #fff;
}

.opc .allow .step-title a {
    font-size: 10px;
    display: block;
    text-transform: uppercase;
    color: #fff;
}

.opc .active .step-title {
    padding-bottom: 5px;
    cursor: default;
    color: #fff;
    border-color: #e46b00;
    border-top-color: #fff;
    background: #e46b00;
}



.opc .active .step-title h2 {
    color: #fff;
}

.opc .active .step-title a {
    display: none;
}

.opc .step {
    position: relative;
    padding: 15px 30px;
    border: 1px solid #626262;
    border-top: 0;
    background: #fbfbfb;
}

.opc .step .tool-tip {
    right: 30px;
}

#opc-login h3 {
    font-size: 13px;
    padding-bottom: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #e4e4e4;
}

#opc-login h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    color: #2f2f2f;
}

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

.opc .gift-messages-form {
    margin: 0 -30px;
    padding: 22px 24px 22px 30px;
    border: 1px solid #626262;
    border-width: 1px 0;
    background: #f4f4f4;
}

.opc .gift-messages-form .inner-box {
    overflow: auto;
    height: 260px;
    padding: 5px;
}

#opc-review .step {
    padding: 0;
}

#opc-review .product-name {
    font-weight: bold;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    padding: 15px 30px;
    border: 0;
}

#opc-review .buttons-set p {
    line-height: 28px;
    margin: 0;
}

#opc-review .buttons-set .please-wait {
    line-height: 28px;
    height: 28px;
}

#opc-review .authentication {
    width: 570px;
    margin: 0 auto;
}

#opc-review .warning-message {
    font-weight: bold;
    padding: 10px 10px 0;
    text-align: center;
    color: #222;
}

/* Multiple Addresses Checkout*/

.checkout-progress {
    margin: 0 0 20px;
    padding: 0 90px;
}

.checkout-progress li {
    font-weight: bold;
    float: left;
    width: 19%;
    margin: 0 3px 0 0;
    padding: 2px 0 0;
    text-align: center;
    color: #888;
    border-top: 6px solid #999;
}

.checkout-progress li.active {
    color: #e96200;
    border-top-color: #e96200;
}

.multiple-checkout h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px;
}

.multiple-checkout h3,
.multiple-checkout h4 {
    font-size: 12px;
    font-weight: bold;
}

.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: #4f8100 !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%;
    right: 20px;
    margin-top: -120px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
    margin: 0 0 25px;
    padding: 20px;
    border: 1px solid #626262;
    background: #fbfbfb;
}

.multiple-checkout .col2-set h2.legend {
    position: relative;
    margin: -20px -20px 15px;
    padding: 3px 10px;
    color: #fff;
    border-bottom: 1px solid #777;
    background: #777;
}

.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
}

.multiple-checkout .col2-set .divider {
    position: relative;
    margin: 0 -20px;
    padding: 25px 0;
}

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

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 5px 10px 0 0;
}

.multiple-checkout .place-order .grand-total {
    float: right;
}



.multiple-checkout .place-order .grand-total big {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 28px;
    float: left;
    margin-right: 12px;
    color: #e26703;
}

.multiple-checkout .place-order .grand-total div {
    float: left;
}

/* Step 1*/

#multiship-addresses-table td {
    padding: 10px;
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}

/* Step 2*/

.multiple-checkout .gift-messages-form .item .details .form-list {
    overflow: hidden;
    width: 100%;
}

.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 {
    position: relative;
    padding: 13px;
    border: 1px solid #626262;
    background: #eee;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    display: none;
}

/* Step 3*/

.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}

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

/* Account Login/Create Pages ============================================================*/

.account-login .registered-users,
.account-login .new-users {
    padding: 15px;
    border: 1px rgba(0, 0, 0, .1) solid;
}

.account-login .content {
    min-height: 200px;
}

.account-login .content h2 {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 15px;
    padding: 0 0 10px;
    color: #f10f63;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

/* Account Login/Create Pages ============================================================*/

/* Captcha*/

.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    position: relative;
    display: inline;
    float: left;
    width: 258px;
    margin: 0;
}

.captcha-image .captcha-img {
    width: 100%;
    vertical-align: bottom;
    border: 1px solid #b6b6b6;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

.captcha-reload.refreshing {
    -webkit-animation: rotate 1.5s infinite linear;
       -moz-animation: rotate 1.5s infinite linear;
            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 {
    position: absolute;
    z-index: 990;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/window_overlay.png) repeat;
    background: rgba(0, 0, 0, .35);
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    width: 400px;
    margin: -85px 0 0 -200px;
    text-align: left;
    border: 1px solid #888;
    border-bottom-color: #777;
    background: #fff;
    -webkit-box-shadow: 0 0 6px #999;
       -moz-box-shadow: 0 0 6px #999;
            box-shadow: 0 0 6px #999;
}

.remember-me-popup h3 {
    font-size: 14px;
    margin: 0;
    padding: 7px 10px 5px;
    color: #626262;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #dedede;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    position: absolute;
    top: 9px;
    right: 7px;
    display: block;
    width: 15px;
    height: 15px;
    text-indent: -9999em;
    background: url(../images/btn_window_close.gif) no-repeat;
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px;
    border-top: 1px solid #e6e6e6;
}

.remember-me-popup .remember-me-popup-body a,
.remember-me-popup .remember-me-popup-body a span {
    font: bold 11px/25px Tahoma, Verdana, Arial, sans-serif;
    display: inline-block;
    height: 28px;
    padding: 0 0 0 6px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    color: #555;
    background: transparent url(../images/bkg_btn.png) 0 0 no-repeat;
}

.remember-me-popup .remember-me-popup-body a span {
    padding: 0 15px 0 9px;
    background-position: 100% 0;
}

/* 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 h2 {
    font-size: 18px;
    margin: 0 0 15px;
}

.dashboard .box .box-title {
    margin: 0 0 12px;
    text-align: right;
    background: #f2f2f2;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    float: left;
    margin: 0;
}

.dashboard .box .box-title a {
    font-size: 10px;
    text-transform: uppercase;
}

.dashboard .box .box-content {
    padding: 0 10px;
}

/* Block: Recent Orders*/

.dashboard .box-recent h2 {
    font-size: 18px;
    margin: 0;
}

/* Block: Account Information*/

.dashboard .box-info h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.dashboard .box-info address {
    padding: 0 15px;
}

/* Block: Reviews*/

.dashboard .box-reviews .box-head {
    margin: 0 0 12px;
    padding: 2px 10px;
    background: #f1f1f1;
}

.dashboard .box-reviews .box-head h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
    color: #626262;
}

.dashboard .box-reviews .number {
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    display: none;
    float: left;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    color: #fff;
    background: #0a263c;
}

.dashboard .box-reviews .details {
    padding: 0 10px;
}

.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 {
    margin: 0 0 12px;
    padding: 2px 10px;
    background: #f1f1f1;
}

.dashboard .box-tags .box-head h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.35;
    color: #626262;
}

.dashboard .box-tags .number {
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    display: none;
    float: left;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    color: #fff;
    background: #0a263c;
}

.dashboard .box-tags .details {
    padding: 0 10px;
}

.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-size: 13px;
    font-weight: bold;
    line-height: 1.25;
    margin: 0 0 12px;
    padding: 2px 10px;
    background: #f1f1f1;
}

.addresses-list h3 {
    font-size: 12px;
    font-weight: bold;
}

.addresses-list address {
    margin: 0 0 3px;
}

.addresses-list p {
    margin: 0;
}

.addresses-list a {
    font-weight: bold;
}



.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    margin: 0 0 12px;
    padding: 0 10px;
}



.addresses-list li.empty p {
    font-weight: bold;
}



/* Order View*/

.order-info dt {
    display: none;
}

.order-info ul {
    margin-bottom: 15px;
    border-bottom: 1px solid #666;
    background: #f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x;
}

.order-info li {
    font-size: 1.1em;
    line-height: 1em;
    float: left;
    border-right: 1px solid #a4a4a4;
    border-left: 1px solid #fff;
}

.order-info li.first {
    border-left: 0;
}

.order-info li.last {
    border-right: 0;
}

.order-info li a {
    display: block;
    padding: 6px 15px;
    color: #626262;
}

.order-info li a:hover {
    text-decoration: none;
    color: #626262;
    background-color: #626262;
}

.order-info li.current {
    font-weight: bold;
    padding: 6px 15px;
    color: #fff;
    background-color: #666;
}

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

.order-info-box {
    margin: 0 0 15px;
}

.order-info-box h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 8px;
    border-bottom: 1px solid #626262;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-items {
    overflow-x: auto;
    width: 100%;
}

.order-items h2,
.order-items h3 {
    font-size: 13px;
    font-weight: bold;
    clear: none;
    margin: 0 0 .45em;
    padding: 0;
}

.order-items h3 {
    font-size: 12px;
}

.order-items .product-name {
    font-weight: bold !important;
}

.order-items .link-print {
    font-size: 10px;
    text-transform: uppercase;
}

.order-items .order-links {
    text-align: right;
}

.order-items .order-links .link-print {
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
}

.order-additional {
    margin: 15px 0;
}

/* Order Gift Message*/

.gift-message dt strong {
    color: #555;
}

.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: 15px;
    font-weight: bold;
}

.page-print h2,
.page-print h3 {
    font-size: 12px;
    font-weight: bold;
}

.page-print h2.h2 {
    font-size: 15px;
    font-weight: bold;
    text-align: right;
}

.page-print .order-date {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.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: 0 0 -5em;
    padding: 0;
    border: 0;
}

.my-wishlist .buttons-set button.button {
    float: none;
}



#wishlist-table .add-to-links {
    white-space: nowrap;
}

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

#my-reviews-table .rating-box {
    margin: 3px 0 0;
}

.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 {
    display: block;
    float: none;
    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 .info-box p {
    margin: 0 0 5px;
}

.billing-agreements .form-list li select {
    float: left;
    margin: 3px 10px 0 0;
}

.billing-agreements .table-caption {
    font-size: 13px;
    font-weight: bold;
}

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

/* MAP Popup==============================================================================*/

.cart-msrp-totals {
    font-size: 12px !important;
    font-weight: bold;
    padding: 40px 0 10px;
    text-align: right;
    text-transform: uppercase;
    color: red;
}

.map-cart-sidebar-total {
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    display: block;
    padding: 5px;
    color: red;
    border-radius: 4px;
    background: #f6f6f6;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    text-shadow: 0 1px 0 #fff;
}

.map-popup {
    position: absolute;
    z-index: 100;
    width: 300px;
    margin: 12px 0 0;
    text-align: left;
    border: 1px solid #aaa;
    background: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
       -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
            box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.map-popup-heading {
    width: 260px;
    padding: 5px 30px 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #efefef ;
}

.map-popup-heading h2 {
    font-size: 16px;
    overflow: hidden;
    margin: 0;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    text-shadow: 0 1px 0 #f6f6f6;
}

.map-popup-arrow {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 19px;
    height: 10px;
    background: url(../images/map_popup_arrow.gif) no-repeat;
}

.map-popup-close {
    position: absolute;
    top: 9px;
    right: 10px;
    display: block;
    width: 15px;
    height: 15px;
    text-indent: -9999em;
    background: url(../images/btn_window_close.gif) no-repeat;
}

.map-popup-content {
    overflow: hidden;
    width: 280px;
    padding: 10px;
    text-align: left;
    border-top: 1px solid #eee;
}

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

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

/* Footer ================================================================================*/

.footer-container {
    background: #000;
}

.banner-block.why-chose {
    background: #333;
}

.block-wrapper .fa {
    font-size: 38px;
}

.block-wrapper {
    padding: 20px 0;
    text-align: center;
    text-align: center;
    color: #fff;
}

.block-wrapper h3 {
    font-size: 20px;
}

.footer {
    padding: 15px 0 40px;
}

.footer .block-title span {
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
    color: #fff;
}

.footer a {
    font-size: 14px;
    line-height: 36px;
    color: #fffbf0;
    -webkit-transition: all ease 500ms 0s;
         -o-transition: all ease 500ms 0s;
            transition: all ease 500ms 0s;
}

.footer .links a:hover {
    padding-left: 10px;
}

.footer .f-left {
    width: 520px;
}

.footer .f-right {
    width: 429px;
}

.footer li {
    line-height: 20px;
    display: block;
    white-space: nowrap;
}

.footer .links li.last {
    padding-right: 0 !important;
    background: none !important;
}

.footer .bugs {
    margin: 0;
    color: #fff;
}

.footer .bugs a {
    font-weight: bold;
    color: #fff;
}

.footer address {
    color: #fff;
}

.footer address a {
    color: #fff;
}

.footer-top {
    padding: 40px 0;
    text-align: center;
    color: #f0fcff;
    background: rgba(0, 0, 0, 0) url('../images/footer-top-bg.jpg') repeat scroll 0 0;
}

.form-subscribe .input-box {
    float: left;
    width: 50%;
    min-width: 225px;
}

@media screen and (max-width: 1279px) {
    .form-subscribe .input-box {
        width: 80%;
    }
}

.form-subscribe .input-box input {
    width: 100%;
    height: 44px;
    border: 1px solid #333;
    border-radius: 4px 0 0 4px;
    background: #000 none repeat scroll 0 0;
}

.form-subscribe-header {
    float: left;
    width: 30%;
}

.footer-top label {
    font-size: 21px;
    line-height: 44px;
}

.form-subscribe button {
    float: left;
    border-radius: 0 4px 4px 0;
    background: #000 none repeat scroll 0 0;
}

.social > li {
    display: inline-block;
}

.social > li span {
    display: none;
}

.social li a {
    font-size: 18px;
    line-height: 44px;
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 0 1px;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 500ms ease 0s;
}

.social li:hover a {
    color: #000;
    background: #fff none repeat scroll 0 0;
}

.social-facebook {
    background: #39599f none repeat scroll 0 0;
}

.social-twitter {
    background: #46b0e3 none repeat scroll 0 0;
}

.social-tube {
    background: #e74847 none repeat scroll 0 0;
}

.social-google {
    background: #385a75 none repeat scroll 0 0;
}

.social-blog {
    background: #000;
}

.footer-container .bottom-info {
    padding: 10px 0;
    background: #333;
}

@media screen and (max-width: 979px) {
    .social {
        margin-bottom: 30px;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .bottom-info address,
    .bottom-info .payment-img {
        text-align: center;
    }
}

@media screen and (min-width: 1280px) {
    .bottom-info address {
        text-align: left;
    }

    .bottom-info .payment-img {
        text-align: right;
    }
}

.bottom-info address {
    margin-top: 20px;
    color: #fff;
}

.footer .join-us {
    padding: 30px 0;
}

.footer .form-subscribe {
    position: relative;
}

.footer .form-subscribe label {
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 0;
    padding-top: 2px;
    color: #fff;
}

.footer .form-subscribe input.input-text {
    width: 100%;
    border: 1px solid #fffbf0;
}

.footer .form-subscribe button {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 44px;
    border-radius: 0 4px 4px 0;
}

.footer .footer-callout {
    position: relative;
    display: block;
    margin: -10px 0 10px;
}

.footer .store-switcher {
    text-align: right;
    color: #555;
}

.footer .store-switcher label {
    font-weight: bold;
    vertical-align: middle;
}

.footer .store-switcher select {
    padding: 0;
    vertical-align: middle;
}

.footer-container .bottom-container {
    margin: 0 0 8px;
    text-align: right;
}

.scroll-to-top {
    font-size: 24px;
    line-height: 44px;
    position: fixed;
    z-index: 99;
    right: 30px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    text-align: center;
    color: #f10f63;
    border: 2px solid #f10f63;
    border-radius: 50%;
    background: #fff none repeat scroll 0 0;
    -webkit-transition: all 500ms ease 0s;
         -o-transition: all 500ms ease 0s;
            transition: all 500ms ease 0s;
}

.scroll-to-top:hover {
    color: #fff;
    background: #f10f63;
}

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

/* Sample Data============================================================================*/

.home-callout {
    margin-bottom: 12px;
}

.home-callout img {
    display: block;
}

.best-selling h3 {
    font-size: 1.2em;
    margin: 12px 0 6px 0;
    color: #e25203;
}

.best-selling table {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.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 {
    font-size: 11px;
    width: 50%;
    padding: 8px 10px 8px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}

.best-selling .product-description {
    line-height: 1.3em;
    margin-left: 107px;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
    color: #203548;
}

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

.effect {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    text-transform: capitalize;
    color: #fff;
    border-radius: 4px;
}

.effect.effect-1 {
    -webkit-transition: all .2s linear 0s;
            transition: all .2s linear 0s;
}

.effect.effect-1:before {
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 100%;
    content: '\f178';
    opacity: 0;
    -webkit-transition: all .2s linear 0s;
            transition: all .2s linear 0s;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.effect.effect-1:hover {
    text-indent: -20px;
}

.effect.effect-1:hover:before {
    text-indent: 0;
    opacity: 1;
}

.effect.effect-2 {
    -webkit-transition: all .2s linear 0s;
            transition: all .2s linear 0s;
}

.effect.effect-2:before {
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 100%;
    content: '\f0a4';
    text-align: center;
    border-radius: 0 6px 6px 0;
    background-color: rgba(255, 255, 255, .3);
    -webkit-transition: all .2s linear 0s;
            transition: all .2s linear 0s;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.effect.effect-2:hover {
    text-indent: -30px;
}

.effect.effect-2:hover:before {
    right: 0;
    text-indent: 0;
}

.effect.effect-3 {
    -webkit-transition: all .2s linear 0s;
            transition: all .2s linear 0s;
}

.effect.effect-3:before {
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    position: absolute;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    content: '\f178';
    text-align: center;
    -webkit-transition: all .2s linear 0s;
            transition: all .2s linear 0s;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.effect.effect-3:hover {
    text-indent: -9999px;
}

.effect.effect-3:hover:before {
    top: 0;
    text-indent: 0;
}

.effect.effect-4 {
    -webkit-transition: all .2s linear 0s;
            transition: all .2s linear 0s;
}

.effect.effect-4:before {
    font-family: FontAwesome;
    font-size: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    content: '\f178';
    text-align: center;
    -webkit-transition: all .2s linear 0s;
            transition: all .2s linear 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.effect.effect-4:hover {
    text-indent: -9999px;
}

.effect.effect-4:hover:before {
    text-indent: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}

.effect.effect-5 {
    -webkit-transition: all .2s linear 0s;
            transition: all .2s linear 0s;
}

.effect.effect-5:before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 100%;
    content: '\f054';
    border-radius: 0 50% 50% 0;
    background-color: rgba(255, 255, 255, .3);
    -webkit-transition: all .2s linear 0s;
            transition: all .2s linear 0s;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left center;
            transform-origin: left center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.effect.effect-5:hover {
    text-indent: 30px;
}

.effect.effect-5:hover:before {
    text-indent: 0;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
}

/* Clears ================================================================================*/

.clearer:after,
.price-box:after,
.category-wrapper .category-container ul:after,
.product-view .product-shop .add-to-links:after,
#nav:after,
.footer-container .bottom-container:after,
.search-autocomplete li:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.shopping-info ul:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.order-info ul: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-tabs: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 .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,
.discount-form:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.review-heading:after,
.form-subscribe:after,
.color-block:after,
.full.two-field:after,
.top-layer-view .item:after,
.switch-container-right:after,
#top-narrow-by-list:after,
.qty-info:after,
.breadcrumbs:after,
.send-friend .form-list li p:after {
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}
