/*input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary
Theme Name: UncleFit
Theme URI: http://example.com/
Author: Your Name
Author URI: http://example.com/
Description: A brief description of the theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, right-sidebar, responsive-layout
Text Domain: unclefitindia.com
*/

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Outfit:wght@100..900&display=swap');

textarea#your-message {
    height: 100px;
}
header {
    position: sticky !important;
    top: 0;
    z-index: 1050;
    background: #fff;
    box-shadow: 1px 0 5px #00000021 ! IMPORTANT;
}



.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em;
    position: relative;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    border-radius: 1rem;
    line-height: 25px !important;
}

.woocommerce-error {
    background-color: #ffe9e9;
    color: #b81c23;
    border-top: 3px solid #b81c23;

}

.woocommerce-error li {
    line-height: 25px;
}

form b {
    font-weight: 700;
    color: #c06f31;
}

.authbox {
    /* background: #f5f5f5; */
    padding: 1.5rem 2rem;
    border-radius: .8rem;
    border: 1px solid #c9c9c9;
}

.authbox h4.text-center {
    font-size: 1.8rem;
    color: var(--color-1) ! IMPORTANT;
    font-weight: 600;
    text-transform: uppercase;
}


img.custom-logo {
    width: 160px;
    height: auto;
}

b {
    font-weight: 700;
    color: var(--color-1);
}



button.btn.btn-primary,
.woocommerce-form-login__submit {
    background: var(--color-1) !important;
    border-color: var(--color-1) !important;
    height: 50px;
    padding: 0rem 1.5rem !important;
    border-radius: .8rem !important;
    color: #fff !important;
    ;
}

span.page-description.search-term {
    font-size: inherit;
    color: var(--color-1) !important;
}

a.page-description.search-term b {
    color: var(--color-1);
}

.woocommerce p strong {
    display: inline ! IMPORTANT;
}

.error {
    color: #cb0404;
    font-size: .9rem;
}

/* Loader CSS */
#loader {
    display: none;
    /* Hide the loader initially */
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-1);
    /* Semi-transparent background */
    text-align: center;
}

#loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all .5s;
}


body {
    font-family: "Mulish", serif;
}

.container {
    max-width: 1300px;
}


/* Navigation */
ul#menu-main-menu li a span {
    font-size: 1rem !important;
}


:root {
    --color-1: #c06f31;
    --color-2: #edc861;
    --color-3: #fff4d8;
    --color-4: #fff;

    /* --gredient-1: linear-gradient(117deg, #ffba00, #f60); */
    --gredient-1: linear-gradient(117deg, #051562, #051562);
    --gredient-2: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0) 100%);

    --gray-1: #2e2e2e;
    --gray-2: #000;

    --bs-1: 1px 0px 5px #00000035;
    --bs-2: 1px 0px 5px #00000025;
    --bs-3: 1px 0px 5px #00000015;

    --br-0: .4rem;
    --br-1: .5rem;
    --br-2: 1rem;
    --br-3: 1.2rem;

    --p-1: 1rem;
    --p-2: 1.5rem;

    --m-1: 1rem;
    --m-2: 1.5rem;

    --g-1: 1rem;
    --g-2: 1.5rem;

    --fs-1: .9rem;
    --fs-2: 1rem;
    --fs-3: 1.1rem;
    --fs-4: 1.2rem;

    --fw-1: 500;
    --fw-2: 600;
    --fw-3: 700;
    --fw-4: 800;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
    height: 45px;
    background: var(--gredient-1) !important;
    border-color: transparent;
    font-weight: 600;
    width: 150px;
    border: none;
    border-radius: 0 !important;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: .5rem !important;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary:hover {
    background-color: #0056b3;
    /* Darker shade */
    border-color: #0056b3;
    transform: scale(1.05);
    /* Slightly enlarge button */
}

/* Custom styles for navigation arrows */
#homeSlider .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#homeSlider .owl-nav .owl-prev,
#homeSlider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: var(--color-2);
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    pointer-events: all;
    z-index: 2;
    border-radius: 35px;
    color: #000;
}

/* Positioning the left arrow */
#homeSlider .owl-nav .owl-prev {
    left: 5%;
}

/* Positioning the right arrow */
#homeSlider .owl-nav .owl-next {
    right: 5%;
}

/* Optional: Change arrow color on hover */
#homeSlider .owl-nav .owl-prev:hover,
#homeSlider .owl-nav .owl-next:hover {
    background-color: var(--color-2);
}

.main-section .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -45px !important;
    z-index: 102 !important;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
    color: var(--c4) !important;
    font-weight: var(--fw-3);
    margin: 0;
}


.logo {
    width: 180px;
}


a {
    font-weight: var(--fw-1) !important;
    color: var(--c4);
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
    color: var(--primary-color-2);
}

