/**
     * 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.customer-welcome .action.switch>span
     * 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=Raleway:400,100,200,300,500,700,800,900,600);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);

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

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
}


/* 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 {
    list-style: none;
    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;
    margin-top: 24px;
}

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


/* Base Columns */

.sidebar-main {
    margin: 50px 0 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;
}


/* 1 Column Layout */

.col1-layout .col-main {
    float: none;
    width: auto;
    font-size: 0;
}


/* 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;
    margin-top: 20px;
    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: #f5f5f5;
    border: 1px solid #ececec
}

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

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

select option {
    padding-right: 10px
}

select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    padding: 2px 5px
}

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

textarea {
    overflow: auto;
    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: #eee;
}

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;
    margin: 0;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 7px;
}

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

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

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

button.disabled {
    position: relative;
}

button.disabled span {
    opacity: 0.5;
    text-indent: -999em;
}

.product-view .add-to-cart button.button.disabled span,
.block-bundle-summary .box-tocart button.button span {
    padding-left: 5px;
    text-indent: inherit;
}

.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";
    left: 7px;
    position: absolute;
    top: 0;
    z-index: 99;
}

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


/* 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: 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-content .field textarea {
    height: 172px;
}

.map-conttact {
    margin-bottom: 20px;
}

.map-conttact iframe {
    width: 100%;
}

.contact-content {
    margin-bottom: 20px;
    margin-top: 20px;
}

.contact-content .field {
    margin-bottom: 10px;
}

.contact-content .field .label {
    margin-bottom: 5px;
}


/* 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: 0px;
    display: block;
}

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

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


/* 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(../../../../../frontend/Magento/blank/en_US/Magento_Theme/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
}

.action.edit span,
.action.back span,
.action.remind span,
.login-container .fieldset::after {
    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
}

.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 .container {
        background-color: #f5f5f5;
        /* border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    } */

.breadcrumbs {
    font-size: 13px;
    line-height: 1.25;
    margin: 0 0 0;
    padding: 0 0;
    margin-top: 10px;
    text-transform: uppercase;
}

.breadcrumbs li {
    display: inline-block;
    padding: 0;
    /* background-color:transparent;background-image:url("../images/bg-breadcrumbs.png");background-position:0 50%;background-repeat:no-repeat; */
}

.breadcrumbs li:before {
    content: "\f178";
    font-family: "FontAwesome";
    margin: 0 12px;
    font-size: 12px;
    color: #999;
}

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

.breadcrumbs li.home {
    background: none;
    padding-left: 0
}

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

.breadcrumbs li a,
.breadcrumbs li strong {
    font-size: 13px;
}

.breadcrumbs li strong {
    font-weight: 400;
    color: #E30613;
}

.breadcrumbs ul {
    margin: 0;
    padding: 8px 0;
    text-align: left;
}


/* 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: #222;
    text-transform: uppercase;
    font-weight: 600;
}

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

.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;
    text-transform: uppercase;
}

.page-products .page-title-wrapper {
    text-align: center;
    padding-bottom: 10px;
    display: none;
}


/* Pager */

.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: inline-block;
}

.pages li {
    display: inline-block;
    margin: 7px 7px 0 0;
    width: 30px;
    height: 30px;
    float: left;
    line-height: 29px;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
}

.pages li a {
    border: 0;
    border-radius: 0;
    display: block;
    padding: 0;
    text-decoration: none;
    height: 28px;
    line-height: 28px;
    color: #444444;
}

.pages li.current,
.pages li:hover,
.pages li a:hover {
    background-color: #E30613;
    border-color: #E30613;
    color: #ffffff;
}

.pages li.current .page {
    color: #ffffff;
    font-weight: normal;
}

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

.pages > .label {
    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;
}

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

.pages .action.next:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    line-height: inherit;
    margin: 0px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.pages .action.previous:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    line-height: inherit;
    margin: 0px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}


/* Sorter */

.sorter-label,
.limiter .label {
    font-size: 14px;
    font-weight: 400;
    color: #2a2a2a;
    float: left;
    padding: 0 15px 0 0;
    margin: 0;
    line-height: 30px;
}

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

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

.limiter,
.sorter {
    float: left;
}

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

.sorter {
    padding-right: 15px;
}

.modes {
    display: inline-block;
    float: right;
}

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

.modes-mode {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    float: left;
    outline: medium none;
    padding: 4px 9px;
    text-align: center;
}

.modes-mode:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    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: "";
}

.abs-visually-hidden-desktop-s,
.modes-label {
    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: none;
}

.products.wrapper ~ .toolbar .pages {
    padding: 30px 0 0;
}


/* Toolbar */

.toolbar {
    padding: 0;
    margin: 30px 0 25px;
    text-align: center;
}

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

.products.wrapper ~ .toolbar:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 485px;
    height: 1px;
    background-color: #ddd;
    margin: 0 auto;
    content: "";
}

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


/* Data Table */

.data-table {
    width: 100%;
    border: 1px solid #eeeeee;
}

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

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


/*.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: #444;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}

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

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

.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 #eeeeee;
    border-right: 1px solid #eeeeee
}

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

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

.cart.table-wrapper .col {
    vertical-align: middle;
}

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

.minicart-wrapper .action.showcart {
    border: 0 none;
    padding: 0;
    background-color: transparent;
}

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

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


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


/* 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 .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-not-found .page-title h1 {
    background-image: url(../images/alothemes/404.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.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: #E30613;
    color: #fff;
    border: 1px solid #E30613;
}

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

.header_full {
    position: relative;
}

.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: 800;
    top: 0;
    height: 86px !important;
    padding-top: 11px !important;
    background-color: #ffffff;
}

.header-container-fixed .header-top {
    padding: 0;
}

.header-container-fixed .header-content {
    height: 56px;
}

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

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

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

.header-container-fixed .header .top-form-language .lang-switcher:hover .dropdown-switcher,
.header-container-fixed .header .currency_top .currency-switcher:hover .dropdown-switcher,
.header-container-fixed .header .header-setting .settting-switcher:hover .dropdown-switcher,
.header-container-fixed .header .header-search .search-switcher:hover .dropdown-switcher {
    top: 56px;
}

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

.header-top {
    padding: 20px 0;
}

.header-logo {
    text-align: center;
}

.header .logo {
    margin: 0 auto;
    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 .logo img {
    max-width: 100%;
    width: 140px;
    margin-top: 5px;
    margin-left: 0px;
    padding: 0px;
    display: inline-block;
    float: right;
}

.header h1.logo {
    padding: 0;
}

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

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

.header .welcome-msg {
    padding: 15px 0;
    margin: 0;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.header .form-search {
    padding: 18px 0 0;
    display: block;
}

.header .form-search label,
.block-search .block .block-title {
    text-align: left;
    text-transform: uppercase;
    padding: 10px 0 0;
    margin: 0;
    font-weight: 500;
    display: inline-block;
}

.block-search .block .block-title strong {
    font-weight: 500;
    font-size: 13px;
}

.form-search .search {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}

.header .form-search input.input-text {
    border: 1px solid #ececec;
    background-color: #f5f5f5;
    font-size: 100%;
    margin: 0;
    line-height: 25px;
    padding: 8px;
    height: 45px;
    margin-top: -13px;
}

.header .form-search button.button {
    border: 0 none;
    background-color: transparent;
}

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

.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 button.button span {
    color: #666666;
    width: 35px;
    padding: 0;
    border: none
}

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

.form-search button.button span span .fs1 {
    font-style: normal;
    font-size: 16px;
}

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

.header .form-search .search-autocomplete ul {
    border: 1px solid #5c7989;
    z-index: 890;

}

.header .form-search .search-autocomplete li {
    text-align: left;
    border-bottom: 1px solid #f4eee7;
    padding: 2px 8px 1px 8px;
    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
}

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

.header .header-setting {
    float: right;
}

.header .header-setting .settting-switcher {
    position: relative;
}

.settting-switcher,
.top-links {
    float: left;
}

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

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

.header .currency_top .dropdown-switcher,
.header .top-form-language .dropdown-switcher,
.header .header-setting .dropdown-switcher {
    border: 1px solid #f0f0f0;
    /* -moz-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;opacity:0;transition:all 0.3s ease-in-out 0s;transform: scale(0) rotate(0deg);-moz-transform: scale(0) rotate(0deg);-webkit-transform: scale(0) rotate(0deg);-o-transform: scale(0) rotate(0deg);transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;visibility:hidden;*/
    background-color: #fff;
    padding: 15px 20px 30px;
    left: 0px;
    position: absolute;
    top: 50px;
    min-width: 230px;
    z-index: 35;
    display: none;
}

.header .header-search .dropdown-switcher {
    width: 450px;
    padding: 15px 20px;
}

.header .header-right .header-search .dropdown-switcher {
    width: 270px;
    border: 0 none;
    padding: 0;
}

.header .top-form-language .lang-switcher:hover .dropdown-switcher,
.header .currency_top .currency-switcher:hover .dropdown-switcher,
.header .header-setting .settting-switcher:hover .dropdown-switcher,
.header .toggle-content.visible {
    /* opacity:1;visibility:visible;transform: scale(1) rotate(0deg);-moz-transform: scale(1) rotate(0deg);-webkit-transform: scale(1) rotate(0deg);-o-transform: scale(1) rotate(0deg); */
    display: block;
}

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

.page-header .top-form-language .switcher .options ul.dropdown a {
    margin-bottom: 5px;
    margin-top: 5px;
}

.page-header .top-form-language .switcher .options ul.dropdown {
    padding: 5px 10px;
}

.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 .dropdown-switcher li .dropdown-icon {
    background-position: 0 3px;
    background-repeat: no-repeat;
    font-size: 100%;
    padding: 0px
}

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

.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
    color: inherit;
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
    content: "\f106";
}

.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ccc;
    display: none;
    margin: 5px 0 0;
    padding: 0 0 5px;
    position: absolute;
    top: auto;
    z-index: 100;
}

.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
    padding: 5px 8px 0;
}

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

.header .header-search {
    margin: 0px;
    background-image: none;
    cursor: pointer;
}

.top-form-language {
    font-weight: normal;
    font-size: 15px;
    padding: 0;
}

.currency_top {
    border-bottom: 1px solid #ddd;
    padding: 0 0 18px 0;
    margin-bottom: 18px;
}

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

.top-links .links li:nth-child(1):after {
    content: attr(data-label);
    display: inline-block;
    padding: 0 5px;
    text-transform: uppercase;
}

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

.top-links li.customer-welcome span {
    cursor: pointer;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
}

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

.customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: auto;
    margin: 0px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: auto;
    color: #e30613;
    font-family: "Roboto", sans-serif;
}

.customer-welcome .action.switch:after {
    font-size: 13px;
    line-height: 19px;
    color: inherit;
    color: #333;
    content: '\f107';
    font-family: FontAwesome;
    margin: 1px 5px;
    vertical-align: -1px;
    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;
    margin-top: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    padding: 10px;
    z-index: 10000;
}

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

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

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

.customer-welcome .customer-menu .header.links li {
    float: none;
    padding: 5px 0;
    text-align: left;
}

.customer-welcome .customer-menu .header.links li .action.compare {
    display: block;
}

.customer-welcome .customer-menu .header.links li a,
.customer-welcome .customer-menu .header.links li a span {
    text-transform: capitalize;
    color: #333;
}

.top-links li,
.top-links .or {
    padding: 15px 0;
}

.text-setting,
.top-links li a,
.top-links .or {
    padding: 15px 0;
    font-size: 12px;
    text-transform: uppercase;
}

.top-links {
    padding-left: 18px;
    margin: 0;
}

.top-links .or {
    padding: 15px 10px;
}

.header.links li {
    display: block;
    margin-left: .5rem;
}

.header .header-top .label-title:after,
.text-setting:after {
    color: #aaaaaa;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 13px;
    margin-left: 10px;
    text-align: left;
}

.header .header-top .label-title:hover,
.text-setting:hover,
.text-setting:hover:after,
.header .header-top .label-title:hover:after,
.icon-search:hover,
.header .header-top-link li:hover,
.header .currency_top li:hover {
    color: #ff3535;
}

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

.header .links li a,
.currency_top li a,
.currency_top li.current {
    padding: 0px;
    position: relative;
}

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

.switcher-options strong span {
    font-size: 14px;
    padding-right: 5px;
}

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

.miniCartWrap .icons {
    font-size: 25px;
    padding: 10px;
    display: block;
}

.miniCartWrap .mini-contentCart .icons {
    font-size: 14px;
}

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

.minicart-wrapper .icons {
    display: inline-block;
    color: #666666;
    font-weight: 500;
    font-size: 26px;
    padding: 0 6px 10px 0;
    position: relative;
}

.minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    right: -6px;
    top: -10px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 22px;
    line-height: 20px;
    width: 22px;
}

.minicart-wrapper .block-minicart {
    display: none;
    z-index: 900 !important;
    position: absolute;
    top: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 30px 25px 20px;
    width: 350px;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
}

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

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

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

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

.block-minicart .items-total,
.block-minicart .subtotal {
    margin: 0;
}

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

.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 {
    text-transform: uppercase;
    border-width: 1px;
    border-style: solid;
    display: block;
    line-height: 35px;
    text-align: center;
    float: none;
    color: #666;
    border-radius: 7px;
}

.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;
    font-size: 11px;
    line-height: 35px;
    margin-bottom: 15px;
    padding: 0 20px;
    text-transform: uppercase;
    width: 100%;
}

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

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

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

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

.minicart-items .product-item-name a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.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: #E30613;
    font-size: 15px;
}

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

.minicart-items .action.delete::before {
    color: #E30613;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.minicart-items .action.delete::before,
.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 {
    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: "";
    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;
}

.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: #E30613;
    content: "";
    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,
.login-container .block .block-title strong {
    color: #333;
    display: inline-block;
    font-size: 20px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 1px;
}

.magictabs .item .title {
    color: #e6e6e6;
    padding: 0;
}

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


/* Style Slide =============================================================================== */

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

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

.magicslider {
    text-align: center;
    display: block
}

.external-video:after {
    background: rgba(0, 0, 0, 0) url("../images/alothemes/gallery-sprite.png") repeat scroll right bottom;
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px;
}

.external-video.embed:after {
    display: none;
}

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


/* .home-slider .slick-slide.slick-active .text-slide{
        position: absolute;top: 0;
    } */

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

.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 .slick-slide.slick-active .figcaption .caption1 {
    display: block;
    font-size: 200px;
    font-weight: 100;
    letter-spacing: 20px;
    line-height: 190px;
    margin: 0 0 0 -79px;
    text-transform: uppercase;
    position: absolute;
    top: 25%;
    z-index: 30;
    opacity: 1;
}

.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 {
    display: block;
    font-size: 100px;
    font-weight: 500;
    letter-spacing: 20px;
    line-height: 100px;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 34%;
    z-index: 40;
    opacity: 1;
}

.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 {
    display: block;
    font-size: 100px;
    font-weight: 500;
    letter-spacing: 20px;
    line-height: 100px;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 61%;
    z-index: 50;
    opacity: 1;
}

.caption3 strong {
    font-size: 100px;
    font-weight: 100;
    line-height: 100px;
}

.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 .text-slide2 .caption2,
.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1 {
    left: 0;
    right: 0;
    text-align: center;
}

.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1 {
    margin: 0;
    letter-spacing: 0;
}

.home-slider .slick-prev {
    left: 5px;
}

.home-slider .slick-next {
    right: 5px;
}

.home-slider .slick-dots {
    bottom: 5px;
}


/*For Effec caption slick slider*/

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


/* Visible Block Slide =============================================================================== */

.block-content > .item:nth-child(n+2),
.block-content > .item .post-description,
.shopbrand > .item:nth-child(n+2),
.shopbrand > .item,
.testimonial > .item:nth-child(n+2),
.testimonial > .item {
    display: none;
}

.block-content.slick-initialized > .item.slick-slide,
.block-content.slick-initialized > .item.slick-slide .post-description,
.shopbrand.slick-initialized > .item.slick-slide,
.shopbrand.slick-initialized > .item.slick-slide,
.testimonial.slick-initialized > .item.slick-slide,
.testimonial.slick-initialized > .item.slick-slide {
    display: block;
}

.magiccart-column {
    padding-bottom: 20px;
    padding-top: 20px
}


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

.block {
    margin: 0 0 5px;
}

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

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

.sidebar .block .block-title,
.col-left .magicproduct.mage-custom .item span {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    text-align: left;
    line-height: normal;
    font-weight: 500;
}

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

.sidebar .block .block-title strong {
    font-size: 18px;
    padding: 0px;
    line-height: normal;
    font-weight: 500;
}

.sidebar .block .block-title:before,
.block.filter .filter-title:before,
.block-blog .blog-title h5:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 68px;
    height: 1px;
    background-color: #dddddd;
    content: "";
}

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

