﻿body {
    font-family: 'Samim-FD-WOL';
    margin: 0;
    padding: 0;
    background-color: #f7f7f7;
}
.appDownload {
    border: 1px solid #0071bc;
}
.noDecoration {
    text-decoration: none;
}
a {
    color: #212121;
    display: inline-block;
}

    a:hover, a:focus {
        color: #000;
    }

img.img-res {
    width: 100%;
    height: auto;
}

main {
    padding: 0 35px;
}

header {
    background-color: #fff;
    padding: 10px 50px 0 50px;
    z-index: 9999;
}

    header .upper {
        height: auto;
    }

.register {
    display: inline-block;
    float: right;
}

.search, .basket {
    display: inline-block;
    float: left;
}

    .search .btn {
        width: 40px;
        height: 40px;
        background-image: url('../Images/Icon/magnifying-glass.png');
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center;
    }

.search-div {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 50px;
    width: 100%;
    height: 100%;
    z-index: 5;
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: .2s;
}

    .search-div.hidden {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut;
        animation-duration: .2s;
    }

    .search-div .btn {
        width: 55px;
        height: 55px;
        margin: 10px;
        background-size: 35px;
    }

        .search-div .btn.close {
            background-image: url('../Images/Icon/close.png');
            opacity: 1;
        }

    .search-div .form-control {
        height: 50px;
        margin: 10px;
        box-shadow: 0 0 0 1px rgba(0,0,0,0.16);
    }

.basket .btn {
    width: 40px;
    height: 40px;
    margin-left: 25px;
    margin-right: 12.66px;
    background-image: url('../Images/Icon/shopping-bag.png');
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}

.basket span {
    position: absolute;
    top: 20px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 21px;
    border-radius: 20px;
    pointer-events: none;
}

.logo {
    width: 100%;
    text-align: center;
}

    .logo img {
        width: 120px;
    }

.menu {
    margin-top: 10px;
}

.unorder-horizontal-list {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

@media(max-width : 991.98px) {
    .unorder-horizontal-list {
        height: auto;
    }
}

.unorder-horizontal-list li.menu-arrow {
    padding-left: 30px;
}

.unorder-horizontal-list i {
    position: absolute;
    margin-right: 25px;
    top: 19px;
    width: 12px;
    height: 12px;
    background-image: url('../Images/Icon/down-arrow.png');
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(0deg);
    transition: .3s;
}

@media (min-width : 992px) {
    .unorder-horizontal-list li:hover > i {
        transform: rotate(180deg);
        transition: .3s;
    }
}

.unorder-horizontal-list li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
}

.unorder-horizontal-list > li {
    padding: 0 10px;
}

.unorder-horizontal-list li:hover a {
    text-decoration: none;
}

.unorder-horizontal-list .lvl2 {
    display: none;
    padding: 0;
    position: absolute;
    width: 900px;
    height: auto;
    right: calc(50% - 450px);
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.16),0 1px 1px 0 rgba(0,0,0,0.08);
    cursor: default;
}

@media (min-width : 992px) {
    .unorder-horizontal-list .lvl2 {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        animation-duration: .2s;
    }

    .unorder-horizontal-list .lvl2 {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp;
        animation-duration: .3s;
    }

    .unorder-horizontal-list > li:hover .lvl2 {
        display: block;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        animation-duration: .2s;
    }
}

.unorder-horizontal-list .lvl2 .tags {
    width: 600px;
    display: inline-block;
    float: right;
    margin: 10px;
    margin-top: 0;
}

.unorder-horizontal-list .lvl2 .img {
    width: 270px;
    height: 245px;
    background-color: rgba(0,0,0,0.08);
    display: inline-block;
    float: left;
    margin: 10px;
    margin-right: 0;
    cursor: default;
    pointer-events: none;
}

.unorder-horizontal-list .lvl3 {
    position: relative;
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    padding-right: 5px;
    cursor: default;
}

    .unorder-horizontal-list .lvl3 li {
        display: inline-block;
        float: right;
        margin-left: 10px;
        margin-top: 10px;
    }

