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

/* Reset ================================================================================= */
body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font: 12px/1.55 Arial, Helvetica, sans-serif;
    color: #757575;
    text-align: left
}
html, body {
    height: auto !important;
}
img {
    border: 0;
    vertical-align: top
}
a {
    color: #aaa;
    outline: medium none !important;
}
a:hover {
    text-decoration: none
}
:focus {
    outline: 0
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px;
    line-height: 1.1;
    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: 14px;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}
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;
}
.col-left .currency-switcher {
    display: none
}
/* Base Columns */
.sidebar-main {
    margin: 0;
}
.col-main {
    font-size: 0;
}
.col-right {
    margin-top: 60px;
}
.catalog-product-view .col-left {
    margin-top: 0px;
}
.page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional, .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right .sidebar-additional {
    width: 25% !important;
    padding-right: 15px;
    padding-left: 15px;
}
.sidebar.sidebar-additional {
    padding-top: 30px;
    padding-bottom: 20px;
}
.page-layout-2columns-left .product-view .product.media, .page-layout-2columns-right .product-view .product.media, .page-layout-3columns .product-view .product.media {
    width: 41.6667%;
}
.page-layout-2columns-left .product-view .product-info-main, .page-layout-2columns-right .product-view .product-info-main, .page-layout-3columns .product-view .product-info-main {
    width: 58.3333%;
}
/* 1 Column Layout */
.col1-layout .col-main {
    float: none;
    width: auto;
    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;
    padding: 0 15px;
}
/* 3 Columns Layout */
.col3-layout .col-main {
    width: 475px;
    margin-left: 17px
}
.col3-layout .col-wrapper {
    float: left;
    width: 687px
}
.col3-layout .col-wrapper .col-main {
    float: right
}
/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 48.5%
}
.col2-set .col-2 {
    float: right;
    width: 48.5%
}
.col2-set .col-3 {
    float: right;
    width: 48.5%
}
.col2-set .col-narrow {
    width: 32%
}
.col2-set .col-wide {
    width: 65%
}
.col3-set .col-1 {
    float: left;
    width: 32%
}
.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%
}
.col3-set .col-3 {
    float: right;
    width: 32%
}
.col4-set .col-1 {
    float: left;
    width: 23.5%
}
.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%
}
.col4-set .col-3 {
    float: left;
    width: 23.5%
}
.col4-set .col-4 {
    float: right;
    width: 23.5%
}
/* ======================================================================================= */

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

/* Form Elements */
input, select, textarea, button {
    font: 12px/15px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #666
}
input.input-text, select, textarea {
    background: #fff;
    border: 1px solid #dfdfdf;
}
input.input-text, textarea {
    padding: 8px;
    height: 35px;
    font-size: 13px;
}
select {
    padding: 8px;/*-moz-appearance: none;*/
}
select option {
    padding-right: 10px
}
select.multiselect option {
    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: #dfdfdf;
    font-family: 'Arimo', Helvetica, Arial, sans-serif;
}
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
    color: #000;
}
button.button::-moz-focus-inner {
    padding:0;
    border:0
}
/* FF Fix */
button.button {
    -webkit-border-fit: lines
}
/* <- Safari & Google Chrome Fix */
button.button, button, .cart .continue, .actions-toolbar .primary a.action {
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    width: auto;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: 43px;
    line-height: 43px;
    padding: 0 25px;
    text-transform: uppercase;
}
button.button span, button span, .review-form .action.submit.primary, .cart .continue span, .actions-toolbar .primary a.action span {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}
button.button span span, .blog-postbox .button-set button.button span span {
    padding: 0
}
button.disabled {
    position: relative;
}
button.disabled span {
    opacity: 0.5;
    padding: 0 0 0 25px !important;
}
.product-view .add-to-cart 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: 0;
    position: absolute;
    top: 0;
    z-index: 99;
}
.product-view .add-to-cart button.button span {
    font-size: 20px;
}
@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}
button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba
}
button.btn-checkout.no-checkout span span {
    background-position: 100% 100%
}
p.control input.checkbox, p.control input.radio {
    margin-right: 6px
}
#add_recipient_button {
    margin: 0px;
    overflow: hidden;
    padding-left: 10px;
}
button.button:hover, button:hover, .cart .continue:hover, .actions-toolbar .primary a.action:hover, button.button, button, .cart .continue, .actions-toolbar .primary a.action, button:focus {
    border-width: 1px;
}
/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus, ._keyfocus *:focus, input:focus:not([disabled]), textarea:focus:not([disabled]), select:focus:not([disabled]) {
    background-color: #fff;
    border-color: transparent;
    border: 1px solid #dfdfdf;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6); */
    outline: 0 none;
    box-shadow: 0;
}
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;
}
textarea::-moz-placeholder {
    color: #000;
}
.contact-index-index .block-footer-top {
    margin-top: 0;
}
.map-conttact {
    margin-bottom: 20px;
}
.google-map iframe {
    width: 100%;
    height: 590px;
}
.contact-content .field {
    margin-bottom: 10px;
}
.contact-content .field .label {
    margin-bottom: 5px;
}
.store-contact .store4 .store-item {
    border: 0;
}
.store-item .block-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.contact-form {
    position: relative;
    padding-top: 80px;
}
.contact-form:before {
    border-left: 1px solid #e7e7e7;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    display: block;
}
.store_info {
    margin: 0;
    display: inline-block;
    width: 100%;
    position: relative;
}
.store_info:before {
    border-left: 1px solid #ececec;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
}
.store_info:after {
    border-top: 1px solid #ececec;
    content: "";
    left: 70px;
    position: absolute;
    right: 70px;
    top: 50%;
}
.item-contact-info {
    display: inline-block;
    float: left;
    list-style: outside none none;
    text-align: center;
    width: 50%;
}
.item-contact-info:nth-child(2n+1) {
    clear: both;
}
.contact-info-inner {
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    height: 155px;
}
.contact-info-content {
    line-height: 20px;
    padding: 0 30px;
}
.store_info .icon-info {
    display: inline-block;
}
.contact-info-content .title-info {
    font-weight: normal;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    margin: 15px 0 15px;
    text-transform: uppercase;
}
.contact-info-content .desc-info p {
    color: #888888;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.contact-content .fieldset .field .label {
    display: none;
}
/* Customer */
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto
}
.form-list .name-prefix {
    width: 65px
}
.form-list .name-prefix select {
    width: 55px
}
.form-list .name-prefix input.input-text {
    width: 49px
}
.form-list .name-suffix {
    width: 65px
}
.form-list .name-suffix select {
    width: 55px
}
.form-list .name-suffix input.input-text {
    width: 49px
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
    float: left;
    width: 85px
}
.form-list .customer-dob input.input-text {
    display: block;
    width: 74px
}
.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
    width: 60px
}
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
    width: 46px
}
.form-list .customer-dob .dob-year {
    width: 140px
}
.form-list .customer-dob .dob-year input.input-text {
    width: 134px
}
.buttons-set {
    clear: both;
    margin: 2em 0;
    padding: 0 0 0;
    text-align: right
}
.buttons-set.buttons-set-contact {
    padding: 0 15px;
}
.box-review_form .form-add .buttons-set {
    padding: 15px 0;
    margin: 0
}
.buttons-set p.required {
    margin: 0 0 10px;
    float: right;
    line-height: 30px;
}
.buttons-set .back-link {
    float: right;
    margin: 0
}
.buttons-set button.button {
    float: left
}
.buttons-set-order {
    margin: 10px 0 0
}
.buttons-set-order .please-wait {
    padding: 12px 7px 0 0
}
.fieldset {
    background: #fff;
    padding: 22px 25px 12px 33px;
    margin: 28px 0
}
.fieldset .legend {
    font-weight: normal;
    font-size: 14px;
    border: 0;
    color: #252525;
    margin: 0px;
    padding: 0 0 10px;
    display: block;
}
.fieldset .legend span {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
}
.form.create.account > .fieldset {
    float: left;
    padding: 0 25px;
    width: 50%;
    margin: 20px 0 25px;
}
.form.create.account .actions-toolbar {
    clear: both;
    padding: 0 25px;
}
.customer-account-forgotpassword .fieldset {
    padding: 0;
    margin: 0 0 25px;
}
.account .fieldset {
    margin: 0;
    padding: 0;
}
.account .actions-toolbar {
    padding: 20px 0 0;
}
.abs-discount-block-desktop .block:nth-child(2) + *, .login-container .block:nth-child(2) + *, .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *, .block-addresses-list .items.addresses > .item:nth-child(2) + *, .form-edit-account .fieldset:nth-child(2) + *, .form-address-edit .fieldset:nth-child(2) + *, .storecredit .block:nth-child(2) + *, .paypal-review-discount .block:nth-child(2) + *, .cart-discount .block:nth-child(2) + * {
    clear: both;
}
.multishipping-checkout-address-newshipping .fieldset, .contact-index-index .fieldset {
    margin: 0;
    padding: 0;
}
.contact-content .fieldset {
    padding-left: 50px;
}
/* Form Validation */
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
    color: #eb340a;
    width: 270px;
}
.validation-failed {
    border: 1px dashed #eb340a!important;
    background: #faebe7!important
}
.validation-passed {
}
p.required {
    font-size: 11px;
    text-align: right;
    color: #EB340A
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current strong, .action.edit span, .action.back span, .action.remind span, .login-container .fieldset::after, .block.block-dashboard-orders .actions a {
    color: #0070C9;
}
.action.edit span:hover, .action.back span:hover, .action.remind span:hover {
    text-decoration: underline;
}
.action.back.customization:hover span {
    color: #fff;
}
/* Expiration date and CVV number validation fix */
.v-fix {
    float: left
}
.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative
}
/* Global Messages  */
.success {
    color: #3d6611;
    font-weight: bold
}
.error {
    color: #df280a;
    font-weight: bold
}
.notice {
    color: #e26703
}
.messages, .messages ul {
    list-style: none!important;
    margin: 0!important;
    padding: 0!important
}
.messages {
    width: 100%;
    overflow: hidden;
    z-index: 30;
    position: relative;
}
.messages li {
    margin: 0 0 10px!important
}
.messages li li {
    margin: 0 0 3px!important
}
.error-msg, .success-msg, .note-msg, .notice-msg {
    border-style: solid!important;
    border-width: 1px!important;
    background-position: 10px 9px!important;
    background-repeat: no-repeat!important;
    min-height: 24px!important;
    padding: 8px 8px 8px 32px!important;
    font-size: 11px!important;
    font-weight: bold!important
}
.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    background-image: url(../images/i_msg-error.gif);
    color: #df280a
}
.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    background-image: url(../images/i_msg-success.gif);
    color: #3d6611
}
.note-msg, .notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    background-image: url(../images/i_msg-note.gif);
    color: #3d6611
}
#popupNewsletterMessages.messages {
    padding: 40px 9px 10px 10px !important;
}
/* BreadCrumbs */
.breadcrumbs {
    background-image: url("../images/alothemes/category-shop.jpg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.inner-breadcrumbs {
    background-color: #df5c53;
    display: inline-block;
    line-height: 58px;
    padding: 0 30px;
}
.breadcrumbs {
    line-height: 1.25;
    margin: 0 0 90px;
    padding: 165px 0;
    text-align: center;
}
.breadcrumbs li {
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 24px;
    font-size: 18px;
    color: #fff;
}
.breadcrumbs li:after {
    content: "/";
}
.breadcrumbs li:last-child:after {
    content: "";
}
.breadcrumbs li a, .breadcrumbs li strong {
    outline: medium none;
}
.breadcrumbs .inner-breadcrumbs li a, .breadcrumbs li strong {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.breadcrumbs li strong {
    font-weight: normal;
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
}
/* 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: 14px;
}
.page-title .separator {
    margin: 0 3px
}
.page-title .link-rss {
    float: right;
    margin: 7px 0 0
}
.title-buttons {
    text-align: right
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
    float: left
}
.subtitle, .sub-title {
    color: #000;
    font-size: 17px;
    padding: 5px 0 0;
    text-transform: uppercase;
}
.page-products .page-title-wrapper {
    text-align: left;
    display: none;
}
/* Pager */
.toolbar-products .pages {
    display: none;
    float: right;
}
.pager {
    margin: 0;
    padding: 0;
    border-top: 0;
    text-align: center
}
.pager .amount {
    float: left;
    margin: 0
}
.pager .amount strong {
    font-weight: normal
}
.pager .limiter {
    float: right
}
.pager .limiter label {
    vertical-align: middle;
    font-weight: 300;
    margin: 0;
    vertical-align: middle
}
.pager .limiter select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle
}
.pager .pages strong {
    display: none;
    color: #2a2a2a;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    padding-right: 10px;
}
.pager .pages ol {
    display: inline
}
.pages .pages-items {
    display: block;
}
.pages li {
    display: inline-block;
    margin: 0px 0px 0 5px;
    height: 30px;
    float: left;
    line-height: 30px;
}
.pages li a {
    border: 0;
    border-radius: 0;
    display: block;
    padding: 0 7px;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    color: #444444;
}
.pages li a span, .pages li strong span {
    font-size: 13px;
}
.pages li.current .page {
    font-weight: normal;
    padding: 0 5px;
}
.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;
}
/* Sorter */
.sorter-label, .limiter .label {
    font-size: 14px;
    float: left;
    padding: 0 10px 0 0;
    margin: 0;
    line-height: 30px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.action.sorter-action.sort-desc, .action.sorter-action.sort-asc {
    color: #0070C9;
    border: 1px solid #dfdfdf;
    padding: 0px 2px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    margin-top: 2px;
    display: inline-block;
    vertical-align: middle;
}
.sorter .limiter {
    margin: 0;
    padding: 0 0 0 15px;
}
.pager {
    float: right;
    margin: 0;
    display: none;
}
.limiter, .sorter {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.limiter .limiter-text {
    display: none;
}
.toolbar .limiter, .toolbar .sorter {
    padding-top: 0;
}
.sorter select, .limiter select {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    margin: 0;
    padding: 0px 5px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}
.sorter {
    padding-right: 15px;
}
.modes {
    display: inline-block;
    float: right;
}
.modes-label {
    float: left;
    line-height: 30px;
    padding-right: 15px;
    font-weight: 400;
    display: none;
}
.mode-grid {
    margin-right: 10px;
}
.modes-mode {
    cursor: pointer;
    float: left;
    outline: medium none;
    padding: 0px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.modes-mode:before {
    content: "\f10b";
    display: inline-block;
    font-family: Flaticon;
    font-size: 21px;
    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: "\f11e";
}
.abs-visually-hidden-desktop-s {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.toolbar-amount, .products.wrapper ~ .toolbar .modes {
    display: block;
}
.products.wrapper ~ .toolbar .pages {
    float: right;
}
.toolbar-amount {
    line-height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    color: #aaa;
}
.toolbar-bottom .modes {
    display: none;
}
.toolbar-bottom .toolbar-products .pages {
    display: block;
}
/* Toolbar */
.toolbar {
    margin: 0;
    padding: 0;
}
.products.wrapper ~ .toolbar {
    position: relative;
}
.toolbar-bottom .sorter .sort-by, .toolbar-bottom .sorter .limiter, .toolbar-bottom .sorter .view-mode {
    display: none;
}
.products.wrapper ~ .toolbar .toolbar-amount {
    display: block;
}
.toolbar-amount .toolbar-number {
    font-weight: bold;
    font-size: 14px;
}
.toolbar-bottom {
    clear: both;
}
.toolbar-bottom .toolbar {
    margin-top: 10px;
}
/* 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, .cart.table-wrapper .product-item-name a, .data-table tbody tr td .cart-price .price, .cart.table-wrapper .product-item-name strong{
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.data.table tbody tr td.a-subtotal .cart-price .price, .data.table tbody tr td .cart-price .price {
    color: #000;
    font-size: 18px;
}
.data.table tbody tr td input.qty {
    border: 1px solid #ededed !important;
    color: #000;
    text-align: center;
    width: 50px!important;
    float: left;
    height: 46px;
    border: 0;
    background-color: transparent;
    font-size: 16px;
}
.data.table tbody tr td input.qty:focus {
    box-shadow: none;
}
.data-table tfoot {
    border-bottom: 1px solid #eeeeee
}
.data-table tfoot tr {
    background-color: #fff!important
}
.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
}
.data-table tfoot strong {
    font-size: 16px
}
.data-table tbody th, .data-table tbody td {
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee
}
.data.table .custom-qty {
    margin: 0 auto;
}
.data.table .custom-qty .alo_qty {
    background-color: #f2f2f2;
    width: 20px;
    float: left;
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    color: #888;
    text-align: center;
    outline: medium none;
}
.cart.table-wrapper .col {
    vertical-align: middle;
    padding-top: 13px;
}
.cart.table-wrapper thead .col span, .cart-summary > .title {
    font-size: 18px;
    text-transform: none;
    color: #000;
    font-weight: 700;
    font-family: "Helvetica Neue", "Roboto";
}
/*.cart.table-wrapper .item .col.item {
	padding: 0;
}*/
.cart.table-wrapper .item-actions td {
    padding: 0 0 10px;
}
.cart.table-wrapper .item-actions td .action.action-gift {
    font-size: 14px;
    padding-left: 10px;
}
.gift-options .gift-options-content .field.field-to label span {
    font-weight: 400;
    color: #000;
}
.gift-options .gift-options-content .fieldset {
    background: #fff;
    padding: 0 0 0 10px;
    margin: 28px 0;
}
.cart-summary .block .fieldset .methods .field > .label {
    float: none;
}
.cart.table-wrapper .product-image-container {
    display: inline-block;
}
.checkout-index-index .nav-sections {
    display: block;
}
.checkout-container {
    margin: 30px 0 0;
}
.checkout-index-index .minicart-wrapper {
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}
.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;
}
/* Bundle products tables */
.data-table tbody.odd tr {
    background: #f8f7f5!important
}
.data-table tbody.even tr {
    background: #f6f6f6!important
}
.data-table tbody.odd tr td, .data-table tbody.even tr td {
    border-bottom: 0
}
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
    border-bottom: 1px solid #eeeeee
}
.data-table tbody td .option-label {
    font-weight: bold;
    font-style: italic
}
.data-table tbody td .option-value {
    padding-left: 10px
}
/* Generic Info Box */
.info-box {
    background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px
}
.info-box h2 {
    font-weight: bold;
    font-size: 13px
}
.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0
}
.info-table td {
    padding: 2px 0
}
/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer
}
tr.summary-total td {
}
tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer
}
tr.show-details .summary-collapse {
    background-position: 0 -52px
}
tr.show-details td {
}
tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465
}
tr.summary-details-first td {
    border-top: 1px solid #d2d8db
}
tr.summary-details-excluded {
    font-style: italic
}
/* Shopping cart tax info */
.cart-tax-info {
    display: block
}
.cart-tax-info, .cart-tax-info .cart-price {
    padding-right: 20px
}
.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer
}
.cart-tax-info .price, .cart-tax-total .price {
    display: inline!important;
    font-weight: normal!important
}
.cart-tax-total-expanded {
    background-position: 100% -52px
}
/* Class:std - styles for admin-controlled content */
.std .subtitle {
    padding: 0;
}
.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}
.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}
.std dl dt {
    font-weight: bold;
}
.std dl dd {
    margin: 0 0 10px;
}
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
    margin: 0 0 1em;
    padding: 0;
}
.std ul {
    list-style: disc outside;
    padding-left: 1.5em;
}
.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}
.std ul ul {
    list-style-type: circle;
}
.std ul ul, .std ol ol, .std ul ol, .std ol ul {
    margin: .5em 0;
}
.std dt {
    font-weight: bold
}
.std dd {
    padding: 0 0 0 1.5em
}
.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}
.std address {
    font-style: normal;
}
.std b, .std strong {
    font-weight: bold;
}
.std em {
    font-style: italic;
}
/* Misc */
.links li {
    display: inline
}
.links li.last {
}
.link-cart {
    color: #d22753;
    font-weight: bold
}
.link-wishlist {
    color: #d22753;
    font-weight: normal
}
.link-reorder {
    font-weight: normal;
    color: #ea5648!important
}
.link-compare {
    font-weight: bold
}
.link-print {
    font-weight: bold;
    color: #d22753
}
.link-rss {
    background: url(../images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap
}
.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_previous.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden
}
.btn-edit {
    display: block;
    padding: 9px;
    font-size: 12;
    line-height: 0;
}
.cards-list dt {
    margin: 5px 0 0
}
.cards-list .offset {
    padding: 2px 0 2px 20px
}
.separator {
    margin: 0 3px
}
.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    text-indent: -999em;
    overflow: hidden
}
#product-attribute-specs-table th {
    color: #666666;
    border-radius: 0;
    display: block;
    font-size: 100%;
    text-align: left;
}
#product-attribute-specs-table th, #product-attribute-specs-table td {
    font-size: 16px;
}
/* Global site notices */
.global-site-notice {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f
}
.global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
    text-align: left
}
.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px
}
.global-site-notice .notice-inner .actions {
    padding-top: 10px
}
/* Cookie Notice */
.notice-cookie {
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0!important;
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";/* IE8 */
}
/* Noscript Notice */
.noscript {
}
/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff
}
.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center
}
.demo-notice .notice-inner p {
    padding: 0;
    border: 0
}
/* Demo 404 */
.cms-no-route .alocolumns {
    padding-top: 25px;
}
.cms-no-route .page-title-wrapper {
    display: none;
}
.cms-no-route .page-not-found {
    text-align: center;
}
.cms-no-route .page-not-found .page-title h1, .cms-no-route .page-not-found .page-title h1 span {
    line-height: 130px;
    text-indent: -999em;
    padding-top: 120px;
}
/* .cms-no-route .page-404 .banner-header{background-image: url("../images/alothemes/404.jpg");background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;min-height: 100vh;text-align: center;} */
.cms-no-route .page-not-found .page-title h1 span {
    color: #242628;
    font-weight: bold;
}
.page-not-found h2 {
    color: #000;
    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: #000;
    height: 40px;
    line-height: 40px;
    padding: 0 29px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 60px 0 100px;
    display: inline-block;
    border: 1px solid #aaaaaa;
}
.page-not-found .previus-page:hover {
    background-color: #666;
    color: #fff;
    border: 1px solid #666;
}
.page-not-found .form-search #search {
    width: 500px;
    border: 2px solid #242628;
    height: 45px;
    line-height: 45px;
    padding: 0 60px 0 9px;
}
/* ======================================================================================= */
/* Header ================================================================================ */
.page-header {
    margin: 0;
    padding: 0;
}
.header {
    position: relative;
}
.cms-index-index .header-container-fixed, .header-container-fixed {
    animation-duration: 450ms;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    box-shadow: 0 0 3px #666666;
    -moz-box-shadow: 0 0 3px #666666;
    -webkit-box-shadow: 0 0 3px #666666;
    -o-box-shadow: 0 0 3px #666666;
    -ms-box-shadow: 0 0 3px #666666;
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100%, 0px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}
.header-container-fixed .content-seach {
    top: 2px;
}
.header .header-content.header-container-fixed .logo, .header .header-content.header-container-fixed .tool-header {
    padding: 12px 0;
}
.header .header-content.header-container-fixed .tool-header .icon-element {
    padding-bottom: 12px;
}
.header .header-content.header-container-fixed .tool-header {
    padding-bottom: 0;
}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top {
    padding: 12px 20px;
}
.catalog-product-view .header-container-fixed {
    z-index: 99999;
}
.header-container-fixed .mini-maincart .mini-contentCart {
    top: 56px;
}
.header-container-fixed .magicmenu .nav-desktop .level0.ext .level-top::before {
    bottom: 16px;
}
.main-header {
    padding: 0 100px;
}
.header .logo {
    margin: 0;
    padding: 35px 0px 30px;
    text-decoration: none!important;
    outline: none;
    display: block;
    max-width: 170px;
    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 h1.logo {
    padding: 0;
}
.header-content .container {
    position: relative;
}
.content-seach {
    position: absolute;
    top: 30px;
    right: 0;
}
.header .form-search {
    position: relative;
    display: block;
}
.header .form-search .field.search {
    min-width: 330px;
}
.header-search .block-search .nested {
    display: none;
}
.header .quick-access {
    margin: 0 15px 0 0;
    padding: 0;
    width: 340px;
}
.header .welcome-msg {
    color: #000000;
    display: block;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    line-height: 96px;
}
.block-search .block .block-title {
    text-align: left;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 18px;
    border: 0;
    display: none;
}
.block-search .block .block-title strong {
    font-weight: normal;
    font-size: 18px;
    color: #000;
}
.block-search .block {
    margin: 0;
}
.header .form-search input.input-text {
    border-style: solid;
    border-color: #e5e5e5;
    border-width: 0px;
    font-size: 100%;
    margin: 0;
    line-height: 46px;
    height: 46px;
    padding: 0 50px 0 25px;
    font-size: 16px;
    border-radius: 8px;
}
.header .form-search button.button {
    pointer-events: inherit;
    opacity: 1;
    border: 0 none;
    height: 46px;
    line-height: 46px;
    padding: 0 5px;
    position: absolute;
    right: 10px;
    top: 0;
}
.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 {
    padding: 0;
    border: none;
}
.header .form-search button.button .icons {
    font-size: 23px;
}
.header .form-search button.button span span .seach-text {
    font-style: normal;
    font-size: 16px;
    display: none;
}
.header .form-search button.button span span {
    padding: 0;
    height: 0
}
.header .form-search .search-autocomplete {
    margin: 0;
}
.header .form-search .search-autocomplete ul {
    border: 1px solid #5c7989;
}
.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
}
.tool-header {
    padding-top: 32px;
}
.element-right {
    float: right;
}
.icon-element {
    display: inline-block;
    position: relative;
    padding: 0 0 37px 25px;
    vertical-align: middle;
    float: left;
}
.icon-head {
    font-size: 25px;
    color: #000;
    line-height: normal;
    cursor: pointer;
}
.icon-head:hover, .toggle-visible .icon-head {
    color: #df5c54;
}
.tool-header .header-setting .dropdown-switcher {
    border: 1px solid #dfdfdf;
    position: absolute;
    z-index: 34;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    min-width: 360px;
    padding: 55px 65px;
    text-align: left;
    top: 100%;
    right: 0;
}
.tool-header .header-setting .dropdown-switcher.toggle-content {
    display: none;
}
.tool-header .header-setting .dropdown-switcher .toggle-content.visible {
    display: block;
}
.settting-switcher, .top-links {
    float: left;
}
.top-links li, .top-links .or {
    margin: 0;
    float: left;
}
.header .header-setting .icon-setting {
    cursor: pointer;
}
.header .top-form-language .dropdown-toggle .dropdown-icon, .header .top-form-language .dropdown-toggle .value, .header .top-form-language .dropdown-toggle .caret, .header .currency_top .dropdown-toggle .dropdown-icon, .header .currency_top .dropdown-toggle .value, .header .currency_top .dropdown-toggle .caret {
    display: inline-block;
    cursor: pointer
}
.header .top-form-language .dropdown-toggle .dropdown-icon {
    background-position: 0 3px;
    background-repeat: no-repeat;
    font-size: 100%
}
.header .top-form-language .dropdown-toggle .value, .header .currency_top .dropdown-toggle .label, .header .currency_top .dropdown-toggle .value {
    font-size: 13px;
    color: #fff;
    padding-right: 15px;
    padding-left: 2px
}
.header .currency_top .dropdown-toggle .label {
    display: none
}
.header .header-search .dropdown-switcher {
    min-width: 430px;
    padding: 45px 50px 58px;
}
.header .header-search .dropdown-switcher.toggle-content {
    display: none;
}
.header .header-search .dropdown-switcher .toggle-content.visible {
    display: block;
}
.header .currency_top .label, .header .top-form-language .label {
    position: static;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 18px;
    font-weight: normal;
}
.header .currency_top .label span, .header .top-form-language .label span {
    position: static;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 18px;
    font-weight: normal;
    display: block;
}
.header .top-form-language .current .label, .header .top-form-language li:hover .label {
    border-bottom: 2px solid #d22753;
}
.header .top-form-language .dropdown-switcher li a, .header .currency_top .dropdown-switcher li a {
    font-size: 13px;
    font-weight: 300;
    color: #666;
    text-decoration: none;
    display: block
}
.header .top-form-language .switcher-option, .header .top-form-language .action strong {
    float: left;
    line-height: 30px;
}
.header .top-form-language .action .switcher-option {
    padding-left: 17px;
}
.header .top-form-language .switcher-option a {
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 100%;
    padding: 5px 12px;
}
.header-element-content-inner {
    border-top: 1px solid #e5e5e5;
    padding: 25px 0;
}
.header-element-content-inner.top-form-language {
    padding-bottom: 0px;
}
.dropdown.options.switcher-options {
    position: static;
}
.page-footer .switcher .options .action.toggle:after {
    color: inherit;
    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 17px;
    font-weight: normal;
    margin: 0 0 0 10px;
    overflow: hidden;
    vertical-align: top;
}
.page-header .switcher .options .action.toggle.active:after, .page-footer .switcher .options .action.toggle.active:after {
    content: "\f107";
}
.page-header .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown {
    border-width: 1px;
    border-style: solid;
    border-color: #bbb;
    background: #ffffff none repeat scroll 0 0;
    display: none;
    margin: 5px 0 0;
    padding: 5px 0px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
}
.page-header .switcher .options ul.dropdown li, .page-footer .switcher .options ul.dropdown li {
    float: none;
    line-height: normal;
    padding: 8px 15px 8px 10px;
}
.page-header .top-form-language .switcher .options ul.dropdown li a, .page-footer .top-form-language .switcher .options ul.dropdown li a {
    font-size: 13px;
    color: #666;
}
.page-header .switcher .options ul.dropdown a, .page-footer .switcher .options ul.dropdown a {
    color: #666;
}
.page-header .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown::before, .page-header .switcher .options ul.dropdown::after, .page-footer .switcher .options ul.dropdown::after {
    border-bottom-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.page-header .switcher .options ul.dropdown::after, .page-footer .switcher .options ul.dropdown::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #bbbbbb;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    z-index: 98;
}
.page-header .switcher .options ul.dropdown::after, .page-footer .switcher .options ul.dropdown::after {
    left: 9px;
    top: -14px;
}
.page-header .switcher .options ul.dropdown::before, .page-footer .switcher .options ul.dropdown::before, .page-header .switcher .options ul.dropdown::after, .page-footer .switcher .options ul.dropdown::after {
    border-bottom-style: solid;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    width: 0;
}
.page-header .switcher .options ul.dropdown::before, .page-footer .switcher .options ul.dropdown::before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    z-index: 99;
}
.page-header .switcher .options ul.dropdown::before, .page-footer .switcher .options ul.dropdown::before {
    left: 10px;
    top: -12px;
}
.currency_top, .top-form-language {
    clear: both;
    position: relative;
}
.top-form-language .language .dropdown span, .page-header .top-form-language .switcher .options ul.dropdown a {
    background-position: left center;
    background-repeat: no-repeat;
    line-height: normal;
    padding: 5px 12px;
    font-size: 100%;
}
.currency_top {
    margin-left: 5px;
}
.header .currency_top .switcher-option a, .header .currency_top .action strong span {
    line-height: 36px;
    font-size: 13px;
    color: #aaa;
}
.page-header .switcher .options ul.dropdown li:hover, .page-footer .switcher .options ul.dropdown li:hover {
    background-color: transparent;
}
.title-element {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 18px;
    font-weight: normal;
}
.dropdown-link li .or {
    line-height: 36px;
    padding: 0px 2px;
}
.dropdown-link li {
    display: block;
    margin: 0;
    float: left;
}
.dropdown-link .header.links li {
    float: none;
}
.dropdown-link .header.links li:nth-child(2) {
    display: none;
}
.dropdown-link .top-link {
    clear: both;
    padding-bottom: 25px;
}
.header .links {
    margin: 0px;
    padding: 0px
}
.switcher-options strong span {
    font-size: 13px;
    color: #666;
}
.header.links {
    margin: 0;
    padding: 0;
}
.dropdown-link li a, .dropdown-link li strong {
    display: block;
    font-size: 13px;
    line-height: 36px;
    font-weight: normal;
    padding: 0;
    text-transform: uppercase;
}
.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right
}
.header-container .top-container a {
    font-size: 11px;
    color: #ebbc58
}
.minict_wrapper {
    border-radius: 3px;
    background: #f3f3f3!important;
    border: 1px solid #ededed;
    width: 130px
}
.minict_wrapper input {
    color: #666
}
.minict_wrapper.bubble:after {
    border: 0;
    box-shadow: none
}
.form-language label {
    display: none
}
.icon-search .fa {
    text-align: center;
    vertical-align: middle;
    padding: 0 5px 0 0;
    color: #aaa;
}
.cms-index-index .alo-breadcrumbs {
    display: none;
}
.content-cart .minicart-wrapper .showcart .counter-label {
    position: static;
    display: none;
}
.content-cart .minicart-wrapper .showcart .cart-title {
    position: static;
    display: none;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    vertical-align: middle;
    color: #555;
    width: auto;
    height: auto;
    overflow: visible;
}
.content-cart .minicart-wrapper .showcart .crat-icon {
    position: relative;
}
.content-cart .minicart-wrapper .showcart .counter-number {
    background-color: #df5c53;
    color: #ffffff;
    border-radius: 50%;
    height: 20px;
    line-height: 15px;
    padding: 0;
    position: absolute;
    right: 3px;
    text-align: center;
    bottom: -8px;
    width: 20px;
    z-index: 2;
}
.minicart-wrapper {
    margin: 0px !important;
}
.minicart-wrapper .action.showcart .amount .price {
    color: #444;
}
.minicart-wrapper .icons {
    vertical-align: top;
    display: inline-block;
    color: #666666;
    font-weight: 500;
    font-size: 22px;
    padding: 0 3px 0 0;
    position: relative;
}
.minicart-wrapper .action.showcart .counter.qty {
    padding: 0;
    margin: 0;
    background-color: transparent;
    min-width: auto;
    display: inherit;
}
.minicart-wrapper .block-minicart {
    border: 1px solid #dfdfdf;
    display: none;
    z-index: 99999;
    position: absolute;
    top: 100%;
    padding: 45px 50px 58px 50px;
    min-width: 430px;
    margin: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}
