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

/* Reset ================================================================================= */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:200,300,400,700&subset=latin-ext');

body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font: 12px/1.55 Arial, Helvetica, sans-serif;
    color: #757575;
    text-align: left
}

html,
body {
    height: auto !important;
}

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

a {
    color: #aaa;
    outline: medium none !important;
}

a:hover {
    text-decoration: none
}

:focus {
    outline: 0
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px;
    line-height: 1.35;
    color: #0a263c
}

h1 {
    font-size: 20px;
    font-weight: normal
}

h2 {
    font-size: 18px;
    font-weight: normal
}

h3 {
    font-size: 16px;
    font-weight: bold
}

h4 {
    font-size: 14px;
    font-weight: bold
}

h5 {
    font-size: 12px;
    font-weight: bold
}

h6 {
    font-size: 11px;
    font-weight: bold
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Arial, sans-serif;
}

/* Forms */
form {
    display: inline
}

fieldset {
    border: 0
}

legend {
    display: none
}

/* Table */
table {
    border: 0;
    /*border-collapse:collapse;*/
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%
}

caption,
th,
td {
    vertical-align: middle;
    text-align: left;
}

/* Content */
strong {
    font-weight: bold
}

address {
    font-style: normal;
    line-height: 1.35;
    color: #333;
}

cite {
    font-style: normal
}

q,
blockquote {
    quotes: none
}

q:before,
q:after {
    content: ''
}

small,
big {
    font-size: 1em
}

/*sup{font-size:1em;vertical-align:top}
*/

/* Lists */
ul,
ol {
    padding: 0;
}

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

.nobr {
    white-space: nowrap !important;
    font-size: 12px
}

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

.clear_b {}

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

/* Layout ================================================================================ */
.page-wrapper {
    overflow: hidden;
}

.page {}

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

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

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

.main {
    margin: 0;
    padding: 0px;
    text-align: left;
}

.col-left .currency-switcher {
    display: none
}

/* Base Columns */
.sidebar-main {
    margin: 0;
}

.col-main {
    font-size: 0;
}

.col-right {
    margin-top: 60px;
}

.catalog-product-view .col-left {
    margin-top: 0px;
}

.page-layout-2columns-left .sidebar-main,
.page-layout-2columns-left .sidebar-additional,
.page-layout-2columns-right .sidebar-main,
.page-layout-2columns-right .sidebar-additional {
    width: 25% !important;
    padding-right: 15px;
    padding-left: 15px;
}

.sidebar.sidebar-additional {
    padding-top: 30px;
    padding-bottom: 20px;
}

.page-layout-2columns-left .product-view .product.media,
.page-layout-2columns-right .product-view .product.media,
.page-layout-3columns .product-view .product.media {
    width: 41.6667%;
}

.page-layout-2columns-left .product-view .product-info-main,
.page-layout-2columns-right .product-view .product-info-main,
.page-layout-3columns .product-view .product-info-main {
    width: 58.3333%;
}

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

.page-layout-1column .product-view .product.media {
    width: 40%;
}

.page-layout-1column .product-view .product-info-main {
    width: 60%;
}

/* 2 Columns Layout */
.page-layout-2columns-left .alocolumns,
.page-layout-2columns-right .alocolumns {
    margin: 0 -15px;
}

.col2-left-layout .col-main {
    margin-top: 20px;
}

.col2-right-layout .col-main {
    margin-top: 30px;
}

.page-layout-2columns-left .column.main,
.page-layout-2columns-right .column.main {
    width: 75% !important;
    padding: 0 15px;
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 475px;
    margin-left: 17px
}

.col3-layout .col-wrapper {
    float: left;
    width: 687px
}

.col3-layout .col-wrapper .col-main {
    float: right
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 48.5%
}

.col2-set .col-2 {
    float: right;
    width: 48.5%
}

.col2-set .col-3 {
    float: right;
    width: 48.5%
}

.col2-set .col-narrow {
    width: 32%
}

.col2-set .col-wide {
    width: 65%
}

.col3-set .col-1 {
    float: left;
    width: 32%
}

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

.col3-set .col-3 {
    float: right;
    width: 32%
}

.col4-set .col-1 {
    float: left;
    width: 23.5%
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%
}

.col4-set .col-3 {
    float: left;
    width: 23.5%
}

.col4-set .col-4 {
    float: right;
    width: 23.5%
}

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

/* Global Styles ========================================================================= */

/* Form Elements */
input,
select,
textarea,
button {
    font: 12px/15px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #666;
}

input.input-text,
select,
textarea {
    background: #fff;
    border: 1px solid #dfdfdf;
}

input.input-text,
textarea {
    padding: 8px;
    height: 35px;
    font-size: 13px;
}

select {
    padding: 8px;
    /*-moz-appearance: none;*/
}

select option {
    padding-right: 10px
}

select.multiselect option {
    padding: 2px 5px
}

select.multiselect option:last-child {
    border-bottom: 0
}

textarea {
    overflow: auto;
    height: auto;
}

input.radio {
    margin-right: 3px;
    display: inline-block;
    margin-top: 0;
    min-height: 18px
}

input.checkbox {
    margin-right: 3px
}

input.qty {
    width: 2.5em !important
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    border-color: #dfdfdf;
    font-family: Arial, sans-serif;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
    color: #333;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0
}

/* FF Fix */
button.button {
    -webkit-border-fit: lines
}

/* <- Safari & Google Chrome Fix */
button.button,
button,
.cart .continue,
.actions-toolbar .primary a.action {
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    width: auto;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    padding: 0 22px;
    border-radius: 0px;
}

button.button span,
button span,
.review-form .action.submit.primary,
.cart .continue span,
.actions-toolbar .primary a.action span {
    display: block;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
}

button.button span span,
.blog-postbox .button-set button.button span span {
    padding: 0
}

.cart-container .checkout-methods-items .action.primary {
    height: 45px;
    line-height: 45px;
}

button.disabled {
    position: relative;
}

button.disabled span {
    opacity: 0.5;
    padding: 0 0 0 20px !important;
}

.product-add-form button.disabled span {
    padding: 0 0 0 15px !important;
}

.item .actions-no .button.btn-cart.disabled:before,
.product-view .add-to-cart button.button.disabled:before,
.item .actions-cart .stock.unavailable.disabled:before,
.item:hover .actions-cart .button.btn-cart.disabled:before {
    background: none;
}

.product-view .add-to-cart button.button.disabled:before,
.block-bundle-summary .box-tocart button.button.disabled:before,
.item .actions-no .button.btn-cart.disabled:before {
    animation: 2s linear 0s normal none infinite running fa-spin;
    -webkit-animation: 2s linear 0s normal none infinite running fa-spin;
    content: "\f110";
    font-family: "FontAwesome";
    position: absolute;
    left: 8px;
    top: 6px;
    z-index: 99;
    height: auto;
    width: auto;
    line-height: normal;
    font-size: 15px;
}

.product-view .add-to-cart button.button.disabled:before,
.product-view .add-to-cart button.button.disabled:before,
.block-bundle-summary .box-tocart button.button.disabled:before {
    left: 15px;
    top: 12px;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba
}

button.btn-checkout.no-checkout span span {
    background-position: 100% 100%
}

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

#add_recipient_button {
    margin: 0px;
    overflow: hidden;
    padding-left: 10px;
}

button.button:hover,
button:hover,
.cart .continue:hover,
.actions-toolbar .primary a.action:hover,
button.button,
button,
.cart .continue,
.actions-toolbar .primary a.action,
button:focus {
    border-width: 1px;
}

/* Form Highlight */
input.input-text:focus,
select:focus,
textarea:focus,
._keyfocus *:focus,
input:focus:not([disabled]),
textarea:focus:not([disabled]),
select:focus:not([disabled]) {
    background-color: #fff;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); */
    outline: 0 none;
    box-shadow: none;
}

a:hover,
a:focus {
    outline: none !important;
    text-decoration: none;
}

/*.highlight{background:#efefef}
*/

/* Form lists */

/* Grouped fields */

/*.form-list{width:535px;margin:0 auto;overflow:hidden}
*/
.form-list li {
    margin: 0 0 8px
}

.form-list label,
.fieldset label {
    display: inline-block;
    color: #666;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.fieldset .newsletter label {
    float: none;
    display: inline-block;
}

.form-list label.required {}

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

.form-list li.control label {
    float: none;
    margin: 0
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
    margin-top: 0;
    display: inline-block;
    vertical-align: top
}

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

.radio,
.checkbox {
    display: inline-block;
    margin-top: 0 !important;
}

/*.form-list li.fields{margin-right:-15px}
*/
.form-list .input-box {
    display: block;
    clear: both;
    width: 100%;
    padding-bottom: 5px
}

.form-list .field {
    /* float:left;width:275px;*/
}

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

.form-list textarea {
    /*width:254px;*/
    width: 100%;
    height: 10em
}

.form-list select {
    width: 100%
}

.form-list li.wide .input-box {
    /* width:535px;*/
}

.form-list li.wide input.input-text {
    /* width:529px;*/
}

.form-list li.wide textarea {
    /*width:529px;*/
}

.form-list li.wide select {
    /* width:535px;*/
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0
}

.form-list .input-range input.input-text {
    width: 74px
}

.form-list-narrow li {
    margin-bottom: 0
}

.form-list-narrow li .input-box {
    margin-bottom: 6px
}

.form-list-narrow li.wide .input-box {
    width: 260px
}

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
    width: 254px
}

.form-list-narrow li.wide select {
    width: 260px
}

/* --- Contact page */
.contact-content .field textarea {
    height: 175px;
    border-radius: 5px;
}

textarea::-moz-placeholder {
    color: #333;
}

.contact-form .actions-toolbar .primary {
    margin: 20px 0;
}

.contact-form .fieldset input.input-text {
    height: 49px;
}

.contact-content .form-list textarea {
    height: 175px;
    border-radius: 5px;
}

.contact-content iframe {
    width: 100%;
}

.google-map p {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}

.buttons-set.buttons-set-contact {
    padding: 0px;
    margin: 20px 0;
}

.contacts-index-index .contact-form-box {
    padding: 0;
    margin: 0 0 30px 0;
}

.contacts-index-index .contact-form-box label {
    padding-bottom: 5px;
}

.store-title,
.contact-content .page-subheading {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 40px;
}

.store-title .title-store,
.contact-content .page-subheading {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin: 0;
    padding: 0 0 16px;
}

.contact-content .short-description {
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 22px 0 68px;
}

.contacts-index-index .contact-form-box .form-selector {
    padding-bottom: 25px;
}

.map-conttact ul {
    line-height: 28px;
    list-style: disc;
    list-style-position: inside;
    font-style: italic;
}

.map-conttact ul.store_info {
    list-style: none;
    font-style: normal;
    color: #696969;
}

.map-conttact ul.store_info i {
    display: inline-block;
    width: 30px;
    line-height: inherit;
}

#message-box-conact .fa {
    line-height: inherit;
}

.store-contact {
    background-color: #fff;
    padding: 30px 0;
}

.store-contact .store4 .store-item {
    border: 0;
}

.store-item .block-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    margin-top: 15px;
}

.store-item .store_info {
    margin: 0;
    list-style: none;
    padding: 0;
    float: left;
    width: 50%;
}

.store-item .store_info.store_info_last {
    padding-left: 2%;
}

.store_info li {
    padding-bottom: 30px;
}

.store_info li:last-child {
    padding-bottom: 0;
}

.store_info .icons {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    color: #666;
    text-align: center;
}

.store_info .fa-map-marker.icons {
    font-size: 20px;
}

.store_info .fa-phone.icons {
    font-size: 18px;
}

.store_info .flex {
    margin: 0;
    padding-left: 18px;
    display: inline-block;
    vertical-align: middle;
}

.store_info .tit-name {
    display: block;
    font-size: 14px;
    color: #333;
}

.store_info .tit-contain,
.store_info .tit-contain a {
    color: #888888;
    font-size: 14px;
    display: block;
}

.locations .store-item .block-title {
    margin-top: 30px;
}

.store-item .onmap {
    text-align: left;
}

.store-item .onmap .onclick-map {
    margin-top: 30px;
    line-height: 40px;
    border-radius: 35px;
}

.locations .store-item .single-store p {
    font-size: 15px;
    line-height: 30px;
    margin: 20px 0;
}

.store-contact.locations {
    padding: 0;
}

.store-contact.locations .store-item {
    border: 0 none;
}

.store-contact.locations .store-item {
    border-bottom: 1px solid #e9e9e9;
}

.single-store {
    float: left;
    width: 40%;
}

.column_right {
    float: left;
    width: 60%;
    padding-left: 20px;
}

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

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

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

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

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

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

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

.form-list .customer-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: 2em 0;
    padding: 0 0 0;
    text-align: right
}

.buttons-set.buttons-set-contact {
    padding: 0 15px;
}

.box-review_form .form-add .buttons-set {
    padding: 15px 0;
    margin: 0
}

.buttons-set p.required {
    margin: 0 0 10px;
    float: right;
    line-height: 30px;
}

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

.buttons-set button.button {
    float: left
}

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

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

.fieldset {
    background: #fff;
    padding: 22px 25px 12px 33px;
    margin: 28px 0
}

.fieldset .legend {
    font-weight: normal;
    font-size: 14px;
    border: 0;
    color: #252525;
    margin: 0px;
    padding: 0 0 10px;
    display: block;
}

.fieldset .legend span {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}

.form.create.account>.fieldset {
    float: left;
    padding: 0 25px;
    width: 50%;
    margin: 20px 0 25px;
}

.form.create.account .actions-toolbar {
    clear: both;
    padding: 0 25px;
}

.customer-account-forgotpassword .fieldset {
    padding: 0;
    margin: 0 0 25px;
}

.account .fieldset {
    margin: 0;
    padding: 0;
}

.account .actions-toolbar {
    padding: 20px 0 0;
}

.abs-discount-block-desktop .block:nth-child(2)+*,
.login-container .block:nth-child(2)+*,
.account .column.main .block:not(.widget) .block-content .box:nth-child(2)+*,
.block-addresses-list .items.addresses>.item:nth-child(2)+*,
.form-edit-account .fieldset:nth-child(2)+*,
.form-address-edit .fieldset:nth-child(2)+*,
.storecredit .block:nth-child(2)+*,
.paypal-review-discount .block:nth-child(2)+*,
.cart-discount .block:nth-child(2)+* {
    clear: both;
}

.multishipping-checkout-address-newshipping .fieldset,
.contact-index-index .fieldset {
    margin: 0;
    padding: 0;
}

.contact-content .fieldset {
    padding: 0px;
}

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

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

.validation-passed {}

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

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong,
.action.edit span,
.action.back span,
.action.remind span,
.login-container .fieldset::after,
.block.block-dashboard-orders .actions a {
    color: #ff0000;
}

.action.edit span:hover,
.action.back span:hover,
.action.remind span:hover {
    text-decoration: underline;
}

.action.back.customization:hover span {
    color: #fff;
}

/* Expiration date and CVV number validation fix */
.v-fix {
    float: left
}

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

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

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

.notice {
    color: #e26703
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.messages {
    width: 100%;
    overflow: hidden;
    z-index: 465;
    position: relative;
}

.messages li {
    margin: 0 0 10px !important
}

.messages li li {
    margin: 0 0 3px !important
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
    font-size: 11px !important;
    font-weight: bold !important
}

.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    background-image: url(../images/i_msg-error.gif);
    color: #df280a
}

.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    background-image: url(../images/i_msg-success.gif);
    color: #3d6611
}

.note-msg,
.notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    background-image: url(../images/i_msg-note.gif);
    color: #3d6611
}

#popupNewsletterMessages.messages {
    padding: 40px 9px 10px 10px !important;
}

/* BreadCrumbs */
.breadcrumbs {
    text-align: left;
    margin: 0px;
}

.breadcrumbs li {
    display: inline-block;
    line-height: 35px;
    vertical-align: middle;
    padding: 0;
}

.breadcrumbs li:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #e1e1e1;
    font-size: 8px;
    padding: 0 15px;
}

.breadcrumbs li.home {
    background-image: none;
}

.breadcrumbs li.home:before {
    display: none;
}

.breadcrumbs li.home {
    padding-left: 0
}

.breadcrumbs li.home a {
    background-color: transparent;
    padding-left: 0
}

.breadcrumbs li a {
    outline: medium none;
    color: #111111;
}

.breadcrumbs li a,
.breadcrumbs li strong {
    font-size: 15px;
    color: #111111;
    text-transform: capitalize;
    display: inline-block;
    line-height: normal;
    padding: 0;
    font-weight: normal;
}

.inner-breadcrumbs {
    padding: 18px 0 30px;
}

.breadcrumbs ul {
    margin: 0;
    padding: 0px;
    border-bottom: 1px solid #ebebeb;
}

/* Page Heading */
.page-title {
    width: 100%;
    overflow: hidden;
    margin: 25px 0;
}

.page-title h1,
.page-title h2,
.page-title-wrapper h1,
.page-title-wrapper h2 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    line-height: 40px;
}

.page-title h1 span,
.page-title h2 span,
.page-title-wrapper h1 span,
.page-title-wrapper h2 span {
    font-size: 14px;
}

.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 {
    color: #333;
    font-size: 17px;
    padding: 5px 0 0;
}

.page-products .page-title-wrapper {
    text-align: left;
}

.page-products .page-title-wrapper h1 span {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    display: none;
}

.page-products .page-title {
    margin: 0;
}

/* Pager */
.toolbar-products .pages {
    float: right;
    display: inline-block;
}

.pager {
    margin: 0;
    padding: 0;
    border-top: 0;
    text-align: center
}

.pager .amount {
    float: left;
    margin: 0
}

.pager .amount strong {
    font-weight: normal
}

.pager .limiter {
    float: right
}

.pager .limiter label {
    vertical-align: middle;
    font-weight: 300;
    margin: 0;
    vertical-align: middle
}

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

.pager .pages strong {
    display: none;
    color: #2a2a2a;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    padding-right: 10px;
}

.pager .pages ol {
    display: inline
}

.pages .pages-items {
    display: block;
}

.pages li {
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 5px;
    width: 30px;
    text-align: center;
}

.pages li a {
    border: 0 none;
    display: block;
    font-size: 14px;
    height: 29px;
    line-height: 29px;
    padding: 0;
    text-decoration: none;
}

.pages li a span,
.pages li strong span {
    font-size: 14px;
    font-weight: bold;
    color: #8f8f8f;
}

.pages li.current .page {
    font-weight: normal;
    padding: 0px;
}

.pages li a .fa {
    padding-left: 5px
}

