:root {
    --primarycolor: #EEB87E;
}
.homepage-form .form-container {
    display: flex;
    flex-wrap: wrap;
    background-color: #487EC1;
    padding: 35px 25px;
}

.homepage-form .form-container .heading-row {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    color: #f5f5f5;
    font-size: 24px;
    line-height: 28px;
}

.homepage-form .form-container .form-wrapper {
    display: flex;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    gap: 35px;
}

.homepage-form .form-container .form-wrapper > * {
    width: 100%;
}

.homepage-form .form-container .form-wrapper input {
    background-color: transparent;
    border-bottom: 2px solid #f5f5f5;
    border-top: none;
    box-shadow: none;
    color: #f5f5f5;
}

.homepage-form .form-container .form-wrapper textarea {
    background-color: transparent;
    border-bottom: 2px solid #f5f5f5;
    color: #f5f5f5;
    box-shadow: none;
}

.homepage-form .form-container .form-wrapper input.wpcf7-submit {
    border: none;
    margin-top: 35px;
    width: 100%;
    background: transparent;
    border: 2px solid #f5f5f5;
}

.main-footer .w-image img {
    max-width: 150px;
}

.main-footer .vc_column_container {
    color: #fff;
}

.main-footer .vc_column_container h3 {
    color: #fff;
}

.main-footer .vc_column_container a {
    color: #fff;
    transition: all .3s linear;
}

.main-footer .vc_column_container a:hover {
    transition: all .3s linear;
    text-decoration: underline;
}

.wc-block-cart .wc-block-cart__submit-container {
    background-color: var(--primarycolor);
    color: #fff;
    border-radius: 0.3em;
    border: 2px solid var(--primarycolor);
    transition: all .2s ease-in-out;
}

.wc-block-cart .wc-block-cart__submit-container > a {
    color: #fff;
}

    .wc-block-cart .wc-block-cart__submit-container:hover {
        background-color: #fff;
        border-color: var(--primarycolor);
        transition: all .2s ease-in-out;
    }

    .wc-block-cart .wc-block-cart__submit-container:hover > a {
        color: var(--primarycolor);
    }

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    box-shadow: none !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
    border-radius: 25px;
    width: 100%;
}
.l-subheader-cell.at_center>.ush_html_2{
    width: 100%;
}
.category-block.meta_modern .w-image-meta{
    background: transparent;
    padding: 10px 15px;
    opacity: 0;
    transform: translate(0, 10%);
    transition: transform .3s ease;
}
.category-block.meta_modern .w-image-meta>div{
    color: #000;
    max-width: fit-content;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 7px;
}
.category-block.meta_modern:hover .w-image-meta{
    opacity: 1;
    transform: translate(0, -60%);
    transition: transform .3s ease;
}
.category-block{
    border-radius: 10px;
}
/*common css*/
.ush_image_1{
    max-height: 70px;
}
.wishlist_table .product-add-to-cart a.button:before{
    content: "\f07a";
    font-family: "fontawesome";
    opacity: 1;
    display: block;
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 35px;
    color: #fff;
    background-size: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.wishlist_table .product-add-to-cart a.button:hover{
    border-radius: 8px !important;
    box-shadow: none !important;
}
.wishlist_table .product-add-to-cart a.button:hover:before{

    border:1px solid var(--primarycolor); !important;
    color: var(--primarycolor);
}
@media(max-width: 1340px){
    .top-header-callorder span{
        display: none;
    }
}
@media (max-width: 992px) {
    #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
        position: fixed;
        left: 0 !important;
        bottom: 20px;
    }
    .header_hor .l-subheader-cell.at_right>*{
        margin-left: 0;
    }
    .l-subheader-cell.at_center>.ush_html_2{
        max-width: fit-content;
        padding-right: 10px;
    }
    .l-subheader.at_middle > .l-subheader-h .l-subheader-cell.at_center{
        justify-content: flex-end;
    }
    .dgwt-wcas-enable-mobile-form{
        width: 24px;
        height: 24px;
    }
    .wishlist_table .product-add-to-cart a.button{
        height: 35px;
    }
}

/*992 css*/