.account .sidebar-main {
    margin: 20px 0 0;
}

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

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

.customer-account-index .sidebar .block .block-title {
    margin: 0 0 30px;
}

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

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

.invite-friend .comment > p:first-child {
    display: none;
}

.reward-points-payment-content .mp-spent {
    width: 120px;
}

option.disabled {
    color: #c7c5c5b5;
}

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

.box .box-actions {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    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: 600;
    text-transform: uppercase;
}

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

.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: "";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
}


/* 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 {
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    line-height: 40px;
    padding: 0px;
    width: 100%;
}

.filter-options .filter-options-content .item:last-child {
    border: 0;
}

.filter-options .filter-options-content .item a {
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    color: #444;
}

.filter-options .filter-options-content .item a span {
    font-size: 14px;
    color: #444;
}

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

.filter-options .filter-options-content .item a:hover,
.filter-options .filter-options-content .item a span:hover {
    color: #E30613;
}

.filter-options .filter-options-title {
    clear: both;
    padding: 0px;
    position: relative;
    line-height: 30px;
    margin: 0px;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.block-layered-nav dt span {
    font-weight: bold;
    padding: 0 10px 0 0;
    height: 26px;
    line-height: 26px;
    color: #757575;
    font-size: 14px;
    text-transform: capitalize;
}

.filter-options .filter-options-content {
    margin: 0;
    padding: 0 0 30px;
}

.filter-options .narrow-by:last-child .filter-options-content {
    padding: 0px;
}

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

.block .filter-content .block-subtitle {
    font-size: 16px;
    text-transform: uppercase;
    color: #E30613;
    font-weight: 500;
}

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

.filter-current .item {
    position: relative;
    z-index: 1;
    line-height: 40px;
    border-bottom: 1px solid #f4f4f4;
    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 .filter-options-title:after {
    color: #888;
    content: "\f196";
    cursor: pointer;
    display: block;
    line-height: 35px;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    position: absolute;
    right: -4px;
    top: 0;
    width: 19px;
}

.filter-options .active .filter-options-title:after {
    content: "\f147";
}

.filter-options .filter-options-title:hover:after {
    color: #E30613;
}

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

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

.filter-content .toggle-tab.mobile {
    color: #888;
    font-size: 14px;
    cursor: pointer;
}

.filter-content .toggle-tab.mobile:hover {
    color: #E30613;
}

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

.filter-content .toggle-visible .toggle-tab:before {
    content: "\f147";
}

.filter-content .toggle-tab.mobile {
    font-weight: 500;
    position: absolute;
    right: -4px;
    top: 0;
    display: block !important;
    line-height: 40px;
    width: 19px;
    text-align: center;
}

.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 .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.block-related .block-subtitle {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

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

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

.block.block-related .block-subtitle {
    padding-bottom: 0px;
}

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

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

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

.block.box-up-sell .block-title,
.crosssell .block-title {
    text-align: center;
    margin-bottom: 45px;
}

.crosssell .block-title strong:after,
.block-related .block-title strong:after,
.box-up-sell .block-title strong:after {
    background: #dddddd none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 68px;
    z-index: 2;
}


/* Block:Compare Products */

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

.sidebar .product-items .product-item {
    float: none;
    width: 100%;
    padding: 0;
    clear: both;
}

.sidebar .product-items .product-item:before,
.sidebar .product-items .product-item:after {
    content: " ";
    display: table;
    clear: both;
}

.sidebar .product-items .product-item .product-item-info .product-item-photo {
    position: static;
    float: left;
    margin: 0;
}

.sidebar .product-items .product-item .product-item-details {
    margin: 0;
    padding-left: 85px;
}

.sidebar .product-items .product-item .product-item-actions {
    clear: inherit;
}

.block-reorder .product-item .field.item {
    float: left;
}

.block-reorder .product-item-name {
    display: block;
    padding-left: 25px;
}

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

.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: "\f00d";
    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-subscribe .block-content {
    padding: 0px;
    text-align: center;
    display: inline-block;
}

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

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

.block-subscribe input.input-text {
    display: block;
    height: 35px;
    line-height: 35px;
    margin: 0;
    width: 277px;
    border-width: 1px;
    border-style: solid;
    float: left;
    font-size: 13px;
}

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

.block-subscribe .actions button.button {
    border-style: solid;
    border-width: 1px;
    margin-left: 10px;
    border-radius: 0;
}

.block-subscribe .actions button.button span {
    height: 33px;
    line-height: 33px;
}

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

.block-newletter div.mage-error[generated] {
    margin-top: 0;
    clear: both;
    width: 250px;
}

div.mage-error[generated] {
    font-size: 1.2rem;
    text-shadow: #e30613 0px 0px 1px;
    font-weight: bold;
}


/* Block:popup-newsletter */

#fancybox-close {
    height: 13px !important;
    width: 13px !important;
    top: 9px !important;
    right: -32px !important
}

.fancybox-close {
    cursor: pointer;
    height: 33px !important;
    position: absolute;
    right: 0 !important;
    top: -2px !important;
    width: 36px !important;
}

#popup-newsletter .form-subscribe-header label {
    color: #333;
    font-size: 26px;
    line-height: 26px;
    margin: 0;
    letter-spacing: 3px;
    padding: 5px 0 15px;
    text-transform: uppercase;
    font-weight: 500;
}

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

#popup-newsletter .subscribe-bottom {
    display: block;
    margin: 60px 0px 0;
    padding: 0px;
    color: #333333;
    font-size: 13px;
    text-align: left;
}

#popup-newsletter .subscribe-bottom input {
    margin: 0 5px 1px 0
}

#popup-newsletter .block-content input.input-text {
    background: none repeat scroll 0 0 #ebebeb;
    border: 1px solid #e3e3e3;
    color: #666666;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-top: 35px;
    padding: 10px;
    width: 100%;
    float: left;
    font-size: 14px;
}

#popup-newsletter .block-content .input-box {
    width: 324px;
}

#popup-newsletter .block-content .actions {
    margin: 15px 0 0 0px;
    float: left;
    vertical-align: top;
}

#popup-newsletter .block-content button.button span {
    padding: 0px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 0;
    font-size: 13px;
}

#popup-newsletter .block-content button.button {
    border: 0;
    background-color: #E30613;
    height: 40px;
    line-height: 40px;
}

#popup-newsletter .block-content button.button span span {
    padding: 0;
}

#popup-newsletter .block-content button.button:hover {
    background-color: #333;
    color: #ffffff;
}

#popup-newsletter .block-content {
    margin: 0;
    padding: 50px 0 0 44px;
    text-align: left;
    width: 550px;
}

#popup-newsletter .block-content span {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 5px;
    color: #333;
    letter-spacing: 2px;
}

#popup-newsletter .block-content span.saleoff {
    color: #E30613;
    font-weight: bold;
}

#popup-newsletter {
    border: 2px solid #fafafa;
}

.newsletter-new {
    display: inline-block;
}


/* Block:Reorder */

.block-reorder .block-title strong {
}

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

.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage,
.card .card-body {
    border: 1px solid #e8e8e8;
    margin-bottom: 40px;
    padding: 30px 20px;
    display: block;
}

.login-container .actions-toolbar {
    margin-top: 35px;
}

.form.create.account {
    padding: 0 0 30px;
}

.login-container .block {
    margin: 0;
}

.customer-account-login .page-title {
    margin: 25px 0;
}

.customer-account-create .page-title {
    margin: 25px 0;
}


/* 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: 18px;
    z-index: 20
}

.sticker.top-right {
    left: 18px;
}

.sticker.top-left {
    left: 18px;
}

.labelnew,
.labelsale {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: lowercase;
    font-size: 12px;
    width: 40px;
    border-radius: 50%;
    font-size: 16px;
}


/* 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: #E30613;
    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: 150px;
    display: block;
    height: 45px;
    width: 45px;
    line-height: 50px;
    overflow: hidden;
    position: fixed;
    right: 5px;
    text-align: center;
    text-decoration: none;
    z-index: 50;
    border-radius: 50%;
    color: #242628 !important;
    background-color: #cccccc !important;
}

#backtotop .fa {
    font-size: 2.1666em;
    line-height: 50px;
    width: 20px;
    height: 50px;
}

#backtotop:hover {
    background: none repeat scroll 0 0 #444;
    color: #fff
}

#backtotop .back-to-top {
    display: none
}


/* Block:banner */

.pa-lines {
    margin: 25px 0 0;
    overflow: hidden;
}

.size1of9 {
    width: 879px;
}

.size1of8 {
    width: 66.6667%;
}

.size1of3 {
    width: 270px;
}

.banner1.banner-inner.size1of9 .size1of3 {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 272px;
}

.banner2.banner-inner.size1of3 {
    float: right;
    width: 271px;
}

.banner2.banner-inner.size1of3 .banner-inner-content .box-text {
    text-align: left;
    padding: 280px 0 0 50px;
}

.banner2.banner-inner.size1of3 .banner-inner-content .box-text.box-text-possion h4:before {
    background-color: #E30613;
    margin: 0;
}

.banner2.banner-inner.size1of3 .banner-inner-content .box-text h3 {
    line-height: 30px;
}

.size1of3,
.size1of9 {
    float: left;
    position: relative;
}

