/* Minification failed. Returning unminified contents.
(1193,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1316,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1322,22): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1323,18): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1324,32): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1330,17): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-color'
(1330,47): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1341,25): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(1368,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1372,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1456,22): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(1456,52): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1505,26): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-color'
(1505,56): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1534,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1538,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1619,28): run-time error CSS1039: Token not allowed after unary operator: '-swiper-preloader-color'
(1619,57): run-time error CSS1039: Token not allowed after unary operator: '-swiper-theme-color'
(1625,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1629,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
.product-slider .carousel-col .ng-isolate-scope,
.swiper-container .ng-isolate-scope {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .product-slider .carousel-col .ng-isolate-scope img,
    .swiper-container .ng-isolate-scope img {
        max-width: 100%;
    }

.product-slider .carousel-col .product-name-info,
.swiper-container .product-name-info {
    text-align: center;
}

    .product-slider .carousel-col .product-name-info .product-price,
    .swiper-container .product-price {
        text-align: center;
    }

.carousel-indicators {
    bottom: -60px;
    z-index: 6;
}

    .carousel-indicators li {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 1px 5px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgb(255, 255, 255);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 22px;
        height: 22px;
        margin: 0;
        background-color: #232154;
    }

.selectcharacter-brand {
    width: 100%;
    margin: 0 0 0 2px;
    padding: 0;
}

    .selectcharacter-brand li {
        float: left;
        font-size: 1.2em;
        padding: 0 1px 5px 0;
        list-style: none;
    }

        .selectcharacter-brand li:last-child {
            padding-right: 0;
        }

        .selectcharacter-brand li a {
            display: inline-block;
            text-align: center;
            font-weight: 400;
            background: #182a3c;
            color: #fff;
            width: 34px;
            height: 34px;
            line-height: 34px;
        }

        .selectcharacter-brand li.active,
        .selectcharacter-brand li.active a {
            background: #FF5722;
        }

        .selectcharacter-brand li.view-all a {
            font-size: 13px;
            font-weight: bold;
            text-transform: uppercase;
            background: #4CCC84;
        }

        .selectcharacter-brand li:hover {
            cursor: pointer;
        }

        .selectcharacter-brand li.default a, .selectcharacter-brand li.default a:hover, .selectcharacter-brand li.default:hover a {
            background: #c3ccda;
            color: #959da7;
            cursor: default;
            pointer-events: none;
        }

        .selectcharacter-brand li a:hover {
            background: #FF5722;
        }

        .selectcharacter-brand li .link-text {
            color: #000;
        }

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    .animated.flipOutX,
    .animated.flipOutY,
    .animated.bounceIn,
    .animated.bounceOut {
        -webkit-animation-duration: .75s;
        animation-duration: .75s;
    }

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.d--subBrand-panel {
    background: #f1f1f1;
    min-height: 80vh;
    padding: 0px;
    margin: 0px auto;
}

.d--brand-image-container {
    float: left;
    border-bottom: 1px solid #100c24;
    padding: 15px 10px;
    background: #100c24;
}

.d--brand-image {
    border: 2px solid #000;
    width: 60%;
    float: left;
    margin: 0 20%;
}

.d--brand-all-link, .d--brand-all-link:hover, .d--brand-all-link:focus, .d--brand-all-link:active {
    background: #ea0083;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase;
    border: 1px solid #ea0083;
    padding: 7px 5px;
    font-weight: 600;
}

.d--border-left {
    border-left: 1px solid #ddd;
}

.d--sub-brand-ul {
    padding: 0px;
}

    .d--sub-brand-ul li {
        float: left;
        display: block;
        width: 100%;
        padding: 5px 10px;
        text-align: left;
        border-bottom: 1px solid #ddd;
    }

        .d--sub-brand-ul li a {
            color: #000;
            font-weight: 500;
            font-style: normal;
            font-size: 13px;
        }

.d--no-quick-view .see-detail-icon {
    display: none;
}

.subbrand-content {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    max-height: 100px;
    overflow: hidden;
}

.mask.subbrand-banner {
    background-color: #fff;
    width: 100%;
    float: left;
    margin: 0px auto 40px;
    min-height: 100px;
    position: relative;
    z-index: 2;
}

.mask {
    background-color: #fff;
    width: 100%;
    float: left;
    margin: 0px auto 40px;
    min-height: 220px;
    position: relative;
    z-index: 2;
}

    .mask h2 {
        color: #333333;
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        text-align: left;
        margin-top: 0px;
    }

    .mask .text-center h2 {
        color: #333333;
        font-size: 32px;
        font-weight: 400;
        line-height: 38px;
        text-align: center;
        margin-top: 0px;
    }

    .mask .text-center p {
        text-align: center;
    }

    .mask .data {
        position: absolute;
        left: 40%;
        top: 30px;
        z-index: 1;
    }


/*Brand page css*/
.banner-section-brand .logo-section {
    background: #000;
    padding: 10px;
    margin-bottom: 40px;
}

