/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.copyrights-wrapper{border-top:0 !important;}
#order_review table td{
    border-bottom: 0 !important;
}
#order_review table tbody tr.cart_item{
    border-bottom: 1px solid #eee;
}
.whb-sticked .wd-logo.wd-main-logo img{
    width: auto !important;
    height: auto !important;
}

\\ Tooltip styling
add_action('wp_head', 'ecommercehints_tooltip_css');
function ecommercehints_tooltip_css() { ?>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    <style>
        .tooltip {
            position: relative;
            display: inline-block;
            float:right;            /* Change this to left if you'd like the tooltip to appear before the shipping method name */
            text-align:right;        /* Change this to left if you'd like the tooltip to appear before the shipping method name */
        }
        .tooltip .tooltiptext {
            display:inline-block;
            text-indent:0;
            visibility: hidden;
            width: 120px;
            background-color: #ff6666;
            color: #000;
            text-align: center;
            border-radius: 3px;
            padding: 15px;
            position: absolute;
            z-index: 1;
            bottom: 100%;
            left: 50%;
            margin-left: -68px;
            font-size: small;
            line-height:1;
        }
        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #ff6666 transparent transparent transparent;
        }
        .tooltip:hover .tooltiptext {
            visibility: visible;
        }
    </style>
<?php
}
\\ Swatch
span.product-label.label-term-fda {
    display: none;
}


tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight {
    display: none;
}
.prd-col {
    padding: 30PX !important;
    border-radius: 15PX;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.prd-row {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
	text-align:center;
}

.prd-vid {
    border-radius: 10px;
    MARGIN: 20PX;
    border-style: solid;
    border-width: 15px;
    border-color: #000;
}
.prd-pad {
    padding: 40px;
}

.prd-list {
    margin-right: 30px;
	    font-size: small;
    line-height: 1.6;
}

