/********************************************************************************************************/

/*-----------------*\
    #GENERAL
\*-----------------*/

html,
body{
    overflow-x: hidden;
}

body:not(.elementor-page) .site-main {
    padding-top: 160px;
}

/********************************************************************************************************/

/*-----------------*\
    #HEADER
\*-----------------*/

.elementor-location-header {
    left: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
}

.elementor-location-header{
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.elementor-location-header .header-btn a {
    background: #ffffff;
    color: var( --e-global-color-secondary ) !important;
    border-radius: 5px;
}

.elementor-location-header .header-btn a:hover{
    background: var( --e-global-color-primary );
}

.elementor-location-header .elementor-menu-toggle {
    margin-right: 65px !important;
}

/********************************************************************************************************/

/*-----------------*\
    #HOME
\*-----------------*/

/*--------------------------------------------------------------
 * ## MAIN-BANNER
 *--------------------------------------------------------------
*/

.main-banner .eael-advanced-search-button{
    display: none;
}

/*--------------------------------------------------------------
 * ## CUSTOM-CATEGORY
 *--------------------------------------------------------------
*/

.custom-category{
    height: 260px;
}

.custom-category > div, 
.custom-category > div > div, 
.custom-category a {
    height: 100%;
}

.custom-category img{
    height: 100% !important;
    width: 100% !important;
}

/*--------------------------------------------------------------
 * ## CUSTOM-PROD-GRID
 *--------------------------------------------------------------
*/

.custom-prod-grid .eael-product-grid ul.products li.product .eael-product-wrap,
.custom-prod-grid.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link{
    display: flex;
    flex-direction: column;
    /* height: 100%; */
}

.custom-prod-grid ul.products li.product img,
.custom-prod-grid ul.products li.product .star-rating {
    order: -1;
}

.custom-prod-grid ul.products li.product .star-rating{
    width: 100% !important;
}

.custom-prod-grid ul.products li.product .star-rating:before{
    letter-spacing: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.custom-prod-grid ul.products li.product .woocommerce-loop-product__title{
    margin: 10px 0 !important;
    padding: 0 !important;
}

.custom-prod-grid ul.products li.product .eael-product-price,
.custom-prod-grid ul.products li.product .price{
    margin-bottom: 20px !important;
}

.custom-prod-grid ul.products li.product .button{
    display: block;
    margin: auto 0 0 !important;
}   

.custom-prod-grid ul.products li.product .added_to_cart {
    background: #191919;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    margin-top: 10px !important;
    padding: 16px 30px;
}

/*--------------------------------------------------------------
 * ## BRANDS-SEC
 *--------------------------------------------------------------
*/

.brands-sec .elementor-widget-image{
    height: 100%;
}

.brands-sec .elementor-widget-image .elementor-widget-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

/********************************************************************************************************/

/*----------------------*\
    #PRODUCT SHOP
\*----------------------*/

/*--------------------------------------------------------------
 * ## CATEGORY-FILTER
 *--------------------------------------------------------------
*/

.yith-wcan-filters{
    background: transparent !important;
}

.yith-wcan-filters .yith-wcan-filter .filter-title {
    color: var( --e-global-color-secondary );
    font-family: var( --e-global-typography-primary-font-family ), sans-serif;
    font-size: 24px;
}

.yith-wcan-filters .yith-wcan-filter .filter-title:after {
    color: #000000;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    float: right;
    margin-top: 5px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item{
    line-height: normal;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label{
    display: block;
    position: relative;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label input {
    position: absolute;
    appearance: none;
    border: none;
    background: no-repeat;
    opacity: 0;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a{
    align-items: center;
    border-radius: 5px;
    color: #191919 !important;
    display: flex;
    font-size: 16px;
    padding: 12px 14px 12px 44px;
    position: relative;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:before {
    border: 1px solid #000000;
    align-items: center;
    border-radius: 2px;
    content: '';
    display: inline-flex;
    height: 20px;
    left: 14px;
    position: absolute;
    justify-content: center;
    top: 12px;
    width: 20px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > input:checked + a{
    background: #ffffff;;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > input:checked + a:before{
    background: #000000;
    content: "\f00c";
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-size: 8px;
    font-weight: 900;
}

.yith-wcan-filters .yith-wcan-filter.hierarchical {
    display: none;
}

.yith-wcan-filters .yith-wcan-tooltip {
    background: #000000 !important;
}

.yith-wcan-filters .yith-wcan-tooltip:before {
    border-right-color: #000000 !important;
}

/*--------------------------------------------------------------
 * ## PROD-SEC RIGHT-COL
 *--------------------------------------------------------------
*/

.prod-grid-sec{
    padding-bottom: 70px;
}

.prod-grid-sec > .elementor-container {    
    border-bottom: 1px solid #F5F5F4;
    padding-bottom: 30px;
}

.prod-grid-sec > .elementor-container,
.prod-grid-sec .right-col, 
.prod-grid-sec .right-col > .elementor-widget-wrap, 
.prod-grid-sec .right-col > .elementor-widget-wrap > .elementor-element, 
.prod-grid-sec .right-col > .elementor-widget-wrap > .elementor-element > .elementor-widget-container {
    position: static !important;
}

.prod-grid-sec .woocommerce-ordering{
    margin-bottom: 60px !important;
    width: 100%;
}

.prod-grid-sec .woocommerce-ordering select {
    background: #F5F5F4;
    border: none;
    border-radius: 5px;
    float: right;
    outline: none;
    padding: 12px 14px;
    vertical-align: top;
    width: 252px;
}

.prod-grid-sec .woocommerce-result-count {
    bottom: 0;
    color: #191919;
    font-size: 16px;
    left: 0;
    position: absolute;
    width: auto;
}

/*--------------------------------------------------------------
 * ## WOOCOMMERCE-PAGINATION
 *--------------------------------------------------------------
*/

.prod-grid-sec nav.woocommerce-pagination {
    bottom: 0;
    left: 0;
    margin-top: 0 !important;
    overflow: hidden;
    position: absolute;
    right: 0;
}

.prod-grid-sec nav.woocommerce-pagination ul{
    float: right;
}

.prod-grid-sec nav.woocommerce-pagination ul li{
    margin: 5px;
}

.prod-grid-sec nav.woocommerce-pagination ul li .page-numbers {
    border-radius: 5px;
    width: 35px;
    height: 35px;
}

/********************************************************************************************************/

/*----------------------*\
    #PRODUCT SINGLE
\*----------------------*/

.single .woocommerce-notices-wrapper {
    left: 50%;
    position: absolute;
    max-width: 1280px;
    top: 304px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.single.logged-in .woocommerce-notices-wrapper{
    top: 336px;
}

.elementor-widget-woocommerce-product-meta .product_meta{
    align-items: center;
}

.elementor-widget-woocommerce-product-meta .product_meta > span{
    display: block;
}

.elementor-widget-woocommerce-product-meta .sku_wrapper .sku{
    color: var(--e-global-color-secondary);
    display: block;
}

.elementor-widget-woocommerce-product-meta .detail-label{
    display: none;
}

.elementor-widget-woocommerce-product-meta .product_meta a {
    background: var(--e-global-color-secondary);
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px;
}

/********************************************************************************************************/

/*----------------------*\
    #RESPONSIVE
\*----------------------*/

@media (max-width: 1024px){

    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a{
        font-size: 14px;
        padding: 10px 10px 10px 36px;
    }

    .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:before{
        height: 16px;
        left: 10px;
        top: 10px;
        width: 16px;
    }

    .elementor-widget-wc-archive-products .woocommerce.columns-3 ul.products {
        grid-template-columns: repeat(2,1fr);
    }

}

@media (max-width: 767px){
    .elementor-location-header .elementor-menu-toggle {
    	margin-right: 55px !important;
    }

    .prod-grid-sec{
        padding-bottom: 0;
    }
    
    .prod-grid-sec > .elementor-container {    
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .prod-grid-sec .woocommerce.columns-3 {
        display: flex;
        flex-direction: column;
    }    

    .prod-grid-sec .woocommerce.columns-3 ul.products {
        border-bottom: 1px solid #F5F5F4;
        padding-bottom: 30px;
        margin-bottom: 30px;
        grid-template-columns: repeat(1,1fr);
    }

    .prod-grid-sec .woocommerce-result-count,    
    .prod-grid-sec nav.woocommerce-pagination{
        order: 2;
        position: relative;
        text-align: center;
        width: 100%;
    }

    .prod-grid-sec nav.woocommerce-pagination ul {
        float: none;
    }

    .prod-grid-sec .woocommerce-ordering{
        margin-bottom: 30px !important;
    }
    
    .yith-wcan-filters .yith-wcan-tooltip{
        left: auto !important;
        right: 0 !important;
    }
}

/* Added on 03-01-2024*/

.add-to-card-sec  .cart {
    display: flex !important;
    flex-direction: column !important;
    /*margin-top: 32px!important;*/
}

.add-to-card-sec  .cart .shop_table th {
    font-weight: 600 !important;
    color: #000 !important;
}
.add-to-card-sec  .cart .shop_table td {
     padding: 10px !important;
}

/* Added for stock text betwwen table and quantity div on 04-01-2023 */

.add-to-card-sec  .cart .e-atc-qty-button-holder {
    position: relative !important;
}
/*.add-to-card-sec  .cart .quantity, .add-to-card-sec  .cart .single_add_to_cart_button{
    margin: 38px 0 26px !important;
}*/
.add-to-card-sec  .cart .cc_stock_text{
    position: absolute;
    top: -57%;
    color:#c5cb8b !important;
}
.add-to-card-sec .cart .shop_table td {
    padding: 10px !important;
    color: #000 !important;
}

/* Added on 05-01-2023*/

.cc_productstar .eael-product-grid .woocommerce ul.products li.product a img , .woocommerce ul.products li.product a img {
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto;
}
.elementor-widget:not(:last-child) {
    margin-block-end: 0 !important;
}
.cc_hide_sku .product_meta {
    flex-direction: column;
    align-items: baseline;
}
.upc-custom span, .sku-custom span {
    font-weight: 500;
    margin-right: 4px;
}
.add-to-card-sec .cart .quantity {margin-right:10px !important}
.add-to-card-sec .cart .quantity input{ 
    width: 80px !important;
}

.elementor-2589 .elementor-element.elementor-element-acb42a0 > .elementor-widget-container {
    margin: 0px 0px 10px 0px !important;
}

.upc-custom{
    padding-bottom: 10px !important;
}
.elementor-2589 .elementor-widget-container p{
    margin-bottom: 10px !important
}

.woocommerce-variation-add-to-cart {
    margin-top: 10px;
}
.woocommerce div.product .product_title {
    margin-bottom: 10px;
}
.e-atc-qty-button-holder{
    order: 3 !important;
}
.product-details-info .e-atc-qty-button-holder{
    order: 0 !important;
}

@media(max-width:1024.5px){
.woocommerce .elementor-element.elementor-products-grid ul.products li.product, .woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product, .woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product {
    width: 100% !important;
    margin-bottom: 20px !important;
}
.cc_productstar .eael-product-grid .woocommerce ul.products li.product a img, .woocommerce ul.products li.product a img {
    width: 100% !important;
    height: 200px !important;
    object-fit: contain;
}
}

@media(max-width:767px){
.cc_productstar .eael-product-grid .woocommerce ul.products li.product a img, .woocommerce ul.products li.product a img {
    width: auto !important;
    height: auto !important;
}
.add-to-card-sec .cart .quantity input {
    width: 125px !important;
}
}


.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: baseline;
    text-align: left;
}
.woocommerce div.product form.cart .variations select {
    color: #000!important;
}
.woocommerce-Price-amount.amount{
	color: var(--e-global-color-secondary);
    font-family: "Montserrat", Sans-serif;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.elementor-widget-woocommerce-product-price {
    margin-top: 32px!important;
}
.myDivattname{
    position: absolute;
    top: -21%;
    color: #c5cb8b !important;
}
.woocommerce-variation-price{
    margin-bottom: 15px;
}
.price{
    padding-bottom: 15px;
}

.twin_contact_form_cc label, .twin_contact_form_cc .gfield_label, .twin_contact_form_cc .gfield_description{
    color:#fff !important;
}
.twin_contact_form_cc .gfield_required {
    color: var(--gf-ctrl-label-color-req) !important;
}
.twin_contact_form_cc #gform_submit_button_2{
    border:3px solid var(--e-global-color-primary);
    border-radius: 6px !important;
    padding: 16px 40px 16px 40px !important;
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-primary);
    transition: all 0.2s;
    font-family: "Montserrat", Sans-serif;
    font-weight: 700;
}
.twin_contact_form_cc #gform_submit_button_2:hover{
    color: var(--e-global-color-primary);
    background-color: #fff;
}
.twin_contact_form_cc  #gform_confirmation_message_2{
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 40px;
}

.elementor-194 .elementor-element.elementor-element-146d444 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button, .elementor-194 .elementor-element.elementor-element-146d444 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button{
    font-size: 14px;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 4px 4px 4px 4px;
    padding: 16px 40px 16px 40px;
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-primary);
    transition: all 0.2s;
    margin-right: 15px;
}

.elementor-194 .elementor-element.elementor-element-146d444 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button:hover,
 .elementor-194 .elementor-element.elementor-element-146d444 .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button:hover{
    color: #FFFFFF;
    background-color: #191919;
}


/*15-2-24 start*/

/* new fonts start*/
@font-face {
    font-family: Geist;
    src: url(../geist-font/Geist-Regular-BF6569491e3eff1.woff);
}
@font-face {
    font-family: Geist-bold;
    src: url(../geist-font/Geist-Bold-BF6569491da5a14.woff);
}
@font-face {
    font-family: Geist-black;
    src: url(../geist-font/Geist-Black.woff2);
}
body{
    font-family: 'Geist' !important;
}
.elementor-heading-title{
    font-family: "Protest Strike", sans-serif !important;
}
.elementor-widget-text-editor, .elementor-item,.eael-advanced-search, .eael-advanced-search::placeholder{
    font-family: 'Geist' !important;
}

.banner-title h1{
    font-family: "Protest Strike", sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
}
.popular-cat .elementor-heading-title, .eael-woo-collections-overlay-inner h2{
    font-family: "Protest Strike", sans-serif !important;
}
.woocommerce-loop-product__title{
    font-family: "Protest Strike", sans-serif !important;
}
.main-banner .elementor-heading-title{
    font-family: "Protest Strike", sans-serif !important;
}
.woocommerce-Price-amount.amount{
    font-family: 'Geist' !important;
    font-weight: 400 !important;
    font-size: 20px !important;
}
.elementor-location-footer .elementor-heading-title{
    font-family: 'Geist' !important;
    font-weight: 600 !important;
}
.elementor-location-footer   .elementor-icon-list-item > a{
    font-family: 'Geist' !important;
}
.elementor-kit-5 a{
    font-family: 'Geist' !important;
}
.elementor-widget-woocommerce-product-content{
    font-family: 'Geist' !important;
}
.elementor-widget-container p {
    font-family: 'Geist' !important;
}
.elementor-tab-title{
    font-family: 'Geist' !important;
    text-transform: capitalize !important;
    font-weight: 700 !important;
    text-align: left !important;
}
.product-details-price .price .amount{
    font-family: 'Geist-black' !important;
    font-size: 36px!important;
}
.top-header .elementor-heading-title{
    font-family: 'Geist' !important;
}
.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{
    font-family: 'Geist' !important;
}
.ous-history-area .eael-content-timeline-content .eael-timeline-title a{
    font-family: 'Geist-bold' !important;
}
.ous-history-area .eael-content-timeline-content p{
    font-family: 'Geist' !important;
}
.ous-history-area .eael-read-more{
    font-family: 'Geist' !important;
}
.ous-history-area .eael-content-timeline-content .eael-date{
    font-family: 'Geist' !important;
}
.our-team-area .elementor-image-box-title {
    font-family: "Protest Strike", sans-serif !important;
}
.our-team-area .elementor-image-box-description {
    font-family: 'Geist' !important;
}

/* new fonts end*/

/*new border-redies*/
.eael-advanced-search {
    border-radius: 13px !important;
}


/*other new style*/

.eael-product-grid .woocommerce ul.products li.product .star-rating:before {
    left: 4%;
    width: 14px;
    height: 14px;
    font-size: 14px;
}
.swiper-wrapper {
     height: 160px !important;
}
.swiper-slide-inner{
    text-align: center;
    padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
    border-radius: 13px;
    box-shadow: 0px 5px 8px 0px rgba(25.000000000000004, 25.000000000000004, 25.000000000000004, 0.12);
    height: 145px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-swiper-button.elementor-swiper-button-prev, .elementor-swiper-button.elementor-swiper-button-next {
    width: 35px;
    height: 35px;
    background: #F4F5F5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*footer form*/

.gform_heading{
    display: none !important;
}
.footer-mail-area form{
    display: flex;
    align-items: center;
    width: 100%;
    background: #252525;
    /* height: 64px; */
    padding: 12px 15px;
    border-radius: 7px;
    border: 1px solid #323232;
    position: relative;
}
.footer-mail-area .gform_body{
    width: 90%;
}
#gform_submit_button_3, #gform_submit_button_1{
    background: none;
}
.gform_footer.before{
    margin: 0 !important;
}
#input_3_3, #input_1_1{
    background: none !important;
    border:  none !important;
    color: #fff !important;
}
#input_3_3::placeholder, #input_1_1::placeholder{
    font-family: Geist;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    opacity: 20%;
}
#gform_submit_button_3, #gform_submit_button_1 {
    background: none;
    padding: 0;
    width: 26px;
    object-fit: contain;
}
input:focus{
    box-shadow: none !important;
    border: none !important;
    outline: 0 !important;
}
/*shop page css*/
.elementor-2913 .elementor-element.elementor-element-176b899 > .elementor-widget-container, .elementor-52 .elementor-element.elementor-element-47a98faa > .elementor-widget-container  {
    background-color: #191919 !important;
    color: #fff!important;
    border-radius: 13px !important;
}
.yith-wcan-filters .yith-wcan-filter .filter-title {
    color: #fff;
    font-family: 'Geist' !important;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a {
    color: #fff!important;
}
.yith-wcan-filters .yith-wcan-filter .filter-title:after {
    color: #fff!important;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a:before {
    border: 1px solid #505050 !important;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > input:checked + a {
    background: none!important;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > input:checked + a:before {
    background: #fff !important;
    color: #000 !important;
    top: 9px !important;
}
.products li.product .button {
   text-align: center !important;
}
.elementor-wc-products ul.products li.product, .elementor-wc-products ul.products li.product {
    border-radius: 13px !important;
    padding: 30px 30px 30px 30px ;
    box-shadow: 0px 3px 5px 0px rgba(25.000000000000004, 25.000000000000004, 25.000000000000004, 0.12) !important;
    background-color: #FFFFFF;
    border: 1px solid #F4F5F5;
}
ul.products li.product .star-rating {
    margin-bottom: 10px !important;
    margin-top: 15px !important;
}
.custom-prod-grid ul.products li.product .star-rating:before {
    left: 0 !important;
    transform:none !important;
}
.woocommerce ul.products li.product .woocommerce-placeholder, .woocommerce ul.products li.product .size-woocommerce_thumbnail {
    order:-2 !important;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active, .elementor-tab-mobile-title.elementor-active {
    border-bottom: 2px solid #000000 !important;
}
.elementor-widget-tabs .elementor-tab-desktop-title {
    padding: 20px 45px 20px 0 !important;
}
.elementor-widget-tabs .elementor-tab-content {
    padding: 20px 20px 20px 0 !important;
}
.eael-advanced-search-form .eael-advanced-search-wrap .icon {
    left: auto !important;
    right: 20px !important;
}
.eael-advanced-search-widget .eael-advanced-search-form .eael-advanced-search-wrap .icon+.eael-advanced-search {
    padding-left: 20px !important;
}
#eael-advanced-search-widget-780a5016  .eael-advanced-search-form , #eael-advanced-search-widget-4e7c08b   .eael-advanced-search-form {
    width: 60%;
    margin: 0 auto;
}
.add_to_wishlist {
    color: #191919 !important;
}
@media (max-width:767px){
    .eael-advanced-search-widget .eael-advanced-search-form {
        width: 100% !important;
    }
    .elementor-element .elementor-wc-products .woocommerce[class*=columns-] ul.products li.product {
         margin: 20px 0px !important; 
    }
}

/*15-2-24 end*/

/*19-2-24 about page css start*/
.ous-history-area .elementor-image-box-img {
    height: 130px;
    overflow: hidden;
}


/*19-2-24 about page css end*/

/*logout dashboard design break issue start*/
.product-det-related  .products ul::after, .product-det-related  ul.products::before{
    display: none;
}
.product-det-related ul.products.columns-3 li.product {
    width: 100%;
}
.product-det-related .eael-product-grid ul.products li.product .eael-product-wrap {
    height: 350px !important;
}
.shop-grid  ul.products {
    display: flex!important;
    flex-wrap: wrap!important;
    grid-column-gap: 0 !important;
} 
.logged-in .shop-grid  ul.products{
    display: grid !important;
    grid-column-gap: 26px !important;
} 
.homepage-product ul.products li.product .woocommerce-loop-product__title, .product-det-related ul.products li.product .woocommerce-loop-product__title{
    height: 58px;
    overflow: hidden;
}
.woocommerce .elementor-widget-woocommerce-product-related.elementor-wc-products .products > h2{
    display: none;
}
.woocommerce div.product div.images, .woocommerce-page div.product div.images {
    width: 100% !important;
}
.logged-in .woocommerce div.product div.images, .logged-in .woocommerce-page div.product div.images {
    width: 48%!important;
}
@media(max-width:1024px){
    .custom-prod-grid .eael-product-grid ul.products li.product .eael-product-wrap, .custom-prod-grid.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
        height: auto !important;
    }
}
@media(max-width:767px){    
    .homepage-product ul.products li.product .woocommerce-loop-product__title, .product-det-related ul.products li.product .woocommerce-loop-product__title{
        height: auto;
    } 
} 
/*logout dashboard design break issue end*/


/*14-3-24*/
.login p:nth-child(3){
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.yith-wcwl-add-button{
    padding: 0 4px;
}
.flux-checkout__content-right #order_review_heading:before {
    top: 30% !important;
}
.eael-advanced-search-widget .eael-advanced-search-form .eael-advanced-search-wrap .eael-adv-search-close {
    right: 50px!important;
}
.elementor-menu-cart__wrapper .elementor-menu-cart__main {
    padding: 10px;
}
.elementor-menu-cart__wrapper .elementor-menu-cart__products {
    padding: 10px;
}
.prod-grid-sec .woocommerce-result-count {
    padding-left: 30px;
}
.elementor-2913 .elementor-element.elementor-element-f3ae9b5 nav.woocommerce-pagination {
    padding: 0 30px;
}
.elementor-4363 .elementor-element.elementor-element-bd6935e .eael-product-grid .woocommerce ul.products li.product .price, .elementor-4363 .elementor-element.elementor-element-bd6935e .eael-product-grid .woocommerce ul.products li.product .eael-product-price {
    height: 30px;
}
.twin_contact_form_cc .gfield_description {
    text-transform: capitalize;
}
.elementor-2913 .elementor-element.elementor-element-f3ae9b5 > .elementor-widget-container {
    margin: 0!important;
}
.elementor-menu-cart__product-image {
    height: 76px;
    width: 76px !important;
    overflow: hidden;
}
.elementor-menu-cart__product-image a, .elementor-menu-cart__product-image img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.product-details-info .second_content {
    display: flex;
    align-items: center;
}
.flux-footer a.flux-step__back {
   margin-top: 26px;
}
@media(max-width:991px){
    .woocommerce-form-login, .woocommerce-form-register{
        height: auto;
    }
    .prod-grid-sec .woocommerce-result-count {
        padding-left: 0px;
    }
    .elementor-2913 .elementor-element.elementor-element-f3ae9b5 nav.woocommerce-pagination {
        padding: 0;
    }
    .elementor-4363 .elementor-element.elementor-element-bd6935e .eael-product-grid .woocommerce ul.products li.product .price, .elementor-4363 .elementor-element.elementor-element-bd6935e .eael-product-grid .woocommerce ul.products li.product .eael-product-price {
        height: auto;
    }
    .elementor-nav-menu__align-right .elementor-nav-menu {
        padding: 0 10px;
    }
}

.b2bwhs_checkbox_registration_field {
	margin-right:6px!important;
}