.block.block-minicart .block-content {
    background-color: transparent;
    border: 0;
    padding: 0;
    text-align: center;
}
.minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after {
    border-bottom-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
    display: none;
}
.minicart-wrapper .block-minicart:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ddd;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    z-index: 98;
}
.minicart-wrapper .block-minicart:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    border-image: none;
    border-style: solid;
    border-width: 6px;
    z-index: 99;
}
.minicart-wrapper .block-minicart:after {
    left: auto;
    right: 25px;
    top: -14px;
}
.minicart-wrapper .block-minicart:before {
    left: auto;
    right: 26px;
    top: -12px;
}
.block-minicart .subtitle.empty {
    font-weight: normal;
    text-transform: inherit;
    text-align: left;
}
.block-minicart .subtitle.empty span {
    font-size: 16px;
}
.minicart-wrapper .block-minicart .block-title {
    display: none;
}
.block-minicart .items-total, .block-minicart .subtotal {
    margin: 0;
    display: inline-block;
    float: none;
}
.block-minicart .subtotal .label {
    color: #666;
    font-weight: normal;
    padding: 0;
    display: inline-block;
}
.block-minicart .subtotal .label span, .block-minicart .items-total span, .block-minicart .subtotal span {
    font-size: 15px;
}
.block-minicart .subtotal .amount {
    display: inline-block;
}
.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 16px;
    font-weight: normal;
}
.block-minicart .block-content > .actions {
    padding: 0;
}
.block-minicart .block-content > .actions .secondary .viewcart {
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    display: block;
    text-align: center;
    float: none;
    color: #16a803;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 2px 15px;
    line-height: 110%;
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: center;
}
.block-minicart .block-content > .actions .secondary .viewcart span {
    font-size: 17px;
    font-weight: 700;
    text-transform: none;
}
header .minicart-items .product-item-details .details-qty {
    margin-top: 7px;
}
header .minicart-items .product-item-name a {
    font-size: 14px;
}
.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;
    line-height: 35px;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%;
    font-weight: 700;
    font-size: 100%;
    background: #16a803;
    font-size: 18px;
}
.minicart-items-wrapper {
    margin: 0;
    padding: 15px 0;
    border: 0;
    overflow-x: auto;
}
.minicart-items-wrapper .product-item-photo {
    display: block;
    overflow: hidden;
    position: relative;
}
.minicart-items .product-item-details {
    text-align: left;
    padding-left: 100px;
}
.minicart-items .product-item-details .product.options {
    font-size: 14px;
}
.minicart-items .product-item-name {
    margin: 0 0 5px;
    height: auto;
    line-height: 20px;
    overflow: visible;
    text-overflow: inherit;
    white-space: inherit;
    font-size: 13px;
}
.minicart-items .product-item-name a {
    font-size: 16px;
}
.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: #000;
    font-size: 14px;
}
.label {
    color: #666666;
    font-size: 13px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}
