/*======================================
Theme Name: MegaMart Ecommerce Child Theme
Theme URI: https://ecomm.sumitsheoran.com/
Description: Megamart Ecommerce is a beautifully designed Divi Ecommerce Child theme.
Author: Sumit Sheoran
Author URI: https://sumitsheoran.com/
Author Email: contact@sumitsheoran.com
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

@media only screen and (max-width: 980px) {
    .two-columns .et_pb_column {
    width: 50%!important;
    }
    }
    
    /* Making product gird equal height by make one line product title */
    .woocommerce ul.products li.product h3 {
       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
    }
    
    /*
    .product .cart button[type="submit"] {
        margin: 0 10px!important;
    }*/
    
    /*Styling the Add to cart option/icon for products on shop page*/
    
    .woocommerce ul.products li.product .button {
        font-family: ETModules!important;
        border: 2px solid #CED4DA;
        color: #545454!important;
        font-size: 18px;
        background-color: #fff!important;
        padding: 2px!IMPORTANT;
        border-radius: 0px;
        height: 40px!important;
        width: 40px!important;
        text-align: center;
        transition: .3s ease;
        float: right!important;
        margin-top: -45px!important;
        box-shadow: none!important;
    }
    
    @media only screen and (max-width:667px) {
    .woocommerce ul.products li.product .button {
        font-family: ETModules!important;
        border: 2px solid #CED4DA;
        color: #545454!important;
        font-size: 20px;
        line-height: 1.2em!important;
        background-color: #fff!important;
        padding: 2px!IMPORTANT;
        width: 30px!important;
        height: 30px!important;
        text-align: center;
        transition: .3s ease;
        margin-top: -32px!important;
        box-shadow: none!important;
    }
    }
    
    /*Adding some Hover effect to buttons*/
    
    .woocommerce ul.products li.product .button:hover {
        background: #ffffff; 
        color: #212121!important;
        border: 1px solid #212121!important;
    }
    
    
    /*Disables the icon appear when you hover to add to cart button*/
    
    .woocommerce ul.products li.product .button:after {
        display: none
    }
    
    /* WooCommerce Product Category/Archive Height Adjustment */
    .woocommerce ul.products li.product h2 {
        line-height: 2.5em!important;
        height: 5ex;
        overflow: hidden;
    }
    
    /* Styling the Footer Tags outline */
    .wp-block-tag-cloud.is-style-outline a {
        font-size: 10pt!important;
        padding: 5px 10px!important;
        border: 1px solid #a5a5a5;
        line-height: 1.6em;
    }

