.cat-sidebar {
    padding: 0px;
    /* margin-right: 10px; */
    margin-top: 10px;
}

.cat-sidebar h4 {
    margin: 0;
    padding: 8px;
    font-size: 12px;
    color: #000;
    text-align: right;
    display: inline-block;
    width: 100%;
}

.cat-sidebar ul {
    padding: 10px 0px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    background: #fff;
}

.cat-sidebar ul ul {
    padding: 8px;
    border-radius: 3px;
    border: 0px solid #ccc;
}

.cat-sidebar ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    font-size: 11px;
}

.cat-sidebar ul li a {
    padding: 9px;
    display: inline-block;
    color: #808080;
}

.cat-sidebar ul a:before {
    font-family: 'Fontawesome';
    content: '\f053';
    margin-left: 5px;
    font-size: 8px;
}

.cat-sidebar i {
    float: left;
    position: relative;
    top: 10px;
}

.cat-sidebar ul ul {}

img.ads {
    max-width: 100%;
    width: 100%;
    /* height: 250px;*/
    margin-bottom: 10px;
}


/**************************************************/


/************************************main slider*/

.cat-main-slider {
    border: 10px solid #eeeff1;
}

.cat-main-slider .swiper-slide img {
    width: 100%;
    min-height: 358px;
}

.cat-main-slider-caption {
    padding: 0px;
}


.swiper-slide .ended{
    color: #ff1111 !important;
    background-color: #f1f1f1 !important;
    border: 1px solid #efefef;
}
.swiper-slide .coming_soon{
    color: #1158ff !important;
    background-color: #f1f1f1 !important;
    border-color: #eeeff1 !important;
}
.swiper-slide .no_before:before{
    display: none;
}

.cat-main-slider-caption div {
    padding: 20px 0px;
    font-size: 9px;
    background: #857e6c;
    cursor: pointer;
    color: #fff;
    width: 25%;
}

@media (max-width: 767px) {
    .cat-main-slider-caption div {
        padding: 20px 12px;
        font-size: 10px;
        background: #2c2c2c;
        cursor: pointer;
        color: #fff;
        width: 20%;
        display: none;
    }
}

.cat-main-slider-caption div:hover {
    background: #eeac0f;
    color: #fff;
}

.cat-main-slider-caption div.active {
    background: #eeac0f;
    color: #fff;
}

.cat-main-slider-caption div.active:after,
.cat-main-slider-caption div.active:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.cat-main-slider-caption div.active:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 19px;
    left: 50%;
    margin-left: -19px;
}

.cat-main-slider-caption div.active:before {
    border-color: rgba(184, 189, 195, 0);
    border-bottom-color: #eeac0f;
    border-width: 13px;
    left: 50%;
    margin-left: -10px;
    z-index: 1;
}


/*************************************end main slider*/


/************************************sub cat*/

.sub-cat-container {
    display: inline-block;
    /* padding: 10px 0px; */
    padding: 0px;
    /* margin-right: 10px; */
    margin-top: 10px;
    margin-right: 10px;
}

.sub-cat-container .sub-cat {
    padding: 0;
    border: 1px solid rgb(238, 239, 241);
    cursor: pointer;
    min-height: 215px;
    background: #fff;
}

.sub-cat-container .sub-cat img {
    max-width: 100%;
    width: 80%;
    min-height: 170px;
    /* height: 220px; */
}

.sub-cat-container .sub-cat h5 {
    color: #525252;
    font-size: 10px;
    line-height: 25px;
    font-weight: 900;
}

.slide-nav-left-overlay {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    background: rgb(255, 255, 255);
    height: 100%;
    width: 60px;
    z-index: 1;
    border-bottom: 0;
}

.slide-nav-right-overlay {
    position: absolute;
    right: -1px;
    top: 0;
    margin: auto;
    background: rgb(255, 255, 255);
    height: 100%;
    width: 60px;
    z-index: 1;
    /* border: 1px solid #ebebeb; */
    /* border-left: 1px solid #ededed; */
    /* box-shadow: 0px 0px 1px 2px #fbfbfb; */
    border-bottom: 0;
}

div.caption {
    /*margin-top: 15px;*/
}

div.caption h4 {
    margin: 0;
    padding: 9px;
    font-size: 13px;
}

.product-slider-container {
    display: inline-block;
    width: 100%;
    border: 10px solid #eeeff1;
    border-top: 0;
}


/***************************************cat new slider*/

.cat-new-slider {
    padding: 10px 65px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.cat-new-slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: none;
}

.cat-new-slider .swiper-button-prev:before {
    font-size: 32px;
    font-family: 'Fontawesome';
    content: '\f105';
}

