/**
 * 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) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* 
/* BUIDER STYLE */
.button-fixed{position:relative}
.button-fixed .button{position:fixed; bottom:10px; right:10px; z-index:9999}
.button-fixed .active{background: #8fb21f !important;border-color:#8fb21f !important;text-transform:uppercase;font-weight:bold;font-size:13px;}
#theme-popup{position:fixed; top:0; left:0; width:100%; height:100%; opacity:0.3; z-index:900; background-color:rgba(255, 255, 255, 0.99); display:none}
#theme-popup img{position:fixed; top:50%; left:50%; z-index:910; margin-left:-16px; margin-top:-16px}
/* SHORT CODE */

* {
    padding: 0;
    font-family: "Montserrat", Helvetica, Verdana, sans-serif;
}

*:focus,
*:active {
    outline: none !important
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    cursor: pointer;
}

a,
button {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms
}

a {
    color: #000
}

a:hover,
a:focus,
a:active {
    color: #E2001A
}

ul,
ol {
    list-style: none;
    margin: 0
}

.std ul {
    list-style-type: square;
    padding-left: 15px
}
html, body {
    overflow-x: hidden;
}
body {
    color: #222;
    background-color: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    font-size: 13px
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
.h5,
h6,
.h6 {
    margin: 0
}

.h1,
h1 {
    font-size: 30px
}

.h2,
h2 {
    font-size: 28px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 22px
}

.h5,
h5 {
    font-size: 20px
}

.h6,
h6 {
    font-size: 18px
}

.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    font-size: 13px;
    padding: 9px 28px;
}

.btn.btn-lg {
    padding: 13.5px 30px
}

.btn.btn-sm {
    padding: 7px 20px
}

.btn.btn-xs {
    padding: 6px 15px
}

.btn-default {
    color: #6c6c6c;
    border: 1px solid #e6e6e6;
    background-color: #fff
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #fff;
    border: 1px solid #1a1a1a;
    background-color: #1a1a1a
}

.btn.btn-primary {
    color: #fff;
    border: 1px solid #1a1a1a;
    background-color: #1a1a1a
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #1a1a1a;
    border: 1px solid #1a1a1a;
    background-color: #fff
}

.btn-secondary {
    color: #fff;
    border: 1px solid #000;
    background-color: #000
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
    color: #fff;
    border: 1px solid #1a1a1a;
    background-color: #1a1a1a
}

.btn-full {
    width: 100%
}

.label,
label {
    font-size: 13px;
    color: #5f5f5f;
    padding: 0;
    margin: 0 0 9px;
    font-weight: 400;
    text-align: left
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    background: #fff;
    border: 1px solid rgba(217, 217, 217, 0.55);
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 0 10px;
    vertical-align: baseline;
    width: 100%;
    color: #9b9b9b;
    box-shadow: none
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 169, 77, 0.6);
    border-color: #000
}

input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-top: 0
}

textarea,
textarea.form-control,
textarea.input-text {
    width: 100%;
    height: auto;
    border: 1px solid rgba(217, 217, 217, 0.55);
    min-height: 120px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    background: #fff;
    box-shadow: none;
    padding: 10px
}

textarea:focus,
textarea.form-control:focus,
textarea.input-text:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 169, 77, 0.6);
    border-color: #000
}

select,
select.form-control,
select.input-text {
    width: 100%;
    border: 1px solid rgba(217, 217, 217, 0.55);
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0
}

select:focus,
select.form-control:focus,
select.input-text:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 169, 77, 0.6);
    border-color: #000
}

select:not([multiple]),
select.form-control:not([multiple]),
select.input-text:not([multiple]) {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("../images/select-bg.svg") no-repeat scroll 100% 45%;
    padding-right: 25px;
    height: 34px;
    text-indent: 0.01em;
    text-overflow: "";
    padding: 0 20px 0 10px
}

select:not([multiple]) option,
select.form-control:not([multiple]) option,
select.input-text:not([multiple]) option {
    height: 34px;
    padding: 8px 10px
}

select[multiple],
select.form-control[multiple],
select.input-text[multiple] {
    background-color: #fff;
    min-height: 150px;
}

select[multiple] option,
select.form-control[multiple] option,
select.input-text[multiple] option {
    font-size: 14px;
    height: 34px;
    padding: 8px 10px
}
/* CUSTOM CLASS */
.section-nopadding > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.section-nopadding > .container-fluid > .row {
    margin: 0;
}
.section-nopadding > .container-fluid > .row > .col-md-12 {
    padding: 0;
}
.color-theme {
    color: #000
}
.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
/* SEPARATOR */
.separator-margin {
    text-align: center;
    overflow: hidden;
}
.separator-margin span.text,
.separator-margin span.icon  {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.separator-margin span:before,
.separator-margin span:after {
    border-top: 1px solid #2a2a2a;
    content: "";
    position: absolute;
    height: 1px;
    top: 50%;
    width: 1000px;
}
.separator-margin span:before {
    left: 100%;
    margin-left: 20px;
    top: 10px;
}
.separator-margin span:after {
    margin-right: 20px;
    right: 100%;
    top: 10px;
}
.style2 .separator-margin span:before,
.style2 .separator-margin span:after {
    border-top: 1px dotted #2a2a2a;
}
.style3 .separator-margin span:before,
.style3 .separator-margin span:after {
    border-top: 1px dashed #2a2a2a;
}
.style4 .separator-margin span:before,
.style4 .separator-margin span:after {
    border-color: #000;
}

.separator-margin span.text {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 400;
}
.separator-margin span.icon em{
    color: #000;
    font-size: 20px;
    text-align:center;
    width:20px;
}

/* White space */
.separator-white-space .separator-margin > span {
    height: 0;
    line-height:0;
    position: relative;
}
.separator-white-space .separator-margin span:before,
.separator-white-space .separator-margin span:after {
    content: none;
}
/* AJAX CART */
.ajax-cart-loading {
    height: 30px;
    margin: -15px auto 0;
    width: 30px;
}
.please-wait {
    float: right;
    height: 60px;
    margin: -27px auto 0;
    width: 60px;
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.mfp-inline-holder #success-message-container,
.mfp-inline-holder .mfp-iframe-scaler {
    padding: 0;
    height: auto;
    text-align: center;
    line-height: 25px;
}
.mfp-iframe-holder .mfp-content {
    min-height: 400px;
}
#theme-popup{position:fixed; top:0; left:0; width:100%; height:100%; opacity:0.3; z-index:900; background-color:rgba(255, 255, 255, 0.99); display:none}
#theme-popup img{position:fixed; top:50%; left:50%; z-index:910; margin-left:-16px; margin-top:-16px}
.mfp-inline-holder .mfp-content #success-message-container {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
}
.mfp-inline-holder .mfp-content {
    line-height: 0;
    width: auto !important;
}
/* Ajax Add to Cart */
.mfp-inline-holder .mfp-content #success-message-container p b{
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
}
.ajaxcart-index-options {
    padding: 20px;
}
.ajaxcart-index-options .product-name h1{
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 10px;
}
.ajaxcart-index-options .product-view{width: 100% !important;}
.ajaxcart-index-options .product-options{
    margin-top: 20px;
    padding-top: 25px;
}
.ajaxcart-index-options .add-to-cart {
    display: flex;
    align-items: center;
}
.ajaxcart-index-options .add-to-cart #qty{width:100px;text-align: center;margin-left: -1px;margin-right: -1px;height: 37px;line-height: 37px;margin-bottom: 0;background-color: transparent; }
.ajaxcart-index-options .add-to-cart .btn{margin-top: 20px; padding: 9px 28px 8px}
.ajaxcart-index-options .add-to-cart .has-label{margin-bottom: 2px; margin-right: 10px}
.mfp-iframe-scaler.ajaxcart-iframe {
    width: 400px !important;
}
.mfp-inline-holder .ajaxcart-iframe .frame{
    background: none;
}
.mfp-iframe-scaler.ajaxcart-iframe.ajaxcart-form-frame iframe {
    width: 500px;
    left: 50%;
    margin-left: -250px;
}
.mfp-iframe-scaler.ajaxcart-iframe.ajaxcart-form-frame .mfp-close {
    left: 50%;
    margin-left: 195px;
}
.ajaxcart-index-options .box-add-to-cart .qty-box span {
    display: none;
}
.ajaxcart-index-options .box-add-to-cart .input-qty-product {
    height: 40px;
    margin-top: 10px;
}
.ajaxcart-index-options #product_addtocart_form .product-name h1 {
    margin-top: 0;
    color: #202020;
}
.ajax-cart-form .label-atb {
    font-size: 12px;
    font-weight: 700;
    color: #202020;
    text-transform: uppercase;
}
.ajaxcart-index-options .group-featured-box .table,
.ajaxcart-index-options .group-featured-box .table-responsive{border: none;}
.ajaxcart-index-options .group-featured-box .table thead {
    display: none;
}
.ajaxcart-index-options .group-featured-box .table tbody tr td{
    display: block;
    width: 100%;
    border: none;
    padding: 5px 0;
    float:left;
}
.ajaxcart-index-options .group-featured-box .table tbody tr{border-bottom: 1px dashed #ddd;float: left;width: 100%;margin-bottom: 10px;}
.ajaxcart-index-options .group-featured-box .table tbody tr td h4,
.ajaxcart-index-options .group-featured-box .table tbody tr td .price-box,
.ajaxcart-index-options .group-featured-box .table tbody tr td .btn-shop{
    display: inline-block;
    float: left;
    width: 50%;
    text-align: left;
    line-height: 1;
    margin: 5px 0;
}
/* PRICE BOX */
.price-box:after {
    content: "";
    display: table;
    clear: both;
}
.price-box {
    display: table;
}
.price-box p {
    margin-bottom: 0
}

.price-box .price {
    font-size: 14px;
    color: #2a2a2a
}

.price-box span {
    line-height: 1
}

.price-box .price-label {
    display: none
}

.price-box .old-price {
    margin-left: 6px;
    float: right;
}
.price-box .special-price {
    float: left;
}

.price-box .old-price .price {
    color: #bcbcbc;
    text-decoration: line-through
}

.price-box .special-price .price {
    color: #000
}

.price-box .price-from,
.price-box .price-to {
    display: block;
    vertical-align: top;
    margin: 0
}

.price-box .price-from .price-label,
.price-box .price-to .price-label {
    display: inline-block;
    font-size: 14px;
    color: #2a2a2a
}

.price-box .price-from .price-label:after,
.price-box .price-to .price-label:after {
    content: ":";
    margin-right: 3px
}

.price-box .price-from .price,
.price-box .price-to .price {
    color: #000
}

.price-box .minimal-price .price-label {
    display: inline-block;
    font-size: 14px;
    color: #2a2a2a
}

.price-box .minimal-price .price {
    color: #000
}

/* MINI TOP CART */
.minicart-wrapper {
    position: relative;
    vertical-align: top;
    padding: 10px 0;
    margin-left: 33px;
    /*display: block !important;*/
}

.minicart-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.minicart-wrapper:before {
    content: "";
    background-color: rgba(231, 231, 231, 0.2);
    width: 1px;
    height: 9px;
    position: absolute;
    left: -18px;
    top: 17px
}

.minicart-wrapper .action.showcart {
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

.minicart-wrapper .action.showcart > .counter.qty {
    color: #fff;
    text-align: center;
    white-space: normal;
    display: inline-block;
    font-size: 13px;
    position: relative;
    margin-top: 12px;
}
.minicart-wrapper .action.showcart:before {
    -webkit-font-smoothing: antialiased;
    font-size: 12.5px;
    content: '\f07a';
    font-family: 'FontAwesome';
    margin: 0 4px 0 0;
    display: inline-block;
    overflow: hidden;
    speak: none;
    text-align: center
}
.minicart-wrapper.open .action.showcart {
    color: #000
}
.minicart-wrapper .block-content.dropdown-menu {
    background: #fff;
    top: 100%;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    width: 317px;
    left: auto;
    padding: 15px 20px 10px;
    right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    margin: 0;
    position: absolute;
    z-index: 1001;
    display: none;
}
.minicart-wrapper .block-content.dropdown-menu > .empty {
    margin-bottom: 0;
    color: #272727;
    display: block;
    font-weight: 400;
    padding: 5px 0 10px;
    text-align: center;
}

.minicart-wrapper .block-content .actions .btn-default {
    border: 1px solid #ebebeb;
    color: #474747;
    padding: 8px 0;
}

.minicart-wrapper .block-content .actions .btn-default:hover,
.minicart-wrapper .block-content .actions .btn-default:focus {
    border-color: #1a1a1a;
    background-color: #1a1a1a;
    color: #fff;
}

.item-minicart:after {
    content: "";
    display: table;
    clear: both;
}
.item-minicart {
    border-bottom: 1px solid #ebebeb;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.item-minicart .product-image {
    float: left;
    width: 100px;
}
.item-minicart .product-image img {
    min-width: 100%;
}
.block-cart-header .block-content .subtotal {
    margin-bottom: 16px;
    margin-top: 19px;
}
.block-cart-header .block-content .subtotal .label {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #2b2b2b;
    margin-right: 50px;
}
.block-cart-header .block-content .subtotal .price {
    font-size:16px;
    color: #2a2a2a;
    font-weight: 400;
}

.item-minicart .product-details {
    float: left;
    width: calc(100% - 100px);
    padding: 6px 33px 0 15px;
    font-size: 14px;
    color: #2a2a2a;
    font-weight: 400;
}
.item-minicart .product-details .truncated {
    margin-top: 3px;
}
.item-minicart .product-details .truncated .details {
    color: #1a1a1a;
}
.item-minicart .product-details .truncated .truncated_full_value {
    display: none !important;
}
.item-minicart .product-details .truncated.open .truncated_full_value {
    display: block !important;
}
.item-minicart .product-details .truncated .details:hover {
    color: #000;
}
.item-minicart .product-details .truncated .truncated_full_value dl {
    margin: 0;
}
.item-minicart .product-details .truncated .truncated_full_value dl dt:after {
    content: ":";
}
.item-minicart .product-details .truncated .truncated_full_value dl dd + dt {
    margin-top: 10px;
}
.item-minicart .product-details .truncated .details:after {
    content: "\f107";
    display: inline-block;
    margin-left: 5px;
    font-family: "FontAwesome"
}
.item-minicart .product-details .ratings {
    margin-bottom: 11px;
    margin-top: 14px;
}
.item-minicart .product-details .product-name {
    margin-bottom: 8px;
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 400;
    line-height: 1.2;
}
.item-minicart .product-details .product-name a{
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 400;
}
.item-minicart .product-details .product-name a:hover {
    color: #000;
}
.item-minicart .product-details .actions-mini-item {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.item-minicart .product-details .actions-mini-item a {
    display: block;
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    color: #676767;
    height: 18px;
    width: 18px;
    margin: 5px 0;
    text-align: center;
    padding-left: 1px;
    line-height: 14px;
}
.item-minicart .product-details .actions-mini-item a .fa {
    font-size: 10px;
}
.item-minicart .product-details .actions-mini-item a:hover {
    background-color: #fff;
}
.sidebar .item-minicart {
    padding: 0;
    border: none;
    margin-bottom: 30px;
}
.sidebar .item-minicart:last-child {
    margin-bottom: 23px;
}
.block-cart-sidebar .block-content .summary .amount a {
    color: #000;
}
.block-cart-sidebar .block-content .summary .amount a:hover {
    text-decoration: underline;
}
.block-cart-sidebar .block-content .subtotal .label {
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px 0 0;
    text-transform: uppercase;
}
.block-cart-sidebar .block-content .subtotal .price {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
}
/* LATEST POST LIST */
.lastest-posts-list .block-content .item .blog-content {
    display: table;
    width: 100%
}

.lastest-posts-list .block-content .item .blog-content:not(:last-child) {
    margin-bottom: 20px
}

.lastest-posts-list .block-content .item .blog-content .image {
    width: 50px;
    display: table-cell;
    vertical-align: top;
    padding-top: 2px
}

.lastest-posts-list .block-content .item .blog-content .image.video {
    cursor: pointer
}

.lastest-posts-list .block-content .item .blog-content .short-detail {
    display: table-cell;
    vertical-align: top;
    padding-left:15px;
}

.lastest-posts-list .block-content .item .blog-content.has-image .short-detail {
    padding-left: 15px
}

.lastest-posts-list .block-content .item .blog-content .short-detail a {
    color: #898989;
    display: block;
    line-height: 1.5
}

.lastest-posts-list .block-content .item .blog-content .short-detail a:hover,
.lastest-posts-list .block-content .item .blog-content .short-detail a:active,
.lastest-posts-list .block-content .item .blog-content .short-detail a:focus {
    color: #000
}

.lastest-posts-list .block-content .item .blog-content .short-detail .short-content > *:last-child {
    margin-bottom: 0
}

.lastest-posts-list .block-content .item .blog-content .short-detail .comment-link {
    padding-top: 7px;
    font-size: 12px;
    color: #b6b6b6
}

.lastest-posts-list .block-content .item .blog-content .short-detail .comment-link .fa {
    margin-right: 4px
}

.lastest-posts-list .block-content .item:not(:last-child) {
    margin-bottom: 24px
}

/* LATEST POST SIDEBAR */
.sidebar .lastest-posts-list .block-content {
    padding-top: 7px
}

.sidebar .lastest-posts-list .block-content .item .blog-content .image {
    width: 100px;
    padding-top: 0
}

.sidebar .lastest-posts-list .block-content .item .blog-content .date {
    color: #2a2a2a;
    margin-top:5px;
}

.sidebar .lastest-posts-list .block-content .item:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.sidebar .block-blog-categories li {
    padding: 8px 0 9px;
    border-bottom: 1px solid #f0f0f0
}

.sidebar .block-blog-categories li:first-child {
    padding-top: 0
}

/* BLOG GIRD */
.blog-grid-block .mgs-blog-lastest-posts .owl-carousel .owl-item {
    padding: 0 15px
}

.blog-grid-block .mgs-blog-lastest-posts .post-item {
    margin-bottom: 1px
}

.blog-grid-block .mgs-blog-lastest-posts.has-margin .post-item {
    margin-bottom: 30px
}

.blog-grid-block .post-item-content a.post-title-link {
    overflow: hidden;
    display: block
}

.blog-grid-block .post-item-content a.post-title-link img {
    min-width: 100%;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1)
}

.blog-grid-block .post-item-content a.post-title-link:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.blog-grid-block .post-item-detail {
    border: 1px solid #f0f0f0;
    border-top: none;
    padding: 26px 20px 32px;
    color: #969696
}

.blog-grid-block .post-item-detail .title {
    margin-bottom: 6px;
    line-height: 1.45
}

.blog-grid-block .post-item-detail .title a {
    font-weight: 300;
    color: #1a1a1a
}

.blog-grid-block .post-item-detail .title a:hover,
.blog-grid-block .post-item-detail .title a:focus {
    color: #000
}

.blog-grid-block .post-item-detail .post-info {
    color: #adadad;
    margin-bottom: 16px
}

.blog-grid-block .post-item-detail .post-info:after {
    content: "";
    display: table;
    clear: both
}

.blog-grid-block .post-item-detail .post-info > * {
    float: left
}

.blog-grid-block .post-item-detail .post-info .fa {
    margin-right: 5px;
    vertical-align: top;
    margin-top: 3px
}

.blog-grid-block .post-item-detail .post-info .comment-link {
    position: relative;
    padding-left: 33px
}

.blog-grid-block .post-item-detail .post-info .comment-link:after {
    content: "";
    height: 9px;
    background-color: #adadad;
    position: absolute;
    width: 1px;
    left: 15px;
    bottom: 6px
}

.blog-grid-block .post-item-detail .short-content > p:last-child {
    margin-bottom: 0
}

.blog-grid-block .post-item-detail .post-read-more {
    color: #2a2a2a;
    display: block;
    margin-top: 30px
}

.blog-grid-block .post-item-detail .post-read-more .fa {
    vertical-align: middle;
    margin-left: 8px
}

.blog-grid-block .post-item-detail .post-read-more:hover,
.blog-grid-block .post-item-detail .post-read-more:focus {
    color: #000
}
/* HEADER */
.close-nav-button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    background: none;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: none
}

.top-header-content {
    background-color: #f41c2f
}

.top-header-content a,
.top-header-content button {
    color: #fffdfd
}

.top-header-content a:hover,
.top-header-content button:hover,
.top-header-content a:focus,
.top-header-content button:focus,
.top-header-content a:active,
.top-header-content button:active {
    color: #000
}

.top-header-content .dropdown-switcher {
    float: left;
    display: block !important;
}

.top-header-content .dropdown-switcher .dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-top: none;
    border-bottom: none
}

.top-header-content .dropdown-switcher .dropdown-menu li > a {
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-size: 13px;
    padding: 8px 15px
}

.top-header-content .dropdown-switcher .dropdown-menu li > a:hover {
    color: #000
}

.top-header-content .dropdown-switcher .dropdown-menu li > a img {
    height: auto;
    margin-right: 7px;
    margin-top: -4px;
    width: 16px
}

.top-header-content .dropdown-switcher + .top-custom-link ul li:first-child {
    margin-left: 30px
}

.top-header-content .dropdown-switcher + .top-custom-link ul li:first-child:after {
    content: "";
    background-color: rgba(231, 231, 231, 0.2);
    width: 1px;
    height: 9px;
    position: absolute;
    left: -15px;
    top: 17px
}

.top-header-content .dropdown-switcher .switcher-toggle {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 12.5px;
    font-weight: 400;
    padding-top: 11px;
    padding-bottom: 10px;
    position: relative
}

