@import url("https://cdn.unykvis.com/plugin/fontawesome/5.14.0/css/all.min.css");
/*@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css") only screen and (max-width: 576px);*/

/**
 * 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 ================================================================================= */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Oxanium', Arial;
    font-size: 13px;
    color: #454545;
    text-align: left;
    background: #fff;
}

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

a {
    color: #D4470F;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #D4470F;
}

:focus {
    outline: none;
}

a:focus {
    outline: none !important;
}

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

.container {}

.box-padding {}

.product-image {
    background: #fff;
    display: block;
}

.product-image img {
    width: 100%;
}

/* Headings */

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

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

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

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

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

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

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

/* Forms */

form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

/* Table */

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

caption,
th,
td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

/* Content */

p {
    margin: 0 0 10px;
}

strong {
    font-weight: bold;
}

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

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

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

small,
big {
    font-size: 1em;
}

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

/* Lists */

ul,
ol {
    list-style: none;
    margin: 0;
}

/* Tools */

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

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

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

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

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

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

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

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

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

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

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

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

.no-display {
    display: none;
}

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

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

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

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

/* sale---new */

.new-sale {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 1;
}

.new {
    display: block;
    text-indent: -9999px;
    top: 18px;
    left: 23px;
    width: 24px;
    height: 48px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: #ff3838 url(../images/new.png) no-repeat;
    float: left;
    margin-left: 10px;
}

.sale {
    display: block;
    text-indent: -9999px;
    top: 18px;
    left: 23px;
    width: 24px;
    height: 48px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: #ff9600 url(../images/sale.png) no-repeat;
    float: left;
}

.view-detail {
    position: absolute;
    top: 120%;
    left: 50%;
    z-index: 99;
    text-indent: -9999px;
    width: 71px;
    height: 71px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    background: url(../images/view_detail.png) no-repeat 0 0;
    font-size: 0;
}

.view-detail:hover:before {
    font-size: 0;
    background: url(../images/view_detail.png) no-repeat 0 100%;
    content: "";
    width: 71px;
    height: 71px;
    display: block;
}

.item-inner:hover .view-detail {
    top: 50%;
}

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

.wrapper {}

.page {}

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

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

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

.main-container {
    /*margin: 30px 0;*/
    overflow: hidden;
}

.main {
    margin: 0 auto;
    min-height: 400px;
    padding: 1px 0 20px 0;
    text-align: left;
}

.cms-index-index .main .std {
    margin: 0;
    position: relative;
    z-index: 9;
}

/* Base Columns */

.col-left {}

.col-main {}

.col-right {}

/* 1 Column Layout */

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

/* 2 Columns Layout */

.col2-left-layout .col-main {}

.col2-right-layout .col-main {}

/* 3 Columns Layout */

.col3-layout .col-main {}

.col3-layout .col-wrapper {}

.col3-layout .col-wrapper .col-main {}

/* Content Columns */

.col2-set .col-1 {
    float: left;
    width: 48.5%;
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* PLACEHOLDER COLOR */
textarea,
input[type=text]::-webkit-input-placeholder {
    color: #444;
}

textarea,
input[type=text]::-moz-placeholder {
    color: #444;
}

textarea,
input[type=text]:-ms-input-placeholder {
    color: #444;
}

textarea,
input[type=text]:-moz-placeholder {
    color: #444;
}

/* Form Elements */

input,
select,
textarea,
button {
    font-size: 13px;
    vertical-align: middle;
    color: #2f2f2f;
    background: #fff;
}

input.input-text,
select,
textarea {
    background: #fff;
    /*border: 1px solid #ddd;*/
    border: 1px solid #aaa;
}

input.input-text,
textarea {
    padding: 5px;
    height: 34px;
    width: 100%;
}

#shopping-cart-table input.input-text {
    height: 35px;
}

select {
    padding: 1px;
    height: 34px;
    font-size: 13px;
    color: #9e9e9e;
}

select option {
    padding-right: 10px;
}

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

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

textarea {
    overflow: auto;
}

input.radio {
    margin-right: 3px;
    margin: auto;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 50px !important;
    text-align: center;
}

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

/* FF Fix */

button.button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */

button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    cursor: pointer;
}

button.button:hover {}

button.button span {
    line-height: 35px;
    padding: 5px 30px;
    background: #D4470F;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

/*button.button:hover span {
    background: #333;
}*/

button.button span span {
    padding: 0;
}

button.button:hover span span {
    background: none;
}

button.disabled span {
    border-color: #bbb !important;
    background: #bbb !important;
}

button.btn-checkout span {
    background: #636363;
    border: 0;
    padding: 0;
    color: #fff;
}

button.btn-checkout:hover span {
    background: #333;
}

button.btn-checkout span span {
    background-position: 100% 0;
    padding: 6px 25px;
}

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

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

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

/* Form Highlight */

input.input-text:focus,
select:focus,
textarea:focus {}

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

/* Form lists */

/* Grouped fields */

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

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

.form-list label {
    float: left;
    color: #000;
    font-weight: normal;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
    font-size: 14px;
}

.form-list label.required {}

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

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

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
    float: left;
}

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

/*.form-list li.fields { margin-right:-15px; }*/

.form-list .input-box {
    display: block;
    clear: both;
    width: 100%;
}

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

.form-list input.input-text {
    width: 260px;
}

.form-list textarea {
    width: 254px;
    height: 10em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Customer */

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

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

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

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

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

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

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

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

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

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

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

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

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

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

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

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename {
    width: 210px;
}

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

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

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

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

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

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

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

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

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

/* Independent fields */

/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/

/* Customer */

/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

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

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

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

.buttons-set button.button {
    clear: both;
}

#add_recipient_button {
    margin-top: 10px;
}

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

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

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

.fieldset .legend {
    float: left;
    font-style: italic;
    font-size: 13px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    margin: -33px 0 0 -10px;
    padding: 3px 8px;
    position: relative;
}

/* Form Validation */

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

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

.validation-passed {}

p.required {
    font-size: 11px;
    text-align: right;
    color: #74c5e6;
    font-family: arial;
}

/* Expiration date and CVV number validation fix */

.v-fix {
    float: left;
}

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

/* Global Messages  */

.success {
    color: #3d6611;
    font-weight: bold;
}

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

.notice {
    color: #e26703;
}

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

.messages {
    width: 100%;
    overflow: hidden;
}

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

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

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

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

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

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

/* BreadCrumbs */

.breadcrumbs {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs li strong,
.breadcrumbs li a:hover {
    font-weight: normal;
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
}

.breadcrumbs li a {
    font-size: 14px;
    text-transform: capitalize;
    color: #777;
}

.breadcrumbs li span {
    padding: 0 10px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.breadcrumbs li span:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    color: #000;
    font-size: 14px;
    display: block;
    line-height: 8px;
}

/* Page Heading */

.page-title {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}

.page-title h1,
.page-title h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    line-height: 40px;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}

.title-buttons {
    text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}

/* Pager */

.pager {
    padding: 5px;
    text-align: center;
    margin: 0;
    float: right;
}

.pager select {
    border: 0;
    font-style: normal;
    color: #000;
    height: 26px;
}

.pager .amount {
    float: left;
    margin: 4px 30px 0 0;
}

.pager .limiter {
    float: left;
    font-size: 14px;
    margin-right: 20px;
}

.pager .limiter .limiter-inner {
    display: inline-block;
    padding-right: 5px;
}

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

.pager .limiter select {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    font-size: 14px;
    background: none;
}

.pager .pages {
    float: right;
}

.pager .pages strong {
    font-weight: normal;
    color: #363636;
    text-transform: capitalize;
    font-size: 14px;
    display: none;
}

.pager .pages ol {
    display: inline;
}

.pager .pages li {
    display: inline-block;
    margin: 0 5px;
    font-size: 14px;
    line-height: 26px;
}

.pager .pages li:last-child {
    border: 0;
}

.pager .pages .current,
.pager .pages li a:hover {
    background: none;
    color: #000;
}

.pager .pages li a {
    font-size: 14px;
    color: #858585;
    display: block;
}

.pager .sort-by {
    float: left;
    margin: 0 20px 0 0;
}

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

.pager .sort-by select {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    font-size: 14px;
    display: inline-block;
}

.pager .sort-by a {
    display: inline-block;
}

.pager .link-feed {}

/* Sorter */

.sorter {
    float: left;
}

.sorter .view-mode {
    float: left;
    margin: 0;
}

.sorter .view-mode a {
    text-decoration: none;
}

/* Toolbar */

.toolbar {
    overflow: hidden;
    margin: 0 0 50px;
    padding: 11px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.toolbar a {}

.toolbar label {
    font-weight: normal;
    text-transform: capitalize;
    color: #858585;
    font-size: 14px;
    line-height: 20px;
}

.toolbar .pager {
    padding: 0;
}

.toolbar .sorter {
    margin: 5px 0;
}

.toolbar-bottom {}

.toolbar-bottom .toolbar {
    text-align: center;
    margin: 50px 0 0;
}

.toolbar-bottom .toolbar .pager .pages {}

.sorter .view-mode {
    float: right;
    margin: 0;
}

.sorter .view-mode label {
    float: left;
    margin: 0 5px 0 0;
    display: none;
}

.sorter .view-mode span {
    height: 16px;
    float: left;
    margin: 2px 5px 0 0;
}

.sorter .view-mode a.grid {
    height: 16px;
    float: left;
    background: url(../images/grid.png) 0 0 no-repeat;
    color: #000;
}

.sorter .view-mode strong.grid,
.sorter .view-mode a.grid:hover {
    height: 16px;
    float: left;
    background: url(../images/grid.png) 0 100% no-repeat;
    color: #858585;
}

.sorter .view-mode a.list {
    height: 16px;
    float: right;
    background: url(../images/list.png) 0 0 no-repeat;
    border: 0;
    border-radius: 0;
    color: #000;
}

.sorter .view-mode strong.list,
.sorter .view-mode a.list:hover {
    height: 16px;
    float: right;
    background: url(../images/list.png) 0 100% no-repeat;
    color: #858585;
}

.sorter .view-mode .list {}

.sorter .view-mode .grid {}

.sorter .view-mode .list,
.sorter .view-mode .grid {
    font-weight: normal;
    font-size: 16px;
    padding-left: 22px;
}

.pager li>a,
.pager li>span {
    display: inline;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
}

/* Data Table */

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

.data-table .odd {}

.data-table .even {
    background: #f9f9f9;
}

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/

.data-table td.last,
.data-table th.last {}

.data-table tr.last th,
.data-table tr.last td {}

.data-table th {
    padding: 6px 10px;
    font-weight: bold;
}

.data-table td {
    padding: 6px 10px;
}

#review-form .data-table thead th {
    border: 0;
    background: #363636;
    color: #fff;
}

.data-table thead th {
    font-weight: normal;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-transform: capitalize;
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table thead th a,
.data-table thead th a:hover {
    color: #fff;
}

.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

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

.data-table tfoot tr.first td {}

.data-table tfoot tr {}

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

.data-table tfoot strong {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

.data-table tbody th,
.data-table tbody td {
    /*border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;*/
    text-align: center;
    vertical-align: middle;
}

/* Bundle products tables */

.data-table tbody.odd tr {
    background: #f8f7f5 !important;
}

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

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

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

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

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

/* Generic Info Box */

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

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

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

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

/* Shopping cart total summary row expandable to details */

tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {}

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

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

tr.show-details td {}

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

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

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

/* Shopping cart tax info */

.cart-tax-info {
    display: block;
}

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

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

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

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

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

.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
}

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

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

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

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {}

.std ul {
    list-style: disc outside;
}

.std ol {
    list-style: decimal outside;
}

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

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {}

.std dt {
    font-weight: bold;
}

.std dd {}

.std blockquote {
    font-style: italic;
}

.std address {
    font-style: normal;
}

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

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

li {
    list-style: none;
}

/* Misc */

.links li {
    display: inline;
}

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

.links li.last {
    background: none !important;
}

.link-cart {}

.link-wishlist {
    line-height: 26px;
    font-size: 13px;
}

.link-reorder {}

.link-compare {
    line-height: 26px;
    font-size: 13px;
}

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

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

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

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

.btn-remove2 {
    display: block;
    width: 39px;
    height: 39px;
    font-size: 0;
    line-height: 0;
    border-radius: 100%;
    border: 1px solid #e6e6e6;
    background: #f1f1f1 url(../images/remove.png) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
    margin: auto;
}

.btn-remove2:hover {
    background-color: #74c5e6;
    border-color: #74c5e6;
}

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

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

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

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

/* Global site notices */

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

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

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

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

/* Cookie Notice */

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

/* Noscript Notice */

.noscript {}

/* Demo Notice */

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

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

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

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

.toplink-contaner {
    position: relative;
    z-index: 11;
    border-bottom: 1px solid #e5e5e5;
}

.toplink-contaner .link-inner {
    float: right;
}

.top-link {
    color: #fff;
    text-align: left;
    float: left;
    line-height: 2;
    position: relative;
    padding: 1px 15px 20px 15px;
    font-size: 12px;
}

.top-link.active {}

.form-language,
.form-currency {
    float: left;
    position: relative;
    z-index: 99;
}

.form-currency {}

.form-language label {
    display: none;
}

.form-language select,
.form-currency select {
    padding: 4px 10px;
    background: #ddd;
}

p.welcome-msg {
    margin: 0;
    line-height: 46px;
    text-align: center;
    float: left;
    font-family: tahoma;
}

.top-link .toplink-hover {
    position: relative;
    z-index: 1;
    display: block;
    cursor: pointer;
    text-transform: capitalize;
    color: #454545;
    padding-left: 30px;
    background-repeat: no-repeat;
    /*background: url(../images/my_account.png) no-repeat 0 50%;*/
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='user-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-user-alt fa-w-16 fa-2x'%3e%3cpath fill='%23D4470F' d='M256 32c61.8 0 112 50.2 112 112s-50.2 112-112 112-112-50.2-112-112S194.2 32 256 32m128 320c52.9 0 96 43.1 96 96v32H32v-32c0-52.9 43.1-96 96-96 85 0 67.3 16 128 16 60.9 0 42.9-16 128-16M256 0c-79.5 0-144 64.5-144 144s64.5 144 144 144 144-64.5 144-144S335.5 0 256 0zm128 320c-92.4 0-71 16-128 16-56.8 0-35.7-16-128-16C57.3 320 0 377.3 0 448v32c0 17.7 14.3 32 32 32h448c17.7 0 32-14.3 32-32v-32c0-70.7-57.3-128-128-128z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.top-link .toplink-hover:after,
.select-lang:after {
    margin-left: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
}

.toplink-inner {
    position: absolute;
    top: 40px;
    right: 0;
    display: none;
}

/* .top-link .toplink-inner { height: 0;}
.top-link.active .toplink-inner { height: 40px;} */

.top-link p.welcome-msg {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}

.top-link ul.links {
    display: inline-block;
    padding: 0;
    background: #fff;
    border: 1px solid #000;
}

.top-link ul.links li {
    padding: 0;
    display: block;
    text-align: left;
    /*border-bottom: 1px solid #292929;*/
}

.top-link ul.links li a {
    color: #000;
    text-transform: capitalize;
    white-space: nowrap;
    line-height: 35px;
    padding: 0 22px;
    display: block;
}

.top-link ul.links li a:hover {
    color: #aaa;
    text-decoration: none;
}

.block-header {
    float: left;
    line-height: 16px;
    padding: 15px 0;
    margin-left: 15px;
    font-family: tahoma;
    font-size: 12px;
}

.block-header span {
    padding: 0 15px;
    border-left: 1px solid #e5e5e5;
}

.block-header .support {
    overflow: hidden;
    height: 70px;
}

.block-header .support .address {
    height: 70px;
    float: left;
    width: 50%;
    border-right: 1px solid #ededed;
    padding: 16px 0 16px 50px;
    background: url(../images/address.png) no-repeat 18px 50%;
}

.block-header .support .phone {
    height: 70px;
    float: left;
    width: 50%;
    padding: 16px 0 16px 50px;
    background: url(../images/phone.png) no-repeat 15px 50%;
}

.block-header .support h2 {
    text-transform: uppercase;
    font-size: 14px;
    color: #363636;
    margin: 0;
}

.block-header .support p {
    margin: 0;
    color: #898989;
    text-transform: uppercase;
    font-size: 14px;
}

.block-header .share {
    border-top: 1px solid #ededed;
    height: 70px;
    padding: 20px;
}

.block-header .share label {
    margin: 0;
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #898989;
    text-transform: capitalize;
    font-weight: normal;
}

.block-header .share ul {
    display: inline-block;
}

.block-header .share ul li {
    float: left;
    margin-left: 5px;
    font-size: 0;
    width: 30px;
    height: 30px;
}

.block-header .share ul li.face {
    background: url(../images/face.png) no-repeat;
}

.block-header .share ul li.twitter {
    background: url(../images/twitter.png) no-repeat;
}

.block-header .share ul li.be {
    background: url(../images/be.png) no-repeat;
}

.block-header .share ul li.pinterest {
    background: url(../images/printerest.png) no-repeat;
}

.block-header .share ul li.google {
    background: url(../images/google.png) no-repeat;
}

.language-currency {
    float: left;
}

.form-language label {
    display: block;
}

.form-language select,
.form-currency select {
    padding: 4px 10px;
    background: #ddd;
}

.form-language label {
    display: none;
    color: #999999;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
}

/*language-----------------------------------------------------------*/

.drop-lang {
    list-style: none;
    padding: 0;
    margin: 0;
}

.drop-lang .drop-trigger {
    cursor: pointer;
    font-family: arial;
    padding: 15px 0;
}

.drop-lang .drop-trigger span {
    line-height: 16px;
    display: block;
    color: #454545;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    z-index: 8;
    font-size: 12px;
    padding: 0 15px;
    border-right: 1px solid #e5e5e5;
}

.drop-lang .drop-trigger .sub-lang {
    position: absolute;
    display: none;
    top: 46px;
    right: 0;
    z-index: 9;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #000;
    font-size: 12px;
}

.drop-lang .sub-lang li {
    border-bottom: 1px solid #292929;
}

.drop-lang .sub-lang li a {
    text-align: left;
    line-height: 35px;
    font-size: 13px;
    padding: 0 22px;
    display: block;
    color: #7f7f7f;
    text-transform: capitalize;
    font-weight: normal;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.drop-lang .sub-lang li a:hover {
    color: #fff;
}

/*curency-----------------------------------------------------------------------*/

.language_curency .form-language {
    float: left;
    margin: 0;
}

.drop-currency {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.drop-currency .currency-trigger {
    cursor: pointer;
    padding: 15px 0;
}

.drop-currency .currency-trigger span {
    line-height: 16px;
    padding: 0 15px;
    display: block;
    border-right: 1px solid #e5e5e5;
    color: #454545;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    font-size: 12px;
    z-index: 8;
}

.drop-currency .currency-trigger .sub-currency {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    z-index: 9;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #000;
    font-size: 12px;
}

.drop-currency .sub-currency li {
    border-bottom: 1px solid #292929;
}

.drop-currency .sub-currency li a {
    text-align: left;
    padding: 0;
    font-size: 13px;
    line-height: 35px;
    padding: 0 22px;
    display: block;
    font-weight: normal;
    border-radius: 0;
    box-shadow: none;
    white-space: nowrap;
    color: #7f7f7f;
}

.drop-currency .sub-currency li a:hover {
    color: #fff;
}

.drop-currency li a:hover {
    text-decoration: none;
}

.drop-lang,
.drop-currency {}

/*----------------------------------------------------------------*/

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

/* BRAND FILTER */
.select2-container--open {
    z-index: 9999;
}

.header-content .brand-filter {
    padding-left: 5px !important;
}

.header-content .catalog-search .form-container,
.header-content .catalog-search form {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.catalog-search button.search {
    top: 0;
    right: 0;
    border: 0px;
    color: #fff;
    height: 100%;
    position: absolute;
    background-color: #F6F6F6;
    background-image: url('../images/search.png');
    /*background-image: url('../images/search_icon.png');*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 45px;
    background-size: 45%;
}

.header-container {
    position: relative;
    z-index: 9998;
}

.header {
    margin: 0 auto;
    position: relative;
    z-index: 10;
    padding-bottom: 5px;
}

.header .header-content {
    padding: 0;
    position: relative;
}

.header .header-content>.row:nth-child(1) {
    /*padding-bottom: 5px;*/
    height: 56px;
}

.header .header-content .block-header-container {
    padding: 0;
}

.header a.logo {
    margin: 12px 0;
    top: 0;
    left: 0px;
    text-decoration: none !important;
    display: block;
    position: relative;
}

.header a.logo {
    position: relative;
    z-index: 9;
}

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

.logo-container {
    width: auto;
    padding-right: 0;
}

.mobile-sidebar-header-container .logo-container {
    margin-left: -56px;
    position: absolute;
    display: block;
    top: 12px;
    left: 50%;
}

.header h1.logo {
    margin: 12px 0;
}

.header .quick-access {
    margin: 18px 0;
    float: right;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 9999;
}

.header .welcome-msg {
    margin: 0;
    color: #fff;
    text-align: right;
}

.header .welcome-msg a {
    color: #ebbc58;
}

#search_mini_form {
    display: inline-block;
    float: left;
    height: 28px;
}

.header .form-search {
    padding: 0;
    margin: auto;
    position: relative;
    height: 80px;
}

.header .form-search label {
    display: none;
}

.header .form-search input.input-text {
    position: absolute;
    top: -5px;
    /*44px;*/
    right: 10px;
    border: 0;
    width: 260px;
    padding: 7px 15px;
    background: #000;
    height: 35px;
    line-height: 21px;
    display: none;
    color: #fff;
}

.header .form-search button.button {
    float: left;
    padding: 0;
    margin: 0;
}

.header .form-search button.button span {
    padding: 0;
    font-weight: normal;
    text-transform: uppercase;
    height: 33px;
    background: none;
    width: 51px;
    line-height: 33px;
    color: #fff;
    font-size: 0;
    border-radius: 0;
}

.header .form-search button.button span span {
    padding: 0;
    background: url("https://thehairshop.pt/skin/frontend/happystore/ma_happystore_interior1/images/search_icon.png") no-repeat 50% 0;
    border: 0;
}

.header .form-search .lupa span span {
    padding: 0;
    background: url("https://thehairshop.pt/skin/frontend/happystore/ma_happystore_interior1/images/search_icon.png") no-repeat 50% 0;
    border: 0;
}

.header .form-search button.button:hover span {}

.header .form-search button.button:hover span span {}

.header .form-search .search-autocomplete ul {
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
}

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

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

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

.header .form-search .search-autocomplete li.selected {
    background-color: #00c8c8;
}

.highlight_search {
    color: red;
}

#search_complete {
    font: 12px/1.55 Arial, Helvetica, sans-serif;
    text-transform: capitalize;
}

.search-autocomplete {
    position: absolute;
}

#search_autocomplete .product_info {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    color: #000;
    text-align: left;
}

#search_complete li {
    padding: 10px 0;
    border-bottom: 1px solid #eee
}

#search_complete li:last-child {
    border: none
}

#search_complete li img {
    display: block;
    border: 1px solid #eee;
    margin-right: 10px
}

#search_complete li div {
    margin-top: 5px;
}

.loading_image_search {
    z-index: 9999999;
    margin-left: 0px;
    position: absolute;
    right: 0;
    top: 90px;
    margin-top: -16px;
    margin-left: -16px;
}

.header .form-search .search-autocomplete {
    z-index: 999;
    right: 0 !important;
    top: 106px !important;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
    min-width: 260px;
    display: none !important;
}

.header .link-inner {
    /*float: right;
    background: #000;*/
    display: inline-block;
}

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

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

/* search by category */

.header .form-search #cat {
    border: 1px solid #e5e5e5;
    width: 120px;
    float: left;
    height: 35px;
    text-align: left;
    padding: 0 7px;
    text-transform: capitalize;
}

.header .form-search label {
    width: 22px;
    float: left;
}

#search_mini_form .header .form-search button.button {
    float: right;
    margin-right: 8px;
}

.btn-group.bootstrap-select {
    display: block !important;
}

.header .form-search .dropdown-toggle {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    text-transform: capitalize;
    height: 35px;
    padding-left: 0;
}

.btn-group.bootstrap-select {
    display: block !important;
}

.form-search .bootstrap-select.btn-group {
    float: left !important;
    width: 133px !important;
    border-right: 1px solid #38383f;
}

.form-search .dropdown-menu {
    top: 32px;
    height: 300px !important;
    border-top-color: #e5e5e5 !important;
    border-radius: 0 0 4px 4px;
    box-shadow: none;
    left: 0 !important;
    padding: 0 0 20px;
}

.bootstrap-select.btn-group .btn .filter-option {
    color: #2c2c2c;
    font-size: 13px;
    font-weight: bold;
    padding-left: 10px;
}

.header .form-search .dropdown-toggle:focus {
    outline: none !important;
}

.top-cart-wrapper {
    float: right;
    margin: 0;
    cursor: pointer;
    height: 28px;
    position: relative;
    z-index: 100;
    border-left: 1px solid #d7d7d7;
    padding-left: 10px;
}

.top-cart-contain {
    padding: 0;
    float: left;
    width: 30px;
    height: 50px;
    position: relative;
    background-repeat: no-repeat;
    /*background: url(../images/topcart.png) no-repeat 50% 0;*/
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='shopping-cart' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' class='svg-inline--fa fa-shopping-cart fa-w-18 fa-2x'%3e%3cpath fill='%23D4470F' d='M551.991 64H129.28l-8.329-44.423C118.822 8.226 108.911 0 97.362 0H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h78.72l69.927 372.946C150.305 416.314 144 431.42 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-17.993-7.435-34.24-19.388-45.868C506.022 391.891 496.76 384 485.328 384H189.28l-12-64h331.381c11.368 0 21.177-7.976 23.496-19.105l43.331-208C578.592 77.991 567.215 64 551.991 64zM240 448c0 17.645-14.355 32-32 32s-32-14.355-32-32 14.355-32 32-32 32 14.355 32 32zm224 32c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm38.156-192H171.28l-36-192h406.876l-40 192z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.top-cart-title {
    display: none;
    width: 100%;
    padding: 0;
    vertical-align: top;
    text-align: center;
    line-height: 40px;
    margin-top: 0;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.top-cart-title .price {
    display: inline-block;
}

.top-cart-title a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.top-cart-title a:hover {
    text-decoration: none;
}

.top-cart-content {
    display: none;
    width: 230px;
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    padding: 15px;
    text-align: left;
    /*box-shadow: 0 2px 5px 1px #aaa;*/
}

.top-subtotal {
    float: left;
    margin: 15px 0 0;
}

.top-cart-content li.item {
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

.top-cart-content .product-details {
    position: relative;
}

.top-cart-content .product-details .btn-remove {
    position: absolute;
    right: 0;
    top: 4px;
}

.top-cart-content .product-details .btn-edit {
    position: absolute;
    right: 15px;
    top: 4px;
}

.top-cart-content .actions {
    padding: 0;
    float: right;
    margin: 10px 0 0;
}

.top-cart-contain .product-details .price {
    color: #333;
    width: auto;
}

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

.nav-col {
    position: absolute;
    left: 0;
    padding-left: 200px;
    padding-right: 0px;
}

.nav-container {
    margin: 0;
}

.nav-container>.container {
    width: 100%;
    padding: 0;
}

.nav-container.fix-nav {
    /*position: fixed;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*z-index: 9997;*/
    /*margin: 0;*/
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
    /*background: rgba(255, 255, 255, 0.9);*/
}

.nav-container.fix-nav .pt_custommenu {
    border: 0;
    /*padding: 2px 100px 0px 200px;*/
    padding: 0;
}

.header.fix-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#nav {
    width: 918px;
    margin: 0 auto;
    padding: 0 16px;
    font-size: 13px;
}

.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {
    padding: 20px 18px 15px 18px;
    text-decoration: none;
    display: block;
    line-height: 26px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.pt_custommenu div.pt_menu .parentMenu a:before,
.pt_custommenu div.pt_menu .parentMenu span.block-title:before {
    font-size: 0;
    content: "\f107";
    position: absolute;
    line-height: 10px;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 10px;
    height: 0px;
    font-family: "Font Awesome 5 Pro";
}

.pt_custommenu div.pt_menu.pt_menu_no_child a:before {
    display: none;
}

.pt_custommenu div.pt_menu .parentMenu a:after,
.pt_custommenu div.pt_menu .parentMenu span.block-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 37px;
    height: 0;
    /*background: #000;*/
}

#pt_menu_home .parentMenu a {
    border: 0;
    height: 32px;
    width: 32px;
    padding: 8px;
}

/*.pt_custommenu div.pt_menu .parentMenu a:hover,*/
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu #pt_menu_link ul li a.act,
.pt_custommenu #pt_menu_link ul li a:hover
/*.pt_custommenu div.pt_menu.act .parentMenu a,
.pt_custommenu div.pt_menu.active .parentMenu a*/
{
    border-color: #e5e5e5;
}

.pt_custommenu div.pt_menu .parentMenu a:hover:before,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover:before,
.pt_custommenu #pt_menu_link ul li a.act:before,
.pt_custommenu #pt_menu_link ul li a:hover:before,
.pt_custommenu div.pt_menu.act .parentMenu a:before,
.pt_custommenu div.pt_menu.active .parentMenu a:before {
    font-size: 13px;
    bottom: 20px;
}

.pt_custommenu div.pt_menu .parentMenu a:hover:after,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover:after,
.pt_custommenu #pt_menu_link ul li a.act:after,
.pt_custommenu #pt_menu_link ul li a:hover:after,
.pt_custommenu div.pt_menu.act .parentMenu a:after,
.pt_custommenu div.pt_menu.active .parentMenu a:after {
    height: 5px;
}

#pt_menu_home .parentMenu a {
    font-size: 0;
}

