@charset "utf-8";
/* CSS Document */

/*QForm*/
.quform-theme-light .quform-field-captcha, .quform-theme-light .quform-field-date, .quform-theme-light .quform-field-email, .quform-theme-light .quform-field-multiselect, .quform-theme-light .quform-field-password, .quform-theme-light .quform-field-select, .quform-theme-light .quform-field-text, .quform-theme-light .quform-field-textarea, .quform-theme-light .quform-field-time, .quform-theme-light .select2-container--quform .select2-selection, .quform-theme-light.quform-timepicker.k-list-container.k-popup {
    border-radius: 0px !important;
}
.quform-theme-light {
    color: #333 !important;
}

.quform-theme-light .quform-button-style-theme .quform-upload-button:hover, .quform-theme-light .quform-element-submit.quform-button-style-theme>.quform-button-back-default>button:hover, .quform-theme-light .quform-element-submit.quform-button-style-theme>.quform-button-next-default>button:hover, .quform-theme-light .quform-element-submit.quform-button-style-theme>.quform-button-submit-default>button:hover, .quform-theme-light .quform-options-style-button .quform-field-checkbox:checked+label, .quform-theme-light .quform-options-style-button .quform-field-radio:checked+label, .quform-theme-light .quform-options-style-button .quform-option-label:active, .quform-theme-light .quform-options-style-button .quform-option-label:focus {
    background-color: #23881F !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}

.quform-theme-light .quform-button-style-theme .quform-upload-button, .quform-theme-light .quform-element-submit.quform-button-style-theme>.quform-button-back-default>button, .quform-theme-light .quform-element-submit.quform-button-style-theme>.quform-button-next-default>button, .quform-theme-light .quform-element-submit.quform-button-style-theme>.quform-button-submit-default>button, .quform-theme-light .quform-options-style-button .quform-option-label {
	border-radius: 0px !important;
	background-color: #3baa36 !important;
	margin: 0 !important;
    border: 2px solid transparent !important;
    overflow: visible !important;
    font: inherit !important;
    color: #fff !important;
    text-transform: none !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    padding: 0 26px !important;
    vertical-align: middle;
    font-size: 16px !important;
    line-height: 42px !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: .1s ease-in-out !important;
    transition-property: color,background-color,background-position,border-color,box-shadow !important;
    font-family: Ubuntu !important;
    font-weight: 400 !important;
    background-origin: border-box !important;    
}

.quform-theme-light .quform-field-captcha, .quform-theme-light .quform-field-date, .quform-theme-light .quform-field-email, .quform-theme-light .quform-field-multiselect, .quform-theme-light .quform-field-password, .quform-theme-light .quform-field-select, .quform-theme-light .quform-field-text, .quform-theme-light .quform-field-textarea, .quform-theme-light .quform-field-time, .quform-theme-light .select2-container--quform .select2-selection, .quform-theme-light.quform-timepicker.k-list-container.k-popup {
    border: 1px solid #c8c7c7 !important;
}

/*YITH WooCommerce Ajax search*/
.yith-ajaxsearchform-wide .search-input-container input[type="search"] {
    margin: 0 !important;
    min-width: 10px !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px !important;
    height: auto !important;
    line-height: 1.5 !important;
	border: 1px solid #c8c7c7 !important;
    background-color: #fff !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.1) !important;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1) !important;
    color: #666 !important;
    -webkit-transition: color .1s ease-in-out !important;
    transition: color .1s ease !important;
}

.widget-yith-woocommerce-ajax-search {
	margin-top: 7px !important;
}

.woocommerce div.images .woocommerce-product-gallery__trigger {
    left: .5em !important;
	right: .0em !important;
}

/*YITH Woocommerce checkout manager*/
#checkout_timeline.style2 li .timeline-wrapper .timeline-step {
    left: 5px !important;
    top: 40% !important;
    margin-top: -15px !important;
}
#checkout_timeline.style2 li .timeline-wrapper .timeline-step {
    font-size: 22px !important;
}
#checkout_timeline li .timeline-wrapper {
    width: 82% !important;
}

/*YITH Woocommerce Compare*/
.compare {
	margin-top: 10px !important;
}

/*WooCommerce add to cart button*/
.add_to_cart_button {
    background-color: #215495 !important;
    color: #fff !important;
    border: 1px solid #215495 !important;
}
.add_to_cart_button:hover,
.add_to_cart_button:focus {
    background-color: rgba(230,230,230,0) !important;
    color: #1a4275 !important;
    border: 1px solid #1a4275;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}

.product_type_simple {
    background-color: #215495 !important;
    color: #fff !important;
    border: 1px solid #215495 !important;
}
.product_type_simple:hover,
.product_type_simple:focus {
    background-color: rgba(230,230,230,0) !important;
    color: #1a4275 !important;
    border: 1px solid #1a4275;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07);
}
table.compare-list .product_info .button, table.compare-list .add-to-cart .button, table.compare-list .added_to_cart, #yith-woocompare-related .related-products .button, a.button.yith_woocompare_clear {
    border-radius: 0px !important;
}
.woocommerce-loop-category__title {
    font-size: 18px !important;
}