.minicart-items .action.edit::before, .minicart-items .action.delete::before, .cart.table-wrapper .actions-toolbar > .action-delete::before, .cart.table-wrapper .actions-toolbar > .action-edit::before {
    color: #000;
    content: "\f040";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    opacity: 0.3;
}
.minicart-items .action.delete::before, .cart.table-wrapper .actions-toolbar > .action-delete::before {
    content: "\f014";
    font-size: 28px;
    line-height: 28px;
}
.minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before, .cart.table-wrapper .actions-toolbar > .action-delete:hover:before, .cart.table-wrapper .actions-toolbar > .action-edit:hover:before {
    opacity: 1;
}
.minicart-wrapper .product .actions > .primary, .cart.table-wrapper .actions-toolbar > .action-edit {
    margin-right: 10px;
}
.cart.table-wrapper .actions-toolbar > .action-towishlist {
    margin-right: 10px;
    vertical-align: middle;
}
.minicart-items .action.edit > span, .minicart-items .action.delete > span, .cart.table-wrapper .actions-toolbar > .action-delete > span, .cart.table-wrapper .actions-toolbar > .action-edit > span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.minicart-wrapper .action.close {
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    display: inline-block;
    font-weight: 400;
    height: 20px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 20px;
    color: #000000;
    opacity: 0.2;
}
.minicart-wrapper .action.close::before {
    color: inherit;
    content: "\f00d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}
.minicart-wrapper .action.close > span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.minicart-wrapper .action.close:hover {
    opacity: 1;
    background-color: transparent;
}
.minicart-items .product-item {
    margin: 0;
    padding: 15px 0;
}
.minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #dfdfdf;
}
.minicart-wrapper .minicart-widgets {
    margin: 0;
}
.block-minicart.empty.ui-dialog-content .paypal {
    float: none;
}
.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    display: inline-block;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
}
.modal-custom .action-close::before, .modal-popup .action-close::before, .modal-slide .action-close::before {
    color: #000;
    content: "\f00d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}
.modal-custom .action-close > span, .modal-popup .action-close > span, .modal-slide .action-close > span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.modal-popup .action-close {
    padding: 0 10px;
}
/* ======================================================================================= */
.block-related .block-title strong, .block.filter .filter-title strong, .box-up-sell .block-title strong, .crosssell strong, .alo-brands .item span, .block-title-tabs span, .magictabs .item .title, .sidebar .block .block-title strong, .testimonials h3 span {
    color: #000;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    position: relative;
    font-weight: normal;
}
.support .box-services .media-body p, .account-login .content p {
    color: #555
}
/* Style Slide =============================================================================== */
.container {
    padding-left: 0;
    padding-right: 0;
}
.home-slider .slick-slide .figcaption .caption1, .home-slider .slick-slide .figcaption .caption2, .home-slider .slick-slide .figcaption .caption3, .home-slider .slick-slide .figcaption .caption4 {
    display: none;
}
.slick-initialized .slick-slide, .slide-showcase {
    position: relative;
}
.slide-showcase .slick-slider {
    margin-bottom: 0;
}
.home-slider >.item:nth-child(n+2), .home-slider >.item .figcaption {
    display: none;
}
.home-slider >.item.slick-slide, .home-slider >.item.slick-slide .figcaption {
    display: block;
}
.home-slider .text-slide {
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-slider .slick-slide.slick-active .figcaption .caption1 {
    opacity: 1;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: normal;
    line-height: 25px;
    display: block;
}
.home-slider .slick-slide.slick-active .figcaption .caption1 span {
    font-size: 50px;
    text-transform: uppercase;
}
.home-slider .slick-slide.slick-active .figcaption .caption1 {
    -moz-animation: fadeInRight 0.8s ease-in 1.3s backwards;
    -webkit-animation: fadeInRight 0.8s ease-in 1s backwards;
    animation: fadeInRight 0.8s ease-in 1s backwards;
}
.home-slider .slick-slide.slick-active .figcaption .caption2 {
    opacity: 1;
    font-weight: 600;
    font-size: 40px;
    margin: 5px 0 0px;
    line-height: normal;
    display: block;
    text-transform: uppercase;
}
.home-slider .slick-slide.slick-active .figcaption .caption2 {
    -moz-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    -webkit-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    animation: fadeInLeft 0.8s ease-in 1.5s backwards;
}
.home-slider .slick-slide.slick-active .figcaption .caption3 {
    opacity: 1;
    color: #000000;
    font-size: 20px;
    margin: 0;
    line-height: 20px;
    font-weight: normal;
    display: block;
}
.home-slider .slick-slide.slick-active .figcaption .caption3 {
    -moz-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    -webkit-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    animation: fadeInUp 0.8s ease-in 1.7s backwards;
}
.home-slider .slick-slide.slick-active .figcaption .caption4 {
    opacity: 1;
    display: block;
    -moz-animation: fadeInLeft 0.8s ease-in 2s backwards;
    -webkit-animation: fadeInLeft 0.8s ease-in 2s backwards;
    animation: fadeInLeft 0.8s ease-in 2s backwards;
}
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3 {
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    text-transform: capitalize;
    line-height: 24px;
}
.home-slider .slick-slide.slick-active .figcaption .btn-shop {
    padding: 0px 25px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
    background-color: #000;
    font-weight: normal;
    font-size: 16px;
    margin-top: 25px;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
}
.home-slider .slick-prev {
    transform: translate(50px, 0px);
    -moz-transform: translate(50px, 0px);
    -webkit-transform: translate(50px, 0px);
    -o-transform: translate(50px, 0px);
    -ms-transform: translate(50px, 0px);
}
.home-slider .slick-next {
    transform: translate(-50px, 0px);
    -moz-transform: translate(-50px, 0px);
    -webkit-transform: translate(-50px, 0px);
    -o-transform: translate(-50px, 0px);
    -ms-transform: translate(-50px, 0px);
}
.home-slider .slick-arrow {
    border-radius: 0;
    border-width: 0px;
    top: 45%;
    width: 60px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.home-slider .slick-arrow:before {
    line-height: 65px;
    font-size: 25px;
}
.home-slider .slick-prev {
    left: 0px;
}
.home-slider .slick-next {
    right: 0px;
}
.home-slider .slick-dots {
    bottom: 5px;
    margin: 0;
}
.home-slider:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.home-slider:hover .slick-next {
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
}
.home-slider:hover .slick-prev {
    transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
}
.hot-categories {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: 355px;
    height: 450px;
    overflow: auto;
}
.hot-categories .cate-box {
    position: relative;
    width: 220px;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 18px 8px;
    box-shadow: 0 0px 5px 0 rgba(50, 50, 50, 0.2);
}
.cate-box .cate-name-wrap .cate-name {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    padding-top: 2px;
}
.cate-box .cate-name-wrap .cate-desc {
    color: #888;
    font-size: 14px;
}
.cate-tit {
    position: relative;
}
.cate-box .div-1 {
    float: left;
    position: relative;
    z-index: 2;
}
.cate-box .div-2 {
    position: absolute;
    right: 0;
    z-index: 1;
}
.hot-cate-img {
    max-width: 85%;
}
.cate-box .cate-link {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid transparent;
    line-height: normal;
}
.cate-box .cate-link:after {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 6px;
}
.cate-box .cate-link:hover {
    color: #ff8400;
    border-bottom: 1px solid #ff8400;
}
/*--------------------Google Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .vmagicmenu.vertical-menu .block-vmagicmenu-content {
        padding-top: 7px;
    }
}
/*For Effec caption slick slider*/
@keyframes alothemes {
    from {
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
    }
    to {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/*End For Effec caption slick slider*/
.magicmenu .nav-desktop .level0.home .level-top {
    padding-left: 0;
}
.vmagicmenu.vertical-menu .level0 .level-top img {
    display: none;
}
.cms-index-index .header-container-fixed .vmagicmenu .block-vmagicmenu-content {
    opacity: 0;
    top: 80px;
    transition: all 300ms ease-in-out 0s;
    visibility: hidden;
}
.cms-index-index .header-container-fixed .vmagicmenu:hover .block-vmagicmenu-content {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.cms-index-index .vmagicmenu .block-vmagicmenu-content {
    opacity: 1;
    visibility: visible;
}
/* Static Block =============================================================================== */
.magiccart-column {
    padding-bottom: 20px;
    padding-top: 20px
}
/* Sidebar =============================================================================== */
.block {
    margin: 0 0 30px;
}
.block-reorder .actions a {
    clear: both;
    display: block;
    padding-top: 10px;
    padding-right: 10px;
}
.sidebar .block.block-progress {
    padding: 0;
}
.block .block-title, .col-left .magicproduct.mage-custom .item span {
    position: relative;
    margin: 0 0 37px;
    padding: 0;
    text-align: left;
    line-height: normal;
}
.sidebar .block .block-title strong {
    font-weight: normal;
}
.sidebar .block .block-title strong {
    font-size: 22px;
    padding: 0px;
    line-height: 30px;
    font-weight: normal;
}
.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:hover {
    color: #000
}
.block .empty {
    margin: 0;
    padding: 0px;
    color: #666666;
    font-size: 14px;
}
.col-left .magicproduct.mage-custom .item .title:before, .col-left .magicproduct.mage-custom .item .title:after {
    display: none;
}
.col-left .magicproduct.mage-custom .magictabs {
    margin: 0 !important;
    border: 0;
}
.col-left .magicproduct.mage-custom .content-products .item .images-container {
    padding-right: 0;
    padding-left: 0;
}
/* Mini Blocks */
.block-cart, .block-wishlist, .block-subscribe, .block-compare, .block-reorder, .block-poll, .block-gr-search, .block-viewed, .block-compared, .block-related, .block-tags, .block-login {
    font-size: 11px;
    line-height: 1.25
}
.block-cart .block-title strong, .block-wishlist .block-title strong, .block-subscribe .block-title strong, .block-compare .block-title strong, .block-reorder .block-title strong, .block-poll .block-title strong, .block-viewed .block-title strong, .block-compared .block-title strong, .block-related .block-title strong, .block-tags .block-title strong, .block-login .block-title strong {
    background-repeat: no-repeat
}
/* Block:Account */
.block-account {
    border-color: #bbb
}
.block-account .block-title {
    padding: 0
}
.block-account .block-content {
    padding: 0
}
.block-account .block-content li a {
    display: block;
    line-height: 30px;
    padding: 0px;
    text-decoration: none!important
}
.block-account .block-content li.last a {
    border-bottom: 0
}
.block-account .block-content li.current {
    padding: 0px;
    line-height: 30px;
    color: #ff3535
}
.block-account .block-content li.current.last {
    border-bottom: 0
}
.block-collapsible-nav .block-collapsible-nav-content .item {
    border-bottom: 1px solid #dfdfdf;
}
.block-collapsible-nav .block-collapsible-nav-content .item:first-child {
    border-top: 0;
}
.account .block .block-title {
    font-size: 30px;
    margin: 0px 0 25px;
    border: 0 none;
}
.account .box .box-title, .account .box .box-title, .account .box .box-actions{
    background:#FFF;
    border:0 none;
}
.account .block-dashboard-info{
    border-bottom: 1px solid #979797;
    padding-bottom: 35px;
    padding-left:15px;
    padding-right:15px;
}
.account .sidebar .block .block-title {
    margin: 0 0 30px;
}
.account .block .block-title strong {
    color: #000;
}
.box .box-title {
    color: #000;
    font-weight: 700;
    text-transform: none;
    font-size: 20px;
    margin: 0;
    padding: 0;
}

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

.account .box .box-content {
    border: 0 none;
    border-top: 0;
    font-size: 20px;
    min-height: 40px;
    padding: 10px 0;
    font-weight: 300;
}
.account .box .box-actions{
    padding:0;
}
.box .box-actions {
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-top: 0;
    margin: 0;
    padding: 10px 15px;
}
.account .box .box-title, .account .box .box-title span {
    color: #000;
    font-weight: 700;
    text-transform: none;
    font-size: 21px;
}

.block-collapsible-nav .item a:hover {
    background-color: transparent;
}
.block-collapsible-nav {
    margin-top: 35px;
    margin-bottom: 0;
}
.block-reorder .actions-toolbar {
    max-width: 100%;
}
.block-reorder .actions-toolbar .secondary {
    line-height: 35px;
}
.abs-blocks-2columns, .abs-discount-block-desktop .block, .login-container .block, .account .column.main .block:not(.widget) .block-content .box, .block-addresses-list .items.addresses > .item, .form-edit-account .fieldset, .form-address-edit .fieldset, .storecredit .block, .paypal-review-discount .block, .cart-discount .block {
    width: 48%;
}
.abs-discount-block-desktop .block:nth-child(1), .login-container .block:nth-child(1), .account .column.main .block:not(.widget) .block-content .box:nth-child(1), .block-addresses-list .items.addresses > .item:nth-child(1), .form-edit-account .fieldset:nth-child(1), .form-address-edit .fieldset:nth-child(1), .storecredit .block:nth-child(1), .paypal-review-discount .block:nth-child(1), .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
}
.abs-discount-block-desktop .block:nth-child(2), .login-container .block:nth-child(2), .account .column.main .block:not(.widget) .block-content .box:nth-child(2), .block-addresses-list .items.addresses > .item:nth-child(2), .form-edit-account .fieldset:nth-child(2), .form-address-edit .fieldset:nth-child(2), .storecredit .block:nth-child(2), .paypal-review-discount .block:nth-child(2), .cart-discount .block:nth-child(2) {
    float: right;
}
.block-collapsible-nav .item a::before, .block-collapsible-nav .item > strong::before {
    content: "\f0da";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
}
/* 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 */
.block-title.filter-title {
    display: none;
}
.filter-options .filter-options-content .item {
    color: #000;
    line-height: 35px;
    padding: 0px;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
.filter-options .filter-options-content .item:before {
    content: "\f0da";
    font-size: 12px;
    color: #e1e1e1;
    padding-right: 15px;
    vertical-align: top;
    font-family: FontAwesome;
}
.filter-options .filter-options-content .item:last-child {
    border: 0;
}
.filter-options .filter-options-content .item a {
    font-size: 16px;
    text-decoration: none;
}
.filter-options .filter-options-content .item a span {
    font-size: 16px;
    color: #000;
}
.filter-options .filter-options-content .item span.count {
    font-size: 14px;
    color: #aaa;
    float: right;
}
.filter-options .filter-options-title {
    clear: both;
    padding: 0px;
    position: relative;
    line-height: normal;
    margin: 0px;
    display: block;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    text-transform: capitalize;
    color: #000;
}
.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: 0px;
    margin-bottom: 15px;
}
.filter-options .narrow-by:last-child .filter-options-content {
    border: 0 none;
    margin: 0;
    padding-bottom: 0;
}
.filter-options .filter-options-content .swatch-attribute {
    padding-top: 10px;
}
.block .filter-content .block-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
}
.filter-label::after {
    content: ": ";
}
.filter-current .item {
    position: relative;
    z-index: 1;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
    color: #444444;
}
.filter-current .action.remove {
    position: absolute;
    right: 0px;
    top: 0px;
}
.filter-content .filter-current .item .action.remove:before {
    color: #ccc;
    content: "\f00d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.filter-content .filter-current .item .action.remove:hover:before {
    color: #000;
}
.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-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: #000;}
.filter-content .toggle-tab:before{content: "";font-family: FontAwesome;}
.filter-content .toggle-visible .toggle-tab:before{content: "";}
.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: 100%;
    float: none;
    margin-left: 0;
    padding: 0;
    border: 0 none;
    position: relative;
    min-height: 160px;
    clear: both;
    border-top: 1px solid #f3f3f3;
    padding-top:15px;
}
.wishlist-index-index .products-grid.wishlist .product-item-info {
    width: 100%;
    position:relative;
}
.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 {
    padding-top: 25px;
}
.block-related .block-title {
    margin-bottom: 10px;
}
.block-related .block-title strong {
    padding: 0;
}
.block.block-related .block-content .padding-none {
    padding: 0;
}
.block.block-related .block-subtitle {
    padding: 0px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #000;
}
.block.block-related .block-subtitle .action.select {
    border: 0;
    line-height: normal;
    height: auto;
    padding: 0;
    background-color: transparent;
}
.block.block-related .block-subtitle .action.select span {
    text-transform: lowercase;
    color: #888;
    font-size: 16px;
}
.block.block-related .block-subtitle .action.select span:hover {
    color: #000;
}
.block-related input.checkbox {
    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-related .choice.related {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #0070C9;
    border-radius: 50%;
    line-height: 29px;
}
.catalog-product-view .page-main-pal.container {
    max-width: 100%;
    padding: 0;
}
.catalog-product-view .page-main-pal .alocolumns {
    max-width: 100%;
}
.catalog-product-view .product-essential, .catalog-product-view .block-related.related {
    max-width: 1280px;
    margin: 0 auto;
}
.block.crosssell {
    margin-bottom: 40px;
}
.block.box-up-sell .block-title, .crosssell .block-title {
    text-align: left;
    margin-bottom: 50px;
}
.crosssell .block-title strong, .block-related .block-title strong, .box-up-sell .block-title strong {
    font-size: 22px;
    font-weight: normal;
    padding: 0;
}
.block.block-related {
    margin-bottom: 50px !important;
}
.block.box-up-sell {
    margin-bottom: 0px !important;
}
.block.block-related .field.choice.related {
    clear: both;
}
.block.block-related .products-textlink, .block.box-up-sell .products-textlink, .crosssell .products-textlink {
    padding-bottom: 10px
}
.block.block-related .item:hover .actions .show-box, .block.box-up-sell .item:hover .actions .show-box, .crosssell .item:hover .actions .show-box {
    bottom: -60px;
}
.block.block-related .block-content, .block.box-up-sell .block-content, .block.crosssell .block-content {
    border: 0;
    padding: 0;
    background-color: transparent;
}
/* Block:Compare Products */
.cms-index-index .block-compare {
    display: none
}
.sidebar .product-items .product-item {
    float: none;
    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: "";
    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: #000;
}
/* 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 {
    background-color: transparent;
    background-image: url("../images/alothemes/bg-newsletter.jpg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 45px 0 15px;
    text-align: center;
}
.block-subscribe .block-content {
    background-color: transparent;
    padding: 10px 0;
    margin-right: 80px;
    display: inline-block;
    float: right;
}
.block-content .form-subscribe-header {
    display: none;
    margin: 0 45px 0 0;
    vertical-align: top;
}
.block-content .form-subscribe-header .title-label-newsletter {
    color: #000000;
    font-size: 20px;
    line-height: 42px;
    text-transform: capitalize;
}
.block-subscribe .block-title {
    margin: 0 0 5px;
    text-align: left;
    padding-left: 15px;
}
.block-subscribe .block-title strong {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
}
.block-subscribe .block-title strong:before {
    content: "\f003";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 5px;
}
.block-subscribe .visible {
    position: relative;
}
.block-subscribe label {
    font-size: 13px;
    margin: 0 0 25px 0
}
.block-subscribe .input-box {
    text-align: left;
    margin: 0;
    display: inline-block;
}
.block-subscribe input.input-text {
    background-color: transparent !important;
    display: block;
    height: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0px;
    min-width: 260px;
    border-width: 0 0 1px;
    border-style: solid;
    float: left;
    font-size: 13px;
    border-radius: 0;
}
.block-subscribe input.input-text:focus {
    box-shadow: none;
}
.block-subscribe .actions {
    padding: 0;
    margin: 0px;
    text-align: center;
}
.block-subscribe .actions button.button {
    border-style: solid;
    border-width: 1px;
    border-radius: 0;
    padding: 0 25px;
    height: 46px;
    line-height: 46px;
}
.block-subscribe .actions button.button span {
    height: 46px;
    line-height: 46px;
    font-size: 13px;
}
.block-subscribe .actions button.button span span {
    padding: 0px;
}
.block-subscribe .control .mage-error {
    margin: 0;
}
.block-content .form-subscribe-header .title-label-newsletter, .block-subscribe .block-title strong {
}
/* Block:popup-newsletter */
#popup-newsletter {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
#fancybox-close, .fancybox-close {
    height: 25px !important;
    width: 25px !important;
    top: 5px !important;
    right: 5px !important;
}
#popup-newsletter .form-subscribe-header label {
    font-size: 16px;
    line-height: 23px;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
}
#popup-newsletter .form-subscribe-header {
    margin: 0;
    display: block;
}
#popup-newsletter .subscribe-bottom {
    display: block;
    margin: 5px 0px 0;
    padding: 0px;
    font-size: 13px;
}
#popup-newsletter .subscribe-bottom input {
    margin: 0 5px 1px 0;
    vertical-align: -2px;
}
#popup-newsletter .block-content .input-box {
    width: 100%;
}
#popup-newsletter .block-content input.input-text {
    border-width: 1px;
    border-style: solid;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-top: 60px;
    padding: 10px 20px;
    width: auto;
    min-width: 320px;
    float: left;
    font-size: 13px;
    text-align: left;
}
#popup-newsletter .block-content .actions {
    padding: 20px 0 0;
    vertical-align: top;
    clear: both;
}
#popup-newsletter .block-content button.button span {
    padding: 0px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
}
#popup-newsletter .block-content button.button {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
}
#popup-newsletter .block-content button.button span span {
    padding: 0;
}
#popup-newsletter .block-content {
    float: left;
    margin: 0;
    padding: 75px 0 30px 30px;
    text-align: left;
    width: 40%;
}
#popup-newsletter .block-content .block-title strong {
    font-size: 30px;
    margin: 0 0 12px;
}
#popup-newsletter .block-content .block-title strong {
    font-family: "Montserrat", sans-serif;
}
/* Block:Reorder */
.block-reorder input.checkbox {
    float: left;
    margin: 0;
    min-height: 10px
}
.block-reorder .product-name {
    margin-left: 20px
}
.block-reorder .validation-advice {
    margin: 3px 9px 7px
}
.block-reorder .product-name a {
    color: #666;
    text-decoration: none
}
/* Block:Login */
.block-login .block-title strong {
    background-image: url(../images/i_ma-info.gif)
}
.block-login .block-content {
    padding: 5px 10px
}
.block-login label {
    font-weight: bold;
    color: #666
}
.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0
}
.block-login .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0
}
.block-login .actions button.button span {
    border-color: #406a83;
    background: #618499
}
.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    margin-bottom: 40px;
    padding: 30px 20px;
    display: block;
}
.login-container .block-content {
    padding: 0;
    border: 0;
}
.login-container .block-content p, .login-container .block-content .field.note {
    font-size: 14px;
    color: #666;
}
.login-container .block-content input.input-text {
    height: 43px;
}
.login-container .actions-toolbar {
    margin-top: 25px;
}
.login-container .block-new-customer .actions-toolbar {
    margin-top: 30px;
}
.form.create.account {
    padding: 0 0 30px;
}
.login-container .block .block-content {
    margin: 0;
    background-color: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    min-height: 405px;
    padding: 25px 30px;
}
.customer-account-login .page-title {
    margin: 25px 0;
    font-size: 100%;
}
.customer-account-login .page-title span {
    font-size: 14px;
    line-height: 40px;
    color: #000;
    font-weight: bold;
}
.customer-account-create .page-title {
    margin: 25px 0;
}
.login-container .block .block-title {
    padding-bottom: 30px;
    border: 0;
}
.login-container .block .block-title strong {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0px;
    text-transform: uppercase;
    color: #000;
}
._has-datepicker ~ .ui-datepicker-trigger {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: block;
    text-decoration: none;
    display: inline-block;
    margin-top: -4px;
    vertical-align: middle;
}
._has-datepicker ~ .ui-datepicker-trigger:before {
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
    line-height: 23px;
    color: #7d7d7d;
    content: '\f073';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
._has-datepicker ~ .ui-datepicker-trigger > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* Paypal */
.sidebar .paypal-logo {
    display: none;
    margin: 10px 0;
    text-align: center
}
.sidebar .paypal-logo a {
    float: none
}
/* ======================================================================================= */
/* Block:New and Sale */
.sticker {
    position: absolute;
    top: 20px;
    z-index: 1;
}
.sticker.top-right {
    right: 20px;
}
.sticker.top-left {
    left: 20px;
}
.labelnew, .labelsale {
    display: block;
    line-height: 28px;
    padding: 0px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: normal;
}
/* Block:testimonials */
.block_testimonials {
    background-color: transparent;
    background-image: url("../images/alothemes/bg-testimonials.jpg");
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin: 0 0 100px;
    padding: 95px 0px;
    text-align: center;
}
.testimonials h3.title {
    text-align: center;
}
.testimonials h3 span {
    color: #fff;
}
.testimonials .customer {
    width: 70px;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.testimonials .rating-box {
    clear: both
}
.testimonial li {
    text-align: center;
}
.testimonial_text {
    width: 65%;
    color: #fff;
    text-align: left;
    padding: 0 0 0 20px;
    display: inline-block;
}
.testimonial .name {
    letter-spacing: 1px;
}
.testimonials .title span {
    color: #ffffff;
    font-size: 20px;
}
.testimonials .title-name {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    margin: 0;
    padding: 10px 0 0;
    letter-spacing: 2px;
}
.testimonials .title-name:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #929291;
    height: 1px;
    width: 75px;
}
.testimonial_text .sub-text {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.alo-testimonial .testimonial_text {
    padding: 0px;
    margin: 0
}
.testimonial_text a {
    color: #ff5555;
    text-decoration: underline
}
.testimonial_text a span {
    color: #ccc
}
.testimonial_text a:hover span {
    color: #b2d36e
}
.alo-testimonial ul {
    padding: 0;
    margin: 0;
}
.submit-testimonial {
    margin: 10px 0 0
}
.bg-parallax {
    background-attachment: fixed;
    background-position: center center !important;
    background-repeat: no-repeat;
}
/* Block:backtotop */
.product-view .product-collateral .box-collateral {
    display: none
}
.product-view .product-collateral .box-collateral.active {
    display: block
}
#backtotop {
    bottom: 30px;
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    position: fixed;
    right: 30px;
    text-align: center;
    text-decoration: none;
    z-index: 50;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
#backtotop .fa {
    font-size: 20px;
    display: block;
    line-height: normal;
}
#backtotop:hover {
    background: none repeat scroll 0 0 #000;
    color: #fff
}
.back-to-top {
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: top;
}
/* Block:banner */
.title-desc-banner-ads {
    padding: 136px 0 80px;
}
.title-desc-banner-ads .banner-boder-zoom {
    overflow: hidden;
}
.title-desc-banner-ads .banner-boder-zoom img {
    -webkit-transition: all 0.6s ease, -webkit-transform 0.6s ease;
    -moz-transition: all 0.6s ease, -moz-transform 0.6s ease;
    -ms-transition: all 0.6s ease, -ms-transform 0.6s ease;
    -o-transition: all 0.6s ease, -o-transform 0.6s ease;
    transition: all 0.6s ease, transform 0.6s ease;
}
.title-desc-banner-ads .banner-boder-zoom:hover img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.title-desc-banner-ads .video-banner .banner-boder-zoom:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.banner-block {
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.banner-block img {
    width: 100%;
}
.banner-block > a:before {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 0;
}
.banner-block:hover > a:before {
    width: 50%;
}
.banner-block > a:after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 0;
}
.banner-block:hover >a:after {
    width: 50%;
}
.banner-block-style_5 .banner-block-content {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50% scale(0));
    transform: translateX(-50%) translateY(-50%) scale(0);
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    z-index: 1;
}
.banner-block-style_5:hover .banner-block-content {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50% scale(1));
    transform: translateX(-50%) translateY(-50%) scale(1);
}
.banner-block-content .banner-link {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    padding: 15px;
    text-transform: uppercase;
}
.block-banner {
    padding-bottom: 50px;
}
.banner-box-content {
    padding: 18px 10px;
    text-align: center;
}
.banner-box-wrap > a {
    overflow: hidden;
    position: relative;
    display: block;
}
.banner-box-wrap:hover > a {
    opacity: 0.8;
}
.banner-box-wrap > a:before {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    z-index: -10;
}
.banner-box-wrap:hover > a:before {
    opacity: 1;
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    z-index: 9;
}
.banner-box-wrap > a:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    z-index: -10;
}
.banner-box-wrap:hover > a:after {
    opacity: 1;
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    z-index: 9;
}
.banner-box-wrap > a img {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.banner-box-wrap > a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.banner-box-wrap.banner-text > a:hover img {
    transform: none;
}
.banner-box-content .banner-title {
    margin: 0 0 5px;
}
.banner-box-content .banner-title a {
    text-transform: uppercase;
    color: #000000;
    font-size: 17px;
    font-weight: 700;
}
.banner-box-content .banner-title a:hover {
    color: #df5c53;
}
.banner-box-content .banner-desc {
    color: #aaaaaa;
    margin: 0;
    font-size: 14px;
}
.banner-block-content .banner-link, .banner-box-content .banner-title a {
}
.post-primary {
    padding: 45px 0 40px;
}
.post-primary .banner-box-wrap {
    position: relative;
}
.post-primary .banner-box-content {
    position: absolute;
    bottom: 30px;
    left: 35px;
    padding: 0;
    text-align: left;
}
.post-primary .banner-box-content .banner-title a, .post-primary .banner-box-content .banner-desc {
    color: #fff;
}
/* Block: service */
.service {
    padding: 30px 0 50px;
}
.service .service-item {
    text-align: center;
}
.service-item .icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
}
.service-item .icon span {
    color: #e2e2e2;
    font-size: 50px;
    line-height: 50px;
}
.service-item .info {
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.service-item .box-title {
    margin: 0px;
    color: #000000;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: normal;
}
.service .service-item .info .box-desc {
    font-size: 14px;
    line-height: 18px;
    color: #888;
}
.service .service-item:hover .icon span {
    color: #000;
}
.service .service-item:hover .icon {
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}
/* 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-content.fusion-clearfix {
    clear: both;
}
.bottomborder {
    display: none !important;
}
.our-story .block-title {
    text-align: center;
    width: 66.66666666666666%;
    padding-bottom: 120px;
    margin: 0 auto;
}
.our-story .block-title h2, .page-team-content .block-title h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
    margin: 0 0 26px;
    padding: 0 0 20px;
    position: relative;
    color: #000;
}
.our-story .block-title h2:before {
    border-bottom: 1px solid #aaaaaa;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 84px;
}
.our-story .block-title p {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}
.our-story .block-content p {
    line-height: 30px;
    margin: 0 0 24px;
    color: #888;
    font-size: 16px;
}
.title-icon-heading {
    color: #000000;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 18px;
}
.title-icon-heading:before {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 18px;
    color: #df5c53;
    padding-right: 40px;
}
.our-story .block-content .icon-heading-content, .our-story .block-content .icon-heading-wrap {
    margin-top: 30px;
}
.our-story .block-content .icon-heading-content p, .our-story .block-content .icon-heading-wrap p {
    padding: 0 0 0 58px;
}
.page-team-content {
    padding: 80px 0 0 0;
}
.page-team-content .block-title {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 70px 0 10px;
}
.team-item {
    position: relative;
}
.team-item:hover .team-item-content {
    opacity: 1;
    visibility: visible;
}
.team-item-content {
    bottom: 25px;
    left: 30px;
    position: absolute;
    right: 20px;
    opacity: 0;
    visibility: hidden;
}
.page-team-content .sub-text {
    color: #888;
    font-size: 14px;
    margin: 0 auto 50px;
    width: 900px;
}
.page-team-content .team-name {
    margin: 10px 0 5px;
}
.page-team-content .team-name a {
    font-size: 18px;
    color: #fff;
}
.page-team-content .team-name a:hover {
    text-decoration: underline;
}
.page-team-content .team-item .team-desc {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
}
/* Home Products Page ========================================================================= */
.featured-product-tab .magictabs .item .title {
    padding: 0px;
}
.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: 46%;
    padding: 0;
    position: absolute;
    z-index: 34;
    animation: 1.2s ease-in-out 0s normal none infinite tp-rotateplane;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 0px;
    width: 50px;
    height: 50px;
}
.magictabs .item {
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.magictabs .item .title {
    cursor: pointer;
    color: #000;
    padding: 0 15px;
    line-height: 40px;
}
ul.magictabs {
    padding: 0
}
.content-products {
    clear: both;
    margin: 0 0 30px;
}
.box-products .slick-slide img {
    width: 100%;
}
.content-products .products .slick-arrow {
    top: 35%;
}
.shopbrand .slick-arrow, .alo-blog .slick-arrow, .content-products .products .slick-arrow {
    opacity: 0;
    visibility: hidden;
    transition: all 350ms ease 0s;
}
.shopbrand:hover .slick-arrow, .content-products:hover .products .slick-arrow, .block-related:hover .products .slick-arrow, .box-up-sell:hover .products .slick-arrow, .alo-blog:hover .block-content .slick-arrow {
    opacity: 1;
    visibility: visible;
}
.alo-blog:hover .block-content .slick-prev, .shopbrand:hover .slick-prev {
    left: -30px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.content-products:hover .products .slick-prev {
    left: -30px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.alo-blog:hover .block-content .slick-next, .shopbrand:hover .slick-next {
    right: -30px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.content-products:hover .products .slick-next {
    right: -30px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.block-related .products .slick-arrow, .box-up-sell .products .slick-arrow, .crosssell .products .slick-arrow, .post-bottom .related .products .slick-arrow {
    height: 30px;
    line-height: 25px;
    top: -95px;
    right: 10px !important;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.box-up-sell .products .slick-arrow, .crosssell .products .slick-arrow {
    top: -77px;
}
.post-bottom .related .products .slick-arrow {
    top: -75px;
}
.block-related .products .slick-prev.slick-arrow, .box-up-sell .products .slick-prev.slick-arrow, .crosssell .products .slick-prev.slick-arrow, .post-bottom .related .products .slick-prev.slick-arrow {
    left: auto;
    right: 50px !important;
}
.block-related .products .slick-arrow:before, .box-up-sell .products .slick-arrow:before, .crosssell .products .slick-arrow:before, .post-bottom .related .products .slick-arrow:before {
    line-height: 27px;
}
.content-products ul {
    padding: 0;
    margin: 0
}
.featured-product-tab .magictabs .item.activated .title, .featured-product-tab .magictabs .item:hover .title {
    color: #000000;
}
.alo-brand .shopbrand {
    margin-bottom: 0;
}
.shopbrand >.item:nth-child(n+2), .alo-blog >.item:nth-child(n+2) {
    display: none;
}
.shopbrand >.item.slick-slide, .alo-blog >.item.slick-slide {
    display: block;
}
.alo-brand .shopbrand .slick-prev, .alo-brand .shopbrand .slick-next {
    top: 25%;
}
.alo-brands .item span, .blogtabs .item span {
    padding: 0;
}
.alo-brands .footer li {
    padding: 0
}
.blog-post-view .sidebar.sidebar-additional, .blog-index-index .sidebar.sidebar-additional, .blog-index-index.page-layout-2columns-left .sidebar.sidebar-additional {
    padding-top: 0;
    width: 33.33333333% !important;
}
.blog-index-index.page-layout-2columns-left .column.main, .blog-index-index.page-layout-2columns-right .column.main, .blog-post-view.page-layout-2columns-right .column.main, .blog-post-view.page-layout-2columns-left .column.main {
    margin-top: 0;
    width: 66.66666667% !important;
}
@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}
@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}
/* magic category */
.block-title-tabs {
    margin-top: 25px;
    display: none;
}
.block-title-tabs h3 {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}
.magictabs {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    text-align: center;
}
.text-center {
    text-align: center;
}
.title-block {
    margin: 0px 0 5px;
    overflow: hidden;
}
.title-block span {
    color: #000000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 15px;
}
.box-products .title-block span:before {
    border-bottom: 1px solid #eeeeee;
    bottom: 5px;
    content: "";
    left: 100%;
    position: absolute;
    width: 9999px;
}
.box-products .title-block span:after {
    border-bottom: 1px solid #eeeeee;
    bottom: 5px;
    content: "";
    right: 100%;
    position: absolute;
    width: 9999px;
}
.desc-block {
    color: #888888;
    font-size: 16px;
    line-height: 30px;
}
.box-products .content-products {
    margin-bottom: 50px;
    margin-top: 50px;
}
.title-page {
    text-align: left;
}
.box-products .desc-block {
    color: #aaaaaa;
    font-family: "Great Vibes", cursive;
    font-size: 22px;
}
/* Category Page ========================================================================= */
.category-title {
    margin: 0 0 20px
}
.category-image {
    text-align: left;
    display: block;
    margin: 0px;
}
.category-image img {
    max-width: 100%;
    height: auto
}
.category-description {
    margin: 20px 0 0
}
.category-view {
    background-color: #eff0f2;
    margin-bottom: 90px;
    min-height: 460px;
    position: relative;
}
.page-products.catalog-category-view .breadcrumbs {
    background-image: none;
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pagecrumbs-title, .page-title-wrapper h1 span {
    color: #000;
    font-size: 24px;
    text-transform: none;
    margin: 0 0 15px;
}
@media (max-width: 1440px) {
    .category-view {
        min-height: 315px;
    }
    .breadcrumbs {
        padding: 110px 0;
    }
}
/* custom product ========================================================================= */
.block-custom-product, .block-custom-product .content-products {
    margin-bottom: 0;
}
.block-custom-product .images-container {
    padding: 0;
}
.block-custom-product .products-textlink {
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 0;
}
.block-custom-product .magictabs .item .title {
    background-color: transparent;
    padding: 0;
    color: #000000;
    cursor: text;
    font-weight: bold;
    line-height: 30px;
}
.block-custom-product .magictabs .item.activated .title, .block-custom-product .magictabs .item:hover .title {
    background-color: transparent;
    color: #000000;
}
.block-custom-product .magictabs .item {
    margin: 0;
    padding: 0;
    display: block;
}
.block-custom-product .magictabs {
    text-align: left;
    margin: 0 !important;
    float: none;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #dfdfdf;
}
.block-custom-product .content-products {
    margin-top: 30px;
    border: 1px solid #dfdfdf;
}
.sidebar .product-items .product-item-info {
    margin: 0 !important;
    padding: 0 10px !important;
}
.block-custom-product .product-items .product-item {
    margin-bottom: 10px;
}
.block-custom-product .product-items .product-item:last-child {
    margin: 0;
}
.block-custom-product .products-textlink .price-box .price {
    font-weight: bold;
}
.block-custom-product .actions-primary, .block-custom-product .add-to-links {
    display: inline-block;
    vertical-align: top;
}
.block-custom-product .item .button.btn-cart, .block-custom-product .item .button.btn-cart span, .block-custom-product .item .add-to-links a {
    background-color: transparent;
    border: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
    display: inline-block !important;
    color: #777;
}
.block-custom-product .add-to-links a .icons {
    width: 100%;
    font-size: 18px;
    display: block;
    height: 30px;
    line-height: 30px;
}
.block-custom-product .add-to-links a {
    position: relative;
    margin: 0;
}
.block-custom-product .add-to-links a:before {
    border-left: 1px solid #cccccc;
    content: "";
    height: 10px;
    left: 0px;
    position: absolute;
    top: 10px;
}
.sidebar .block-custom-product .product-items .product-item-info .product-item-photo {
    float: none;
}
.brand-image {
    background-color: #eaeaea;
    display: inline-block;
}
.brand-sale {
    margin-top: 25px;
}
.brand-sale .block-title h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}
.brand-box .box-content {
    border: 1px solid #dfdfdf;
    padding: 20px;
    margin-top: 30px;
}
.brand-box .box-content.brand-one {
    margin-top: 18px;
}
.brand-box .block-image, .brand-box .block-content-right {
    float: left;
}
.brand-box .block-image {
    width: 58%;
}
.brand-box .block-content-right {
    width: 42%;
    padding-left: 30px;
    padding-top: 30px;
}
.brand-box .products-textlink {
    margin-top: 25px;
    padding: 0;
}
.brand-box .products-textlink .product-name a {
    font-size: 16px;
}
.brand-box .products-textlink .special-price .price {
    font-size: 18px;
    font-weight: bold;
}
.brand-box .products-textlink .old-price .price {
    font-size: 16px;
}
.box-content .block-content-right .shop-now {
    margin-top: 60px;
    line-height: 31px;
    background-color: #ff8400;
    color: #fff;
    padding: 0 15px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    font-weight: bold;
    border-radius: 0 2px 2px 0;
}
.box-content .block-content-right .shop-now:hover {
    color: #fff;
}
.alo-blog .block-recent-posts .block-title {
    display: none;
}
.alo-blog .slick-arrow {
    top: 30%;
}
/* count down ========================================================================= */
.timer-view {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.timer-view .box {
    padding: 0px 10px;
    margin: 0px;
    float: left;
    position: relative;
    line-height: normal;
}
.timer-view .box:after {
    background: #000;
    height: 1px;
    width: 4px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-left: 8px;
}
.timer-view .timer-sec.box:after {
    display: none;
}
.timer-view .timer-day.box, .timer-view .timer-hour.box, .timer-view .timer-min.box {
    border-right: 0;
}
.timer-view .box span {
    font-size: 14px;
}
.timer-view .box span b {
    line-height: 18px;
    color: #da3838;
}
.timer-view .box span.title {
    text-transform: uppercase;
    color: #000;
}
.count-down-time {
    background-color: #e6e6e6;
    float: left;
    line-height: 31px;
    padding: 0 10px;
    margin-top: 60px;
}
.count-down-time .icon-clock {
    background: rgba(0, 0, 0, 0) url("../images/alothemes/icon-clock.png") no-repeat scroll center center;
    display: inline-block;
    height: 20px;
    text-indent: -999em;
    vertical-align: middle;
    width: 18px;
    margin-right: 10px;
}
.countdown {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
.timer-box {
    padding: 0px 10px;
    margin: 0px;
    float: left;
    position: relative;
    line-height: normal;
}
.timer-box:first-child {
    padding-left: 0;
}
.timer-box:after {
    background: #000;
    height: 1px;
    width: 4px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-left: 8px;
}
.timer-box:last-child:after {
    display: none;
}
.timer-box span {
    font-size: 14px;
}
.timer-box span b {
    line-height: 18px;
    color: #da3838;
}
.timer-box span.title {
    text-transform: uppercase;
    color: #000;
    padding-left: 2px;
}
/* View Type:Grid */
.category-products.grid .products {
    margin-right: -15px;
    margin-left: -15px;
}
.category-products.grid.products-grid .item {
    margin-bottom: 45px;
}
.grid.products-grid .item {
    text-align: center;
    float: left;
}
.column.main .products-grid .product-items {
    margin-bottom: 0;
}
.category-products .item img, .product-image img {
    display: block;
    height: auto;
    max-width: 100%;
}
.category-products.grid .item .product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
}
.category-products.grid .item .product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.category-products .products-grid .category-products-grid {
    margin: 0 0 30px
}
.product-image-photo, .slick-slide img {
    margin: 0 auto;
}
.products-grid {
    position: relative;
    z-index: 0;
}
.products-grid.last {
    border-bottom: 0
}
.products-grid .product-name {
    margin: 10px 0 3px;
    font-size: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: normal;
}
.products-grid .product-name a {
    font-size: 16px;
    line-height: 24px;
    outline: 0 none;
    text-decoration: none;
}
.product-item-name, .product.name a {
    font-weight: normal;
}
.products-grid .price-box {
    display: block;
    margin: 0px;
}
.products-grid .availability {
    line-height: 21px
}
.item .add-to-links {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}
.block-custom.block-custom2 .images-container .actions-no .button.btn-cart {
    width: 100%;
}
.item .add-to-links a {
    display: block;
    border: 2px solid #16a803;
    border-radius: 6px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
    display: inline-block;
    padding: 8px 20px;
    width: 100%;
    height: auto;
    color: #16a803;
}
.item .add-to-links a:hover {
    text-decoration: none;
}
.item .add-to-links a:hover {
    color: #ea5648;
}
.per-product, .images-container {
    position: relative;
}
.per-product, .category-products.products-grid .category-products-grid {
    background-color: #fff;
    max-width: 200px;
    margin: 0 auto;
    padding: 10px;
}
.hover-box > a.detail_links {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.hover-box {
    color: #FFF;
    display: block;
    font-size: 17px;
    margin-bottom: 10px;
    opacity: 1;
    clear: both;
    height: auto;
    padding-top: 10px;
}
.item:hover .hover-box {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.item .actions-no .button.btn-cart span {
    padding: 0;
    vertical-align: top;
    font-size: 16px;
}
.actions-cart {
    display: block;
    vertical-align: top;
}
.item .actions-no .button.btn-cart::before, .actions .out-of-stock:before, .product-view .add-to-cart button.button:before {
    /*content: "+";
	margin-right: 5px;
	font-size: 16px;
	vertical-align: top;*/
    display: none !important;
}
.item .actions-cart .button.btn-cart {
    background: #16a803;
    padding: 7px 20px;
    display: block;
    text-align: center;
    color: #FFF;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
    width: 100%;
    text-transform: none;
    height: auto;
    border: 0 none;
}
.item .actions-no .add-to-links a {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0;
    margin-left: 5px;
    font-size: 18px;
    text-align: center;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.item .actions-no .add-to-links a.link-wishlist {
    margin-left: 0;
}
.item .actions-no .add-to-links li a.link-quickview {
    -webkit-transition: margin-left 0.2s ease 0.2s;
    -moz-transition: margin-left 0.2s ease 0.2s;
    -ms-transition: margin-left 0.2s ease 0.2s;
    -o-transition: margin-left 0.2s ease 0.2s;
    transition: margin-left 0.2s ease 0.2s;
}
.item .actions-no .add-to-links a .icons {
    width: 100%;
    font-size: 18px;
    display: block;
    height: 30px;
    line-height: 30px;
}
.category-products.grid .product-item .product-reviews-summary {
    display: none;
}
/* View Type:List */
.products-list li.item {
    padding: 0px 0 40px;
    height: auto;
    float: none;
    width: 100%;
}
.products-list .images-container {
    float: left;
    width: 41.66666667%;
}
.products-list .images-container .product-hover {
    position: relative;
}
.products-list .item .products-textlink {
    margin: 0;
    padding: 0 0 0 30px;
    text-align: left;
    width: 58.33333333%;
    float: left;
}
.products-list .item .products-textlink .price-box .old-price .price {
    font-size: 14px;
}
.products-list .item.product-item .price-box {
    margin: 5px 0;
}
.products-list li.item.last {
    border-bottom: 0
}
.products-list .product-name {
    margin: 0 0 12px;
    font-size: 100%;
    line-height: normal;
}
.products-list .product-name a {
    font-size: 16px;
}
.products-list .product-item .product-reviews-summary .reviews-actions {
    display: inline-block;
    margin: 0;
    line-height: normal;
    text-transform: capitalize;
}
.products-list .product-reviews-summary .reviews-actions .action {
    font-size: 17px;
    margin: 0;
    padding: 0 15px 0 10px;
}
.products-list .product-reviews-summary .reviews-actions .action span {
    font-size: 17px;
}
.products-list .product-item-inner .actions-no {
    clear: both;
    margin-top: 29px;
    padding: 0;
}
.products-list .item .actions-no .button.btn-cart {
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 0;
}
.products-list .item .actions-no .button.btn-cart span {
    display: inline-block;
    vertical-align: middle;
}
.products-list .product-item-inner .actions-primary, .products-list .product-item-inner .actions-secondary {
    float: left;
}
.products-list .availability {
    float: left;
    margin: 3px 0 0
}
.products-list .desc {
    clear: both;
    padding: 0;
    margin: 0px;
    text-align: left;
    color: #666666;
    font-size: 14px;
}
.products-list .desc p {
    color: #2a2a2a;
    font-size: 14px;
    margin: 0;
    font-weight: 300;
}
.products-list .desc .link-learn {
    font-size: 11px
}
.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px
}
.products-textlink {
    padding: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.products-textlink p {
    margin: 0;
    line-height: 15px
}
.product-item-description p {
    line-height: 30px;
    font-size: 16px;
    color: #888;
}
.product-image {
    outline: 0!important
}
.page-products .products.wrapper.products-list {
    margin: 0;
}
.actions-list .actions {
    border: 0 none;
    display: block;
}
.products-list .product-item-inner .add-to-links a {
    margin: 0 0 0 5px;
}
.products-list .item .actions-no .add-to-links a.link-wishlist {
    margin-left: 5px;
}
.product-item-description {
    clear: both;
    margin: 15px 0 0;
}
.product-item-description ul {
    list-style: outside none disc;
    padding-left: 1.5em;
}
.product-item-description ul li {
    margin: 0;
    padding: 0;
    color: #000;
}
.product-item-description .action.more {
    color: #000;
    font-size: 16px;
    display: block;
    padding: 15px 0 0;
}
.product-item-description .action.more:hover {
    text-decoration: underline;
}
.products.wrapper.list .product-reviews-summary {
    padding: 30px 0 15px;
}
.product.details.product-item-details div[class^="swatch-opt-"] {
    margin-bottom: 0px;
    margin-top: 15px;
}
.product-items .product.details.product-item-details .swatch-option {
    height: 20px;
    line-height: 20px;
}
.product-items .product.details.product-item-details .swatch-option.text {
    line-height: 20px;
    padding: 0;
    font-size: 14px;
}
/* Product Hover ========================================================================== */
.product-img-back {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}
.item:hover .product-img-back {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease 0s
}
.magicmenu .nav-desktop .level0 .product-img-back {
    transition-property: none;
}
/* ======================================================================================= */

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

/* Rating */
.ratings-table th, .ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0
}
.ratings-table th {
    font-weight: normal;
    padding-right: 8px
}
/* Availability */
.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: 24px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
}
/* Regular price */
.regular-price {
    color: #c76200
}
.regular-price .price {
    color: #000;
}
/* Old price */
.old-price {
    margin: 0;
    display: inline-block;
}
.old-price .price-label {
    white-space: nowrap;
    color: #999;
    display: none
}
.old-price .price {
    font-weight: normal;
    color: #666666;
    text-decoration: line-through;
    font-size: 14px;
    padding-right: 5px;
}
/* Special price */
.special-price {
    margin: 0;
    padding: 0 3px 0 0;
    display: inline-block;
}
.special-price .price-label {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    color: #cd5033;
    display: none
}
.special-price .price {
    color: #da3838;
    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;
}
.product-item .special-price .price, .product-item .minimal-price .price {
    font-weight: normal;
}
/* 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: #000;
}
.price-excluding-tax .label {
    white-space: nowrap;
    color: #000;
}
.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: 20px 15px 30px;
}
.product.info.detailed .product.data.items .description p {
    font-size: 16px;
    color: #888;
    line-height: 30px;
    margin: 0;
}
.review-product-list .pager {
    float: none;
    padding: 0;
}
.product.data.items {
    position: relative;
    z-index: 1;
    text-align: left;
    background-color: #fff;
}
.items-tabs .item {
    float: left;
}
.product.data.items .items-tabs .item a {
    display: block;
    line-height: 25px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    color: #888;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding: 0 60px 0 0;
}
.product.data.items .items-tabs .item a span {
    font-size: 20px;
}
.product.data.items .items-tabs .item.active a, .product.data.items .items-tabs .item:hover a {
    color: #000;
}
.product.data.items .data-tabs-content {
    margin-top: 0;
    padding: 70px 0 40px;
    clear: both;
    position: relative;
    width: 100%;
    z-index: 1;
    min-height: 200px;
}
.product.data.items > .item.content .table-wrapper {
    margin-bottom: 100px;
}
.product.data.items > .item.content {
    width: 100%;
    float: right;
    margin-left: -100%;
    margin-top: 40px;
    padding: 30px 0 20px;
    text-align: left;
}
.product.data.items > .item.title > .switch {
    display: block;
    position: relative;
    z-index: 2;
    color: #aaaaaa;
    font-size: 16px;
}
.product.data.items > .item.title > .switch .counter {
    font-size: 15px;
}
.product.data.items > .item.title.active > .switch, .product.data.items > .item.title:hover > .switch {
    color: #000;
}
.product.data.items::before, .product.data.items::after {
    content: "";
    display: table;
}
.product.data.items:after {
    clear: both;
}
.product.data.items > .item.title {
    display: block;
    margin: 0px 10px;
    padding: 0px 10px;
    color: #aaa;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
.product.data.items > .item.title:first-child:before {
    border: 0;
}
.product.data.items > .item.title:first-child {
    margin-left: 0;
    padding-left: 0;
}
.product-view .toggle-tabs .item.active, .product-view .toggle-tabs .item:hover {
    color: #000000;
}
.review-add .block-content .fieldset {
    padding: 0;
    margin: 0;
}
.fieldset > .field > .label {
    border-color: #c9c9c9;
    color: #666666;
    font-weight: normal;
    line-height: normal;
    text-align: left;
    margin: 0;
    padding: 15px 0 6px;
}
.fieldset.review-fieldset > .field > .label {
    border: 0;
}
.product-collateral h2 {
    display: none
}
.product-collateral h3, .product-collateral h4 {
    color: #666666;
    font-size: 20px;
}
.product-collateral .box-collateral.box-review_form {
    color: #000
}
.product-collateral .box-description {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
}
.product-collateral h2 {
    font-weight: bold;
    font-size: 15px;
    color: #e26703;
    border-bottom: 2px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 0 0 15px
}
/* Product Images */
.product-view .product-img-box .product-image {
    position: relative;
    z-index: 0;
}
.product-view .product-img-box .product-image-zoom {
    position: relative;
    z-index: 0;
}
.zoomContainer, .zoomWindowContainer {
    z-index : 10000;
}
.product-view .product-img-box .more-views {
    width: 360px;
    margin: 20px auto;
}
.fotorama-item .fotorama__nav .fotorama__thumb-border {
    border-color: #4591e3;
    border-width: 2px;
    background-image: none;
    max-height: 100% !important;
}
.fotorama__thumb {
    background-color: transparent !important;
    border: 1px solid #E8E8E8 !important;
}
.fotorama__nav-wrap {
    margin-top: 10px;
}
.fotorama__nav--thumbs {
    text-align: center;
}
.fotorama__stage.fotorama__shadows--right:after, .fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--left:before, .fotorama__nav.fotorama__shadows--left:before {
    background: none !important;
}
.product-image-popup {
    margin: 0 auto
}
.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0
}
.product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    text-align: center
}
.product-image-popup .image {
    display: block;
    margin: 10px 0
}
.product-image-popup .image-label {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f
}
.fotorama__stage {
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
}
.fotorama__stage__frame .fotorama__img {
    max-width: inherit !important;
}
.product-view.product-quickview .product-img-box .more-views {
    width: 220px;
    margin: 20px auto 0;
}
.product-view.product-quickview .product-shop .product-options-bottom .add-to-links {
    display: none;
}
/* Product Shop */
.product-view .product-shop {
    text-align: left;
}
.product-view .product-shop .page-title-wrapper .page-title {
    margin: 0 0 5px;
}
.product-view .product-shop .page-title-wrapper .page-title span {
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
    text-transform: capitalize;
    font-weight: normal;
}
.product-info-stock-sku {
    margin: 0;
    float: none;
    clear: both;
}
.product-info-main .stock.available, .product-info-main .stock.unavailable {
    vertical-align: middle;
    color: #888;
    text-transform: capitalize;
    font-weight: normal;
    margin: 0;
}
.product-info-main .stock.available:before, .product-info-main .stock.unavailable:before {
    margin-right: 2px;
    content: "\f00c";
    font-size: 12px;
    font-family: FontAwesome;
}
.product-info-main .product.attribute.sku .type {
    color: #767676;
    font-size: 14px;
    font-weight: normal;
}
.product-info-main .product.attribute.sku .type:after {
    content: ":";
}
.product-info-main .product.attribute.sku .type, .product-info-main .product.attribute.sku .value {
    display: inline-block;
}
.product-info-main .product.attribute.overview {
    padding-top: 15px;
    margin-bottom:10px;
}
.product-info-main .product.attribute.overview p {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 130%;
}
.product-view .product-shop .short-description h2 {
    color: #2a2a2a;
    font-size: 16px;
    text-transform: uppercase;
    display: none;
}
.product-view .product-shop .product-social-links, .product-add-form .product-social-links {
    clear: inherit;
    margin: 0;
    padding: 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 .icons, .product-add-form .product-social-links a .icons {
    font-size: 18px;
    margin-right: 20px;
    vertical-align: middle;
}
.product-view .product-shop .product-social-links a span, .product-add-form .product-social-links a span {
    font-size: 16px;
    vertical-align: middle;
}
.product-reviews-summary .rating-summary {
    display: inline-block;
    position: relative;
    text-align: left;
}
.product-view .product-shop .ratings, .product-view .product-shop .product-reviews-summary {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    padding: 25px 0 15px;
}
.product-view .product-shop .product-reviews-summary .rating-summary {
    display: block;
}
.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.view {
    padding-left: 0;
}
.product-info-main .product-reviews-summary .reviews-actions .action {
    font-size: 16px;
    margin: 0;
    padding: 15px 0 !Important;
    color: #000;
    display: block;
}
.product-info-main .product-reviews-summary.empty .reviews-actions .action {
    padding: 0;
}
.data.item.content .review-list .block-title {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.data.item.content .review-list .block-content, .data.item.content .review-add .block-content {
    padding: 0;
    border: 0;
}
.review-toolbar {
    border-top: 1px solid #dfdfdf;
    margin: 0 0 10px !important;
    border-bottom: 0 none;
    padding: 0;
}
.block.review-list .block-content li.item.review-item {
    padding: 30px 0;
}
.review-title {
    font-weight: 600;
}
.review-ratings .label {
    color: #666666;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 6px 10px 10px 0;
}
.block.review-add .actions-toolbar {
    margin: 30px 0 0 !important;
}
.product-info-price .rating-summary .rating-result {
    display: block;
}
.rating-summary .rating-result {
    width: 108px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}
.rating-summary .rating-result > span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    color: #efce4a;
    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: 7px;
    font-size: 17px;
    height: 17px;
    line-height: 17px;
}
.rating-summary .rating-result > span span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.rating-summary .rating-result > span {
    display: block;
    overflow: hidden;
}
.review-field-ratings .review-field-rating .control {
    padding-top: 2px;
}
.review-field-ratings .review-field-rating .label, .review-field-ratings .review-field-rating .control {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top;
}
.review-field-rating .control {
    margin-bottom: 48px;
    margin-top: 10px;
}
.review-control-vote {
    overflow: hidden;
}
.review-control-vote::before {
    color: #dfdfdf;
    content: "\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 {
    clear: both;
    padding: 10px 0 0;
}
.product-view .product-shop .addit .so-social-share {
    float: left;
    margin-right: 10px;
}
.so-twitter.so-social-share {
    width: 80px;
}
.so-plusone.so-social-share {
    width: 65px;
}
.product-view .add-to-box .add-to-cart {
    float: left;
}
.product-info-main .price-box .price-container {
    margin: 0;
}
.product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price {
    font-weight: 700;
    font-size: 22px;
    color: #000;
}
.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 {
    color: #ff8400;
    font-size: 14px;
    font-weight: normal;
    line-height: 43px;
    margin: 0 20px;
    text-transform: capitalize;
}
.product-view .product-qty label span, .block-bundle-summary .product-details .product-qty .label span {
    margin: 0;
}
.product-view .product-qty label {
    display: none;
}
.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 {
    border: 1px solid #dddddd;
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
}
.product-view .add-to-cart button.button {
    float: left;
    display: block !important;
    margin: 0;
    height: 45px;
    line-height: 44px;
}
.product-view .add-to-cart button.button span {
    padding: 0;
}
.box-tocart .btn-plus, .product-shop .add-to-box .btn-plus, .product-view .product-shop .add-to-cart .btn-plus {
    display: inline-block;
    float: left;
    height: 33px;
    width: 16px;
}
.product-view .product-shop .add-to-cart .items, .box-tocart .items, .product-shop .add-to-box .items {
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    border: 0px;
    margin: 0;
    padding: 0;
    color: #888;
    cursor: pointer;
    float: left;
    text-align: center;
    line-height: 46px;
    height: auto;
}
.product-view .product-shop .add-to-cart .items:hover, .product-options-bottom .items:hover, .product-shop .add-to-box .items:hover {
    color: #000;
}
.product-view .product-shop input.qty, .block-bundle-summary .product-details input.qty {
    border-radius: 0;
    border: 0 solid #dddee0;
    color: #000;
    float: left;
    font-size: 20px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    width: 65px !important;
    padding: 0;
}
.product-view .product-shop input.qty:focus, .block-bundle-summary .product-details input.qty:focus {
    box-shadow: none;
}
.product-static img {
    background-color: #fff;
    padding: 10px;
}
.container-quickview {
    padding-bottom: 15px;
    padding-top: 15px;
}
/* Product Options */
.product-options {
    margin: 0;
    padding: 0px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.product-options dl {
    margin: 0;
    overflow: hidden;
}
.product-options dt {
    padding: 40px 0 0;
    font-weight: normal
}
.product-options dt label {
    font-weight: normal;
    color: #444444;
}
.product-options dt label.required em {
    color: #eb340a;
    margin-right: 5px
}
.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0
}
.product-options dd .qty-holder label {
    vertical-align: middle;
    font-weight: 300
}
.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f
}
.product-options dd {
    padding: 0px;
    margin: 0
}
.product-options dl.last dd.last {
    border-bottom: 0;
    margin-bottom: 0
}
.product-options dd input.input-text {
    width: 98%
}
.product-options dd input.datetime-picker {
    width: 150px
}
.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle
}
.product-options dd textarea {
    width: 98%;
    height: 8em
}
.product-options dd select {
    width: 99%
}
.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px
}
.product-options ul.options-list {
    margin-right: 5px
}
.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0
}
.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px
}
.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px
}
.product-options ul.options-list .label {
    display: block;
    margin-left: 18px
}
.product-options ul.options-list label {
    font-weight: normal
}
.product-options ul.validation-failed {
    padding: 0 7px
}
.product-options p.note {
    margin: 0;
    font-size: 11px
}
.product-options p.required {
    text-align: left;
    clear: both;
    margin: 10px 0 40px;
}
.box-tocart {
    padding: 10px 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: none;
}
.product-shop .product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0 0 10px;
    display: none;
}
.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0
}
.product-shop .product-options-bottom .price-tax {
    float: none
}
.product-shop .product-options-bottom .add-to-cart-box {
    float: left;
}
.product-options-wrapper {
    padding-top: 10px;
}
.bundle-options-container .product-options-wrapper {
    padding: 0;
    border: 0 none;
}
.bundle-options-container .product-options-wrapper .control .nested.options-list .choice {
    margin-bottom: 10px;
}
.block-bundle-summary .product-details .product.name {
    display: block;
    font-weight: 500;
    padding-top: 10px;
}
.block-bundle-summary .box-tocart {
    float: none;
    padding: 0;
}
.product-add-form .block-bundle-summary .product-details .add-to-links {
    float: none;
}
.bundle-actions {
    float: left;
    margin: 0;
    padding: 45px 0;
}
.bundle-options-container .block-bundle-summary {
    background: #e8e8e8 none repeat scroll 0 0;
    padding: 0 20px;
}
.bundle-options-container .block-bundle-summary .bundle-info .product-image-container .product-image-wrapper {
    padding-bottom: 0 !important;
}
.bundle-options-container .product-add-form .block-bundle-summary .fieldset {
    background-color: transparent;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
    background-color: #f5f5f5;
    border: 1px solid #cdcdcd;
    line-height: 30px;
    padding: 0 10px;
    display: inline-block;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover {
    background-color: #ff5555;
    color: #fff;
    border: 1px solid #ff5555;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action span {
    padding-left: 5px;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.towishlist {
    margin-right: 10px;
}
.bundle-options-container p.required {
    text-align: left;
    padding: 10px 0 0;
}
.page-product-downloadable .product-options-wrapper {
    border: 0;
}
.page-product-downloadable .product-options-bottom {
    padding-top: 30px;
}
.fieldset > .field > .label, .fieldset > .fields > .field > .label {
    font-weight: normal;
}
.field.downloads .field.choice {
    border-bottom: 1px solid #ebebeb;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0
}
/* Block:Description */
.product-view .box-description {
}
/* Block:Additional */
.product-view .box-additional .data-table th, .product-view .box-additional .data-table td {
    line-height: 1.25
}
/* Block:Upsell */
.product-view .box-up-sell {
    margin-bottom: 0px;
}
.product-view .box-up-sell .block-title h3 span {
    padding: 0;
}
.product-view .box-up-sell .title-divider {
    margin-bottom: 30px;
}
.product-view .box-up-sell .products-grid {
    width: 100%;
    padding: 0;
}
.product-view .box-up-sell .products-grid td {
    width: 25%;
    background: #f6f2e7;
    border-right: 1px solid #e5dcc3;
    border-bottom: 1px solid #e5dcc3;
    padding: 15px 10px 12px;
    line-height: 1.6em
}
.product-view .box-up-sell .products-grid tr.last td {
    border-bottom: 0
}
.product-view .box-up-sell .products-grid td.last {
    border-right: 0
}
.product-view .box-up-sell .products-grid td img {
    border: 1px solid #e5dcc3
}
.product-view .box-up-sell .products-grid .product-image {
    text-align: center
}
.product-view .box-up-sell .products-grid td.empty {
    border-right: 0;
    background: #f1ecdb
}
.product-view .box-up-sell .products-grid .ratings .rating-links {
    padding: 0
}
.product-view .sale-content .block-title-tabs {
    display: none;
}
.product-view .box-up-sell .bx-controls .bx-default-pager {
    display: none;
}
/* Block:Tags */
.product-view .box-tags {
    margin: 0
}
.product-view .box-tags h3 {
    font-size: 13px
}
.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px
}
.product-view .box-tags .product-tags li {
    display: inline;
    background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
    padding: 0 7px 0 4px
}
.product-view .box-tags .product-tags li.first {
    padding-left: 0
}
.product-view .box-tags .product-tags li.last {
    background: none;
    padding-right: 0
}
.product-view .box-tags .form-add label {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
    color: #000000
}
.product-view .box-tags .form-add .input-box {
    float: left;
    width: 305px;
    margin: 0 5px 0 0;
    padding: 0
}
.product-view .box-tags .form-add input.input-text {
    width: 299px;
    height: 38px;
}
.product-view .box-tags .note {
    margin: 5px 0 0;
    padding: 0;
    font-size: 11px;
    color: #666
}
/* Block:Reviews */
.product-view .box-reviews dl {
    margin: 0
}
.product-view .box-reviews dt {
    padding: 0 0 5px
}
.product-view .box-reviews dt a, .product-view .box-reviews dt span {
    font-weight: bold
}
.product-view .box-reviews dd {
    margin: 0 0 15px
}
.product-view .box-reviews dd small {
    font-style: italic
}
.product-view .box-reviews .form-add {
    margin: 15px 0 0
}
.product-view .box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: normal
}
.product-view .box-reviews .form-add h3 span {
    font-weight: bold
}
.product-view .box-reviews .form-add h4 {
    font-size: 12px
}
.product-view .box-reviews .form-add .data-table td {
    text-align: center
}
.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0
}
.product-view .box-reviews .form-add .form-list .input-box {
    width: 360px
}
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
    width: 354px
}
.product-view .box-collateral .data-table th {
    font-weight: normal
}
.product-view .box-collateral .data-table {
    margin-bottom: 10px
}
/* Send a Friend */
.send-friend .form-list {
    width: 615px;
    overflow: hidden
}
.send-friend .form-list li {
    margin-right: -15px
}
.send-friend .form-list li p {
    margin: 0 15px 0 0
}
.send-friend .form-list .field {
    width: 315px
}
.send-friend .form-list .input-box {
    width: 300px
}
.send-friend .form-list input.input-text, .send-friend .form-list textarea {
    width: 294px
}
.send-friend .form-list li.wide .input-box {
    width: 612px
}
.send-friend .form-list li.wide textarea {
    width: 609px
}
.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 11px;
    line-height: 21px
}
/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name {
    margin: 0;
    font-size: 1em;
    font-weight: normal
}
/* Product Tags */
.tags-list {
    display: block;
    font-size: 13px;
    border: 1px solid #c1c4bc;
    background: #f8f7f5;
    padding: 10px 0 10px 0
}
.tags-list li {
    display: inline!important;
    margin: 0 4px 0 0
}
.tags-list li a {
    color: #e8e9ee
}
/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
    float: left;
    clear: none
}
.advanced-search-amount {
    margin: 0 0 10px
}
.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #e9d7c9;
    background: #fff6f1;
    padding: 10px
}
.advanced-search-summary ul {
    float: left;
    width: 49%
}
.advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(../images/i_search_criteria.gif) 0 3px no-repeat
}
.advanced-search-summary p {
    clear: both;
    font-weight: bold;
    margin: 0
}
/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0
}
.page-sitemap .links a {
    text-decoration: none;
    position: relative
}
.page-sitemap .links a:hover {
    text-decoration: underline
}
.page-sitemap .sitemap {
    margin: 12px
}
.page-sitemap .sitemap a {
    color: #1b2d3b
}
.page-sitemap .sitemap li {
    margin: 3px 0
}
.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold
}
.page-sitemap .sitemap li.level-0 a {
    color: #1e7ec8
}
/* RSS */
.rss-title h1 {
    background: url(../images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px
}
.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px
}
/* ======================================================================================= */