.cat-new-slider .swiper-button-next:before {
    font-size: 32px;
    font-family: 'Fontawesome';
    content: '\f104';
}

.cat-new-slider .swiper-slide {
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #efefef;
}

.cat-new-slider img {
    max-width: 100%;
    height: 160px;
}



.cat-new-slider h5{
    font-size: 10px;
    padding: 6px;
    margin-bottom: 0;
    color: #adadad;
    background-color: #ffffff;
    border-color: #eeeff1;
    border-radius: 0;
    border: 0;
    position: relative;
}
.cat-new-slider h5:before{
    content: "";
    width: 40%;
    border: 1px solid #edc5c5;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
  /*  transform: rotate(-7deg);*/
}
.cat-new-slider h4:last-child {
    font-size: 11px;
    padding: 6px;
    margin-bottom: 0;
    color: #c61f1f;
    background-color: #f1f1f1;
    border-color: #eeeff1;
    border-radius: 0;
    margin: 0;
}

.cat-new-slider h4.title {
    font-size: 11px;
    padding: 6px;
    margin-bottom: 0;
    color: #000;
    min-height: 65px;
    line-height: 25px;
    font-weight: 900;
}

.cat-new-slider h4:last-child {
    font-size: 11px;
    padding: 6px;
    margin-bottom: 0;
    color: #228e2a;
    background-color: #f1f1f1;
    border-color: #eeeff1;
    border-radius: 0;
}


/***************************************cat bestseller slider*/

.cat-bestseller-slider {
    padding: 10px 65px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.cat-bestseller-slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: none;
}

.cat-bestseller-slider .swiper-button-prev:before {
    font-size: 32px;
    font-family: 'Fontawesome';
    content: '\f105';
}

.cat-bestseller-slider .swiper-button-next:before {
    font-size: 32px;
    font-family: 'Fontawesome';
    content: '\f104';
}

.cat-bestseller-slider .swiper-slide {
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #efefef;
}

.cat-bestseller-slider img {
    max-width: 100%;
    height: 160px;
}


.cat-bestseller-slider h5{
    font-size: 10px;
    padding: 6px;
    margin-bottom: 0;
    color: #adadad;
    background-color: #ffffff;
    border-color: #eeeff1;
    border-radius: 0;
    border: 0;
    position: relative;
}
.cat-bestseller-slider h5:before{
    content: "";
    width: 40%;
    border: 1px solid #edc5c5;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
   /* transform: rotate(-7deg);*/
}
.cat-bestseller-slider h4:last-child {
    font-size: 11px;
    padding: 6px;
    margin-bottom: 0;
    color: #228e2a;
    background-color: #f1f1f1;
    border-color: #eeeff1;
    border-radius: 0;
    margin: 0;
}


.cat-bestseller-slider h4.title {
    font-size: 11px;
    padding: 6px;
    margin-bottom: 0;
    color: #000;
    min-height: 65px;
    line-height: 25px;
    font-weight: 900;
}


/*****************************************favorite*/

.cat-favorite-slider {
    padding: 10px 65px;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.cat-favorite-slider .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: none;
}

.cat-favorite-slider .swiper-button-prev:before {
    font-size: 32px;
    font-family: 'Fontawesome';
    content: '\f105';
}

.cat-favorite-slider .swiper-button-next:before {
    font-size: 32px;
    font-family: 'Fontawesome';
    content: '\f104';
}

.cat-favorite-slider .swiper-slide {
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #efefef;
}

.cat-favorite-slider img {
    max-width: 100%;
    height: 160px
}

.cat-favorite-slider h4 {
    font-size: 11px;
    padding: 6px;
    margin-bottom: 0;
    color: #000;
}

.cat-favorite-slider h4.title {
    font-size: 11px;
    padding: 6px;
    margin-bottom: 0;
    color: #000;
    min-height: 65px;
    line-height: 25px;
    font-weight: 900;
}

.cat-favorite-slider h5{
    font-size: 10px;
    padding: 6px;
    margin-bottom: 0;
    color: #adadad;
    background-color: #ffffff;
    border-color: #eeeff1;
    border-radius: 0;
    border: 0;
    position: relative;
}
.cat-favorite-slider h5:before{
    content: "";
    width: 40%;
    border: 1px solid #edc5c5;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    /*transform: rotate(-7deg);*/

}
.cat-favorite-slider h4:last-child {
    font-size: 11px;
    padding: 6px;
    margin-bottom: 0;
    color: #228e2a;
    background-color: #f1f1f1;
    border-color: #eeeff1;
    border-radius: 0;
    margin: 0;
}

