﻿/*------------------------------------------------------------------
[Master Stylesheet]

Project:	E-Store
Version:	1.1
Last change:	25/01/2016
Author:	7UP Theme
-------------------------------------------------------------------*/
/*General*/
body{
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#333;
}
body.home-page{
	background:url('../images/home_1/bg_header.jpg') no-repeat top center;
}
img,input,textarea {
    max-width: 100%;
	outline:none;
}
.wrap{
	overflow:hidden;
}
.container{
	max-width:1200px;
	width:100%;
}
a:hover,a:active,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}
/*Header*/
#header {
    padding-top: 50px;
}
.top-search {
    float: right;
    margin-top: 15px;
    max-width: 370px;
    width: 100%;
}

.search-cat {
    float: left;
    position: relative;
}
.search-form {
    float: right;
    position: relative;
    width: 325px;
}
.box-cat-toggle {
    background: rgba(255, 255, 255, 0.9) url("../images/home_1/icon-cat-toggle.png") no-repeat scroll center center;
    display: block;
    height: 40px;
    width: 45px;
}
.search-form input[type="submit"] {
    background: #333 url("../images/home_1/icon-search.png") no-repeat scroll center center;
    border: medium none;
    float: right;
    height: 40px;
    position: relative;
    width: 40px;
}
.search-form input[type="text"] {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 40px;
    padding: 0 55px 0 15px;
    position: absolute;
    width: 100%;
}
.top-nav {
    margin-top: 18px;
    padding-top: 15px;
    position: relative;
}
.top-nav::before {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 100%;
}
.main-nav > ul > li > a {
    color: #cecece;
    font-weight: 700;
    text-transform: uppercase;
}
.main-nav > ul > li > a:hover,.main-nav > ul > li > a.active{
	color:#fff;
}
.header-info {
    text-align: right;
}
.link-cart-top {
    position: relative;
}
.number-cart-total {
    background: #333 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffc229;
    display: block;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    padding: 0;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -12px;
    width: 18px;
}
.main-nav > ul > li {
    margin-right: 35px;
}

/* Native Signals static hero/header layer */
body.home-page {
    background: transparent none !important;
}

.home-page .wrap {
    overflow: visible;
}

.home-page #header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    padding-top: 32px;
    background: linear-gradient(180deg, rgba(6, 5, 5, 0.7) 0%, rgba(6, 5, 5, 0.34) 58%, rgba(6, 5, 5, 0) 100%);
}

.home-page #header::before {
    background: rgba(8, 4, 4, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .home-page #header::before {
        -webkit-backdrop-filter: blur(18px) saturate(150%);
        backdrop-filter: blur(18px) saturate(150%);
    }
}

.home-page #header .container {
    position: relative;
    z-index: 1;
}

.home-page #header > .container > .row:first-child {
    min-height: 155px;
    position: relative;
}

.home-page #header > .container > .row:first-child > .col-sm-4 {
    left: 50%;
    max-width: 260px;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 260px;
    z-index: 2;
}

.home-page #header > .container > .row:first-child > .col-sm-8 {
    float: none;
    min-height: 110px;
    width: 100%;
}

.home-page .logo {
    text-align: center;
}

.home-page .logo img {
    display: inline-block;
    height: auto;
    max-width: 195px;
    width: 100%;
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.22));
}

.home-page .top-search {
    margin-top: 15px;
    position: relative;
    z-index: 3;
}

.home-page .top-nav::before {
    background: rgba(255, 255, 255, 0.08) none repeat scroll 0 0;
}

.home-page .main-nav > ul > li > a {
    color: rgba(255, 255, 255, 0.92);
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.22);
}

.home-page .main-nav > ul > li > a:hover,
.home-page .main-nav > ul > li > a.active {
    color: #fff;
    text-shadow: 0 0 14px rgba(255, 255, 255, 0.22);
}

.home-page #content {
    position: relative;
    z-index: 1;
}

.ns-hero {
    background: #120808;
    min-height: clamp(420px, 78vh, 920px);
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    position: relative;
    width: 100vw;
}

.home-page #content .ns-hero {
    margin-top: 0;
    padding-top: 0;
}

.ns-hero__video,
.ns-hero__overlay,
.ns-hero__inner {
    inset: 0;
    position: absolute;
}

.ns-hero__video {
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    width: 100%;
}

.ns-hero__overlay {
    background:
        linear-gradient(180deg, rgba(10, 6, 6, 0.18) 0%, rgba(10, 6, 6, 0.42) 100%),
        radial-gradient(circle at center, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.25));
}

.ns-hero__inner {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: clamp(220px, 22vw, 330px) clamp(24px, 5vw, 72px) clamp(24px, 5vw, 72px);
}

.ns-hero__logo {
    height: auto;
    max-width: min(72vw, 760px);
    width: 100%;
    filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.45));
}

.ns-hero-audio {
    align-items: center;
    background:
        linear-gradient(180deg, rgba(8, 5, 5, 0.58) 0%, rgba(8, 5, 5, 0.42) 100%),
        rgba(8, 4, 4, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 6px;
    bottom: clamp(18px, 3vw, 42px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.34);
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 11px;
    gap: 8px;
    justify-content: space-between;
    padding: 7px 8px;
    position: absolute;
    right: clamp(16px, 3vw, 44px);
    width: 358px;
    max-width: calc(100vw - 32px);
    z-index: 5;
}

@supports ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
    .ns-hero-audio {
        -webkit-backdrop-filter: blur(18px) saturate(150%);
        backdrop-filter: blur(18px) saturate(150%);
    }
}

.ns-hero-audio button,
.ns-hero-audio select,
.ns-hero-audio input {
    font: inherit;
}

.ns-hero-audio audio {
    display: none;
}

.ns-hero-audio__play {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 4px;
    color: #080808;
    display: flex;
    flex: 0 0 24px;
    height: 24px;
    justify-content: center;
    padding: 0;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
    width: 24px;
}

.ns-hero-audio__play:hover,
.ns-hero-audio__play:focus {
    background: #d71920;
    color: #fff;
}

.ns-hero-audio.is-playing .ns-hero-audio__play {
    background: #d71920;
    color: #fff;
}

