@charset "utf-8";
@import url(lato.css);

/*@font-face {
    font-family: FuturaStdHeavy;
    src: url(../fonts/FuturaStd-Heavy.woff?8.8.3.6) format('woff'), url(../fonts/FuturaStd-Heavy.ttf?8.8.3.6) format('truetype'), url(../fonts/FuturaStd-Heavy.svg#FuturaStdHeavy?8.8.3.6) format('svg')
}

@font-face {
    font-family: FuturaStdMedium;
    src: url(../fonts/FuturaStd-Medium.eot?8.8.3.6);
    src: url(../fonts/FuturaStd-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/FuturaStd-Medium.woff?8.8.3.6) format('woff'), url(../fonts/FuturaStd-Medium.ttf?8.8.3.6) format('truetype'), url(../fonts/FuturaStd-Medium.svg#FuturaStdMedium?8.8.3.6) format('svg')
}*/


/*----------------new css start-------------------*/

:root {
    /*----------color variables------*/
    --primaryColor: #c51230;
    --primaryHoverColor: #f4163c;
    --greyButtonColor: #f5f5f5;
    --greyButtonBorder: #e3e3e3;
    --thickDividerLineColor: #333;
    --thinDividerLineColor: #e2e2e2;

    --headerBgColor: #333;
    --labelColor: #666;
    --inputFontColor: #555;
    --inputValidationErrorColor: #EB340A;
    --inputValidationSuccessColor: #3c763d;
    --headerColor: #222;
    --titleColor: #333;
    --subTitleColor: #555;
    --detailsTextColor: #444;

    --pageTitleBgColor: #f8f8f8;
    --breadcrumbColor: #666;
    --headerSearchBgColor: #f5f5f5;
    --headerSearchBorderColor: #e2e2e2;
    --tabBgColor: #999;
    --tabBgHoverColor: #222;
    --navItemColor: #333;
    --productTitleColor: #666;
    --boxBorderColor: #e2e2e2;
    --addressBorderColor: #ddd;
    --hrBorderColor: #e2e2e2;


    /*----------Size variables----------------*/
    --buttonHeight: 40px;
    --textBoxHeight: 36px;
    --cornerRadius: 5px;


    /*----------font variables------*/
    --navFontSize: 14px;
    --pageTitleFontSize: 18px;
    --headerFontSize: 18px;
    --titleFontSize: 15px;
    --subTitleFontSize: 13px;
    --detailsFontSize: 11px;
}

.theme-btn {
    background: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
    padding: 0 10px;
    box-shadow: none;
    text-align: center;
    font-weight: 700;
    height: var(--buttonHeight);
    line-height: var(--buttonHeight);
    outline: none;
}

.theme-btn:hover {
    background-color: var(--primaryHoverColor);
    border-color: var(--primaryHoverColor);
    color: #fff;
}

.other-btn {
    background: var(--headerBgColor);
    border: 1px solid var(--headerBgColor);
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0;
    padding: 0 10px;
    box-shadow: none;
    text-align: center;
    font-weight: 700;
    height: var(--buttonHeight);
    line-height: var(--buttonHeight);
    outline: none;
}

.other-btn:hover {
    background-color: var(--subTitleColor);
    border-color: var(--subTitleColor);
    color: #fff;
}


body,
button,
input,
select,
textarea, .ui-widget, .popover {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}
body.modal-open {
    position: relative !important;
}
.select2-choice{ font-family: 'Lato', sans-serif !important; }

/*----------------new css end----------------*/


/*---------------detail.min.css------------*/

.goods-tlt {
    color: #999
}

.goods-tlt span {
    color: #333;
    font-size: 22px;
    font-weight: 400;
}

.goods-tlt em{ line-height: 32px; font-size: 14px; }

.comment {
    margin: 0 0 6px;
}

.remaining-text{ line-height: 25px; }

.J-comment-stars{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
}

.comment a {
    color: #999
}

.comment a:hover {
    text-decoration: underline;
    color: #999
}

.discount-price {
    color: var(--primaryColor);
    padding-bottom: 10px;
}

.product-details .discount-price{
    border-bottom: 1px solid var(--boxBorderColor);
    margin-bottom: 15px;
    margin-right: 15px;
}

.discount-price span {
    font-size: 18px;
    font-weight: 700;
    direction: ltr
}

.discount-price span {
    display: inline-block
}

.discount-price del {
    color: #999;
    margin-left: 5px
}

.goods-attrs dt {
    position: relative;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 11px;
}
.goods-attrs dl{ margin-bottom: 15px; }

.goods-attrs dl span, .goods-attrs dl input {
    float: left;
    border: 1px solid #ddd;
    cursor: pointer;
    text-transform: capitalize
}

.goods-attrs dl input.numInput { border-right: none; border-left: none; }