/* Shopping Cart ========================================================================= */
.cart .page-title {
    border-bottom: 0;
    margin: 50px 0 0;
}
.cart .page-title h1 {
    margin: 10px 0 20px;
    color: #2a2a2a;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
}
.cart .data-table .btn-remove2 {
}
.cart .data-table .btn-remove2 .icons {
    font-size: 15px;
}
.crosssell .products-textlink {
    border: 0 none !important;
}
.cart-empty {
    text-align: center;
}
.checkout-cart-index .page-title-wrapper {
    padding: 20px 0;
    text-align: center;
}
.checkout-cart-index .page-title-wrapper .page-title span {
    font-size: 20px;
}
.cart-container {
    background-color: #fff;
}
/* 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: #000;
}
.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: #000;
    text-transform: uppercase;
    font-size: 19px;
    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: #000;
    font-size: 13px;
}
.cart .totals td.a-right .price {
    font-weight: 600;
}
.cart .totals tr.last td {
}
.cart .totals tfoot th {
    padding: 5px 15px 5px 7px
}
.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px
}
.cart-totals .mark strong, .opc-block-summary .table-totals .mark strong {
    font-weight: normal;
    font-size: 18px;
    color: #000;
}
.cart-totals .grand.totals .price {
    font-size: 18px;
    color: #000;
}
.cart .totals .checkout-types {
    font-size: 13px;
    padding: 0;
    text-align: right
}
.cart .totals .checkout-types li a {
    color: #666666;
    text-decoration: none;
}
.cart .totals .checkout-types li a:hover {
    color: #ff5555;
}
.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0
}
/* Options Tool Tip */
.item-options dt {
    font-weight: bold;
    color: #666;
}
.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px
}
.truncated {
    cursor: help
}
.truncated a.dots {
    cursor: help
}
.truncated a.details {
    cursor: help
}
.truncated .truncated_full_value {
    position: relative;
    z-index: 999
}
.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6
}
.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase
}
.truncated .show .item-options {
    top: -20px;
    left: 50%
}
.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px
}
.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px
}
/* ======================================================================================= */

