.product-small.box {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 0px 10px;
}
.title-wrapper {
    text-align: center;
}
.single-product  #wrapper,.single-product  #main,.tax-product_cat #wrapper,.tax-product_cat #main{
    background: #fff;
}

.single-product  .page-title {
    position: relative;
    background: #e5e5e5;
}
.woocommerce-breadcrumb.breadcrumbs.uppercase {
    text-transform: none;
    font-size: 14px;
    color: #000;
}
.single-product .page-title-inner {
    min-height: 35px;
    padding-top: 0px;
    position: relative;
}
.breadcrumbs a {
    color: #000!important;  font-family: Luxstay;
    font-weight: 400;
}
#tab-description h5,#tab-description h4 ,#tab-description h2,#tab-description h3{
    font-size: 16px;
    margin: 14px 0px;
    position: relative;
}
#tab-description h5::before,#tab-description h4::before ,#tab-description h2::before  {
    content: "";
    width: 90px;
    height: 2px;
    background: var(--primary-color);
    bottom: -4px;
    position: absolute;
}

.woocommerce-product-details__short-description h5,.woocommerce-product-details__short-description h4 ,.woocommerce-product-details__short-description h2,.woocommerce-product-details__short-description h3{
    font-size: 16px;
    margin: 14px 0px;
    position: relative;
}
.woocommerce-product-details__short-description h5::before,.woocommerce-product-details__short-description h4::before ,.woocommerce-product-details__short-description h2::before  {
    content: "";
    width: 90px;
    height: 2px;
    background: var(--primary-color);
    bottom: -4px;
    position: absolute;
}

@media screen and (min-width: 980px) {
    .tabnoibat {
        width: 100%;
        position: relative;
        padding-left: 0px;
        margin: 0px;
        margin-left: -8px;
    }
    .product-thumbnails.thumbnails {
        height: 271px;
        overflow: hidden;
        display: block;
    }
    .itemTab {
        border: 1px solid #e5e5e5;
        text-align: center;
        margin-bottom: 10px;
        padding-top: 13px;
        font-size: 12px;
        display: inline-block;
        width: 84px;
        overflow: hidden;
        background: transparent;
        position: relative;
        margin-right: 10px;
        border-radius: 8px;
    }
    .itemTab img {
        height: 32px;
    }
    .itemTab p {
        font-size: 14px;
        color: #333;
        margin-bottom: 8px;
    }
    .product-gallery .large-2 {
        width: 80px !important;
        max-width: 80px !important;
    }
    .product-footer .woocommerce-tabs {
        border-top: 0px solid #ececec!important;
        padding: 0px 0!important;
    }
    .has-border {
        border: 0px solid var(--fs-color-primary)!important;
        padding: 30px;
    }
}
.woocommerce-product-details__short-description{
    font-family: 'luxstay';
}
.table-responsive table {
    border: 0px !important;
    margin: 20px auto; }

.table-responsive table tr {
    font-size: 14px; }

.table-responsive table tr:nth-child(2n+1) {
    background: #f5f5f5;
    padding: 7px 20px; }

.table-responsive table tr td:first-child {
    border-left: 1px solid #f5f5f5;
    max-width: 100px;
    font-weight: bold;
}

.table-responsive table tr td {
    border-right: 1px solid #f5f5f5;
    padding: 5px 10px;
    font-size: 14px;

}
.table-responsive table thead th {
    vertical-align: bottom;
   border: 1px solid #dee2e6;padding: 10px 10px;
    background: var(--primary-color);
    color: #fff;
    min-width: 100px;
}