.banner-inner .banner-inner-content a {
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.banner-inner .banner-inner-content a:before {
    border: 1px solid #fff;
    bottom: 25px;
    box-sizing: border-box;
    content: "";
    left: 25px;
    overflow: visible;
    position: absolute;
    opacity: 1;
    right: 25px;
    top: 25px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.banner-inner .banner-inner-content .column-1-2 a:before,
.banner-inner .banner-inner-content .column-1-6 a:before {
    opacity: 0;
}

.banner2.banner-inner .banner-inner-content a:before {
    bottom: 65px;
    left: 35px;
    right: 35px;
    top: 65px;
}

.al-style-2 {
    position: relative;
}

.al-style-2:before {
    position: absolute;
    left: -15px;
    z-index: 1;
    width: 30px;
    top: 30px;
    height: 2px;
    content: "";
    background-color: #E30613;
}

.al-style-2:after {
    position: absolute;
    left: -15px;
    z-index: 1;
    width: 30px;
    top: 35px;
    height: 2px;
    content: "";
    background-color: #E30613;
}

.banner1-2 {
    clear: both;
}

.box-text h4 {
    font-size: 20px;
    margin: 0 0 20px;
    color: #888;
    font-weight: normal;
}

.box-text h4:before {
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    width: 70px;
    background-color: #e3e3e3;
    height: 1px;
    content: "";
}

.box-text h3 {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    margin: 0;
}

.box-text h3:before {
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 70px;
    background-color: #e3e3e3;
    height: 1px;
    content: "";
}

.box-text h3,
.box-text h4 {
    letter-spacing: 3px;
    position: relative;
    text-transform: uppercase;
}

.column-1-3 .box-text h3:before,
.box-text-possion.box-text h3:before,
.column-1-1 .box-text h4:before,
.column-1-5 .box-text h4:before {
    display: none;
}

.column-1-5 .box-text h4,
.column-1-1 .box-text h4 {
    margin-bottom: 5px;
}

.box-text p {
    font-size: 15px;
    color: #888;
    text-transform: capitalize;
    margin: 30px 0 0;
    letter-spacing: 1px;
}

.banner1-1 .size1of3 .banner-inner-content.border {
    border: 1px solid #E30613;
    height: 280px;
}

.banner-inner-content .box-text {
    text-align: center;
    padding: 80px 0 0;
}

.text-right .banner-inner-content .box-text {
    text-align: right;
}

.no-margin {
    margin: 0 0 10px 0;
}

.box-text-possion {
    position: absolute;
    top: 0;
    pointer-events: none;
}

.box-text.box-text-possion h3,
.box-text.box-text-possion h4 {
    color: #fff;
}

.box-text.box-text-possion h4:before {
    background-color: #fff;
}

.column-1-4 .box-text-possion {
    width: 100%;
}

.banner-inner-content {
    position: relative;
}

.banner-inner-content a:hover img {
    transform: scale(1.05);
    -moz-transition: scale(1.05);
    -webkit-transition: scale(1.05);
    -o-transition: scale(1.05);
}

.banner-inner-content a img {
    border: medium none;
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;
}

.policy {
    position: relative;
    margin-top: 60px;
    margin: 0;
}

.support-footer-inner {
    padding: 40px 0 60px;
    position: relative;
}

.cms-index-index .support-footer-inner {
    padding: 0px 0 60px;
}

.catalog-product-view .support-footer-inner {
    padding: 60px 0 60px;
}

.cms-index-index .support-footer-inner {
    padding: 68px 0 60px;
    margin-top: 50px;
    position: relative;
}

.cms-index-index .support-footer-inner:before {
    background-color: #ddd;
    text-align: center;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 485px;
    margin: 0 auto;
}

.support-footer-inner .row-normal {
    border-width: 1px;
    border-style: solid;
    text-align: center;
    position: relative;
    height: 75px;
    line-height: 75px;
}

.support-footer-inner .row-normal:before {
    border-width: 1px;
    border-style: solid;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 75px;
    width: 100.5%;
    left: 4px;
    top: 4px;
}

.support-policy .support-footer-inner .col-icon,
.support-policy .support-footer-inner .col-text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.support-footer-inner .support-icon .icons,
.support-footer-inner .support-icon .fa {
    font-size: 30px;
    vertical-align: middle;
}

.support-footer-inner .support-info .info-title {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0px 0 0px 20px;
}

.support-footer-inner .support-info .info-details {
    line-height: 20px;
    font-size: 15px;
    font-weight: 300;
}

.position-link {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


/* About Us ========================================================================= */

.title-heading-left {
    font-size: 14px;
    color: #000;
}

.alo-content {
    font-size: 13px;
    color: #666;
    font-weight: 300;
}

.alo-column {
    margin: 20px 0 0;
    background-color: transparent;
}

.alo-column.block .block-title {
    margin: 0 15px;
}

.alo-column.block .block-title strong span {
    color: #444;
    font-size: 16px;
    text-transform: capitalize;
}

.alo-team {
    padding: 15px 0 0;
}

.alo-person-author {
    padding: 13px 0 0;
}

.alo-person-author .person-name {
    color: #444;
    font-size: 15px;
    line-height: 15px;
    width: 100%;
    display: block;
    font-weight: 300;
}

.alo-person-author .person-title {
    font-size: 13px;
    color: #888;
    font-weight: 300;
    line-height: 13px;
}

.alo-social-networks {
    padding: 10px 0 13px;
    overflow: hidden;
}

.alo-social-networks a {
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin: 0 13px 0 0;
    text-align: center;
    float: left;
}

.alo-social-networks a:hover {
    color: #fff;
}

.alo-social-networks .display-none {
    display: none;
}

.alo-social-networks a.facebook .fa {
    color: #5795bd;
    font-size: 19px;
}

.alo-social-networks a.twitter {
    background-color: #44d2d7;
}

.alo-social-networks a.tumblr .fa {
    color: #4bb984;
    font-size: 19px;
}

.alo-social-networks a.dribbble .fa {
    color: #d85690;
    font-size: 19px;
}

.alo-content.fusion-clearfix {
    clear: both;
}

.bottomborder {
    display: none !important;
}


/* Home Products Page ========================================================================= */

.featured-product-tab .magictabs .item .title {
    background-image: url("../images/alothemes/tab-bg-li.png");
    background-position: 0 7px;
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
}

.featured-product-tab .magictabs .item:first-child .title {
    background-image: none;
}

.trending .magicproduct .block-title-tabs {
    display: none;
}

.ajax_loading {
    background-image: url("../images/alothemes/loading.gif");
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 47%;
    padding: 0;
    position: absolute;
    z-index: 1;
    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;
    border-radius: 5px;
    -moz-border-radius: giá trị;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    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);
    border-bottom: 2px solid #E30613;
    padding: 0px;
    width: 50px;
    height: 50px;
}

.magictabs .item {
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0;
    padding-left: 13px;
    padding-right: 13px;
}

.magictabs .item:first-child:before {
    content: "";
}

.magictabs .item:first-child {
    padding-left: 0;
}

.magictabs {
    position: relative;
    text-align: center;
    margin: 0px 0 39px !important;
}

.magictabs .item span {
    cursor: pointer;
    padding: 0 10px;
}

.magictabs .item .title {
    color: #aaa;
    padding: 18px 0 0px 25px;
}

.magictabs .item.activated,
.magictabs .item:hover {
    border-color: #ff3366;
}

.content-products .mage-magictabs {
    display: none;
}

.content-products .mage-magictabs.activated {
    display: block;
}

ul.magictabs {
    padding: 0
}

.content-products {
    clear: both;
    margin: 0 0 60px;
    margin-bottom: -80px;
}

.content-products .products .slick-arrow,
.block-related .products .slick-arrow,
.box-up-sell .products .slick-arrow {
    top: 40%;
}

.content-products ul {
    padding: 0;
    margin: 0
}

.featured-product-tab .magictabs .item.activated .title,
.featured-product-tab .magictabs .item:hover .title {
    color: #333333;
}

.magictabs .item .title:after,
.featured-product-tab .magictabs .item .title:after {
    background: none repeat scroll 0 0 #ddd;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0px;
    right: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 68px;
    z-index: 2;
    margin: 0 auto;
}

.magictabs .item.activated .title:after,
.featured-product-tab .magictabs .item:hover .title:after {
    bottom: -20px;
    opacity: 1;
    visibility: visible;
}

.timer-view {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

.timer-view .box {
    border: 1px solid #d6d2b9;
    padding: 10px 0px;
    float: left;
    width: 100px;
}

.timer-view .timer-day.box,
.timer-view .timer-hour.box,
.timer-view .timer-min.box {
    border-right: 0;
}

.timer-view .box span {
    display: block;
    color: #2a2a2a;
    font-size: 16px;
}

.timer-view .box span b {
    font-size: 39px;
    font-weight: 500;
    line-height: 37px;
}

.timer-view .box span.title {
    font-size: 16px;
    text-transform: uppercase;
}

.alo-brands .item span,
.blogtabs .item span {
    padding: 0;
}

.alo-brands .footer li {
    padding: 0
}

.catalog-product-view .alo-brands .item {
    margin-top: 0 !important;
}

.title-divider {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #efefef;
}

.title-divider span {
    height: 1px;
    width: 50px;
    display: block;
    background-color: #ffa800;
}

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

.magiccategory {
    border: 1px solid #dddddd;
}

.magic-category .block-title-tabs h3 {
    color: #252525;
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 43px 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.magiccategory .magic-category .magictabs:before {
    display: none;
}

.magiccategory .magic-category .magictabs {
    margin: 0 0 42px !important;
}

.magiccategory .magic-category .magictabs .item .title {
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
}

.magiccategory .mage-magictabs .products-textlink .price-box .price {
    font-size: 20px;
}

.magiccategory .mage-magictabs .products-textlink .price-box .old-price .price {
    font-size: 15px;
}

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


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

.category-title {
    margin: 0 0 20px
}

.category-image {
    text-align: center;
    display: none;
}

.category-image img {
    max-width: 100%;
    height: auto
}

.category-description {
    margin: 20px 0 0
}

.catalog-product-view .category-image {
    display: none;
}

.catalog-category-view .category-image {
    display: block;
}


/* count down ========================================================================= */

.alo-count-down {
    position: absolute;
    bottom: 10px;
}

.timer-box {
    margin: 0 auto;
    text-align: center;
}

.timer-box {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 4px;
}

.timer-box span {
    color: #333;
    font-size: 14px;
    padding: 0 3px;
}

.timer-box span b {
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
}

.timer-box span.title {
    text-transform: capitalize;
}


/* View Type:Grid */

.category-products.grid .products {
    margin-right: -15px;
    margin-left: -15px;
}

.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;
    z-index: 1;
}

.category-products.grid .item .product-image-photo {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.category-products .products-grid .category-products-grid {
    margin: 0 0 30px
}

.product-image-photo,
.slick-slide img {
    margin: 0 auto;
}

.grid .product-item-info {
    padding-bottom: 15px;
}

.products-grid {
    position: relative;
    z-index: 0;
}

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

.products-grid .product-name {
    margin: 0 0 5px;
    overflow: hidden;
    line-height: normal;
    font-size: 14px;
    outline: 0 none;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
}

.product-item-name,
.product.name a {
    font-weight: 500;
}

.products-grid .price-box {
    line-height: normal;
    display: inline-block;
    margin: 5px 0 15px;
}

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

.item .add-to-links {
    margin: 0;
    padding: 0;
}

.block-custom.block-custom2 .images-container .actions-no .button.btn-cart {
    width: 100%;
}

.item .add-to-links a {
    color: #777;
    display: block !important;
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    padding: 0;
}

.item .add-to-links a:hover {
    color: #ea5648;
}

.per-product,
.images-container {
    position: relative;
}

.images-container {
    overflow: hidden;
    border: 1px solid #eee;
}

.hover-box > a.detail_links {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hover-box {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.item .per-product:hover .hover-box,
.item .category-products-grid:hover .hover-box {
    background-color: rgba(255, 255, 255, 0.5);
}

.actions-no .actions {
    z-index: 2;
    background-color: #fff;
    padding: 14px 12px 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    bottom: -35px;
    transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -webkit-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
}

.item:hover .images-container .actions {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
}

.item:hover .images-container {
    border: 1px solid #eee;
}

.item .actions-no .button.btn-cart,
.item .actions-no .button.btn-cart span,
.item .actions-no .button.btn-cart span .icons,
.item .actions-no .add-to-links a {
    float: none;
    width: 35px;
    height: 35px;
    line-height: 34px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

.item .actions-no .add-to-links a {
    border-width: 1px;
    border-style: solid;
}

.item .actions-no .add-to-links a .icons {
    width: 100%;
    font-size: 15px;
    display: block;
    height: 35px;
    line-height: 35px;
}

.item .actions-no .add-to-links li,
.item .actions-no .button.btn-cart span .icons {
    border: 0;
}

.item .actions-no .button.btn-cart span .icons {
    font-size: 19px;
}

.item .actions-no .button.btn-cart span {
    border: 0;
    width: 33px;
}

.item .actions-no .button.btn-cart span span {
    background: none
}

.item .actions-no .button.btn-cart:before {
    content: "\e66e";
    display: inline-block;
    font-family: "Pe-icon-7-stroke";
    font-size: 19px;
}

.stock.unavailable {
    background-image: url(../images/alothemes/outofstock_icon.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    margin-bottom: 8px;
}

.stock.unavailable span {
    font-size: 0;
}

.link-view {
    margin-bottom: 10px;
}

.link-view .quickview {
    font-size: 100%;
    width: 35px;
    height: 35px;
    line-height: 34px;
    padding: 0;
}

.link-view .quickview span .quickview-text {
    display: none;
}

.link-view .quickview span .icons {
    font-size: 15px;
    line-height: 34px;
}

.products-list .item .product-item-inner .add-to-links .link-view {
    float: left;
    margin-bottom: 0;
    margin-left: 8px;
}


/* View Type:List */

.products-list .products.list {
    padding-top: 15px;
}

.products-list li.item {
    padding: 0px 0 35px;
    height: auto;
    float: none;
    width: 100%;
}

.products-list .images-container {
    float: left;
    width: 33.3333%;
}

.products-list .item .products-textlink {
    padding: 0 0 0 30px;
    text-align: left;
    width: 66.6667%;
    float: left;
}

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

.products-list .product-name {
    margin: 0 0 15px;
    font-size: 100%;
    line-height: normal;
}

.products-list .product-name a {
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.products-list .product-item .product-reviews-summary .reviews-actions {
    display: inline-block;
    margin: 0;
    line-height: normal;
}

.products-list .product-reviews-summary .reviews-actions .action {
    font-size: 13px;
    margin: 0;
    padding: 0 15px 0 10px;
}

.products-list .price-box .regular-price .price,
.products-list .price-box .special-price .price {
    font-size: 20px;
    color: #E30613;
}

.product-secondary {
    clear: both;
    margin-top: 29px;
}

.products-list .product-item-inner .actions-primary,
.products-list .product-item-inner .actions-secondary {
    float: left;
}

.products-list .product-item-inner .actions-secondary {
    margin-left: 8px;
}

.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 .item .product-item-inner .actions-no .add-to-links {
    margin-left: 8px;
}

.products-list .item .product-item-inner .actions-no .add-to-links li {
    margin: 0px 8px;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px
}

.products-textlink {
    padding: 22px 0 0px 0;
    text-align: left;
}

.products-textlink p {
    margin: 0;
    line-height: 15px
}

.product-image {
    outline: 0 !important
}

.page-products .products.wrapper.products-list {
    margin: 0;
}

.actions-list .actions {
    border: 0 none;
    display: block;
}

.products-list .item .actions-list .button.btn-cart .icons {
    border-right: 1px solid #d4d4d4;
    display: inline-block;
}

.products-list .item .product-item-inner .add-to-links .action {
    border-width: 1px;
    border-style: solid;
    height: 35px;
    width: 40px;
    background-color: #fff;
    float: left;
    text-align: center;
    overflow: hidden;
}

.products-list .product-item-inner .add-to-links a {
    margin: 0 8px;
}

.products-list .item .product-item-inner .add-to-links .action .icons {
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    width: 100%;
}

.product-item-description {
    clear: both;
    float: left;
}

.product-item-description .action.more {
    color: #333;
}

.product-item-description .action.more:hover {
    text-decoration: underline;
}


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

.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: #E30613;
}


/* Regular price */

.regular-price {
    color: #c76200
}

.regular-price .price {
    color: #E30613;
}


/* 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: #ccc;
    text-decoration: line-through;
    font-size: 15px;
    padding-right: 5px;
}


/* Special price */

.special-price {
    margin: 0;
    padding: 0 3px 0 0;
    display: inline-block;
    line-height: 20px;
}

.special-price .price-label {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    color: #cd5033;
    display: none
}

.special-price .price {
    color: #E30613;
    margin: 0 5px 0 0;
}

.product-view .product-shop .special-price .price {
    font-size: 25px;
    display: inline-block;
    margin: 0;
}

.product-view .product-shop .special-price {
    line-height: 25px;
    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 button.button {
    float: left
}

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

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

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


/* Add to Links + Add to Cart */

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

.add-to-box .add-to-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: 60px 0 30px;
}

.product.info.detailed .product.data.items > .item.title.active .switch:after,
.product.info.detailed .product.data.items > .item.title .switch:hover:after {
    opacity: 1;
    visibility: visible;
}

.product.info.detailed .product.data.items > .item.title .switch:after {
    background: #dddddd none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 60px;
    z-index: 2;
}

.product.info.detailed .product.data.items .description p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.review-product-list .pager {
    float: none;
    padding: 0;
}

.product.data.items {
    position: relative;
    z-index: 1;
    text-align: center;
}

.product.data.items > .item.content {
    float: right;
    margin-left: -100%;
    margin-top: 40px;
    padding: 30px 0 20px;
    text-align: left;
    width: 100%;
}

.product.data.items > .item.title > .switch {
    display: block;
    position: relative;
    z-index: 2;
    color: #aaaaaa;
    font-size: 20px;
}

.product.data.items > .item.title > .switch .counter {
    font-size: 12px;
}

.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-view .toggle-tabs .item,
.product.data.items > .item.title {
    display: inline-block;
    margin: 0px;
    padding: 10px 20px 10px 30px;
    color: #aaa;
    letter-spacing: 2px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}

.product-view .toggle-tabs .item,
.product.data.items > .item.title {
    background-image: url("../images/alothemes/tab-bg-li.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.product-view .toggle-tabs .item:first-child,
.product.data.items > .item.title:first-child {
    background-image: none;
}

.product-view .toggle-tabs .item.active,
.product-view .toggle-tabs .item:hover {
    color: #333333;
}

.card .card-body form div div label {
    border-color: #c9c9c9;
    color: #666666;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin: 0;
    padding: 20px 0 10px;
}

.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: 20px 0 10px;
}

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

.product-view .product-img-box .more-views {
    width: 360px;
    margin: 20px auto;
}

.fotorama__nav .fotorama__thumb-border {
    border-color: #E30613;
}

.fotorama__nav-wrap {
    margin-top: 20px;
}

.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-view .product-img-box .more-views h2 {
    display: none;
    font-size: 11px;
    margin: 10px 0;
    text-transform: uppercase;
}

.product-view .product-img-box .more-views li img {
    margin: 0;
    border: 0px solid #fff;
}

.product-view .product-img-box .more-views li img:hover {
    opacity: 0.5;
}

.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 {
    border: 1px solid #eee;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    height: 462px !important;
}

.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 .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 0 30px;
}

.fancybox-wrap iframe {
    vertical-align: inherit !important;
}

.page-layout-2columns-left .content-quickview .column.main,
.page-layout-2columns-right .content-quickview .column.main {
    width: 100% !important;
    margin: 0;
}

.page-products .content-quickview .page-title-wrapper {
    text-align: left;
    display: block;
    padding: 0;
}

.modal-popup.modals-quickview .modal-inner-wrap,
.modals-quickview .modal-inner-wrap .modal-content {
    border-radius: 4px;
}

.modal-popup.modals-quickview .modal-inner-wrap {
    max-width: 1000px;
}

.modals-quickview .modal-inner-wrap .modal-content {
    padding: 0;
}

.modals-quickview .modal-inner-wrap .modal-header {
    border: 0 none;
    display: block;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.modals-quickview.modal-popup .action-close {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.modals-quickview.modal-popup .action-close:before {
    line-height: 30px;
}


/* Product Shop */

.product-view .product-shop {
    text-align: left;
}

.product-view .product-shop .page-title-wrapper .page-title {
    margin: 0;
}

.product-view .product-shop .product-name h1,
.product-view .product-shop .page-title-wrapper .page-title span {
    display: block;
    color: #444;
    font-size: 25px;
    line-height: 25px;
    margin: 0px 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
}

.product-info-stock-sku {
    margin: 10px 0;
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    vertical-align: middle;
}

.product-info-main .product.attibute.sku .type {
    color: #767676;
    font-size: 14px;
    font-weight: normal;
}

.product-info-main .product.attibute.sku .type::after {
    content: "#:";
}

.product-info-main .product.attibute.overview {
    margin: 0;
    padding: 22px 0px;
    color: #666;
    font-size: 14px;
}

.product-info-main .product.attibute.overview p {
    margin: 0;
    font-size: 15px;
    font-weight: 300;
}

.product-view .product-shop .short-description h2 {
    color: #2a2a2a;
    font-size: 16px;
    text-transform: uppercase;
    display: none;
}

.product-view .product-shop .price-box {
    clear: both;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.product-view .product-shop .product-social-links,
.product-add-form .product-social-links {
    clear: inherit;
    float: left;
    margin: 0 0 0 20px;
    padding: 27px 0;
    border: 0 none;
}

.product-view .product-shop .add-to-links,
.product-add-form .add-to-links {
    float: left;
    margin: 0;
}

.product-view .product-shop .product-social-links a,
.product-add-form .product-social-links a {
    float: left;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    display: block !important;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 40px;
    overflow: hidden;
    margin: 0 10px 0px 0;
    padding: 0px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.product-view .product-shop .product-social-links a.mailto,
.product-add-form .product-social-links a.mailto {
    margin: 0;
}

.product-view .product-shop .product-social-links a .icons,
.product-add-form .product-social-links a .icons {
    font-size: 16px;
}

.product-view .product-shop .product-social-links a span,
.product-add-form .product-social-links a span {
    display: none;
}

.product-reviews-summary .rating-summary {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.product-view .product-shop .ratings,
.product-view .product-shop .product-reviews-summary {
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    /* border-top:1px solid #ecedee;border-bottom:1px solid #ecedee; */
}

.product-item .product-reviews-summary .reviews-actions {
    display: none;
}

.product-item .product-reviews-summary {
    display: block;
    margin: 5px 0;
}

.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.empty .reviews-actions {
    margin: 5px 0 10px;
}

.product-info-main .product-reviews-summary .reviews-actions {
    margin: 15px 0px;
    display: inline-block;
    line-height: 11px;
}

.product-info-main .product-reviews-summary .reviews-actions .action {
    font-size: 13px;
    margin: 0;
    padding: 0 15px 0 10px;
}

.product-info-main .product-reviews-summary.empty .reviews-actions .action {
    padding: 0;
    display: flex;
    gap: 12px;
}

.product-info-main .product-reviews-summary.empty .reviews-actions .action .review-control-vote {
    margin-top: -5px;
}

.data.item.content .review-list .block-title {
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.review-toolbar {
    border-top: 1px solid #c9c9c9;
    margin: 0 0 10px !important;
}

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

.rating-summary .rating-result {
    width: 82px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.rating-summary .rating-result > span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    color: #888888;
    position: relative;
    z-index: 2;
}

.rating-summary .rating-result:before {
    content: "\f006" "\f006" "\f006" "\f006" "\f006";
    position: absolute;
    top: 0;
    left: 0;
    color: #aaaaaa;
    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: 5px;
    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: #aaa;
    content: "\f006" "\f006" "\f006" "\f006" "\f006";
    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-view .product-shop .short-description .std p {
    font-size: 13px;
    color: #252525;
    margin: 0;
    line-height: 24px;
}

.product-view .product-shop .addit,
.product-add-form .addit {
    /*border-top: 1px solid #e8e8e8;*/
    padding: 20px 0;
    clear: both;
}

.product-view .product-shop .addit .so-social-share,
.product-add-form .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-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
    font-weight: 400;
    font-size: 25px;
}

.product-info-main .price-box .old-price .price-wrapper .price {
    font-size: 15px;
}

.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,
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
    float: left;
    clear: both;
}

.product-view .product-qty label,
.product-view .product-qty label span,
.block-bundle-summary .product-details .product-qty .label span {
    font-size: 13px;
    font-weight: normal;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 35px;
    text-transform: uppercase;
}

.product-view .product-qty label,
.product-view .product-qty .custom-qty,
.block-bundle-summary .product-details .product-qty .label,
.block-bundle-summary .product-details .product-qty .custom-qty {
    float: left;
}

.product-view .product-qty .custom-qty,
.block-bundle-summary .product-details .product-qty .custom-qty {
    margin: 0 55px 0 0;
    background-color: #f5f5f5;
}

.product-view .add-to-cart button.button {
    float: left;
    display: block !important;
    border: 0px solid #dadada;
    background-color: #E30613;
    color: #ffffff;
}

.product-view .add-to-cart button.button span {
    padding: 0;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 12px;
}

.product-view .product-shop .add-to-cart .items,
.box-tocart .items,
.product-shop .add-to-box .items {
    background-color: transparent;
    border: 0px solid #dddee0;
    margin: 0;
    padding: 0;
    color: #999999;
    cursor: pointer;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.product-view .product-shop .add-to-cart .items:hover,
.product-options-bottom .items:hover,
.product-shop .add-to-box .items:hover {
    color: #e30613;
}

.product-view .product-shop input.qty,
.block-bundle-summary .product-details input.qty {
    background-color: transparent;
    border: 0px solid #dddee0;
    float: left;
    height: 35px;
    text-align: center;
    width: 35px !important;
    color: #333333;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}

.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;
    font-family: "Montserrat", sans-serif;
}

.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: 27px 0;
    float: left;
}

.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;
    text-align: right
}

.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px
}

.product-options-bottom .price-label {
    float: left;
    padding-right: 5px
}

.product-options-bottom .price-tax {
    float: left
}

.product-options-bottom .add-to-cart,
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
    padding: 0;
    float: left;
}

.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,
.product-options-bottom {
    float: left;
}

.product-add-form {
    /*border-top: 1px solid #d1d1d1;*/
    margin-top: 20px;
}

.product-options-wrapper {
    border-bottom: 1px solid #d1d1d1;
    padding-top: 0px;
    padding-bottom: 0px;
}

.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: #E30613;
    color: #fff;
    border: 1px solid #E30613;
}

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

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


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

.product-view {
    margin-top: 15px;
}


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


/* 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: 15px;
    color: #333;
    text-transform: uppercase;
}

.cart-totals .grand.totals .price {
    font-size: 15px;
    color: #E30613;
}

.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: #E30613;
}

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

.opc-progress-bar {
    margin-top: 30px;
}


/* 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: #E30613;
    content: "";
    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;
    padding-left: 15px;
}

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


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


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


/* 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 ================================================================================ */
.page-footer {
    margin-top: 50px
    margin-top: 58px
}

.page-footer .block-footer-top {
    margin-top: 1rem !important;
    padding-top: 2rem;
    background-color: #ffffff !important;
    border: none !important;
}

.page-footer .block-footer-bottom {
    background-color: #ffffff !important;
    border-color: #e4e4e4 !important;
}

.logo-text {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 38px;
}

.footer .store-switcher {
    margin: 10px 0;
}

.footer .store-switcher label {
    font-weight: bold;
    vertical-align: middle;
    display: none
}

.footer .store-switcher select {
    padding: 0;
    vertical-align: middle
}

.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 .main,
.footer-links-company .main {
    text-align: center;
}

.footer .copyright {
    margin: 0;
    padding: 10px 0;
    text-transform: none;
    text-align: center;
    display: block;
    line-height: normal;
}

.footer .copyright span {
    font-size: 13px;
    color: #8e8e8e !important;
}

.footer address a:hover {
    text-decoration: underline
}

.footer ul {
    margin: 0px;
    padding: 0;
}

.footer ul.links {
    margin: 0;
    display: block
}

.footer li {
    text-align: left;
    padding: 0;
    margin: 0;
}

.footer .block-content-statick .bullet.flickr {
    padding: 11px 0 0;
}

.footer .block-content-statick .bullet.flickr li a {
    background: none;
    margin: 0 3px 5px 0;
    border: 1px solid transparent;
    padding: 0;
    display: block;
}

.footer .block-content-statick .bullet.flickr li a:hover {
    border: 1px solid #fff;
}

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

.footer-container .bottom-container {
    margin: 0 0 5px
}

.footer-links-company .footer {
    padding: 30px 0 0px;
}

.footer-links-company .footer .links a {
    padding: 15px 10px;
    display: inline-block;
}

.block-footer-bottom .footer li {
    line-height: 30px;
}

.footer li.feature-icon {
    clear: both;
}

.block-footer-bottom .footer {
    padding: 0px 0 55px;
}

.block-footer-top .main {
    padding-top: 0;
    padding: 70px 0 10px;
    text-align: center;
}

.block-static1 {
    position: relative;
}

.advertisement {
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
}

.logo-footer img {
    padding: 20px 0 5px
}

.block-subscribe label {
    color: #e8e9ee;
    font-size: 13px;
    font-weight: 400
}

.social-link {
    background-color: #aaaaaa;
    color: #ffffff;
    display: block;
    height: 25px;
    line-height: 29px;
    text-align: center;
    width: 25px;
    float: left;
    margin-right: 5px;
    font-size: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
}

.social-link:hover {
    background-color: #E30613;
    color: #ffffff;
    transform: scale(1.25);
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);
    transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
}

.footer .block-content-statick li a {
    color: #444444;
    font-size: 13px;
    line-height: 30px;
    padding: 2px 0px;
    display: block;
    transition: padding 0.5s ease 0s;
    text-transform: capitalize;
    /* font-weight: 500; */
}

.footer .block-content-statick li a:hover {
    padding-left: 10px;
    color: #E30613;
}

.footer .block1.block-content-statick li p span {
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 5px;
}

.block-footer-top .footer .block-static2 h3 {
    margin-bottom: 17px;
}

.block-footer-top .footer h3 span {
    display: block;
    font-size: 14px;
    padding: 0 10px 0 0;
    text-transform: uppercase;
}

.block-footer-top .footer ul {
    margin: 8px 0 0;
}

.footer .block {
    margin: 0;
    padding: 0;
    background: none;
}

.block-footer-copyright .main {
    background-color: transparent;
    text-align: center;
}

.footer .block-title {
    display: none;
    font-size: 17px;
    text-align: left;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: uppercase;
    line-height: normal;
}

.footer .form-subscribe-header,
.footer .block-subscribe .input-box,
.block-newletter .block-content .newsletter {
    float: left;
    width: auto;
}

.footer .block-subscribe .input-box {
    padding-left: 15px;
}

.footer .collapsible .form-subscribe-header p {
    margin: 0;
    line-height: 35px;
}

.footer .collapsible .form-subscribe-header p {
    font-size: 18px;
    text-transform: uppercase;
}

.footer .collapsible .form-subscribe-header p span,
.footer .collapsible .form-subscribe-header p strong {
    padding-left: 5px;
}

.footer .block.block-tags .block-title {
    display: none;
}

.footer .block.block-tags .block-content {
    padding-top: 15px;
}

.footer .block-content-statick .list-inline li {
    float: left;
}

.footer .block-content-statick .list-inline {
    clear: both;
}

.footer .block-content-statick li a.social-link {
    display: inline-block;
    margin-right: 10px;
    padding: 0;
    color: #fff;
}

.footer .block-content-statick li a.social-link:before {
    display: none;
}

.footer .block-content-statick li a.social-link i {
    font-size: 16px;
    line-height: 16px;
}

.footer .collapsible p {
    font-size: 13px;
    text-transform: capitalize;
}

.footer .collapsible .block1 {
    padding-top: 10px;
}

.block-content-paypal {
    float: right;
}

.block-content-paypal li {
    float: left;
}

.footer .block-subscribe .block-title {
    display: none;
}

.paypal {
    float: right;
}


/* Clears ================================================================================ */

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


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

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


/* ============================================ *
     * Configurable Swatches
     * ============================================ */


/* Clears */

.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both;
}

@media only screen and (max-width: 770px) {
    #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
        clear: none;
    }
}


/* Custom Font */

.block-search .block-title strong,
.footer .collapsible .form-subscribe-header p,
.block-related .block-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,
.block.filter .filter-title strong,
.testimonials h3 span,
.account-login .content h2,
.product-view .product-shop .add-to-cart button.button span span,
.product-view .product-qty label,
.product-view .product-qty label span,
button.button span,
.data-table tbody tr td .product-name a,
.data-table tbody tr td .cart-price .price,
.data-table tbody tr td.a-subtotal .cart-price .price,
.data-table tbody tr td .cart-price .price,
.data-table tbody tr td input.qty,
.page-not-found h2,
.page-not-found .previus-page,
.mini-maincart .mini-products-list .product-details .price,
.block-subscribe .actions button.button span span,
#popup-newsletter .form-subscribe-header label,
.labelnew,
.labelsale,
.testimonials .title-name,
.box-text h3,
.box-text h4,
.title-heading-left,
.support-footer-inner .support-info .info-title,
.timer-view .box span b,
.timer-view .box span.title,
.products-list .product-name a,
.products-list .actions-list .button.btn-cart span span,
.price-box .price,
.product-view .toggle-tabs .item,
.product.data.items > .item.title,
.product-view .product-shop .product-name h1,
.product-view .product-shop .page-title-wrapper .page-title span,
.product.data.items > .item.title > .switch,
.product.data.items > .item.title > .switch .counter,
.block-minicart .amount .price-wrapper:first-child .price,
.block-minicart .block-content > .actions > .primary .action.primary span,
.minicart-items .product-item-name a,
.minicart-items .product-item-details .price,
.block-minicart .block-content > .actions .secondary .viewcart span,
.cart.table-wrapper .product-item-name a,
.data.table tbody tr td.a-subtotal .cart-price .price,
.data.table tbody tr td .cart-price .price,
.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong,
.cart-totals .grand.totals .price,
.cart-totals .mark,
.opc-block-summary .table-totals .mark,
.cart-totals .mark .label,
button.button span,
button span,
.continue span,
.login-container .block .block-title strong,
.actions-toolbar .primary a.action span,
.minicart-wrapper .action.showcart .amount .price,
.caption2,
.caption3 {
    font-family: "Montserrat", sans-serif;
}

.caption1 {
    font-family: "Raleway", sans-serif;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.account .page-title-wrapper .page-title {
    margin-bottom: 0px;
}

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

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

.account.sales-order-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 30px;
}

.account .column.main .block:not(.widget) .block-content .box.box-order-billing-method {
    float: right;
}

.account .column.main .block:not(.widget) .block-content .box.box-order-billing-address {
    float: left;
}

.product-info-main .product.attribute ul,
.product-info-main .product.attribute ol,
.product.detailed .product.description ol,
.product.detailed .product.description ul,
.product-item-description ul,
.post-text-hld ul,
.post-text-hld ol {
    list-style: disc outside;
    padding-left: 1.5em;
    margin-left: -7px;
    margin-bottom: 0;
}

.product-info-main .product.attribute ol,
.product.detailed .product.description ol,
.post-text-hld ol {
    list-style: decimal outside none;
}

.product-info-main .product.attribute ul li,
.product-info-main .product.attribute ol li,
.product.detailed .product.description ol li,
.product.detailed .product.description ul li,
.product-item-description ul li,
.post-text-hld ul li,
.post-text-hld ol li {
    margin: 0;
    padding: 0;
    color: #666;
    line-height: 25px;
    font-size: 14px;
}


/* notify-slider */

.suggest-slider.close {
    display: none;
}

.suggest-slider .x-close {
    float: right;
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 0;
    z-index: 1;
    cursor: pointer;
    color: #666;
}

.suggest-slider .x-close:hover {
    color: #333;
}

.notify-slider-wrapper {
    width: 300px;
    position: fixed;
    bottom: 15px;
    left: 25px;
    background: #fff;
    display: none;
    margin: 0;
    -webkit-box-shadow: -1px 2px 6px rgba(30, 32, 40, .3);
    -moz-box-shadow: -1px 2px 6px rgba(30, 32, 40, .3);
    box-shadow: -1px 2px 6px rgba(30, 32, 40, .3);
}

.cookie-message .notify-slider-wrapper {
    bottom: 55px;
}

.notify-slider {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
}

.notify-slider .slider {
    position: relative;
    margin: 0;
    padding: 0;
    height: 110px;
    list-style: none;
}

.notify-slider .slider > .item {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 300px;
    line-height: 100px;
}

.notify-slider.grid .product-item-info {
    padding-bottom: 0;
    display: flex;
}

.notify-slider .images-container {
    border: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    width: 100%;
    max-width: 85px;
    min-height: 100%;
}

.notify-slider .product-item-details {
    padding: 12px 25px 12px 10px;
    font-size: 13px;
    width: calc(100% - 85px);
    text-align: left;
    line-height: 1;
}

.notify-slider .hover-box,
.notify-slider .product-hover .sticker {
    display: none;
}

.notify-slider.products-grid .product-name a {
    font-size: 13px;
}

.notify-slider.products-grid .price-box {
    margin: 5px 0 5px;
    display: none;
}

.notify-slider.products-grid .time-purchased {
    display: block;
    margin-bottom: 7px;
}

.notify-slider .someone-purchased {
    margin-bottom: 10px;
}

.suggest-slider .x-close:before {
    content: "\f00d";
    font-family: 'FontAwesome';
    font-size: 14px;
}

.notify-slider .item:hover .images-container {
    border: 0;
}


/* updated style 05/20/2019 */

.product-view .product-shop .product-social-links,
.product-add-form .product-social-links {
    width: auto;
}

.alo-social-links .custom-html .title-social {
    padding: 0 10px 0 0;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.alo-social-links .custom-html .icon-shares {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.alo-social-links .custom-html ul li {
    padding: 0;
    margin: 0;
    float: left;
}

.alo-social-links .custom-html ul li .social-link {
    margin-right: 10px;
    color: #fff;
}

.alo-social-links .custom-html ul li .social-link:hover {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}

.product-info-main .product.attribute.sku .type:after,
.product-item-inner .product.attribute .type:after {
    content: ":";
}

.product-info-main .product.attribute.sku .type,
.product-info-main .product.attribute.sku .value,
.product-item-inner .product.attribute .type,
.product-item-inner .product.attribute .value {
    display: inline-block;
}

.product.data.items > .item.title > .switch .counter:after {
    content: ")";
}

.product.data.items > .item.title > .switch .counter:before {
    content: "(";
}

.page-product-grouped .product-info-main.product-shop .product-info-price .price-box {
    display: none;
}

.table.grouped img.child-image {
    max-width: 80px;
}

.product-add-form .block-bundle-summary .product-details .product-addto-links.add-to-links {
    display: none;
}

.product-add-form .block-bundle-summary .product-details .product-social-links .product-addto-links.add-to-links {
    display: block;
}

.product-add-form .block-bundle-summary .product-details .product-social-links {
    float: none;
    margin: 0;
    padding: 25px 0;
}

.product-add-form .block-bundle-summary .product-details .product-social-links:before,
.product-add-form .block-bundle-summary .product-details .product-social-links:after {
    display: table;
    content: " ";
}

.product-add-form .block-bundle-summary .product-details .product-social-links:after {
    clear: both;
}

.bundle-options-container .block-bundle-summary .product-addto-links > .action {
    line-height: 35px;
}

.bundle-options-container .product-add-form .block-bundle-summary .bundle-summary {
    margin-top: 20px;
}

.bundle-options-container .product-add-form .block-bundle-summary .fieldset {
    margin-top: 30px;
}


/* updated style timer count down */

.alo-count-down {
    bottom: 20px;
    left: 20px;
}

.countdown {
    clear: both;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.timer-box {
    text-align: center;
    display: block;
    position: relative;
    margin: 0 0px 10px 0;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: normal;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.timer-box:last-child {
    margin: 0;
}

.timer-box:after {
    content: ":";
    position: absolute;
    color: #747474;
    display: none;
    line-height: 43px;
    text-align: center;
    top: 0;
    right: -10px
}

.timer-box:last-child:after {
    display: none;
}

.timer-box span {
    display: block;
}

.timer-box > span:first-child {
    display: block;
    text-align: center;
}

.timer-box span b {
    font-weight: normal;
    font-size: 15px;
    color: #161616;
    margin: 8px 0 5px;
    display: block;
}

.timer-box span.title {
    line-height: 10px;
    font-size: 10px;
    color: #161616;
    text-transform: uppercase;
}

.additional-timer-block .alo-count-down {
    position: static;
    display: inline-block;
    margin-right: 20px;
}

.slogan-countdown {
    font-size: 18px;
    color: #161616;
    margin: 0px;
    font-weight: normal;
    display: inline-block;
    text-transform: uppercase;
}

.slogan-countdown span {
    font-weight: normal;
    color: #161616;
    display: block;
}

.additional-timer-block {
    margin-top: 20px;
}

.additional-timer-block .countdown {
    text-align: left;
    margin-top: 0px;
    margin-bottom: 20px;
}

.additional-timer-block .timer-box {
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0 10px;
    width: 65px;
    height: 65px;
    border-color: #aaa;
}

.additional-timer-block .timer-box:first-child {
    margin-left: 0;
}

.additional-timer-block .timer-box:after {
    font-size: 16px;
    right: -13px;
    font-weight: bold;
    color: #333;
}

.additional-timer-block .timer-box span b {
    display: block;
    font-size: 20px;
    margin: 14px 0 5px;
}

.additional-timer-block .timer-box span.title {
    line-height: 20px;
}

.product-deal-special-progress {
    display: block;
    margin: 0;
    clear: both;
}

.product-deal-special-progress .deal-stock-label {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.product-deal-special-progress .deal-stock-label .stock-deal {
    float: left;
    font-size: 14px;
    color: #666;
}

.product-deal-special-progress .deal-stock-label .stock-deal strong {
    font-size: 14px;
    color: #222;
    font-weight: normal;
}

.product-deal-special-progress .deal-stock-label .stock-available {
    float: left;
    font-size: 14px;
}

.product-deal-special-progress .deal-stock-label .stock-available strong,
.product-deal-special-progress .deal-stock-label .stock-sold strong {
    font-weight: normal;
    color: #222;
}

.product-deal-special-progress .deal-stock-label .stock-sold {
    float: right;
    font-size: 14px;
}

.product-deal-special-progress .deal-progress {
    width: 100%;
    background: #f2f2f2;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.product-deal-special-progress .deal-progress .deal-progress-bar {
    display: block;
    height: 13px;
    text-indent: -99999px;
    background: #E30613;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/* updated style filter */

.sidebar .block.filter {
    margin-bottom: 30px;
}

.filter-options .filter-options-content .item a {
    vertical-align: middle;
}

.filter-options .filter-options-content .item input[type="checkbox"] {
    top: -1px;
    margin-top: 0;
}

.filter-options .filter-options-content .item {
    margin: 0;
}

.page-products .sidebar.sidebar-additional {
    padding-top: 0;
}

.filter-options .filter-options-content .ui-slider-horizontal {
    height: 3px;
}

#layerednav_price_slider .ui-slider-handle {
    margin-top: -4px;
    background: #f55;
}

.filter.active .widget {
    margin-bottom: 0;
}

.filter-options .filter-options-content .item #layered_ajax_price_attribute span {
    font-size: 14px;
}


/* updated style blog */

.sidebar .widget.blog-search .action.search:before {
    font-family: 'FontAwesome';
    content: "\f002";
    font-size: 12px;
}

.blog-page .sidebar.sidebar-additional {
    padding-top: 10px;
}


/* updated style slick Arrows */

.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    font-size: 0;
    line-height: 32px;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    margin-top: -10px \9;
    /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #727272;
    outline: none;
    background: transparent;
    z-index: 1;
}

.slick-prev.slick-arrow:hover,
.slick-next.slick-arrow:hover {
    background-color: #E30613;
    border-color: #E30613;
    color: #ffffff;
}

.slick-prev.slick-arrow:before,
.slick-next.slick-arrow:before {
    color: #727272;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 33px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev.slick-arrow:hover:before,
.slick-next.slick-arrow:hover:before {
    color: #ffffff;
}

.slick-prev.slick-arrow {
    left: -50px;
}


/* [dir='rtl'] .slick-prev{right: -25px;left: auto;} */

.slick-prev.slick-arrow:before {
    content: "\f104";
}

[dir='rtl'] .slick-prev:before {
    content: "\f104";
}

.slick-next.slick-arrow {
    right: -50px;
}


/* [dir='rtl'] .slick-next{right: auto;left: -25px;} */

.slick-next.slick-arrow:before {
    content: "\f105";
}

[dir='rtl'] .slick-next.slick-arrow:before {
    content: "\f105";
}


/* Dots */

.slick-slider {
    margin-bottom: 30px;
}

.slick-slider .slick-dots {
    position: absolute;
    bottom: -15px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    width: auto;
    height: auto;
}

.slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: transparent;
    background: #aaa none repeat scroll 0 0;
    display: inline-block;
    height: 11px;
    line-height: 11px;
    margin: 0;
    padding: 0;
    outline: 0 none;
    width: 11px;
    border-radius: 50%;
}

.slick-slider .slick-dots li.slick-active button {
    background-color: #E30613;
}

.slick-slider .slick-dots li button:before,
.slick-slider .slick-dots li button:after {
    display: none;
}

.home-slider.slick-slider .slick-dots {
    bottom: 15px;
}

.alo-social-links .custom-html .title-social,
.timer-box span b,
.timer-box span.title {
    font-family: "Montserrat", sans-serif;
}


/* updated style contact */

.contact-index-index .actions-toolbar {
    margin-top: 30px;
}

.contact-index-index .form.contact {
    width: 100% !important;
}


/* updated style search autocomplete */

.block-search .searchsuite-autocomplete {
    left: 0;
    margin-top: -1px;
    border: 1px solid #f0f0f0;
    box-shadow: none;
}

.block-search .searchsuite-autocomplete .title {
    background: #f8f8f8;
    margin-bottom: 10px;
}

.block-search .searchsuite-autocomplete .product ul li {
    border-bottom: 1px solid #f0f0f0;
}

.block-search .searchsuite-autocomplete ul li .qs-option-title a {
    font-size: 14px;
}

.block-search .searchsuite-autocomplete ul li {
    cursor: initial;
}

.item.product-item .special-price .price,
.item.product-item .minimal-price .price {
    font-size: 16px;
    font-weight: normal;
}

.block-search .searchsuite-autocomplete .price-from .price-label {
    font-size: 13px;
}

.block-search .searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
    font-weight: normal;
}

.block-search .searchsuite-autocomplete ul li .qs-option-info .qs-option-price {
    margin-top: 0;
}

.block-search .searchsuite-autocomplete {
    height: 500px;
    overflow: auto;
}

.notify-slider-wrapper {
    z-index: 100;
}


/* updated style quickview */

.product-view.product-quickview {
    padding: 15px 0;
}

.product-view.product-quickview .product.media {
    float: left;
    width: 41.6667%;
    padding-left: 15px;
}

.product-view.product-quickview .product-info-main.product-shop {
    padding: 0 15px 0 15px;
}


/* updated style newsletter */

.popup-newsletter .modal-inner-wrap .modal-content {
    padding: 0;
}

.popup-newsletter .modal-inner-wrap .modal-header {
    border: 0 none;
    display: block;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#popup-newsletter {
    background-repeat: no-repeat;
    background-position: 0 0;
    /* background-size: cover;*/
    padding-bottom: 30px;
}

.popup-newsletter.modal-popup.modal-slide .modal-inner-wrap {
    overflow: visible;
}

#popup-newsletter .subscribe-bottom input {
    top: 0;
}


/* updated style related */

.block.block-related .block-subtitle .action.select:hover {
    color: #666666;
}

.block.block-related .block-subtitle {
    font-size: 13px;
    display: none;
}


/* updated style bundle */

.page-product-bundle .product-view .product-shop .product-social-links,
.page-product-bundle .product-add-form .product-social-links {
    margin: 0;
}


/* sticky add to cart */

body.catalog-product-view .message.global.cookie.magepow-gdpr-cookie-notice {
    display: none !important;
}

.stickyCart {
    padding: 10px;
    background-color: #9c9c9c !important;
}

.stickyCart,
.stickyCart .stickyChild,
.stickyCart .stickyChild #parentQtySticky {
    height: auto;
}

.stickyCart .stickyChild .clSticky {
    padding-top: 0;
    padding-bottom: 0;
}

.stickyCart .custom-qty {
    margin: 0 0 0 0;
    background-color: #f5f5f5;
}

.cookie-message.show-add-cart-bottom .notify-slider-wrapper {
    bottom: 93px;
}

.stickyCart .alo-count-down {
    position: static;
}

.stickyCart .alo-count-down .countdown {
    display: flex;
}

.stickyCart .alo-count-down .countdown .timer-box {
    margin-bottom: 0;
}

.stickyCart .alo-count-down .countdown .timer-box:not(:last-child) {
    margin-right: 10px;
}

.stickyCart .stickyChild .clSticky #btnSticky {
    height: 35px;
    border-color: #E30613;
    background-color: #E30613;
}

.stickyCart .stickyChild .clSticky #btnSticky span {
    font-size: 12px;
    color: #ffffff;
}

.stickyCart .custom-qty:before,
.stickyCart .custom-qty:after {
    content: "";
    display: table;
}

.stickyCart .custom-qty:after {
    clear: left;
}

.stickyCart .custom-qty .items {
    background-color: transparent;
    border: 0px solid #dddee0;
    margin: 0;
    padding: 0;
    color: #999999;
    cursor: pointer;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

.stickyCart .custom-qty input.qty {
    background-color: transparent;
    border: 0px solid #dddee0;
    float: left;
    height: 35px;
    text-align: center;
    width: 35px !important;
    color: #333333;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}

.header .form-search .dd-container,
.minisearch .searchsuite-autocomplete {
    scrollbar-width: thin;
}

.header .form-search .dd-container::-webkit-scrollbar,
.minisearch .searchsuite-autocomplete::-webkit-scrollbar,
.product-view.product-quickview .product-info-main.product-shop::-webkit-scrollbar,
.minicart-items-wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #dedede;
}

.header .form-search .dd-container::-webkit-scrollbar-track,
.minisearch .searchsuite-autocomplete::-webkit-scrollbar-track,
.product-view.product-quickview .product-info-main.product-shop::-webkit-scrollbar-track,
.minicart-items-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
    border-radius: 10px;
}

.header .form-search .dd-container::-webkit-scrollbar-thumb,
.minisearch .searchsuite-autocomplete::-webkit-scrollbar-thumb,
.product-view.product-quickview .product-info-main.product-shop::-webkit-scrollbar-thumb,
.minicart-items-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #dedede;
}

.header .form-search .dd-container::-webkit-scrollbar-thumb:hover,
.minisearch .searchsuite-autocomplete::-webkit-scrollbar-thumb:hover,
.product-view.product-quickview .product-info-main.product-shop::-webkit-scrollbar-thumb:hover,
.minicart-items-wrapper::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.product-view.product-quickview .product-info-main.product-shop,
.minicart-items-wrapper {
    overflow-y: auto;
    scrollbar-width: thin;
}

.modal-popup .modal-inner-wrap {
    top: 25% !important;
    margin: auto;
    border-radius: 10px;
}

.modal-inner-wrap {
    height: fit-content !important;
}

.modal-popup._show .modal-inner-wrap {
    transform: translateY(-50%);
}

.modal-popup.modals-quickview .modal-inner-wrap,
.modal-popup.popup-newsletter .modal-inner-wrap {
    width: auto;
    margin: auto;
    top: 50%;
}

.modal-popup.modals-quickview._show .modal-inner-wrap,
.modal-popup.popup-newsletter._show .modal-inner-wrap {
    transform: translateY(-50%);
}

#minicart-content-wrapper .update-cart-item {
    height: 32px;
    line-height: 30px;
    font-size: 1.3rem;
}

#minicart-content-wrapper .update-cart-item span {
    display: none;
}

#minicart-content-wrapper .update-cart-item:before {
    content: '\f021';
    font-family: "FontAwesome";
}

