/*
 Theme Name:   AdbitesDev
 Theme URI:    https://www.adbites.de
 Description:  Adbites child theme
 Author:       Heiko Schneider
 Author URI:   https://www.adbites.de
 Template:     generatepress
 Version:      0.1
*/

.woocommerce-product-details__short-description {
    font-size: 16px;
}

.woocommerce-product-details__short-description ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.woocommerce-product-details__short-description ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.woocommerce-product-details__short-description ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #666;
    font-size: 18px;
}

.single_add_to_cart_button {
    position: relative;
    padding-right: 40px !important;
}

.single_add_to_cart_button:after {
    content: "\f290";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.add_to_cart_button {
    border-radius: 0%;
}


.footer-widgets .widget {
    margin-bottom: 10px;
}

.footer-widgets .widget a {
    text-decoration: none;
}


#tab-title-description li {
    display: none;
}

.single-product h1 {
    font-weight: 700;
    letter-spacing: -0.035em;
}

.single-product.woocommerce .entry-summary ul.products li.product .price, .woocommerce div.product p.price {
    font-weight: 100;
    font-size: 1.8rem;
    margin-bottom: 10px;
}


.woocommerce-Price-amount sup {
    font-size: 0.5em;
    line-height: 0;
    color: #000000;
    margin-left: 2px;
    position: relative;
    top: -1em;
}

.woocommerce-Price-currencySymbol {
    font-size: 0.5em;
    line-height: 0;
    color: #000000;
    margin-right: 2px;
    position: relative;
    top: -0.3em;
    vertical-align: super;
    margin-left: -0.4em;
}

.wc-gzd-additional-info {
    font-size: 0.8em;
}

.merchant-review-date {
    font-size: 0.65em !important;
    color:#6f6f6f !important;
}

.wc-gzd-review-authenticity-status {
    font-size: 0.65em !important;
    color:#118149 !important;
}

.wc-gzd-review-authenticity-status:before { 
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    display: none;
}


.single-product .ppc-button-wrapper, .single-product .ppcp-messages {
display: none !important;
}


ul.tabs.wc-tabs {
    display: none !important;
}

.merchant-reasons-list-item-text {
    font-size: 15px !important;
}


.merchant-countdown-timer-text {
    font-size: 15px !important;
}