.pages .action.next:before {
    color: #7d7d7d;
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: inherit;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.pages .action.previous:before {
    color: #7d7d7d;
    content: "\f104";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: inherit;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.pages>.label,
.pages .action span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.pages .item .label {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Sorter */
.sorter-label,
.limiter .label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    float: left;
    padding: 0 10px 0 15px;
    margin: 0;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: normal;
}

.sorter .limiter {
    margin: 0;
    padding: 0 0 0 15px;
}

.pager {
    float: right;
    margin: 0;
    display: none;
}

.limiter,
.sorter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.limiter .limiter-text {
    display: none;
}

.toolbar .limiter,
.toolbar .sorter {
    padding-top: 0;
}

.sorter select,
.limiter select {
    color: #333;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    margin: 0;
    padding: 0px 18px 0px 12px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.sorter {
    padding-right: 15px;
}

.modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.modes-label {
    float: left;
    line-height: 30px;
    padding-right: 15px;
    font-weight: 400;
    display: none;
}

.mode-grid {
    margin-right: 10px;
}

.modes-mode {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    float: left;
    outline: medium none;
    padding: 0px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 28px;
}

.modes-mode:before {
    content: "\f00a";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: normal;
    line-height: inherit;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.modes-mode>span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.mode-list:before {
    content: "\f0ca";
}

.abs-visually-hidden-desktop-s {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.toolbar-amount,
.products.wrapper~.toolbar .modes {
    display: block;
}

.products.wrapper~.toolbar .pages {
    float: right;
}

.toolbar-amount {
    line-height: 29px;
    font-size: 14px;
    padding: 0;
    color: #aaa;
    display: none;
}

.toolbar-bottom .toolbar-products .pages {
    display: block;
}

.sorter-action:before {
    line-height: 34px;
}

/* Toolbar */
.toolbar {
    margin: 0px 0 30px;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
    clear: both;
}

.products.wrapper~.toolbar {
    position: relative;
}

.toolbar-bottom .sorter .sort-by,
.toolbar-bottom .sorter .limiter,
.toolbar-bottom .sorter .view-mode {
    display: none;
}

.products.wrapper~.toolbar .toolbar-amount {
    display: block;
}

.toolbar-amount .toolbar-number {
    font-weight: normal;
    font-size: 14px;
}

.toolbar-bottom {
    clear: both;
}

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

.toolbar-bottom .toolbar-products .toolbar-amount {
    display: none;
}

/* Data Table */
.data-table {
    width: 100%;
    border: 1px solid #dfdfdf;
}

.data-table .odd {
    background: #ffffff
}

.data-table .even {
    background: #ffffff
}

.data-table thead {
    background-color: #f7f7f7;
}

.data-table thead th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;
    border-right: 1px solid #ddd;
    padding: 15px 8px;
}

/*.data-table tr.odd:hover,.data-table tr.even:hover{background:#ebf1f6}
*/
.cart.table-wrapper .product-item-name a,
.data-table tbody tr td .cart-price .price {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.data.table tbody tr td.a-subtotal .cart-price .price,
.data.table tbody tr td .cart-price .price {
    color: #333;
    font-size: 18px;
}

.data.table tbody tr td input.qty {
    border: 0px solid #ededed !important;
    color: #333;
    text-align: center;
    width: 35px !important;
    float: left;
    height: 35px;
    border: 0;
    background-color: transparent;
    font-size: 14px;
}

.data.table tbody tr td input.qty:focus {
    box-shadow: none;
}

.data-table tfoot {
    border-bottom: 1px solid #eeeeee
}

.data-table tfoot tr {
    background-color: #fff !important
}

.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
}

.data-table tfoot strong {
    font-size: 16px
}

.data-table tbody th,
.data-table tbody td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd
}

.data.table .custom-qty {
    margin: 0 auto;
    border: 1px solid #ebebeb;
    width: 115px;
}

.data.table .custom-qty .alo_qty {
    width: 35px;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #333;
    text-align: center;
    outline: medium none;
}

.cart.table-wrapper .col {
    vertical-align: middle;
    padding-top: 13px;
}

.cart.table-wrapper thead .col span,
.cart-summary>.title {
    font-size: 15px;
    color: #333;
    font-weight: bold;
}

.cart.table-wrapper .item .col.item {
    padding: 30px 0 0;
}

.cart.table-wrapper .item-actions td {
    padding: 0 0 10px;
}

.cart-summary .block .fieldset .methods .field>.label {
    float: none;
}

.cart.table-wrapper .product-image-container {
    display: inline-block;
}

.checkout-index-index .nav-sections {
    display: block;
}

.checkout-container {
    margin: 30px 0 0;
}

.opc-estimated-wrapper .estimated-block .estimated-label,
.opc-estimated-wrapper .estimated-block .estimated-price {
    font-size: 18px;
    font-weight: 600;
}

.checkout-container .modal-custom .action-close {
    right: 35px;
}

.opc-block-shipping-information {
    padding: 0 30px;
}

/* Bundle products tables */
.data-table tbody.odd tr {
    background: #f8f7f5 !important
}

.data-table tbody.even tr {
    background: #f6f6f6 !important
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 1px solid #eeeeee
}

.data-table tbody td .option-label {
    font-weight: bold;
    font-style: italic
}

.data-table tbody td .option-value {
    padding-left: 10px
}

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

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

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

.info-table td {
    padding: 2px 0
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer
}

tr.summary-total td {}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer
}

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

tr.show-details td {}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db
}

tr.summary-details-excluded {
    font-style: italic
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer
}

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

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

/* Class:std - styles for admin-controlled content */
.std .subtitle {
    padding: 0;
}

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

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

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

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

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

.std ul {
    list-style: disc outside;
    padding-left: 1.5em;
}

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

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

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

.std dt {
    font-weight: bold
}

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

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

.std address {
    font-style: normal;
}

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

.std em {
    font-style: italic;
}

/* Misc */
.links li {
    display: inline
}

.links li.last {}

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

.link-wishlist {
    color: #d22753;
    font-weight: normal
}

.link-reorder {
    font-weight: normal;
    color: #ea5648 !important
}

.link-compare {
    font-weight: bold
}

.link-print {
    font-weight: bold;
    color: #d22753
}

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

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

.btn-edit {
    display: block;
    padding: 9px;
    font-size: 12;
    line-height: 0;
}

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

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

.separator {
    margin: 0 3px
}

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

#product-attribute-specs-table th {
    color: #666666;
    border-radius: 0;
    display: block;
    font-size: 100%;
    text-align: left;
}

#product-attribute-specs-table th,
#product-attribute-specs-table td {
    font-size: 14px;
}

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

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

.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px
}

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

/* Cookie Notice */
.notice-cookie {
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    /* IE8 */
}

/* Noscript Notice */
.noscript {}

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

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

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

/* Demo 404 */
.cms-no-route .alocolumns {
    padding-top: 25px;
}

.cms-no-route .page-title-wrapper {
    display: none;
}

.cms-no-route .page-not-found {
    text-align: center;
}

.cms-no-route .page-not-found .page-title h1,
.cms-no-route .page-not-found .page-title h1 span {
    line-height: 130px;
    text-indent: -999em;
    padding-top: 120px;
}

/* .cms-no-route .page-404 .banner-header{background-image: url("../images/alothemes/404.jpg");background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;min-height: 100vh;text-align: center;} */
.cms-no-route .page-not-found .page-title h1 span {
    color: #242628;
    font-weight: bold;
}

.page-not-found h2 {
    color: #333;
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.page-not-found h3 {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}

.page-not-found .block-newletter label {
    display: none;
}

.page-not-found .form-search {
    margin: 0 auto;
    position: relative;
    width: 500px;
}

.page-not-found .form-search .button {
    position: absolute;
    top: 2px;
    right: 2px;
    border: 0 none;
    height: 41px;
    line-height: 41px;
}

.page-not-found .form-search .button span {
    height: 43px;
    line-height: 45px;
    background-color: transparent;
}

.page-not-found .form-search .button span .fa {
    font-size: 17px;
}

.page-not-found .previus-page {
    letter-spacing: 3px;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding: 0 29px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 60px 0 100px;
    display: inline-block;
    border: 1px solid #aaaaaa;
}

.page-not-found .previus-page:hover {
    background-color: #666;
    color: #fff;
    border: 1px solid #666;
}

.page-not-found .form-search #search {
    width: 500px;
    border: 2px solid #242628;
    height: 45px;
    line-height: 45px;
    padding: 0 60px 0 9px;
}

/* ======================================================================================= */
/* Header ================================================================================ */
.page-header {
    margin: 0;
    padding: 0;
    position: relative;
}

.cms-index-index .header-container-fixed,
.header-container-fixed {
    animation-duration: 450ms;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    box-shadow: 0 0 3px #666666;
    -moz-box-shadow: 0 0 3px #666666;
    -webkit-box-shadow: 0 0 3px #666666;
    -o-box-shadow: 0 0 3px #666666;
    -ms-box-shadow: 0 0 3px #666666;
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100%, 0px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.header .header-content.header-container-fixed {
    padding: 5px 0;
}

.catalog-product-view .header-container-fixed {
    z-index: 99999;
}

.header-container-fixed .mini-maincart .mini-contentCart {
    top: 56px;
}

.header-container-fixed .magicmenu .nav-desktop .level0.ext .level-top::before {
    bottom: 16px;
}

.header .form-language {
    clear: both;
    padding: 10px 0;
    text-align: left;
    float: left
}

.header .form-language label {
    font-weight: bold;
    padding-right: 5px;
    color: #a7c6dd;
    vertical-align: middle;
    float: left;
    margin: 0
}

.header .form-language select {
    padding: 0
}

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

.top-links .or {
    margin: 0;
    float: left;
}

.header .header-setting .icon-setting {
    cursor: pointer;
}

.header .top-form-language .dropdown-toggle .dropdown-icon,
.header .top-form-language .dropdown-toggle .value,
.header .top-form-language .dropdown-toggle .caret,
.header .currency_top .dropdown-toggle .dropdown-icon,
.header .currency_top .dropdown-toggle .value,
.header .currency_top .dropdown-toggle .caret {
    display: inline-block;
    cursor: pointer
}

.header .top-form-language .dropdown-toggle .dropdown-icon {
    background-position: 0 3px;
    background-repeat: no-repeat;
    font-size: 100%
}

.header .top-form-language .dropdown-toggle .value,
.header .currency_top .dropdown-toggle .label,
.header .currency_top .dropdown-toggle .value {
    font-size: 13px;
    color: #fff;
    padding-right: 15px;
    padding-left: 2px
}

.header .currency_top .dropdown-toggle .label {
    display: none
}

.page-header .currency_top .switcher .options ul.dropdown li {
    padding: 8px 35px 8px 35px;
}

.header .currency_top .label,
.header .top-form-language .label {
    position: static;
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 18px;
    font-weight: normal;
    display: none;
}

.header .currency_top .label span,
.header .top-form-language .label span {
    position: static;
    font-size: 15px;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 18px;
    font-weight: normal;
    display: block;
}

.header .top-form-language .current .label,
.header .top-form-language li:hover .label {
    border-bottom: 2px solid #d22753;
}

.header .top-form-language .dropdown-switcher li a,
.header .currency_top .dropdown-switcher li a {
    font-size: 13px;
    font-weight: 300;
    color: #666;
    text-decoration: none;
    display: block
}

.header .top-form-language .action .switcher-option {
    padding-left: 17px;
}

.header .top-form-language .switcher-option a {
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 100%;
    padding: 5px 12px;
}

.header-element-content-inner {
    border-top: 1px solid #e5e5e5;
    padding: 25px 0;
}

.dropdown.options.switcher-options {
    position: static;
}

.page-header .switcher .options,
.page-footer .switcher .options {
    position: relative;
    line-height: normal;
    padding: 12px 18px 11px;
}

.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
    color: inherit;
    content: "\f0d7";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 3px;
}

.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
    content: "\f0d8";
    font-family: "FontAwesome";
}

.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
    background: #ffffff none repeat scroll 0 0;
    display: none;
    margin: 0;
    padding: 5px 0px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    text-align: left;
}

.page-header .switcher .options.active ul.dropdown,
.page-footer .switcher .options.active ul.dropdown {
    display: block;
}

.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
    float: none;
    line-height: normal;
    padding: 8px 30px 8px 20px;
    margin: 0;
}

.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
    color: #666;
}

.page-header .switcher .options ul.dropdown:before,
.page-footer .switcher .options ul.dropdown::before,
.page-header .switcher .options ul.dropdown::after,
.page-footer .switcher .options ul.dropdown::after {
    border-bottom-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.page-header .switcher .options ul.dropdown::after,
.page-footer .switcher .options ul.dropdown::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #bbbbbb;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    z-index: 98;
}

.page-header .switcher .options ul.dropdown::after,
.page-footer .switcher .options ul.dropdown::after {
    left: 9px;
    top: -14px;
}

.page-header .switcher .options ul.dropdown::before,
.page-footer .switcher .options ul.dropdown::before,
.page-header .switcher .options ul.dropdown::after,
.page-footer .switcher .options ul.dropdown::after {
    border-bottom-style: solid;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    width: 0;
}

.page-header .switcher .options ul.dropdown::before,
.page-footer .switcher .options ul.dropdown::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    z-index: 99;
}

.page-header .switcher .options ul.dropdown::before,
.page-footer .switcher .options ul.dropdown::before {
    left: 10px;
    top: -12px;
}

.top-form-language .language .dropdown span,
.page-header .top-form-language .switcher .options ul.dropdown a {
    background-position: 0 50%;
    background-repeat: no-repeat;
    line-height: normal;
    padding: 0 0 0 23px;
}

.page-header .switcher {
    display: block !important;
}

.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
    padding: 0;
    font-size: 13px;
}

.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
    background-color: transparent;
}

.switcher-options strong span {
    font-size: 13px;
    color: #7f7f7f;
    font-weight: normal;
    text-transform: capitalize;
}

/********** < header top compatibility 1 and 2 */
/* ----- header top ------ */
.main-header {
    float: left;
    padding: 0 0 0 30px;
    position: absolute;
    right: 0;
    top: 10px;
}

.main-header .support span {
    border: 1px solid #e60f1e;
    color: #e60f1e;
    font-size: 13px;
    line-height: 36px;
    display: block;
    padding: 0 10px;
}

.main-header .support span:before {
    font-family: "FontAwesome";
    font-size: 14px;
    content: "\f2a0";
    padding-right: 7px;
}

.top-right {
    float: right;
}

.header.links,
.top-link-product,
.tool-header .tool-setting,
.minicart-wrapper {
    float: left;
}

.header.links li {
    display: inline-block;
    margin: 0;
}

.header.links li a,
.top-link-product a {
    border-left: 1px solid #23213b;
    display: inline-block;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    padding: 11px 18px;
    margin: 0;
}

.top-link-product a {
    border: 0;
}

.header.links li:last-child a {
    padding-right: 0;
}

.header.links li a:before,
.header .top-link-product a:before,
.header.links li.customer-welcome span.customer-name:before {
    font-family: "FontAwesome";
    font-size: 14px;
    padding-right: 3px;
}

.header .top-link-product a:before,
.customer-menu .links.header li.compare a:before {
    content: "\f090";
}

.header.links li:first-child a:before,
.header.links li.customer-welcome span.customer-name:before {
    content: "\f007";
}

.header.links li:last-child a:before {
    content: "\f234";
}

.customer-menu .links.header li.wishlist a:before {
    content: "\f004"
}

.customer-menu .links.header li.nav.item a:before {
    content: "\f058";
}

/* ----- header content ------ */
.header-content {
    padding: 28px 0;
}

.header-content .container {
    position: relative;
}

/* ----- header logo ------ */
.header .logo {
    margin: 0;
    padding: 0px;
    text-decoration: none !important;
    outline: none;
    display: block;
    max-width: 100%;
    float: none;
}

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

/* ----- header form seach ------ */
.header .form-search {
    border-width: 1px;
    border-style: solid;
    height: 50px;
    position: relative;
    padding: 0px;
    margin: 0px;
    display: block;
}

.header-search .block-search .nested {
    display: none;
}

.header .quick-access {
    margin: 0 15px 0 0;
    padding: 0;
    width: 340px;
}

.header .welcome-msg {
    color: #7f7f7f;
    display: block;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 9px 18px 8px 0;
}

.block-search .block .block-title {
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 18px;
    border: 0;
    display: none;
}

.block-search .block .block-title strong {
    font-weight: normal;
    font-size: 18px;
    color: #333;
}

.block-search .block {
    margin: 0;
}

.header .form-search input.input-text {
    display: inline-block;
    border-style: solid;
    border-color: #e2e2e2;
    border-width: 0px;
    background-color: #fff;
    font-size: 100%;
    margin: 0;
    height: 48px;
    padding: 0 50px 0 20px;
    width: 100%;
}

.header .form-search button.button {
    pointer-events: inherit;
    opacity: 1;
    border-radius: 0;
    border: 0 none;
    background-color: #ea1b25;
    position: absolute;
    top: -1px;
    right: 0px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    padding: 0px;
}

.header .form-search button.button span {
    height: 30px;
    line-height: 30px;
    padding: 0;
    border: none
}

.header .form-search button.button .icons {
    font-size: 15px;
    line-height: 30px;
}

.header .form-search button.button span span .seach-text {
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    display: none;
}

.header .form-search button.button span span {
    padding: 0;
    height: 0
}

.header .form-search .dd-container {
    position: absolute;
    right: 40px;
    width: 130px !important;
    border-left: 1px solid #d9dadc
}

.header .form-search .catalogsearch {
    position: relative;
}

.catalogsearch .c-smartsearch__overlay {
    display: none;
}

.header .form-search .catalogsearch input.input-text {
    width: 70%;
    float: right;
    border-radius: 0 3px 3px 0;
    border-color: #ccc;
    border-width: 0 0 0 1px;
    margin: 6px 0;
    padding: 0 65px 0 20px;
    height: 36px;
}

.header .form-search .catalogsearch-box {
    background-color: #fff;
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    border-radius: 3px;
    font-size: 13px;
    float: left;
    height: 48px;
    padding: 0 20px 0 15px;
    width: 30%;
    position: absolute;
    left: 0px;
    display: block;
    color: #555555;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .form-search .catalogsearch-box span {
    display: block;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .form-search .catalogsearch-box span:after {
    content: "\f0d7";
    display: block;
    font-size: 10px;
    font-family: 'FontAwesome';
    color: #555555;
    position: absolute;
    right: 15px;
    top: 0px;
}

.header .form-search .dd-container {
    background-color: #fff;
    position: absolute;
    z-index: 99;
    left: 0;
    width: 230px !important;
    height: 250px;
    overflow: auto;
    border: 1px solid #e6e6e6;
}

.header .form-search .dd-container li {
    border: 0;
    color: #666;
    padding: 5px 25px 5px 25px;
    margin: 0;
    ;
    text-align: left;
}

.header .form-search .dd-container li:hover,
.header .form-search .dd-container li.selected {
    color: #000;
    background: #f0f2f5;
}

.header .form-search .dd-options {
    height: 250px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border: 0;
}

.header .form-search .dd-container .dd-select {
    border-radius: 0;
    border: 0;
    border-right: 1px solid #dddddd;
    background-color: transparent !important;
    margin-bottom: 0px;
}

.header .form-search .dd-option-text {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
    cursor: pointer;
}

.header .form-search .dd-options .dd-option {
    border: 0;
    color: #666;
    padding: 5px 0 5px 18px;
    text-align: left;
}

.dd-container .dd-selected {
    padding: 13px 17px;
    margin: 0;
}

.dd-pointer-down,
.dd-pointer-up {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c2c2c2 !important
}

.dd-pointer {
    right: 14px !important;
    margin-top: -6px !important;
}

.dd-container .dd-selected .dd-selected-text {
    margin: 0;
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: normal;
}

.header .form-search .dd-options .dd-option:before {
    color: #bbbbbb;
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 10px;
    text-align: left;
    width: 32px;
}

.header .form-search .dd-options .dd-option:hover {
    color: #ffa800;
}

.header .form-search .search-autocomplete {
    margin: 0;
    display: none;
}

.header .form-search .search-autocomplete ul {
    border: 0px solid #5c7989;
}

.header .form-search .search-autocomplete li {
    text-align: left;
    border-bottom: 1px solid #f4eee7;
    padding: 2px 0px 1px;
    cursor: pointer
}

.header .form-search .search-autocomplete li .amount {
    right: 2px;
    top: 2px;
    font-weight: bold;
}

.header .form-search .search-autocomplete li.odd {
    background-color: #fffefb
}

.header .form-search .search-autocomplete li.selected {
    background-color: #f7e8dd
}

/* ----- tool custom ------ */
.space-area {
    padding: 20px 0;
}

.tool-header {
    float: right;
}

.tool-setting {
    margin: 0;
    padding: 0;
}

.tool-setting .header-setting {
    float: left;
    border-left: 1px solid #23213b;
}

/********** < end compatibility 1 and 2 */

/* ----- customtab ------ */
.header-tag {
    margin: 16px 0 25px;
}

.header-tag .tite-popular,
.header-tag ul,
.header-tag ul li {
    float: left;
    margin: 0;
}

.header-tag .tite-popular,
.header-tag ul {
    margin: 0;
    padding: 0;
}

.header-tag .tite-popular {
    font-size: 13px;
    color: #1f1f1f;
}

.header-tag ul li a {
    font-size: 13px;
    color: #ff7900;
    padding: 0 10px;
}

/* .header.links li:nth-child(1):after{content: attr(data-label);display: inline-block;padding: 0 5px; color: #959595;line-height: 43px;} */
.header.links li.customer-welcome:after,
.customer .links .customer-menu li:nth-child(1):after {
    display: none;
}

.header.links li.customer-welcome span.customer-name {
    padding: 13px 15px;
}

.header.links li.customer-welcome span {
    padding: 0;
    font-size: 13px;
    cursor: pointer;
}

.customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    vertical-align: middle;
    height: auto;
    color: #666;
}

.customer-welcome .action.switch>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.customer-welcome .action.switch:after {
    font-size: 15px;
    line-height: 1;
    color: inherit;
    content: '\f107';
    font-family: FontAwesome;
    margin: 0px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.customer-welcome.active .action.switch:after {
    content: '\f106';
}

.customer-welcome .customer-menu {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    padding: 10px;
    margin-top: 10px;
    z-index: 99;
}

.customer-welcome.active .customer-menu {
    display: block;
}

.customer-menu .links.header li {
    display: block;
    line-height: 30px;
}

.header.links .customer-menu .links.header li:first-child a,
.header.links .customer-menu .links.header li a {
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
}

.header.links .customer-menu .links.header li:nth-child(1):after {
    display: none;
}

.customer .top-links .customer-menu li {
    float: none;
    display: block;
}

.customer .links .customer-menu li a {
    line-height: normal;
    padding: 5px 0;
    display: block;
}

.dropdown-link li {
    margin: 0;
}

.header.links {
    margin: 0;
    padding: 0;
}

.dropdown-link {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin: 10px 0;
    padding-bottom: 15px;
    padding-top: 15px;
}

.dropdown-link li a,
.dropdown-link li strong {
    font-size: 14px;
    line-height: normal;
    font-weight: normal;
    padding: 0;
}

.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right
}

.header-container .top-container a {
    font-size: 11px;
    color: #ebbc58
}

.minict_wrapper {
    border-radius: 3px;
    background: #f3f3f3 !important;
    border: 1px solid #ededed;
    width: 130px
}

