/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*---Header---*/
.main-header .elementor-icon-list-icon{
    width:40px;
    height: 40px;
    line-height: 45px;
    display: block !important;
    text-align: center !important;
    border-radius: 50%;
    background: #FDB524;
    margin-right: 10px;
}
.header-clip-path{
    clip-path: polygon(3% 0%, 100% 0%, 100% 100%, 0% 100%);
}
nav.e-n-menu .e-n-menu-heading .e-n-tabs-content .elementor-heading-title a{
    text-transform: uppercase;
}

/*---Banner---*/
.home-bnr-hdng , .home-bnr-hdng h1.elementor-heading-title{
    text-transform: inherit !important;
}
.bnr_text h1 span{
    display: block;
}
.bnr-img1{
    clip-path: polygon(32% 0%, 100% 0%, 68% 100%, 0% 100%);
}
.bnr-img2{
   clip-path: polygon(31% 0%, 100% 0%, 69% 100%, 0% 102%);
}
.bnr-img2-sec{
   clip-path: polygon(31% 0%, 98% 0%, 68% 100%, 0% 100%);
}
.black-btn.ylwblk-btn .elementor-button-icon{
    border: 2px solid #222;
    height: 52px;
    top: 0;
}
.black-btn.ylwblk-btn .elementor-button-icon:hover{
    border: 2px solid #FDB524;
}
.bnr_text{
    position: relative;
}
.bnr_text::after{
    content: "";
    background: url(./images/banner-hdng-line.png);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: -50px;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

/*---------------Shop page---------------*/
.shop-filter .woof_submit_search_form_container .woof_submit_search_form{
    border-radius: 0px;
    background-color: #222;
    color: #FDB524;
}
.shop-filter .woof_submit_search_form_container .woof_submit_search_form:hover{
    background: #FDB524;
    color: #222;
}
.shop-filter .woof_container h4{
    font: 600 16px/28px 'Montserrat';
    text-transform: uppercase;
    color: #222222;
    cursor: pointer;
    position: relative;
    padding-right: 15px;
}
.shop-filter .woof_container h4::after{
    content:"";
    position: absolute;
    right: 0;
    top: 8px;
    background: url('./images/Vector.svg')no-repeat center;
    width: 16px;
    height: 10px;
    transition: all 0.4s ease-in-out;
}
.shop-filter .woof_container h4.filter-open::after{
    rotate: 180deg;
}
.shop-filter .woof_container ul.woof_list li {
    margin: 0 0 8px 0;
    text-align: left;
}
.shop-filter .woof_container li label{
    font: 500 14px/22px 'Montserrat';
    letter-spacing: 0.02em;
    color: #5C5C5C;
}
.shop-filter .icheckbox_square-blue, .shop-filter .iradio_square-blue {
    background: unset;
    border: 2px solid #ACACAC;
    border-radius: 4px !important;
    position: relative;
}
.shop-filter .checked::after{
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    background: url(./images/tick.svg) no-repeat center;
    background-size: cover;
    width: 12px;
    height: 12px;
    pointer-events: none;
}
.shop-filter .woof_open_hidden_li_btn{
    font: 600 16px/28px'Montserrat';
    text-transform: uppercase;
    color: #FDB524;
}
.woocommerce-ordering select.orderby{
    box-sizing: border-box;
    padding: 16px 50px 16px 15px;
    /*padding: 16px 20px;*/
    border: 2px solid #222222;
    border-radius: 0px;
    background: transparent;
    font: 600 18px/28px 'Montserrat';
    color: #222222;
}
.woocommerce-ordering select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 3px 5px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.28935 7.15694L0.632351 1.49994L2.04635 0.085937L6.99635 5.03594L11.9464 0.0859374L13.3604 1.49994L7.70335 7.15694C7.51582 7.34441 7.26152 7.44972 6.99635 7.44972C6.73119 7.44972 6.47688 7.34441 6.28935 7.15694Z' fill='%23222222'/%3E%3C/svg%3E%0A") !important;
  /*background-size: cover !important;*/
  background-repeat: no-repeat !important;
  background-position:center right 20px !important;
}
.woocommerce-ordering select::-ms-expand {
  display: none;
}
.shop-filter .woof_container{
    border-bottom: 1px solid #A2A2A2;
    margin: 0 0 18px 0;
    padding-bottom: 10px;
}
.woocommerce .procuct-list ul.products li.product{
    background: #FFFFFF;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    height: 400px;
    text-align: center;
}
.woocommerce .procuct-list ul.products li.product img{
    padding: 10px;
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.woocommerce .procuct-list ul.products li.product h2.woocommerce-loop-product__title{
    font: 600 16px/24px 'Montserrat';
    color: #FFFFFF;
    text-transform: capitalize;
    min-height: 48px;
    max-height: 52px;
    overflow: hidden;
    padding: 0 0 0 0;
    text-align: left;
}
.woocommerce .procuct-list ul.products li.product a.button, .woocommerce .procuct-list ul.products li.product .woocommerce-loop-product__title,
.woocommerce .procuct-list .woof_products_top_panel{
    display: none !important;
}
.woocommerce .procuct-list ul.products li.product .woocommerce-loop-product__title.custom_title{
    display: block !important;
}
.custom-button-wrap{
    background-color: #222222;
    padding: 24px 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -80px;
    transition: all 0.4s ease-in-out;
}
.woocommerce .procuct-list ul.products li.product:hover .custom-button-wrap{
    background-color: #FDB524;
    bottom: 0px;
}
.woocommerce .procuct-list ul.products li.product:hover .woocommerce-loop-product__title.custom_title{
    color: #222;
    max-height: 100%;
}
.custom-button-wrap .custom-enquiry-button{
    font: 600 16px/28px 'Montserrat';
    text-transform: uppercase;
    color: #FDB524;
    padding: 11px 60px 11px 32px;
    border:2px solid #222222;
    background: #222222;
    display: block;
    position: relative;
    transition: all 0.4s ease-in-out;
    margin-top: 16px;
}
/*.custom-button-wrap .custom-enquiry-button:hover{
    background: transparent;
    color: #222222;
}*/
.custom-button-wrap .custom-enquiry-button span{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #FDB524;
    border: 2px solid #222222;
    backdrop-filter: blur(15px);
}
.custom-button-wrap .custom-enquiry-button span svg path{
    fill:#222;
}
.woocommerce-pagination .page-numbers li{
    border: 2px solid #222222 !important;
}
.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a{
    background: transparent !important;
    padding: 0 0 0 0;
    font: 600 18px/28px 'Montserrat';
    color: #222222;
    width: 60px;
    height: 60px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover{
    color: #FFF;
    background: #222222 !important;
}
.woocommerce nav.woocommerce-pagination ul li{
    margin: 0 4px;
}
.woocommerce nav.woocommerce-pagination ul{
    border: unset;
}
.woocommerce nav.woocommerce-pagination ul li .next,
.woocommerce nav.woocommerce-pagination ul li .prev{
    font-size: 0px;
}
.woocommerce nav.woocommerce-pagination ul li .next::after,
.woocommerce nav.woocommerce-pagination ul li .prev::after{
    content: "";
    position: absolute;
    background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.15694 6.29033L1.49994 0.633327L0.0859365 2.04733L5.03594 6.99733L0.0859374 11.9473L1.49994 13.3613L7.15694 7.70433C7.34441 7.5168 7.44972 7.26249 7.44972 6.99733C7.44972 6.73216 7.34441 6.47785 7.15694 6.29033Z' fill='%23222222'/%3E%3C/svg%3E%0A")no-repeat center center;
    width: 8px;
    height: 13px;
    background-size: cover;
}
.woocommerce nav.woocommerce-pagination ul li .next:hover::after,
.woocommerce nav.woocommerce-pagination ul li .prev:hover::after{
    background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.15694 6.29033L1.49994 0.633327L0.0859365 2.04733L5.03594 6.99733L0.0859374 11.9473L1.49994 13.3613L7.15694 7.70433C7.34441 7.5168 7.44972 7.26249 7.44972 6.99733C7.44972 6.73216 7.34441 6.47785 7.15694 6.29033Z' fill='%23ffffff'/%3E%3C/svg%3E%0A") no-repeat center center;
}
.woocommerce nav.woocommerce-pagination ul li .prev::after{
    content: "" !important;
    transform: rotate(180deg);
}


/*------------------------Product details page--------------------*/

.custom-meta-tab .elementor-widget .elementor-icon-list-item{
    padding: 16px 40px;
    border-bottom: 2px solid transparent;
    position: relative;
    top: 2px;
}
.custom-meta-tab .elementor-widget .elementor-icon-list-item.tab-active{
    border-color: #FDB524;
}
.custom-meta-tab .elementor-widget .elementor-icon-list-item.tab-active .elementor-icon-list-text{
    color: #FDB524;
}
.custom-meta-tab .elementor-widget .elementor-icon-list-items{
    border-bottom:2px solid #D5D5D5;
}
.tech_details{
    padding: 0 0 0 0;
}
.tech_details li{
    list-style: none;
    padding: 15px 40px;
    border-bottom: 2px solid #A2A2A2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tech_details li:last-child{
    border-bottom: unset;
}
.tect_title{
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
}
.product_image .wpgs-for.slick-initialized.slick-slider,
.product_image .woo-variation-gallery-slider-wrapper{
    /*min-width: 780px;
    max-width: 785px;*/
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    padding: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 550px;
    max-height: 555px;
}
.product_image .wpgs-for.slick-initialized.slick-slider img, .product_image .woo-variation-gallery-slider-wrapper .slick-slide img{
    height: 420px;
    object-fit: contain;
}
.product_image .wpgs-for.slick-initialized.slick-slider .slick-arrow{
    display: none !important;
}
.product_image .wpgs-nav.slick-initialized.slick-slider{
    margin: 30px auto 0;
    max-width: 780px;
    min-width: 780px;
    padding: 0 50px;
}
.product_image #st-1 .st-btn > img{
    height: auto;
    width: 22px;
    position: unset;
}
.product_image #st-1 .st-btn[data-network='sharethis'] {
    background-color: transparent;
    border: 2px solid #222222;
    display: flex !important;
    justify-content: center;
    align-items: center;
    line-height: 60px;
    height: 60px;
    width: 60px;
    border-radius: 0px;
}
.single-product .product_image .woo-variation-gallery-wrapper .woo-variation-gallery-trigger{
    width: 60px;
    height: 60px;
    display: block;
    right: 20px;
}
.single-product .product_image .wpgs-lightbox-icon::before, .single-product .product_image .dashicons-search:before{
    content: "";
    top: unset;
    bottom: -50px;
    background: url(./images/zoom-icon.svg) no-repeat center;
    border: 2px solid #000;
    width: 60px;
    height: 60px;
    right: -37px;
    border-radius: 0;
    display: block;
}