.select2-container .select2-chosen{ margin-bottom: 0; }
.product-details .select2-chosen{ border: none; }
.product-details .select2-container-active .select2-choice{ border-color: #ccc; }
.select2-drop{ color: #333; }

.select2-drop-active{ border-color: var(--boxBorderColor); }

.goods-attrs dl span.minus, .goods-attrs dl span.plus {
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    width: 35px;
    text-align: center;
}

.goods-attrs dl span:hover {
    border-color: var(--primaryColor)
}

.goods-attrs dl span.current {
    height: 30px;
    line-height: 28px;
    padding: 0 11px;
    border: 2px solid var(--primaryColor);
    color: var(--primaryColor);
}

.goods-add {
    position: relative;
    z-index: 200;
    padding-top: 10px;
}

.add-wishList {
    position: relative;
    left: 0;
    top: 8px;
    z-index: 200;
    width: 25px;
    height: 25px
}

.numInput {
    float: left;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #FFF;
    border: 1px solid #ccc
}

.numInput {
    width: 60px;
    line-height: 28px;
}

.details-section-title {
    font-size: 17px;
    line-height: 1.42857143;
    padding: 5px 0;
    color: var(--headerBgColor);
    margin: 35px 0 10px;
    font-weight: 700;
    border-bottom: 1px solid #e2e2e2;
}

.customer-review {
    background-color: #eee;
    padding: 20px 0;
    color: var(--subTitleColor);
}

.average-rating {
    padding: 0 15px
}

.average-rating h4,
.no-comments-text {
    font-size: 14px
}

.no-comments-text h4 {
    font-size: 16px
}

.customer-info-stars {
    /*background-image: url(../images/comment-stars.png?8.8.3.7)*/
}

.breadcrumb {
    margin-bottom: 0 !important;
    background-color: transparent !important;
}
.breadcrumb a, .breadcrumb>.active { color: #666; font-size: 13px; }
.breadcrumb>.active{ font-weight: 700; }


.product-details-tab { margin-top: 35px;}
.product-details-tab > ul > li > a {
    color: #666;
    font-size: 13px;
}
.product-details-tab > ul > li > a:hover {
    background-color: transparent;
    border-color: transparent;
}
.product-details-tab > .tab-content {
    padding:20px;
    font-size: 13px;
    color: var(--detailsTextColor);
}

#image-gallery img { display: block; margin: 0 auto;}

.product-attributes dl .help-block {
    color: #d62c1a;
    display: none;
}

.add-wishList .wishlist-button{
    display: inline-block;
    background: url("../images/heart-empty.png");
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-size: 25px;
}
.add-wishList .active{
    background: url("../images/heart-full.png");
    background-size: 25px;
}

.product-details-tab .tab-content{
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.product-details-tab.description-tab .tab-content{
    border: none;
    border-top: 1px solid #e2e2e2;
    padding: 10px 0 0;
}

.product-details-tab.description-tab .nav-tabs{ border-bottom: none; }

.product-details-tab.description-tab .nav-tabs > li.active > a{
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    color: var(--headerColor);
    font-size: 17px;
    font-weight: 700;
}

.product-details-tab.rating-tab{
    margin-bottom: 50px;
}

.tab-content > .tab-pane {
    width: 100%;
    outline: none;
}
.tab-content > .active {
    display: inline-block !important;
}

#reviewForm .form-title {
    font-size: 15px;
    font-weight: 700;
    color: #555;
    margin: 20px 0 15px;
}

.J-comment-stars .write-first{padding: 0 10px;}

#size-guide {
    display: inline-block;
    color: #fff;
    padding: 0 22px 0 12px;
    line-height: 21px;
    border-radius: 10px;
    background: #666 url("../images/guide-icon.png") no-repeat 95% center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 10px;
    margin: 0 10px;
    vertical-align: middle;
}

.modal-header{background: #fff;}

.add-wishList.wishlist-xs{padding: 0 5px;}


.proportion-wrap td {
    padding: 0 2px 0px;
    font-size: 12px;
}

.i-star {
    display: inline-block;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background-position: 0 -56px
}

.proportion i,
.proportion span {
    display: block;
    width: 180px;
    height: 8px
}

.proportion span {
    background-color: #fff
}

.proportion i {
    background-color: #666
}

.write-review {
    margin: 0 15px
}

.write-review-text {
    font-size: 14px;
    margin-bottom: 10px
}

.write-review-text span {
    display: block;
    font-size: 16px
}


.write-review-btn {
    display: inline-block;
    width: 180px;
    color: #fff;
    text-transform: none;
    height: 30px;
    line-height: 30px;
}

.write-review-btn-disable {
    cursor: default;
    background-color: #c5c5c5;
    color: #fff
}

.write-review-btn a, .login-review-btn a {
    color: #fff
}
.write-review-btn a:hover, .login-review-btn a:hover {
    color: #fff
}

.product-details .hide-rating-tabs{ display: none; }

/*-------------------------------------*/
/*---------------header.css------------*/

.header-block li a:hover,
.header-block-btm a:hover,
.lg a:hover {
    text-decoration: underline
}

.header,
.header-top {
    width: 100%;
    font-family: 'Lato', sans-serif;
    letter-spacing: .05em
}

.header-top {
    height: 40px;
    line-height: 40px;
    background-color: #333;
}
.header-top .navbar-default .navbar-nav > li > a{ color: #fff; }

.header-top-wrap {
    color: #666;
    font-size: 12px
}

.header-tip {
    position: absolute;
    left: 0;
    top: -2px;
    width: 60px;
    height: 4px;
    overflow: hidden;
    background: #fff;
    z-index: 501
}

.header-preferential .grid-item .giftAd,
.header-preferential .grid-item .inviteAd {
    letter-spacing: .5px;
    width: 620px;
    display: inline-block;
    text-align: center;
    overflow: hidden
}

.header-block {
    position: absolute;
    left: 0;
    top: 40px;
    padding: 10px;
    background-color: #fff;
    z-index: 400;
    border: 1px solid #cdcdcd
}

.header-block-btm {
    padding-left: 10px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    border-top: 1px solid #cdcdcd
}

.header-block-btm a {
    color: #333
}

.top-l li {
    float: left;
    cursor: pointer;
    position: relative;
    left: 0;
    top: 0;
    z-index: 600
}

.ar_service_tel>p,
.pl_service_tel>p,
.top-l li>p {
    border: 1px solid #dfdfdf;
    height: 38px;
    overflow: hidden;
    padding: 0 10px
}

.ar_service_tel:hover>p,
.pl_service_tel:hover>p,
.top-l li:hover>p {
    background-color: #FFF;
    border: 1px solid #cdcdcd
}

.lg {
    margin-right: 2px
}

.lg a {
    color: #666
}

.lg a.header-account:hover {
    text-decoration: none
}

.header-preferential {
    height: auto;
    margin: 0 auto 20px
}

.header-preferential .grid-item {
    height: 40px
}

.header-preferential .grid-item .inviteAd span {
    background: #333;
    color: #FFF;
    display: inline-block;
    height: 26px;
    padding: 0 23px;
    vertical-align: baseline;
    text-align: center;
    line-height: 26px;
    font-size: 18px
}


.hdSch-txt,
.header-fixed,
.searchlist {
    letter-spacing: .05em
}



.header-preferential .grid-item .giftAd span {
    background: #ff9919;
    color: #FFF;
    display: inline-block;
    height: 22px;
    padding: 0 20px;
    vertical-align: text-top;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    text-transform: uppercase;
    outline: #FFF solid 2px;
    margin-top: 4px
}

.header-preferential .header-preferential-right {
    border: 2px solid #333;
    width: 436px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 2
}

.header-preferential .header-preferential-right ul {
    position: relative;
    z-index: 10
}

.header-preferential .header-preferential-right ul li {
    width: 100%
}

.header-preferential .header-preferential-right a {
    display: block;
    padding: 0 5px
}

.logged:hover a.header-account {
    color: var(--primaryColor)
}

.logged-wrap {
    padding: 0
}

.logged-list {
    min-width: 100px;
    padding: 0 10px 5px
}

.logged-list li {
    line-height: 28px;
    height: 28px;
    white-space: nowrap;
    width: 100%
}

.logged-list li a {
    color: #333
}

.logged-list li a:hover {
    text-decoration: underline
}

.logged-wrap .header-block-btm {
    width: auto
}

.top-tri {
    margin-left: 5px;
    width: 7px;
    height: 6px;
    background-position: -1px -31px
}

.cr {
    margin-right: 0
}

.cr:hover,
.lang:hover {
    color: var(--primaryColor)
}

.cr:hover .top-tri,
.lang:hover .top-tri,
.logged:hover .top-tri {
    background-position: 0 -120px
}

.cr-wrap {
    width: 140px;
    padding-right: 0
}

.cr-list {
    margin-top: -15px;
    zoom: 1
}

.cr-list li {
    float: left;
    width: 70px;
    margin-top: 15px;
    line-height: 12px
}

.cr-list li a {
    display: inline-block;
    text-transform: uppercase;
    color: #333;
    border-bottom: 1px solid #fff
}

.cr-list li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #333
}

.Notem-tlt a:hover,
.category-block dd a:hover,
.livechat:hover,
.nav-shopNow:hover,
.sbag-info a:hover,
.sbag-outStock a,
.sbag-outStock a:hover,
.sbag:hover a.em-sage-link {
    text-decoration: underline
}

.cr i.lang-currency {
    display: inline-block;
    width: 16px;
    height: 12px;
    background: url(/cms/skin/images/header/countries.png) 0 -62px no-repeat;
    margin-right: 6px;
    vertical-align: middle
}

.jolly-ar .cr i.lang-currency {
    margin-left: 6px;
}

.fb-login-top,
.mobile-wrap a img {
    vertical-align: top
}

.cr i.eur {
    background-position: 0 -330px
}

.cr i.gbp {
    background-position: 0 -36px
}

.cr i.rub {
    background-position: 0 -199px
}

.cr i.aud {
    background-position: 0 -252px
}

.cr i.nzd {
    background-position: 0 -670px
}

.cr i.php {
    background-position: 0 -626px
}

.cr i.sgd {
    background-position: 0 -690px
}

.cr i.cad {
    background-position: 0 -225px
}

.cr i.brl {
    background-position: 0 -90px
}

.cr i.inr {
    background-position: 0 -648px
}

.cr i.ars {
    background-position: 0 -397px
}

.cr i.jpy {
    background-position: 0 -557px
}

.cr i.sar {
    background-position: 0 -714px
}

.cr i.kwd {
    background-position: 0 -736px
}

.cr i.bhd {
    background-position: 0 -759px
}

.cr i.qar {
    background-position: 0 -782px
}

.cr i.try {
    background-position: 0 -803px
}

.cr i.aed {
    background-position: 0 -827px
}

.cr i.mxn {
    background-position: 0 -851px
}

.cr i.nok {
    background-position: 0 -873px
}

.cr i.sek {
    background-position: 0 -898px
}

.cr i.pln {
    background-position: 0 -921px
}

.cr i.chf {
    background-position: 0 -944px
}

.top-l li.lang>p a,
.top-l li.vipClub_entry>p a {
    color: #666
}

.top-l li.lang:hover>p,
.top-l li.vipClub_entry:hover>p {
    background-color: transparent;
    border: 1px solid #dfdfdf
}

.top-l li.lang:hover>p a,
.top-l li.vipClub_entry:hover>p a {
    color: var(--primaryColor);
    text-decoration: underline
}

.fb-login-top {
    position: relative;
    top: 0px
}

.mobile {
    margin-left: 0
}

.mobile:hover {
    color: var(--primaryColor)
}

.mobile:hover .top-tri {
    background-position: 0 -120px
}

.mobile span a {
    color: #666
}

.mobile:hover span a {
    color: var(--primaryColor)
}

.top-r>li {
    float: right;
    margin-left: 10px;
    cursor: pointer
}

.livechat a {
    color: #666
}

.livechat a span {
    color: var(--primaryColor)
}

.cash-on-delivery {
    margin-right: 18px;
    position: relative;
    z-index: 602
}

.cash-on-pop {
    position: absolute;
    background-color: #fffcea;
    color: #666;
    width: 460px;
    height: 96px;
    top: 35px;
    left: -220px;
    box-shadow: 3px 4px 0 0 rgba(0, 0, 0, .2);
    visibility: hidden;
    opacity: 0;
    cursor: default;
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transition: all .25s ease-out 0s;
    -moz-transition: all .25s ease-out 0s;
    -webkit-transition: all .25s ease-out 0s;
    -ms-transition: all .25s ease-out 0s;
    -o-transition: all .25s ease-out 0s
}

.cash-on-delivery:hover .cash-on-pop {
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    opacity: 1
}

.cash-on-pop i {
    display: block;
    width: 0;
    height: 0;
    margin: -5px 0 0 260px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fffcea
}

.cash-on-pop p {
    padding: 8px;
    line-height: 14px;
}

.cash-on-pop span {
    display: block;
    padding: 10px 0
}

.hotline {
    color: #c03;
    font-size: 11px;
    background: url(/cms/skin/images/header/hotTel.png) left center no-repeat;
    padding-left: 14px
}

.Notem-tlt a,
.em-sbag {
    font-size: 14px
}

.Notem-tlt .icon,
.em-sbag .icon {
    display: inline-block;
    width: 30px;
    height: 45px;
    background-image: url(/cms/skin/images/header/hd-icon@1x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    margin-right: 5px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2) {
    .Notem-tlt .icon,
    .em-sbag .icon {
        background-image: url(/cms/skin/images/header/hd-icon@2x.png);
        background-position: 0 0;
        background-size: cover
    }
}

.em-sbag .icon {
    background-position: 0 -50px
}

a.em-sage-link {
    color: #666;
    display: block
}

.Notem-sbag.current .Notem-tlt a,
.Notem-tlt a {
    color: var(--primaryColor)
}

.Notem-tlt a:hover {
    color: var(--primaryColor)
}

.Notem-sbag.current .icon {
    background-position: 0 0
}

.Notem-sbag {
    position: relative;
    left: 0;
    top: 0;
    z-index: 900
}

.Notem-sbag .sbag-tip,
.sbag-wrap {
    /* position: absolute;*/
    background-color: #fff
}

.Notem-sbag .sbag-tip {
    right: 0;
    top: -1px;
    width: 143px;
    height: 3px;
    z-index: 900
}

.sbag-wrap {
    width: 300px;
    right: -1px;
    top: 45px;
    border: 1px solid #cdcdcd;
    border-top: 2px solid var(--primaryColor)
}

.sbag-list {
    width: 300px;
    padding: 10px 0;
    position: relative;
    z-index: 10
}

.scroll-wrap {
    overflow: hidden;
    height: 250px
}

.sbag-btn-wap,
.sbag-btn-wap li {
    height: 30px;
    line-height: 30px;
    text-align: center
}

.sbag-btn-wap {
    width: 100%;
    overflow: hidden;
    background-color: #f2f2f2
}

.sbag-btn-wap li {
    float: left;
    width: 50%;
    -moz-user-select: none;
    -webkit-user-select: none
}

.sbag-btn-wap li i {
    display: block;
    width: 20px;
    height: 10px;
    overflow: hidden;
    margin: 8px auto 0;
    cursor: default;
    background: url(/cms/skin/images/icon/icon-btn-sbag.png) no-repeat
}

.sbag-btn-wap li i.sbag-btn-top {
    background-position: 0 0
}

.sbag-btn-wap li.current i.sbag-btn-top {
    background-position: -30px 0;
    cursor: pointer
}

.sbag-btn-wap li i.sbag-btn-bottom {
    background-position: 0 -20px
}

.sbag-btn-wap li.current i.sbag-btn-bottom {
    background-position: -30px -20px;
    cursor: pointer
}

.sbag-item {
    padding: 0 10px;
    margin-bottom: 10px
}

.sbag-img img {
    border: 1px solid #cdcdcd
}

.sbag-item:hover .sbag-img img {
    opacity: .6;
    filter: alpha(opacity=60)
}

.sbag-img {

}

.sbag-goods-cnt {
    width: 200px
}

.sbag-goods-cnt p {
    word-wrap: break-word;
    color: #333;
    line-height: 18px
}

.sbag-info {
    min-height: 36px;
    overflow: hidden
}

.sbag-info a {
    color: #333;
    font-size: 12px
}

.sbag-goods-cnt p.sbag-price {
    margin: 0;
}

.sbag-del {
    width: 12px;
    height: 14px;
    vertical-align: bottom;
    margin-right: -20px;
    background: url(/cms/skin/images/header/hd-icon.png) -19px -518px no-repeat;
    text-indent: -999em
}

.sbag-del:hover {
    background-position: -19px -568px
}

.sbag-free {
    height: 30px;
    line-height: 30px;
    color: var(--primaryColor);
    text-align: center;
    background-color: #dfdfdf;
    cursor: default;
    width: 98%;
    margin: 0 auto -30px
}

.sbag-btm {
    text-align: center;
    background-color: #fff;
    padding-bottom: 15px;
    border-top: 2px solid #333
}

.sbag-total {
    line-height: 40px;
    color: #666;
    font-size: 12px;
}

.sbag-total .J-cart-subtotal{
    color: #333;
    font-size: 16px;
    font-weight: 700;
}

.sbag-view {
    width: 230px;
}

.sbag-btm a {
    display: inline-block;
    color: #fff
}

.sbag-goods-cnt .sbag-outStock {
    min-width: 160px;
    line-height: 20px;
    color: red;
    padding: 0 4px;
    z-index: 10;
    background-color: #fffcea;
    border: 1px solid #e9ce79
}

.sbag-outStock .sbag-del {
    margin-right: -25px;
}

.jolly-ar .sbag-outStock .sbag-del {
    margin: 0 0 0 -25px;
}

.sbag-outStock a,
.sbag-outStock a:hover {
    color: red
}

.bag-empty {
    display: block;
    font-weight: 700;
    font-size: 25px;
    color: var(--titleColor);
}
.span-add-product {
    display: block;
    color: var(--labelColor);
    font-size: 15px;
}
.btn-continue {
    margin: 10px 0;
    width: 250px;
}

.outStock-icon {
    position: absolute;
    width: 5px;
    height: 8px;
    background: url(/cms/skin/images/icon/outStock.png) no-repeat;
    left: -6px;
    top: 6px
}

.firstOrder_note {
    color: red;
    line-height: 18px;
    text-align: center;
    height: 18px;
    width: 228px;
    border: 1px solid #e9cd79;
    margin: 0 auto;
    overflow: hidden
}

.border-reminder,
.red-border {
    border: 1px solid red!important
}

.reminder-box {
    position: relative
}

.border-reminder {
    display: none;
    position: absolute;
    top: -76px;
    left: -612px;
    width: 998px;
    height: 125px
}

.reminder {
    position: absolute;
    top: 7px;
    padding: 2px 7px;
    background-color: #fff;
    border: 1px solid #797979;
    white-space: nowrap
}

.reminder-box .reminder {
    left: 0
}

.delete-reminder,
.delete-reminder:hover {
    color: red!important
}

.ui-cart-wrap .reminder {
    top: 92px;
    left: 108px
}

.square-corner {
    position: absolute;
    z-index: 0;
    color: #797979
}

.ui-cart-wrap .square-corner {
    top: 2px;
    left: -6px;
    font-size: 12px
}

.square-corner2 {
    position: absolute;
    color: #fff
}

.ui-cart-wrap .square-corner2 {
    top: 0;
    left: 2px;
    font-size: 12px
}

.header-main {
    /*padding: 30px 0 0;*/
    position: relative
}

.header-main > .header-middle{
    padding-top: 15px; padding-bottom: 15px; }

.header-mid {
    position: relative;
    left: 0;
    top: 0;
    z-index: 401;
    margin: 0 auto 15px;
    height: 60px
}

.header-logo img {
    /*vertical-align: top;
    margin-bottom:30px;*/
}

.offcanvas .header-logo img{margin: 0px;}

.header-logo-back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2
}

.header-search {
    height: 22px;
    line-height: 22px;
    border-bottom: 1px solid #999;
    color: #666;
    margin-top: 12px
}

.hdSch-txt {
    width: 200px;
    padding-left: 2px;
    font-weight: 400;
    color: #666
}



.hdSch-btn {
    width: 30px;
    height: 26px;
    background: url(../images/hd-icon@1x.png) 0 -98px no-repeat;
    font-size: 0;
    cursor: pointer;
    vertical-align: middle
}

.new-header-search,
.new-header-search .hdSch-txt {
    color: #666;
    /*height: 30px;*/
    line-height: 30px
}

/*@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2) {
    .hdSch-btn {
        background: url(/cms/skin/images/header/hd-icon@2x.png) 0 -98px no-repeat;
        background-size: cover
    }
}*/

.search-new-wrap {
    position: relative;
    /*bottom: -5px;*/
    z-index:99;
}

.new-header-search {
    position: relative;
    width: 340px;
    white-space: nowrap;
    border: 1px solid var(--boxBorderColor);
    padding: 3px 0;
    background: #f5f5f5;
}

.new-header-search .hdSch-txt {
    width: 265px;
    padding-left: 15px;
    font-weight: 400;
    background: #f5f5f5;
    font-family: 'Lato', sans-serif;
}
.new-header-search .hdSch-txt::-webkit-input-placeholder {
    font-family: 'Lato', sans-serif;
}

.new-header-search .hdSch-txt:-ms-input-placeholder {
    font-family: 'Lato', sans-serif;
}

.new-header-search .hdSch-txt:-moz-placeholder {
    font-family: 'Lato', sans-serif;
}

.new-header-search .hdSch-txt::-moz-placeholder {
    font-family: 'Lato', sans-serif;
}

.new-header-search .hdSch-btn {
    position: absolute;
    right: 0
}

.new-header-search .hdSch-btn-2 {
    cursor: pointer;
    width: 60px;
    height: 26px;
    background-color: var(--primaryColor);
    color: #fff;
    display: none
}

.new-header-search .hdSch-btn-2:hover {
    background-color: var(--primaryColor);
}

.new-header-search .hdSch-del {
    background: 0 0;
    width: 10px;
    height: 10px;
    padding: 5px 20px 5px 5px;
    margin-right: 10px;
    cursor: pointer;
    display: none
}

.new-header-search .hdSch-del.del {
    background: url(/cms/skin/images/header/close.png) center no-repeat
}

.search-border {
    width: 0;
    background-color: #333;
    height: 2px;
    position: absolute;
    bottom: -5px;
    overflow: hidden
}

.searchlist {
    background: #FFF;
    color: #666;
    z-index: 701;
    width: 350px!important;
    position: absolute;
    left: 0;
    top: 30px
}


body .ui-widget-content {
    /*width: 340px!important;*/
    border-top: none;
    letter-spacing: .05em
}

body .searchlist ul {
    left: auto!important;
    top: 8px!important
}

.ui-autocomplete-category {
    border-bottom: 1px solid var(--boxBorderColor);
    padding: 5px 0;
    margin: 0 .8em
}

.ui-autocomplete-category .delhistory {
    float: right
}

.new-header-search .hdSch-txt::-ms-clear {
    display: none
}

.fixed-nav-wrap .header-search {
    border-bottom: none;
    width: auto
}

.fixed-nav-wrap .hdSch-txt {
    width: 60px;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    -ms-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    vertical-align: middle;
    background-color: transparent
}

.fixed-nav-wrap .hdSch-txt:focus {
    width: 130px;
    width: 80px\9
}

.fixed-nav-wrap .Notem-tlt .icon,
.fixed-nav-wrap .em-sbag .icon {
    width: 20px;
    height: 26px
}

.fixed-nav-wrap .em-sbag .icon {
    background-position: 0 -176px
}

.fixed-nav-wrap .Notem-tlt a,
.fixed-nav-wrap .em-sbag {
    font-size: 12px
}

.fixed-nav-wrap .Notem-tlt .icon {
    background-position: 0 -142px
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2) {
    .fixed-nav-wrap .em-sbag .icon {
        background-position: 0 -33px
    }
    .fixed-nav-wrap .Notem-tlt .icon {
        background-position: 0 0
    }
}

.header-nav-wrap {
    margin: 0 auto;
    width: 1070px;
    padding-bottom: 10px
}

.header-nav {
    zoom: 1
}

.header-nav li {
    margin-left: 0;
    height: 36px;
}

.header-nav li:first-child {
    margin-left: 0
}

.nav-item {
    display: block;
    border: 1px solid #fff;
    background: #fff;
    border-top: 2px solid #fff;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    padding: 9px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.header-nav li:first-child .nav-item {
    /*padding-left: 0*/
}

.fixed-nav li.current:after,
.header-nav li.current:after {
    content: " ";
    width: 100%;
    height: 1px;
    box-shadow: 0 1000px 0 1000px rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 198;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px
}

.fixed-nav li.current:after {
    top: 50px
}

.header-nav li .current {
    font-weight: 700;
    color: var(--primaryColor);
}

.header-nav li.current .nav-item {
    border-bottom: 2px solid var(--primaryColor);
    color: var(--primaryColor);
    position: relative;
    z-index: 201
}

.nav-halloween a:hover {
    color: var(--primaryColor);
}

.halloween-item {
    float: left;
    width: 20px;
    height: 20px;
    background: url(/cms/skin/images/header/Hicon.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 2px
}

.halloween-fixed-item {
    float: left;
    width: 13px;
    height: 13px;
    background: url(/cms/skin/images/header/HFicon.png) no-repeat;
    background-size: 100% 100%;
    margin: 8px 2px 0 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2) {
    .halloween-item {
        background: url(/cms/skin/images/header/Hicon@2x.png) no-repeat
    }
    .halloween-fixed-item {
        background: url(/cms/skin/images/header/HFicon@2x.png) no-repeat
    }
}

.category-block {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 42px;
    white-space: nowrap;
    /*width: 100%;*/
    padding: 1px 0 0;
    border: none;
    /*border-top: 1px solid var(--boxBorderColor);*/
    z-index: 9999;
    display: none
}

.header-nav li.current .category-block {
    display: block
}

.category-block dl {
    width: 100%;
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}

.category-block .two-columns-list {
    width: 400px
}

.category-block .two-columns-list dd {
    width: 50%;
    float: left
}

.jolly-ar .category-block .two-columns-list dd {
    float: right;
}

.category-block .two-columns-list dd.fn-bold {
    width: 100%
}

.category-block dd {
    text-align: left;
    line-height: 24px
}

.jolly-ar .category-block dd {
    text-align: right;
}

.category-block dd a {
    font-size: 14px;
    color: #333;
    font-family: 'Raleway';
}

.items-list {
    padding-left: 0
}

.items-list .fn-bold,
.items-list .fn-bold a {
    color: #333;
    font-size: 16px;
    padding: 10px 0 0;
}
.dropdown-body dd.fn-bold:first-child{ padding: 0; }
.freetrial-box {
    position: absolute;
    left: -50px;
    top: 72px;
    z-index: 800;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #999;
    color: #333
}

.freetrial-cnt {
    width: 140px;
    word-wrap: break-word;
    line-height: 20px
}

.free-link {
    display: inline-block;
    margin-top: 5px;
    padding: 0 20px;
    line-height: 22px;
    background-color: var(--primaryColor);
    color: #fff
}

.free-link:hover {
    background-color: var(--primaryHoverColor);
    color: #fff
}

.freetrial-box .triangle {
    position: absolute;
    left: 76px;
    top: -6px
}

.freetrial-box .box-close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #9a9a9a;
    width: 18px;
    height: 18px;
    background-image: url(/asset/themes/default/images/icon/close.png);
    background-repeat: no-repeat;
    background-position: 4px 3px;
    cursor: pointer
}

.freetrial-box .box-close:hover {
    background-color: #d7d7d7
}

.nav-shopNow {
    color: #bdbdbd!important
}

.nav-shopNow:hover {
    color: #fff!important
}

.header-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 800;
    background-color: rgba(255, 255, 255, .95);
}

.fixed-nav li {
    float: left;
    height: 50px;
    padding: 0 2px
}

.fixed-nav li a.nav-item-fixed {
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 5px;
    height: 36px;
    border-bottom: 2px transparent;
    letter-spacing: normal;
    display: block;
    position: relative;
    z-index: 200
}

.fixed-free a span,
.fixed-nav li a.current,
.fixed-nav li a.nav-item-fixed:hover {
    color: var(--primaryColor)
}

.fixed-nav li a.current {
    font-weight: 700
}

.fixed-nav li:first-child .nav-item-fixed {
    padding-left: 0
}

.fixed-nav li.current .nav-item-fixed {
    border-bottom: 2px solid var(--primaryColor);
    color: var(--primaryColor)
}

.fixed-nav .category-block {
    top: 50px;
    position: fixed
}

.fixed-nav li.current .category-block {
    display: block
}

.newGift-timer-box,
.newGift-timer-box .newGift-timer {
    display: inline-block;
    color: red
}

.header-fixed .sbag-wrap {
    top: 50px
}

.fixed-nav-wrap {
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #333;
    border-top: 1px solid #fff
}

.fixed-free {
    background-position: -8px -259px;
    padding: 0 10px 0 28px
}

.header-fixed .lg {
    margin-right: 6px
}

.article-info {
    word-break: normal!important
}

.top-search {
    width: 135px;
    height: 28px;
    padding-left: 20px;
    border: 1px solid #b8b8b8;
    border-radius: 20px
}

.top-search-input {
    width: 110px;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    color: #404040
}

.top-search-input.current {
    color: #b6b6b6
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .top-search-input {
        line-height: normal
    }
}

.top-search-btn {
    width: 18px;
    height: 18px;
    cursor: pointer;
    vertical-align: middle;
    background-position: 0 0
}


.goodsdetail .goodsdetail-wrap {
    overflow: hidden
}

.goodsdetail-share-box .facebook {
    float: left;
    margin-right: 6px
}

.ar_service_tel,
.pl_service_tel {
    position: relative;
    z-index: 600
}

.ar_service_tel:hover>p,
.pl_service_tel:hover>p {
    color: var(--primaryColor)
}

.ar_service_tel_icon,
.pl_service_tel_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/cms/skin/images/header/icon_phone.png) no-repeat;
    vertical-align: middle;
    margin-left: 5px
}

.pl_service_tel_icon {
    margin-right: 5px
}

.pl_service_tel_wrap {
    min-width: 187px;
    padding: 5px 25px 10px 20px
}

.ar_service_tel_wrap {
    padding: 15px 25px 15px 20px
}

.ar_service_tel_wrap li {
    height: 32px;
    padding-right: 30px;
    margin-top: 20px;
    background: url(/cms/skin/images/header/icon_service_ar.png) no-repeat
}

.pl_service_email {
    height: 32px;
    padding-left: 30px;
    background: url(/cms/skin/images/header/icon_service_ar.png) 0 -47px no-repeat
}

.ar_service_tel_wrap li.ar_service_livechat {
    margin-top: 0;
    background-position: right 6px
}

.ar_service_tel_wrap li.ar_service_email {
    background-position: right -47px
}

.ar_service_tel_wrap li.ar_service_whatsapp {
    background-position: right -102px
}

.ar_service_tel_wrap li.ar_service_skype {
    background-position: right -165px
}

.ar_service_tel_wrap li p,
.pl_service_tel_wrap li p {
    white-space: nowrap;
    line-height: 16px;
    color: #333
}

.pl_service_tel_wrap li p {
    line-height: 32px
}

.ar_service_tel_wrap li p a,
.ar_service_tel_wrap li.ar_service_whatsapp p span,
.pl_service_tel_wrap li p a {
    color: var(--primaryColor)
}

.newGift-timer-box {
    font-weight: 700;
    font-size: 12px
}

.newGift-timer-box .newGift-timer span {
    color: red
}

/*.jolly-price {
    unicode-bidi: bidi-override;
    direction: ltr!important;
}*/

