
.breadcrumb-item a {
    text-decoration: none !important;
}

li.breadcrumb-item a:hover {
    color: red;
}

.Product {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
}

.prodtitle {
    text-align: center;
}

    .prodtitle h1 {
        font-size: 18px;
        padding: 15px;
    }

.image img {
}

.image {
    text-align: center;
}

li.c-product__params-more-handler {
    display: none;
}

li.js-more-attrs.c-product__params-more {
 
    padding-right: 0px;
    line-height: 30px;
}

img.img-circle {
    height: 50px;
    border-radius: 50%;
    border: 1px dashed #b0aeae;
    padding: 3px;
}

.author {
    border-bottom: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
    padding: 5px;
    text-align: center;
}

.author-name {
    padding-top: 14px;
    color: #aea9a9;
    text-align: center;
}

.articel-date {
    padding-top: 14px;
    color: #aea9a9;
    text-align: left;
    text-align: center;
}

.property {
    margin-top: 10px
}

.imggallery {
    object-fit: cover;
    object-position: -46px -2px;
}

.gallery {
    margin-top: 10px;
}

.c-product__directory {
    margin-top:35px;
}

.btnmore {
    text-align: center;
    margin-top: 20px;
}

h3.c-params__title {
    display: none;
}

h2.c-params__headline {
    display: none;
}

li.propertylist {
    list-style-type: none;
}

li.propertylist {
    list-style-type: none;
    margin-top: 9px;
    border-top: 1px dashed #ddd;
}

.c-params__list-value {
    margin-right: 5%;
}

h4.producttable {
    margin-top: 20px;
    font-size: 20px;
}


.swiper-container {
    width: 100%;
    height: 100%;
}
/*swipper*/
.swiper-slide {
    text-align: center;
    font-size: 18px;
  
    /* 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;
}

.swiper-container {
    width: 100%;
   /* min-height: 300px;*/
}

/*swipper*/
.related {
    margin-top: 20px;
}

nav.pnav li:last-child {
    display: none;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.bcontainer {
}

.bprodname {
    font-size: 13px;
    margin-top: 25px;
    font-weight: 900;
    min-height: 80px;
    line-height: 2em;
}

a.bntbuy {
    background: #f96726;
    color: #fff !important;
    padding: 9px;
    border-radius: 5px;
    transition: .2s;
    font-weight: 900;
}

    a.bntbuy:hover {
        background: #19bfd3;
    }

.prodtitle {
    font-size: 20px;
    text-align: center;
    color: #337ab7;
    margin-bottom: 14px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
a.btn.btn-danger.btn-lg.btnmorebuy {
    background: #337ab7;
    color: #fff;
    padding: 15px 13px;	
    transition-delay: .1s;
}
a.btn.btn-danger.btn-lg.btnmorebuy:hover {
    background: #f00;
}
a.btn.btn-success.btn-lg.btnmoresellerbuy {
    background: #f67234;
    color: #fff;
    padding: 15px 13px;	
    transition-delay: .1s;
}
a.btn.btn-success.btn-lg.btnmoresellerbuy:hover {
    background: #f00;
}
a.btn.btn-info.btn-lg.btnmorecomment {
    background: #777;
    color: #fff;
    padding: 15px 13px;	
    transition-delay: .1s;
}
a.btn.btn-info.btn-lg.btnmorecomment:hover {
    background: #f00;
}


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
left: 10px;
    right: auto;
    background: #ffffffba;
    padding: 33px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: -57px;
}