/*
Theme Name: Dever Storefront
Theme URI: https://woocommerce.com/products/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 4.5.3.1695847335
Updated: 2023-09-27 20:42:15

*/

.wc-block-grid__product {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wc-block-grid__products {
    background-clip: padding-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 16px;
    padding: 0;
}

li.product a img {
    display: block;
}

/* ***** Unsorted  ***** */

.site-footer a {
    display: none;
}

@media screen and (min-width: 768px) {

    .main-navigation ul.menu ul.sub-menu,
    .main-navigation ul.nav-menu ul.children {
        background-color: #f1f1f2;
    }
}

a {
    text-decoration: none;
}

a:focus {
    padding: 2px;
}

.top4grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 16px;
    padding: 16px;
}

.gridItemText {
    width: 100%;
    padding: 40% 0;
    text-align: center;
    color: #0C60AD;
    font-weight: 700;
    transition: 1s;
    border-style: solid;
    border-color: #0C60AD;
    border-width: 4px;
}

.gridItemText:hover {
    transition: 1s;
    background: rgba(12, 96, 173, 0.25);
}

.contentclass {
    padding-top: 0;
}

#masthead {
    margin-bottom: 0;
}

#rev-slider-widget-3 {
    padding: 0;
    margin: 0 auto 40px auto;
}

body>p.woocommerce-store-notice.demo_store {
    background-color: #B90000;
}

.wc-pao-addon-name {
    color: #B90000;
}

.color-swatches hr {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #6A6A6A;
    box-sizing: content-box;
    height: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
    margin-top: 0px;
    margin-bottom: 20px;
}

.color-swatches ul {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #6A6A6A;
    box-sizing: border-box;
    margin-top: 0;
    padding-left: 0;
    list-style: none;
    margin-bottom: 7px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.color-swatches a {
    text-decoration: none;
    color: #3d3d3d;
}

.color-swatches ul li {
    width: 128px;
    margin-bottom: 10px;
    color: #3d3d3d;
}

.color-swatches ul li img {
    float: left;
    max-width: 30px;
    max-height: 30px;
    overflow: hidden;
}

.color-swatches ul li span {
    font-size: 10px;
    padding: 0 3px;
    line-height: 10.5px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
}

div.summary.entry-summary>form>div>div.woocommerce-variation.single_variation>div.woocommerce-variation-price>span>span {
    font-size: 25px;
}