#pt_menu_home .parentMenu a:before {
    float: left;
    display: block;
    content: "\f015";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
}

.pt_custommenu div.pt_menu.act .parentMenu,
.pt_custommenu div.pt_menu.active .parentMenu,
.pt_custommenu div.pt_menu .parentMenu:hover {}

.pt_custommenu .itemMenu h4.level1,
.pt_custommenu .itemMenu a.level1 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
}

.pt_custommenu .itemMenu h4.level1:hover,
.pt_custommenu .itemMenu a.level1:hover {
    color: #D4470F;
}

.pt_custommenu .itemSubMenu h4,
.pt_custommenu .itemSubMenu a {
    color: #4b4b4b;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
    text-transform: capitalize;
}

.pt_custommenu .itemSubMenu a:hover {
    color: #D4470F;
}

.pt_custommenu {
    position: relative;
    z-index: 1000;
    font-size: 14px;
    margin: 0 auto;
    width: 100%;
    /*padding: 0 100px 0 200px;*/
    padding: 0;
    text-align: center;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.pt_custommenu div.pt_menu {
    float: left;
    /*margin-right: 5px;*/
}

.pt_custommenu div.pt_menu .parentMenu {
    padding: 0;
    position: relative;
}

.pt_custommenu div.popup {
    position: absolute;
    z-index: 3000;
    background-color: #fff;
    text-align: left;
    margin: 0;
    padding: 22px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    /*border-top: 3px solid #2c2c2c;*/
}

.pt_custommenu div.popup a {
    text-decoration: none;
    display: block;
    line-height: 32px;
}

.pt_custommenu div.popup a.actParent {
    color: #74c5e6;
}

.pt_custommenu div.popup a.act {
    color: #74c5e6 !important;
}

.pt_custommenu div.column {
    float: left;
    width: 170px;
    /* column width */
    margin-right: 20px;
}

.pt_custommenu div.column.last {
    border-right: 0 none;
    margin-right: 0;
    padding-right: 0;
}

.pt_custommenu div.itemSubMenu {
    margin-top: 0px;
    /*border-top: 3px solid #e5e5e5;*/
}

.pt_custommenu div.itemSubMenu:before {
    content: "";
    width: 70px;
    height: 3px;
    /*background: #74c5e6;*/
    margin-top: -3px;
    display: block;
}

.pt_custommenu div.itemSubMenu .itemMenu {
    margin-top: 5px;
    margin-left: 10px;
}

.pt_custommenu .block2 {
    margin-top: 10px;
    float: left;
}

.pt_custommenu div.popup .block1 {
    overflow: hidden;
    float: left;
    padding: 0;
    border-top: none;
}

.pt_custommenu div.popup .block1 .column {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.pt_custommenu div.popup .blockright img {
    max-width: 100%;
}

.pt_custommenu div.pt_menu .parentMenu p {
    margin: 0;
    padding: 0;
}

.pt_custommenu #pt_menu_link {
    padding: 0;
}

.pt_custommenu #pt_menu_link .parentMenu ul li {
    float: left;
    list-style: none;
}

.pt_custommenu #pt_menu_link .parentMenu ul li a {
    float: left;
    padding: 8px 20px 7px;
    display: block;
}

.pt_custommenu .clearBoth {
    clear: both;
}

/* All Levels */

/* Style consistent throughout all nav levels */

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

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

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

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

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

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

#nav ul li.parent li a {
    background-image: none;
}

/* 0 Level */

#nav li {
    float: left;
}

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

#nav a {
    float: left;
    padding: 5px 12px 6px 8px;
    color: #a7c6dd;
    font-weight: bold;
}

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

/* 1st Level */

#nav ul li,
#nav ul li.active {
    float: none;
    margin: 0;
    padding-bottom: 1px;
    background: #ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x;
}

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

#nav ul a,
#nav ul a:hover {
    float: none;
    padding: 0;
    background: none;
}

#nav ul li a {
    font-weight: normal !important;
}

/* 2nd Level */

#nav ul,
#nav div {
    position: absolute;
    width: 15em;
    top: 27px;
    left: -10000px;
    border: 1px solid #899ba5;
}

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

/* 3rd+ Level */

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

#nav ul li a {
    background: #ecf3f6;
}

#nav ul li a:hover {
    background: #d5e4eb;
}

#nav ul li a,
#nav ul li a:hover {
    color: #2f2f2f !important;
}

#nav ul span,
#nav ul li.last li span {
    padding: 3px 15px 4px 15px;
}

/* Show menu */

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

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

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

/* =============================================Mobile Menu ========================================== */

.nav-collapse {
    text-align: left;
}

.navbar .nav>li {
    padding: 10px 30px 20px 0;
}

#ma-mobilemenu {
    height: auto;
    display: none;
    float: left;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 63px;
}

.nav-collapse,
.nav-collapse.collapse {}

.navbar-inner {
    background: #fff;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0;
}

.menu-mobile {
    background: #74c5e6 !important;
    float: left;
    width: 100%;
    padding: 0 2%;
    margin: 0px 0 0;
}

.navbar .btn-navbar {
    /*margin-top: 10px;*/
    border: 0 !important;
    box-shadow: none !important;
    background: url("../images/bg-menu-mobile.png") no-repeat 50% 50%;
    margin: 0;
    padding: 24px 15px;
}

.navbar .btn-navbar:hover {
    background: url("../images/bg-menu-mobile.png") no-repeat 50% 50% !important;
    font-family: 'helvetica';
}

.navbar .btn-navbar .icon-bar {
    box-shadow: none !important;
    border-radius: 0 !important;
    background-color: inherit !important;
    font-size: 0;
}

.mobilemenu>li.last a {
    border-bottom: 0;
}

.ma-nav-mobile-container {
    margin-bottom: 20px;
    margin-right: 63px;
    z-index: 9;
    position: relative;
}

.header .ma-nav-mobile-container {
    display: none;
}

.navbar {
    margin: 0;
    border: 0;
}

.navbar .brand {
    color: #fff;
    text-transform: uppercase;
    font-family: 'helvetica';
    padding: 22px;
    text-shadow: none;
}

.mobilemenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.collapse.in {}

.mobilemenu ul {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
}

.mobilemenu li {
    background: #74c5e6;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 100%;
    position: relative;
}

#mobile-sidebar .mobilemenu li > a {
    line-height: 1;
}

#mobile-sidebar .mobilemenu li.level0 > a {
    height: 64px;
    line-height: 1.6;
    padding: 11px 24px 0px 24px;
    font: 500 32px/46px Oxanium;
}

#mobile-sidebar .mobilemenu li.level1 > a {
    padding: 7px 72px 4px 24px;
}

#mobile-sidebar .mobilemenu li.level2 > a {
    font: 400 24px/44px Oxanium;
    padding: 7px 72px 4px 48px;
}

#mobile-sidebar .mobilemenu li.level3 > a {
    font: 400 24px/44px Oxanium;
    padding: 7px 72px 4px 72px;
}

#mobile-sidebar .mobilemenu li.level4 > a {
    font: 400 24px/44px Oxanium;
    padding: 7px 72px 4px 96px;
}

#mobile-sidebar .mobilemenu li.level5 > a {
    font: 400 24px/44px Oxanium;
    padding: 7px 72px 4px 120px;
}

.mobilemenu li.level0.first {
    background-color: #D4470F;
}

.mobilemenu li.level0.last {}

.mobilemenu li.active>a {
    /*background: url('../images/close.gif') no-repeat center right;*/
}

.mobilemenu li div {
    padding: 20px;
    background: #aef;
    display: block;
    clear: both;
    float: left;
    width: 360px;
}

.mobilemenu a {
    text-decoration: none;
    /*font: bold 1.1em/2em Arial, sans-serif;*/
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    color: #fff;
    margin: 0 15px;
    display: block;
    text-transform: capitalize;
    cursor: pointer;
}

.mobilemenu li.active a,
.mobilemenu a:hover {
    color: #000;
}

.mobilemenu ul a {
    /*color: #fff !important;*/
}

.mobilemenu ul a:hover,
.mobilemenu ul li.active a {
    /*color: #000 !important;*/
}

.mobilemenu ul ul a,
.mobilemenu ul li.active ul a {
    /*color: #fff !important;*/
}

.mobilemenu ul ul a:hover,
.mobilemenu ul ul li.active a,
.mobilemenu ul li.active ul a:hover {
    /*color: #000 !important;*/
}

.mobilemenu ul ul ul a,
.mobilemenu ul ul li.active ul a {
    /*color: #fff !important;*/
}

.mobilemenu ul ul ul a:hover,
.mobilemenu ul ul ul li.active a,
.mobilemenu ul ul li.active ul a:hover {
    /*color: #000 !important;*/
}

.mobilemenu ul ul ul ul a,
.mobilemenu ul ul ul li.active ul a {
    /*color: #fff !important;*/
}

.mobilemenu ul ul ul ul a:hover,
.mobilemenu ul ul ul ul li.active a,
.mobilemenu ul ul ul li.active ul a:hover {
    /*color: #000 !important;*/
}

.mobilemenu li.parent>a {
    /*background: url('../images/open.gif') no-repeat center right;*/
}

.mobilemenu li ul li {
    font-size: 0.9em;
}

.mobilemenu li.active>ul {}

.mobilemenu ul a {
    padding-left: 25px;
}

.mobilemenu ul ul a {
    padding-left: 40px;
}

.mobilemenu ul ul ul a {
    padding-left: 55px;
}

.mobilemenu ul ul ul ul a {
    padding-left: 70px;
}

.mobilemenu ul ul ul ul ul a {
    padding-left: 85px;
}

/*----------- button mobilemenu -------------*/

.mobilemenu span.head {
    position: absolute;
    top: 13px;
    right: 12px;
}

.mobilemenu span.head a {
    background: url(../images/menu_down.png) no-repeat 50% 50%;
    color: #333333;
    display: block;
    height: 15px;
    padding: 0;
    width: 15px;
    border: 0;
}

/*.mobilemenu span.head a:hover*/

.mobilemenu li.active>span.head a {
    background: url(../images/menu_up.png) no-repeat 50% 50%;
}

.mobilemenu li.selected span.head a {
    background: url(../images/menu_up.png) no-repeat 50% 50%;
}

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

.block:last-child {}

.block {
    margin: 0 0 30px;
}

.block .block-title {
    border-bottom: 2px solid #D4470F;
}

.block .block-title strong {
    padding: 17px 0;
    display: block;
    font-weight: normal;
    line-height: 1;
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
    margin: 0;
}

.block .block-title strong span {}

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

.block-layered-nav .block-subtitle {
    margin: 0;
    padding: 5px 0;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
}

.block .block-content {
    padding: 20px 0;
}

.block .block-content li.item {
    padding: 0;
}

.block .block-content .product-name {
    color: #1e7ec8;
}

.product-sku {
    color: #000;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 400;
    max-height: 100px;
    text-align: center;
    text-transform: capitalize;
}

.product-sku a {
    color: inherit;
}

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

.block .actions {
    padding: 6px 9px;
    margin-top: 10px;
    /*text-align: right;*/
}

.block .actions a {
    float: left;
}

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

.block .empty {
    margin: 0;
    padding: 5px 9px;
}

.block li.odd {}

.block li.even {
    background-color: #fafafa;
}

/* Mini Blocks */

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

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

/* Mini Products List */

.mini-products-list .product-image {
    float: left;
    width: 50px;
    border: 1px solid #ddd;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}

/* Block: Account */

.block-account {}

.block-account .block-title {}

.block-account .block-title strong {}

.block-account .block-content {
    background: #fff;
    padding: 7px 10px 7px;
}

.block-account .block-content li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    color: #666;
    text-decoration: none !important;
}

.block-account .block-content li a:hover {
    color: #00c8c8;
}

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

.block-account .block-content li.current {
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    color: #00c8c8;
}

.block-account .block-content li.current strong {
    font-weight: normal;
    padding: 8px 0;
}

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

/* Block: Currency Switcher */

.block-currency {
    border: 0;
    padding: 7px 12px 10px;
    height: 51px;
}

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

.block-currency .block-title strong {
    font: bold 13px/21px Arial, Helvetica, sans-serif;
    padding: 0 0 0 21px;
    text-transform: none;
    color: #fff;
}

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

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

/* Block: Layered Navigation */

.block-layered-nav {}

.block-layered-nav .block-title {}

.block-layered-nav .block-subtitle {
    display: none;
}

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

.block-layered-nav #search_pr button.button {
    clear: both;
    margin-top: 10px;
    display: block;
}

.block-layered-nav #search_pr button.button span {
    background: #000;
    text-transform: uppercase;
    color: #fff;
}

.block-layered-nav #search_pr button.button:hover span {
    background: #333;
}

.block-layered-nav #search_pr button.button span span {
    padding: 0;
}

.block-layered-nav h2 {
    position: relative;
    display: block;
    font-size: 15px;
    margin-top: 15px;
    color: #D4470F;
    text-transform: uppercase;
    font-weight: normal;
    /*padding: 20px 0;*/
}

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

.block-layered-nav .content-shopby ol li {
    border-left: 0px solid transparent;
    text-align: left;
    font-size: 13px;
    color: #ccc;
    line-height: 26px;
    text-transform: capitalize;
    padding: 0;
    /*line-height: 40px;*/
}

.block-layered-nav .content-shopby ol li:hover,
.block-layered-nav .content-shopby ol li:hover a {
    color: #000;
    cursor: pointer;
}

.block-layered-nav .layer-Category .content-shopby {
    background: #000;
}

.block-layered-nav .layer-Category .content-shopby ol li {
    font-size: 14px;
    color: #fff;
    line-height: 48px;
}

.block-layered-nav .layer-Category .content-shopby ol li:hover,
.block-layered-nav .layer-Category .content-shopby ol li:hover a {
    background: #1a1a1a;
    border-color: #484848
}

.block-layered-nav .layer-Category .content-shopby ol li a {
    color: #fff;
}

.block-layered-nav .content-shopby ol li a {
    letter-spacing: 0.96px;
    color: #000;
    float: left;
    text-align: left;
}

.block-layered-nav .content-shopby.last {
    background: none;
    border-bottom: 0;
}

.block-layered-nav .currently li {
    padding: 6px 24px 6px 10px;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}

.block-layered-nav .currently .label {
    color: #000;
    font-weight: bold;
    padding-left: 15px;
    background: url(../images/bkg_block-layered-label.gif) 0 4px no-repeat;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}

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

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

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

.block-layered-nav .actions {
    font-size: 11px;
    padding: 4px 5px 4px 9px;
    text-align: right;
}

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

.block-layered-nav .layered-price {
    margin-top: 30px;
}

.block-layered-nav .layered-price h2 {
    margin: 0;
    /*padding: 0 0 30px;*/
}

.block-layered-nav #search_pr {
    text-align: center;
    overflow: hidden;
}

.block-layered-nav #search_pr input {
    text-align: center;
    background: none;
    min-width: 50px;
    margin: 10px 0;
    color: #686868;
    font-size: 14px;
    border: 0;
}

/* Block: Cart */

.block-cart .block-title {
    /*border-bottom:0;*/
}

.block-cart .block-title strong {}

.block-cart .summary {
    padding: 2px 8px 8px;
    margin: -1px 0 0;
    position: relative;
    z-index: 1;
}

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

.block-cart .block-subtitle {
    margin: 10px 0;
}

.block-cart #cart-sidebar li {
    margin-bottom: 10px;
}

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

.block-cart .subtotal {
    margin: 5px 0 0;
    padding: 2px 0;
    background: #ddd;
    text-align: center;
    color: #000;
}

.block-cart .subtotal .label {
    font-size: 100%;
    color: #333;
}

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

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

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

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

/* Block: Wishlist */

.block-wishlist .block-title strong {}

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

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

/* Block: Related */

.block-related .block-title strong {}

.block-related input.checkbox {
    float: left;
}

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

/* Block: Compare Products */

.block-compare .block-title strong {}

.block-compare button.button span {}

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

.compare-table {
    border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Block: Recently Viewed */

.block-viewed .block-title strong {}

/* Block: Recently Compared */

.block-compared .block-title strong {}

/* Block: Poll */

.block-poll .block-title strong {}

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

.block-poll label {
    color: #777;
    font-weight: normal;
    font-size: 13px;
}

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

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

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

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

.block-poll button.button span {}

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

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

/* Block: Orders and Returns */

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

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

/* Block: Tags */

.block-tags .block-title strong {}

.block-tags .block-content .tags-list {
    background: none;
    border: 0;
    font-size: 12px;
}

.block-tags .block-content li {
    display: inline-block !important;
    line-height: 35px;
    margin: 5px 5px 0 0;
}

.block-tags .block-content li a {
    color: #525252;
    display: block;
    padding: 0 10px;
}

.block-tags .block-content li a:hover {
    color: #fff;
    background: #000;
}

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

.block-tags .actions a {
    float: none;
    color: #898989;
    font-size: 14px;
}

.block-tags .actions a:hover {
    color: #74c5e6;
}

/* Block: Subscribe */

.block-subscribe {
    border: none;
    margin: 0;
    padding: 14px 15px;
    background: #fff;
}

.block-subscribe .subscribe-title {
    /*background: #fff;*/
    margin-left: 20px;
    text-align: left;
}

.block-subscribe .subscribe-title h3 {
    text-transform: uppercase;
    margin: 0;
    line-height: 53px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal;
}

.block-subscribe .block-content {
    padding: 10px 16px 30px;
    background: #2e2e2e;
    /* url(../images/bg_subscribe.png) no-repeat 69px 10px*/
}

.block-subscribe .form-subscribe-header {
    text-align: left;
    /*padding: 0 45px;*/
    margin-bottom: 24px;
}

.block-subscribe label {
    font-weight: normal;
    margin: 0;
}

.block-subscribe .input-box {
    float: left;
    margin: 0 10px 0 0;
}

.block-subscribe .input-box .validation-advice {
    position: absolute;
}

.block-subscribe input.input-text {
    display: block;
    width: 316px;
    height: 42px;
    margin: 0;
    color: #000;
    padding: 4px 10px;
    background: #fff;
    border: 0;
}

.block-subscribe input.input-text::-webkit-input-placeholder {
    color: #000 !important;
}

.block-subscribe input.input-text:-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}

.block-subscribe input.input-text::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
}

.block-subscribe input.input-text:-ms-input-placeholder {
    color: #000 !important;
}

.block-subscribe input.input-text::-ms-input-placeholder {
    color: #000 !important;
}

.block-subscribe .actions {
    float: left;
    background: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.block-subscribe .actions button.button {
    float: none;
    width: 100%;
}

.block-subscribe .actions button.button span {
    text-transform: capitalize;
    padding: 0;
    background: #fff;
}

.block-subscribe .actions button.button:hover span {
    background: #000;
    color: #fff;
}

.block-subscribe .actions button.button span span {
    line-height: 32px;
    padding: 5px 18px;
    color: #fff;
    background-color: #000;
}

/* Block: Reorder */

.block-reorder .block-title strong {}

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}

/* Block: Banner */

.block-banner {
    border: 0;
}

.block-banner .block-content {
    padding: 0;
    text-align: center;
}

/* Block: Login */

.block-login .block-title strong {}

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

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

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

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

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

/* Paypal */

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

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

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

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

.category-title {
    border: 0;
    margin: 0 0 7px;
    display: none;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 50px;
    text-align: center;
}

.category-image img {}

.category-description {
    margin: 0 0 10px;
}

.category-products {}

/* View Type: Grid */

.product-grid-container {
    margin: 50px 0;
    border: 1px solid #e5e5e5;
}

.products-grid {}

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

.products-grid.first .item {}

.products-grid.first .item:nth-child(4n+1) {
    clear: left;
}

.products-grid .product-image {
    display: block;
}

.products-grid .product-image img {
    width: 100%;
    height: auto;
}

.products-grid .price-box {
    margin: 0;
}

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

.products-grid .item {
    text-align: left;
    margin-top: 30px;
}

.products-grid .item .add-to-links {
    padding: 0;
    width: 66%;
}

.products-grid .item .add-to-links li a {
    font-weight: normal;
}

.products-grid .item .add-to-links li a:hover {}

.products-grid .item-inner .actions button.btn-cart span {
    padding: 10px 8px;
}

.products-grid .item-inner .actions button.btn-cart span span {
    padding: 0 0 0 35px;
}

.products-grid .item .item-inner .des-container .box-inner1 {
    overflow: hidden;
}

.timer-grid {
    overflow: hidden;
    margin: 10px 0;
}

.timer-grid .box-time-date {
    border: 1px solid #e5e5e5;
    font-size: 12px;
    border-radius: 13px 13px 0 13px;
    color: #676767;
    float: left;
    min-width: 45px;
    min-height: 45px;
    margin-right: 5px;
    text-align: center;
}

.timer-grid .box-time-date span {
    display: block;
    font-family: AntonRegular;
    font-size: 18px;
    color: #393939;
}

.products-grid .item-inner:hover .timer-grid .box-time-date,
.products-grid .item-inner:hover .timer-grid .box-time-date span {
    color: #fff;
}

/* View Type: List */

.products-list li.item {
    margin-top: 30px;
}

.products-list .item .item-inner .images-container {
    padding: 0;
}

.products-list li.item .item-inner:hover {
    margin-bottom: 0;
    background: none;
}

.products-list li.item .item-inner .actions {
    margin-top: 0;
    opacity: 1;
    width: auto;
    background: #fff;
    border: 0;
    position: static;
}

.products-list li.item .item-inner .actions .actions-inner {
    margin: 0;
}

.products-list li.item.last {
    background: none;
    padding: 0
}

.products-list .product-image {
    margin: 0 0 10px;
}

.products-list .product-shop .f-fix {
    position: relative;
}

.products-list .product-name {}

.products-list .item .item-inner:hover .product-name a {
    color: #000;
}

.products-list .item-inner:hover .product-name a:hover {
    color: #9d9d9d;
}

.products-list .price-box {}

.products-list .price-box:after {
    content: "";
    width: 39px;
    height: 3px;
    background: #000;
    display: block;
    margin-top: 10px;
}

.products-list .item .item-inner:hover .price-box .price {
    color: #000;
}

.products-list .item .item-inner:hover .old-price .price {
    color: #b2b2b2;
}

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

.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    color: #444;
    font-size: 12px;
    margin: 0 0 15px;
    line-height: 24px;
}

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .ratings {}

.timer-list {
    overflow: hidden;
    margin: 10px 0;
}

.timer-list .box-time-date {
    border: 1px solid #e5e5e5;
    border-radius: 13px 13px 0 13px;
    color: #676767;
    float: left;
    padding-top: 8px;
    min-width: 77px;
    min-height: 77px;
    margin-right: 9px;
    text-align: center;
}

.timer-list .box-time-date span {
    display: block;
    font-family: AntonRegular;
    font-size: 29px;
    color: #393939;
}

.products-list .product-shop button.btn-cart {
    float: left;
}

.products-list .item-inner .add-to-links {
    float: left;
}

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

.products-list .item-inner .actions {
    position: static;
}

.products-list .item-inner .actions button.btn-cart span {
    font-size: 14px;
    width: auto;
    height: auto;
    float: left;
}

.products-list .item-inner .add-to-links li {
    border: 0;
    margin-left: 1px;
    width: initial;
}

.products-list .item-inner .add-to-links li a {
    width: 74px;
}

.products-list .item-inner .actions {
    border: 0;
}

.products-list .item-inner .actions button.btn-cart span {
    padding: 10px 30px;
}

.products-list .item-inner .actions button.btn-cart span span {
    padding: 0 0 0 39px;
}

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

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

/* Rating */

.no-rating {
    margin: 0 0 10px;
    display: block;
    clear: both;
}

.ratings {
    line-height: 1.25;
    margin: 5px 0;
    overflow: hidden;
}

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

.ratings .rating-links {
    margin: 0;
    line-height: 10px;
    display: inline-block;
    color: #b3b3b3;
}

.ratings .rating-links a {
    font-size: 9px;
    color: #b3b3b3;
    font-family: arial;
    text-transform: uppercase;
}

.ratings .rating-links a:hover {
    color: #74c5e6;
}

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

.ratings dt {}

.ratings dd {}

.rating-box {
    width: 65px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/rating.png) 0 0 repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

.rating-box .rating {
    float: left;
    height: 11px;
    background: url(../images/rating.png) 0 100% repeat-x;
}

.ratings .rating-box {
    display: inline-block;
    margin-right: 10px;
}

.ratings .amount a {
    font-size: 11px;
    line-height: 11px;
    color: #b3b3b3;
    text-transform: capitalize;
    font-style: italic;
}

.ratings .amount a:hover {
    color: #74c5e6;
}

.ratings .amount {}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

/* Availability */

.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.in-stock span {}

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

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

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

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

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

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

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

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

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

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

/* Alerts */

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

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

/********** < Product Prices */

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

.price-box {
    margin: 5px 0;
    text-align: center;
}

.price-box p {
    display: inline;
    margin-right: 5px;
}

.price-box .price {
    font-weight: normal;
    color: #000;
    font-size: 21px;
    /*font-family: AntonRegular;*/
}
.cms-index-index .price-box .price,
.catalog-category-view .price-box .price {
    font-size: 14px;
}
.product-sku.logged-in a,
.catalog-category-view .product-sku.logged-in a {
    float: left;
    margin-left: 30px;
}
.product-sku.logged-in .price-box .price,
.catalog-category-view .product-sku.logged-in .price-box .price {
    float: right;
    margin-right: 30px;
}

/* Regular price */

.regular-price {}

.regular-price .price {
    font-weight: normal;
}

.block .regular-price,
.block .regular-price .price {}

/* Old price */

.old-price {
    margin: 0;
}

.old-price .price-label {
    white-space: nowrap;
    color: #999;
    display: none;
}

.old-price .price {
    font-weight: normal;
    color: #b2b2b2;
    text-decoration: line-through;
    font-size: 14px;
}

.old-price .price:before {
    content: "/";
    margin-right: 5px;
    display: inline-block;
}

/* Special price */

.special-price {
    margin: 0;
    padding: 3px 0;
}

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

.special-price .price {
    font-weight: normal;
}

/* Minimal price (as low as) */

.minimal-price {
    margin: 0;
}

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

.minimal-price-link {
    display: block;
}

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

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

/* Excluding tax */

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

.price-excluding-tax .label {
    white-space: nowrap;
    color: #999;
}

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

/* Including tax */

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

.price-including-tax .label {
    white-space: nowrap;
    color: #999;
}

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

/* Configured price */

.configured-price {
    margin: 0;
}

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

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

/* FPT */

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

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

/* Excl tax (for order tables) */

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

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

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

/* Incl tax (for order tables) */

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

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

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

/* Price range */

.price-from {
    margin: 0;
}

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

.price-to {
    margin: 0;
}

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

/* Price notice next to the options */

.price-notice {
    padding-left: 10px;
    color: #999;
}

.price-notice .price {
    font-weight: bold;
    color: #2f2f2f;
}

/* Price as configured */

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

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

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

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

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

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

/* Tier Prices */

.product-pricing,
.tier-prices {
    color: #D4470F;
    margin: 12px 0 10px 0;
}

.tier-prices li {
    line-height: 1.4;
    background: url(../images/i_tier.gif) no-repeat 0 3px;
    padding: 2px 0 2px 10px;
}

.tier-prices .benefit {
    font-style: italic;
    font-weight: bold;
    color: #2f2f2f;
}

.tier-prices .price {
    font-weight: bold;
    color: #2f2f2f;
}

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703;
}

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

/* Add to Links */

.add-to-links {
    font-size: 11px;
    margin: 5px 0 0;
}

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

/* Add to Cart */

.add-to-cart label {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
}

.add-to-cart .qty {
    float: left;
    padding: 9px 0;
    width: 60px !important;
    height: 35px;
    color: #000;
    text-align: center;
}

.add-to-cart .qty {
    float: none;
    border: 1px solid #000;
}

.add-to-cart .qty:focus {}

.add-to-cart button.button {
    float: left;
    clear: both;
    margin-top: 10px;
}

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

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

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

/* Add to Links + Add to Cart */

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

.add-to-box .add-to-cart {
    float: left;
}

.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666;
}

.add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

.add-to-box .add-to-links li {
    float: left;
    margin-right: 15px;
}

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

.qty-button {
    float: left;
    clear: both;
    margin-right: 20px;
}

.qty-button .button-icon {
    float: left;
    display: none;
    border: 1px solid #e5e5e5;
}

.qty-button .qty-increase,
.qty-button .qty-decrease {
    float: left;
    background: #000 url(../images/qty_input.png) no-repeat;
    border: 0;
    display: block;
    width: 34px;
    height: 33px;
}

.qty-button .qty-increase {
    background-position: 100% 0;
    border-left: 1px solid #333;
}

