/*
Theme Name: Easy Commerce Child
Author: Gnacik
Author URI: https://wenthemes.com/
Description: Child Theme
Template: easy-commerce
Version: 1.0
Requires at least: 5.6
Tested up to: 5.9
Requires PHP: 5.6
*/

.clean_commerce_widget_social ul li a[href*="google.com"]::before {
    content: "\f0d4";
}
.clean_commerce_widget_social ul li a[href*="tiktok.com"]::before {
    content: "\f173";
}
.clean_commerce_widget_social ul li a[href*="patronite.pl"]::before {
    content: "\f041";
}
.clean_commerce_widget_social ul li a[href*="paypal.me"]::before {
    content: "\f158";
}

.clean_commerce_widget_social ul li a[href*="buycoffee.to"]::before {
    content: "\f0f4";
}


.clean_commerce_widget_social ul li a[href*="allegro.pl"]::before {
    content: "\f031";
}

.order-number, .order-date, .order-status {
    background: none;
    font-weight: bold;
}
#trackin a::before {
    font-size: 16px;
}

#trackin a i {
    color:#cacad8;
    font-size: 18px;
    font-weight: normal;
}

#trackin a::before {
    xcolor: #ffffff;
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1.8;
    xtext-shadow: -2px 1px 1px #222222;
}
#trackin a:hover::before {
    text-shadow: none;
}
#trackin a:hover {
    background-color: #001837;
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
#trackin a:hover::before {
    color: #aaa;
}

#trackin a[href*="inpost.pl"]::before {
    content: "\f0d1";
}