/* Checkout ============================================================================== */

/********** < Common Checkout Styles */

/* Shipping and Payment methods */
.sp-methods {
    margin: 0 0 8px
}
.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: 300
}
.sp-methods dd {
}
.sp-methods dd li {
    margin: 5px 0
}
.sp-methods label {
    font-weight: 300;
    color: #666;
    line-height: 16px
}
.sp-methods .price {
    font-weight: 300
}
.sp-methods .form-list {
    padding-left: 20px
}
.sp-methods .form-list li {
    margin: 0 0 8px
}
.sp-methods select.month {
    width: 154px;
    margin-right: 10px
}
.sp-methods select.year {
    width: 96px
}
.sp-methods input.cvv {
    width: 3em!important
}
.sp-methods .checkmo-list li {
    margin: 0 0 5px
}
.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right
}
.sp-methods .checkmo-list address {
    float: left
}
.sp-methods .centinel-logos a {
    margin-right: 3px
}
.sp-methods .centinel-logos img {
    vertical-align: middle
}
.sp-methods .release-amounts {
    margin: 0.5em 0
}
.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0
}
.please-wait {
    float: right
}
.please-wait img {
    vertical-align: middle
}
.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px
}
.checkout-payment-method .fieldset {
    margin: 0;
    padding: 0;
}
.fieldset > .legend + br {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 2px;
    border: 0;
    padding: 0;
    background-color: transparent;
    height: auto;
    line-height: 110%;
}
.opc-block-shipping-information .shipping-information-title .action-edit::before {
    color: #ff5555;
    content: "\f040";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}