.ns-hero-audio__select {
    appearance: none;
    background:
        linear-gradient(45deg, transparent 50%, #fff 50%),
        linear-gradient(135deg, #fff 50%, transparent 50%),
        rgba(255, 255, 255, 0.08);
    background-position: calc(100% - 15px) 10px, calc(100% - 10px) 10px, 0 0;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, auto;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    color: #fff;
    flex: 1 1 auto;
    height: 24px;
    min-width: 0;
    padding: 0 28px 0 10px;
    text-transform: uppercase;
}

.ns-hero-audio__select option {
    background: #080808;
    color: #fff;
}

.ns-hero-audio__volume {
    align-items: center;
    flex: 0 0 86px;
    display: flex;
    gap: 7px;
    margin: 0;
}

.ns-hero-audio__volume .fa {
    color: rgba(255, 255, 255, 0.78);
}

.ns-hero-audio__volume input {
    accent-color: #d71920;
    height: 3px;
    width: 66px;
}

.product-short-description {
    color: #666;
    font-size: 13px;
    line-height: 1.55;
    margin: 8px 0 6px;
    min-height: 40px;
}

.content-product-slider .item-info-product h3 a {
    line-height: 1.2;
}

.ns-dual-showcase {
    background: #03060d;
    overflow: hidden;
    padding: 36px 0 76px;
    position: relative;
}

.ns-dual-showcase::before,
.ns-dual-showcase::after {
    background: #000;
    content: "";
    opacity: 0.88;
    position: absolute;
}

.ns-dual-showcase::before {
    height: 206px;
    right: 14%;
    top: 390px;
    width: 108px;
}

.ns-dual-showcase::after {
    bottom: 0;
    height: 2px;
    left: 0;
    opacity: 0.68;
    width: 100%;
}

.ns-dual-showcase__mast {
    background: #000;
    box-shadow: 0 12px 26px rgba(0,0,0,0.46);
    height: 66px;
    margin: 0 auto 16px;
    max-width: 1220px;
    position: relative;
    width: 68%;
    z-index: 1;
}

.ns-dual-showcase__stage {
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
    max-width: 1180px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 56px);
    z-index: 1;
}

.ns-dual-showcase__panel {
    aspect-ratio: 5 / 7;
    background: #000;
    min-height: 620px;
    overflow: hidden;
    position: relative;
}

.ns-dual-showcase__slide {
    height: 100%;
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 760ms ease, transform 900ms ease;
    transform: scale(1.025);
    width: 100%;
}

.ns-dual-showcase__slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.ns-dual-showcase__slide img {
    filter: brightness(0.66) contrast(1.06);
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.ns-dual-showcase__panel::after {
    background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.14) 45%, rgba(0,0,0,0.7) 100%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.ns-dual-showcase__copy {
    bottom: 44px;
    color: #fff;
    left: 44px;
    max-width: 360px;
    position: absolute;
    z-index: 3;
}

.ns-dual-showcase__copy p {
    color: rgba(255,255,255,0.82);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 8px;
}

.ns-dual-showcase__copy h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.18;
    margin: 0 0 18px;
    text-transform: none;
}

.ns-dual-showcase__copy a {
    background: #fff;
    border-radius: 4px;
    color: #222;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 14px 20px;
}

.ns-dual-showcase__copy a:hover,
.ns-dual-showcase__copy a:focus {
    background: #d71920;
    color: #fff;
}

.ns-cinematic-slider {
    background: #020202;
    overflow: hidden;
    padding: 80px 0 86px;
}

.ns-cinematic-slider__inner {
    height: 620px;
    margin: 0 auto;
    max-width: 1180px;
    position: relative;
    width: calc(100% - 48px);
}

.ns-cinematic-slider__slides {
    background: #050505;
    border: 1px solid rgba(255,255,255,0.12);
    height: 100%;
    overflow: hidden;
    position: relative;
}

.ns-cinematic-slide {
    height: 100%;
    inset: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transform: translateX(44px);
    transition: opacity 520ms ease, transform 680ms ease, visibility 520ms ease;
    visibility: hidden;
    width: 100%;
}

.ns-cinematic-slide.is-active {
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    z-index: 2;
}

.ns-cinematic-slide img {
    filter: contrast(1.08) saturate(0.94);
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center top;
    position: absolute;
    transform: scale(1.04);
    transition: transform 780ms ease, filter 780ms ease;
    width: 100%;
}

.ns-cinematic-slide__link {
    display: block;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.ns-cinematic-slide__link:focus {
    outline: 2px solid #fff;
    outline-offset: -8px;
}

.ns-cinematic-slide__link .ns-cinematic-slide__shade {
    pointer-events: none;
}

.ns-cinematic-slide.is-active img {
    filter: contrast(1.12) saturate(1);
    transform: scale(1);
}

.ns-cinematic-slide::before {
    background:
        radial-gradient(circle at 72% 24%, color-mix(in srgb, var(--slide-accent) 42%, transparent), transparent 30%),
        linear-gradient(115deg, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.3) 46%, rgba(0,0,0,0.74) 100%);
    content: "";
    inset: 0;
    mix-blend-mode: screen;
    opacity: 0.68;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.ns-cinematic-slide::after {
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 16px),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 18px);
    content: "";
    inset: 0;
    opacity: 0.14;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.ns-cinematic-slide__shade {
    background: linear-gradient(90deg, rgba(0,0,0,0.88) 0%, rgba(0,0,0,0.56) 35%, rgba(0,0,0,0.18) 68%, rgba(0,0,0,0.72) 100%);
    inset: 0;
    position: absolute;
    z-index: 2;
}

.ns-cinematic-slide__copy {
    bottom: 58px;
    color: #fff;
    left: 58px;
    max-width: 430px;
    position: absolute;
    text-transform: uppercase;
    z-index: 3;
}

.ns-cinematic-slide__copy span {
    color: var(--slide-accent);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    margin-bottom: 14px;
}

.ns-cinematic-slide__copy h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 0.96;
    margin: 0 0 18px;
}

.ns-cinematic-slide__copy p {
    color: rgba(255,255,255,0.76);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 24px;
    text-transform: none;
}