.header-nav {
    border-top: 1px solid var(--boxBorderColor);
    padding-bottom: 5px;
    /*margin-bottom: 20px;*/
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offcanvas .sub-title{
    clear: both;
    padding: 10px 15px;
    background: #EBEBEB;
    color: rgb(98,98,98);
    font-weight: 600;
    font-size: 15px;
}

.navmenu-fixed-left .nav-item{text-transform: capitalize;}

.offcanvas ul.nav li a {
    display: inline-block;
    padding: 7px 0;
    width: 80%;
    border-bottom: 1px solid #f8f8f8;
    color: rgb(98,98,98) !important;
    font-size: 14px;
}
.offcanvas ul.nav li span.icon{width: 20%; height: 100%; display: inline-block;}

.offcanvas ul.nav li span.icon-home{
    background: url("../images/home.png")  no-repeat;
}

.offcanvas ul.nav li span.icon-celebrity{
    background: url("../images/celebrity.png")  no-repeat;
}

.offcanvas ul.nav li span.icon-boutique{
    background: url("../images/boutique-icon.png")  no-repeat;
}

.offcanvas ul.nav li span.icon-brand{
    background: url("../images/brand.png")  no-repeat;
}

.offcanvas ul.nav li span.icon-tv-video{
    background: url("../images/TvIcon.png")  no-repeat;
}

.offcanvas ul.nav li span.icon-account{
    background: url("../images/account.png")  no-repeat;
}

.offcanvas ul.nav li span.icon-wishlist{
    background: url("../images/wishlist.png")  no-repeat;
}

.offcanvas ul.nav li span.icon-contact-us{
    background: url("../images/contact.png")  no-repeat;
}

.offcanvas ul.nav li span.icon-language{
    background: url("../images/langicon.png")  no-repeat;
}

.offcanvas ul.nav li span.icon-category{
    background: url("../images/category.png")  no-repeat;
}
.offcanvas ul.nav li span.icon-flash-deal{
    background: url("../images/SaleIcon.png")  no-repeat;
}

.offcanvas ul.nav li span.icon-home, .offcanvas ul.nav li span.icon-celebrity, .offcanvas ul.nav li span.icon-boutique, .offcanvas ul.nav li span.icon-brand, .offcanvas ul.nav li span.icon-tv-video,
.offcanvas ul.nav li span.icon-account, .offcanvas ul.nav li span.icon-wishlist, .offcanvas ul.nav li span.icon-contact-us, .offcanvas ul.nav li span.icon-language, .offcanvas ul.nav li span.icon-category, .offcanvas ul.nav li span.icon-flash-deal{
    background-position: 50%  center;
    background-size: 15px ;
}

#smartbanner{ position: fixed !important; top: 0 !important; }


.navbar-header {
    text-align: center;
    background: #fff;
    /*box-shadow: 0 1px 1px #EFEFEF;*/
    -webkit-box-shadow: 0 1px 1px #d1d1d1;
    -moz-box-shadow: 0 1px 1px #d1d1d1;
    box-shadow: 0 1px 1px #d1d1d1;
}

.navbar-header .mobile-header-logo {
    background: #FFF;
    width: 120px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -60px;
}

.offcanvas .logout-section {
    position: relative;
    width: 100%;
    bottom: 0px;
}

.logout-section .logout-link{
    display: inline-block;
    width: 100%;
    text-align: center;
}

/*--------------------------------------*/


/*---------------footer.css------------*/

.footer-top {
    width: 100%;
    /*min-width: 990px;*/
    height: 5px;
    border-top: 4px solid #333;
    margin-top: 40px;
}

.footer-btm {
    width: 100%;
    /*min-width: 990px;
    height: 90px;*/
    background-color: #fff;
    font-size: 11px;
}

.footer-cp {
    color: #333;
    line-height: 20px
}

.footer-caption {
    font-size: 16px;
    color: var(--titleColor);
}

.footer-article {
    /*width: 720px*/
}

.footer-article li {
    float: left;
    /*width: 180px;*/
    font-size: 12px
}

.footer-article dd {
    line-height: 1.8em;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footer-article dd a {
    color: #666
}

.footer-article dd a:hover {
    color: #666;
    text-decoration: underline
}

.footer-article dt {
    margin-bottom: 3px
}

/*--------------------------------------*/


/*---------------common-min.css------------*/
html {
    color: #333;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
input,
legend,
li,
menu,
nav,
ol,
pre,
section,
textarea,
ul {
    margin: 0;
    padding: 0;
    border: 0 none
}

hr { margin: 5px 0 15px !important;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}



input,
select,
textarea {
    font-size: 100%
}

input[type=password],
input[type=text] {
    background-color: #FFF
}

input[type=button],
input[type=password],
input[type=submit],
input[type=text] {
    -webkit-appearance: none;
    border-radius: 0
}

input:focus,
textarea:focus {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

iframe {
    display: block
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-size: 100%;*/
    font-weight: 500
}

q:after,
q:before {
    content: ''
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a {
    color: #333;
    outline: 0
}

a:hover {
    color: var(--primaryColor);
}

a,
ins {
    text-decoration: none
}

.clearfix:after,
.clearfix:before,
.fn-clear:after,
.fn-clear:before {
    content: "";
    display: table
}

.clearfix:after,
.fn-clear:after {
    clear: both
}

.clearfix,
.fn-clear {
    zoom: 1
}

body .fn-hide {
    /*display: none*/
}

body .fn-hide-important {
    display: none!important
}

.fn-left,
.fn-right {
    display: inline
}

.fn-left {
    float: left
}

.fn-right {
    float: right
}

.fn-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fn-rmb {
    font-style: normal;
    padding-right: 4px
}

.fn-webkit-adjust {
    -webkit-text-size-adjust: none
}

.fn-br-none {
    border-right: none!important
}

.fn-btm-none {
    border-bottom: none!important
}

.fn-bold,
.font-bold {
    font-weight: 700
}


.align-right {
    text-align: right
}

.mt5 {
    margin-top: 5px!important
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt-15 {
    margin-top: -15px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mb60 {
    margin-bottom: 60px
}

.mr12 {
    margin-right: 12px
}

.ml10 {
    margin-left: 10px
}

.mr10 {
    margin-right: 10px
}

.ml16 {
    margin-left: 16px
}

.m-b25 {
    margin-bottom: 25px
}

.m-b10 {
    margin-bottom: 10px
}

.m-b20 {
    margin-bottom: 20px
}

.fn-base-color {
    color: var(--primaryColor)!important
}

.iconfont {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    font-family: "\5B8B\4F53";
    color: #666;
    cursor: default;
    -webkit-font-smoothing: antialiased
}

.color-d60000 {
    color: #d60000
}

.color-ababab {
    color: #ababab!important
}

.color-aa193c {
    color: #aa193c
}

.color-c8c8c8 {
    color: #c8c8c8
}

.color-7e7e7e {
    color: #7e7e7e
}

.color-ff0 {
    color: red
}

.color-999 {
    color: #999
}

.font10 {
    font-size: 10px;
    line-height: 1.2;
    -webkit-text-size-adjust: none
}

.fn-upper {
    text-transform: uppercase
}

.layout-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px
}

html {
    overflow-x: hidden
}

body {
    /*min-width: 1080px*/
}

#lowZindex-maskLayer,
#maskLayer,
#ship-maskLayer,
#system-maskLayer {
    display: none;
    width: 100%;
    height: 100%;
    background: #333;
    filter: alpha(opacity=60);
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 910
}

#whiteMasklayer,
.maskLayer {
    width: 100%;
    height: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: .4;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 910
}

#whiteMasklayer {
    filter: alpha(opacity=60);
    opacity: .6;
    background-color: #FFF;
    position: fixed
}

#ship-maskLayer {
    filter: alpha(opacity=0);
    opacity: 0
}

#system-maskLayer {
    z-index: 930
}

#lowZindex-maskLayer {
    z-index: 900
}

#maskLayerNew {
    display: none;
    background: #333;
    filter: alpha(opacity=60);
    opacity: .6;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 910
}

.overflowY {
    overflow-y: hidden
}

.maskLayer-blcok {
    display: none;
    background: 0 0;
    filter: alpha(opacity=1);
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 911
}

.maskLayer-wrap-blcok {
    position: absolute;
    display: none;
+width: 450px;
    margin-bottom: 10px;
    background: #FFF;
    font-size: 12px;
    color: #666
}

.maskLayer-wrap-blcok .close-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/asset/themes/default/images/close-btn.jpg?8.8.3.6) no-repeat;
    cursor: pointer
}

.layout,
.layout-new {
    width: 1070px;
    margin: 0 auto;
}

.layout-new:after,
.layout:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both
}

.grid-item {
    /*margin-right: 10px;
    float: left;
    display: inline-block*/
}

.grid-item.grid-fixed {
    margin-right: 0
}

.grid1 {
    width: 80px
}

.grid2 {
    width: 170px
}

.grid3 {
    width: 260px
}

.grid4 {
    width: 350px
}

.grid5 {
    width: 440px
}

.grid6 {
    width: 530px
}

.grid7 {
    width: 620px
}

.grid8 {
    width: 710px
}

.grid9 {
    width: 800px
}

.grid10 {
    width: 890px
}

.grid11 {
    width: 980px
}

.grid12 {
    width: 1070px
}

.ui-breadcrumbs {
    letter-spacing: 1px;
    color: #333
}

.ui-breadcrumbs a {
    color: #333
}

.ui-breadcrumbs div a {
    text-transform: uppercase
}

.ui-breadcrumbs div strong {
    font-weight: 400
}

.ui-breadcrumbs>ul.breadcrumb>li+li:before {
    padding: 0 5px 0 0;
    color: #666;
    content: '\00bb';
    font-size: 15px;
}
.ui-breadcrumbs>ul.breadcrumb {
    padding: 0 15px 15px;
    margin-bottom: 0;
    background-color: transparent;
}

.ui-page a {
    float: left;
    margin-right: 4px;
    padding: 2px 6px;
    border: 1px solid #666;
    color: #666
}

.ui-page-ellipsis {
    float: left;
    margin-right: 4px
}

.ui-page-next i,
.ui-page-prev i {
    display: inline-block;
    width: 4px;
    height: 8px;
    background: url(../images/icon/page_icon.png?8.8.3.6) no-repeat;
    *vertical-align: middle
}

.ui-page-next i {
    background-position: 0 -50px
}

.goodslist-items {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #666
}

.ui-page a:hover,
a.ui-page-current {
    background-color: #666;
    color: #fff
}

.ui-page-prev:hover i {
    background-position: 0 -100px
}

.ui-page-next:hover i {
    background-position: 0 -150px
}

.system-message {
    margin: 35px 0 50px 125px;
    color: #aa193c;
    font-size: 14px
}

.message-error {
    width: 380px
}

.system-box {
    display: none;
    width: 360px;
    padding-bottom: 15px;
    background: #fff;
    border: 1px solid #B00000;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 999
}

.system-close {
    height: 24px;
    background: #FFF7F8 url(../images/brand_icon.gif?8.8.3.6) no-repeat 340px -45px;
    border-bottom: 1px solid #F0ECEB;
    cursor: pointer
}

.system-box-content {
    padding: 30px 20px 20px
}

.confirm-info {
    margin-bottom: 10px
}

.system-btn {
    display: inline;
    float: right;
    margin-right: 30px;
    padding: 3px 6px;
    background: #aa193c;
    color: #fff;
    border: none 0;
    cursor: pointer
}

.system-yes {
    margin-left: 150px
}

.system-no,
.system-yes {
    margin-right: 25px;
    padding: 3px 10px;
    background: #aa193c;
    color: #fff;
    cursor: pointer
}

.system-no:hover,
.system-yes:hover {
    color: #fff
}

.response-wrap {
    font-size: 14px
}

.match-history-title {
    font-size: 18px;
    color: #aa193c;
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada
}

.match-history-cnt {
    padding: 26px 4px 0;
    width: 992px;
    height: 260px;
    overflow: hidden
}

.match-history-list {
    margin-right: -45px;
    zoom: 1
}

.match-history-list li {
    float: left;
    width: 162px;
    height: 260px;
    margin-right: 45px
}

.match-history-list li img {
    border: 1px solid #fff
}

.match-history-list li:hover img {
    border: 1px solid #d8d8d8;
    box-shadow: 0 0 7px #d8d8d8
}

.match-history-list li p {
    margin: 4px 0 10px;
    height: 30px;
    overflow: hidden
}

.match-history-list li p a:hover {
    color: #035393
}

.match-history-list li span {
    color: #aa193c;
    font-size: 14px
}

.article-menu {
    width: 200px;
    line-height: 1.5;
}

.support-home a {
    font-size: 18px;
    color: #333;
    text-transform: uppercase
}

.article-more-faq {
    padding: 0
}

.article-faq-title {
    color: #666;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px
}

.article-more-faq li {
    margin-bottom: 8px;
    line-height: 15px;
    font-size: 14px
}

.article-more-faq li a {
    color: #666
}

.article-more-faq li.on a {
    color: var(--primaryColor)
}

.article-more-faq li a:hover {
    color: var(--primaryColor);
    text-decoration: underline
}

.all-question {
    color: #333;
    text-decoration: underline
}

.article-cnt {
    width: 870px;
    line-height: 1.5
}

.article-cnt .article-header {
    padding: 50px 70px 40px;
    background: #e9e9e9
}

.article-cnt .article-header h2 {
    letter-spacing: 3px;
    font-size: 40px;
    color: #333;
    text-align: center
}

.article-cnt .article-header .article-a {
    text-align: center
}

.article-cnt .article-header .article-a a {
    display: inline-block;
    line-height: 23px;
    text-decoration: underline;
    text-align: center;
    margin-right: 30px;
    color: #333
}

.article-cnt .article-header .article-a a:last-child {
    margin-right: 0
}

.article-list li {
    line-height: 1.5
}

.article-info {
    line-height: 18px;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 12px;
    color: #666
}

.article-info h2 {
    font-size: 20px;
    color: #666;
    margin-top: 40px;
    margin-bottom: 15px
}

.article-info h2:first-child {
    margin-top: 20px
}

.article-info h2 a {
    color: #666
}

.article-info p strong {
    font-size: 12px;
    color: #333
}

.textLeft {
    text-align: left!important
}

.lineH18 {
    line-height: 18px!important
}

.TermsMl {
    margin-left: 150px
}

.article-cnt .article-header.article-about-jolly {
    padding: 0;
    background: url(/asset/themes/default/images/help/about.jpg?8.8.3.6) no-repeat center;
    width: 870px;
    height: 340px
}

.article-cnt .article-header.article-about-jolly h2 {
    color: #fff;
    padding-top: 90px
}

.article-cnt .article-header.article-about-jolly .article-a a {
    display: block;
    color: #fff;
    margin-right: 0
}

.article-cnt .article-header.article-contact-jolly {
    padding: 0;
    background: url(/asset/themes/default/images/help/contact.jpg?8.8.3.6) no-repeat center;
    width: 870px;
    height: 340px
}

.article-cnt .article-header.article-contact-jolly h2 {
    color: #333;
    padding-top: 90px;
    text-align: left;
    padding-left: 70px
}

.article-cnt .article-header.article-contact-jolly .article-a a {
    display: block;
    color: #333;
    margin-right: 0;
    padding-left: 70px;
    text-align: left
}

.subscribe-cnt {
    width: 980px;
    margin: 0 auto
}

.mail-subscribe-title {
    font: 30px/45px "Times New Roman", Times, serif;
    text-align: center
}

.subscribe-tips {
    line-height: 20px
}

.mail-subscribe-form {
    width: 580px;
    padding: 10px 0 15px;
    border: 1px solid #dad7d7;
    background: #fefdfd;
    color: #616161
}

.mail-subscribe-form-title {
    height: 25px;
    border-bottom: 1px solid #e6e6e6;
    text-indent: 10px
}

.mail-subscribe-form table td {
    padding: 5px
}

.mail-subscribe-info {
    width: 337px;
    margin-left: 20px;
}

.mail-subscribe-info-tit {
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e6e6;
    color: #3275D0
}

.mail-subscribe-input {
    height: 21px;
    border: 1px solid #a8a8a8;
    line-height: 21px
}

.unsubscribe-form {
    width: 100%;
    height: 46px;
    background: url(../images/unsubscribe_titbg.gif?8.8.3.6) repeat-x
}

.unsubscribe-form form {
    padding-top: 10px;
    padding-left: 40px
}

.unsubscribe-form form label {
    margin-right: 10px;
    font-size: 18px
}

.unsubscribe-input {
    width: 198px;
    padding: 0 5px;
    margin-right: 20px;
    color: #a1a1a1
}