.wp-block-tag-cloud a {
	border-radius: 0!important;
}
    
    /* Changing position of Wishlist icon for product listing section */
    .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
        left: calc(100% - 40px)!important;
        background-color: #fff;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        border-radius: 50px;
        margin-left: 0px!important;
    }
    
    .tinvwl-icon-heart:before {
        font-size: 25px!important;
    }
    
    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
        margin-top: -6px;
        margin-left: -12px;
    }
    
    @media only screen and (max-width: 980px) {
    .product .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
        left: calc(100% - 35px)!important;
        background-color: #fff;
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        border-radius: 50px;
        margin-left: 0px!important;
    }
    
    .product .tinvwl-icon-heart:before {
        font-size: 25px!important;
    }
        
    .product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
        margin-top: -8.5px;
        margin-left: -12.5px;
    }
    }
    
    /* Transforming sale badge on products */
    .woocommerce ul.products li.product .onsale {
        transform: rotateX(0deg) rotateY(0deg) rotateZ(90deg);
    }
    
    .woocommerce span.onsale, .woocommerce-page span.onsale {
        border-radius: 0px!important;
        padding: 3px 8px !important;
    }
    
    /* Styling Quick View button */
    .wpb_wl_preview_area .wpb_wl_preview {
        color: #fff;
        font-weight: 400;
        background: #000;
        border-radius: 0px!important;
    }
    
    /* Styling Products grid */
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        border: 1px solid #F1F3F2;
        padding: 5px 5px 10px 5px;
    }
    
    @media (min-width: 767px) {
        /*set the width of the button*/
        .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
            flex-basis: 150px !important;
        }
        /*set the width of the input field minus the width of the button*/
        .et_pb_newsletter_form .et_pb_newsletter_field {
            flex-basis: calc(100% - 165px) !important;
        }
    }
    
    /* Customizing Instagram feeds header */
    #sb_instagram .sb_instagram_header, .sb_instagram_header {
      display: flex;
      justify-content: center;
    }
    
    #sb_instagram .sb_instagram_header a, .sb_instagram_header a {
        width: min-content;
    }
    
    /* Customizing add to cart button */
    #page-container .et_pb_section .et_pb_wc_add_to_cart_0 .button {
      margin-top: 5px!important;
    }
    
    /* Styling add to wishlist option for Homapge Single deal product */
    .single-product-wishlist .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
      font-size: 30px!important;
      position: absolute!important;
      top: 10px;
      left: 18px!important;
      z-index: 9999;
      width: 160px!important;
      vertical-align: middle;
    }
    
    .single-product-wishlist .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:after {
      content: 'Add to Wishlist';
      font-size: 16px;
      position: absolute;
      margin: 6px 0px 0px 40px;
      z-index: 999;
    }
    
    /* Making blog grid equal height */
    .pa-blog-equal-height .pa-auto-height {
        height: auto !important;
    }
    
    .pa-blog-equal-height .pa-auto-margin {
        margin-top: 20px !important;
    }
    
    /* Customizing Quick View Button for all products */
    .wpb_wl_preview_area {
      margin: 0px!important;
      padding: 5px!important;
      top: 33%!important;
      left: 0%!important;
    }
    
    /* Customizing Shop Filter */
    
    #products .wpf_color_icons li label, .wpf_item .wpf_color_icons li label {
        font-size: 0;
        width: 28px;
        height: 28px;
        border-radius: 0px;
    }
    
    #products .wpf_item input[type="checkbox"] {
      border-radius: 0!important;
    }
    
    .wpf_item input[type="checkbox"] {
      border-radius: 0!important;
    }
    
    /* Customizing Shop page filter reset button */
    .wpf_reset_btn {
      font-size: 16px!important;
      color: #fff;
      width: calc(100% - 10px);
      background: #606c38;
      text-align: center;
      margin: 20px 0 0 5px;
      padding: 6px;
      border: 1px solid #fff;
      box-shadow: 0px 0 0 5px #606c38;
    }
    
    .wpf_reset_btn:hover {
      background: #283618;
      box-shadow: 0px 0px 0px 5px #283618;
    }
    
    .wpf_reset_btn:before, .wpf_reset_btn:after {
      content: '';
      opacity: 0;
    }
    
    .wpf_item.wpf_item_onsale, .wpf_item.wpf_item_instock {
      padding: 1em 0px;
      display: inline-block;
    }
    
    /* Customizing shop filter product tags */
    .wpf_product_tag {
      border: 1px solid #000;
    }
    
    .de-shop-filter-links .wpf_links a {
        color: #545454;
        padding: 3px 10px;
        border: 1px solid #545454;
    }
    
    /* Customizing price filter slider */
    #products .wpf_slider.ui-slider, .wpf_item .wpf_slider.ui-slider {
        background: #000;
        margin: 2.5em 7px 0.8em 10px!important;
    }
    
    .wpf_item .wpf_slider.ui-slider .ui-widget-header {
        background: #000;
        border: none;
    }
    
    /* Customizing Products Pagination numbers */
    .woocommerce nav.woocommerce-pagination ul li span.current {
        background: #F8F8F9;
        color: #212121;
        padding: 0.5em 1em;
    }
    
    .woocommerce nav.woocommerce-pagination ul li a {
        color: #212121;
        padding: 0.5em 1em;
    }
    
    /* Customizing filter toggle icon */
    .et_pb_toggle_open .et_pb_toggle_title:before {
      padding: 5px 8px!important;
    }
    
    /* Customizing "Default sorting" product filter dropdown - On the shop page, above on products */
    .woocommerce-ordering, .orderby, .woocommerce .woocommerce-ordering select {
        color: #212121!important;
        background-color: #F8F8F9;
        border: none;
        border-radius: 0;
        border-width: 0;
        font-size: 12px;
        padding: 4px 8px;
        font-weight: 400;
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    }
    
    @media only screen and (max-width: 667px) {
      .woocommerce-ordering,  .orderby, .woocommerce .woocommerce-ordering select  {
        width: 100%;
      }
    }
    
    /* Shop page product result count text */
    .woocommerce .woocommerce-result-count {
      color: #545454;
      font-size: 13px;
    }
    
    @media only screen and (max-width:767px) {
    .woocommerce .woocommerce-result-count {
       width: 100%;
       text-align: center;
      }
    }
    
    /* Home Page 1 & 2 combined CSS start from here*/
    /* Home page 1 CSS */
    
    @media only screen and (max-width: 980px) {
    .categories-columns .et_pb_column {
        width: 46%!important;
        }
        }
        
    /* Changing position of Wishlist icon for featured product listing section */
    .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
            left: calc(100% - 40px);
            background-color: #fff;
            width: 30px;
            height: 30px;
            display: flex;
            justify-content: center;
            border-radius: 50px;
            margin-left: 0;
        }
        
    .tinvwl-icon-heart:before {
            font-size: 25px;
        }
        
    .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
            margin-top: -6px;
            margin-left: -12px;
        }
        
    /* Transforming sale badge */
    .woocommerce ul.products li.product .onsale {
            transform: rotateX(0deg) rotateY(0deg) rotateZ(90deg);
        }
        
    /* Styling Quick View button */
    .wpb_wl_preview_area .wpb_wl_preview {
            color: #fff;
            font-weight: 400;
            background: #000;
            border-radius: 0;
        }
        
    /* Styling Products grid */
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
            border: 1px solid #F1F3F2;
            padding: 5px 5px 10px 5px;
        }
        
    @media (min-width: 767px) {
    /*set the width of the button*/
    .et_pb_newsletter_fields .et_pb_newsletter_button_wrap {
                flex-basis: 150px;
            }
    /*set the width of the input field minus the width of the button*/
    .et_pb_newsletter_form .et_pb_newsletter_field {
                flex-basis: calc(100% - 165px);
            }
        }
        
    /* Disable the Instagram feed header */
    #sb_instagram .sb_instagram_header, .sb_instagram_header {
          display: none;
        }
        
    #sb_instagram .sbi_follow_btn a {
          background-color: #606C38!important;
        }
        
    /* Styling add to wishlist option for Homapge Single deal product */
    .featured-deal-product-wishlist .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
          margin: 5px 0 0 8px;
        }
        
    .featured-deal-product-wishlist .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
          width: 170px;
          height: 40px!important;
          margin: 25px 0 0 5px;
          background: #f8f8f8;
          border: 1px solid #BC6C25;
          box-shadow: 0 0 0 5px #f8f8f8;
        }
    
    .white-featured-deal-product-wishlist .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
          margin: 5px 0 10px 5px;
        }
        
    .white-featured-deal-product-wishlist .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
          width: 170px;
          height: 40px!important;
          margin: 25px 0 0 5px;
          background: #ffffff!important;
          border: 1px solid #BC6C25;
          box-shadow: 0 0 0 5px #ffffff!important;
        }
    
    /* Homepage 2 CSS */
    
    /* Styling Featured Categories products - Mini showcase products */
    
    /* Disabling the add to cart icon from featured categories products */
    .Featured-category-products .woocommerce ul.products li.product .button {
        display: none;
      }
      
    /* Customizing Featured Categories product title */
    .Featured-category-products .woocommerce ul.products li.product .woocommerce-loop-product__title {
        line-height: 1.3em;
        padding: 2px;
      }
      
    /* Disabling the add to wishlist for Featured categories products */
    .Featured-category-products .tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
        display: none;
      }
      
    /* Styling the featured categories quick view button */
    .Featured-category-products .wpb_wl_preview_area {
        font-size: 11px;
        margin: 0;
        padding: 5px;
        top: 27%;
        left: 0;
      }
      
    /* Customizing featured categories Products grid */
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin-bottom: 1em;
      }
      
    /* Customizing Blog posts fatured image */
    .et_pb_image_container {
        margin:  0 0 10px 0;  
      }
      
    .et_pb_post .entry-featured-image-url {
        margin-bottom: 10px;
      }
      
    /*add spacing around the individual blog posts*/
    .et_pb_blog_grid .et_pb_post {
          padding: 5px 5px 10px 5px;
      }
      
    /*add icon to blog published date meta text*/
      
    .de-blog-meta-icons .post-meta .published:before {
          content: "\e023";
          font-family: ETMODULES;
          color: #606C38;
          font-weight: bold;
          margin-right: 4px;
      }
      
    /*add icon to blog category meta text*/
      
    .de-blog-meta-icons .post-meta>a:before {
          content: "\e078";
          font-family: ETMODULES;
          color: #606C38;
          font-weight: bold;
          margin-right: 4px;
      }
      
    /*Making Entire Blog post clickable*/
    .et_pb_blog_grid .et_pb_post, .et_pb_posts .et_pb_post {
      position: relative;
      }
      
    .et_pb_blog_grid .et_pb_post .entry-title a:after, .et_pb_posts .et_pb_post .entry-title a:after {
      position: absolute;
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      }
      
    .et_pb_blog_grid .et_pb_post:hover, .et_pb_posts .et_pb_post:hover {
      cursor: pointer;
      }
    
    .et_pb_countdown_timer .sep {
        padding: 0 1px 0 7px;
    }
    
    .woocommerce.et_pb_button_helper_class a.button.alt, .woocommerce-page.et_pb_button_helper_class a.button.alt, .woocommerce.et_pb_button_helper_class button.button.alt, .woocommerce.et_pb_button_helper_class button.button.alt.disabled, .woocommerce-page.et_pb_button_helper_class button.button.alt, .woocommerce-page.et_pb_button_helper_class button.button.alt.disabled, .woocommerce.et_pb_button_helper_class input.button.alt, .woocommerce-page.et_pb_button_helper_class input.button.alt, .woocommerce.et_pb_button_helper_class #respond input#submit.alt, .woocommerce-page.et_pb_button_helper_class #respond input#submit.alt, .woocommerce.et_pb_button_helper_class #content input.button.alt, .woocommerce-page.et_pb_button_helper_class #content input.button.alt, .woocommerce.et_pb_button_helper_class button.button, .woocommerce-page.et_pb_button_helper_class button.button, .woocommerce.et_pb_button_helper_class input.button, .woocommerce-page.et_pb_button_helper_class input.button, .woocommerce.et_pb_button_helper_class #respond input#submit, .woocommerce-page.et_pb_button_helper_class #respond input#submit, .woocommerce.et_pb_button_helper_class #content input.button, .woocommerce-page.et_pb_button_helper_class #content input.button, body.et_pb_button_helper_class .et_pb_module.et_pb_button, .woocommerce.et_pb_button_helper_class a.button, .woocommerce-page.et_pb_button_helper_class a.button, .woocommerce .wpb_wl_summary .button {
        color: #FFFFFF!important;
        border-radius: 0px;
        font-size: 16px;
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
        text-transform: uppercase!important;
        background-color: #606C38;
        padding: 2px 1em!important;
        height: 35px;
        border: 1px solid #fff;
        box-shadow: 0px 0px 0px 5px #606c38;
        transition: all 300ms ease 0ms;
    }
    
    .woocommerce.et_pb_button_helper_class a.button.alt:hover, .woocommerce-page.et_pb_button_helper_class a.button.alt:hover, .woocommerce.et_pb_button_helper_class button.button.alt:hover, .woocommerce.et_pb_button_helper_class button.button.alt.disabled:hover, .woocommerce-page.et_pb_button_helper_class button.button.alt:hover, .woocommerce-page.et_pb_button_helper_class button.button.alt.disabled:hover, .woocommerce.et_pb_button_helper_class input.button.alt:hover, .woocommerce-page.et_pb_button_helper_class input.button.alt:hover, .woocommerce.et_pb_button_helper_class #respond input#submit.alt:hover, .woocommerce-page.et_pb_button_helper_class #respond input#submit.alt:hover, .woocommerce.et_pb_button_helper_class #content input.button.alt:hover, .woocommerce-page.et_pb_button_helper_class #content input.button.alt:hover, .woocommerce.et_pb_button_helper_class button.button:hover, .woocommerce-page.et_pb_button_helper_class button.button:hover, .woocommerce.et_pb_button_helper_class input.button:hover, .woocommerce-page.et_pb_button_helper_class input.button:hover, .woocommerce.et_pb_button_helper_class #respond input#submit:hover, .woocommerce-page.et_pb_button_helper_class #respond input#submit:hover, .woocommerce.et_pb_button_helper_class #content input.button:hover, .woocommerce-page.et_pb_button_helper_class #content input.button:hover, body.et_pb_button_helper_class .et_pb_module.et_pb_button:hover, .wpb_wl_summary .button:hover {
        background-color: #283618;
        padding: 2px 1em!important;
        box-shadow: 0px 0px 0px 5px #283618;
    }
    
    /* Making Header Menu's submenu items collapsed by default - Code Start here */
    /*change hamburger icon to x when mobile menu is open*/
    
    #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
    .et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
        content: '\4d';
    }
    
    /*adjust the new toggle element which is added via jQuery*/
    
    ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
    ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
    .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
    .et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
        width: 44px;
        height: 100%;
        padding: 0px !important;
        max-height: 44px;
        border: none;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 999;
        background-color: transparent;
    }
    
    /*some code to keep everyting positioned properly*/
    
    ul.et_mobile_menu>li.menu-item-has-children,
    ul.et_mobile_menu>li.page_item_has_children,
    ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
    .et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
    .et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
    .et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
        position: relative;
    }
    
    /*remove default background color from menu items that have children*/
    
    .et_mobile_menu .menu-item-has-children>a,
    .et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
        background-color: transparent;
    }
    
    /*hide the submenu by default*/
    
    ul.et_mobile_menu .menu-item-has-children .sub-menu,
    #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
    .et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
    .et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
        display: none !important;
        visibility: hidden !important;
    }
    
    /*show the submenu when toggled open*/
    
    ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
    #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
    .et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
    .et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
        display: block !important;
        visibility: visible !important;
    }
    
    /*adjust the toggle icon position and transparency*/
    
    ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
    .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
        text-align: center;
        opacity: 1;
    }
    
    /*submenu toggle icon when closed*/
    
    ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
    .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
        top: 10px;
        position: relative;
        font-family: "ETModules";
        content: '\4c';
        color: #606C38;
        background: #f0f3f6;
        border-radius: 50%;
        padding: 8px;
        z-index: 99999999!important;
    }
    
    /*submenu toggle icon when open*/
    
    ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
    .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
        content: '\4b';
    }
    
    /*add point on top of the menu submenu dropdown*/
    
    .et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
        position: absolute;
        right: 5%;
        margin-left: -20px;
        top: -14px;
        width: 0;
        height: 0;
        content: '';
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #ffffff;
    }
    
    /*adjust the position of the hamburger menu*/
    
    .mobile_menu_bar {
        position: relative;
        display: block;
        bottom: 10px;
        line-height: 0;
    }
    
    /*force the background color and add a rounded border*/
    
    .et_pb_menu_0.et_pb_menu .et_mobile_menu,
    .et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
        background-color: #ffffff!important;
        border-radius: 10px;
    } /* Making Header Menu's submenu items collapsed by default - Code end here */
    
    /* Styling bottom sticky cart button/bubble - Code start here */
    #cpops-floating-cart {
        bottom: 5px;
        z-index: 99999!important;
    }
    
    .cpops-floating-cart__button:after {
        content: '\e013';
        color: #fff;
        font-size: 20px;
        font-family: 'ETmodules';
    }
    
    #cpops-floating-cart .cpops-floating-cart__count {
        border-radius: 50px;
        left: -10px;
        top: -10px;
    }
    
    #cpops-floating-cart, .cpops-toggle-drawer {
      height: 40px!important;
      width: 40px!important;
    } 
    
    @media only screen and (min-width:768px) {
    #cpops-floating-cart, .cpops-toggle-drawer {
        bottom: 40px;
        left: 40px;
        }
        
    #cpops-floating-cart .cpops-floating-cart__count {
        left: 60%;
        top: -5px;
        width: 30px;
        }
    }
    
    @media only screen and (max-width:767px) {
    #cpops-floating-cart button {
        height: 40px!important;
        width: 40px!important;
        min-width: 40px!important;
        line-height: 40px!important;
        }
    }
    /* Styling bottom sticky cart button/bubble - Code end here */
    
    /* Styling QUICK VIEW popup container conetnt - Code start Here */
    .mfp-zoom-in.mfp-ready.mfp-bg {
        opacity: 0.5;
    }
    
    .mfp-zoom-in.mfp-ready .mfp-with-anim {
        border: 5px solid #fff;
    }
    
    .mfp-close-btn-in .mfp-close {
        color: #606C38;
        background: #f0f3f6;
    }
    
    .wpb_wl_product_title {
        font-size: 25px;
        margin: 0 0 10px;
        line-height: 1.4em;
    }
    
    .wpb_wl_product_price, .wpb_wl_summary p {
        margin: 0 0 15px;
    }
    
    .wpb_wl_summary form.cart {
        margin: 15px 0px 15px 0;
    }
    
    .woocommerce div.product form.cart .variations td select {
        border: 1px solid #ced4da!important;
        background-color: #F8F8F9;
        border-radius: 0px;
    }
    
    .wpb_wl_quick_view_content {
        padding: 5px;
        max-width: 980px;
        box-sizing: content-box!important;
    }
    
    .wpb_wl_quick_view_content *, .wpb_wl_quick_view_content *:after, .wpb_wl_quick_view_content *:before {
        box-sizing: content-box!important;
    }
    
    .wpb_wl_images {
        width: 49%;
        margin: 0px;
    }
    
    .wpb_wl_summary {
        width: 45%;
    }
    
    .woocommerce .wpb_wl_summary .button {
        color: #FFFFFF!important;
        border-radius: 0px!important;
        font-size: 16px!important;
        font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
        text-transform: uppercase!important;
        background-color: #606C38!important;
        padding: 2px 1em!important;
        height: 35px!important;
        margin-top: 5px!important;
        border: 1px solid #fff!important;
        box-shadow: 0px 0px 0px 5px #606c38!important;
        transition: all 300ms ease 0ms!important;
    }
    
    #product .wpb_wl_summary.button:hover, .single_add_to_cart_button.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce.et_pb_button_helper_class button.button:hover, .woocommerce-page.et_pb_button_helper_class button.button:hover {
       background-color: #283618!important;
       box-shadow: 0px 0px 0px 5px #283618!important;
       opacity: 1!important;
    }
    
