

:root {
    --title-color-primary: #f7921f;
}

body {
    font-family:  sans-serif !important;
    background-color: #ffffff;
}

.flickity-viewport {
    border-radius: 20px;
}

.section-title b {
    display: none !important;
}

.section-title span {
    color: #000000;
    margin: auto !important;
}

h3.section-title span {
    font-size: 18px;
    font-weight: 600;
}

h4.section-title span {
    font-size: 15px;
    font-weight: 600;
}

.container.section-title-container {
    margin-bottom: 0;
}

.button.center {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 15px auto 30px;
    background-color: #ffffff;
    border-radius: 50px;
    color: #000 !important;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 20px;
    border: solid 1px !important;
    box-shadow: none !important;
}

.header-top {
    border-bottom: solid 1px #ececec;
}

#top-bar .nav>li>a {
    color: #626262;
    font-size: 13px;
}

#masthead #logo img {
    max-height: 92px;
}

.logo-left .logo {
    margin-right: 100px;
}

.header-nav .header-search-form {
    width: 500px;
}

input#woocommerce-product-search-field-0,
#woocommerce-product-search-field-1,
#woocommerce-product-search-field-2,
input#s{
    box-shadow: unset;
    height: 45px;
    border: 1px solid;
    border-color: #000;
    border-radius: 99px !important;
    font-size: 16px;
}

.searchform .flex-col:not(.flex-grow) {
    width: 90px;
    margin-left: -90px;
}
button.ux-search-submit {
    float:right;
    height: auto;
    width: auto;
    background-color: white /*var(--fs-color-primary)*/ !important;
    color: #fff;
	Border-color:white;
    border-top-right-radius: 99px;
    border-bottom-right-radius: 99px;
	margin-right: 10px !important;
}

button.ux-search-submit:hover{
	box-shadow: none !important;
}

.ux-search-submit .icon-search:before {
   /* content: "SEARCH" !important;
    font-family: 'poppins'; */
	Color:black;
}

p.name.product-title.woocommerce-loop-product__title{
	margin-bottom:10px;
}

.cate-wrapper{
	display:none;
}

.header-nav.nav.nav-right {
    padding-right: 10px;
}

.header-nav.nav.nav-right>li>a {
    width: 100%;
    font-size: 13px;
	color: var(--fs-color-primary);
}

#wide-nav .nav>li>a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}


#wide-nav.header-bottom {
    min-height: 50px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

/* product loop */

.product-category .header-title {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.product-small .box-image,
.product-category .box-image,
.gallery-col .box-image {
    border-radius: 10px;
}

.product-small .box-text {
    padding-bottom: 0;
}

.product-small .title-wrapper a {
    color: #10263e;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px !important;
    margin: 0;
    height: 41.6px;
}

.product-small .star-rating {
    font-size: 14px;
    margin-bottom: 0;
}

.product-small .cate-wrapper {
    font-size: 13px;
    color: #8e8e8e;
    margin-bottom: 5px;
}

.product-small span.amount,
.product-small .price-wrapper .price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.product-small .wlfmc-loop-btn:not(.is-elementor) .wlfmc-add-button>a i {
    font-size: 20px;
}

.product-small .woocommerce-review-link {
    display: none;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url], select, textarea {
    box-shadow: none !important;
    border-radius: 4px !important;
}

#footer {
    background-color: #F7F7F7;
}

#footer .parent {
    background-color: #F0F0F0;
    padding-top: 40px;
    padding-bottom: 30px;
}

#footer .parent .col {
    padding-bottom: 0;
}

#footer .parent h3 {
    margin-bottom: 0;
    color: #012269;
    font-size: 20px;
}

#footer .parent p {
    margin-bottom: 0;
    font-size: 14px;
    color: #012269;
    font-weight: 500;
}

#footer .parent form {
    margin-bottom: 0;
}

.footer-top .wpcf7 p {
    display: flex;
}

.footer-top .wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
}

.footer-top .wpcf7 .wpcf7-form-control-wrap input {
    margin: 0;
    height: 42px !important;
    border-top-left-radius: 99px !important;
    border-bottom-left-radius: 99px !important;
    background: #fff !important;
}

.footer-top .wpcf7 .wpcf7-submit {
    margin: 0;
    height: 42px;
    border-top-right-radius: 99px !important;
    border-bottom-right-radius: 99px !important;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer-top .wpcf7-spinner,
.footer-top .wpcf7-response-output {
    display: none;
}

.footer-bottom p {
    font-size: 13px;
}

.footer-bottom h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}


.footer-bottom .social-icons {
    color: #000;
    font-size: 1em;
}

.footer-bottom .ux-menu-title {
    font-size: 15px;
    font-weight: 700;
    min-height: unset;
    padding: 0;
    margin-bottom: 10px !important;
}

.footer-bottom .ux-menu-link__link {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}

.footer-bottom .col {
    padding-bottom: 0;
}

.footer-bottom .bottom .col-inner {
    display: flex;
    justify-content: space-between;
    background-color: #E5E5E5;
    border-radius: 10px;
    padding: 20px;
}

.footer-bottom .bottom .img {
    max-width: 350px !important;
}

.absolute-footer {
    display: none !important;
}

@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .off-canvas-left .mfp-content {
        width: 100% !important;
        background-color: #ffff !important;
        box-shadow: none !important;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
        color: #000;
        font-size: 14px;
    }

    .off-canvas:not(.off-canvas-center) .nav-vertical li>a span {
        position: relative;
        text-align: left;
        top: 0;
    }

    .searchform .button.icon {
        margin: 0;
        background-color: var(--fs-color-primary);
    }

    .product-category .header-title {
        font-size: 18px;
    }

    .footer-top h2 {
        font-size: 15px;
    }

    .footer-top .wpcf7 p {
        display: block;
    }

    .footer-top .wpcf7 .wpcf7-submit {
        width: 100%;
        margin-top: 15px;
    }

    .footer-bottom .bottom .col-inner {
        display: block;
        text-align: center;
        padding-bottom: 15px;
    }
	
	#wide-nav.header-bottom {
		border: 0;
	}
}