/* FLEX CONTAINER */
.custom-related-products {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 0;
    margin: 0;
}

/* EACH PRODUCT BOX */
.custom-related-products .related-product-item {
    list-style: none;
    width: calc(25% - 25px); /* 4 per row */
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    position: relative;
    transition: 0.3s ease;
}

/* BLACK TITLE BAR */
.custom-related-products .related-product-item h4 {
    color: #fff;
    margin: 0 0 20px 0;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}
.black_box{
    background: #000;
    padding: 25px 15px;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    bottom:-80px ;
}
.black_box:hover{
    background: #fdb524;
    bottom: 0;
}
.black_box:hover h4{
    color: #000;
}
.black_box .cst_blck_btn{
    display: inline-flex;
    border: 2px solid #fff;
}
.black_box:hover .cst_blck_btn{
    color: #000;
    border: 2px solid #000;
}
.black_box .cst_blck_btn span{
    padding: 10px 20px;
}
.black_box .cst_blck_btn span.elementor-button-icon{
    padding: 10px 20px;
    border-left: 2px solid #fdb524;
    background: #000;
}
.black_box:hover .cst_blck_btn span.elementor-button-icon{
    border-left: 2px solid #000;
}
.black_box .cst_blck_btn span.elementor-button-icon{
    padding: 10px 20px;
    border-left: 2px solid #fff;
    background: #000;
}
.my-thumb-wrapper{
    height: 350px;
}
.custom-related-products .related-product-item img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    padding: 20px;
    display: block;
}
.single-product .slick-list .slick-track{
    margin-left: 0;
}