.wpb_wl_summary .quantity .qty {
        width: 4.3em;
        height: 17px!important;
        color: #545454!important;
        background-color: #ffffff!important;
        border: 1px solid #ced4da!important;
        border-radius: 0px!important;
        position: relative!important;
    }
    
div.product form.cart .tinvwl_add_to_wishlist_button {
        width: auto!important;
        height: 35px!important;
        margin: 20px 0 20px 5px;
        padding: 0 10px 0px 8px!important;
    }
    
    .woocommerce div.product form.cart, .woocommerce-page div.product form.cart {
        padding: 10px 0 0 0;
        height: auto!important;
    }
    
    #wpb_wl_images .woocommerce-page div.product div.thumbnails a {
        width: 15%;
    }
    
    .woocommerce div.product.wpb_wl_quick_view_content div.thumbnails a, .woocommerce-page div.product.wpb_wl_quick_view_content div.thumbnails a, .wpb_wl_quick_view_content div.images div.thumbnails a {
        margin-top: 5px;
        width: 15%;
        margin-right: 1%;
    }
    
    span.price {
        font-weight: 700;
    } 
    
    .mfp-arrow-left:before, .mfp-arrow-left:after, .mfp-arrow-right:before, .mfp-arrow-right:after {
        border-left: 0!important;
        border-right: 0!important;
    }
    
    .mfp-arrow.mfp-arrow-left.mfp-prevent-close, .mfp-arrow.mfp-arrow-right.mfp-prevent-close {
        opacity: 0.8;
    }
    
    .mfp-arrow.mfp-arrow-left.mfp-prevent-close:hover, .mfp-arrow.mfp-arrow-right.mfp-prevent-close:hover {
        opacity: 1;
    }
    
    .mfp-arrow-left:before {
        content: '\23';
        font-family: 'ETmodules';
        color: #606C38;
        font-weight: 900;
        font-size: 25px;
        line-height: 1.1em;
        background-color: #ffffff;
        width: auto;
        border: 0;
        height: 25px;
        width: 40px;
        padding: 15px;
        opacity: 1;
        position: absolute;
    }
    
    .mfp-arrow-right {
        right: 40px;
    }
    
    .mfp-arrow-right:before {
        content: '\24';
        font-family: 'ETmodules';
        color: #606C38;
        font-weight: 900;
        font-size: 25px;
        line-height: 1.1em;
        background-color: #ffffff;
        width: auto;
        border: 0;
        height: 25px;
        width: 40px;
        padding: 15px;
        opacity: 1;
        position: absolute;
    }   /* Styling QUICK VIEW popup container conetnt - Code End Here */
    
    /* Disable the Quick view feature on Tablet and Mobile */
    @media only screen and (max-width: 981px) {
    .wpb_wl_preview_area {
        display: none;
    }
    }
    
    /* Styling the click to open sidebar Product filter */
    body:not(.et-fb) .dl-slide-sidebar {
      transform:translateX(400px);
    }
    body:not(.et-fb) .dl-slide-sidebar.is-opened {
      transform:translateX(0);
    }
    .dl-slide-sidebar.has-transition {
      transition:.7s;
    }
    .dl-close {
      cursor:pointer;
    }
    
    /* Make The Divi Contact Form Submit Button Fullwidth - Code start Here */
    
    .et_contact_bottom_container {
        width: calc(100% - 10px);
        flex-direction: column;
        gap: 1em;
        padding-left: calc(3% - 5px);
      padding-right: 5px;
        margin-top: 0px;
    }
    
    .et_contact_bottom_container button {
        width: 100%;
        margin: 0;
    }
    
    .et_pb_contact_field[data-type=select]:after {
      border-top-color: #545454;
    } /* Make The Divi Contact Form Submit Button Fullwidth - Code End Here */
    
    /* Styling blog page navigation bar - Code Start here */
    
    .wp-pagenavi {
      text-align: center;
      padding-top: 50px!important;
    }
    
    .wp-pagenavi a, .wp-pagenavi span {
        font-weight: bold;
        color: #545454!important;
        padding: 0.5em 1em;
        background-color: #fff;
        border: 0;
    }
    
    .wp-pagenavi a:hover, .wp-pagenavi span:hover {
        font-weight: bold;
        color: #fff!important;
        padding: 0.5em 1em;
        background-color: #000;
        border: 0;
    }
    
    .wp-pagenavi span.current {
        font-weight: bold;
        color: #fff!important;
        padding: 0.5em 1em;
        background-color: #545454;
        border: 0;
    } /* Styling blog page navigation bar - Code Start here */
    
    
    /* Styling Wishlist page Elements - Code start here */
    /* Styling click to remove from wishlist icon */
    .tinv-wishlist .product-remove button:hover {
        color: red;
        background-color: white;
    }

