/*
	Theme Name:   Savoy Child
	Theme URI:    http://themeforest.net
	Description:  Savoy child theme
	Author:       NordicMade
	Author URI:   http://www.nordicmade.com
	Template:     savoy
	Version:      1.0.1
*/

/* Child theme CSS
--------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Rancho&display=swap');

.product-dimensions {
    font-size: 16px;
    padding-bottom: 22px;
}

.product-dimensions-label {
    font-weight: bold;
}

@media (min-width: 768px) {
    .product-dimensions-value {
        text-align: right;
    }
}

.nm-product-summary-title .woocommerce-product-rating {
    float: right;
    margin-top: 6px;
}

.woocommerce-product-rating .woocommerce-review-link {
    display: inline-block;
    position: relative;
    top: -8px;
    left: 0;
}

:target:before {
    content: "";
    display: block;
    height: 210px;
    margin: -210px 0 0;
}

.woocommerce-tabs .panel {
    margin-top: 41px;
    padding: 0 0 53px;
}


.nm-menu li span.dest {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #707070;
    vertical-align: bottom;
    text-decoration: none;
    padding: 16px;
}

.nm-header.centered .nm-menu > li > span.dest {
    padding: 16px 12px;
}

.nm-menu li span.dest {
    color: #707070;
}

.nm-menu li span.dest:hover {
    color: #282828;
}

.nm-top-bar .nm-menu > li > span.dest {
    font-size: inherit;
    color: #eee;
    padding: 0 10px;
    vertical-align: middle;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}

.nm-top-bar .nm-menu > li > span.dest:hover {
    color: #282828;
    opacity: .7;
}

#nm-mobile-menu span.dest {
    color: #282828;
    display: inline-block;
    line-height: 2;
    padding: 6px 0;
    white-space: nowrap;
}

#nm-mobile-menu ul ul span.dest {
    padding: 0 0 3px;
    text-indent: 15px;
}

span.dest:hover {
    cursor: pointer;
}

.nm-footer-bar .menu > li > span.dest {
    color: #eeeeee;
    display: inline-block;
    vertical-align: middle;
    padding: 0 21px 0 0;
}


.nm-menu ul.sub-menu li span.dest {
    display: block;
    font-size: 14px;
    color: #ce232e;
    padding: 8px 27px;
}

.nm-menu ul.sub-menu li span.dest:hover {
    color: #4399c1;
}

.nm-feature span.dest {
    color: #f7951e;
}

.nm-feature span.dest:hover {
    color: #000000;
}

.nm-feature.layout-icon_left .wpb_text_column {
    margin-left: -93px;
}

.nm-feature.layout-icon_left.icon-style-simple .wpb_text_column {
    margin-left: -54px;
}


.widget_product_tag_cloud span.dest {
    display: inline-block;
    float: left;
    font-size: 12px !important;
    line-height: 1;
    margin: 0 6px 6px 0;
    padding: 5px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #ffffff;
    background-color: #4399c1;
}

.widget_product_tag_cloud span.dest:hover {
    background-color: #f7951e;;
}

.nm-shop-loop-details h2 a {
    color: #8c8c8c;
    font-size: 16px;
}

.tag-seo {
    position: relative;
    background: #4399c1;
    display: inline-block;
    padding: 3px 10px;
    font-size: 10px;
    color: white;
}

.tag-seo:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    /*border-color: rgba(136, 183, 213, 0);*/
    border-left-color: #4399c1;
    border-width: 6px;
    margin-top: -6px;
}

.nm-banner-title {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    font-family: "Rancho" !important;
    font-size: 40px !important;
    letter-spacing:1.2px;
    text-align: center !important;
    color: #ce232e !important;
    padding-top: 15px;
    padding-bottom: 5px;
}