.top-header-content .dropdown-switcher .switcher-toggle .fa-angle-down {
    font-size: 11px;
    margin-left: 2px;
    margin-top: 1px
}

.top-header-content .dropdown-switcher .switcher-toggle img {
    width: 16px;
    height: 15px;
    margin-right: 4px;
    margin-top: -4px
}

.top-header-content .dropdown-switcher.currency .switcher-toggle > span {
    margin-right: 7px
}

.top-header-content .dropdown-switcher + .dropdown-switcher {
    margin-left: 30px
}

.top-header-content .dropdown-switcher + .dropdown-switcher .switcher-toggle:after {
    content: "";
    background-color: rgba(231, 231, 231, 0.2);
    width: 1px;
    height: 9px;
    position: absolute;
    left: -15px;
    top: 17px
}

.top-header-content .top-custom-link {
    float: left
}

.top-header-content .top-custom-link ul:after {
    content: "";
    display: table;
    clear: both
}

.top-header-content .top-custom-link ul li {
    float: left;
    font-size: 12.5px;
    padding-top: 11px;
    padding-bottom: 10px;
    position: relative
}

.top-header-content .top-custom-link ul li + li {
    margin-left: 30px
}

.top-header-content .top-custom-link ul li + li:after {
    content: "";
    background-color: rgba(231, 231, 231, 0.2);
    width: 1px;
    height: 9px;
    position: absolute;
    left: -15px;
    top: 17px
}

.top-header-content .top-custom-link ul li a .fa {
    margin-right: 5px;
    margin-top: 3px;
    vertical-align: top
}

.top-header-content .minicart-wrapper {
    float: right
}

.top-header-content .login-custom-link {
    float: right
}

.top-header-content .login-custom-link a {
    font-size: 12.5px;
    padding-top: 11px;
    padding-bottom: 10px;
    display: block;
    float: left
}

.top-header-content .login-custom-link a + a {
    margin-left: 30px;
    position: relative
}

.top-header-content .login-custom-link a + a:after {
    content: "";
    background-color: rgba(231, 231, 231, 0.2);
    width: 1px;
    height: 9px;
    position: absolute;
    left: -15px;
    top: 17px
}

.top-header-content .login-custom-link a span:not(.fa) {
    color: #626262;
    margin: 0 3px
}

.top-header-content .login-custom-link a .fa {
    margin-right: 7px;
    margin-top: 3px;
    vertical-align: top
}

.search-form .form-search .button {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    border: 0;
    background: white;
    font-size: 22px;
}

.search-form .actions-search .action-search {
    background: none;
    border: none;
    box-shadow: none;
    font-size: 15px;
    color: #fff;
    white-space: nowrap
}

.search-form .actions-search .action-search:hover .show-search .fa {
    color: #E2001A;
}

.search-form .actions-search .action-search .hide-search {
    display: none;
    color: #2a2a2a;
    font-weight: 300;
    font-size: 30px;
    line-height: 0.7
}

.search-form .actions-search .action-search .show-search .fa {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    font-size: 20px;
    color: #000;
}

.header-newsletter .fa-envelope-o {
    font-size: 20px;
}

.header.header3 .search-form .actions-search .action-search .show-search span {
    display: none
}

.search-form .actions-search .action-search.on-show .show-search {
    display: none
}

.search-form .actions-search .action-search.on-show .hide-search {
    display: block
}

.search-form .search-select {
    position: relative;
}

.search-form .search-select .dropdown-menu {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    margin: 0;
    border: none;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #efefef;
    width: 100%;
    padding: 0;
    max-height: 400px;
    min-width: 200px;
    overflow-y: auto
}

.search-form .search-select .dropdown-menu li span {
    color: #8e8e8e;
    display: block;
    font-size: 13px;
    padding: 9px 21px 7px;
    white-space: nowrap;
    cursor: pointer;
}

.search-form .search-select .dropdown-menu li span:hover {
    background-color: #e9e9e9;
    color: #2a2a2a
}

.search-form .search-select .dropdown-menu li.parent > span {
    font-weight: 700;
    color: #2a2a2a
}

.search-form .search-select .dropdown-menu li:not(.parent) span {
    padding-left: 30px
}

header {
    position: relative;
    z-index: 100;
}

header .logo {
    line-height: 0 !important;
}

.middle-header-right-content .login-custom-link {
    white-space: nowrap
}

.middle-header-right-content .login-custom-link a {
    color: #000;
    font-size: 10px;
    font-weight: 100;
}

.middle-header-right-content .login-custom-link a:hover {
    color: #E2001A;
}

.middle-header-right-content .login-custom-link a span.or {
    color: #bfbfbf;
    margin: 0 4px
}

.middle-header-right-content .login-custom-link a .fa {
    /*margin-right: 8px;*/
    /*margin-top: 4px;*/
    /*vertical-align: top;*/
    font-size: 20px;
}

.middle-header-right-content .login-custom-link a + a {
    margin-left: 20px;
    position: relative
}

/*.middle-header-right-content .login-custom-link a + a:after {*/
/*background-color: #d2d2d2;*/
/*content: "";*/
/*height: 11px;*/
/*left: -21px;*/
/*position: absolute;*/
/*top: 50%;*/
/*margin-top: -5.5px;*/
/*width: 1px*/
/*}*/

.header.header1 {
    border-bottom: 1px solid #efefef;
    background-color:#f41c2f;
}

.header.header1 .middle-header-content {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px
}

.header.header1 .search-form .form-search {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    min-height: 100%;
    background-color: #fff;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
    visibility: hidden
}

.header.header1 .search-form .form-search.on-show {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.header.header1 .search-form .form-search .input-text {
    font-size: 18px;
    color: #a7a7a7;
    height: 74px;
    text-align: center;
    border: none;
    box-shadow: none
}

.header.header1 .search-form .actions-search {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 100
}

.header.header1 .search-form .search-select {
    display: table-cell;
    vertical-align: middle;
    width: 1%
}

.header.header1 .search-form .search-select + .input-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    text-align: left
}

.header.header1 .search-form .search-select .search-toggle {
    font-size: 18px;
    color: #a7a7a7;
    background: none;
    border: none;
    box-shadow: none;
    color: #272727;
    padding-right: 30px;
    white-space: nowrap;
    height: 74px;
    position: relative
}

.header.header1 .search-form .search-select .search-toggle:after {
    width: 1px;
    height: 13px;
    background-color: #e7e7e7;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6.5px;
    content: ""
}

.header.header1 .search-form .search-select .search-toggle .fa {
    margin-left: 15px
}

.header.header1 .search-form.select-search .form.minisearch {
    display: table;
    width: 100%
}

.header.header1 .menu-content {
    position: relative;
    padding: 0 100px
}

.header.header2 {
    border-bottom: 1px solid #f3f2f2
}

.header.header2 .middle-header-content .middle-content {
    position: relative
}

.header.header2 .middle-header-content .middle-content:after {
    content: "";
    display: table;
    clear: both
}

.header.header2 .middle-header-content .logo {
    display: block;
    padding: 34px 0;
    float: left;
}

.header.header2 .middle-header-right-content > .content {
    display: table
}

.header.header2 .middle-header-right-content > .content > .minicart-wrapper,
.header.header2 .middle-header-right-content > .content > .search-form {
    display: table-cell;
    vertical-align: middle;
    width: 1%
}
.header.header2 .middle-header-right-content > .content > .minicart-wrapper {
    display: table-cell !important;
}
.header.header2 .middle-header-right-content .action.showcart:after {
    top: 5px
}

.header.header2 .minicart-wrapper:before {
    content: none
}

.header.header2 .top-custom-link:not(.no-separator) li:last-child {
    margin-right: 30px;
    position: relative
}

.header.header2 .top-custom-link:not(.no-separator) li:last-child:before {
    background-color: rgba(231, 231, 231, 0.2);
    content: "";
    height: 9px;
    right: -15px;
    position: absolute;
    top: 17px;
    width: 1px
}

.header.header2 .top-custom-link.no-separator li + li:after {
    content: "/";
    color: #fffdfd;
    font-size: 12.5px;
    width: auto;
    background: none;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -21px
}

.header.header2 .search-form .actions-search {
    z-index: 2;
    position: relative;
    margin-left: 27px
}

.header.header2 .search-form .actions-search .action-search .hide-search {
    font-size: 24px
}

.header.header2 .search-form.active:after {
    position: absolute;
    left: calc(100% / 6);
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    content: "";
    z-index: 1
}

.header.header2 .search-form .form-search {
    position: absolute;
    left: calc(100% / 6);
    right: calc(100% / 6);
    z-index: 2;
    top: 0;
    bottom: 0;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
    visibility: hidden
}

.header.header2 .search-form .form-search.on-show {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1)
}

.header.header2 .search-form .form-search form {
    height: 100%;
    display: block
}
.header.header2 .search-form .form-search .form.minisearch {
    height: 100%;
}
.header.header2 .search-form .form-search .input-text {
    height: 100%;
    border: none;
    box-shadow: none;
    font-size: 18px;
    color: #ababab;
    text-align: center
}

.header.header2 .search-form .form-search .search-select {
    display: table-cell;
    vertical-align: middle;
    width: 1%
}

.header.header2 .search-form .form-search .search-select + .input-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    height: 91px;
    text-align: left
}

.header.header2 .search-form .form-search .search-select .search-toggle {
    font-size: 18px;
    color: #a7a7a7;
    border: none;
    box-shadow: none;
    color: #272727;
    padding-right: 30px;
    padding-left: 15px;
    white-space: nowrap;
    height: 91px;
    position: relative;
    background-color: #fff
}

.header.header2 .search-form .form-search .search-select .search-toggle:after {
    width: 1px;
    height: 13px;
    background-color: #e7e7e7;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6.5px;
    content: ""
}

.header.header2 .search-form .form-search .search-select .search-toggle .fa {
    margin-left: 15px
}

.header.header2 .search-form.select-search .form.minisearch {
    display: table;
    width: 100%
}

.middle-header-right-content .action.showcart {
    color: #000;
    position: relative;
    padding-left: 30px;
    z-index: 2;
    font-size: 10px
}

/*.middle-header-right-content .action.showcart:after {*/
/*background-color: #d2d2d2;*/
/*content: "";*/
/*height: 9px;*/
/*left: 15px;*/
/*position: absolute;*/
/*top: 3px;*/
/*width: 1px*/
/*}*/

.middle-header-right-content .action.showcart > .counter.qty {
    color: #000;
    font-size: 12px
}

.middle-header-right-content .action.showcart:before {
    content: none
}

.header.header3 .top-header-content {
    color: #fffdfd
}

.header.header3 .top-header-content .dropdown-switcher {
    float: right
}

.header.header3 .top-header-content .dropdown-switcher + .dropdown-switcher {
    margin-left: 0;
    margin-right: 30px
}

.header.header3 .top-header-content .dropdown-switcher + .dropdown-switcher .switcher-toggle::after {
    left: auto;
    right: -15px
}

.header.header3 .top-header-content .dropdown-switcher + .top-custom-link.pull-right {
    margin-right: 30px;
    position: relative
}

.header.header3 .top-header-content .dropdown-switcher + .top-custom-link.pull-right ul li:first-child {
    margin-left: 0
}

.header.header3 .top-header-content .dropdown-switcher + .top-custom-link.pull-right ul li:first-child:after {
    content: none
}

.header.header3 .top-header-content .dropdown-switcher + .top-custom-link.pull-right:after {
    background-color: rgba(231, 231, 231, 0.2);
    content: "";
    height: 9px;
    right: -15px;
    position: absolute;
    top: 17px;
    width: 1px
}

.header.header3 .top-header-content .dropdown-switcher .dropdown-menu {
    right: 0;
    left: auto
}

.header.header3 .top-header-content .top-custom-link ul li > .fa {
    margin-right: 5px;
    margin-top: 3px;
    vertical-align: top
}

.header.header3 .middle-content {
    position: relative
}

.header.header3 .middle-content .logo {
    padding: 25px 0
}

.header.header3 .middle-content .middle-header-right-content .content {
    display: table;
    float: right;
    height: 100%
}

.header.header3 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart {
    padding-left: 0
}

.header.header3 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart:after {
    left: 20px;
    height: 11px
}

.header.header3 .minicart-wrapper:before {
    content: none
}

.header.header3 .minicart-wrapper .action.showcart > .counter.qty {
    color: #222
}

.header.header3 .minicart-wrapper .action.showcart:before {
    font-size: 20px;
    content: '\f07a'
}

.header.header3 .delimiteur, .header.header3 .delimiteur-search, .header.header3 .delimiteur-account,
.header.header3 .delimiteur-newsletter{
    padding-left: 15px;
    display: table-cell;
    width: 5px;
}
.header.header3 .delimiteur:after, .header.header3 .delimiteur-search:after, .header.header3 .delimiteur-account:after,
.header.header3 .delimiteur-newsletter:after{
    width: 1px;
    border-right: 1px #DDDDDD;
    height: 100%;
    background: #DDDDDD;
    position: absolute;
    display: block;
    content: '';
    top:0;
}

.header.header3 .search-form,
.header.header3 .login-custom-link,
.header.header3 .minicart-wrapper,
.header.header3 .header-newsletter{
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.header.header3 .login-custom-link,
.header.header3 .minicart-wrapper {
    display: none;
}

.header.header3 .login-custom-link {
    /*padding-left: 40px;*/
    position: relative
}

.header.header3 .login-custom-link .text {
    display: none;
}

/*.header.header3 .login-custom-link:after {*/
/*background-color: #d2d2d2;*/
/*content: "";*/
/*height: 11px;*/
/*left: 19px;*/
/*position: absolute;*/
/*top: 50%;*/
/*margin-top: -5.5px;*/
/*width: 1px*/
/*}*/

.header.header3 .search-form .form-search {
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    background-color: #fff;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
    visibility: hidden
}

.header.header3 .search-form .form-search.on-show {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.header.header3 .search-form .form-search .minisearch {
    height: 100%
}

.header.header3 .search-form .form-search .input-text {
    border: none;
    box-shadow: none;
    height: 100%;
    font-size: 18px;
    color: #ababab;
    text-align: center
}

.header.header3 .search-form .actions-search .action-search {
    color: #000;
    font-size: 10px;
    font-weight: 100;
}

.header.header3 .search-form .actions-search .action-search.on-show .hide-search {
    font-size: 28px
}

.header.header4 .social-link {
    display: table;
    margin: 0 auto
}

.header.header4 .social-link li {
    display: table-cell;
    padding: 0 5px;
    vertical-align: middle
}

.header.header4 .social-link li a {
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #a7a7a7;
    display: block;
    line-height: 30px;
    text-align: center
}

.header.header4 .social-link li a:hover {
    background-color: #000
}

.header.header4 .search-form > .form-search .button {
    background: none;
    border: medium none;
    box-shadow: none;
    color: #b0b0b0;
    display: block;
    font-size: 14px;
    height: 27px;
    position: absolute;
    right: 0;
    text-align: right;
    bottom: 3px;
    width: 20px
}

.header.header4 .search-form > .form-search .button:hover {
    color: #000
}

#mini_header .top-header-content {
    background-color: #ffffff;
    color: #5f5f5f
}

#mini_header .top-header-content a,
#mini_header .top-header-content button {
    color: #5f5f5f
}

#mini_header .top-header-content a:hover,
#mini_header .top-header-content button:hover,
#mini_header .top-header-content a:focus,
#mini_header .top-header-content button:focus,
#mini_header .top-header-content a:active,
#mini_header .top-header-content button:active {
    color: #000
}

#mini_header .top-header-content .dropdown-switcher + .dropdown-switcher .switcher-toggle:after,
#mini_header .top-header-content .dropdown-switcher + .top-custom-link ul li:first-child:after {
    background-color: #dcdcdc
}

#mini_header .top-header-content .top-custom-link ul li + li:after {
    background-color: #dcdcdc
}

#mini_header .minicart-wrapper:before {
    background-color: #dcdcdc
}

#mini_header .minicart-wrapper .action.showcart > .counter.qty {
    color: #000
}
/* END HEADER */

/* MEGAMENU */
.label-menu {
    font-size: 10px;
    color: #fff;
    border-radius: 3px;
    background-color: #000;
    border-color: #000;
    position: relative;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    margin-top: -1px;
    margin-left: 3px;
    min-width: 35px;
    text-align: center
}

.label-menu:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -3px;
    height: 0;
    width: 0;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid #000;
    border-right-color: inherit;
    right: 100%
}

.header .nav.nav-main-menu > li > a {
    display: block;
    color: #000;
    font-size: 15px;
    padding: 22px 23px;
    background: none
}

.header .nav.nav-main-menu > li > a:hover, .header .nav.nav-main-menu > li.active > a {
    color: #E2001A;
}

.header .nav.nav-main-menu .sub-menu > li .mega-menu-sub-title {
    border-bottom: 1px solid #000;
    font-weight: bold;
}

.menu-banner {
    position: relative;
    overflow: hidden
}
.menu-banner > a:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #2a2a2a;
    z-index: 2;
    opacity: 0;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms
}
.menu-banner:hover > a:after {
    opacity: 0.5;
}
.menu-banner:after {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    z-index: 1;
    content: "";
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms
}

.menu-banner .text {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 3
}

.menu-banner:hover:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.menu-banner img {
    min-width: 100%
}

/* END MEGAMENU */
/* CUSTOMER SERVICE BLOCK */
.customer-service {
    display: table;
    width: 100%
}

.customer-service .icon,
.customer-service .text {
    display: table-cell;
    vertical-align: middle
}

.customer-service .icon {
    width: 1%
}

.customer-service .icon .fa {
    font-size: 27px;
    color: #dbdbdb
}

.customer-service .text {
    padding-left: 22px
}

.customer-service .text .title {
    color: #1a1a1a;
    font-size: 15px;
    display: block
}

/* CATEGORIES SLIDER BLOCK */
.categories-slider .owl-item {
    padding: 0 15px
}

.categories-slider .category-item {
    position: relative;
    overflow: hidden
}

.categories-slider .category-item:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000000;
    opacity: 0.4;
    z-index: 1;
    position: absolute
}

.categories-slider .category-item .category-info {
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: calc(100% - 60px);
    text-align: center;
    color: #fff;
    z-index: 2;
    padding: 11px 25px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}

.categories-slider .category-item .category-info img {
    min-width: 100%
}

.categories-slider .category-item .category-info a {
    color: #fff;
    font-size: 24px;
    line-height: 1.4;
    display: block;
    white-space: nowrap
}

.categories-slider .category-item .category-info a:hover {
    color: #000
}

.categories-slider .category-item .category-info .count {
    font-size: 15px
}

.categories-slider .category-item img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms
}

.categories-slider .category-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1)
}

/* TESTIMONIALS */
.testimonial-content.has-image:after {
    display: table;
    content: "";
    clear: both
}

.testimonial-content.has-image .author-thumbnail,
.testimonial-content.has-image .content {
    float: left;
    vertical-align: top
}

.testimonial-content.has-image .author-thumbnail {
    width: 100px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden
}

.testimonial-content.has-image .content {
    width: calc(100% - 100px);
    padding-left: 30px
}

.testimonial-list-block ul > .testimonial-item {
    margin-bottom: 50px
}

.testimonial-list-block.boxed_border {
    border: 1px solid #f0f0f0;
    padding: 45px 39px 38px;
    position: relative
}

.testimonial-list-block.boxed_border .content-heading {
    margin-bottom: 28px
}

.testimonial-list-block.boxed_border .content-heading .title:before {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 24px;
    margin-right: 13px
}

.testimonial-list-block .owl-carousel .owl-item {
    padding: 0 15px
}

.testimonial-list-block .testimonial-content .content blockquote {
    padding: 0;
    border: none;
    font-size: 14px;
    color: #969696;
    margin-bottom: 29px
}

.testimonial-list-block .testimonial-content .author-info .name {
    font-size: 15px;
    line-height: 1.2;
    color: #2a2a2a
}

.testimonial-list-block .testimonial-content .author-info .infomation {
    font-size: 12px;
    color: #a6a6a6
}

.testimonial-list-block.center_content .content-heading {
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 37px
}

.testimonial-list-block.center_content .content-heading:after {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    color: #2a2a2a
}

.testimonial-list-block.center_content .testimonial-item {
    text-align: center
}

.testimonial-list-block.center_content .testimonial-item .author-info .name {
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #333333
}

.testimonial-list-block.center_content .testimonial-item .author-info .name:before,
.testimonial-list-block.center_content .testimonial-item .author-info .name:after {
    width: 19px;
    height: 1px;
    background-color: #dddddd;
    content: "";
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: 17px;
    margin-top: -5px
}

.testimonial-list-block.center_content .testimonial-item .author-info .name:before {
    left: auto;
    right: 100%;
    margin-right: 17px
}

.testimonial-list-block.center_content .testimonial-item .author-info .infomation {
    line-height: 1.1
}

.testimonial-list-block.center_content .testimonial-content .content {
    float: none;
    padding-left: 0 !important;
    width: 100%
}

.testimonial-list-block.center_content .testimonial-content .content blockquote {
    margin-bottom: 17px
}

.testimonial-list-block.center_content .testimonial-content.has-image .author-thumbnail {
    float: none;
    margin: 10px auto 15px
}

.testimonial-list-block.center_content .owl-carousel .owl-dots {
    margin-top: 46px
}

