        /*.hidden-slide {*/
/*  display: none !important;*/
/*}*/
.bp-category-name {
    display: none;
}
.product_title{
        margin-bottom:15px;
    font-size: 42px;
    line-height: 54px;
    letter-spacing: 0;
    text-transform: none;
    color: #12aac1;
    font-weight: 400;
}
.bp-group-button-qv-wl {
    display: none;
}
.product-detail .bp_lbl_product_more  {
        color: #12aac1;
    font-weight: 700;
    font-size: 16px;
}
.product-detail .bp_lbl_product_value  {
        color: #151C29;
    line-height: 1.6;
    font-weight: 400;
}
.product-detail .cls_price_text {
    display: none;
}
.product-detail .cls_price_number,.product-detail .cls_unit_price {
        font-size: 26px;
    color: #2D3B55;
    font-weight: 600;
}
.product-detail .bp_cls_group_price  {
    margin: 20px 0;
}
.product-detail .bp_btn_action_cart {
    display: block;
}
.product-detail .bp_btn_action_cart .btnAddAction,.product-detail .bp_btn_action_cart .btnAddToCart {
    margin: 0;
}
.product-detail .bp_btn_action_cart {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.product-detail #btnAddToCart-details {
    background: #d31d52;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 40px;
}
.product-detail #btnAddToCart-details:hover {
    background: #000000;
}
.product-detail .btnAddAction {
    background: #12aac1;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 40px;
}
.product-detail .btnAddAction:hover {
    background: #000000;
}
.bp_pd_details_tab {
    margin-top: 120px;
}
.bp_pd_v {
    justify-content: center;
    border-bottom: 1px solid #2D3B55;
}
.nav-tabs .nav-link.active {
    border: none;
    background-color: transparent;
    position: relative;
    padding-bottom: 25px;
        color: #12aac1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
}
.nav-tabs .nav-link.active::after {
  content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
}
.tab-content>.active {
    padding-top: 20px;
}
.product .cls_content_product_focus {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product .product_title {
    font-size: 24px;
}
.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card {
    box-shadow: none !important;
}
#carousel_fav img {
    height: auto;
}
.owl-nav {
        position: absolute;
    top: 15%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.owl-nav button {
    font-size: 60px !important;
    color: #fff !important;
    transition: all 0.5s ease;
}
.owl-nav button:hover {
    background: transparent !important;
}
.owl-prev {
    margin-left: 10px;
    opacity: 0;
}
.owl-next {
    margin-right: 10px;
    opacity: 0;
}
.product:hover .owl-next,.product:hover .owl-prev {
    opacity: 1;
    margin: 0;
}
.bp_cls_group_price {
    display: none;
}
.product-contact {
    
  margin-top: 40px;
}
.product-contact a{
  border-radius: 0;
  background: #fff;
  padding: 9px 30px;
  line-height: 40px;
  border: 1px #12aac1;
  outline-style: solid;
  outline-color: #12aac1;
  transition: all 0.4s;
  text-transform: uppercase;
  font-size: 18px;
  color: #2d3b55;
  font-family: "Montserrat";
}
.product-contact a:hover {
  background: #12aac1;
  color: #fff;
}
.bp-product-link-details {
    display: none;
}
#shopping_form_details {
    display: none;
}