p,
li,
td,
th {
    font-size: var(--fs-2);
    color: var(--color-5);
    margin: 0;
    line-height: 30px;
}

span {
    font-size: var(--fs-1);
}


/* =======================================================================
     Header Style
=========================================================================*/

header .nav-link {
    font-weight: 400 !important;
    color: var(--gray-2) !important;
    font-size: 16px;
}

header li.nav-item {
    margin-right: -14px;
}

header ul.nav.navbar-nav.ml-auto {
    margin-right: 15px;
}

header ul.dropdown-menu {
    padding: 0 !important;
    border: none;
    margin-top: 23px;
    box-shadow: 1px 0 5px #00000052;
    min-width: 12em !important;
    margin-left: 0px !important
}

header ul.dropdown-menu li a {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
}

header ul.dropdown-menu li+li {
    border-top: 1px solid #dfdfdf;
}

.dropdown-menu {
    min-width: 12rem;
    padding: 0;
    border: none;
    box-shadow: 1px 0 5px #a6a6a6;
    overflow: hidden;
}

.dropdown-item {
    padding: 8px 15px;
}

.dropdown-item+.dropdown-item {
    border-top: 1px solid #ededed;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: var(--color-1);
    color: var(--color-1);
    transition: all 0s !important;
}

header li.nav-item.active a {
    margin-right: -14px;
    color: #bf6b22 !important;
    font-weight: 700 !important;
}

ul#menu-main-menu>li+li {
    margin-left: 3rem;
}

ul#menu-main-menu li a {
    font-weight: var(--fw-4);
}


/* Contact Page */
.contact-box {
    text-align: center;
    background: var(--gredient-1);
    padding: .5rem 1rem;
    box-shadow: 1px 0 5px #c4c4c4;
    /* border-radius: .5rem; */
    margin-left: 1rem;
}

.contact-box * {
    color: var(--color-1) !important;
}

.contact-box h2 {
    color: var(--color-1) !important;
    font-weight: 600;
    font-size: 1.5rem;
}

.contact-box:hover {
    transform: scale(1.050);
}


/* =======================================================================
     Offer Section
=========================================================================*/

section.specialOffer {
    background: var(--color-1);
}

section.specialOffer * {
    color: #fff;
}

section.specialOffer p {
    font-weight: 400;
    font-size: .8rem;
    text-align: center;
}

section.specialOffer b {
    color: var(--color-2);
}


/* =======================================================================
     Offer Section
=========================================================================*/


/* =======================================================================
     About Us
=========================================================================*/

/* =======================================================================
     Get Inquiry
=========================================================================*/



/* =======================================================================
     Footer
=========================================================================*/

footer {
    background: var(--gray-1);
    padding: 3rem 1px;
    padding-bottom: 1rem;
}

footer * {
    color: var(--color-4);
}

footer .logo {
    margin-bottom: 1.2rem;
}

footer h4 {
    margin-bottom: 1.5rem;
    color: var(--color-4) !important;
    font-weight: 500 !IMPORTANT;
    font-size: 1.1rem;
}

b {
    font-weight: 700;
    color: #ababab;
}

footer ul {
    list-style: none;
    margin: 0;
}

footer ul li {
    font-size: .9rem;
    font-weight: 400 !important;
}

footer ul li+li {
    list-style: none;
    margin-top: .5rem;
}

footer .d-flex {
    align-items: center;
    gap: 1rem;
}

footer p {
    font-size: 1.1rem;
    font-weight: 400 !important;
}

footer ul li+li {
    margin-top: 1rem;
}

footer i.fa {
    width: 20px;
    color: #ababab;

}

ul.social {
    display: flex;
    gap: 1rem;
    padding: 0;
    margin-bottom: 1rem;
}

ul.social li {
    margin: 0;
}

.clients-feedback {
    padding: 3.5rem 0;
}

footer em {
    color: #a2a2a2;
}

/* =======================================================================
     Inner Pages Header
=========================================================================*/


.inner-page-header {
    background: url('http://localhost/construction/wp-content/uploads/2024/08/bg4.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 6rem 0;
    position: relative;
    z-index: 0;
}


.inner-page-header::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color-1);
    z-index: -1;
}

.header-inner {
    padding: 4em 0;
}

.header-inner h2 {
    color: #fff ! IMPORTANT;
    font-weight: 500;

}

.inner-page-header h1 {
    color: var(--color-4) !important;
}





/* Style for the scroll to top button */
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: var(--gredient-1);
    /* Primary color */
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.4s;
}

#scrollToTopBtn:hover {
    background-color: #cc5200;
}

/* Animation effect */
#scrollToTopBtn.show {
    display: block;
    animation: jump 1s ease-in-out infinite;
}

@keyframes jump {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}



.bg-dark {
    background-color: #000000 !important;
    border-top: 1px solid #434343;
}