/* TESTIMONIALS LIST */
.testimonial-list-block.boxed_border.testimonial-list {
    padding: 0;
    border: none;
}
.testimonial-list-block.boxed_border.testimonial-list .testimonial-content {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.testimonial-pager {
    text-align: center;
}
.testimonial-pager .pagination {
    margin: 0 auto;
}
/* INSTAGRAM */
.instagram-widget:after,
.instagram-widget .items-slider:after {
    content: "";
    display: table;
    clear: both;
}

.instagram-item {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden
}

.instagram-item img {
    min-width: 100%
}

.instagram-item .social-count {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 18px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transform: translateY(-70%);
    -webkit-transform: translateY(-70%);
    -moz-transform: translateY(-70%);
    -o-transform: translateY(-70%)
}

.instagram-item .social-count > span {
    padding: 0 10px
}

.instagram-item a:after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #2a2a2a;
    opacity: 0;
    position: absolute;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms
}

.instagram-item:hover .social-count {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.instagram-item:hover a:after {
    opacity: 0.5
}

.instagram-block {
    border-top: 1px dotted #e5e5e5
}

.instagram-block .content-heading {
    padding-top: 26px;
    margin-bottom: 28px
}

.instagram-block .content-heading .title {
    text-align: center
}

.instagram-block .owl-carousel.one-row .owl-item .instagram-item {
    margin-bottom: 0px
}

/* Filter price */
.ui-slider {
    background: #e4e4e4;
    position: relative;
    text-align: left;
    cursor: pointer;
}
.price .label-box input {
    pointer-events:none;
    text-align: center;
    color: #2a2a2a;
    text-align: center;
    border: none;
    box-shadow: none;
    height: auto;
}
.price .ui-slider-horizontal {
    height: 2px;
}
.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
    background-color: #1a1a1a;
}

.block-layered-nav .price {
    position: relative;
    z-index: 0;
}

.block-layered-nav .block-content .price .label-box span {
    font-size: 13px;
    color:#585858;
    padding: 5px 25px;
    border-radius: 25px;
    border: 1px solid #e6e6e6;
    display: inline-block;
    font-family:"Lato",arial,tahoma;
    font-weight: 400;
    float: left;
}
.block-layered-nav .block-content .price .label-box span.text{
    margin-left: 13px;
    margin-right: 13px;
    border: none;
    padding: 0;
    border-radius: none;
    font-size: 20px;
    line-height: 1;
}
.block-layered-nav .block-content .price .label-box {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
}
.block-layered-nav .block-content .price .ui-slider-handle {
    width: 12px;
    cursor: pointer;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    top: -5px;
    background-color: #1a1a1a;
    z-index: 2;
}
.block-layered-nav .block-content .price .ui-slider-handle:last-child {
    margin-left: -12px !important;
}
/* FOOTER */
.footer {
    margin-top: 70px
}

.cms-index-index .footer {
    margin-top: 0;
}

.footer .top-footer {
    color: #848484;
    font-size: 14px;
    background-color: #f1f1f1
}

.footer .top-footer a {
    color: #474747
}

.footer .top-footer a:hover,
.footer .top-footer a:active,
.footer .top-footer a:focus {
    color: #000
}

.footer .middle-footer {
    background-color: #262626;
    padding-bottom: 55px;
    padding-top: 74px;
    color: #666666
}

.footer .middle-footer .h1,
.footer .middle-footer h1,
.footer .middle-footer .h2,
.footer .middle-footer h2,
.footer .middle-footer .h3,
.footer .middle-footer h3,
.footer .middle-footer .h4,
.footer .middle-footer h4,
.footer .middle-footer h5,
.footer .middle-footer .h5,
.footer .middle-footer h6,
.footer .middle-footer .h6 {
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 25px
}

.footer .middle-footer a {
    color: #666666
}

.footer .middle-footer a:hover,
.footer .middle-footer a:focus,
.footer .middle-footer a:active {
    color: #ffffff
}

.footer .middle-footer ul li {
    padding: 5px 0
}

.footer .middle-footer ul li:first-child {
    padding-top: 0 !important
}

.footer .middle-footer ul.list-icon li {
    min-height: 20px;
    position: relative;
    padding: 0px 0px 0px 30px
}

.footer .middle-footer ul.list-icon li + li {
    margin-top: 12px
}

.footer .middle-footer ul.list-icon li .fa {
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.footer .middle-footer ul.list-icon li .fa.fa-envelope {
    font-size: 16px
}

.footer .middle-footer .instagram-block {
    border: none
}

.footer .middle-footer .instagram-block .block-content > .row {
    margin-left: -3px;
    margin-right: -3px
}

.footer .middle-footer .instagram-block .block-content .item {
    padding: 0 3px 0;
    margin-top: 6px
}

.footer .middle-footer .instagram-block .block-content .instagram-item {
    margin: 0;
    position: relative
}

.footer .middle-footer .block.newsletter {
    padding-top: 17px
}

.footer .middle-footer .block.newsletter .form-group input {
    border: none;
    height: 40px;
    font-size: 14px;
    color: #9b9b9b
}

.footer .middle-footer .block.newsletter .actions .action {
    height: 40px;
    padding: 0 23px;
    min-width: 107px;
    text-align: center
}

.footer .middle-footer .tag-cloud li {
    padding: 0
}

.footer .middle-footer .social-link:after {
    content: "";
    display: table;
    clear: both
}

.footer .middle-footer .social-link li {
    float: left;
    margin-right: 10px;
    padding: 0;
    margin-top: 10px
}

.footer .middle-footer .social-link li a {
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #595959;
    color: #fff
}

.footer .middle-footer .social-link li a:hover,
.footer .middle-footer .social-link li a:active,
.footer .middle-footer .social-link li a:focus {
    background-color: #000
}

.footer .middle-footer .lastest-posts-list li {
    padding: 0
}

.footer .bottom-footer {
    border-top: 1px solid #333;
    background-color: #262626;
    padding-bottom: 18px;
    padding-top: 20px;
    color: #525252
}

.footer .bottom-footer a {
    color: #484848
}

.footer .bottom-footer a:hover,
.footer .bottom-footer a:focus,
.footer .bottom-footer a:active {
    color: #ffffff
}

.footer .bottom-footer address {
    margin: 0;
    display: block;
    padding-top: 3px
}

.footer .bottom-footer ul:after {
    content: "";
    display: table;
    clear: both
}

.footer .bottom-footer ul li {
    float: left
}

.footer .bottom-footer ul.social-link {
    float: right
}

.footer .bottom-footer ul.social-link li {
    font-size: 16px;
    margin: 0 11px
}

.footer .bottom-footer ul.social-link li:last-child {
    margin-right: 0
}

ul.service-block:after {
    content: "";
    display: table;
    clear: both
}

ul.service-block li {
    float: left;
    width: calc(100% / 3);
    padding: 13px 0 14px
}

ul.service-block li .fa {
    font-size: 24px;
    color: #b4b4b4;
    margin-right: 9px;
    vertical-align: middle
}

ul.service-block li + li {
    border-left: 1px solid #e1e1e1;
    padding-left: 30px
}

ul.service-block li a {
    text-decoration: underline;
    font-style: italic;
    margin-left: 7px;
    opacity: 0;
    visibility: hidden
}

ul.service-block li:hover a {
    opacity: 1;
    visibility: visible
}

.footer.footer2 .middle-footer,
.footer.footer4 .middle-footer {
    color: #ffffff
}

.footer.footer2 .middle-footer a,
.footer.footer4 .middle-footer a {
    color: #ffffff
}

.footer.footer2 .middle-footer a:hover,
.footer.footer4 .middle-footer a:hover,
.footer.footer2 .middle-footer a:active,
.footer.footer4 .middle-footer a:active,
.footer.footer2 .middle-footer a:focus,
.footer.footer4 .middle-footer a:focus {
    color: #000
}

.footer.footer2 .middle-footer .tag-cloud li a,
.footer.footer4 .middle-footer .tag-cloud li a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1)
}

.footer.footer2 .middle-footer .tag-cloud li a:hover,
.footer.footer4 .middle-footer .tag-cloud li a:hover,
.footer.footer2 .middle-footer .tag-cloud li a:focus,
.footer.footer4 .middle-footer .tag-cloud li a:focus {
    border-color: #000
}

.footer.footer2 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a,
.footer.footer4 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a {
    color: #fff
}

.footer.footer2 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a:hover,
.footer.footer4 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a:hover,
.footer.footer2 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a:active,
.footer.footer4 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a:active,
.footer.footer2 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a:focus,
.footer.footer4 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail a:focus {
    color: #000
}

.footer.footer2 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail .comment-link,
.footer.footer4 .middle-footer .lastest-posts-list .block-content .item .blog-content .short-detail .comment-link {
    color: #666666
}

.footer.footer2 .middle-footer .social-link li a:hover,
.footer.footer4 .middle-footer .social-link li a:hover,
.footer.footer2 .middle-footer .social-link li a:active,
.footer.footer4 .middle-footer .social-link li a:active,
.footer.footer2 .middle-footer .social-link li a:focus,
.footer.footer4 .middle-footer .social-link li a:focus {
    color: #fff
}

.footer.footer2 .bottom-footer,
.footer.footer4 .bottom-footer {
    border-color: #000000;
    background-color: #000000;
    color: #696969;
    padding-top: 21px;
    padding-bottom: 23px
}

.footer.footer2 .bottom-footer a,
.footer.footer4 .bottom-footer a {
    color: #696969
}

.footer.footer2 .bottom-footer a:hover,
.footer.footer4 .bottom-footer a:hover,
.footer.footer2 .bottom-footer a:active,
.footer.footer4 .bottom-footer a:active,
.footer.footer2 .bottom-footer a:focus,
.footer.footer4 .bottom-footer a:focus {
    color: #fff
}

.footer.footer2 .bottom-footer ul,
.footer.footer4 .bottom-footer ul {
    float: right
}

.footer.footer2 .bottom-footer ul li + li,
.footer.footer4 .bottom-footer ul li + li {
    margin-left: 20px
}

.footer.footer3 .middle-footer {
    background-color: #fcfcfc;
    color: #898989;
    padding-bottom: 50px
}

.footer.footer3 .middle-footer a {
    color: #898989
}

.footer.footer3 .middle-footer h4 {
    color: #1a1a1a
}

.footer.footer3 .middle-footer .tag-cloud a {
    border-color: #eaeaea
}

.footer.footer3 .middle-footer .tag-cloud a:hover,
.footer.footer3 .middle-footer .tag-cloud a:active,
.footer.footer3 .middle-footer .tag-cloud a:focus {
    color: #fff
}

.footer.footer3 .middle-footer .social-link li a {
    background-color: #b4b4b4
}

.footer.footer3 .middle-footer .social-link li a:hover,
.footer.footer3 .middle-footer .social-link li a:active,
.footer.footer3 .middle-footer .social-link li a:focus {
    color: #fff;
    background-color: #000
}

.footer.footer3 .middle-footer .block.newsletter .form-group input {
    border: 1px solid #e9e9e9;
    color: #9b9b9b
}

.footer.footer3 .middle-footer .block.newsletter .actions .action {
    background-color: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a
}

.footer.footer3 .middle-footer .block.newsletter .actions .action:hover,
.footer.footer3 .middle-footer .block.newsletter .actions .action:active,
.footer.footer3 .middle-footer .block.newsletter .actions .action:focus {
    background-color: #000;
    color: #fff;
    border-color: #000
}

.footer.footer3 .bottom-footer {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 58px;
    border-color: #eeeeee;
    color: #8d8d8d
}

.footer.footer3 .bottom-footer a {
    color: #8d8d8d
}

.footer.footer3 .bottom-footer a:hover,
.footer.footer3 .bottom-footer a:active,
.footer.footer3 .bottom-footer a:focus {
    color: #000
}

.footer.footer3 .bottom-footer ul {
    display: table;
    margin: 0 auto
}

.footer.footer3 .bottom-footer ul li {
    float: left;
    margin: 0 10px
}

.footer.footer3 .bottom-footer address {
    padding-top: 4px
}

.footer.footer5 .middle-footer {
    background-color: #f4f4f4;
    color: #888888;
    padding-top: 86px;
    padding-bottom: 87px
}

.footer.footer5 .middle-footer a {
    color: #696969
}

.footer.footer5 .middle-footer a:hover,
.footer.footer5 .middle-footer a:focus,
.footer.footer5 .middle-footer a:active {
    color: #000
}

.footer.footer5 .middle-footer address {
    font-size: 14px;
    margin: 18px 0 0
}

.footer.footer5 .middle-footer ul {
    display: table;
    margin: 0 auto
}

.footer.footer5 .middle-footer ul li {
    float: left;
    margin: 0 10px;
    padding-top: 3px !important;
}

/* END FOOTER */
/* OWL CAROUSEL */
.owl-carousel .owl-pagination {
    display: table;
    margin: 20px auto 0
}

.owl-carousel .owl-pagination .owl-page {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer
}

.owl-carousel .owl-pagination .owl-page span {
    border: 1px solid rgba(18, 21, 22, 0.4);
    width: 15px;
    height: 15px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 7.5px;
    background-color: transparent;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    cursor: pointer;
    display: block
}

.owl-carousel .owl-pagination .owl-page span:after {
    content: "";
    background-color: transparent;
    width: 5px;
    height: 5px;
    left: 50%;
    top: 50%;
    margin: -2.5px 0 0 -2.5px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%
}

.owl-carousel .owl-pagination .owl-page.active span:after,
.owl-carousel .owl-pagination .owl-page:hover span:after {
    background-color: #0d0d0d
}

.dots-light .owl-carousel .owl-pagination span {
    border: 1px solid rgba(255, 255, 255, 0.4)
}

.dots-light .owl-carousel .owl-pagination .owl-page:hover span:after,
.dots-light .owl-carousel .owl-pagination .owl-page.active span:after {
    background-color: #fff
}

.owl-carousel .owl-item img {
    transform-style: unset;
    -moz-transform-style: unset;
    -webkit-transform-style: unset
}

.owl-carousel .owl-buttons > div {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #939393;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -15px
}

.owl-carousel .owl-buttons > div:hover {
    background-color: #171717;
    color: #fff;
    border-color: #171717
}

/*.owl-carousel .owl-buttons > div.owl-prev {*/
    /*left: -25px*/
/*}*/

.owl-carousel .owl-buttons > div.owl-next {
    right: 0px;
    padding-left: 3px
}

.navigation-top .owl-carousel .owl-buttons {
    position: absolute;
    right: 15px;
    top: -54px
}

.navigation-top .owl-carousel .owl-buttons > div {
    background-color: transparent !important;
    color: #c2c2c2;
    font-size: 24px;
    width: 15px;
    text-align: left;
    line-height: 1;
    height: auto;
    border-radius: 0;
    position: static;
    margin-top: 0;
    border: none
}

.navigation-top .owl-carousel .owl-buttons > div:hover {
    color: #2a2a2a
}

.navigation-top .owl-carousel .owl-buttons > div.owl-next {
    text-align: right
}

.navigation-top.title-v2 .owl-carousel .owl-buttons {
    top: -72px
}

.nav-left-right .owl-carousel .owl-buttons > div.owl-next {
    right: 0px
}