.ns-cinematic-slide__copy a {
    border: 1px solid color-mix(in srgb, var(--slide-accent) 68%, #fff);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding: 13px 18px;
    text-transform: uppercase;
}

.ns-cinematic-slide__copy a:hover {
    background: var(--slide-accent);
    border-color: var(--slide-accent);
    color: #fff;
}

.ns-cinematic-slider__controls {
    align-items: center;
    bottom: 28px;
    display: flex;
    gap: 18px;
    position: absolute;
    right: 34px;
    z-index: 5;
}

.ns-cinematic-slider__arrow {
    align-items: center;
    background: rgba(0,0,0,0.56);
    border: 1px solid rgba(255,255,255,0.22);
    color: #fff;
    display: flex;
    height: 44px;
    justify-content: center;
    transition: background 240ms ease, border-color 240ms ease;
    width: 44px;
}

.ns-cinematic-slider__arrow:hover,
.ns-cinematic-slider__arrow:focus {
    background: #d71920;
    border-color: #d71920;
    color: #fff;
    outline: 0;
}

.ns-cinematic-slider__dots {
    align-items: center;
    display: flex;
    gap: 8px;
}

.ns-cinematic-slider__dots button {
    background: rgba(255,255,255,0.36);
    border: 0;
    height: 2px;
    padding: 0;
    transition: background 240ms ease, width 240ms ease;
    width: 22px;
}

.ns-cinematic-slider__dots button.is-active {
    background: #fff;
    width: 42px;
}

.ns-cinematic-slider--pop-art .ns-cinematic-slider__inner {
    aspect-ratio: 16 / 9;
    height: auto;
    margin-left: calc(50% - 50vw);
    max-width: none;
    width: 100vw;
}

.ns-cinematic-slider--pop-art {
    padding-bottom: 0;
}

.ns-cinematic-slider--pop-art .ns-cinematic-slide {
    transform: scale(1.03);
}

.ns-cinematic-slider--pop-art .ns-cinematic-slide.is-active {
    transform: scale(1);
}

.ns-cinematic-slider--pop-art .ns-cinematic-slide img {
    object-fit: cover;
    object-position: center;
}

.ns-cinematic-slider--pop-art .ns-cinematic-slide::before {
    background: radial-gradient(circle at 72% 20%, color-mix(in srgb, var(--slide-accent) 34%, transparent), transparent 28%);
    mix-blend-mode: screen;
    opacity: 0.26;
}

.ns-cinematic-slider--pop-art .ns-cinematic-slide::after {
    opacity: 0.08;
}

.ns-cinematic-slider--pop-art .ns-cinematic-slide__shade {
    background: linear-gradient(180deg, rgba(0,0,0,0.04) 0%, rgba(0,0,0,0.2) 100%);
}

.ns-cinematic-slider--pop-art .ns-cinematic-slider__controls {
    bottom: 24px;
    right: 34px;
}

.ns-newsletter-signup {
    background: #000;
    clip-path: inset(0);
    isolation: isolate;
    min-height: 300px;
    overflow: hidden;
    position: relative;
}

.ns-newsletter-signup__video {
    height: 100vh;
    left: 0;
    object-fit: cover;
    object-position: center;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 0;
}

.ns-newsletter-signup__overlay {
    background: rgba(0,0,0,0.7);
    inset: 0;
    position: absolute;
    z-index: 1;
}

.ns-newsletter-signup__inner {
    align-items: center;
    display: flex;
    gap: 40px;
    min-height: 300px;
    margin: 0 auto;
    max-width: 1180px;
    padding: 54px 32px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.ns-newsletter-signup__message {
    align-items: center;
    color: #fff;
    display: flex;
    flex: 0 0 420px;
    gap: 28px;
    text-transform: uppercase;
}

.ns-newsletter-signup__message .fa {
    color: #fff;
    font-size: 34px;
    line-height: 1;
}

.ns-newsletter-signup__message p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}

.ns-newsletter-signup__form {
    display: flex;
    flex: 1;
    gap: 12px;
}

.ns-newsletter-signup__form input {
    background: #fff;
    border: 0;
    color: #333;
    flex: 1;
    font-size: 13px;
    height: 60px;
    padding: 0 30px;
    text-transform: uppercase;
}

.ns-newsletter-signup__form button {
    background: #303030;
    border: 0;
    color: #fff;
    flex: 0 0 132px;
    font-size: 13px;
    font-weight: 700;
    height: 60px;
    text-transform: uppercase;
    transition: background 220ms ease;
}

.ns-newsletter-signup__form button:hover,
.ns-newsletter-signup__form button:focus {
    background: #d71920;
    color: #fff;
}

@media (max-width: 767px) {
    .ns-hero {
        min-height: 56vh;
    }

    .ns-hero__logo {
        max-width: 88vw;
    }

    .home-page #header {
        padding-top: 18px;
    }

    .home-page #content .ns-hero {
        margin-top: 0;
        padding-top: 0;
    }

    .ns-hero__inner {
        padding-top: 180px;
    }

    .ns-hero-audio {
        bottom: 14px;
        justify-content: center;
        left: 14px;
        right: 14px;
        width: auto;
    }

    .ns-hero-audio__select {
        flex: 1;
        min-width: 0;
    }

    .ns-hero-audio__volume input {
        width: 54px;
    }

    .ns-cinematic-slider {
        padding: 56px 0 62px;
    }

    .ns-dual-showcase {
        padding: 28px 0 52px;
    }

    .ns-dual-showcase::before {
        display: none;
    }

    .ns-dual-showcase__mast {
        height: 42px;
        width: calc(100% - 52px);
    }

    .ns-dual-showcase__stage {
        border-radius: 6px;
        grid-template-columns: 1fr;
        width: calc(100% - 32px);
    }

    .ns-dual-showcase__panel {
        aspect-ratio: 3 / 4;
        min-height: 440px;
    }

    .ns-dual-showcase__copy {
        bottom: 28px;
        left: 26px;
        max-width: calc(100% - 52px);
    }

    .ns-dual-showcase__copy h2 {
        font-size: 22px;
    }

    .ns-cinematic-slider__inner {
        height: 560px;
        width: calc(100% - 28px);
    }

    .ns-cinematic-slider--pop-art .ns-cinematic-slider__inner {
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .ns-cinematic-slide__shade {
        background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.88) 100%);
    }

    .ns-cinematic-slider--pop-art .ns-cinematic-slide__shade {
        background: linear-gradient(180deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.22) 100%);
    }

    .ns-cinematic-slide__copy {
        bottom: 96px;
        left: 24px;
        max-width: calc(100% - 48px);
    }

    .ns-cinematic-slide__copy h2 {
        font-size: 34px;
    }

    .ns-cinematic-slider__controls {
        bottom: 28px;
        left: 24px;
        right: auto;
    }

    .ns-newsletter-signup {
        min-height: 360px;
    }

    .ns-newsletter-signup__inner {
        align-items: stretch;
        flex-direction: column;
        gap: 22px;
        min-height: 360px;
        padding: 42px 22px;
    }

    .ns-newsletter-signup__message {
        flex: 0 0 auto;
        gap: 16px;
    }

    .ns-newsletter-signup__message .fa {
        font-size: 28px;
    }

    .ns-newsletter-signup__form {
        flex-direction: column;
    }

    .ns-newsletter-signup__form input,
    .ns-newsletter-signup__form button {
        flex: 0 0 auto;
        width: 100%;
    }

    .home-page .logo img {
        max-width: 180px;
    }
}

@media (max-width: 480px) {
    .home-page .logo img {
        max-width: 150px;
    }
}

/**Content**/
/*Section Simple Text*/
.banner-simple-text {
    color: #fff;
    padding-bottom: 200px;
    padding-top: 200px;
    text-align: center;
    text-transform: uppercase;
}
.banner-simple-text > h2 {
    font-size: 90px;
    font-weight: 700;
    margin: 0;
}
.banner-simple-text > h3 {
    font-size: 60px;
    font-weight: 700;
    margin: 0;
}
.text-special strong {
    color: #ffc229;
    font-size: 260px;
    font-weight: normal;
	font-family: 'Poiret One', cursive;
}
.text-special {
    margin: -65px auto auto;
    position: relative;
    width: 560px;
}
.text-special > a:hover {
    background: #333 none repeat scroll 0 0;
    color: #fff;
    right: -28px;
}
.text-special > span {
    color: #ffc229;
    font-family: "Poiret One",cursive;
    font-size: 60px;
    left: 292px;
    line-height: 60px;
    position: absolute;
    top: 126px;
}
.text-special > label {
    font-size: 30px;
    font-weight: normal;
    left: 70px;
    position: absolute;
    top: 162px;
}
.text-special > a {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 165px;
    width: 160px;
	transition:all 0.5s ease-out 0s;
}
/*Section Banner Adv*/
.inner-box-banner-adv {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}
.inner-box-banner-adv.odd{
	margin-right:-10px;
}
.inner-box-banner-adv.even{
	margin-left:-10px;
}
.text-adv-intro {
    color: #fff;
    left: 50px;
    position: absolute;
    text-transform: uppercase;
    top: 90px;
    z-index: 99;
}
.text-adv-intro > h2 {
    font-size: 60px;
    margin: 0;
}
.text-adv-intro > h3 {
    color: #ffc229;
    font-size: 30px;
    margin: 0;
}