/* New Css */

.features {
    padding: 3.5rem 0;
    text-align: center;
}



.features p {
    font-size: 1.1rem;
}

.features h2 {
    color: #bf6b22 !important;
}

/* Products */
.products {
    position: relative;
    z-index: 3;
}

.products h4,
.products h4 a {
    color: #000000 !important;
    font-weight: 600 !IMPORTANT;
    padding: 0 1rem;
    text-align: center;
    display: block;
    font-size: 1.3rem;
    min-height: 60px;
}

.products i.fa.fa-chevron-left {
    width: 35px;
    height: 35px;
    background: var(--color-2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    position: absolute;
    top: 45%;
    left: -5%;
}

.products i.fa.fa-chevron-right {
    width: 35px;
    height: 35px;
    background: var(--color-2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    position: absolute;
    top: 45%;
    right: -5%;
}

bdi {
    color: var(--color-1);
}

.products {
    padding: 3.5rem 0;
    padding-top: .5rem !important;
    min-height: 400px;
}

.products-box .d-flex {
    justify-content: space-between;
    margin-top: 1rem;
    flex-direction: column;
    gap: 1rem;
}

.woocommerce p {
    margin-bottom: 1rem;
}

span.woocommerce-Price-currencySymbol {
    font-family: 'dashicons';
    color: var(--color-1);
}

.text-muted * {
    color: #626262 !important;
}

.products-box .d-flex button {
    background: #bf6b22;
    padding: 0rem 1rem !important;
    border: none;
    border-radius: 2rem;
    color: #fff;
    box-shadow: 1px 0 15px #00000021;
    font-size: .9rem;
    cursor: pointer;
    outline: none;
    padding-bottom: 1rem;
}

.products-box .d-flex button:hover {
    box-shadow: 1px 0 45px #00000021 !important;
    background: #1b7425;
}

img.img-fluid.wp-post-image {
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 1rem;
    height: 210px;
    object-fit: fill ! IMPORTANT;
}

.d-flex h2 * {
    font-size: 1.25rem;
}

.d-flex h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: px;
}

a.btn.btn-primary.shop-now {
    margin: 0 !important;
    background: var(--color-2) ! important;
    border-radius: .4rem;
    border: none;
    color: var(--gray-2);
    font-weight: 600 !important;
    width: 100%;
    border: .9rem;
    padding: 0.5em;
}

a.btn.btn-primary.shop-now:hover {
    box-shadow: 1px 0 5px #00000045;
}

a.btn.btn-primary.shop-now:hover {
    box-shadow: 1px 0 16px #0404040f;
    background: #000 ! IMPORTANT;
    color: #fff;
}

/* Section 2 */

.features {
    background: var(--color-3);
    padding: 3.5rem 0;
}



.icons {
    display: block;
    margin: 0 auto;
    width: 65px;
    height: 65px;
    object-fit: fill;
    margin-bottom: 1.5rem;
}

.d-flex {
    align-items: center;
}

.products-box {
    background: #fff;
    padding: 1rem;
}


/* About */
.about-unclefit {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    background: var(--color-2);
}

.about-unclefit .left,
.about-unclefit .right {
    width: 50%;
}

.about-unclefit .right {
    width: 50%;
    padding-right: 4rem;
    padding-left: 2.5rem;
}

.About h2 span {
    font-size: var(--fs-1);
    color: red;
    font-size: inherit;
    font-weight: 500;
}

#about {
    background: linear-gradient(45deg, #a25715, #ffac65);
    padding: 3.5rem;
    text-align: center;
    border-radius: 2rem;
}

#about * {
    color: #fff !IMPORTANT;

}