/* Customizing cart page each 'added to cart' product grid - Code start here */
#main-content .et_pb_wc_cart_products.et_pb_row_layout_vertical table.cart tr {
  margin: 20px 10px;
  border: 1px solid #CED4DA;
}

td.product-remove {
  border-top: 0px!important;
} /* Customizing cart page each 'added to cart' product grid - Code end here */


/* Customizing mobile phone cart popup details */
@media only screen and (max-width:768px) {
.cpops-cart-item {
	display: flex;
    height: auto;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cpops-cart-item__actions {
    height: 100%;
	width: 100%;
    min-width: 42px;
	max-width: 100%!important;
	display: flex;
    flex-direction: row-reverse;
}

.cpops-cart-item__actions--pricing {
	width: calc(100% - 15px);
}

.cpops-cart-item__actions--pricing .cpops-price {
	font-weight: 600;
	text-align: left;
	display: flex;
    flex-direction: column;
	justify-content: center;
	padding-left: 10px;
}

.cpops-cart-item__actions--remove {
	margin: 0;
}

#cartpops-drawer .cpops-drawer-coupon__input button {
	border-radius: 0!important;
}
	
.cpops-notification, .cpops-has-shadow, .cpops-is-light, .cpops-is-success, .cpops-drawer-notices-wrapper {
	color: #606C38!important;
	background-color: #ccd5ae!important;
	}
}