.box-search-adv .fa.fa-search {
    line-height: 80px;
}
.box-search-adv {
    position: absolute;
    right: 60px;
    top: 100px;
	background: #ffc229 none repeat scroll 0 0;
    border-radius: 50%;
	height: 80px;
    text-align: center;
    width: 80px;
    transition: all 0.5s ease-out 0s;
}
.inner-box-banner-adv:hover .box-search-adv {
    background: rgba(255, 194, 41, 0.5) none repeat scroll 0 0;
    transform:scale(9.5);
}
.box-search-adv-link {
    color: #fff;
    display: block;
    font-size: 30px;
    margin-top: -30px;
    position: absolute;
    right: 85px;
    top: 50%;
    transition: all 0.5s ease-out 0s;
}
.box-search-adv-link:hover{
	color:#ffc229;
}
.inner-box-banner-adv:hover .box-search-adv-link {
    font-size: 60px;
    margin-top: -40px;
    right: 190px;
}
.inner-box-banner-adv:hover .text-adv-hidden{
	transform: translate(0px, 0px);
	opacity:0.7;
}
.text-adv-hidden {
    bottom: 40px;
    color: #ede5d5;
    font-size: 18px;
    line-height: 20px;
    max-width: 200px;
    position: absolute;
    right: 50px;
    text-transform: uppercase;
    transform: translate(250px, 0px);
    transition: all 0.5s ease-out 0.3s;
}
.bottom-right::after {
    background: rgba(0, 0, 0, 0) url("../images/home_1/bg-rect.png") no-repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 130px;
    position: absolute;
    right: -10px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    width: 130px;
}
.bottom-left::after {
    background: rgba(0, 0, 0, 0) url("../images/home_1/bg-rect.png") no-repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 130px;
    left: 0;
    position: absolute;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    width: 130px;
}
.top-right::after {
    background: rgba(0, 0, 0, 0) url("../images/home_1/bg-rect.png") no-repeat scroll 0 0;
    content: "";
    height: 130px;
    position: absolute;
    right: 0;
    top: -10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    width: 130px;
}
.top-left::after {
    background: rgba(0, 0, 0, 0) url("../images/home_1/bg-rect.png") no-repeat scroll 0 0;
    content: "";
    height: 130px;
    left: -10px;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    width: 130px;
}
.banner-box-adv {
    padding-bottom: 125px;
}
.banner-adv-thumb-link > img {
    width: 100%;
}
/*Section New Arrival*/
.title-box-default {
    background: rgba(0, 0, 0, 0) url("../images/home_1/bg_title.png") no-repeat scroll center top;
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: center;
}
.title-tab {
    font-size: 30px;
    text-transform: uppercase;
}
.new-arrival-product {
    background: #000 none repeat scroll 0 0;
    padding-top: 70px;
}
.list-title-tab .active{
	color:#ffc229;
}
.title-box-default a{	
    color: #fff;
    font-size: 30px;
	transition:all 0.5s ease-out 0s;
}
.new-arrival-product:hover .prev-new-arrival{
	opacity:1;
	visibility:visible;
	margin-right: 25px;
}
.new-arrival-product:hover .next-new-arrival{
	opacity:1;
	visibility:visible;
	margin-left: 25px;
}
.prev-new-arrival {
    display: inline-block;
    margin-right: 0;
    opacity: 0;
    top: -13px;
    transition: all 0.5s ease-out 0s;
    vertical-align: top;
}
.next-new-arrival {
    margin-left: 0px;
	transition:all 0.5s ease-out 0s;
	opacity:0;
	visibility:hidden;
	display: inline-block;
    vertical-align: top;
}
.title-box-default  a:hover{
	color:#ffc229;
}

.item-thumb-product {
    position: relative;
}
.item-thumb-product .product-thumb-front {
	opacity:1;
	visibility:visible;
} 
.product-thumb-behind {
	transform: rotateY(180deg);
	opacity:0;
	visibility:hidden;
	position:absolute;
	top:0;
	left:0;
}
.western-tee-thumb .info-product-cart {
	width: 160px;
	height: 100px;
}
.western-tee-thumb .inner-info-product-cart ul {
	margin-top: -52px;
}
.western-tee-thumb .inner-info-product-cart ul li a {
	width: 34px;
	height: 34px;
}
.western-tee-thumb .inner-info-product-cart ul li a i {
	line-height: 34px;
}
.western-tee-thumb .inner-info-product-cart .link-product-add-cart {
	width: 128px;
}
.item-thumb-product:hover .product-thumb-front{
	transform: rotateY(180deg);
	opacity:0;
	visibility:hidden;
}
.item-thumb-product:hover .product-thumb-behind {
	transform: rotateY(0deg);
	opacity:1;
	visibility:visible;
}
.item-thumb-product img {
    transition: all 0.5s ease-out 0s;
}
.item-thumb-product:hover{
	cursor:pointer;
}
.status-product-new {
    background: #19ca5c none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    left: 0;
    padding: 0 10px 1px;
    position: absolute;
    text-transform: lowercase;
    top: 0;
	z-index:10;
}
.status-product-sale {
    background: #ff6766 none repeat scroll 0 0;
    color: #fff;
    padding: 0 10px 1px;
    position: absolute;
    right: 0;
    text-transform: lowercase;
    top: 0;
	z-index:10;
}
.status-product-new,
.status-product-sale {
    display: none !important;
}
.info-product-cart {
    border: 1px solid #d71920;
    bottom: 0;
    height: 120px;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    width: 180px;
    z-index: 10;
}
.item-thumb-product:hover .info-product-cart {
	opacity:1;
	visibility:visible;
}
.inner-info-product-cart {
    height: 100%;
    position: relative;
    width: 100%;
	transition:all 0.5s ease-out 0s;
}
.link-product-add-cart {
	background: #d71920 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
	transition:all 0.5s ease-out 0s;
}
.link-product-add-cart:hover{
	background: #a80f16 none repeat scroll 0 0;
	color: #fff;
}
.inner-info-product-cart .link-product-add-cart {
    width: 140px;
    bottom: -40px;
    left: 0;
    margin-left: 20px;
    position: absolute;
	transition:all 0.5s ease-out 0s;
}
.inner-info-product-cart  ul {
    left: 0;
    margin: -60px 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
	transition:all 0.5s ease-out 0s;
}
.item-thumb-product:hover .inner-info-product-cart  ul {
	margin: 20px 0 0;
}
.item-thumb-product:hover .inner-info-product-cart .link-product-add-cart  {
	bottom: 0px;
}
.inner-info-product-cart > ul > li {
    display: inline-block;
}
.inner-info-product-cart ul li a {
    color: #fff;
	transition:all 0.5s ease-out 0s;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
}
.inner-info-product-cart ul li a:hover{
	background: #d71920 none repeat scroll 0 0;
}
.inner-info-product-cart ul li a i{
	line-height:40px;
}

