/*
Theme Name: Venedor
Theme URI: http://newsmartwave.net/wordpress/venedor/
Author: SW-THEMES
Author URI: http://themeforest.net/user/SW-THEMES
Description: Responsive & Retina Ready Woocommerce Theme
Version: 2.3.6
License: GNU General Public License
License URI: license.txt
Tags: green, blue, orange, pink, brown, red, yellow, grid, clean, parallax, one-column, two-columns, left-sidebar, right-sidebar,  fluid-layout, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, sticky-post, translation-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

/* Sidebar Menu Icons */
.sidebar-menu-wrap .icon {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-top: -0.2em;
    margin-right: 5px;
    background: url(images/sidebar_menu_icons.png);
    vertical-align: middle;
}
.sidebar-menu-wrap .icon1 {
    background-position: 0 0;
}
.sidebar-menu-wrap .icon2 {
    background-position: -21px 0;
}
.sidebar-menu-wrap .icon3 {
    background-position: -42px 0;
}
.sidebar-menu-wrap .icon4 {
    background-position: -63px 0;
}
.sidebar-menu-wrap .icon5 {
    background-position: -84px 0;
}
.sidebar-menu-wrap .icon6 {
    background-position: -105px 0;
}
.sidebar-menu-wrap .icon7 {
    background-position: -126px 0;
}

/*CSS for high-resolution devices*/
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .sidebar-menu-wrap .icon {
        background-size:21px 21px;
        background-image: url(images/sidebar_menu_icons@2x.png);
    }
}
/* custom add billing */

.woocommerce-shipping-fields > h3.jewelry-note {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 6px;
    padding: 3px;
}

.woocommerce-shipping-fields > #hear_about_us_field label {
    border: 0 none;
    display: block;
    margin-bottom: 10px;
    overflow: visible;
    position: inherit;
    width: 170px;
}
.woocommerce-shipping-fields > #hear_about_shipping_radio_field > input[type="radio"],
.woocommerce-billing-fields > #hear_about_us_billing_field > input[type="radio"] {
    float: left;
}
.woocommerce-shipping-fields > #hear_about_shipping_field > label {
    width: 100%;
}
.woocommerce-shipping-fields > #hear_about_shipping_field > input#hear_about_shipping {
    max-width: 350px;
    width: 100%;
    border-color: #69bf29;
}
.compact-theme.woocommerce-products-carousel-all-in-one .woocommerce-products-carousel-all-in-one-slide{display:block !important;}
.compact-theme.woocommerce-products-carousel-all-in-one .owl-controls {
    min-height: 45px;
}

.sticky-header .header_email.pull-right.col-md-4.text-right {
    margin-top: 10px;
    text-align: left;
    width: 54% !important;
}
@media (max-width:767px){
	.header_email {
		margin-top: 30px;
	}
}