.unsubscribe-btn {
    padding: 3px 30px;
    border: 1px solid #d3d1d2;
    cursor: pointer;
    background: #dbd9d9;
    background: -moz-linear-gradient(top, #f4f2f2, #d2d0d1);
    background: -webkit-linear-gradient(top, #f4f2f2, #d2d0d1);
    background: -o-linear-gradient(top, #f4f2f2, #d2d0d1);
    background: -ms-linear-gradient(top, #f4f2f2, #d2d0d1);
    background: linear-gradient(top, #f4f2f2, #d2d0d1);
    border-radius: 3px
}

.unsubscribe-info ul {
    margin-right: -74px;
    margin-bottom: 67px
}

.unsubscribe-info li {
    display: inline;
    float: left;
    width: 187px;
    height: 198px;
    margin-right: 74px;
    background: #f0f0f0
}

.unsubscribe-info li img {
    display: block;
    margin: 9px 0 7px 9px
}

.unsubscribe-info li p {
    margin-left: 9px;
    line-height: 16px
}

.user-submit {
    background-color: #8c1431;
    padding: 4px 6px;
    color: #FFF;
    cursor: pointer
}

.sitemap-cnt {
    width: 730px
}

.sitemap-tit {
    font-size: 16px;
    font-weight: 700;
    text-indent: 10px;
    border-bottom: 2px solid #aa193c
}

.sitemap-list dl {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 30px 20px;
    text-align: left;
    vertical-align: top
}

.sitemap-list dl dt {
    font-size: 14px;
    font-weight: 700
}

.sitemap-list dl dd {
    margin-left: 10px;
    line-height: 20px
}

.sitemap-list dl dt a {
    color: #333;
    text-decoration: none
}

.sitemap-list dl dt a:hover {
    color: #035393;
    text-decoration: none
}

.getPwd-wrap {
    width: 990px;
    margin: 0 auto;
    padding: 100px 0;
    border-top: 1px solid #d4d4d4
}

.get-password {
    width: 300px;
    margin: 0 auto;
    color: #666
}

.get-password-title {
    font-size: 18px;
    line-height: 30px;
    color: #333
}

.getPwd-input {
    width: 298px;
    height: 38px;
    line-height: 38px;
    border: 1px solid var(--boxBorderColor)
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .getPwd-input {
        line-height: normal
    }
}

.get-password-btn {
    margin-left: 39px
}

.getPwd-submit {
    width: 300px;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--primaryColor);
    font-size: 16px;
    cursor: pointer
}

.getPwd-error {
    color: red
}

.search-no-result {
    background: url(/asset/themes/default/images/search_icon.jpg?8.8.3.6) no-repeat 380px 0;
    font-size: 18px;
    height: 294px;
    margin-left: 162px;
    padding-top: 100px
}

.goodslist-cnt .search-no-result {
    margin-left: 0
}

.search-no-result a {
    text-decoration: underline;
    color: #15428B
}

.search-no-result a:hover {
    color: #aa193c
}

.ssl-certificates img {
    width: 100px;
    margin-top: -16px
}

.cart-checkOut .ssl-certificates img,
.checkout-subtotal .ssl-certificates img {
    margin-top: 0
}

.app-download-cnt,
.app-download-cnt a {
    color: #333;
    line-height: 18px
}

.app-download-cnt a:hover {
    color: var(--primaryColor)
}

.icon-app-download {
    float: left;
    width: 20px;
    height: 16px;
    overflow: hidden;
    background: url(../images/icon/icon_app_download.png?8.8.3.6) no-repeat;
    margin-right: 5px
}

.two-code-wrap {
    padding: 5px;
    background-color: #FFF;
    background-color: #f3f3f3;
    text-align: center;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}

.two-code {
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-color: #FFF
}

.two-code img {
    line-height: 0;
    border: 1px solid #fff
}

.orderSucess-twoCode p {
    color: #333;
    line-height: 14px;
    font-size: 11px
}

.free-express-title {
    color: #0cab9e;
    border-bottom: 1px solid #e2e2e2;
    text-align: right
}

.free-express-title span {
    background-color: #FFF;
    display: inline-block
}

.free-express-title strong {
    text-transform: uppercase;
    font: italic bold 22px "Courier New", Courier, monospace
}

.free-express-title a {
    color: #0cab9e;
    text-decoration: underline;
    padding: 0 6px;
    text-transform: uppercase
}

.free-express-title a:hover {
    color: #fff;
    background-color: #0cab9e
}

.align-right {
    text-align: right
}

.dialog-system {
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px;
    background-color: #f2f2f2
}

.dialog-system-close,
.dialog-system-cnt {
    background: url(../images/icon/dialog-system.png?8.8.3.6) no-repeat #bababa
}

.dialog-system-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-position: -1060px -10px;
    cursor: pointer
}

.dialog-system-close:hover {
    background-color: #d7d7d7
}

.dialog-system-cnt {
    max-width: 270px;
    padding-left: 70px;
    background-color: #f2f2f2
}

.dialog-system-w {
    background-position: -144px -144px
}

.dialog-system-s {
    background-position: -494px -144px
}

.dialog-system-f {
    background-position: -844px -144px
}

.dialog-system-hd {
    font-size: 20px;
    color: red;
    text-transform: uppercase
}

.dialog-system-s .dialog-system-hd {
    color: #81c516
}

.dialog-system-info {
    word-wrap: break-word;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    margin: 5px 0 10px
}

.dialog-system-btn {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 12px;
    text-align: center;
    color: #fff;
    background-color: var(--primaryColor);
    cursor: pointer;
    font-size: 12px
}

.dialog-system-btn:hover {
    background-color: var(--primaryHoverColor)
}

.dialog-system-btn a,
.dialog-system-btn:hover a {
    color: #fff
}

.txt-parent {
    position: relative;
    left: 0;
    top: 0;
    z-index: 10
}

.txt-layer {
    position: absolute;
    left: 2px;
    top: 1px;
    width: 186px;
    height: 26px;
    padding-left: 10px;
    line-height: 26px;
    background-color: #FFF;
    color: var(--boxBorderColor);
    z-index: 1
}

.txt-hover:hover {
    border-color: #a5a5a5!important
}

.txt-focus {
    color: #333!important;
    border-color: #a5a5a5!important
}

.txt-focus-bg {
    background-color: transparent!important
}

.txt-done {
    border-color: var(--boxBorderColor)!important
}

.triangle {
    display: inline-block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    background: url(/asset/themes/default/images/icon/sanjiao.png?8.8.3.6) no-repeat
}

.position-rel {
    position: relative;
    left: 0;
    top: 0
}

.global-signUp-fixed {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    z-index: 900;
    background: url(/asset/themes/default/images/signUp_bg.png?8.8.3.6) repeat
}

.global-signUp-box {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 550px;
    height: 100%;
    padding-left: 440px;
    background: url(/asset/themes/default/images/signUp_info.png?8.8.3.6) no-repeat 98px center
}

.global-signUp-form {
    margin-top: 20px
}

.global-signUp-txt {
    float: left;
    margin-right: 10px;
    width: 268px;
    height: 38px;
    border: 1px solid var(--boxBorderColor);
    padding: 0 10px;
    line-height: 38px;
    background-color: #FFF;
    color: #999;
    border-radius: 0
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .global-signUp-txt {
        line-height: normal
    }
}

.global-signUp-btn {
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    background-color: var(--primaryColor);
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none;
    border-radius: 0
}

.global-signUp-btn:hover {
    background-color: var(--primaryHoverColor)
}

.signUp-box-close {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 35px;
    right: 20px;
    overflow: hidden;
    background: url(/asset/themes/default/images/signUp_close.png?8.8.3.6) no-repeat;
    cursor: pointer
}

.sideFixed-block {
    position: fixed;
    right: 0;
    bottom: 120px;
    z-index: 500
}

.couponFixed-block {
    width: 30px;
    height: 110px;
    overflow: hidden;
    background: url(/asset/themes/default/images/icon/side-icon-01.png?8.8.3.6) no-repeat 0 0;
    cursor: pointer
}

.couponFixed-block:hover {
    background-position: 0 -150px
}

.feedbackFixed-block {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    overflow: hidden;
    background: url(/asset/themes/default/images/icon/side-icon.png?8.8.3.6) no-repeat 10px -291px #ebebeb
}

.feedbackFixed-block:hover {
    background-color: #dbdbdb
}

.goTotop {
    position: fixed;
    right: 35px;
    bottom: 0;
    z-index: 500;
    width: 30px;
    height: 40px;
    background: url(/asset/themes/default/images/icon/icon-top.png?8.8.3.6) no-repeat 0 0;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2) {
    .goTotop {
        background: url(/asset/themes/default/images/icon/icon-top@2x.png?8.8.3.6) no-repeat 0 0;
        background-size: cover
    }
}

.verify-wrap {
    display: none;
    position: absolute;
    width: 480px
}

.verify-hd {
    height: 30px;
    background-color: #333
}

.verify-close {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background: url(/asset/themes/default/images/icon/verify-icon.png?8.8.3.6) no-repeat left top
}

.verify-bd {
    padding: 30px 50px;
    text-align: center;
    color: #666;
    background-color: #FFF;
    border: 1px solid #888687;
    border-top: none;
    border-top: none
}

.verify-bd .verify-info {
    height: 45px;
    padding-left: 60px;
    background: url(/asset/themes/default/images/icon/verify-icon.png?8.8.3.6) no-repeat 0 -100px;
    text-align: left;
    color: #333;
    font-size: 16px;
    line-height: 45px
}

.verify-bd a.verify-link {
    text-decoration: underline;
    font-style: italic
}

.verify-bd a.cont-link {
    display: inline-block;
    padding: 4px 12px;
    background-color: #aa193c;
    color: #fff
}

.fz16 {
    font-size: 16px
}

.fz14 {
    font-size: 14px
}

.lh30 {
    line-hegiht: 30px
}

.verified,
.verify-invalid,
.verify-success {
    width: 400px;
    margin: 0 auto;
    padding-left: 170px;
    background: url(/asset/themes/default/images/icon/verify-icon.png?8.8.3.6) no-repeat;
    color: #333;
    line-height: 22px
}

.verify-success {
    background-position: 0 -190px
}

.verified {
    height: 90px;
    padding-top: 20px;
    background-position: 0 -400px
}

.verify-invalid {
    width: 500px;
    padding-left: 120px;
    background-position: 0 -600px
}

.prompt-layer {
    position: absolute;
    top: 0
}

.prompt-box {
    position: relative;
    border: 1px solid #e9ce79;
    background-color: #fffcea;
    line-height: 16px;
    padding: 5px 20px 5px 10px;
    z-index: 200
}

.prompt-close {
    width: 18px;
    height: 18px;
    position: absolute;
    right: -2px;
    top: -1px;
    background: url(/asset/themes/default/images/icon/close.png?8.8.3.6) 3px 3px no-repeat #9a9a9a;
    cursor: pointer
}

.prompt-close:hover {
    background-color: #c1c1c1
}

.prompt-arrow {
    background: url(/asset/themes/default/images/icon/arrow-icon.png?8.8.3.6) no-repeat;
    height: 5px;
    position: absolute;
    width: 9px
}

.prompt-cnt {
    color: #666
}

.prompt-btn span {
    float: left;
    height: 22px;
    line-height: 22px;
    color: #fff;
    cursor: pointer;
    padding: 0 20px
}

.ok-btn {
    background-color: var(--primaryColor);
    margin-right: 10px
}

.ok-btn:hover {
    background-color: var(--primaryHoverColor)
}

.cal-btn {
    background-color: #999
}

.cal-btn:hover {
    background-color: #c1c1c1
}

.i-ltr {
    font-style: normal!important;
    display: inline-block!important;
    direction: ltr!important
}

.bottom_livechat_btn {
    position: fixed;
    right: 10px;
    bottom: 0;
    display: none;
    z-index: 900
}

.bottom_livechat_btn a {
    display: block;
    height: 60px;
    padding: 0 5px;
    line-height: 20px;
    color: #333;
    font-size: 12px;
}

.bottom_livechat_btn a:hover {
    text-decoration: underline
}

.bottom_livechat_btn p {
    text-align: center
}

.bottom_livechat_btn img {
    vertical-align: top
}

.navbar-toggle {
    float: left;
    padding: 9px 5px !important;
    margin-top: 8px !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    background: #fff !important;
    border-color: #fff !important;
    margin-left: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #333;
}

.header-top .navbar {
    background-color: transparent;
    border: none;
    font-size: 12px;
    margin: 0;
    min-height: auto;
}
.header-top .navbar .nav>li>a { padding: 10px 15px;}
.header-top .navbar ul.nav:first-of-type>li:first-child>a{ /*padding-left: 0;*/ }
.no-padding-top { padding-top: 0 !important;}
.no-padding-bottom { padding-bottom: 0 !important;}
.no-padding-left { padding-left: 0 !important;}
.no-padding-right { padding-right: 0 !important;}
.no-margin { margin: 0 !important;}

.nav-shoes-bags:hover .category-block {
    display: block;
}

.carousel { margin-bottom: 15px;}
.carousel-inner img {
    min-width: 100%;
    max-width: 100%;
}

.navmenu-default, .navbar-default .navbar-offcanvas { background-color: #fff !important; font-family: 'Lato', sans-serif;}
.navmenu-default .navmenu-nav>li>a, .navbar-default .navbar-offcanvas .navmenu-nav>li>a { color: #333 !important; }

.dropdown-menu {
    /* background-color: #fff !important; */
    padding: 0 25px 0 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
#shoppingBag .dropdown-menu {
    padding: 0px;
}

.dropdown-menu>li>a {
    padding: 5px 10px !important;
}

.nav-list {
    height: 35px;
    line-height: 35px;
    background-color: #333;
    text-align: center;
}
.nav-list a {
    color: #bfbfbf;
    padding: 10px;
    font-size: 12px;
}
.nav-list span.active a {
    font-weight: bold;
    color: #fff;
}
.nav-list a:hover {
    color: #fff;
}

.product-item { border: transparent 1px solid; margin: 0 0 15px; position: relative; overflow: hidden; text-align: left; /*min-height: 305px;*/}
#product-listing .product-item{ margin: 10px 0 5px; }
.product-item .discount-badge{ text-align: center; }
#product-listings .product-item, .related-products-section .product-item, .padding-5{ padding: 0 5px; }
.padding-25{ padding: 0 25px; }
/*.product-item:hover { border: #999 1px solid;}*/
.product-item:hover img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}
.product-item img {
    margin: 0 auto;
    /*transition: all .3s ease-in-out;*/
}

.product-title {
    margin: 5px 0 0 !important;
    font-size: 14px;
    overflow: hidden;
    color: rgb(103,103,103);
}


.cart-titles {
    margin: 5px 0 !important;
    font-size: 15px;
    padding-top: 15px;
    font-weight: 700;
    color: var(--headerBgColor);
}
.search-attribute {
    margin: 10px 0 0 !important;
    padding-top: 10px;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    color: #333;
    font-weight: 700;
    border-top: 1px solid var(--boxBorderColor);
}

.search-attribute.open:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    margin-right: 8px;
    border-top-color: #333;
    border-bottom-width: 0;
}

.search-attribute:before{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #333;
    border-right-width: 0;
    margin-right: 8px;
}
.product-title a {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
}


.sbag-info > .cart-product-title, .cart-item .product-title{ font-size: 14px; color: #333; }
.cart-item .product-title{ color: #333; }
.sbag-info>.cart-sku, .cart-item .product-sku{ font-size: 12px; color: #999; }

.product-title a:hover {
    color: #666;
    text-decoration: none;
}
/*.product-img img {
    width: 100%;
    max-height: 190px;
    margin: 0 auto;
    object-fit: cover;
    object-position: top;
}*/
.product-price {
    font-size: 13px;
    font-weight: 700;
}
.normal-price {
    color: #999;
    font-size: 12px;
    font-weight: normal;
}
.original-price {
    color: #999;
    text-decoration: line-through;
    font-size: 12px;
    padding-left: 1px;
    font-weight: 300;
}
.discounted-price, .cart-options {
    color: rgb(40,40,40);
}
.discounted-price {
    font-size: 13px;
    color: var(--primaryColor);
    font-weight: 700;
}

.gallery { /*margin-bottom: 20px !important;*/}
.gallery>li {
    border: 1px solid #ccc;
}

.shopping-cart-accept {
    color: #999;
    font-size: 12px;
}

.btn-checkout {
    width: 150px;
    text-align: center;
    color: #fff;
    float: right;
}

.cart-header {
    height: 35px;
    line-height: 35px;
    background-color: #f2f2f2;
    color: #333;
    text-align: center;
    font-size: 12px;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
}


#place-order .cart-header{
    background: #fff;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e9e9e9;
    border-bottom: none;
}
.cart-items, .checkout-address {
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    font-size: 12px;
}
.cart-item {
    clear: both;
    padding: 2px  0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;

}
.cart-items .cart-item{ border-bottom: 1px solid #e9e9e9; }
.cart-item:last-child {
    border-bottom: none;
}
.cart-image {
    float: left;
}
.cart-item-info {
    text-align: left;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.cart-actions {
    position: absolute;
    bottom: 0;
}
.cart-actions>span {
    color: #999;
    text-decoration: underline;
    cursor: pointer;
}
.cart-actions>span:hover {
    color: #666;
}

.cart-btn-edit, .checkout-address-edit {
    display: none;
    padding: 2px 8px;
    width: 50px;
    height: 20px;
    line-height: 16px;
    background: #fff;
    border: 1px solid #ccc;
    color: #666;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
}
.checkout-address-edit {
    display: block;
    text-align: center;
    right: 10px;
    left: auto;
    bottom: 10px;
}
.cart-item:hover .cart-btn-edit { display: block;}
.cart-btn-edit:hover, .checkout-address-edit:hover { color: #333; border: #666 1px solid;}

.cart-options { align-items: stretch;}

.cart-summary {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
    margin-top: 10px;
}
.cart-summary > .cart-item {
    display: inline-block;
}
.cart-summary > .cart-item > div:first-child {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.checkout-address {
    margin-bottom: 0;
}
.checkout-default-address {
    clear: both;
    padding: 10px  0;
    width: 100%;
}
.select-address { font-size: 12px; color: #666;}
.checkout-default-address span.name, .select-address span.name {
    color: var(--primaryColor);
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.checkout-default-address span.name, .select-address span.name{ font-weight: 700; }
.checkout-address-actions {
    margin-bottom: 15px;
}
.checkout-address-actions span {
    color: #555;
    cursor: pointer;
    font-size: 12px;
    padding-right: 10px;
    text-decoration: underline;
}
.checkout-address-actions>span:hover {
    color: #666;
}

.hint {
    font-size: 12px;
    color: #999;
}

.search-form {
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    text-align: left;
    padding: 10px 0;
}
.search-form label { font-weight: normal;}

.order-details {
    border-left: 1px solid #e9e9e9;
    position: relative;
}
.order-details:before {
    content: ' ';
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 0;
    background-color: #fff;
}
.order-details:after {
    content: ' ';
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -5px;
    top: 5px;
    background: #e9e9e9;
}
.order-list {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.order-list-item:hover .order-details:after { background-color: var(--primaryColor);}
.order-date-time {
    font-size: 12px;
    color: #666;
}
.order-date-time > .discounted-price { margin-top: 10px; display: block; font-size: 14px; }

.order-number { font-size: 14px; color: #333; font-weight: 700; }
.cart-items .order-summery { font-size: 12px; color: #555; margin-top: 5px; }
.cart-items .address-name { font-size: 16px; color: #333; }
.order-cart-image {
    max-height: 100px;
    padding-right: 5px;
}
.order-details-box {
    border: 1px solid #e9e9e9;
    display: flex;
    margin-left: 25px;
    padding: 10px 0;
    position: relative;
    border-bottom: none;
}
.order-list-item:last-child .order-details-box { border-bottom: 1px solid #e9e9e9; }
.order-details-box:before {
    position: absolute;
    top: 2px;
    display: inline-block;
    border-top: 8px solid transparent;
    border-right: 8px solid #e9e9e9;
    border-bottom: 8px solid transparent;
    content: " ";
    left: -8px;
}
.order-details-box:after {
    position: absolute;
    top: 3px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-right: 7px solid #fff;
    border-bottom: 7px solid transparent;
    content: " ";
    border-right-width: 7px;
    left: -7px;
    right: auto;
}

.order-status {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 15px;
}

.wishlist-actions {
    background: rgba(153, 153, 153, 0.9);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    height: 35px;
    padding: 8px 8px 0;
    color: #fff;
    font-size: 18px;
    visibility: hidden;
    -webkit-transition: visibility 0.5s, bottom 0.5s;
    transition: visibility 0.5s, bottom 0.5s;
}
.product-item:hover .wishlist-actions {
    bottom: 0;
    visibility: visible;
}
.wishlist-actions i { cursor: pointer;}

.ui-slider-range {
    background: var(--primaryColor);
}
span.ui-corner-all {
    border-radius: 10px;
    outline: none;
}
span.ui-corner-all:active { background: #f6f6f6 !important; border: 1px solid #c5c5c5;}
#slider-range { margin: 5px 0 15px; }

.search-filters {
    /*margin-bottom: 20px;*/
}
.attribute {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
    margin-bottom: 5px;
    cursor: pointer;
}
.attribute:hover {
    border: 1px solid var(--primaryColor);
}
.search-filters .active {
    border: 1px solid var(--primaryColor);
}

ul.image-gallery > li {
    position: relative;
}
ul.image-gallery > li > h2, .boutique-slider h2 {
    color: #282828;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 18px;
    background: #fff;
    height: 30px;
    padding-top: 5px;
    text-transform: uppercase;
}

.slider-title {
    text-align: left;
    font-size: 18px;
    color: var(--titleColor);
    border-bottom: #999 1px solid;
    padding: 10px 0;
    margin: 35px auto 10px;
    position: relative;
    /*font-family: 'Raleway';*/
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.slider-title:after {
    content: ' ';
    border-bottom: #333 4px solid;
    position: absolute;
    bottom: -2px;
    width: 110px;
    left: 0;
}

.view-all {
    float: right;
    font-size: 12px;
    color: var(--primaryColor);

}
.view-all:hover {
    color: #999;
}

.dummy {
    margin-top: 100%;
}

#boutique-listing {
    /*padding-top: 15px;*/
    padding: 15px 25px 0 25px;
}
#boutique-listing .boutique-list-item > .item{ padding: 0 5px; margin-bottom: 15px; }
#boutique-listing .boutique-list-item .boutique-item:hover{ box-shadow: 0px 0px 15px 0px; }

.boutique-icon, .celebrity-icon {
    display: block !important;
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    text-align: center;
    overflow: hidden;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.celebrity-icon { background-size: 100% 100%; }
.boutique-icon { bottom: 35px;}

.boutique-item {
    border: #a4a4a4 1px solid;
    padding: 5px;
    position: relative;
}
.boutique-item a {
    display: block;
    font-size: 14px;
    text-align: center;
}

.home-category-icon {
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    /*left: 15px;
    right: 15px;*/
    left: 0;
    right: 0;
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*.home-subcategory-icon{
    left: 0px;
    right: 0px;
}*/
.home-category-icon>h2 {
    color: #e09e2a;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    top: 70%;
    z-index: 10;
}

.home-grid-p {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 999;
}

.register-form {
    border: var(--boxBorderColor) 1px solid;
    padding: 15px 0;
    margin: 25px 0;
    display: inline-block;
    width: 100%;
}
.register-form label {
    font-size: 14px;
    font-weight: normal;
}

.addBtn, .registerBtn {
    width: 250px;
    margin-right: 30px;
    font-weight: 700;
}


.registerBtn { width: 100%; margin-top: 10px; }

.addBtn:hover {
    background-color: var(--primaryHoverColor)
}

.social-register {
    display: inline-block;
    border-right: var(--boxBorderColor) 1px solid;
    /*height: 350px;*/
}

.site-register h1 {
    font-size: 25px;
    color: #666;
    font-weight: 600;
}

.auth-icon {
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em 0;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: #FFF;
    width: 100%;
    height: 40px;
}
.auth-icon:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}
.auth-icon:focus {
    outline: none;
}
.auth-icon:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}

/* Facebook */
.auth-icon.facebook {
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    text-shadow: 0 -1px 0 #354C8C;
    text-align: center;
}
.auth-icon.facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 9px no-repeat;
}
.auth-icon.facebook:hover,
.auth-icon.facebook:focus {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
}

ul.pagination {
    padding: 15px 0;
    float: right;
    clear: both;
    text-align: right;
}

.order-information {
    /*border: var(--boxBorderColor) 1px solid;*/
    display: inline-block;
    padding: 0px 10px 25px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 50px;
}
.order-information .payment-info, .order-information .shipping-info{border: var(--boxBorderColor) 1px solid;}
.order-information h3.customer-review-title { padding: 15px 0; clear: both; font-weight: bold;}
.order-information-row {
    padding-bottom: 5px;
}

.store-flag {
    max-width: 25px;
    max-height: 25px;
    margin-right: 10px;
}

.default-flag {
    margin-right: 5px;
}

#change-store a { color: #fff; background: transparent;}
#change-store .dropdown-menu a { color: #666; }

.user-comment {
    margin-top: 10px;
}

.review-title {
    font-weight: bold;
    font-size: 15px;
    color: #222;
}

.reviewed-on {
    color: #999;
    font-weight: normal;
    font-size: 12px;
}

.color-attr {
    position: relative;
}
.color-attr label {
    width: 100%;
    height: 30px;
    cursor: pointer;
    /*background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);*/
    border-radius: 4px;
    /*box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);*/
    border: #a4a4a4 1px solid;
}

.squaredFour {
    position: relative;
    margin: 5px 0;
    padding-left: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
}
.squaredFour label {
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    background: #fff;
    /*background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);*/
    border-radius: 4px;
    /*box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);*/
    border: #a4a4a4 1px solid;
    margin: 0;
}
.squaredFour label:after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}
.squaredFour label:hover::after {
    opacity: 0.5;
}
.color-attr input[type=checkbox] {
    visibility: hidden;
}
.squaredFour input[type=checkbox] {
    visibility: hidden;
}
.squaredFour input[type=checkbox]:checked + label:after {
    opacity: 1;
}

span.save-price {
    color: #999;
    margin-right: 5px;
    font-weight: normal;
}
span.discount-percentage {
    color: #ff002b;
    font-weight: normal;
}

#product-listing h6 {
    padding: 15px 0 25px;
    border-bottom: #a4a4a4 1px solid;
    margin-bottom: 15px;
}

.sold-out {
    position: absolute;
    left: 50%;
    bottom: 15%;
    background: rgba(0,0,0,0.4);
    color: #fff;
    width: 110px;
    margin-left: -55px;
    line-height: 30px;
    text-align: center;
    display: none; /*remove this line to show sold out badge*/
}
.discount-badge {
    position: absolute;
    left: 5px;
    top: 5px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    width: 70px;
    line-height: 25px;
}
.discount-badge span.discount-percentage {
    color: #fff;
    font-weight: normal;
}

.price-chunk {
    display: block;
    padding: 5px 0 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.price-chunk input {
    margin-right: 5px;
    margin-top: 0;
}

.listing-actions {
    margin-bottom: 15px;
}
.action-order {
    padding: 8px;
    font-size: 13px;
}

.toggle-filters { display: none;}

.section-details {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-details:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.section-title {
    font-size: 15px;
    padding: 7px 15px 20px 0;
    clear: both;
}

/*#product-listing .item:nth-child(odd) > .celebrity-section > .section-details, #product-listing .item:nth-child(odd) > .celebrity-section > .section-product {
    float: right !important;
}
#product-listing .item:nth-child(odd) > .celebrity-section > .section-padding-right { padding-left: 0 !important; }
#product-listing .item:nth-child(even) > .celebrity-section > .section-padding-right { padding-right: 0 !important; }*/

.celebrity-likes {
    width: 200px;
    margin: 15px auto;
    border: #a4a4a4 2px solid;
    border-radius: 25px;
    padding: 15px 0px;
    text-align: center;
    background-image: url(../images/like.png);
    background-repeat: no-repeat;
    background-position: 30px center;
    background-size: 32px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.span-timer {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #333;
    color: #fff;
    font-size: 20px;
    float: left;
}
.span-divider {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    /*height: 40px;*/
    /*line-height: 30px;*/
}

.flash-sale-tabs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.flash-sale-tab {
    background: #999;
    padding-top: 15px;
    padding-bottom: 5px;
    flex-grow: 1;
    flex-basis: 25%;
}
.flash-sale-tab.tab-active, .flash-sale-tab:hover {
    background: #222;
}
.flash-sale-tab.on-going {
    padding-top: 15px;
}
.flash-sale-tab.on-going.tab-active {
    background: var(--primaryColor);
}
.flash-sale-tab.on-going:hover {
    background: var(--primaryColor);
}
.flash-sale-tab a, .flash-sale-tab a:hover {
    color: #fff;
    text-decoration: none;
}
.flash-sale-item {
    padding-top: 15px;
}
.flash-sale-img img {
    width: 100%;
    height: 315px;
    margin: 0 auto;
    object-fit: cover;
    object-position: top;
}
.sale-start-date, .sale-start-time {
    font-size: 22px;
    margin-right: 10px;
}
.on-going .sale-start-time {
    display: inline-block;
    font-size: 35px;
}
.on-going .glyphicon {
    top: 3px;
}
.timer {
    display: inline-block;
    font-size: 15px;
}
.coming-soon {
    display: block;
    font-size: 15px;
    bottom: 3px;
    position: relative;
}

.flash-sale {
    background: #f2f2f2;
    /*display: inline-block;*/
    padding: 25px 15px;
}
.flash-sale-title {
    color: #333;
    font-size: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flash-sale-sub-title {
    margin: 0 16px;
    font-size: 22px;
    font-weight: 400;
}
.flash-sale-title #timer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flash-sale-item .product-title {
    /*height: 40px;
    margin: 0 !important;*/
}
.flash-sale-item .progress {
    height: 5px;
    margin: 0;
}
.flash-sale-item .progress-bar {
    background: #f72b2b;
}

/*.flash-sale-item .product-price { font-size: 17px; }

.flash-sale-items .flash-sale-item .product-price { font-size: 13px; }
.flash-sale-items .flash-sale-item .original-price { font-size: 10px;}*/

.flash-sale-item .sales{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
}

.flash-sale-item .buy-now {
    display: inline-block;
    border: var(--boxBorderColor) 2px solid;
    padding: 4px 10px;
    line-height: 13px;
}
.flash-sale-item .buy-now:hover { border-color: #555; }

.flash-sale-price {
    background: #f2f2f2;
    padding: 15px;
    margin-bottom: 15px;
}
.flash-sale-price .sale-title {
    font-size: 12px;
    display: block;
    padding-bottom: 5px;
}

.flash-sale-price del.jolly-price {
    font-size: 12px;
    font-weight: normal;
}
.flash-sale-price .timer {
    color: #333;
    font-size: 14px;
    padding-top: 10px;
    display: block;
    font-weight: normal;
}
.flash-sale-price .timer .sales {
    font-size: 13px;
    color: #666;
    font-weight: normal;
}

.mc-modal { display: none;}
.product-item .product-img, .product-details ul#image-gallery > li{
    /*height: 280px;*/
    /*border-bottom: 1px solid #d1d1d1;*/
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.product-img-dummy{ margin-top: 150%; }

.product-img img, .product-details ul#image-gallery img, .product-details ul#image-gallery video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin: auto;
}

.product-img img{
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}
.product-details ul#image-gallery img, .product-details ul#image-gallery video {
    max-height: 100% !important;
}
img[src=''], img:not([src]) {
    opacity: 0;
}
.product-item:hover{ /*border: 1px solid #d1d1d1;*/ /*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);*/ }

ul.lSPager.lSGallery, ul#image-gallery { direction: ltr;}

.boutique-title {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: #999 1px solid;
    padding: 15px 0;
    font-family: 'Raleway';
}

#category-tabs {
    border: none;
    padding: 0;
}

.ui-tabs-vertical .ui-tabs-nav {
    float: left;
    padding: 0;
    border: none;
    background: #f6f6f6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    border: none;
    margin: 0;
    padding: 5px;
    cursor: pointer;
}
#category-listing {
    white-space: unset;
}
#category-listing .ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    float: none;
    font-family: 'Lato', sans-serif;
    color: #9B9B9B;
    font-size: 12px;
    text-transform: uppercase;
}


#category-listing .ui-tabs-vertical .ui-tabs-nav li a:focus {
    outline: none;
}
#category-listing .ui-tabs .ui-tabs-panel {
    padding: 0;
}

#category-listing .ui-state-active {
    border: none;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#category-listing .ui-tabs-vertical .ui-tabs-nav li.ui-state-active a {
    color: #141414;
    font-weight: bold;
    font-size: 13px;
}

#category-listing li {
    height: auto;
}
#category-listing li ul {
    padding-left: 10px;
    padding-bottom: 10px;
}
#category-listing li li a {
    color: #666;
    font-size: 11px;
    letter-spacing: 1px;
}
#category-listing .dropdown-body {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
#category-listing > .dropdown-body > div {
    display: inline-block;
}

#FlashItemList p.flash-sale-img {
    top: 0;
}

/*.navbar-header .mobile-header-logo { display: none;}*/

.text-area {
    height: 100px;
    resize: none;
}

.btn-flash-sale{color: var(--primaryColor); display: inline-block; padding: 1px 2px; border: 1px solid var(--primaryColor); border-radius: 4px;}

.cart-item-info .product-title{ height: auto;}

.category-item {
    padding-top: 5px;
    clear: both;
}
.sub-category-items { margin-bottom: 50px; display: inline-block; width: 100%;}
.sub-category-item {
    margin-bottom: 20px;
    margin-top: 15px;
}
.sub-category-item-img {
    position: absolute;
    top: 0;
    text-align: center;
    left: 15px;
    right: 15px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
span.subcategory-item-name {
    position: absolute;
    /* bottom: 0; */
    left: 15px;
    right: 15px;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    word-wrap: break-word;
}

.all-category-name { font-size: 15px; font-weight: 700; text-transform: uppercase;}
.all-category { line-height: 24px;}


.gradient-bg {
    background: var(--primaryColor);
    background: -moz-linear-gradient(45deg, #bc9194 1%, var(--primaryColor) 100%);
    background: -webkit-linear-gradient(45deg, #bc9194 1%,var(--primaryColor) 100%);
    background: linear-gradient(45deg, #bc9194 1%,var(--primaryColor) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9194', endColorstr='var(--primaryColor)',GradientType=1 );
    position: relative;
    overflow: hidden;
}
.gradient-bg .skew:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -36px;
    overflow: visible;
    width: 100%;
    height: 80px;
    background: #fff;
    /*z-index: -1;*/
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}
.gradient-bg .nav-item {
    color: #fff;
    padding: 10px 20px 10px 0;
    font-size: 14px;
}

.gradient-bg .nav-item a{color: #fff;}

.gradient-bg-bottom {
    background: #edf4fe;
    background: -moz-linear-gradient(45deg, rgba(153, 153, 153, 0.2) 1%, #edf4fe 100%);
    background: -webkit-linear-gradient(45deg, rgba(153, 153, 153, 0.2) 1%,#edf4fe 100%);
    background: linear-gradient(45deg, rgba(153, 153, 153, 0.2) 1%,#edf4fe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc9194', endColorstr='var(--primaryColor)',GradientType=1 );
    position: relative;
    overflow: hidden;
}
.gradient-bg-bottom .skew:before {
    content: '';
    position: absolute;
    left: 0;
    top: -36px;
    overflow: visible;
    width: 100%;
    height: 80px;
    background: #fff;
    /*z-index: -1;*/
    -webkit-transform: skewY(-2deg);
    -moz-transform: skewY(-2deg);
    -ms-transform: skewY(-2deg);
    -o-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}

.split-line {
    display: inline-block;
    width: 1px;
    height: 20px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 5px;
    vertical-align: middle;
}

.seller-title-wrap {
    height: 420px;
}
.seller-title {
    height: 84px;
    font-size: 80px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -42px;
    color: #fff;
}
.why-seller-info {
    margin-top: 15px;
}
.supplier-description {
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
}
.supplier-description span{
    display: inline-block;
    width: 32px;
    height: 4px;
    background-color: #ebebeb;
    position: absolute;
    left: 0;
    bottom: 0;
}
.supplier-desctiption-content p {
    margin-top: 28px;
    font-size: 14px;
    color: #999;
    line-height: 1.714;
    text-align: left;
    word-wrap: break-word;
}

.seller-contract-form {
    margin-top: 80px;
    padding-bottom: 40px;
}
.seller-contract-form label.radio-list {
    font-weight: 400;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 5px;
}
.seller-contract-form label.radio-list input[type="checkbox"] {
    margin-right: 5px;
}
.seller-contract-form h3 {
    padding: 15px;
    font-size: 30px;
    color: #333;
    font-weight: 600;
}
.seller-contract-form label {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.seller-contract-form .form-group.required label.control-label:after{content: " * ";  color: #333;}

.seller-contract-form .form-group{margin-bottom: 20px;}

.seller-contract-form .form-control{
    background: transparent;border: none;
    box-shadow: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    height: 30px;
}
.seller-contract-form .form-control:focus{border-bottom-color: var(--primaryColor); box-shadow: none;}


.seller-contract-form .field-seller-country_id label.control-label,.seller-contract-form .field-seller-categories label.control-label{margin-bottom: 10px;}
.seller-contract-form .field-seller-country_id label.control-label{display: block;}

.why-seller-info .seller-icon{text-align: center;}

.why-seller-info .seller-info{display: flex;}

.why-seller-info .seller-icon img {
    max-width: 100px;
    display: inline-block;
}

#infscr-loading {
    text-align: center;
    clear: both;
    padding: 35px 0;
}

.code-container {
    border: 1px solid #e9e9e9;
    padding: 15px;
    font-size: 14px;
    background: #fff;
}

.code-container .my-balance{ margin: 0; }
.code-container label {
    margin-right: 10px;
}
.code-container input[type="text"] {
    padding: 5px 0;
    width: 150px;
    border: 1px solid #e2e2e2;
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
}

.code-container input[type="text"]:focus{ border: 1px solid #999; }
.promo-code-btn {
    color: #fff;
    background: #666;
    border-color: #666;
    padding: 5px 12px;
}
.promo-code-btn:hover{ background: #999; border-color: #999; }
.code-container ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a4a4a4;
    font-size: 12px;
}
.code-container ::-moz-placeholder { /* Firefox 19+ */
    color: #a4a4a4;
    font-size: 12px;
}
.code-container :-ms-input-placeholder { /* IE 10+ */
    color: #a4a4a4;
    font-size: 12px;
}
.code-container :-moz-placeholder { /* Firefox 18- */
    color: #a4a4a4;
    font-size: 12px;
}

#infscr-loading em {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.redeem-coupon {
    border: #f5dfdf 1px solid;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer {
    margin: 25px 0 0;
    text-align: center;
}
.footer img {
    max-width: 70px;
    margin-bottom: 15px;
}
.social-icons {
    font-size: 25px;
    margin-bottom: 15px;
}
.social-icons a {
    padding: 0 15px;
}
.social-icons a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 992px) {
    .seller-contract-form .padding-top-md-10{padding-top: 10px;}
    .why-seller-info .seller-info {margin-bottom: 60px;}
    .why-seller-info .margin-top-md {
        margin-top: 60px;
    }
}


input[type=submit].seller-contract-submit, input[type=submit].invoice-payment-btn {
    background: var(--primaryColor);
    color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: bold;
}

.invoice-boutique-details {
    background: url(../images/banner1.jpg) no-repeat top center;
    background-size: cover;
    min-height: 250px;
}

.invoice-boutique-name {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
.invoice-boutique-contact {
    display: block;
    color: #fff;
    font-size: 13px;
}

.invoice-boutique-details {
    padding: 50px 0;
    text-align: center;
}
.invoice-boutique-details img {
    max-width: 110px;
}

.invoice-box {
    margin-top: 15px;
    border: #b5b5b5 1px solid;
    border-radius: 4px;
}
.invoice-box-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #b5b5b5;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 15px;
}
.invoice-box-list {
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.knet, .visa, .mastercard {
    text-align: center;
    line-height: 50px;
}

.knet {
    background: url(../images/knet.jpg) no-repeat 15px 10px;
    background-size: 50px;
    border-bottom: #b5b5b5 1px solid;
}
.visa {
    background: url(../images/credit-card.png) no-repeat 15px 10px;
    background-size: 38px;
}
.mastercard {
    background: url(../images/mastercard.jpg) no-repeat 15px 10px;
    background-size: 50px;
}
.knet:after, .visa:after, .mastercard:after {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    color: grey;
    position: absolute;
    right: 15px;
    top: 0;
}
.open.knet:after, .open.visa:after, .open.mastercard:after {
    content: "\e114";
}

a.show-payment-btn:focus {
    color: #333;
    text-decoration: none;
}

.payment-btn-container {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .6s; /* Safari */
    transition: height .6s;
}
.open .payment-btn-container {
    height: 110px;
}

.payment-btn-container input[type=submit] {
    margin-top: 25px;
    line-height: 25px;
}

.collect-icon {
    font-size: 50px;
    color: #c52032;
    text-align: center;
    padding-top: 25px;
}

.fb-login span {
    vertical-align: middle !important;
    margin-right: 15px;
}

.bcoins {
    width: 100px;
    height: 100px;
    border: rgba(255, 206, 0, 1) 2px solid;
    border-radius: 50px;
    padding: 25px 0;
    color: #333;
    font-size: 15px;
    font-weight: bold;
}
span.title-grey-medium {
    display: block;
    color: var(--subTitleColor);
    font-size: 18px;
}
span.my-balance-price {
    display: block;
    /*margin-top: 10px;*/
    color: #333;
    font-size: 25px;
    font-weight: bold;
}
span.bcoin-pts {
    background: url(../images/money.png) no-repeat center right;
    display: inline-block;
    padding-right: 23px;
    background-size: contain;
}
.title-black-small {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.wallet-item {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(216, 197, 197,1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(216, 197, 197,1);
    box-shadow: 0px 2px 10px 0px rgb(216, 197, 197);
    padding: 15px 0 10px;
    color: #333;
    font-size: 14px;
}
.wallet-item-row {
    padding-bottom: 3px;
    display: inline-block;
    width: 100%;
}

span.redeem-btn-container {
    display: block;
}
a.redeem-btn {
    height: 30px;
    line-height: 32px;
    text-align: center;
    background-color: var(--primaryColor);
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    padding: 0 15px;
    border-radius: var(--cornerRadius);
    margin-bottom: 25px;
}

span.transaction_type {
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    padding: 3px 10px 0px;
    color: #fff;
}
span.transaction_type.credit{
    background: rgba(2, 119, 188, 1);
}
span.transaction_type.debit{
    background: rgba(228, 81, 0, 1);
}

#btn-use-wallet {
    display: inline;
    float: none;
    margin-left: 15px;
    line-height: 30px;
    height: 30px;
    min-width: 60px;
}

@media (min-width: 768px) {
    #myCarousel .item {
        /*height: 400px;*/
    }

    .section-padding-right { padding-right: 0 !important; }

    #FlashItemList .flash-sale-item p.flash-sale-img{
        height: 350px;
    }
}

.grid-item-alt .home-category-icon {
    /*right: 0;*/
    left: 0;
    right: 15px;
}
/*.empty{height: 500px !important;}*/
.center-div{
    margin: 0 auto;
    width:250px;
    /*height: 300px;*/
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    text-align: center
    /*margin: 0 auto;
    width: 250px;
    position: absolute;
    top: 50%;
    left: 35%;*/
}
.center-text{
    margin: 0 auto;
    width:250px;
    height: auto;
}
.empty-cart-img{
    width:30%;
    display: block;
    margin: auto
}
.shop-button {
    padding:10px 15% !important;
    line-height: 15px;
}
.margin-ten{
    margin-top:10px;
    margin-bottom: 10px;
}
.select2-dropdown{
    margin-bottom: 1em;
    padding: .25em;
    border: 0;
    border-bottom: 2px solid currentcolor ;
    font-weight: bold ;
    letter-spacing: .15em ;
    border-radius: 0 ;
    cursor:pointer;

}
.select2-dropdown:focus, .select2-dropdown:active
{
    outline: none;
    outline: 0;
    border-bottom-color: var(--primaryHoverColor) ;
}
.error-message{font-weight: 700;color:#333}
/*no reuslts page css*/
.empty{
    height: unset !important;
    line-height: unset !important;
    text-align: unset !important;
    font-size: unset !important;
}
.no-result-box .ico_noresult {
    width: 60px;
    float: left;
    margin-top: 7px;
}
.no-result-box {
    width: 428px;
    margin: 0 auto;
    padding: 150px 0 150px;
    height: auto;
    overflow: hidden;
}
.no-result-box .no-result-box-txt {
    width: 349px;
    float: right;
}
.no-result-box .no-result-box-txt h4 {
    color: #333333;
    font-size: 18px;
    line-height: 25px;
}
.no-result-box .search_inputbox {
    width: 246px;
    margin: 15px 0px 0px 0px;
}
.search_inputbox {
    width: 226px;
    height: 36px;
    margin: 0 auto;
    border: 2px solid #b0b0b0;
    line-height: 31px;
    margin-top: 30px;
}
.search_inputbox .top-search-input {
    width: 210px;
    margin-left: 7px;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
}
.top_seach {
    background: url(../images/hd-icon.png) no-repeat scroll -18px -468px;
    cursor: pointer;
    height: 14px;
    text-indent: -999em;
    vertical-align: middle;
    width: 14px;
}
em,input{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
}
/*no result page css ends*/

/*card design*/
/*.card-layout {
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(45deg, #bc9194 1%, #c41230 100%);
    color:#fff;
}*/
.card-layout {
    font-size: 14px;
    margin: 40px 0 15px;
    color: #666;
}
.card-layout h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--titleColor);
}
.card-layout-box {
    margin: 40px 0 0;
}
.card-layout-box p {
    color: var(--detailsTextColor);
}
.card-inner-boder{
    background: #ffffff;
    border: 1px solid var(--tabBgColor);
    border-radius: 45px;
    text-align: center;
    margin: 0 auto 60px;
    padding: 10px 15px 8px;
}
.copy-card{
    width: 90px;
    border-radius: 20px;
    text-transform: capitalize;
    margin-right: 0px !important;
}
input#sharcode{
    color: var(--titleColor);
    text-transform: uppercase;
    text-align: center;
    width: 135px;
    font-weight: 700;
    font-size: 13px;
}
.user-earnings {
    font-size: 15px;
    color: var(--subTitleColor);
    margin-bottom: 30px;
}
.user-earnings span {
    font-weight: 700;
}
.invite-friends {
    font-size: 13px;
    font-weight:700;
    text-transform: uppercase;
}

/*responsive design here */
@media (max-width: 767px) {
    /*.navbar-header .mobile-header-logo { display: inline-block;}*/

    .cart-count {
        position: absolute;
        right: -9px;
        top: 5px;
        background: #e43838;
        border-radius: 9px;
        width: 18px;
        height: 18px;
        margin-bottom: 50%;
        font-size: 11px;
        line-height: 19px;
        color: #fff;
    }

    ul.dropdown-menu.navmenu-nav {
        margin-left: 25px;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%);
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #fff !important;
        border: none;
    }


    .margin-xs-bottom-20 { margin-bottom: 20px;}
    .cart-item { display: inline-block;}

    .cart-actions { left: 0; bottom: 0; position: relative;}

    .row-xs { margin-right: -15px; margin-left: -15px;}

    .cart-item-info .product-price { margin: 0 0 10px; color: #666;}

    .cart-item .goods-attrs { position: relative; top: 10px;margin-bottom: 15px;}

    .order-list-item {
        border: 1px solid #e9e9e9;
        display: inline-block;
        width: 100%;
        padding: 15px 0 0;
    }
    .order-date-time {
        border-bottom: 1px solid #e9e9e9;
        text-align: left;
        padding-bottom: 5px;
    }
    .order-date-time br {
        display: none;
    }
    .order-date-time > .discounted-price {
        text-align: left;
    }
    .order-details-box {
        border: none;
        display: block;
        margin-left: 0;
        padding: 0;
    }
    .order-list-item:last-child .order-details-box {
        border-bottom: none;
    }
    .order-cart-image {
        display: none;
    }
    .order-status {

    }
    .order-details:before, .order-details:after, .order-details-box:before, .order-details-box:after { display: none;}

    #myCarousel .item {
        /*height: 125px;*/
    }

    .toggle-filters {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*padding: 0 5px;*/
    }

    .filter-xs { max-height: 45px; overflow: hidden; transition: all 1s ease-in-out;}
    .filter-xs.open {
        max-height: 1000px;
    }

    .refine {
        font-size: 15px;
    }
    .refine i {
        border: solid black;
        border-width: 0 1px 1px 0;
        display: inline-block;
        padding: 4px;
        margin-left: 5px;
        margin-top: 3px;
    }
    .refine i.down {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transition: all 0.3s ease-in-out;
    }

    .filter-xs.open .refine i {
        margin-top: 0px;
        margin-bottom: 3px;
    }
    .filter-xs.open .refine i.down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .toggle-filters > .listing-actions {
        display: inline-block;
        float: right;
        margin: 0;
    }

    /*.product-img img {
        max-height: 170px;
    }*/

    .search-attribute {
        margin: 0px 0 5px !important;
    }

    .lSSlideOuter {
        margin-left: -15px;
        margin-right: -15px;
    }
    ul.lSPager.lSGallery {
        width: auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .cart-dropdown {
        float: right;
        line-height: 50px;
        position: relative;
        margin-right: 15px;
    }
    .cart-dropdown a {
        color: #333;
        font-size: 20px;
    }

    .celebrity-section .product img {
        width: 100%;
        /*max-height: 85px;*/
        margin: 0 auto;
        object-fit: cover;
        object-position: top;
    }

    #product-listing .item:nth-child(odd) > .celebrity-section > .section-details, #product-listing .item:nth-child(odd) > .celebrity-section > .section-product {
        float: right !important;
    }
    #product-listing .item:nth-child(odd) > .celebrity-section > .section-padding-right { padding-left: 0 !important; }
    #product-listing .item:nth-child(even) > .celebrity-section > .section-padding-right { padding-right: 0 !important; }

    .flash-sale-tabs {
        margin-left: -30px;
        margin-right: -30px;
        padding: 0;
    }
    .flash-sale-tab {
        background: #999;
        padding-top: 10px;
        padding-bottom: 5px;
        flex-grow: 1;
        flex-basis: 25%;
    }
    .flash-sale-tab.tab-active, .flash-sale-tab:hover {
        background: #222;
    }
    .flash-sale-tab.on-going {
        padding-top: 10px;
    }
    .flash-sale-tab.on-going.tab-active {
        background: var(--primaryColor);
    }
    .flash-sale-tab.on-going:hover {
        background: var(--primaryColor);
    }
    .flash-sale-tab a, .flash-sale-tab a:hover {
        color: #fff;
        text-decoration: none;
    }
    .flash-sale-item .product-title {
        margin: 0 !important;
        height: 40px;
    }

    .flash-sale-item {
        padding-top: 10px;
    }
    .flash-sale-img img {
        /*width: 100%;
        max-height: 190px;
        margin: 0 auto;
        object-fit: contain;
        max-height: 190px;*/
    }
    .sale-start-date {
        font-size: 14px;
        margin-right: 0px;
    }
    .sale-start-time {
        font-size: 20px;
        margin-right: 0px;
    }
    .on-going .sale-start-time {
        font-size: 20px;
    }
    .flash-sale-tabs .glyphicon {
        display: none;
    }
    .timer {
        display: inline-block;
        font-size: 9px;
    }
    .timer span {
        display: none;
    }
    .flash-sale-price .timer span {
        display: inline-block;}

    .coming-soon {
        display: none;
    }

    .buy-now-bottom {
        position: absolute;
        right: 0;
        bottom: 20px;
    }
    .buy-now {
        /*margin-top: 45px;*/
        font-size: 11px;
    }

    .flash-sale { margin-left: -15px; margin-right: -15px;}
    .flash-sale-item .product-price { padding-top: 5px;}

    .flash-sale-title-discount {
        font-size: 14px;
        font-weight: bold;
    }
    .flash-sale-sub-title { font-size: 13px; margin: 0 5px;}
    .span-timer {
        width: 25px;
        height: 25px;
        line-height: 28px;
        font-size: 14px;
    }
    .flash-sale-title {
    }
    .flash-sale-title #timer {
        vertical-align: text-top;
    }

    .slider-title { font-size: 15px; padding: 10px 0 10px;}
    .view-all {
        font-size: 11px;
        padding: 6px 8px 5px;
    }

    .span-divider {
        padding-left: 7px;
        padding-right: 7px;
        /*height: 30px;*/
    }
    .flash-sale-title #timer {
        font-size: 14px;
    }

    .flash-sale-item .product-price {
        font-size: 10px;
    }
    .flash-sale-item .original-price {
        font-size: 8px;
    }

    #FlashItemList .flash-sale-item p.flash-sale-img {
        height:160px;
    }

    .flash-sale-item-details {

    }

    #FlashItemList .sales {

    }

    #FlashItemList .coming-soon-sale{bottom: 30px;}

    #FlashItemList .coming-soon-sale .col-xs-6{width: 100%;}

    #category-listing .ui-tabs .ui-tabs-panel {
        overflow: hidden;
    }

    span.subcategory-item-name {
        left: 0;
        right: 0;
        font-size: 9px;
        word-wrap: break-word;
    }

    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        padding: .5em;
    }

    #category-listing .ui-tabs-vertical .ui-tabs-nav li a {
        font-size: 12px;
    }

    #category-tabs {
        margin-top: 0px;
    }

    img.store-flag {
        margin-top: 8px;
        margin-right: 10px;
    }

    #store-selection.navmenu {
        width: 100%;
        top: 50px;
        z-index: 9999;
        border-top: #e8e8e8 1px solid;
    }

    .offcanvas-title {
        font-size: 15px;
        text-transform: uppercase;
        color: #999;
        padding: 12px 0 12px;
        border-bottom: #e8e8e8 2px solid;
    }
    button.closeflag {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 16px;
        color: #333;
    }

    .store-list-item {
        border-bottom: #e8e8e8 1px solid;
    }

    #store-selection ul li span {
        line-height: 45px;
        font-size: 15px;
    }
    #store-selection img.store-flag {
        /*margin-top: 16px;*/
        margin-right: 0;
    }

    .store-selection-action {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        background: #e43838;
    }
    .store-selection-action input {
        background: transparent;
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
        width: 100%;
        height: 100%;
    }

    #store-selection ul li input[type=radio]{
        position: absolute;
        visibility: hidden;
    }

    #store-selection ul li label{
        position: relative;
        font-size: 15px;
        padding: 10px 0 10px 45px;
        color: #333;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        margin: 0;
        font-weight: 400;
        width: 100%;
    }

    #store-selection ul li .check{
        display: block;
        position: absolute;
        border: 2px solid #AAAAAA;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        height: 18px;
        width: 18px;
        top: 23px;
        left: 20px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
    }

    #store-selection ul li .check::before {
        display: block;
        position: absolute;
        content: '';
        height: 10px;
        width: 10px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        top: 2px;
        left: 2px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
    }



    #store-selection input[type=radio]:checked ~ .check::before{
        background: #AAAAAA;
    }

    .icon-arabic-language-icon {
        font-size: 20px;
        margin-left: 0;
        position: relative;
        float: left;
        margin-top: 3px;
    }

    .divider {
        float: left;
        font-size: 20px;
        padding: 5px 7px;
        color: #999;
    }

    .carousel-indicators {
        left: 5px;
        right: 5px;
        width: auto;
        margin-left: 0;
    }

    .slider-title {
        margin-top: 25px;
        margin-bottom: 10px;
    }

    .seller-title-wrap {
        height: 280px;
    }
    .seller-title {
        font-size: 32px;
    }

    .supplier-desctiption-content p{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .brand-item:hover .brand-name{opacity: 0}
    .brand-icon{margin-right:auto; margin-left:auto}
    .error-message{font-weight: 400;font-size: 14px;color:#666}
    .col-brand {
        width: 33.33%;
        float: left;
    }
}


/*--------------------------------------*/

/*---------------index-main.css------------*/

area {
    outline: 0
}

.no-padding{ padding: 0; }
.no-margin-top{ margin-top: 0; }

.main {
    background-color: #FFF
}

.new-scroll-banner {
    height: 400px;
    overflow: hidden;
    width: 1070px;
    margin: 0 auto;
    position: relative
}

.new-banner-box {
    width: 1070px;
    height: 400px;
    margin: 0 auto;
    overflow: hidden
}

.new-banner-box ul {
    position: relative
}

.new-banner-box ul li {
    float: left
}

.new-banner-box ul li img {
    vertical-align: top
}

.new-banner-box ul li a {
    display: block
}

.ico-left-prev,
.ico-right-next {
    background: url(/cms/skin/images/icon/ico-arrow-btn.png?1.0.9) no-repeat;
    display: block;
    position: absolute;
    z-index: 89;
    top: 50%;
    margin-top: -35px;
    width: 30px;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    background-color: #fff
}

.ico-left-prev {
    background-position: 6px 18px;
    left: 0
}

.ico-left-prev:hover {
    background-color: rgba(255, 255, 255, .6)
}

.ico-right-next {
    background-position: 8px -54px;
    right: 0
}

.ico-right-next:hover {
    background-color: rgba(255, 255, 255, .6)
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2) {
    .ico-left-prev {
        background-img: url(/cms/skin/images/icon/ico-arrow-btn@2x.png?1.0.9);
        background-size: cover;
        background-position: 6px 18px
    }
    .ico-right-next {
        background-img: url(/cms/skin/images/icon/ico-arrow-btn@2x.png?1.0.9);
        background-size: cover;
        background-position: 8px -54px
    }
}

.mod2,
.mod2_1 {
    margin-top: 20px;
}

.mod2 .grid-item {
    height: 350px;
    position: relative;
    z-index: 5;
    letter-spacing: 1px
}

.grid-item img {
    vertical-align: top;
    margin: 0 auto;
}

.grid-item p {
    text-align: center
}

.grid-item .p1 {
    font-size: 18px;
    margin-top: 10px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 5px;
    color: #fff
}

.grid-item .p2 {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    color: #333;
}

.grid-item .p3 {
    margin-top: 10px;
    color: #333
}

.grid-item .btn {
    display: inline-block;
    padding: 4px 18px;
    border: 1px solid #333;
    background-color: #fff;
    color: #333
}

.grid-item:hover .btn {
    color: #fff;
    background-color: var(--primaryColor);
    border: 1px solid var(--primaryColor)
}

.grid-item .bottom-layer {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpiNmIxZDA0OS0yYzM3LTQxZGQtOGFmYy1hOWQyODg1YzE3MjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Mjc2RkRENUU1OTFGMTFFNTg3MEREODA5NDgzMkNBMzgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Mjc2RkRENUQ1OTFGMTFFNTg3MEREODA5NDgzMkNBMzgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmMDM3YzQyZC1jODk0LTQ0NjctOGFkYS1iNzQ5YmEwYzZjNWEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6YjZiMWQwNDktMmMzNy00MWRkLThhZmMtYTlkMjg4NWMxNzI1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FbdzJAAAAFBJREFUeNpi/P///xkGKGBiQAIoHIAAYoQpY8KQBgggRmQTsGqGAYAAIl4lhYIAAYTVIqJ1DzKFAAE0rDwzrBQCBBjRMUN1m0cNHDVwKBkIAL5ZGsVdcu86AAAAAElFTkSuQmCC)
}

.mod2 .grid-item .p1 {
    font-size: 22px
}

.mod2 .grid-item .p2 {
    font-size: 14px
}

.mod2 .grid-item .btn {
    border: none;
    background-color: #333;
    color: #fff
}

.mod2 .grid-item:hover .btn {
    background-color: var(--primaryColor);
    color: #fff
}

.mod2_1 {
    margin-top: 20px
}

.mod2_1 .grid-item {
    position: relative
}

.mod3 .grid-item {
    position: relative;
    z-index: 5;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 15px;
    padding-top: 15px;
}

.category-slider{ margin-bottom: -15px; }

.imgList01 {
    height: auto;
    overflow: hidden;
    margin-top: 20px
}

.imgList01 li {
    float: left
}

.col-common {
    width: 490px;
    height: 320px
}

.col-01 {
    margin-right: 10px
}

.col-02 {
    margin-right: 0
}

.col-03,
.col-05 {
    margin-right: 10px;
    margin-top: 20px
}

.col-04,
.col-06 {
    margin-right: 0;
    margin-top: 20px
}

.show-bar {
    height: 24px;
    text-align: center;
    margin-top: 20px
}

.img-layer {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .2;
    filter: alpha(opacity=20);
    background: -moz-linear-gradient(180deg, transparent 50%,#333 100%);
    background: -webkit-linear-gradient(180deg, transparent 50%,#333 100%);
    background: linear-gradient(180deg, transparent 50%,#333 100%);
}

.imgItem-share-box,
.imgItem-share-box-o {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 242px;
    z-index: 12;
    height: 100%;
    padding: 5px
}

.imgItem-share-info {
    width: 100%;
    word-wrap: break-word;
    max-height: 42px;
    overflow: hidden;
    font-size: 22px;
    color: #333;
    text-align: left
}

.imgItem-share-detail {
    color: #333;
    margin-top: 5px
}

.imgItem-share-info-normal {
    font-size: 12px;
    line-height: 18px
}

.imgItem-share-box-o {
    opacity: .6;
    background-color: #fff;
    z-index: 11;
    filter: alpha(opacity=60)
}

.imgItem-share-box-warp {
    width: 240px;
    margin-left: 0;
    margin-top: 100px
}

.imgList02 {
    height: 250px;
    width: 990px;
    margin-bottom: 50px;
    overflow: hidden
}

.imgList02-items li {
    float: left;
    width: 280px;
    height: 250px;
    margin-right: 25px;
    z-index: 10
}

.imgList02-items li img {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9
}

.imgList02-items {
    margin-right: -25px;
    zoom: 1
}

.banner-loading {
    background: url(/cms/skin/images/icon/banner-loading.gif?1.0.9) no-repeat center center
}
.popover-form{padding: 10px 15px 0;}
.popover-form .login-input {
    font-size: 14px;
    box-shadow: none;
    border-radius: 0;
    /*height: 40px;*/
    line-height: 40px;
}

a.forgot-pwd {
    display: block;
    margin-top: 6px;
    color: #666;
}

.popover-form .fb-login {
    color: #FFF;
    background: #507cc0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px;
}

.popover-form .fb-login i {
    background: url(../images/facebook-icon.png) no-repeat;
    vertical-align: middle;
    background-size: 25px 25px;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 12px;
}

.popover-form  .error-msg{
    color: #d62c1a;
    margin-bottom: 8px;
    display: none;

}

.popover-form .help-block{
    color: #d62c1a;
    display: none;
}

.popover-form .submit-btn{
    font-size: 13px;
    margin-top: 5px;
}

.cart-actions a{
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #ccc;
    height: 26px;
    font-size: 12px;
    line-height: 26px;
    color: #666;
}

.cart-actions a:hover{ color: var(--primaryColor); }

.cart-actions a.btn-cart-remove{ color: var(--primaryColor); }
.cart-actions a.btn-cart-remove:hover{ color: #666; }

.cart-item span.minus, .cart-item span.plus{
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    width: 35px;
    cursor: pointer;
}
.cart-item span.minus:hover, .cart-item span.plus:hover{ border-color: var(--primaryColor); }
.cart-item span.minus, .cart-item span.plus, .cart-item input.quantity{
    float: left;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    cursor: pointer;
    text-transform: capitalize;
    text-align: center;

}

.cart-item input.quantity{
    width: 60px;
    cursor: text;
    color: rgb(40,40,40);
    border-right: none;
    border-left: none;
}

.cart-item .change-qty{
    display: inline-block;
    margin-top: 5px;

}

.cart-item .cart-actions .wishlist-button{
    display: inline-block;
    background: url("../images/heart-empty.png");
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.cart-item .cart-actions .wishlist-button.active{
    background: url("../images/heart-full.png");
}

.my-menu-head{
    font-size: 16px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.my-menu-box dd{margin-bottom: 5px;text-transform: capitalize;}
.my-menu-box dl{
    border-top: 1px solid var(--boxBorderColor);
    margin-top: 20px;
}

.my-menu-box dd a{color: #333;}
.my-menu-box dd.active a, .my-menu h3.active a{color: var(--primaryColor); font-weight: 700;}
.my-menu-box dl dt{
    font-size: 16px;
    margin: 15px 0 10px;
    color: var(--titleColor);
    font-weight: normal;
}

.user-profile .comment-for-bonus {
    font-size: 14px;
    padding-bottom: 20px;
    margin-top: 0px;
}

.delete-btn-custom {
    width: 20px;
}

.box {
    border: 1px solid var(--boxBorderColor);
}

.global-right .box {
    padding: 20px;
    margin-bottom: 30px;
}
.global-right .display-address {
    padding: 0 15px;
}

.user-tab ul li.on {
    background: #fff;
    color: #333;
    font-weight: 700;
    border: 1px solid #ddd;
    line-height: 34px;
    border-bottom: 0;
    padding: 0 20px;
    text-transform: uppercase;
    display: inline-block;
}

.user-tab ul {
    height: 34px;
    border-bottom: 1px solid #ddd;
    background: #f2f2f2;
}

.user-profile .theme-btn{width: auto;}

.my-account .title{margin-bottom: 30px;}

a.wishlist-button.glyphicon {
    cursor: pointer;
}

.wishlist {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 50;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.user-profile .image_container .wishlist{
    left: 10px;
    right: auto;
}

.user-profile .wishlist-content{ margin-bottom: 30px;  }

.empty-data{
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-size: 18px;
}
#new-address-box {
    background-color: #f2f2f2;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
}

#address-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    background: #333;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

#address-close:hover {
    opacity: .45;
}

.address-box{border-bottom: 1px solid var(--addressBorderColor); padding: 15px 0 0px; margin-bottom: 5px;}
.address-box:last-child{border-bottom: none;}
.address-box .title{margin-bottom: 10px; font-weight: 700; color: var(--titleColor);}
.address-box .body{margin-bottom: 5px; color: var(--subTitleColor);}
.address-box .footer .default-label{margin-bottom: 5px;}
.address-box .footer a{margin-right: 5px;}
.address-box .theme-btn {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
.address-box .set-default { background-color: var(--headerBgColor);}
span.default-label {
    margin-left: 5px;
    font-weight: 700;
}

hr.dotted { border-color: var(--hrBorderColor); border-style: dotted; }
#shipping-address h2 {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--addressBorderColor);
}
#search-form .category{margin-bottom: 10px; padding-bottom: 5px;}
#search-form .category h4{
    margin-bottom: 8px;
}
#search-form .category ul li{margin-bottom: 3px; }

#pjax-search-form {
    margin-bottom: 25px;
    clear: both;
}

ul.nav li.dropdown.cart-dropdown .dropdown-menu {
    padding-bottom: 0px !important;
}

header.title{
    margin-bottom: 30px;
    font-size: 30px;
}

.tv-listing .tv-thumbnail{
    margin-bottom: 20px;
    float: left;
}

a.tv-link{cursor: pointer;}

.tv-listing .footer{ padding-top: 10px; margin-top: 0; }
.tv-listing .tv-title{font-size: 14px; font-weight: 400; color: rgb(51, 51, 51); word-wrap: break-word;}
.tv-details .thumbnail-left{margin-bottom: 10px;}

.tv-details.tv-products{padding-top: 30px;}
.tv-video{margin-bottom: 40px;}
.tv-video h3{margin-top: 10px;}

.tv-products .product-item{ padding: 5px; }
.tv-products{ padding: 0 25px; }

.page{margin-bottom: 40px;}

.dropdown-head{background: #333; padding-top:10px; padding-bottom: 10px; color: #fff;}
.dropdown-head a{color: #fff; cursor: pointer;font-size: 16px; font-weight: normal; font-family: 'Raleway'; }
.dropdown-head a:hover {  color: var(--primaryColor);  }
.dropdown-head .activebrand a ,.dropdown-head .activeboutique a{color: var(--primaryColor);}
.dropdown-head .activebrand:after, .dropdown-head .activeboutique:after {
    content: '';
    position: absolute;
    top: 140%;
    left:45%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    clear: both;
}

.dropdown-body{padding-top: 20px; border-bottom: 4px solid var(--primaryColor); padding-bottom: 10px; border-left:1px solid;
    border-right:1px solid;  }
.dropdown-body h2{margin-bottom: 8px; font-size: 17px; font-family: 'Raleway';}
.dropdown-body .col-sm-5{width: 20%;  float: left;}

/*
.dropdown-body .brand-items.activeAlpha:nth-child(1) {
    border-left: none;
}

.dropdown-body .brand-items.activeAlpha {
    border-left: 1px solid #d4d4d6;
}*/

.faq-section .panel {  margin-bottom: 6px;  }

.faq-section .panel:hover {  box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);  }

.faq-section .panel-heading {
    background: #ffffff;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    border-radius: 0px;
    padding: 24px 72px 24px 24px;
    margin: 0;
}

.faq-section .panel-title {
    font-weight: 300;
    line-height: 1.2;
    color: #333;
    font-size: 18px;
}

.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #333;
    margin-top: -25px;
    margin-right: -40px;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}

.faq-section .faq-body {
    border-top: none !important;
    color: #6c7d8e;
    line-height: 1.6;
    font-size: 14px;
    padding: 0 24px 30px;
    text-align: justify;
}

.navbar-default .navbar-nav > li > a{ color: #333;}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{  color: var(--primaryColor);}

.checkout-address.text-left{text-align: left;}
.checkout-address p{margin: 0 0 10px;}
.checkout-address p#shipping-address-area{ margin: 0 0 5px; }

#contact_us_footer {
    text-align: center;
    /*background-color: #fff;*/
    color: var(--titleColor);
    padding: 45px 0;
    margin-bottom: 27px;
    /*background-color: #f5f5f5;*/
    border-bottom: 1px solid #dfdfdf;
}

#contact_us_footer p.title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
}

#contact_us_footer .social-media-icon {
    font-size: 35px;
    margin: 0 8px;
}

#contact_us_footer .fa-facebook-square {
    color: #3b5998 !important;
}
#contact_us_footer .fa-twitter-square {
    color: #00aced !important;
}
#contact_us_footer .fa-instagram {
    color: #517fa4 !important;
}
#contact_us_footer .fa-google-plus-square {
    color: #d34836 !important;
}

