/*
Theme Name: Snowdonia
Description: Bespoke Wordpress Template
Author: Dept
Author URI: https://www.deptagency.com/
Version: 1.0.0
*/


/* CUSTOM CSS */

.single-product.woocommerce .product .woocommerce-tabs .woocommerce-Tabs-panel .tab-content__image:before {
    background: none;
}

.single-product.woocommerce .product .product-top .woocommerce-product-gallery .flickity-page-dots .dot {
    width: 15px;
    height: 15px;
    background: #b9951d;
}

.button--xlarge {
    font-size: 2rem;
}

.button--dark {
    color: #1d2428;
}

.mastfoot .social li {
    font-size: 2.5rem;
}

/* SLATE PROMOTION CSS */

.pagename-basket .wcam-woocommerce_after_cart_table {
    padding: 20px;
    background: #e0e0e0;
    margin-bottom: 10px;
    font-size: large;
    text-align: center;
}

.wcam-woocommerce_single_product_summary {
    padding: 20px;
    background: #e0e0e0;
    margin-bottom: 10px;
    text-align: center;
}

.wcam-woocommerce_before_checkout_form {
    text-align: center;
    border: 1px solid #ca8b46;
    background-color: hsla(0,0%,100%,.17);
    padding: 20px;
    margin-bottom: 20px;
    font-size: large;
}

.payment_method_FirstDataConnectCw_CreditCard img {
    display: none;
}

body.woocommerce-checkout #order_policy_field input+span {
    font-weight: 300;
}

.home .masthead__navigation a {
    color: #2a262b;
}

.home .hero__content h2, .home .hero__content p {
    color: #2a262b;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

.home .hero__content h2, .home .hero__content p {
    color: #ffffff;
}

}