/*
Theme Name: Beamstore Child
Theme URI: http://khudecki.pl/beamstore/woocommerce/
Author: Nine-Themes
Author URI: http://themeforest.net/user/nine-themes
Text Domain: beamstore
Description: Multipurpose Ready Woocommerce Theme
Template: beamstore
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, sticky-post, translation-ready
*/

@import url("../beamstore/style.css");



.sale-badge {
    width: 68px;
    height: 22px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 0px;
    text-align: center;
    background: #f4740a;
    background: -moz-linear-gradient(top, #f4740a 0%, #f4740a 50%, #f25e08 51%, #f25e08 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4740a), color-stop(50%,#f4740a), color-stop(51%,#f25e08), color-stop(100%,#f25e08));
    background: -webkit-linear-gradient(top, #f4740a 0%,#f4740a 50%,#f25e08 51%,#f25e08 100%);
    background: -o-linear-gradient(top, #f4740a 0%,#f4740a 50%,#f25e08 51%,#f25e08 100%);
    background: -ms-linear-gradient(top, #f4740a 0%,#f4740a 50%,#f25e08 51%,#f25e08 100%);
    background: linear-gradient(to bottom, #f4740a 0%,#f4740a 50%,#f25e08 51%,#f25e08 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4740a', endColorstr='#f25e08',GradientType=0 );
    padding: 3px 0px;
    color: #000;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
}




body {
    color: #737474;
    font-size: 14px !important;
    font-weight: 300;
    line-height: 1.6;
    font-family: 'Lato';
}

.button, input[type="submit"], .btn {
    color: #000 !important;
    background: linear-gradient(to bottom, #BBEA03 0%,#BBEA03 50%,#BBEA03 51%,#BBEA03 100%) !important;
    
}




.ui-widget-header {
    border: 1px solid #00aae5 !important;
    background: #00aae5 !important;
    color: #fff;
    font-weight: bold;
}