#contact_us_footer .fa-snapchat-square {
    color: #FFFC00 !important;
}

#contact_us_footer .fa-youtube-square {
    color: #bb0000 !important;
}

#contact_us_footer a {
    color: #333;
}

#contact_us_footer .app_store_badge, #contact_us_footer .google_play_badge {
    margin: 0 6px;
}

.app_store_badge, .google_play_badge {
    background-image: url(../images/app-icon.png);
    background-repeat: no-repeat;
    height: 40px;
    display: inline-block;
    cursor: pointer;
}

.app_store_badge {
    background-position: 0 0;
    width: 135px;
}
.google_play_badge {
    width: 125px;
    background-position: -135px 0;
}

.knet-pay {
    width: 46px;
    background-image: url(../images/knet_big.jpg);
    background-repeat: no-repeat;
    height: 40px;
    display: inline-block;
    margin: 0 6px;
}

.column_one_third .payment {
    width: 300px;
    background-image: url(../images/payement.jpg);
    background-repeat: no-repeat;
    height: 40px;
    display: inline-block;
    margin: 0 6px;
}

.master-pay {
    width: 116px;
    background-image: url(../images/credit_card_big.jpg);
    background-repeat: no-repeat;
    height: 40px;
    display: inline-block;
    margin: 0 6px;
}