.nav-left-right .owl-carousel .owl-buttons > div.owl-prev {
    left: 0px
}
/* COMPARE PAGE */
.catalog-product-compare-index .page-title {
    position: relative;
    padding: 15px 0;
}
.catalog-product-compare-index .page-title a.btn {
    position: absolute;
    right: 0;
    top: 10px;
}
.catalog-product-compare-index .compare-table {
    max-width: 100%;
    overflow-x: auto;
    border:1px solid #ddd;
    background: #fff;
}
.catalog-product-compare-index .table-compare table thead  tr th,
.catalog-product-compare-index .table-compare table thead  tr td {
    text-align: center;
    border-right: 1px solid #ddd;
    padding: 10px;
}
.catalog-product-compare-index .table-compare table tbody  tr th {
    vertical-align: middle;
    color: #222;
    font-weight: 500;
    padding: 15px;
    border: 1px solid #ddd;
}
.catalog-product-compare-index .table-compare table tbody  tr td {
    min-width: 300px;
    border: 1px solid #ddd;
    padding: 15px;
}
.catalog-product-compare-index .table-compare table tbody  tr td .product-top {
    width: 80px;
    border: 1px solid #ddd;
    float: left;
}
.catalog-product-compare-index .table-compare table tbody  tr td .product-desc {
    float: left;
    width: calc(100% - 82px);
    padding-left: 10px;
}
.catalog-product-compare-index .table-compare table tbody  tr td .product-desc .product-name {
    margin-top: 0;
    font-weight: 400;
    font-size: 16px;
    color: #2a2a2a;
}
.catalog-product-compare-index .table-compare table tbody  tr td .product-desc .product-name a {
    color: #2a2a2a;
}
.catalog-product-compare-index .table-compare table tbody  tr td .product-desc .product-name a:hover {
    color: #000;
}
.catalog-product-compare-index .table-compare table tbody  tr td .product-desc .ratings {
    margin-bottom: 15px;
    margin-top: 15px;
}
.catalog-product-compare-index .table-compare {
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
/* BORDER BANNER */
.border-banner {
    display: table;
    width: 100%;
    position: relative;
    color: #1a1a1a
}

.border-banner:after {
    border: 2px solid #333;
    left: 0;
    right: 50px;
    bottom: 50px;
    top: 50px;
    position: absolute;
    content: ""
}

.border-banner .text,
.border-banner .images {
    display: table-cell;
    width: 50%;
    vertical-align: middle
}

.border-banner .text {
    padding: 0 110px;
    position: relative;
    z-index: 1
}

.border-banner .text p {
    color: #989898
}

.border-banner .text .h1,
.border-banner .text h1,
.border-banner .text .h2,
.border-banner .text h2,
.border-banner .text .h3,
.border-banner .text h3,
.border-banner .text .h4,
.border-banner .text h4,
.border-banner .text .h5,
.border-banner .text .h5,
.border-banner .text h6,
.border-banner .text .h6 {
    font-weight: 300
}

.border-banner .text .playfair {
    line-height: 1.4
}

.border-banner .images img {
    min-width: 100%
}

/* SCROLL TO TOP */
.scroll-to-top {
    border: 1px solid #444;
    width: 41px;
    height: 41px;
    position: fixed;
    right: 30px;
    font-size: 22px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    background-color: #000
}

.scroll-to-top .fa:before {
    content: "\f106"
}

.scroll-to-top:hover,
.scroll-to-top:focus,
.scroll-to-top:active {
    background-color: #f41c2f;
    border-color: #dd192a;
    color: #fff
}

/* TITLE BLOCK */
.content-heading {
    margin-bottom: 30px
}

.content-heading .title {
    margin: 0;
    text-align: center;
    color: #1a1a1a
}

.content-heading .block-note {
    display: none;
    font-size: 14px;
    color: #969696
}

.title-v2 .content-heading {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px
}

.title-v3 .content-heading {
    margin-bottom: 36px
}

.title-v3 .content-heading .block-note {
    display: block;
    padding-top: 6px
}

.title-v3 .content-heading .title {
    font-size: 28px
}

.title-v5 .content-heading {
    margin-bottom: 35px
}

.title-v5 .content-heading .title {
    font-size: 22px
}

.title-v4 .content-heading {
    border-bottom: 1px solid #f0f0f0
}

.title-v4 .content-heading .title {
    font-size: 22px
}

.title-v4 .content-heading .block-note,
.title-v4 .content-heading .title {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 15px
}

.title-v4 .content-heading .block-note {
    padding-left: 15px;
    width: 1%;
    white-space: nowrap
}

.title-v4 .content-heading a {
    font-size: 14px;
    color: #bbbbbb
}

.title-v4 .content-heading a .fa {
    margin-left: 8px
}

.title-v4 .content-heading a:hover {
    color: #000
}

.title-v6 .content-heading {
    text-align: center;
    margin-bottom: 46px
}

.title-v6 .content-heading + .products-grid {
    padding-top: 20px
}

.title-v6 .content-heading .title {
    font-size: 28px
}

.title-v6 .content-heading .block-note {
    display: block;
    margin-bottom: 6px
}
/* PRODUCT LIST */
.products-list + .bottom-pagination {
    margin-top: 60px
}

.products-list .product-item-info {
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 30px
}

.products-list .product-item-info:last-child {
    margin-bottom: 0
}

.products-list .product-item-info .product-image-content {
    position: relative
}

.products-list .product-item-info .product-image-content .product-item-photo .img-thumbnail {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0
}

.products-list .product-item-info .product-item-details {
    padding-top: 15px
}

.products-list .product-item-info .product-item-details .product-item-name {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 8px
}

.products-list .product-item-info .product-item-details .product-item-name a {
    color: #404040
}

.products-list .product-item-info .product-item-details .product-item-name a:hover,
.products-list .product-item-info .product-item-details .product-item-name a:focus {
    color: #000
}

.products-list .product-item-info .product-item-details .product-item-description {
    padding-top: 16px
}

.products-list .product-item-info .product-item-details .product-item-description > *:last-child {
    margin-bottom: 0 !important
}

.products-list .product-item-info .product-item-details .actions-link {
    margin-top: 58px
}

.products-list .product-item-info .product-item-details .actions-link:after {
    content: "";
    display: table;
    clear: both
}

.products-list .product-item-info .product-item-details .actions-link li {
    float: left;
    vertical-align: top
}

.products-list .product-item-info .product-item-details .actions-link li + li:not(:empty) {
    margin-left: 15px
}

.products-list .product-item-info .product-item-details .actions-link .action {
    color: #6c6c6c;
    height: 40px;
    font-size: 13px;
    min-width: 40px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #e6e6e6
}

.products-list .product-item-info .product-item-details .actions-link .action:hover,
.products-list .product-item-info .product-item-details .actions-link .action:focus {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff
}

.products-list .product-item-info .product-item-details .actions-link .action.btn-cart {
    padding: 0 16px;
    min-width: 122px;
    text-align: center
}

.products-list .product-item-info .product-item-details .actions-link .action.btn-cart .fa {
    margin-right: 6px
}

.products-list .product-item-info .product-item-details .price-box {
    margin-top: 12px
}

.products-list .product-item-info .product-item-details div[class^="swatch-opt-"] {
    padding-top: 18px
}
/* PRODUCT GRID */
.special-product .products-grid .product-item-info {
    margin-bottom: 0
}

.products-grid + .bottom-toolbar {
    margin-top: 8px;
}

.products-grid.slider-1-row .owl-item {
    padding: 0 15px
}

.products-grid .product-item-info {
    margin-bottom: 5px
}

.products-grid .product-item-info .product-top {
    position: relative;
    overflow: hidden
}

.products-grid .product-item-info .product-top .product-image-photo {
    border-radius: 0;
    border: none;
    background-color: transparent;
    padding: 0;
    min-width: 100%
}

.products-grid .product-item-info .product-top .product-image-photo img {
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.products-grid .product-item-info .product-top a.photo:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    content: "";
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.products-grid .product-item-info .product-top .actions-link {
    position: absolute;
    background-color: #fff;
    z-index: 1;
    right: 0;
    bottom: 0;
    padding-left: 10px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    opacity: 0;
    visibility: hidden
}

.products-grid .product-item-info .product-top .actions-link li {
    display: block;
    padding-top: 10px
}

.products-grid .product-item-info .product-top .actions-link li:empty {
    display: none !important
}

.products-grid .product-item-info .product-top .actions-link li .action {
    background-color: #fff;
    color: #6c6c6c;
    font-size: 14px;
    width: 34px;
    height: 34px;
    border: 1px solid #e9e9e9;
    text-align: center;
    padding-left: 1px
}

.products-grid .product-item-info .product-top .actions-link li .action:hover {
    color: #ffffff;
    background-color: #2a2a2a;
    border-color: #2a2a2a
}

.products-grid .product-item-info .product-item-details {
    height: 100px;
    /*padding-top: 10px;*/
    line-height: 20px;
}

.products-grid .product-item-info .product-item-details .ratings {
    margin-top: 7px;
}

.products-grid .product-item-info .product-item-details .product-item-name {
    margin-top: 0;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 4px;
    line-height: 1.4;
}

.products-grid .product-item-info:hover .product-top .actions-link {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.products-grid .product-item-info:hover .product-top a.photo:after {
    opacity: 0.3
}

/* PRODUCT LIST (SMALL LIST) */
.list-products .owl-carousel .owl-item {
    padding: 0 15px
}

.list-products .product-item-info {
    margin-bottom: 30px
}

.list-products .product-item-info:after {
    content: "";
    display: table;
    clear: both
}

.list-products .product-item-info .product-image {
    width: 120px;
    float: left;
    vertical-align: top;
    position: relative
}

.list-products .product-item-info .product-image a:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    content: "";
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s
}

.list-products .product-item-info .product-image .product-image-photo {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    padding: 0;
    min-width: 100%
}

.list-products .product-item-info .product-image .action.btn-quickview {
    width: 40px;
    height: 40px;
    color: #2a2a2a;
    border: 1px solid #fff;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -20px 0 0 -20px;
    transition: all 300ms;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    opacity: 0;
    visibility: hidden
}

.list-products .product-item-info .product-image .action.btn-quickview:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.list-products .product-item-info .product-item-details {
    float: left;
    width: calc(100% - 120px);
    vertical-align: top;
    padding-left: 20px;
    padding-top: 8px
}

.list-products .product-item-info .product-item-details .product-item-name {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0
}

.list-products .product-item-info .product-item-details .product-item-name + div[class^="swatch-opt-"] {
    margin-bottom: 5px
}

.list-products .product-item-info .product-item-details .ratings {
    margin-top: 14px
}

.list-products .product-item-info:hover .product-image a:after {
    opacity: 0.3
}

.list-products .product-item-info:hover .product-image .action.btn-quickview {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible
}
/* PRODUCT REVIEW */
.ratings {
    overflow: hidden;
    white-space: nowrap
}

.ratings .rating-box {
    width: 64px;
    display: block;
    position: relative
}

.ratings .rating-box:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    color: #acacac;
    font-family: 'FontAwesome';
    font-size: 12px;
    height: 12px;
    letter-spacing: 2px;
    line-height: 12px;
    content: '\f006' '\f006' '\f006' '\f006' '\f006';
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none
}

.ratings .rating-box > .rating {
    display: block;
    overflow: hidden
}

.ratings .rating-box > .rating:before {
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased;
    color: #4a4a4a;
    font-family: 'FontAwesome';
    font-size: 12px;
    height: 12px;
    letter-spacing: 2px;
    line-height: 12px;
    content: '\f005' '\f005' '\f005' '\f005' '\f005';
    display: block;
    font-style: normal;
    font-weight: normal;
    speak: none
}

.full-review.product-reviews-summary {
    display: table
}

.full-review.product-reviews-summary .rating-summary,
.full-review.product-reviews-summary .reviews-actions {
    display: table-cell;
    vertical-align: middle
}

.full-review.product-reviews-summary .rating-summary + .reviews-actions {
    padding-left: 13px
}

.full-review.product-reviews-summary .reviews-actions a {
    color: #adadad
}

.full-review.product-reviews-summary .reviews-actions a + a:before {
    content: "/";
    color: #adadad;
    display: inline-block;
    margin-right: 3px
}

.full-review.product-reviews-summary .reviews-actions a:hover,
.full-review.product-reviews-summary .reviews-actions a:focus {
    color: #000
}

/* SHOPPING CART */
.cart-table thead tr th {
    color: #2b2b2b;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border: 1px solid #eaeaea !important;
    vertical-align: middle;
    padding: 14px 30px 11px;
    border-bottom: none
}
.cart-table .input-qty-product {
    color: #4d4d4d;
    font-size: 14px;
    height: 32px;
    margin: 0 auto;
    text-align: center;
    width: 67px;
    border-radius: 0;
}
.cart-table tbody tr td .qty{
    max-width: 100px;
    height: 38px;
    line-height: 40px;
    vertical-align: top;
}
.cart-table tbody tr td {
    vertical-align: middle;
    border: 1px solid #eaeaea;
    padding: 25px 15px;
    text-align: center;
    border-top: none !important
}
.cart-table tfoot tr td {
    padding: 40px 0 0;
}
.cart-table tbody tr td:first-child {
    padding-left: 33px;
}
.cart-table tbody tr td .cart-price .price {
    color: #7b7b7b;
    font-size: 16px;
}
.cart-table tbody tr td.sub-total .cart-price .price {
    color: #2a2a2a;
}
.cart-table tbody tr td.actions {
    white-space: nowrap;
    width: 1%;
}
.cart-table tbody tr td.actions > a {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    color: #6c6c6c;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 40px;
    line-height: 38px;
    min-width: 40px;
    text-align: center;
}
.cart-table tbody tr td.actions > a + a {
    margin-left: 11px;
}
.cart-table tbody tr td.actions > a:hover {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff;
}
.cart-table .product-cart-item:after {
    content: "";
    display: table;
    clear: both;
}
.cart-table .product-cart-item .product-image {
    float: left;
    width: 120px;
}
.cart-table .product-cart-item .product-cart-item-detail {
    float: left;
    width: calc(100% - 120px);
    padding: 22px 0 0 20px;
    text-align: left;
}
.cart-table .product-cart-item .product-cart-item-detail .product-name {
    margin: 0;
    color: #363636;
    font-size: 15px;
    font-weight: 400;
}
.cart-table .product-cart-item .product-cart-item-detail .product-name a {
    color: #363636;
}
.cart-table .product-cart-item .product-cart-item-detail .product-name a:hover {
    color: #000;
}
.cart-table .product-cart-item .item-options {
    margin: 0;
}
.cart-table .product-cart-item .item-options dt {
    color: #2a2a2a;
    font-weight: 400;
    margin-top: 10px;
}
.cart-table .product-cart-item .item-options dt:after {
    content: ":";
    display: inline-block;
}
.cart-table tfoot .btn-update,
.cart-table tfoot .btn-empty {
    float: right;
}
.cart-table tfoot .btn-update {
    margin-right: 15px;
}
.crosssell_products_block {
    margin-top: 57px;
}
.crosssell_products.products-grid .product-item-info {
    margin-bottom: 0;
}
.checkout-types li {
    padding: 10px 0;
    text-align: right;
}
.checkout-types .action.multicheckout {
    font-size: 15px;
}
.checkout-types .btn-proceed-checkout.btn-checkout {
    background-color: #2a2a2a;
    border: 1px solid #2a2a2a;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 13px 24px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 300ms ease 0s;
    width: 100%;
}
.checkout-types .btn-proceed-checkout.btn-checkout:hover {
    background-color: #000;
    border-color: #000;
}

.cart-collaterals .cart-totals {
    margin-top: 34px;
    position: relative;
    padding-top: 21px;
    border: 1px solid #eaeaea
}

.cart-collaterals .cart-totals table {
    margin: 0;
    width: 100%;
}

.cart-collaterals .cart-totals table tbody tr td,
.cart-collaterals .cart-totals table tbody tr th {
    font-size: 14px;
    vertical-align: middle;
    background: none !important;
    font-weight: 400;
    color: #969696;
    border: none;
    padding: 0 15px 20px
}

.cart-collaterals .cart-totals table tbody tr th {
    color: #646464;
    text-align: right
}

.cart-collaterals .cart-totals table tbody tr {
    font-weight: 400;
    color: #646464
}

.cart-collaterals .cart-totals table tfoot tr td {
    border-top: 1px solid #eaeaea;
    font-size: 24px;
    color: #2a2a2a;
    padding: 23px 15px 24px
}

.cart-collaterals .cart-totals table tfoot tr td strong {
    font-weight: 400
}

.product-view-detail .product-name h1 {
    border: 0 none;
    color: #222;
    font-size: 20px;
    margin: 13px 0 0;
    padding-bottom: 0;
    font-weight: 400;
}
#product-options-wrapper dl {
    margin-bottom: 0;
}
.product-view-detail .short-description {
    border-bottom: 1px dotted #cfcfcf;
    color: #222;
    font-size: 13px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.product-view-detail .short-description .std > * {
    margin-bottom: 0;
}
.product-view-detail .others-colors .other-color img {
    width: 35px;
    height: 35px;
    margin-right: 5px !important;
    cursor: inherit;
}
.product-view-detail .others-colors .other-color img:active {
    border: 1px solid #222;
    width: 35px;
    height: 35px;
    margin-right: 5px !important;
    cursor: inherit;
}
.product-view-detail .others-colors .other-color img:hover {
    border: 1px solid #222;
    width: 35px;
    height: 35px;
    margin-right: 5px !important;
    cursor: inherit;
}
/* DEALS PRODUCT */
.deal-products-grid.products-grid .product-item-info .product-item-details {
    text-align: center;
    padding-top: 22px
}

.deal-products-grid.products-grid .product-item-info .product-item-details .product-item-name {
    margin-bottom: 8px
}

.deal-products-grid.products-grid .product-item-info .product-item-details > .price-box {
    padding-top: 6px;
    margin: 0 auto;
}

.deal-products-grid .price-box .price {
    font-size: 18px
}

.deal-products-grid .deals-note {
    margin-bottom: 8px;
    margin-top: 18px
}

.deal-timer {
    display: table;
    margin: 0 auto
}

.deal-timer .countdown {
    display: table-row
}

.deal-timer .countdown > span {
    width: 25%;
    display: table-cell;
    padding: 0 9px
}

.deal-timer .countdown > span > b {
    font-weight: 400;
    background-color: #2a2a2a;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px 4px;
    text-align: center;
    display: block;
    position: relative
}

.deal-timer .countdown > span + span > p:after {
    content: ":";
    position: absolute;
    top: 50%;
    left: -11px;
    color: #2a2a2a;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.deal-timer .time-note {
    display: table-row
}

.deal-timer .time-note span {
    width: 25%;
    display: table-cell;
    padding: 3px 9px 0;
    color: #a3a3a3;
    font-size: 14px;
    text-align: center
}

.deal-products-one-item .border-banner .playfair {
    font-size: 36px;
    color: #1a1a1a
}

.deal-products-one-item .border-banner .deals-subtitle {
    font-size: 14px;
    font-style: italic
}

.deal-products-one-item .border-banner .price-box {
    display: none !important;
}

.deal-products-one-item .border-banner .deals-subtitle a {
    color: #a6a6a6
}

.deal-products-one-item .border-banner .deals-subtitle a:hover {
    color: #000
}

.deal-products-one-item .deals-note {
    margin-top: 26px;
    margin-bottom: 9px
}

.deal-products-one-item .deals-action {
    margin-top: 43px
}

.deal-products-one-item .deals-action .btn,
.deal-products-one-item .deals-action .modal-popup.confirm .mfp-container .modal-footer .action-secondary {
    border-color: #2a2a2a;
    color: #2a2a2a;
    padding: 9px 28px 10px
}

.deal-products-one-item .deals-action .btn:hover,
.deal-products-one-item .deals-action .modal-popup.confirm .mfp-container .modal-footer .action-secondary:hover {
    border-color: #000;
    background-color: #000;
    color: #fff
}
.deal-products-one-item .border-banner + .border-banner {
    margin-top: 50px
}

/* CUSTOM BANNER HOME 4 */
.banner-full h3 {
    font-weight: 300;
    letter-spacing: 0.15em;
    margin-bottom: 5px
}

.banner-full .playfair {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1;
    margin-bottom: 61px
}
/* PRODUCT LABEL */
.product-label.new-label {color:#2a2a2a}
.product-label {
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    height: 46px;
    width: 46px;
    padding-left: 1px;
    font-size: 13px;
    position: absolute;
    text-align: center;
    line-height: 44px;
    top: 15px;
    left: 15px
}

.product-label.sale-label {
    right: 15px;
    left: auto;
    background-color: #2a2a2a
}


/* NEWSLETTER HOME */
.newsletter-home {
    text-align: center;
    color: #969696;
    font-size: 14px
}

.newsletter-home .h1,
.newsletter-home h1,
.newsletter-home .h2,
.newsletter-home h2,
.newsletter-home .h3,
.newsletter-home h3,
.newsletter-home .h4,
.newsletter-home h4,
.newsletter-home .h5,
.newsletter-home .h5,
.newsletter-home h6,
.newsletter-home .h6 {
    color: #1a1a1a;
    font-weight: 300
}

.newsletter-home .color-theme {
    font-size: 22px
}

.block.newsletter.newsletter-home-page {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    padding-top: 30px
}

.block.newsletter.newsletter-home-page .form-group.newsletter {
    margin: 0
}

.block.newsletter.newsletter-home-page .form-group.newsletter input {
    height: 46px
}

.block.newsletter.newsletter-home-page .form-group.newsletter input + .mage-error {
    position: absolute;
    left: 0;
    top: 100%;
    text-align: left
}

.block.newsletter.newsletter-home-page .actions {
    position: absolute;
    right: 0;
    top: 30px
}

.block.newsletter.newsletter-home-page .actions .action.subscribe {
    padding: 13px 30px
}
/* TOOLBAR */
.category-product-actions {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    position: relative;
    padding: 0 0 15px
}

.category-product-actions:after {
    content: "";
    display: table;
    clear: both
}

.toolbar {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.toolbar > .modes,
.toolbar > .field.limiter,
.toolbar > .toolbar-sorter.sorter {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.toolbar > .field.limiter {
    padding: 0 30px;
    text-align: center
}

.toolbar > .field.limiter .label,
.toolbar > .field.limiter .control {
    display: inline-block !important;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0
}

.toolbar > .field.limiter .label {
    color: #5b5b5b;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px
}

.toolbar > .field.limiter .label:after {
    content: ":";
    display: inline-block
}

.toolbar > .toolbar-sorter.sorter {
    text-align: right;
    white-space: nowrap
}

.toolbar > .toolbar-sorter.sorter .sorter-label {
    color: #5b5b5b;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px
}

.toolbar > .toolbar-sorter.sorter .sorter-label:after {
    content: ":";
    display: inline-block
}

.toolbar > .toolbar-sorter.sorter .sorter-label,
.toolbar > .toolbar-sorter.sorter .sorter-options,
.toolbar > .toolbar-sorter.sorter .sorter-action {
    display: inline-block !important;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0
}

.toolbar > .toolbar-sorter.sorter .sorter-action {
    margin-left: 7px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #ebebeb;
    color: #bcbcbc;
    text-align: center;
    line-height: 28px;
    padding-left: 1px
}

.toolbar > .toolbar-sorter.sorter .sorter-action:hover {
    color: #2a2a2a
}

.toolbar > .toolbar-sorter.sorter .sorter-action:after {
    content: "\f175";
    font-family: "FontAwesome";
    display: inline-block
}

.toolbar > .toolbar-sorter.sorter .sorter-action.sort-desc:after {
    content: "\f176"
}

.toolbar > .toolbar-sorter.sorter .sorter-action > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.toolbar .modes > strong.modes-label {
    color: #5b5b5b;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px
}

.toolbar .modes > strong.modes-label:after {
    content: ":";
    display: inline-block
}

.toolbar .modes > strong,
.toolbar .modes > a {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0
}

.toolbar .modes .modes-mode {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #ebebeb;
    color: #bcbcbc;
    text-align: center;
    line-height: 30px;
    font-size: 14px
}

.toolbar .modes .modes-mode + .modes-mode {
    margin-left: 7px
}

.toolbar .modes .modes-mode:hover,
.toolbar .modes .modes-mode.active {
    color: #2a2a2a
}

.toolbar .modes .modes-mode:after {
    content: "\f00a";
    font-family: "FontAwesome";
    display: inline-block;
    font-weight: normal !important
}

.toolbar .modes .modes-mode.mode-list:after {
    content: "\f03a"
}

.toolbar .modes .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.toolbar .toolbar-amount {
    display: none
}

.toolbar select {
    width: auto;
    font-size: 13px;
    color: #5b5b5b;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 0 40px 0 10px;
    border: 1px solid #ebebeb;
    min-width: 114px;
    box-shadow: none;
    background-image: url('../images/background_sellect_toolbar.png');
    background-position: right 6px top 9px
}

.toolbar select:-ms-expand {
    display: none
}

.toolbar select option {
    padding: 6px 0 6px 14px;
    height: auto;
}

.toolbar .pages.list-inline {
    width: 100%;
    margin: 0
}

.toolbar .pages.list-inline .pagination {
    border-radius: 0;
    margin: 0 auto;
    display: table
}

.toolbar .pages.list-inline .pagination:after {
    content: "";
    display: table;
    clear: both
}

.toolbar .pages.list-inline .pagination .item {
    float: left;
    padding: 0 6px
}

.toolbar .pages.list-inline .pagination .item a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #5b5b5b;
    font-size: 14px;
    float: none;
    display: block;
    padding: 0 0 0 1px
}

.toolbar .pages.list-inline .pagination .item a:hover {
    background-color: #f3f3f3
}

.toolbar .pages.list-inline .pagination .item.pages-item-next a.next span,
.toolbar .pages.list-inline .pagination .item.pages-item-previous a.previous span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.toolbar .pages.list-inline .pagination .item.pages-item-next a.next:after,
.toolbar .pages.list-inline .pagination .item.pages-item-previous a.previous:after {
    content: "\f105";
    font-family: "FontAwesome";
    display: inline-block
}

.toolbar .pages.list-inline .pagination .item.pages-item-previous a.previous:after {
    content: "\f104"
}

.toolbar .pages.list-inline .pagination .item.current a {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a
}

.toolbar .pages.list-inline .pagination li span {
    float: none !important
}
/* LOADMORE BUTTON */
.btn-loadmore {
    display: block;
    margin-top: 10px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #2a2a2a
}

.btn-loadmore span {
    position: relative;
    padding: 16px 0 16px 16px;
    display: inline-block
}

.btn-loadmore span:after,
.btn-loadmore span:before {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    position: absolute;
    content: "";
    background-color: #2a2a2a
}

.btn-loadmore span:after {
    top: 25px;
    width: 10px;
    height: 2px;
    left: 0
}

.btn-loadmore span:before {
    top: 21px;
    width: 2px;
    height: 10px;
    left: 4px
}

.btn-loadmore:hover span:after,
.btn-loadmore:focus span:after,
.btn-loadmore:hover span:before,
.btn-loadmore:focus span:before {
    background-color: #000
}

.btn-loadmore .fa {
    display: none;
}

.btn-loadmore.loading .fa {
    display: inline-block;
}

.btn-loadmore.loading span {
    padding-left: 10px;
}

.btn-loadmore.loading span:after,
.btn-loadmore.loading span:before {
    content: none;
}
/* REVOLUTION SLIDER */
.tp-bullets {
    display: table;
}
.tp-bullets .bullet {
    float: left;
    cursor: pointer;
    border: 1px solid rgba(18, 21, 22, 0.4);
    width: 15px;
    height: 15px;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 7.5px;
    background-color: transparent;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    cursor: pointer;
    display: block
}

.tp-bullets .bullet:after {
    content: "";
    background-color: transparent;
    width: 5px;
    height: 5px;
    left: 50%;
    top: 50%;
    margin: -2.5px 0 0 -2.5px;
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%
}

.tp-bullets .bullet.selected:after,
.tp-bullets .bullet:hover:after {
    background-color: #0d0d0d
}
.revolution-slider-container .tparrows.tp-rightarrow,
.revolution-slider-container .tparrows.tp-leftarrow {
    background-image: none !important;
    width: 50px;
    height: 50px;
    top: 50%;
    margin: -25px 0 0 !important;
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.7);
    color: #5f5f5f;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}
.revolution-slider-container .tparrows.tp-rightarrow:after {
    font-family: "FontAwesome";
    content: "\f105";
}
.revolution-slider-container .tparrows.tp-leftarrow:after {
    content: "\f104";
    font-family: "FontAwesome";
}
.revolution-slider-container .tparrows.tp-rightarrow:hover,
.revolution-slider-container .tparrows.tp-leftarrow:hover {
    background-color: #fff;
}

/* REVOLUTION SLIDER TEXT */
.tp-caption.slider_1_1 {
    margin-top: -200px !important;
    text-shadow: none !important;
}
.tp-caption.slider_1_2 {
    margin-top: -132px !important;
    text-shadow: none !important;
    letter-spacing: 0.1em !important;
}
.tp-caption.slider_1_3 {
    max-width: 500px;
    text-align: center;
    text-shadow: none !important;
    margin-top: -18px !important;
}
.tp-caption.action_1 {
    margin-top: 170px !important;
}
.tp-caption.action_1 .btn-default {
    background-color: transparent;
    color: #fff;
    border-color: rgba(243,243,243,0.7);
}
.tp-caption.action_1 .btn-default:hover {
    border-color: #000;
    background-color: #000;
}
.tp-caption.slider_2_2 {
    text-shadow: none !important;
    letter-spacing: 0.1em !important;
}
.tp-caption.slider_2_1 {
    margin-top: -80px !important;
    text-shadow: none !important;
    letter-spacing: 0.1em !important;
}
.tp-caption.action_2 {
    margin-top: 190px !important;
    text-shadow: none !important;
    letter-spacing: 0.1em !important;
}
.tp-caption.slider_3_2 {
    text-shadow: none !important;
    letter-spacing: 0.1em !important;
}
.tp-caption.slider_3_1 {
    margin-top: -80px !important;
    text-shadow: none !important;
    letter-spacing: 0.1em !important;
}

/* BREADCRUMB */
.breadcrumbs {
    display:none;
    background-color: #222;
    height: 40px;
}

.catalog-product-view #maincontent .breadcrumbs {
    display: block;
}

.breadcrumbs .breadcrumbs-content .breadcrumbs-title h1,
.breadcrumbs .breadcrumbs-content .breadcrumbs-title .h1 {
    color: #fff;
    font-weight: 100;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
    font-size: 20px;
}

.breadcrumbs .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    margin: 0
}

.breadcrumbs .breadcrumb > li + li:before {
    color: #9f9f9f;
    font-size: 13px;
    font-family: "FontAwesome";
    content: "\f105"
}

.breadcrumbs .breadcrumb > .active {
    color: #bbb
}

.breadcrumbs .breadcrumb a {
    color: #9f9f9f
}

.breadcrumbs .breadcrumb a:hover,
.breadcrumbs .breadcrumb a:focus,
.breadcrumbs .breadcrumb a:active {
    color: #ccc
}

.breadcrumbs .breadcrumb li.active {
    max-width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: middle
}
/* SIDEBAR */
.skills_bar small {
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
    color: #2a2a2a;
}
.progress {
    border-radius: 2px;
    box-shadow: none;
}
.progress-bar {
    background-color: #000;
    box-shadow: none;
}
.skills_bar .skill_count {
    font-size: 10px;
    font-style: italic;
}
.sidebar .list-products.owl-carousel .owl-pagination {
    margin-top: 0;
}
.sidebar .sort-item + .sort-item > .block {
    margin-top: 52px;
}
.sidebar .list-products .product-item-info .product-image {
    width: 100px;
}
.sidebar .list-products .product-item-info .product-item-details {
    width: calc(100% - 100px);
}
.catalog-block-nav .block-sub-title {
    display: none;
}
.sidebar .narrow-by-list .vertical-menu-filter li {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 50px 7px 0;
    position: relative;
}
.sidebar .narrow-by-list .vertical-menu-filter li .count:before {
    content: "(";
    display: inline-block;
}
.sidebar .narrow-by-list .vertical-menu-filter li .count:after {
    content: ")";
    display: inline-block;
}
.sidebar .narrow-by-list .vertical-menu-filter li .count {
    color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.sidebar .narrow-by-list .vertical-menu-filter li a:hover .count {
    color: inherit;
}
.sidebar .block-list.block-compare .product-item-info {
    position: relative;
    padding-right: 15px;
}
.sidebar .block-list.block-compare .product-item-info .btn-remove {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    text-align: center;
}
.sidebar .block-title .title .count {
    font-size: 75%;
}
.sidebar .block-title .title .count:before {
    content: "(";
}
.sidebar .block-title .title .count:after {
    content: ")";
}
.sidebar .narrow-by-list dd + dt {
    margin-top: 28px;
}
.sidebar .narrow-by-list dt,
.sidebar .block-layered-nav .currently .block-sub-title {
    color: #1a1a1a;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 1px;
    padding-right: 10px;
    position: relative;
}
.currently-menu-filter li {
    padding: 10px 30px 7px 0;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.currently-menu-filter li .btn-remove {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.sidebar .narrow-by-list dd > .price {
    margin-top: 22px;
}
.sidebar .narrow-by-list dt .hide-filter {
    display: none;
}
.sidebar .vertical-menu .block-content ul li {
    position: relative;
}
.sidebar .vertical-menu .block-content ul li > a {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 40px 7px 0;
}
.sidebar .vertical-menu .block-content ul li .toggle-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.sidebar .vertical-menu .block-content ul li .toggle-icon a {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
    color: #2a2a2a;
}
.sidebar .vertical-menu .block-content li > ul > li {
    padding-left: 15px;
}
.sidebar .vertical-menu .block-content ul li .toggle-icon a:after {
    content: "+";
}
.sidebar .vertical-menu .block-content ul li.active > .toggle-icon a:after {
    content: "-";
    font-size: 38px;
}

.sidebar .vertical-menu .block-content ul li.active > a {
    color: #000;
}

.sidebar .vertical-menu .block-content ul li.active > ul {
    display: block !important;
}

.recent_posts_widget.list-products .check-related {
    position: absolute;
    top: 3px;
    left: 10px;
    z-index: 1;
}
.cart-sidebar-reorder-advice-container > * {
    margin-bottom: 10px;
}
div.validation-advice {
    color: #ff0000;
    font-style: italic;
    padding-top: 5px;
    line-height: 1.4
}
/* SHOP BY BRAND */
.widget.mgs-brand .brand-items img {
    margin: 0 auto;
    max-width: 100%;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1)
}

.widget.mgs-brand .owl-item .items:after {
    content: "";
    display: table;
    clear: both;
}

.widget.mgs-brand .brand-items:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.widget.mgs-brand .owl-item {
    padding: 0 15px
}

.widget.mgs-brand .owl-item .brand-items img {
    width: auto !important
}
.brand-description {
    border: 1px solid #f0f0f0;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    margin-bottom: 40px;
    font-size: 14px
}

.shop-by-brand .brand-page-list .owl-item {
    padding: 0 15px
}

.shop-by-brand .brand-page-list .owl-item .item img {
    width: auto;
    max-width: 100%
}

.characters-filter:after {
    content: "";
    display: table;
    clear: both
}

.characters-filter li {
    float: left;
    height: 36px;
    line-height: 36px;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    width: 36px
}

.characters-filter li a {
    display: block;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px
}

.characters-filter li a:hover {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.brand-page-list .item img {
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    max-width: 100%;
    margin: 0 auto
}

.brand-page-list .item .image {
    text-align: center;
    border: 1px solid #f0f0f0;
    padding: 15px 0
}

.brand-page-list .item .brand-name {
    border: 1px solid #f0f0f0;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-top: none;
    text-align: center;
    padding: 12px 0 9px;
    background-color: #f0f0f0
}

.brand-page-list .item .brand-name h4.brand-title {
    font-size: 18px;
    color: #2a2a2a;
    margin-bottom: 5px
}

.brand-page-list .item .brand-name h4.brand-title a {
    color: #2a2a2a
}

.brand-page-list .item .brand-name h4.brand-title a:hover {
    color: #000
}

.brand-page-list .item:hover .image img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.brand-product-list .category-product-actions .toolbar.toolbar-products {
    width: 100%
}

.brand-info {
    margin-bottom: 40px
}

.brand-info > .brand-description {
    border: 1px solid #f0f0f0;
    padding: 15px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    font-size: 14px
}
/***DEV_LUUNV***/
.checkout-success .page-title h3{font-weight: 400}
.checkout-success .sub-title{font-weight: 400}
.checkout-success .page-title{
    color: #2a2a2a;
    position: relative;
    padding-bottom: 10px;
}
.checkout-success .page-title:after{
    height: 2px;
    width: 20px;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #2a2a2a;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
/* DEALS LIST */
.toolbar .option{
    padding-top: 12px;
    margin-bottom: 20px;
}
.toolbar .view-mode, .toolbar .sort-by {
    padding-right: 30px;
}
.show-top, .show-bottom{width: 100%}
.show-top .toolbar .show-bottom{display: none}
.show-bottom .toolbar .show-top{display: none}
.deal-item .product-image {
    position: relative;
}
.deals-container.deals-list .deal-item .price-box .special-price .price, .deals-container.deals-list .deal-item .price-box .regular-price .price {
    font-size: 18px;
}
.deals-container.deals-list .deal-item .price-box .old-price .price {
    font-size: 14px;
}
.deals-container.deals-list .deal-item {
    margin-bottom: 30px;
}
.deals-container.deals-list  .short-description {
    margin-bottom: 20px;
    margin-top: 20px;
}
.discount-save .save-content {
    padding-top: 14px;
    text-transform: uppercase;
}
.discount-save .percent{
    font-size: 17px;
    line-height: 17px;
}
.discount-save{
    width:75px;
    height:75px;
    position:absolute;
    top:0;
    left:0;
    background: #000;
    text-align:center;
    color:#fff;
    font-size:13px;
}
.deals-container.deals-list .deals-info .countdown li {
    color: #222;
}
.deals-info .deal-timer .countdown > li:last-child {
    margin-right: 0;
}
.deals-container.deals-list .deals-info .deal-timer .countdown > li {
    width: 83px;
    height: 106px;
    padding: 13px 0 18px;
    background-image: url(../images/bgl_time.png);
}
.deals-container.deals-list .deals-info .deal-timer .countdown > li p.number:after {
    background-color: rgba(0,0,0,0.3);
}
.deals-container.deals-list .deals-info .addcart-qty {
    width: 120px;
    height: 46px;
    text-align: center;
    margin-right: 10px;
    vertical-align: bottom;
}
.deals-container.deals-list .deal-item .price-box {
    margin-top: 10px;
}
.deals-container.deals-list .deals-info .deals-note{
    margin-bottom: 10px;
    margin-top: 10px;
}
.deals-container.deals-list .deals-info .deal-timer{
    margin-left: -9px;
    margin-right: -9px;
}
.deals-container.deals-list .deals-info .item-info {
    margin-bottom: 15px;
}
.deals-container.deals-list .deals-info .item-info .sold,
.deals-container.deals-list .deals-info .item-info .item-left {
    display: inline-block;
    margin-right: 20px;
    color: #222;
    font-weight: 500;
}
.deals-container.deals-list .deals-info .item-info .sold  span,
.deals-container.deals-list .deals-info .item-info .item-left span {
    color: #000;
}
.products-grid .deals-info .deal-timer{
    margin-left: -9px;
    margin-right: -9px;
}
.products-grid .deals-info .deals-note{
    margin-bottom: 10px;
}
.products-grid .deals-info {
    padding: 10px 0;
    text-align: left;
}
.products-grid .deals-info .deal-timer .countdown {
    text-align: center;
    padding: 20px 0;
}
.products-grid .deals-info .deal-timer .countdown > li {
    width: 55px;
    height: 80px;
    padding: 13px 0 14px;
    margin-right: 10px;
}
.products-grid .deals-info .deal-timer .countdown > li .number {
    font-size: 15px;
}
.products-grid .deals-info .deal-timer .countdown > li .text {
    font-size: 13px;
}
/* HOME 10*/
.quickview-index-show.catalog-product-view .product-view-detail .add-to-links{
    display: none;
}
.header .minicart-wrapper:hover .action.showcart{
    color: #E2001A;
}
.promo-banner .text{
    width: 100%;
}
.banner-home10 {
    text-align: center;
    letter-spacing: 0.16em;
}
.banner-home10 .playfair {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.banner-home10 span {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.2em;
}
.banner-home14 {
    letter-spacing: 0.16em;
}
.banner-home14 .playfair {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.banner-home14 span {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.2em;
}
.title-v9 .content-heading {
    text-align: center;
    margin-bottom: 45px;
}
.title-v9 .products-grid {
    margin-top:-10px;
}
.title-v9 .content-heading .title {
    font-size: 28px;
    margin-bottom: 8px;
}
.title-v9 .content-heading .block-note {
    display: block;
    margin-bottom: 6px;
}
.title-v9 .nav-tabs {
    text-align: center;
    margin-bottom: 50px;
    margin-top: -10px;
}
.container-fluid .title-v9 .nav-tabs {
    margin-bottom: 60px;
}
.title-v9 #product_tabs .tab-content{
    border: 0;
    padding: 0;
}
.title-v9 #product_tabs .nav-tabs{
    border: none;
}
.title-v9 #product_tabs .nav-tabs > li+li{
    margin-left: 25px
}
.title-v9 #product_tabs .nav-tabs > li{
    float: none;
    display:inline-block;
}
.title-v9 #product_tabs .nav-tabs > li > a{
    border: 1px solid #eaeaea;
    font-size: 15px;
    font-weight: 400;
    color: #434343;
    margin: 0;
    border-radius: 0;
    line-height: inherit;
    background-color: transparent;
    padding: 7px 19px;
}
.title-v9 #product_tabs .nav-tabs >li.active a,
.title-v9 #product_tabs .nav-tabs >li:hover a,
.title-v9 #product_tabs .nav-tabs >li:focus a{
    background-color: #171717;
    color: #fff;
    border: 1px solid #171717;
}
#product_tabs .tab-content{
    border: 1px solid #ececec;
    padding: 30px 25px;
}
#product_tabs .nav-tabs{
    border: none;
}
#product_tabs .nav-tabs > li{
    float: left;
    display:inline-block;
}
#product_tabs .nav-tabs > li > a{
    font-size: 15px;
    font-weight: 400;
    color: #434343;
    margin: 0;
    border-radius: 0;
    line-height: inherit;
    background-color: transparent;
    padding: 8px 19px;
}
#product_tabs .nav-tabs >li.active a,
#product_tabs .nav-tabs >li:hover a,
#product_tabs .nav-tabs >li:focus a{
    background-color: #5e5e5e;
    color: #fff;
}

