﻿#AdvantagesPart {
    background: url(/Images/advantages-background.jpg) 50% 0 fixed;
    height: 120px;
    margin: 0 auto;
    width: 100%;
    background-size: contain;
}

.outfitGrid {
    position: relative;
    clear: both;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    /*margin-top: -15px;*/
}

    .outfitGrid figure {
        position: relative;
        overflow: hidden;
        height: auto;
        text-align: center;
        cursor: pointer;
        margin-top: 10px;
    }

        .outfitGrid figure img {
            position: relative;
            display: block;
            opacity: 0.9;
        }

        .outfitGrid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            backface-visibility: hidden;
        }

            .outfitGrid figure figcaption::before,
            .outfitGrid figure figcaption::after {
                pointer-events: none;
            }

            .outfitGrid figure figcaption,
            .outfitGrid figure figcaption > a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }

                .outfitGrid figure figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0;
                }

        .outfitGrid figure h4 {
            position: absolute;
            right: 0;
            bottom: 100px;
            margin: 18px;
            padding: 0 1em;
            max-width: 250px;
            text-align: right;
            opacity: 0;
            transition: opacity 0.35s;
        }

        .outfitGrid figure h4,
        .outfitGrid figure p {
            /*margin: 0;*/
        }

        .outfitGrid figure p {
            letter-spacing: 1px;
            font-size: 68.5%;
        }

figure.effect-apollo {
    /*background: #3498db;*/
}

    figure.effect-apollo img {
        opacity: 0.95;
        transition: opacity 0.35s, transform 0.35s;
        transform: scale3d(1.1,1.1,1.1);
    }

    figure.effect-apollo figcaption::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,0.35);
        content: '';
        transition: transform 0.6s;
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    }

    figure.effect-apollo p {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 3em;
        padding: 0 1em;
        max-width: 150px;
        border-right: 2px solid #fff;
        text-align: right;
        opacity: 0;
        transition: opacity 0.35s;
    }

    figure.effect-apollo:hover img {
        opacity: 0.6;
        transform: scale3d(1,1,1);
    }

    figure.effect-apollo:hover figcaption::before {
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    }

    figure.effect-apollo:hover p {
        opacity: 1;
        transition-delay: 0.1s;
    }

    figure.effect-apollo:hover h4 {
        opacity: 1;
        transition-delay: 0.1s;
    }

.figureHover {
    background: #555;
    overflow: hidden;
}

.AdvantagesPartOverlay {
    background-color: #fff;
    padding-top: 8px;
    color: #fff;
    text-align: center;
}

.outfitGrid figure img {
    position: relative;
    display: block;
    opacity: 0.9;
}


#divDayOffer .bx-prev, #divDayOffer .bx-next {
    background-color: transparent;
}

/*#DayOfferPart img {
    border-radius: 5px;
}*/

/*#divDOCounter, .DOCounter {
    position: absolute;
    background: rgba(0,0,0,.6);
    border-radius: 5px;
    margin-left: 70%;
    margin-top: -30%;
*/

.DayOfferSlider .lSGallery li {
    border: 1px solid #ccc;
    border-radius: 0 !important;
}

    .DayOfferSlider .lSGallery li.active {
        border: 1px solid #8e44ad;
        border-radius: 0 !important;
    }

/*#DayOfferCounter {
    text-shadow: 0 0 1px #000;
}

#DayOfferCounterText {
    text-shadow: 0 0 1px #000;
    direction: rtl;
    color: #fff;
    padding: 5px;
    text-align: center;
}*/


.divDOprice {
    position: absolute;
    margin-top: -5vw;
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 18px;
    font-size: 2.2vw;
    right: 0;
    bottom: 0;
    margin: 1em;
    padding: 0 0.2em;
}

.DOPrice {
    /*font-size: 22px;*/
    background: #fff;
    border-radius: 0px 5px 5px 0px;
    padding: 0% 1% 0% 1%;
    color: #888;
    display: inline-block;
    text-decoration: line-through;
}

.DOOfferPrice {
    /*font-size: 28px;*/
    background: #8e44ad;
    border-radius: 0 5px 5px 0;
    padding: 0% 1% 0% 1%;
    color: #fff;
    display: inline-block;
    text-shadow: 0 0 2px #fff;
}

.DOToman {
    /*font-size: 28px;*/
    background: #8e44ad;
    border-radius: 5px 0px 0px 5px;
    padding: 0% 0% 0% 1%;
    color: #fff;
    display: inline-block;
    text-shadow: 0 0 2px #fff;
}