.qty-button .qty-increase:hover {
    background-color: #333;
}

.qty-button .qty-decrease {
    background-position: 0 0;
}

.qty-button .qty-decrease:hover {
    background-color: #333;
}

/* Email to a Friend */

.email-friend {
    margin: 10px 0 0;
    float: left;
}

.email-friend a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-size: 0;
    background: #000 url(../images/icon_email.png) no-repeat 50% 50%;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
}

.email-friend a:hover {
    background-color: #333;
}

.product-view {}

.product-essential {}

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

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

.product-collateral h2 {}

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

/* Product Images */

.product-view .product-img-box {}

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

.product-view .product-img-box .product-image {
    margin: 0 0 30px;
    /*border: 1px solid #e5e5e5;*/
}

.product-view .product-img-box .product-image img {
    width: 100%;
}

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

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

.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}

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

.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /*IE8*/
    opacity: .3;
}

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

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

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

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

.product-view .product-img-box .more-views h2 {
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px;
    text-transform: uppercase;
    display: none;
}

.product-view .product-img-box .more-views {
    padding: 0 54px;
}

.product-view .product-img-box .more-views ul {}

.product-view .product-img-box .more-views li {
    float: left;
    margin-right: 12px;
}

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

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
    margin: 10px 0;
}

.product-image-popup .image-label {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f;
}

/* Product Shop */

.product-view .product-shop {}

.product-view .product-shop .ratings .rating-links {}

.col1-layout .product-view .product-shop {}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}

.product-view .product-shop .product-name {
    margin: 0 0 5px;
}

.product-view .product-shop .product-name h1 {
    margin: 0;
    color: #000;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}

.product-view .product-shop .availability {
    font-size: 13px;
    font-family: arial;
    margin: 10px 0;
    font-weight: bold;
}

.product-view .product-shop .availability span {
    font-weight: normal;
    font-size: 14px;
}

.product-view .product-shop .availability:before {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 10px;
    content: "\f111";
    font-weight: 900;
    font-size: 13px;
}

.product-view .product-shop .availability.in-stock:before {
    color: #34C759;
}

.product-view .product-shop .availability.out-of-stock:before {
    color: red;
}

.product-view .product-shop .short-description {
    margin: 10px 0;
    color: #a2a1a1;
    font-size: 13px;
    line-height: 23px;
}

.product-view .product-shop .box-container2 {
    overflow: hidden;
}

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

.product-view .product-shop .price-box .price {
    font-size: 30px;
}

.product-view .product-shop .old-price .price {
    font-size: 18px;
}

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

.product-view .product-shop .rating-box {
    width: 100px;
    height: 18px;
    background: url(../images/rating_time.png) 0 0 repeat-x;
}

.product-view .product-shop .rating-box .rating {
    float: left;
    height: 18px;
    background: url(../images/rating_time.png) 0 100% repeat-x;
}

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

.product-view .product-shop .add-to-links {
    font-size: 12px;
    text-align: right;
}

.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator {
    display: inline;
    margin-top: 10px;
}

.product-view .product-shop .add-to-links li {
    display: block;
    border-right: 1px solid #454545;
    float: left;
}

.product-view .product-shop .add-to-links li a {
    display: block;
    text-align: center;
    width: 65px;
    height: 65px;
    background-color: #000;
    background-repeat: no-repeat;
    font-size: 0;
    padding: 0;
    margin: 0;
}

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

.product-view .product-shop .add-to-links li a.link-wishlist {
    background-image: url(../images/wishlist_icon.png);
    background-position: 50% 50%;
}

.product-view .product-shop .add-to-links li a.link-compare {
    background-image: url(../images/compare_icon.png);
    background-position: 50% 50%;
}

.product-view .product-shop .product-social {
    padding: 20px 0;
    margin-top: 10px;
    background: url(../images/bg_title.png) repeat-x 0 0;
}

.product-view .product-shop button.btn-cart span {
    line-height: 45px;
    padding: 10px 30px;
    font-size: 13px;
    text-transform: uppercase;
}

.product-view .product-shop button.btn-cart span span {
    padding: 0 0 0 39px;
    background: url(../images/cart_icon.png) no-repeat 0 50%;
}

.product-view .product-shop .box-container1 .sku {
    color: #000;
    opacity: 0.6;
    font-size: 13px;
    font-weight: bold;
    margin-right: 15px;
    display: inline-block;
    text-transform: uppercase;
}

.product-view .product-shop .box-container1 .sku label {
    margin-right: 5px;
}

.product-view .product-shop .box-container1 .brand {
    font-size: 13px;
    font-family: arial;
    font-weight: bold;
    color: #74c5e6;
    text-transform: capitalize;
    display: inline-block;
}

.product-view .product-shop .box-container1 .brand label {
    margin-right: 5px;
    color: #393939;
}

/* Product Options */

.product-options {
    position: relative;
}

.product-options dt {
    padding: 5px 0 0;
    font-weight: normal;
    float: left;
    min-width: 60px;
}

.product-options dt label {
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}

.product-options dt label.required em {
    color: #eb340a;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f;
}

.product-options dd {
    margin: 15px 0 20px 60px;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.product-options dd input.input-text {
    width: 98%;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 100%;
    background: #f3f3f3;
    border: 0;
}

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

.product-options ul.options-list {
    margin-right: 5px;
}

.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}

.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

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

.product-options-bottom {}

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

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #e26703;
}

.product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0;
}

.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

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

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

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

.product-options-bottom .add-to-cart {
    margin: 20px 0 0;
}

.product-options-bottom .add-to-cart .payment {
    float: left;
    padding: 6px 0;
}

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

.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 5px;
}

.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
    float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}

.product-shop .product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
    display: none;
}

/* Grouped Product */

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

/* Block: Description */

.product-view .box-description {}

/* Block: Additional */

.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
    line-height: 1.25;
}

/* Block: Upsell */

.product-view .box-up-sell h2 {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 8px;
}

.product-view .box-up-sell .products-grid {
    width: 100%;
    border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid td {
    width: 25%;
    background: #f6f2e7;
    border-right: 1px solid #e5dcc3;
    border-bottom: 1px solid #e5dcc3;
    padding: 15px 10px 12px;
    line-height: 1.6em;
}

.product-view .box-up-sell .products-grid tr.last td {
    border-bottom: 0;
}

.product-view .box-up-sell .products-grid td.last {
    border-right: 0;
}

.product-view .box-up-sell .products-grid td img {
    border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid .product-image {
    text-align: center;
}

.product-view .box-up-sell .products-grid td.empty {
    border-right: 0;
    background: #f1ecdb;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

/* Block: Tags */

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

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

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

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

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

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

.product-view .box-tags .form-add label {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
    color: #0a263c;
}

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

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

.product-view .box-tags .form-add button.button span {}

.product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0 0 0 23px;
    font-size: 11px;
}

/* Block: Reviews */

.product-view .box-reviews dl {
    margin: 15px 0;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: bold;
}

.product-view .box-reviews dd {
    margin: 0 0 15px;
}

.product-view .box-reviews dd small {
    font-style: italic;
}

.product-view .box-reviews .form-add {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: normal;
}

.product-view .box-reviews .form-add h3 span {
    font-weight: normal;
    color: #ed1c24;
}

.product-view .box-reviews .form-add h4 {
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    color: #000;
}

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

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

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

/*Product tabs*/

.product-tabs {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.product-tabs li {
    float: left;
}

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

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

.product-tabs li.first a {}

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

.product-tabs a {
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 37px;
    margin-right: 16px;
    letter-spacing: 0.96px;
    padding: 10px 0 10px 0;
    text-decoration: none;
    text-transform: uppercase;
}

.product-tabs a:hover {
    text-decoration: none;
    /*background: #e5e5e5;*/
}

.product-tabs li.active a,
.product-tabs li.active a:hover {
    background: #e5e5e5;
}

.product-tabs-content {
    overflow: hidden;
    padding: 16px 0;
    background: #fff;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.product-tabs-content .std {
    color: #626262;
}

#product_tabs_description_contents h2 {
    display: none;
}

/* Send a Friend */

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

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

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

.send-friend .form-list .field {
    width: 315px;
}

.send-friend .form-list .input-box {
    width: 300px;
}

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
    width: 294px;
}

.send-friend .form-list li.wide .input-box {
    width: 612px;
}

.send-friend .form-list li.wide textarea {
    width: 609px;
}

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

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

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

.product-name {
    margin: 0;
    font-weight: 600;
}

.product-description {
    margin: 15px 0 0 0;
}

.product-name a {
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
}

.product-name a:hover {
    color: #9d9d9d;
    text-decoration: none;
}

/* Product Tags */

.tags-list {
    display: block;
    font-size: 13px;
    border: 1px solid #c1c4bc;
    background: #f8f7f5;
}

.tags-list li {
    display: inline !important;
    margin: 0 15px 0 0;
    font-size: 17px;
}

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

.tags-list li a:hover {
    color: #f57c7c;
}

/* Advanced Search */

.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    float: left;
    clear: none;
}

.advanced-search-amount {
    margin: 0 0 10px;
}

.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #e9d7c9;
    background: #fff6f1;
    padding: 10px;
}

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

.advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}

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

/* CMS Home Page */

.cms-home .subtitle {}

.cms-index-index .subtitle {}

/* Sitemap */

.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
    color: #1b2d3b;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
    color: #1e7ec8;
}

/* RSS */

.rss-title h1 {
    background: url(../images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px;
}

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

/* Shopping Cart ========================================================================= */

.cart .page-title {}

.cart .page-title h1 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    line-height: 40px;
}

#shopping-cart-table {
    border-width: 1px 0;
}

#shopping-cart-table thead {}

#shopping-cart-table thead tr {
    border-left: 1px solid #e5e5e5;
}

#shopping-cart-table thead th {
    padding: 15px 20px;
    line-height: 26px;
    color: #000;
    font-size: 14px;
}

#shopping-cart-table tbody td {
    border-left: 1px solid #e5e5e5;
    text-align: left;
}

#shopping-cart-table tbody td {
    white-space: nowrap;
}

.mobile-only {
    display: none;
}

#shopping-cart-table tbody td.mobile-only {
    display: none;
}

#shopping-cart-table tbody td input.qty {
    color: #000;
}

#shopping-cart-table tbody td a {
    color: #262626;
}

#shopping-cart-table tbody td a:hover {
    color: #74c5e6;
}

#shopping-cart-table tbody td .price {
    color: #717171;
    font-size: 16px;
}

#shopping-cart-table tfoot,
#shopping-cart-table tfoot td {
    border: 0;
    padding: 30px 0;
}

.cart-table td .product-image {
    display: block;
    width: 150px;
}

#shopping-cart-table button.button span {
    color: #fff;
}

/* Checkout Types */

.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}

/* Shopping Cart Table */

.cart-table th {
    padding: 2px 10px;
}

.cart-table td {
    padding: 10px;
}

.cart-table .product-name a {
    text-transform: capitalize;
    color: #262626;
}

.cart-table .product-name a:hover {
    color: #74c5e6;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a;
}

.cart-table tfoot td {
    padding: 20px;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
}

.cart-table .btn-update {
    margin-left: 10px;
}

/* Shopping Cart Collateral boxes */

.cart .cart-collaterals {
    padding: 25px 0 0;
}

.cart .crosssell {
    border: 1px solid #eee;
    padding: 12px 15px;
    overflow: hidden;
    margin-top: 20px;
}

.cart .crosssell h2 {
    font-size: 16px;
    font-weight: normal;
}

.cart .crosssell .product-name a {
    text-transform: capitalize;
}

.cart .crosssell li.item {
    margin: 12px 0;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

.cart .crosssell button.button span {}

.cart .crosssell button.button:hover span {}

.cart .crosssell button.button span span {}

.cart .crosssell .add-to-links li a {
    color: #898989;
}

.cart .crosssell .add-to-links li a:hover {
    color: #74c5e6;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */

.cart .discount,
.cart .shipping {
    margin: 0 0 18px;
    color: #888;
}

.cart .discount h2,
.cart .shipping h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
}

.shipping .buttons-set {
    border: 0;
    text-align: left;
    margin-top: 10px;
}

.cart .discount {}

.cart .discount h2 {}

.cart .discount .input-box {
    margin: 8px 0 0;
}

.cart .discount input.input-text {}

.discount .buttons-set {
    margin-top: 10px;
    text-align: left;
    border: 0;
}

.discount label {
    font-weight: normal;
}

.cart .shipping h2 {}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
}

.cart .shipping .form-list select,
.cart .shipping .form-list input.input-text {}

.cart .shipping .form-list li {
    margin: 15px 0;
}

/* Shopping Cart Totals */

.cart .totals {
    padding: 20px 30px;
    background: #000;
    color: #fff;
}

.cart .totals table {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #1a1a1a;
}

.cart .totals tr {
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
}

.cart .totals td {
    padding: 10px 0;
}

.cart .totals tr.last td {}

.cart .totals tfoot {}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-weight: normal;
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 0;
    text-align: right;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
    text-align: right;
}

.cart .totals .checkout-types li a {
    color: #ababab;
}

.cart .totals .checkout-types li a:hover {
    color: #fff;
}

.cart .totals .checkout-types button.button {
    width: 100%;
}

/* Options Tool Tip */

.item-options dt {
    color: #7c7c7c;
    font-size: 13px;
    margin-right: 10px;
    font-weight: normal;
    text-transform: capitalize;
}

.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px;
    color: #7c7c7c;
    font-size: 13px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options>p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

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

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

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

/* Shipping and Payment methods */

.sp-methods {
    margin: 0 0 8px;
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}

.sp-methods dd {}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label {
    font-weight: bold;
    color: #666;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods .form-list li {
    margin: 0 0 8px;
}

.sp-methods select.month {
    width: 154px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 3em !important;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.sp-methods .release-amounts {
    margin: 0.5em 0;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: right;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
}

/* Tooltip */

.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */

.gift-messages h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages p.control {
    color: #8e8d8b;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages-form .whole-order {
    margin: 0 0 25px;
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #8a8987;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
    width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
    width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
    width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px;
}

.gift-message-link {
    font-size: 11px;
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}

.gift-message-link.expanded {
    background-position: 100% -40px;
}

.gift-message-row {
    background: #f2efe9;
}

.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

/* Checkout Agreements */

.checkout-agreements li {
    margin: 30px 0;
}

.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}

.checkout-agreements .agree label {
    font-weight: bold;
    color: #666;
}

.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px;
}

.opc .checkout-agreements li {
    margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
}

.opc .checkout-agreements .agree {
    padding-left: 6px;
}

/* Centinel */

.centinel {}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}

/* Generic Info Set */

.info-set {
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.info-set h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.info-set h3,
.info-set h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: normal;
}

.info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.info-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

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

.info-set .box h2 {
    color: #e26703;
}

.info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.info-set .data-table .product-name a {
    font-weight: bold !important;
}

.info-set .data-table .item-options {
    margin: 5px 0 0;
}

/********** Common Checkout Styles > */

/* One Page Checkout */

.block-progress {
    border: 0;
    margin: 0;
    background: none;
}

.block-progress .block-title {}

.block-progress .block-title strong {
    font-size: 20px;
}

.block-progress .block-content {
    border-top: none;
    padding: 0;
    margin-top: 20px;
}

.block-progress dt {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 26px;
    margin: 0 0 6px;
    border-bottom: 1px solid #e1e1e1;
    padding: 5px 0;
    color: #656565;
}

.block-progress dt:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: normal;
    content: "\f101";
    display: inline-block;
    margin-right: 10px;
    color: #656565;
}

.block-progress .block-content dl {
    margin: 0;
}

.block-progress dd {
    border-top: 0;
    padding: 8px 20px;
    margin: 0 0 6px;
}

.block-progress dt.complete {
    margin: 0;
}

.block-progress dd.complete {}

.block-progress p {
    margin: 0;
}

.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}

.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.block-progress .cards-list .info-table th {
    font-weight: normal;
}

#checkoutSteps {}

#checkoutSteps .form-list input.input-text {
    width: 260px;
}

/* show/hide "change" link for progress step depend on complete status
* should be placed in .css file */

.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
    display: inline;
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
    display: none;
}

.opc .buttons-set {
    margin-top: 0;
    padding-top: 2em;
}

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

.opc .buttons-set .back-link small {
    display: none;
}

.opc .buttons-set .back-link a {
    background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
    padding-left: 16px;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc {
    position: relative;
}

.opc li.section {
    padding: 0;
    margin-bottom: 15px;
}

.opc li.section.active {
    border: none;
    padding: 0;
}

.opc li.section.active .step {
    border: 1px solid #eee;
}

.opc .step-title {
    text-align: right;
    border-bottom: 3px solid #eee
}

.opc .step-title .number {
    float: left;
    margin: 0;
    color: #b1b1b1;
    font-size: 24px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.opc .step-title h2 {
    float: left;
    margin: 0;
    font-size: 14px;
    color: #393939;
    line-height: 46px;
    text-transform: uppercase;
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px;
}

.opc li.section input.radio {
    float: left;
    margin-top: 3px;
    margin-right: 3px;
}

.opc .allow .step-title {}

.opc .allow .step-title .number {
    color: #000;
}

.opc .allow .step-title h2 {
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 24px
}

/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {
    color: #000;
    cursor: default;
    border-bottom: 5px solid #000;
}

.opc .active .step-title .number {}

.opc .active .step-title h2 {}

/*.opc .active .step-title a { display:none; }*/

.opc .step {
    padding: 25px 20px;
    position: relative;
}

.opc .step .tool-tip {
    right: 30px;
}

#opc-login .buttons-set {
    border-top: 0;
}

#opc-login h3 {
    font-size: 16px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    font-weight: normal;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: tahoma;
}

#opc-login h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    color: #000;
}

#opc-shipping_method .buttons-set {
    border-top: 0;
}

.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f6f1eb;
    border: 1px solid #e9e4de;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto;
}

#opc-review .step {}

#opc-review .product-name {
    font-weight: normal;
    color: #333;
    font-size: 16px;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    padding: 20px 30px;
    border: 1px solid #d9dde3;
    border-width: 0 1px 1px;
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 40px;
}

#opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px;
}

#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0;
}

#opc-review .order-review {
    padding: 10px;
}

/* Multiple Addresses Checkout */

.checkout-progress {
    padding: 0 90px;
    margin: 0 0 20px;
}

.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 3px 0 0;
    border-top: 10px solid #888;
    padding: 2px 0 0;
    font-weight: bold;
    text-align: center;
    color: #888;
}

.checkout-progress li.active {
    border-top-color: #00c8c8;
    color: #00c8c8;
}

.multiple-checkout h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.multiple-checkout h3,
.multiple-checkout h4 {
    font-size: 13px;
    font-weight: bold;
    color: #00c8c8;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight: normal;
}

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.multiple-checkout .data-table .product-name a {
    font-weight: bold !important;
}

.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
    border: 1px solid #eee;
    margin: 0 0 25px;
    padding: 20px;
}

.multiple-checkout .col2-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.multiple-checkout .box {
    margin: 0 0 15px;
}

.multiple-checkout .box h2 {
    color: #00c8c8;
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    padding: 0 0 0 21px;
    overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
    float: left;
    height: 57px;
    padding: 14px 21px 0 0;
}

.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}

.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price {
    color: #E26703;
}

.multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px;
}

.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px;
}

/* Step 1 */

.multiple-checkout .title-buttons button.button span {
    border-color: #406a83;
    background: #618499;
}

#multiship-addresses-table td {
    padding: 10px;
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}

#multiship-addresses-table tfoot button.button span {
    border-color: #406a83;
    background: #618499;
}

/* Step 2 */

.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #d9d2be;
    background: #f9f3e3;
    padding: 13px;
    position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 178px;
    height: 41px;
    background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
    overflow: hidden;
}

/* Step 3 */

.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}

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

/* Account Login/Create Pages ============================================================ */

.account-login .content {
    min-height: 345px;
    padding: 14px 21px;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.account-login .content h2 {
    font-weight: normal;
    font-size: 14px;
    margin: 0 0 14px;
    padding: 0 0 5px 23px;
    border-bottom: 1px solid #ddd;
    background-position: 0 1px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #00c8c8;
}

.account-login .new-users h2 {
    background-image: url(../images/i_page1.gif)
}

.account-login .registered-users h2 {
    background-image: url(../images/i_page2.gif);
}

.account-login .buttons-set {
    border: 1px solid #ddd;
    margin: 0;
    padding: 8px 13px;
}

.account-create {}

.account-create .form-list input.input-text {
    border: 0;
    background: #f2f2f2;
}

/* Captcha ================================================================================ */

.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

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

    0% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }

    0% {
        -moz-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    0% {
        transform: rotate(-360deg);
    }
}

/* Remember Me Popup ===================================================================== */

.window-overlay {
    background: url(../images/window_overlay.png) repeat;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}

.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

/********** < Dashboard */

.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
    margin: 0;
}

.dashboard .col2-set {
    margin: 0 0 15px;
}

/* General Box */

.box-account {
    border: 1px solid #eee;
    padding: 15px;
    margin: 0 0 20px;
}

.box-account .box-head {
    border-bottom: 1px solid #eee;
    margin: 0 0 10px;
    text-align: right;
    padding-bottom: 5px;
}

.box-account .box-head h2 {
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #666;
}

.dashboard .box .box-title {
    padding: 0 0 2px;
    margin: 0 0 8px;
    text-align: right;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

/* Block: Recent Orders */

.dashboard .box-recent .box-head h2 {}

/* Block: Account Information */

.dashboard .box-info .box-head h2 {}

.dashboard .box-info h4 {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Block: Reviews */

.dashboard .box-reviews .box-head h2 {}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
    margin: 0;
}

.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}

/* Block: Tags */

.dashboard .box-tags .box-head h2 {}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #333;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

.dashboard .box-tags li.item {
    margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
    margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}

/********** Dashboard > */

/* Address Book */

.addresses-list h2 {
    font-weight: bold;
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
}

.addresses-list h3 {
    font-weight: bold;
    font-size: 13px;
}

.addresses-list address {
    margin: 0 0 3px;
}

.addresses-list p {
    margin: 0;
}

.addresses-list a {
    font-weight: bold;
}

.addresses-list .link-remove {
    color: #646464;
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    border: 1px solid #ddd;
    padding: 10px 13px;
    margin: 0 0 10px;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}

.addresses-list li.empty p {
    font-weight: bold;
}

.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}

/* Order View */

.order-info {
    background: #dee5e8;
    border: 1px solid #d0cbc1;
    padding: 4px 8px;
    margin: 0 0 8px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info .current {
    font-weight: bold;
}

.order-info li {
    margin: 0 3px;
}

.order-date {
    margin: 10px 0;
}

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

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

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-items h2,
.order-items h3 {
    clear: none;
    font-weight: bold;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    color: #0a263c;
}

.order-items .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
}

.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal;
}

.order-items .order-links {
    text-align: right;
}

.order-additional {
    margin: 15px 0;
}

/* Order Gift Message */

.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */

.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

/* Order Print Pages */

.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 16px;
    font-weight: bold;
}

.page-print h2,
.page-print h3 {
    font-size: 13px;
    font-weight: bold;
}

.page-print h2.h2 {
    font-size: 16px;
    font-weight: bold;
}

.page-print .order-date {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}

/* Price Rewrites */

.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

/* My Wishlist */

.my-wishlist .data-table td {
    padding: 10px;
}

.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
}

.my-wishlist .buttons-set {
    margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
    float: none;
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

#wishlist-table .cart-cell button.btn-cart {
    margin: 10px 0;
}

/* My Tags */

.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px;
}

#my-tags-table {
    clear: both;
}

#my-tags-table td {
    padding: 10px;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
}

/* My Reviews */

#my-reviews-table td {
    padding: 10px;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Billing Agreements */

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

.billing-agreements .form-list li select {
    float: left;
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}

.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px;
}

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

/* MAP Popup============================================================================== */

.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff;
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100;
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup-arrow {
    background: url(../images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}

.map-popup-only-text {
    border-top: 1px solid #ddd;
}

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

/* block-sequence */

.block-sequence .block-inner {
    position: relative;
    margin-top: 22px;
}

.block-sequence .des {
    width: 75%;
    position: absolute;
    z-index: 1;
    top: 20%;
    right: 15px;
    text-align: right;
}

.block-sequence h2 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
}

.block-sequence p {
    color: #fff;
}

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

.footer-static-container {
    position: relative;
}

.footer-static-title {
    margin-bottom: 10px;
    border-bottom: 1px solid #555;
}

.footer-static-title h3 {
    color: #999;
    font-weight: normal;
    text-transform: uppercase;
}

.footer-static-content ul li {
    line-height: 25px;
}

.footer-static-content ul li a {
    color: #999;
}

.footer-static-content ul li a:hover {
    color: #fff;
}

.footer-static2-container {
    background: #000;
}

.footer-static-2 {
    color: #808080;
    font-size: 13px;
    overflow: hidden;
    margin: 45px 0;
}

.footer-static-2 .f-col p {
    margin: 20px 0 10px
}

.footer-static-2 .f-col a.readmore {
    color: #fff;
    text-transform: capitalize;
}

.footer-static-2 .f-col a.readmore:hover {
    color: #a8a8a8;
}

.footer-static-2 .link-web {
    margin: 25px 0 0;
    overflow: hidden;
    position: relative;
}

.footer-static-2 .link-web ul {
    left: 50%;
    float: left;
    background: #000;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    transform: translate(-50%, 0);
}

.footer-static-2 .link-web:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #4d4d4d;
    display: block;
    position: absolute;
    top: 50%;
}

.footer-static-2 .link-web ul li {
    float: left;
    margin: 5px;
}

.footer-static-2 .link-web ul li a {
    display: block;
    font-size: 0;
    color: #b7b7b7;
    border: 2px solid #4b4b4b;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    text-align: center;
    line-height: 54px;
}

.footer-static-2 .link-web ul li a:hover {
    color: #fff;
    border-color: #fff;
}

.footer-static-2 .link-web ul li a:before {
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    text-align: center;
}

.footer-static-2 .link-web ul li a.face:before {
    content: "\f09a";
}

.footer-static-2 .link-web ul li a.instagram:before {
    content: "\f16d";
}

.footer-static-2 .link-web ul li a.twitter:before {
    content: "\f099";
}

.footer-static-2 .link-web ul li a.google:before {
    content: "\f0d5";
}

.footer-static-2 .link-web ul li a.dribbble:before {
    content: "\f17d";
}

.footer-static-2 .block-subscribe {
    margin: 0;
    padding: 0;
    /*14px 15px;*/
    background: #f64300;
}

.footer-static {
    margin: 50px 0 30px;
}

.footer-static .footer-title h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #d1d1d1;
    margin: 0;
}

.footer-static .footer-content {
    margin-top: 15px;
    color: #808080;
}

.footer-static .footer-content ul {
    margin-top: 15px;
}

.footer-static .footer-content ul li {}

.footer-static .footer-content ul li:hover {}

.footer-static .footer-content ul li a {
    display: block;
    line-height: 32px;
    color: #808080;
    text-transform: capitalize;
    font-size: 12px;
}
.footer-static .footer-content a:hover,
.footer-static .footer-content ul li a:hover {
    text-decoration: none;
    color: #D4470F;
}

.footer-static .payment {
    margin-top: 30px;
}

.footer-static .f-col1 {
    font-size: 12px;
    color: #808080;
}

.footer-static p {
    margin: 0;
    line-height: 21px;
}

.footer-static .footer-content .address {
    padding-left: 35px;
    background: url(../images/address.png) no-repeat 0 50%;
}