.header-links .top-cart{
    display: table-cell;
}
.header-links .login-custom-link{
    display: table-cell;
}
.header-links{
    position: absolute;
    top: -95px;
    right: 0;
    display: table;
}
/* HOME 9*/
ul.border-not-full.service-block {
    padding-top: 13px;
    padding-bottom: 14px;
}
ul.border-not-full.service-block li {
    padding-top: 0;
    padding-bottom: 0;
}
.no-border .testimonial-list-block.boxed_border{
    border: 0;
    padding: 45px 0 18px 0;
}
.banner-full.home9{
    padding: 140px 0;
}
/* HOME 6*/
.title-v7 .content-heading .title {
    color: #1a1a1a;
    font-weight: 500;
    font-size: 16px;
    background: #fff;
    padding: 15px;
    display: inline-block;
}
.title-v7 .content-heading::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #2a2a2a;
    position: absolute;
    bottom: 22px;
    z-index: -1;
    left: 0;
}
.title-v7 .content-heading{
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.image80 .list-products .product-item-info .product-item-details{
    width: calc(100% - 80px);
}
.image80 .list-products .product-item-info .product-image{
    width: 80px;
}
.categories-slider.version-2  .category-item::after {
    display: none;
}
.categories-slider.version-2  .category-item .category-info {
    border: 1px solid #fff;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 77%;
    width: 100%;
    text-align: center;
    z-index: 2;
    padding: 12px;
    line-height: 20px;
    max-width: 100%;
}
.categories-slider.version-2  .category-item .category-info a {
    display: block;
    color: #2a2a2a;
    font-size: 16px;
}
.categories-slider.version-2  .category-item .category-info .count {
    color: #a6a6a6;
}
.promo-banner .text{top:0}
.bg-deal{
    position: absolute !important;
    bottom: 30px;
    width: 50%;
}
.bg-deal>div{
    background-color: #212542;
}
.bg-deal img{
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.deal-v3 .deal-products-one-item{
    background-color: #212542;
    padding-top: 54px;
}
.deal-v3 .deal-products-one-item .deals-note {
    color: #fff;
}
.deal-v3 .deal-products-one-item .deals-action {
    display: none;
}
.deal-v3 .deal-products-one-item .border-banner .playfair {
    font-size: 24px;
    color: #fff;
    line-height: 37px;
    letter-spacing: 0.06em;
}
.deal-v3 .deal-timer .countdown > span {
    position: relative;
}
.deal-v3 .deal-timer .countdown > span + span::before {
    content: ":";
    display: block;
    color: #a6a6a6;
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.deal-v3 .deal-timer .countdown > span b {
    background-color: transparent;
    color: #fff;
    border: 1px solid #a6a6a6;
}
.deal-v3 .border-banner .text {
    padding: 0;
    display: block;
    width: 100%;
}
.deal-v3 .border-banner .images {
    margin-top: 15px;
    display: block;
    width: 100%;
}
.deal-v3 .border-banner:after {
    display: none;
}
.newsletter-home.columns-2 h3 {
    font-size: 28px;
}
.newsletter-home.columns-2 .block.newsletter.newsletter-home-page {
    width: 400px;
    margin: 0 auto;
    position: relative;
    padding-top: 10px;
    float: right;
}
.newsletter-home.columns-2 .block.newsletter.newsletter-home-page .actions {
    top: 10px;
}
/* HOME 7 */
.products.tab-content{
    overflow: visible;
}
.banner-sidebar .promo-banner .text-hover > * {
    white-space: nowrap;
}
.banner-sidebar .promo-banner .text-hover > .playfair {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding-bottom: 9px;
    margin-bottom: 4px;
}
.banner-sidebar .promo-banner .text-hover > .playfair:after {
    width: 20px;
    height: 2px;
    background-color: #fff;
    margin-left: -10px;
    left: 50%;
    top: 100%;
    position: absolute;
    content: "";
}
.banner-sidebar .promo-banner .text-hover h6 {
    margin-bottom: 0;
    line-height: 1;
}
.banner-sidebar .promo-banner .text-hover div > strong {
    font-size: 36px;
}

.banner-sidebar .promo-banner > a > img {
    min-width: 0;
}
.banner-sidebar .promo-banner:hover img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.flashed:hover .promo-banner:after {
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,63deg) translate3d(0,365%,0);
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,63deg) translate3d(0,365%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,63deg) translate3d(0,365%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,63deg) translate3d(0,365%,0);
}
.flashed .promo-banner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 100px;
    background: rgba(255,255,255,0.5);
    content: '';
    transition: transform .8s;
    -webkit-transition: transform .8s;
    -moz-transition: transform .8s;
    -o-transition: transform .8s;
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,60deg) translate3d(0,-90%,0);
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,60deg) translate3d(0,-90%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,60deg) translate3d(0,-90%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,60deg) translate3d(0,-90%,0);
}
.title-v8.navigation-top .in-sidebar.testimonial-list-block .owl-carousel .owl-buttons{
    right: 0;
}
.in-sidebar .testimonial-content.has-image .author-info{
    clear: both;
    display: inline-block;
    margin-left: 20px;
    margin-top: 17px;
}
.in-sidebar .testimonial-content.has-image .author-thumbnail{
    width: 70px;
}
.in-sidebar.testimonial-list-block .owl-carousel .owl-item{
    padding: 0;
}
.in-sidebar .testimonial-content.has-image .content blockquote:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid #f8f8f8;
    position: absolute;
    bottom: -25px;
    left: 45px;
}
.in-sidebar .testimonial-content.has-image .content blockquote {
    position: relative;
    background: #f8f8f8;
    padding: 20px;
    font-style: italic;

}
.in-sidebar .testimonial-content.has-image .content{
    width: 100%;
    padding-left: 0;
}
.title-v8 .content-heading {
    border-bottom: 1px solid #f0f0f0;
}
.title-v8 .content-heading .title {
    font-size: 18px;
    font-weight: 300;
}
.title-v8 .content-heading .block-note,
.title-v8 .content-heading .title {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 15px;
}
.title-v8 .content-heading .block-note {
    padding-left: 15px;
    width: 1%;
    white-space: nowrap;
}
.title-v8 .content-heading a {
    font-size: 14px;
    color: #bbbbbb;
}
.title-v8 .content-heading a .fa {
    margin-left: 8px;
}
.title-v8 .content-heading a:hover {
    color: #000;
}
.title-v8.navigation-top .owl-carousel .owl-buttons{
    top:-68px;
}
.left-categories .vertical-menu .block-content > ul > li .levellevel-top li:hover > ul,
.left-categories .vertical-menu .block-content > ul > li:hover .levellevel-top{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.left-categories .vertical-menu .block-content > ul > li .levellevel-top li > ul,
.left-categories .vertical-menu .block-content > ul > li .levellevel-top{
    display: block !important;
    position: absolute;
    top: -1px;
    visibility: hidden;
    opacity: 0;
    left: 100%;
    z-index: 1000;
    background: #fff;
    width: 100%;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
}
.left-categories .vertical-menu .toggle-icon a{padding: 0}
.left-categories .vertical-menu .toggle-icon{
    position: absolute;
    top: 8px;
    right: 10px;
}
.left-categories .vertical-menu .toggle-icon:after{
    float: right;
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 18px;
    margin-right: 12px;
}
.left-categories .vertical-menu .block-title h4 {
    color: #fff;
    font-size: 18px;
    float: left;
    background: #2a2a2a;
    display: block;
    padding: 15px;
    width: 100%;
}
.left-categories .vertical-menu .block-title h4:before {
    color: #fff;
    float: left;
    font-family: "FontAwesome";
    content: "\f039";
    font-size: 18px;
    margin-right: 12px;
}
.left-categories .vertical-menu .block-content{
    clear:both;
}
.left-categories .vertical-menu .block-content > ul > li{
}
.left-categories .vertical-menu li:hover > a,
.left-categories .vertical-menu li:hover > a:after {
    color: #2a2a2a;
}
.left-categories .vertical-menu li {
    border: 1px solid #f3f3f3;
    border-top: 0;
    position: relative;
}
.left-categories .vertical-menu li a {
    font-size: 13px;
    padding: 11.2px 20px;
    width: 100%;
    display: block;
}
.text-full .promo-banner .text {
    width: 100%;
    letter-spacing: 0.2em;
}
.text-full .playfair {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 700;
}
.text-full h3 {
    font-size: 18px;

}
/* HOME 7 */
.deal-v3.deal-sidebar{
    padding-bottom: 180px;
}
.bg-deal-v2{
    position: absolute !important;
    top: 0;
    width:100%;
}
.border-not-full ul.service-block{
    padding-top: 13px;
    padding-bottom: 14px;
}
.border-not-full ul.service-block li{
    padding-top:0;
    padding-bottom:0;
}
.no-read-more .blog-grid-block .post-item-detail {
    border: 0;
    padding: 18px 0 0 0;
}
.no-read-more .blog-grid-block .post-item-detail .title a {
    color: #2a2a2a;
    font-size: 16px;
}
.no-read-more .blog-grid-block .post-item-detail .title a:hover {
    color: #000;
}
.no-read-more .blog-grid-block .post-item-detail .post-read-more {
    display: none;
}
.no-read-more .blog-grid-block .post-item-detail .post-info {
    margin-bottom: 5px;
}
.category-top.title-v8.navigation-top .owl-carousel .owl-buttons{
    top:-3px;
    right:0;
}
.category-top .categories-product-tab .owl-carousel{
    position: static;
}
.category-top .categories-product-tab {
    position: relative;
}
.category-top .category-product-item .tab-menu {
    position: absolute;
    top: 6px;
    right: 45px;
    margin-bottom: 0;
    border-bottom: 0;
}
.category-top .category-product-item .tab-menu > li + li {
    margin-left: 0;
    border-left: 1px solid #ddd;
}
.category-top .category-product-item .tab-menu li.active > a {
    background: none;
    color: #000;
    border: 0;
}
.category-top .category-product-item .tab-menu li a {
    font-size: 14px;
    background: none;
    border: 0;
    padding: 0px 15px;
    line-height: 10px;
}
.category-top .category-product-item .tab-menu li a:hover {
    background: none;
    color: #000;
    border: 0;
}
/* HOME 8 */
.products-grid .product-item-info .product-top .product-image img{
    min-width: 100%;
}
.home8 .products-grid .product-item-info{
    margin-bottom: 6.85%;
}
.home8 .products-grid .product-item-info .product-item-name a{
    color: #fff;
    font-size: 18px;
}
.home8 .products-grid .product-item-info .product-item-name a:hover {
    color: #000;
}
.home8 .products-grid .product-item-info .ratings .rating-box > .rating:before {
    color: #fff;
}
.home8 .products-grid .product-item-info .price-box .price {
    color: #fff;
    font-size: 16px;
}
.home8 .special-product .products-grid .product-item-info{
    position: relative;
}
.home8 .products-grid .product-item-info .product-item-details .price-box{
    width: 100%;
    text-align: center;
}
.home8 .products-grid .product-item-info .product-item-details .ratings .rating-box{
    margin: 0 auto;
}
.home8 .products-grid .product-item-info .product-item-details {
    padding-top: 0;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    opacity: 0;
    transform: translateY(-66%);
    -webkit-transform: translateY(-66%);
    -moz-transform: translateY(-66%);
    -o-transform: translateY(-66%);
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
.home8 .products-grid .product-item-info:hover .product-item-details {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    opacity: 1;
}
/* HEADER 5 */
.header.header5 .minicart-wrapper a:hover{
    color: #000;
}
.breadcrumbs.breadcrumbs-no-bg {
    background: none;
}
.breadcrumbs.breadcrumbs-no-bg .breadcrumbs-content {
    border-bottom: 1px solid #f1f1f1;
}
.header.active-sticky.header5 .middle-content .logo {
    padding: 15px 0;
}
.header.active-sticky.header5 .middle-content {
    padding: 0;
}
.header.active-sticky.header5 .middle-header-right-content .action.showcart:after {
    display: none;
}
.header.header5 .middle-content {
    padding-top: 7px;
    padding-bottom: 60px;
    position: relative;
}
.header.header5 .middle-content .logo {
    padding: 32px 0;
}
.header.header5 .middle-content .middle-header-right-content .content {
    display: table;
    float: right;
    height: 100%;
}
.header.header5 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart:hover {color: #000;}
.header.header5 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart {
    padding-left: 25px;
}
.header.header5 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart:after {
    left: 12px;
    height: 11px;
}
.header.header5 .minicart-wrapper:before {
    content: none;
}
.header.header5 .minicart-wrapper .action.showcart > .counter.qty {
    color: #000;
}
.header.header5 .minicart-wrapper .action.showcart:before {
    font-size: 15px;
    content: '\f07a';
}
.header.header5 .login-custom-link,
.header.header5 .minicart-wrapper {
    display: table-cell !important;
    vertical-align: middle;
    text-align: right;
}
.header.header5 .login-custom-link {
    padding-left: 23px;
    position: relative;
}
.header.header5 .search-form {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.header.header5 .search-form .actions-search {
    display: none;
}
.header.header5 .search-form .form-search .button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    background: none;
    border: none;
    padding: 0 20px;
}
.header.header5 .search-form .form-search ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #a7a7a7;
}
.header.header5 .search-form .form-search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a7a7a7;
    opacity: 1;
}
.header.header5 .search-form .form-search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a7a7a7;
    opacity: 1;
}
.header.header5 .search-form .form-search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a7a7a7;
}
.header.header5 .search-form .form-search ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a7a7a7;
}
.header.header5 .search-form .form-search .input-text {
    height: 50px;
    box-shadow: none;
    font-size: 15px;
    color: #888;
    padding-left: 220px;
    border-color: #2a2a2a;
}
.header.header5 .search-form .form-search .search-select {
    display: block;
}
.header.header5 .search-form .form-search .search-toggle {
    position: absolute;
    height: 50px;
    background: none;
    border: none;
    padding: 0 12px 0 20px;
    font-size: 15px;
    color: #888;
    width: 202px;
    text-align: left;
}
.header.header5 .search-form .form-search .search-toggle .fa {
    float: right;
    margin-top: 6px;
}
.header.header5 .search-form .form-search .search-toggle:after {
    width: 1px;
    height: 13px;
    background-color: #e7e7e7;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6.5px;
    content: "";
}
.header.header5 .search-form .search-select .dropdown-menu {
    width: unset;
    margin-top: 50px !important;
    z-index: 50;
}
.header.header5 .search-form.select-search .form.minisearch {
    display: table;
    width: 100%;
}
.header.header5 .navigation .nav-main-menu li.mega-menu-fullwidth > .dropdown-menu{
    margin-top: -60px;
}
/* HEADER 7 */
.top-header-content ul.social-link {
    margin-top: 0;
    float: right;
}
.top-header-content ul.social-link li {
    margin-left: 20px;
    float: left;
}
.top-header-content ul.social-link li a {
    color: #fff;
    display: block;
    line-height: 42px;
    height: 42px;
    text-align: center;
}
.top-header-content ul.social-link li a:hover {
    color: #000;
}
.header.header7 .minicart-wrapper .action.showcart > .counter.qty{
    color:#000;
}
.header.header7 {
    border-bottom: 1px solid #efefef
}