#DayOfferPager {
    position: absolute;
    text-align: left;
    margin-top: -65px;
    margin-left: 2%;
    /*background: rgba(255,255,255,.2);*/
    padding: 5px;
    border-radius: 5px;
}

    #DayOfferPager a {
        margin: -1px 5px;
        display: inline-block;
        color: #8e44ad;
        border-radius: 5px;
        transition: all .3s ease-in-out;
        font-size: 1.2vw;
        vertical-align: top;
        opacity: .35;
    }

    #DayOfferPager img {
        border-radius: 5px;
    }

    #DayOfferPager .active {
        opacity: 1;
    }

#NewGoodHomepagePart .bx-loading {
    background-color: #FDF9FF;
}

#NewGoodHomepagePart .bx-wrapper {
    max-width: none !important;
}

/* Main Slider Container Styling */
.LTR .container .slides {
    max-width: 1200px;
    margin: 0 auto;
}

.LTR .container #main_slider {
    max-width: 1200px;
    margin: 0 auto;
}

#NewGoodshoesHomepagePart .bx-loading {
    background-color: #FDF9FF;
}

#NewGoodshoesHomepagePart .bx-wrapper {
    max-width: none !important;
}

/*#NewGoodClothingHomepagePart .bx-loading {
    background-color: #FDF9FF;
}*/

/*#NewGoodClothingHomepagePart .bx-wrapper {
    max-width: none !important;
}*/

/*******************-- Light Slider --***********************/
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #fff;
}

.ch-info > div {
    height: 100%;
}

#NewGoodHomepage.lightSlider, #MostVistHome.lightSlider {
    overflow: visible !important;
    min-height: 350px;
}

#NewGoodshoesHomepagePart.lightSlider, #MostVistHome.lightSlider {
    overflow: visible !important;
    min-height: 350px;
}
/*#NewGoodClothingHomepagePart.lightSlider, #MostVistHome.lightSlider {
    overflow: visible !important;
    min-height: 350px;
}*/
/******************************TAB-STYLE**************************************/
.tab_style .top_part {
    padding: 0 0 2px;
}

    .tab_style .top_part .item {
        display: inline-block;
    }

.tab_style .bottom_part .item1 {
    display: none;
}

    .tab_style .bottom_part .item1:first-child {
        display: block;
    }
/*************************************************/
.home_part2 {
    /*background: #eaeaea;
    padding: 20px 0;
    border-bottom: solid 1px #e5e5e5;*/
}

    .home_part2 .inner {
        padding: 0 7%;
    }

    .home_part2 .right_side {
        width: 50%;
        float: right;
    }

    .home_part2 .left_side {
        width: 50%;
        float: left;
        padding: 5px 5px 0 0;
    }

.box_style2 .item1 {
    width: 33.3%;
    float: right;
    padding: 5px;
}

    .box_style2 .item1 .pic1 {
        background: no-repeat center center;
        width: 100%;
        height: 157px;
        position: relative;
        overflow: hidden;
        padding: 20px;
        -webkit-box-shadow: 0 0 2px #ccc;
        -moz-box-shadow: 0 0 2px #ccc;
        box-shadow: 0 0 2px #ccc;
        cursor: pointer;
    }

        .box_style2 .item1 .pic1:before {
            background: rgba(0, 0, 0, 0);
            width: 95%;
            height: 95%;
            position: absolute;
            content: '';
            -webkit-transition: all ease .4s;
            -o-transition: all ease .4s;
            -moz-transition: all ease .4s;
            transition: all ease .4s;
            right: 0;
            top: 0;
            left: 0;
            bottom: 0;
            margin: auto auto;
        }

        .box_style2 .item1 .pic1:hover:before {
            background: rgba(111,20, 157,.4);
        }

    .box_style2 .item1 .name1 {
        font-size: 1.4rem;
        color: #fff;
        line-height: 32px;
        position: absolute;
        background: rgba(0,0,0,.27);
        width: 100%;
        text-align: center;
        right: 0;
        top: 0;
        bottom: 0px;
        height: 32px;
        margin: auto 0;
        text-shadow: 1px 0px 2px #333;
        -webkit-transition: all ease .4s;
        -o-transition: all ease .4s;
        -moz-transition: all ease .4s;
        transition: all ease .4s;
    }

    .box_style2 .item1:nth-child(2) .name1,
    .box_style2 .item1:nth-child(5) .name1 {
        bottom: -70px;
    }

    .box_style2 .item1 .pic1:hover .name1 {
        bottom: 70px;
    }

    .box_style2 .item1:nth-child(2) .pic1:hover .name1,
    .box_style2 .item1:nth-child(5) .pic1:hover .name1 {
        bottom: 0px;
    }

