	h2 {
    margin: 20px 0 15px;
}

h3 {
    margin: 15px 0 10px;
}

.product_detail .bp_img_product {
    /*width:40%;*/
    height: 600px;
}

.product_detail .bp_details_description {
    /*width:60%;*/
}

.product_detail .swiper-slide {
    border: 1px solid #cccccc;
}

.product_detail .bp_details_description  h1.product_title {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.product_detail  .bp_cls_group_price {
    justify-content: start;
    margin-bottom: 30px;
}

.product_detail .bp_content_product {
    display: flex;
    flex-direction: column;
}

.product_detail div#shopping_form {
    order: 4;
}

.product_detail .cls_product_sub {
    font-size: 14px;
    color: #666666;
    margin: 20px 0;
}

.product_detail .bp_group_quantity {
    display: inline-flex;
}

.product_detail  #shopping_form .bp_group_quantity button, 
.product_detail  #shopping_form .bp_group_quantity input {
    width: 50px;
    min-height: 50px;
    border: 1px solid #e4e4e4;
    background: transparent;
    font-size: 20px;
    color: #777777;
}

.product_detail #shopping_form .bp_group_quantity .product-quantity {
    display: unset;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    border-left: none;
    border-right: none;
}

.product_detail .product-quantity::-webkit-outer-spin-button,
.product_detail .product-quantity::-webkit-inner-spin-button {
  display: none;
}

.product_detail .btnAddToCart {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin-left: 0;
    margin-top: 20px;
    left: 0;
}

.product_detail button.btnAddAction {
    background-color: var(--dark);
    color: #ffffff;
    padding: 10px 20px;
}

.product_detail .bp_pd_details_tab {
    margin-top: 40px;
}

.product_detail .bp_btn_tabs:hover {
    color: var(--pink);
}

.product_detail .bp_comment_submit {
    background: var(--dark);
    color: var(--white);
    border-color: var(--dark);
}


@media (max-width: 767px) {
    .product_detail .bp_img_product {
        height: 420px;
    }

}