.minict_wrapper input {
    color: #666
}

.minict_wrapper.bubble:after {
    border: 0;
    box-shadow: none
}

.form-language label {
    display: none
}

.icon-search .fa {
    text-align: center;
    vertical-align: middle;
    padding: 0 5px 0 0;
    color: #aaa;
}

.cms-index-index .alo-breadcrumbs {
    display: none;
}

.content-cart .minicart-wrapper .showcart .counter-label {
    position: static;
    display: none;
}

.content-cart .minicart-wrapper .showcart .text {
    display: block;
    position: static;
    font-size: 17px;
    line-height: normal;
    font-weight: bold;
    margin: 0;
    vertical-align: middle;
    color: #fff;
    width: auto;
    height: auto;
    overflow: visible;
}

.content-cart .minicart-wrapper .showcart .crat-icon {
    display: inline-block;
    padding: 0px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 20px;
    text-align: center;
    color: #f03e3e;
}

/* .content-cart .minicart-wrapper .showcart .counter-number{background-color: #df5c53;color: #ffffff;border-radius: 50%;height: 20px;line-height: 21px; padding: 0;position: absolute;right: 3px;text-align: center;bottom: -8px; width: 20px;z-index: 2;} */
.minicart-text {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    margin: 0;
}

.content-cart .minicart-wrapper .showcart .minicart-text .text .counter-number {
    font-size: 17px;
    font-weight: bold;
    color: #1f1f1f;
}

.content-cart .minicart-wrapper .showcart .price {
    font-size: 17px;
    color: #262626;
    font-weight: bold;
    display: none;
}

.content-cart {
    float: right;
}

.minicart-wrapper {
    margin: 0 !important;
    padding: 0 25px;
    position: relative;
}

.minicart-wrapper .action.showcart .amount .price {
    color: #444;
}

.minicart-wrapper .icons {
    vertical-align: top;
    display: inline-block;
    color: #666666;
    font-weight: 500;
    font-size: 22px;
    padding: 0 3px 0 0;
    position: relative;
}

.minicart-wrapper .action.showcart .counter.qty {
    border-radius: 50%;
    height: 29px;
    line-height: 27px;
    padding: 0;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 29px;
    z-index: 2;
    min-width: auto;
    font-size: 16px;
    font-weight: bold;
}

.minicart-wrapper .block-minicart {
    border: 1px solid #dfdfdf;
    display: none;
    z-index: 99999;
    position: absolute;
    top: 100%;
    padding: 15px 19px 20px;
    width: 358px;
    margin: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

/* .minicart-wrapper .block-minicart .block-content:before {background-color: #fff;content: "";height: 18px;margin: auto;position: absolute;right: 0;top: 0;width: 100%; z-index: 2;}
.minicart-wrapper .block-minicart .block-content:after {background-color: #fff;box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);-o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);-ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);content: "";height: 18px;margin: auto;position: absolute; right: 55px;top: -7px;width: 20px;z-index: 1;transform: rotate(45deg);-moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);} */
.block.block-minicart .block-content {
    background-color: transparent;
    border: 0;
    padding: 0;
    text-align: center;
}

.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    display: none;
}

.minicart-wrapper .block-minicart:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ddd;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    z-index: 98;
}

.minicart-wrapper .block-minicart:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    z-index: 99;
}

.minicart-wrapper .block-minicart:after {
    left: auto;
    right: 25px;
    top: -14px;
}

.minicart-wrapper .block-minicart:before {
    left: auto;
    right: 26px;
    top: -12px;
}

.block-minicart .subtitle.empty {
    font-weight: normal;
    text-transform: inherit;
    text-align: left;
    line-height: 30px;
}

.block-minicart .subtitle.empty span {
    font-size: 13px;
}

.minicart-items-wrapper .minicart-items .item-qty {
    margin-right: 5px;
}

.minicart-items-wrapper .minicart-items .update-cart-item {
    line-height: 32px;
    height: 32px;
    padding: 0 10px;
}

.minicart-wrapper .block-minicart .block-title {
    display: none;
}

.block-minicart .items-total,
.block-minicart .subtotal {
    margin: 0;
    display: inline-block;
    float: none;
}

.block-minicart .subtotal .label {
    color: #666;
    font-weight: normal;
    padding: 0;
    display: inline-block;
}

.block-minicart .subtotal .label span,
.block-minicart .items-total span,
.block-minicart .subtotal span {
    font-size: 15px;
}

.block-minicart .subtotal .amount {
    display: inline-block;
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 16px;
    font-weight: normal;
}

.block-minicart .block-content>.actions {
    padding: 0;
}

.block-minicart .block-content>.actions .secondary .viewcart {
    border-radius: 3px;
    font-weight: 600;
    border-width: 1px;
    border-style: solid;
    display: block;
    line-height: 45px;
    text-align: center;
    float: none;
    color: #666;
}

.block-minicart .block-content>.actions .secondary .viewcart span {
    font-size: 12px;
    text-transform: uppercase;
}

.block-minicart .block-content>.actions>.primary {
    margin: 0 0 15px;
}

.block-minicart .block-content>.actions>.primary .action.primary {
    border-width: 1px;
    border-style: solid;
    color: #ffffff;
    display: block;
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%;
    font-weight: bold;
    font-size: 100%;
}

.minicart-items-wrapper {
    margin: 0;
    padding: 15px 0;
    border: 0;
    overflow-x: auto;
}

.minicart-items-wrapper .product-item-photo {
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #ebebeb;
}

.minicart-items .product-item-details {
    text-align: left;
    padding-left: 110px;
}

.minicart-items .product-item-name {
    margin: 0 0 5px;
    font-size: 100%;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.minicart-items .product-item-name a {
    font-size: 15px;
    font-weight: normal;
}

.minicart-items .product .toggle:after {
    content: "";
    font-family: "FontAwesome";
    color: inherit;
    display: inline-block;
    font-size: 15px;
    padding-left: 5px;
    font-weight: normal;
    line-height: 16px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.minicart-items .product.active>.toggle::after {
    content: "";
}

.minicart-items .product-item-details .price {
    color: #1f1f1f;
    font-size: 15px;
    font-weight: bold;
}

.label {
    color: #666666;
    font-size: 13px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}

.minicart-items .action.edit::before,
.minicart-items .action.delete::before,
.cart.table-wrapper .actions-toolbar>.action-delete::before,
.cart.table-wrapper .actions-toolbar>.action-edit::before {
    color: #000;
    content: "\f040";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    opacity: 0.3;
}

.minicart-items .action.delete::before,
.cart.table-wrapper .actions-toolbar>.action-delete::before {
    content: "\f00d";
    font-size: 18px;
    line-height: 18px;
}

.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before,
.cart.table-wrapper .actions-toolbar>.action-delete:hover:before,
.cart.table-wrapper .actions-toolbar>.action-edit:hover:before {
    opacity: 1;
}

.minicart-wrapper .product .actions>.primary,
.cart.table-wrapper .actions-toolbar>.action-edit {
    margin-right: 10px;
}

.cart.table-wrapper .actions-toolbar>.action-towishlist {
    margin-right: 10px;
    vertical-align: middle;
}

.minicart-items .action.edit>span,
.minicart-items .action.delete>span,
.cart.table-wrapper .actions-toolbar>.action-delete>span,
.cart.table-wrapper .actions-toolbar>.action-edit>span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.minicart-wrapper .action.close {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    display: inline-block;
    font-weight: 400;
    height: 20px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 20px;
    color: #000000;
    opacity: 0.2;
}

.minicart-wrapper .action.close::before {
    color: inherit;
    content: "\f00d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.minicart-wrapper .action.close>span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.minicart-wrapper .action.close:hover {
    opacity: 1;
    background-color: transparent;
}

.minicart-items .product-item {
    margin: 0;
    padding: 15px 0;
}

.minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #ebebeb;
}

.minicart-wrapper .minicart-widgets {
    margin: 0;
}

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    display: inline-block;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
}

.modal-custom .action-close::before,
.modal-popup .action-close::before,
.modal-slide .action-close::before {
    color: #000;
    content: "\f00d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.modal-custom .action-close>span,
.modal-popup .action-close>span,
.modal-slide .action-close>span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.modal-popup .action-close {
    padding: 0 10px;
}

/* ======================================================================================= */
.block-related .block-title strong,
.block.filter .filter-title strong,
.box-up-sell .block-title strong,
.crosssell strong,
.alo-brands .item span,
.block-title-tabs span,
.magictabs .item .title,
.sidebar .block .block-title strong,
.testimonials h3 span {
    color: #333;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    position: relative;
    font-weight: normal;
}

.support .box-services .media-body p,
.account-login .content p {
    color: #555
}

/* Style Slide =============================================================================== */
.container {
    padding-left: 0;
    padding-right: 0;
}

.home-slider .slick-slide .figcaption .caption1,
.home-slider .slick-slide .figcaption .caption2,
.home-slider .slick-slide .figcaption .caption3,
.home-slider .slick-slide .figcaption .caption4 {
    display: none;
}

.slick-initialized .slick-slide,
.slide-showcase {
    position: relative;
}

.slide-showcase .slick-slider {
    margin-bottom: 0px;
}

.home-slider>.item:nth-child(n+2),
.home-slider>.item .figcaption {
    display: none;
}

.home-slider>.item.slick-slide,
.home-slider>.item.slick-slide .figcaption {
    display: block;
}

.home-slider .text-slide {
    text-align: left;
    position: absolute;
    right: 0px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-slider .text-slide.text-slide1 {
    right: 90px;
    left: auto;
}

.home-slider .text-slide.text-slide2 {
    left: 68px;
}

.home-slider .text-slide.text-slide3 {
    text-align: center;
}

.home-slider .slick-slide.slick-active .figcaption .caption1 {
    opacity: 1;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 14px;
    display: block;
}

.home-slider .slick-slide.slick-active .figcaption .caption1 {
    -moz-animation: fadeInRight 0.8s ease-in 1.3s backwards;
    -webkit-animation: fadeInRight 0.8s ease-in 1s backwards;
    animation: fadeInRight 0.8s ease-in 1s backwards;
}

.home-slider .slick-slide.slick-active .figcaption .caption2 {
    opacity: 1;
    font-weight: 600;
    font-size: 48px;
    margin: 0;
    line-height: 48px;
    text-transform: uppercase;
    display: block;
}

.home-slider .slick-slide.slick-active .figcaption .text-slide1 .caption2 {
    font-weight: 900;
}

.home-slider .slick-slide.slick-active .figcaption .caption2 {
    -moz-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    -webkit-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    animation: fadeInLeft 0.8s ease-in 1.5s backwards;
}

.home-slider .slick-slide.slick-active .figcaption .caption3 {
    opacity: 1;
    font-size: 24px;
    margin: 8px 0 0;
    line-height: normal;
    font-weight: normal;
    display: block;
}

.home-slider .slick-slide.slick-active .figcaption .caption3 {
    -moz-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    -webkit-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    animation: fadeInUp 0.8s ease-in 1.7s backwards;
}

.home-slider .slick-slide.slick-active .figcaption .caption4 {
    opacity: 1;
    margin: 0;
    display: block;
    -moz-animation: fadeInLeft 0.8s ease-in 2s backwards;
    -webkit-animation: fadeInLeft 0.8s ease-in 2s backwards;
    animation: fadeInLeft 0.8s ease-in 2s backwards;
}

.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1 {
    font-size: 25px;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 100;
    letter-spacing: 0;
    margin: 0 0 24px;
}

.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption2,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption2 {
    font-weight: bold;
    font-size: 48px;
    line-height: 48px;
    /* text-shadow: 0px 1px 1px #333; */
}

.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption3,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3 {
    font-size: 30px;
    line-height: 30px;
    margin: 23px 0 0;
    /* text-shadow: 0px 1px 1px #333; */
}

.home-slider .slick-slide.slick-active .figcaption .btn-shop {
    padding: 0px 23px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    background-color: #ea1b25;
    font-weight: bold;
    font-size: 14px;
    margin-top: 54px;
    text-transform: uppercase;
}

.home-slider .slick-prev {
    left: -15px;
    transform: translate(50px, 0px);
    -moz-transform: translate(50px, 0px);
    -webkit-transform: translate(50px, 0px);
    -o-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
}

.home-slider .slick-next {
    right: -15px;
    transform: translate(-50px, 0px);
    -moz-transform: translate(-50px, 0px);
    -webkit-transform: translate(-50px, 0px);
    -o-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
}

.home-slider .slick-arrow {
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    visibility: hidden;
    opacity: 0;
}

.home-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.home-slider:hover .slick-next {
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
}

.home-slider:hover .slick-prev {
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
}

.alo-magicslider .slick-dots {
    text-align: right;
    padding: 0 25px 0 0;
}

.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption3,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3 {
    font-family: "Times New Roman", sans-serif;
}

@media (min-width: 1201px) and (max-width: 1500px) {}

/*For Effec caption slick slider*/
@keyframes alothemes {
    from {
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
    }

    to {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*End For Effec caption slick slider*/
.vertical-menu .vmagicmenu .block-title {
    line-height: 50px;
}

.cms-index-index .header-container-fixed .vmagicmenu:hover .block-vmagicmenu-content {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.cms-index-index .vmagicmenu .block-vmagicmenu-content {
    opacity: 1;
    visibility: visible;
}

.nav-sections .magicmenu .nav-desktop .level0 .level-top {
    padding: 22px 14px 21px;
}

.nav-sections .magicmenu .nav-desktop .level0:hover .level-top-mega,
.nav-sections .magicmenu .nav-desktop .level0.dropdown:hover>.level0 {
    top: 61px;
}

/* Static Block =============================================================================== */
.magiccart-column {
    padding-bottom: 20px;
    padding-top: 20px
}

/* Sidebar =============================================================================== */
.block {
    margin: 0 0 30px;
}

.block-reorder .actions a {
    clear: both;
    display: block;
    padding-top: 10px;
    padding-right: 10px;
}

.sidebar .block.block-progress {
    padding: 0;
}

.sidebar .block {
    border: 1px solid #ebebeb;
}

.sidebar .block .block-content {
    padding: 18px 24px;
}

.block .block-title,
.col-left .magicproduct.mage-custom .item span {
    line-height: normal;
    margin: 0px;
    padding: 0;
    text-align: left;
}

.sidebar .block .block-title {
    line-height: 50px;
    background-color: #ebebeb;
    padding: 0 24px;
}

.sidebar .block .block-title strong {
    font-weight: normal;
}

.sidebar .block .block-title strong,
.sidebar .magictabs .item.activated .title {
    font-size: 17px;
    font-weight: bold;
    line-height: normal;
    padding: 0px;
    text-transform: uppercase;
}

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

.block .block-subtitle {
    margin: 0;
    padding: 5px 0;
    font-size: 1em;
    color: #555
}

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

.block .actions {
    padding: 6px 0px;
    text-align: left
}

.block .actions a {
    float: left;
    color: #f12b63;
    text-decoration: none
}

.block .actions a:hover {
    color: #333
}

.block .empty {
    margin: 0;
    padding: 0px;
    color: #666666;
    font-size: 14px;
}

.col-left .magicproduct.mage-custom .item .title:before,
.col-left .magicproduct.mage-custom .item .title:after {
    display: none;
}

.col-left .magicproduct.mage-custom .magictabs {
    margin: 0 !important;
    border: 0;
}

.col-left .magicproduct.mage-custom .content-products .item .images-container {
    padding-right: 0;
    padding-left: 0;
}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
    font-size: 11px;
    line-height: 1.25
}

.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {
    background-repeat: no-repeat
}

/* Block:Account */
.block.account-nav .content {
    padding: 15px 0;
    background-color: #f5f5f5;
}

.block.account-nav .title {
    display: none;
}

.block.account-nav .item {
    margin: 3px 0 0;
}

.block.account-nav .item a,
.block.account-nav .item>strong {
    border-left: 3px solid transparent;
    color: #575757;
    display: block;
    padding: 5px 18px 5px 15px;
}

.block.account-nav .item.current a,
.block.account-nav .item.current>strong {
    border-color: #ff5501;
    color: #000;
    font-weight: 600;
}

.block.account-nav .item a:hover {
    background-color: #e8e8e8;
}

.block-account {
    border-color: #bbb
}

.block-account .block-title {
    padding: 0
}

.block-account .block-content {
    padding: 0
}

.block-account .block-content li a {
    display: block;
    line-height: 30px;
    padding: 0px;
    text-decoration: none !important
}

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

.block-account .block-content li.current {
    padding: 0px;
    line-height: 30px;
    color: #ff3535
}

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

.block-collapsible-nav .block-collapsible-nav-content .item {
    border-bottom: 1px solid #dfdfdf;
}

.block-collapsible-nav .block-collapsible-nav-content .item:first-child {
    border-top: 0;
}

.customer-account-index .column.main .block .block-title {
    font-size: 16px;
    line-height: 1.2;
    margin: 0px 0 15px;
    border: 0 none;
}

.customer-account-index .block .block-title strong {
    color: #333;
}

.box .box-title {
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    margin: 0;
    padding: 10px 15px;
    display: block;
}

.box .box-content {
    border: 1px solid #dddddd;
    border-top: 0;
    font-size: 13px;
    min-height: 135px;
    padding: 20px 15px;
}

.box .box-actions {
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-top: 0;
    margin: 0;
    padding: 10px 15px;
}

.customer-account-index .box .box-title,
.customer-account-index .box .box-title span {
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
}

.block-collapsible-nav .item a:hover {
    background-color: transparent;
}

.block-collapsible-nav {
    margin-top: 35px;
    margin-bottom: 0;
}

.block-reorder .actions-toolbar {
    max-width: 100%;
}

.block-reorder .actions-toolbar .secondary {
    line-height: 35px;
}

.abs-blocks-2columns,
.abs-discount-block-desktop .block,
.login-container .block,
.account .column.main .block:not(.widget) .block-content .box,
.block-addresses-list .items.addresses>.item,
.form-edit-account .fieldset,
.form-address-edit .fieldset,
.storecredit .block,
.paypal-review-discount .block,
.cart-discount .block {
    width: 48%;
}

.abs-discount-block-desktop .block:nth-child(1),
.login-container .block:nth-child(1),
.account .column.main .block:not(.widget) .block-content .box:nth-child(1),
.block-addresses-list .items.addresses>.item:nth-child(1),
.form-edit-account .fieldset:nth-child(1),
.form-address-edit .fieldset:nth-child(1),
.storecredit .block:nth-child(1),
.paypal-review-discount .block:nth-child(1),
.cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
}

.abs-discount-block-desktop .block:nth-child(2),
.login-container .block:nth-child(2),
.account .column.main .block:not(.widget) .block-content .box:nth-child(2),
.block-addresses-list .items.addresses>.item:nth-child(2),
.form-edit-account .fieldset:nth-child(2),
.form-address-edit .fieldset:nth-child(2),
.storecredit .block:nth-child(2),
.paypal-review-discount .block:nth-child(2),
.cart-discount .block:nth-child(2) {
    float: right;
}

.block-collapsible-nav .item a::before,
.block-collapsible-nav .item>strong::before {
    content: "\f0da";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
}

.password-strength-meter {
    background-color: #f4f4f4;
    height: 32px;
    line-height: 32px;
    padding: 0 9px;
    position: relative;
    z-index: 1;
}

.password-strength-meter:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}

.password-strength-meter-0 .password-strength-meter:before {
    background-color: #f4f4f4;
    width: 100%;
}

.password-strength-meter-1 .password-strength-meter:before {
    background-color: #ffafae;
    width: 25%;
}

.password-strength-meter-2 .password-strength-meter:before {
    background-color: #ffd6b3;
    width: 50%;
}

.password-strength-meter-3 .password-strength-meter:before {
    background-color: #c5eeac;
    width: 75%;
}

.password-strength-meter-4 .password-strength-meter:before {
    background-color: #81b562;
    width: 100%;
}

/* Block:Currency Switcher */
.block-currency {
    border: 0;
    margin: 0 0 0 10px;
    padding: 10px 0
}

.block-currency .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px
}

.block-currency .block-title strong {
    font: bold 13px/21px Arial, Helvetica, sans-serif;
    background: url(../images/i_block-currency.gif) 0 50% no-repeat;
    padding: 0 0 0 21px;
    text-transform: none;
    color: #fff
}

.block-currency .block-content {
    background: none;
    padding: 0
}

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

/* Block:Layered Navigation */
.filter-options .filter-options-content .item {
    color: #a4a4a4;
    line-height: 25px;
    padding: 0px;
    margin: 0;
    width: 100%;
}

/* .filter-options .filter-options-content .item:before{content: "\f105";font-size: 14px;color: #a4a4a4;padding-right: 5px;font-family: FontAwesome;} */
.filter-options .filter-options-content .item a {
    font-size: 15px;
    text-decoration: none;
}

.filter-options .filter-options-content .item a span {
    font-size: 15px;
}

.filter-options .filter-options-content .item span.count {
    font-size: 15px;
    color: #a4a4a4;
    float: right;
}

.filter-options .filter-options-title {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}

.filter-options .filter-options-content {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.filter-options .narrow-by:last-child .filter-options-content {
    border: 0 none;
    margin: 0;
    padding-bottom: 0;
}

.filter-options .filter-options-content .swatch-attribute {
    padding-top: 5px;
}

.block .filter-content .block-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
}

.filter-label::after {
    content: ": ";
}

.filter-current .item {
    position: relative;
    z-index: 1;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
    color: #444444;
}

.filter-current .action.remove {
    position: absolute;
    right: 0px;
    top: 0px;
}

.filter-content .filter-current .item .action.remove:before {
    color: #ccc;
    content: "\f00d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.filter-content .filter-current .item .action.remove:hover:before {
    color: #333;
}

.filter-content .filter-current .item .action.remove>span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.filter-content .filter-actions {
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: right;
}

.filter-options .toggle-content {
    display: none;
}

.filter-options .toggle-content.visible {
    display: block;
}

.filter-options .toggle-tab.mobile {
    position: absolute;
    right: 0;
    display: block !important;
    line-height: 30px;
    padding: 0px;
    top: 0;
    color: #7f7f7f;
    width: auto;
    font-size: 17px;
    line-height: 20px;
    cursor: pointer;
    font-weight: normal;
}

.filter-options .toggle-tab.mobile:hover {
    color: #2d2b2d;
}

.filter-options .toggle-tab:before {
    content: "\f107";
    font-family: FontAwesome;
}

.filter-options .toggle-visible .toggle-tab:before {
    content: "\f106";
    font-family: FontAwesome;
}

.filter-options .narrow-by:first-child .toggle-tab:before {
    content: "\f106";
    font-family: FontAwesome;
}

.filter-options .narrow-by.toggle-visible:first-child .toggle-tab:before {
    content: "\f107";
}

.filter-options .narrow-by:first-child .toggle-content {
    display: block;
}

.filter-options .narrow-by:first-child .toggle-content.visible {
    display: none;
}

.narrow-by {
    position: relative;
    padding: 5px 0;
    outline: medium none !important;
    margin: 0;
}

/* Block:Cart */
.block-cart .summary {
    background: #fff;
    padding: 2px 8px 8px;
    margin: -1px 0 0;
    position: relative;
    z-index: 1
}

.block-cart .amount {
    margin: 0
}

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

.block-cart .subtotal {
    margin: 5px 0 0;
    padding: 5px 0;
    background: #f4f4f4;
    text-align: center
}

.block-cart .subtotal .label {
    color: #666
}

.block-cart .subtotal .price {
    font-weight: normal;
    color: #666
}

.block-cart .actions {
    border-bottom: 1px solid #f4f4f4
}

.block-cart .mini-products-list .product-image {
    width: 30%;
    float: left
}

.block-cart .mini-products-list .product-details {
    width: 70%;
    float: left
}

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

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0
}