.notify-slider .images-container {
    margin-top: 8px;
}

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

.product-image-wrapper {
    padding-bottom: 100% !important;
}

/*Estilos para boton de SALE*/
/*.nav-desktop .nav-11 .level-top span {
        color: #E30613;
        font-size: 17px !important;
    }
    .nav-desktop .nav-11 .level-top:after{
        font-size: 17px !important;
    }*/

li.level0.category-item.level-top.cat.nav-12 .level-top span {
    color: #e30613;
    font-size: 17px;
    font-weight: 600;
}


.magicmenu .nav-desktop .nav-11:hover .level-top-mega{
    top: 31px;
    margin-top: 40px !important;
}

.magicmenu .nav-desktop .nav-12:hover .level-top-mega{
    top: 31px;
    margin-top: 40px !important;
}

.magicmenu .nav-desktop .nav-13:hover .level-top-mega{
    top: 31px;
    margin-top: 40px !important;
}

/* @media (min-width: 992px) and (max-width: 1200px) {
        .additional-timer-block .alo-count-down {
            display: block;
            margin-right: 0;
        }

        .slogan-countdown {
            display: block;
        }

        .alo-count-down {
            bottom: 10px;
        }

        .timer-box {
            margin-bottom: 5px;
        }
    } */

@media (max-width: 991px) {
    .nav-sections .mean-nav ul li a .icon {
        display: none;
    }

    .additional-timer-block .alo-count-down {
        display: block;
        margin-right: 0;
    }

    .slogan-countdown {
        display: block;
        margin-bottom: 20px;
    }

    .box-tocart {
        padding: 30px 0;
        float: none;
    }

    .product-view .product-shop .product-social-links,
    .product-add-form .product-social-links {
        float: none;
        clear: both;
    }

    .product-view .product-shop .product-social-links:before,
    .product-add-form .product-social-links:before,
    .product-view .product-shop .product-social-links:after,
    .product-add-form .product-social-links:after,
    .box-tocart:before,
    .box-tocart:after {
        display: table;
        content: " ";
    }

    .product-view .product-shop .product-social-links:after,
    .product-add-form .product-social-links:after,
    .box-tocart:after {
        clear: both;
    }

    .product-view .product-shop .product-social-links,
    .product-add-form .product-social-links {
        margin: 0;
        padding: 0 0 30px;
    }
}