.header-nav li .nav-item:hover{
    border-bottom: 2px solid;
    text-decoration: none;
}
.footer-article{padding: 20px 0;}

.boutique-slider li:hover, .celebrity-slider li:hover{
    box-shadow: 0px 0px 15px 0px;
}
.gallery>li{
    border-bottom: 3px solid var(--primaryColor);
}

.product-details .gallery>li{ border-bottom: 1px solid #ccc; }

.carousel-control{text-shadow: none; opacity: 0;}
.carousel-control.left, .carousel-control.right {
    background-image: none;
}

a:hover, a:focus{text-decoration: none;}
/*.home-category-icon{max-height: 288px;}*/
.home-subcategory-icon{ max-height: 230px; }
.ratio-image-container{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.dummy-5-3{ margin-top: 60%; }
.ratio-image-container > img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
}
.tv-thumbnail .image-container img{  z-index: 10; }
.tv-thumbnail .image-container .playicon{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
    z-index: 20;
    background: url(../images/playIcon.png) no-repeat center;
    width: 60px;
    height: 62px;
}

.tv-thumbnail:hover .image-container{opacity: .8;}

.product-attributes .sku{
    border: 1px solid #ccc;
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-bottom: 4px;
    margin-right: 10px;
    padding: 0 11px;
    text-transform: capitalize;
}

.sbag-wrap {
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: moveAnimate;
}
@keyframes moveAnimate {
    0% {
        height: 0;
        opacity: 0;
        width: 0;
    }
    100% {
        height: auto;
        opacity: 1;
        width: 300px;
    }
}
@keyframes moveAnimate {
    0% {
        max-height: 0;
        opacity: 0;
        width: 0;
    }
    100% {
        max-height: 1000px;
        opacity: 1;
        width: 300px;
    }
}

.cart-empty {
    color: #2B2B2B;
    font-size: 14px;
    min-height: 300px;
}

#shoppingBag .sbag-view:hover{
    color: #fff;
}