.woocommerce-Input,.form-control {
    height: 50px ! IMPORTANT;
    padding: 1rem ! IMPORTANT;
    border: 1px solid #d5d5d5 ! IMPORTANT;
    border-radius:.5rem !important;
    outline:none;
    
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,button.btn.btn-primary.button {
    float: left;
    margin-right: 1em;
    width: 100%;
}


form.cart {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.testimonial-box {
    background: var(--color-3);
    padding: 2rem;
    min-height:280px;
}

.testimonial-box h4 {
    font-size: 1.1rem;
    color: var(--color-1) !important;
}

.testimonial-box h4 span {
    font-weight: 400 !important;
    color: var(--color-1);
    font-size: 1.1rem;

}

#testimonialSlider i.fa.fa-chevron-left {
    width: 35px;
    height: 35px;
    background: var(--color-2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    position: absolute;
    top: 45%;
    left: -5%;
}

#testimonialSlider i.fa.fa-chevron-right {
    width: 35px;
    height: 35px;
    background: var(--color-2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    position: absolute;
    top: 45%;
    right: -5%;
}




.testimonial-box .d-flex {
    margin-top: -4rem;
    justify-content: space-between;
}

.testimonial-box .profile {
    width: 75px !important;
}

img.comma {
    width: 60px !important;
}

/* Wooform */

.woocommerce-form input,
.woocommerce-form select,
.edit-account input,
.edit-account select,
.form-control {
    display: block;
    height: 50px;
    border: 1px solid #d1d1d1;
    border-radius: .5rem;
    padding: 0 1.5rem;
}

.col-1,
.col-2 {
    max-width: 100% !important;
}

.woocommerce label {
    display: block;
    width: 100%;
}

em {
    color: red;
}

span.password-input {
    width: 100%;
}

.woocommerce input#password {
    width: 100%;
}

.woocommerce button {
    height: 50px;
    padding: 0 3.5rem;
    background: var(--color-1);
    border: none;
    color: var(--color-4);
    margin-top: 1rem;
    border-radius: .5rem;
    font-weight: 600;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    display: flex;
    align-items: center;
    gap: 1rem;
}






nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0 !IMPORTANT;
    ;
    margin: 0;
    border: 1px solid #c9c9c9;
    border-radius: .8rem;
}

.woocommerce-MyAccount-content p {
    margin-bottom: 1.5rem;
}

.u-column1.col-1.woocommerce-Address,
.u-column2.col-2.woocommerce-Address {
    border: 1px solid #c9c9c9;
    padding: 1rem 1.5rem;
    border-radius: .8rem;
}

.u-column1.col-1.woocommerce-Address h2,
.u-column2.col-2.woocommerce-Address h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

a.edit {
    color: var(--color-1);
    display: block;
    margin-bottom: .8rem;
    font-size: .8rem;
    text-decoration: underline;
}

nav.woocommerce-MyAccount-navigation ul li {
    padding: .5rem 1.5rem;
}

nav.woocommerce-MyAccount-navigation ul li+li {
    border-top: 1px solid #c9c9c9;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
    background: var(--color-1);
    color: #fff;
    padding: .5rem .8rem;
    margin-left: .5rem;
    border-radius: 2rem;
    font-size: .9rem;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: var(--color-1);
    color: #fff;
    padding: .2rem .8rem;
    margin-left: .5rem;
    border-radius: 2rem;
    font-size: .9rem;
    margin-top: .8rem ! IMPORTANT;
    display: inline-block;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 9.5px 8px;
    vertical-align: middle;
}

.g-4 {
    row-gap: 1.5rem;
}


/* Deatails Page */

.product-details-box .d-flex {
    background: var(--color-3);
    border-radius: 2rem;
    margin-top: 1.5rem;
}

.box-1 {
    padding: 1.2rem;
    border-radius: 1.5rem;
    width: 50%;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products span.price {
    display: block;
}

div#product-136 {
    gap: 1.5rem;
    align-items: center;
    border: 1px solid #c9c9c9;
    border-radius: 1rem;
    margin: 1.5rem 0;
}

.woocommerce-tabs.wc-tabs-wrapper ul {
    list-style: none;
    padding: 0;
    background: #f5f5f5;
    padding: 1.5rem !important;
    border-radius: 1rem;
    margin: 0;
}

ul.tabs.wc-tabs {
    width: 50%;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

div#tab-description {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #c9c9c9;
    width: 50%;
}

div#tab-description h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

footer ul.link {
    display: flex;
    padding: 0;
    gap: 2rem;
    margin-left: 2rem;
}

footer ul.link li {
    margin: 0;
}

ul:not(footer *, header *) {
    padding: 0 1rem ! IMPORTANT;
    margin: 1rem 0;
}

.related.products {
    padding: 1.5rem ! IMPORTANT;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
}

.related.products span.onsale {
    background: #bd7306;
    list-style: none;
    position: absolute;
    padding: .2rem 1rem;
    border-radius: 2rem;
    left: 7%;
    color: #fff;
}

.box-1 .onsale {
    position: absolute;
    left: 15%;
    top: 14%;
}

button.single_add_to_cart_button.button.alt {
    background: var(--color-1) ! IMPORTANT;
    padding: .5rem 1rem;
    border: none;
    color: #fff;
    border-radius: 2rem;
    margin: .8rem 0;
}

.related.products ul.products {
    text-align: center;
    list-style: none;
    padding: 0 !important;
}

.related.products ul.products li {
    width: 25%;
    background: #fff;
    border-radius: 1.5rem;
    padding: 1.5rem;
}

.related.products ul.products li h2 {
    font-size: 1.6rem;
}



.additional-product-image {
    height: 100% !important;
}

.main-imag {
    width: 80%;
    background: #ffffff;
    margin: 1rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 484px;
}

section.product-details.py-5 h4 {
    margin-bottom: 1rem;
}