@media (max-width: 767px) {
    .product-shop .product-options-bottom .add-to-cart-box,
    .product-options-bottom {
        float: none;
    }

    .alo-count-down {
        bottom: 10px;
    }

    .timer-box {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 479px) {
    .content-products .alo-count-down {
        display: none;
    }
}

@media (max-width: 360px) {
    .additional-timer-block .timer-box {
        margin: 0 5px;
        width: 55px;
        height: 55px;
    }

    .additional-timer-block .timer-box:first-child {
        margin-left: 0;
    }

    .additional-timer-block .timer-box span b {
        font-size: 16px;
        margin: 12px 0 5px;
    }
}

.block-search .minisearch .searchsuite-autocomplete {
    z-index: 1000 !important;
}


/*Estilos nuevos*/

.sidebar-additional {
    display: none;
}

.page-layout-2columns-left .sidebar-additional {
    display: none
}

.fieldset > .field > .label {
    white-space: normal;
}

.swatch-option.text {
    width: 35px !important;
    height: 35px !important;
}

.header-container-fixed .magicmenu .nav-desktop .level0:hover .level-top-mega {
    top: 31px !important;
}

.md-locatore-container .store-list-title {
    background: #ddd !important;
}

.md-locatore-container .store-list-title .title {
    color: #000000 !important;
}

span.swatch-attribute-selected-option {
    display: none;
}

.md-locatore-container .md-locator-holiday .md-trigger .store-list-title .md-time {
    color: #000000 !important;
}

.md-locatore-container .store-view-info .store-list-button button {
    background: #dddddd !important;
    border: solid 1px #ddd !important;
    color: #000000 !important;
}

.md-locatore-container .md-locator-information .md-information-left-block {
    width: 100% !important;
}

.md-locatore-container .md-locator-information .md-information-right-block {
    width: 100% !important;
    float: left !important;
    margin-top: 15px !important;
}

.md-locatore-container .md-locator-information .md-information-right-block #store-view-list li a {
    color: #000000 !important;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children a {
    line-height: 20px !important;
}