.opc-block-shipping-information .shipping-information-title .action-edit > span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999
}
.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right
}
.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden
}
.tool-tip .tool-tip-content {
    padding: 5px
}
/* Gift Messages */
.gift-messages h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403
}
.gift-messages p.control {
    color: #8e8d8b
}
.gift-messages-form {
    position: relative
}
.gift-messages-form label {
    float: none!important;
    position: static!important
}
.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403
}
.gift-messages-form .whole-order {
    margin: 0 0 25px
}
.gift-messages-form .item {
    margin: 0 0 10px
}
.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px
}
.gift-messages-form .item .product-image {
    margin: 0 0 7px
}
.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #8a8987
}
.gift-messages-form .item .details {
    margin-left: 90px
}
.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px
}
.gift-messages-form .item .details .form-list .field {
    width: 255px
}
.gift-messages-form .item .details .form-list .input-box {
    width: 240px
}
.gift-messages-form .item .details .form-list input.input-text {
    width: 234px
}
.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px
}
.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px
}
.gift-message-link {
    font-size: 11px;
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px
}
.gift-message-link.expanded {
    background-position: 100% -40px
}
.gift-message-row {
    background: #f2efe9
}
.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden
}
/* Checkout Agreements */
.checkout-agreements li {
    margin: 30px 0
}
.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5
}
.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px
}
.checkout-agreements .agree input.checkbox {
    margin-right: 6px
}
.checkout-agreements .agree label {
    font-weight: bold;
    color: #666
}
.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px
}
.opc .checkout-agreements li {
    margin: 20px 0 0
}
.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px
}
.opc .checkout-agreements .agree {
    padding-left: 6px
}
/* Centinel */
.centinel {
}
.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff
}
.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent!important;
    margin: 0!important;
    padding: 0!important;
    border: 0!important
}
.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px
}
/* Generic Info Set */
.info-set {
    background: #fbfaf6;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px
}
.info-set h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px
}
.info-set h3, .info-set h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703
}
.info-set h2 a, .info-set h3 a, .info-set h4 a {
    font-weight: normal
}
.info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative
}
.info-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c
}
.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative
}
.info-set .box {
    margin: 0 0 15px
}
.info-set .box h2 {
    color: #e26703
}
.info-set .data-table .product-name {
    font-size: 1em!important;
    font-weight: bold!important;
    color: #1e7ec8!important
}
.info-set .data-table .product-name a {
    font-weight: bold!important
}
.info-set .data-table .item-options {
    margin: 5px 0 0
}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0
}
.block-progress .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px
}
.block-progress .block-title strong {
    font-size: 13px;
    color: #0a263c
}
.block-progress .block-content {
    padding: 30px 20px
}
.block-progress dl {
    margin: 0
}
.block-progress dt {
    background-color: transparent;
    background-image: url("../images/icon-Progress.png");
    background-position: 0 8px;
    background-repeat: no-repeat;
    color: #888;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 6px;
    padding: 0 0 0 20px
}
.block-progress dd {
    padding: 8px 13px;
    margin: 0 0 6px
}
.block-progress dt.complete {
    margin: 0
}
.block-progress dd.complete {
    color: #666;
    font-weight: 300
}
.block-progress p {
    margin: 0
}
.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0
}
.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0
}
.block-progress .cards-list .info-table th {
    font-weight: normal
}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.checkout-onepage-success .checkout-success{
    padding-top:15px;
    font-size:17px;
}
.checkout-onepage-success .col-right {
    padding-top: 25px;
}
.checkout-onepage-index .main-container {
    padding-top: 30px;
}
.opc-block-progress dt.complete a, .opc-block-progress dt.complete .separator {
    display: inline
}
.opc-block-progress dt a, .opc-block-progress dt .separator {
    display: none
}
.opc .buttons-set {
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0;
}
.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
    margin: 0!important
}
.opc .buttons-set a.f-left {
    float: right!important;
    color: #ff0000;
    text-decoration: none
}
.opc .buttons-set a.f-left:hover {
    color: #f2bc4d
}
.opc .buttons-set .back-link small {
    display: none
}
.opc .buttons-set .back-link a {
    background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
    padding-left: 16px
}
.opc .buttons-set.disabled button.button {
    display: none
}
.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px
}
.opc .ul {
    list-style: disc outside;
    padding-left: 18px
}
.opc {
    position: relative;
    margin-bottom: 30px;
}
.opc li.section {
    margin-top: 10px;
}
.opc .step-title {
    text-align: left;
    line-height: 40px;
}
.opc .step-title .number {
    background: #dddddd;
    padding: 0;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    text-align: center;
}
.opc .step-title h2 {
    margin: 0;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 40px;
}
.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: #000;
    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 {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px
}
.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%
}
.registered-users .captcha-image {
    margin: 0
}
.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px
}
.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear
}
.product-view .product-essential {
    margin-bottom: 20px;
}
@-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: #000;
    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: #000;
    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 */
.item .actions-no .add-to-links a.action.towishlist.link-wishlist {
    border: 2px solid #16a803;
    border-radius: 6px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
    display: inline-block;
    padding: 6px 20px;
    width: 100%;
    height: auto;
    color: #16a803;
}
.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: right;*/
    padding: 0;
}
.wishlist-index-index .products-grid .product-item-inner .box-tocart .product-item-actions a.action, .wishlist-index-index .products-grid .product-item-inner .box-tocart .product-item-actions a.action:hover, .wishlist-index-index .products-grid .product-item-inner .box-tocart .product-item-actions a.action:focus, .wishlist-index-index .products-grid .product-item-inner .box-tocart .product-item-actions a.action:active {
    padding: 12px 20px;
    display: block;
    text-align: center;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 17px;
    background: #16a803;
    color: #FFF;
    text-decoration: none;
}
.products-grid.wishlist .product-item .fieldset .field.qty, .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
}
.products-grid.wishlist .product-item .fieldset .field.qty .label {
    padding-top: 0;
}
.block.block-wishlist .actions-toolbar {
    padding: 0;
}
.block.block-wishlist .actions-toolbar .primary a.action {
    border: 0;
    padding: 0;
    background-color: transparent;
    color: #666666;
}
.block.block-wishlist .actions-toolbar .primary a.action:hover {
    color: #ff5555;
}
/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px
}
.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px
}
#my-tags-table {
    clear: both
}
#my-tags-table td {
    padding: 10px
}
#my-tags-table .add-to-links {
    white-space: nowrap
}
/* My Reviews */
#my-reviews-table td {
    padding: 10px
}
.product-review .product-img-box {
    float: left;
    width: 140px
}
.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px
}
.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px
}
.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px
}
.product-review .product-details {
    margin-left: 150px
}
.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px
}
.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f
}
.product-review .ratings-table {
    margin: 0 0 10px
}
.product-review dt {
    font-weight: bold
}
.product-review dd {
    font-size: 13px;
    margin: 5px 0 0
}
/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0
}
.billing-agreements .form-list li select {
    float: left
}
.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px
}
.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px
}
/* ======================================================================================= */

/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color: red;
    font-size: 12px!important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase
}
.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff
}
.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100
}
.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px
}
.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis
}
.map-popup-arrow {
    background: url(../images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px
}
.map-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}
.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px
}
.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right
}
.map-popup-checkout span {
    display: block;
    padding-right: 30px
}
.map-popup-checkout .paypal-logo {
    margin: 0 0 5px
}
.map-popup-price .price-box, .map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0
}
.map-popup-price {
    margin: 5px 0 0
}
.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word
}
.map-popup-only-text {
    border-top: 1px solid #ddd
}
/* ======================================================================================= */

/* Footer ================================================================================ */
.footer .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 address {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    font-size: 14px;
}
.footer address a {
    font-size: 14px;
}
.footer address a:hover {
    text-decoration: underline
}
.footer ul.links {
    margin: 0;
    display: block
}
.footer li {
    text-align: left;
    padding: 0;
    margin: 0;
}
.footer ul {
    margin: 0;
    padding: 0;
}
.footer-center {
    text-align: center;
    border-top: 1px solid #e2e2e2;
    padding: 40px 0;
}
.menu-footer .menu {
    margin: 0;
}
.menu-footer .menu li {
    display: inline-block;
    padding: 0 25px;
    margin: 0;
}
.menu-footer .menu li a {
    font-size: 14px;
    text-transform: uppercase;
}
.socials {
    float: left;
    margin: 0;
}
.socials li {
    display: inline-block;
    margin: 0 27px 0 0;
}
.socials li a {
    font-size: 21px;
    color: #000;
    line-height: 100px;
    display: block;
}
.socials li a:hover {
    color: #ccc;
}
.footer .block-content-statick .socials li {
    margin: 0 0px 0 27px;
}
.footer .block-content-statick .socials li a {
    font-size: 20px;
    line-height: normal;
}
.social-footer.footer-right {
    float: right;
    margin: 0 0 50px;
}
.text-right {
    text-align: right;
}
.payment-method {
    clear: both;
}
.payment-method img {
    display: inline-block;
}
.footer .bullet.flickr li {
    float: left;
}
.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
}
.block-footer-copyright .footer {
    padding: 35px 0 40px;
}
.block-footer-copyright .footer .links a {
    padding: 15px 10px;
    display: inline-block;
}
.block-footer-copyright .footer .links a:hover {
    color: #ff5555;
}
.footer li.feature-icon {
    clear: both;
    padding-bottom: 10px;
    line-height: 18px;
}
.footer li.feature-icon span {
    font-size: 14px;
}
.footer .address-list {
    margin: 30px 0 0;
}
.address-list .tit-name {
    color: #888888;
    float: left;
    font-size: 13px;
    padding-right: 12px;
}
.page-footer {
    padding: 0px;
}
.block-footer-top .footer {
    border-top: 1px solid #e2e2e2;
    padding: 60px 0;
}
.block-static1 {
    position: relative;
}
.advertisement {
    position: absolute;
    text-align: center;
    top: 45%;
    width: 100%;
}
.block-subscribe label {
    color: #e8e9ee;
    font-size: 13px;
    font-weight: 400
}
.footer .block-content-statick li a {
    padding: 0px;
    display: block;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 40px;
}
.block-footer-top .footer h3 span {
    display: block;
    font-size: 14px;
    padding: 0 10px 0 0;
    text-transform: uppercase;
}
.footer .block {
    margin: 0;
    padding: 0;
    background: none;
}
.block-footer-copyright .main {
    background-color: transparent;
    text-align: center;
}
.footer .block-title {
    border: 0 none;
    font-size: 16px;
    font-weight: normal;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 15px 0 28px;
    text-transform: uppercase;
}
.footer .collapsible p {
    margin: 0;
}
.block-content-paypal {
    float: right;
}
.block-content-paypal li {
    float: left;
}
.footer .block-subscribe .block-title {
    display: none;
}
.collapsible .bx-wrapper {
    margin: 0 auto;
}
.paypal {
    float: right;
}
.footer-links-company .main1 {
    display: none;
}
.copyright span {
    font-size: 14px;
}
.footer .collapsible .copyright {
    margin-top: 10px;
    text-align: right;
    color: #666;
    font-size: 14px;
}
/* social feed ========================================================================= */
.social-feed {
    position: relative;
}
.social-feed .section-title h4 {
    border: 0 none;
    font-size: 16px;
    font-weight: bold;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 27px 0 35px;
    text-transform: uppercase;
}
.social-feed ul {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.social-feed ul li {
    display: inline-block;
    width: 50px;
    margin: 3px;
    position: relative;
}
.img-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color 0.05s ease-out 0s;
    -moz-transition: background-color 0.05s ease-out 0s;
    -webkit-transition: background-color 0.05s ease-out 0s;
    -o-transition: background-color 0.05s ease-out 0s;
    -ms-transition: background-color 0.05s ease-out 0s;
}
.social-feed ul li:hover .img-overlay {
    transition: background-color 0.01s ease-out 0s;
    -moz-transition: background-color 0.01s ease-out 0s;
    -webkit-transition: background-color 0.01s ease-out 0s;
    -o-transition: background-color 0.01s ease-out 0s;
    -ms-transition: background-color 0.01s ease-out 0s;
    background-color: rgba(255, 255, 255, 0);
}
/* 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 */
body h1, body h2, body h3, body h4, body h5, body h6, .sorter-label, .limiter .label span, .toolbar-amount, .toolbar-amount span, .pages li a span, .pages li strong span, .filter-options .filter-options-title, .filter-options .filter-options-content .item span.count, .sidebar .block .block-title strong, .labelnew, .labelsale, .title-block span, .breadcrumbs li, .breadcrumbs .inner-breadcrumbs li a, .breadcrumbs li strong, .data.table tbody tr td.a-subtotal .cart-price .price, .data.table tbody tr td .cart-price .price, .cart.table-wrapper thead .col span, .cart-summary > .title, .header .welcome-msg, .block-search .block .block-title strong, .header .form-search button.button span span .seach-text, .header .top-form-language .label, .header .currency_top .label span, .header .top-form-language .label span, .header .currency_top .switcher-option a, .header .currency_top .action strong span, .dropdown-link li a, .dropdown-link li strong, .block-minicart .block-content > .actions .secondary .viewcart span, .home-slider .slick-slide.slick-active .figcaption .btn-shop, .crosssell .block-title strong, .block-related .block-title strong, .box-up-sell .block-title strong, .login-container .block .block-title strong, .back-to-top, .our-story .block-title p, .page-team-content .team-name a, .product-item-description .action.more, .product.data.items .items-tabs .item a, .product.data.items .items-tabs .item a span, .price-box .price, .product-options dt label, .product-view .product-shop input.qty, .block-bundle-summary .product-details input.qty, .cart .discount h2, .cart .shipping h2, .cart-totals .grand.totals .price, .menu-footer .menu li a, .opc .step-title h2 {
}
.home-slider .slick-slide.slick-active .figcaption .caption1 {
    font-family: "Great Vibes", cursive;
}
/* sf styles */

.btn-addcart-simple {
    background: $btn-action-color;
    padding: 14px 20px;
    display: block;
    text-align: center;
    color: #FFF;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
}
.products-grid ol .product-item .hover-box .action.tocompare {
    display: none !important;
}
.item .actions-no .add-to-links a.link-wishlist .icons.ti-heart {
    display: none !important;
}
.products-grid .product-name {
    text-overflow: inherit;
    white-space: inherit;
    overflow: visible;
}
.product-grid .product-name a {
    margin: 10px 0 3px;
    font-size: 100%;
    line-height: normal;
    min-height: 80px;
    color: $text-color;
    font-size: 17px;
    font-weight: 500;
    display: block;
}
.products-grid .price-wrapper .price {
    color: #000;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 15px;
}
.product-name a, .product-name a:hover {
    color: #000 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
}
.sidebar.sidebar-main {
    border-right: 1px solid #CCC;
}
.sidebar.sidebar-main .mean-bar h3.accor-title {
    display: none;
}
.sidebar.sidebar-main {
    border-right: 1px solid #CCC;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sidebar.sidebar-main .mean-bar {
    padding-right: 20px;
    border-bottom: 1px solid #CCC;
}
.sidebar.sidebar-main .narrow-by {
    padding-right: 20px;
    border-bottom: 1px solid #CCC;
}
.sidebar.sidebar-main .narrow-by:last-child {
    border-bottom: 0 none;
}
.sidebar.sidebar-main li.level0.nav-1.first.active > a {
    font-weight: 700;
}
.sidebar.sidebar-main .all-cat span {
    display: none !Important;
}
.alocolumns .toolbar.toolbar-products .modes {
    display: none !important;
}
.alocolumns .toolbar.toolbar-products {
    margin-bottom:15px;
}
.control {
    display: inline-block;
}
.toolbar-amount {
    color: #000;
    text-transform: none;
    font-size: 16px;
}
.search-footer-cont input, .search-footer-cont select, .search-footer-cont textarea, .search-footer-cont button {
}
.toolbar-bottom {
    margin-bottom: 30px;
}
.cms-home .page-main-pal.container {
    max-width: 100%;
    padding: 0;
}
.page-products .page-main-pal .alocolumns {
    max-width: 100%;
    margin: 0 auto;
}
/* hide compare on sidebar */
.block.block-compare {
    display: none !important;
}
.page.messages {
    font-size: 18px;
    font-weight: 300;
}
/* stili carrello */
.cart-container .page.messages {
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}
.cart-container .table-caption {
    font-size: 21px;
    font-weight: 700;
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
    color: #000;
}
.cart-container button.button, .cart-container button, .cart-container .cart .continue, .cart-container .actions-toolbar .primary a.action, .cart-container button:focus {
    padding: 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    background: #1097FE;
    border-radius: 6px;
    text-decoration: none;
    border: 0 none;
}
.cart-container button.button.primary, .cart-container button.button.primary:hover, .cart-container button.button.primary:active, .cart-container button.primary, .cart-container button.primary:hover, cart-container button.primary:focus, .cart-container .actions-toolbar .primary a.action.primary, .cart-container .actions-toolbar .primary a.action.primary:hover, .cart-container .actions-toolbar .primary a.action.primary:focus .cart-container button.primary:focus, .cart-container button.primary:hover {
    background: #16a803 !important;
    width: 100%;
    margin-bottom: 10px !important;
    padding: 0;
    border: 1px solid #16a803 !important;
    margin: 5px 0 !important;
}
.cart-container .paypal {
    float: none;
}
.cart-container .multicheckout {
    width: 100%;
    display: block;
    float: none;
    clear: both;
    color: #000;
    font-size: 12px;
}
.cart-container .cart-container .checkout-methods-items .action.primary {
    background: #16a803;
    padding: 14px 20px;
    display: block;
    text-align: center;
    color: #FFF;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
    width: 100%;
}
.price-including-tax .price, .price-excluding-tax .price {
    font-weight: 700;
}
.cart-summary .block > .title, .paypal-review-discount .block > .title {
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
    font-weight: 600;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    overflow: hidden;
    padding: 2px 30px 7px 5px;
    position: relative;
    color: #000;
}
.cart-totals .mark, .opc-block-summary .table-totals .mark {
    font-weight: 400;
    padding-left: 4px;
    vertical-align: middle;
}
.cart-totals .amount, .opc-block-summary .table-totals .amount {
    padding-right: 4px;
    text-align: right;
    white-space: nowrap;
}
.column.main .cart-summary .block > .title strong, .column.main .paypal-review-discount .block > .title strong {
    font-weight: 400;
}
.product-view {
    padding-top: 30px;
}
@media only screen and (max-width: 767px) {
    body {
        color: #0072b4;
    }
}
.section-separator {
    height: 30px;
    background: #003e7e;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #003e7e 0%, #0072b4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #003e7e 0%, #0072b4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e7e', endColorstr='#0072b4', GradientType=1 );
    /* IE6-9 */ }