.breadcrumb-container {}

.breadcrumb-container .breadcrumb {
    direction: ltr;
    text-align: right;
    margin: 8px 0px;
    background: rgba(238, 239, 241, 0.39);
}

.breadcrumb-container .breadcrumb li {}

.breadcrumb-container .breadcrumb li a {
    color: #000;
    font-size: 10px;
}


/*************************************end sub cat*/


/************************************last news*/


/* Grow */

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);
}


/* Sweep To Left */

.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fbfbfb;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    height: 78px;
}

.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
    color: black;
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.last-news {
    padding: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

.last-news a {
    color: #000;
}

.last-news h4 {}

.last-news .media-left img {
    height: 78px;
    border-left: 2px solid #dcc076;
    width: 78px;
}

.last-news .media-body {}

.last-news .media-body h6 {
    font-size: 10px;
    text-align: justify;
    direction: rtl;
    line-height: 20px;
    height: 50px;
    overflow: hidden;
    margin: 0;
    margin-bottom: 8px;
}

.last-news .media-body span {
    font-size: 10px;
    color: #c4c4c4;
    margin-top: 0px;
    display: inline-block;
    float: left;
}

.last-news .media-body span:before {
    font-size: 12px;
    font-family: 'Fontawesome';
    content: '\f272';
    margin-left: 5px;
}

.last-news .read-more {
    float: left;
    margin-top: 15px;
    border: 0;
    font-size: 9px;
    padding: 9px;
    margin-bottom: 0;
    color: #ffffff;
    background-color: #dcc076;
    border-color: #eeeff1;
    border-radius: 0;
}

.last-news .btn.active.focus,
.last-news .btn:active.focus,
.last-news .btn-danger:active:focus,
.last-news .btn-danger:active:hover,
.last-news .open>.dropdown-toggle.btn-danger.focus,
.last-news .open>.dropdown-toggle.btn-danger:focus,
.last-news .open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #b29c62;
    border-color: #255625;
}

.sortoption {
    width: 145px;
    float: left;
}

.sortoption small {
    float: right;
    position: relative;
    top: 4px;
}

.sortoption a {
    font-size: 14px;
    position: relative;
    top: 0px;
    left: -3px;
    border: 1px solid #ccc;
    display: inline-block;
    float: right;
    background: #f8f9fa;
    color: #000;
    padding: 4px;
}

.sortoption a.active {
    background: #e6e6e6;
}


/*************************************end last news*/

/************************************ today offer */
.today-offer{
    padding: 0px;
    min-height: 360px;
    overflow: hidden;
    background: #fff;
    border: 10px solid #eeeff1;
    border-top: 0;
}
.today-offer .offer-title{
    width: 215px;
    float: left;
    padding: 0;
    margin: 0;
    direction: rtl;
    position: relative;
}

@media (max-width: 767px) {
    .today-offer .offer-title{
        display: none;
    }
    .offer-content .slideItem {
        height: 100% !important;
        width: 100% !important;
    }
    .offer-content .left {
        width: 100% !important;
    }
    .offer-content .right {
        width: 100% !important;
    }
}
.today-offer .offer-title li{
    list-style: none;
    text-align: center;
    direction: rtl;
    position: relative;
}
.today-offer .offer-title li span{
    display: inline-block;
    padding: 10px;
    width: 100%;
    font-size: 10px;
    line-height: 25px;
    color: #fff;
    background: #857e6c;
    cursor: pointer;
}
.today-offer .offer-title li span.active{
    color: #fff;
    background: #eeac0f;
}
.today-offer .offer-title li span.active:after {
    border-bottom: 23px solid transparent;
    border-left: 18px solid #eeac0f;
    border-top: 23px solid transparent;
    content: "";
    position: absolute;
    right: -18px;
    top: 0;
    z-index: 5;
}

.offer-content{

}
.offer-content .slideItem{
    height: 100%;
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 215px);
    position: absolute;
    background: #fff;
    position: relative;
}
.offer-content .right{
    width: 50%;
    float: right;
    overflow: hidden;
    padding: 20px;
}