/*Tooltip*/

.swatch-option-tooltip .image, .swatch-option-tooltip-layered .image {
    display: none !important;
}

.swatch-option {
    width: 20px !important;
    height: 20px !important;
    min-width: 15px !important;
}

.magicmenu .nav-desktop .level0 .level-top span {
    font-size: 13px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0px;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
    font-weight: 600;
    line-height: 25px;
    margin: 15px 0 0;
    font-family: sans-serif;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children a {
    font-size: 13px;
    font-family: 'Roboto';
}

.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span {
    font-family: sans-serif;
    font-size: 13px;
}

.magicmenu .nav-desktop .level0 .level-top {
    padding: 8px 8px;
    border-right: solid 1px #ddd;
}

.header-container-fixed .magicmenu .nav-desktop .level0 .level-top {
    padding: 8px 8px;
    border-right: solid 1px #ddd;
}

.inkanta-minicart {
    width: 27px;
}

#mp_rw_socials_earning {
    display: none;
}

.box-content {
    border: 1px solid #dddddd !important;
    font-size: 13px;
    min-height: 64px !important;
    padding: 20px 15px;
    width: 100%;
}

.box-milestone-tier {
    width: auto;
}

.minicart-wrapper .action.showcart .counter.qty {
    background-color: #eee !important;
    color: #e30613 !important;
    font-weight: bold;
    right: -15px;
    top: 5px;
}

#algolia-glass {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    display: block;
    top: 18px;
    background: url("/pub/media/inkanta/magnifying-glass.svg") no-repeat center right / 20px;
}

.header .top-links li a {
    font-weight: 500;
}

.content-cart.menu-mobile.col-md-1.col-sm-12.col-xs-12 {
    float: right;
}

.top-links {
    float: right;
}

.magicmenu .nav-desktop .level0:hover .level-top-mega {
    top: 31px;
    margin-top: 0px;
}

#search::placeholder {
    color: #908f8f;
}


/* #search:focus {
        outline: 0;
        box-shadow: none;
        border: solid 1px #eeeeee;
        background: transparent;
    } */


/*Estilos nuevos*/


/*Checkout opciones de regalo*/

.cart-gift-item {
    width: 64% !important;
}

.gift-item-block .title {
    margin-left: 15px !important;
    background: #efefef !important;
    border: 1px solid #aaaaaa !important;
    color: #797979 !important;
    text-transform: uppercase !important;
}

.gift-item-block .title:hover {
    background: #e30613 !important;
    border-color: #E30613 !important;
    color: #ffffff !important;
}

.gift-options-title {
    margin-left: 8px !important;
    color: #666666 !important;
}


/*Menú de navegación (Categorias)*/

.magicmenu .nav-desktop .level0 .level-top span {
    font-size: 13px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
    font-weight: 600;
    line-height: 25px;
    margin: 15px 0 0;
    font-family: sans-serif;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children a {
    font-size: 13px;
    font-family: 'Roboto';
}

.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span {
    font-family: sans-serif;
    font-size: 13px;
}

.magicmenu .nav-desktop .level0 .level-top {
    padding: 8px 8px;
    border-right: solid 1px #ddd;
}

.header-container-fixed .magicmenu .nav-desktop .level0 .level-top {
    padding: 8px 8px;
    border-right: solid 1px #ddd;
}


/*Menu de subcategorias (desplegable) */

.header-container-fixed .magicmenu .nav-desktop .level0:hover .level-top-mega {
    top: 31px !important;
}

.magicmenu .nav-desktop .level0:hover .level-top-mega {
    top: 31px;
    margin-top: 0px;
}

.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:before {
    height: 0px;
}


/*Icono carrito de compras del header*/

.inkanta-minicart {
    width: 27px;
}

.minicart-wrapper .action.showcart .counter.qty {
    background-color: #eee !important;
    color: #e30613 !important;
    font-weight: bold;
    right: -15px;
    top: 5px;
}

.content-cart.menu-mobile.col-md-1.col-sm-12.col-xs-12 {
    float: right;
}


/*Barra de busqueda del header*/

.busqueda {
    margin: 0 auto;
    width: 95%;
}

#algolia-glass {
    position: absolute;
    right: 17px;
    z-index: 890;
    width: 20px;
    height: 20px;
    display: block;
    top: 14px;
    background: url("/media/inkanta/magnifying-glass.svg") no-repeat center right / 20px;
}

#search {
    border-radius: 12px;
}

#search::placeholder {
    color: #908f8f;
}

#search:focus {
    outline: 0;
    box-shadow: none;
    border: solid 2px #ccc;
    background: transparent;
}

#cart-page {
    display: none;
}

.product-items .swatch-option {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
}

.swatch-option {
    border-radius: 50% !important;
}


/*links Acceder y Regístrate del header*/

.top-links {
    float: right;
}

.header .top-links li a {
    font-weight: 500;
}


/*Cabecero (preheader) envío, consultas y soluciones, reparaciones y garantias, redes sociales*/

.infoheader-logo {
    width: 22px;
    display: inline-block;
}

.info-header p {
    margin-bottom: 0 !important;
}

.info-header {
    background-color: #EFEFEF;
    padding: 5px;
}

.enviogratis {
    text-align: left !important;
    padding-left: 15px;
    color: #888;
}

.info-header .row > div {
    text-align: right;
}

.infocontacto {
    display: inline-block;
    margin-left: 10px;
}

.nuestrastiendastxt {
    font-size: 13px;
    color: #e30613 !important;
}


/*Footer*/

ul.linksonefooter {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 20px !important;
}

.linksonefooter li {
    display: inline-block;
}

.block-footer-top .main {
    padding-top: 0;
}


/*Upsell, crosssell, related products sliders*/

img.lazyload.product-image-photo.hover_flip.loaded {
    display: none !important;
}


/*footer bottom*/

