.product_view_description ul li {
    list-style: inside;
}
    .product_main_banner {
    height: 250px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.product_banner_sub {
    padding: 30px 0;
    font-style: italic;
    margin-left: 5%;
}

.product_banner_sub a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.product_banner_sub a:hover {
    color: #FFB800;
}

.active_product {
    color: #f9b90d !important;
}

.product_banner_sub span {
    padding: 5px;
}

.product_banner_title h1 {
    text-transform: uppercase;
    color: #f9b90d;
    font-weight: 600;
    margin: -14px 0;
    font-size: 70px;
}

/*____*/
.product_view_part {
    margin: 30px 0;
}

.other_images {
    box-shadow: 0 0 15px silver;
    margin-bottom: 10px;
}

.other_images img {
    width: 100%;
}

.main_image {
    box-shadow: 0 0 15px silver;
    height: 350px;
    padding: 10px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    justify-content: center;
}

.main_image img {
    width: 100%;
    max-height: 100%;
}

.product_view_info {
    color: #000;
}

.product_view_info h3 {
    font-size: 30px;
}
.product-image-container{
    height: 250px;
}
.product-image-container img{
    height: 100%;
    width:100%;
}
.product_view_info h4 {
    display: inline;
    font-weight: 500;
    color: red;
    font-size: 28px;
}
.product_view_description table {
    color: #000;
    width: 100% !important;
}
.product_view_description table  table{
    width: 100% !important;
}
.product_view_info s {
    font-size: 24px;
    color: #7b7979;
    margin-right: 10px;
    font-weight: 500;
}

.product_view_description {
    font-size: 13px;
    margin: 20px 0 0;
    box-shadow: 0 5px 15px silver;
    padding: 15px;
    color: #000;
    overflow-x: auto;
}
.product_view_description table{
    overflow: auto;
    white-space: nowrap;
}

.product_view_short_description{
    box-shadow: none;
    margin-top: 0;
    padding: 10px 0 0 0;
    font-size: 14px;   
}
.product_view_stars {
    font-size: 20px;
    margin-bottom: 5px;
}

.view_cart_part {
    display: flex;
    margin-top: 10px;
}

.add_cart {
    background-color: #000;
    text-align: center;
    padding: 11px 20px;
    display: table;
    cursor: pointer;
    transition: .3s;
}

.add_cart a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.add_favorite {
    background-color: #000;
    text-align: center;
    padding: 11px 20px;
    margin-left: 10px;
    display: table;
    cursor: pointer;
    transition: .3s;
}

.add_favorite a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.view_input {
    width: 90px;
    height: 40px;
    text-align: center;
    background: #e0dfdf;
    outline: none;
    font-size: 18px;
    border: none;
}

.add_cart:hover, .add_favorite:hover {
    background: #f9b90d;
}

.product_view_right_img {
    position: relative;
    height: 350px;
    padding: 35px 0;
    overflow:hidden;
}

.product-view-slider {
    height: 100% !important;
}

.view-slider-inner {
    padding: 3px;
    max-height: 100%;
    max-width: 100%;
    cursor: pointer;
}

.product-slider-arrows {
    color: #222;
    position: absolute;
    left: calc(50% - 10px);
    font-size: 34px;
    cursor: pointer;
}

.product-slider-prev {
    top: 0;
}

.product-slider-next {
    bottom: 0;
}

/* ...*/
.product_view_banner {
    margin-bottom: 30px;
}

.product_view_banner h3 {
    font-size: 36px;
    font-weight: 600;
}

.product_view_banner .section-divider-heading {
    padding: 20px;
}

.product_view_products {
    margin-bottom: 20px;
}

/*..*/