.product-info {
    width: 100%;
    overflow: hidden;
    border: 1px solid #c9c9c9;
    position: relative;
    padding: 1rem;
}

.enlarged-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info.zoomed {
    display: block;
}

.product-info .d-flex {
    gap: 1rem;
    align-items: center;
    margin-bottom: 1rem;
}

.product-info .d-flex * {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.product-info bdi {
    background: #f9f9f9;
    padding: .1rem .6rem !important;
    display: inline-block;
    width: 120px;
    text-align: CENTER;
    border: 1px solid #c9c9c9;
    border-radius: .4rem;
    margin-left: 1rem !important;

}

.product-thumbnails img.active {
    border: 5px solid #00000026;
}

.product-info bdi+bdi {
    margin-left: 0rem !important;
}

section.breadcrumbs {
    background: #f5f5f5;
    padding: 1rem 0;
}

ul.navbar-nav.ml-5 .loginButton {
    padding: .6rem 2rem;
    background: linear-gradient(45deg, var(--color-1), #e79500);
    color: 1rem;
    margin-left: 1rem;
    color: #fff;
    border-radius: .4rem;
    box-shadow: 1px 0 5px #00000045;
}

ul.navbar-nav.ml-5 .loginButton:hover {
    box-shadow: 1px 0 15px #00000045;
}

ul.navbar-nav.ml-5 {
    align-items: center;
    gap: 2rem;
}

span.slash bdi {
    margin: 0 !IMPORTANT;
    text-decoration: line-through;
    color: gray;
}

span.slash * {
    color: gray;
}



.product-description h3 {
    margin-top: 1rem;
    margin-bottom: 1.5rem !important;
    font-size: 1.2rem !important;
    font-weight: 500;
}

.description h4 {
    color: var(--color-1) !important;
}

.description h4 {
    font-size: 1rem;
    padding: 1rem 0;
    margin: 0 !IMPORTANT;
    font-weight: 500;
}

.enlarged-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


span.slash {
    color: var(--color-1);
    text-decoration: line-through;
}

a.cart {
    padding: .5rem 1rem;
    background: var(--color-1);
    color: #fff;
    margin: 1rem 0 !important;
    display: inline-block;
    border-radius: .5rem;
}

.product-info h6 {
    font-weight: 700;
    font-size: 1.2rem;
    margin: 1rem 0;
    color: var(--color-1) !important;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    border: 1px solid #e4e4e4;
    border-radius: 1rem !IMPORTANT;
    padding: 0 1rem !IMPORTANT;
}

a.wc-block-components-product-name {
    font-weight: 800 !IMPORTANT;
    font-size: 1.1rem;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
    background: #7ade4f;
    border: none;
    color: #fff;
}


ul.products.columns-4 {
    display: flex;
    justify-content: space-around;
}

.related-products {
    background: var(--color-3);
    margin: 0 !important;
    border: none !important;
    padding: 2.5rem 0;
}

.related-product-box {
    background: #fff !important;
}

.related-products h2 {
    text-align: center;
    margin-bottom: 2rem !important;
}

.main-section {
    position: relative;
    background: var(--color-3);
    overflow: hidden;
}

img.left {
    position: absolute;
    left: 0;
    top: 0;
    width: 401px;
    z-index: 0;
}

img.right {
    position: absolute;
    right: 0;
    top: 0;
    width: 401px;
    z-index: 0;
}



a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    background: #bc9433;
    color: #fff;
}

.wp-block-woocommerce-cart-order-summary-block {
    border: 1px solid #e1e1e1;
    margin-bottom: 1.5rem;
}

span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    padding-left: 1rem !IMPORTANT;
    display: inline-block;
    background: #d1a741 ! IMPORTANT;
    padding: 1rem 1rem !IMPORTANT;
    color: #fff !important;
}

th.wc-block-cart-items__header-image {
    padding: 0 1rem !IMPORTANT;
}

@media screen and (max-width:1024px) {
    .about-unclefit {
        flex-direction: column;
    }

    .about-unclefit * {
        width: 100%;
    }

    .about-unclefit .right {
        padding-bottom: 1.5rem;
    }

    .about-unclefit .left,
    .about-unclefit .right {
        width: 100%;
    }
}

@media screen and (max-width:840px) {

    .about-unclefit .left,
    .about-unclefit .right {
        width: 100%;
    }

    .products i.fa.fa-chevron-left {
        left: 0;
    }

    .products i.fa.fa-chevron-right {
        right: 0;
    }

    #testimonialSlider i.fa.fa-chevron-left {
        left: 0;

    }

    #testimonialSlider i.fa.fa-chevron-right {
        right: 0;
    }

    footer h4 {
        text-align: center;
    }

    ul.social {
        justify-content: center;
    }

    footer em {
        color: #a2a2a2;
        text-align: center;
        display: block;
    }

    footer .d-flex {
        justify-content: center;
    }
}