@media (max-width : 991.98px) {
    .unorder-horizontal-list .lvl3 li img {
        display: none;
    }

    .unorder-horizontal-list .lvl3 {
        padding: 0px;
        padding-bottom: 3px;
    }

        .unorder-horizontal-list .lvl3 li {
            height: 44px;
            line-height: 40px;
            margin: 0;
            padding: 2px 5px;
        }

            .unorder-horizontal-list .lvl3 li span {
                border-radius: 3px;
                display: block;
                padding-right: 5px;
            }

                .unorder-horizontal-list .lvl3 li span:hover {
                    background-color: rgba(0,0,0,0.04);
                }

    .menu-arrow i {
        left: 7px;
    }

    .menu-arrow.active i {
        transform: rotate(180deg);
    }
}

@media (min-width : 992px) {
    .unorder-horizontal-list .lvl3 li span {
        display: none;
    }
}

.menu-navigation {
    display: none;
}

header .overlay {
    display: none;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    animation-duration: .2s;
}

.menu .close {
    display: none;
}

@media ( min-width : 768px) and (max-width : 1199.98px) {
}

@media ( max-width : 991.98px) {
    .menu .close {
        display: inline-block;
        float: right;
        opacity: 1;
        margin: 5px;
    }

        .menu .close .btn {
            width: 40px;
            height: 40px;
            background-image: url('../Images/Icon/right-arrow.png');
            background-size: 25px;
            background-repeat: no-repeat;
            background-position: center;
        }

    .logo {
        width: 100%;
        text-align: center;
       
    }
 
    header {
        padding: 5px 5px;
    }

    .logo img {
        width: 38px;
        margin-left: 50px;
    }

    .menu {
        position: fixed;
        height: 100vh;
        top: -10px;
        right: -100vw;
        background-color: #fff;
        width: 100vw;
        box-shadow: -1px 0 2px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
        -webkit-animation-name: slideInLeft;
        animation-name: slideInLeft;
        animation-duration: .3s;
        overflow-y: auto;
    }

        .menu .unorder-horizontal-list {
            margin-top: 50px;
        }

            .menu .unorder-horizontal-list a {
                display: block;
            }

            .menu .unorder-horizontal-list > li {
                position: relative;
                text-align: right;
                padding-right: 15px !important;
            }

            .menu .unorder-horizontal-list .lvl3 > li span:after {
                position: absolute;
                content: '';
                width: 5px;
                height: 1px;
                background-color: rgba(0,0,0,0.24);
                right: -8px;
                top: 22px;
            }

            .menu .unorder-horizontal-list .lvl2:after {
                position: absolute;
                content: '';
                width: 1px;
                height: calc(100% - 8px);
                background-color: rgba(0,0,0,0.24);
                right: 7px;
                top: 3px;
            }

            .menu .unorder-horizontal-list .lvl2 > li {
                padding-right: 15px !important;
            }

            .menu .unorder-horizontal-list > li,
            .menu .unorder-horizontal-list > li.menu-arrow {
                display: block;
                padding: 0;
                border-bottom: 1px solid rgba(0,0,0,0.16);
                height: auto;
            }

    @media (max-width : 991.98px) {
        .menu .unorder-horizontal-list > li:not(.active):hover {
            background-color: rgba(0,0,0,0.08);
        }
    }


    .menu .unorder-horizontal-list > li:hover .lvl2 {
        display: none;
    }

    .menu .unorder-horizontal-list > li.active .lvl2 {
        display: block;
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        right: 0;
        box-shadow: none;
    }

        .menu .unorder-horizontal-list > li.active .lvl2 .tags {
            display: block;
            position: relative;
            float: none;
            width: 100%;
            margin: 0;
            padding: 0;
            margin-bottom: 15px;
        }

            .menu .unorder-horizontal-list > li.active .lvl2 .tags .lvl3 {
                float: none;
            }

            .menu .unorder-horizontal-list > li.active .lvl2 .tags ul > li {
                display: block;
                position: relative;
                float: none;
            }

        .menu .unorder-horizontal-list > li.active .lvl2 .img {
            display: none;
        }

    .menu.active {
        right: 0px;
        -webkit-animation-name: slideInRight;
        animation-name: slideInRight;
        animation-duration: .3s;
    }

    .basket .btn {
        margin-left: 5px;
        margin-right: 0;
    }

    /*.register {
        display: none;
    }*/

    .menu-navigation {
        display: inline-block;
        float: right;
    }

        .menu-navigation .btn {
            width: 40px;
            height: 40px;
            margin-left: 45px;
            background-image: url('../Images/Icon/menu.png');
            background-size: 25px;
            background-repeat: no-repeat;
            background-position: center;
        }

    .search-div {
        padding: 0;
    }

        .search-div .btn {
            width: 40px;
            height: 40px;
            background-size: 25px;
            margin: 0 2px;
        }

            .search-div .btn.close {
                background-image: url('../Images/Icon/close.png');
                background-size: 23px;
                opacity: 1;
            }

        .search-div .form-control {
            height: 40px;
            margin: 5px;
            box-shadow: 0 0 0 1px rgba(0,0,0,0.16);
            font-size: .8rem;
        }

    .basket span {
        margin-right: 0px;
    }
}

