/*---------------------------------------------------------------------------------

 Theme Name:   Ohio Golf Co
 Theme URI:    https://ohiogolfco.com
 Description:  
 Author:       List It Design Co
 Author URI:   http://listitdesign.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


/*---------------------------------------------------------------------------------*/
/*---------------------------------- GENERAL CSS ----------------------------------*/
/*---------------------------------------------------------------------------------*/

/*Product Catalog*/
.container {
  width: 85% !important;
  max-width: 95% !important;
  margin: auto;
  position: relative;
}

/*---------------------------------------------------------------------------------*/
/*--------------------------------- NAV MENU CSS ----------------------------------*/
/*---------------------------------------------------------------------------------*/

.mega-link > a {
    text-align: center;
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 400 !important;
    letter-spacing: 3px;
}
 
.mega-link > a img {
    margin-bottom: 8px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
 
}


/* ### menu text for menu with theme builder ### */
.et_mobile_nav_menu:before {
    content: 'MENU';
    font-size: 14px;
    top: 4px;
    right: 40px;
    color: #000000;
}

/*---------------------------------------------------------------------------------*/
/*-------------------------------- HOME PAGE CSS ----------------------------------*/
/*---------------------------------------------------------------------------------*/






/*---------------------------------------------------------------------------------*/
/*-------------------------------- WooCommerce CSS ----------------------------------*/
/*---------------------------------------------------------------------------------*/

/* Variable Swatches Plug-in CSS check >Apperance >Additional CSS */



/* Sold out CSS */
 
.soldout {
padding: 3px 8px;
text-align: center;
background: #222;
color: white;
font-weight: bold;
position: absolute;
top: 6px;
right: 6px;
font-size: 12px;
z-index: 1;
}

.woocommerce-store-notice, p.demo_store {
font-size: 18px!important;
}


/*----- WooComerce SALE banner---------------*/
.dgpc_product_carousel_0.dgpc_product_carousel .woocommerce ul .product .onsale {
    padding: 0px 5px 0px 5px!important;
    font-family: 'Work Sans',Helvetica,Arial,Lucida,sans-serif!important;
    text-transform: uppercase!important;
    font-size: 20px!important;
    color: #ff0000!important;
    background: #ffffff!important;
    font-weight: bold!important;
}
/*-------------------------------- WooCommerce Banner at the Bottom  CSS ----------------------------------*/

.woocommerce-store-notice, p.demo_store {
    font-size: 12px;
    padding: 5px 0px 5px 0px!important;
    background-color: #d55631!important;
    color: #fff;
}