.item-info-product h3 a:hover {
	color:#d71920;
}
.item-info-product h3 a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.info-product-price > span {
    font-size: 18px;
    font-weight: 700;
}
.item-info-product {
    margin-top: 25px;
    text-align: center;
}
.item-info-product p,
.item-info-product .product-short-description,
.item-info-product .info-product-price,
.item-info-product .info-product-price > span,
.item-info-product .info-product-price del {
    color: #fff;
}
.new-arrival-product .info-product-price del,
.new-arrival-product .product-rating-star {
    display: none !important;
}
.info-product-price del {
    color: #bbb;
    margin-left: 10px;
}
.product-rating-star {
    color: #ffcc33;
}
.info-product-price {
    margin: 10px 0 5px;
}
.item-product {
    margin-bottom: 45px;
    position: relative;
}
.item-thumb-product::before{
	background:rgba(0,0,0,0.3);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:"";
	opacity:0;
	z-index:9;
	visibility:hidden;
	transition:all 0.5s ease-out 0s;
}
.item-thumb-product:hover::before{
	opacity:1;
	visibility:visible;
}
.list-title-tab {
    border: medium none;
    display: inline-block;
    margin: 0;
	vertical-align:top;
}
.list-title-tab.nav-tabs > li > a {
    border: medium none;
    border-radius: 0;
    line-height: inherit;
    margin-right: 0;
}
.list-title-tab.nav-tabs > li.active > a,.list-title-tab.nav-tabs > li:hover > a{
	color:#ffc229;
	border:none;
	margin:0;
}
.list-title-tab li {
    margin-left: 45px;
}
.list-title-tab li:first-child {
    margin-left: 0;
}
/*Section Grid Adv*/

.banner-grid-left {
    float: left;
    width: 66.66%;
}
.banner-grid-right {
    float: right;
    width: 33.334%;
}
.banner-grid-left .grid-image-box {
    float: left;
    width: 50%;
}
.grid-image-box  a {
    display: block;
    overflow: hidden;
}
.grid-image-box img {
    transform: scale(1);
    transition: all 0.5s ease-out 0s;
    width: 100%;
}
.grid-image-box {
    overflow: hidden;
    position: relative;
}
.grid-image-box:hover img{
	transform:scale(1.2);
}
.banner-grid-left .grid-text-box {
    float: left;
    width: 50%;
}
.banner-grid-right  .grid-text-box::before{
	background: #ffc229 none repeat scroll 0 0;
    top: 0px;
    content: "";
    height: 53px;
    right: 50px;
    position: absolute;
    width: 1px;
    z-index: 999;
} 
.banner-grid-right  .grid-image-box::before{
	background: #ffc229 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 53px;
    right: 50px;
    position: absolute;
    width: 1px;
    z-index: 999;
} 
.wrap-grid-adv-box::before {
    background: #ffc229 none repeat scroll 0 0;
    bottom: 50px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -53px;
    position: absolute;
    width: 106px;
    z-index: 999;
}
.wrap-grid-adv-box {
    position: relative;
}
.grid-text-box  h3 {
    color: #333;
    font-size: 30px;
    margin: 0;
	position:relative;
}
.grid-text-box  h2 {
    color: #ffc229;
    font-size: 60px;
    margin: 0;
	position:relative;
}
.grid-text-box {
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
	transition: all 0.5s ease-out 0s;
}
.grid-text-box:hover {
    background: #333 none repeat scroll 0 0;
}
.grid-text-box:hover h3 {
    -webkit-animation: h3animate 0.5s; /* Chrome, Safari, Opera */
    -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
    animation: h3animate 0.5s;
    animation-direction: alternate;
	color:#fff;
}
@keyframes h3animate {
   0%   {left: -450px;}
   100% {left: 0px;}
}
.grid-text-box:hover h2 {
    -webkit-animation: h2animate 0.5s; /* Chrome, Safari, Opera */
    -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
    animation: h2animate 0.5s;
    animation-direction: alternate;
}
@keyframes h2animate {
   0%   {left: 450px;}
   100% {left: 0px;}
}
.grid-text-box.active{
	background:#333;
}
.grid-text-box.active h3{
	color:#fff;
}
.inner-grid-text-box {
    bottom: 0;
    height: 130px;
    left: 0;
    margin: auto;
    padding-left: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.gray-box{
	background:#f9f9f9;
}
/*List Design*/
.list-designer {
    background: rgba(0, 0, 0, 0) url("../images/home_1/parallax_01.png") no-repeat scroll center top;
	padding:70px 0;
	margin-top:20px;
}
.designer-thumb:hover img {
    transform: scale(1.2);
}
.designer-thumb img {
    transition: all 0.5s ease-out 0s;
}
.content-list-designer {
    text-align: center;
}
.content-list-designer > label {
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    margin-right: 45px;
    margin-top: 55px;
    vertical-align: top;
}
.content-list-designer ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.see-all-designer:hover {
	background:#ffc229;
	color:#fff;
}
.see-all-designer {
    background: #fff none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 45px;
    margin-top: 55px;
    text-transform: uppercase;
    width: 190px;
	transition:all 0.5s ease-out 0s;
}
.designer-thumb {
    border: 1px solid #aea7a1;
    display: block;
    overflow: hidden;
    padding: 10px;
}
.item-designer h3 {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 12px;
    text-align: center;
    text-transform: uppercase;
}
.item-designer  h3 a{
    color: #fff;
}
.item-designer  h3 a:hover{
    color: #ffc229;
}
/*Section Category Leading*/
.content-category-leading .item-product-category-leading{
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
    position: relative;
    width: 20%;
}
.leading-info-product-cart {
    box-shadow: 2px 2px 5px -3px #000;
    left: 40px;
    opacity: 0;
    position: absolute;
    top: 40px;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    width: 200px;
    z-index: 999;
}
.item-thumb-product:hover .leading-info-product-cart {
    left: 0;
    opacity: 1;
    top: 0;
    visibility: visible;
}
.category-leading {
    margin-top: 70px;
}
.category-leading .container {
    max-width: 900px;
}
.thumb-category-leading {
    float: left;
    padding-right: 5px;
    position: relative;
    width: 27.9%;
}
.text-category-leading {
    bottom: 0;
    height: 140px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 99;
}
.text-category-leading > span {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    text-transform: uppercase;
    width: 80px;
}
.text-category-leading > h2 {
    color: #333;
    font-size: 30px;
    margin-top: 15px;
    text-transform: uppercase;
}
.thumb-category-leading a{
	display:block;
	overflow:hidden;
	position:relative;
}
.item-product-category-leading .item-thumb-product .info-product-price {
    bottom: -40px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 20px;
    position: absolute;
    text-align: center;
    width: 140px;
	background: #ffc229 none repeat scroll 0 0;
	transition: all 0.5s ease-out 0s;
}
.item-product-category-leading .item-thumb-product .info-product-price > span {
    font-size: 14px;
    font-weight: 400;
	text-transform:uppercase;
}
.item-product-category-leading .item-thumb-product:hover .info-product-price{
	bottom: 0px;
}
.item-product-category-leading .item-thumb-product:hover .link-product-add-cart{
	bottom: -40px;
}
.item-product-category-leading .item-thumb-product .info-product-cart:hover .info-product-price{
	bottom: -40px;
}
.item-product-category-leading .item-thumb-product .info-product-cart:hover .link-product-add-cart{
	bottom: 0px;
}
.thumb-category-leading a::before {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9;
}
.item-product-category-leading .item-thumb-product{
	transition: all 0.5s ease-out 0s;
	position:relative;
}

.thumb-category-leading:hover a::before{
	visibility: visible;
	opacity: 1;
}
.thumb-category-leading img{
	transition:all 0.5s ease-out 0s;
}
.thumb-category-leading:hover img{
	transform:scale(1.2);
}
.content-category-leading {
    float: right;
    width: 72.1%;
}
/*Section Customer Services*/
.custom-services {
    margin-top: 60px;
}
.item-service-box {
    margin-top: -10px;
    padding: 0 40px;
    text-align: center;
}
.item-service-box > h3 {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
}
.item-service-link {
    border: 1px solid #ccc;
    border-radius: 50%;
    display: block;
    height: 80px;
    margin: 28px auto 25px;
    position: relative;
    width: 80px;
}
.item-service-link:hover img{
	transform:rotate(45deg) scale(1.1);
}
.item-service-link  img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
	transition:all 0.5s ease-out 0s;
}
.item-service-link:hover {
    box-shadow: 0 0 8px 0 #dedede;
}
.item-service-box  p {
    color: #666;
    line-height: 24px;
}
/*From Our Blog*/
.from-our-blog {
    background: rgba(0, 0, 0, 0) url("../images/home_1/bg_blog.jpg") no-repeat scroll center top;
    margin-top: 60px;
    padding: 70px 0 40px;
}
.item-our-blog {
    margin-bottom: 30px;
    position: relative;
	overflow:hidden;
}