/* Block:Wishlist */
.block-wishlist .product-item-name .product-item-link {
    font-size: 14px;
}

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

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

.products-grid.wishlist .product-item .price-box {
    float: none;
}

.wishlist-index-index .products-grid.wishlist .product-item {
    width: 50%;
    float: left;
    margin-left: 0;
    padding: 0;
    border: 0 none;
}

.wishlist-index-index .products-grid.wishlist .product-item-info {
    width: 90%;
}

.wishlist-index-index .products-grid.wishlist .product-item:nth-child(2n+1) {
    clear: left;
}

.products-grid.wishlist .product-item-photo {
    float: none;
    margin: 0;
}

.products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
}

.products-grid.wishlist .product-item-name,
.products-grid.wishlist .product-item-description,
.products-grid.wishlist .product-item .price-box,
.products-grid.wishlist .product-item-tooltip {
    margin: 0;
}

/* Block:Related */
.block-related .block-title,
.block.box-up-sell .block-title,
.crosssell .block-title {
    border-bottom: 2px solid #ebebeb;
}

.block-related .block-title strong {
    padding: 0;
}

.block.block-related .block-content .padding-none {
    padding: 0;
}

.block.block-related .block-subtitle {
    padding: 0px;
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
}

.block.block-related .block-subtitle .action.select {
    border: 0;
    line-height: normal;
    height: auto;
    padding: 0;
    background-color: transparent;
}

.block.block-related .block-subtitle .action.select span {
    text-transform: lowercase;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.block.block-related .block-subtitle .action.select:hover,
.block.block-related .block-subtitle .action.select span:hover {
    color: #333;
}

.block-related input.checkbox {
    margin: 0 auto;
    clear: both;
    display: block;
}

.block-related .product-details .product-name {
    font-size: 100%;
    line-height: normal;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block-related .product-details .ratings .amount {
    display: none;
}

.block-related .product-details .price-box {
    display: inline-block;
}

.block-related .product-details .regular-price .price {
    font-size: 16px;
}

.block.crosssell {
    margin-bottom: 40px;
}

.crosssell .block-title strong,
.block-related .block-title strong,
.block.related .block-title strong,
.box-up-sell .block-title strong {
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 8px;
    padding: 0px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.block.block-related {
    margin-bottom: 50px !important;
}

.block.box-up-sell {
    margin-bottom: 0px !important;
}

.block.block-related .field.choice.related {
    clear: both;
    position: absolute;
    top: 2px;
}

.block.related .related-available .product-item-name {
    margin-left: 20px;
}

/* .block.block-related .item:hover .field.choice.related{position: absolute;} */
/* .block.block-related .item:hover .per-product,.products-upsell .item:hover .per-product,.crosssell .item:hover .per-product {padding: 0px 0px 34px;} */
.block.block-related .product-items .alo-item,
.products-upsell .product-items .alo-item,
.crosssell .product-items .alo-item {
    margin-bottom: 30px;
    margin-top: 20px;
}

/* Block:Compare Products */
.block.block-compare .empty {
    padding: 20px 24px;
}

.cms-index-index .block-compare {
    display: none
}

.catalog-product-compare-index .page-title {
    margin-top: 25px;
}

.block-compare button.button {
    margin-left: 10px;
}

.block.block-compare .actions a {
    line-height: 35px;
}

.catalog-product-compare-index .compare-table .product-image img {
    width: auto;
    margin: 0 auto;
}

.catalog-product-compare-index .compare-table .button.btn-cart,
.catalog-product-compare-index .compare-table .link-wishlist {
    display: inline-block !important;
}

.page-popup .link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
    font-weight: bold;
    color: #1e7ec8
}

.compare-table {
    border: 0
}

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

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

.compare-table tbody th {
    background: #d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y
}

.compare-table tbody th,
.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: top;
}

.compare-table tbody td.last {
    border-right: 1px solid #ccc
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
    border-bottom: 1px solid #ccc !important
}

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

.compare-table tr.first td {
    text-align: center
}

.compare-table tr.first td .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #203548
}

.compare-table tr.first td .product-name a {
    color: #203548
}

.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
    margin: 0
}

.block-compare .action.delete {
    left: 0;
}

.table-comparison .cell {
    display: table-cell;
    width: 180px;
}

.table-comparison .cell.label,
.table-comparison td:last-child {
    border-right: 1px solid #d1d1d1 !important;
    border-left: 1px solid #d1d1d1 !important;
}

.table-comparison .cell.remove {
    border-bottom: 0 none !important;
}

.abs-remove-button-for-blocks::before,
.sidebar .action.delete::before,
.table-comparison .cell.remove .action.delete::before,
.block-compare .action.delete::before,
.filtered .item .action.remove::before {
    color: #cccccc;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
    color: #333;
}

/* Block:Recently Viewed */

/* Block:Recently Compared */

/* Block:Poll */
.block-poll .block-subtitle {
    font-size: 12px
}

.block-poll label {
    color: #777;
    font-weight: normal;
    margin: 0
}

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

.block-poll .label {
    display: block;
    margin-left: 18px;
    text-align: left;
    line-height: normal
}

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

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

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

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

/* Block:Orders and Returns */
.block-gr-search li {
    padding: 3px 9px
}

.block-gr-search button.button span {
    border-color: #406a83;
    background: #618499
}

/* Block:Tags */
.block-tags .block-content .tags-list {
    background: none;
    border: 0;
    font-size: 12px;
    padding: 3px 0 0;
}

.block-tags .block-content .tags-list li {
    margin: 0
}

.block-tags .block-content a {
    display: inline-block;
    margin: 0 12px 12px 0;
    padding: 10px 12px;
    text-decoration: none;
}

.block-tags .actions {
    text-align: right;
    padding: 0;
    display: none;
}

/* Block:Subscribe */
.block.newsletter.block-subscribe {
    margin: 0;
    text-align: left;
}

.block-subscribe .block-content {
    margin: 0;
    padding: 0px;
    background-color: transparent;
}

.block-subscribe .block-content .form-subscribe-header p {
    font-size: 14px;
    color: #888;
    line-height: 25px;
    margin: 0;
}

.block-subscribe .block-title {
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    border: 0;
}

.block-subscribe .block-title strong {
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.block-subscribe label {
    font-size: 13px;
    margin: 0 0 25px 0
}

.block-subscribe .input-box {
    text-align: left;
    margin: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.block-subscribe input.input-text {
    display: block;
    height: 40px;
    margin: 0;
    width: 100%;
    border-width: 0px;
    border-radius: 0px;
    border-style: solid;
    padding: 0 15px;
}

.block-subscribe .input-box .visible .control {
    float: left;
    width: 315px;
}

.block-subscribe .actions {
    padding: 0;
    margin: 0px;
    float: left;
}

.block-subscribe .actions button.button {
    border-style: solid;
    border-width: 0px;
    padding: 0 20px;
    height: 40px;
    border-radius: 0px;
}

.block-subscribe .actions button.button span {
    height: 30px;
    line-height: 30px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.block-subscribe .actions button.button span span {
    padding: 0px;
}

.block-subscribe .control .mage-error {
    margin: 0;
}

/* Block:popup-newsletter */
#popup-newsletter {
    background-repeat: no-repeat;
    background-position: 0 0;
}

#fancybox-close,
.fancybox-close {
    height: 31px !important;
    width: 31px !important;
    top: -13px !important;
    right: -13px !important;
    border-radius: 50%;
}

#popup-newsletter .block-content .block-title {
    padding-bottom: 15px;
    display: none;
}

#popup-newsletter .block-content .block-title strong span {
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
    line-height: normal;
}

#popup-newsletter .form-subscribe-header img {
    margin: 0 auto 20px;
}

#popup-newsletter .form-subscribe-header {
    position: relative;
}

#popup-newsletter .newsletter-new {
    padding: 20px 0 0;
}

#popup-newsletter .subscribe-bottom {
    display: block;
    margin: 30px 0px 0;
    padding: 0px;
    font-size: 13px;
}

#popup-newsletter .subscribe-bottom input {
    margin: 0 5px 1px 0;
}

#popup-newsletter .block-content .input-box {
    width: 77%;
    float: left;
}

#popup-newsletter .block-content input.input-text {
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    height: 45px;
    line-height: 45px;
    margin-left: 0;
    padding: 0px 12px;
    width: 100%;
    float: left;
    font-size: 15px;
    text-align: left;
}

#popup-newsletter .block-content .actions {
    float: left;
    margin: 0px 0 0 20px;
    padding: 0;
    width: 20%;
}

#popup-newsletter .block-content button.button span {
    height: auto;
    line-height: normal;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#popup-newsletter .block-content button.button {
    border-width: 1px;
    border-style: solid;
    height: 45px;
    line-height: 45px;
    padding: 0 32px;
    border-radius: 0;
}

#popup-newsletter .block-content button.button:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

#popup-newsletter .block-content button.button span span {
    padding: 0;
}

#popup-newsletter .block-content {
    margin: 0;
    padding: 0px;
    text-align: left;
}

.promo-panel-text {
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}

.cms-static-popup .static-popup-right {
    padding-left: 50%;
    padding-bottom: 28px;
}

#popup-newsletter .cms-static-popup .title {
    font-size: 24px;
    position: relative;
    margin: 0;
    padding: 28px 0 0;
    font-weight: normal;
    text-transform: uppercase;
}

#popup-newsletter .cms-static-popup .title span {
    font-weight: bold;
    color: #ff5252;
    padding-left: 5px;
}

#popup-newsletter .content-popups h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    text-transform: capitalize;
    padding-top: 28px;
    border-top: 1px dotted #cfcfcf;
    margin-bottom: 17px;
}

#popup-newsletter .content-popups li {
    margin-bottom: 10px;
    font-size: 15px;
}

#popup-newsletter .content-popups li:before {
    vertical-align: 2px;
    content: "\f111";
    font-family: fontAweSome;
    font-size: 8px;
    padding-right: 10px;
    color: #ff5252;
}

#popup-newsletter .cms-static-popup .sub-title {
    font-family: Times New Romam;
    font-size: 20px;
    font-style: italic;
    padding: 0;
    margin: 0 0 22px;
}

.box-color {
    padding: 27px 35px 30px;
}

.socials.socials-popup {
    text-align: left;
    padding: 15px 35px 5px;
}

.socials.socials-popup .title-social {
    font-size: 13px;
    line-height: normal;
    color: #7f7f7f;
    text-transform: capitalize;
    margin: 0;
}

.socials.socials-popup .social-link,
.socials.socials-popup .social-link .fa {
    margin: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

/* Block:Reorder */
.sidebar .block-reorder.block {
    border: 0;
}

.block-reorder input.checkbox {
    float: left;
    margin: 0;
    min-height: 10px
}

.block-reorder .product-name {
    margin-left: 20px
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px
}

.block-reorder .product-name a {
    color: #666;
    text-decoration: none
}

/* Block:Login */
.block-login .block-title strong {
    background-image: url(../images/i_ma-info.gif)
}

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

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

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

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

.block-login .actions button.button span {
    border-color: #406a83;
    background: #618499
}

.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    margin-bottom: 40px;
    padding: 30px 20px;
    display: block;
}

.login-container .block-content {
    padding: 0;
    border: 0;
}

.login-container .block-content p,
.login-container .block-content .field.note {
    font-size: 14px;
    color: #666;
}

.login-container .block-content input.input-text {
    height: 43px;
}

.login-container .actions-toolbar {
    margin-top: 25px;
}

.login-container .block-new-customer .actions-toolbar {
    margin-top: 30px;
}

.form.create.account {
    padding: 0 0 30px;
}

.login-container .block .block-content {
    margin: 0;
    background-color: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    min-height: 405px;
    padding: 25px 30px;
}

.customer-account-login .page-title {
    margin: 25px 0;
    font-size: 100%;
}

.customer-account-login .page-title span {
    font-size: 15px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
}

.customer-account-create .page-title {
    margin: 25px 0;
}

.login-container .block .block-title {
    padding-bottom: 15px;
    border: 0;
}

.login-container .block .block-title strong {
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0px;
    color: #2d2b2d;
}

/* .login-container .block .block-title strong:after {background-color: #f0002f;content: "";display: block;height: 2px;margin-top: 10px;width: 69px;} */
._has-datepicker~.ui-datepicker-trigger {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: block;
    text-decoration: none;
    display: inline-block;
    margin-top: -4px;
    vertical-align: middle;
}

._has-datepicker~.ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
    line-height: 23px;
    color: #7d7d7d;
    content: '\f073';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

._has-datepicker~.ui-datepicker-trigger>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

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

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

/* ======================================================================================= */
/* Block:New and Sale */
.sticker {
    position: absolute;
    top: -5px;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.sticker.top-right {
    left: 5px;
}

.sticker.top-left {
    right: 5px;
}

.labelnew,
.labelsale {
    display: block;
    height: 18px;
    line-height: 18px;
    padding: 0 6px;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
}

.labelnew:before,
.labelsale:before {
    border-style: solid;
    border-width: 10px 0 0 8px;
    content: "";
    height: 0;
    right: 15px;
    position: absolute;
    top: 15px;
    width: 0;
    display: none;
}

.labelsale:before {
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: #ea1b25;
}

.labelnew:before {
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: #ffae00;
}

/* .item:hover .sticker{top: 5px;} */
.category-products-list .sticker {
    top: 5px;
}

/* Block:testimonials */
.block_testimonials {
    background-color: transparent;
    background-image: url("../images/alothemes/bg-testimonials.jpg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0 0 100px;
    padding: 95px 0px;
    text-align: center;
}

.testimonials h3.title {
    text-align: center;
}

.testimonials h3 span {
    color: #fff;
}

.testimonials .customer {
    width: 70px;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonials .rating-box {
    clear: both
}

.testimonial li {
    text-align: center;
}

.testimonial_text {
    width: 65%;
    color: #fff;
    text-align: left;
    padding: 0 0 0 20px;
    display: inline-block;
}

.testimonial .name {
    letter-spacing: 1px;
}

.testimonials .title span {
    color: #ffffff;
    font-size: 20px;
}

.testimonials .title-name {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding: 10px 0 0;
    letter-spacing: 2px;
}

.testimonials .title-name:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #929291;
    height: 1px;
    width: 75px;
}

.testimonial_text .sub-text {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    padding-bottom: 20px;
}

.alo-testimonial .testimonial_text {
    padding: 0px;
    margin: 0
}

.testimonial_text a {
    color: #ff5555;
    text-decoration: underline
}

.testimonial_text a span {
    color: #ccc
}

.testimonial_text a:hover span {
    color: #b2d36e
}

.alo-testimonial ul {
    padding: 0;
    margin: 0;
}

.submit-testimonial {
    margin: 10px 0 0
}

.bg-parallax {
    background-attachment: fixed;
    background-position: center center !important;
    background-repeat: no-repeat;
}

/* Block:backtotop */
.product-view .product-collateral .box-collateral {
    display: none
}

.product-view .product-collateral .box-collateral.active {
    display: block
}

#backtotop {
    bottom: 5px;
    display: block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    overflow: hidden;
    position: fixed;
    right: 5px;
    text-align: center;
    text-decoration: none;
    z-index: 50;
}

#backtotop .fa {
    font-size: 30px;
    line-height: 45px;
    width: 45px;
    height: 45px;
}

#backtotop:hover {
    background: none repeat scroll 0 0 #444;
    color: #fff
}

#backtotop .back-to-top {
    display: none
}

/* Block:banner */
.banner {
    margin-right: -10px;
    margin-left: -10px;
}

.banner .custom-col {
    padding-left: 10px;
    padding-right: 10px;
}

.banner-boder-zoom {
    position: relative;
    overflow: hidden;
}

.banner-boder-zoom .position {
    position: absolute;
    top: 60px;
    left: 40px;
}

.banner-ads2 .banner-boder-zoom .position {
    top: 45px;
}

.banner-boder-zoom .position h3 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

.banner-boder-zoom .position h3.text-baner-2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}

.banner-boder-zoom .position h3.text-white {
    color: #fff;
}

.banner-boder-zoom .position h3.text-black {
    color: #888;
    font-weight: 600;
    font-size: 20px;
}

.banner-boder-zoom .position h2 {
    font-size: 40px;
    color: #ea1b25;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
    line-height: 40px;
}

.banner-boder-zoom .position p {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    margin: 0;
    width: 185px;
}

.banner-shop-now {
    background-color: #ea1b25;
    color: #fff;
    line-height: 40px;
    padding: 0 24px;
    display: inline-block;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 3px;
}

.banner-shop-now:hover {
    background-color: #333;
    color: #fff;
}

.banner-read-more {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
    display: inline-block;
    line-height: normal;
    padding-top: 5px;
}

/* .banner-boder-zoom a img{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-ms-transition: all 1s ease;-o-transition: all 1s ease; transition: all 1s ease;}
.banner-boder-zoom:hover a img {transform: scale(1.1);-webkit-transform: scale(1.1); -ms-transform: scale(1.1);}
.banner-boder-zoom:hover a:before{opacity: 1;}
.banner-boder-zoom:hover a:after{opacity: 0;} */
/*Policy / service*/
/*Policy / service*/
.policy .policy-wrap {
    padding: 0;
    background-color: #fff;
    margin: 30px 0;
    border: 1px solid #ebebeb;
}

.policy .policy-box {
    float: left;
    width: 25%;
    margin: 0;
}

.policy .policy-box:first-child .box-content {
    border: 0;
}

.policy .policy-box:last-of-type {
    border-bottom: 0;
}

.policy .policy-box .box-content {
    text-align: center;
    border-left: 1px solid #ebebeb;
    padding: 20px 0;
}