.banner-section-brand .chanel-empty-logo-section {
    background: #000;
    padding: 4px;
    margin-bottom: 2px;
}

.banner-section-brand .chanel-logo-section {
    padding: 10px;
    margin-bottom: 40px;
}

.banner-section-brand .logo-section span {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.background-grey-sec {
    background: #e2e2e2;
    margin: 0 -15px;
}

.background-white-sec {
    background: #fff;
    margin: 0 -15px;
}

.banner-section-brand {
    padding: 10px 0;
}

.new-in-sec {
    padding: 40px 0 60px;
}

.product-section {
    background: #fff;
    padding: 20px 25px;
}

.product-name-info span {
    display: block;
    margin-bottom: 7px;
}

.product-name {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.product-subbrand {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.product-subbrand-bold {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.product-desc {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.product-price {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 10px;
    display: block;
}

.product-price-new {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 10px;
    text-align: center !important;
}

.product-name-info {
    padding-top: 20px;
}

.product-section, .middleimg-section {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.shop-btn .animate.btn-primary {
    border-radius: 5px;
    width: 250px;
    height: 48px;
    margin-bottom: 0;
    margin-top: 40px;
}

.most-product-slider {
    padding: 40px 0 80px;
}

.brand-h2-heading {
    color: #333333;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 40px;
}

.latest-campaign-section {
    padding: 40px 0;
}

    .latest-campaign-section .omni-list-title.off-fragra-h2 {
        color: #333333;
        font-size: 28px;
        font-weight: 500;
        line-height: 34px;
    }

    .latest-campaign-section .omni-list-sub-title.off-fragra-h4 {
        color: #333333;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
    }

    .latest-campaign-section .btn-primary {
        background-color: #1D1258;
        border-radius: 5px;
        width: 219px;
        height: 48px;
    }

.film-section {
    padding: 40px 0;
}

    .film-section iframe {
        width: 1208px;
        height: 678px;
    }

.fragrance-month {
    padding: 40px 0;
}

    .fragrance-month .fragrance-img {
        float: none;
        display: inline-block;
        min-height: 100%;
        height: auto;
        width: 100%;
        padding: 0;
    }

.fragrance-month-info {
    display: flex;
    justify-content: center;
}

.best-selling-sec {
    padding: 60px 0 40px;
}

.selling-text h3 {
    color: #333333;
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
}

.selling-text p {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
/*Brand page css End*/
/*slider product and tab css*/
.product-slider-heading {
    margin-bottom: 40px;
}

ul.tabs {
    text-align: center;
    padding: 0px 0 50px !important;
}

.content-slider h3 {
    margin: 0;
    padding: 70px 0;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    ul.tabs li {
        background: none;
        color: #222;
        display: inline-block;
        padding: 10px 15px;
        cursor: pointer;
        border-bottom: 3px solid #cccccc;
        width: 243px;
        font-weight: 500;
        font-size: 16px;
    }

        ul.tabs li.current {
            border-color: #191246;
            color: #222;
        }

.filter-link-sec h2 {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0;
}

.filter-link-sec ul {
    margin-bottom: 20px;
}

    .filter-link-sec ul li {
        color: #333333;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
    }

.filter-sec {
    padding: 0 40px 0 0;
}

.filter-link-mob select {
    -webkit-appearance: none;
    width: 100%;
    background: #fff;
    border: 1px solid #979797;
    border-radius: 5px;
    padding: 12px 18px;
}

.filter-sec-mob {
    padding: 30px 15px;
}

.d-margin {
    margin-right: 2%;
}
/*End*/
/*brand page mobile css*/
@media only screen and (max-width: 767px) {
    .product-slider .carousel-col {
        min-height: 380px;
    }

    .banner-section-brand .logo-section span {
        font-size: 22px;
    }

    .banner-section-brand .logo-section {
        padding: 5px;
        margin-bottom: 0;
    }

    .banner-section-brand .container {
        padding: 0;
    }

    .film-section iframe {
        width: 100%;
        height: 300px;
    }

    .new-in-sec .product-section {
        float: left;
        padding: 10px;
        border-right: 3px solid #e9efef;
        border-left: 3px solid #e9efef;
    }

    .d-margin {
        margin-right: 0%;
    }

    .product-margin {
        margin-right: 2%;
    }

    .product-name-info {
        padding-top: 10px;
    }

        .product-name-info span {
            display: block;
            margin-bottom: 5px;
        }

    .product-subbrand {
        font-size: 16px;
        line-height: 20px;
        min-height: 20px;
    }

    .product-desc {
        font-size: 13px;
        line-height: 20px;
        min-height: 65px;
    }

    .fragrance-month .product-section {
        background: #fff;
        padding: 0px 0px 5px;
    }

    .fragrance-month .product-desc {
        font-size: 13px;
        line-height: 20px;
        min-height: 30px;
    }

    .new-in-sec .product-price, .fragrance-month .product-price {
        font-size: 14px;
        font-weight: 500;
        line-height: 15px;
        text-align: center;
        margin-top: 10px;
    }

    .mob-new-img {
        margin-bottom: 20px;
    }

    .fragrance-month-info {
        flex-wrap: wrap;
        padding: 0;
    }

        .fragrance-month-info .fragrance-img {
            min-height: 350px;
            height: 350px;
            padding-left: 0;
        }

    .product-section .off-fragra-h4 {
        margin: 0px auto;
    }

    .brand-h2-heading {
        font-size: 28px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .fragrance-month h2 {
        margin-bottom: 20px;
    }

    .new-in-sec {
        padding: 20px 0 40px;
    }

    .most-product-slider {
        padding: 20px 0 0px;
    }

    .latest-campaign-section, .fragrance-month, .film-section {
        padding: 20px 0 40px;
    }

        .latest-campaign-section .container, .film-section .container, .selleing-banner {
            padding: 0;
        }

    .selling-text h3 {
        font-size: 26px;
    }

    .filter-section-mob .panel.panel-default {
        margin-bottom: 0px;
    }

    .filter-section-mob .panel-heading {
        padding: 15px;
    }

    .filter-section-mob ul.panel-body {
        padding: 0;
        list-style: none;
    }

        .filter-section-mob ul.panel-body li a {
            padding: 15px;
            display: block;
        }

    .filter-section-mob .panel-group {
        margin-bottom: 0px;
    }

    .filter-section-mob .fa {
        font-size: 30px;
        color: #979797;
        line-height: 20px;
    }

    .film-section {
        padding-bottom: 20px;
    }
}


/*brand page mobile css End*/
/*brand page tablet css*/
@media only screen and (min-width: 768px) and (max-width: 1210px) {
    .film-section iframe {
        width: 100%;
        height: 600px
    }
}

.fragrance-month .fragrance-img-sec {
    display: flex;
}

    .fragrance-month .fragrance-img-sec a {
        padding-left: 0;
    }
/*brand page tablet css End*/
.subbrand-banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .subbrand-banner .subbrand-content {
        max-height: 200vh;
        overflow: visible;
        height: auto;
        float: left;
    }

    .subbrand-banner .text-left {
        padding: 15px 10px;
    }

@media only screen and (min-width:768px) and (max-width:1024px) {
    body .col-md-5ths.resultContainerRelated.sub-brand-related {
        width: 50%;
    }
}

/*subbrand banner*/
.subbrand-banner .text-left.data {
    position: relative;
    left: auto;
    top: auto;
}
/*end*/
/*css form ipad home page End*/
.homeTab {
    width: 100%;
    float: left;
    border-bottom: 1px solid #666;
}

    .homeTab.homeTab-3 li {
        width: 32.6%;
    }

    .homeTab li {
        width: 49.5%;
        float: left;
        padding: 5px;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #666;
    }

        .homeTab li.active {
            background: transparent;
            border-bottom: 2px solid #232154;
            color: #333;
            font-weight: 500;
        }

            .homeTab li.active a,
            .homeTab li.active a:hover,
            .homeTab li.active a:focus {
                background: transparent;
                border-bottom: 0px solid #232154;
                color: #000;
                font-weight: 600;
            }

        .homeTab li a {
            padding: 10px 0px;
            color: #333;
        }

        .homeTab li:hover a,
        .homeTab li:focus a,
        .homeTab li:active a {
            background: transparent;
            border-bottom: 0px solid #232154;
        }

.carousel-control.left, .carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,0)));
    background-image: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
    background-repeat: repeat-x;
    top: 45%;
}

.carousel-control.left {
    left: -65px;
}

.carousel-control.right {
    right: -50px;
}

    .carousel-control.left .fa, .carousel-control.right .fa, .tab-pane .swiper-button-next, .tab-pane .swiper-button-prev {
        font-size: 1em;
        margin-top: 0px;
        color: #182a3c;
        width: 30px;
        height: 55px;
        line-height: 55px;
        text-align: center;
    }

.tab-pane .swiper-container {
    margin-bottom: 0;
    padding-bottom: 0;
}

.tab-pane .gridView .product-container-panel.swiper-slide {
    min-height: 0;
}

.tab-pane .swiper-button-next:after, .tab-pane .swiper-button-prev:after {
    display: none;
}

.tab-pane .swiper-button-next, .tab-pane .swiper-button-prev {
    font-size: 20px;
    width: 15px;
}

@media only screen and (min-width:767px) {
    .mob-new-img, .filter-section-mob {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .carousel-control.left, .carousel-control.right {
        top: 0%;
    }

    .carousel-control.left {
        left: -45px;
    }

    .carousel-control.right {
        right: -45px;
    }
}

.banner-img img {
    margin-left: -16px;
}

.about-sec {
    padding: 0px;
}

.sub-brand-logo {
    background: #000;
    padding: 15px;
    margin-bottom: 10px;
    color: #fff;
}

.chanel-sub-brand-logo {
    padding: 15px;
    margin-bottom: 10px;
    color: #fff;
}

.chanel-empty-sub-brand-logo {
    background: #000;
    padding: 4px;
    margin-bottom: 2px;
}

.chanel-sub-brand-logo img {
    max-height: 40px;
}

.sub-brand-logo img {
    max-height: 40px;
}

.subBrand-NewIn img {
    margin-left: -20px;
}

@media only screen and (max-width:480px) {
    .headerAction.list-top svg {
        position: relative;
        top: 15px;
    }
}

ul.brand-sub-brand-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

    ul.brand-sub-brand-list li {
        display: inline-block;
        margin: 10px 5px 0;
    }

        ul.brand-sub-brand-list li a {
            background-color: #E8E8E8;
            padding: 15px;
            display: block;
            border-radius: 25px;
            font-weight: 500;
        }

@media only screen and (max-width: 767px) {
    ul.brand-sub-brand-list {
        overflow-x: auto;
        white-space: nowrap;
    }
}

.subbrand-content a {
    font-weight: bold;
}

    .subbrand-content a:hover {
        text-decoration: underline;
    }

/**
 * Swiper 6.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2020
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height
    }

.swiper-container-3d {
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

    .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none
    }

    .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start
    }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        text-transform: none !important;
        letter-spacing: 0;
        text-transform: none;
        font-variant: initial;
        line-height: 1
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev'
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next'
    }

    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color: #ffffff
    }

    .swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color: #000000
    }

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

