
#product_detail_related .item {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}

@media (max-width: 700px) {
    .product_title {
        font-size: unset;
    }
}


.tab-style3 .nav-link {
    color: #535353;
    font-size: 1.1rem;
}

.tab-style-3.nav-tabs {
}

.tab-style3 .nav-tabs {
    margin-bottom: 50px;
}

.product_title {
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 1.9;
}


.owl-nav {
    display: none;
}

.review-table {
    max-width: 700px;
}

.review-table tr {
}

.review-table tr td {
    border: 1px solid #cfcfcf;
    vertical-align: middle;
    padding: 10px 10px;
}

.review-table tr td:nth-child(2n+1) {
    width: 150px;
    background-color: #fbfbfb;
}

.card-product {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px !important;
    margin-bottom: 30px;
}

.cart_btn {
}

.cart_btn .btn-addtocart {
    width: 100%;
}

.pr_detail {
    background-color: #ffffff;
    padding: 41px;
    border-radius: 14px;
    border: 1px solid #e9e9e9;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

#shop_image_thumbnails {
    margin-top: 50px;
}


#shop_image_thumbnails .item {
}

#shop_images_slide .item img {
    width: 100%;
    aspect-ratio: 1 / 0.8;
    object-fit: contain;
    border-radius: 10px;
    object-position: top;
}

#Description p {
    font-size: 1.2rem;
    line-height: 1.8;
}


.review-table {
    font-size: 1rem
}


.product-detail-top {
    display: flex;
    flex-direction: row;
    column-gap: 42px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.product-detail-top .pdt-right {
    flex: 1;
    overflow: hidden;
}

.product-detail-top .pdt-left {
    flex: 1;
}

.product_description {
    flex: 1;
    display: flex;
    flex-direction: column;
}


@media (max-width: 700px) {
    .product-detail-top {

        flex-direction: column;
    }

    .product-detail-top .pdt-right {

        margin-bottom: 31px;
    }

    .product-detail-top .pdt-left {

    }


}

#shop_image_thumbnails img {
    width: 80px;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
    border: 1px solid #e5e5e5;
}

.add-to-cart-drp {
    display: flex;
    width: 100%;
    column-gap: 31px;
    margin-bottom: 60px;
}

.add-to-cart-drp select {
    flex: 1;
    padding: 13px;
    border: 1px solid #ababab;
    border-radius: 10px;
}

.add-to-cart-drp button {
    flex: 1;
    border: none;
    background-color: #178d25;
    color: white;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 14px;
}

.add-to-cart-drp button i {
}

.add-to-cart-drp button span {
}

.product_price{
    display: flex;
    justify-content: space-between;
}

.price-box {
    /* width: fit-content; */
    /* padding: 17px 31px; */
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 29px;
    overflow: hidden;
}

.price-box.red{
    border: 2px solid #d55555;
}
.price-box.green{
    border: 2px solid #0fac81;
}
.price-box .price-box-right{

    min-height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;
}
.price-box.red .price-box-right{
    background-color: #d55555;
}
.price-box.red span{

    text-decoration: line-through;

    text-decoration-style: dashed;

    text-decoration-color: #ff0000bf;
}

.price-box.green .price-box-right{
    background-color: #0fac81;
}

.price-box i {padding: 10px 16px;color: white;}
.price-box label {padding: 10px 16px;color: white;margin: 0;display: flex;align-items: center;justify-content: center;font-weight: 300;}

.price-box span {padding: 0px 20px;font-weight: 400;}
.pr_desc {
    flex: 1;
    display: flex;
    align-items: center;
}
#sub-products-drp-add-to-cart{
    transition: all 0.2s ease 0s;
}
#sub-products-drp-add-to-cart.focus{
    border: 2px solid red;
    box-shadow: 0px 0px 17px rgba(255, 0, 0, 0.4);
}