.title-section {
    font-size: 21px;
    font-weight: 700;
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
    color: #000;
    text-align: center;
}
.blue-btn, a.blue-btn {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    background: #1097FE;
    border-radius: 6px;
    text-decoration: none;
}
.blue-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    background: #0070C9;
    border-radius: 6px;
    border: 0 none;
    box-shadow: none;
    padding-right: 60px;
    background-image: url("../images/arrow-select.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 45px;
}
.cont-relative {
    position: relative;
}
.div-fifty {
    width: 50%;
    display: inline-block;
    padding: 0 15px;
}
.cont-margin, .top-chart-section, .also-like-section, .choose-chart-section {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.page-layout-2columns-left .column.main, .page-layout-2columns-right .column.main {
    float: right;
}
.page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional, .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right .sidebar-additional {
    float: left;
}
.page-main-pal .alocolumns {
    max-width: 1280px;
    margin: 0 auto;
}
.products-grid ol:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.btn-remove-reminder {
    display: block;
    border: 0 none;
    border-radius: 6px;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    padding: 4px 20px;
    width: 100%;
    color: #1097FE;
}
.text-dx {
    text-align: right;
}
.footer-column-4 {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}
.cart-summary {
    margin-bottom: 25px;
    padding: 1px 15px 25px;
}
.page-products .alocolumns {
    padding-top: 20px;
}
.action.primary.checkout, .action.primary.checkout:hover, .action.primary.checkout:active, .action.primary.checkout:focus {
    padding: 0 15px;
    border: 1px solid #16a803 !important;
}
.cart-container .shipping p.field.note {
    font-size: 13px;
    color: #1097fe;
}
.checkout methods.items.checkout-methods-items {
    padding-top: 5px;
}
.product-view .tabcontent-chart .chart-features-list, .product-view .tabcontent-chart .chart-features-list h4, .product-view .platinum-features-list.text-center {
    text-align: left;
}
.product-view .platinum-features-list.text-center {
    display: inline-block;
}
.product-view .product-shop .page-title-wrapper .page-title span {
    display: inline-block;
    color: #000;
    font-size: 22px;
    line-height: 25px;
    margin: 0px;
    text-transform: none;
    font-weight: 700;
}
.product-title-mobile .page-title-wrapper h1 span{
    font-size:22px;
}

.product.attribute.sku, .product-info-main .product.attribute.sku .type, .product-info-main .product.attribute.sku .value {
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    text-transform: none;
    font-weight: 400;
}
.detail-mobile-att .product.attribute.sku{
    display:block;
}
.product-info-main .price-box {
    margin-top: 0;
}
.product-info-main .col-sm-12 {
    float: none;
    clear: both;
}
.product-info-main .price-box .price-wrapper {
    font-size: 21px;
    font-weight: 500;
}
.product-reviews-summary {
    font-weight: 500;
    font-size: 18px;
    color: #000;
}
.product-essential .box-tocart {
    padding: 10px 0;
    float: none;
}
.product-view .product-essential .field.qty {
    display: none;
}
.product-view .action.primary {
    background-color: #16a803;
    padding: 0px 20px !important;
    text-align: center;
    color: #FFF;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 12px !important;
    background-image: url(../images/ic-cart-page.png);
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: left center;
    width: 100%;
    border-color: #16a803;
}
.product-view .product-social-links .chart-finddelear-btn, .product-view .product-social-links .towishlist {
    width: 49%;
    border-radius: 6px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 21px;
    text-align: center;
    display: inline-block;
    padding: 3px 20px 4px 20px;
    color: #16a803;
    text-decoration: none;
    border: 2px solid #16a803;
}
.product-view .product-social-links .towishlist span {
    font-size: 21px !important;
}
.product-view .product-social-links .chart-finddelear-btn {
    margin-right: 2%;
}
.fotorama__wrap--css3 .fotorama__stage__shaft {
    background: #FFF;
}
.field.street .control {
    display: block;
}
.product.attribute.overview {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.cms-home .page-main-pal .alocolumns {
    max-width: 100%;
    margin: 0 auto;
}
.update-cart-item span {
    font-size: 12px;
    line-height: 18px;
}
.minicart-items .update-cart-item {
    font-size: 12px;
    vertical-align: top;
    height: auto;
    line-height: 31px;
    margin-top: -1px;
}
.table-checkout-shipping-method th, .table-checkout-shipping-method td {
    font-size: 14px;
    color: #000
}
.table-checkout-shipping-method .col-method {
    min-width: 120px;
}
.table-checkout-shipping-method .col-method input[type="radio"] {
    margin: 0 auto;
    display: block;
}
#shipping-method-buttons-container .action.primary.continue, #shipping-method-buttons-container .action.primary.continue:hover, #shipping-method-buttons-container .action.primary.continue:focus {
    background-image: none;
    background: #16a803;
    border: 1px solid #16a803;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 0 15px;
    font-size: 21px;
    box-sizing: border-box;
    vertical-align: middle;
}
/* fix full width pagina charts */
.charts-index-index .page-main-pal.container {
    max-width: 100%;
    width: 100%;
}
.charts-index-index .page-main-pal.container .alocolumns {
    max-width: 100%;
    margin: 0 auto;
}
/* fine fix full width pagina charts */

.block-related.related .block-title strong {
    color: #000;
    font-weight: 700;
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    font-family: "Helvetica Neue", "Roboto";
}
.block-related.related .block-actions.block-subtitle:after {
    float: none;
    clear: both;
    display: block;
    content: "";
    height: 0;
    overflow: hidden;
}
.block-related.related .action.towishlist {
    margin: 0;
    padding: 6px 10px 5px 0;
}
.block-related.related .action.select {
    color: #0070C9;
    border: 1px solid #0070C9 !important;
    padding: 3px 7px !important;
    border-radius: 6px;
    font-size: 18px;
    text-decoration: none;
    float: right;
}
.block-related.related .action.select span {
    color: #0070C9 !important;
    font-size: 18px;
}
.block-related.related .block.block-related .block-subtitle {
    padding: 0px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #000;
}
.block-related.related .action.towishlist i {
    display: none !important;
}
.detail-mobile-att, .detail-mobile-att ul li {
    margin: 0;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.detail-mobile-att, .detail-mobile-att ul {
    margin-bottom: 20px;
}
.detail-description-tab-mobile {
    margin-bottom: 20px;
}
.detail-mobile-att {
    padding-left: 15px;
    padding-right: 15px;
}
.footer-column-6 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.product-view .product-shop .add-to-links, .product-add-form .add-to-links {
    float: none;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 10px;
}
.product-info-main .product-short-des .product.attribute.overview {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
}
.product-view .page-title h1, .product-view .page-title h2, .product-view .page-title-wrapper h1, .product-view .page-title-wrapper h2 {
    margin: 0 0 10px 0;
}
.product-titles-container-mobile {
    max-width: 1280px;
    margin: 0;
    width: 100%;
}
.chart-product-actions >p {
    display: inline-block;
    margin: 0;
}
.cms-noroute-index .alocolumns .main {
    font-size: 17px;
    color: #000;
    font-weight: 300;
}
.cms-noroute-index .alocolumns .main a {
    color: #1097FE;
}
.cms-page-view .page-main-pal >.alocolumns {
    padding-top: 20px;
}
.cms-page-view .page-main-pal >.alocolumns .main {
    font-size: 17px;
    color: #000;
    font-weight: 400;
}
.cms-page-view .page-main-pal >.alocolumns .main a {
    color: #1097FE;
}

/*MODIFICA PER ELIMINARE MARGINE BIANCO SOTTO L'IMMAGINE*/
.cms-page-view .page-main-pal >.alocolumns .main div, .cms-page-view .page-main-pal >.alocolumns .main p {
    margin-bottom: 0;
}



.cms-page-view .page-main-pal >.alocolumns .main img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.cms-page-view .page-main-pal >.alocolumns .main h3 {
    color: #000;
    font-weight: 700;
    font-size: 21px;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
    text-align: left;
    font-family: "Helvetica Neue", "Roboto";
    background: transparent;
    border: 0 none;
}
.cms-page-view .page-main-pal >.alocolumns .main .ui-accordion-content {
    border: 0 none;
    background: #f3f3f3;
    padding: 20px;
    margin-bottom: 20px;
}
.cms-page-view .page-main-pal >.alocolumns .main .ui-accordion-content .ui-accordion-content {
    padding: 0;
}
.cms-page-view .page-main-pal >.alocolumns .main h1 {
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
    color: #000;
}
/* inizio stili profilo */
.account.customer-account-index .block-dashboard-info .box-actions .action,
.account.customer-account-index .block-dashboard-info .box-actions .action:hover,
.account.customer-account-index .block-dashboard-info .box-actions .action:focus,
.account.customer-account-index .block-dashboard-info .box-actions .action:active,
.block-dashboard-addresses .box-actions .action,
.account.customer-account-index .block-dashboard-info .box-actions .action:hover,
.block-addresses-default .box-actions .action,
.block-addresses-default .box-actions .action:hover,
.block-addresses-default .box-actions .action:active{
    color: #0070C9;
    border: 0 none;
    padding: 0;
    border-radius: 6px;
    font-size: 16px;
    text-decoration: none !important;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
}
.account.customer-account-index .box-content p {
    font-size: 20px;
    color: #000;
    line-height:26px;
    font-weight: 300;
}
.account address{
    line-height: 26px;
    margin-bottom: 0 !important;
    font-size: 20px;
}
.block.block-dashboard-addresses{
    border-bottom: 1px solid #979797;
    position:relative;
    padding-bottom: 35px;
    padding-left:15px;
    padding-right:15px;
}
.block.block-dashboard-addresses .block-title a.edit{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 18px;
    border: 1px solid #0D7DFF;
    padding: 5px 10px;
    border-radius: 6px;
    color:#0D7DFF;
}
.block.block-privacy-settings{
    position:relative;
    padding-left:15px;
    padding-right:15px;
}
.account .action.back {
    background-image: none;
    background: #1097FE;
    border: 1px solid #1097FE;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 0 15px;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 6px;
    margin-top: 0;
    line-height: 43px;
}
.account .action.back span {
    color: #FFF;
}
.account .action.save.primary {
    background: #16a803;
    padding: 0 20px;
    display: block;
    text-align: center;
    color: #FFF;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 10px;
    width: 100%;
    text-transform: none;
    height: auto;
    border: 1px solid #16a803;
}
.account .fieldset .legend span {
    font-size: 17px;
    color: #000;
    text-transform: none;
    font-weight: 700;
}
.account-submenu-interne .tabmenu-interne nav {
    max-height: 46px;
    overflow-y: hidden;
}
.account .column:not(.sidebar-main) form .actions-toolbar, .account .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 0;
}
.account .password-strength-meter {
    font-size: 14px;
}
.wishlist-index-index .products-grid.wishlist .product-item-photo {
    float: left;
    margin: 0;
    width: 19%;
    padding-right: 20px;
}
.wishlist-index-index .product-item-name a {
    margin: 10px 0 3px;
    font-size: 100%;
    line-height: normal;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    display: block;
}
.wishlist-index-index .products-grid .price-wrapper .price {
    color: #000;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 15px;
}
.wishlist-index-index .products-grid .product-item-inner .comment-box {
    float: left;
    min-width: 300px;
}
.wishlist-index-index .products-grid .product-item-inner .comment-box .control {
    display: block;
}
.wishlist-index-index .products-grid .product-item-inner .product-item-actions a.action, .wishlist-index-index .products-grid .product-item-inner .product-item-actions a.action:hover, .wishlist-index-index .products-grid .product-item-inner .product-item-actions action:focus, .wishlist-index-index .products-grid .product-item-inner .product-item-actions a.action:active {
    color: #0070C9;
    border: 1px solid #0070C9;
    padding: 3px 7px;
    border-radius: 6px;
    font-size: 18px;
    text-decoration: none !important;
}
.products-grid.wishlist .product-item-actions {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
}
.products-grid.wishlist .product-item-actions:after {
    float: none;
    clear: both;
    display: block;
    height: 0;
    content: "";
}
.wishlist-index-index .product-item .box-tocart button.action.tocart.primary {
    display: block;
    text-align: center;
    border-radius: 6px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 17px;
    background: #16a803;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #16a803 !important;
    padding: 0 15px;
    margin: 0;
}
.wishlist-index-index .box-tocart .product-item-actions {
    position: relative;
    top: auto;
    right: auto;
}
.wishlist-index-index .actions-toolbar .action {
    background-image: none;
    background: #1097FE;
    border: 1px solid #1097FE;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 6px;
    margin-top: 0 !important;
    text-decoration: none;
}
.form form-new-agreement p.note {
    font-size: 16px;
}
.filter-current strong {
    clear: both;
    padding: 0px;
    position: relative;
    line-height: normal;
    margin: 0px;
    display: block;
    text-align: left;
    font-weight: 700;
    font-size: 16px !Important;
    line-height: 110%;
    text-transform: capitalize !important;
    color: #000;
}
.filter-current .item {
    position: relative;
    z-index: 1;
    line-height: 40px;
    border-bottom: 1px solid #eeeeee;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 0 20px;
}
.filter-current .action.remove {
    right: 22px;
}
.filter-content .filter-actions {
    padding-top: 5px;
    padding-bottom: 0;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
}
.filter-content .filter-actions a {
    color: #1097fe;
    padding: 4px 10px;
    display: inline-block;
    border: 1px solid #1097fe;
    border-radius: 6px;
}
.content-seach .action.search, .content-seach .action.search:hover, .content-seach .action.search:active, .content-seach .action.search:focus {
    background-image: none;
    background: #1097FE;
    border: 1px solid #1097FE;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    /* font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    font-weight: 700;
    padding: 0 15px;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: middle;
}
.box-tocart.update .paypal {
    float: none;
    clear: both;
    text-align: center;
}
.product-titles-container-mobile .price-box {
    margin: 0;
}
.product-title-mobile h1 span {
    font-size: 23px;
}
footer .top-footer .footer .menu-foot ul li+li {
    padding-left: 0;
}
.sub-search-for-content {
    margin-bottom: 20px;
}
.sidebar .block-wishlist .block-title strong {
    clear: both;
    padding: 0px;
    position: relative;
    line-height: normal;
    margin: 0px;
    display: block;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    text-transform: capitalize;
    color: #000;
}
.sidebar .swatch-attribute .swatch-option.text {
    border-top: 0 none;
    text-transform: capitalize;
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 40px;
    margin: 0;
    padding: 0 25px 0 0;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    color: #000;
    outline: medium none;
    display: block;
    width: 100%;
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0 none;
    box-shadow: none;
}
.sidebar .swatch-attribute-options {
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0 none;
    box-shadow: none;
}
.sidebar .block.block-wishlist .block-title {
    margin: 0 0 12px;
}
.catalogsearch-result-index .swatch-option-tooltip {
    display: none;
}
.catalogsearch-result-index .sidebar.sidebar-additional {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}
.sub-search-for-content .message.info > *:first-child:before {
    top: 6px;
    width: 25px;
}
.sub-search-for-content .message.info {
    padding-left: 30px;
}
.sub-search-for-content h2 {
    margin-bottom: 20px;
}
.page-products.categorypath-shop.category-shop.catalog-category-view .category-view{
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .account .fieldset > .field.choice:before, .account .fieldset > .field.no-label:before {
        padding: 0;
        width: 0;
        box-sizing: border-box;
        content: ' ';
        float: none;
        height: 0;
    }
}
/* spinner */
#circularG {
    position: relative;
    width: 34px;
    height: 34px;
    margin: 20px auto;
}
.circularG {
    position: absolute;
    background-color: rgb(0,62,126);
    width: 8px;
    height: 8px;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    animation-name: bounce_circularG;
    -o-animation-name: bounce_circularG;
    -ms-animation-name: bounce_circularG;
    -webkit-animation-name: bounce_circularG;
    -moz-animation-name: bounce_circularG;
    animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    -ms-animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}
#circularG_1 {
    left: 0;
    top: 14px;
    animation-delay: 0.41s;
    -o-animation-delay: 0.41s;
    -ms-animation-delay: 0.41s;
    -webkit-animation-delay: 0.41s;
    -moz-animation-delay: 0.41s;
}
#circularG_2 {
    left: 3px;
    top: 3px;
    animation-delay: 0.55s;
    -o-animation-delay: 0.55s;
    -ms-animation-delay: 0.55s;
    -webkit-animation-delay: 0.55s;
    -moz-animation-delay: 0.55s;
}
#circularG_3 {
    top: 0;
    left: 14px;
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}
#circularG_4 {
    right: 3px;
    top: 3px;
    animation-delay: 0.83s;
    -o-animation-delay: 0.83s;
    -ms-animation-delay: 0.83s;
    -webkit-animation-delay: 0.83s;
    -moz-animation-delay: 0.83s;
}
#circularG_5 {
    right: 0;
    top: 14px;
    animation-delay: 0.97s;
    -o-animation-delay: 0.97s;
    -ms-animation-delay: 0.97s;
    -webkit-animation-delay: 0.97s;
    -moz-animation-delay: 0.97s;
}
#circularG_6 {
    right: 3px;
    bottom: 3px;
    animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
}
#circularG_7 {
    left: 14px;
    bottom: 0;
    animation-delay: 1.24s;
    -o-animation-delay: 1.24s;
    -ms-animation-delay: 1.24s;
    -webkit-animation-delay: 1.24s;
    -moz-animation-delay: 1.24s;
}
#circularG_8 {
    left: 3px;
    bottom: 3px;
    animation-delay: 1.38s;
    -o-animation-delay: 1.38s;
    -ms-animation-delay: 1.38s;
    -webkit-animation-delay: 1.38s;
    -moz-animation-delay: 1.38s;
}
@keyframes bounce_circularG {
    0% {
        transform:scale(1);
    }
    100% {
        transform:scale(.3);
    }
}
@-o-keyframes bounce_circularG {
    0% {
        -o-transform:scale(1);
    }
    100% {
        -o-transform:scale(.3);
    }
}
@-ms-keyframes bounce_circularG {
    0% {
        -ms-transform:scale(1);
    }
    100% {
        -ms-transform:scale(.3);
    }
}
@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform:scale(1);
    }
    100% {
        -webkit-transform:scale(.3);
    }
}
@-moz-keyframes bounce_circularG {
    0% {
        -moz-transform:scale(1);
    }
    100% {
        -moz-transform:scale(.3);
    }
}
/* end spinner */

.related-hp{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.related-hp .grid.products-grid{
    margin-left: 0;
    margin-right: 0;
}
.related-hp .grid.products-grid .item{
    width: 25%;
}
.related-hp .grid.products-grid .item .per-product{
    padding:0 25px;
}
.related-hp .block-related.related .block-title strong {
    font-size: 30px;
}
.header-content .header-icons-cont .content-cart .ui-dialog{
    left: auto;
    right: 0;
    top: 28px;
}
.page-products .page-wrapper .page-main-pal.container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 7px;
}
.cms-page-view.page-layout-custom-apps .page-main-pal >.alocolumns .main div, .cms-page-view.page-layout-custom-apps .page-main-pal >.alocolumns .main p {
    margin-bottom: 0;
}
.form-cart .data.table .custom-qty {
    min-width: 90px;
}
.map_div {
    height: 440px;
}

/* change height gallery */

.product-essential .fotorama__stage{
    height:400px !important;
}
.product-essential .fotorama__nav.fotorama__nav--thumbs{
    height: 60px !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    height: 54px !important;
}
.fotorama__thumb{
    height:60px !important;
}

/* end change heiht gallery */
.account-menu-tab .cont-margin, .account-menu-tab .top-chart-section, .account-menu-tab .also-like-section, .account-menu-tab .choose-chart-section{
    height:39px;
    overflow-y:hidden;
}
.account-submenu-interne{
    z-index:999;
}

#shipping-method-buttons-container .button.action.continue.primary{
    line-height: 35px;
}
.actions-toolbar.braintree-paypal-actions .action.primary.checkout{
    border-color:#1097FE !important;
}
.checkout-onepage-success .main #registration{
    font-size:17px;
}
.checkout-onepage-success .main #registration .primary{
    line-height:45px;
    border-radius:6px;
    border-color: #1097FE;
}
.checkout-onepage-success .main .checkout-success .action.primary{
    border: 2px solid #1097fe;
    line-height: 40px;
    height: 45px;
}
.cart.items.table .gift-options .actions-toolbar .action-update {
    font-size: 17px;
    padding: 0 20px;
    width: auto;
}
.cart.items.table .gift-options .actions-toolbar > .secondary {
    text-align: left;
}
.cart-container .action-braintree-paypal-logo, .cart-container .action-braintree-paypal-logo:hover, .cart-container .action-braintree-paypal-logo:active, .cart-container .action-braintree-paypal-logo:focus{
    background:none;
}
.step-content .addresses > .control{
    width: 100% !important;
    display:block;
}
.action.action-select-shipping-item, .checkout-shipping-address .action.action-show-popup{
    padding: 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    background: #1097FE;
    border-radius: 6px;
    text-decoration: none;
    border: 0 none;
    float: none;
}
.table-wrapper.orders-history th, .order-items th{
    font-size:21px;
    color:#000;
}
.table-wrapper.orders-history td, .order-items td{
    font-size:16px;
    color:#000;
}
.table-wrapper.orders-history .actions .action{
    color: #0070C9;
    border: 1px solid #0070C9;
    padding: 3px 7px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
}
.block block-order-details-view .block-content > div{
    margin-bottom:10px;
}
.top-chart-section.charts-description p{
    font-size:17px;
    color:#000;
    line-height:130%;
}
.top-chart-section.charts-description{
    padding-left:15px;
    padding-right:15px;
}

.page-layout-custom-apps .page-main-pal.container{
    max-width: 100%;
}
.page-layout-custom-apps .page-main-pal .alocolumns {
    max-width: 100%;
}
footer .top-footer .footer form input[type="text"], footer .top-footer .footer form input[type="email"] {
    padding: 0;
}
/* fix pulsante full quando è solo uno */
.tabcontent-chart .chart-size-selector.single-category .size-button-selector{
    width:100%;
    margin-right:0 !important;
}
.cont-updates .image-updates-cont img{
    width:100%;
}
.cont-updates .text-updates-cont img{
    margin:0 0 20px !important;
}
.cont-updates .text-updates-cont {
    text-align:left;
}
.cont-updates .text-updates-cont .blue-btn{
    width: 100%;
    text-align: center;
    color: #FFF !important;
    margin-bottom:15px;
    font-size:21px !important;
}
.cont-updates .text-updates-cont .chart-finddelear-btn{
    width:100%;
    border-radius: 6px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 21px;
    text-align: center;
    display: inline-block;
    padding: 5px 20px 4px 20px;
    color: #16a803;
    text-decoration: none;
    border: 2px solid #16a803;
    color:#16a803 !important;
}
.cont-updates .text-updates-cont ul li{
    margin: 0;
    list-style-type: disc;
}
.cont-updates .text-updates-cont ul{
    padding-left:20px;
}
.ind-features, .ind-features .chart-features-list{
    text-align:left !important;
}
.ind-features .tabcontent-chart .chart-features-list h4{
    text-align:left !important;
}

.cms-page-view .page-main-pal >.alocolumns .main .cont-updates h1{
    display: inline-block;
    color: #000;
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 15px 0;
    text-transform: none;
    font-weight: 700;
}
.catalogsearch-result-index .cont-main.tab-cont-bg{
    margin-bottom:15px;
}

/* tabs pagina ricerca */

.catalogsearch-result-index .tab-cont-bg {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 87%, rgba(235,235,235,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 87%,rgba(235,235,235,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 87%,rgba(235,235,235,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
}
/*.catalogsearch-result-index .tabbed.round ul li a:before {
	border-left: 2px solid #eee;
	border-top: 1px solid #eee;
}

.catalogsearch-result-index .tabbed.round ul li a:after {
	border-top: 1px solid #eee;
	border-right: 2px solid #eee;
}*
.catalogsearch-result-index .tabbed ul li a:before, .catalogsearch-result-index .tabbed ul li a:after  {
	box-shadow: none;
}

/*.catalogsearch-result-index .tabbed ul li .tl a {
	border-top: 1px solid #eee;
}*/

.catalogsearch-result-index .post-list .post-text-hld {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #000;
    line-height: 25px;
}
.searchautocomplete__autocomplete .title{
    font-size: 16px !important;
    color: #000;
    margin-bottom: 0;
}
.searchautocomplete__autocomplete img{
    display:none !important;
}

.wishlist-index-index .products-grid.wishlist .product-items .product-item {
    padding: 0 15px;
    width: 100% !important;
}
#loader-lakes {
    position: absolute;
    width: 30px;
    height: 30px;
    margin: auto;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
}

#loader-lakes .wBall {
    position: absolute;
    width: 28px;
    height: 28px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.6325s infinite;
    -o-animation: orbit 3.6325s infinite;
    -ms-animation: orbit 3.6325s infinite;
    -webkit-animation: orbit 3.6325s infinite;
    -moz-animation: orbit 3.6325s infinite;
}

#loader-lakes .wBall .wInnerBall{
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgb(0,0,0);
    left:0px;
    top:0px;
    border-radius: 4px;
}

#loader-lakes #wBall_1 {
    animation-delay: 0.796s;
    -o-animation-delay: 0.796s;
    -ms-animation-delay: 0.796s;
    -webkit-animation-delay: 0.796s;
    -moz-animation-delay: 0.796s;
}