.policy .policy-box .box-content .icon-service {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.policy .policy-box .box-content .icons {
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    font-size: 20px;
    color: #ea1b25;
    line-height: 59px;
    width: 60px;
    height: 60px;
}

.policy .policy-box .box-content:hover .icons {
    background-color: #00aeef;
    color: #fff;
}

.policy .policy-box .box-content .service-content,
.policy .policy-box .box-content .icon-service {
    display: inline-block;
    vertical-align: middle;
}

.policy .policy-box .box-content .service-content {
    padding-left: 5px;
    text-align: left;
}

.policy .policy-box .box-content .service-content .info-title h3 {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.policy .policy-box .box-content .service-content .sub-title {
    padding: 0
}

.policy .policy-box .box-content .service-content .sub-title span {
    font-size: 13px;
    color: #1f1f1f;
    font-weight: normal;
    text-transform: none;
    display: block;
}

/* -------- Hot categories --------- */
#hot-categories {
    margin-bottom: 16px;
}

.group-title-box {
    margin-bottom: 40px;
}

.group-title {
    font-size: 24px;
    border-bottom: 1px solid #e9e9e9;
    font-weight: 600;
    padding-bottom: 8px;
    margin: 0;
}

.group-title span {
    position: relative;
    text-transform: capitalize;
    padding: 0 0 8px;
    color: #111;
    font-size: 24px;
}

.category-inner .nth:nth-child(3n+1) {
    clear: left;
}

.cate-box {
    padding: 10px 15px;
    margin: 0 0 30px;
    background-color: #fff;
}

.cate-box .div-1 {
    width: 46%;
    padding-left: 15px;
}

.cate-box .div-1 a img {
    margin: 0 auto;
}

.cate-box .div-1,
.cate-box .div-2 {
    display: inline-block;
    vertical-align: middle;
}

.cate-box .div-2 {
    width: 50%;
    padding-top: 28px;
    padding-left: 15px;
}

.cate-name-wrap {
    margin-bottom: 7px;
}

.cate-box .cate-name {
    font-size: 16px;
    font-weight: bold;
    color: #1f1f1f;
    margin: 0;
    text-transform: uppercase;
}

.cate-box .cate-link {
    padding: 0 12px;
    text-decoration: none;
    color: #fff;
    line-height: 33px;
    font-size: 14px;
    border-radius: 3px;
    font-weight: bold;
    display: inline-block;
}

.cate-link span {
    font-size: 14px;
}

.cate-content ul {
    list-style: none;
}

.cate-content ul li {
    margin: 0;
}

.cate-content ul li a {
    font-size: 13px;
    color: #292929;
}

.cate-content ul li a:hover {
    text-decoration: underline;
}

/* About Us ========================================================================= */
.cms-page-view.page-layout-1column .column.main {
    min-height: auto;
}

.cms-page-view .page-title {
    margin: 0;
}

.cms-page-view .page-title h1 {
    line-height: normal;
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
}

.cms-about-us .title {
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    text-transform: capitalize;
    padding: 16px 0 26px;
}

.about-content .short-description {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    width: 85%;
}

.about-content .jointeam {
    line-height: 40px;
    padding: 0 25px;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    background-color: #ea1b25;
    color: #fff;
    vertical-align: middle;
}

.about-content .jointeam:hover {
    background-color: #333;
}

.about-us-content .box-content .title,
.detail-about .box .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #333;
}

.about-us-content .box-content .text,
.detail-about .box .text {
    font-size: 14px;
    margin-bottom: 0;
    color: #666;
    line-height: 25px
}

.about-us-content .box-content .title {
    text-align: center;
    margin-top: 33px
}

.about-us-content .box-content .text {
    text-align: center;
    padding: 20px 20px 0 20px
}

.company-worker {
    margin-top: 50px;
    background-color: #f2f2f2;
    padding: 40px 0;
}