.item-our-blog:hover::before {
    height: 200%;
    margin-top: -100%;
    transition: all 0.5s ease-out 0s;
    z-index: 9;
}
.item-our-blog::before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 0;
    left: -50%;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: rotate(51deg);
    transition: all 0.5s ease-out 0s;
    width: 200%;
    z-index: 9;
}
.item-our-blog:hover .our-blog-thumb img {
    transform: scale(1.2);
}
.item-our-blog .our-blog-thumb img {
    transform: rotate(0deg) scale(1);
    transition: all 0.5s ease-out 0s;
    width: 100%;
}
.our-blog-thumb {
    overflow: hidden;
    position: relative;
}
.item-our-blog:hover .our-blog-info{
	opacity: 1;
	visibility: visible;
}
.post-extra-link{
	margin-top:50px;
	transition: all 0.5s ease-out 0s;
}
.item-our-blog:hover .post-extra-link{
	margin-top:0px;
}
.our-blog-info {
    bottom: 0;
    color: #fff;
    height: 160px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    width: 100%;
    z-index: 10;
}
.inner-our-blog-info > h3 {
    font-size: 16px;
    margin: 15px 0;
    text-transform: uppercase;
}
.inner-our-blog-info h3 a {
    color: #fff;
	opacity:1;
}
.inner-our-blog-info {
    color: #fff;
}
.inner-our-blog-info time,.inner-our-blog-info span{
	opacity:0.7;
}
.post-extra-link > a {
    background: #000 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    margin: 30px 6px 0;
    padding-top: 8px;
    vertical-align: top;
    width: 40px;
	transition:all 0.5s ease-out 0s;
}
.post-extra-link > a:hover {
    background: #ffac1c none repeat scroll 0 0;
}
.title-box-default.white-arrow-style {
    background: rgba(0, 0, 0, 0) url("../images/home_1/bg_title_white.png") no-repeat scroll center top;
}
.title-box-default.white-arrow-style  .title-tab{
    color:#fff;
}
.title-box-default  h2 {
    margin-bottom: 0;
    margin-top: 8px;
}
.header-info .box-account-lc.box {
    display: inline-block;
    height: 20px;
    margin: 0 15px 0 0;
    position: relative;
    vertical-align: top;
    width: 20px;
}
.header-info .box{
    text-align: left;
}
.header-info .box-account-lc.box:hover .box-inner {
    opacity: 1;
    top: 28px;
    transition: all 0.3s ease-out 0s;
    visibility: visible;
}
.header-info .box.box-account-lc .box-inner {
    height: 162px;
    padding: 24px 0 0 15px;
    right: -109px;
    width: 410px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    float: left;
    opacity: 0;
    position: absolute;
    right: -45px;
    top: 50px;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    z-index: 999;
}
.header-info .block-cart.box::after {
    bottom: -30px;
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-size: 21px;
    height: 10px;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    position: absolute;
    text-indent: 0;
    transition: all 0.3s ease-out 0s;
    width: 14px;
}
.header-info .block-cart.box:hover::after {
	bottom: 0px;
	opacity: 1;
}
.header-info .box.box-account-lc::after {
    bottom: -30px;
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-size: 21px;
    height: 10px;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    position: absolute;
    text-indent: 0;
    transition: all 0.3s ease-out 0s;
    width: 14px;
}
.header-info .box.box-account-lc:hover::after {
	bottom: 0px;
	opacity: 1;
}
.header-info .box.box-account-lc .box-inner .links{
    border-right: 1px solid #eaeaec;
    float: left;
    height: 116px;
    width: 140px;
}
.header-info .box.box-account-lc .box-inner .links li {
    padding-left: 24px;
    float: left;
    width: 100%;
}
.header-info .box.box-account-lc .box-inner .links li a.top-link-myaccount::before {
    content: "";
}
.header-info .box.box-account-lc .box-inner .links li a.top-link-wishlist::before {
    content: "";
}
.header-info .box.box-account-lc .box-inner .links li a.top-link-checkout::before {
    content: "";
}

