.c-swiper--products .swiper-button-next:before,
.c-swiper--products .swiper-button-prev:before {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
    line-height: 1
}

a {
    color: #4a5f73;
    text-decoration: none
}

.o-headline {
    /* margin: 26px 0 20px; */
    padding: 0 5px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.o-headline>a>span {
    color: inherit;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    font-weight: 700
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    transition-property: transform
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 4;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled {
    opacity: .15;
    cursor: auto;
    pointer-events: all
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}


/*! nouislider - 10.0.0 - 2017-05-28 14:52:48 */


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

::-webkit-input-placeholder {
    color: #c6c6c6
}

::-moz-placeholder {
    color: #c6c6c6
}

:-ms-input-placeholder {
    color: #c6c6c6
}

:-moz-placeholder {
    color: #c6c6c6
}

.c-box {
    background-color: #fff;
    position: relative
}

.c-box .swiper-container {
    position: unset;
    padding-top: 3px
}

.c-box .swiper-container .swiper-button-next {
    margin-left: -10px
}

.c-box .swiper-container .swiper-button-prev {
    margin-right: -43px
}

.c-swiper .o-headline {
    padding-right: 0;
    margin-bottom: 22px;
    margin-top: 8px
}

.c-swiper .o-headline>span {
    font-weight: 700
}

.c-swiper {
    background-color: #fff;
    /* border-radius: 5px; */
}

.c-swiper .swiper-wrapper {
    transition: transform .5s cubic-bezier(.3, 0, .9, 1) !important
}

.c-swiper .swiper-slide:hover {
    z-index: 1
}

.c-swiper .c-product-box {
    transition-duration: .1s
}

.c-swiper .c-product-box:hover {
    transform: translateY(-2px)
}

.c-swiper .c-product-box:hover:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    left: 0;
    height: 2px
}

.c-swiper--products {
    margin: 20px 0 0;
    padding: 9px 33px 11px 0;
    max-width: 100%;
}

.c-swiper--products .o-headline {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 6px 33px;
    position: relative;
    padding-left: 5px
}

.list-aryapipe .nav-tabs:after {
    /* position: absolute; */
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #dfdfdf;
    height: 1px;
    content: "";
    z-index: 0;
}

.o-headline>a>span {
    padding: 8px 0;
    min-height: 49px;
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 31px;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.o-headline.active>a:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0px;
    bottom: -1px;
    background-color: #ef5661;
    height: 2px;
    z-index: 1;
}

.o-headline.active>a:after {
    content: "";
    position: absolute;
    left: -15px;
    width: 15px;
    height: 3px;
    background-color: #fff;
    bottom: -1px;
    z-index: 1;
}

.c-swiper__show-more {
    font-size: 18px;
    font-size: 1.286rem;
    line-height: 1.89;
    font-weight: 700;
    color: #a8a8a8
}

.c-swiper__show-more:hover {
    color: #1ca2bd
}

.c-swiper--products .c-product-box {
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 15px 60px;
    position: relative
}

.c-swiper--products .c-product-box:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.c-swiper--products .c-product-box__img {
    width: 210px;
    height: 210px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%
}

.c-swiper--products .c-product-box__title {
    text-align: center;
    margin-top: 14px;
    overflow: hidden;
    max-width: 90%;
    min-height: 50px;
    font-size: 14px;
    /* font-size: .857rem; */
    line-height: 25px;
    color: #444;
    font-family: iransans;
}

.c-swiper--products .c-product-box .c-price {
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    text-align: left;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}

.c-swiper--products .c-product-box .c-price__value {
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: bold;
}

.c-swiper--products .c-product-box .c-price__currency {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.571;
    letter-spacing: 0;
    color: #686969;
}

.c-swiper--products .swiper-wrapper {
    padding: 2px 0
}

.c-swiper--products .swiper-button-next,
.c-swiper--products .swiper-button-prev {
    width: 49px;
    height: 90px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    background-image: unset
}

.c-swiper--products .swiper-button-next:before,
.c-swiper--products .swiper-button-prev:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -7px;
    font-size: 32px;
    color: #000;
    font-weight: 700;
}

.c-swiper--products .swiper-button-next {
    color: #a8a8a8;
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 0 5px 5px 0
}

.c-swiper--products .swiper-button-next:before {
    font-family: FontAwesome;
    content: "\f104"
}

.c-swiper--products .swiper-button-prev {
    color: #a8a8a8;
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 5px 0 0 5px
}

.c-swiper--products .swiper-button-prev:before {
    font-family: FontAwesome;
    content: "\f105"
}

.c-product-box {
    display: block;
    background: #fff;
    height: 100%;
    padding: 26px 20px 60px;
    position: relative;
    transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), transform .2s cubic-bezier(.4, 0, 1, 1)
}

.c-product-box:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .11);
    z-index: 11
}

.c-product-box__link-url {
    position: absolute;
    z-index: 13;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0
}

.c-product-box__img {
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.c-product-box__img img {
    overflow: hidden
}

.c-product-box__img img[alt]:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: 300;
    color: transparent;
    text-align: center;
    content: attr(alt);
    background: #fff url(/Portals/0/logo.png) no-repeat 50%;
    background-size: contain;
    width: 100%
}

.c-product-box__img img {
    max-width: 100%;
    max-height: 100%
}

.c-product-box__title {
    display: block;
    margin-top: 20px;
    overflow: hidden;
    font-size: 12px;
    font-size: .857rem;
    line-height: 30px
}

.c-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.c-price__value {
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 26px;
    color: #000;
}

.c-price__currency {
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .15;
    cursor: auto;
    pointer-events: all;
}

.ecommerce-more-link a {
    color: #ef5661;
    letter-spacing: -.05em;
}

.list-aryapipe {
    /* margin: 0 !important; */
    /* border: none; */
    background: #fff;
    border-radius: 5px 5px 0 0;
    margin-top: 20px;
}

.list-aryapipe .nav-tabs>li>a:hover,
.list-aryapipe .nav-tabs>li>a {
    border: none;
    background: none;
}

.list-aryapipe .nav-tabs>li.active>a,
.list-aryapipe .nav-tabs>li.active>a:focus,
.list-aryapipe .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: none;
    border-bottom-color: transparent;
}

.list-aryapipe .nav-tabs>li.active>a,
.list-aryapipe .nav-tabs>li>a {
    padding-bottom: 0 !important;
    color: #555;
}
@media (max-width:500px)
{
    .c-swiper--products .c-product-box .c-price {
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: absolute;
        text-align: center;
        bottom: 20px;
        left: 40%;
        transform: unset;
        width: 100%;
    } 
    .c-swiper--products {
        margin: 20px 0 0;
        padding: unset;
        max-width: 100%;
    }
}