.dialog-widget.dialog-lightbox-widget.dialog-type-buttons.dialog-type-lightbox.elementor-lightbox{
    display: none !important;
}

.single-product .fancybox-navigation button.fancybox-button:hover div{
    background: #fdb524;
}

.single-product .slick-list{
    overflow: visible !important;
}







body:not(.rtl) #elementor-popup-modal-1580 .dialog-close-button {
    right: 3% !important;
    font-size: 30px;
}
.gform-footer .gform-loader{
    display: none !important;
}
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:before,
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:before{
    color: #000;
    font-size: 32px;
}
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow:hover,
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow:hover,
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-next-arrow,
.woo-variation-gallery-thumbnail-slider .wvg-thumbnail-prev-arrow {
    background: transparent !important;
    opacity: 1;
    visibility: visible;
}
.single-product .product_image .woo-variation-gallery-thumbnail-slider .slick-list.draggable{
    margin: 0 50px;
}
.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-slider-wrapper,
.woo-variation-gallery-thumbnail-position-bottom-bottom .woo-variation-gallery-container .woo-variation-gallery-thumbnail-wrapper{
    overflow: visible;
}
.woo-variation-product-gallery{
    margin-bottom: 0px !important;
}


/*Filter*/
body .shop_sec .wpc-filters-main-wrap .wpc-term-item-content-wrapper{
    align-items: flex-start;
}
.wpc-filter-header .wpc-filter-title{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #222222;
}
/*.wpc-term-item-content-wrapper label{
    max-width: 90%;
}*/
.shop_sec .wpc-filters-main-wrap li.wpc-term-item a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #5C5C5C;
    /*text-transform: capitalize;*/
}