.header-info .box.box-account-lc .box-inner .links li a.top-link-login::before {
    content: "";
    left: -6px;
}
.header-info .box.box-account-lc .box-inner .links li a::before {
    color: #666666;
    content: "";
    font-family: "FontAwesome";
    left: -8px;
    position: absolute;
    top: 0;
}
.header-info .box.box-account-lc .box-inner .links li a {
    padding-left: 17px;
    position: relative;
}
.header-info .box.box-account-lc .box-inner ul li a {
    color: #666666;
    float: left;
    line-height: 30px;
    width: 100%;
}
.header-info .box.box-account-lc .box-inner ul li a:hover {
    color: #ffc229;
}
.header-info .box.box-account-lc .box-inner .links li a:hover::before {
    color: #ffc229;
}
.header-info .box.box-account-lc .box-inner .block-language {
    padding: 0 18px 0 24px;
    width: 145px;
    border-right: 1px solid #eaeaec;
    float: left;
    height: 116px;
}
.header-info .box.box-account-lc .box-inner  .block-language .lg-cur {
    display: none;
}
.header-info .box.box-account-lc .box-inner ul{
    float: left;
    padding: 0;
    width: 100%;
}
.header-info ul{
	list-style: outside none none;
    margin: 0;
}
.header-info .box.box-account-lc .box-inner  ul li {
    float: left;
    width: 100%;
}
.header-info .box.box-account-lc .box-inner .block-language .selected {
    color: #ffc229;
}
.header-info .box.box-account-lc .box-inner .block-language ul li a {
    width: auto;
}
.header-info .box.box-account-lc .box-inner .block-language ul li a img {
    float: left;
    margin: 10px 10px 0 0;
}
.header-info .box.box-account-lc .box-inner .block-language ul li a span {
    display: block;
    float: left;
}
.header-info .box.box-account-lc .box-inner .block-currency {
    float: left;
    height: 162px;
    padding: 0 24px;
    width: 96px;
}
.header-info .box.box-account-lc .box-inner  .block-currency .item-cur {
    display: none;
}
.header-info .block-cart.box {
    display: inline-block;
    height: 20px;
    margin: 0;
    position: relative;
    width: 25px;
}
.header-info .block-cart.box:hover .box-inner {
    opacity: 1;
    top: 28px;
    transition: all 0.3s ease-out 0s;
    visibility: visible;
}
.header-info .block-cart.box .block-content {
    float: left;
    margin: 0;
    right: 0;
    width: 290px;
    background: #fff none repeat scroll 0 0;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    position: absolute;
    top: 50px;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    z-index: 999;
}
.header-info .block-cart.box .block-content .inner {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 15px 20px;
    width: 100%;
}
.header-info .block-cart.box .block-content .inner ol{
	list-style:none;
	margin:0;
	padding:0;
}
.header-info .block-cart.box .block-content .inner .block-subtitle {
    font-size: 14px;
    text-transform: uppercase;
}
.header-info .block-cart.box .block-content .inner #cart-sidebar li {
    border-bottom: 1px solid #eaeaec;
    float: left;
    padding: 15px 0 25px 25px;
    position: relative;
    width: 100%;
}
.header-info .block-cart.box .block-content .inner #cart-sidebar li .product-image::before {
    background: rgba(255, 194, 41, 0.2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    z-index: 9;
}
.header-info .block-cart.box .block-content .inner #cart-sidebar li .product-image {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}
.header-info .block-cart.box .block-content .inner #cart-sidebar li .product-image img {
    border: 1px solid transparent;
}
.header-info .block-cart.box .block-content .inner #cart-sidebar li .btn-remove::before {
    color: #666666;
    content: "";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
}
.header-info .block-cart.box .block-content .inner #cart-sidebar li .btn-remove {
    font-size: 14px;
    height: 15px;
    left: 0;
    position: absolute;
    text-indent: -9999em;
    top: 18px;
    width: 15px;
}
.header-info .block-cart.box .block-content .inner #cart-sidebar li .btn-edit::before {
    color: #666666;
    content: "";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
}
.header-info .block-cart.box .block-content .inner #cart-sidebar li .btn-edit {
    font-size: 14px;
    height: 15px;
    left: 0;
    position: absolute;
    text-indent: -9999em;
    top: 42px;
    width: 15px;
}
.header-info .block-cart.box .block-content .inner #cart-sidebar li .product-details {
    float: left;
}
.header-info .block-cart.box .block-content .inner #cart-sidebar li .product-name a {
    color: #666666;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
    width: 132px;
}
.header-info .block-cart.box .block-content .inner #cart-sidebar li .product-details .price {
    color: #ffb424;
    display: inline-block;
    line-height: 100%;
    margin: 0 0 12px;
    width: 100%;
}
.header-info .block-cart.box .block-content .inner #cart-sidebar li .product-details > strong {
    border: 1px solid #eaeaec;
    float: left;
    min-width: 98px;
	text-align:center;
}
.header-info .block-cart.box .block-content .inner .summary {
    float: left;
    margin-bottom: 8px;
    width: 100%;
}
.header-info .block-cart.box .block-content .inner .summary p {
    margin: 0;
    width: 100%;
}
.header-info .block-cart.box .block-content .inner #cart-sidebar li .product-name {
    font-size: 100%;
	margin:0;
}
.header-info .block-cart.box .block-content .inner .summary p .label {
    color: #666666;
    display: inline-block;
    font-size: 100%;
    font-weight: normal;
    margin: 15px 0 0;
    padding: 0;
    text-transform: uppercase;
}
.header-info .block-cart.box .block-content .inner .summary p .price {
    color: #666666;
    float: right;
    font-size: 142.85%;
    margin-top: 6px;
}
.header-info .block-cart.box .block-content .inner .actions {
    float: left;
    text-align: center;
    width: 100%;
}
.header-info .block-cart.box .block-content .inner .actions .a-inner {
    display: inline-block;
}
.header-info .block-cart.box .block-content .inner .actions .a-inner a {
    background: #ffc229 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 100%;
    margin: 0 2px;
    padding: 8px 6px;
    position: relative;
    text-transform: uppercase;
    width: 125px;
}
.header-info .block-cart.box .block-content .inner .actions .a-inner a {
    background: #ffc229 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 100%;
    margin: 0 2px;
    padding: 8px 6px;
    position: relative;
    text-transform: uppercase;
    width: 120px;
}
.header-info .block-cart.box .block-content .inner .actions .a-inner a:hover {
    background: #ffa200 none repeat scroll 0 0;
}
.top-search .search-cat .wrap-scrollbar {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    min-width: 200px;
    padding: 15px;
    position: absolute;
    top: 100%;
	z-index:999;
}
.top-search .search-cat .scrollbar {
    background: #fff none repeat scroll 0 0;
    position: absolute;
    width: 200px;
}
.top-search .search-cat .scrollbar > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.top-search .search-cat .wrap-scrollbar li a {
    color: #333;
	font-size:14px;
	display:block;
}
.top-search .search-cat .wrap-scrollbar li a:hover {
    color: #ffc229;
}
/*Mega Menu*/
.main-nav{
	position:relative;
}
.main-nav .sub-menu {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 3px 5px -1px #c1c1c1;
    left: 0;
    list-style: outside none none;
    margin: 40px 0 0;
    padding: 25px 30px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s ease-out 0s;
}
.main-nav .sub-menu>li{
	margin-bottom:10px;
}
.title-mega-menu {
    color: #010101;
    font-size: 30px;
    margin: 0 0 30px 0;
    text-align: center;
    text-transform: uppercase;
}
.mega-menu-list-product .item {
    padding: 0 5px;
}
.mega-menu-list-product {
    padding: 0 60px;
    position: relative;
}
.mega-slide-text {
    margin: 15px 0;
    text-align: center;
}
.mega-slide-text > span {
    color: #333;
    font-weight: 700;
    margin-right: 10px;
}
.mega-slide-text > del{
	color:#999;
}

.main-nav .sub-menu.native-signals-mega-panel {
	background:rgba(0,0,0,0.8);
	box-shadow:0 4px 12px rgba(0,0,0,0.45);
}
.main-nav .sub-menu.native-signals-mega-panel > li {
	margin-bottom:0;
}
.native-signals-mega {
	background:rgba(0,0,0,0.8);
	color:#fff;
	padding:28px 0 34px;
}
.native-signals-mega .title-mega-menu {
	color:#fff;
	margin-bottom:26px;
}
.native-signals-mega .mega-menu-list-product {
	padding:0 68px;
}
.native-signals-mega .mega-menu-list-product .item {
	padding:0 8px;
}
.native-signals-mega .mega-slide-thumb {
	align-items:center;
	background:#111;
	display:flex;
	justify-content:center;
	min-height:190px;
}
.native-signals-mega .mega-slide-thumb > a {
	display:block;
	width:100%;
}
.native-signals-mega .mega-slide-thumb img {
	height:190px;
	object-fit:contain;
	width:100%;
}
.native-signals-mega .mega-slide-text {
	min-height:54px;
}
.native-signals-mega .mega-slide-text > a {
	color:#fff;
	display:block;
	font-size:13px;
	font-weight:700;
	line-height:1.25;
	margin-bottom:6px;
	text-transform:uppercase;
}
.native-signals-mega .mega-slide-text > span {
	color:#fff;
	margin-right:0;
}
.native-signals-mega .mega-menu-list-product .owl-direct-nav a {
	color:#fff;
}