.write-review-btn a:hover{color: #fff;}
.write-review-btn:hover {
    background-color: var(--primaryHoverColor);
    color: #fff;
}
#loginModal .fb-login, .social-register .fb-login {
    background: #507cc0 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    line-height: 45px;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}
.goToPrevSlide{
    position: absolute;
    left: 0px;
    bottom:30px;
    background: #fff;
}
.goToNextSlide{
    position: absolute;
    right: 0px;
    bottom:30px;
    background: #fff;
}

.checkout-page{ background-color: #f2f2f2; padding-bottom: 15px; }
.checkout-page .checkout-address,.checkout-page .cart-items,.checkout-page .payment-methods{background-color: #fff; }
.checkout-page .payment-methods{padding: 10px;}

.payment-methods label{display: block;}

#shoppingBag .dropdown-menu{ margin: 0; }

.orline {
    position: relative;
    left: 0;
    top: 0;
    height: 15px;
    border-top: 1px solid var(--boxBorderColor);
    margin-top: 5px;
}
.orline span {
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -20px;
    padding: 0 10px;
    color: #666;
    font-style: italic;
    text-transform: uppercase;
    background-color: #FFF;
}
.popover-form .submit-btn, .login-modal .submit-btn{width: 100%;}
.login-modal .submit-btn{  margin-top: 15px;  }
.fb-login i {
    vertical-align: middle;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 15px;
    background: url(../images/facebook-icon.png) no-repeat;
    background-size: contain;
}

textarea.form-control{border-radius: 0;}

#shoppingBag .remove-action{ padding-right: 40px; }

.cart-items .cart-item{ padding: 15px 0; }

.btn-soldout {
    opacity: .4;
    margin-right: 30px;
    padding: 10px 20px;
}

p.payment-result-msg{
    font-size: 15px;
}

#FlashItemList .flash-sale-item p.flash-sale-img{border: 1px solid #d1d1d1;}

.flash-sale-tab.tab-active:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 48%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #222;
    border-right: 10px solid transparent;
    clear: both;
}

.flash-sale-tab.tab-active.on-going:after{
    border-top: 10px solid rgb(183, 18, 29);
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{border-radius: 0px;}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: rgb(183, 18, 29);
    border-color: rgb(183, 18, 29);
}

.pagination > li > a, .pagination > li > span{color: #333;}

/*.header-nav li.dropdown-link:hover div.header-block:after{
    content: " ";
    width: 100%;
    !*height: 1px;*!
    box-shadow: 0 1000px 0 1000px rgba(0,0,0,.4);
    position: absolute;
    z-index: 24;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.empty{
    height: 200px;
    line-height: 200px;
    text-align: center;
    font-size: 16px;
}

.product-details .product-item p.product-img{height: 280px;}


.boutique-list-item .boutique-item {
    border-bottom: 3px solid var(--primaryColor);
}

.brand-icon{margin-bottom: 5px; margin-right: 5px}

.celebrity-label-tab{padding:  10px 0; background: #333;}
.celebrity-label-tab h3{color: #fff;}

.celebrity-label-tab:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 48%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 10px solid #333;
    border-right: 10px solid transparent;
    clear: both;
    z-index: 999;
}

.celebrity-title {  font-size: 22px;  }

.page.profile-menu ul{
    margin: 10px 0;
}

.page.profile-menu ul li{
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #d1d1d1;
}

.page.profile-menu ul li.no-border{border-bottom: none;}

.page.profile-menu ul .sub-title{
    font-size: 16px;
    padding: 10px;
    background: #EBEBEB;
    color: rgb(98,98,98);
    font-weight: 600;
    margin-top: 20px;
}

.mobile-profile-menu{margin-bottom: 10px;}

.create-account-label{ padding: 10px 0; margin-top: 10px; display: block;  text-align: center; }

.btn-create-account{display: block; text-align: center; color: var(--primaryColor); background: #fff; font-weight: bold;}


.cart-summary .cart-item span{
    color: #333;}

.cart-summary .cart-item span.price-row{font-weight: bold;}

.cart-summary .cart-item .product-count{text-transform: uppercase; color: #aaa; font-size: 11px;}

.goods-attrs .J-changeNum{display: inline-block;}

.bold-text{font-weight: bold;}



.breadcrumb-container{
    line-height: 30px;
    vertical-align: middle;
    color: #666;
    padding: 10px 15px;
    background: #f2f2f2;
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}

.product-details .breadcrumb-container{ display: block; }

.breadcrumb{
    padding: 0;
    margin-bottom: 0 !important;
    background-color: transparent !important;
}

.breadcrumb > li + li:before{
    content: url("../images/breadcrumb-nav.png");
}

.breadcrumb em{
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-bottom: 5px;
    background: url("../images/home.png")  no-repeat;
    background-size: 15px ;
}

select.custom-dropdown {
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(../images/select-dropdown.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;

}

.notify-msg{ padding-bottom: 10px; /*float: none;*/ }
.notify-msg + div > .slider-title{ margin-top: 0; }
.notify-msg span{ display: inline-block; padding-left: 30px; font-size: 14px; height: 30px; text-align: center; line-height: 30px;
    background: url("../images/notifyIcon.png") no-repeat left center;}

.page-title{ margin-bottom: 20px; margin-top: 45px;  }
.page-title  h2{ font-size: 28px;  text-transform: uppercase; font-weight: 700; }
.page-title  h2+ .line{
    width: 40px;
    margin: 5px auto 0 auto;
    display: block;
    border-bottom: 3px solid #333;
}

.page-title > .container-fluid{ padding: 0 15px; }
.dummy-3-4{ margin-top: 133.33% }
.carousel-indicators li{ background-color: #333; opacity: .2; border: none; }
.carousel-indicators .active, .carousel-indicators li{ width: 8px;  height: 8px; margin: 0 3px; }
.carousel-indicators .active{ background-color: #666; opacity: 1;  }

.single-item-slider:after, .notify-msg:after, .row-xs:after, .cart-summary-row:after, .order-information-row:after{
    content: "";
    display: table;
    clear: both;
}
/*-------------------index banner start-------------------*/
.index-banner-section .banner-slide-img{ width: 100%; height: auto; }
.index-banner-section{ position: relative; margin-bottom: 10px; }
.index-banner-section .lSSlideOuter .lSPager.lSpg {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%) !important;
}

.index-banner-section .lSSlideOuter .lSPager.lSpg > li a{
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: none;
    background-color: #333;
    opacity: .2;
}

.index-banner-section .lSSlideOuter .lSPager.lSpg > li{ padding: 0 3px; }

.index-banner-section .lSSlideOuter .lSPager.lSpg > li:hover a,
.index-banner-section .lSSlideOuter .lSPager.lSpg > li.active a{
    background-color: #666;
    opacity: 1;
}
/*-------------------index banner end-------------------*/

.btn-reset-filter{ width: 100%; margin-bottom: 15px; }
.search-attribute.open+div.row{ padding-bottom: 10px; }

.label-sort-by{ margin-right: 5px; }
.filter-price-row input.form-control{ -webkit-box-shadow: none; box-shadow: none; text-align: center; height: 32px; }

/*--------------------------------------*/

/*---------------modal.css------------*/

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
}
.modal-body { display: inline-block; width: 100%; padding: 10px;}
.modal-header .close {
    margin-top: -15px;
    background-color: #666;
    width: 35px;
    color: #fff;
    font-size: 16px;
    height: 35px;
    line-height: 0;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: -15px;
    text-shadow: none;
    opacity: 1;
    position: relative;
    outline: none;
}
.modal-header .close:before, .modal-header .close:after {
    position: absolute;
    left: 17px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #fff;
    top: 5px;
}
.modal-header .close:before {
    transform: rotate(45deg);
}
.modal-header .close:after {
    transform: rotate(-45deg);
}
.modal-body label {
    font-size: 13px;
    font-weight: normal;
    color: #666;
}


/*--------------------------------------*/

/*---------------star-rating.css------------*/

.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url('../img/loading.gif') top left no-repeat;
    border: none;
}

/*
 * Stars & Input
 */
.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}

.rating-disabled .rating-input, .rating-disabled .rating-stars {
    cursor: not-allowed;
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
}

.rating-container .empty-stars {
    color: #999;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #C52032;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #C52032;
    text-shadow: 1px 1px #999;
}

.rating-rtl {
    float: right;
}