.footer-static .footer-content .address {
    margin: 15px 0;
    padding-left: 35px;
    background-size: 14px;
    background-position-y: 50%;
    background-repeat: no-repeat;
    /*background: url(../images/phone.png) no-repeat 0 50%;*/
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='warehouse' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' class='svg-inline--fa fa-warehouse fa-w-20 fa-3x'%3e%3cpath fill='%23707070' d='M512 224H128c-17.7 0-32 14.4-32 32v248c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8v-56h384v56c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8V256c0-17.6-14.3-32-32-32zm0 192H128v-64h384v64zm0-96H128v-64h384v64zm98.6-201.7L338.6 3.7c-11.8-5-25.3-5-37.2 0l-272 114.6C11.5 125.8 0 143.2 0 162.5V504c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8V162.5c0-6.5 3.8-12.2 9.8-14.8l272-114.6c3.9-1.7 8.5-1.7 12.4 0l272 114.6c6 2.5 9.8 8.3 9.8 14.8V504c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8V162.5c0-19.3-11.5-36.7-29.4-44.2z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.footer-static .footer-content .location {
    margin: 15px 0;
    padding-left: 35px;
    background-size: 14px;
    background-position-y: 50%;
    background-repeat: no-repeat;
    /*background: url(../images/phone.png) no-repeat 0 50%;*/
    /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='map-marker-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-map-marker-alt fa-w-12 fa-3x'%3e%3cpath fill='%23707070' d='M172.268 501.67C26.97 291.031 0 269.413 0 192 0 85.961 85.961 0 192 0s192 85.961 192 192c0 77.413-26.97 99.031-172.268 309.67-9.535 13.774-29.93 13.773-39.464 0zM192 272c44.183 0 80-35.817 80-80s-35.817-80-80-80-80 35.817-80 80 35.817 80 80 80z' class=''%3e%3c/path%3e%3c/svg%3e");*/
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='map-marker-alt' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-map-marker-alt fa-w-12 fa-3x'%3e%3cpath fill='%23707070' d='M192 96c-52.935 0-96 43.065-96 96s43.065 96 96 96 96-43.065 96-96-43.065-96-96-96zm0 160c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64zm0-256C85.961 0 0 85.961 0 192c0 77.413 26.97 99.031 172.268 309.67 9.534 13.772 29.929 13.774 39.465 0C357.03 291.031 384 269.413 384 192 384 85.961 298.039 0 192 0zm0 473.931C52.705 272.488 32 256.494 32 192c0-42.738 16.643-82.917 46.863-113.137S149.262 32 192 32s82.917 16.643 113.137 46.863S352 149.262 352 192c0 64.49-20.692 80.47-160 281.931z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.footer-static .footer-content .phone {
    margin: 15px 0;
    padding-left: 35px;
    background-size: 14px;
    background-position-y: 50%;
    background-repeat: no-repeat;
    /*background: url(../images/phone.png) no-repeat 0 50%;*/
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='phone-office' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' class='svg-inline--fa fa-phone-office fa-w-18 fa-3x'%3e%3cpath fill='%23707070' d='M352 320h-32c-17.66 0-32 14.36-32 32v32c0 17.64 14.34 32 32 32h32c17.66 0 32-14.36 32-32v-32c0-17.64-14.34-32-32-32zm0 64h-32v-32h32v32zm0-192h-32c-17.66 0-32 14.36-32 32v32c0 17.64 14.34 32 32 32h32c17.66 0 32-14.36 32-32v-32c0-17.64-14.34-32-32-32zm0 64h-32v-32h32v32zm128 64h-32c-17.66 0-32 14.36-32 32v32c0 17.64 14.34 32 32 32h32c17.66 0 32-14.36 32-32v-32c0-17.64-14.34-32-32-32zm0 64h-32v-32h32v32zm0-192h-32c-17.66 0-32 14.36-32 32v32c0 17.64 14.34 32 32 32h32c17.66 0 32-14.36 32-32v-32c0-17.64-14.34-32-32-32zm0 64h-32v-32h32v32zm32-224H237.06C230.45 13.4 212.87 0 192 0h-64c-20.87 0-38.45 13.4-45.06 32H64C28.65 32 0 60.65 0 96v352c0 35.35 28.65 64 64 64h448c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM320 64h160v64H320V64zM112 48c0-8.82 7.18-16 16-16h64c8.82 0 16 7.18 16 16v336c0 8.82-7.18 16-16 16h-64c-8.82 0-16-7.18-16-16V48zm432 400c0 17.64-14.36 32-32 32H64c-17.64 0-32-14.36-32-32V96c0-17.64 14.36-32 32-32h16v320c0 26.51 21.49 48 48 48h64c26.51 0 48-21.49 48-48V64h48v64c0 17.64 14.34 32 32 32h160c17.66 0 32-14.36 32-32V64c17.64 0 32 14.36 32 32v352z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.footer-static .footer-content .email {
    padding-left: 35px;
    background-size: 14px;
    background-position-y: 50%;
    background-repeat: no-repeat;
    /*background: url(../images/email.png) no-repeat 0 50%;*/
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='envelope' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-envelope fa-w-16 fa-3x'%3e%3cpath fill='%23707070' d='M464 64H48C21.5 64 0 85.5 0 112v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM48 96h416c8.8 0 16 7.2 16 16v41.4c-21.9 18.5-53.2 44-150.6 121.3-16.9 13.4-50.2 45.7-73.4 45.3-23.2.4-56.6-31.9-73.4-45.3C85.2 197.4 53.9 171.9 32 153.4V112c0-8.8 7.2-16 16-16zm416 320H48c-8.8 0-16-7.2-16-16V195c22.8 18.7 58.8 47.6 130.7 104.7 20.5 16.4 56.7 52.5 93.3 52.3 36.4.3 72.3-35.5 93.3-52.3 71.9-57.1 107.9-86 130.7-104.7v205c0 8.8-7.2 16-16 16z' class=''%3e%3c/path%3e%3c/svg%3e");
}

/* Footer ================================================================================ */

.ma-footer-container {
    background: #fff;
}

.footer {
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}

.footer .store-switcher {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #fff;
}

.footer .store-switcher label {
    font-weight: normal;
    vertical-align: middle;
    color: #000;
    margin: 0;
}

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

.footer a {
    color: #fff;
    text-decoration: none;
}

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

.footer .bugs {
    margin: 13px 0 0;
    color: #ecf3f6;
}

.footer .bugs a {
    color: #ecf3f6;
    text-decoration: underline;
}

.footer .bugs a:hover {
    text-decoration: none;
}

.footer address {
    margin: 0;
    color: #8c8c8c;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 34px;
    float: left;
}

.footer address a {
    color: #000;
    text-decoration: none;
}

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

.footer ul {
    display: inline;
}

.footer ul.links {
    display: none;
}

.footer li {
    display: inline;
    padding: 0 6px 0 5px;
}

.footer ul.links li a {
    color: #898989;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
}

.footer ul.links li a:hover {
    color: #a2cc60;
}

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

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

.footer .payment {
    float: right;
    margin: 5px 0;
}

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

/* Sample Data============================================================================ */

.home-callout {
    margin-bottom: 12px;
}

.home-callout img {
    display: block
}

.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px;
}

.best-selling h3 {
    margin: 12px 0 6px 0;
    color: #e25203;
    font-size: 1.2em;
}

.best-selling table {
    border-top: 1px solid #ccc;
}

.best-selling tr.odd {
    background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
    background: #fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}

.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}

.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}

.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
    color: #203548;
}

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

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

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

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

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

/*banner-static*/

.banner-left {
    margin-bottom: 30px;
}

.banner-left a {
    position: relative;
    display: block;
}

.banner-left a:after {
    pointer-events: none;
    position: absolute;
    content: "";
    opacity: 0.5;
    margin: auto;
    border: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner-left a:hover:after {
    border: 3px solid #fff;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
}

.banner-left a:hover:before {
    pointer-events: none;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.banner-static {
    position: relative;
    margin: 0;
    padding: 65px 0 0 0;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.banner-static:after {
    /*content:""; background: #000; width: 30px; height: 3px; position: absolute; left: 50%; margin-left: -15px; bottom: -2px;*/
}

.banner-static img {}

.banner-static .banner-box {
    text-align: center;
}

.banner-static .banner-box .banner-content {}

.banner-static .banner-box .banner-box-inner {}

.banner-static .banner-box h2 {
    margin: 15px 0;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
}

.banner-static .banner-box .line {
    text-align: left;
    display: inline-block;
}

.banner-static .banner-box p {
    font-size: 12px;
    text-transform: capitalize;
    color: #636363;
}

.banner-static2 {
    margin: 30px 0;
}

.banner-static2 .banner-box {
    position: relative;
}

.banner-static2 .banner-box:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 102, 102, 0.6);
    background-image: url(../images/bg_static.png);
    background-position: center;
    background-repeat: no-repeat;
}

.banner-static2 .banner-box1 {
    margin-right: 25px;
}

.banner-static2 .banner-box2,
.banner-static2 .banner-box3 {
    margin-left: -25px;
}

.banner-static2 .banner-box3 {
    margin-top: 17px;
}

.banner-static3 {
    height: 403px;
    overflow: hidden;
    background: url(../images/bg_scrolldown.jpg) no-repeat 50% 0 fixed;
}

.banner-static3 .banner-static-inner {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: relative;
    text-align: center;
    color: #fff;
}

.banner-static3 .banner-static-inner:before {
    width: 100%;
    height: 100%;
    background: url(../images/bg_scoll.png);
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
}

.banner-static3 .banner-content {
    display: inline-block;
    position: relative;
}

.banner-static3 .banner-static-inner h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin: 30px 0 15px;
}

.banner-static3 .banner-static-inner h3 {
    position: relative;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding: 0 50px;
    margin: 15px 0;
}

.banner-static3 .banner-static-inner h3 .word1 {
    color: #474747;
    position: relative;
}

.banner-static3 .banner-static-inner h3:before {
    content: "";
    height: 100%;
    width: 47%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.banner-static3 .banner-static-inner p {
    font-size: 12px;
    text-transform: uppercase;
    font-family: Arial;
}

.banner-static3 .banner-static-inner .icon-add {
    border: 1px solid #fff;
    padding: 5px;
    margin: 10px auto;
    width: 78px;
    height: 78px;
}

.banner-static3 .banner-static-inner .icon-add span {
    text-align: center;
    line-height: 68px;
    font-size: 0;
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.banner-static3 .banner-static-inner .icon-add span:before {
    text-align: center;
    display: block;
    font-family: "Font Awesome 5 Pro";
    content: "\f041";
    font-size: 40px;
    color: #74c5e6;
}

.cms-index-index .banner-static4 {
    background: url(../images/parallax.jpg) fixed no-repeat 50% 30%;
    padding: 150px 0;
    position: relative;
}

.cms-index-index .banner-static4:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    content: "";
}

.cms-index-index .banner-static4 .banner-box1:before {
    background-position: 0 0;
}

.cms-index-index .banner-static4 .banner-box2:before {
    background-position: 0 0;
}

.cms-index-index .banner-static4 .banner-box3:before {
    background-position: 0 0;
}

.cms-index-index .banner-static4 .banner-box,
.cms-index-index .banner-static4 .banner-box h2,
.cms-index-index .banner-static4 .banner-box span {
    color: #fff;
}

.banner-static4 {
    background: #e7e7e7;
    padding: 50px 0;
}

.banner-static4 .banner-box {
    text-align: center;
    color: #363636;
}

.banner-static4 .banner-box h2 {
    color: #363636;
    text-transform: uppercase;
    font-size: 24px;
    margin: 15px 0;
}

.banner-static4 .banner-box span {
    text-transform: capitalize;
    font-size: 18px;
    font-style: italic;
    color: #898989;
}

.banner-static4 .banner-box1:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/money_back.png) no-repeat 0 100%;
    display: block;
    margin: auto;
}

.banner-static4 .banner-box2:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/free_shipping.png) no-repeat 0 100%;
    display: block;
    margin: auto;
}

.banner-static4 .banner-box3:before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/support.png) no-repeat 0 100%;
    display: block;
    margin: auto;
}

/* new product */

.ma-newproductslider-container .item .item-inner {}

.ma-newproductslider-container .bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.ma-newproductslider-container .bx-wrapper img {
    max-width: 100%;
    display: block;
}

.ma-newproductslider-container {
    margin: 0;
}

.ma-newproductslider-container .owl-carousel {
    border: 0;
}

.ma-newproductslider-container .owl-theme .owl-controls {
    right: 0;
    margin: 0;
    top: -42px;
}

.ma-newproductslider-container .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
    margin-right: 0;
}

.ma-newproductslider-container .bx-wrapper .bx-controls-direction a.bx-prev {
    right: 33px;
}

.ma-newproductslider-container .ma-newproductslider-title {}

.ma-newproductslider-container .ma-newproductslider-title h2 {
    text-transform: uppercase;
    font-size: 23px;
    color: #000;
    line-height: 40px;
    padding: 5px 0;
    margin: 0;
}

.newproductslider-item.item {}

.ma-newproductslider-container .item .item-inner {
    margin: 20px 0 0;
}

.ma-newproductslider-container .item .item-inner:hover {
    margin: 20px 0 0;
    z-index: 1;
}

.ma-newproductslider-container .item .item-inner .actions {
    position: static;
    height: auto;
    padding: 0;
    margin: 0;
}

.newproductslider-item.item .item-inner .des-container {
    margin-left: -30px;
    padding: 0;
}

.newproductslider-item.item .item-inner .des-container .box-inner1 {
    min-height: 104px;
    margin-left: 20px;
    padding: 0
}

.newproductslider-item.item .item-inner .actions button.btn-cart span span {
    padding: 0 !important;
    font-size: 0;
    width: 65px;
    height: 65px;
    display: block;
    background-position: 50% 50%;
}

.newproductslider-item.item .item-inner .actions button.btn-cart span {
    padding: 0 !important;
}

.ma-newproductslider-container .bx-wrapper .bx-pager,
.ma-newproductslider-container .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.ma-newproductslider-container .bx-wrapper .bx-pager,
.ma-newproductslider-container .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.ma-newproductslider-container .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.ma-newproductslider-container .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.ma-newproductslider-container .bx-wrapper .bx-pager .bx-pager-item,
.ma-newproductslider-container .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.ma-newproductslider-container .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ma-newproductslider-container .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ma-newproductslider-container .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

.ma-newproductslider-container .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.ma-newproductslider-container .bx-wrapper .bx-controls-auto {
    text-align: center;
}

.ma-newproductslider-container .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.ma-newproductslider-container .bx-wrapper .bx-controls-auto .bx-start:hover,
.ma-newproductslider-container .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.ma-newproductslider-container .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.ma-newproductslider-container .bx-wrapper .bx-controls-auto .bx-stop:hover,
.ma-newproductslider-container .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.ma-newproductslider-container .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.ma-newproductslider-container .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.ma-newproductslider-container .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.ma-newproductslider-container .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.ma-newproductslider-container .ma-loading {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 99;
    background: url(../images/loader.gif) no-repeat;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}

/* bestseller */

.ma-bestsellerproductslider-container {
    overflow: hidden;
    padding: 0 0 65px;
    position: relative;
    margin: 70px 0 -65px 0;
}

.ma-relatedslider-container .owl-carousel {
    border: none;
}

.ma-bestsellerproductslider-container .owl-carousel {
    position: static;
    /*margin-left: 234px !important;*/
    /*293px !important;*/
    *zoom: 1;
    border: 1px solid #e5e5e5;
    /*border-left: 0;*/
}

/*.ma-bestsellerproductslider-container .owl-theme .owl-controls { top: 60px; }*/

.ma-bestsellerproductslider-container .owl-carousel img {
    max-width: 100%;
    display: block;
}

.bestsellerproductslider-item {}

.block-best {
    float: left;
    width: 234px;
    /*293px;*/
    padding: 30px;
    /*
        background: #f9cce1 url(../images/block_best.png) no-repeat 100% 100%;
        */
    min-height: 347px;
    /*405px;*/
}

.block-best p {
    font-size: 16px;
    color: #fff;
}

.block-best h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    padding-right: 20px;
    line-height: 20px;
    margin-top: 5px;
}

.block-best span.word4 {
    font-weight: bold;
}

/** THEME
===================================*/

.ma-bestsellerproductslider-container .bx-wrapper .bx-pager,
.ma-bestsellerproductslider-container .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.ma-bestsellerproductslider-container .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.ma-bestsellerproductslider-container .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.ma-bestsellerproductslider-container .bx-wrapper .bx-pager .bx-pager-item,
.ma-bestsellerproductslider-container .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.ma-bestsellerproductslider-container .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ma-bestsellerproductslider-container .bx-wrapper .bx-pager.bx-default-pager a:hover,
.ma-bestsellerproductslider-container .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.ma-bestsellerproductslider-container .bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.ma-bestsellerproductslider-container .bx-wrapper .bx-controls-auto {
    text-align: center;
}

.ma-bestsellerproductslider-container .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.ma-bestsellerproductslider-container .bx-wrapper .bx-controls-auto .bx-start:hover,
.ma-bestsellerproductslider-container .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.ma-bestsellerproductslider-container .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.ma-bestsellerproductslider-container .bx-wrapper .bx-controls-auto .bx-stop:hover,
.ma-bestsellerproductslider-container .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.ma-bestsellerproductslider-container .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.ma-bestsellerproductslider-container .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.ma-bestsellerproductslider-container .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.ma-bestsellerproductslider-container .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.ma-bestsellerproductslider-container .bx-wrapper li {}

.ma-bestsellerproductslider-container .ma-loading {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 99;
    background: url(../images/loader.gif) no-repeat;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}

.ma-bestsellerproductslider-container .ma-loading {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 99;
    background: url(../images/loader.gif) no-repeat;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}

/* blog modul */

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postDetails {}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {
    font-size: 12px;
    font-weight: bold;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags h5,
.menu-categories h5,
.menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a,
.block-blog .menu-categories UL LI a,
.block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(../images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.magentothem-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.magentothemblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}

.menu-recent {}

.menu-recent .blog-title {}

.menu-recent .owl-carousel {
    border: 0;
}

.menu-recent .bx-wrapper .bxslider li {
    margin-top: 25px;
    font-size: 13px;
    color: #898989;
}

.menu-recent .item-inner .images-container img {
    width: 100%;
}

.menu-recent .item-inner .title-blog {
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
}

.menu-recent .item-inner .title-blog:hover {
    color: #636363;
}

.menu-recent .item-inner .images-container {
    position: relative;
    overflow: hidden;
}

.menu-recent .item-inner .images-container:after {
    pointer-events: none;
    position: absolute;
    content: "";
    opacity: 0.5;
    margin: auto;
    border: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.menu-recent .item-inner:hover .images-container:after {
    border: 3px solid #fff;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
}

.menu-recent .item-inner:hover .images-container:before {
    pointer-events: none;
    position: absolute;
    content: "";
    border: 200px solid #000;
    opacity: 0.5;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.menu-recent .item-inner .des-container .title-blog {
    display: block;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    font-style: normal;
}

.menu-recent .item-inner .des-container .title-blog:hover {
    color: #636363;
}

.menu-recent .item-inner .des-container {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    color: #7f7f7f;
    font-style: italic;
    font-size: 14px;
    padding: 20px;
}

.menu-recent .item-inner .des-container a {
    display: block;
    margin: 15px 0 5px;
}

.menu-recent .item-inner .des-container .readmore {
    text-align: right;
    color: #000;
    margin: 10px 0;
}

.menu-recent .item-inner .des-container .readmore:hover {
    color: #636363;
}

.menu-recent .item-inner .time {
    overflow: hidden;
    line-height: 43px;
    border: 1px solid #e5e5e5;
    color: #a8a8a8;
    font-size: 13px;
}

.menu-recent .item-inner .time span {
    text-align: center;
    float: left;
    text-transform: capitalize;
    padding: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.menu-recent .item-inner .time span.date {
    width: 57%;
}

.menu-recent .item-inner .time span.date:before {
    content: "";
    display: inline-block;
    background: url(../images/calendar.png) no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 5px -2px 0;
}

.menu-recent .item-inner .time span.author {
    width: 43%;
    border-left: 1px solid #e5e5e5;
}

.menu-recent .item-inner .time span.author:before {
    content: "";
    display: inline-block;
    background: url(../images/author.png) no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 5px -3px 0;
}

.menu-recent .bx-wrapper .bx-controls-direction a {
    margin-top: -50px;
}

.menu-recent .bx-wrapper .bx-controls-direction a.bx-prev {
    right: 50%;
}

.menu-recent .bx-wrapper .bx-controls-direction a.bx-next {
    right: 50%;
    margin-right: -33px;
}

.menu-recent .blog-feature {
    margin-top: 40px;
}

.menu-recent .images {
    position: relative;
}

.menu-recent .images .day-container {
    position: absolute;
    top: 0;
    right: 0;
}

.menu-recent .day-container {
    background: #c1c1c1;
    border-bottom: 3px solid #a4a4a4;
    border-radius: 4px;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    float: left;
}

.menu-recent .day-container .day {
    font-size: 25px;
    line-height: 35px;
    margin: 0 10px;
    border-bottom: 1px solid #fff;
}

.menu-recent .day-container .month {
    font-size: 12px;
    font-family: Arial;
    text-transform: uppercase;
    line-height: 35px;
}

.menu-recent .blog-tabs .content {
    margin-left: 75px;
    padding: 20px 10px;
    background: #fff;
    border-radius: 4px;
    border-bottom: 3px solid #dfdede;
}

.menu-recent .blog-tabs>li {
    overflow: hidden;
    margin-bottom: 10px;
    background: #f5f5f5;
    cursor: pointer;
}

/*featuredproduct slider */

.new-product-slider,
.ma-featuredproductslider-container {
    margin: 70px 0 -65px;
    padding: 0 0 65px;
    position: relative;
    overflow: hidden;
}

.ma-featuredproductslider-container .owl-carousel {
    position: static;
    /*margin-right: 233px !important;*/
    /*293px !important;*/
    border: 1px solid #e5e5e5;
    /*border-right: 0;*/
}

.new-product-slider .owl-carousel {
    border-right: 0;
    position: static;
    border: 1px solid #e5e5e5;
}

.new-product-slider .owl-theme .owl-controls,
.ma-featuredproductslider-container .owl-theme .owl-controls {
    /*top: 54px;*/
}

.block-featured {
    float: right;
    width: 233px;
    /*293px;*/
    padding: 30px;
    /*
background: #fbd591 url(../images/block_featured.png) no-repeat 100% 100%;
*/
    min-height: 347px;
    /*405px;*/
}

.block-featured p {
    font-size: 16px;
    color: #fff;
}

.block-featured h2 {
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
    padding-right: 25px;
    line-height: 26px;
    margin-top: 5px;
}

.block-featured span.word3 {
    font-weight: bold;
    font-style: italic;
}

.item .item-inner {
    margin-bottom: 0;
    float: left;
    width: 100%;
    position: relative;
}

.item .item-inner:hover {
    background: #000;
    margin-bottom: -66px;
    z-index: 3;
}

.item .item-inner .images-container {
    position: relative;
    overflow: hidden;
    padding: 2px;
    background-color: #fff;
}

.item .item-inner.first .images-container {
    padding-top: 0;
}

.item .item-inner:hover .images-container .product-image img {
    opacity: 0.7;
}

.item .item-inner .des-container {
    padding: 0;
    text-align: left;
}

.item .item-inner .des-container .box-inner1 {
    padding: 0 10px;
    min-height: 140px;
    overflow: hidden;
}

.item .item-inner:hover .des-container {}

.item .item-inner .product-name {
    margin-top: 16px;
    max-height: 100px;
    text-align: center;
    /* mostrar o titulo completo do artigo */
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    /*min-height: 70px;*/
}

.item .item-inner:hover .product-name a {
    color: #fff;
}

.item .item-inner:hover .product-name a:hover {
    color: #9d9d9c;
}

.item .item-inner:hover .price-box .price {
    /*color: #fff;*/
}

.item .item-inner .actions {
    opacity: 0;
    padding: 0;
    height: 66px;
    background: #000;
    margin-top: -66px;
    text-align: center;
}

.item .item-inner:hover .actions {
    opacity: 1;
    z-index: 1;
    position: relative;
    margin-top: 0px;
    border-top: 1px solid #454545;
}

.item-inner .actions button.btn-cart {
    float: left;
    display: inline-block;
    width: 34%;
}

.item-inner .actions button.btn-cart span {
    line-height: 45px;
    padding: 10px 23px;
    font-size: 13px;
    text-transform: uppercase;
}

.item-inner .actions button.btn-cart span span {
    padding: 0 0 0 53px;
    background: url(../images/cart_icon.png) no-repeat 0 50%;
}

.item-inner .add-to-links {
    float: left;
    margin: 0;
    width: 66%;
}

.item-inner .add-to-links li {
    display: block;
    border-right: 1px solid #454545;
    float: left;
    width: 50%;
}

.item-inner .add-to-links li a {
    display: block;
    text-align: center;
    width: 100%;
    /*65px;*/
    height: 65px;
    background-color: #000;
    background-repeat: no-repeat;
    font-size: 0;
    padding: 0;
    margin: 0;
}

.item-inner .add-to-links li a em {
    font-style: normal;
}

.item-inner .add-to-links li a:hover {
    background-color: #333;
}

.item-inner .add-to-links li a.link-wishlist {
    background-image: url(../images/wishlist_icon.png);
    background-position: 50% 50%;
}

.item-inner .add-to-links li a.link-compare {
    background-image: url(../images/compare_icon.png);
    background-position: 50% 50%;
}

.actions-inner {
    display: inline-block;
    width: 100%;
    position: relative;
}

.actions-inner>p.availability {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*tool-tip css*/

.add-to-links li em,
.btn-cart em,
.email-friend em {
    display: block;
    position: absolute;
    top: -33px;
    left: 50%;
    text-align: center;
    min-width: 80px;
    margin-left: -40px;
    padding: 5px 15px;
    border-radius: 3px;
    background: #9d9d9d;
    color: #fff;
    text-transform: capitalize;
    line-height: 22px;
    opacity: 0;
    font-style: normal;
}

.add-to-links li a,
button.btn-cart,
.email-friend {
    position: relative;
}

.add-to-links li a em:after,
.btn-cart em:after,
.email-friend em:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -3px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9d9d9d;
}

.add-to-links li:hover em,
.btn-cart:hover em,
.email-friend:hover em {
    opacity: 1;
}

/*--------------------------------------------------*/

/*--------------------------------------------------*/

/* product-tabs */

.producttabs .producttab-title {
    display: none;
}

.producttabs .ajax_loading {
    margin-left: 48%;
    padding: 10px;
}

#producttabs {
    float: left;
    width: 100%;
    border-bottom: 2px solid #4a4a51;
}

#producttabs>.item {
    float: left;
    margin-right: 3px;
}

#producttabs>.item:first-child {}

#producttabs>.item:hover,
#producttabs>.item.active {}

#producttabs>.item h3 {
    margin: 0;
    line-height: 30px;
    padding: 10px 25px;
    text-transform: uppercase;
    cursor: pointer;
    background: #ebebed;
    color: #4a4a51;
    font-size: 16px;
    font-weight: normal;
}

#producttabs>.item:hover h3,
#producttabs>.item.active h3 {
    background: #4a4a51;
    color: #fff;
}

.producttabs-products {
    clear: both;
}

.bx-pager-item {
    display: none;
}

/*--------------------------------------------------*/

/* brand */

.ma-brand-slider-contain {
    margin: 70px 0 0 0;
    position: relative;
}

.ma-brand-slider-contain .bx-wrapper {
    position: relative;
    padding: 30px 0;
}

.ma-brand-slider-contain .brandsldier-title {
    display: none;
}

.brandsldier-title {
    padding: 5px 0;
    border-top: 1px solid #e1e1e1;
}

.brandsldier-title h2 {
    color: #363636;
    font-family: montserratbold;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}

.ma-brand-slider-contain .owl-carousel {
    margin: 0;
    position: static;
}

.ma-brand-slider-contain .item-innner {
    margin: 32px 0;
    text-align: center;
}

/*--------------------------------------------------*/

/*modul-group*/

.modul-group {
    margin: 0 0 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.modul-group:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #000;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -20px;
}

.title-group {
    text-align: center;
    /*padding-bottom: 70px;*/
}

.ma-relatedslider-container .title-group {
    padding-top: 20px;
}

.title-group h2 {
    margin: 0;
    color: #000;
    font-size: 24px;
    text-align: left;
    line-height: 40px;
    padding: 0 0 24px 0;
    /*display: inline-block;*/
    text-transform: uppercase;
}

.modul-group2 {
    margin: 40px 0 70px;
}

/*--------------------------------------------------*/

#back-top {
    background: url("../images/back-top.png") no-repeat scroll 50% 50% #d4470f73;
    bottom: 35px;
    display: none;
    height: 55px;
    position: fixed;
    right: 12px;
    width: 55px;
    z-index: 9999;
    cursor: pointer;
}

#back-top:hover {
    background-color: #D4470F;
}

/*related slider*/

.ma-relatedslider-container .item .item-inner:hover {
    margin: 0;
}

.ma-relatedslider-container {}

.ma-relatedslider-container .product .product-details {
    margin-top: 10px;
}

.ma-relatedslider-container .bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    border: 1px solid #e5e5e5;
}

.relatedslider-item .item_related {
    overflow: hidden;
}

.relatedslider-item .item_related.last {
    border: 0;
}

.relatedslider-item .item-inner .images-container {}

.relatedslider-item .item-inner .des-container {}

.relatedslider-item .price-box p {
    margin: 0;
}

.related-subtitle,
.relatedslider-item input.checkbox {
    display: none;
}

/*upsell slider*/

.ma-upsellslider-container .item .item-inner:hover {
    margin: 0;
}

.ma-upsellslider-container {
    margin: 50px 0;
}

.ma-upsellslider-container .title-container {}

.ma-upsellslider-title h2 {}

.ma-upsellslider-container .bx-wrapper {
    position: relative;
    border: 1px solid #e5e5e5;
}

.ma-upsellslider-container .bx-wrapper .bx-controls-direction a {
    margin-top: -60px;
}

.ma-upsellslider-item {
    text-align: left;
}

.ma-upsellslider-item .ratings .rating-links {
    display: none;
}

.ma-upsellslider-item a.product-image {
    display: block;
}

/*============================================ Bx Slider ===============================================*/

.bx-wrapper {
    max-width: 100% !important;
    position: relative;
}

.bx-wrapper .bx-viewport {
    height: auto !important;
}

.bx-wrapper .bx-viewport .bxslider,
.bx-wrapper .bx-viewport .products-grid {
    width: 20000% !important;
}

.bx-wrapper .bx-controls-direction a {
    width: 33px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 50%;
    font-size: 0;
    z-index: 1;
    font-family: "Font Awesome 5 Pro";
    display: block;
    color: #ccc;
    margin-top: -40px;
    border: 1px solid #ccc;
    text-decoration: none;
}