@media ( min-width : 576px) and (max-width : 991.98px) {
    .menu {
        width: 576px;
        right: -576px;
        z-index: 99999;
    }

    header .overlay {
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0,0,0,0.5);
        z-index: 5;
        top: 0px;
    }

        header .overlay.active {
            display: block;
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
            animation-duration: .2s;
        }
}

.slider-TG-container {
    width: 100%;
    height: 250px;
}

.product-slider .swiper-slide {
    width: calc(100% - 70px);
    height: 250px;
    border-radius: 3px;
    overflow: hidden;
}

.slider-discount-counter {
    position: absolute;
    width: 70px;
    height: 150px;
    background-color: red;
    z-index: 99999;
}

    .slider-discount-counter .digit {
        font-size: 55px;
        color: white;
        position: absolute;
        left: 0px;
        top: -5px;
    }

    .slider-discount-counter .upto {
        font-size: 19px;
        color: white;
        position: absolute;
        left: 8px;
        top: -5px;
    }

    .slider-discount-counter .off {
        font-size: 40px;
        color: white;
        position: absolute;
        right: 0px;
        top: 40px;
    }

    .slider-discount-counter .percentage {
        font-size: 40px;
        color: white;
        position: absolute;
        right: 0px;
        top: 4px;
    }

.main-slider.swiper-container {
    width: 100%;
    height: 100%;
    direction: rtl;
    border-radius: 3px;
    overflow: hidden;
}

.main-slider .swiper-slide,
.product-slider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product-slider .swiper-button-prev {
    width: 35px;
    height: 100%;
    top: 22px !important;
    right: 0 !important;
    background-image: none !important;
}

.product-slider .swiper-button-next {
    width: 35px;
    height: 100%;
    top: 22px !important;
    left: 0 !important;
    background-image: none !important;
}

.main-slider .swiper-button-prev {
    background-image: url('../Images/Icon/right-arrow.png') !important;
    background-size: 100%;
    background-position-x: 100px;
    transition: .2s;
}

.main-slider:hover .swiper-button-prev {
    background-position-x: 0;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    animation-duration: .3s;
}

.main-slider .swiper-button-next {
    background-image: url('../Images/Icon/left-arrow.png') !important;
    background-position-x: -100px;
    background-size: 100%;
    transition: .2s;
}

.main-slider:hover .swiper-button-next {
    background-position-x: 0;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    animation-duration: .3s;
}

.swiper-pagination {
    bottom: -13px !important;
}

    .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        border-radius: 2px;
        margin: 0 2px !important;
    }

        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            height: 9px !important;
            background-color: #212121 !important;
        }