.company-worker .item {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.company-worker .item .img {
    width: 208px;
    height: 208px;
    line-height: 208px;
    background-color: #ea1b25;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.company-worker .item .img img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.company-worker .item .img:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}

.company-worker .info {
    text-align: center;
}

.company-worker .info .name {
    margin-bottom: 0;
    margin-top: 10px
}

.company-worker .info .name a {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
}

.company-worker .info .working {
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    text-transform: capitalize;
}

.company-worker .item .hr span {
    display: block;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.company-worker .item .hr span.first {
    font-size: 20px;
    line-height: normal;
    padding-top: 63px
}

.company-worker .item .hr span.last {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}

.detail-about {
    margin-top: 60px;
}

.detail-about .box .text {
    margin-top: 20px
}

.detail-about .left-detail-about .box {
    margin-bottom: 80px
}

.detail-about .box:nth-child(2n+1) {
    clear: left;
}

.right-detail-about .title {
    font-size: 18px;
    color: #434343;
    font-weight: 600;
    margin-bottom: 25px
}

.right-detail-about .box {
    margin: 10px 0
}

.right-detail-about .box:last-child {
    margin-bottom: 0;
}

.detail-about .right-detail-about .box label,
.detail-about .right-detail-about .box .box-content {
    display: table-cell;
    vertical-align: top;
}

.detail-about .right-detail-about .box .box-content {
    border: 0;
    min-height: auto;
    padding: 0 0 0 20px;
}

.detail-about .right-detail-about .box .box-content .sub-title {
    font-size: 18px;
    color: #666;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    line-height: 37px
}

.detail-about .right-detail-about .box input[name=toggle]:checked~.box-content .sub-title {
    font-weight: 600;
    color: #333;
}

.detail-about .right-detail-about .box .box-content .subcribe {
    font-size: 14px;
    color: #747474;
    line-height: 25px;
    margin-bottom: 0;
    padding: 10px 0
}

.right-detail-about .box .box-content .subcribe {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transform: translateX(100%);
    transition: all 0.3s
}

.right-detail-about .box input[name=toggle]:checked~.box-content .subcribe {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    position: static;
}

.detail-about .right-detail-about .box label:before {
    content: "\f067";
    width: 55px;
    height: 55px;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #b5b5b5;
    text-align: center;
    line-height: 55px;
    color: #b5b5b5;
    font-size: 12px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.detail-about .right-detail-about .box input[name=toggle]:checked~label:before {
    content: "\f068";
    color: #333;
}

.detail-about .right-detail-about .box input[name=toggle] {
    display: none;
}

/* Orders and Returns ========================================================================= */
.form.form-orders-search .fieldset,
.form.search.advanced .fieldset {
    padding: 0 0 20px;
    margin: 0;
}

.sales-guest-form .page-title,
.catalogsearch-advanced-index .page-title {
    margin-bottom: 0;
}

.catalogsearch-advanced-index .fieldset>.field .fields.group.group-2 .field,
.catalogsearch-advanced-index .fieldset>.fields>.field .fields.group.group-2 .field {
    width: 50% !important;
    float: left;
}

/* Home Products Page ========================================================================= */
.ajax_loading {
    background-image: url("../images/alothemes/loading.gif");
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 42%;
    padding: 0;
    position: absolute;
    z-index: 34;
    animation: 1.2s ease-in-out 0s normal none infinite tp-rotateplane;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 0px;
    width: 50px;
    height: 50px;
}

.megashop .ajax_loading {
    margin-left: 38%;
}

.magictabs .item {
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.magictabs .item .title {
    cursor: pointer;
    font-size: 14px;
    line-height: 50px;
    padding: 0px 17px;
    margin: 0px;
}

.magictabs .item:first-child .title {
    margin-left: 0;
}

.magictabs .item.activated .title {
    border-color: #ef5350;
}

.magictabs .item.activated .title:before {
    content: "";
    background-color: #ff5252;
    height: 2px;
    display: none;
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
}

.magictabs .item.activated .title:after {
    content: "";
    background-color: #fff;
    height: 3px;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.box-products .content-products .slick-list .slick-slide>div:first-child .item,
.product-box .content-products .grid.products-grid .item {
    padding-bottom: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.box-products .content-products .slick-list .slick-slide>div:last-child .item {
    margin-bottom: 20px;
}

ul.magictabs {
    padding: 0
}

.content-products {
    clear: both;
    margin: 0px;
}

.content-products .slick-slider {
    margin-bottom: 0;
}

.content-products .products .slick-arrow {
    top: 40%;
}

.shopbrand .slick-arrow,
.content-products .products .slick-arrow {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms ease 0s;
}

.shopbrand:hover .slick-arrow,
.content-products:hover .products .slick-arrow,
.block-related:hover .products .slick-arrow,
.box-up-sell:hover .products .slick-arrow,
.alo-blog:hover .block-content .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.alo-blog:hover .block-content .slick-prev,
.shopbrand:hover .slick-prev,
.content-products:hover .slick-prev {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.alo-blog:hover .block-content .slick-next,
.shopbrand:hover .slick-next,
.content-products:hover .slick-next {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.block-related .products .slick-arrow,
.box-up-sell .products .slick-arrow,
.crosssell .products .slick-arrow,
.post-bottom .related .products .slick-arrow {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.box-up-sell .products .slick-arrow,
.crosssell .products .slick-arrow {
    top: -33px;
}

.post-bottom .related .products .slick-arrow {
    top: -58px;
}

.block-related .products .slick-arrow {
    top: -72px;
}

.block-related .products .slick-next,
.box-up-sell .products .slick-next,
.crosssell .products .slick-next {
    right: 15px;
}

.block-related .products .slick-prev.slick-arrow,
.box-up-sell .products .slick-prev.slick-arrow,
.crosssell .products .slick-prev.slick-arrow,
.post-bottom .related .products .slick-prev.slick-arrow {
    left: auto;
    right: 45px !important;
}

.content-products ul {
    padding: 0;
    margin: 0
}

.alo-brand .title.item {
    display: none;
}

.alo-brand .title.item span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    color: #111;
}

.alo-brand .shopbrand {
    margin-bottom: 0;
}

.alo-brand .container {
    padding: 35px 0;
    margin-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
}

.shopbrand .item a {
    border: 1px solid #ebebeb;
    display: block;
    background-color: #fff;
}

.shopbrand>.item:nth-child(n+2),
.alo-blog .block-content>.item:nth-child(n+2),
.testimonial>.item:nth-child(n+2) {
    display: none;
}

.shopbrand>.item.slick-slide,
.alo-blog .block-content>.item.slick-slide,
.testimonial>.item.slick-slide {
    display: block;
}

.alo-brands .item span,
.blogtabs .item span {
    padding: 0;
}

.alo-brands .footer li {
    padding: 0
}

.blog-post-view .sidebar.sidebar-additional,
.blog-index-index .sidebar.sidebar-additional,
.blog-index-index.page-layout-2columns-left .sidebar.sidebar-additional {
    padding-top: 0;
}

.alo-blog .slick-arrow {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.alo-blog {
    padding: 10px 0 0px;
}

.blogtabs.block-title-tabs {
    display: none;
}

.alo-blog .blog_short_text .post-info a.post-item-link {
    padding: 0;
    font-size: 16px;
}

.alo-blog .block-content .slick-slide .item {
    border-bottom: 1px solid #1f1f1f;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.alo-blog .block-content .slick-slide div:last-child .item {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.blog .blog-image {
    width: 30%;
    float: left;
}

.blog .blog_short_text {
    padding: 0 0 0 35%;
}

.alo-blog .slick-arrow {
    top: -85px;
}

.alo-blog .slick-next {
    right: 15px;
}

.alo-blog .slick-prev {
    left: auto;
    right: 45px;
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/* magic category */
.block-title-tabs {
    margin: 0px;
    padding: 0px;
}

.block-title-tabs h3 {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    margin: 0;
    padding: 0px;
    position: relative;
    text-transform: uppercase;
}

.magictabs {
    margin: 0 !important;
    position: relative;
    text-align: left;
}

.text-center {
    text-align: center;
}

.title-block {
    color: #333333;
    margin: 0 0 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: normal;
}

.desc-block {
    color: #888888;
    font-size: 16px;
    line-height: 30px;
}

.title-page {
    text-align: left;
}

.box-products {
    margin: 0 0 15px;
    border-right: 1px solid #fff;
}

.product-featured .banner-featured {
    position: relative;
}

/* .megashop .block-title-tabs .magictabs{float: right;padding-right: 40px;} */
.product-featured .product-featured-content .content-products {
    margin-bottom: 0;
}

.megashop .block-title-tabs {
    background-color: #f1f1f1;
    position: relative;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 0 2px;
}

.megashop .magictabs .item {
    border: 0;
    margin: 0;
}

.elevator-title {
    position: relative;
    float: left;
}

.floor-elevator {
    width: 15px;
    height: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 15px;
    padding-top: 7px;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
}

.floor-elevator .down {
    margin-top: -6px;
}

.floor-elevator .btn-elevator {
    cursor: pointer;
    vertical-align: top;
    color: #adadad;
}

.floor-elevator .btn-elevator:hover,
.floor-elevator .disabled {
    color: #ccc;
}

.megashop .elevator-title .toggle-tab {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 1;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    width: auto;
}

.megashop .elevator-title .toggle-tab:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 14px;
    padding-left: 5px;
    font-weight: normal;
}

.sub-category-wapper,
.elevator-title {
    padding-right: 0;
    width: 26.5%;
}

.megashop .block-title-tabs .elevator-magictabs,
.megashop .product-box .col-right-tab {
    width: 73.5%;
}

.megashop .product-box .col-right-tab {
    padding-left: 20px;
}

.megashop .product-box .col-right-tab .slick-list {
    padding-right: 1px;
    padding-left: 1px;
}

.sub-category-list {
    background-color: #fff;
    padding-top: 10px !important;
    padding-bottom: 10px;
    position: absolute;
    z-index: 21;
    right: 0;
    display: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.toggle-visible .sub-category-list.toggle-content.visible {
    display: block;
}

.sub-category-list .item {
    display: block;
    margin: 0;
}

.sub-category-list .item .title,
.sub-category-list .item:first-child .title {
    display: block;
    margin: 0 20px;
    line-height: 30px;
    cursor: pointer;
}

.sub-category-list .item .title:hover {
    text-decoration: underline;
}

.megashop-banner {
    clear: both;
}

.promotion .item {
    position: relative;
}

.promotion .scale:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    transform: scale(0, 1);
}

.promotion .scale:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    transform: scale(1, 0);
}

.promotion .scale:hover:before,
.promotion .scale:hover:after {
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.brand-cms-static {
    margin: 25px 0 0;
}

.brand-cms-static li {
    float: left;
    border: 1px solid #ebebeb;
    margin: 0 12px 14px 0;
}

.brand-cms-static li:nth-child(3),
.brand-cms-static li:nth-child(6) {
    margin: 0 0 14px 0;
}

.product-featured {
    padding: 0px;
    clear: both;
}

.megashop h3 {
    display: block;
    background-color: #ef5350;
    margin: 0 !important;
    text-transform: uppercase;
    padding: 0 62px 0 20px;
    line-height: 49px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.megashop h3:before {
    content: "\f108";
    font-family: "FontAwesome";
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0 10px 0 0;
}

.cat-view-all {
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
}

.megashop .cat-view-all {
    color: #ef5350;
}

.cat-view-all:after {
    content: "\f0da";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 5px;
    font-size: 13px;
}

.content-heading-shop2 .megashop h3:before {
    content: "\f182";
}

.content-heading-shop3 .megashop h3:before {
    content: "\f08a";
}

.content-heading-shop4 .megashop h3:before {
    content: "\f260";
}

.content-heading-shop5 .megashop h3:before {
    content: "\f017";
}

.megashop .per-product {
    border-width: 1px 1px 1px 0;
    min-height: 330px;
}

/* Hot deals ========================================================================= */
.hot-deals.box-products {
    background-color: #f5f5f5;
}

.hot-deals.box-products .box-product {
    padding: 0 20px 0 0;
}

.hot-deals .block-title-tabs {
    background-color: #26a69a;
    padding-bottom: 25px;
}

.hot-deals .block-title-tabs h3 {
    line-height: 50px;
    padding: 0 25px;
    display: block;
    background-color: #208d83;
    color: #fff;
}

.hot-deals .block-title-tabs h3:before {
    content: "\f0e7";
    font-family: FontAwesome;
    padding-right: 5px;
}

.hot-deals .block-title-tabs .magictabs {
    padding: 0 25px;
    margin: 0
}

.hot-deals .block-title-tabs .magictabs .item {
    display: block;
}

.hot-deals .block-title-tabs .magictabs .item .title {
    margin: 0;
    padding: 0;
    display: block;
    border-width: 0 0 1px;
    border-style: solid;
    line-height: 47px;
    font-size: 17px;
}

.hot-deals .magictabs .item.activated .title {
    font-weight: bold;
}

.hot-deals .magictabs .item.activated .title:before {
    display: none;
}

.hot-deals {
    position: relative;
}

.hot-deals .grid.products-grid .item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.hot-deals .box-product-content {
    padding-left: 5px;
}

/* count down ========================================================================= */
.countdown {
    margin: 20px auto 0;
    text-align: center;
    vertical-align: middle;
}

.timer-box {
    padding: 0px 2px;
    margin: 0px;
    display: inline-block;
    position: relative;
    line-height: normal;
}

.timer-box:first-child {
    padding-left: 0;
}

.timer-box span {
    font-size: 15px;
}

.timer-box span b {
    background: #f0f0f0;
    border: 1px solid #ebebea;
    width: 48px;
    height: 53px;
    line-height: 53px;
    font-size: 18px;
    color: #26a69a;
    text-align: center;
    border-radius: 5px;
    display: block;
    font-weight: bold;
    position: relative;
}

.timer-box span b:before {
    content: "";
    background: #f0f0f0;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 0;
}

.timer-box span.title {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    display: block;
}

/* Category Page ========================================================================= */
.category-title {
    margin: 0 0 20px
}

.category-image {
    text-align: left;
    display: block;
    margin: 0 0 10px;
}

.category-image img {
    max-width: 100%;
    height: auto
}

.category-description {
    margin: 20px 0 0
}

.category-view {
    position: relative;
}

.pagecrumbs-title,
.page-title-wrapper h1 span {
    color: #333;
    font-size: 20px;
    margin: 0px;
}

/* custom product ========================================================================= */
.block-custom-product {
    padding-bottom: 65px;
}

.block-custom-product .block-title-tabs {
    padding: 0 0 11px;
}

.block-custom-product .magictabs .item .title {
    font-size: 20px;
    margin: 0;
}

.block-custom-product .per-product {
    border: 0;
    margin: 0;
}

.block-custom-product .products-grid .item:hover .per-product {
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.block-custom-product .per-product .images-container {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 0;
}

.block-custom-product .magicproduct .item .actions .show-box .add-to-links {
    border: 0;
    position: static;
    padding-top: 12px;
    display: inline-block;
}

.block-custom-product .magicproduct .item .actions-no .add-to-links a {
    line-height: normal;
    padding: 0;
    display: block;
    text-align: left;
}

.block-custom-product .magicproduct .products-grid .price-box {
    float: none;
    max-width: 100%;
}

.block-custom-product .magicproduct .actions-no {
    padding: 0;
    text-align: left;
}

.block-custom-product .magicproduct .actions-no .actions {
    text-align: left;
}

.block-custom-product .magicproduct .actions-cart {
    float: left;
    margin: 10px 10px 0 0;
}

.block-custom-product .magicproduct .products .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.block-custom-product .magicproduct .products .item:last-child {
    margin-bottom: 0;
    border: 0;
}

.product-item-name .product-item-link {
    font-weight: 14px;
    font-weight: bold;
}

.block.left-module.block-custom-left {
    margin-bottom: 0;
    border-width: 0;
}

.banner-left-category {
    margin-bottom: 35px;
}

.sidebar .content-products .products .slick-arrow {
    top: -60px;
}

.sidebar .content-products .products .slick-prev {
    right: 30px;
    left: auto;
}

.sidebar .content-products .products .slick-next {
    right: 0;
}

.sidebar .content-products .slick-list {
    padding: 0;
}

.sidebar .product-items .product-item {
    float: none;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.sidebar .product-items .slick-slide div:last-child .product-item {
    margin: 0;
    padding: 0;
    border: 0;
}

.sidebar .products-grid .item:hover .per-product {
    border: 0;
    padding: 0 !important;
    margin: 0;
    box-shadow: none;
}

.sidebar .product-items .product-item-info .price-box {
    display: block;
    margin: 1px 0 0 !important;
    float: none;
    max-width: 100%;
    line-height: normal;
}

.sidebar .product-items .product-item-info {
    border: 0 none;
    margin: 0 !important;
    padding: 0 !important;
}

.sidebar .block-custom-product .product-items .product-item-info .product-item-photo {
    float: none;
}

.sidebar .magictabs {
    text-align: left;
}

.sidebar .magictabs .item {
    display: block;
}

.sidebar .block-custom-left .block-title-tabs {
    margin: 0 0 20px;
    padding: 0 24px;
    line-height: 50px;
    background-color: #ebebeb;
}

.sidebar .block-custom-left .magictabs .item.activated .title {
    color: #111;
    border-width: 0;
    background-color: transparent;
}

.block-custom-left .magictabs .item.activated .title:after,
.block-custom-left .magictabs .item:hover .title:after {
    display: none;
}

.block-custom-left .item .product-item-info .images-container {
    padding: 0;
}

.block-custom-left .item .product-item-info .product-item-details {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
    margin-top: 5px;
}

.block-custom-left .item .product-item-info .product-item-details .product-name {
    overflow: visible;
    white-space: normal;
}

.sidebar .block-custom-left .product-items .product-item-info .product-item-photo {
    position: static;
    margin: 0;
}

.sidebar .product-items-names .product-item-name {
    position: relative;
    z-index: 1;
}

/* View Type:Grid */
.category-products.grid .products {
    margin-right: -15px;
    margin-left: -15px;
}

/* .category-products.grid.products-grid .item{ margin-bottom: 45px;} */
.grid.products-grid .item {
    text-align: center;
    float: left;
}

.column.main .products-grid .product-items {
    margin-bottom: 0;
}

.category-products .item img,
.product-image img {
    display: block;
    height: auto;
    max-width: 100%;
}

.category-products.grid .item .product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}

.category-products.grid .item .product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.category-products.grid .product-item-info.category-products-grid {
    margin: 0px 0 30px
}

.product-image-photo,
.slick-slide img {
    margin: 0 auto;
}

.grid.products-grid {
    position: relative;
    z-index: 0;
}

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

.products-grid .product-name {
    margin: 10px 0 0;
    padding-bottom: 8px;
    font-size: 100%;
    line-height: normal;
    /* overflow: hidden;text-overflow: ellipsis;white-space: nowrap; */
}

.products-grid .product-name a {
    font-size: 16px;
    line-height: normal;
    outline: 0 none;
    text-decoration: none;
    font-weight: normal;
}

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

.products-grid .price-box {
    display: block;
    margin: 0px;
    line-height: normal;
    text-align: left;
}

/*--------------------Google Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .box-products .per-product {
        padding: 0px 0 19px;
    }

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

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

.item .actions .show-box {
    background-color: #fff;
    margin: 0;
    padding: 0;
    clear: both;
    /* opacity: 0;transition: all 0.3s ease 0s;visibility: hidden; */
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    display: none;
}

.item:hover .actions .show-box {
    /* opacity: 1;visibility: visible; */
    display: block;
    bottom: -18px;
    transform: scale(1, 1);
}

/* .item:hover .per-product{padding: 0px 0px 37px;}
.products-grid .item:hover .price-box{margin: 0 0 20px;} */
.item.product-item:hover .product-reviews-summary {
    visibility: hidden;
    /* height: 0; */
}

.item .add-to-links a {
    color: #777;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
}

.item .add-to-links a:hover {
    color: #ea5648;
}

.per-product,
.images-container,
.product-hover {
    position: relative;
}

.per-product,
.category-products.products-grid .category-products-grid {
    background-color: #fff;
}

.per-product {
    border: 1px solid #ebebeb;
    padding: 10px 0 20px;
}

.box-products .content-products {
    position: relative;
    z-index: 15;
}

.hover-box>a.detail_links {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.actions-no .actions {
    position: relative;
    text-align: center;
    padding: 0;
    z-index: 10;
}

.item .actions-no .button.btn-cart span {
    padding: 0;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

.actions-cart {
    display: inline-block;
    position: relative;
}

/* .item .actions-no .button.btn-cart:before,
.product-view .add-to-cart button.button:before,
.item .actions-cart .stock.unavailable:before {background-image: url("../images/alothemes/button-cart.png");background-position: center center;background-repeat: no-repeat;content: "";width: 44px;height: 44px;display: inline-block;}
.item:hover .actions-cart .button.btn-cart:before{background-image: url("../images/alothemes/button-cart-hover.png");} */
.item .actions-cart .button.btn-cart,
.item .actions-cart .stock.unavailable {
    border-radius: 0%;
    border-width: 1px;
    border-style: solid;
    height: 30px;
    line-height: 30px;
    color: #fff;
    padding: 0px 10px;
    display: inline-block;
    vertical-align: middle;
}

/* .item .actions-cart .stock.unavailable:after {background-color: #ea1b25;content: "";display: block;height: 44px;position: absolute;right: 19px;top: 0px;transform: rotate(35deg);-moz-transform: rotate(35deg);-webkit-transform: rotate(35deg);-o-transform: rotate(35deg);width: 2px;} */
.item .actions-cart .stock.unavailable span {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.item .actions-no .add-to-links {
    display: inline-block;
    vertical-align: middle;
}

.item .actions-no .add-to-links a {
    padding: 0px;
    margin: 0 1px 0;
    font-size: 14px;
    text-align: center;
    float: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.item .actions-no .add-to-links a.tocompare {
    margin-right: 0;
}

.item .actions-no .add-to-links li a.link-quickview {
    -webkit-transition: margin-left 0.2s ease 0.2s;
    -moz-transition: margin-left 0.2s ease 0.2s;
    -ms-transition: margin-left 0.2s ease 0.2s;
    -o-transition: margin-left 0.2s ease 0.2s;
    transition: margin-left 0.2s ease 0.2s;
}

.item .actions-no .add-to-links a .icons {
    font-size: 14px;
    width: 100%;
}

.link-view {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
}

.item:hover .link-view {
    display: inline-block;
}

.quickview {
    height: 30px;
    line-height: 32px;
    font-size: 12px;
    font-weight: bold;
    padding: 0 15px;
    text-transform: uppercase;
    display: inline-block;
}

.quickview .icons {
    display: none;
}

/* View Type:List */
.products-list li.item {
    padding: 0px 0 10px;
    height: auto;
    float: none;
    width: 100%;
}

.products-list li.item:first-child {
    margin-top: 0;
}

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

.products-list .images-container {
    float: left;
    width: 15%;
}

.products-list .images-container .product-hover {
    position: relative;
}

.products-list .item .product-item-details {
    width: 85%;
    float: left;
    padding: 0 0 0 15px;
}

.products-list .item .products-textlink .left-product-text {
    padding: 0;
    text-align: left;
    float: left;
    width: 70%;
}

.products-list .item .products-textlink {
    padding: 0 0 0 15px;
}

.products-list .item .product-item-inner {
    margin: 0;
    text-align: left;
    padding: 0;
    float: right;
}

.products-list .item .products-textlink .price-box .old-price .price {
    font-size: 14px;
}

.products-list .item.product-item .price-box {
    margin: 0;
}

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

.products-list .product-name {
    margin: 0 0 10px;
    font-size: 100%;
    line-height: normal;
}

.category-products .product-item+.product-item {
    padding-top: 15px;
}

.products-list .product-name a {
    font-size: 20px;
    font-weight: 600;
}

.products.wrapper.list .product-reviews-summary {
    margin: 0;
    height: auto;
    visibility: visible;
    padding: 10px 0;
}

.products-list .product-item .product-reviews-summary .reviews-actions {
    display: inline-block;
    margin: 0;
    line-height: normal;
    text-transform: capitalize;
}

.products-list .product-reviews-summary .reviews-actions .action {
    font-size: 13px;
    margin: 0;
    padding: 0 10px 0 10px;
}

.products-list .product-reviews-summary .reviews-actions .action span {
    font-size: 13px;
}

.products-list .product-item-inner .actions-no {
    clear: both;
    padding: 0;
}

.products-list .item .actions-no .button.btn-cart {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    margin: 0;
}

.products-list .item .actions-no .button.btn-cart span {
    display: inline-block;
}

.products-list .product-item-inner .actions-primary .stock.unavailable {
    display: none;
}

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

.products-list .desc {
    clear: both;
    padding: 0;
    margin: 0px;
    text-align: left;
    color: #666666;
    font-size: 14px;
}

.products-list .desc p {
    color: #2a2a2a;
    font-size: 14px;
    margin: 0;
    font-weight: 300;
}

.products-list .desc .link-learn {
    font-size: 11px
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px
}

.products-textlink {
    margin-top: 0px;
    padding: 0px 15px 0px;
    text-align: left;
    position: relative;
    transition: all .3s;
}

.products-textlink p {
    margin: 0;
}

.product-image {
    outline: 0 !important
}

.page-products .products.wrapper.products-list {
    margin: 0;
}

.actions-list .actions {
    border: 0 none;
    display: block;
}

.products-list .product-item-inner .add-to-links a {
    position: static;
    margin: 0 4px 0 0;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.products-list .item .actions-no .add-to-links a .icons {
    width: 100%;
}

.products-list .product-item-inner .add-to-links a.tocompare {
    margin-right: 4px;
}

.products-list .product-item-inner .add-to-links a.quickview {
    margin-right: 0;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
}

.products-list .product-item-inner .add-to-links a.quickview .icons {
    display: inherit;
}

.product-item-description {
    clear: both;
    margin: 0;
    padding: 15px 0 0 0;
}

.product.description.product-item-description {
    padding: 0;
}

.product-item-description p {
    font-size: 14px;
    color: #5f5f5f;
}

.product-item-description ul {
    list-style: outside none disc;
    padding-left: 1.5em;
}

.product-item-description ul li {
    margin: 0;
    padding: 0;
    color: #333;
}

.product-item-description .action.more {
    font-size: 14px;
}

.product.details.product-item-details div[class^="swatch-opt-"] {
    margin-bottom: 0px;
    margin-top: 15px;
}

.product-items .product.details.product-item-details .swatch-option.color {
    height: 15px;
    line-height: 15px;
    min-height: 15px;
    min-width: 30px;
    padding: 0;
    width: 30px;
}

.product-items .product.details.product-item-details .swatch-option.text {
    font-size: 14px;
}

/* Product Hover ========================================================================== */
.product-img-back {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}

.item:hover .product-img-back {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease 0s
}

.magicmenu .nav-desktop .level0 .product-img-back {
    transition-property: none;
}

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

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

/* Rating */
.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0
}

.ratings-table th {
    font-weight: normal;
    padding-right: 8px
}

/* Availability */
.stock label {
    font-weight: normal;
    font-size: 13px;
    color: #7f7f7f;
    margin: 0 2px 0 0;
}

.stock span {
    font-size: 13px;
    color: #00aeef;
}

.stock.unavailable span {
    color: #ea1b25;
    ;
}

.availability {
    margin: 0
}

.availability span {
    font-weight: bold
}

.availability.in-stock span {}

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

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

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

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

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

.availability-only strong {
    color: #be2c00
}

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

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

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

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

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

.product-view .product-shop .email-friend {
    float: left;
}

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

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

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

.price-box {
    margin: 5px 0
}

.price-box .price {
    font-size: 16px;
    color: #1f1f1f;
    font-weight: bold;
}

/* Regular price */
.regular-price {
    color: #c76200
}

.regular-price .price {
    color: #000;
}

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

.old-price .price-label {
    white-space: nowrap;
    color: #999;
    display: none
}

.old-price .price {
    font-weight: normal;
    color: #666666;
    text-decoration: line-through;
    font-size: 13px;
}

/* Special price */
.special-price {
    margin: 0;
    padding: 0 3px 0 0;
    display: inline-block;
}

.special-price .price-label {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    color: #cd5033;
    display: none
}

.special-price .price {
    color: #1f1f1f;
    margin: 0 5px 0 0;
}

.product-view .product-shop .special-price .price {
    font-size: 24px;
    display: inline-block;
    margin: 0;
    font-weight: bold;
}

.product-view .product-shop .special-price {
    margin: 0;
}

.product-info-main .price-box {
    margin: 0;
}

/* Minimal price (as low as) */
.minimal-price {
    margin: 0
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
    display: none
}

.minimal-price-link {
    display: block
}

.minimal-price-link .label {
    color: #1e7ec8
}

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

/* Excluding tax */
.price-excluding-tax {
    display: block;
    color: #999
}

.price-excluding-tax .label {
    white-space: nowrap;
    color: #999
}

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

/* Including tax */
.price-including-tax {
    display: block;
    color: #999
}

.price-including-tax .label {
    white-space: nowrap;
    color: #999
}

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

/* Configured price */
.configured-price {
    margin: 0
}

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

.configured-price .price {
    font-weight: bold
}

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

/* Excl tax (for order tables) */
.price-excl-tax {
    display: block
}

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

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

/* Incl tax (for order tables) */
.price-incl-tax {
    display: block
}

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

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

/* Price range */
.price-from {
    margin: 0
}

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

.price-to {
    margin: 0
}

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

/* Price notice next to the options */
.price-notice {
    padding-left: 10px;
    color: #999
}

.price-notice .price {
    font-weight: bold;
    color: #2f2f2f
}

/* Price as configured */
.price-as-configured {
    margin: 0
}

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

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

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

.price-box-bundle .price {
    color: #000
}

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

/* Tier Prices */
.product-pricing,
.tier-prices {
    margin: 10px 0;
    padding: 10px;
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
    color: #424242
}

.tier-prices li {
    line-height: 1.4;
    background: url(../images/i_tier.gif) no-repeat 0 3px;
    padding: 2px 0 2px 10px
}

.tier-prices .benefit {
    font-style: italic;
    font-weight: bold;
    color: #2f2f2f
}

.tier-prices .price {
    font-weight: bold;
    color: #2f2f2f
}

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703
}

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

/* Add to Links */
.add-to-links {
    font-size: 11px;
    margin: 5px 0 0
}

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

/* Add to Cart */
.add-to-cart label {
    float: left;
    margin-right: 5px;
    font-weight: normal;
    color: #666;
    line-height: 40px
}

.add-to-cart .qty {
    float: left;
    margin-right: 5px;
    height: 40px
}

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

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

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

/* Add to Links + Add to Cart */
.add-to-box {
    margin: 10px 0
}

.add-to-box .add-to-links {
    border-bottom: 1px solid #f3f3f3;
    clear: both;
    margin: 0 0 15px;
    padding: 0 0 25px;
    text-align: left
}

.add-to-box .add-to-cart {
    float: left
}

.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666
}

.add-to-box .add-to-links {
    float: left;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important
}

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

/* Tab detail */
.product.info.detailed {
    margin: 70px 0 10px;
}

.product.data.items {
    position: relative;
    z-index: 1;
    text-align: left;
}

.product.data.items .data-tabs-content {
    margin-top: 0;
    padding: 25px 0px 25px;
    position: relative;
    z-index: 1;
}

.product.info.detailed .product.data.items .description p {
    font-size: 15px;
    color: #323232;
    line-height: 30px;
    margin: 0 0 30px;
}

.review-product-list .pager {
    float: none;
    padding: 0;
}

.product.data.items .items-tabs {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 5px;
}

.product.data.items .items-tabs .item {
    display: inline-block;
}

.product.data.items .items-tabs .item a {
    display: block;
    line-height: normal;
    text-transform: uppercase;
    color: #ccc;
    cursor: pointer;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 0 25px;
}

.product.data.items .items-tabs .item a span {
    font-size: 17px;
}

.product.data.items .items-tabs .item:first-child a {
    padding-left: 0;
}

.product.data.items>.item.content .table-wrapper {
    margin-bottom: 100px;
}

.product.data.items>.item.content {
    width: 100%;
    float: right;
    margin-left: -100%;
    margin-top: 40px;
    padding: 30px 0 20px;
    text-align: left;
}

.product.data.items>.item.title>.switch {
    display: block;
    position: relative;
    z-index: 2;
    color: #aaaaaa;
    font-size: 16px;
}

.product.data.items>.item.title>.switch .counter {
    font-size: 15px;
}

.product.data.items>.item.title.active>.switch,
.product.data.items>.item.title:hover>.switch {
    color: #333;
}

.product.data.items::before,
.product.data.items::after {
    content: "";
    display: table;
}

.product.data.items:after {
    clear: both;
}

.product.data.items>.item.title {
    display: block;
    margin: 0px 10px;
    padding: 0px 10px;
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}

.product.data.items>.item.title:first-child:before {
    border: 0;
}

.product.data.items>.item.title:first-child {
    margin-left: 0;
    padding-left: 0;
}

.product-view .toggle-tabs .item.active,
.product-view .toggle-tabs .item:hover {
    color: #333333;
}

.review-add .block-content .fieldset {
    padding: 0;
    margin: 0;
}

.fieldset>.field>.label {
    border-color: #c9c9c9;
    color: #666666;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    margin: 0;
    padding: 15px 0 6px;
}

.fieldset.review-fieldset>.field>.label {
    border: 0;
}

.product-collateral h2 {
    display: none
}

.product-collateral h3,
.product-collateral h4 {
    color: #666666;
    font-size: 20px;
}

.product-collateral .box-collateral.box-review_form {
    color: #000
}

.product-collateral .box-description {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
}

.product-collateral h2 {
    font-weight: bold;
    font-size: 15px;
    color: #e26703;
    border-bottom: 2px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 0 0 15px
}

/* Product Images */
.product-view .product-img-box .product-image {
    position: relative;
    z-index: 0;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    z-index: 0;
}

.zoomContainer,
.zoomWindowContainer {
    z-index: 10000;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    border: 1px solid #ebebeb;
}

.fotorama-item .fotorama__nav .fotorama__thumb-border {
    border-color: #ff8400;
    border-width: 1px;
    background-image: none;
}

.fotorama__nav-wrap {
    margin-top: 24px;
}

.fotorama__nav--thumbs {
    text-align: center;
}

.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
    background: none !important;
}

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

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0
}

.product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    text-align: center
}

.product-image-popup .image {
    display: block;
    margin: 10px 0
}

.product-image-popup .image-label {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f
}

.fotorama__stage {
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
}

.fotorama__stage__frame .fotorama__img {
    max-width: inherit !important;
}

.cms-index-index .fancybox-wrap .page-wrapper {
    background-color: #fff;
}

.page-layout-2columns-left .fancybox-wrap .alocolumns,
.page-layout-2columns-right .fancybox-wrap .alocolumns {
    margin: 0 !important;
}

.page-layout-2columns-left .fancybox-wrap .column.main,
.page-layout-2columns-right .fancybox-wrap .column.main {
    width: 100% !important;
    float: none;
    margin: 0 !important;
    padding: 0 !important;
}

.fancybox-wrap .container {
    max-width: 100%;
}

.fancybox-skin {
    border-radius: 4px;
}

.product-view.product-quickview {
    margin: 0;
}

.product-view.product-quickview .product-essential {
    padding: 15px 0;
}

.product-view.product-quickview .product-media.product.media {
    float: left;
    width: 41.6667%;
    padding-left: 15px;
}

.product-view.product-quickview .product-info-main.product-shop {
    float: left;
    width: 58.3333%;
    padding: 0 15px;
}

.fancybox-wrap iframe {
    vertical-align: inherit !important;
}

.page-products.catalog-category-view .fancybox-wrap .page-title-wrapper {
    position: static;
    text-align: left;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

.product-view.product-quickview .product-shop .shop-content-left,
.product-view.product-quickview .product-shop .shop-content-right {
    float: none;
    width: 100%;
}

.product-view.product-quickview .product-shop .shop-content-right {
    padding: 0;
    border: 0;
    text-align: left;
}

.product-view.product-quickview .product-shop .addit {
    padding: 10px 0 0;
}

.product-view.product-quickview .product-qty {
    margin: 0;
}

/* Product Shop */
.product-view .product-shop {
    text-align: left;
}

.product-view .product-shop .page-title-wrapper .page-title {
    margin: 0 0 10px;
}

.product-view .product-shop .page-title-wrapper .page-title span {
    display: block;
    font-size: 25px;
    line-height: normal;
    margin: 0px;
    text-transform: capitalize;
    font-weight: 600;
}

.product-info-stock-sku {
    margin: 0;
    padding: 15px 0 20px;
    border-bottom: 1px solid #ebebeb;
}

.product-shop.product-info-main .stock.available,
.product-shop.product-info-main .stock.unavailable {
    text-transform: capitalize;
}

.product-info-main .stock.available:before,
.product-info-main .stock.unavailable:before {
    margin-right: 2px;
    content: "\f00c";
    font-size: 12px;
    font-family: FontAwesome;
}

.product-info-main .product.attribute.sku .type {
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.product-info-main .product.attribute.sku .type:after {
    content: ":";
}

.product-info-main .product.attribute.sku .type,
.product-info-main .product.attribute.sku .value {
    display: inline-block;
    font-size: 14px;
}

.product-info-main .product.attribute.overview {
    color: #5f5f5f;
    font-size: 14px;
    margin: 0;
    padding: 0px;
}

.product-info-main .product.attribute.overview p {
    margin: 0;
    font-size: 14px;
    line-height: 25px;
    color: #5f5f5f;
}

.product-view .product-shop .short-description h2 {
    color: #2a2a2a;
    font-size: 16px;
    text-transform: uppercase;
    display: none;
}

.product-view .product-shop .product-social-links,
.product-add-form .product-social-links {
    display: inline-block;
    margin: 0px;
    padding: 0;
    ;
    border: 0 none;
}

.product-view .product-shop .add-to-links,
.product-add-form .add-to-links {
    margin: 0;
}

.product-view .product-shop .product-social-links a:not(.gotostore-btn),
.product-add-form .product-social-links a:not(.gotostore-btn) {
    text-align: center;
    font-size: 15px;
    margin: 0 12px 0 0;
    padding: 0px;
    text-decoration: none;
    width: 40px;
    line-height: 39px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    transition: all .3s ease;
}

.product-view .product-shop .product-social-links a .icons,
.product-add-form .product-social-links a .icons {
    width: 100%;
    height: 100%;
    margin: 0;
}

.product-view .product-shop .product-social-links a span,
.product-add-form .product-social-links a span {
    font-size: 13px;
    padding: 0 5px;
}

.product-reviews-summary .rating-summary {
    display: inline-block;
    position: relative;
    text-align: left;
}

.product-view .product-shop .ratings,
.product-view .product-shop .product-reviews-summary {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    padding: 15px 0 15px;
}

.product-view .product-shop .product-reviews-summary .rating-summary {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.product-view .product-shop .rating-summary .rating-result,
.product-reviews-summary .rating-summary .rating-result {
    width: 74px;
}

.ie11 .product-view .product-shop .rating-summary .rating-result,
.ie11 .product-reviews-summary .rating-summary .rating-result {
    width: 80px;
}

.product-view .product-shop .rating-summary .rating-result>span:before,
.product-view .product-shop .rating-summary .rating-result:before,
.product-reviews-summary .rating-summary .rating-result>span:before,
.product-reviews-summary .rating-summary .rating-result:before {
    height: 13px;
    line-height: 13px;
    letter-spacing: 3px;
    font-size: 13px;
}

.product-item .product-reviews-summary .reviews-actions {
    display: none;
    margin: 0;
    font-size: 13px;
}

.product-item .product-reviews-summary {
    display: block;
    margin: 5px 0;
}

.item.product-item .product-reviews-summary {
    margin: 8px 0 0;
    line-height: 13px;
}

.product-reviews-summary.empty {
    border: 0;
    margin: 0;
}

.product-reviews-summary .reviews-actions a:not(:last-child) {
    border-right: 1px solid #aaa;
}

.product-info-main .product-reviews-summary .reviews-actions {
    margin: 0px;
    display: inline-block;
    line-height: normal;
}

.product-info-main .product-reviews-summary .reviews-actions .action.view {
    padding-left: 0;
}

.product-info-main .product-reviews-summary .reviews-actions .action {
    font-size: 12px;
    margin: 0;
    padding: 0 10px 0 10px;
}

.product-info-main .product-reviews-summary.empty .reviews-actions .action {
    padding: 0;
    font-size: 13px;
}

.data.item.content .review-list .block-title {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.data.item.content .review-list .block-content,
.data.item.content .review-add .block-content {
    padding: 0;
    border: 0;
}

.review-toolbar {
    border-top: 1px solid #dfdfdf;
    margin: 0 0 10px !important;
    border-bottom: 0 none;
    padding: 0;
}

.block.review-list .block-content li.item.review-item {
    padding: 30px 0;
}

.review-title {
    font-weight: 600;
}

.review-ratings .label {
    color: #666666;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 6px 10px 10px 0;
}

.block.review-add .actions-toolbar {
    margin: 30px 0 0 !important;
}

.product-info-price .rating-summary .rating-result {
    display: block;
}

.rating-summary .rating-result {
    width: 108px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.rating-summary .rating-result>span:before {
    content: "\f005""\f005""\f005""\f005""\f005";
    color: #f89e00;
    position: relative;
    z-index: 2;
}

.rating-summary .rating-result:before {
    content: "\f005""\f005""\f005""\f005""\f005";
    position: absolute;
    top: 0;
    left: 0;
    color: #c3c3c3;
    width: 100%;
    z-index: 1;
}

.rating-summary .rating-result>span:before,
.rating-summary .rating-result:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    display: block;
    letter-spacing: 3px;
    font-size: 13px;
    height: 13px;
    line-height: 13px;
}

.rating-summary .rating-result>span span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.rating-summary .rating-result>span {
    display: block;
    overflow: hidden;
}

.review-field-ratings .review-field-rating .control {
    padding-top: 2px;
}

.review-field-ratings .review-field-rating .label,
.review-field-ratings .review-field-rating .control {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top;
}

.review-field-rating .control {
    margin-bottom: 48px;
    margin-top: 10px;
}

.review-control-vote {
    overflow: hidden;
}

.review-control-vote:before {
    color: #dfdfdf;
    content: "\f005""\f005""\f005""\f005""\f005";
    display: block;
    font-family: FontAwesome;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    height: 25px;
    letter-spacing: 10px;
    line-height: 25px;
    position: absolute;
    vertical-align: top;
    z-index: 1;
}

.review-control-vote label::before {
    color: #888;
    font-family: FontAwesome;
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    height: 25px;
    letter-spacing: 10px;
    line-height: 25px;
    opacity: 0;
    vertical-align: top;
}

.review-control-vote input[type="radio"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.review-control-vote label span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute;
}

.review-control-vote .rating-1 {
    z-index: 6;
}

.review-control-vote .rating-2 {
    z-index: 5;
}

.review-control-vote .rating-3 {
    z-index: 4;
}

.review-control-vote .rating-4 {
    z-index: 3;
}

.review-control-vote .rating-5 {
    z-index: 2;
}

.review-control-vote .rating-1:before {
    content: "\f005";
}

.review-control-vote .rating-2:before {
    content: "\f005""\f005";
}

.review-control-vote .rating-3:before {
    content: "\f005""\f005""\f005";
}

.review-control-vote .rating-4:before {
    content: "\f005""\f005""\f005""\f005";
}

.review-control-vote .rating-5:before {
    content: "\f005""\f005""\f005""\f005""\f005";
}

.review-control-vote label:hover:before {
    opacity: 1;
}

.review-control-vote input[type="radio"]:focus+label::before,
.review-control-vote input[type="radio"]:checked+label::before {
    opacity: 1;
}

.product-add-form .fieldset {
    padding: 0;
    margin: 0;
}

.product-add-form .fieldset .swatch-attribute .swatch-option {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}

.product-view .product-shop .short-description .std p {
    font-size: 13px;
    color: #252525;
    margin: 0;
    line-height: 24px;
}

.product-view .product-shop .addit {
    clear: both;
    padding: 5px 0 0;
}

.product-view .product-shop .addit .so-social-share {
    float: left;
    margin-right: 10px;
}

.so-twitter.so-social-share {
    width: 80px;
}

.so-plusone.so-social-share {
    width: 65px;
}

.product-view .add-to-box .add-to-cart {
    float: left;
}

.product-info-main .price-box .price-container {
    margin: 5px 0 0;
}

.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
    font-size: 24px;
}

.product-info-main .price-box .old-price .price-wrapper .price {
    font-size: 15px;
    font-weight: normal;
}

.product-info-main .special-price {
    display: inline-block;
}

.product-info-main .price-box .price-including-tax+.price-excluding-tax,
.product-options-bottom .price-box .price-including-tax+.price-excluding-tax,
.product-info-main .price-box .weee+.price-excluding-tax,
.product-options-bottom .price-box .weee+.price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
    line-height: normal;
}

.product-view .product-qty {
    margin: 0;
    padding: 20px 0 0;
}

.product-view .product-options-bottom .product-qty {
    padding: 0;
}

.product-view .product-qty label,
.product-view .product-qty label span,
.block-bundle-summary .product-details .product-qty .label span {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: normal;
    margin: 0 8px 0 0;
    line-height: 30px;
    float: left;
}

.product-view .product-qty label span,
.block-bundle-summary .product-details .product-qty .label span {
    margin: 0;
}

.block-bundle-summary .product-details .product-qty .label,
    {
    float: left;
}

.product-view .product-qty .custom-qty,
.block-bundle-summary .product-details .product-qty .custom-qty,
.product-view .product-qty .custom-qty .btn-plus {
    float: left;
}

.product-view .add-to-cart button.button {
    margin: 0 12px 0 0;
    height: 40px;
    line-height: 40px;
    padding: 0 23px;
    display: inline-block;
}

.product-view .add-to-cart button.button span {
    height: auto;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}

.product-view .add-to-cart button.button:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

.product-view .product-shop .add-to-cart .items,
.box-tocart .items,
.product-shop .add-to-box .items {
    background-color: #808080;
    border-radius: 0;
    font-size: 10px;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 0;
    color: #fff;
    cursor: pointer;
    float: left;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
}

.product-view .product-shop .add-to-cart .items:hover,
.product-options-bottom .items:hover,
.product-shop .add-to-box .items:hover {
    color: #333;
}

.product-view .product-shop input.qty,
.block-bundle-summary .product-details input.qty {
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    color: #fca53c;
    float: left;
    font-size: 14px;
    height: 30px;
    padding: 0;
    text-align: center;
    width: 48px !important;
}

.product-view .product-shop input.qty:focus,
.block-bundle-summary .product-details input.qty:focus {
    box-shadow: none;
}

.product-static img {
    background-color: #fff;
    padding: 10px;
}

.container-quickview {
    padding-bottom: 15px;
    padding-top: 15px;
}

/* Product Options */
.product-options {
    margin: 0;
    padding: 0px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.product-options dl {
    margin: 0;
    overflow: hidden;
}

.product-options dt {
    padding: 40px 0 0;
    font-weight: normal
}

.product-options dt label {
    font-weight: normal;
    color: #444444;
}

.product-options dt label.required em {
    color: #eb340a;
    margin-right: 5px
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0
}

.product-options dd .qty-holder label {
    vertical-align: middle;
    font-weight: 300
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f
}

.product-options dd {
    padding: 0px;
    margin: 0
}

.product-options dl.last dd.last {
    border-bottom: 0;
    margin-bottom: 0
}

.product-options dd input.input-text {
    width: 98%
}

.product-options dd input.datetime-picker {
    width: 150px
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle
}

.product-options dd textarea {
    width: 98%;
    height: 8em
}

.product-options dd select {
    width: 99%
}

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

.product-options ul.options-list {
    margin-right: 5px
}

.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0
}

.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px
}

.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 18px
}

.product-options ul.options-list label {
    font-weight: normal
}

.product-options ul.validation-failed {
    padding: 0 7px
}

.product-options p.note {
    margin: 0;
    font-size: 11px
}

.product-options p.required {
    text-align: left;
    clear: both;
    margin: 10px 0 40px;
}

.box-tocart {
    padding: 0;
}

.product-options-bottom .fieldset {
    padding: 0;
    margin: 0;
}

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

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #e26703
}

.product-options-bottom .price-box {
    margin: 0;
    padding: 0
}

.product-options-bottom .add-to-links {
    clear: both;
}

.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px
}

.product-options-bottom .price-label {
    float: left;
    padding-right: 5px
}

.product-options-bottom .price-tax {
    float: left
}

.product-options-bottom .add-to-cart,
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
    margin: 25px auto 0;
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
}

.product-shop .product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0 0 10px;
    display: none;
}

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

.product-options-wrapper {
    padding-top: 20px;
}

.product-options-wrapper .fieldset>.field>.label span {
    font-weight: bold;
    font-size: 15px;
    color: #2b2929;
}

.product-options-wrapper .options-list .field.choice {
    padding: 2px 0;
}

.product-options-wrapper .options-list .field.choice label {
    margin-left: 10px;
}

.product-options-wrapper .price-notice {
    font-weight: bold;
    color: #2b2929;
}

.bundle-options-container .product-options-wrapper {
    padding: 0;
    border: 0 none;
}

.bundle-options-container .product-options-wrapper .control .nested.options-list .choice {
    margin-bottom: 10px;
}

.block-bundle-summary .product-details .product.name {
    display: block;
    font-weight: 500;
    padding-top: 10px;
}

.block-bundle-summary .box-tocart {
    float: none;
    padding: 0;
}

.product-add-form .block-bundle-summary .product-details .add-to-links {
    float: none;
}

.bundle-actions {
    float: left;
    margin: 0;
    padding: 45px 0;
}

.bundle-options-container .block-bundle-summary {
    background: #e8e8e8 none repeat scroll 0 0;
    padding: 0 20px;
}

.bundle-options-container .block-bundle-summary .bundle-info .product-image-container .product-image-wrapper {
    padding-bottom: 0 !important;
}

.bundle-options-container .product-add-form .block-bundle-summary .fieldset {
    background-color: transparent;
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action {
    background-color: #f5f5f5;
    border: 1px solid #cdcdcd;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover {
    background-color: #ff5555;
    color: #fff;
    border: 1px solid #ff5555;
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action span {
    padding-left: 5px;
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action.towishlist {
    margin-right: 10px;
}

.bundle-options-container p.required {
    text-align: left;
    padding: 10px 0 0;
}

.page-product-downloadable .product-options-wrapper {
    border: 0;
}

.page-product-downloadable .product-options-bottom {
    padding-top: 30px;
}

.fieldset>.field>.label,
.fieldset>.fields>.field>.label {
    font-weight: normal;
}

.field.downloads .field.choice {
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

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

.table-wrapper.grouped {
    margin: 20px 0 0;
}

.table-wrapper.grouped .table {
    margin: 0;
}

.table-wrapper.grouped .data.table tbody tr td input.qty {
    border: 1px solid #ebebeb !important;
}

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

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

/* Block:Upsell */
.product-view .box-up-sell {
    margin-bottom: 0px;
}

.product-view .box-up-sell .block-title h3 span {
    padding: 0;
}

.product-view .box-up-sell .title-divider {
    margin-bottom: 30px;
}

.product-view .box-up-sell .products-grid {
    width: 100%;
    padding: 0;
}

.product-view .box-up-sell .products-grid td {
    width: 25%;
    background: #f6f2e7;
    border-right: 1px solid #e5dcc3;
    border-bottom: 1px solid #e5dcc3;
    padding: 15px 10px 12px;
    line-height: 1.6em
}

.product-view .box-up-sell .products-grid tr.last td {
    border-bottom: 0
}

.product-view .box-up-sell .products-grid td.last {
    border-right: 0
}

.product-view .box-up-sell .products-grid td img {
    border: 1px solid #e5dcc3
}

.product-view .box-up-sell .products-grid .product-image {
    text-align: center
}

.product-view .box-up-sell .products-grid td.empty {
    border-right: 0;
    background: #f1ecdb
}

.product-view .box-up-sell .products-grid .ratings .rating-links {
    padding: 0
}

.product-view .sale-content .block-title-tabs {
    display: none;
}

.product-view .box-up-sell .bx-controls .bx-default-pager {
    display: none;
}

/* Block:Tags */
.product-view .box-tags {
    margin: 0
}

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

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

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

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

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

.product-view .box-tags .form-add label {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
    color: #000000
}

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

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

.product-view .box-tags .note {
    margin: 5px 0 0;
    padding: 0;
    font-size: 11px;
    color: #666
}

/* Block:Reviews */
.product-view .box-reviews dl {
    margin: 0
}

.product-view .box-reviews dt {
    padding: 0 0 5px
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: bold
}

.product-view .box-reviews dd {
    margin: 0 0 15px
}

.product-view .box-reviews dd small {
    font-style: italic
}

.product-view .box-reviews .form-add {
    margin: 15px 0 0
}

.product-view .box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: normal
}

.product-view .box-reviews .form-add h3 span {
    font-weight: 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: 360px
}

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

.product-view .box-collateral .data-table th {
    font-weight: normal
}

.product-view .box-collateral .data-table {
    margin-bottom: 10px
}

/* Send a Friend */
.send-friend .form-list {
    width: 615px;
    overflow: hidden
}

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

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

.send-friend .form-list .field {
    width: 315px
}

.send-friend .form-list .input-box {
    width: 300px
}

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
    width: 294px
}

.send-friend .form-list li.wide .input-box {
    width: 612px
}

.send-friend .form-list li.wide textarea {
    width: 609px
}

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

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

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

/* Product Tags */
.tags-list {
    display: block;
    font-size: 13px;
    border: 1px solid #c1c4bc;
    background: #f8f7f5;
    padding: 10px 0 10px 0
}

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

.tags-list li a {
    color: #e8e9ee
}

/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    float: left;
    clear: none
}

.advanced-search-amount {
    margin: 0 0 10px
}

.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #e9d7c9;
    background: #fff6f1;
    padding: 10px
}

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

.advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(../images/i_search_criteria.gif) 0 3px no-repeat
}

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

/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative
}

.page-sitemap .links a:hover {
    text-decoration: underline
}

.page-sitemap .sitemap {
    margin: 12px
}

.page-sitemap .sitemap a {
    color: #1b2d3b
}

.page-sitemap .sitemap li {
    margin: 3px 0
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold
}

.page-sitemap .sitemap li.level-0 a {
    color: #1e7ec8
}

/* RSS */
.rss-title h1 {
    background: url(../images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px
}

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

/* Shopping Cart ========================================================================= */
.cart .page-title {
    border-bottom: 0;
    margin: 50px 0 0;
}

.cart .page-title h1 {
    margin: 10px 0 20px;
    color: #2a2a2a;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
}

.cart .data-table .btn-remove2 {}

.cart .data-table .btn-remove2 .icons {
    font-size: 15px;
}

.crosssell .products-textlink {
    border: 0 none !important;
}

.cart-empty {
    text-align: center;
}

.checkout-cart-index .page-title-wrapper {
    padding: 20px 0;
    text-align: center;
}

.checkout-cart-index .page-title-wrapper .page-title span {
    font-size: 20px;
}

.cart-container {
    background-color: #fff;
}

.gift-options textarea {
    border-radius: 20px;
}

/* Checkout Types */
.cart .page-title .checkout-types li {
    margin: 0 0 5px
}

.cart .title-buttons .checkout-types {
    float: right;
    display: none;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px
}

/* Shopping Cart Table */
.cart-table th {
    padding: 2px 10px
}

.cart-table td {
    padding: 25px 20px;
    border: 1px solid #eeeeee;
}

.cart-table .product-name {
    margin: 0 0 5px;
    color: #333;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a
}

.cart-table tfoot td {
    padding: 15px;
}

.cart-table .btn-continue {
    float: left
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right
}

.cart-table .btn-update {
    margin-left: 10px
}

.table thead>tr>th,
.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td,
.table tbody+tbody {
    border: 0;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 25px 0 0
}

.cart .cart-collaterals .col2-set {}

.cart .cart-collaterals .col2-set .col-1,
.cart .cart-collaterals .col2-set .col-2,
.cart .cart-collaterals .col2-set .col-3 {
    width: 33.3333%;
    float: left
}

.cart .crosssell {
    padding: 0 0 50px
}

.cart .crosssell .block-title h3 span {
    padding: 0;
}

.cart .crosssell .title-divider {
    margin-bottom: 10px;
}

.cart .crosssell .product-name {
    font-size: 100%;
    margin: 0 0 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart .crosssell .product-name a {
    font-size: 14px;
    outline: 0 none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.cart .crosssell li.item {
    margin: 12px 0
}

.cart .crosssell .link-compare {
    font-weight: normal
}

.cart .bx-has-controls-direction .bx-default-pager {
    display: none;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .shipping p,
.cart .discount label {
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 300
}

.cart .discount,
.cart .shipping {
    padding: 15px 0;
    margin: 0 0 18px;
}

.cart .discount h2,
.cart .shipping h2 {
    margin: 0 0 20px;
    padding: 0 10px 0 0;
    color: #333;
    text-transform: uppercase;
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0
}

.cart .discount .input-box {
    margin: 8px 0 0
}

.cart .discount input.input-text {
    width: 100%
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
}

/* Shopping Cart Totals */
.cart .totals {
    padding: 15px 0px 15px 0;
    margin: 0;
}

.cart .totals table {
    width: 100%;
    margin: 7px 0
}

.cart .totals td {
    padding: 1px 0 1px 30px
}

.cart-totals .mark,
.opc-block-summary .table-totals .mark,
.cart-totals .mark .label {
    color: #333;
    font-size: 13px;
}

.cart .totals td.a-right .price {
    font-weight: 600;
}

.cart .totals tr.last td {}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px
}

.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px
}

.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
    font-weight: normal;
    font-size: 18px;
    color: #333;
}

.cart-totals .grand.totals .price {
    font-size: 18px;
    color: #333;
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 0;
    text-align: right
}

.cart .totals .checkout-types li a {
    color: #666666;
    text-decoration: none;
}

.cart .totals .checkout-types li a:hover {
    color: #ff5555;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0
}

/* Options Tool Tip */
.item-options dt {
    font-weight: bold;
    color: #666;
}

.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px
}

.truncated {
    cursor: help
}

.truncated a.dots {
    cursor: help
}

.truncated a.details {
    cursor: help
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6
}

.truncated .truncated_full_value .item-options>p {
    font-weight: bold;
    text-transform: uppercase
}

.truncated .show .item-options {
    top: -20px;
    left: 50%
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px
}

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

/* Checkout ============================================================================== */

/********** < Common Checkout Styles */

/* Shipping and Payment methods */
.sp-methods {
    margin: 0 0 8px
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: 300
}

.sp-methods dd {}

.sp-methods dd li {
    margin: 5px 0
}

.sp-methods label {
    font-weight: 300;
    color: #666;
    line-height: 16px
}

.sp-methods .price {
    font-weight: 300
}

.sp-methods .form-list {
    padding-left: 20px
}

.sp-methods .form-list li {
    margin: 0 0 8px
}

.sp-methods select.month {
    width: 154px;
    margin-right: 10px
}

.sp-methods select.year {
    width: 96px
}

.sp-methods input.cvv {
    width: 3em !important
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right
}

.sp-methods .checkmo-list address {
    float: left
}

.sp-methods .centinel-logos a {
    margin-right: 3px
}

.sp-methods .centinel-logos img {
    vertical-align: middle
}

.sp-methods .release-amounts {
    margin: 0.5em 0
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0
}

.please-wait {
    float: right
}

.please-wait img {
    vertical-align: middle
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px
}

.checkout-payment-method .fieldset {
    margin: 0;
    padding: 0;
}

.fieldset>.legend+br {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.opc-block-shipping-information .shipping-information-title .action-edit {
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 2px;
    border: 0;
    padding: 0;
    background-color: transparent;
}

.opc-block-shipping-information .shipping-information-title .action-edit:before {
    color: #333;
    content: "\f040";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.opc-block-shipping-information .shipping-information-title .action-edit>span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden
}

.tool-tip .tool-tip-content {
    padding: 5px
}

/* Gift Messages */
.gift-messages h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403
}

.gift-messages p.control {
    color: #8e8d8b
}

.gift-messages-form {
    position: relative
}

.gift-messages-form label {
    float: none !important;
    position: static !important
}

.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403
}

.gift-messages-form .whole-order {
    margin: 0 0 25px
}

.gift-messages-form .item {
    margin: 0 0 10px
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #8a8987
}

.gift-messages-form .item .details {
    margin-left: 90px
}

.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px
}

.gift-messages-form .item .details .form-list .field {
    width: 255px
}

.gift-messages-form .item .details .form-list .input-box {
    width: 240px
}

.gift-messages-form .item .details .form-list input.input-text {
    width: 234px
}

.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px
}

.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px
}