.bx-wrapper .bx-controls-direction a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    border-right: 0;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    margin-right: -33px
}

.bx-wrapper .bx-controls-direction a.bx-prev:before {
    content: "\f104";
    display: block;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
}

.bx-wrapper .bx-controls-direction a.bx-next:before {
    content: "\f105";
    display: block;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
}

/*============================================ Prozoom Slider ===============================================*/

.ma-thumbnail-container .bx-wrapper {
    position: relative;
}

.ma-thumbnail-container .bx-wrapper .bx-controls-direction a {
    top: 50%;
    width: 29px;
    height: 29px;
    border: none;
    color: #D4470F;
    margin: -15px 0 0;
    border-radius: 100%;
}

.ma-thumbnail-container .bx-wrapper .bx-controls-direction a:hover {
    border-color: #e5e5e5;
    background: none;
    color: #e5e5e5;
}

.ma-thumbnail-container .bx-wrapper .bx-controls-direction a:before {
    line-height: 27px;
    font-size: 27px;
    text-decoration: none;
}

.ma-thumbnail-container .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -54px;
}

.ma-thumbnail-container .bx-wrapper .bx-controls-direction a.bx-next {
    right: -54px;
}

/*============================================ Onsale Product Slider ===============================================*/

.ma-onsale-products {
    padding-bottom: 15px;
}

.ma-onsale-product-title {
    background: #666;
    padding: 10px 0 10px 10px;
    margin-bottom: 20px;
}

.ma-onsale-product-title h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
}

.onsale-products li.item {
    clear: both;
    margin-bottom: 20px;
}

.onsale-products a.product-image {
    float: left;
    margin-right: 10px;
}

/*============================================ Related Product ===============================================*/

.block-related .mini-products-list li {
    background: none;
    margin-bottom: 10px;
}

.block-related .mini-products-list li .checkbox {
    min-height: 0;
    min-width: 0;
    margin-top: 20px;
}

/* newsletter popup */

#newsletter_pop_up {
    background-color: #FFFFFF;
    color: #FFFFFF;
    display: none;
    height: 339px;
    margin-top: -195px !important;
    min-width: 450px;
    padding: 25px 80px;
    top: 50% !important;
    left: 50% !important;
    margin-left: -395px;
    position: fixed !important
}

.button.b-close,
.button.bClose {
    font: bold 131% sans-serif;
    padding: 10px 9px 2px;
    position: absolute;
    right: 0;
    top: 0;
}

#newsletter_pop_up .b-close {
    color: #000;
    font-size: large;
}

#newsletter_pop_up>.subscribe {}

.button {
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

.title_subscribe>h1 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 80px;
    text-transform: uppercase;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0;
    color: #f0d700;
    letter-spacing: 3px
}

.form-subscribe-header label {
    font-weight: normal;
    line-height: 20px;
    font-size: 13px;
    color: #ccc;
}

#newsletter_pop_up .form-subscribe-header label {
    color: #000000;
}

#newsletter_subscribe {
    margin: 0 0 20px;
    width: 380px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
}

#newsletter_pop_up .input-box {
    float: left;
}

#newsletter_pop_up .button_subscribe {
    background-color: #74c5e6;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
}

#newsletter_pop_up .button_subscribe:hover {
    background: #a1d7ca;
}

#advice-required-entry-newsletter {
    font-size: 12px;
    margin: -10px auto 15px;
    width: 130px;
    display: none;
}

#newsletter_pop_up .actions {}

#newsletter_pop_up .form-subscribe-header {
    margin: 10px 0;
}

.ajaxLayer {
    cursor: pointer;
}

/*! ajaxcarper version 1.0.0 */

.wrapper_box {
    position: fixed;
    width: 370px;
    height: 230px;
    background: white;
    z-index: 999999;
    border: 1px solid #ddd;
    opacity: 1;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -100px;
    display: block;
    padding: 10px;
}

.wrapper_box .p_name a {
    text-transform: capitalize;
    font-size: 16px;
    color: #363636;
    font-style: italic;
}

.wrapper_box .p_name a:hover {
    color: #77cab8;
}

#product_info_box {
    margin-bottom: 10px;
}

.wrapper_box p.info {
    color: #363636;
    font-size: 12px;
    border: 1px solid #eee;
    padding: 5px 10px;
    text-align: center;
}

.wrapper_box #continue_shopping {
    float: left;
    background: #D4470F;
    color: #fff;
    text-transform: capitalize;
    margin-top: 10px;
    line-height: 30px;
    padding: 5px 10px;
}

.wrapper_box #continue_shopping:hover {
    /*background: #333;
    color: #fff;*/
    text-decoration: none;
}

.wrapper_box #shopping_cart {
    float: right;
    background: #D4470F;
    color: #fff;
    text-transform: capitalize;
    margin-top: 10px;
    line-height: 30px;
    padding: 5px 10px;
}

.wrapper_box #shopping_cart:hover {
    /*background: #333;
    color: #fff;*/
    text-decoration: none;
}

.pop_compare.wrapper_box #continue_shopping {
    float: none;
}

.pop_compare.wrapper_box #product_info_box {
    padding-bottom: 10px;
}

.pop_wishlist.wrapper_box #continue_shopping {
    float: none;
}

.pop_wishlist.wrapper_box #product_info_box {
    padding-bottom: 10px;
}

#product_info_box .p_image,
#product_info_box .p_name {
    text-align: center;
}

/* timmer */

.ma-timer-container .owl-carousel {
    border: 0;
}

.ma-timer-container .ma-timer-title,
.ma-timer-container .bx-wrapper .bx-controls-direction {
    display: none;
}

.box-timer {
    overflow: hidden;
}

.box-timer .box-time-date {
    border: 1px solid #e5e5e5;
    border-radius: 13px 13px 0 13px;
    color: #676767;
    float: left;
    padding-top: 8px;
    min-width: 77px;
    min-height: 77px;
    margin-right: 9px;
    text-align: center;
}

.box-timer .box-time-date span {
    display: block;
    font-family: AntonRegular;
    font-size: 29px;
    color: #393939;
}

.ma-timer-container .product-name {
    margin: 10px 0;
}

.ma-timer-container .product-name a {
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
}

.ma-timer-container .product-name a:hover {
    color: #636363;
}

.ma-timer-container .rating-box {
    width: 100px;
    height: 18px;
    background: url(../images/rating_time.png) 0 0 repeat-x;
}

.ma-timer-container .rating-box .rating {
    float: left;
    height: 18px;
    background: url(../images/rating_time.png) 0 100% repeat-x;
}

.ma-desc {
    color: #a2a1a1;
}

.ma-timer-container .price-box .price {
    font-size: 38px;
}

.ma-timer-container .old-price .price {
    font-size: 18px;
}

.ma-timer-container .item-inner .add-to-links li {
    border: 0;
    margin-left: 1px;
}

.ma-timer-container .item-inner .add-to-links li a {
    width: 74px;
}

.ma-timer-container .item-inner .actions {
    border: 0;
}

.ma-timer-container .item-inner .actions button.btn-cart span {
    padding: 10px 30px;
}

.ma-timer-container .item-inner .actions button.btn-cart span span {
    padding: 0 0 0 39px;
}

/* timmer-view */

.timer-view {
    overflow: hidden;
    margin: 10px 0 20px;
}

.timer-view .box-time-date {
    border: 1px solid #e5e5e5;
    border-radius: 13px 13px 0 13px;
    color: #676767;
    float: left;
    font-size: 14px;
    padding-top: 8px;
    min-width: 77px;
    min-height: 77px;
    margin-right: 9px;
    text-align: center;
}

.timer-view .box-time-date span {
    display: block;
    font-family: AntonRegular;
    font-size: 29px;
    color: #393939;
}

/* categorytab slider */

.categorytabslider {
    margin-top: 70px;
    text-align: center;
}

.categorytabslider .owl-carousel {
    margin-top: 70px;
}

.categorytabslider .title-group {
    padding: 0;
}

.categorytabslider .tab_categorys {
    display: inline-block;
    margin: 10px 0;
}

.categorytabslider .tab_categorys li {
    float: left;
    cursor: pointer;
    font-size: 15px;
    color: #9d9d9d;
    text-transform: uppercase;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid transparent;
}

.categorytabslider .tab_categorys li:hover,
.categorytabslider .tab_categorys li.active {
    color: #000;
    border-color: #000;
}

.categorytabslider .tab_categorys li p {
    margin: 0;
}

/* lastestwitter */

#twitter-feed {}

.tweet-title h3 {
    margin: 0;
    padding: 0 10px;
    font-size: 18px;
    color: #d1d1d1;
    text-transform: uppercase;
}

#loading-container {
    text-align: center;
}

.tweet-content {}

.tweet-title {}

.twitter-article {
    padding: 10px 0;
}

.twitter-article a {
    color: #fff;
}

.twitter-article a:hover {
    color: #a8a8a8;
}

.twitter-pic {
    float: left;
}

.twitter-text {
    margin: 0;
    line-height: 20px;
}

.tweetprofilelink {
    display: block;
    margin: 0 0 10px 50px;
}

.tweetprofilelink strong a {
    color: #444;
    text-decoration: none;
    font-weight: bold;
}

.tweetprofilelink strong a:hover {
    color: #0084B4;
}

.tweet-time {}

.tweetprofilelink a,
.tweet-time a {
    color: #999;
    text-decoration: none;
}

.tweetprofilelink a:hover,
.tweet-time a:hover {
    color: #0084B4;
}

/* Ajax-login */

#ajax-login-block {
    background-color: rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    z-index: 9998;
}

.ajax-load-img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999;
    margin: auto;
}

.ajax-body-login {
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 650px;
    height: 410px;
    padding: 20px;
    overflow: auto !important;
}

.ajax-body-login .a-close-frm {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ff0000;
}

.ajax-body-login .account-login .buttons-set {
    border: 0;
    padding: 0;
    margin-top: 20px;
}

/*===page-not-found==*/

.not-found-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*background-repeat: no-repeat;
    background-size: cover;*/
    background: #383838;
    /*background-image: url(../images/page-not-found.jpg);*/
    font-size: 0;
    text-indent: -9999px;
}

.page-not-found {
    position: relative;
    text-align: center;
    /*padding: 10em 0 5em;*/
    color: #fff;
}

.page-not-found h2 {
    font-size: 20em;
    letter-spacing: 30px;
    line-height: 1;
    color: #fff;
    margin-top: 20px
}

.form-search label {
    display: none;
}

.page-not-found #search_mini_form {
    float: none;
    display: block;
}

.page-not-found .form-search {
    float: none;
    position: relative;
    display: inline-block;
    margin: 60px 0 0;
}

.page-not-found .form-search input.input-text {
    float: left;
    width: 300px;
    height: 45px;
}

.page-not-found .form-search button.button {
    float: left;
}

.page-not-found .search-autocomplete {
    top: 45px;
    min-width: 260px;
    background: #fff;
    padding: 10px;
    display: none;
}

.page-not-found .loading_image_search {
    top: 45px;
}

.page-not-found p {
    font-size: 20px;
    text-transform: capitalize;
}

.page-not-found p a {
    font-size: 18px;
    border: 2px solid #fff;
    display: inline-block;
    padding: 7px 30px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}

.page-not-found p a:hover {
    background-color: #5dbad5
}

.page-not-found address {
    display: none;
    /*margin-top: 140px;text-transform: capitalize;*/
}

/*.page-not-found address a{color: #5dbad5;}
.page-not-found address a:hover{text-decoration: underline;}*/

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

/* quickview */

.a-qv-close:before {
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    content: "\f00d";
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background: #000;
    border-radius: 0%;
}

.qv-button-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    display: block;
    transform: scale(0);
    transition: all 0.3s ease-out;
    border: 0;
    border-radius: 100%;
    font-size: 0;
    background: #ccc;
    line-height: 45px;
}

.qv-button-container:hover {
    background: #000;
}

.qv-button-container button {
    border: 0;
    background: none;
}

.qv-button-container button span span {
    font-size: 0;
}

.qv-button-container button span span:before {
    content: "\f06e";
    display: block;
    font-size: 19px;
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    width: 45px;
    text-align: center;
}

.item-inner:hover .qv-button-container {
    transform: scale(1);
}

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

/* CSS3 */

.banner-static3 .banner-static-inner .icon-add,
.banner-static3 .banner-static-inner .icon-add span {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.menu-recent .item-inner .images-container:before,
.menu-recent .item-inner .images-container:after,
.banner-static .banner-box .banner-box-inner img {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.add-to-links li em,
.btn-cart em,
.email-friend em {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}

.add-to-links li:hover em,
.btn-cart:hover em,
.email-friend:hover em {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.banner-static .banner-box .banner-box-inner:hover img {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.banner-static2 .banner-box .banner-box-inner .banner-content img {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.banner-static2 .banner-box .banner-box-inner:hover .banner-content img {
    -webkit-transform: translateX(45px);
    -moz-transform: translateX(45px);
    -ms-transform: translateX(45px);
    -o-transform: translateX(45px);
}

.view-detail {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}

.pt_custommenu div.pt_menu .parentMenu a:before,
.pt_custommenu div.pt_menu .parentMenu span.block-title:before,
.pt_custommenu div.pt_menu .parentMenu a:after,
.pt_custommenu div.pt_menu .parentMenu span.block-title:after,
#producttabs>.item h3,
.modul-group .banner-box2 .banner-box-inner:before,
.banner-static2 .banner-box:before,
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title,
.breadcrumbs li a,
.breadcrumbs li a:before,
.bx-wrapper .bx-controls-direction a,
.producttabs .bx-wrapper .bx-controls-direction a,
.footer-static-2 .f-col1:before,
.footer-static-2 .f-col1 a:before,
.item-inner .des-container,
.banner-left:before,
.banner-left a:before,
.banner-static .banner-box .banner-box-inner:before,
.banner-static .banner-box .banner-box-inner .layer:before,
.item-inner .images-container .product-image img,
.banner-left a:after,
.banner-left a:before {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.modul-group .banner-box2 .banner-box-inner:before,
.banner-static2 .banner-box:before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.modul-group .banner-box2 .banner-box-inner:hover:before,
.banner-static2 .banner-box:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-static-2 .f-col h2 {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.banner-static .banner-box .icon-banner span,
.item .item-inner,
.item .item-inner .actions,
.footer-static-2 .link-web ul li a,
.banner-static .banner-box,
.footer-static .footer-content .address:before,
.footer-static .footer-content .phone:before,
.footer-static .footer-content .email:before {
    /*transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;*/
    transition: background, z-index 0.3s ease-out;
    -webkit-transition: background, z-index 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
}

.top-link,
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
}

.banner-static4 .banner-box:hover:before {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    animation: bounceIn 0.5s linear infinite alternate;
    -webkit-animation: bounceIn 0.5s linear infinite alternate;
    -moz-animation: bounceIn 0.5s linear infinite alternate;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

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

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

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

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

.banner-static3:hover .banner-static-inner .icon-add span:before,
.banner-static .banner-box:hover .icon-banner span:before {
    animation: movedown 0.5s linear alternate;
    -webkit-animation: movedown 0.5s linear alternate;
    -moz-animation: movedown 0.5s linear alternate;
}

.banner-static3:hover .banner-static-inner .icon-add span,
.banner-static .banner-box:hover .icon-banner span {
    animation: movedown 0.3s linear alternate;
    -webkit-animation: movedown 0.3s linear alternate;
    -moz-animation: movedown 0.3s linear alternate;
}

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

    50% {
        opacity: 0.7;
        transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
    }

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

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

    50% {
        opacity: 0.7;
        transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        -webkit-transform: translateY(-100px);
    }

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

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

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

.form-search-close {
    top: 0;
    right: 10px;
    z-index: 2;
    color: #fff;
    width: 34px;
    height: 34px;
    display: none;
    font-size: 18px;
    cursor: pointer;
    line-height: 24px;
    text-align: center;
    position: absolute;
    /*font-weight: bold;*/
    /*pointer-events: none;*/
}

/* Fixed Mobile*/

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

    .products-grid .item-inner .actions button.btn-cart span {
        padding: 10px 17px;
    }
}

@media (max-width: 1199px) {
    .banner-static .banner-box .icon-banner {
        margin-top: 0;
    }

    .ma-bestsellerproductslider-container .product-name a {
        text-transform: capitalize;
    }

    .onsaleproductslider-item {
        width: 233px !important;
    }

    .tp-leftarrow.default {
        margin-left: -475px !important;
    }

    .tp-rightarrow.default {
        margin-left: 419px !important;
    }

    .banner-static .f-col {
        padding-left: 100px;
    }

    .banner-static .f-col1,
    .banner-static .f-col2,
    .banner-static .f-col3 {
        background-position: 10px 50%;
    }

    .banner-static .banner-title h2 {
        font-size: 30px;
    }

    .block .block-title strong {
        font-size: 15px;
    }

    .ma-relatedslider-container .flex-direction-nav a {
        display: none;
    }

    .block-header .support p,
    .block-header .support h2,
    .top-cart-title a {
        font-size: 12px;
    }

    body {
        font-size: 12px;
    }

    .top-cart-title .price {
        font-size: 18px;
    }

    .banner-static4 .banner-box h2 {
        font-size: 20px;
    }

    .banner-static4 .banner-box span {
        font-size: 14px;
    }

    .pt_custommenu div.pt_menu .parentMenu a,
    .pt_custommenu div.pt_menu .parentMenu span.block-title {
        /*padding: 22px 16px 22px 16px;*/
        /*padding: 23px 7px 22px 7px;*/
    }

    .pt_custommenu {
        /*padding: 0 100px 0 200px;*/
    }

    .pt_custommenu div.pt_menu {
        float: left;
        /*margin-right: 5px;*/
    }

    .cms-index-index .banner-static4 {
        padding: 90px 0;
    }

    .item-inner .actions button.btn-cart span {
        font-size: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }

    .item-inner .actions button.btn-cart span span {
        background-position: 50% 50%;
    }

    .item-inner .actions button.btn-cart {
        width: 34%;
        height: 65px;
    }

    .item-inner .add-to-links {
        width: 66%;
    }

    .item-inner .add-to-links li {
        width: 50%;
        height: 65px;
    }

    .item-inner .add-to-links li a {
        width: 100%;
        height: 100%;
    }

    .ma-timer-container .item-inner .actions button.btn-cart {
        width: auto;
    }

    .ma-timer-container .item-inner .actions button.btn-cart span {
        font-size: 14px;
    }

    .ma-timer-container .item-inner .actions button.btn-cart span span {
        background-position: 0 50%;
    }

    .ma-timer-container .item-inner .add-to-links {
        width: auto;
    }

    .ma-timer-container .item-inner .add-to-links li {
        width: 60px;
    }

    .ma-timer-container .item-inner .add-to-links li a {
        width: 100%;
        height: 100%;
    }

    .products-list .item-inner .actions button.btn-cart {
        width: auto;
    }

    .products-list .item-inner .actions button.btn-cart span {
        font-size: 14px;
    }

    .products-list .item-inner .actions button.btn-cart span span {
        background-position: 0 50%;
    }

    .products-list .item-inner .add-to-links {
        width: auto;
    }

    .products-list .item-inner .add-to-links li {
        width: 60px;
    }

    .products-list .item-inner .add-to-links li a {
        width: 100%;
        height: 100%;
    }

    .block-layered-nav h2 {
        font-size: 18px;
    }

    .block-subscribe .form-subscribe-header {
        padding: 0;
    }

    .form-subscribe-header label {
        margin: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .producttabs .bx-wrapper .products-grid .item {
        width: 212px !important;
    }

    .banner-static2 .banner-box .banner-box-inner {
        min-height: 450px;
    }

    .box-timer .box-time-date {
        min-width: 68px;
        min-height: 68px;
        margin-right: 5px;
    }

    .ma-timer-container .item-inner .actions button.btn-cart span {
        padding: 10px 17px;
    }

    .ma-newproductslider-container .item-inner .add-to-links li {
        height: 53px;
    }

    .newproductslider-item.item .item-inner .actions button.btn-cart {
        height: 53px;
    }

    .newproductslider-item.item .item-inner .des-container .box-inner1 {
        min-height: 80px;
    }

    .ma-featuredproductslider-container .owl-carousel {
        /*margin-right: 188px !important;*/
    }

    .ma-bestsellerproductslider-container .owl-carousel {
        /*margin-left: 188px !important;*/
    }

    .block-featured,
    .block-best {
        width: 188px;
        min-height: 301px;
        /*328px;*/
    }

    .ma-brand-slider-contain .item-innner {
        margin: 20px 0;
    }

    .block-subscribe input.input-text {
        width: 203px;
    }

    .block-subscribe .subscribe-title h3 {
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .onsale-products a.product-image {
        float: none;
        margin-bottom: 10px;
    }

    .email-friend {
        margin-top: 10px;
    }

    .menu-recent .item-inner .des .title-blog {
        font-size: 16px;
    }

    .item .item-inner .des-container .box-inner1 {
        padding: 0 5px;
    }
}

.catalogo-link {
    padding: 0;
    padding-left: 0px;
    padding-right: 15px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
}

.catalogo-link a {
    text-decoration: none;
}

@media (max-width: 1024px) {
    .desktop-menu {
        display: none;
    }

    body.cms-index-index.cms-happystore-interior1 .main-container .std .widget.widget-static-block {
        display: none;
    }

    .footer-static .suporte {
        clear: left;
    }

    .camera_wrap .camera_prev,
    .camera_wrap .camera_next {
        opacity: 1 !important;
    }

    .header-content .catalogo-link {
        padding: 0;
        padding-left: 15px;
        padding-right: 15px;
        cursor: pointer;
        margin-top: 5px;
    }

    .header-content .catalog-search {
        padding-right: 15px !important;
        margin-bottom: 5px !important;
    }

    .header-content .brand-filter {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .container {
        padding: 0 15px;
    }

    .top-link {
        text-align: center;
        margin-right: 0;
    }

    .block-header {
        float: none;
        display: inline-block;
    }

    .toplink-contaner .link-inner {
        float: none;
        display: inline-block;
    }

    .block-header .share label {
        margin-left: 35px;
    }

    .top-link ul.links {
        display: block;
        text-align: center;
    }

    .form-currency {}

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

    .header .quick-access {
        float: none;
        display: inline-block;
        /*position: static;*/
        position: absolute;
        margin: 10px 0;
        right: 0;
        top: 6px;
    }

    #search_mini_form {}

    .header .form-search {
        height: 28px;
    }

    .top-cart-contain {
        height: 36px;
    }

    .header .form-search input.input-text {
        top: -3px;
        z-index: 101;
        width: 300px;
        margin-right: -166px;
        padding: 7px 35px 7px 15px;
    }

    .form-search-close {
        z-index: 101;
        right: -156px;
        line-height: 26px;
    }

    .top-cart-content {
        top: 36px;
        margin-right: 0px;
    }

    .header a.logo {
        float: none;
        display: inline-block;
    }

    .footer,
    .footer ul.links {
        text-align: center;
    }

    .footer .payment {
        text-align: center;
        margin-top: 10px;
    }

    .footer-static .footer-content {
        margin-bottom: 20px;
    }

    #review-form .data-table thead th {
        font-size: 11px;
        padding: 5px;
    }

    #review-form .data-table {
        width: auto;
    }

    .banner-static3 .banner-static-inner h2 {
        font-size: 16px;
        line-height: 26px;
        width: 400px;
    }

    .footer address {
        text-align: center;
    }

    .footer .payment {
        float: none;
        text-align: center;
    }

    .top-link.active {
        height: 123px;
    }

    .top-link p.welcome-msg {
        float: none;
    }

    .mousetrap {
        width: 100% !important;
    }

    .tp-leftarrow.default,
    .tp-rightarrow.default {
        display: none;
    }

    .banner-static .banner-box {
        margin: 15px 0;
        min-height: 135px;
    }

    .menu-recent .item-inner .title-blog {
        text-transform: capitalize;
    }

    .footer-static-2 .block-subscribe {
        float: left;
    }

    .producttabs .bx-wrapper {
        max-width: 100% !important;
        margin: auto;
    }

    .products-list .ratings {
        position: static;
        clear: both;
    }

    .banner-static .banner-box .banner-content {}

    .footer address {
        float: none;
    }

    .toplink-contaner {
        text-align: center;
    }

    p.welcome-msg {
        float: none;
        display: inline-block;
        line-height: 1.2;
        margin: 7px 0;
    }

    .header .link-inner {
        float: none;
        display: inline-block;
        margin-top: 10px;
    }

    .producttabs {
        margin-top: 30px
    }

    .ma-newproductslider-container {
        margin: 30px 0 0;
    }

    .ma-bestsellerproductslider-container .bx-wrapper .bx-viewport,
    .ma-featuredproductslider-container .bx-wrapper .bx-viewport {
        margin: 0 0 -63px;
    }

    .item .item-inner:hover {
        margin-bottom: -61px;
    }

    .item .item-inner .actions {
        height: 61px;
        margin-top: -61px;
    }

    .item-inner .actions button.btn-cart span {
        font-size: 0;
        padding: 0;
        height: 100%;
        width: 100%;
    }

    .item-inner .actions button.btn-cart span span {
        background-position: 50% 50%;
    }

    .item-inner .actions button.btn-cart {
        width: 34%;
        height: 61px;
    }

    .item-inner .add-to-links {
        width: 66%;
    }

    .item-inner .add-to-links li {
        width: 50%;
        height: 61px;
    }

    .item-inner .add-to-links li a {
        width: 100%;
        height: 100%;
    }

    .products-list .item-inner .actions button.btn-cart span {
        line-height: 41px;
    }

    .footer-static-2 .block-subscribe {
        margin-top: 20px
    }

    .header.fix-header {
        position: relative;
    }

    .loading_image_search {
        margin-right: -130px;
        top: 46px;
    }

    .header .form-search .search-autocomplete {
        margin-right: -130px;
        top: 63px !important;
    }

    .products-grid.first .item:nth-child(4n+1) {
        clear: none;
    }

    .products-grid.first .item:nth-child(3n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .banner-static .banner-title h2 {
        font-size: 21px;
    }

    .cart .crosssell .product-details {
        margin-left: 80px;
    }

    .footer-static-container .f-col {
        margin-bottom: 20px;
    }

    .form-list li.wide textarea,
    .form-list li.wide .input-box {
        width: 254px;
    }

    .cart .discount input.input-text {
        width: 185px;
    }

    .form-list .input-box,
    .form-list select,
    .form-list input.input-text {
        width: 160px;
    }

    .block-sequence h2,
    .block-sequence p {
        display: none;
    }

    .banner-static .banner-box2 .banner-box-inner {
        margin-left: 13px;
    }

    .banner-static .banner-box1 .banner-box-inner {
        margin-right: -14px;
    }

    .banner-static2 .banner-box .banner-box-inner {
        min-height: 380px;
    }

    .ma-featured-products .product-name a {
        font-size: 14px;
    }

    .ma-featured-products .button.button span {
        padding: 3px 10px;
    }

    .block-layered-nav .layer-Category .content-shopby ol li {
        font-size: 12px;
    }

    .products-grid .item-inner .actions {
        text-align: center;
    }

    .add-to-cart button.button {
        margin-top: 10px;
    }

    .onsaleproductslider-item {
        width: 219px !important;
    }

    .block-layered-nav #search_pr input {
        margin-right: 3px !important;
    }

    .producttabs .bx-wrapper .products-grid .item {
        width: 220px !important;
    }

    .banner-static .banner-box h2 {
        font-size: 14px;
    }

    .ma-featuredproductslider-container .owl-carousel {
        /*margin-right: 239px !important;*/
    }

    .ma-bestsellerproductslider-container .owl-carousel {
        /*margin-left: 239px !important;*/
    }

    .block-best,
    .block-featured {
        width: 239px;
        min-height: 353px;
        /*325px;*/
    }

    .menu-recent .item-inner .des-container {
        padding: 16px;
    }

    .menu-recent .item-inner .des-container .title-blog {
        font-size: 12px;
    }
}

@media (max-width: 1023px) {
    .header-container {
        text-align: center;
    }

    .banner-static .f-col {
        padding-left: 120px;
    }

    .banner-static .f-col1,
    .banner-static .f-col2,
    .banner-static .f-col3 {
        background-position: 20px 50%;
    }

    .menu-recent .blog-feature .blog-tabs {
        margin-top: 20px;
    }

    .block-subscribe input.input-text {
        width: 245px;
    }

    .product-view .product-shop .product-name {
        margin-top: 10px;
    }

    p.welcome-msg {
        /*margin: 10px 0 0;*/
    }

    .top-link ul.links {
        text-align: center;
    }

    .banner-static .f-col2 {
        margin: 20px 0;
    }

    .banner-static-contain .banner-box,
    .banner-home-content .banner-box {
        margin-bottom: 20px;
    }

    .banner-static2 .banner-box1 {
        margin: 0;
    }

    .banner-static2 .banner-box2,
    .banner-static2 .banner-box3 {
        margin: 20px 0 0 0
    }

    .ma-onsaleproductslider-container {
        margin-top: 30px;
    }

    .col-left,
    .col-main {
        margin-bottom: 20px;
    }

    .banner-static4 .banner-box2 {
        margin: 15px 0;
    }

    .top-link .toplink-hover {
        float: left;
    }

    .footer-static-container .f-col {
        margin-bottom: 25px;
    }

    .form-list li.wide textarea,
    .form-list li.wide .input-box {
        width: 254px;
    }

    .ma-relatedslider-container .flex-direction-nav a,
    .bx-wrapper .bx-controls a {
        /*display: none;*/
    }

    .block-sequence .block-inner img {
        width: 100%;
    }

    .banner-static .banner-box-inner {
        text-align: center;
    }

    .banner-static .banner-box1 .banner-box-inner,
    .banner-static .banner-box2 .banner-box-inner {
        margin: 0;
    }

    .banner-static2 .banner-box .banner-box-inner .banner-content img {
        -webkit-transform: translateX(140px);
        -moz-transform: translateX(140px);
        -ms-transform: translateX(140px);
        -o-transform: translateX(140px);
    }

    .banner-static2 .banner-box .banner-box-inner:hover .banner-content img {
        -webkit-transform: translateX(70px);
        -moz-transform: translateX(70px);
        -ms-transform: translateX(70px);
        -o-transform: translateX(70px);
    }

    .footer-static-container .f-col {
        min-height: 190px;
    }

    .ma-upsellslider-container .ma-upsellslider-title {
        padding: 0 20px;
    }

    .toplink-contaner .col-sms-12 {
        text-align: center;
    }

    p.welcome-msg {
        float: none;
        display: inline-block;
    }

    .toplink-contaner .link-inner {
        float: none;
        display: inline-block;
    }

    .title-group {
        margin-right: 0;
    }

    .banner-static2 .banner-box img {
        width: 100%;
    }

    .b-modal,
    #newsletter_pop_up {
        display: none !important;
    }

    .block-best,
    .block-featured {
        float: none;
        width: auto;
        min-height: 245px;
    }

    .ma-bestsellerproductslider-container .owl-carousel,
    .ma-featuredproductslider-container .owl-carousel {
        margin: 0;
        border: 1px solid #e5e5e5;
    }

    .ma-brand-slider-contain {
        margin-top: 30px;
    }
}

@media (max-width: 680px) {

    .col2-set .col-1,
    .col2-set .col-2 {
        width: 100%;
        margin-bottom: 20px;
    }

    .banner-static3 .banner-static-inner a {
        float: left;
        clear: both;
        margin-top: 10px;
    }

    .banner-static3 .banner-static-inner h2 {
        width: auto;
    }

    .header .form-search input.input-text {
        width: 300px;
    }

    .ajax-body-login {
        width: 95%;
        height: 80%;
    }

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

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

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

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

    /* SLIDESHOW */
    .ma-nav-mobile-container {
        /*margin:0 !important;*/
    }

    #sequence>.sequence-canvas li h2 {
        font-size: 35px;
        margin: 0;
        top: 0;
    }

    #sequence>.sequence-canvas li h3 {
        font-size: 30px;
        line-height: normal;
        margin: 45px 0 0;
        top: 0;
    }

    #sequence>.sequence-canvas li .intro {
        top: 0;
        margin-top: 90px
    }

    #sequence>.sequence-canvas li .link {
        bottom: 20px;
        top: auto;
    }

}

@media (max-width: 560px) {
    .promo-wrapper {
        width: 40px !important;
        height: 40px !important;
        font-size: 14px !important;
        line-height: 40px !important;
    }
    .header-content .nav-col {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-content .logo-container {
        width: 100%;
        padding-right: 15px;
        margin-bottom: 5px;
    }

    .header h1.logo {}

    .header a.logo {
        width: 100%;
        background-color: #000;
    }

    .header .quick-access {
        right: 15px;
    }

    .ma-nav-mobile-container {
        margin-bottom: 0px;
    }

    .top-cart-contain {
        height: 40px;
    }

    .products-list .product-image {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .product-view .product-img-box .product-image .cloud-zoom img {
        width: 100%;
    }

    .cloud-zoom-big {
        display: none !important;
    }

    .cart-table .btn-update,
    .cart-table .btn-empty,
    .cart-table .btn-continue {
        float: left;
        clear: both;
        margin: 0 0 10px;
    }

    .top-link.active {
        height: 163px;
    }

    #producttabs>.item {
        display: block;
    }

    #producttabs>.item h3 {
        border: 0;
    }

    .banner-static3 .banner-static-inner h3 {
        font-size: 40px;
    }

    .block-subscribe input.input-text {
        width: 245px;
    }
}

@media (max-width:480px) {

    /* SLIDESHOW */
    .ma-nav-mobile-container {
        /*margin:0 !important;*/
    }

    #sequence>.sequence-canvas li h2 {
        font-size: 30px;
        margin: 5px 0 0;
        top: 0;
    }

    #sequence>.sequence-canvas li h3 {
        font-size: 25px;
        line-height: normal;
        margin: 55px 0 0;
        top: 0;
    }

    #sequence>.sequence-canvas li .intro {
        /* display: none;*/
        top: 0;
        margin-top: 95px
    }

    #sequence>.sequence-canvas li .link {
        bottom: 10px;
        top: auto;
    }

    #sequence>.sequence-canvas li .link>a {
        padding-top: 0;
        padding-bottom: 0;
    }

    #producttabs {
        border: 0;
    }

    #producttabs>.item {
        float: none;
    }

    .banner-static {
        margin: 0;
    }

    .producttabs .bx-wrapper {
        max-width: 100% !important;
    }

    .ma-bestsellerproductslider-container .bx-wrapper {
        padding: 4px 50px;
    }

    .ma-featured-products {
        margin-top: 30px;
    }

    .product-view .product-shop .product-name {
        margin-top: 10px;
    }

    .banner-static-2 .f-col2 {
        margin: 20px 0;
    }

    .product-tabs li {
        float: none;
        margin: 0;
    }

    .banner-static .f-col {
        background: #f9f9f9;
        padding: 20px;
    }

    #producttabs>.item {
        margin-bottom: 10px;
    }

    .banner-static2 .banner-box .banner-box-inner .banner-content img {
        -webkit-transform: translateX(210px);
        -moz-transform: translateX(210px);
        -ms-transform: translateX(210px);
        -o-transform: translateX(210px);
    }

    .banner-static2 .banner-box .banner-box-inner:hover .banner-content img {
        -webkit-transform: translateX(140px);
        -moz-transform: translateX(140px);
        -ms-transform: translateX(140px);
        -o-transform: translateX(140px);
    }

    .header .col-xs-12 {
        /*padding: 0;*/
    }

    .product-tabs {
        float: none;
        margin: 0;
    }

    .product-tabs a {
        border: 0;
    }

    .footer-static .f-col {
        margin-top: 20px;
    }

    #twitter-feed {
        margin-top: 30px;
    }

    .block-subscribe .subscribe-title h3 {
        font-size: 15px;
    }

    .product-view .box-tags button.button {
        margin-top: 10px;
    }

    .page-not-found h2 {
        font-size: 10em
    }
}