.amazing-slider {
    width: 100%;
    height: auto;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #fff;
}

    .amazing-slider .title .unorder-horizontal-list {
        height: 280px;
        width: calc(100% - 15px);
        margin-right: 15px;
        margin-top: 37px;
    }

        .amazing-slider .title .unorder-horizontal-list:after {
            position: absolute;
            content: '';
            height: calc(100% + 10px);
            width: 1px;
            background-color: rgba(0,0,0,0.16);
            left: 0;
            top: -5px;
        }

        .amazing-slider .title .unorder-horizontal-list:before {
            position: absolute;
            content: '';
            height: calc(100% + 10px);
            width: 1px;
            background-color: rgba(0,0,0,0.16);
            right: 0;
            top: -5px;
        }

    .amazing-slider .title li {
        background-color: rgba(0,0,0,0.02);
        display: block;
        padding: 7px;
        padding-right: 10px;
        height: auto !important;
        line-height: 25px;
        color: #212121;
        border-bottom: 1px solid rgba(0,0,0,0.04);
    }

        .amazing-slider .title li.active {
            background-color: rgba(0,0,0,0.08);
        }

        .amazing-slider .title li:first-child {
            border-top-right-radius: 3px;
        }

        .amazing-slider .title li:last-child {
            border-bottom-right-radius: 3px;
        }

        .amazing-slider .title li:hover {
            background-color: rgba(0,0,0,0.16);
        }

    .amazing-slider .slide {
        position: relative;
        width: 100%;
        height: 100%;
        display: none;
    }

        .amazing-slider .slide.active {
            display: block;
        }

        .amazing-slider .slide a {
            display: flex;
        }

    .amazing-slider .image {
        width: 360px;
        height: 360px;
        display: inline;
        float: right;
        opacity: 0;
    }

        .amazing-slider .image img {
            width: inherit;
            height: auto;
        }

    .amazing-slider .content {
        width: calc(100% - 360px);
        height: 360px;
        display: inline;
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        opacity: 0;
    }



    .amazing-slider .slide.active .content {
        -webkit-animation-name: slideInUp;
        animation-name: slideInUp;
        animation-duration: .3s;
        opacity: 1;
    }

    .amazing-slider .slide.active .image {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        animation-duration: .3s;
        opacity: 1;
    }



    .amazing-slider .content .unorder-horizontal-list {
        position: absolute;
        top: 80px;
    }

        .amazing-slider .content .unorder-horizontal-list li {
            display: block;
            padding: 0;
        }

            .amazing-slider .content .unorder-horizontal-list li .digit {
                padding: 8px 3px;
                border-radius: 100%;
                text-align: left;
                margin-left: 5px;
            }

            .amazing-slider .content .unorder-horizontal-list li .view {
                padding: 7px 15px;
                border-radius: 20px;
            }

    .amazing-slider .heading {
        position: absolute;
        height: 40px;
        width: 100%;
        line-height: 40px;
        text-align: center;
        z-index: 1;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        right: 8px;
        top: 0px;
        color: white;
        text-shadow: 0 1px 1px rgba(0,0,0,0.4);
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    }

    .amazing-slider .footer {
        position: absolute;
        height: 40px;
        width: calc(100%);
        line-height: 40px;
        text-align: center;
        z-index: 1;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        right: 8px;
        bottom: -43px;
        color: white;
        text-shadow: 0 1px 1px rgba(0,0,0,0.4);
        box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    }

    .amazing-slider .content .unorder-horizontal-list li.title {
        line-height: 15px;
    }

    .amazing-slider .content .unorder-horizontal-list li.description {
        line-height: 50px;
    }

    .amazing-slider .content .unorder-horizontal-list li.lastprice {
        line-height: 10px;
    }

    .amazing-slider .content .unorder-horizontal-list li.newprice {
        line-height: 40px;
    }

    .amazing-slider .content .unorder-horizontal-list li.buyBtn {
        line-height: 100px;
    }

.text-lineT {
    text-decoration: line-through;
}

.text-clamp {
    direction: rtl;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
}