.header.header7 .middle-header-content {
    text-align: center;
    padding-top: 68px;
    padding-bottom: 68px
}

.header.header7 .search-form .form-search {
    background-color: #fff;
}

.header.header7 .search-form .form-search .input-text {
    font-size: 18px;
    color: #a7a7a7;
    height: 74px;
    text-align: center;
    border: none;
    box-shadow: none
}

.header.header7 .search-form .actions-search {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 100
}

.header.header7 .search-form .search-select {
    display: table-cell;
    vertical-align: middle;
    width: 1%
}

.header.header7 .search-form .search-select + .input-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    text-align: left
}

.header.header7 .search-form .search-select .search-toggle {
    font-size: 18px;
    color: #a7a7a7;
    background: none;
    border: none;
    box-shadow: none;
    color: #272727;
    padding-right: 30px;
    white-space: nowrap;
    height: 74px;
    position: relative
}

.header.header7 .search-form .search-select .search-toggle:after {
    width: 1px;
    height: 13px;
    background-color: #e7e7e7;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6.5px;
    content: ""
}

.header.header7 .search-form .search-select .search-toggle .fa {
    margin-left: 15px
}

.header.header7 .search-form.select-search .form.minisearch {
    display: table;
    width: 100%
}
.header.header7 .minicart-wrapper{
    padding: 3px 0;
}
.header.header7 .minicart-wrapper:before{
    background-color: #ddd;
    top: 11px;
}
.header.header7 .minicart-wrapper .action.showcart{
    font-size: 15px;
}
.header.header7 .minicart-wrapper .action.showcart:before{
    font-size: 15px;
    line-height: 24px;
}
.header.header7 .login-custom-link a:hover, .header.header7 .minicart-wrapper .action.showcart:hover {
    color: #000;
}
.header.header7 .login-custom-link a, .header.header7 .minicart-wrapper .action.showcart{
    color: #2a2a2a;
}
.header.header7 .login-custom-link .fa{
    margin-right: 4px;
}
.header.header7 .login-custom-link {
    vertical-align: top;
    padding: 3px 0;
    font-size: 15px;
}
.header.header7 .menu-content {
    position: relative;
    padding: 0 100px
}
.header.header7 .search-form > .form-search .button {
    background: none;
    border: medium none;
    box-shadow: none;
    color: #2a2a2a;
    display: block;
    font-size: 14px;
    height: 27px;
    position: absolute;
    right: 0;
    text-align: right;
    bottom: 3px;
    width: 20px
}
.header.header7 .search-form > .form-search .button:hover {
    color: #000
}
.header.header7 .search-form {
    max-width: 250px;
}
.header.header7 .search-form > .actions-search {
    display: none
}
.header.header7 .search-form > .form-search {
    position: relative
}
.header.header7 .search-form > .form-search .input-text {
    font-size: 13px;
    color: #2a2a2a;
    height: 27px;
    border: none;
    box-shadow: none;
    padding: 0 20px 0 0;
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
}
.header.header7 .search-form .search-select .search-toggle {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    width: 100%;
    text-align: left;
    padding-left: 0;
    background: none;
    border: none;
    box-shadow: none;
    border-top: 1px solid #f0f0f0;
    color: #717171;
    padding-top: 9px;
    margin-bottom: 9px
}
.header.header7 .search-form .search-select .search-toggle .fa {
    float: right;
    font-size: 14px
}
.header.header7 .search-form .search-select .search-toggle .fa:before {
    content: "\f105"
}
.header.header7 .search-form .search-select .dropdown-menu {
    left: 100%;
    top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-left: 40px;
    min-width: 250px
}
.header.header7 .search-form.select-search > .form-search .input-text {
    padding-bottom: 11px
}
.header.header7 .search-form.select-search > .form-search .button {
    bottom: 9px
}
/* HEADER 6 */
.header.header6 .navigation .nav-main-menu li.mega-menu-fullwidth > .dropdown-menu{
    margin-top: -60px;
}
.header.header6{
    background: linear-gradient(360deg, #2a2a2a 33.2236%, transparent 0);
}
.header.header6 .minicart-wrapper a:hover{
    color: #000;
}
.header.active-sticky.header6 .middle-content .logo {
    padding: 15px 0;
}
.header.active-sticky.header6 .middle-content {
    padding: 0;
}
.header.active-sticky.header6 .middle-header-right-content .action.showcart:after {
    display: none;
}
.header.header6 .middle-content {
    padding-top: 7px;
    padding-bottom: 60px;
    position: relative;
}
.header.header6 .middle-content .logo {
    padding: 32px 0;
}
.header.header6 .middle-content .middle-header-right-content .content {
    display: table;
    float: right;
    height: 100%;
}
.header.header6 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart:hover {color: #000;}
.header.header6 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart {
    padding-left: 25px;
}
.header.header6 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart:after {
    left: 12px;
    height: 11px;
}
.header.header6 .minicart-wrapper:before {
    content: none;
}
.header.header6 .minicart-wrapper .action.showcart > .counter.qty {
    color: #000;
}
.header.header6 .minicart-wrapper .action.showcart:before {
    font-size: 15px;
    content: '\f07a';
}
.header.header6 .login-custom-link,
.header.header6 .minicart-wrapper {
    display: table-cell !important;
    vertical-align: middle;
    text-align: right;
}
.header.header6 .login-custom-link {
    padding-left: 23px;
    position: relative;
}
.header.header6 .search-form {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.header.header6 .search-form .actions-search {
    display: none;
}
.header.header6 .search-form .form-search .button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    background: none;
    border: none;
    padding: 0 20px;
}
.header.header6 .search-form .form-search ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #a7a7a7;
}
.header.header6 .search-form .form-search :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a7a7a7;
    opacity: 1;
}
.header.header6 .search-form .form-search ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a7a7a7;
    opacity: 1;
}
.header.header6 .search-form .form-search :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a7a7a7;
}
.header.header6 .search-form .form-search ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a7a7a7;
}
.header.header6 .search-form .form-search .input-text {
    height: 50px;
    box-shadow: none;
    font-size: 15px;
    color: #888;
    padding-left: 220px;
    border-color: #2a2a2a;
}
.header.header6 .search-form .form-search .search-select {
    display: block;
}
.header.header6 .search-form .form-search .search-toggle {
    position: absolute;
    height: 50px;
    background: none;
    border: none;
    padding: 0 12px 0 20px;
    font-size: 15px;
    color: #2a2a2a;
    width: 202px;
    text-align: left;
}
.header.header6 .search-form .form-search .search-toggle .fa {
    float: right;
    margin-top: 6px;
}
.header.header6 .search-form .form-search .search-toggle:after {
    width: 1px;
    height: 13px;
    background-color: #e7e7e7;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6.5px;
    content: "";
}
.header.header6 .search-form .search-select .dropdown-menu {
    width: unset;
    margin-top: 50px !important;
    z-index: 50;
}
.header.header6 .search-form.select-search .form.minisearch {
    display: table;
    width: 100%;
}
/* FOOTER 7 */
.footer.footer7 a {
    color: #898989;
}
.footer.footer7 a:hover {
    color: #000;
}
.footer.footer7 .tag-cloud li {
    margin: 7px 13px 7px 0;
}
.footer.footer7 .tag-cloud li a {
    border-color: #eaeaea;
}
.footer.footer7 .tag-cloud li a:hover {
    color: #fff;
    border-color: #000;
}
.footer.footer7 .middle-footer {
    padding-bottom: 52px;
    padding-top: 74px;
    background: #fcfcfc;
    border-top: 1px solid #f1f1f1;
}
.footer.footer7 .middle-footer ul.list-icon li .fa {
    color: #898989;
}
.footer.footer7 .middle-footer h4 {
    color: #2a2a2a;
}
.footer.footer7 .bottom-footer {
    padding-top: 30px;
    border-top: 1px solid #f1f1f1;
    background-color: #fff;
}
.footer.footer7 .bottom-footer ul.social-link {
    margin-top: -4px;
}
.footer.footer7 .bottom-footer ul.social-link li {
    margin: 0 5px;
}
.footer.footer7 .bottom-footer ul.social-link li a {
    color: #fff;
    background: #b6b6b6;
    display: block;
    line-height: 32px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.footer.footer7 span.text-colour-white{
    color: #000;
}
.footer.footer7 .bottom-footer ul.social-link li a:hover {
    background: #000;
}
/**/
.title-cms {
    margin-bottom: 41px;
    text-align: center;
}
.title-cms .title {
    color: #1a1a1a;
    font-size: 24px;
    margin: 0;
    font-weight: 300;
    padding-bottom: 16px;
    position: relative;
    display: block;
}
.title-cms .title:after {
    background-color: #2a2a2a;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 100%;
    width: 20px;
}
/*Profile*/
.profile-grid .social-links ul{
    list-style:none;
    display: table;
    margin: 0 auto;
}
.profile-grid .social-links ul li a{color:#dadada}
.profile-grid .social-links ul li a:hover{color:#000}
.profile-grid .social-links ul li{
    display: table-cell;
    font-size: 16px;
    padding: 0 11px;
    vertical-align: middle;
}
.profile-grid  .profile-name:hover{
    color: #000;
}
.profile-grid  .profile-name{
    color: #2a2a2a;
    display: block;
    font-size: 14px;
    padding-top: 20px;
}
/*Contact us*/
.contact_map{position:relative}
.contact_map .contact_info h6{
    color:#333;
    margin-bottom:20px;
    font-weight:500;
}
.contact_map .contact_info .fa{
    font-size:18px;
    padding-right:12px;
}
.contact_map .contact_info td,
.contact_map .contact_info th{
    padding-bottom:8px;
}
.contact_map .contact_info{
    background:#fff;
    padding:40px;
    position:absolute;
    left:45px;
    top:50%;
    z-index:10;
    transform: translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding-right:70px;
    padding-bottom:20px;
}
.contact_form .label, label{margin-bottom:4px}
.contact_form .btn{
    margin-right:15px;
    margin-top:20px;
}
.contact_form .field{
    padding-bottom: 14px;
}
.contact_form textarea.comment{height:180px}
.contact_form{
    margin-top:36px;
}
/*Blog*/
.sidebar .block .block-title .title:after {
    height: 2px;
    width: 20px;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #2a2a2a;
    left: 0;
}
.sidebar .block .block-title .title {
    font-size: 20px;
    font-weight: 300;
    color: #1a1a1a;
    position: relative;
    display: block;
    margin-bottom: 23px;
    padding: 0 0 8px;
    line-height: 1.7;
}
.tag-cloud:after {
    content: "";
    display: table;
    clear: both;
}
.tag-cloud li {
    float: left;
    margin: 7px 13px 8px 0;
}
.tag-cloud li a {
    display: block;
    border: 1px solid #8e8e8e;
    color: #8e8e8e;
    padding: 3px 11px 4px;
    background-color: transparent;
}
.tag-cloud li a:hover,
.tag-cloud li a:active,
.tag-cloud li a:focus {
    border-color: #000;
    background-color: #000;
    color: #fff;
}
.blog-index-list .toolbar .show-bottom{width:100%}
.blog-cat-view .toolbar .show-bottom{width:100%}
.blog-index-list .toolbar .show-top{display:none}
.blog-cat-view .toolbar .show-top{display:none}
/*Blog detail*/
.post-item-info .post-image {
    position: relative;
}
.post-item-info .post-image .date-desc {
    font-weight: 700;
    font-size: 12px;
    min-width: 50px;
    text-align: center;
    padding: 8px 0;
    background-color: rgba(42, 42, 42, 0.6);
    position: absolute;
    top: 20px;
    left: 0;
    color: #ffffff;
}
.post-item-info .post-image .date-desc span {
    display: block;
    line-height: 1;
}
.post-item-info .post-image .date-desc span.date {
    font-size: 14px;
    padding-bottom: 3px;
    position: relative;
    margin-bottom: 5px;
}
.post-item-info .post-image .date-desc span.date:after {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background-color: #cecece;
    opacity: 0.7;
    margin-left: -7px;
    position: absolute;
    top: 100%;
    left: 50%;
}
.post-item-info .post-info {
    padding: 16px 0 10px;
    border-bottom: 1px dotted #d8d8d8;
    color: #a1a1a1;
}
.post-item-info .post-info a {
    color: #a1a1a1;
}
.post-item-info .post-info a:hover {
    color: #000;
}
.post-item-info .post-info > div {
    display: inline-block;
    margin-right: 26px;
}
.post-item-info .post-info > div .fa {
    margin-right: 10px;
    color: #8a8a8a;
}
.post-tags a:not(:last-child):after {
    content: ',';
}
.post-item-info  .post-content {
    margin-top: 30px;
    margin-bottom:60px;
}
.post-item-info .post-short-description {
    margin-bottom: 25px;
}
.post-item-info .post-short-description > *:last-child {
    margin-bottom: 0 !important;
    margin-top:15px;
}
.post-item-info .post-link .btn,
.post-item-info .post-link .modal-popup.confirm .mfp-container .modal-footer .action-secondary {
    padding: 10px 32px;
    min-width: 127px;
    text-align: center;
    color: #2a2a2a;
}
.post-item-info .post-link .btn:hover,
.post-item-info .post-link .modal-popup.confirm .mfp-container .modal-footer .action-secondary:hover {
    color: #fff;
}
.post-item-info .post-title {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 300;
    margin-top: 27px;
    margin-bottom: 16px;
}
.post-item-info .post-title a {
    color: #1a1a1a;
}
.post-item-info .post-title a:hover {
    color: #000;
}
.postBookmarks img{vertical-align:top}
.postBookmarks b{
    margin-bottom:6px;
    font-size:13px;
    color:#333;
    text-transform:uppercase;
    margin-right: 20px;
}
.post-comments .fieldset .field:not(.choice){margin-bottom:15px;}
.post-comments {
    margin-top: 65px;
    margin-bottom: 35px;
}
.post-comments .title-comment-content {
    font-size: 17px;
    color: #2a2a2a;
    overflow: hidden;
    margin-bottom: 25px;
}
.post-comments .title-comment-content span {
    font-size: 14px;
    position: relative;
    color: #c9c9c9;
}
.post-comments .title-comment-content span:after {
    content: "";
    width: 10000px;
    height: 1px;
    background: #f0f0f0;
    position: absolute;
    bottom: 2px;
    left: 100%;
}
.post-comments .item {
    padding: 18px 28px 16px;
    background: #f8f8f8;
    margin-bottom: 28px;
    color: #8e8e8e;
}
.post-comments .item .info {
    margin-bottom: 7px;
    color: #2a2a2a;
    font-size: 14px;
}
.post-comments .item .info .name:hover {color:#000}
.post-comments .item .info .name {
    margin-right: 25px;
    color:#333;
}
.post-comments .item:last-child {
    margin-bottom: 0px;
}
.post-comments .comment-list {margin-bottom:50px}
.post-comments .title {
    font-size: 17px;
    color: #2a2a2a;
    margin-bottom: 2px;
    display: block;
}
.post-comments .sub-title {
    font-size: 14px;
    color: #8b8b8b;
    margin-bottom: 14px;
}
.post-actions {
    display: table;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-top: 32px;
}
.post-actions .action {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
    padding: 23px 15px;
    font-size: 15px;
}
.post-actions .action a:after {
    content: "\f0d9";
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 21px;
}
.post-actions .action.next-action {
    text-align: right;
    padding-right: 15px;
}
.post-actions .action.next-action a:after {
    content: "\f0da";
    left: auto;
    right: 0;
}
.form.post-comment {
    max-width: 570px;
}
.blog-post-comment-list-toolbar {
    width: 0px;
    height: 0px;
    overflow: hidden;
    margin: 0 !important;
}

.blog-load-more-comment {
    margin-top:20px;
}
.blog-load-more-comment a.loading-style {
    animation: fadeIn 1s infinite alternate;
}
.fieldset .field:not(.choice) label em{
    color:#000;
}
.sidebar .block+.block{
    margin-top:52px;
}
.blog-index-list .pager-setting{display:none}
/*Portfolio*/
.portfolio-category-list{overflow: visible}
.tabs_categories_porfolio {
    display: table;
    margin: 0 auto 40px;
}
.tabs_categories_porfolio li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px 10px;
}
.tabs_categories_porfolio li a.button {
    font-size: 14px;
    color: #8e8e8e;
    background-color: transparent;
    border: 1px solid #eaeaea;
    padding: 9px 23px 8px;
}
.tabs_categories_porfolio li a.button:hover,
.tabs_categories_porfolio li a.button.is-checked {
    background-color: #171717;
    color: #fff;
}
.portfolio-category-view .footer {
    margin-top: 25px;
}
.portfolio-grid .item {
    margin-bottom: 37px;
}
.portfolio-grid .item .portfolio-top-content {
    position: relative;
}
.portfolio-grid .item .portfolio-top-content:after {
    content: "";
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    z-index: 1;
}
.portfolio-grid .item .portfolio-top-content .actions {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 100%;
    z-index: 2;
}
.portfolio-grid .item .portfolio-top-content .actions a {
    background: #2a2a2a;
    color: #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    margin: 7px;
}
.portfolio-grid .item .portfolio-top-content .actions a:hover {
    background-color: #000;
    color: #fff;
}
.portfolio-grid .item .portfolio-top-content .actions a .fa {
    line-height: 40px;
    font-size: 14px;
}
.portfolio-grid .item:hover .portfolio-top-content:after {
    opacity: 0.8;
    visibility: visible;
}
.portfolio-grid .item:hover .portfolio-top-content .actions a {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}
.portfolio-grid .item .portfolio-bottom-content {
    padding: 18px 15px 0;
}
.portfolio-grid .item .portfolio-bottom-content .title {
    font-size: 17px;
    color: #2a2a2a;
}
.portfolio-grid .item .portfolio-bottom-content .title:hover {
    color: #000;
}
.portfolio-grid .item .portfolio-bottom-content .category-link {
    margin-bottom: 4px;
}
.portfolio-grid .item .portfolio-bottom-content .category-link a {
    font-size: 13px;
    color: #9a9a9a;
}
.portfolio-grid .item .portfolio-bottom-content .category-link a:hover {
    color: #000;
}
.portfolio-grid.portfolio-carousel .owl-item {
    padding: 0 15px;
}
.portfolio-grid.portfolio-carousel.one-row .item {
    margin-bottom: 0;
}
.portfolio_galley_carousel {
    margin-bottom: 46px;
}
.portfolio_galley_carousel.owl-carousel .owl-nav > div {
    background-color: #9c9c9e;
    border-color: #9c9c9e;
    color: #ffffff;
}
.portfolio_galley_carousel.owl-carousel .owl-nav > div:hover {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}
.portfolio_galley_carousel.owl-carousel .owl-nav > div.owl-next {
    right: 20px;
}
.portfolio_galley_carousel.owl-carousel .owl-nav > div.owl-prev {
    left: 20px;
}
.portfolio-view-index .description > *:last-child {
    margin-bottom: 0;
}
.portfolio-view-index .portfolio-related {
    margin-top: 60px;
}
.portfolio-table {
    margin-top: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}
.portfolio-table.table>tbody>tr>th,
.portfolio-table.table>tbody>tr>td {
    padding: 10px 0 10px;
    border: none;
    color: #8d8d8d;
    border-top: 1px solid #eee;
}
.portfolio-table.table>tbody>tr>th {
    color: #343434;
    padding-right: 10px;
    padding-left:0;
}
.portfolio-image{margin-bottom:45px}
/*404*/
.cms-index-noroute .text-colour-white {
    color: #ffffff;
}
.cms-index-noroute .form-search .input-text:focus{border-color:rgba(217, 217, 217, 0.55)}
.cms-index-noroute .form-search .input-text{height:40px}
.cms-index-noroute .btn-search:hover {background-color: #000}
.cms-index-noroute .btn-search {
    margin: 0;
    height: 40px;
    background-color: #131313;
    color: #fff;
    font-size: 13px;
    box-shadow: none;
    border: 0;
    width: 64px;
}
.cms-index-noroute .bg-404:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: #000;
    opacity: .4;
}
.cms-index-noroute  .bg-404{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.cms-index-noroute footer {
    margin: 0 !important;
}
.cms-index-noroute #maincontent {
    min-height: 0px !important;
}
.cms-index-noroute #maincontent .container {
    width: 100%;
    padding: 0;
}
.cms-index-noroute #maincontent .bg-404 {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.cms-index-noroute #maincontent .bg-404:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: #000000;
    opacity: 0.4;
}
.cms-index-noroute .content {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
}
.cms-index-noroute .logo {
    text-align: center;
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 68px;
}
.cms-index-noroute .logo:after {
    content: "";
    height: 2px;
    width: 20px;
    margin-left: -10px;
    left: 50%;
    position: absolute;
    top: 100%;
    background: #fff;
}
.cms-index-noroute .title-404 {
    font-size: 220px;
    font-weight: 400;
    line-height: 1;
}
.cms-index-noroute .h1 {
    font-size: 36px;
    margin-top: 32px;
    margin-bottom: 22px;
    font-weight: 400;
}
.cms-index-noroute .scroll-to-top {
    display: none !important;
}
.cms-index-noroute h3 {
    font-size: 20px;
    font-weight: 300;
}
.cms-index-noroute .home-page-link {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    padding: 12px 32px;
    font-size: 13px;
    margin-left: 40px;
}
.cms-index-noroute .home-page-link:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.cms-index-noroute .copyright {
    font-size: 14px;
}
.cms-index-noroute .form-search {
    width: calc(70%);
    max-width: 420px;
    margin: 67px auto;
}
.cms-index-noroute .form-search .fs {
    display: table;
    width: 100%;
}
.cms-index-noroute .form-search .fs .input-box {
    display: table-cell;
    vertical-align: middle;
}
.cms-index-noroute .form-search .fs .input-box .form-control {
    height: 40px;
    font-size: 14px;
    font-weight: 300;
    color: #818181;
    box-shadow: none;
    margin: 0;
    border: 1px solid #fff;
    padding: 0 14px;
}
.cms-index-noroute .form-search .fs .action {
    text-align: center;
    width: 1%;
    display: table-cell;
    vertical-align: middle;
}
.cms-index-noroute .form-search .fs .action .btn-search {
    margin: 0;
    height: 40px;
    background-color: #131313;
    color: #fff;
    font-size: 13px;
    box-shadow: none;
    border: none;
    width: 64px;
}
.cms-index-noroute .form-search .fs .action .btn-search:hover {
    background-color: #000;
}
.form-search .input-text:focus{box-shadow:none}
.form-search .input-text{
    height:38px;
    box-shadow: none;
}
/*Store locator*/
.store-list-container .search-form {
    border: 1px solid #f0f0f0 !important;
    margin-bottom: 30px;
    border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    padding: 16px 20px 20px;
}
.store-list-container .search-form .btn {
    min-width: 150px;
}
.store-list-container .store-list {
    border: 1px solid #f0f0f0 !important;
    margin-bottom: 30px;
    border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    padding: 16px 20px 20px;
}
.store-list-container .title {
    font-weight: 300;
    color: #2a2a2a;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0 !important;
}
.store-list-container .store-list > .items {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}
.store-list-container .store-list > .items .stores li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border:0;
    border-bottom: 1px solid #f0f0f0;
}
.store-list-container .store-list > .items .stores li .store-content:after {
    content: "";
    display: table;
    clear: both;
}
.store-list-container .store-list > .items .stores li .store-content .store-logo {
    display: block;
    float: left;
    width: 100px;
    padding-top: 9px;
}
.store-list-container .store-list > .items .stores li .store-content .description {
    float: left;
    padding-left: 15px;
    width: calc(100% - 100px);
}
.store-list-container .store-list > .items .stores li .store-content .description h4 a:hover {color:#000}
.store-list-container .store-list > .items .stores li .store-content .description h4 a {
    font-weight: 400;
    color: #2a2a2a;
    font-size: 16px;
    margin-bottom: 10px;
}
.store-list-container select{color: #9b9b9b; box-shadow:none}
.toolbar-store-locator {
    margin-top: 30px;
}
.toolbar-store-locator .pager {
    margin: 0 auto;
}
#store-list-map {
    height: 684px !important;
    width: 100%;
    border: 1px solid #f0f0f0 !important;
    margin-bottom:20px;
}
.mgs-storelocator-index-view table td,
.mgs-storelocator-index-view table th {
    border: 1px solid #ddd;
    padding:9px;
}
.mgs-storelocator-index-view table th {font-weight:500}
.mgs-storelocator-index-view .btn {
    letter-spacing: 0.05em;
}
.mgs-storelocator-index-view  .store-info-detail {
    margin: 30px -15px 15px -15px;
}
.mgs-storelocator-index-view  .store-info-detail .box-store-content img {
    margin: 0 auto;
}
.mgs-storelocator-index-view  .store-info-detail .store-opening-hours table td,
.mgs-storelocator-index-view  .store-info-detail .store-opening-hours table th {
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.mgs-storelocator-index-view  .store-info-detail h3 {
    color: #333;
    font-weight: 300;
    margin-bottom: 25px;
    letter-spacing: 0.05em;
}
.mgs-storelocator-index-view .back{
    padding:0 15px;
}
/*Newletter Popup*/
.block.newsletter.newsletter-popup input[type="text"]{height: 40px}
.block.newsletter.newsletter-popup{
    max-width: 400px;
    margin: 0 auto;
}
.mfp-wrap .mfp-container {
    width: 100%;
    position: relative;
    border: none;
}
.mfp-wrap .mfp-container .modal-header {
    display: none !important;
}
.mfp-wrap .mfp-container .mfp-content {
    background-color: white;
    box-shadow: none;
    border: none;
    max-width: 900px;
}
.mfp-wrap .mfp-container .mfp-content #newsletter-popup {
    line-height:20px;
    margin: 0 auto;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-color:#f8f8f8;
}
.mfp-wrap .block-popup-subscribe {
    padding: 0 60px;
}
.mfp-wrap .block-popup-subscribe:after {
    content: "";
    display: table;
    clear: both;
}
.mfp-wrap .block-popup-subscribe .block-popup-top .newsletter-popup-content p{line-height:20px}
.mfp-wrap .block-popup-subscribe .block-popup-top {
    float: right;
    width: 350px;
    text-align: center;
    color: #6b6b6b;
    font-size: 14px;
    padding: 76px 30px 0;
}
.mfp-wrap .block-popup-subscribe .block-popup-top h3 {
    color: #1a1a1a;
    margin-bottom: 16px;
    font-weight: 300;
}
.mfp-wrap .block-popup-subscribe .newsletter-popup-form .actions{
    position: static;
}
.mfp-wrap .block-popup-subscribe .newsletter-popup-form {
    padding-top: 30px;
}
.mfp-wrap .block-popup-subscribe .newsletter-popup-form .form-group.newsletter {
    margin-bottom: 20px;
}
.mfp-wrap .block-popup-subscribe .newsletter-popup-form .form-group.newsletter input[type="text"] {
    margin-bottom:10px;
}
.mfp-wrap .block-popup-subscribe .newsletter-popup-form .action.subscribe {
    padding: 10px 37px 9px;
}
.mfp-wrap .block-popup-subscribe .newsletter-popup-form div.checkbox {
    margin-top: 46px;
    margin-bottom: 0;
}
.mfp-wrap .block-popup-subscribe .newsletter-popup-form div.checkbox label {
    color: #6b6b6b;
    font-size: 13px;
    line-height: 20px;
}
.mfp-wrap .block-popup-subscribe .mfp-close{
    top: -14px;
    right: -14px;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 26px;
    text-align: center;
    background: #1a1a1a;
    opacity: 1;
    color: #fff !important;
    letter-spacing: 0;
    padding-left: 0.5px;
}
.mfp-wrap .block-popup-subscribe .mfp-close:active{top: -14px}
.mfp-wrap .block-popup-subscribe .checkbox input[type="checkbox"]{margin-top:3px}
/*Pages*/
.pages .pagination {
    margin: 0 auto;
}
.pages .pagination li.active a {
    background: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}
.pages .pagination li {
    float:left;
    padding:3px 3px;
}
.pages .pagination li a .fa{font-size: 11px}
.pages .pagination li a {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    color: #5b5b5b;
    font-size: 10px;
    float: none;
    display: block;
    padding: 0 0 0 1px;
    z-index: 0;
}
.img-responsive{margin:0 auto}

.brand-index-view .toolbar{margin-bottom:30px; margin-top:30px}
.brand-index-view .toolbar .show-top{width:100%}
.brand-index-view .toolbar .show-bottom{display:none}
.brand-index-view .toolbar .sort-by{padding: 0 30px}
.toolbar .view-mode .view-type:hover, .toolbar .view-mode strong.view-type {
    color: #2a2a2a;
}
.toolbar .view-mode .view-type {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ebebeb;
    color: #bcbcbc;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
/*My account*/
.block.account-nav .items li{
    border-bottom: 1px solid #f0f0f0;
    padding: 9px 0 8px;
}
.block.account-nav .items .active a{
    color: #000;
    font-weight: 400;
}
.block-title--myac {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}
.block-title--myac h3 {
    margin: 0;
    line-height: 1;
    display: block;
    color: #2a2a2a;
    font-weight: 300;
}
.account-sub-title {
    font-size: 18px;
    color: #2a2a2a;
    margin-bottom: 10px;
}
.addresses-list li+li{margin-top:20px}
.account .pager .limiter{display:none}
.account .pager .amount{display:none}
.account .table th{color:#333}
.icon.action:hover{
    border-color: #2a2a2a;
    background-color: #2a2a2a;
    color: #fff;
}
.icon.action {
    margin:10px 0;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #ddd;
    color: #2a2a2a;
}
.my-wishlist .cart_title{
    margin:10px 0;
    display: block;
}
.input-qty-product{
    width: 30% !important;
    margin: 10px 0;
}
.my-wishlist .price-box{margin-top: 10px}
.wishlist-list li .item{
    border: 1px solid #ddd;
    padding: 0 10px;
}
.wishlist-list li .item>div+div{
    text-align: center;
}
.wishlist-list li .item .btn-remove.delete{
    font-size: 20px;
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 5px;
}
.wishlist-list .btn-shop.add-to-cart-alt{
    text-align: center;
}
.add-to-cart-alt .quantity{
    position: relative;
    text-align: center;
    height: 40px;
}
.add-to-cart-alt .quantity span.qty.plus {
    right: 0;
}
.add-to-cart-alt .quantity span.qty.minus {
    left: 0;
}
.add-to-cart-alt .quantity span.qty {
    cursor: pointer;
    position: absolute;
    width: 25%;
    top: 0;
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    bottom: 0;
    line-height: 39px;
    text-align: center;
}
.add-to-cart-alt .quantity .input-qty-product:focus{
    box-shadow: none;
    border-color: rgba(217, 217, 217, 0.55);
}
.add-to-cart-alt .quantity .input-qty-product{
    padding: 0 25%;
    text-align: center;
    height: 40px;
    margin: 0;
}
#wishlist-view-form .button-set button+button{margin-left:15px}
/*Check out*/
.fieldset .field:not(.choice) label em{margin-right:3px}
th.subtotal{width:30%}
/* #oscheckout-form input[type="text"], #oscheckout-form input[type="password"], #oscheckout-form input[type="url"], #oscheckout-form input[type="tel"], #oscheckout-form input[type="search"], #oscheckout-form input[type="number"], #oscheckout-form input[type="datetime"], #oscheckout-form input[type="email"], #oscheckout-form select{margin-bottom:10px} */
#oscheckout-form select{box-shadow:none}
#oscheckout-form select:focus{box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 169, 77, 0.6)}
#checkoutSteps .btn.action{margin-bottom:10px}
#checkoutSteps>li .step-title{
    color:#000;
    font-size:24px;
    padding: 15px 10px;
    border:1px solid #000;
    background-color: #fff;
    text-transform: uppercase;
    margin-bottom:15px;
    font-weight:300;
}
#checkoutSteps>li.active .step-title {
    border-color: #000;
    color: #fff;
    background-color: #000;
}
#checkout-step-payment input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"], select {
    margin-bottom:5px;
}
#checkout-step-payment .input-box{
    margin-bottom:10px;
}
#checkout-step-payment .required em{
    color: #000;
    margin-right: 3px;
}
#checkout-step-payment div.validation-advice {padding-top:0; padding-bottom:5px }
#checkout-step-payment .radio {
    display: inline;
    min-height: 18px;
    vertical-align: top;
    margin-top:0;
}
#checkout-progress-wrapper address{line-height:20px}
#checkout-progress-wrapper .block-content dt{
    color:#333;
    font-size:16px;
    font-weight:300;
    text-transform: uppercase;
    margin-bottom:12px;
}
#checkout-progress-wrapper .block-content dl>div{margin-bottom:20px}
#checkout-step-login strong{color:#333; font-weight:500}
#checkout-step-login .account-sub-title{font-weight:300}
#checkout-step-login .radio,
#checkout-step-billing .checkbox,
#checkout-step-billing .radio{
    display: inline;
    margin-right: 4px;
    min-height:0;
    vertical-align: top;
    margin-top:4px;
}
#checkout-step-shipping input[type=checkbox]{
    margin-right: 4px;
    margin-top: 5px;
    vertical-align: top;
}
#checkout-review-table-wrapper .table td{
    padding: 12px 8px;
}
.please-wait{
    margin: 0 auto;
    height:0;
}
.cart-collaterals .discount{
    margin-bottom: 20px;
}
/***/
/* Product detail*/
.product-view-detail .product-img-box{margin-bottom: 20px;}
.product-view-detail .product-img-box .image-media{
    position: relative;
    display: block;

}
.product-view-detail .product-img-box #main-images{margin-bottom: 20px;}
.product-view-detail .product-img-box .magnifier{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform:  translateY(-50%);
    -webkit-transform:  translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.product-view-detail .product-img-box .magnifier a{
    font-size: 22px;
    color: #6c6c6c;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;

}
.product-view-detail .product-img-box #main-images:hover img{opacity: 0.8;}
.product-view-detail .product-img-box .magnifier a:hover{color: #1a1a1a;}
.product-view-detail .product-img-box #main-images:hover .magnifier a{
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.product-view-detail .product-shop .full-view{
    margin-bottom: 20px;
}
.product-view-detail .product-shop .description{
    margin: 10px 0;
}
.product-view-detail .short-description{
    margin-top: 18px;
}
.product-view-detail .add-to-box hr{
    border-style: dotted;
}
.product-view-detail .shop_meta .form-group{
    display: inline-flex;
    width: 100%;
    margin-bottom: 32px;
}
.product-view-detail .shop_meta .title{
    min-width: 53px;
    font-size: 13px;
    color: #5b5b5b;
    letter-spacing: 0.01em;

}
/*.product-view-detail .shop_meta .title:after{*/
/*content:"*";*/
/*display: inline-block;*/
/*font-size: 13px;*/
/*color: #000;*/
/*margin-left: 3px;*/
/*}*/
.product-details-link a, .product-size-guide-link a{
    text-decoration: underline;
}
.qty-product-buy .box-qty{display: inline-flex;}
.product-view-detail .shop_meta .box-qty{
    width: calc(100% - 53px);
    max-width: 388px;
}
.qty-product-buy .box-qty .minus,
.qty-product-buy .box-qty .plus{
    width: 40px;
    height: 40px;
    background-color: #f9f9f9;
    color: #2a2a2a;
    text-align: center;
    line-height: 37px;
    font-size: 14px;
    border: 1px solid #ededed;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;

}
.qty-product-buy .box-qty .minus:hover,
.qty-product-buy .box-qty .plus:hover{
    background-color: #2a2a2a;
    color: #fff;
    border-color: #2a2a2a;
}
.qty-product-buy .input-qty-product{
    display: inline-block;
    width: calc(100% - 200px);
    border-left: none;
    border-right: none;
    text-align: center;
    color: #2a2a2a;
    margin: 0;
    height: 40px;
    line-height: 40px;
}
.product-view-detail .full-review {margin-bottom: 18px;}
.product-view-detail .btn-shop .btn-cart.btn{
    padding: 10px 19px;
}
.product-view-detail .btn-shop .btn-cart .fa{margin-right: 5px;}
.product-view-detail .btn-shop{display: inline-block; float: left;margin-right: 15px;}
.product-view-detail .add-to-links,.product-view-detail .add-to-links li{
    display: inline-block;
}
.product-view-detail .add-to-links li a{
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    color: #6c6c6c;
    margin-right: 12px;
    display: inline-block;
    line-height: 40px;
    transition: all 0.3s ease 0s;
}
.product-view-detail .add-to-links li a:hover{
    background-color: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}
.product-view-detail .add-to-links li:last-child a{margin-right: 0;}
.product-view-detail .add-to-box{margin-bottom: 24px;}
.product-view-detail .thumbnails{
    padding-left: 23px;
    padding-right: 23px;
}
.product-view-detail .thumbnails img{width: 100px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;}
.product-view-detail .thumbnails .item{
    padding-left: 9px;
    padding-right: 9px;
    cursor: pointer;
}
.product-view-detail .thumbnails .owl-carousel .owl-buttons > div{
    width: 22px;
    height: 22px;
    line-height: 19px;
}
.product-view-detail .product-shop .price-box .price{font-size: 18px;}
.product-view-detail .product-shop .price-box .old-price .price{font-size: 16px;}
.product-view-detail .thumbnails .entry{background: none; transition: all 0.4s ease 0s;}
.product-view-detail .thumbnails .image-media:hover img{opacity: 0.8;}
.product-view-detail #product_tabs{
    margin-top: 50px;
}
#box-additional .table > tbody > tr > th{
    text-transform: uppercase;
    padding: 8px 10px;
    color: #2a2a2a;
}
.box-reviews h2,
#box-product_tag_list h5,
#collapse_product_tag_list h5,
#box-product_questions h2,
#collapse_product_questions h2{
    font-size: 24px;
    font-weight: 400;
    color: #2a2a2a;
    margin-top: 0;
    margin-bottom: 20px;
}

