.et-db #et-boc .et-l .pro_cat_menu li a ,.et-db #et-boc .et-l .quick_link_menu  li a{
    color: #fff !important;
}

/* popup */

.wfc_cart_basket {
    z-index: 1 !important;
}

.product_popup.f2 {
    width: 50%;
    float: left;
}

lable.product_name {
    font-size: 18px;
    color: #000;
}

.product_popup.f2 {
    text-align: center;
}

.product_popup.f2 img {
    height: 250px;
    object-fit: contain;
}

.product_popup.f2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}

button.wpcf7-form-control.wpcf7-submit.ww_form_button.site_button.hover_button {
    background: transparent !important;
    color: #000 !important;
}

span.pop_up_close_icn {
    cursor: pointer;
}

#auslux_site_popup {
    position: fixed;
    top: 0;
    max-width: 700px;
    right: -235%;
    transition: 1s !important;
    height: 100vh;
    background: #14445b;
    box-shadow: -10px 0px 10px 1px #2c292985;
    background-size: cover;
    background-image: linear-gradient(180deg, rgb(7 178 75) 0%, rgb(255 204 52) 100%) !important;
    background-repeat: no-repeat;
    overflow: hidden;
}

ul.cart_btn_div li a {
    margin: auto;
}

div#body_overlay {
    width: 100vw;
    height: 100vh;
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transform: translateX(0);
    display: none;
}

span.pop_up_close_icn .fa {
    font-size: 20px;
    color: #fff;
}

.blur_body #et-main-area,
.blur_body .au_header_section,
.blur_body .mobaile_header_section {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}


/*  */

.error404 .xoo-wsc-basket {
    display: none !important;
}

.aus_site_popup_section {
    max-width: 650px !important;
}

.aus_site_popup_section {
    padding: 0px !important;
}

.aus_site_popup_row {
    padding: 30px !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #000;
}

input::placeholder,
textarea::placeholder {
    color: #000;
}

.cl_contact_f1.act_button button {
    color: #000;
    background: transparent !important;
    text-align: center;
}

.cl_contact_f1.act_button {
    justify-content: center;
    display: flex;
}

.wpcf7-response-output {
    color: red;
    float: left;
    width: 100%;
    border-color: red !important;
}

.product_popup.f1 textarea {
    height: 100px !important;
}

.ww_form_button.site_button.hover_button.product_submit_btn {
    background: transparent !important;
    color: #000 !important;
}

.prodcut_popup_inner_row {
    padding: 20px !important;
    overflow: hidden;
}

.cl_contact_us .cl_contact_f1 input,
.cl_contact_us .cl_contact_f1 textarea,
.cl_contact_us .cl_contact_f1 select,
.product_popup.f1 input,
.product_popup.f1 textarea,
.product_popup.f1 select {
    resize: none;
    font-size: 18px;
    line-height: 1;
    padding: 10px;
    float: left;
    width: 100%;
    font-weight: 500;
    height: 50px;
    border: 1px solid #ddd;
    color: #000;
}

.cl_contact_us .cl_contact_f1 {
    padding: 10px;
    float: left;
    width: 100%;
}


/* sticky-footer-menu */

.action_inner {
    position: relative;
}

/* .action_inner a.xoo-el-action-sc.button.btn.xoo-el-login-tgr {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: transparent !important;
} */

.footer_sticky_section {
    padding: 0px !important;
    position: fixed;
    left: 0;
    z-index: 999;
    right: 0;
    bottom: 4px;
    margin: auto;
    background: transparent;
}

.xoo-wsc-basket {
    padding: 8px 10px;
}

.footer_sticky_section_row {
    padding: 0px !important;
}

.fab.open .trigger {
    transform: rotate(45deg);
    transition: 1s !important;
}