#loader-lakes #wBall_2 {
    animation-delay: 0.153s;
    -o-animation-delay: 0.153s;
    -ms-animation-delay: 0.153s;
    -webkit-animation-delay: 0.153s;
    -moz-animation-delay: 0.153s;
}

#loader-lakes #wBall_3 {
    animation-delay: 0.3165s;
    -o-animation-delay: 0.3165s;
    -ms-animation-delay: 0.3165s;
    -webkit-animation-delay: 0.3165s;
    -moz-animation-delay: 0.3165s;
}

#loader-lakes #wBall_4 {
    animation-delay: 0.4695s;
    -o-animation-delay: 0.4695s;
    -ms-animation-delay: 0.4695s;
    -webkit-animation-delay: 0.4695s;
    -moz-animation-delay: 0.4695s;
}

#loader-lakes #wBall_5 {
    animation-delay: 0.633s;
    -o-animation-delay: 0.633s;
    -ms-animation-delay: 0.633s;
    -webkit-animation-delay: 0.633s;
    -moz-animation-delay: 0.633s;
}


.search__result-index.search__index-magento-cms-page li {
    margin-bottom: 30px;
    border-right: 1px solid #f2f2f2;
    padding: 13px;
    border-bottom: 4px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}
.search__result-index.search__index-magento-cms-page li .title a{
    color: #000;
    font-size: 21px;
    font-weight: 700;
    outline: medium none;
    text-decoration: none;
}
.search__result-index.search__index-magento-cms-page li .content{
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #000;
    line-height: 25px;
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }

    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
        opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
/* fix pagina apps */
@media (min-width:1025px) and (max-width:1400px){
    .checkout-cart-index .page-main-pal, .checkout-index-index .page-main-pal, .checkout-index-index, .charts-index-index .page-main-pal > .alocolumns{
        padding-left:15px;
        padding-right:15px;
    }
    .product-view {
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-apps-container {
        padding-left: 15px;
        padding-right: 20px;
    }
}



@media (max-width: 360px) and (min-width: 1px){
    .product-items .product-item:nth-child(1n+1) {
        clear: none !important;
    }
}
@media (min-width:1024px) and (max-width: 1280px) {
    .block-related.related .products.product-items.items-count-1 .product-item, .block-related.related .products.product-items.items-count-2 .product-item, .block-related.related .products.product-items.items-count-3 .product-item {
        margin-right: 140px !important;
    }
}
@media only screen and (max-width: 1023px) {
    .wishlist-index-index .products-grid.wishlist .product-items .product-item .btn-remove.delete{
        float:left !important
    }
    .block-related.related .products.product-items.items-count-1 .product-item,
    .block-related.related .products.product-items.items-count-2 .product-item,
    .block-related.related .products.product-items.items-count-3 .product-item{
        float:left !important;
        margin-right:0;
    }
    .product-view .product-social-links .towishlist span {
        font-size: 16px !important;
    }
    .page-layout-custom-apps .page-main-pal.container {
        padding-left: 0;
        padding-right: 0;
    }
    .block-related .choice.related{
        top:5px;
    }
    .header-content .form-search .field.search{
        max-width: 140px !important;
    }
    .navionics-map-container .zoom-control-container {
        top: 10px !important;
    }
    .wishlist-index-index .products-grid.wishlist .product-item{
        margin-left: auto;
        margin-right: auto;
    }
    .cart.items.table .gift-options .gift-options-content .label{
        width:15%;
    }
    .cart.items.table .gift-options .gift-options-content .control{
        width:80%;
    }
    .checkout-payment-method .payment-methods, .checkout-payment-method .payment-option{
        margin:0 auto;
    }
    .footer .text-right{
        text-align:center !important;
    }
    #shipping-new-address-form.address .control {
        display: block;
    }
    .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart{
        display:none !important;
    }
    .payment-method .payment-method-content .fieldset > .field > .label, .payment-method .payment-method-content .fieldset > .fields > .field > .label {
        margin: 0 0 5px;
        display: inline-block;
        vertical-align: top;
    }

    .product-img-box.col-md-7.col-sm-12.col-xs-12, .product-info-main.product-shop.col-md-5.col-sm-12.col-xs-12{
        float:none !important;
        clear:both !important;
        width:100% !important;
        padding-top:0;
    }
    .fotorama__thumb {
        height: 45px !important;
    }
    .product-essential .fotorama__stage{
        height:200px !important;
    }
    .fotorama__thumb__arr--right .fotorama__thumb--icon {
        background-position: -25px -345px !important;
    }
    .product-essential .fotorama__nav.fotorama__nav--thumbs{
        height: 50px !important;
    }
    .fotorama__nav--thumbs .fotorama__nav__frame {
        height: 41px !important;
    }
    .fotorama__thumb{
        height:45px !important;
    }
    .map_div {
        height: 211px;
    }
    .item .actions-no .button.btn-cart span {
        font-size: 13px;
    }
    .toolbar-sorter.sorter{
        max-width: 300px;
    }
    .product-titles-container-mobile .weee{
        text-align:right;
    }
    .related-hp .grid.products-grid{
        margin-left: -15px;
        margin-right: -15px;
    }
    .related-hp .grid.products-grid .item{
        width: 50%;
        border:1px solid #ebebeb;
        padding-top:0;
    }
    .product-view .platinum-features-list.text-center{
        display:block;
    }
    .chart-size-selector .size-button-selector .size-name {
        display: block;
        float: left;
        padding-top: 0;
    }
    .account .actions-toolbar {
        padding: 20px 0 0;
    }
    .product-info-price {
        display: none;
    }
    .div-fifty {
        width: 100%;
    }
    .footer-column-4 {
        display: block;
        width: 100%;
        text-align: center !important;
        margin-bottom: 15px;
    }
    .charts-index-index .page-main-pal.container {
        padding: 0;
    }
    .table-checkout-shipping-method .col-method {
        min-width: 40px;
    }
    .footer-column-6 {
        display: block;
        width: 100%;
        text-align: center;
    }
    .product-view .product-social-links .chart-finddelear-btn, .product-view .product-social-links .towishlist {
        font-size: 16px;
    }
    .may-also-like-section .cont-relative {
        margin-left: 10px;
        margin-right: 10px;
    }
    .block-related.related .action.towishlist {
        padding: 5px 9px 6px 9px;
    }
    .product-info-main .product.attribute {
        display: none !important;
    }
    .catalog-product-view .product-essential, .catalog-product-view .block-related.related {
        margin: 0 15px;
    }
    .product-info-main .price-container.price-final_price {
        text-align: right;
    }
    .wishlist-index-index .products-grid.wishlist .product-item-photo {
        float: none;
        margin: 0;
        width: 100%;
    }
    .products-grid.wishlist .product-item-actions {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 0;
        text-align: center;
        float: none;
        clear: both;
        padding: 10px 0;
    }
    .products-grid.wishlist .product-item-inner .box-tocart {
        float: none;
        padding: 10px 0;
        clear: both;
    }
    .wishlist-index-index .products-grid .product-item-inner .comment-box {
        float: none;
    }
    .wishlist-index-index .box-tocart .product-item-actions {
        padding: 0;
    }
    .wishlist-index-index .product-image-photo, .slick-slide img {
        display: block;
    }
    .product-view .tabcontent-chart .chart-features-list h4{
        font-size:19px;
        text-align:center;
    }
    .share-strip{
        margin-bottom:15px;
    }
    .tabcontent-chart .chart-features-list .chart-feature-block{
        width:32%;
    }
    .page-products .page-wrapper .page-main-pal.container{
        padding: 0;
    }
    .block-related.related .action.towishlist{
        font-size:14px;
    }
    .tabcontent-chart .top-chart-section {
        margin-bottom: 10px;
    }
    .chart-inc-content {
        margin-bottom: 0;
    }
    /* -- modifica issue 232 -- */
    .cms-page-view .page-main-pal .top-image-heading {
        background-position: bottom left;
        background-size: initial;
    }
    /* -- fine modifica issue 232 -- */
    /* modifica issue 361 */
    .product-title-mobile .page-title-wrapper h1 span{
        color: #1097FE !important;
        font-size: 22px;
    }
    .model-number-mobile label{
        display: inline-block;
        color: #000;
        font-size: 14px;
        line-height: 25px;
        margin: 0;
        text-transform: none;
        font-weight: 400;
    }
    .model-number-mobile .base{
        color: #000;
        font-size: 14px;
        line-height: 25px;
        margin: 0;
        text-transform: none;
        font-weight: 400;
    }
    /* modifica issue 361 */
    /* ------ */

    .product-essential .fotorama__nav-wrap .fotorama__dot{
        border: 1px solid #000;
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        cursor: pointer;
        border-radius: 10px;
    }
    .product-essential .fotorama__nav-wrap .fotorama__active .fotorama__dot{
        background-color: #000;
        border-color: #000;
    }
    /* ------ */
}
@media (max-width:1024px){
    .page-products .page-wrapper .page-main-pal.container{
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 10px;
    }
    .customer-account-index .block-dashboard-addresses .block-account .block-title strong{
        padding: 0;
        display:block;
    }
}

@media only screen and (min-width: 1024px) {

    .header-content .menu-cont ul.menu-items > li.submenu-yes > a:after {
        font-family: 'Glyphicons Halflings';
        content: "\e258";
        margin-left: 10px;
        font-size: 10px;
        color: #FFF;
        margin-top: 0;
        transform: rotate(90deg);
        display: inline-block;
    }
    .also-like-section h2, .latest-news-section h2 {
        font-size: 30px;
    }
    .product-info-main .price-box{
        text-align:right;
    }
    /* quando ci sono meno blocchetti nei related */
    .block-related.related .products.product-items.items-count-1, .block-related.related .products.product-items.items-count-2, .block-related.related .products.product-items.items-count-3{
        display: -webkit-box;
        display: -ms-flexbox;
        display: block;
        -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
        justify-content: inherit;
        max-width: 1280px;
        margin: 0 auto;
        -webkit-box-orient: inherit;
        -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
        flex-direction: inherit;
        -webkit-box-align: inherit;
        -ms-flex-align: inherit;
        align-items: inherit;
    }

    .block-related.related .products.product-items.items-count-1 .product-item,
    .block-related.related .products.product-items.items-count-2 .product-item,
    .block-related.related .products.product-items.items-count-3 .product-item{
        float:left !important;
        margin-right:170px;
    }
}
@media (min-width: 1170px) {
    .container {
        max-width: 1280px;
    }
}
@media (max-width:1280px){
    .block-related.related .block-title strong{
        padding-left:10px;
    }
}
@media (max-width:1023px) {
    .form-cart .data.table .custom-qty {
        width: 90px;
    }
    .product-grid .product-name a {
        font-size: 17px;
    }
    .action.sorter-action.sort-asc {
        margin-top: 0;
    }
    .sidebar.sidebar-main {
        border-right: 0 none;
    }
    .action.sorter-action {
        display: block;
    }
    .item .actions-no .add-to-links a.action.towishlist.link-wishlist {
        padding-left: 5px;
        padding-right: 5px;
    }
    .page-products .alocolumns .column.main {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .toolbar-bottom {
        display: none;
    }
    .tabcontent-chart .top-chart-section {
        margin-bottom: 0 !important;
    }
    .product-options-wrapper {
        padding-top: 0;
    }
    .chart-inc-content {
        margin-bottom: 15px;
    }
}
@media (min-width:1023px) {
    .tabcontent-chart .top-chart-section {
        margin-bottom: 0;
    }
    .detail-mobile-att {
        display: none;
        max-width: 1280px;
        margin: 0 auto;
    }
    .detail-mobile-att img {
        margin-bottom: 10px;
    }
    .detail-description-tab-mobile {
        display: none;
    }
    .product-title-mobile {
        display: none;
        max-width: 1280px;
        margin: 0 15px;
    }
    .product-titles-container-mobile {
        display: none;
    }
}
/* override tpl css */
@media (max-width: 991px) and (min-width: 769px) {
    .product-items .product-item {
        width: 49.9% !important;
    }
    .item .actions-no .add-to-links a.action.towishlist.link-wishlist {
        padding: 8px 10px;
        line-height: 25px;
    }
    .related-hp{
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
    }
}
@media (min-width:768px) and (max-width:1023){
    .minicart-items .product-item-details {
        text-align: left;
        padding-left: 0;
        float: none;
        clear: both;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .home-bg-cta-section{
        padding-left: 13px;
        padding-right: 13px;
    }
    .opc-block-summary .product-item .subtotal {
        display: block;
        text-align: left;
    }

    .product-view{
        padding-left:10px;
        padding-right:10px;
    }
    .related-hp {
        margin: 0 15px;
    }

    .down-footer .footer-column-4:first-child .dib-cont{
        padding-left: 15px;
    }
}
@media (min-width:768px) and (max-width:1280px){
    .product-view{
        padding-left:10px;
        padding-right:10px;
    }
    .related-hp .grid.products-grid {
        margin-left: -30px;
        margin-right: 5px;
    }
    .related-hp {
        margin: 0 15px;
    }
    footer .top-footer {
        padding: 25px 10px !important;
    }
    .home-bg-cta-section {
        padding-left: 13px;
        padding-right: 13px;
    }
    footer .down-footer{
        padding-left:15px;
    }
}
@media (width:768px){
    .related-hp .grid.products-grid {
        margin-left: -14px !important;
        margin-right: 14px !important;
    }
}
@media (max-width: 767px) {
    /*.products-grid .product-name {
       min-height: 110px;
    }*/
    .opc-estimated-wrapper {
        background: #ebebeb;
    }
    .opc-wrapper .fieldset > .field > .label {
        font-weight: 400;
        display: block;
    }
    .control {
        display: block;
    }
    .opc-estimated-wrapper .estimated-label {
        font-size: 18px;
        font-weight: 700;
        color: #000;
    }
    .opc-estimated-wrapper .estimated-price {
        font-weight: 500;
    }
    .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty {
        padding: 0;
        margin: 0;
        background-color: transparent;
        min-width: auto;
        display: inherit;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #008000;
        line-height: 20px;
        color: #FFF;
        font-size: 11px !important;
    }
    .opc-estimated-wrapper .minicart-wrapper .action.showcart .counter.qty button span {
        font-size: 11px;
    }
}
.products-grid ol .product-item .actions-cart .button.btn-cart {
    border: 1px solid #16a803;
}
.item .actions-no .add-to-links a.action.towishlist.link-wishlist {
    padding: 6px 20px 5px 20px;
}

.product-view .product-social-links .chart-finddelear-btn{
    padding: 4px 20px 5px 20px;
}
.cont-centered .tabcontent-chart .chart-features-list h4{
    margin-bottom: 17px;
}
.cont-centered .tabcontent-chart .chart-features-list .platinum-features-list{
    padding-top:0;
}
.share-strip{
    padding-top:10px;
}

.modal-popup.confirm .modal-inner-wrap{
    width: 100%;
    max-width:400px;
}
.modal-popup.confirm .modal-inner-wrap .modal-footer button{
    font-size: 22px;
    text-decoration: none;
    margin-left: 20px;
    background-image: none;
    color: #ffffff;
    padding: 0 20px;
    font-weight: 500;
    line-height: 35px;
    background: #1097FE;
    height: 45px;
    border-color: #1097FE;
}
.modal-popup.confirm .modal-footer{
    padding:10px 15px !important;
}
.modal-popup.confirm .modal-content{
    font-size: 18px;
    padding: 5px 14px !important;
}
.modal-popup.confirm .modal-header .action-close:before{
    color:#FFF;
}
.payment-method .payment-method-content .actions-toolbar .primary button{
    border-color: #1097FE !important;
}

.detail-mobile-att .product strong, .detail-mobile-att .product div{
    display:inline-block;
    padding-bottom:15px;
}
.detail-mobile-att .product strong:after{
    content:":";
    display:inline-block;
}

.related-hp .product-items .product-item .price{
    font-weight:700;
}
.detail-mobile-att .seelakelist{
    display:block !important;
    padding-bottom: 0 !important;
}
.checkout-container .opc-wrapper .form-login .actions-toolbar{
    margin: 0;
    padding: 10px 0;
    width: 74.2%;
}
.checkout-container .opc-wrapper .form-login .actions-toolbar .action.remind{
    font-size: 12px;
}
.lakes-search {padding: 5px;}
.payment-method._active .payment-method-note{
    font-size: 14px;
}

.searchautocomplete__autocomplete .index-title{
    margin-top:10px;
    color:#CCC;
    font-size: 13px;
}
.searchautocomplete__autocomplete title{
    font-size:16px !important;
}

.searchautocomplete__autocomplete .description{
    display:none;
}

.top-chart-section .size-price .product-price-full{
    margin-left: 5px;
    text-decoration: line-through;
    font-weight: 400;
    font-size: 14px;
}
#chart-offers-banner{
    padding-top:10px;
}
/* overrides accessori.html */
@media (max-width: 1199px) and (min-width: 992px){
    .product-items .product-item {
        padding: 0 15px;
        width: 33.333333% !important;
    }
}
@media (max-width: 1023px) and (min-width: 992px){
    .product-items .product-item {
        padding: 0 15px;
        width: 49.9% !important;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .product-items .product-item:nth-child(2n+1) {
        clear: none !important;
    }
}
@media (max-width: 768px) and (min-width: 641px){
    .product-items .product-item {
        padding: 0 15px;
        width: 50% !important;
    }
}
/* overrides accessori.html */
.grid.products-grid.item .actions-no .add-to-links a {
    border: 2px solid #16a803;
    border-radius: 6px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
    display: block;
    padding: 8px 20px;
    width: 100%;
    height: auto;
    color: #16a803;
    max-width: 160px;
    margin: 0 auto !important;
    float: none;
}
/* fix issue 232 - incollato snippet richiesto */
@media only screen and (max-width: 1023px){
    .cms-page-view .page-main-pal .top-image-heading{ background-position: bottom left; background-size: initial; }
}
/* fix issue 232 - incollato snippet richiesto */
@media (max-width:350px){
    .product-view .product-social-links .chart-finddelear-btn, .product-view .product-social-links .towishlist {
        font-size: 20px;
    }
    .tabcontent-chart .chart-features-list .chart-feature-block {
        width: 39%;
    }
    .share-strip span {
        margin-right: 4px !important;
    }
    .products-title-container .price-box .price {
        font-size: 22px;
        color: #000;
        font-weight: 700;
        line-height: 24px;
    }
}

@media (max-width: 320px){
    .tabcontent-chart .chart-features-list .chart-feature-block {
        width: 49%;
    }
}


/* override problema gradino lista prodotti*/
@media (max-width: 768px) and (min-width: 641px){
    .product-items .product-item:nth-child(3n+1) {
        clear: none !important;
    }
}
/* fix padding wishlist */
@media (min-width:1170px) and (max-width:1300px){
    .account.wishlist-index-index .page-main-pal.container{
        padding-left: 15px;
        padding-right: 15px;
    }
}


/* fix menu 31 marzo */

@media only screen and (min-width: 1024px){
    .header-content .menu-cont ul:first-child li ul li a {
        height: 50px;
        line-height: 50px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .header-content .menu-cont ul li ul li {
        height: 50px !important;
        line-height: 25px !important;
        border-bottom: 1px solid #EAEAEA;
    }
    .header-content .menu-cont ul li ul li:last-child {
        border-bottom: 0 none;
    }
    .header-content .menu-cont ul:first-child li ul {
        width: 264px;
        right: auto;
        min-width: 100%;
    }
}
/* fix menu 31 marzo */

/*fix prezzo special dettaglio */
.special-price .price {
    color: #000000;
}
.product-info-main .price-box .old-price .price-wrapper .price {
    font-weight: 400;
}
.price-box.price-final_price .old-price .price{
    color: #000000;
}
/*fix prezzo special dettaglio */
/* fix brand mobile */
.brand-mobile .base{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}
.navionics-product-side .product.attribute.model_number strong{
    font-weight: 400;
}
/* css chat salesforce */
.salesforceChatCtaContainer{
    display: none;
}
.salesforceChatCta{
    position: fixed;
    bottom: 0;
    z-index: 9;
    background: #0595FF;
    max-width: 233px;
    right: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 8px 11px 5px 11px;
    width: 100%;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    font-family: "Helvetica Neue", "Roboto";
    text-align: right;
    -webkit-box-shadow: 0px -2px 18px -2px rgba(0,0,0,0.72);
    -moz-box-shadow: 0px -2px 18px -2px rgba(0,0,0,0.72);
    box-shadow: 0px -2px 18px -2px rgba(0,0,0,0.72);
}
.salesforceChatCta span, .salesforceChatCta img{
    display:inline-block;
    vertical-align:middle;
}
.salesforceChatCta .salesforceChatting {
    max-width: 35px;
}
.salesforceChatCta  a{
    display:inline-block;
    vertical-align:middle;
}
.salesforceChatCta a{
    color:#FFF;
}
.salesforceChatCta a .label-strong{
    font-weight:700;
}
.salesforceChatCta a .label-thin{
    margin:0 6px;
    font-weight: normal;
}
.footer-chat-padding{
    padding-bottom: 20px;
}
.product-info-main .swatch-attribute-options {
    justify-content: flex-start !important;
    flex-wrap:wrap !important;
}
.swatch-option.image{
    display: inline-block;
    margin-right: 30px;
    min-width: 116px;
    min-height: 150px;
    border-radius: 5px;
    margin-bottom: 11px;
    border: 1px solid #979797;
    box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.39);
    cursor: pointer;

}
.swatch-option.selected.image{
    outline: 0 none !important;
    border: 3px solid;
    box-shadow: none;
    border-color: #1f93fd !important;
}

#overview .product-box-wrapper ul li, #in-the-box .product-box-wrapper ul li{
    list-style:disc;
}
@media (max-width:640px){
    .tabcontent-chart .top-chart-section .chart-size-selector .size-price img{
        width: 53px;
        margin-top: -3px;
    }
}
@media (max-width:330px){
    .tabcontent-chart .top-chart-section .chart-size-selector .size-price img{
        width: 48px;
        margin-top: -3px;
    }
}
.chart-inc-content {
    position: relative;
}

/*BUTTON GENERICI*/

.btn.btn-blue {
    background: #0099FF;
}