.gift-message-link {
    font-size: 11px;
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px
}

.gift-message-link.expanded {
    background-position: 100% -40px
}

.gift-message-row {
    background: #f2efe9
}

.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden
}

/* Checkout Agreements */
.checkout-agreements li {
    margin: 30px 0
}

.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px
}

.checkout-agreements .agree label {
    font-weight: bold;
    color: #666
}

.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px
}

.opc .checkout-agreements li {
    margin: 20px 0 0
}

.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px
}

.opc .checkout-agreements .agree {
    padding-left: 6px
}

/* Centinel */
.centinel {}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important
}

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

/* Generic Info Set */
.info-set {
    background: #fbfaf6;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px
}

.info-set h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px
}

.info-set h3,
.info-set h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: normal
}

.info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative
}

.info-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c
}

.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative
}

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

.info-set .box h2 {
    color: #e26703
}

.info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important
}

.info-set .data-table .product-name a {
    font-weight: bold !important
}

.info-set .data-table .item-options {
    margin: 5px 0 0
}

/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0
}

.block-progress .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px
}

.block-progress .block-title strong {
    font-size: 13px;
    color: #0a263c
}

.block-progress .block-content {
    padding: 30px 20px
}

.block-progress dl {
    margin: 0
}

.block-progress dt {
    background-color: transparent;
    background-image: url("../images/icon-Progress.png");
    background-position: 0 8px;
    background-repeat: no-repeat;
    color: #888;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 6px;
    padding: 0 0 0 20px
}