#cartpops-drawer .cpops-drawer-footer .cpops-cart-total a.checkout-button {
	color: #fff;
	font-weight: 500;
    line-height: 1.4em;
    height: 40px;
    width: calc(100% - 10px);
    margin-left: 5px;
	padding: 8px!important;
    text-transform: uppercase!important;
	border-radius: 0!important;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 5px #606c38;
}

#cartpops-drawer .cpops-drawer-footer .cpops-cart-total a.checkout-button:hover {
	background-color: #283618;
    box-shadow: 0px 0px 0px 5px #283618;
}

#cartpops-drawer .cpops-drawer-coupon__input button, #cartpops-drawer .cpops-drawer-coupon__input button:hover {
	background: #CED4DA;
	border: 0!important;
	border-radius: 0!important;
	text-transform: uppercase!important;
}

#cartpops-drawer .cpops-drawer-coupon__input input {
	border-radius: 0!important;
}

.cpops-cart-item__actions--remove svg {
	fill: red;
    height: 20px;
    transition: fill .1s ease-in;
    width: 20px;
    border: 1px solid #CED4DA;
    padding: 5px;
    border-radius: 50px;
}

#cpops-floating-cart .cpops-floating-cart__icon {
	display: none!important;
}


/* Header Code start here */
@media only screen and (max-width: 981px) and (min-width: 767px) {
.header-two-columns .et_pb_column {
width: 50%!important;
}
}