.linkstwofooter {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.inside-full-height {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.colfootertwosecond {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 60px;
    padding-right: 60px;
}

.catmaspopulares li {
    width: 33%;
    display: inline-block;
}

.block-footer-bottom .footer li {
    line-height: 30px;
}

.linkstwofooter h3 {
    text-transform: uppercase;
    font-size: 16px;
}


/*footer copyright*/

.footer-copyright {
    background-color: #ffffff;
    color: #fff;
    padding-top: .6em;
}


/*input pop-up*/

button.action.subscribe.button {
    color: #ffffff;
}

li.children.level1.category-item a span {
    color: #333333;
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    color: #7b7a7a;
    text-transform: initial !important;
    font-weight: 300 !important;
    padding-top: 8px !important;
}


/*media queries*/


/* @media (min-width: 768px), print {
        .gift-options-title {
            font-size: 13px !important;
        }
    } */

@media only screen and (max-width: 767px) {
    .gift-options .actions-toolbar .action-update {
        padding: 0 !important;
    }

    .form.create.account > .fieldset {
        width: 90%;
    }

    .gift-options-content .fieldset {
        width: 140%;
        padding: 22px 25px 12px 0px;
    }

    .form-address-edit .fieldset {
        width: 85%;
    }
}

@media (max-width: 1179px) {
    .info-header .row > div {
        text-align: center;
    }

    .block-footer-bottom {
        text-align: center;
    }

    .linkstwofooter h3 {
        text-transform: uppercase;
        font-size: 16px;
        text-align: center;
    }

    .footer {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .nav-sections .mean-nav ul li .collapse:before {
        color: #888;
        content: "\f107";
    }

    .nav-sections {
        width: calc(73% - 54px) !important;
    }

    .nav-toggle:before {
        color: #ffffff !important;
    }
}

@media (max-width: 479px) {
    .action.tocart.primary {
        height: fit-content;
        line-height: normal;
        padding: 5px;
        width: fit-content;
    }

    button.button span,
    button span,
    .review-form .action.submit.primary,
    .cart .continue span,
    .actions-toolbar .primary a.action span {
        white-space: normal;
    }
}


/* @media (max-width: 991px) and (min-width: 768px) {
        .content-logo {
            float: none !important;
            width: auto;
        }

        .header .logo img {
            float: none;
        }

        .header .form-search input.input-text {
            background-color: #eee;
            left: 90px !important;
            padding: 0 10px;
            position: absolute;
            top: 15px !important;
            visibility: visible !important;
            width: 50% !important;
            opacity: 100 !important;
            z-index: 800 !important;
        }

        .top-links {
            padding-left: 18px;
            margin-right: 95px;
        }


        #algolia-glass {
            position: absolute;
            right: 302px;
            width: 20px;
            height: 20px;
            display: block;
            top: 18px;
            background: url("/pub/media/inkanta/magnifying-glass.svg") no-repeat center right / 20px;
            z-index: 805 !important;
        }

        .content-cart.menu-mobile.col-md-1.col-sm-12.col-xs-12 {
            float: none;
        }

        .minicart-wrapper {
            right: -282px;
            top: -10px;
        }

        .menu-mobile .nav-toggle {
            display: contents !important;
        }

        .block-footer-top .main {
            padding-top: 0;
            padding: 70px 0 10px;
            text-align: center;
        }

        .colfootertwosecond {
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            padding-left: 60px;
            padding-right: 60px;
            text-align: justify;
        }

        .block-footer-bottom {
            text-align: center;
        }

        .linkstwofooter h3 {
            text-transform: uppercase;
            font-size: 16px;
            text-align: center;
        }

        .footer {
            text-align: center;
        }

        .modal-inner-wrap {
            width: auto !important;
        }

        .content-cart {
            width: 60%;
        }

        .block-search .searchsuite-autocomplete {
            left: 87px !important;
            top: 50px !important;
            width: 380px !important;
        }
    }

    @media (max-width: 767px) and (min-width: 740px) {
        .content-logo {
            float: none !important;
            width: auto !important;
        }

        .header .logo img {
            float: none !important;
        }


        .nav-toggle {
            cursor: pointer;
            display: block !important;
            font-size: 0;
            position: absolute !important;
            text-decoration: none !important;
            top: -37px !important;
            z-index: 14 !important;
            left: 44px !important;
        }

        .header .form-search input.input-text {
            background-color: #eee;
            left: 111px !important;
            opacity: 100 !important;
            padding: 0 10px !important;
            position: absolute !important;
            top: 23px !important;
            visibility: visible !important;
            width: 38% !important;
            z-index: 800 !important;
        }

        #algolia-glass {
            position: absolute !important;
            right: 372px !important;
            width: 20px !important;
            height: 20px !important;
            display: block !important;
            top: 22px !important;
            z-index: 805 !important;
            background: url("/pub/media/inkanta/magnifying-glass.svg") no-repeat center right / 20px;
        }

        .top-links {
            float: right !important;
            margin-right: 52px !important;
            padding-right: 71px !important;
            z-index: 807 !important;
        }

        ul.header.links {
            z-index: 807 !important;
        }

        .minicart-wrapper {
            margin-right: 53px !important;
            margin-top: -39px !important;
            float: right !important;
            position: relative !important;
            z-index: 807 !important;
        }

        .header-content {
            margin-bottom: 12px !important;
        }

        .block-footer-top .main {
            padding-top: 0;
            padding: 70px 0 10px;
            text-align: center;
        }

        .colfootertwosecond {
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            padding-left: 60px;
            padding-right: 60px;
            text-align: justify;
        }

        .block-footer-bottom {
            text-align: center;
        }

        .linkstwofooter h3 {
            text-transform: uppercase;
            font-size: 16px;
            text-align: center;
        }

        footer li {
            text-align: center !important;
            padding: 0;
            margin: 0;
        }

        .footer {
            text-align: center;
        }

        .modal-inner-wrap {
            width: auto !important;
        }

        .block-search .searchsuite-autocomplete {
            left: 107px !important;
            top: 58px !important;
        }
    }

    @media (max-width: 739px) and (min-width: 667px) {
        .customer-menu{
            padding-top:104px !important;
            margin-left: -156px;
            z-index: 810 !important;
            left: 97px;
        }
        #maincontent {
            margin-top: -23px;
        }

        .content-logo {
            float: none !important;
            width: auto !important;
        }

        .header .logo img {
            float: none !important;
        }

        .nav-toggle {
            cursor: pointer;
            display: block !important;
            font-size: 0;
            position: absolute !important;
            text-decoration: none !important;
            top: -38px !important;
            z-index: 14 !important;
            left: 44px !important;
            width: 34px;
        }

        .header .form-search input.input-text {
            background-color: #eee;
            left: 111px !important;

            padding: 0 10px !important;
            position: absolute !important;
            top: 23px !important;
            visibility: visible !important;
            width: 66% !important;
            z-index: 800 !important;
        }

        #algolia-glass {
            position: absolute !important;
            right: 147px !important;
            top: -30px !important;
            z-index: 805 !important;
            background: url("/pub/media/inkanta/magnifying-glass.svg") no-repeat center right / 20px;
        }

        .top-links {
            float: right !important;
            margin-right: 52px !important;
            padding-right: 71px !important;
        }

        .minicart-wrapper {
            margin-right: 63px !important;
            margin-top: -37px !important;
            float: right !important;
            position: relative !important;
            z-index: 807 !important;
        }

        .header .links {
            margin-top: -101px !important;
            margin-right: -92px !important;
        }

        .header-content {
            margin-bottom: 12px !important;
        }

        .info-header .row > div {
            text-align: left;
        }

        .block-footer-top .main {
            padding-top: 0;
            padding: 70px 0 10px;
            text-align: center;
        }

        .colfootertwosecond {
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            padding-left: 60px;
            padding-right: 60px;
            text-align: justify;
        }

        .block-footer-bottom {
            text-align: center !important;
        }

        .linkstwofooter h3 {
            text-transform: uppercase;
            font-size: 16px;
            text-align: center !important;
        }

        footer li {
            text-align: center !important;
            padding: 0;
            margin: 0;
        }

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

        .modal-inner-wrap {
            width: auto !important;
        }

        .block-search .searchsuite-autocomplete {
            left: 107px !important;
            top: 58px !important;
            width: 435px !important;
        }
    }

    @media (max-width: 666px) and (min-width: 505px) {
        .customer-menu{
            padding-top:104px !important;
            margin-left: -156px;
            z-index: 810 !important;
            left: 97px;
        }
        .page-products .alocolumns {
            padding-top: 50px !important
        }

        #maincontent {
            margin-top: -23px;
        }

        .content-logo {
            float: none !important;
            width: auto !important;
        }

        .header .logo img {
            float: none !important;
        }

        .nav-toggle {
            cursor: pointer;
            display: block !important;
            font-size: 0;
            position: absolute !important;
            text-decoration: none !important;
            top: -38px !important;
            z-index: 14 !important;
            left: 44px !important;
            width: 34px;
        }

        .header .form-search input.input-text {
            background-color: #eee;
            left: 111px !important;

            padding: 0 10px !important;
            position: absolute !important;
            top: 23px !important;
            visibility: visible !important;
            width: 66% !important;
            z-index: 800 !important;
        }

        #algolia-glass {
            position: absolute !important;
            right: 109px !important;
            top: -30px !important;
            z-index: 805 !important;
            background: url("/pub/media/inkanta/magnifying-glass.svg") no-repeat center right / 20px;
        }

        .top-links {
            float: right !important;
            margin-right: 47px !important;
            padding-right: 53px !important;
        }

        .minicart-wrapper {
            margin-right: 40px !important;
            margin-top: -37px !important;
            float: right !important;
            position: relative !important;
            z-index: 807 !important;
        }

        .header .links {
            margin-top: -101px !important;
            margin-right: -92px !important;
        }

        .header-content {
            margin-bottom: 12px !important;
        }

        .info-header .row > div {
            text-align: left;
        }

        span.nuestrastiendastxt2 {
            visibility: hidden !important;
        }

        .infocontacto {
            display: inline-block !important;
            margin-left: 0 !important;
        }

        .contacto {
            margin-left: -96px !important;
        }

        .infocontacto.nuestrastiendas {
            padding-right: 17px;
            padding-left: 17px;
        }

        .content ul li {
            text-align: center;
        }

        .nav-sections {
            width: calc(70% - 54px) !important;
        }

        .modal-inner-wrap {
            width: auto !important;
        }

        .block-search .searchsuite-autocomplete {
            left: 107px !important;
            top: 58px !important;
            width: 338px !important;
        }
    }

    @media (max-width: 504px) and (min-width: 480px) {
         .customer-menu{
            padding-top:104px !important;
            margin-left: -156px;
            z-index: 810 !important;
            left: 97px;
        }
        .block-search .searchsuite-autocomplete {
            left: 72px !important;
            top: 58px !important;
            width: 326px !important;
        }

        .page-products .alocolumns {
            padding-top: 50px !important
        }

        #maincontent {
            margin-top: -23px;
        }

        .content-logo {
            float: none !important;
            width: auto !important;
        }

        .header .logo img {
            float: none !important;
        }

        .nav-toggle {
            cursor: pointer;
            display: block !important;
            font-size: 0;
            position: absolute !important;
            text-decoration: none !important;
            top: -38px !important;
            z-index: 14 !important;
            left: 44px !important;
            width: 34px;
        }

        .header .form-search input.input-text {
            background-color: #eee;
            left: 75px !important;

            padding: 0 10px !important;
            position: absolute !important;
            top: 23px !important;
            visibility: visible !important;
            width: 66% !important;
            z-index: 800 !important;
        }

        #algolia-glass {
            position: absolute !important;
            right: 83px !important;
            top: -27px !important;
            z-index: 805 !important;
            background: url("/pub/media/inkanta/magnifying-glass.svg") no-repeat center right / 20px;
        }

        .top-links {
            float: right !important;
            margin-right: 0px !important;
            padding-right: 9px !important;
        }

        .minicart-wrapper {
            margin-right: 20px !important;
            margin-top: -37px !important;
            float: right !important;
            position: relative !important;
            z-index: 807 !important;
        }

        .header .links {
            margin-top: -101px !important;
            margin-right: 0 !important;
        }

        .header-content {
            margin-bottom: 12px !important;
        }

        .info-header .row > div {
            text-align: left;
        }

        .infocontacto {
            display: inline-block !important;
            margin-left: 15px !important;
        }

        .contacto {
            margin-left: 21px !important;
        }

        .content ul li {
            text-align: center;
        }

        .nav-sections {
            width: calc(70% - 54px) !important;
        }

        .modal-inner-wrap {
            width: auto !important;
        }
    }

    @media (max-width: 479px) and (min-width: 425px) {

        .customer-menu{
            padding-top:104px !important;
            margin-left: -156px;
            z-index: 810 !important;
            left: 97px;
        }
        .block-search .searchsuite-autocomplete {
            left: 72px !important;
            top: 58px !important;
            width: 290px !important;
        }

        .page-products .alocolumns {
            padding-top: 50px !important
        }

        #maincontent {
            margin-top: -23px;
        }

        .content-logo {
            float: none !important;
            width: auto !important;
        }

        .header .logo img {
            float: none !important;
        }

        .nav-toggle {
            cursor: pointer;
            display: block !important;
            font-size: 0;
            position: absolute !important;
            text-decoration: none !important;
            top: -38px !important;
            z-index: 14 !important;
            left: 44px !important;
            width: 34px;
        }

        .header .form-search input.input-text {
            background-color: #eee;
            left: 75px !important;

            padding: 0 10px !important;
            position: absolute !important;
            top: 23px !important;
            visibility: visible !important;
            width: 66% !important;
            z-index: 800 !important;
        }

        #algolia-glass {
            position: absolute !important;
            right: 83px !important;
            top: -27px !important;
            z-index: 805 !important;
            background: url("/pub/media/inkanta/magnifying-glass.svg") no-repeat center right / 20px;
        }

        .top-links {
            float: right !important;
            margin-right: 0px !important;
            padding-right: 9px !important;
        }

        .minicart-wrapper {
            margin-right: 20px !important;
            margin-top: -37px !important;
            float: right !important;
            position: relative !important;

        }

        .header .links {
            margin-top: -101px !important;
            margin-right: 0 !important;
        }

        .header-content {
            margin-bottom: 12px !important;
        }

        .info-header .row > div {
            text-align: left;
        }

        .infocontacto {
            display: inline-block !important;
            margin-left: 15px !important;
        }

        .contacto {
            margin-left: 21px !important;
        }

        .minicart-wrapper .block-minicart {
            width: 276px !important;
        }

        .content ul li {
            text-align: center;
        }

        .nav-sections {
            width: calc(79% - 54px) !important;
        }

        .modal-inner-wrap {
            width: auto !important;
        }
    }

    @media (max-width: 424px) and (min-width: 361px) {
        .customer-menu{
            padding-top:104px !important;
            margin-left: -156px;
            z-index: 810 !important;
            left: 97px;
        }
        .block-search .searchsuite-autocomplete {
            left: 72px !important;
            top: 58px !important;
            width: 246px !important;
        }

        .page-products .alocolumns {
            padding-top: 50px !important
        }

        #maincontent {
            margin-top: -23px;
        }

        .content-logo {
            float: none !important;
            width: auto !important;
        }

        .header .logo img {
            float: none !important;
        }

        .nav-toggle {
            cursor: pointer;
            display: block !important;
            font-size: 0;
            position: absolute !important;
            text-decoration: none !important;
            top: -38px !important;
            z-index: 14 !important;
            left: 44px !important;
            width: 34px;
        }

        .header .form-search input.input-text {
            background-color: #eee;
            left: 75px !important;

            padding: 0 10px !important;
            position: absolute !important;
            top: 23px !important;
            visibility: visible !important;
            width: 66% !important;
            z-index: 800 !important;
        }

        #algolia-glass {
            position: absolute !important;
            right: 70px !important;
            top: -27px !important;
            z-index: 805 !important;
            background: url("/pub/media/inkanta/magnifying-glass.svg") no-repeat center right / 20px;
        }

        .top-links {
            float: right !important;
            margin-right: 0px !important;
            padding-right: 9px !important;
        }

        .minicart-wrapper {
            margin-right: 20px !important;
            margin-top: -37px !important;
            float: right !important;
            position: relative !important;
        }

        .header .links {
            margin-top: -101px !important;
            margin-right: 0 !important;
        }

        .header-content {
            margin-bottom: 12px !important;
        }

        .info-header .row > div {
            text-align: left;
        }

        .infocontacto {
            display: inline-block !important;
            margin-left: 0 !important;
        }

        .contacto {
            margin-left: 21px !important;
        }

        .block-minicart {
            width: 276px !important;
        }

        .content ul li {
            text-align: center;
        }

        .nav-sections {
            width: calc(92% - 54px) !important;
        }

        .modal-inner-wrap {
            width: auto !important;
        }
    }

    @media (max-width: 360px) and (min-width: 334px) {
        .customer-menu{
            padding-top:104px !important;
            margin-left: -156px;
            z-index: 810 !important;
            left: 97px;
        }
        .block-search .searchsuite-autocomplete {
            right: 23px !important;
            top: 58px !important;
            width: 281px !important;
        }

        .page-products .alocolumns {
            padding-top: 50px !important
        }

        #maincontent {
            margin-top: -23px;
        }

        .content-logo {
            float: none !important;
            width: auto !important;
        }

        .header .logo img {
            float: none !important;
        }

        .nav-toggle {
            cursor: pointer;
            display: block !important;
            font-size: 0;
            position: absolute !important;
            text-decoration: none !important;
            top: -33px !important;
            z-index: 14 !important;
            left: 44px !important;
            width: 34px;
            width: 34px;
        }

        .header .form-search input.input-text {
            background-color: #eee;
            left: -316px !important;

            padding: 0 10px !important;
            position: absolute !important;
            top: 23px !important;
            visibility: visible !important;
            width: 305px !important;
            z-index: 800 !important;
        }

        #algolia-glass {
            position: absolute !important;
            right: 57px !important;
            top: -27px !important;
            z-index: 1005 !important;
            background: url("/pub/media/inkanta/magnifying-glass.svg") no-repeat center right / 20px;
        }

        .top-links {
            float: right !important;
            margin-right: 0px !important;
            padding-right: 9px !important;
        }

        .minicart-wrapper {
            margin-right: 20px !important;
            margin-top: -37px !important;
            float: right !important;
            position: relative !important;
        }

        .header .links {
            margin-top: -101px !important;
            margin-right: 0 !important;
        }

        .header-content {
            margin-bottom: 12px !important;
        }

        .info-header .row > div {
            text-align: left;
        }

        .infocontacto {
            display: inline-block !important;
            margin-left: 0 !important;
        }

        .contacto {
            margin-left: 0px !important;
        }

        .minicart-wrapper .block-minicart {
            width: 276px !important;
        }

        .content ul li {
            text-align: center;
        }

        .nav-sections {
            width: calc(94% - 54px) !important;
        }

        .modal-inner-wrap {
            width: auto !important;
        }
    }

    @media (max-width: 333px) and (min-width: 315px) {

        .customer-menu{
            padding-top:104px !important;
            margin-left: -156px;
            z-index: 810 !important;
            left: 97px;
        }
        .block-search .searchsuite-autocomplete {
            top: 58px !important;
            right: -6px !important;
        }

        .page-products .alocolumns {
            padding-top: 50px !important
        }

        #maincontent {
            margin-top: -23px;
        }

        .content-logo {
            float: none !important;
            width: auto !important;
        }

        .header-logo {
            text-align: initial;
        }

        .header .logo img {
            float: none !important;
            margin-left: -16px;
        }

        .nav-toggle {
            cursor: pointer;
            display: block !important;
            font-size: 0;
            position: absolute !important;
            text-decoration: none !important;
            top: -33px !important;
            z-index: 14 !important;
            left: 18px !important;
            width: 34px;
            width: 34px;
        }

        .header .form-search input.input-text {
            background-color: #eee;
            left: -282px !important;

            padding: 0 10px !important;
            position: absolute !important;
            top: 23px !important;
            visibility: visible !important;
            width: 265px !important;
            z-index: 800 !important;
        }

        #algolia-glass {
            position: absolute !important;
            right: 57px !important;
            top: -27px !important;
            z-index: 1005 !important;
            background: url("/pub/media/inkanta/magnifying-glass.svg") no-repeat center right / 20px;
        }

        .top-links {
            float: right !important;
            margin-right: 0px !important;
            padding-right: 9px !important;
        }

        .minicart-wrapper {
            margin-right: 20px !important;
            margin-top: -37px !important;
            float: right !important;
            position: relative !important;
        }

        .header .links {
            margin-top: -101px !important;
            margin-right: 0 !important;
        }

        .header-content {
            margin-bottom: 12px !important;
        }

        .info-header .row > div {
            text-align: left;
        }

        .infocontacto {
            display: inline-block !important;
            margin-left: 0 !important;
        }

        .contacto {
            margin-left: 0px !important;
        }

        .minicart-wrapper .block-minicart {
            width: 250px !important;
        }

        .content ul li {
            text-align: center;
        }


        .nav-sections {
            width: calc(100% - 54px) !important;
        }

        .modal-inner-wrap {
            width: auto !important;
        }
    }

    @media (max-width: 314px) and (min-width: 279px) {
        .customer-menu{
            padding-top:104px !important;
            margin-left: -156px;
            z-index: 810 !important;
            left: 97px;
        }
        .block-search .searchsuite-autocomplete {
            top: 58px !important;
            right: -6px !important;
            width: 263px !important;
        }

        .page-products .alocolumns {
            padding-top: 50px !important
        }

        #maincontent {
            margin-top: -23px;
        }

        .centrogris {
            height: 74px;
        }

        .top-links li {
            padding: 10px 0;
        }

        .content-logo {
            float: none !important;
            width: auto !important;
        }

        .header-logo {
            text-align: initial;
        }

        .header .logo img {
            float: none !important;
            margin-left: -16px;
        }

        .nav-toggle {
            cursor: pointer;
            display: block !important;
            font-size: 0;
            position: absolute !important;
            text-decoration: none !important;
            top: -33px !important;
            z-index: 14 !important;
            left: 12px !important;
            width: 34px;
            width: 34px;
        }

        .modal-inner-wrap {
            width: auto !important;
        }

        .header .form-search input.input-text {
            background-color: #eee;
            left: -248px !important;

            padding: 0 10px !important;
            position: absolute !important;
            top: 23px !important;
            visibility: visible !important;
            width: 226px !important;
            z-index: 800 !important;
        }

        #algolia-glass {
            position: absolute !important;
            right: 57px !important;
            top: -27px !important;
            z-index: 1005 !important;
            background: url("/pub/media/inkanta/magnifying-glass.svg") no-repeat center right / 20px;
        }

        .top-links {
            float: right !important;
            margin-right: 0px !important;
            padding-right: 9px !important;
        }

        .minicart-wrapper {
            margin-right: 20px !important;
            margin-top: -37px !important;
            float: right !important;
            position: relative !important;
        }

        .header .links {
            margin-top: -101px !important;
            margin-right: 45px !important;
        }

        .header .links li {
            margin-top: 3px !important;

        }

        .header-content {
            margin-bottom: 12px !important;
        }

        .info-header .row > div {
            text-align: center;
        }

        .infocontacto {
            display: inline-block !important;
            margin-left: 0 !important;
        }

        .contacto {
            margin-left: 0px !important;
        }

        .minicart-wrapper .block-minicart {
            width: 160px !important;
        }

        .content ul li {
            text-align: center;
        }

        .nav-sections {
            width: calc(100% - 54px) !important;
        }
    }

    @media (max-width: 278px) and (min-width: 136px) {
        .minicart-wrapper .block-minicart {
            width: 160px !important;
        }

        .block-search .searchsuite-autocomplete {
            top: 58px !important;
            right: -6px !important;
            width: 263px !important;
        }

        .page-products .alocolumns {
            padding-top: 50px !important
        }

        col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
            position: relative;
            min-height: 1px;
            padding-right: 10px;
            padding-left: 10px;
        }

        .modal-popup.popup-newsletter #popup-newsletter .block-content {
            width: auto;
            max-width: 200px;
        }

        .centrogris {
            height: 94px;
        }

        .top-links li {
            padding: 10px 0;
        }

        .content-logo {
            float: none !important;
            width: auto !important;
        }

        .header-logo {
            text-align: initial;
            width: 108px !important;
        }

        .header .logo img {
            float: none !important;
            margin-left: 38px !important;
        }

        .nav-toggle {
            cursor: pointer;
            display: block !important;
            font-size: 0;
            position: absolute !important;
            text-decoration: none !important;
            top: -33px !important;
            z-index: 14 !important;
            left: 12px !important;
            width: 34px;
            width: 34px;
        }

        .header .form-search input.input-text {
            background-color: #eee;
            left: -243px !important;

            padding: 0 10px !important;
            position: absolute !important;
            top: 23px !important;
            visibility: visible !important;
            width: 229px !important;
            z-index: 800 !important;
        }

        #algolia-glass {
            position: absolute !important;
            right: 44px !important;
            top: -27px !important;
            z-index: 1005 !important;
            background: url("/pub/media/inkanta/magnifying-glass.svg") no-repeat center right / 20px;
        }

        .top-links {
            float: right !important;
            margin-right: -6px !important;
            padding-right: 0px !important;
        }

        .minicart-wrapper {
            margin-right: 14px !important;
            margin-top: -37px !important;
            float: right !important;
            position: relative !important;
        }

        .header .links {
            margin-top: -89px !important;
            margin-right: 45px !important;
        }

        .header .links li {
            margin-top: 3px !important;

        }

        .header-content {
            margin-bottom: 12px !important;
        }

        .info-header .row > div {
            text-align: center;
        }

        .infocontacto {
            display: inline-block !important;
            margin-left: 0 !important;
        }

        .contacto {
            margin-left: 0px !important;
        }

        .content ul li {
            text-align: center;
        }

        .nav-sections {
            width: calc(100% - 54px) !important;
        }

        .minicart .minicart-wrapper .block-minicart {
            width: 160px !important;
            padding: 20px 15px 10px;
        }

        .modal-inner-wrap {
            width: auto !important;
        }
    } */

.inkanta-default-button {
    color: #666666 !important;
    background-color: #FFFFFF;
    border: 1px solid #aaaaaa;
    padding: .5rem !important;
    border-radius: 0;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 1;
}

.inkanta-default-button:hover,
.cart-container .checkout-methods-items .action.primary:hover {
    color: #ffffff !important;
    background-color: #e30613 !important;
    border-color: #e30613 !important;
}

.cart-container .checkout-methods-items .action.primary {
    color: #666666 !important;
    background-color: #efefef !important;
    border: 1px solid #aaaaaa !important;
    font-weight: 600;
}

.page-main > .page-title-wrapper .page-title {
    display: none !important;
}


/*Store-locator*/

.store-img-left-block img {
    width: 100% !important;
}

.store-list ul#store-list .store-list-item .store-list-information .store-info-right-block {
    width: 100% !important;
    float: left !important;
}

.store-list ul#store-list .store-list-item .store-list-information .store-img-left-block {
    width: 100% !important;
}

.store-list ul#store-list .store-list-item .store-list-button button {
    background: #dddddd !important;
    border: solid 1px #dddddd !important;
    color: #000000 !important;
}