.newsteller {
    position: relative;
    display: block;
    width: 100%;
    padding: 50px 25px;
    height: auto;
}

    .newsteller h1 {
        color: #f5f5f5;
        text-shadow: 0 3px 3px rgba(0,0,0,0.5);
    }

    .newsteller p {
        color: #f5f5f5;
        text-shadow: 0 3px 3px rgba(0,0,0,0.5);
        padding-top: 10px;
    }

    .newsteller .form-control::placeholder {
        color: rgba(0,0,0,0.5);
        font-size: .9em;
    }

    .newsteller .form-control {
        background-color: rgba(255,255,255,0.4);
        margin-top: 20px;
        padding-left: 35px;
    }

    .newsteller .btn {
        position: absolute;
        width: 34px;
        height: 34px;
        left: 1px;
        top: 21px;
        background-image: url('../Images/Icon/magnifying-glass.png');
        background-size: 20px;
        opacity: .5;
        background-position: center;
        background-repeat: no-repeat;
        transition: 1s;
    }

        .newsteller .btn:hover {
            opacity: .9;
            transition: 1s;
        }

            .newsteller .btn:hover + .form-control {
                box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.08);
                transition: box-shadow 300ms ease;
            }

.swiper-container.carousel-slider {
    padding: 55px 0 15px 0px;
}

    .swiper-container.carousel-slider .swiper-wrapper {
    }


.carousel-slider .swiper-button-prev {
    background-image: url('../Images/Icon/right-arrow.png') !important;
    background-size: 100%;
    background-position: center;
    background-size: 25px;
    transition: .2s;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: none;
    background-color: #fff;
}

.carousel-slider:hover .swiper-button-prev {
    display: block;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    animation-duration: .3s;
}

.carousel-slider .swiper-button-next {
    background-image: url('../Images/Icon/left-arrow.png') !important;
    background-size: 100%;
    background-position: center;
    background-size: 25px;
    transition: .2s;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: none;
    background-color: #fff;
}

.carousel-slider:hover .swiper-button-next {
    display: block;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    animation-duration: .3s;
}

.carousel-slider-container {
    background-color: #fff;
    border-radius: 3px;
}

    .carousel-slider-container .header {
        position: absolute;
        right: 10px;
        top: 0;
        width: calc(100% - 20px);
        padding-right: 5px;
        height: 40px;
        border-bottom: 1px solid rgba(0,0,0,0.16);
        pointer-events: none;
    }

        .carousel-slider-container .header h1 {
            line-height: 40px;
        }

.swiper-container.carousel-slider .swiper-slide {
    height: auto;
    padding: 0 10px;
}

.carousel-slider .image {
    margin-top: 15px;
    position: relative;
    width: 100%;
}

.swiper-container.carousel-slider .swiper-slide .image {
    margin-top: 0px;
}