.shop_sec .wpc-filter-title {
  cursor: pointer;
  position: relative;
  padding-right: 20px; /* space for arrow */
}

.shop_sec .wpc-filter-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 13px;
  height: 8px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  background: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.65703 0.292282L2.66411e-05 5.94928L1.41403 7.36328L6.36403 2.41328L11.314 7.36328L12.728 5.94928L7.07103 0.292282C6.8835 0.104811 6.62919 -0.000504704 6.36403 -0.000504692C6.09886 -0.000504681 5.84455 0.104811 5.65703 0.292282Z' fill='%23222222'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}

.shop_sec .wpc-filter-title.filter-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.shop_sec .wpc-filters-section {
    border-bottom: 1px solid #A2A2A2;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}

/* Base checkbox style */
.wpc-filters-checkboxes input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: fit-content;
  height: fit-content;
  border: 2px solid #bfbfbf;
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.2s ease;
  outline: none;
  padding: 9px;
}
.wpc-filters-checkboxes input[type="checkbox"]:hover {
  border-color: #3b82f6;
}
.wpc-filters-checkboxes input[type="checkbox"]:checked {
  background-color: #fff;
  border-color: #bfbfbf;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2083 0.8225L3.20833 7.8225L0 4.61417L0.8225 3.79167L3.20833 6.17167L9.38583 0L10.2083 0.8225Z' fill='%235C5C5C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 8px;
}
.wpc-filters-checkboxes input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3);
}

ul.e-n-menu-heading li.e-n-menu-item:nth-child(4){
    position: relative;
}
ul.e-n-menu-heading li.e-n-menu-item:nth-child(4) .e-n-menu-content{
    left: 0;
    position: absolute;
    right: 0;
    width: max-content;
}
.elementor-element.history_text{
    height: 800px;
    overflow-y: scroll;
}
/* Width */
.elementor-element.history_text::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.elementor-element.history_text::-webkit-scrollbar-track {
  background: #ccc;
}

/* Handle */
.elementor-element.history_text::-webkit-scrollbar-thumb {
  background: #FDB524;
}

/* Handle on hover */
.elementor-element.history_text::-webkit-scrollbar-thumb:hover {
  background: #FDB524;
}
















/*-------------Responsive-----------*/