.offer-content .right .price-label {
    color: red;
    display: block;
    clear: both;
    font-size: 15px;
    margin-bottom: 5px;
}
.offer-content .right .price-old {
    height: 32px;
    line-height: 37px;
    display: inline-block;
    vertical-align: top;
    background: gray;
    position: relative;
    padding: 0 14px;
    font-size: 14px;
    color: #e5e5e5;
    box-sizing: border-box;
    min-width: 76px;
    text-align: center;
    transition: 150ms linear;
}
.offer-content .right .price-old:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: #6f6f6f;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-18deg);
}
.offer-content .right .price-old:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 8px;
    border-right: 10px solid gray;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    z-index: 2;
    transition: 150ms linear;
}
.offer-content .right .price-final {
    height: 32px;
    display: inline-block;
    vertical-align: top;
    background: #eeac0f;
    margin-right: 2px;
    color: #fff;
    padding: 0 20px 0 8px;
    position: relative;
    font-size: 14px;
    line-height: 37px;
    min-width: 190px;
    box-sizing: border-box;
    transition: 150ms linear;
}
.offer-content .right .price-final:after {
    content: "";
    position: absolute;
    right: 0;
    z-index: 1;
    top: 7px;
    border-right: 11px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}

.offer-content .right .info-attributes {
    padding: 10px 0px;
    display: inline-block;
}
.offer-content .right .info-attributes span {
    display: block;
    font-size: 10px;
    line-height: 35px;
    color: #333;
    direction: rtl;
}
.offer-content .right .info-attributes span.read-more {
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 0;
    font-size: 12px;
}












.offer-content .left{
    width: 50%;
    float: left;
    overflow: hidden;
    text-align: center;
}
.offer-content .left .title {
    display: block;
    color: #535353;
    direction: rtl;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-right: 40px;
    margin-left: 40px;
    line-height: 35px;
}

.offer-content .left .thumb-wrapper img {
    width: 280px;
    /* height: 250px; */
}

.offer-content .product-ended-title{
    display: inline-block;
    width: 220px;
    position: relative;
    padding: 6px;
    background: #f16565;
    color: #fff !important;
    margin-top: 10px;
    bottom: 0px;
    right: 50px;
    text-align: center;
    text-shadow: azure 0px 3px 5px;
}


.products__item--special-offer {
    position: absolute;
    top: 20px;
    right: -40px;
    -webkit-transform: rotate(48.01deg);
    transform: rotate(48.01deg);
}
.products__item--special-offer:before {
    content: "پیشنهاد ها";
    display: block;
    border-bottom: 24px solid #5cb85c;
    border-left: 22px solid transparent;
    border-right: 26px solid transparent;
    height: 0;
    line-height: 25px;
    width: 135px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}
.products__item--special-offer-discount {
    position: absolute;
    top: 20px;
    right: -40px;
    -webkit-transform: rotate(48.01deg);
    transform: rotate(48.01deg);
}
.products__item--special-offer-discount:before {
    content: "تخفیف";
    display: block;
    border-bottom:24px solid #ff5454;
    border-left: 22px solid transparent;
    border-right: 26px solid transparent;
    height: 0;
    line-height: 25px;
    width: 135px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

.products__item--special-offer-special {
    position: absolute;
    top: 20px;
    right: -40px;
    -webkit-transform: rotate(48.01deg);
    transform: rotate(48.01deg);
}
.products__item--special-offer-special:before {
    content: "ویژه";
    display: block;
    border-bottom: 24px solid #5cb85c;
    border-left: 22px solid transparent;
    border-right: 26px solid transparent;
    height: 0;
    line-height: 25px;
    width: 135px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}


.products__item--special-offer-amazing {
    position: absolute;
    top: 20px;
    right: -40px;
    -webkit-transform: rotate(48.01deg);
    transform: rotate(48.01deg);
}
.products__item--special-offer-amazing:before {
    content: "شگفت انگیز";
    display: block;
    border-bottom: 24px solid #ff9500;
    border-left: 22px solid transparent;
    border-right: 26px solid transparent;
    height: 0;
    line-height: 25px;
    width: 135px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}


.products__item--special-offer-ended {
    position: absolute;
    top: 20px;
    right: -40px;
    -webkit-transform: rotate(48.01deg);
    transform: rotate(48.01deg);
}
.products__item--special-offer-ended:before {
    content: "ناموجود";
    display: block;
    border-bottom: 24px solid #8e8e8e;
    border-left: 22px solid transparent;
    border-right: 26px solid transparent;
    height: 0;
    line-height: 25px;
    width: 135px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}

.products__item--special-offer-soon {
    position: absolute;
    top: 20px;
    right: -40px;
    -webkit-transform: rotate(48.01deg);
    transform: rotate(48.01deg);
}
.products__item--special-offer-soon:before {
    content: "بزودی";
    display: block;
    border-bottom: 24px solid #2aa7bb;
    border-left: 22px solid transparent;
    border-right: 26px solid transparent;
    height: 0;
    line-height: 25px;
    width: 135px;
    color: #fff;
    font-size: 10px;
    text-align: center;
}
/************************************ end today offer */