@media only screen and (max-width: 666px) {
.header-two-columns .et_pb_column {
width: 100%!important;
} 
}

@media (max-width: 981px){
.et_pb_menu .et_mobile_menu {
    width: 80vw;
    height: 100vh;
    overflow: scroll;
} 
}

@media only screen and (min-width: 982px) {
.menu-bottom-closer-btn {
    display: none!important;
  } 
}

@media (max-width: 767px){
.et_pb_menu .et_mobile_menu {
    width: 100vw;
    left: -2.5vw;
    height: 100vh;
    overflow: scroll;
}
}

ul.sub-menu {
    left: auto!important;
}

.category-menu .et_pb_menu__menu li>a {
  padding: 25px 20px!important;
}

.nav li li {
  padding: 0px;
  line-height: 0.1em;
  border-bottom: 1px solid #F1F3f2;
  transition: all 0.3s ease-in-out;
}

.nav li li:hover {
  border-left: 10px solid #BC6C25;
}

.et-menu li li a {
  width: 230px;
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu {
  box-shadow: 0px 100vh 0px 100vh rgb(33 33 33 / 10%);
}

ul#mobile_menu1:after {
  content: '';
}

/* Styling the mobile menu botton dropdown close button */ 
.menu-bottom-closer-btn {
    color: #fff!Important;
    position: fixed;
    top: calc(100% - 40px);
    background: #fff;
    line-height: 85px;
    padding: 0px;
    right: calc(50% - 35px);
    z-index: 9999999;
    height: 70px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 12px 40px -6px rgb(0 0 0 / 40%)!important;
}