.block-progress dd {
    padding: 8px 13px;
    margin: 0 0 6px
}

.block-progress dt.complete {
    margin: 0
}

.block-progress dd.complete {
    color: #666;
    font-weight: 300
}

.block-progress p {
    margin: 0
}

.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0
}

.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0
}

.block-progress .cards-list .info-table th {
    font-weight: normal
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.checkout-onepage-success .col-right {
    padding-top: 25px;
}

.checkout-onepage-index .main-container {
    padding-top: 30px;
}

.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
    display: inline
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
    display: none
}

.opc .buttons-set {
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0;
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
    margin: 0 !important
}

.opc .buttons-set a.f-left {
    float: right !important;
    color: #ff0000;
    text-decoration: none
}

.opc .buttons-set a.f-left:hover {
    color: #f2bc4d
}

.opc .buttons-set .back-link small {
    display: none
}

.opc .buttons-set .back-link a {
    background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
    padding-left: 16px
}

.opc .buttons-set.disabled button.button {
    display: none
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px
}

.opc {
    position: relative;
    margin-bottom: 30px;
}

.opc li.section {
    margin-top: 10px;
}

.opc .step-title {
    text-align: left;
    line-height: 40px;
}

.opc .step-title .number {
    background: #dddddd;
    padding: 0;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.opc .step-title h2 {
    margin: 0;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 40px;
    font-family: "Montserrat", sans-serif;
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px
}

.opc .allow .step-title {
    color: #a4b3b9;
    cursor: pointer
}

.opc .allow .step-title .number {
    margin-right: 10px;
    background: #dddddd;
    color: #fff
}

.opc-wrapper .form-login .fieldset,
.opc-wrapper .form-shipping-address .fieldset {
    padding: 0;
    margin: 0;
}

.fieldset>.field .note,
.fieldset>.fields>.field .note {
    display: inline-block;
}

.fieldset>.field .additional,
.fieldset>.fields>.field .additional {
    margin-top: 9px;
}

.table-checkout-shipping-method thead th {
    font-weight: 600;
}

.opc .active .step-title {
    padding: 0;
    color: #f18200;
    cursor: default;
    border: 0 none;
    text-align: left;
    line-height: 40px
}

.opc .active .step-title .number {
    background: #333;
    margin-right: 10px;
    color: #fff
}

.opc .step {
    background: #fff;
    padding: 15px;
    position: relative;
    border: 1px solid #f5f5f6;
}

.opc .step .tool-tip {
    right: 30px
}

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

#opc-login h3 {
    font-size: 15px;
    padding-bottom: 2px;
    text-transform: capitalize;
    color: #000;
    font-weight: 300
}

#opc-login p {
    font-size: 13px;
    color: #ff0000;
    margin: 0 0 5px
}

#opc-login h4 {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    color: #000000;
    margin: 0 0 10px;
}

#opc-login .step .ul li {
    color: #888888;
    font-size: 13px;
    font-weight: 300
}

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

.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f6f1eb;
    border: 1px solid #e9e4de;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px
}

.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto
}

.modal-header,
.authentication-wrapper {
    display: none;
}

.modal-inner-wrap .modal-header {
    display: block;
    border: 0 none;
}

.modal-inner-wrap .modal-content {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

#opc-review .step {
    border: 0;
    padding: 0
}

#opc-review .product-name {
    font-weight: 300;
    color: #000
}

#opc-review .item-options {
    margin: 5px 0 0
}

#opc-review .buttons-set {
    padding: 20px 30px;
    border: 1px solid #d9dde3;
    border-width: 0 1px 1px
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 40px
}

#opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px
}

#opc-review .authentication {
    margin: 0 auto;
    width: 570px
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0
}

#checkout-review-submit .buttons-set button.button {
    float: right
}

/* Multiple Addresses Checkout */
.checkout-progress {
    padding: 0 90px;
    margin: 50px 0;
}

.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 3px 0 0;
    border-top: 10px solid #444;
    padding: 2px 0 0;
    font-weight: bold;
    text-align: center;
    color: #444;
    font-weight: 300;
}

.checkout-progress li.active {
    border-top-color: #965554;
    color: #965554;
    font-weight: 400;
}

.multiple-checkout h2 {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #444;
}

.multiple-checkout h3,
.multiple-checkout h4 {
    font-size: 13px;
    font-weight: bold;
    color: #965554
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight: normal
}

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important
}

.multiple-checkout .data-table .item-options {
    margin: 5px 0 0
}

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

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

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
    background: #fbfaf6;
    border: 1px solid #d7d7d7;
    margin: 0 0 25px;
    padding: 20px
}

.multiple-checkout .col2-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    border-bottom: 1px solid #d7d7d7;
    position: relative
}

.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c
}

.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative
}

.multiple-checkout .box {
    margin: 0 0 15px
}

.multiple-checkout .box h2 {
    color: #965554
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0
}

.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    padding: 0 0 0 21px;
    overflow: hidden
}

.multiple-checkout .place-order .grand-total .inner {
    float: left;
    height: 71px;
    padding: 14px 0px 0 0;
}

.multiple-checkout .place-order .grand-total .inner div {
    display: inline
}

.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px
}

.multiple-checkout .place-order .grand-total .price {
    color: #d22753
}

.multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px
}

.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px
}

/* Step 1 */
.multiple-checkout .title-buttons button.button span {}

#multiship-addresses-table td {
    padding: 10px
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px
}

#multiship-addresses-table tfoot button.button span {}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 445px
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 439px
}

.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #d9d2be;
    background: #f9f3e3;
    padding: 13px;
    position: relative
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 178px;
    height: 41px;
    background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
    overflow: hidden
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position: relative
}

.checkout-success {
    padding-top: 30px;
}

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

/* Account Login/Create Pages ============================================================ */
.account-login .content {
    background-color: #fff;
    min-height: 270px;
    padding: 0;
}

.account-login .content p {
    font-size: 13px;
    font-weight: 300
}

.account-login .content p.required {
    color: #ee001c
}

.account-login .content h2 {
    padding: 0 10px 10px 0;
}

.account-login .new-users h2 {}

.account-login .registered-users h2 {}

.account-login .buttons-set {
    margin: 0 0 20px;
    padding: 8px 0;
    border: none
}

.account-login .buttons-set .f-left {
    float: right !important;
    line-height: 34px;
    text-decoration: none;
    color: #ee001c
}

/* Captcha ================================================================================ */
.captcha-note {
    clear: left;
    padding-top: 5px
}

.captcha-image {
    margin: 0;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
}

.registered-users .captcha-image {
    margin: 0
}

.captcha-reload {
    cursor: pointer;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0)
    }

    0% {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0)
    }

    0% {
        -moz-transform: rotate(-360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    0% {
        transform: rotate(-360deg)
    }
}

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

.remember-me label {
    float: none;
    margin: 0 6px
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000
}

.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px
}

.remember-me-popup .remember-me-popup-head {
    position: relative
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px
}

.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff
}

/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */
.customer-account-index .main-container {
    margin-top: 30px;
}

.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 {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    margin: 0 0 20px
}

.box-account .box-head {
    margin: 0 0 20px;
    text-align: right
}

.box-account .box-head h2 {
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
    color: #444
}

.dashboard .box .box-title {
    padding: 0 0 5px;
    margin: 0 0 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    color: #333;
    text-transform: uppercase;
}

/* Block:Recent Orders */
.dashboard .box-recent .box-head h2 {
    background-image: url(../images/i_folder-table.gif)
}

/* Block:Account Information */
.dashboard .box-info .box-head h2 {
    background-image: url(../images/i_ma-info.gif)
}

.dashboard .box-info h4 {
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase
}

/* Block:Reviews */
.dashboard .box-reviews .box-head h2 {
    background-image: url(../images/i_ma-reviews.gif)
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c
}

.dashboard .box-reviews .details {
    margin-left: 20px
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px
}

.dashboard .box-reviews li.item.last {
    margin: 0
}

.dashboard .box-reviews .ratings {
    margin: 7px 0 0
}

/* Block:Tags */
.dashboard .box-tags .box-head h2 {
    background-image: url(../images/i_ma-tags.gif)
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c
}

.dashboard .box-tags .details {
    margin-left: 20px
}

.dashboard .box-tags li.item {
    margin: 0 0 7px
}

.dashboard .box-tags li.item.last {
    margin: 0
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline
}

/********** Dashboard > */

/* Address Book */
.my-account .pager {
    margin: 15px 0;
}

.addresses-list h2 {
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.addresses-list h3 {
    font-weight: bold;
    font-size: 13px
}

.addresses-list address {
    margin: 0 0 3px
}

.addresses-list p {
    margin: 0
}

.addresses-list a {
    font-weight: bold
}

.addresses-list .link-remove {
    color: #646464
}

.addresses-list .separator {
    margin: 0 3px
}

.addresses-list li.item {
    border: 1px solid #eee;
    padding: 10px 13px;
    margin: 0 0 10px;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0
}

.addresses-list li.empty p {
    font-weight: bold
}

.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0
}

/* Order View */
.order-info {
    background: #dee5e8;
    border: 1px solid #d0cbc1;
    padding: 4px 8px;
    margin: 0 0 8px
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline
}

.order-info .current {
    font-weight: bold
}

.order-info li {
    margin: 0 3px
}

.order-date {
    margin: 10px 0
}

.order-info-box {
    background: #fff;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px
}

.order-info-box h2 {
    font-weight: bold;
    font-size: 13px
}

.order-info-box .box-payment p {
    margin: 0 0 3px
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px
}

.order-items {
    width: 100%;
    overflow-x: auto
}

.order-items h2,
.order-items h3 {
    clear: none;
    font-weight: bold;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    color: #0a263c
}

.order-items .product-name {
    font-size: 1em !important;
    font-weight: bold !important
}

.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal
}

.order-items .order-links {
    text-align: right
}

.order-additional {
    margin: 15px 0
}

/* Order Gift Message */
.gift-message dt strong {
    color: #666
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0
}

/* Order Comments */
.order-about dt {
    font-weight: bold
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px
}

.tracking-table {
    margin: 0 0 15px
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap
}

.tracking-table-popup {
    width: 100%
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px
}

/* Order Print Pages */
.page-print .print-head {
    margin: 0 0 15px
}

.page-print .print-head .logo {
    float: left
}

.page-print .print-head address {
    float: left;
    margin-left: 15px
}

.page-print h1 {
    font-size: 16px;
    font-weight: bold
}

.page-print h2,
.page-print h3 {
    font-size: 13px;
    font-weight: bold
}

.page-print h2.h2 {
    font-size: 16px;
    font-weight: bold
}

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

.page-print .col2-set {
    margin: 0 0 10px
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline
}

/* My Wishlist */
.my-wishlist .data-table td {
    padding: 10px
}

.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px
}

.my-wishlist .buttons-set {
    margin-top: 2em
}

.my-wishlist .buttons-set button.button {
    float: none
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {}

#wishlist-table .add-to-links {
    white-space: nowrap
}

.my-wishlist .cart-cell .old-price,
.my-wishlist .cart-cell .special-price {
    float: none;
}

.my-wishlist .cart-cell .add-to-cart-alt input.qty {
    margin-bottom: 10px;
}

.products-grid.wishlist .product-item-inner .box-tocart {
    float: none;
    padding: 0;
}

.products-grid.wishlist .product-item .fieldset .field.qty,
.products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
}

.products-grid.wishlist .product-item .fieldset .field.qty .label {
    padding-top: 0;
}

.block.block-wishlist .actions-toolbar {
    padding: 0;
}

.block.block-wishlist .actions-toolbar .primary a.action {
    border: 0;
    padding: 0;
    background-color: transparent;
    color: #666666;
}

.block.block-wishlist .actions-toolbar .primary a.action:hover {
    color: #ff5555;
}

/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px
}

#my-tags-table {
    clear: both
}

#my-tags-table td {
    padding: 10px
}

#my-tags-table .add-to-links {
    white-space: nowrap
}

/* My Reviews */
#my-reviews-table td {
    padding: 10px
}

.product-review .product-img-box {
    float: left;
    width: 140px
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px
}

.product-review .product-details {
    margin-left: 150px
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px
}

.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f
}

.product-review .ratings-table {
    margin: 0 0 10px
}

.product-review dt {
    font-weight: bold
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0
}

.billing-agreements .form-list li select {
    float: left
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px
}

.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px
}

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

/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px
}

.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis
}

.map-popup-arrow {
    background: url(../images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px
}

.map-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0
}

.map-popup-price {
    margin: 5px 0 0
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word
}

.map-popup-only-text {
    border-top: 1px solid #ddd
}

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

/* Footer ================================================================================ */
.footer a {
    text-decoration: none;
    outline: medium none;
}

.footer .bugs {
    margin: 13px 0 0;
    color: #ecf3f6
}

.footer .bugs a {
    color: #ecf3f6;
    text-decoration: underline
}

.footer .bugs a:hover {
    text-decoration: none
}

.footer-links-company {
    border-width: 1px 0 0;
    border-style: solid;
}

.footer-copyright {
    margin: 0;
    padding: 0;
    line-height: 29px;
}

.footer-copyright span {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-size: 14px;
}

.footer ul.links {
    margin: 0;
    display: block
}

.footer li {
    text-align: center;
    padding: 0;
}

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

.page-footer .bottom-container {
    margin: 0 0 5px
}

.footer li.feature-icon {
    clear: both;
    padding-bottom: 10px;
}

.footer .address-list {
    margin: 25px 0 0;
}

.footer .logo2,
.footer .logo3,
.footer .logo4,
.footer .logo5,
.footer .logo6 {
    display: none;
}

.page-footer {
    margin: 60px 0 0px;
}

.cms-index-index .page-footer {
    margin: 0px;
}

.block-static1 {
    position: relative;
}

.advertisement {
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
}

.introduce-logo img.logo2 {
    display: none;
}

.block-subscribe label {
    color: #e8e9ee;
    font-size: 13px;
    font-weight: 400
}

.aloportfolio ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.aloportfolio ul li {
    float: left;
}

.footer-inner {
    margin: 40px 0 0;
    padding: 30px 0 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #1d1d1d;
}

.icon-share,
.title-social,
.introduce-paypal {
    display: inline-block;
    vertical-align: middle;
}

.title-social {
    font-size: 16px;
    line-height: 37px;
    color: #fff;
    text-transform: uppercase;
    margin-right: 10px;
}

.social-link {
    border-radius: 50%;
    display: block;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 37px;
    float: left;
    font-size: 15px;
    color: #00aeef;
    margin: 0 5px;
}

.social-link .fa {
    width: 37px;
    height: 37px;
    line-height: 37px;
}

.footer-menu-box {
    text-align: center;
    margin: 0;
    padding: 33px 0 0;
}

.footer-menu-box .footer-menu-list {
    margin: 15px 0 0
}

.footer-menu-box .footer-menu-list li {
    display: inline-block;
    line-height: 1;
    padding: 0 20px 0 18px;
    border-right: 1px solid #414141;
}

.footer-menu-box .footer-menu-list li:last-child {
    border-right: none;
}

.footer-menu-box .footer-menu-list li a {
    color: #a6a6a6;
    font-size: 11px;
    text-transform: uppercase;
}

.footer-menu-box .footer-menu-list li a:hover {
    text-decoration: underline;
}

.page-footer .address-list {
    margin: 0;
}

.block-content-statick ul {
    margin: 0;
}

.address-list .feature-icon p {
    margin: 0 0 9px !important;
}

.address-list .tit-name {
    padding-right: 0px;
    font-size: 14px;
    line-height: 30px;
}

.address-list .tit-contain {
    font-size: 14px;
    line-height: 30px;
    color: #888;
}

.address-list .no-margin .tit-contain {
    font-style: italic;
    line-height: 25px;
}

.page-footer .block-footer-top {
    padding: 50px 0;
}

.block-footer-bottom {
    padding: 48px 0;
}

.page-footer .block-title.heading {
    display: block;
    font-size: 17px;
    padding: 0 0 10px 0;
    margin: 15px 0 40px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.page-footer .block-title.heading:after {
    content: "";
    background-color: #888888;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 9;
}

.page-footer .block-content-statick li {
    margin: 0;
}

.page-footer .block-content-statick li a {
    padding: 0px;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 30px;
}

.page-footer .block-content-statick li a:hover {
    text-decoration: underline;
}

.footer .block {
    margin: 0;
    padding: 0;
    background: none;
}

.footer .block-title {
    border: 0 none;
    font-size: 16px;
    font-weight: bold;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 27px 0 35px;
    text-transform: uppercase;
}

.footer .collapsible p {
    margin: 0;
}

.company-inner {
    padding: 12px 0;
    text-align: center;
}

.footer-logo {
    margin: 0 0 30px;
}

.socials {
    text-align: right;
}

/* social feed ========================================================================= */
.social-feed {
    position: relative;
}

.social-feed ul li {
    float: left;
    width: 16.6%;
    margin: 0;
}

.social-feed ul li a img {
    float: left;
    margin: 0;
    padding: 0;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out;
    width: 100%;
}

.social-feed ul li a img:hover {
    opacity: 0.6;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.section-title h4 {
    color: #484848;
    font-size: 26px;
    margin: 0 0 20px;
    text-align: center;
    text-transform: capitalize;
    display: none;
}

/* hover boxshadow ========================================================================= */
.banner-boder-zoom,
.products-grid .item .per-product,
.products-grid .item .category-products-grid {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.banner-boder-zoom:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.products-grid .item:hover .per-product,
.products-grid .item:hover .category-products-grid {
    z-index: 9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

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

/* ======================================================================================= */
.guest-select {
    width: 305px !important
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both;
}

/* list-style: initial */
.page-header ul,
.page-header ol,
.page-footer ul,
.page-footer ol,
.sidebar ul,
.sidebar ol,
.content-popup-inner ul {
    list-style: none;
}

.product.info.detailed ul,
.product.info.detailed ol,
.product.attribute ul,
.product.attribute ol,
.post-list-wrapper ul,
.post-list-wrapper ol,
.post-view ul,
.post-view ol {
    padding: 0 0 0 30px;
}