.main-nav .sub-menu.native-signals-satchel-panel {
    background: rgba(0,0,0,0.8);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
    padding: 30px;
}

.main-nav .sub-menu.native-signals-satchel-panel > li {
    margin-bottom: 0;
}

.native-signals-satchel-mega {
    align-items: start;
    background: rgba(0,0,0,0.8);
    color: #fff;
    display: grid;
    gap: 30px;
    grid-template-columns: minmax(360px, 1.9fr) minmax(160px, 0.85fr) minmax(210px, 0.9fr);
}

.satchel-mega__art img,
.satchel-mega__brand-card img {
    display: block;
    width: 100%;
}

.satchel-mega__art img {
    aspect-ratio: 1712 / 1360;
    background: #000;
    object-fit: contain;
    object-position: center top;
}

.satchel-mega__column h2,
.satchel-mega__heading-row h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    color: #f5f5f5;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.satchel-mega__categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.satchel-mega__categories li {
    margin-bottom: 12px;
}

.satchel-mega__categories a {
    color: #aaa;
    font-size: 14px;
}

.satchel-mega__categories a:hover {
    color: #fff;
}

.satchel-mega__heading-row {
    position: relative;
}

.satchel-mega__arrows {
    color: #e5e5e5;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
}

.satchel-mega__arrows button {
    background: none;
    border: 0;
    color: inherit;
    cursor: pointer;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.satchel-mega__arrows button + button {
    margin-left: 7px;
}

.satchel-mega__arrows button:hover {
    color: #fff;
}

.satchel-mega__culture-slides {
    aspect-ratio: 3 / 4;
    background: #000;
    overflow: hidden;
    position: relative;
}

.satchel-mega__brand-card {
    display: block;
    inset: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    transition: opacity 0.45s ease;
}

.satchel-mega__brand-card.is-active {
    opacity: 1;
    pointer-events: auto;
}

.satchel-mega__brand-card img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

@media (max-width: 767px) {
    .native-signals-satchel-mega {
        grid-template-columns: 1fr;
    }
}

.mega-menu-simple-banner {
    position: relative;
}
.mega-menu-simple-thumb {
}
.mega-menu-simple-thumb img {
    height: auto;
    width: 100%;
}
.mega-menu-simple-thumb a{
	display:block;
    position: relative;
}
.mega-menu-simple-banner.text-inner .mega-menu-simple-text {
    color: #fff;
    left: 0;
    padding: 30px 50px 0;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%;
	z-index:99;
}
.mega-menu-simple-thumb a::before{
	background:rgba(0,0,0,0.1);
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	transition:all 0.5s ease-out 0s;
	z-index:99;
	content:"";
}
.mega-menu-simple-thumb a::after{
	background:rgba(0,0,0,0.1);
	position:absolute;
	bottom:0;
	right:0;
	width:0;
	height:0;
	transition:all 0.5s ease-out 0s;
	z-index:99;
	content:"";
}
.mega-menu-simple-thumb a:hover::before{
	width:100%;
	height:100%;
}
.mega-menu-simple-thumb a:hover::after{
	width:100%;
	height:100%;
}
.mega-menu-simple-banner.text-inner .mega-menu-simple-text .simple-text1{
	float:left;
	font-size:30px;
	margin-right:20px;
}
.mega-menu-simple-banner.text-inner .mega-menu-simple-text .simple-text2 {
    float: left;
    font-size: 18px;
    line-height: 20px;
    text-shadow: 2px 2px 1px #333;
}
.mega-menu-simple-banner.text-inner {
    margin-top: 30px;
}
.mega-menu-simple-banner.text-inner p{
	margin:0;
}
.mega-slide-thumb {
    overflow: hidden;
    position: relative;
}
.mega-slide-thumb img{
	transition:all 0.5s ease-out 0s;
}
.mega-slide-thumb:hover img{
	transform:scale(1.2);
	opacity:0.8;
}
.main-nav > ul>li {
    padding-bottom: 15px;
}

.mega-menu-text-intro > strong {
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
}
.mega-menu-text-intro {
    margin: 15px 0 0;
}
.mega-menu-text-intro > span {
    color: #666;
}

.mega-menu-text-intro > strong {
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
}
.mega-menu-text-intro {
    margin: 15px 0 0;
}
.mega-menu-text-intro > span {
    color: #666;
}
.mega-menu-list-category > h2 {
    border-bottom: 1px solid #999;
    font-size: 14px;
    margin: 0 0 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.mega-menu-list-category > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.mega-menu-list-category li {
    margin-bottom: 10px;
}
.mega-menu-list-category a {
    color: #666;
}
.mega-menu-list-category a:hover {
    color: #ffc229;
}
.mega-menu-slider-brand > h2 {
	border-bottom: 1px solid #999;
    font-size: 14px;
    margin: 0 0 18px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.inner-brand > a {
    border: 1px solid #999;
    display: block;
    margin-bottom: 13px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.inner-brand > a img{
	transition:all 0.5s ease-out 0s;
}
.inner-brand > a:hover img{
	transform:scale(1.15);
}
.has-mega-menu > a {
    position: relative;
}
.has-mega-menu > a::before {
    color: #fff;
    content: "";
    font-family: fontawesome;
    left: 50%;
    margin-left: -3px;
    margin-top: 45px;
    position: absolute;
    top: 100%;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s ease-out 0s;
}
.main-nav>ul>li:hover >.sub-menu{
	opacity:1;
	visibility:visible;
	margin:0;
}
.main-nav>ul>li:hover>a::before{
	opacity:1;
	visibility:visible;
	margin-top:5px;
}
.mega-menu-slider-brand {
    position: relative;
}
.mega-menu-slider-brand .owl-direct-nav {
    position: absolute;
    right: 0;
	top:0;
}
.mega-menu-slider-brand .owl-direct-nav a{
	color:#333;
	margin:0 0 3px 5px;
}
.mega-menu-slider-brand .owl-direct-nav a:hover{
	color:#FFC229;
}
.mega-menu-list-product .owl-direct-nav a {
    color: #333;
    font-size: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}
.mega-menu-list-product .owl-direct-nav  .prev {
    left: 20px;
}
.mega-menu-list-product .owl-direct-nav  .next {
    right: 20px;
}
.mega-menu-list-product .owl-direct-nav a:hover{
	color:#FFC229;
}
.menu-item-has-children{
	position:relative;
}
.menu-item-has-children .sub-menu{
	width:200px;
}
.menu-item-has-children > a::before {
    color: #fff;
    content: "";
    font-family: fontawesome;
    left: 50%;
    margin-left: -3px;
    margin-top: 45px;
    position: absolute;
    top: 100%;
	opacity:0;
	visibility:hidden;
	transition:all 0.5s ease-out 0s;
}
.menu-item-has-children > a{
	position:relative;
}
.main-nav .menu-item-has-children .sub-menu a{
	color:#333;
}
.main-nav .menu-item-has-children .sub-menu a:hover{
	color:#FFC229;
}
.main-nav > ul {
    margin: 0;
}
.main-nav > ul>li{
	padding-left:0;
	padding-right:0;
}
.main-nav > ul > li:last-child {
    margin-right: 0;
}
.slimScrollDiv .scrollbar li {
    margin-bottom: 5px;
}
.btn-mobile-menu{
	display:none;
}