@media (max-width: 400px) {
    .ma-nav-mobile-container {
        z-index: 99999;
    }

    .top-cart-content {
        margin-right: -89px;
    }

    .header .quick-access {
        position: relative;
        right: 0;
        left: 0;
        margin: 0;
        padding: 12px 0;
        top: 5px;
    }

    .ma-nav-mobile-container {
        margin: 0;
    }

    .block-header {
        margin: 0;
    }

    .mostviewedproductslider-item {
        width: 290px !important;
    }

    .block-header .support p,
    .block-header .support h2,
    .top-cart-title a {
        font-size: 10px;
    }

    .block-header .support .address,
    .block-header .support .phone {
        padding: 21px 0 16px 45px;
        background-position: 10px 50%;
    }

    .block-header .share label {
        margin: 0;
    }

    .block-header .share {
        padding: 20px 15px;
    }

    .sorter .sort-by {
        padding: 0;
    }

    .email-friend {
        margin-top: 10px;
    }

    .form-list .input-box,
    .form-list li.wide textarea,
    .product-view .box-reviews .form-add .form-list .input-box {
        width: 250px;
    }

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

    .banner-static2 .banner-box .banner-box-inner:hover .banner-content img {
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
    }

    .products-list .item-inner .add-to-links li {
        margin-top: 10px;
    }

    .banner-static3 .banner-static-inner h3 {
        padding: 0 30px;
        font-size: 23px
    }

    .block-subscribe input.input-text {
        width: 210px;
    }

    .block-subscribe .actions {
        margin-top: 10px;
    }

    .menu-recent .blog-title h2 {
        font-size: 20px;
    }

    .menu-recent .item-inner .des .title-blog {
        font-size: 14px;
    }

    .title-group h2 {
        font-size: 16px;
    }

    .box-timer .box-time-date {
        min-width: 60px;
        min-height: 60px;
    }

    .box-timer .box-time-date span {
        font-size: 16px;
    }

    .ma-timer-container .item-inner .add-to-links {
        margin-top: 10px;
    }

    .toplink-contaner .link-inner {
        text-align: center;
    }

    .language-currency,
    .top-link {
        float: none;
        display: inline-block;
    }

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

    .page-not-found .form-search input.input-text {
        width: 142px;
    }
}

@media (max-width: 412px) {

    /* SLIDESHOW */
    .ma-nav-mobile-container {
        /*margin:0 !important;*/
    }

    #sequence>.sequence-canvas li h2 {
        font-size: 25px;
        margin: 5px 0 0;
        top: 0;
        line-height: 30px;
    }

    #sequence>.sequence-canvas li h3 {
        font-size: 20px;
        line-height: normal;
        margin: 35px 0 0;
        top: 0;
    }

    #sequence>.sequence-canvas li .intro {
        /* display: none;*/
        top: 0;
        margin-top: 70px
    }

    #sequence>.sequence-canvas li .link {
        bottom: 10px;
        top: auto;
    }

    #sequence>.sequence-canvas li .link>a {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    #sequence>.sequence-canvas>li img.model {
        max-width: 40%;
        height: auto;
    }
}

.brand-title {
    margin-top: 20px;
}

/* José Borges 14/03/2016 18:50 */

/* ao retirar o POPUP do preview do artigo ficou esta area visivel no fim do site */

.quickview-container,
.quickview-load-img {
    display: none;
}

/* ao retirar o POPUP do preview do artigo ficou esta area visivel no fim do site */

/* retificação da cor do HOVER da seta para o topo do site, era verde Unykvis,
substitui a linha 3044 deste ficheiro */

#back-top:hover {
    background-color: #D4470F;
}

/* retificação da cor do HOVER da seta para o topo do site, era verde Unykvis,
substitui a linha 3044 deste ficheiro */

/* José Borges 14/03/2016 18:50 */

.banner-static .banner-box .banner-box-inner:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.banner-static .banner-box .banner-box-inner i {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

/*PPagina do mapa*/

body.storelocator-index-index .breadcrumbs {
    display: none;
}

body.storelocator-index-index #realContent {
    padding-top: 0 !important;
}

body.storelocator-index-index #map {
    float: none;
}

body.storelocator-index-index article {
    margin-top: 35px;
    margin-bottom: 35px;
}

body.storelocator-index-index article h3 {
    color: #5e5e5e;
    font-weight: 700;
    font-size: 30px;
    border-left: 5px solid #000;
    padding: 10px 0 10px 15px;
    margin-bottom: 20px;
    cursor: default;
}

body.storelocator-index-index article .description {}

body.storelocator-index-index article .description p {}

body.storelocator-index-index article .description img {}

section#map_xxx {
    border: 1px solid #d6d6d6;
    display: inline-block;
    width: 100%;
    color: #5d5d5d;
}

section#map_xxx .store-table {
    width: 100%;
    /*float: left;*/
    min-height: 250px;
    /*border-bottom: 1px solid #d6d6d6;*/
    margin-bottom: -1px;
}

section#map_xxx .store-table h3 {
    color: #000;
    font-weight: bold;
    font-size: 19px;
    line-height: normal;
    margin: 0 0 15px;
}

section#map_xxx .store-table h3 img,
section#map_xxx .store-table h3 span {
    cursor: pointer;
}

section#map_xxx .store-table.ntc_1 {
    border-right: 1px solid #d6d6d6;
    width: 49.8%;
}

section#map_xxx .store-table .section-wrapper {
    padding: 20px;
}

section.form_section {
    border: 1px solid #d6d6d6;
    display: inline-block;
    width: 100%;
    background: #ececec;
    position: relative;
    color: #5d5d5d;
    float: left;
    border-bottom: none;
}

section.form_section .form-title {
    float: left;
    width: 27%;
    background: #fff;
    padding: 20px 15px;
    text-align: center;
}

section.form_section h4 {
    color: #000;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

section.form_section form {
    float: left;
    margin: 0;
    background: #ececec;
    width: 99.8%;
    display: inline-block;
    padding: 15px;
}

section.form_section form fieldset {
    background: #fff;
}

section.form_section form input {
    width: 90%;
    float: left;
    margin: 0;
    padding: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -ms-border-radius: 0;
    border: none !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -ms-box-shadow: none;
    outline: none;
    box-shadow: none !important;
    -ms-box-shadow: none !important;
    -khtml-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

section.form_section form input.icon-search {
    width: auto;
    float: right;
    background: url("../images/search.svg") no-repeat center center transparent;
    padding: 0px 20px;
    background-size: 20px;
    height: 40px;
    opacity: .7;
}

section#map_xxx .section-wrapper .col-left {
    float: left;
    width: 100%;
}

section#map_xxx .section-wrapper .col-right {
    float: left;
    width: 30%;
    text-align: right;
}

section#map_xxx .section-wrapper .col-left>div {
    margin-bottom: 2px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

section#map_xxx .section-wrapper button.button-map {
    border: 2px solid #000;
    background: none;
    color: #000;
    text-transform: uppercase;
    padding: 5px 15px;
    line-height: 28px;
    font-weight: bold;
}

section#map_xxx .section-wrapper button.button-map .icon {
    background: url("../images/2014/location.svg") no-repeat center center transparent;
    background-size: 28px;
    width: 22px;
    height: 28px;
    margin-right: 7px;
    float: left;
    display: block;
}

@media (min-width: 769px) {
    .cms-index-index .main,
    .catalog-product-view .main {
        margin-bottom: 100px;
    }
}

@media (min-width: 1023px) {
    .map-col {
        border-right: 1px solid #d6d6d6;
    }
}

/*PPagina do mapa*/

/*body.storelocator-index-index .breadcrumbs {display: none;}
body.storelocator-index-index #realContent {padding-top: 0 !important;}
body.storelocator-index-index #map {float: left;}
body.storelocator-index-index article {margin-top: 35px; margin-bottom: 35px;}
body.storelocator-index-index article h3 {color: #5e5e5e;font-weight: 700;font-size: 30px;border-left: 5px solid #ff5d01;padding: 10px 0 10px 15px;margin-bottom: 20px;cursor: default;}
body.storelocator-index-index article .description {}
body.storelocator-index-index article .description p {}
body.storelocator-index-index article .description img {}
section#map_xxx {border: 1px solid #d6d6d6; display: inline-block; width: 60%; color: #5d5d5d;}
section#map_xxx .store-table {width: 100%;float: left;min-height: 0;border-bottom: 1px solid #d6d6d6; margin-bottom: -1px;}
section#map_xxx .store-table h3 {color: #000;font-weight: bold;font-size: 19px;line-height: normal;margin: 0 0 15px; cursor: pointer;}
section#map_xxx .store-table.ntc_1 {border-right: 1px solid #d6d6d6; width: 100%; min-height: 0;}
section#map_xxx .store-table .section-wrapper {padding: 20px;display: inline-block;width: 100%;}
section.form_section {border: 1px solid #d6d6d6;
    display: inline-block;
    width: 60%;
    background: #ececec;
    float: left !important;
    position: relative;
    color: #5d5d5d;
    border-bottom: none;}
section.form_section .form-title {float: left;width: 27%;background: #fff;padding: 20px 15px;text-align: center;}
section.form_section h4 {color: #000;font-weight: 400;font-size: 18px;text-transform: uppercase; text-align: center;}
section.form_section form {float: left;margin: 0;background: #000;width: 100%;display: inline-block;padding: 2px;}
section.form_section form fieldset {background:#fff;}
section.form_section form input {width:90%;float:left;margin:0; padding:10px;border-radius: 0;-moz-border-radius: 0;-webkit-border-radius: 0;-khtml-border-radius: 0;-ms-border-radius: 0;border:none !important;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;-khtml-box-shadow:none;-ms-box-shadow:none;outline: none;box-shadow: none !important;-ms-box-shadow: none !important;-khtml-box-shadow: none !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important;}
section.form_section form input.icon-search {width: auto;float: right;background: url("../images/search.svg") no-repeat center center transparent;padding: 0px 20px;background-size: 20px;height: 40px;opacity: .7;}
section#map_xxx .section-wrapper .col-left {float: left; width: 70%;}
section#map_xxx .section-wrapper .col-right {float: left; width: 30%; text-align: right;}
section#map_xxx .section-wrapper .col-left > div {margin-bottom: 2px;display: inline-block;width: 100%;font-size: 14px;}
section#map_xxx .section-wrapper button.button-map {border: 2px solid #000;background: none;color: #000;text-transform: uppercase;padding: 5px 15px;line-height: 28px;font-weight: bold;}
section#map_xxx .section-wrapper button.button-map .icon {background: url("../images/location.svg") no-repeat center center transparent;background-size: 28px;width: 22px;height: 28px;margin-right: 7px;float: left;display: block;}
.storelocator-index-index .main {padding: 0;}*/

.ma-bestsellerproductslider-container .owl-theme .owl-controls {
    /*text-align: center;*/
    position: absolute;
    /*top: -65px;
    left: 50%;
    margin-left: -31px;*/
    /*right: auto;*/
    /*margin-right: 0;*/
}

.compare-table .product-image img {
    width: inherit;
}

.products-list .item-inner .actions button.btn-cart {
    width: initial;
}

.compare-table .add-to-links {
    margin-top: 10px;
}

.compare-table .add-to-links li {
    background: #000;
    padding: 10px;
}

.compare-table .add-to-links li a {
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}

.compare-table button.button span {
    font-size: 13px;
}

.compare-table button.button {
    width: 100%;
}

.compare-table .product-details {
    min-height: 230px;
}

.compare-table tbody td {
    text-align: left;
    vertical-align: top;
}

/* PRODUCAO */

.demo-notice .notice-inner {
    width: auto;
    padding: 30px;
    background: none;
    text-align: center;
    font-size: 20px;
    color: yellow;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.banner-box-inner a {
    color: #454545;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.cms-no-route1 .demo-notice {
    display: none;
}

.addthis_default_style {
    padding: 15px 0 0 0;
}

.product-review .label {
    padding: 1.2em 0 .2em 0;
    text-align: left;
}

.email-inner a {
    color: #808080;
}
.promo-wrapper {
    top: 5px;
    right: 5px;
    z-index: 2;
    width: 60px;
    height: 60px;
    display: block;
    cursor: default;
    font-size: 18px;
    line-height: 60px;
    position: absolute;
}
.product-view .product-img-box .promo-wrapper {
    right: 20px;
    z-index: 9;
}
.catalog-search .promo-wrapper {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}
.promo {
    right: 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    position: relative;
    border-radius: 60px;
    background: #FE9C0A;
    vertical-align: middle;
}
.new-product {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
}
img.new-product {
    display: none !important;
}
.product-img-box .new-product {
    right: 16px;
}

#co-shipping-method-form input.radio {
    float: left;
}

#co-shipping-method-form .sp-methods label {
    margin-left: 10px;
}

#co-shipping-method-form .sp-methods dt {
    color: #000;
    font-size: 14px;
    padding: 10px 0;
    font-weight: normal;
    margin-bottom: 10px;
    background-position: 0 0;
    text-transform: uppercase;
    background-repeat: no-repeat;
}

.tabelaportes tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.tabelaportes td {
    vertical-align: middle;
    padding-left: 10px;
}

/* ESCONDER O POPUP DE LOGIN POR AJAX QUE APARECE DE VEZ EM QUANDO */
#ajax-login-block,
.ajax-load-img,
.ajax-body-login {
    display: none;
}

/* ESCONDER O POPUP DE LOGIN POR AJAX QUE APARECE DE VEZ EM QUANDO */

/* MOBILE  ----------------------------------------------------------------------------------------------------------------------------------------- */

/** BOOTSTRAP 4.0 CLASSES ------------------------ */

/** ---------------------------------------------- */

/* HIDE ELEMENTS */
.header-content .catalogo-link,
.mobile-header,
body.catalogsearch-result-index .col-main>.page-title,
.header-content .brand-filter {
    /*display: none;*/
}

.block-subscribe input.input-text::-webkit-input-placeholder {
    color: #777 !important;
}

.block-subscribe input.input-text:-moz-placeholder {
    color: #777 !important;
    opacity: 1;
}

.block-subscribe input.input-text::-moz-placeholder {
    color: #777 !important;
    opacity: 1;
}

.block-subscribe input.input-text:-ms-input-placeholder {
    color: #777 !important;
}

.block-subscribe input.input-text::-ms-input-placeholder {
    color: #777 !important;
}

#searchcontent {
    background-color: #fff;
    left: 15px;
    right: 15px;
}

#searchcontent #getproduct {
    width: 100%;
}

.prod_instant_search_popup {
    position: relative;
    box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.1);
}