@media only screen and (max-width: 880px) {
    .header-clip-path{
        background-color: transparent;
    }
    .custom-button-wrap .custom-enquiry-button{
        display: inline-block;
    }
    .tech_details li {
        padding: 10px 20px;
    }
    .custom-meta-tab .elementor-widget .elementor-icon-list-item {
        padding: 10px 15px;
    }
    .product_image .wpgs-for.slick-initialized.slick-slider,
    .product_image .woo-variation-gallery-slider-wrapper{
        min-width: 100%;
        max-width: 100%;
        padding: 20px;
        min-height: 100%;
        max-height: 100%;
    }
    .product_image .wpgs-for.slick-initialized.slick-slider img,
    .product_image .woo-variation-gallery-slider-wrapper .slick-slide img {
        height: auto;
    }
    .product_image .wpgs-nav.slick-initialized.slick-slider {
        margin: 20px auto 0;
        max-width: 100%;
        min-width: 100%;
        padding: 0 20px;
    }
    .single-product .product_image .wpgs-lightbox-icon::before,
    .single-product .product_image .dashicons-search:before,
    .single-product .product_image .woo-variation-gallery-wrapper .woo-variation-gallery-trigger,
    .product_image #st-1 .st-btn[data-network='sharethis']{
        width: 36px;
        height: 36px;
        background-color: #fff;
    }
    .product_image #st-1 .st-btn[data-network='sharethis']{
        right: -20px;
        top: -15px;
    }
    .single-product .product_image .wpgs-lightbox-icon::before{
        right: 0; 
        bottom: 0;
    }
    .woocommerce-result-count{
        font-size: 14px;
        margin: 0 0 0 0 !important;
    }
    .woocommerce-ordering select.orderby {
        padding: 6px 40px 6px 10px;
        font: 600 11px / 20px 'Montserrat';
    }
    .woocommerce .procuct-list ul.products li.product h2.woocommerce-loop-product__title{
        text-align: center;
    }
    .product .procuct-list .woof_results_by_ajax_shortcode li {
        width: 100% !important;
        margin-right: 0px !important;
    }
    .shop-filter .woof_container li label {
        font: 500 15px / 21px 'Montserrat';
    }
    .woof_list_checkbox li div {
        margin-top: 0px;
    }
    body:not(.rtl) #elementor-popup-modal-1580 .dialog-close-button {
        right: 2% !important;
        font-size: 15px;
    }
    .single-product .product_image .woo-variation-gallery-thumbnail-slider .slick-list.draggable{
        margin: 0 0px;
        height: 80px;
        overflow: hidden;
    }
    .single-product .product_image .woo-variation-gallery-thumbnail-slider .slick-list.draggable .slick-slide{
        width: 100px !important;
    }
    .shop_sec .wpc-filters-main-wrap li.wpc-term-item a{
        font-size: 15px;
        line-height: 20px;
    }
    .bnr_text h1 span{
        display: unset;
    }
    .bnr_text::after{
        display: none;
    }
    .woocommerce nav.woocommerce-pagination ul{
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .woocommerce nav.woocommerce-pagination ul li{
        margin: 4px;
    }
    .e-n-menu-wrapper .e-n-menu-heading .e-n-menu-item .e-n-menu-title{
        justify-content: space-between !important;
    }
    ul.e-n-menu-heading li.e-n-menu-item:nth-child(4) .e-n-menu-content{
        position: unset;
    }
    .mob_menu ul.elementor-nav-menu li.menu-item-has-children a{
        justify-content: space-between;
    }
    .elementor-element.history_text{
        height: unset;
        overflow-y: unset;;
    }
    .related-product-item.wrapper-open .black_box{
        bottom: 0;
    }
    .related-product-item.wrapper-open .black_box .cst_blck_btn {
        border: 2px solid #fdb524;
        background: #fdb524;
        color: #000;
    }
    .related-product-item.wrapper-open .black_box .cst_blck_btn span.elementor-button-icon{
        border-left: 2px solid #fdb524;
    }
    .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content img.fancybox-image{
        padding: 50px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 880px){
    .product .procuct-list .woof_results_by_ajax_shortcode li {
        width: 46% !important;
        margin: 0 24px 24px 0 !important;
    }
    .product .procuct-list .woof_results_by_ajax_shortcode li:nth-child(2n){
        margin-right: 0px !important;
    }
    .bnr_text::after{
        display: none;
    }
}


@media only screen and (min-width: 881px) and (max-width: 1024px){
    .bnr_text::after{
        display: none;
    }
    .product_image .wpgs-for.slick-initialized.slick-slider,
    .product_image .woo-variation-gallery-slider-wrapper{
          min-height: 100%;
        max-height: 100%;
        padding: 30px;
    }
    .product_image .wpgs-for.slick-initialized.slick-slider img, .product_image .woo-variation-gallery-slider-wrapper .slick-slide img {
        height: 350px;
    }
    .product_image .wpgs-nav.slick-initialized.slick-slider {
        max-width: 100%;
        min-width: 100%;
    }
    .product .procuct-list .woof_results_by_ajax_shortcode li {
        width: 46% !important;
        margin: 0 24px 24px 0 !important;
    }
    .product .procuct-list .woof_results_by_ajax_shortcode li:nth-child(2n){
        margin-right: 0px !important;
    }
    .shop-filter .woof_container li label {
        font: 500 16px / 21px 'Montserrat';
    }
    .woof_list_checkbox li div {
        margin-top: 0px;
    }
    .woocommerce-ordering select.orderby {
        padding: 8px 40px 8px 14px;
        font: 600 16px / 28px 'Montserrat';
    }
    .woocommerce .woocommerce-result-count {
        margin: 0 0 0 0;
    }
    .single-product .elementor-location-popup > .elementor-element{
        margin-top: 0;
        margin-left: 0;
    }
    .bnr_text h1 span{
        display: unset;
    }
    .mob_menu ul.elementor-nav-menu li.menu-item-has-children a{
        justify-content: space-between;
    }
    .shop_sec .wpc-filters-main-wrap li.wpc-term-item a {
        font-size: 15px;
        line-height: 20px;
    }
    .elementor-element.history_text{
        height: unset;
        overflow-y: unset;
    }
    .related-product-item.wrapper-open .black_box{
        bottom: 0;
    }
    .related-product-item.wrapper-open .black_box .cst_blck_btn {
        border: 2px solid #fdb524;
        background: #fdb524;
        color: #000;
    }
    .related-product-item.wrapper-open .black_box .cst_blck_btn span.elementor-button-icon{
        border-left: 2px solid #fdb524;
    }
    .related-product-item.wrapper-open .black_box:hover{
        background: #fdb524;
    }

    .single-product .product_image .wpgs-lightbox-icon::before, .single-product .product_image .dashicons-search:before{
        right: -15px;
        bottom: -15px;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1200px){
    .shop-filter .woof_container li label {
        font: 500 14px / 22px 'Montserrat';
        letter-spacing: 0;
    }
    .woocommerce .procuct-list ul.products li.product {
        height: 350px;
    }
    .single-product .elementor-location-popup > .elementor-element{
        margin-top: 0;
        margin-left: 0;
    }
    .bnr_text h1 span{
        display: unset;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px){
    .custom-button-wrap .custom-enquiry-button{
        padding: 11px 45px 11px 15px;
    }
    .product_image .wpgs-for.slick-initialized.slick-slider, .product_image .woo-variation-gallery-slider-wrapper{
        padding: 30px;
        min-height: 100%;
        max-height: 100%;
    }
    .product_image .wpgs-nav.slick-initialized.slick-slider {
        min-width: 430px;
        max-width: 450px;
    }
    .bnr_text::after{
        left: -35px;
        width: 240px;
    }
    nav.e-n-menu .e-n-menu-heading .e-n-tabs-content .elementor-heading-title a{
        font-size: 15px;
        line-height: 23px;
        display: inline-block;
    }
    .single-product .product_image .wpgs-lightbox-icon::before, .single-product .product_image .dashicons-search:before{
        right: -20px;
        bottom: 0;
    }

}


@media only screen and (min-width: 1367px) and (max-width: 1490px){
    .cst-share{
        right: 0px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1601px) {
  html {
    zoom: 0.85;
    zoom: 85%;
  }
}
 