.box-reviews form h3{
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 15px;
}
.box-reviews form h4{
    font-size: 16px;
    font-weight: 400;
    color: #2a2a2a;
    margin-bottom: 25px;
}
.box-reviews .table-review{max-width: 450px;margin-bottom: 10px;}
.box-reviews .table-review > thead > tr > th{	border-bottom: 1px solid #ececec;}
.box-reviews .table-review > thead > tr > th,
.box-reviews .table-review > tbody > tr > th{
    text-transform: uppercase;
    font-weight: 400;
    color: #2a2a2a;
    font-size: 14px;
    padding: 8px;

}
.box-reviews .table-review > tbody > tr > td{
    padding: 8px;
    vertical-align: middle;
}
.box-reviews .form-group label.required em{
    margin-left: 3px;
    font-style: normal;
    color: #000;
}
.box-reviews .form-list {margin-top: 10px;}
.box-reviews dl {display: inline-block;
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ececec;
}
.box-reviews dl:first-child{padding-top: 0;}
.box-reviews dl:last-child{padding-bottom: 0;}
.box-reviews dl dt{width: 30%;}
.box-reviews dl dd{width: 70%;}
.box-reviews dl dt,
.box-reviews dl dd{
    display: inline-block;
    float: left;
}
.box-reviews dl dt{font-size: 12px; font-weight: 400; font-style: italic;}
.box-reviews dl dt a{color: #000;font-style: normal; font-size: 14px; margin-right: 5px;}
.box-reviews dl dt span{font-style: normal; font-weight: 700;font-size: 14px;margin-left: 5px;}
.box-reviews dl dd .ratings-table{
    margin-bottom: 10px;

}
.box-reviews dl dd .ratings-table > tbody > tr th,
.box-reviews dl dd .ratings-table > tbody > tr td{
    padding: 5px 8px;
    padding-left: 0;
}
.question-form .legend{
    font-size: 18px;
    color: #2a2a2a;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}
.product-collateral {margin-top: 78px;}
.product-collateral h4,
.block-brand-related h4{
    font-size: 22px;

    font-weight: 300;
    color: #1a1a1a;
    margin-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 14px;
    display: block;
    width: 100%;
}
#upsell_products.owl-carousel .owl-buttons > div,
.block-brand-related .owl-carousel .owl-buttons > div{
    font-size: 24px;
    border: none;
    width: auto;
    height: auto;
    padding: 0;
    top: -67px;
    right: 15px;
    left: auto;
    color: #c2c2c2;
}
#upsell_products.owl-carousel .owl-buttons > div.owl-next,
.block-brand-related .owl-carousel .owl-buttons > div.owl-next{
    right: 15px;
    padding-left: 6px;
}
#upsell_products.owl-carousel .owl-buttons > div.owl-prev,
.block-brand-related .owl-carousel .owl-buttons > div.owl-prev{
    right: 30px;
    left: auto;
    padding-right: 6px;
    padding-left: 6px;
}
#upsell_products.owl-carousel .owl-buttons > div:hover,
.block-brand-related .owl-carousel .owl-buttons > div:hover{
    color: #2a2a2a;
    background: none;
    border: none;
}
.product-brand-inner .brand-img{max-width: 121px; height: auto !important;}
.block-related .item .product-image{
    position: relative;
}
.block-related .item .related-checkbox{
    position: absolute;
    top: 0;
    left: 0;
}
.block-related .list-products .product-item-info .product-image{max-width: 80px;}
.block-related{margin-bottom: 60px;}
.review-product-view .page-title h1,
.send-friend .page-title h1{
    font-weight: 400;
    color: #2a2a2a;
    margin-top: 0;
    margin-bottom: 30px;
}
.review-product-view .product-img-box{display: inline-block;
    float: left;
    max-width: 120px;margin-right: 20px;}
.review-product-view .product-img-box img{
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}
.review-product-view .product-details{
    display: inline-block;
    width: calc(100% - 140px);
}
.review-product-view .product-details .product-name{
    font-size: 24px;
    margin-bottom: 10px;
    color: #1a1a1a;
    font-weight: 400;

}
#product_sendtofriend_form .fieldset{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
#product_sendtofriend_form .fieldset h2{
    font-size: 24px;
    font-weight: 400;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 18px;
}
#product_sendtofriend_form .fieldset .field{margin-bottom: 15px;}
#product_sendtofriend_form .btn-primary{display: inline-block;float: left; margin-right: 20px;}
.question-list .item{
    width: 100%;
    margin-bottom: 20px !important;
}
.question-list .question-content .content{
    padding-left: 30px;
    padding-right: 35px;
}
.question-list .question-by{padding-left: 30px;font-style: italic;}
.question-list .item .answer-box{margin-bottom: 20px;}
.question-list .item .question-content .score{
    right: 0;
}
.question-list .item .question-content .content.arrow-right{
    background: none;
}
.question-list .item .question-content .content.arrow-right:before{
    content:"\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    color: #2a2a2a;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.question-list .item .question-content .content.arrow-down{background: none;}
.question-list .item .question-content .content.arrow-down:before{
    content: "\f107";
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    color: #2a2a2a;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
/* Config product */
.product-options{
    padding-top: 10px;
    margin-top: 20px;
}
.product-configuable-product dl.custom-item{
    display: inline-flex;
    width: 100%;
    margin-bottom: 25px;
}
.product-options dl dt label{
    min-width: 53px;
    display: block;
    margin: 10px 0 0;
    vertical-align: middle;
    color: #5b5b5b;
    font-size: 13px;
}
.product-options dl dt label.required:after{
    content:"*";
    display: inline-block;
    font-size: 13px;
    color: #000;
    margin-left: 3px;
}
.product-options dl dd{
    width: 100%;
    max-width: 388px;
}
.product-configuable-product .custom-item dt{width: auto;margin: 0;padding: 0;}
.product-options-bottom .price-box{display: none;}
.product-options-bottom hr{margin-top: 0;border: 1px dotted #fff;}
.group-featured-box .qty-product-buy .box-qty {display: inline-flex;}
.group-featured-box .qty-product-buy .box-qty .minus, .group-featured-box .qty-product-buy .box-qty .plus{
    width: 50px;
}
.group-featured-box .qty-product-buy{margin: 0;}
.group-featured-box .table{margin-bottom: 10px;}
.group-featured-box .table > thead > tr > th{
    font-weight: 400px;
    color: #2a2a2a;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 1px solid #ececec;
}
.group-featured-box .table > tbody > tr > td{
    text-align: left;
    vertical-align: middle;
}
.group-featured-box .table > tbody > tr > td.product-name{
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 400;
}
.bundle-box dl dt,
.custom-item dt{
    display: inline-block;
    float: left;
    width: 15%;
    margin-bottom: 10px;
    padding-top: 20px;
}
.bundle-box dl dt label,.custom-item dt label{margin-bottom: 0;}
.bundle-box dl dt label em, .custom-item dt label em{
    color: #000;
    font-style: normal;
    margin-left: 3px;
    display: none;
}
.bundle-box dl dd,.custom-item dd
{
    display: inline-block;
    width: 40%;
    padding-bottom: 20px;
    border-bottom: 1px dotted #cfcfcf;
}
.bundle-box dl dd .options-list li label, .custom-item  dd .options-list li{
    display: inline-flex;
    width: 100%;
    margin-bottom: 10px;
}
.bundle-box dl dd .options-list li input, .custom-item dd .options-list li input{
    margin-right: 5px;
    margin-top: 2px;
}
.custom-item  dd .options-list li .label,.custom-item  dd .options-list li label{margin: 0;margin-top: 2px;}
.bundle-box dl dd:last-child, .custom-item  dd:last-child{padding-bottom: 0;border-bottom: none;}
.bundle-box dl dt:first-child,.custom-item dt:first-child{padding-top: 0;}
.product-view-detail .product-shop .price-box .price-label{display: inline-block;}
/* QUICK VIEW */
.quickview-index-show #maincontent .col-main,.quickview-index-show #maincontent .container{width: 100%;}
.quickview-index-show #maincontent .col-main{padding-top: 30px;}
/**/

.input-box select{box-shadow:none}
.input-box select:focus{box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(218, 169, 77, 0.6)}
.checkout-container .form-group input[type="text"]+input[type="text"]{
    margin-top: 6px;
}
.checkout-container .form-group{
    margin-bottom:0;
}
.checkout-container #newsletter-field .checkbox input[type=checkbox]{
    position: static;
    margin-left:0;
}
.checkout-container .table td{
    padding:12px 8px;
}
.checkout-container hr{margin-left:15px; margin-right:15px}
.checkout-container .form-group label{
    margin-top: 10px;
}
.checkout-container label{
    vertical-align: top;
    margin-top: 2px;
}
.checkout-container .table-bordered>thead>tr>th, .checkout-container .table-bordered>thead>tr>td{border-bottom-width:1px}
/*Checkout cart*/
.block-title-v1 .title:after {
    height: 2px;
    width: 20px;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #2a2a2a;
    left: 0;
}
.block-title-v1 .title {
    font-size: 20px;
    font-weight: 300;
    color: #1a1a1a;
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding: 0 0 8px;
    line-height: 1.7;
}
.sub-title-v1 {
    font-size: 18px;
    color: #2a2a2a;
    margin-bottom: 20px;
    font-weight: 400;
}
em.required{
    color: #000;
    margin-right: 3px;
}
.no-width .col-md-4 {
    padding: 0;
    width: 100%;
}
/* HEADER 8 */
.header.header8 .header-links .login-custom-link .username{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 86px;
    display: inline-block;
    vertical-align: middle;
}
.header.header8{
    background-color:#000;
}
.header.header8 .social-link {
    display: table;
    margin: 0 auto
}

.header.header8 .social-link li {
    display: table-cell;
    padding: 0 5px;
    vertical-align: middle
}

.header.header8 .social-link li a {
    color: #808080;
    font-size: 16px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: none;
    display: block;
    line-height: 30px;
    text-align: center
}

.header.header8 .social-link li a:hover {
    background-color: transparent;
    color: #fff;
}

.header.header8 .search-form > .form-search .button {
    background: none;
    border: medium none;
    box-shadow: none;
    color: #FFF;
    display: block;
    font-size: 14px;
    height: 38px;
    position: absolute;
    right: 8px;
    text-align: right;
    bottom: 3px;
    width: 20px
}
.header.header8 .search-form > .form-search .button:hover {
    color: #fff;
}

.header.header8 .nav.nav-main-menu > li > a:hover {
    color: #fff;
}
.header.header8 .header-links {
    position: static;
    margin-left: 40px;
    margin-right: 40px;
    border-bottom: 1px solid #1d1d1d;
    border-top: 1px solid #1d1d1d;
}
.header.header8 .header-links .login-custom-link {
    display: inline-block;
    padding: 10px 0;
}
.header.header8 .header-links .login-custom-link .username {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 86px;
    display: inline-block;
    vertical-align: middle;
}
.header.header8 .header-links .login-custom-link span.or {
    color: #FFF;
}
.header.header8 .header-links .login-custom-link .fa {
    color: #a7a7a7;
    margin-right: 4px;
}
.header.header8 .header-links .login-custom-link a {
    display: inline-block;
    color: #a7a7a7;
    font-size: 12.5px;
}
.header.header8 .header-links .login-custom-link a:hover {
    color: #000;
}
.header.header8 .header-links .login-custom-link a:hover .fa {
    color: #000;
}
.header.header8 .header-links .minicart-wrapper {
    vertical-align: middle;
    display: inline-block !important;
    margin-left: 22px;
}
.header.header8 .header-links .minicart-wrapper .block-minicart {
    left: 0;
    right: auto;
}
.header.header8 .header-links .minicart-wrapper:before {
    left: -12.5px;
}
.header.header8 .header-links .minicart-wrapper:hover a,
.header.header8 .header-links .minicart-wrapper:hover .action.showcart > .counter.qty {
    color: #000;
}
.header.header8 .header-links .minicart-wrapper .action.showcart > .counter.qty {
    color: #a7a7a7;
    font-size: 12.5px;
}
.header.header8 .header-links .minicart-wrapper a {
    color: #a7a7a7;
    font-size: 12.5px;
}
.header.header8 .header-links .minicart-wrapper a:hover {
    color: #000;
}

.navigation-top .testimonial-list-block.boxed_border .owl-controls{
    right: -22px;
    position: absolute;
    top: -69px;
}
.sidebar .sort-item + .sort-item > .promo-banner{
    margin-top: 60px;
}
/* Footer 8 */
.footer.footer8 {
    background-color: #262626;
    padding: 80px 0;
}
.footer.footer8 address {
    color: #505050;
}
.footer.footer8 .social-link {
    text-align: center;
}
.footer.footer8 .social-link li {
    display: inline-block;
}
.footer.footer8 .social-link li a {
    color: #484848;
    padding: 8px;
    font-size: 25px;
}
.footer.footer8 .social-link li a:hover {
    color: #fff;
}
.footer.footer8 .bottom_link {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.footer.footer8 .bottom_link li {
    display: inline-block;
    padding: 15px;
}
.footer.footer8 .bottom_link li a {
    color: #fff;
}
.footer.footer8 .bottom_link li a:hover {
    color: #4f4f4f;
}
/**/
.has-border .testimonial-list-block.center_item{
    border: 1px solid #2a2a2a;
    padding: 65px 50px;
}
.testimonial-list-block.center_item .testimonial-content .content blockquote{
    margin-bottom: 17px;
}
.testimonial-list-block.center_item .owl-carousel .owl-pagination{
    margin-top: 40px;
}
.testimonial-list-block.center_item .content-heading{
    position: relative;
}
.testimonial-list-block.center_item .content-heading:after {
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    color: #2a2a2a;
    margin-top: 15px;
}
.testimonial-list-block.center_item .content-heading{
    margin-bottom: 55px;
}
.testimonial-list-block.center_item{
    text-align: center;
}
.testimonial-list-block.center_item .author-info .name{
    position: relative;
    display: inline-block;
}
.testimonial-list-block.center_item .author-info .name:before, .testimonial-list-block.center_item .author-info .name:after {
    width: 19px;
    height: 1px;
    background-color: #dddddd;
    content: "";
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: 17px;
    margin-top: -5px;
}
.testimonial-list-block.center_item .author-info .name:before {
    left: auto;
    right: 100%;
    margin-right: 17px;
}
/* HEADER 9 */
.header.header9 .middle-content {
    position: relative
}

.header.header9 .middle-content .logo {
    padding: 32px 0
}

.header.header9 .middle-content .middle-header-right-content .content {
    display: table;
    float: right;
    height: 100%
}

.header.header9 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart {
    padding-left: 41px
}

.header.header9 .middle-content .middle-header-right-content .minicart-wrapper .action.showcart:after {
    left: 20px;
    height: 11px
}

.header.header9 .minicart-wrapper:before {
    content: none
}

.header.header9 .minicart-wrapper .action.showcart > .counter.qty {
    color: #000
}

.header.header9 .minicart-wrapper .action.showcart:before {
    font-size: 15px;
    content: '\f07a'
}

.header.header9 .search-form,
.header.header9 .login-custom-link,
.header.header9 .minicart-wrapper {
    display: table-cell;
    vertical-align: middle
}

.header.header9 .minicart-wrapper {
    display: table-cell !important;
}

.header.header9 .login-custom-link {
    padding-left: 40px;
    position: relative
}

.header.header9 .login-custom-link:after {
    background-color: #d2d2d2;
    content: "";
    height: 11px;
    left: 19px;
    position: absolute;
    top: 50%;
    margin-top: -5.5px;
    width: 1px
}

.header.header9 .login-custom-link a:hover {
    color: #000;
}

.header.header9 .search-form .form-search {
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    background-color: #fff;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0;
    visibility: hidden
}

.header.header9 .search-form .form-search.on-show {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    opacity: 1;
    visibility: visible
}

.header.header9 .search-form .form-search .minisearch {
    height: 100%
}

.header.header9 .search-form .form-search .input-text {
    border: none;
    box-shadow: none;
    height: 100%;
    font-size: 18px;
    color: #ababab;
    text-align: center
}

.header.header9 .search-form .actions-search .action-search {
    color: #2a2a2a
}

.header.header9 .search-form .actions-search .action-search.on-show .hide-search {
    font-size: 24px
}
.header.header9 .search-form .form-search #advancedsearch_mini_form,
.header.header3 .search-form .form-search #advancedsearch_mini_form{
    height: 100%;
}
#advancedsearch_autocomplete {
    background: white;
}
.banner-full.home14{
    padding: 140px 0;
}
#checkout-review-submit .button-set .wait .please-wait-loading{
    position: absolute;
    top: 0;
    height: 30px;
}
#checkout-review-submit .button-set{
    position: relative;
}
.order-details .cart_table.table>thead>tr>th, .cart_table.table>tbody>tr>th, .cart_table.table>tfoot>tr>th, .cart_table.table>thead>tr>td, .cart_table.table>tbody>tr>td, .cart_table.table>tfoot>tr>td {
    padding: 12px 0;
}
#ajax_cart_loader{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

/* Lazy loading */
.lazy-loading-img .products-grid .product-item-info .product-top,
.lazy-loading-img .list-products .product-item-info .product-image,
.lazy-loading-img .promo-banner,
.lazy-loading-img .blog-grid-block .post-item-content .post-title-link,
.lazy-loading-img .instagram-item {
    background-image: url('../images/giphy.gif');
    background-size: 30px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.my-account-main .col-md-6 {
    margin-top: 10px;
}

.cms-index-index #maincontent hr {
    margin-bottom: 0;
}

.cms-index-index #slider {
    margin:0;
}

.bandeaux {
    display: table;
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}

.bandeaux li {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: center;
    width: 33%;
    padding: 2px 1%;
    border-right: 1px solid #DDDDDD;
}

.bandeaux li:nth-child(3) {
    width: 34%;
    border: none;
}

.pastille_soldes {
    position: absolute;
    background: yellow;
    color: black;
    top: 5px;
    left: 5px;
    margin-left: 70%;
    padding-right: 3px;
    padding-left: 3px;
}

#checkout-review-submit a {
    text-decoration: underline;
}

.promo-banner .btn.btn-primary {
    color: #222222;
    font-weight: bold;
    background-color: #fff;
    border: none;
}

.promo-banner .btn.btn-primary:hover {
    color: #FFF;
    background-color: #222;
    border: 1px solid #FFF;
}

.external .promo-banner .text {
    position: inherit;
    padding: 0;
}

.promo-banner .text.bottom-center {
    left: inherit;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    margin-top: 15px;
}

.external .promo-banner .text.bottom-center p {
    margin: 0;
    line-height: 1.3;
}

.external .promo-banner .btn.btn-primary {
    border: 1px solid #222222;
}

.navigation .nav-main-menu li:last-child a {
    color:red;
    font-weight: bold;
}