.breadcrumb_wrapper {
    background: url(../images/counter_bg.jpg) no-repeat center;
    background-size: cover;
}


.Mobile-swiper-container {
    min-height: 560px;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

    .gallery-thumbs .swiper-slide {
        height: 100%;
        opacity: 0.4;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }

.product_single_wrapper {
    padding-top: 70px;
    padding-bottom: 21px;
}

.product_prices h2 {
    font-weight: normal;
    font-size: 26px;
}

.product_prices h3 {
    font-weight: normal;
}

.clv_partner_wrapper {
    padding-bottom: 0px !important;
    padding-top: 30px !important;
    min-height: 300px;
}

.additional_info > li {
    width: 100%;
}

/*.product_detail_tab > ul > li {
    margin-right: 1%;
}

    .product_detail_tab > ul > li:first-child {
        margin-right: 0px;
    }*/



.product_detail_tab > ul > li {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    /*margin: 1%;*/
}

    .product_detail_tab > ul > li > a.active {
        width: 100%;
    }

.tab-pane {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 15px;
    background-color: #fff;
    min-height: 300px;
}

@@media (max-width: 767px) {
    .product_detail_tab > ul > li {
        width: 48%;
    }

        .product_detail_tab > ul > li:first-child {
            margin-right: 1%;
        }
}