.menu-bottom-closer-btn:before {
    content: '\21';
    color: #BC6C25;
    font-size: 50px;
    font-family: 'ETmodules';
    top: calc(100% - 35px);
    background: transparent;
    line-height: 45px;
    padding: 12px 0px;
    right: calc(50% - 35px);
    opacity: 1;
    font-weight: 500;
    height: 70px;
    width: 70px;
    text-align: center;
    position: fixed;
    border-radius: 50%;
}

/* Customizing Menu link dropdown "after arrow */
.et-menu .menu-item-has-children>a:first-child:after {
  top: auto!important;
}

/* Customizing Mobile dropdown menu */
.et_pb_menu .et_mobile_menu {
  left: -78.5vw;
}

/* Customizing the tablet dropdown menu */
@media only screen and (max-width: 981px) and (min-width: 768px) {
.et_pb_menu .et_mobile_menu {
   width: 87vw; 
  }
}

/* Customizing Wishlist Header Icon counter */
a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products:before, a.wishlist_products_counter.top_wishlist-heart:before {
  font-size: 32px;
}

span.wishlist_products_counter_number {
    position: absolute;
    right: -2px;
    font-size: 16px;
} /* Header Code End here */

/* Homaepage one CSS start here */
/* Customzing Slider dot navigation */ 
.et-pb-controllers {
  left: 40%;
}

.et-pb-controllers a {
    width: 10px;
}

.et-pb-controllers a {
  width: 6px!important;
  height: 10px;
}

.et-pb-controllers .et-pb-active-control {
    height: 18px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 0px 1px #606c38;
}

@media only screen and (max-width: 767px) {
  .et-pb-controllers {
  left: -38%;
}
}

/* Styling the Custom Slider controllers */

.custom-controller .et_pb_slider .et-pb-slider-arrows
{
    position: static;
    bottom: 100px;
    margin-right: 30px;
}

.custom-controller .et_pb_slider .et-pb-arrow-prev, .custom-controller .et_pb_slider .et-pb-arrow-next
{
    opacity: 1;
    top: 92%;
    left: auto;
    z-index: 99;
    height: 50px;
    width: 50px;
}

.custom-controller .et_pb_slider .et-pb-arrow-prev:before, .custom-controller .et_pb_slider .et-pb-arrow-next:before
{
    padding: 15px 15px;
	  margin-right: 20px;
    font-size: 23px;
    color: #1d1d1f;
    border: 2px solid #1d1d1f;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.custom-controller .et_pb_slider .et-pb-arrow-prev
{
    left: 200px;
    z-index: 100;
}

.custom-controller .et_pb_slider .et-pb-arrow-prev:before
{
    content: '\23';
}

.custom-controller .et_pb_slider .et-pb-arrow-next
{
    right: calc(100% - 160px);
}

.custom-controller .et_pb_slider .et-pb-arrow-next:before
{
    content:'\24';
}

.custom-controller .et_pb_image_wrap
{
    background-color: rgba(0,0,0,0);
    padding: 15px;
}

.custom-controller .et_pb_slider .et-pb-arrow-prev:before, .custom-controller .et_pb_slider .et-pb-arrow-next:before {
    padding: 12px 12px;
	  margin-right: 20px;
    font-size: 25px;
    color: #1d1d1f;
    border: 2px solid #1d1d1f;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.custom-controller .et_pb_slider .et-pb-arrow-prev:before, .custom-controller .et_pb_slider .et-pb-arrow-next:before
{
    color: #545454;
    border: 2px solid #545454;
	  border-radius: 50%;
}

.custom-controller .et_pb_slider .et-pb-arrow-prev:hover:before, .custom-controller .et_pb_slider .et-pb-arrow-next:hover:before
{
    color: #000!important;
    border-color: #000!important;
}

.custom-controller .et_pb_slides {
    margin-bottom: 10px;
}

.custom-controller .et_pb_slide {
    padding: 0px;
}

/*style the slider dot*/
.et-pb-controllers a {
  width: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
.custom-controller .et_pb_slider .et-pb-arrow-prev, .custom-controller .et_pb_slider .et-pb-arrow-next {
    opacity: 1;
    top: 90%!important;
    left: 40px;
    z-index: 99;
    height: 40px;
    width: 40px;
}

.custom-controller .et_pb_slider .et-pb-arrow-prev
{
    left: 150px;
    z-index: 100;
}
}

@media only screen and (max-width:767px) {
.custom-controller .et_pb_slider .et-pb-arrow-prev {
    left: 50%;
  }
  
.custom-controller .et_pb_slider .et-pb-arrow-next {
    left: 80%;
  }
  
.custom-controller .et_pb_slider .et-pb-arrow-prev:before, .custom-controller .et_pb_slider .et-pb-arrow-next:before {
  padding: 8px;
  font-size: 22px;
  }
}

/* Featured Product Tabs section */
.active-tab {
  border-bottom: 1px solid #000;
}  /* Homaepage one CSS End here */

/* My account page code start here */
/* Customizing My Account Dashboard */
/* Subpart - Left navigation bar */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 23%;
    min-width: 240px;
    max-width: 260px;
    background-color: #f8f8f9;
    padding: 20px;
}

/* Subpart Right Content bar */
.woocommerce-account .woocommerce-MyAccount-content {
   width: 72%!important;
}

@media only screen and (max-width: 767px) {
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
    min-width: 240px;
    max-width: 100%;
    background-color: #f8f8f9;
    padding: 20px;
}

/* Subpart Right Content bar */
.woocommerce-account .woocommerce-MyAccount-content {
   width: 100%!important;
   padding-top: 30px;
}
}