/* ROW MARGINS */
.prod_instant_search_popup .product_view {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

/* COL PADDINGS */
.prod_instant_search_popup .product_view .large_thumbnail,
.prod_instant_search_popup .product_view .prod_detail {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.prod_instant_search_popup .product_view .prod_detail:hover {
    background: transparent;
    margin-bottom: 0;
    z-index: initial;
}

.prod_instant_search_popup>p {
    font-size: 18px;
    margin-top: 20px;
}

.prod_instant_search_popup>a {
    z-index: 2;
    position: absolute;
    top: 9px;
    right: 8px;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    /*background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fal" data-icon="times" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512" class="svg-inline--fa fa-times fa-w-10 fa-3x"><path fill="#fff" d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z" class=""></path></svg>');*/
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fal' data-icon='times' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-times fa-w-10 fa-3x'%3e%3cpath fill='%23FFFFFF' d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z' class=''%3e%3c/path%3e%3c/svg%3e");
}

.prod_instant_search_popup .close {
    display: none;
}

.prod_instant_search_popup .product_view {
    width: auto;
    display: -ms-flexbox;
    display: flex;
}

.prod_instant_search_popup .product_view .large_thumbnail {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 295px;
}

.prod_instant_search_popup .product_view .large_thumbnail a {
    position: relative;
    display: block;
    padding-bottom: 100%;
}

.prod_instant_search_popup .product_view .large_thumbnail img {
    position: absolute;
}

.prod_instant_search_popup .product_view .prod_detail {
    padding-top: 20px;
    padding-right: 40px;
    text-align: left;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.prod_instant_search_popup .product_view .prod_detail .btn-cart {
    white-space: normal;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    border: 0px;
    padding: 12px 25px 12px 60px;
    background-image: url(../images/cart_icon.png);
    background-repeat: no-repeat;
    background-position: 15px 50%;
}

.prod_instant_search_popup .product_view .prod_detail .product-name {
    font-size: 30px;
    max-height: none;
    margin-bottom: 15px;
}

.prod_instant_search_popup .product_view .prod_detail .product-name a {
    font-size: inherit;
}

.prod_instant_search_popup .product_view .prod_detail .price-box {
    margin-bottom: 10px;
}

.prod_instant_search_popup .product_view .prod_detail .price-box .price {}

.prod_instant_search_popup .product_view .prod_detail input,
.prod_instant_search_popup .product_view .prod_detail h3 a {
    max-width: 100%;
}

.prod_instant_search_popup #currproduct {
    padding: 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.prod_instant_search_popup .results-header-container {
    padding: 10px 15px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    background-color: #D4470F;
    border-top: 1px solid #ccc;
}

.prod_instant_search_popup .results-header-container .results-header {
    color: #fff;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
}

.prod_instant_search_popup .results {
    padding: 15px 15px 0px 15px;
    background-color: #fff;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
}

.prod_instant_search_popup .results .noitems {
    font-size: 20px;
    text-align: center;
    padding: 15px 4%;
}

.prod_instant_search_popup .results .products-grid {
    height: 100%;
    margin: 0 -7.5px;
    max-height: 315px;
    overflow: auto;
}

.prod_instant_search_popup .results .products-grid .item {
    padding: 0 7.5px;
    margin-top: 0;
    margin-bottom: 15px;
    float: left;
    width: 14.285%;
}

.prod_instant_search_popup .results .products-grid .item:nth-child(7n+1) {
    clear: left;
}

.prod_instant_search_popup .results .products-grid .item .item-inner {
    float: none;
    background-color: transparent;
    margin: 0;
}

.prod_instant_search_popup .results .products-grid .item .item-inner:hover {
    margin-bottom: 0;
    background-color: transparent;
}

.prod_instant_search_popup .item .item-inner:hover .price-box .price,
.prod_instant_search_popup .item .item-inner:hover .product-name a:hover,
.prod_instant_search_popup .item .item-inner:hover .product-name a {
    color: #000;
}

.prod_instant_search_popup .results .products-grid .item .item-inner .images-container {
    border: 1px solid #E8E8E8;
}

.prod_instant_search_popup .results .products-grid .item .item-inner img {
    width: auto;
    margin: 0 auto;
    display: block;
    max-height: 180px;
}

.prod_instant_search_popup .results .products-grid .item .item-inner:hover .images-container,
.prod_instant_search_popup .results .products-grid .item.active .item-inner .images-container {
    border: 1px solid #000;
}

.catalog-search .input-text {
    /*padding: 0 60px 0 15px;
    background-size: 100%;
    background-size: 23px !important;
    background-position: calc(100% - 63px) 50% !important;*/
    border: none;
    height: 56px;
    padding: 17px 16px;
    background-color: #F6F6F6;
}

#mobile-shopping-cart,
#mobile-sidebar,
#mobile-searchcontent {
    display: none;
}

#wraper_ajax {}

#wraper_ajax .loadding_ajaxcart {
    transform: translate(-50%, -50%);
}

table.bt {
    width: 100% !important;
    height: auto !important;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 0;
}

table.bt tfoot th:last-child,
table.bt tfoot td:last-child,
table.bt tbody td:last-child {
    border-bottom: 0px;
}

table.bt tbody tr:first-child {
    display: none;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
    color: #000;
    width: 50%;
    padding: 5px;
    border-right: 1px solid #ddd;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
    width: 50%;
    padding: 5px;
}

table.bt tr {
    display: block;
    margin-bottom: 25px;
    border: 1px solid #ddd;
}

table.two-axis tr td:first-of-type {
    background: #cadde1;
}

table.two-axis tr td:first-of-type,
table.two-axis tr:nth-of-type(2n+2) td:first-of-type,
table.two-axis tr td:first-of-type:before {
    background: #3584b3;
    color: #ffffff;
}

table.two-axis tr td:first-of-type {
    border-bottom: 1px solid #e4ebeb;
}

table.two-axis tr td:first-of-type:before {
    padding-bottom: 10px;
}

table.tabelaportes {
    table-layout: fixed;
}

body .owl-theme .owl-controls .owl-buttons div {
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
}

.qty-subt,
.qty-add {
    display: none;
    vertical-align: middle;
}

.qty-add,
.qty-subt {
    display: inline-block;
}

.qty-subt:hover:before,
.qty-add:hover:before {
    background-color: #D4470F;
}

.qty-subt.disabled:before,
.qty-add.disabled:before {
    opacity: 0.5;
    cursor: default;
    background-color: #fff !important;
}

.qty-subt:before,
.qty-add:before {
    cursor: pointer;
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 12px;
    width: 33px;
    height: 35px;
    display: block;
    border: 1px solid #000;
}

.qty-subt:before {
    border-right: 0;
    background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fal" data-icon="minus" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-minus fa-w-12 fa-2x"><path fill="%23000" d="M376 232H8c-4.42 0-8 3.58-8 8v32c0 4.42 3.58 8 8 8h368c4.42 0 8-3.58 8-8v-32c0-4.42-3.58-8-8-8z" class=""></path></svg>');
}

.qty-add:before {
    border-left: 0;
    background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fal" data-icon="plus" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-plus fa-w-12 fa-2x"><path fill="%23000" d="M376 232H216V72c0-4.42-3.58-8-8-8h-32c-4.42 0-8 3.58-8 8v160H8c-4.42 0-8 3.58-8 8v32c0 4.42 3.58 8 8 8h160v160c0 4.42 3.58 8 8 8h32c4.42 0 8-3.58 8-8V280h160c4.42 0 8-3.58 8-8v-32c0-4.42-3.58-8-8-8z" class=""></path></svg>');
}

.qty-subt:not(.disabled):hover:before {
    background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fal" data-icon="minus" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-minus fa-w-12 fa-2x"><path fill="%23fff" d="M376 232H8c-4.42 0-8 3.58-8 8v32c0 4.42 3.58 8 8 8h368c4.42 0 8-3.58 8-8v-32c0-4.42-3.58-8-8-8z" class=""></path></svg>');
}

.qty-add:not(.disabled):hover:before {
    background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fal" data-icon="plus" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-plus fa-w-12 fa-2x"><path fill="%23fff" d="M376 232H216V72c0-4.42-3.58-8-8-8h-32c-4.42 0-8 3.58-8 8v160H8c-4.42 0-8 3.58-8 8v32c0 4.42 3.58 8 8 8h160v160c0 4.42 3.58 8 8 8h32c4.42 0 8-3.58 8-8V280h160c4.42 0 8-3.58 8-8v-32c0-4.42-3.58-8-8-8z" class=""></path></svg>');
}

.wrapper_box {
    padding: 15px;
    height: auto;
}

/* NEWSLETTER */
.footer-static-2 .block-subscribe {
    background-color: #f64300;
}

.block-subscribe .subscribe-title {
    margin-left: 0;
    padding: 0 15px;
}

.block-subscribe .subscribe-title h3 {
    line-height: 1.5;
    padding-top: 15px;
    color: #000;
}

.block-subscribe .block-content {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    padding: 10px 15px 10px 15px;
    background-color: #f64300;
    display: -ms-flexbox !important;
    display: flex !important;
}

.block-subscribe .form-subscribe-header {
    margin-bottom: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.block-subscribe .input-box {
    margin-bottom: 10px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.block-subscribe .input-box input.input-text {
    /*width: 100%;*/
    display: none;
}

.block-subscribe .actions {
    margin-top: 0;
    margin-bottom: 10px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /*width: auto;*/
    width: 100%;
    max-width: none;
}

.form-subscribe-header label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 1199px) {
    body {
        font-size: 14px;
    }

    .prod_instant_search_popup .product_view .large_thumbnail {
        max-width: 260px;
    }

    .prod_instant_search_popup .product_view .prod_detail .product-name {
        font-size: 26px;
    }

    .prod_instant_search_popup .product_view .prod_detail .price-box .price {
        font-size: 30px;
    }

    .prod_instant_search_popup .results .products-grid {
        max-height: 285px;
    }

    .map-col:nth-child(2n+1) {
        clear: left;
    }

    section.form_section form input {
        width: auto;
    }
}

@media (max-width: 1024px) {

    .block-layered-nav .content-shopby ol li a {
        font: normal 24px/44px Oxanium;
    }

    input.qty {
        border: 1px solid #000;
    }

    #_hj_feedback_container {
        display: none !important;
    }

    #v-cookielaw {
        z-index: 999 !important;
    }

    .opc .checkout-agreements {
        padding: 0;
        border: 0px;
    }

    .opc .checkout-agreements .agreement-content {
        padding: 15px;
    }

    #co-shipping-method-form .sp-methods label {
        font-size: 14px;
    }

    .sp-methods label {
        font-size: 14px;
    }

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

    .form-list .field {
        width: 100%;
        margin-bottom: 8px;
    }

    .form-list .field:last-child {}

    .form-list .input-box,
    .form-list select,
    .form-list input.input-text {
        width: 100%;
    }

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

    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    button.btn-checkout span span {
        padding: 0;
    }

    .cart-table .btn-update,
    .cart-table .btn-empty,
    .cart-table .btn-continue {
        margin: 0 0 10px;
    }

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

    #shopping-cart-table tbody td.mobile-only {
        display: block;
    }

    .col2-left-layout .col-main {
        width: 100%;
    }

    .prod_instant_search_popup .product_view .large_thumbnail {
        max-width: 240px;
    }

    .prod_instant_search_popup .product_view .prod_detail .product-name {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .prod_instant_search_popup .product_view .prod_detail .price-box .price {
        font-size: 28px;
    }

    .prod_instant_search_popup .product_view .prod_detail .btn-cart {
        font-size: 14px;
    }

    .prod_instant_search_popup .results .products-grid .item {
        width: 20%;
    }

    .prod_instant_search_popup .results .products-grid .item:nth-child(7n+1) {
        clear: none;
    }

    .prod_instant_search_popup .results .products-grid .item:nth-child(5n+1) {
        clear: left;
    }

    .prod_instant_search_popup .results .products-grid {
        max-height: 320px;
    }

    body {
        padding-top: 108px;
    }

    .header-container .camera_wrap {
        margin: 0 -15px;
        width: auto;
        float: none;
        /*height: auto !important; padding-bottom: 46.173%;*/
        display: block;
    }

    /* HOMEPAGE */
    body.cms-index-index.cms-happystore-interior1 .main-container .std>p {
        display: none;
    }

    /*body.cms-index-index.cms-happystore-interior1 .main-container .std .widget.widget-static-block {display: block;}*/

    body.cms-index-index.cms-happystore-interior1 .main-container .std .widget.widget-static-block>.row>.row,
    body.cms-index-index.cms-happystore-interior1 .main-container .std .widget.widget-static-block>.row>hr {
        display: none;
    }

    body.cms-index-index.cms-happystore-interior1 .main-container .std .widget.widget-static-block img {
        width: 100%;
    }

    .hs-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*margin-right: -15px;
        margin-left: -15px;*/
    }

    [class*="hs-col"] {
        position: relative;
        width: 100%;
        min-height: 1px;
        /*padding-right: 15px;
        padding-left: 15px;*/
    }

    .hs-col-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .hs-col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .hs-px-0 {
        padding: 0 !important;
    }

    .hs-d-flex {
        display: -ms-flexbox;
        display: flex;
    }

    .hs-flex-column {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hs-align-items-center {
        -ms-flex-align: center;
        align-items: center;
    }

    /* ROW MARGINS */
    body.catalog-product-view .product-view .product-img-box .more-views ul,
    .new-product-slider .owl:not(.owl-carousel),
    .new-product-slider .owl-carousel,
    .ma-bestsellerproductslider-container .owl:not(.owl-carousel),
    .ma-bestsellerproductslider-container .owl-carousel,
    .ma-featuredproductslider-container .owl:not(.owl-carousel),
    .ma-featuredproductslider-container .owl-carousel,
    .ma-relatedslider-container .owl:not(.owl-carousel),
    .ma-relatedslider-container .owl-carousel,
    .products-grid,
    .prod_instant_search_popup .product_view {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    /* COL PADDINGS */
    body.catalog-product-view .product-view .product-img-box .more-views li,
    .products-grid .item,
    .ma-relatedslider-container .owl>.item,
    .ma-bestsellerproductslider-container .owl>.item,
    .ma-featuredproductslider-container .owl>.item,
    .owl-carousel .owl-item,
    .prod_instant_search_popup .product_view .large_thumbnail,
    .prod_instant_search_popup .product_view .prod_detail {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    /****************************************************************************************/

    .mobile-header {
        background-color: #000;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        padding: 0 15px;
    }

    .mobile-header .hamb-wrap {
        width: 30px;
        height: 30px;
        z-index: 2;
        position: relative;
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }

    .mobile-header .hamb-wrap .hamb {
        height: 3px;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 14px;
        left: 0;
        transition: 0.2s;
    }

    .mobile-header .hamb-wrap .hamb:before,
    .hamb-wrap .hamb:after {
        content: '';
        position: absolute;
        background: #fff;
        height: 3px;
        width: 100%;
        transition: 0.2s;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .mobile-header .hamb-wrap .hamb:before {
        top: 8px;
    }

    .mobile-header .hamb-wrap .hamb:after {
        top: -8px;
    }

    /* ACTIVE */
    .mobile-header .hamb-wrap .hamb.active {
        background: none;
        transition: 0.2s;
        width: calc(100% + 3px);
        left: -2px;
    }

    .mobile-header .hamb-wrap .hamb.active:before,
    .mobile-header .hamb-wrap .hamb.active:after {
        transition: 0.2s;
        top: 0;
    }

    .mobile-header .hamb-wrap .hamb.active:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mobile-header .hamb-wrap .hamb.active:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /**/

    #mobile-sidebar .icon,
    .mobile-header .icon {
        height: 24px;
        cursor: pointer;
    }

    .mobile-header .user-icon {
        padding: 0 10px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .mobile-header .user-type-menu {
        margin-left: auto;
    }

    #mobile-sidebar .icon svg,
    .mobile-header .icon svg {
        height: 100%;
    }

    .mobile-header .user-menu {
        margin-left: auto;
        margin-right: 1rem;
    }

    /*.mobile-header .shopping-cart {width: 60px;}*/

    .mobile-header .mobile-top {
        /*margin-top: 15px;
        margin-bottom: 15px;*/
    }

    .mobile-header .mobile-top .hamb-container {}

    .mobile-header .mobile-top .mobile-logo {
        top: 12px;
        left: 50%;
        /*width: 100%;*/
        max-width: 112px;
        position: absolute;
        margin-left: -56px;
    }

    .mobile-header .mobile-top .mobile-logo .logo {
        /*width: 100%;
        height: 30px;
        background-size: 135%;
        display: block;
        background-repeat: no-repeat;
        background-position: 50%;*/
    }

    /*.mobile-header .mobile-top .mobile-logo .logo img {
        display: none;
    }*/

    /* SEARCH */
    .mobile-header .mobile-search {
        /*margin-top: 15px;
        margin-bottom: 15px;*/
        background-color: #F6F6F6;
    }

    .mobile-header .mobile-search .catalog-search {
        position: relative;
    }

    .mobile-header .mobile-search .catalog-search .search-content-container {
        position: relative;
    }

    #mobile-sidebar {
        display: -ms-flexbox;
        display: flex;
    }

    #mobile-searchcontent {
        display: block;
        position: relative;
        z-index: 9999999999;
    }

    #mobile-searchcontent>* {
        width: 100% !important;
        position: fixed;
        bottom: 0;
        left: 0;
        height: calc(100% - 109px);
        background-color: #fff;
        z-index: 999999999;
    }

    .prod_instant_search_popup {
        border: 0px;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .prod_instant_search_popup>p {
        font-size: 18px;
        margin-top: 20px;
    }

    .prod_instant_search_popup>a {}

    .prod_instant_search_popup .close {
        display: none;
    }

    .prod_instant_search_popup .product_view {}

    .prod_instant_search_popup .product_view .large_thumbnail {
        max-width: 40%;
    }

    .prod_instant_search_popup .product_view .large_thumbnail img {}

    .prod_instant_search_popup .product_view .prod_detail {
        padding-right: 40px;
        padding-top: 0;
    }

    .prod_instant_search_popup .product_view .prod_detail .btn-cart {
        padding: 10px 15px;
        background-image: none;
    }

    .prod_instant_search_popup .product_view .prod_detail .product-name {
        font-size: 18px;
    }

    .prod_instant_search_popup .product_view .prod_detail .product-name a {}

    .prod_instant_search_popup .product_view .prod_detail:hover .price-box .price,
    .prod_instant_search_popup .product_view .prod_detail .price-box .price {
        font-size: 26px;
    }

    .prod_instant_search_popup .product_view .prod_detail input,
    .prod_instant_search_popup .product_view .prod_detail h3 a {
        max-width: 100%;
    }

    .prod_instant_search_popup #currproduct {
        padding: 15px;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .prod_instant_search_popup .results {}

    .prod_instant_search_popup .results .products-grid {
        max-height: none;
    }

    .mobile-header .mobile-search .catalog-search .form-container,
    .mobile-header .mobile-search .catalog-search form {
        position: relative;
        display: block;
        border-radius: 3px;
        overflow: hidden;
    }

    .mobile-header .mobile-search .catalog-search .input-text {
        border: 0px;
        font-size: 18px;
        padding: 0 60px 0 15px;
        background-color: #fff;
        background-size: 100%;
        background-color: #ECECEC !important;
        background-size: 23px !important;
        background-position: calc(100% - 63px) 50% !important;
    }

    .mobile-header .mobile-search .catalog-search .input-text::-webkit-input-placeholder {
        color: #9E9E9E !important;
    }

    .mobile-header .mobile-search .catalog-search .input-text:-moz-placeholder {
        color: #9E9E9E !important;
        opacity: 1;
    }

    .mobile-header .mobile-search .catalog-search .input-text::-moz-placeholder {
        color: #9E9E9E !important;
        opacity: 1;
    }

    .mobile-header .mobile-search .catalog-search .input-text:-ms-input-placeholder {
        color: #9E9E9E !important;
    }

    .mobile-header .mobile-search .catalog-search .input-text::-ms-input-placeholder {
        color: #9E9E9E !important;
    }

    .mobile-header .mobile-search .catalog-search .search-autocomplete {}

    .mobile-header .mobile-search .catalog-search button.search {
        background-color: #FE9C0A;
        background-size: 50%;
        width: 48px;
    }

    .mobile-header .mobile-search .filters-icon {
        display: none;
        line-height: 1.4;
    }

    body.catalogsearch-result-index .mobile-search .filters-icon,
    body.catalog-category-view .mobile-search .filters-icon {
        display: block;
    }

    .mobile-header .mobile-search .filters-icon.active svg path:not(.active),
    .mobile-header .mobile-search .filters-icon svg path.active {
        display: none;
    }

    .mobile-header .mobile-search .filters-icon.active svg path.active {
        fill: #FE9C0A;
        display: block;
    }

    .mobile-header .mobile-search .filters-icon .text {
        color: #000;
        font-size: 22px;
        padding: 0 10px;
        display: inline-block;
        text-transform: uppercase;
    }

    .mobile-header .mobile-search .filters-icon.active .text {
        color: #FE9C0A;
    }

    /* HIDE ELEMENTS */
    #mobile-catalog-filters .block-title,
    body.catalogsearch-result-index .col-left.sidebar,
    body.catalog-category-view .col-left.sidebar,
    /*.header-container .camera_wrap,*/
    .header-container .toplink-contaner,
    .header-container .header {
        display: none !important;
    }

    .breadcrumbs {
        font-size: inherit;
        line-height: 1;
        padding: 10px 0;
        text-align: left;
    }

    .breadcrumbs li {
        display: inline-block;
    }

    .breadcrumbs li:first-child {
        display: none;
    }

    .breadcrumbs li>strong,
    .breadcrumbs li>a {
        padding: 5px 0;
        display: inline-block;
    }

    .breadcrumbs li span {
        padding: 0 2px;
    }

    .breadcrumbs li span:before {}

    /* SIDEBAR FOR CATALOG VIEW FILTERS */
    body.catalog-category-view .col-left.sidebar {}

    /* SIDEBAR */
    /*body.catalog-category-view .col-left.sidebar,*/
    #mobile-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 2147483647;
        transition: all 0.3s cubic-bezier(0.28, 0.51, 0.58, 1);
        transform: translate3d(100%, 0, 0);
    }

    /*body.catalog-category-view .col-left.sidebar.active,*/
    #mobile-sidebar.active {
        transform: translate3d(0%, 0, 0);
    }

    #mobile-sidebar .sidebar-content {
        display: none;
    }

    #mobile-sidebar .sidebar-content.active {
        display: block;
    }

    /* SIDEBAR HEADER */
    #mobile-sidebar .mobile-sidebar-header-container {
        background-color: #fff;
        min-height: 56px;
        min-height: 56px;
        padding: 0 24px;
        margin: 0;
    }

    #mobile-sidebar .mobile-sidebar-header-container .sidebar-heading {
        color: #000;
        font-size: 20px;
        text-align: left;
        font-weight: 600;
    }

    #mobile-sidebar .mobile-sidebar-header-container .sidebar-close-btn {
        top: 9px;
        right: 15px;
        height: 40px;
        position: absolute;
    }

    #mobile-sidebar .mobile-sidebar-header-container .hs-col {
        display: none;
    }

    /* SIDEBAR CONTENT */
    #mobile-sidebar .mobile-sidebar-content-container {
        overflow: auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: auto;
        max-width: none;
    }

    #mobile-sidebar .sidebar-content {}

    #mobile-catalog-filters .block-content .block-subtitle,
    #mobile-sidebar .sidebar-content .heading {
        border-bottom: 1px solid #DCDCDC;
        padding: 10px 15px;
        background-color: #D4470F;
        font: normal 32px/46px Oxanium;
        letter-spacing: 1.28px;
        color: #FFFFFF;
        text-transform: uppercase;
        padding: 16px 24px;
        height: 64px;
        line-height: 1;
    }

    #mobile-sidebar .sidebar-content ul {
        background-color: #fff;
        display: block;
        position: relative;
        top: 0;
        float: none;
    }

    #mobile-sidebar .sidebar-content ul li {
        border: 0px;
        display: block;
        text-align: left;
        background-color: transparent;
    }

    #mobile-catalog-filters .block-content #narrow-by-list .content-shopby ol li,
    #mobile-catalog-filters .block-content #narrow-by-list h2,
    #mobile-catalog-filters .block-content .currently ol li,
    #mobile-sidebar .sidebar-content ul li>a {
        border-bottom: 1px solid #E6E6E6;
        white-space: normal;
        padding: 15px 20px;
        text-align: left;
        line-height: 1;
        display: block;
        float: none;
        color: #000;
        margin: 0;
        font: 500 24px/44px Oxanium;
        text-transform: uppercase;
        letter-spacing: 0.96px;
    }

    #mobile-catalog-filters .block-content #narrow-by-list .active h2 {
        font: normal 24px/44px Oxanium;
        background-color: #D4470F1A;
        letter-spacing: 0.96px;
        color: #D4470F;
    }

    /*#mobile-catalog-filters .block-content #narrow-by-list .active h2,*/
    #mobile-catalog-filters .block-content #narrow-by-list .content-shopby ol li:hover,
    #mobile-catalog-filters .block-content #narrow-by-list .content-shopby ol li:active,
    #mobile-catalog-filters .block-content #narrow-by-list .content-shopby ol li:focus,
    #mobile-sidebar .sidebar-content ul li>a:hover,
    #mobile-sidebar .sidebar-content ul li>a:active,
    #mobile-sidebar .sidebar-content ul li>a:focus,
    #mobile-sidebar .sidebar-content ul li.active>a {
        background-color: #D4470F1A;
        color: #D4470F;
    }

    #mobile-sidebar .sidebar-content ul li.active>a:last-child {
        background: #fff;
    }

    #mobile-sidebar .sidebar-content ul li.level0.active > a {
        background-color: #D4470F;
        color: #fff;
    }

    /*#mobile-sidebar .sidebar-content ul li.active {    background-color: rgba(254, 156, 10, 0.2);}*/

    #mobile-sidebar .sidebar-content ul ul li>a {
        padding-left: 30px;
    }

    #mobile-sidebar .sidebar-content ul ul ul li>a {
        padding-left: 40px;
    }

    #mobile-sidebar .sidebar-content ul ul ul ul li>a {
        padding-left: 50px;
    }

    /* SIDEBAR CATALOG FILTERS */
    #mobile-catalog-filters .block-layered-nav {
        margin: 0;
    }

    #mobile-catalog-filters .block-content {}

    #mobile-catalog-filters .block-content .block-subtitle {
        display: block;
    }

    #mobile-catalog-filters .block-content .currently {}

    #mobile-catalog-filters .block-content .currently ol {}

    #mobile-catalog-filters .block-content .currently ol li {
        font: 500 24px/44px Oxanium;
        letter-spacing: 0.96px;
        color: #000000;
        text-transform: uppercase;
        position: relative;
    }

    #mobile-catalog-filters .block-content .currently ol li .label {
        padding: 0;
        color: #D4470F;
        background-image: none;
        vertical-align: middle;
        line-height: 1;
    }

    #mobile-catalog-filters .block-content .currently ol li .value {
        vertical-align: middle;
        line-height: 1;
    }

    #mobile-catalog-filters .block-content .currently ol li .btn-remove {
        top: 7px;
        margin: 0;
        right: 10px;
        float: none;
        width: 60px;
        opacity: 0.5;
        height: 60px;
        padding: 10px;
        color: #D4470F;
        display: block;
        font-size: 24px;
        line-height: 1.7;
        text-align: center;
        text-indent: initial;
        background-image: none;
    }

    #mobile-catalog-filters .block-content .actions {
        font-size: inherit;
        margin: 0;
        padding: 0;
    }

    #mobile-catalog-filters .block-content .actions a {
        font-weight: 600;
        color: #D4470F;
        padding: 8px 20px;
        display: inline-block;
        font-size: 14px;
        text-transform: uppercase;
    }

    #mobile-catalog-filters .block-content #narrow-by-list {}

    #mobile-catalog-filters .block-content #narrow-by-list>* {
        margin: 0;
    }

    #mobile-catalog-filters .block-content #narrow-by-list h2 {
        position: relative;
        cursor: pointer;
    }

    #mobile-catalog-filters .block-content #narrow-by-list h2:after {
        content: "";
        top: 0;
        right: 0;
        display: block;
        position: absolute;
    }

    #mobile-catalog-filters .block-content #narrow-by-list .content-shopby {
        max-height: 0;
        overflow: hidden;
        transition: all 0.2s cubic-bezier(0.28, 0.51, 0.58, 1);
    }

    #mobile-catalog-filters .block-content #narrow-by-list .active .content-shopby {}

    #mobile-catalog-filters .block-content #narrow-by-list .content-shopby ol {}

    #mobile-catalog-filters .block-content #narrow-by-list .content-shopby ol li {
        border-left: 0px;
        text-align: left;
        padding: 7px 20px;
        font-size: 16px;
    }

    #mobile-catalog-filters .block-content #narrow-by-list .content-shopby ol li a {
        padding-left: 20px;
    }

    /* USER TYPE MENU */
    #mobile-sidebar .sidebar-content .top-link {
        padding: 0;
        display: block;
        float: none;
        line-height: inherit;
        font-size: inherit;
    }

    #mobile-sidebar .sidebar-content .top-link .toplink-hover {
        display: none !important;
    }

    #mobile-sidebar .sidebar-content .top-link .toplink-inner {
        display: block !important;
        position: static;
        top: 0;
        height: auto !important;
    }

    /* USER MENU */
    #mobile-sidebar .sidebar-content .username-container {
        border-bottom: 1px solid #DCDCDC;
        font-size: 18px;
        font-weight: 600;
        padding: 15px 10px;
    }

    /* CATEGORIES MENU */
    #mobile-sidebar .sidebar-content .ma-nav-mobile-container {
        margin: 0;
    }

    #mobile-sidebar .sidebar-content .ma-nav-mobile-container .navbar {
        padding: 0;
    }

    #mobile-sidebar .sidebar-content #navbar-inner {}

    #mobile-sidebar .sidebar-content #navbar-inner .menu-mobile {
        display: none;
    }

    #mobile-sidebar .sidebar-content .mobilemenu span.head {
        top: 0;
        right: 0;
    }

    #mobile-catalog-filters .block-content #narrow-by-list h2:after,
    #mobile-sidebar .sidebar-content .mobilemenu span.head a {
        margin: 0;
        padding: 0;
        width: 65px;
        height: 55px;
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: 50%;
        /*background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fal" data-icon="plus" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-plus fa-w-12 fa-2x"><path fill="#FE9C0A" d="M376 232H216V72c0-4.42-3.58-8-8-8h-32c-4.42 0-8 3.58-8 8v160H8c-4.42 0-8 3.58-8 8v32c0 4.42 3.58 8 8 8h160v160c0 4.42 3.58 8 8 8h32c4.42 0 8-3.58 8-8V280h160c4.42 0 8-3.58 8-8v-32c0-4.42-3.58-8-8-8z" class=""></path></svg>');*/
        /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='plus' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-plus fa-w-12 fa-2x'%3e%3cpath fill='%23D4470F' d='M376 232H216V72c0-4.42-3.58-8-8-8h-32c-4.42 0-8 3.58-8 8v160H8c-4.42 0-8 3.58-8 8v32c0 4.42 3.58 8 8 8h160v160c0 4.42 3.58 8 8 8h32c4.42 0 8-3.58 8-8V280h160c4.42 0 8-3.58 8-8v-32c0-4.42-3.58-8-8-8z' class=''%3e%3c/path%3e%3c/svg%3e");*/
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23D4470F' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3e%3c/path%3e%3c/svg%3e");
    }

    #mobile-catalog-filters .block-content #narrow-by-list .active h2:after,
    #mobile-sidebar .sidebar-content .mobilemenu li.active>span.head a {
        /*background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fal" data-icon="minus" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512" class="svg-inline--fa fa-minus fa-w-12 fa-2x"><path fill="#FE9C0A" d="M376 232H8c-4.42 0-8 3.58-8 8v32c0 4.42 3.58 8 8 8h368c4.42 0 8-3.58 8-8v-32c0-4.42-3.58-8-8-8z" class=""></path></svg>');*/
        /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' data-prefix='fal' data-icon='minus' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512' class='svg-inline--fa fa-minus fa-w-12 fa-2x'%3e%3cpath fill='%23D4470F' d='M376 232H8c-4.42 0-8 3.58-8 8v32c0 4.42 3.58 8 8 8h368c4.42 0 8-3.58 8-8v-32c0-4.42-3.58-8-8-8z' class=''%3e%3c/path%3e%3c/svg%3e");*/
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-up' class='svg-inline--fa fa-chevron-up fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23D4470F' d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'%3e%3c/path%3e%3c/svg%3e");
    }

    #mobile-catalog-filters .block-content #narrow-by-list .active h2:after,
    #mobile-sidebar .sidebar-content .mobilemenu li.level0.active>span.head a {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-up' class='svg-inline--fa fa-chevron-up fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23FFFFFF' d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'%3e%3c/path%3e%3c/svg%3e");
    }

    /* CART */
    #mobile-cart {}

    #mobile-cart .top-cart-title {}

    #mobile-cart .top-cart-title a {
        color: #000;
    }

    #mobile-cart .top-cart-title .count-item {}

    #mobile-cart .top-cart-title .price {}

    #mobile-cart .top-cart-content {
        display: block;
        position: relative;
        top: 0;
        width: 100%;
        box-shadow: none;
    }

    #mobile-cart .top-cart-content li.item {
        width: 100%;
        margin-bottom: 15px;
    }

    #mobile-cart .top-cart-content .mini-products-list {}

    #mobile-cart .top-cart-content .mini-products-list:after {
        clear: both;
        display: table;
        content: "";
    }

    #mobile-cart .top-cart-content .mini-products-list .product-image {
        width: 120px;
        margin-right: 10px;
    }

    #mobile-cart .top-cart-content .mini-products-list .product-details {
        margin-left: 0;
    }

    #mobile-cart .top-cart-content .product-details .btn-remove {
        background-size: 100%;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        top: auto;
        bottom: 0;
        background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fal" data-icon="times-circle" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-times-circle fa-w-16 fa-2x"><path fill="#FE9C0A" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm94.8-285.3L281.5 256l69.3 69.3c4.7 4.7 4.7 12.3 0 17l-8.5 8.5c-4.7 4.7-12.3 4.7-17 0L256 281.5l-69.3 69.3c-4.7 4.7-12.3 4.7-17 0l-8.5-8.5c-4.7-4.7-4.7-12.3 0-17l69.3-69.3-69.3-69.3c-4.7-4.7-4.7-12.3 0-17l8.5-8.5c4.7-4.7 12.3-4.7 17 0l69.3 69.3 69.3-69.3c4.7-4.7 12.3-4.7 17 0l8.5 8.5c4.6 4.7 4.6 12.3 0 17z" class=""></path></svg>');
        background-size: 100%;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        right: 8px;
    }

    #mobile-cart .top-cart-content .product-details .btn-edit {
        background-size: 100%;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        top: auto;
        bottom: 0;
        right: 55px;
        background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fal" data-icon="pencil" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-pencil fa-w-16 fa-2x"><path fill="#FE9C0A" d="M493.255 56.236l-37.49-37.49c-24.993-24.993-65.515-24.994-90.51 0L12.838 371.162.151 485.346c-1.698 15.286 11.22 28.203 26.504 26.504l114.184-12.687 352.417-352.417c24.992-24.994 24.992-65.517-.001-90.51zm-95.196 140.45L174 420.745V386h-48v-48H91.255l224.059-224.059 82.745 82.745zM126.147 468.598l-58.995 6.555-30.305-30.305 6.555-58.995L63.255 366H98v48h48v34.745l-19.853 19.853zm344.48-344.48l-49.941 49.941-82.745-82.745 49.941-49.941c12.505-12.505 32.748-12.507 45.255 0l37.49 37.49c12.506 12.506 12.507 32.747 0 45.255z" class=""></path></svg>');
    }

    #mobile-cart .top-cart-content .product-details .product-name {
        margin-bottom: 5px;
    }

    #mobile-cart .price {
        font-family: AntonRegular;
    }

    #mobile-cart .top-cart-content .product-details .price {
        font-size: 16px;
    }

    #mobile-cart .top-cart-content .top-subtotal {
        font-size: 20px;
    }

    /*#mobile-cart .top-cart-content .top-subtotal .price {font-size: 20px;}*/

    /* PROMOTIONS */
    .ma-bestsellerproductslider-container,
    .new-product-slider,
    .ma-featuredproductslider-container {
        margin: 10px 0;
        padding: 0;
        position: relative;
        overflow: visible;
    }

    .related-product-title.title-group,
    .ma-bestseller-sldier-title.title-group,
    .ma-featured-sldier-title.title-group {
        padding: 15px 0;
        text-align: left;
    }

    body.catalog-product-view .product-view .ma-relatedslider-container .title-group h2,
    .ma-bestseller-sldier-title.title-group h2,
    .ma-featured-sldier-title.title-group h2 {
        font: 500 32px/46px Oxanium;
        /*font-size: 18px;*/
        line-height: 1.4;
        padding: 0;
    }

    /* PRODUCT ITEM */
    .owl-carousel {
        border: 0px !important;
    }

    .products-grid .product-image img,
    .owl-carousel .owl-item .images-container img {
        max-height: 180px;
        width: auto;
        margin: 0 auto;
        display: block;
    }

    .new-product-slider .owl-carousel,
    .ma-relatedslider-container .owl-carousel,
    .ma-bestsellerproductslider-container .owl-carousel,
    .ma-featuredproductslider-container .owl-carousel {
        border: 0px;
        position: relative;
    }

    .new-product-slider .owl-carousel .owl-wrapper-outer,
    .ma-bestsellerproductslider-container .owl-carousel .owl-wrapper-outer,
    .ma-featuredproductslider-container .owl-carousel .owl-wrapper-outer,
    .ma-relatedslider-container .owl-carousel .owl-wrapper-outer {
        margin: 0;
        padding: 0;
        overflow: visible;
    }

    .new-product-slider .owl-theme .owl-controls,
    .ma-featuredproductslider-container .owl-theme .owl-controls,
    .ma-relatedslider-container .owl-theme .owl-controls,
    .ma-bestsellerproductslider-container .owl-theme .owl-controls {
        display: block !important;
        top: -55px;
        margin: 0;
        left: auto;
        right: 7.5px;
    }

    /* each item */
    .products-grid .item,
    .new-product-slider .owl>.item,
    .ma-relatedslider-container .owl>.item,
    .ma-bestsellerproductslider-container .owl>.item,
    .ma-featuredproductslider-container .owl>.item,
    .owl-carousel .owl-item {
        margin-bottom: 22px;
        margin-top: 0;
        float: left;
        box-sizing: border-box;
    }

    .prod_instant_search_popup .results .products-grid .item,
    .new-product-slider .owl:not(.owl-carousel) .item,
    .ma-bestsellerproductslider-container .owl:not(.owl-carousel) .item,
    .ma-featuredproductslider-container .owl:not(.owl-carousel) .item,
    .ma-relatedslider-container .owl:not(.owl-carousel) .item,
    .category-products .products-grid .item {
        width: 33.333%;
    }

    .prod_instant_search_popup .results .products-grid .item:nth-child(5n+1) {
        clear: none;
    }

    .prod_instant_search_popup .results .products-grid .item:nth-child(3n+1),
    .category-products .products-grid .item:nth-child(3n+1) {
        clear: left;
    }

    .item .item-inner {}

    .featuredproductslider-item:after {
        clear: both;
        display: table;
        content: "";
    }

    .item .item-inner:hover {
        margin-bottom: 0;
        background-color: transparent;
    }

    .item .item-inner .images-container {
        /*border: 1px solid #E8E8E8;*/
    }

    .item.active .item-inner .images-container,
    .item .item-inner:hover .images-container {
        /*border: 1px solid #000;*/
    }

    .item .item-inner .des-container {}

    .item .item-inner .des-container .box-inner1 {
        padding: 0;
        min-height: 0;
    }

    .item .item-inner .actions {
        display: none;
        opacity: 1;
        height: auto;
        margin-top: 0;
        border-top: 1px solid #454545;
    }

    .actions-inner {
        display: block;
    }

    .item .item-inner .product-name {}

    .item .item-inner .product-name a {
        font-size: 14px;
        display: block;
    }

    .item .item-inner:hover .product-name a:hover,
    .item .item-inner:hover .product-name a {
        color: #000;
    }

    .item .item-inner .price-box .price,
    .item .item-inner:hover .price-box .price {
        color: #000;
        /*font-size: 20px;*/
    }

    .item .item-inner .price-box .old-price .price,
    .item .item-inner:hover .price-box .old-price .price {
        font-size: 14px;
        color: #b2b2b2;
    }

    /* FOOTER */
    .footer-static {
        margin: 0;
    }

    .footer-static .f-col {
        font-size: 14px;
        margin-top: 0;
    }

    .footer-static .footer-content {
        margin-top: 8px;
        margin-bottom: 25px;
    }

    .footer-static .footer-content ul {
        margin-top: 0;
    }

    .footer-static .footer-content ul li a {
        font-size: 14px;
        line-height: 1.5;
        padding: 3px 0;
    }

    .footer-static .footer-content .email,
    .footer-static .footer-content .phone {
        float: left;
        position: relative;
        clear: both;
    }

    .footer-static .footer-content .phone {
        margin-top: 0;
    }

    .footer-static .footer-content:after {
        clear: both;
        display: table;
        content: "";
    }

    .footer-static-2 {
        margin: 30px 0 40px 0;
    }

    .footer-static-2>.row>[class*="col"]:first-child {
        width: 100%;
    }

    .footer-static-2 .link-web ul li a {
        width: 45px;
        height: 45px;
    }

    .footer-static-2 .link-web ul li a:before {
        line-height: 2;
        font-size: 22px;
    }

    .footer {
        padding: 10px 0;
    }

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

    /* catalog view */
    .pager .pages li.current,
    .pager .pages li a {
        font-family: Arial, sans-serif;
    }

    .pager .pages li:last-child,
    .pager .pages li {
        line-height: 1.5;
        font-size: 14px;
        vertical-align: middle;
        border: 1px solid #ccc;
        display: inline-block;
        width: 22px;
        height: 22px;
        margin: 3px;
    }

    .pager .pages li.current {}

    .pager .pages li a {}

    /* DETAIL VIEW */
    body.catalog-product-view .product-view .product-img-box {}

    body.catalog-product-view .product-view .product-img-box .product-image {
        margin-bottom: 15px;
    }

    body.catalog-product-view .product-view .product-img-box .more-views {
        padding: 0;
    }

    body.catalog-product-view .product-view .product-img-box .more-views ul {}

    body.catalog-product-view .product-view .product-img-box .more-views li {
        width: 33.33%;
        float: left;
        margin: 0;
    }

    body.catalog-product-view .product-view .product-img-box .product-image .cloud-zoom img {
        display: block;
        /*max-height: 230px;*/
        width: auto;
        margin: 0 auto;
        padding: 5px;
    }

    body.catalog-product-view .product-view .product-shop .product-name {
        margin-top: 20px;
    }

    body.catalog-product-view .product-view .product-shop .product-name h1 {
        font-size: 20px;
    }

    body.catalog-product-view .product-view .addthis_default_style {
        padding: 0;
        margin: 15px 0;
    }

    body.catalog-product-view .product-view .product-shop button.btn-cart span {
        padding: 0px 15px;
    }

    body.catalog-product-view .product-view .product-shop button.btn-cart span span {
        padding: 0 0 0 39px;
        background-size: 30px;
    }

    body.catalog-product-view .product-view .product-shop .add-to-box {}

    body.catalog-product-view .product-view .product-shop .add-to-links {}

    body.catalog-product-view .product-view .product-shop .add-to-links li {
        margin: 10px 10px 0 0;
    }

    body.catalog-product-view .product-view .product-shop .email-friend a,
    body.catalog-product-view .product-view .product-shop .add-to-links li a {
        width: 50px;
        height: 45px;
        background-size: 20px;
    }

    body.catalog-product-view .product-view .ma-relatedslider-container .title-group {
        padding-bottom: 15px !important;
    }

    body.catalog-product-view .product-view .ma-relatedslider-container .title-group h2 {}

    body.catalog-product-view .product-view .ma-relatedslider-container .title-group .word1 {
        /*display: none;*/
    }

    .ma-relatedslider-container {
        margin-top: 15px;
    }

    .product-view .product-shop .price-box .price {
        font-size: 34px;
    }

    .product-tabs-content {
        font-size: 14px;
        /*border-top: 1px solid #FE9C0A;*/
    }

    .product-tabs li.active a,
    .product-tabs li.active a:hover {
        background: #FE9C0A;
        color: #fff;
    }

    .product-tabs {
        border: 0px;
    }

    .back-link a {
        margin-bottom: 10px;
        margin-right: 10px;
    }

    #shopping-cart-table {
        border: 0px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #shopping-cart-table .btn-remove2 {
        margin: 0px 0px 5px 5px;
        border: 0px;
        background-color: transparent;
        height: 25px;
        width: 25px;
        background-size: 100%;
        background-position: 50%;
        background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-prefix="fal" data-icon="times-circle" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-times-circle fa-w-16 fa-2x"><path fill="#FE9C0A" d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm94.8-285.3L281.5 256l69.3 69.3c4.7 4.7 4.7 12.3 0 17l-8.5 8.5c-4.7 4.7-12.3 4.7-17 0L256 281.5l-69.3 69.3c-4.7 4.7-12.3 4.7-17 0l-8.5-8.5c-4.7-4.7-4.7-12.3 0-17l69.3-69.3-69.3-69.3c-4.7-4.7-4.7-12.3 0-17l8.5-8.5c4.7-4.7 12.3-4.7 17 0l69.3 69.3 69.3-69.3c4.7-4.7 12.3-4.7 17 0l8.5 8.5c4.6 4.7 4.6 12.3 0 17z" class=""></path></svg>');
        clear: both;
    }

    /*#shopping-cart-table .btn-remove2:before {content: ""; position:absolute; display: block; height: 1px; left:15px; right:15px; background-color: #ddd;}*/
    #shopping-cart-table .cart-price {
        display: inline-block;
    }

    #shopping-cart-table .product-image {
        float: left;
        margin-right: 15px;
        margin-bottom: 20px;
        width: auto;
    }

    #shopping-cart-table .cart-price:after,
    #shopping-cart-table .product-image:after {
        clear: both;
        display: table;
        content: "";
    }

    #shopping-cart-table .product-image img {
        max-height: 150px;
        width: auto;
    }

    #shopping-cart-table .product-name {
        line-height: 1.1;
        margin-bottom: 4px;
    }

    #shopping-cart-table .product-name a {
        color: #000;
        font-size: 15px;
    }

    #shopping-cart-table thead {
        display: none;
    }

    #shopping-cart-table tbody {
        display: block;
        order: 1;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #shopping-cart-table tfoot {
        display: block;
        order: 2;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    #shopping-cart-table tbody tr {
        background-color: transparent;
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
    }

    #shopping-cart-table tbody tr td {
        display: block;
        padding: 0;
        border: 0px;
        text-align: left !important;
    }

    #shopping-cart-table tbody tr td.unit-price {
        margin-bottom: 10px;
    }

    #shopping-cart-table tbody tr td.qty {
        display: inline-block;
        margin-right: 5px;
    }

    #shopping-cart-table tbody tr td.subt-price {
        display: inline-block;
    }

    #shopping-cart-table .qty .subt-label {
        display: block;
    }

    #shopping-cart-table .qty input.input-text {
        width: 40px !important;
        height: 35px;
        padding: 0 5px;
        border: 1px solid #000;
    }

    #shopping-cart-table tbody td .price {
        font-family: AntonRegular;
        color: #000;
    }

    #shopping-cart-table tbody td.subt-price .price {
        font-size: 20px;
    }

    #shopping-cart-table tbody td.wishlist {
        display: none;
    }

    #shopping-cart-table tbody td.prod-image {}

    button.button span {
        line-height: 1.4;
        padding: 10px 15px;
    }

    .cart .cart-collaterals {
        padding: 0;
    }

    .cart .totals {
        padding: 15px;
    }

    .cart .totals td {
        padding: 0;
    }

    .dashboard .welcome-msg {
        margin-right: 0px;
    }

    .opc .step-title h2,
    .opc .allow .step-title h2 {
        width: 100%;
        line-height: 1.3;
        max-width: calc(100% - 50px);
        float: none;
        display: inline-block;
        vertical-align: middle;
    }

    .opc .allow .step-title h2 {
        font-size: 16px;
    }

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

    .opc .step-title {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .opc .step-title .number {
        float: none;
        vertical-align: middle;
        display: inline-block;
        height: auto;
        line-height: 1;
    }

    .cart .page-title h1 {
        font-size: 20px;
    }

    #checkout-step-review {
        padding: 0px;
        border: 0px;
    }

    #checkout-step-review .order-review {
        padding: 0px;
    }

    #checkout-review-table-wrapper {}

    #checkout-review-table-wrapper .data-table {
        border: 0px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #checkout-review-table-wrapper .data-table thead {
        display: none;
    }

    #checkout-review-table-wrapper .data-table tbody {
        order: 1;
        border: 1px solid #ddd;
        width: 100%;
    }

    #checkout-review-table-wrapper .data-table tfoot {
        order: 2;
        width: 100%;
        display: table;
        margin: 20px 0;
        border: 0px;
        font-size: 16px;
    }

    #checkout-review-table-wrapper .data-table tfoot strong {
        font-size: 20px;
    }

    #checkout-review-table-wrapper .data-table tfoot tr {}

    #checkout-review-table-wrapper .data-table tfoot tr td {
        border-right: 0px;
    }

    #checkout-review-table-wrapper .data-table tbody tr {
        display: block;
        background-color: transparent;
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
    }

    #checkout-review-table-wrapper .data-table tbody tr:last-child {
        border-bottom: 0px;
    }

    #checkout-review-table-wrapper .data-table tbody tr td {
        display: block;
        text-align: left;
        border: 0px;
    }

    #checkout-review-table-wrapper .data-table tbody tr td.a-right:not(.last) {
        display: inline-block;
        padding-left: 3px;
        font-size: 14px;
    }

    #checkout-review-table-wrapper .data-table tbody tr td.a-right.last {
        display: block;
        text-align: right !important;
        font-size: 18px;
    }

    #checkout-review-table-wrapper .data-table tbody tr td.a-right.last .subt-label {
        font-size: 14px;
        margin-right: 5px;
    }

    #checkout-review-table-wrapper .data-table tbody tr td.a-center {
        font-size: 14px;
        float: left;
        display: inline-block;
        padding-right: 0;
    }

    #checkout-review-table-wrapper .data-table tbody tr td.a-center:after {
        content: "X";
        display: inline-block;
        margin: 0 5px;
    }

    #checkout-review-table-wrapper .data-table .price {
        font-family: AntonRegular;
    }

    #checkout-step-review .buttons-set {
        padding: 15px 15px 30px 15px;
        border: 0px;
        border-bottom: 1px solid #ddd;
    }

    #checkout-step-review .buttons-set>p {
        line-height: 1.4;
        margin-bottom: 10px;
    }

    #checkout-step-review .buttons-set p a {
        display: inline-block;
    }

}

