/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/


/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.woocommerce-page.archive .sidebar-content aside.widget {
    border-bottom: 0px solid #fff;
}

.woocommerce-page.archive .sidebar-content .widget>*:last-child {
    margin-bottom: 20px;
}
.add-links-wrap .quantity {
    display:none;
}
.product-loop-title {
    min-height:70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price,
td.product-subtotal,
td.product-total,
td.order-total,
tr.cart-subtotal,
.product-nav .product-popup .product-details .amount,
ul.product_list_widget li .product-details .amount {
    color: #DF2626 !important;
}

.price del,
.price .from,
td.product-price del,
td.product-price .from,
td.product-subtotal del,
td.product-subtotal .from,
td.product-total del,
td.product-total .from,
td.order-total del,
td.order-total .from,
tr.cart-subtotal del,
tr.cart-subtotal .from {
    color: #555 !important;
}

.porto-sticky .ubermenu-container {
    display: none;
}

/*************** tuotetekstit 2 riville  ***************/
ul.products li.product-col .woocommerce-loop-product__title {
    white-space: inherit !important;
}
.stock-locations {
    margin-top: 4px;
}
.shipping-notice-available {
    font-size: .6571em;
    text-transform: uppercase;
    margin: 0;
    color:green
}
.shipping-notice-delay {
    color:orange;
    font-size: .6571em;
    text-transform: uppercase;
    margin: 0;
}

.stock-loc {
    font-size: .8571em;
    text-transform: uppercase;
    margin: 0;
}
#main {
    background: #fff;
}
.product-col {
    padding-left: 0px !important;
    padding-right: 4px !important;
}
.product-inner:hover {
    box-shadow: rgb(0 0 0 / 20%) 0px 0px 4px -1px, rgb(0 0 0 / 20%) 0px 0px 5px, rgb(0 0 0 / 10%) 0px 0px 10px;
}
.product-inner {
    padding: 1rem;
    background-color: #fff;
}

.column2-left-sidebar .main-content, .column2-left-sidebar .main-content, .column3 .main-content {
     background-color: white;
}

.product-inner {
    background-color: rgb(230, 230, 230);
}

small, .small {
    display: block;
    font-size: 11px;
    color: rgb(34, 37, 41);
}

/*************** Tuotteiden ulkoasu ***************/


.product-image .labels .onsale, .summary-before .labels .onsale {
    font-size: .75rem;
	font-weight: 900;
    text-transform: uppercase;
	}