.fab {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: auto;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.fab .trigger,
.fab .action {
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.fab .trigger:active,
.fab .action:active {
    opacity: 0.7;
}

.fab .trigger {
    position: relative;
    background: #fff;
    color: #07b24b;
    height: 45px;
    width: 45px;
    line-height: 40px;
    vertical-align: middle;
    font-size: 3em;
    z-index: 1;
    box-shadow: 0px 0px 10px;
}

.fab .action {
    position: absolute;
    top: 0;
    /* margin: 0 8px; */
    background: #fff;
    color: #333;
    height: 40px;
    width: 40px;
    line-height: 40px;
    box-shadow: 0px 0px 10px #000;
    transition: transform 0.4s ease;
}

.fab .actions {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.fab.open .actions {
    opacity: 1;
}

.fab.open {
    transition: 1s !important;
}

.fab .actions .fa {
    color: #000;
}

.fab.open .actions .action:nth-child(1) {
    transform: translateY(-48px);
}

.fab.open .actions .action:nth-child(2) {
    transform: translateY(-96px);
}

.fab.open .actions .action:nth-child(3) {
    transform: translateY(-144px);
}

.fab.open .actions .action:nth-child(4) {
    transform: translateY(-192px);
}

.fab.open .tooltip {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    right: 64px;
    transition-delay: 0.2s;
}

.fab .tooltip {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50vw;
    transform: translateY(-50%) scale(0);
    transform-origin: right center 0;
    text-align: right;
    transition: all 0.4s ease;
    opacity: 0;
    color: #fff;
}


/* --------------------------------- */

.footer_section {
    padding: 0px !important;
}

.footer_section_row {
    padding-left: 10px;
    padding-right: 10px;
}

.quick_link_menu ul li {
    width: 100% !important;
    padding: 5px 0px;
}

.quick_link_menu ul li a,
.pro_cat_menu ul li a,
.footer_content_details ul li span,
.footer_content_details ul li a {
    font-size: 16px !important;
    color: #fff;
    position: relative;
    font-weight: 400;
}

.quick_link_menu ul li a:hover,
.quick_link_menu ul li a:focus,
.pro_cat_menu ul li a:hover,
.pro_cat_menu ul li a:focus {
    color: #fff;
    overflow: visible;
}

.quick_link_menu ul li a:before,
.quick_link_menu ul li a:after,
.pro_cat_menu ul li a:before,
.pro_cat_menu ul li a:after {
    content: '';
    background: #07B24B;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: -2px;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.quick_link_menu ul li a:after,
.pro_cat_menu ul li a:after {
    background: #07B24B;
    left: auto;
    right: 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.quick_link_menu ul li a:hover:before,
.pro_cat_menu ul li a:hover:before {
    width: calc(100%);
    transform: scaleY(1.3);
    left: -5px;
}

.quick_link_menu ul li a:hover:after,
.pro_cat_menu ul li a:hover:after {
    width: 15px;
    transform: scaleY(1.3);
    right: -9px;
}

.footer_menu h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.quick_link_menu,
.pro_cat_menu,
.contact_deteils_inner {
    margin-top: 10px;
}

.pro_cat_menu ul li {
    width: 33.33%;
    float: left;
    padding: 8px 0px;
}

.footer_content_details ul li {
    padding: 10px 0px;
    display: block;
}

.footer_content_details ul {
    padding: 0px !important;
}

.footer_section_row {
    background-position: bottom center !important;
}

.footer_section_row {
    padding: 30px !important;
}

.footer_content_details ul li span {
    display: block;
}

.footer_col3 {
    width: 25% !important;
}

.footer_col1 {
    width: 15% !important;
}

.footer_copy_right_section_row {}

.footer_menu h4 {
    position: relative;
}

.footer_menu h4::after {
    position: absolute;
    content: '';
    background: #ffcc34;
    width: 240px;
    left: 0;
    bottom: -6px;
    height: 3px;
}

.footer_copy_right_section_row {
    color: #07b24b;
    font-weight: 500;
    padding: 10px !important;
    font-size: 18px;
}

.footer_col1 {
    position: relative;
}

.footer_col2,
.footer_col3 {
    position: relative;
    padding-left: 30px;
}

.footer_col1::before,
.footer_col2::before {
    position: absolute;
    content: '';
    right: 0;
    height: 340px;
    width: 2px;
    background: #07b24b;
    top: 28px;
}
textarea::placeholder{
    opacity:1 !important;
    color:#000 !important;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    opacity:1 !important;
    color:#000 !important;
    }
    input::-moz-placeholder,textarea::-webkit-input-placeholder{
    opacity:1 !important;
    color:#000 !important;
    }
    input:-ms-input-placeholder,textarea::-webkit-input-placeholder{
    opacity:1 !important;
    color:#000 !important;
    }
    input::-ms-input-placeholder,textarea::-webkit-input-placeholder{
    opacity:1 !important;
    color:#000 !important;
    }
    input::placeholder,textarea::-webkit-input-placeholder{
    opacity:1 !important;
    color:#000 !important;
    }

@media all and (min-width: 320px) and (max-width: 767px) {
    ul#menu-footercategorymenu{
		    padding-left: 10px !important;
	}
    .wfc_cart_basket{
        width: 50px;
        height: 50px;
    }
    .cart_box{
        padding: 10px;
    }

    .wfc_container{
        width: 320px !important;
    }
    .aus_site_popup_row {
        padding: 80px 10px !important;
        height: 640px;
        overflow: hidden !important;
        overflow-y: auto !important;
    }
    .xoo-wsc-basket {
        padding: 5px 8px !important;
    }
    .quick_link_menu ul li a,
    .pro_cat_menu ul li a,
    .footer_content_details ul li span,
    .footer_content_details ul li a {
        font-size: 15px !important;
		line-height:1.3 !important;
    }
    .footer_menu h4::after {
        width: 170px;
    }
    /* .pro_cat_menu ul li{
		padding: 0px !important;
	} */
    .footer_menu h4 {
        font-size: 20px;
        margin-top: 10px;
    }
    .pro_cat_menu ul li {
        padding: 5px 0px !important;
    }
    .footer_copy_right_section_row {
        padding: 10px;
    }
    .footer_col1,
    .footer_col3,
    .footer_col2 {
        width: 100% !important;
    }
    .et_pb_menu .et_pb_menu__menu {
        display: block !important;
    }
    span.mobile_menu_bar {
        display: none !important;
    }
    .quick_link_menu ul li {
        width: 100% !important;
        padding: 0px 5px;
    }
    .pro_cat_menu ul li {
        width: 100%;
    }
    .footer_copy_right_section_row {
        font-size: 18px !important;
    }
    .action span.dashicons.dashicons-phone {
        line-height: 1.1;
        font-size: 20px;
        margin: auto;
        position: relative;
        top: 8px;
        left: 2px;
    }
    .footer_col2,
    .footer_col3 {
        padding-left: 0px !important;
    }
    .footer_col1::before,
    .footer_col2::before {
        display: none !important;
    }
    .footer_section_row {
        padding: 15px !important;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .pro_cat_menu ul li {
        width: 50%;
    }
    .quick_link_menu ul li {
        width: 50% !important;
        padding: 0px 5px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .footer_col2,
    .footer_col3 {
        padding-left: 0px !important;
    }
    .footer_col1::before,
    .footer_col2::before {
        display: none !important;
    }
    .aus_site_popup_row {
        padding: 80px 10px !important;
    }
    .action span.dashicons.dashicons-phone {
        line-height: 1.1;
        font-size: 20px;
        margin: auto;
        position: relative;
        top: 8px;
        left: 2px;
    }
    .xoo-wsc-basket {
        padding: 5px 8px !important;
    }
    .quick_link_menu ul li a,
    .pro_cat_menu ul li a,
    .footer_content_details ul li span,
    .footer_content_details ul li a {
        font-size: 15px !important;
		line-height:1.3 !important;
    }
    .footer_menu h4::after {
        width: 170px;
    }
    /* .pro_cat_menu ul li{
		padding: 0px !important;
	} */
    .footer_menu h4 {
        font-size: 20px;
        margin-top: 10px;
    }
    .pro_cat_menu ul li {
        padding: 5px 0px !important;
    }
    .footer_copy_right_section_row {
        padding: 10px;
    }
    .footer_col1 {
        width: 100% !important;
    }
    .footer_col3 {
        width: 100% !important;
    }
    .footer_col2 {
        width: 100% !important;
    }
    .et_pb_menu .et_pb_menu__menu {
        display: block !important;
    }
    span.mobile_menu_bar {
        display: none !important;
    }
    .quick_link_menu ul li {
        width: 50% !important;
        padding: 0px 5px;
    }
    .pro_cat_menu ul li {
        width: 50%;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .quick_link_menu ul li a,
    .pro_cat_menu ul li a,
    .footer_content_details ul li span,
    .footer_content_details ul li a {
        font-size: 15px !important;
		line-height:1.3 !important;
    }
    .footer_menu h4::after {
        width: 170px;
    }
    .pro_cat_menu ul li {
        padding: 0px !important;
    }
    .footer_menu h4 {
        font-size: 20px;
    }
    .footer_col1 {
        width: 20% !important;
    }
    .footer_col3 {
        width: 25% !important;
    }
    .footer_col2 {
        width: 55% !important;
    }
    .pro_cat_menu ul li {
        width: 50%;
    }
    .footer_col1::before {
        right: -4px;
    }
    .footer_section_row {
        padding: 20px !important;
    }
    .footer_col2::before {
        right: -14px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .quick_link_menu ul li a,
    .pro_cat_menu ul li a,
    .footer_content_details ul li span,
    .footer_content_details ul li a {
        font-size: 15px !important;
		line-height:1.3 !important;
    }
    .footer_menu h4::after {
        width: 170px;
    }
    .pro_cat_menu ul li {
        padding: 0px !important;
    }
    .footer_menu h4 {
        font-size: 20px;
    }
    .footer_col1 {
        width: 20% !important;
    }
    .footer_col3 {
        width: 25% !important;
    }
    .footer_col2 {
        width: 55% !important;
    }
    .pro_cat_menu ul li {
        width: 50%;
    }
    .footer_col1::before {
        right: -4px;
    }
    .footer_section_row {
        padding: 20px !important;
    }
    .footer_col2::before {
        right: -14px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .quick_link_menu ul li a,
    .pro_cat_menu ul li a,
    .footer_content_details ul li span,
    .footer_content_details ul li a {
        font-size: 15px;
		line-height:1.3 !important;
    }
    .footer_menu h4::after {
        width: 170px;
    }
    .pro_cat_menu ul li {
        padding: 0px !important;
    }
    .footer_menu h4 {
        font-size: 20px;
    }
    .footer_col1 {
        width: 20% !important;
    }
    .footer_col3 {
        width: 25% !important;
    }
    .footer_col2 {
        width: 55% !important;
    }
    .pro_cat_menu ul li {
        width: 50%;
    }
    .footer_col1::before {
        right: -4px;
    }
    .footer_section_row {
        padding: 20px !important;
    }
    .footer_col2::before {
        right: -14px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .quick_link_menu ul li a,
    .pro_cat_menu ul li a,
    .footer_content_details ul li span,
    .footer_content_details ul li a {
        font-size: 15px !important;
		line-height:1.3 !important;
    }
    .footer_menu h4::after {
        width: 170px;
    }
    .pro_cat_menu ul li {
        padding: 0px !important;
    }
    .footer_col1::before {
        right: -4px;
    }
    .footer_section_row {
        padding: 20px !important;
    }
    .footer_col2::before {
        right: -14px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .quick_link_menu ul li a,
    .pro_cat_menu ul li a,
    .footer_content_details ul li span,
    .footer_content_details ul li a {
        font-size: 15px;
		line-height:1.3;
    }
	.pro_cat_menu ul li{
		margin:0px !important;
	}
    .footer_menu h4::after {
        width: 170px;
    }
    .footer_col1::before {
        right: -14px;
    }
    .footer_section_row {
        padding: 20px !important;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .quick_link_menu ul li a,
    .pro_cat_menu ul li a,
    .footer_content_details ul li span,
    .footer_content_details ul li a {
        font-size: 20px;
    }
    .footer_col1::before {
        right: -14px;
    }
}