/* 
Theme Name: Surf Store
Theme URL: ericweaver.us
Description: Surf store
Author: Eric Weaver
Author URL: ericweaver.us
Version: 1.0
*/

a,
p {
    text-decoration: none;
    color: #010137;
    font-family: Poppins;
}

a:hover {
    color: #f4ad2d;
    transition: .25s;
}

h1,
h2,
h3,
h4 {
    font-family: Poppins;
    color: #010137;
}

.img-logo h2 {
    font-weight: 600;
    font-size: xxx-large;
    font-style: italic;
    margin-bottom: 0;
}

img {
    width: 100%;
    height: auto;
}

.logo,
.head-menu {
    border-bottom: solid;
    border-width: 0 0 1px;
    border-color: #0101372f;
}

.logo {
    text-align: center;
    padding: 30px 0;
}

.img-logo {
    max-width: 235px;
    margin: auto;
}

.top-bar {
    background-color: #010137;
    width: 100%;
    height: 28px;
}

.cart-link {
    float: right;
}

.cart-link a {
    color: white;
}

.cart-link a:hover {
    color: #f4ad2d;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

.dropdown-item {
    display: none !important;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
    text-align: left;
}

.dropdown:hover .dropdown-item {
    display: block !important;
    background: white;
}

.dropdown-ul {
    position: absolute;
    margin-left: -25px;
}

.fas {
    color: #f4ad2d;
}

.site-menu {
    display: inline-block;
    margin: 0;
}

.head-menu ul {
    padding: 0;
    z-index: 100;
}

.newsletter {
    border-top: solid;
    border-width: 1px;
    border-color: #0101372f;
    text-align: center;
    padding: 40px;
}

.newsletter h4 {
    margin-bottom: 20px;
}

.foot-left {
    float: left;
}

.contact {
    float: right;
}

.sku_wrapper {
    display: none;
}

.custom-menu-class li {
    display: inline-block;
}

.custom-menu-class a {
    margin: 20px 15px;
}

.custom-menu-class {
    padding: 0;
}

.site-navigation {
    text-align: center;
    padding: 20px;
    margin-bottom: -10px;
}

.menuhead {
    font-weight: 600;
}

.related {
    display: inline-block;
    padding-top: 150px;
}

.wp-block-button__link {
    font-size: 1rem !important;
    padding: 6px 12px !important;
    color: #010137 !important;
}

.wp-block-button__link {
    border: 1px solid !important;
    border-color: #010137 !important;
    border-radius: 0!important;
    background-color: unset !important;
}

.btn,
.wp-block-button__link {
    text-decoration: none !important;
}

.wc-block-featured-category__link div .wp-block-button a {
    border-color: white !important;
    color: white !important;
}

.wp-block-button__link:hover,
.btn .btn-outline-secondary a:hover,
.wc-block-featured-category__link div .wp-block-button a:hover {
    background-color: #f4ad2d !important;
    color: #010137 !important;
    border-color: #f4ad2d !important;
}

.wc-block-grid__product-onsale {
    display: none !important;
}

.price {
    color: #010137 !important;
}

.onsale {
    background-color: #010137 !important;
    padding: 0 !important;
}

.single_add_to_cart_button,
.checkout-button,
#place_order {
    background-color: #010137 !important;
}

.woocommerce table.cart img {
    height: 125px !important;
    width: auto !important;
}

.add_to_cart_button {
    background-color: white;
    color: #010137;
}

.pswp__caption {
    display: none;
}

.row-post {
    max-width: 800px;
    margin: auto;
}

.text-post {
    margin-bottom: 50px;
}

.woocommerce {
    min-height: 500px;
    color: #010137;
}


/* Used for minicart plugin */

.wmc-cart img {
    width: 50px !important;
}

.wmc-content,
.shortcode-wrapper .wmc-content {
    top: unset !important;
    height: unset !important;
    margin: -10px;
}

.wmc-content a {
    margin: unset;
}

.wmc-bottom-buttons a:hover {
    background-color: #010137;
}

.wmc-remove a {
    color: red;
    font-size: 22px;
}


/* End of minicart plugin */

@media (max-width: 781px) {
    .cart-link {
        float: unset;
        text-align: center;
    }
    .foot-left,
    .contact {
        float: unset;
        text-align: center;
    }
    .img-logo h2 {
        font-size: xx-large;
    }
}