/* Customizing Navigation links */
.woocommerce-MyAccount-navigation-link {
    list-style-type: none;
    border-bottom: 1px solid #CED4DA;
    padding: 5px;
}

.my-account-links .woocommerce-MyAccount-navigation-link a {
  color: #545454!important;
}

.my-account-links .woocommerce-MyAccount-navigation-link a:hover {
  color: #BC6C25!important;
}

.my-account-links .is-active, .my-account-links .is-active a {
    list-style-type: disclosure-closed;
  color: #BC6C25!important;
}

/* Customizing my account tabs message / error / info fields */
.woocommerce-message, .woocommerce-error, .woocommerce-info {
  font-size: 16px!important;
  color: #545454!important;
  background-color: #f8f8f9!important;
}

/* Customizing user registration form button */
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit, button.woocommerce-button.button.woocommerce-form-login__submit {
  margin: 10px 0 0 5px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin: 10px;
} /* My Account page code End here */

/* Customizing wishlist page - CSS start here */
.tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
  margin: 20px 2% 10px 0;
}

.tinvwl-input-group .form-control {
  height: 45px;
  top: -5px;
}

.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
  margin-top: 0px;
}

@media only screen and (min-width:1080px) {
.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: calc(63% - 5px);
    margin-left: 5px!important;
    padding-left: 15%;
}
}

@media only screen and (max-width:1080px) and (min-width: 600px) {
.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
    margin: 10px 0 20px 5px;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 5px);
}
  
.tinv-wishlist tfoot .tinvwl-to-left:not(:empty) {
  margin: 20px 0 10px 0;
}
}

@media only screen and (max-width:599px) {
.tinv-wishlist tfoot .tinvwl-to-left+.tinvwl-to-right {
    margin: 10px 0 20px 5px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 5px);
}
}

.tinv-wishlist .product-action {
  width: 210px;
  font-size: 14px!important;
}

td.product-date {
  width: 185px;
}

.entry-content thead th, .entry-content tr th {
  background-color: #fbfbfd;
}

@media only screen and (max-width: 768px) {
.tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button, .tinv-wishlist tfoot .tinvwl-to-right .button:first-child, .tinv-wishlist tfoot .tinvwl-to-right button:first-child {
    width: 100%;
    margin: 30px 0 0!important;
    max-width: 240px;
}
}

@media only screen and (max-width: 599px) {
  .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right .button, .tinv-wishlist .tinvwl-table-manage-list tfoot .tinvwl-to-right button, .tinv-wishlist tfoot .tinvwl-to-right .button:first-child, .tinv-wishlist tfoot .tinvwl-to-right button:first-child {
    width: 100%;
    max-width: 100%;
    margin: 30px 0 0!important;
  }
}

@media only screen and (max-width:768px) {
tr.wishlist_item {
    border: 1px solid #CED4DA;
    width: calc(100% - 20px)!important;
    padding: 20px 0 20px 0!important;
    box-sizing: content-box;
    background: #fbfbfd;
    display: block;
    margin: 20px 8px;
}
  
.tinv-wishlist .tinvwl-table-manage-list .product-cb {
    position: absolute;
    width: 20px!important;
    left: 0%;
    height: 20px!important;
    margin: -20px 0 0 0;
    border-top: 0!important;
  }
  
.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
    display: block;
    position: absolute;
    width: 30px!important;
    right: 17px;
    height: 20px!important;
    margin: -30px 0 0 0;
    border-top: 0!important;
  }
  
td.product-thumbnail {
    border-top: 0!important;
  }
  
.tinv-wishlist .product-action {
    border-top: 0!important;
  } 
}

.tinv-wishlist .product-remove button {
    border: 1px solid #CED4DA;
    padding-left: 0;
    padding-top: 2.5px;
} /* Customizing wishlist page - CSS End Here */

/* Making buttons inline or side by side */
.inline-buttons .et_pb_button_module_wrapper {
display: inline-block!important;
}