a.btn.btn-light.shop-now.read-more {
    width: 100%;
    margin: 0 !IMPORTANT;
    padding: .5rem;
}



.wc-block-must-login-prompt {
    padding: 1.5rem 0;
    text-align: center;
    margin: 0 auto;
    /* background: red; */
}


.wc-block-must-login-prompt a {
    font-weight: 700 !IMPORTANT;

}


.related-product-box img {
    width: 150px !IMPORTANT;
    height: 150px;
    margin: 1rem auto;
    object-fit: fill;
}

.related-product-box h4 {}

/* .related-product-box {
    text-align: center;
    border: 1px solid #c9c9c9;
    padding: 1.5rem;
} */

h2.woocommerce-loop-product__title {
    font-size: 1.2rem;
    margin: 0 !IMPORTANT;
    height: 51px;
}


a.button.product_type_simple {
    background: #ababab;
    display: block;
    padding: .3rem 1rem;
    margin-top: .7rem;
    color: #fff;
}

.related-products h2 {
    font-size: 1.25rem !important;
}

.related-product-box a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: block;
    padding: .3rem 1rem;
    margin-top: .7rem;
    color: #fff;
    border-radius: 0;
}

.related-product-box li {
    list-style: none;
}

h2.mb-4.releted-heading {
    font-size: 2rem !important;
}

.related-product-box>span {
    background: #e7e7e7;
    padding: .2rem 1rem;
    border-radius: 2rem;
}

ul.products.columns-4 {
    text-align: center;
}

ul.products.columns-4 h2 {
    font-size: 1.25rem !important;
    height: 50px !important;
    margin-bottom: 1rem !important;
}

ul.products.columns-4 li {
    border: 1px solid #c9c9c9;
    padding: 1rem !IMPORTANT;
}

ul.products.columns-4 li img {
    width: 150px !IMPORTANT;
    height: 200px !important;
    object-fit: scale-down;
    margin: 0 auto !IMPORTANT;
}

span.onsale {
    display: none;
}

span.price * {
    font-size: 1.2rem !IMPORTANT;
    font-weight: 700 !IMPORTANT;
}

a.button.product_type_simple {
    padding: .5rem;
    display: block !IMPORTANT;
    height: 39px;
    display: flex !IMPORTANT;
    align-items: center;
    justify-content: center;
    border-radius: 0 !IMPORTANT;
}

.woocommerce ul.products li.product .onsale {
    top: 15px;
    right: 16px;
    left: auto;
    margin: -.5em -.5em 0 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 24% !important;
}

li.wc-block-grid__product {
    border: 1px solid #c9c9c9;
}

.wc-block-grid__products {
    gap: 1rem;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 150px !important;
    height: 200px !important;
    object-fit: scale-down;
    margin: 1rem 0;
}

.wc-block-grid__product-title {
    font-size: 1.25rem !important;
    height: 50px;
}

.wc-block-grid__product-price.price * {
    font-size: 1.2rem !important;
    color: var(--color-1);
}

.has-text-align-center {
    text-align: center;
    margin-bottom: 1.5rem;
}

.wc-block-grid__product-onsale {
    display: none;
}

.wp-block-button__link {
    background: #ababab !important;
    font-size: 1rem !important;
}

a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
    background: var(--color-1) !important;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    background-color: rgb(191 107 34) !important;
}

a.wp-block-button__link.add_to_cart_button {
    display: block;
    width: 90%;
    border-radius: 0;
    box-sizing: border-box;
    margin: 0 1rem !IMPORTANT;
    padding: 0.5rem;
}

/* Our Bolg */

.blog {
    padding: 4rem 0;
    background: #eaf6fb;
}

.blog .theme-heading h6::after {
    left: 56%;
}

.blog .theme-heading h6::before {
    right: 56%;
}

li#menu-item-60 {
    background: linear-gradient(196deg, #0b1288, #65a1c9);
    border-radius: 5px;
    margin-left: 20px;
}

li#menu-item-60 a {
    color: #fff !important;
}

.blog-box h4 {
    font-weight: 600;
    margin: 1.5rem 0;
    color: #616161;
}

.blog-box p {
    font-size: 16px;
    color: #757575;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.blog .blog-content a {
    color: #fff;
    text-decoration: none;

}

.blog-content h4 {
    font-size: 20px;
    margin: 0;
    margin-bottom: .8rem;
}

.blog-box .blog-content h4 a {
    color: #000000 !important;
    font-weight: 600 !IMPORTANT;
}

.blog-content a:hover {
    text-decoration: none;
    box-shadow: none;
}

.blog-content a:hover .las {
    padding-left: 10px;
}

.blog-box {
    /* box-shadow: 1px 0 5px #00000047; */
    border-radius: 15px;
    padding-top: .1rem;
    border: 1px solid #e4e4e4;
}

