/**
 * @author JoomDev https://www.joomdev.com/
 * @copyright Copyright (C) 2008 - 2018 Joomdev.com. All rights reserved.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GPLv2 or later
*/

/*----- List -----*/
.jd-hikashop-categories-element .jd-unstyled-list {
    margin: 0;
    padding: 0;
	text-align: right;
    list-style: outside none none;
}

/*----- Heading -----*/
.jd-hikashop-categories-element .jd-slider-heading {
    color: #171717;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin: 5px 0;
    text-transform: uppercase;
}

.jd-hikashop-categories-element .jd-slider-subHeading {
    color: #ec1e5f;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 5px 0;
}

/*----- Slick Slider style -----*/
.jd-hikashop-categories-element .slick-dotted.slick-slider {
    margin-bottom: 50px;
}

.jd-hikashop-categories-element .slick-dots {
    bottom: -50px;
}

.jd-hikashop-categories-element .slick-dots li,
.jd-hikashop-categories-element .slick-dots li button {
    height: auto;
    width: auto;
    margin: 0;
}

.jd-hikashop-categories-element .slick-dots li button:before {
    height: 12px;
    width: 12px;
    display: block;
    position: static;
    opacity: 1 !important;
    background: #d8d8d8;
    border-radius: 100%;
    font-size: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.jd-hikashop-categories-element .slick-dots li.slick-active button:before {
    background: #ec1e5f;
    width: 25px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/*----- jd category slider item list style -----*/
.jd-hikashop-categories-element .jd-category-slider .jd-slider-category-item-list > ul > li {
	margin-left: 10px;
    display: inline-block;
}

.jd-hikashop-categories-element .jd-category-slider .jd-slider-category-item-list > ul > li > a {
    color: #000;
    font-size: 18px;
    padding: 5px 0px 5px 20px;
    text-decoration: none;
    position: relative;
}

.jd-hikashop-categories-element .jd-category-slider .jd-slider-category-item-list > ul > li.active a{
	color: #ec1e5f;
}

.jd-hikashop-categories-element .jd-category-slider .jd-slider-category-item-list > ul > li.active a:before {
    left: 0;
	top: 5px;
    content: "\f00c";
    font-size: 14px;
    margin-right: 0;
    position: absolute;
    font-family: FontAwesome;
}

/*----- Sider Cart wrapper style -----*/
.jd-hikashop-categories-element .jd-slider-cart-wrapper ul > li {
    display: inline-block;
    margin: 0 5px;
}

.jd-hikashop-categories-element .jd-slider-cart-wrapper ul > li > a {
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 35px;
    width: 35px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #f0f0f0;
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.jd-hikashop-categories-element .jd-slider-cart-wrapper ul > li > a:hover {
    background: #ec1e5f;
}

.jd-hikashop-categories-element .jd-slider-cart-wrapper ul > li.jd-icon-cart > a {
    background-image: url('../image/cart-Icon.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jd-hikashop-categories-element .jd-slider-cart-wrapper ul > li.jd-icon-cart > a:hover {
    background-image: url('../image/cart-Icon-hover.png');
}

.jd-hikashop-categories-element .jd-slider-cart-wrapper ul > li.jd-icon-heart > a {
    background-image: url('../image/hart-Icon.png');
    background-repeat: no-repeat;
    background-position: center;
}

.jd-hikashop-categories-element .jd-slider-cart-wrapper ul > li.jd-icon-heart > a:hover {
    background-image: url('../image/hart-Icon-hover.png');
}

.jd-hikashop-categories-element .jd-slider-cart-wrapper {
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.jd-hikashop-categories-element .jd-slider-cart-wrapper ul.jd-unstyled-list{
	text-align: center;
}

/*=======================================
-- Jd Hikashop Categories Slider Start
=========================================*/

.jd-hikashop-categories-element {
    position: relative;
    display: block;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container {
    margin-top: 50px;
    position: relative;
    float: left;
    width: 100%;
}

.jd-hikashop-categories-element .jd-hikashop-categories-title-wrapper {
    background: #f7335d;
}

.jd-hikashop-categories-element .jd-hikashop-categories-title-container {
    height: auto;
    padding: 20px 5px;
    text-align: center;
}

.jd-hikashop-categories-element .jd-hikashop-categories-title-container .jd-hikashop-categories-title {
    color: #fff;
    margin: 0;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.2;
}

.jd-hikashop-categories-element .jd-hikashop-categories-item-wrapper {
    float: left;
}

.jd-hikashop-categories-element .jd-hikashop-categories-wrapper .banner-right .jd-hikashop-categories-banner-wrapper {
	order: 2;
	margin-left: -3px;
	margin-bottom: -1px;
}
.jd-hikashop-categories-element .jd-hikashop-categories-wrapper .banner-right .jd-hikashop-categories-item-continer{
	order: 1;
}

.jd-hikashop-categories-element .jd-hikashop-categories-wrapper .jd-hikashop-categories-banner-wrapper {
    width: 30%;
    float: left;
	border: 1px solid #e6e6e6;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .with-banner .jd-hikashop-categories-item-continer {
    float: left;
	width: 70%;
    border-left: 0;
    border-bottom: 0;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .without-banner .jd-hikashop-categories-item-continer{
    float: left;
    width: 100%;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer .jd-hikashop-categories-item,
.jd-hikashop-categories-element .jd-hikashop-categories-item-continer {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer.col-list-1 .jd-hikashop-categories-item{
	width: 100%;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer.col-list-2 .jd-hikashop-categories-item{
	width: 50%;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer.col-list-3 .jd-hikashop-categories-item{
	width: 33%;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer.col-list-4 .jd-hikashop-categories-item{
	width: 25%;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer.col-list-5 .jd-hikashop-categories-item{
	width: 20%;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer.col-list-6 .jd-hikashop-categories-item{
	width: 16.66%;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer.col-list-7 .jd-hikashop-categories-item{
	width: 14.28%;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer.col-list-8 .jd-hikashop-categories-item{
	width: 12.5%;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer.col-list-9 .jd-hikashop-categories-item{
	width: 11.11%;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer.col-list-10 .jd-hikashop-categories-item{
	width: 10%;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer.col-list-11 .jd-hikashop-categories-item{
	width: 9%;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer.col-list-12 .jd-hikashop-categories-item{
	width: 8.33%;
}

.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer .jd-hikashop-categories-item {
    float: left;
	margin-bottom: -1px;
	margin-left: -1px;
    border: 1px solid #e6e6e6;
    padding: 10px;
    min-height: 220px;
}

.jd-hikashop-categories-element .jd-hikashop-categories-item > .jd-hikashop-categories-product-image {
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.jd-hikashop-categories-element .jd-hikashop-categories-product-content {
    position: relative;
    width: 50%;
    text-align: center;
    padding-top: 42px;
}


.jd-hikashop-categories-element .jd-hikashop-categories-product-content .jd-hikashop-categories-heading {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}

.jd-hikashop-categories-element .jd-hikashop-categories-product-content .jd-hikashop-categories-heading a {
    text-transform: uppercase;
    text-decoration: none;
    color: #171717;
}

.jd-hikashop-categories-element .jd-hikashop-categories-product-content .jd-hikashop-categories-price {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.jd-hikashop-categories-element .jd-hikashop-categories-product-content .jd-hikashop-categories-price a {
    color: #ec1e5f;
    text-decoration: none;
}

.jd-hikashop-categories-element .jd-hikashop-categories-product-content .jd-slider-rating {
    padding: 20px 0;
    position: relative;
}

.jd-hikashop-categories-element .jd-hikashop-categories-product-content .jd-slider-rating ul {
    text-align: center;
    display: block;
}

.jd-hikashop-categories-element .jd-hikashop-categories-product-content .jd-slider-rating ul > li {
    display: inline-block;
    color: #ffc11b;
}

.jd-hikashop-categories-element .jd-hikashop-categories-product-content .jd-slider-rating ul > li > a {
    display: block;
    color: #ffc11b;
    text-decoration: none;
}

.jd-hikashop-categories-element .jd-slider-cart-wrapper {
    padding: 40px 0 20px;
}

.jd-hikashop-categories-item:hover .jd-slider-cart-wrapper {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 992px) {
    .jd-hikashop-categories-element .jd-hikashop-categories-container {
        padding-left: 70px;
    }
    .jd-hikashop-categories-element .jd-hikashop-categories-title-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 70px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
    }

    .jd-hikashop-categories-element .jd-hikashop-categories-title-container {
        height: 70px;
        padding: 15px;
        -moz-transform: rotateZ(-90deg);
        -webkit-transform: rotateZ(-90deg);
        transform: rotateZ(-90deg);
    }

    .jd-hikashop-categories-item-wrapper {
        float: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer {
        border-right: 0;
    }
    .jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer .jd-hikashop-categories-item {
        width: 100%;
        border-right: 1px solid #e6e6e6;
    }
	.jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer[class*="col-list-"] .jd-hikashop-categories-item{
		width: 100%;
	}
    .jd-hikashop-categories-element .jd-hikashop-categories-wrapper .jd-hikashop-categories-banner-wrapper {
        width: 100%;
        float: left;
        border-bottom: 0;
    }
	.jd-hikashop-categories-element .jd-hikashop-categories-container .with-banner .jd-hikashop-categories-item-continer{
		width: 100%;
	}
}

@media (max-width: 480px) {
    .jd-hikashop-categories-element .jd-hikashop-categories-container .jd-hikashop-categories-item-continer .jd-hikashop-categories-item,
    .jd-hikashop-categories-element .jd-hikashop-categories-product-content,
    .jd-hikashop-categories-element .jd-hikashop-categories-item > .jd-hikashop-categories-product-image {
        width: 100%;
        float: left;
        display: block;
    }

    /*jd category slider item list style*/
    .jd-hikashop-categories-element .jd-category-slider .jd-slider-category-item-list > ul > li {
        margin: 0;
        margin-bottom: 10px;
    }

    .jd-hikashop-categories-element .jd-category-slider .jd-slider-category-item-list > ul > li:last-child {
        margin: 0;
    }
}