@media (max-width: 1023px) {
    .toolbar:not(.haspages) {
        display: none;
    }

    .prod_instant_search_popup .results .products-grid .item,
    .new-product-slider .owl:not(.owl-carousel) .item,
    .ma-bestsellerproductslider-container .owl:not(.owl-carousel) .item,
    .ma-featuredproductslider-container .owl:not(.owl-carousel) .item,
    .ma-relatedslider-container .owl:not(.owl-carousel) .item,
    .category-products .products-grid .item {
        width: 50%;
    }

    .prod_instant_search_popup .results .products-grid .item:nth-child(3n+1),
    .category-products .products-grid .item:nth-child(3n+1) {
        clear: none;
    }

    .prod_instant_search_popup .results .products-grid .item:nth-child(2n+1),
    .category-products .products-grid .item:nth-child(2n+1) {
        clear: left;
    }

    #mobile-cart .top-cart-content .mini-products-list .product-image {
        width: 100px;
    }

    .cart-collaterals>.row>[class*="col"] {
        width: 100%;
    }

    .footer-static .footer-content .email,
    .footer-static .footer-content .address,
    .footer-static .footer-content .phone {
        /*float: left;*/
        left: 50%;
        position: relative;
        transform: translate(-50%, 0);
        clear: both;
    }

}

@media (max-width: 680px) {

    /* login */
    .account-login .new-users .buttons-set,
    .account-login .registered-users .buttons-set {
        border: 0px;
        padding: 0;
        margin-top: 20px;
    }

    .account-login .new-users .buttons-set a,
    .account-login .registered-users .buttons-set a {
        margin: 0 10px 10px 0;
    }

    .account-login .col2-set:last-child {
        display: none;
    }

    .account-login .content {
        border-bottom: 1px solid #ddd;
        min-height: 0;
    }
}

@media (max-width: 576px) {
    #mobile-cart .top-cart-content .mini-products-list .product-image {
        width: 80px;
    }

    .mobile-header .mobile-search .filters-icon .text {
        font-size: 21px;
    }

    .wrapper_box {
        width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        left: 0 !important;
        transform: translate(0%, -50%);
    }

    .wrapper_box #continue_shopping {
        float: none;
        display: block;
        text-align: center;
    }

    .wrapper_box #shopping_cart {
        float: none;
        display: block;
        text-align: center;
        margin-top: 4px;
    }
}

@media (max-width: 320px) {

    .hs-row {
        margin-right: -10px;
        margin-left: -10px;
    }

    [class*="hs-col"] {
        padding-right: 10px;
        padding-left: 10px;
    }

    /* ROW MARGINS */

    /* COL PADDINGS */
    .mobile-header .mobile-top .mobile-logo {
        padding-left: 0;
        padding-right: 0;
    }

    /****************************************************************************************/

    .mobile-header .mobile-search .catalog-search .input-text {
        font-size: 16px;
    }

    .prod_instant_search_popup {}

    .prod_instant_search_popup>p {
        font-size: 16px;
        margin: 20px 0;
    }

    .mobile-header .user-menu {
        margin-right: 0;
    }

    .mobile-header .shopping-cart {
        padding-left: 10px;
    }

    .prod_instant_search_popup .product_view .prod_detail h1 {
        font-size: 16px;
    }

    .prod_instant_search_popup .product_view .prod_detail .price-box .price {}

    .prod_instant_search_popup .results>ul>li {}

    .prod_instant_search_popup .results .products-grid .item {
        width: 50%;
    }

    .prod_instant_search_popup .product_view .prod_detail .product-name {
        font-size: 16px;
        margin-bottom: 0;
    }

    .prod_instant_search_popup .product_view .prod_detail:hover .price-box .price,
    .prod_instant_search_popup .product_view .prod_detail .price-box .price {
        font-size: 24px;
    }

    .prod_instant_search_popup .product_view .prod_detail .btn-cart {
        padding: 8px 5px;
        line-height: 1.3;
    }

    .prod_instant_search_popup .results .products-grid .item .item-inner img {
        max-height: 100px;
    }

    /* SIDEBAR CONTENT */
    #mobile-catalog-filters .block-content .block-subtitle,
    #mobile-sidebar .sidebar-content .heading {
        padding: 10px 15px;
    }

    #mobile-catalog-filters .block-content #narrow-by-list h2,
    #mobile-catalog-filters .block-content .currently ol li {
        padding: 12px 15px;
    }

    #mobile-sidebar .sidebar-content ul li>a {
        font-size: 18px;
        padding: 12px 15px;
    }

    #mobile-sidebar .sidebar-content ul ul li>a {
        padding-left: 25px;
    }

    #mobile-sidebar .sidebar-content ul ul ul li>a {
        padding-left: 35px;
    }

    #mobile-sidebar .sidebar-content ul ul ul ul li>a {
        padding-left: 45px;
    }

    #mobile-sidebar .sidebar-content .mobilemenu span.head a {
        width: 55px;
        height: 50px;
    }

    #mobile-catalog-filters .block-content .currently ol li .btn-remove {
        width: 58px;
    }

    .related .products-grid .item {
        width: 50%;
    }

    .prod_instant_search_popup .results .noitems {
        font-size: 16px;
    }

    .block-subscribe .actions,
    .block-subscribe .input-box {
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .block-subscribe .actions button.button {
        width: 100%;
    }

    #shopping-cart-table .product-image img {
        max-height: 120px;
    }
}

@media (min-width: 680px) {

    /* login */
    .account-login .col2-set:first-of-type .buttons-set,
    .account-login .col2-set:first-of-type .buttons-set {
        display: none !important;
    }
}
.mc-modal-bg {
    z-index: 9998 !important;
}

@media (max-width: 768px) {
    .mc-modal-bg {
        z-index: 9997 !important;
    }
    .ma-thumbnail-container .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 0px;
    }
    .ma-thumbnail-container .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0px;
    }
}







/* Mobile header */
.mobile-header {
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.mobile-logo {
    margin: 0 auto;
}
.mobile-header .mobile-top {
    height: 56px;
    padding: 0 20px;
    position: relative;
}
.mobile-header .mobile-search .catalog-search .input-text {
    height: 56px;
    padding: 17px;
    background-color: #F6F6F6!important;
}
.mobile-header .mobile-search .catalog-search .input-text::-webkit-input-placeholder {
    color: #000 !important;
    font-style: italic;
    opacity: 0.5;
}
.mobile-header .mobile-search .catalog-search .input-text:-moz-placeholder {
    color: #000 !important;
    font-style: italic;
    opacity: 0.5;
}
.mobile-header .mobile-search .catalog-search .input-text::-moz-placeholder {
    color: #000 !important;
    font-style: italic;
    opacity: 0.5;
}
.mobile-header .mobile-search .catalog-search .input-text:-ms-input-placeholder {
    color: #000 !important;
    font-style: italic;
    opacity: 0.5;
}
.mobile-header .mobile-search .catalog-search .input-text::-ms-input-placeholder {
    color: #000 !important;
    font-style: italic;
    opacity: 0.5;
}
.mobile-header .mobile-search .catalog-search button.search {
    background-color: #F6F6F6;
}
.mobile-header .hamb-wrap .hamb,
.mobile-header .hamb-wrap .hamb:after,
.mobile-header .hamb-wrap .hamb:before {
    background: #D4470F;
}
/*.mobile-header .user-menu,
.mobile-header .shopping-cart {
    display: none;
}*/
/* End Mobile header */





.camera_prev, .camera_next, .camera_commands {
    background: rgba(0, 0, 0, 0.25)!important;
    border-radius: 20px;
}
.camera_coffee_skin .camera_prev > span {
    background-position: 0 -80px!important;
}
.camera_coffee_skin .camera_next > span {
    background-position: -40px -80px!important;
}
.camera_prev {
    left: 24px!important;
}
.camera_next {
    right: 24px!important;
}
#logo_img {
    width: 112px;
}
.language-currency {
    margin-top: 5px;
    /*display: none;*/
}
/*.top-cart-wrapper {
    display: none;
}*/
.item .item-inner:hover {
    background: none;
}
.item .item-inner:hover .product-name a {
    color: #000;
}
.item .item-inner:hover .actions {
    display: none;
}
/*.products-grid .price-box {
    display: none;
}*/
/* .catalog-product-view .add-to-cart, .header-container .link-inner .top-link */
/*.catalog-product-view .price-box,*/
.catalog-product-view .add-to-box {
    display: none;
}
.owl-carousel,
.new-product-slider .owl-carousel,
.ma-bestsellerproductslider-container .owl-carousel,
.ma-featuredproductslider-container .owl-carousel {
    border: none!important;
}
.cms-index-index .main {
    margin-bottom: 0;
}
.owl-carousel .owl-wrapper-outer {
    margin: 0;
    padding: 0;
}
body .owl-theme .owl-controls .owl-buttons div {
    border: none;
    color: #d85825;
}
.owl-theme .owl-controls {
    right: 0!important;
    margin-right: 0!important;
}
.ma-footer-container,
.footer-static2-container {
    background: #F6F6F6 0% 0% no-repeat padding-box;
}
.footer {
    padding: 0 0 20px 0;
}
.footer-static {
    margin: 30px 0 30px;
}
.footer-static img {
    width: 84px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.all-rights-reserved {
    padding-top: 24px;
}
/* Product view page */
.product-tabs li.active a, .product-tabs li.active a:hover {
    border-bottom: 2px solid #D4470F;
    background: #fff;
    color: #D4470F;
}
.product-attribute-specs {
    color: #000000;
}
.product-attribute-specs b {
    letter-spacing: 0.96px;
    text-transform: uppercase;
}
.product-attribute-specs span {
    letter-spacing: 0;
}
.product-attribute-specs a,
.product-attribute-specs span a {
    color: #000;
}
.product-attribute-specs a:hover {
    color: #D4470F;
}
.product-view .product-img-box .more-views li a {
    border: none!important;
}
/* End Product view page */
/* Brands page */
.brands .item {
    padding: 0 10px 20px 10px;
}
.brands .item .card {
    padding: 10px;
    /*height: 310px;
    min-height: 310px;*/
    text-align: center;
    /*border: 1px solid #ccc;*/
}
.brands .item .card img {
    max-width: 200px;
}
/* End Brands page */
@media (min-width: 1025px) {
    .mobile-header {
        display: none;
    }
}

.visible-laptop-lg {
  display: none !important;
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .visible-laptop-lg {
        display: block !important;
    }
}
.pt_custommenu .popup .block1 {
    width: 220px;
}
.sqs-block-content {
    padding: 15px;
}

.promo-wrapper,
#discount-coupon-form,
/*#searchcontent .price-box,
#mini_cart_block .price,
#checkout-step-review .price,
#mini_cart_block .top-subtotal,*/
.checkout-cart-index .shipping,
/*#mobile-searchcontent .price-box,*/
/*#shopping-cart-table .cart-price,
#shopping-cart-table th:nth-child(4),
#shopping-cart-table th:nth-child(5),
#shopping-cart-table th:nth-child(7),
#shopping-cart-table td:nth-child(4),
#shopping-cart-table td:nth-child(5),
#shopping-cart-table td:nth-child(7),
#checkout-step-shipping_method .price,*/
#mobile-user-menu .heading:first-child,
#billing-address-select option:last-child,
/*.checkout-cart-index .cart-table .cart-price,*/
#checkout-step-billing .form-list li:last-child,
/*#checkout-step-review #checkout-review-table tfoot,
#checkout-step-review #checkout-review-table th:nth-child(2),
#checkout-step-review #checkout-review-table th:nth-child(4),
#checkout-step-review #checkout-review-table td:nth-child(2),
#checkout-step-review #checkout-review-table td:nth-child(4),
.checkout-cart-index .totals #shopping-cart-totals-table,*/
.customer-account-login .link-tip {
    display: none;
}
.block-layered-nav #narrow-by-list .ui.checkbox {
    margin: 0;
    width: 100%;
    padding-left: 0px;
}
.block-layered-nav #narrow-by-list .ui.checkbox label {
    margin: 0;
    color: #000;
    font-size: 14px;
    padding-top: 2px;
    padding-left: 26px;
    padding-right: 25px;
}
.block-layered-nav #narrow-by-list .ui.checkbox label span {
    position: absolute;
    right: 0px;
    top: 1px;
}
.layered-price .content-shopby,
.layer-alg-teor-alcool .content-shopby {
    /*height: 70px;*/
    padding: 0 0px;
    max-height: 70px;
}
.slider-wrapper {
    padding-top: 20px;
}
.slider-wrapper .slider-label {
    color: #000;
    height: 30px;
    padding: 8px 0;
    min-width: 50px;
    /*border: 1px solid red;*/
}
.slider-wrapper .slider-label.from {
    float: left;
    text-align: left;
}
.slider-wrapper .slider-label.to {
    float: right;
    text-align: right;
}
@media (max-width: 1024px) {
    .slider-wrapper {
        padding: 20px 20px 0 20px;
    }
    #mobile-catalog-filters .block-content #narrow-by-list > div:last-child {
        /*margin-bottom: 100px;*/
    }
    /*#checkout-review-table-wrapper .data-table tbody tr td:first-child,
    #checkout-review-table-wrapper .data-table tbody tr td:nth-child(1) {
        display: inline-block;
    }*/
}
@media (min-width: 1024px) {
    .top-cart-content {
        border: 1px solid #000;
    }
}
.top-link:hover .toplink-inner,
.top-cart-contain:hover .top-cart-content {
    display: block;
}
.catalog-product-view .product-shop .price-box {
    margin-left: 50px;
    display: inline-block;
}


@media (min-width: 1024px) {
    .add-to-cart label {
        margin-top: 19px;
    }
    .sidebar h2 {
        cursor: pointer;
    }
    .sidebar h2::after {
        right: 0;
        content: "+";
        font-weight: bold;
        position: absolute;
    }
    .sidebar h2.active::after {
        content: "-";
    }
    .sidebar .content-shopby {
        display: none;
    }
}
.breadcrumbs li a.return-link {
    color: #D4470F;
}
.min-max-wrapper {
    margin: 20px 0px;
    display: flex;
    align-items: center;
    /*border: 1px solid red;*/
}
.min-max-wrapper * {
    margin: 0;
    margin-right: 5px;
    /*border: 1px solid red;*/
    display: inline-block;
}
.min-wrapper,
.max-wrapper {
    width: 38%;
    display: flex;
    align-items: center;
}
.min-max-wrapper input {
    width: 100%;
    height: 25px;
    padding-left: 10px;
    border: 1px solid #000;
}
.min-max-wrapper a {
    font-weight: bold;
    text-decoration: none;
}

.pending-documents td {
    white-space: nowrap;
}
.pending-documents td.align-right {
    text-align: right;
}
.pending-documents thead th {
    padding: 10px 5px;
    white-space: initial;
    border: 1px solid #ddd;
}
.pending-documents tbody td {
    border: 1px solid #ddd;
    padding: 5px 3px 1px 3px;
}
@media (min-width: 768px) {
    .customer-document-lista .col-left.sidebar.col-sm-3 {
        width: 20%;
    }
    .customer-document-lista .col-main.col-sm-9 {
        width: 80%;
    }
}
.sales-order-view .price-excl-tax {
    display: inline-block;
}
.erp-customer-status-msg {
    margin: 10px 0;
}
.erp-customer-status-msg a,
.actions .erp-customer-status-msg a {
    float: none;
}