.rating-animate .filled-stars {
    transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}

.rating-rtl.is-star .filled-stars {
    right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
}

/**
 * Sizes
 */
.rating-xl {
    font-size: 4.89em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 1.5em;
}

.rating-xl {
    font-size: 4.89em;
}

/**
 * Clear
 */
.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.rating-container .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */
.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -0.6em;
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0;
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
}

.brand-img-dummy{ margin-top:40% }
.brand-item img{
    transition: all .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}
.brand-item:hover img{ transform: scale(1.1); }

.brand-name{
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    text-transform: capitalize;
}
.brand-item:hover .brand-name{opacity: 1}

.row-custom {
    margin-right: -5px;
    margin-left: -5px;
}

/**
 * Print
 */
@media print {
    .rating-container .clear-rating {
        display: none;
    }
}

#order-placed-message{
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 30px;
    background: #fff;
    padding: 0 0 15px;
    color: #666;
}

#order-placed-message.success, #order-placed-message.success a {
    color: #4bb543;
}
#order-placed-message.success a{text-decoration: underline;}

#order-placed-message.failure{ color: #FF0000; }
.cart-item .discounted-price{ margin-bottom: 0; }

.order-information .cart-items{ border-color: var(--boxBorderColor); }

.order-information .cart-items > .cart-item{ border-bottom-color: var(--boxBorderColor); }

label.control-label{ font-weight: 700; font-size: 13px; }
input.form-control{
    height: var(--textBoxHeight);
}
input.form-control, textarea.form-control{
    outline: none;
    box-shadow: none;
    border: 1px solid #e2e2e2;
}
input.form-control:focus, textarea.form-control:focus{ border: 1px solid #999; box-shadow: none; }
.modal-title{ font-size: var(--headerFontSize); color: var(--headerColor); font-weight: 700; }

a.new-user{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.average-rating .has-text{
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-weight: 700;
    /*margin: 0;*/
}

.average-rating > h4{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

#user-reviews .rating-container{ font-size: 1em;  }

#user-reviews .review-comment{ color: var(--detailsTextColor); }

.reviewed-by{ font-size: 13px; font-weight: 700; color: #333; margin: 5px 0 8px; }
.average-rating .rating-container{ font-size: 1.2em; }

.product-details-tab .nav-tabs > li > a{ font-size: 12px; }
.product-details-tab .nav-tabs > li.active > a{
    color: #333;
    font-weight: 700;
}

#review-form{ text-align: center; }
#review-form .rating-container{ font-size: 2.0em; }
.submit-review-btn{ width: 100%; margin-bottom: 20px; }

.cart-summary .cart-summary-row{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 3px 0;
}
.cart-summary .cart-summary-row span:first-child{ text-transform: uppercase; }
.cart-summary .cart-summary-row span{
    color: #333;
    font-size: 12px;
}
.cart-summary .cart-summary-row span.discounted-price{ color: var(--primaryColor); font-size: 16px; }

.featured-slider + .lSAction > a{ top: 40% !important; }

#page-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.5);
    z-index: 9999;
}


#page-loader .main-content .loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brands-page{
    display: block;
    padding: 20px 0px 0px;
}
.brand-alpha{
    background-color: #e1e1e1; 
    color: #434343; 
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
}
.brand-item-box{
    margin-bottom: 10px;
    padding: 0 5px;
    display: flex;
}
.brand-item-box a.image-box{ border: 1px solid #ddd; border-radius: 9px;display: flex; align-items: center;}
.brand-alphabets{padding:10px;}
.brand-alphabets:hover{background-color: #000; color:#fff;}
.brand-image{padding:3px; max-width: 100%;}

.brands-container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
/*--------------------------------------*/


/*---------------responsive.css------------*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #contact_us_footer{ padding: 35px 0; }
    .column_one_third .payment{ width: 230px; background-size: 230px; }
    #contact_us_footer .social-media-icon{ font-size: 30px; margin: 0 4px; }
    .app_store_badge, .google_play_badge{ height: 35px; }
    .app_store_badge{ width: 120px; background-size: 230px; }
    .google_play_badge{ width: 110px; background-size: 230px; background-position: -120px 0; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    :root {
        --buttonHeight: 35px;
    }
    /*.container{ width: 100%; }*/
    .nav-item{ padding: 6px; }
    #contact_us_footer{ padding: 25px 0; }
    #contact_us_footer .column_one_third{ padding: 0; }
    #contact_us_footer p.title{ font-size: 14px; }
    #contact_us_footer .social-media-icon{ font-size: 27px; margin: 0 3px; }
    #contact_us_footer .app_store_badge, #contact_us_footer .google_play_badge{ height: 30px; margin: 0 2px; }
    #contact_us_footer .app_store_badge{ width: 110px;  }
    #contact_us_footer .google_play_badge{ width: 100px;}
    .app_store_badge{ background-size: 210px 60px; }
    .google_play_badge{ background-size: 192px; background-position: -100px 0; }
    .column_one_third .payment{ width: 200px; background-size: 200px; }

    .page-title h2{ font-size: 22px; }
    .no-padding-sm{ padding: 0; }
    .header-main > .header-middle, .header-main .navbar-collapse, .no-side-padding-sm{ padding-left: 0; padding-right: 0; }
    .page-title { margin-bottom: 15px; margin-top: 35px; }
    .on-going .sale-start-time{ font-size: 17px; }
    .sale-start-date, .sale-start-time{ font-size: 17px; }
    .flash-sale-tab.on-going, .flash-sale-tab{ padding-top: 10px; }
    .flash-sale-tab .timer, .flash-sale-tab .coming-soon{ font-size: 13px; }
    .flash-sale-tab .timer > br{ display: none; }
    .flash-sale-tabs { margin-top: 15px; }

    .cart-actions a{ font-size: 10px; margin-right: 3px; }

    .checkout-page{ padding: 0 0 10px; }
    .cart-summary .cart-summary-row span.discounted-price{ font-size: 15px; }
    .my-account .title{ font-size: 20px; }
    .my-menu-head, .my-menu-box dl dt{ font-size: 15px; }
    span.my-balance-price{ font-size: 20px; }
    span.title-grey-medium{ font-size: 16px; }
    a.redeem-btn{
        height: 27px;
        line-height: 27px;
        font-size: 12px;
        padding: 0 12px;
    }

    .bcoins{
        width: 80px;
        height: 80px;
        border-radius: 40px;
        padding: 20px 0;
        font-size: 12px;
    }

    .cart-items .address-name, .order-number{ font-size: 12px; }
}

@media only screen and (max-width: 991px) {
    .product-details .goods-tlt{
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .clear-xs{  clear: both;}
    .no-padding-xs{ padding: 0; }

    .login-modal{width: auto;}
    .header-top{ height: 55px; background: #fff;}

    #contact_us_footer p.title{ margin-bottom: 10px; }
    #contact_us_footer{ padding: 20px 0; }
    #contact_us_footer p.title{ font-size: 14px; }
    .column_one_third {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .column_one_third:last-of-type{ margin-bottom: 0; }
    .footer-article{ padding: 0; }
    .footer-article li{ margin-bottom: 20px; }

    #contact_us_footer .social-media-icon {
        font-size: 25px;
        margin: 0 6px;
    }
    .column_one_third .payment{ width: 200px; background-size: 200px; }

    .header-main{padding: 15px 0 0;}

    .navmenu, .navbar-offcanvas {  width: 250px;  }

    .flash-sale {
        padding: 15px 0;
    }

    .flash-sale .flash-sale-item:nth-child(odd){

        padding-right: 10px;
        padding-left: 5px;
    }

    .flash-sale .flash-sale-item:nth-child(even){
        padding-left: 10px;
        padding-right: 5px;
    }

    #FlashItemList .item:nth-child(odd) .flash-sale-item{
        padding-left: 0;
        padding-right: 5px;
    }

    #FlashItemList .item:nth-child(even) .flash-sale-item{
        padding-right: 0;
        padding-left: 5px;
    }

    /*.flash-sale-item:nth-child(odd) {
        padding-left: 2px;
        padding-right: 5px;
    }*/

    /*.flash-sale-item:nth-child(even) {
        padding-right: 3px;
        padding-left: 5px;
    }*/

    .boutique-list-item:nth-child(odd) .item{
        padding-right: 8px;
    }

    .boutique-list-item:nth-child(even) .item{
        padding-left: 7px;
    }

    /*.brand-list-item .brand-icon{height: 200px;}*/

    .celebrity-iframe{height: 300px;}

    .celebrity-label-tab h3{font-size: 16px;}

    .celebrity-title{ font-size: 16px;}

    .social-register{height: auto; display: block;border-right: none;}

    .orline span{font-size: 15px;}

    .order-items img.order-image{margin-bottom: 0px;}


    .order-items .cart-item-info{min-height: auto !important;}

    .cart-footer .checkout-button-section{float: none !important;}
    .cart-footer .checkout-button-section .btn-checkout{width: 100%;}
    .cart-summary > .cart-item > div:first-child{display: block; padding: 0;}
    .cart-summary .cart-item span{padding: 0px;}
    .cart-summary{margin-bottom: 5px;}

    .cart-options.visible-xs{margin-top: 5px;}

    .cart-footer{padding: 0;}

    .payment-method-input{display: none;}

    .paymentType{
        border: 1px solid #ccc;
        cursor: pointer;
        float: left;
        height: 30px;
        line-height: 30px;
        margin-bottom: 4px;
        margin-right: 10px;
        padding: 0 11px;
        text-transform: capitalize;
    }

    .paymentType.current {
        height: 30px;
        line-height: 28px;
        padding: 0 11px;
        border: 2px solid var(--primaryColor);
        color: var(--primaryColor)
    }

    .checkout-address, .checkout-address-actions{margin-bottom: 0px;}

    .global-right .box{padding: 15px;  margin-bottom: 15px;}
    .order-information-row{clear: both;}
    .order-information-row .col-1{float: left;}
    .order-information-row .col-2{float: right;}

    .order-information h3.customer-review-title{padding: 10px 0; font-size: 14px;}

    .order-information{margin-bottom: 0;}

    .product-details .lSPager.lSGallery, .product-details #goToPrevSlide, .product-details #goToNextSlide{display: none;}
    .product-attributes select{width: 150px;}

    .product-details .related-products-section .product-item p.product-img{height: 200px;}

    .order-item {position: relative;}

    .order-list-last-col{position: static;}

    .tv-video .tv-iframe{height: 300px;}

    .notify-msg{ }
    .notify-msg span{
        text-align: unset;
        font-size: 12px;
    }

    .single-item-slider li{ margin-left: -15px; }

    .grid-item-alt .home-category-icon { right: 10px; }

    .page-title{ padding: 0; }
    .page-title h2{ font-size: 18px; }
    .page-title > .container-fluid{ padding: 10px 15px; }
    #boutique-listing, .tv-products{ padding: 0 10px; }

    #filter-body{ display: none; margin: 10px 0; padding: 8px 0; }
    .filter-price-row{ margin-top: 10px; }

    .filter-price-row  input.form-control{ height: 25px; font-size: 12px; text-align: center }
    .filter-price-row  .price-divider{ font-size: 10px; padding: 0; }
    .flex-center-both-xs{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .squaredFour{ padding-right: 0;  }

    .product-item.no-padding-left-xs{ padding-left: 0 !important; }
    .product-item.no-padding-right-xs{ padding-right: 0 !important; }
    .no-padding-left-xs .discount-badge{ left: 0; }
    .btn-reset-filter{ font-size: 12px; margin-top: 10px; }
    /*no reuslts page css*/
    .no-result-box{width: 100%;text-align: center;}
    .no-result-box .no-result-box-txt{width:100%;}
    /*no reuslts page css ends*/
    .register-form{ margin-top: 0; }
    .tv-video h3{ font-size: 18px; }

    .product-details .goods-tlt span{ font-size: 18px; }
    .product-details .goods-tlt h5{ display: inline-block; }
    .product-details .goods-tlt em{ font-size: 12px; line-height: 24px; margin: 0 10px; }
    .discount-price span{ font-size: 16px; }
    .page-title { margin-bottom: 15px; margin-top: 10px; }

    .wishlist-content .product-item:nth-child(odd){
        padding-right: 5px;
        padding-left: 0;
    }

    .wishlist-content .product-item:nth-child(even){
        padding-left: 5px;
        padding-right: 0;
    }

    .no-padding-xs{ padding: 0; }
    .tv-details .tv-video, .tv-details .tv-products{ float: none !important; }
    .theme-btn{ font-size: 12px; }
    #shipping-address h2{ font-size: 17px; padding: 0 0 5px; }

    #my-orders .cart-items .cart-item{ padding: 10px 0; }
    #my-orders .order-items .cart-item-info{ padding: 0 10px; }
    #my-orders .cart-items{ border: none; }
    #my-orders .order-item{ border: 1px solid #e9e9e9; }
    #my-orders .section-view-order-xs{
        margin-top: -5px;
        padding: 7px 10px;
        margin-bottom: 10px;
        border: 1px solid #e9e9e9;
        border-top: none;
    }

    .btn-view-order{ font-size: 14px; color: rgba(0,140,209,1); font-weight:700; }
    .cart-items .address-name, #my-orders .order-date{ font-size: 14px; font-weight: 400; }
    #my-orders .section-view-order-xs i {
        font-size: 18px;
        color: #999;
    }

    .modal  .modal-dialog{ width: 80%; }

    .product-details-tab.rating-tab, #reviewForm{ padding: 0; }
    .product-details-tab > .tab-content{ padding: 10px; }
    .my-account .title{
        font-size: 16px;
        font-weight: 700;
    }
    .tv-video { margin-bottom: 25px; }
    .brand-item-box.no-padding-left-xs{ padding-left: 0 !important;}
    .brand-item-box.no-padding-right-xs{ padding-right: 0 !important;}
}

@media only screen and (max-width: 640px) {
    .mod3 .grid-item{
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .grid-item .p3{display: none;}

    .grid-item .p1{ font-size: 14px;}

    .brand-list-item .brand-icon{margin-right: 0; margin-left: 0;}
    .brand-item:hover .brand-name{opacity: 0}

    .product-details .fn-right{ float: left;  }
    .product-details .write-review-btn{ margin-top: 10px; }
}

@media only screen and (max-width: 480px) {
    .grid-item .p1{ font-size: 12px;}
    .mod3 .grid-item { padding-left: 6px;  margin-bottom: 6px; }
    .navmenu, .navbar-offcanvas{ width: 200px; }
    .tv-video .tv-iframe { height: 200px; }

    .cart-item .cart-details-xs{ padding: 0 0 0 10px; }

    .ui-tabs-vertical .ui-tabs-nav li{ padding: 5px 0; }
    #category-listing .ui-tabs-vertical .ui-tabs-nav li a, #category-listing .ui-tabs-vertical .ui-tabs-nav li.ui-state-active a{
        font-size: 10px;
    }

    .all-category { line-height: 10px; }
    .all-category-name { font-size: 12px; }

}

@media only screen and (min-width: 768px) {
    .brand-item-box.no-padding-left-sm{ padding-left: 0 !important;}
    .brand-item-box.no-padding-right-sm{ padding-right: 0 !important;}
    .clear-xs{  clear: none; }
    .clear-sm{  clear: both; }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{  margin-left: -70px;  }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{ margin-right: -70px;}
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{
        font-size: 20px;
    }

    .padding-right-8{padding-right: 8px !important;}
    .padding-left-9{padding-left: 9px !important;}
    .cart-empty{ padding-top: 150px; padding-bottom: 150px;}
    .cart-empty .cart-text{padding-top: 30px;}

    .checkout-page .cart-options-md,
    .checkout-page .discounted-price-md,
    .checkout-page .final-price-md {
        text-align: center;
        /*padding-top: 50px;*/
    }
    .login-modal{width: 400px;}

    .celebrity-iframe{height: 600px;}

    .checkout-page .payment-methods {
        padding: 15px 0;
    }

    .payment-method-input{
        vertical-align: middle;
        margin: 0 5px 0 0 !important;
    }

    #pay-mode .paymentType {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

    #pay-mode .paymentType label{
        display: block;
        position: relative;
        font-size: 13px;
        padding: 10px 10px 10px 55px;
        margin: 5px auto;
        height: 30px;
        z-index: 9;
        cursor: pointer;
        -webkit-transition: all 0.25s linear;
        color: #333;
    }


    #pay-mode .paymentType:hover{
        color: var(--primaryColor);
    }

    #pay-mode .paymentType .check{
        display: block;
        position: absolute;
        border: 2px solid #AAAAAA;
        border-radius: 100%;
        height: 22px;
        width: 22px;
        top: 12px;
        left: 20px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
    }

    #pay-mode .paymentType:hover .check {
        border: 2px solid var(--primaryColor);
    }

    #pay-mode .paymentType .check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 14px;
        width: 14px;
        top: 2px;
        left: 2px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
    }

    .payment-method-input{
        position: absolute;
        visibility: hidden;
    }


    input[type=radio]:checked ~ .check {
        border: 2px solid var(--primaryColor) !important;
    }

    input[type=radio]:checked ~ .check::before{
        background: var(--primaryColor) !important;
    }

    input[type=radio]:checked ~ label{
        color: var(--primaryColor) !important;
    }

    p.order-status{ margin: 0; }

    .btn-view-order{
        font-size: 10px;
        /* padding: 7px 10px; */
        height: 30px;
        line-height: 30px;
    }

    .order-information-row{ clear: both; }

    .order-information-row .col-1 {
        float: left;
    }

    .order-information-row .col-2 {
        float: right;
    }

    /*-----product details image gallery start----*/
    .product-details .lSSlideOuter:after{ content: ""; clear: both; display: table; }

    .product-details .lSSlideOuter.vertical{ padding-right: 0 !important; padding-left: 105px; }
    .product-details .lSSlideOuter .lSPager.lSGallery{ margin-left: 0 !important; margin-right: 5px; left: 0; right: auto; height: 100%!important; overflow-y: auto;transform: none !important; }

    .product-details .goToNextSlide,.product-details .goToPrevSlide{ display: none; }
    .product-details .lSSlideOuter .lSPager.lSGallery li{ height: auto !important; }
    /*-----product details image gallery end----*/

    .product-details .related-products-container{ margin: 0 -5px; }

    .nav-item.active{ border-bottom: 3px solid var(--primaryColor); color: var(--primaryColor); }

    .cart-items > .cart-item{ align-items: center; }

    .index-banner-section{ margin-top: 10px; }
    .navbar-right{ margin-right: 0; }

    .flash-sale-item{ padding: 15px 5px 0; }

    #FlashItemList { padding: 0 10px; }

    .no-shipping-address .order-information-row .col-2{ margin-right: 50%; }

    .product-item .product-img, .product-details ul#image-gallery > li{ width: 100% !important; height: auto!important;}
    .col-brand {
        width: 12.5%;
        float: left;
    }
}

@media only screen and (min-width: 992px) {
    .clear-md{  clear: both;}
    .clear-sm{  clear: none;}
    .container {  width: 80%;  }
    .col-md-one-fifth{ width: 20%; }

    .no-padding-top-md{ padding-top: 0 !important; }
    .row-md-flex{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .height-82 {
        height: 82%;
    }

    .col-md-custom-8 {
        width: 12.5%;
    }

    .flash-sale-tabs{ margin-top: 30px; }

    .no-shipping-address .order-information-row .col-2{ margin-right: 60%; }

}

/*--------------------------------------*/