ul.blog-category li {
    margin: 5px 0;
}

ul.blog-home {
    padding: 0 !important;
}

section.header-inner {
    background: linear-gradient(45deg, #bb6828, #c06f31) !important;
}

ul.blog-category li a {
    font-size: 14px;
    background: linear-gradient(45deg, #d68617, var(--color-1));
    color: #fff;
    padding: .3rem 1rem;
    border-radius: 2rem;
}

ol.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    margin-bottom: 1rem;
}

img.img-fluid.blog-img.wp-post-image {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

ul.blog-category {
    list-style: none;
    margin: 0;
    padding: 0;
}


.blog-content {
    padding: 0 15px;
    padding-bottom: 15px;
}

.blog-content span {
    font-weight: 400;
    font-size: 13px;
}

.blog-box li>a {
    color: #000;
    background: transparent;
    padding: 0;
    border: none;
}

.bg-light.post-info-details .category li {
    font-size: 14px;
    background: linear-gradient(45deg, #d68617, var(--color-1));
    color: #fff;
    padding: .3rem 1rem !important;
    border-radius: 2rem;
    margin: 0;
    line-height: 20px !important;
}

.post-info-details ul {
    margin: 0;
    padding: 0 !IMPORTANT;
    list-style: none;
    margin-bottom: 0.8rem;
}

form.searchform {
    position: relative;
    margin-bottom: 20px;
}

.form-box-blog.mb-5.aos-init.aos-animate {
    background: var(--color-3);
}

/* 
form.screen-reader-text label {
    display: block;
    font-size: 1rem;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #20367e;
} */

form.searchform input {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: none;
    box-shadow: 0px 0 7px #00000045;
    place-content: 0;
    padding-left: 15px;
}

form.searchform #searchsubmit {
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 5px 15px;
    border: none;
    background: linear-gradient(45deg, #d68617, var(--color-1));
    border-radius: 100px;
    color: #fff;
    height: auto;
    width: auto;
}

ul.populer-blog-posts {
    list-style: none;
    margin: 0;
    padding: 0 !IMPORTANT;
}

.image-blog img {
    width: 200px !important;
}


ul.populer-blog-posts .img-fluid.wp-post-image {
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 0rem !important;
    height: 85px;
    object-fit: fill ! IMPORTANT;
}

.populer-blog-posts .d-flex {
    align-items: center;
}

.sidebar-blog-content h6 {
    font-family: 'Mulish', sans-serif;
}

ul.blog-category {
    padding: 0 !important;
    margin-bottom: .8rem;
}

.sidebar-blog-content h6 {
    font-size: .9rem;
    font-weight: 600;
    height: 40px;
    line-height: 21px;
    font-family: 'Mulish', sans-serif;
    overflow: hidden;
}

.sidebar-blog-content h6 {
    font-size: .9rem;
    font-weight: 600;
    height: 40px;
    line-height: 21px;
}

.form-box-blog button.btn.btn-primary {
    background: linear-gradient(45deg, #d68617, var(--color-1)) !important;

}



.quantity {
    position: relative;
    display: block;
    width: 150px;
    border: 1px solid #c9c9c9;
    overflow: hidden;
    border-radius: .3rem;
}

.input-text.qty.text {
    width: 100%;
    text-align: center;
    font-size: 16px;
    height: 40px;
    border: none;
}

.quantity::before,
.quantity::after {
    position: absolute;
    right: 5px;
    background: #ccc;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
}

.quantity::before {
    content: '+';
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    /* Increment button */
    background: #ebebeb;
    height: 40px;
    width: 40px;
    right: 0;
    font-size: 1.5rem;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity input[type=number] {
    -moz-appearance: textfield;
}

.quantity::after {
    content: '-';
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    /* Increment button */
    background: #ebebeb;
    left: 0;
    height: 40px;
    width: 40px;
    font-size: 1.5rem;
}

label.form-check-label {
    display: flex;
    align-items: center;
    gap: 0rem;
    margin-left: 1.3rem;
}

/* Blog */

.bg-light.post-info-details.pb-5 {
    background: #fff !important;
    padding-top: 2.5rem;
}

ol.commentlist {
    list-style: none;
    padding: 0;
}



.comment-form label {
    display: block;
}

.comment-form input:not([type="checkbox"]) {
    height: 50px;
    border-radius: .4rem;
    border: 1px solid #c9c9c9;
    width: 100%;
    padding: .8rem 1rem;
    outline: none;
}

.comment-form p {
    margin-bottom: 1rem ! IMPORTANT;
}

.comment-form {
    display: block;
    margin-bottom: .5rem;
    font-size: .9rem;
    color: #000;
}

.post-info-details h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.comment-form textarea#comment {
    width: 100%;
    border: 1px solid #c9c9c9;
    border-radius: .4rem;
    padding: .8rem 1rem;
    outline: none;
}

.comment-form input#submit {
    background: linear-gradient(196deg, var(--color-1), #f39f31);
    color: #fff;
    border: none;
    width: 200px !important;
    border-radius: 100px !important;
    padding: .8rem 1.5rem;
    margin-top: .8rem;
}

.comment-body {
    list-style: cambodian;
    border: 1px solid #c9c9c9;
    padding: 1rem;
    border-radius: 1rem;
}

.commentlist ul {
    margin-left: 1rem;
    margin-top: 1rem;
}

img.avatar.avatar-32.photo {
    border-radius: 32px;
}


a.btn.btn-light.shop-now.read-more {
    border: none;
    display: block;
    width: 100%;
    padding: .5rem;
    color: red;
    border-radius: .5rem;
}
 input#rememberme,input#reg_terms {
    height: auto ! IMPORTANT;
    }
    
    .form-group .d-flex {
        align-items: center;
        display: inline-block ! IMPORTANT;
    }
.woocommerce-message {
    display: none;
}

@media screen and (max-width:480px) {
    
    span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-size: .9rem ! IMPORTANT;
    padding-right: 1rem;
}

.wc-block-components-product-metadata__description p {
    font-size: .8rem !important;
    line-height: 20px;
}
span.price * {
    font-size: 1rem ! IMPORTANT;
    font-weight: 700 !IMPORTANT;
}
a.wc-block-components-product-name {
    margin-bottom: 0px ! IMPORTANT;
}

a.wc-block-components-product-name {
    font-weight: 800 !IMPORTANT;
    font-size: 1rem !important;
}

iframe {
    width: 100%;
}
    .products-box.m-3 {
        border-radius: 0rem !important;
    }


    .product-main-image-box img {
        padding: 0 !IMPORTANT;
        pointer-events: none;
    }
    
    img.img-fluid.wp-post-image {
        padding: 0px;
    }

    .products h4,
    .products h4 a {
        font-size: 1rem;
        padding: 0;
        min-height: 0 !important;
    }

    .d-flex h2 * {
        font-size: 1rem;
    }

    img.img-fluid.wp-post-image {
        height: auto;
    }

    img.custom-logo {
        width: 115px;
        height: auto;
    }

    .mobile-controls {
        display: flex;
        gap: 1.5rem;
        align-items: center;
    }

    .mobile-controls i.fa.fa-user-alt {
        font-size: 18px;
    }

    .cart-contents {

        font-size: 18px !important;

    }

    .navbar-toggler {
        padding: .25rem -0rem !Important;

    }

    .mb-4,
    .mb-5 {
        margin-bottom: 1.2rem !important;
    }

    .features,
    .product,
    .why-choose-us-1,
    .products {
        padding: 1.2rem 0 !important;
    }

    section.specialOffer {
        background: var(--color-1);
        display: none;
    }

    /* Mobile Design */
    footer ul li+li {
        margin-top: 0rem;
    }

    a.loginButton {
        background: transparent ! IMPORTANT;
        box-shadow: none ! IMPORTANT;
        color: #000 ! IMPORTANT;
        margin: .5rem 0 !IMPORTANT;
        padding: 0 !IMPORTANT;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .5);
        border-color: rgba(0, 0, 0, .1);
        border: none;
        outline: none;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        box-shadow: none ! IMPORTANT;
        margin: 0 !IMPORTANT;
    }

    ul.navbar-nav.ml-5 li:first-child {
        height: 62px;
        display: flex;
        align-items: center;
        margin-bottom: -.8rem;
    }

    .features h4 {
        font-size: 1.2rem;
        font-weight: 500 !IMPORTANT;
    }

    .m-3 {
        margin: .5rem !important;
    }

    .products-box.m-3 {
        border-radius: 1.5rem;


    }

    .about-unclefit .right {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        text-align: center;
    }


    .products .container {
        width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: auto;
    }


    img.left {
        width: 200px;
    }

    img.right {
        width: 200px;
    }

    ul#menu-main-menu>li+li {
        margin-left: 0rem;
    }

    .products-box .d-flex {
        min-height: auto;
    }

    footer p {
        font-size: .9rem;
        font-weight: 400 !important;
    }

    footer ul.link {
        margin: 0;
    }

    section.specialOffer p {
        line-height: 20px;
        padding: .5rem 0;
    }

    ul.navbar-nav.ml-5 {
        align-items: flex-start;
        gap: 0rem;
        margin: 0 !IMPORTANT;
    }


    .wc-block-grid.has-4-columns .wc-block-grid__product {
        max-width: 100% !IMPORTANT;
        margin-bottom: 1.5rem !IMPORTANT;
    }
    
   
}