.carousel-slider .colorlist {
    width: 100%;
    height: 14px;
    position: absolute;
    top: 50%;
    right: calc(-50% + 20px);
    pointer-events: none;
    transform: rotate(90deg);
}

    .carousel-slider .colorlist ul {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .carousel-slider .colorlist ul li {
            display: inline-block;
            list-style-type: none;
            width: 10px;
            height: 10px;
            margin: 2px;
            border-radius: 10px;
        }

.carousel-slider .sizelist {
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

    .carousel-slider .sizelist ul {
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .carousel-slider .sizelist ul li {
            display: inline-block;
            list-style-type: none;
            padding: 2px;
            line-height: .7rem;
            margin: 2px;
            background-color: rgba(255,255,255,0.85);
            border-radius: 1px;
        }

.carousel-slider .caption {
    padding-top: 10px;
    padding-bottom: 5px;
}


    .carousel-slider .caption .price {
        height: 40px;
    }

        .carousel-slider .caption .price p {
            margin: 0;
            padding: 0;
        }

.carousel-slider .search-product {
    width: calc(100% / 6 - 10px);
    margin: 0 5px;
    border-radius: 3px;
    overflow: hidden;
}

@media(min-width : 1200px ) and (max-width : 1439.98px ) {
    .carousel-slider .search-product {
        width: calc(100% / 5 - 10px);
    }
}

@media(min-width : 992px ) and (max-width : 1199.98px) {
    .carousel-slider .search-product {
        width: calc(100% / 4 - 10px);
    }
}

@media(min-width : 768px ) and (max-width : 991.98px) {
    .carousel-slider .search-product {
        width: calc(100% / 3 - 10px);
    }
}

@media(min-width : 512px ) and (max-width : 767.98px) {
    .carousel-slider .search-product {
        width: calc(100% / 2 - 10px);
    }
}

@media(max-width : 511.98px) {
    .carousel-slider .search-product {
        width: calc(100% / 1 - 10px);
    }
}

.carousel-slider .product-like-fav {
    width: 38px;
    height: 80px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
}

    .carousel-slider .product-like-fav a {
        position: relative;
        width: 38px;
        height: 38px;
        text-align: center;
        line-height: 38px;
        border-radius: 38px;
    }

        .carousel-slider .product-like-fav a:hover {
            background-color: rgba(0,0,0,0.04);
            transition: .3s;
        }

        .carousel-slider .product-like-fav a i {
            color: rgba(0,0,0,0.05);
            text-shadow: 0 1px #fff;
        }

@media(max-width : 991.98px) {
    .carousel-slider .product-like-fav a i {
        color: rgba(0,0,0,0.4);
        text-shadow: 0 1px #fff;
    }
}

.carousel-slider .search-product:hover .product-like-fav a i {
    color: rgba(0,0,0,0.4);
    transition: .3s;
}

.carousel-slider .product-detail {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    top: 5px;
    right: 5px;
    z-index: 9;
    text-align: center;
    line-height: 38px;
}

    .carousel-slider .product-detail > a {
        display: block;
        width: 38px;
        border-radius: 38px;
    }

    .carousel-slider .product-detail a.dropdown-item {
        line-height: 25px;
    }

    .carousel-slider .product-detail:hover {
        background-color: rgba(0,0,0,0.04);
        transition: .3s;
    }

    .carousel-slider .product-detail i {
        color: rgba(0,0,0,0.08);
        line-height: 15px;
    }
    @media(max-width : 991.98px) {
    .carousel-slider .product-detail i {
        color: rgba(0,0,0,0.4);
        line-height: 15px;
    }
}
.carousel-slider .search-product:hover .product-detail i {
    color: rgba(0,0,0,0.4);
    transition: .3s;
}

footer .social {
    margin: 10px 0;
    height: 60px;
}

footer > .col-12:first-child {
    padding: 10px 50px 5px 50px;
}

footer .social ul {
    width: 100%;
    height: 60px;
    padding: 0;
    text-align: center;
}

    footer .social ul li {
        display: inline-block;
        list-style-type: none;
        width: 45px;
        height: 45px;
        margin: 7px;
        border-radius: 10%;
        position: relative;
        overflow: hidden;
        background-color: rgba(255,255,255,.1);
    }

        footer .social ul li i {
            position: absolute;
            width: 45px;
            height: 45px;
            top: 0;
            right: 0px;
            font-size: 25px;
            line-height: 45px;
            text-align: center;
        }

        footer .social ul li:before {
            position: absolute;
            z-index: 0;
            content: '';
            width: 65px;
            height: 65px;
            border-radius: 5px;
            transform: rotate(45deg);
            top: -10px;
            right: -10px;
            opacity: 0;
            background-color: rgba(255,255,255,.5);
        }

@media(min-width : 992px) {
    footer .social ul li:hover:before {
        -webkit-animation-name: bounceInUpRight;
        animation-name: bounceInUpRight;
        animation-duration: .3s;
        opacity: 1;
    }

    footer .social ul li:hover i {
        color: white;
        font-size: 28px;
        transition: .3s;
    }
}

@media(max-width : 991.98px) {
    footer .social ul li:before {
        opacity: 1;
        top: -10px;
        right: -10px;
    }

    footer .social ul li i {
        color: white;
        font-size: 28px;
        transition: .3s;
    }
}

footer .social ul li.telegram:before {
    background-color: rgb(0, 148, 255);
}

footer .social ul li.instagram:before {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

footer .social ul li.google:before {
    background-color: rgb(245, 62, 62);
}

footer .social ul li.twitter:before {
    background-color: rgb(0, 38, 255);
}

@keyframes bounceInUpRight {
    0% {
        opacity: 0;
        top: 50px;
        right: 50px;
    }

    50% {
        opacity: 1;
        top: -20px;
        right: -20px;
    }

    65% {
        top: -10px;
        right: -10px;
    }

    80% {
        top: 0px;
        right: 0px;
    }

    90% {
        top: -5px;
        right: -5px;
    }

    to {
        opacity: 1;
        top: -10px;
        right: -10px;
    }
}

@-webkit-keyframes bounceInUpRight {
    0% {
        opacity: 0;
        top: 50px;
        right: 50px;
    }

    50% {
        opacity: 1;
        top: -20px;
        right: -20px;
    }

    65% {
        top: -10px;
        right: -10px;
    }

    80% {
        top: 0px;
        right: 0px;
    }

    90% {
        top: -5px;
        right: -5px;
    }

    to {
        opacity: 1;
        top: -10px;
        right: -10px;
    }
}

.aboutUs ul {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
}

    .aboutUs ul li.subject {
        color: rgba(255,255,255,.8);
        padding: 10px 0 5px 0;
    }

    .aboutUs ul li {
        display: block;
        color: rgba(255,255,255,.55);
    }

.mainBanner {
    border-radius: 3px;
}

.linkBlock {
    position: relative;
    display: flex;
    height: auto;
}

.br {
    height: 15px;
}

footer .blog .blogThumb .img {
    width: 58px;
    height: 58px;
    border-radius: 3px;
    overflow: hidden;
    float: right;
    opacity: .8;
}

footer .blog .blogThumb:hover .img {
    opacity: 1;
    transition: .3s;
}

footer .blog .blogThumb {
    padding: 5px;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 5px;
}

    footer .blog .blogThumb h3,
    footer .blog .blogThumb p,
    footer .blog .blogThumb small {
        margin: 0;
        padding: 0;
        padding-right: 5px;
        color: rgba(255,255,255,0.55);
    }

    footer .blog .blogThumb:hover h3,
    footer .blog .blogThumb:hover p,
    footer .blog .blogThumb:hover small {
        color: rgba(255,255,255,0.8);
        transition: .3s;
    }

footer .blog a:hover,
footer .blog a:hover,
footer .blog a:hover {
    text-decoration: none;
}

footer .blog .blogThumb p {
    margin-top: 3px;
}

footer .namad ul {
    margin: 0;
    padding: 0;
    text-align: center;
    margin: 10px 0;
}

    footer .namad ul li {
        display: inline;
    }

        footer .namad ul li:hover {
            cursor: pointer;
        }

        footer .namad ul li img {
            width: 85px;
            margin: 5px;
        }

footer h2 {
    padding: 0;
    color: rgba(255,255,255,.85);
    position: relative;
    display: initial;
}

    footer h2::after,
    footer h2::before {
        content: '';
        position: absolute;
        left: -15px;
        top: 4px;
        width: 15px;
        height: 15px;
        background-image: url('../Images/Icon/spot.png');
        background-size: 7px;
        background-position: center;
        background-repeat: no-repeat;
        opacity: .5;
    }

    footer h2::before {
        right: -15px;
        background-image: url('../Images/Icon/spotLeft.png');
    }

footer .hottest ul,
footer .bestseller ul {
    padding: 0;
    margin-right: 10px;
    position: relative;
}

    footer .hottest ul li,
    footer .bestseller ul li {
        display: block;
        list-style-type: none;
        padding: 3px 0;
    }

        footer .hottest ul li a:hover,
        footer .bestseller ul li a:hover {
            color: rgba(255,255,255,0.85);
            text-decoration: none;
        }

        footer .hottest ul li a,
        footer .bestseller ul li a {
            color: rgba(255,255,255,0.55);
        }

.tag-slider .swiper-wrapper {
    padding-bottom: 8px;
}

.tag-slider .swiper-slide {
    width: 100px !important;
    height: 100px !important;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width : 991.98px) {
    .tag-slider .swiper-slide {
        width: 75px !important;
        height: 75px !important;
    }
}

.tag-slider .swiper-slide img {
    width: 100%;
    height: 100%;
}
.aboutUs a
{
    text-decoration:none;
    
}