.sale span.onsale{
    display: none !important;
}
.single div.product div.images img{
    padding: 15px;
}
.entry-summary .product_title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.entry-summary p.price, .entry-summary span.price{
    margin-bottom: 20px;
}
.entry-summary p.price{
    display: flex;
    align-items: end;
}
.entry-summary p.price > del{
    order: 2;
    margin-left: 10px;
}
.entry-summary p.price > ins{
    order: 1;
}
.entry-summary p.price del{
    font-size: 14px;
    color: #333;
}
.entry-summary p.price ins{
    color: #333;
    text-decoration: none;
    font-size: 27px;
    font-weight: 700;
}
.entry-summary p.price > .woocommerce-Price-amount bdi, .entry-summary p.price > ins .woocommerce-Price-amount bdi{
    color: #e53935;
    text-decoration: none;
    font-size: 27px;
    font-weight: 700;
}
.entry-summary .woocommerce-product-details__short-description{
    font-size: 14px;
    margin-bottom: 15px;
    color: #666;
}
.entry-summary .cart .quantity{
    margin: 0 0 10px 0 !important;
    float: none !important;
}
.entry-summary .cart .quantity label{
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}
.related.products{
    clear: both;
}
.cart .quantity input{
    border: 1px solid rgb(236, 236, 236);
    background: #fff;
    width: 40px;
    font-size: 18px;
}
.cart .quantity input.qty{
    font-size: 16px;
    height: 31px;
}
.cart .quantity input[type="number"]{
    margin: 0 -10px;
    margin: 0 -5px 0 -6px;
}
.cart .quantity input::-webkit-outer-spin-button,
.cart .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cart button{
    background: #ed2e2e;
    color: #fff;
    text-transform: capitalize;
    border: none;
    padding: 10px 40px;
}
.product_meta{
    font-size: 14px;
}
.product_meta a{
    color: #ed2e2e;
}
.tabs.wc-tabs{
    display: none;
}
#tab-description{
    font-size: 14px;
}
#tab-description > h2{
    font-size: 18px;
    padding: 5px 0;
    color: #191919;
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
#tab-description > h2:before{
    content: '';
    background: #dd3333;
    width: 7px;
    height: 30px;
    margin-right: 10px;
}

.saw{
    height: auto !important;
    overflow: unset !important;
}
.shortcut{
    display: none;
}
.see, .shortcut{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    background: #f7f7f7;
}