.store-list .store-list-title h2 {
    color: #000000 !important;
}

.store-list .store-list-title {
    background: #ddd !important;
}

.search-by-distance .search-type {
    float: inherit !important;
    margin: 25px 0 0 0 !important;
}

.search-by-distance .search-type button {
    background: #E30613 !important;
    border: solid 1px #e30613 !important;
}

.product-view .toggle-tabs .item,
.product.data.items > .item.title {
    padding: 10px 20px 10px 0px !important;
    float: left !important;
}

.store-list #store-ls-pagination {
    width: 100% !important;
    margin: 10px 0 0 4px !important;;
}

#store-ls-pagination li {
    width: 22% !important;
    margin: 2px !important;
}

#store-ls-pagination li.item.active {
    width: 4% !important;
}

#store-ls-pagination .active a {
    background: #dddddd !important;
}

.store-list .pages li.item.active {
    background: #dddddd !important;
}

.store-list .pages li a {
    width: 100% !important;
    text-align: center !important;
}

.store-list .pages li.item.disabled:hover {
    border-color: none !important;
}

#store-ls-pagination .pages li.current,
.pages li:hover,
.pages li a:hover {
    border-color: #dddddd !important;
    background-color: #E30613 !important;
}


/*fin store-locator*/

.catalog-award {
    z-index: 2000;
    position: absolute;
    margin-top: 2rem;
    right: 0;
    width: 55px !important;
}


/*Chrome*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='range'] {
        overflow: hidden;
        width: 80px;
        -webkit-appearance: none;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 5px;
    }

    input[type='range']::-webkit-slider-runnable-track {
        height: 10px;
        -webkit-appearance: none;
        color: #E30613;
        margin-top: -1px;
    }

    input[type='range']::-webkit-slider-thumb {
        width: 5px;
        -webkit-appearance: none;
        height: 10px;
        cursor: ew-resize;
        background: #434343;
        box-shadow: -80px 0 0 80px #E30613;
    }
}


/** FF*/

input[type="range"]::-moz-range-progress {
    background-color: #E30613;
}

input[type="range"]::-moz-range-track {
    background-color: #cccccc;
}


/* IE*/

input[type="range"]::-ms-fill-lower {
    background-color: #E30613;
}

input[type="range"]::-ms-fill-upper {
    background-color: #cccccc;
}

.message.success a {
    color: #006400;
    text-decoration: underline;
}


/*Estilos exclusivos milano2*/

.top-links li {
    padding: 0px;
}

.minicart-wrapper {
    margin: -5px 0 0 0;
    text-align: right;
    float: right;
    position: relative;
}

.nuestrastiendas {
    float: right;
}

.linksonefooter li a {
    padding: 12px 7px;
    display: block;
    font-weight: 700;
}

.block-footer-bottom img {
    margin: 0 auto;
}

.field.choice.magepow-gdpr-checkbox label {
    max-height: 106px;
    overflow-x: auto;
    text-indent: 1px;
    margin-top: -13px;
    padding: 0;
    padding-left: 18px;
    text-align: justify;
}

.header-content {
    margin-top: 15px;
}

.header {
    background: #ffffff;
}


/*Popup guia tallas*/

.schart-showsizes .schart-addedoverlay {
    z-index: 1300 !important;
}

.schart-showsizes .schart-popup {
    z-index: 1400 !important;
}


/*Ocultar pages y tab storelocator*/

#tab {
    display: none;
}

.store-list .pages {
    display: none;
}

.store-list .store-list-title {
    margin: 0;
}


/*reward icon*/

.mp-reward-cart > span > img {
    width: 25px;
    height: 25px;
}

.mp-reward-cart > span {
    line-height: 2;
}

.mp-reward-earning img {
    width: 25px;
    height: 25px;
}

.mp-reward-earning span {
    line-height: 2;
}

.nav > a > img {
    width: 25px;
    height: 25px;
}


/*design lovers club dashboard*/

.reward-balance .item-balance .available {
    background-image: url(/media/inkanta/design-lovers-club/available.jpg);
}

.reward-balance .item-balance .earned {
    background-image: url(/media/inkanta/design-lovers-club/earned.jpg);
}

.reward-balance .item-balance .paid {
    background-image: url(/media/inkanta/design-lovers-club/spent.jpg);
}

.item-balance .box-balance.available span,
.item-balance .box-balance.earned span,
.item-balance .box-balance.paid span {
    color: #000000;
}

.reward-balance .item-balance .available,
.reward-balance .item-balance .earned,
.reward-balance .item-balance .paid {
    text-align: left;
    padding-left: 10px;
}


/*display none a tallas-colores no disponibles*/

/*.swatch-option.disabled,
    option.disabled {
        display: none;
    }*/


/*Menu suscripcion design lovers club*/

.card .card-body form div div p span {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
}

.card .card-body form div div label input {
    margin: -5px 11px 0 0;
}


/*Estilos TC Checkout*/

.checkout-index-index div.field.number .control {
    position: relative;
}

.checkout-index-index span.card-brand-icon {
    position: absolute;
    right: 0;
    width: 60px;
    top: 0;
}

.checkout-index-index span.card-brand-icon span {
    height: 35px;
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 35px;
    display: block;
}

.my-credit-cards .action.delete {
    color: #333333;
}

.my-credit-cards .action.delete:hover {
    color: #ff0000;
}


/*Botón compra instantánea*/

#instant-purchase button {
    margin-top: 4px;
    background: #e30613;
    color: #ffffff;
}

.minicart-items-wrapper {
    max-height: 400px;
}

#my-orders-table {
    white-space: nowrap;
}

.block-collapsible-nav .title:before {
    content: "VER MÁS";
    font-size: 13px;
    color: #666666;
    font-family: Montserrat, sans-serif;
}

.block-collapsible-nav .title:after {
    color: #666666 !important;
}

#my-orders-table td,
#my-orders-table th {
    border: 1px solid #ddd;
}

#store-counter {
    display: none !important;
}

.store-list-button {
    display: none;
}


/*Estilos iconos pasarela de pago*/

.checkout-index-index label[for='eloom_payments_payu_efecty'] ~ img {
    margin-left: 12px;
    margin-top: -5px;
}

.checkout-index-index label[for='eloom_payments_payu_cc'] ~ img {
    margin-left: 12px;
    margin-top: -5px;

}

.checkout-index-index label[for='eloom_payments_payu_pse'] ~ img {
    width: 77px;
    margin-left: 7px;
    margin-top: -8px;
}


/*Estilos checkout eloom*/

.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
    content: "\e632" !important;
}


/*corregir ancho del sidebar en categorias*/

.sidebar.sidebar-main._sticky {
    width: 295px !important;
}


/*Quitar menu de referidos provisionalmente*/

#block-collapsible-nav .items li:nth-child(3),
.mp_refer {
    display: none;
}


/*Pop up de compra*/

.modals-ajaxcart .modal-content .actions .action {
    line-height: 39px;
    height: 39px;
    border-color: #e30613;
    background: #e30613;
    text-transform: capitalize !important;
}


.product-info-stock-sku .availability {
    display: none !important;
}

/*Estilos Navidad*/
/* .page-wrapper{
        background-image: url(https://www.inkanta.com.co/media/inkanta/home/2021/diciembre/semana01/bg.gif);
    } */
/*Estilos nuevos label sale*/
.labelsale {
    color: #e30613 !important;
    background-color: #ffffff !important;
    border: 1px solid #e30613 !important;
    font-size: 13px !important;
}

/*Quitar ordenar por*/
.toolbar-sorter {
    display: none;
}

/*Estilos mensaje vista de producto, nueva promesa de entrega*/
.configurable-container-stock-delivery,
.simple-container-stock-delivery {
    font-weight: 900;
    padding: 10px 0;
    max-width: 95%;
}

/*EStilo mensaje bolsa, nueva promesa de entrega*/
.warehouses-text {
    font-weight: 900;
    max-width: 95%;
}

/*Estilos de mensaje checkout nueva promesa de entrega*/

.warehouse-text {
    font-weight: 900;
    max-width: 90%;
}

.premiosdiseño {
    color: #666666;
    margin-bottom: -20px;
}

.premiodiseñotitle {
    vertical-align: middle !important;
    width: 48%;
}

.stock {
    color: #333333;

}

.stocktitle {
    color: #666666;
    vertical-align: middle !important;
}

/*Ocultar disponibilidad*/
.product-info-main .stock.available,
.product-info-main .sku {
    display: none;
}

/*estilos lista de ciudades*/
.city-list li::before {
    content: "\2022";
    color: #e30613;
    margin-right: 5px;

}

.city-list {
    line-height: 0.5;
    color: #666666;
}

button.conocemas a {
    color: #ffffff !important;
    text-transform: uppercase;
}

.conocemas {
    background-color: #e30613 !important;
    width: 170px;
    height: fit-content;
    line-height: 1.5;
    padding: 2px;
    border: none;
}

.stock-delivery {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #d1d1d1;
}

.scroll-button-inkanta button {
    background-color: #e30613 !important;
    border-color: #e30613;
    color: #ffffff;
    margin-bottom: 1rem;
    text-transform: uppercase;
    width: 148px;
    height: 50px;
    line-height: 1.2;
}

.scroll-button-inkanta button:hover {
    background-color: #e30613 !important;
    border-color: #e30613;
    color: #ffffff;
}

.scroll-button-inkanta button:focus,
.scroll-button-inkanta button:active {
    background-color: #e30613 !important;
    border-color: #e30613;
    color: #ffffff;
}

.inkanta-description,
.manufacturer-container {
    text-align: justify;
}

.product-inkanta-information {
    padding-top: 1.5rem !important;
}

#phone {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    height: 35px;
}

#phone:focus {
    background-color: #ffffff;
    border-color: #f5f5f5;
    height: 35px;
}

.cookie-status-message {
    display: none;
}

/*Carruseles home*/
.product-item-info {
    padding: 15px;
}

/*Ocultar titulo carruseles home y aplicar estilos al nombre para usarlo como titulo*/
.magictabs .item .title {
    display: none;
}

.block-title-tabs .cms-title .title {
    text-align: center;
    margin: 0px;
    padding: 36px 0px;
    color: #aaa;
    font-family: Montserrat;
    font-size: 25px;
    margin-bottom: -80px;
}

/*Borde cajas de texto*/

.gift-message .fieldset .field .control .input-text,
#coupon_code,
#shipping .form .field .control .input-text,
#shipping .form .field .control .select,
form-discount .payment-option-inner .field .control .input-text,
#login-form .fieldset .field .control .input-text,
#form-validate .fieldset .field .control .input-text,
#form-validate .fieldset .field .control .text,
#form-validate .fieldset .field .control .validate-select,
#form-validate .fieldset .field .control ._has-datepicker,
#product-options-wrapper .fieldset .field .control .input-text,
#product-options-wrapper .fieldset .field .control .admin__control-select,
#search {
    border: 1px solid #c5c5c5
}

/*.block-title-tabs .cms-title .title:after{*/
/*    background: none repeat scroll 0 0 #ddd;*/
/*    bottom: 165px;*/
/*    content: "";*/
/*    height: 1px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    opacity: 1;*/
/*    position: absolute;*/
/*    visibility: visible;*/
/*    width: 68px;*/
/*    margin: 0 auto;*/
/*}*/

/*Ocultar pipe de top links " | Inscribete al design club"*/
/* .top-links .links li:nth-child(1):after {
        display: none;
    } */

/*Ocultar texto en Dirección de Envio "Inscribete paa disfrutar de los beneficios... Debajo del campo de email"*/
#customer-email-fieldset .note span {
    display: none;
}

/*Aumenta tamaño de contenedor para que departamento sale quede en la primera linea del nav*/
.container {
    max-width: 1214px;
}

/*Estilos para formulario de registro, nuevo checkbox quiero hacer parte de design club*/

.control .label-design-club {
    color: #666666;
    font-weight: 600;
}

/*Mas padding a la X de los modales y centrar texto de btn*/

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

.btn-viewcart {

    text-align: center;

}

.add-to-cart {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.btn-cart {
    max-width: 200px !important;
}

.add-to-cart addi-widget {
    max-width: 350px;
    margin-top: 1rem;
}

.addi-method img {
    min-width: 45px !important;
    margin-right: 15px;
}

/** New filter styles */

.filter-options-item.narrow-by {
    border-bottom: 1px solid #CCC;
    padding-top: 15px;
    padding-bottom: 15px;
}

.filter-options-item.narrow-by.active .filter-options-title::after {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.filter-options .filter-options-title::after {
    font-family: FontAwesome !important;;
    content: "\f106" !important;;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    font-size: 24px !important;
    margin-right: 7px;
}

.filter-options .filter-options-title {
    color: #666 !important;;
    cursor: pointer;
}

.filter-options .filter-options-title:hover {
    color: #e30613 !important;
}


.modal-popup.modals-ajaxcart .modal-inner-wrap {
    width: 450px !important;
}

.table-additional-addresses-items {
    white-space: nowrap;
}


.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .message {
    background-color: #dbdbdb !important;
    color: #000 !important;
}

.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .message a {
    color: #000 !important;
    font-weight: bold !important;
}

.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .message:before {
    color: #000 !important;
}

button.action {
    border-radius: 10px !important;
}

.view-cart {
    border-radius: 10px !important;
}

.ajaxcart-wrapper-main {
    display: flex;
    flex-direction: column;
}


.new-shipping-address-modal .modal-inner-wrap {
    top: 45% !important;
}

.new-shipping-address-modal .address {
    padding: 0 !important;
    margin: 0 !important;
}

.message.success {
    background-color: #dbdbdb !important;
    color: #000 !important;
}

.message.success > *:first-child:before {
    color: #000 !important;
}

.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .message {
    margin-right: 25px;
}

@media only screen and (max-width: 480px) {
    .modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .message {
        margin-right: 35px;
    }

    .new-shipping-address-modal .modal-inner-wrap {
        top: 60% !important;
    }
}

.action.towishlist {
    border-radius: 10px;
}


.loading_body .loading {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-animation: none !important;
    animation: none !important;
}

.action-cancel > span > span {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.block-minicart .block-content .actions .primary .action.primary.checkout:hover {
    background: #FFF;
    color: #666666;
}

.product-view .add-to-cart button.button:hover {
    border: 1px solid #e30613 !important;
    background: #FFF !important;
    color: #666 !important;
}

.product-view .add-to-cart button.button:hover span {
    color: #666 !important;
}

.modals-ajaxcart .modal-content .actions .action:hover {
    border: 1px solid #e30613 !important;
}
