/*
Theme Name: Kadmar Digital
Theme URI: https://www.kadmardigital.com
Description: Theme by Kadmar Digital
Version: 1.00
Author: Kadmar Digital
*/

.custom-logo {
    height: auto;
    max-width: 100%;
    display: block;
}
body{
    margin: 0;
    padding: 0;
}
a#elementor-menu-cart__toggle_button {
	background: transparent;
}
a.woolentor-cart-btn.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background: #015a06 !important;
}
.woolentor-filter-item.woolentor-layout-switcher {
    display: none !important;
}
a.added_to_cart.wc-forward {
    text-align: center;
    width: 100%;
    padding: 15px 20px;
    background: #015a06;
    transition: all 0.2s ease;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
a.added_to_cart.wc-forward:hover {
    background: #000;
	color: #fff;
}
.single-product button.single_add_to_cart_button.button.alt.added {
    border-radius: 20px;
}
.single-product button.single_add_to_cart_button.button.alt.added:hover {
    background: #000;
}
.single-product a.added_to_cart.wc-forward {
    width: 32%;
    font-size: 16px;
    font-weight: 700;
    border-radius: 20px;
    margin-left: 7px;
}
a.button.wc-forward {
    background: #015a06;
    border-radius: 12px;
    padding: 14px 20px;
    color: #fff;
}
a.button.wc-forward:hover {
    background: #000;
    color: #fff;
}
.woocommerce-message {
    border-top-color: #015a06;
}
.woocommerce-message::before {
    content: "\e015";
    color: #015a06;
}
.woocommerce-notices-wrapper ul.woocommerce-error {
    outline: 0px !important;
}
.woocommerce-checkout .woocommerce p {
    font-size: 18px;
    font-family: 'Manrope';
    color: #000;
}
.single_job_listing{
    margin: auto !important;
    max-width: 1200px;
	padding: 50px 20px 50px 20px;
}
input#submit, a.button.wc-backward {
    background: #015a06 !important;
    color: #fff !important;
    padding: 15px 30px !important;
    border-radius: 11px !important;
    font-size: 16px !important;
}
input#submit:hover, a.button.wc-backward:hover {
    background: #000 !important;
}
.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
    color: #000 !important;
}
.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward):hover {
    color: #015a06 !important;
}
.woocommerce-checkout td, .woocommerce-checkout th {
    color: #000 !important;
}
.product-data-tab h2 {
    font-size: 30px !important;
}
.product-data-tab h3 {
    font-size: 25px !important;
}
.post-content-c h1 {
    color: #000 !important;
    margin: 0;
}

@media (max-width:767px){
a#elementor-menu-cart__toggle_button {
    padding: 8px 10px;
}
.single_job_listing{
    width: 80%;
}
.single_job_listing h3{
    font-size: 28px !important;
}
.woocommerce-checkout .woocommerce {
    padding: 0px 20px;
}
.product-data-tab h2 {
    font-size: 25px !important;
}
.product-data-tab h3 {
    font-size: 20px !important;
}
.product-data-tab ul {
    padding: 0 15px;
}
}