.home_part2 .left_side .product_info .product_item {
    width: 100%;
}

    .home_part2 .left_side .product_info .product_item .name1 {
        color: #fff;
        line-height: 30px;
        font-size: 1.6rem;
        font-size: 16px;
        text-shadow: 0 0 1px #ccc;
    }

    .home_part2 .left_side .product_info .product_item .title1 {
        line-height: 30px;
        font-size: 1.5rem;
        color: #fca1ff;
    }

    .home_part2 .left_side .product_info .product_item .text1 {
        color: #fff;
        line-height: 23px;
        font-size: 1.2rem;
        padding: 5px 0;
        direction: rtl;
    }

    .home_part2 .left_side .product_info .product_item .price1 {
        color: #777;
        line-height: 30px;
        font-size: 16rem;
        font-size: 17px;
        display: inline-block;
        padding: 0 20px 0 20px;
        position: relative;
        background: #fff;
        top: 5px;
        right: -7px;
    }

        .home_part2 .left_side .product_info .product_item .price1::before {
            position: absolute;
            content: '';
            left: -7px;
            top: -3px;
            background: #eee;
            width: 7px;
            height: 101%;
            transform: skewy(42deg);
        }

        .home_part2 .left_side .product_info .product_item .price1:after {
            background: #a4a4a4;
            position: absolute;
            content: '';
            width: 80%;
            height: 2px;
            right: 2px;
            top: 48%;
            -webkit-transform: rotate(-12deg);
            -o-transform: rotate(-12deg);
            -moz-transform: rotate(-12deg);
            transform: rotate(-12deg);
            left: 0;
            margin: 0 auto;
        }

    .home_part2 .left_side .product_info .product_item .price2 {
        color: #faddfb;
        line-height: 30px;
        font-size: 2.2rem;
        font-size: 22px;
        display: inline-block;
        background: #6f149d;
        padding: 0 10px;
    }

    .home_part2 .left_side .product_info .product_item .price_part {
        padding: 20px 0;
        direction: rtl;
    }

.home_part2 .left_side .big_pic {
    height: 325px;
    background: no-repeat center center;
    -webkit-box-shadow: 0 0 2px #ccc;
    -moz-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
    position: relative;
    background-size: cover;
}

    .home_part2 .left_side .big_pic:before {
        background: rgba(0, 0, 0, 0.1);
        width: 97%;
        height: 95%;
        position: absolute;
        content: '';
        -webkit-transition: all ease .4s;
        -o-transition: all ease .4s;
        -moz-transition: all ease .4s;
        transition: all ease .4s;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto auto;
    }

    .home_part2 .left_side .big_pic:hover:before {
        background: rgba(111,20, 157,.2);
    }

.home_part2 .left_side .product_info {
    text-align: center;
    padding: 60px 20px;
    position: absolute;
    z-index: 2;
    width: 100%;
}

.counter-block .counter .number {
    font-size: 18px !important;
    background-color: rgba(255,255,255,.7) !important;
    -webkit-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    border-radius: 4px !important;
    color: #333 !important;
}

.counter-block {
    margin: 0 6px !important;
}

    .counter-block .counter-caption {
        display: none !important;
    }

.home_part2 .left_side .text2 {
    color: #fff;
    line-height: 23px;
    font-size: 1.3rem;
    padding: 0 0 4px;
}

.home_part2 .left_side .offer_date {
    padding: 5px 0;
}

/*.counter-group .counter.days {
    display: none ;
}*/
/*---------------------------------------------TimerDayNewOfferCss---------------------------*/
.timer, .timer-done, .timer-loop {
    font-size: 12px;
    /*color: black;*/
    /*font-weight: bold;*/
    /*padding: 10px;*/
}

.jst-hours {
    float: left;
}

.jst-minutes {
    float: left;
}

.jst-seconds {
    float: left;
}

.jst-clearDiv {
    clear: both;
}

.jst-timeout {
    color: red;
}

.ProductOffer {
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    background-color: #fff;
    /*text-align: center;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*padding: 5px 15px 16px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    min-height: 370px
}

.ProductPriceOffer {
    color: #333;
    font-size: 18px
}

.iconsize {
    float: left;
    margin-right: 4px;
}

.divofferPrice {
    margin-top: 40px;
    float: left;
}

.offer_date {
    margin-top: 40px;
    width: 100%;
    /*margin-left:38px;*/
}

.OffersalePercent {
    background-color: #8e44ad;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    padding: 4px 6px 1px;
    letter-spacing: 0;
    margin-bottom: 3px;
    font-size: 16px;
    margin-right: 8px;
}

.productheight {
    min-height: 240px;
}

.LatestDetailsHolderheight {
    height: 100px;
    width: 100%;
    direction: rtl;
}

.divintoLatestDetailsHolder {
    height: 30px;
    text-align: center;
}

.OnesizeOffer {
    margin-top: 40px;
    width: 100%;
}

.fontsizeDayOffer {
    font-size: 13px;
}

.paddingbottom30 {
    padding-bottom: 30px;
}

.imageDayOffer {
    position: absolute;
    left: -10%;
}
