/*
Theme Name: Astra Child
Theme URI: https://dealfuel.com/
Template: astra
Author: Sagar
Description: DealFuel Child Theme
Tags: one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,custom-menu,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 0.1

*/

@font-face {
  font-family: Metropolis-Regular;
  src: url(https://www.dealfuel.com/wp-content/themes/astra-child/fonts/Metropolis-Regular.woff);
  font-weight: normal;
  font-display: swap;
  }

  @font-face {
  font-family: Metropolis-Bold;
  src: url(https://www.dealfuel.com/wp-content/themes/astra-child/fonts/Metropolis-Bold.woff);
  font-weight: normal;
  font-display: swap;
  }
  body,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Metropolis-Regular !important;
    font-size: 16px;
  }
  * {
    box-sizing: border-box;
    font-family: Metropolis-Regular;
  }
  
  #secondary .dealclub-highlight {
    font-family: Metropolis-Regular;
  }
  input{
    font-family: Metropolis-Regular;
  }
  /* write all frequesntly used properties as variables here - start */
  :root {
    --product-price: #4e5768;
    --product-rating: #ffc700;
    --mainContainerBackground: #edf0f5;
    --title-color: #2e3739;

    /* Cart, Checkout and Thankyou Page Container */
    --df-container-width: 1140px;

    /* Colors */
    --df-red-50: #faedea;
    --df-red-100: #f1c6be;
    --df-red-200: #eaaa9e;
    --df-red-300: #e08472;
    --df-red-400: #da6c57;
    --df-red-500: #d1472d;
    --df-red-600: #ac331c;
    --df-red-700: #943220;
    --df-red-800: #732719;
    --df-red-900: #581e13;

    --df-gray-50: #f9fafb;
    --df-gray-100: #f3f4f6;
    --df-gray-200: #e5e7eb;
    --df-gray-300: #d1d5db;
    --df-gray-400: #9ca3af;
    --df-gray-500: #6b7280;
    --df-gray-600: #4b5563;
    --df-gray-700: #374151;
    --df-gray-800: #1e293b;
    --df-gray-900: #111827;

    --df-amber-50: #fffbeb;
    --df-amber-100: #fef3c7;
    --df-amber-200: #fde68a;
    --df-amber-300: #fcd34d;
    --df-amber-400: #fbbf24;
    --df-amber-500: #f59e0b;
    --df-amber-600: #d97706;
    --df-amber-700: #b45309;
    --df-amber-800: #92400e;
    --df-amber-900: #78350f;

    --df-green-50: #f0fdf4;
    --df-green-100: #dcfce7;
    --df-green-200: #bbf7d0;
    --df-green-300: #86efac;
    --df-green-400: #4ade80;
    --df-green-500: #22c55e;
    --df-green-600: #16a34a;
    --df-green-700: #15803d;
    --df-green-800: #166534;
    --df-green-900: #14532d;

    --df-slate-200: #E2E8F0;

    --df-white: #ffffff;
    --df-black: #000000;

    /* Fonts */
    --df-font-weight-regular: 400;
    --df-font-weight-semibold: 600;
    --df-font-weight-bold: 700;

    --df-font-size-xs: 12px;
    --df-font-size-sm: 14px;
    --df-font-size-base: 16px;
    --df-font-size-lg: 18px;
    --df-font-size-xl: 20px;
    --df-font-size-2xl: 24px;
    --df-font-size-3xl: 30px;
    --df-font-size-4xl: 36px;

    --df-line-height-16: 16px;
    --df-line-height-20: 20px;
    --df-line-height-24: 24px;
    --df-line-height-28: 28px;
    --df-line-height-32: 32px;
    --df-line-height-36: 36px;
    --df-line-height-44: 44px;

    --df-no-underline: none;

    /* Border Radius */
    --df-rounded-md: 6px;

    /* Shadow */
    --df-shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --df-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1),
      0 2px 4px -2px rgb(0 0 0 / 0.1);

  }
  /* write all frequesntly used properties as variables here - end */
  
  
  .slick-slide{
    margin: 0 18px;
    box-shadow: none;
  }  
  .slick-slide li{
    height:315px !important;
    box-shadow: 0 4px 4px  0 rgba(78, 87, 104, 0.1) !important;
    background-color: white !important;
  }
  .slick-slide li:hover{
    box-shadow: 4px 4px 14px 0px #4E576833 !important;
  }
  .home .woocommerce ul.products li.product .price {
    color: #3a3a3a;
  }
    /*Home page redesign -start*/
    .custom-product-display .product-price p.price {
      margin: 0 !important;
    }
    .custom-product-display .product-price p.price del {
      font-weight: 500;
      color: #A6AAB3;
      margin-right: 7px;
      font-size: 20px;
    }
    .custom-product-display del {
        color: #A6AAB3;
    }
    .custom-product-display .product-price p.price ins {
      font-size: 20px;
    }
    .custom-product-display .woocommerce-Price-amount bdi {
      font-size: 20px;
    }
    .inky-woo-shop-product-leftdiv del, .inky-woo-shop-product-leftdiv ins, .inky-woo-shop-product-leftdiv bdi {
      font-size: 20px;
    }
    .home .inky-woo-shop-product-leftdiv .review-rating{
      display: none;
    }
    .home .product-rating .custom-rating {
      display: flex;
      align-items: flex-start;
      font-size: 30px;
      color: #FFC700; /* Updated to new yellow color */
      gap: 3px;
    }
    
    .home .product-rating .custom-rating .star {
      display: inline-block;
      position: relative;
      margin-top: -14px;
    }
    
    .home .product-rating .custom-rating .star.half {
      position: relative;
      width: 24px;
      display: inline-block;
    }
    
    .home .product-rating .custom-rating .star.half .half-star {
      position: absolute;
      width: 50%;
      overflow: hidden;
      color: #FFC700; /* Half star color */
    }
    
    .home .product-rating .custom-rating .star.half .empty-star {
      position: absolute;
      left: 0;
      color: #FFC700;
    }
    
    .home .product-rating .custom-rating .star.empty {
      color: #FFC700;
    }
    
    .home .custom-rating .rating-text {
      display: none;
    }
    .home .custom-rating-info .total-ratings-reviews {
      font-size: 14px;
      color: #333;
      margin-left: 5px;
    }
    .home .product-rating .custom-rating-info{
    display:none;
    }
    
  /* Homepage redesign - End*/
  
  .vendor-profile-summary p {
    margin-bottom: 16px;
    font-size: 14px;
      font-weight: normal;
      line-height: 1.4em;
      color: #4D4D4D;
      width: 70%;
  }
  .tax-wcpv_product_vendors ul.products li.product, .woocommerce.columns-3 ul.products li.product{
    width: calc(32.33% - 10px);
  }
  .tax-wcpv_product_vendors .ast-woocommerce-container ul.products li.product, .woocommerce-page ul.products li.product{
    margin-right: 30px;
  }
  .tax-wcpv_product_vendors .site-main .ast-woocommerce-container ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 30px;  
  }
  .tax-wcpv_product_vendors ul.products li.product, .woocommerce-page ul.products li.product{
    margin-bottom: 30px;
  }
  /* Vendor page */
  .tax-wcpv_product_vendors img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 204px !important;
  }
  .tax-wcpv_product_vendors .ast-woocommerce-container ul.products li.product .price{
    color: #3a3a3a;
  }
  .ast-separate-container.ast-two-container #secondary .widget{
    border-radius: 6px;
  }
  .tax-wcpv_product_vendors .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select{
    border-radius: 4px 4px 0 0 !important;
  }
  h2.woocommerce-loop-product__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.8125em;
  }
  /* Slick Slide li for Deal Club page */
  .page-id-106526 .slick-slide li {
    height: calc(100vh / 2.1) !important;
  }
  
  .home .astra-shop-summary-wrap{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
  
  /* home page + header + footer stylings - start */
  .jet-menu-container .top-level-link:hover {
    border-bottom: 3px solid #d1472d;
  }
  .elementor-page-106526 .exclude-cat, .home .exclude-cat, .page-id-1389536 .exclude-cat {
    display: none;
  }
  .home .ast-container ul.products li.product .woocommerce-loop-product__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
  .category-product-count{
    padding-top: 8px;
  }
  .archive .ast-container{
    padding: 20px 0;
  }
  .archive .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container{
    color: #6F6F6F;
  }
  .archive .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container:hover{
    color: #111;
  }
  .archive .wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-item-label:has(.wcpf-input:checked) .wcpf-title-container {
    font-weight: 500;
    color: #111 !important;
  }
  .home .custom-product-display .product-image img {
    border-radius: 6px;
  }
  @media screen and (max-width: 539px) {
    .product-carousel-item {
      width: 392px !important;
    }
  }
  
  @media screen and (min-width: 540px) and (max-width: 767px) {
    .product-carousel-item {
      min-width: 250px !important;
    }
  }
  .product-image img {
    border-radius: 4px;
  }
  .home .product-carousel-container {
    position: relative;
    width: 100%;
  }
  
  .home .product-carousel {
    position: relative;
    display: flex;
  }
  
  .home .slick-slider , .page-id-106526 .slick-slider {
    display: flex;
  }
  
  .home .slick-prev , .page-id-106526 .slick-prev,
  .home .slick-next , .page-id-106526 .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    align-self: center;
    background: grey;
    padding: 0;
  }
  
  .home .slick-prev , .page-id-106526 .slick-prev {
    left: 0;
  }
  
  .home .slick-next , .page-id-106526 .slick-next {
    right: 0;
  }
  .home .product-carousel-item {
    margin-right: 20px;
    background-color: white;
  }
  
  .home .product-carousel-item:last-child {
    margin-right: 0;
  }
  .home .product-details {
    padding: 1em 1.5em !important;
    height: 154px;
  }
  .home .product-title {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 120% !important;
    color: var(--title-color);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 17px;
    padding: 0;
    height: 2.4em !important;
  }
  .home .product-details .price {
    color: var(--product-price);
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 0.5em;
    padding: 0;
  }
  .home .product-details .star-rating {
    color: var(--product-rating);
    font-size: 22px;
  }
  .home .product-image {
    margin-bottom: 0.8em;
  }
  
  .home .carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .home .carousel-inner {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .home .carousel-product {
    width: 300px;
    margin-right: 20px;
  }
  
  @media (max-width: 768px) {
    .home .carousel-product {
      width: 200px;
    }
    .tax-wcpv_product_vendors img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
      height: auto !important;
    }
  }
  
  .home-title-center h1 , .home-title-center h2{
    text-align: center;
  }
  @media (max-width: 541px) {
    .elementor-element-f4496e7 p,
    .elementor-element-ac1c96d h2 {
      text-align: center;
    }
  
    .elementor-element-6f14d024
      .elementor:not(.elementor-bc-flex-widget)
      .elementor-widget-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }
  
  @media screen and (max-width: 768px) {
    .elementor-element-6f14d024 h2,
    .elementor-element-6f14d024 p {
      text-align: center;
    }
  }
  
  .jet-menu-title {
    font-weight: bold;
  }
  .ast-addon-cart-wrap {
    border: none !important;
  }
  .jet-custom-nav .jet-menu-link-text .jet-custom-item-desc {
    display: none !important;
  }
  
  .jet-menu-item .jet-sub-mega-menu {
    width: 1078px !important;
  }
  
  @media screen and (min-width: 1024px) {
    .jet-custom-nav
      .menu-item:nth-child(1)
      .jet-custom-nav__sub
      .jet-custom-nav__item {
      float: left;
      display: block;
      width: 251px !important;
      min-width: auto !important;
    }
  }
  
  .jet-custom-nav__sub {
    box-shadow: none !important;
  }
  
  .jet-custom-nav__sub.inverse-side {
    left: 181px !important;
  }
  @media screen and (min-width: 541px) and (max-width: 820px) {
    .jet-custom-nav__sub.inverse-side {
      left: 284px !important;
    }
    .tax-wcpv_product_vendors img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{
      height: auto !important;
    }
    .category-product-count{
      display: none;
    }
  }
  
  @media screen and (min-width: 700px) {
    .jet-custom-nav__item:nth-child(2) .jet-custom-nav__sub {
      top: -63px !important;
    }
    .jet-custom-nav__item:nth-child(3) .jet-custom-nav__sub {
      top: -131px;
    }
    .jet-custom-nav__item:nth-child(4) .jet-custom-nav__sub {
      top: -185px;
    }
    .jet-custom-nav__item:nth-child(5) .jet-custom-nav__sub {
      top: -249px;
    }
    .jet-custom-nav__sub {
      height: 373px !important;
    }
  }
  /* home page + header + footer stylings - end */
  
  /* category page styling -start*/
  .archive .ast-woocommerce-container {
    background-color: var(--mainContainerBackground) !important;
  }
  
  .archive .ast-archive-description {
    background: none;
    padding: 2px;
  }
  .archive .ast-archive-description h1,
  .archive .ast-archive-description p {
    color: var(--title-color);
    text-align: center;
  }
  .archive .ast-archive-description h1 {
    font-weight: 700;
    font-size: 36px;
  }
  .archive .ast-archive-description p {
    font-weight: 400;
    font-size: 16px;
    width: 70%;
  }
  .archive #showmenu {
    display: none;
  }
  .archive .ast-shop-toolbar-container > :first-child {
    display: none !important;
  }
  .archive .ast-shop-toolbar-aside-wrap .woocommerce-ordering {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  
  .archive .ast-shop-toolbar-container {
    float: right;
    justify-content: flex-end !important;
    margin-bottom: 1.5em !important;
  }
  .archive #secondary {
    margin: 11em 0 2.5em;
  }
  @media screen and (max-width: 768px) {
    .archive #showmenu {
      display: flex;
      align-items: center;
      float: left;
      width: 31%;
      margin-top: 0px;
      background: white;
      gap: 10px;
      justify-content: space-between;
      padding: 6px;
      font-size: 14px;
      font-weight: 600;
    }
    .archive .ast-shop-toolbar-container {
      margin-bottom: 1em !important;
    }
    .archive .menu {
      position: absolute;
      z-index: 999;
      background: #fff;
      width: 100%;
      top: 10em;
      left: 0em;
      padding: 20px;
      border-radius: 2px;
      box-shadow: 0 2.13px 5.12px 0 rgb(22 49 63 / 10%);
    }
    .archive .ast-container #secondary {
      display: none !important;
    }
    .archive .ast-shop-toolbar-container {
      width: 60%;
      float: right;
    }
  }
  .archive nav.woocommerce-pagination ul li {
    border: none;
  }
  .archive .woocommerce-ordering select {
    background-color: #ffffff !important;
    color: #434343;
    border-radius: 2px;
    height: 38px;
    font-size: 14px;
    font-weight: 600;
  }
  /* category page styling -end*/
  
  /* deal page start */
  .wc-tabs .description_tab{
    display: inline-block  !important;
  }
  @media screen and (max-width:540px){
    .single-product .products li , .woocommerce-cart .products li{
      width: 100% !important;
      margin: 0 0px 18px 0!important;
    }
  }
  
  .single-product #elementor-library-3,
  #variation_div {
    display: none;
  }
  .radio-single-section {
    display: flex;
    justify-content: space-between;
  }
  
  .elementor-element-31b346d3 .elementor-widget-container > a {
    display: block;
    margin-top: 11px;
    line-height: 1;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    border: 0;
    border-radius: 4px !important;
    font-size: 18px !important;
    padding: 13px !important;
    width: 100% !important;
    text-transform: capitalize;
    font-family: Metropolis-Regular;
    text-align: center;
  }
  .withoutdcright,
  .montlydcright {
    display: inline-block;
    font-size: 16px;
    float: right;
    line-height: 1.7;
  }
  
  @media screen and (max-width: 767px) {
    .dc_addtocart_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    .wodc_addtocart_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    .dc_buynow_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    .wodc_buynow_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    .siwodc_addtocart_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    .siwodc_buynow_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    .sidc_addtocart_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    .sidc_buynow_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    button.single_add_to_cart_button.button.alt {
      display: none !important;
    }
    div.withdcleft,
    div.withdcright,
    div.withoutdcleft,
    div.withoutdcright {
      display: none !important;
    }
    div.sticky_add_to_cart1 {
      position: fixed;
      bottom: 0;
      font-size: 14px;
      font-weight: 600;
      z-index: 1000000000;
      color: #ffffff;
      line-height: 14px;
      align-items: flex-end;
      cursor: pointer;
      display: inline-flex;
      width: 100vw;
      left: 0;
    }
    a.sticky_addtocart_left.siwodc_buynow_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    a.sticky_addtocart_right.sticky_siwodc_buynow_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    a.sticky_addtocart_left.sticky_sidc_buynow_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    a.sticky_addtocart_right.wodc_addtocart_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    a.sticky_addtocart_right.dc_addtocart_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    a.sticky_addtocart_left.sticky_dc_buynow_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    a.sticky_addtocart_right.sticky_wodc_buynow_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button {
      display: block !important;
      height: 70px;
      border-radius: 0px !important;
      border-top: 1px solid #d1472d;
      width: 100vw;
      text-align: center;
      padding: 20px 0 20px 0;
      margin: 0;
      opacity: 1;
    }
    .dc_addtocart_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    .wodc_addtocart_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    .dc_buynow_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    .wodc_buynow_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    .siwodc_addtocart_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    .siwodc_buynow_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    .sidc_addtocart_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    .sidc_buynow_btn_sidebar.single_add_to_cart_button.button.alt.wp-element-button,
    button.single_add_to_cart_button.button.alt {
      display: none !important;
    }
    .single-product
      .elementor-section
      .elementor-add-to-cart
      select[name="quantity"] {
      display: none;
    }
    a.sticky_addtocart_right {
      border-top: 1px solid #d1472d !important;
      background-color: #fdfdfd !important;
    }
    .single-product a.sticky_addtocart_right {
      color: #000000 !important;
      font-weight: 700 !important;
    }
    .single-product .variations_form.cart {
      background-color: #fdfdfd;
    }
    .single-product .variations {
      width: 90% !important;
      order: none;
      margin: 0 8% 0 8% !important;
    }
  }
  .single-product .dc_buynow_btn_sidebar,
  .single-product .wodc_buynow_btn_sidebar,
  .single-product .dc_addtocart_btn_sidebar,
  .single-product .wodc_addtocart_btn_sidebar,
  .single-product .sidc_addtocart_btn_sidebar,
  .single-product .siwodc_addtocart_btn_sidebar,
  .single-product #df-sidebar-col .sidc_buynow_btn_sidebar,
  .single-product #df-sidebar-col .siwodc_buynow_btn_sidebar {
    border-radius: 4px !important;
    font-size: 18px !important;
    padding: 13px !important;
    width: 100% !important;
    text-transform: capitalize;
    font-family: Metropolis-Regular;
    text-align: center;
    background-color: #d1472d !important;
  }
  .single-product .single_variation_wrap .wodc_buynow_btn_sidebar,
  .single-product .single_variation_wrap .dc_buynow_btn_sidebar,
  .single-product #df-sidebar-col .sidc_buynow_btn_sidebar,
  .single-product #df-sidebar-col .siwodc_buynow_btn_sidebar {
    display: block;
    width: 280px !important;
    float: none !important;
    margin: auto !important;
  }
  .single-product #df-sidebar-col .sidc_buynow_btn_sidebar,
  .single-product #df-sidebar-col .siwodc_buynow_btn_sidebar {
    margin: 10px auto 16px auto !important;
    color: #FFFFFF !important;
  }
  .single-product table.variations td.label label {
    font-size: 24px;
    font-weight: 500;
  }
  .single-product table.variations select#variation-attribute {
    border-width: 2px;
  }
  @media screen and (max-width: 767px) {
    .single-product .single_variation_wrap {
      display: none !important;
    }
  }
  .single-product .woocommerce-variation-add-to-cart select[name="quantity"] {
    display: none;
  }
  .withdcleft,
  .montlydcleft,
  .withdcright {
    display: inline-block;
    width: 50%;
    font-size: 16px;
  }
  .withdcright {
    text-align: right;
  }
  .dcpriceins,
  .wodcpriceins {
    color: #2e3739;
    font-weight: 600;
    font-size: 20px;
    padding-right: 10px;
  }
  .dcpricedel,
  .wodcpricedel {
    color: #828788;
    font-weight: 600;
    font-size: 16px;
    text-decoration: line-through;
  }
  .related .products li {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    background-image: none;
  }
  @media screen and (min-width: 1280px) and (max-width: 1440px) {
    .archive .ast-container {
      padding: 26px;
    }
  }  
  
  @media (min-width: 1201px) {
    .single-product .ast-container {
      max-width: 1440px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .tax-wcpv_product_vendors .woocommerce.mobile-columns-1 ul.products li.product, .woocommerce-page.mobile-columns-1 ul.products li.product {
      width: calc(33.33% - 14px);
      margin-right: 20px;
    }
    .radio-single-section {
      flex-direction: column;
    }
    .withdcleft,
    .montlydcleft,
    .withdcright {
      width: fit-content;
    }
  }
  @keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
  }
  @keyframes fadeOutCheckout {
    from { opacity: 1; }
    to { opacity: 0; }
    }
  .single-product .woocommerce-message {
    padding: 1em 2em 1em 2em !important;
    background-color: #f9efbb;
    z-index: 9999;
    color: #363636;
    font-weight: 400;
    border: none !important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    animation-delay: 5s;
    width: fit-content;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
      animation: fadeOut 2s forwards;
      animation-delay: 5s;
      left: 50%;
      transform: translateX(-50%);
  }
  .single-product .woocommerce-message::before {
    display: none;
  }
  
  /* deal page end */
  
  /* cart page start */
  
  .woocommerce-cart .actions .button {
    background-color: transparent!important;
    border-color: #a0a0a0!important;
    color: #2E3739!important;
    border: 1px solid #D1472D!important;
    opacity: 1!important;
  }
  @media screen and (max-width: 767px){
    .woocommerce-cart .actions_container {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
  }
  }
  @media screen and (min-width: 768px){
    .woocommerce-cart .actions_container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
  }
  }
  .woocommerce-cart .post-33444.ast-article-single {
    background-color: transparent;
  }
  #ast-cart-wrapper .cart_totals h2,
  #ast-cart-wrapper thead tr {
    background-color: #2e3739;
    color: #edf0f5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 28px;
    font-size: 16px;
    margin-bottom: 0;
  }
  .woocommerce-cart-form__contents tbody,
  .woocommerce-cart .cart_totals {
    background-color: #fff;
  }
  .woocommerce-cart-form__contents tbody td a {
    color: #2e3739;
    font-weight: 400;
  }
  .wc-proceed-to-checkout .checkout-button {
    background-color: #d1472d;
    color: white;
  }
  .actions_container button[type="submit"],
  .actions_container button[type="submit"]:hover {
    border: 1px solid #d1472d;
    color: #d1472d !important;
    padding: 10px !important;
    background: none;
  }
  .actions_container button[type="submit"] {
    border-radius: 2px !important;
    text-align: center;
    font-weight: 600;
  }
  .woocommerce-cart-form__contents .actions {
    padding: 24px;
  }
  .cart-icons-tbl {
    background: white;
    border-collapse: collapse;
  }
  .cart-icons-tbl,
  .cart-icons-tbl th,
  .cart-icons-tbl td {
    border: none;
  }
  .cart-icons-tbl img {
    height: 35px;
    width: 35px;
    min-width: 35px;
    min-height: 35px;
  }
  @media screen and (max-width:360px){
    .cart-icons-tbl img{
      height: 35px;
      width: 92px;
    }
  }
  .cart-icons-tbl th,
  .cart-icons-tbl td {
    padding: 0.5em 0.2em 0.5em 0.8em;
  }
  .woocommerce-checkout table.shop_table td,
  .cart_totals .order-total th {
    padding: 0.5em 1.3em 0.5em 1.3em !important;
  }
  
  /* @media screen and (min-width:820px){
    .woocommerce-cart .woocommerce table.shop_table td{
      padding: 1.3em 1.3em 1.3em 1.3em !important;
    }
  } */
  
  @media (max-width: 960px) {
    .ast-cart-non-sticky,
    .cart-collaterals {
      width: 100% !important;
    }
  }
  @media (min-width: 760px) and (max-width: 960px) {
    .cart-icons-tbl {
      width: 50%;
      margin: auto;
      background: white;
      border-collapse: collapse;
    }
  }
  @media (max-width: 768px) {
    tr.cart-subtotal td:nth-child(2),
    tr.cart-order-total td:nth-child(2) {
      display: none !important;
    }
    .woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail {
      width: 35% !important;
    }
  
    .woocommerce-cart .woocommerce-cart-form__cart-item .product-subtotal {
      width: 25% !important;
      border-top-style: none !important;
    }
    .woocommerce-cart .woocommerce-cart-form__cart-item .product-quantity {
      width: 31% !important;
      border-top-style: none !important;
    }
    .woocommerce-cart .woocommerce-cart-form__cart-item .product-price {
      width: 28%;
      border-top-style: none !important;
    }
    .woocommerce-cart .woocommerce-cart-form__cart-item .product-name {
      width: 65% !important;
    }
    .woocommerce-cart .woocommerce-cart-form__cart-item .product-thumbnail {
      width: 35% !important;
    }
    .woocommerce table.shop_table_responsive tr,
    .woocommerce-page table.shop_table_responsive tr {
      display: flex;
      border: none;
    }
    .woocommerce-page table.shop_table_responsive tr td {
      border: none;
    }
    .cart_item {
      border: 1px solid rgb(237, 240, 245) !important;
    }
    .dealclub_option-in-cart .product-subtotal,
    .dealclub_option-in-cart .monthly_deal {
      vertical-align: middle;
      display: flex !important;
      justify-content: center;
      align-items: center;
    }
  
    .dealclub-product-name {
      width: 50%;
    }
  
    .order-total.cart-order-total td {
      margin-left: auto;
    }
    .order-total.cart-order-total th {
      display: block !important;
    }
  }
  
  @media screen and (min-width: 540px) and (max-width: 768px) {
    .order-total.cart-order-total th {
      display: block !important;
      width: 25% !important;
    }
  }
  .woocommerce-cart table.shop_table tbody td a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    color: #2e3739;
  }
  .product-remove img {
    height: 15px !important;
    width: 15px !important;
  }
  .product-remove a::before {
    display: none;
  }
  .dealclub_option-in-cart {
    background-color: rgb(237, 240, 245);
  }
  .red-star {
    float: left;
    margin-right: 3px;
    color: #d1472d;
  }
  .dealclub_option-in-cart p {
    text-align: left;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .monthly-sub-button a {
    border-radius: 2px;
    padding: 8px 14px;
    margin-top: 0px;
    background-color: #d1472d;
    color: #ffffff !important;
  }
  
  td.actions {
    margin-left: auto;
  }
  
  @media screen and (max-width: 540px) {
    .woocommerce-cart table.shop_table tbody td a {
      font-size: 14px;
    }
    /* .woocommerce-cart table.shop_table .woocommerce-Price-amount {
      font-weight: bold;
      font-size: 12px;
    } */
    .cart_item .ast-product-name a {
      font-size: 14px !important;
    }
    .woocommerce-cart .woocommerce-cart-form__cart-item .product-price {
      width: 25%;
    }
    .woocommerce-checkout table.shop_table td,
    .cart_totals .order-total th {
      padding: 1.25em 1.3em 1.25em 1em !important;
    }
  }
  
  /* cart page end */
  
  /* thankyou page - start */
  .ast-article-single {
    background-color: transparent !important;
  }
  
  .woocommerce-order-received .rec_title_wrap {
    background-color: #fdfdfd;
    padding: 30px;
    padding-left: 50px;
    border-radius: 4px;
  }
  .woocommerce-order-received
    .rec_title_wrap
    p.woocommerce-thankyou-order-received {
    text-align: left;
    font-weight: 700;
    font-size: 30px;
    line-height: 36.31px;
    color: #2e3739;
    margin-bottom: 10px !important;
  }
  .woocommerce-order-received .woocommerce-order-overview,
  .woocommerce-order-received .woocommerce-customer-details {
    display: none;
  }
  .woocommerce-order-received
    table.woocommerce-table--order-downloads.order_details
    tbody
    tr:last-child
    td:first-child,
  .woocommerce-order-received
    table.woocommerce-table--order-details.order_details
    tfoot
    tr:last-child
    th:first-child {
    border-bottom-left-radius: 5px;
  }
  .woocommerce-order-received
    table.woocommerce-table--order-downloads.order_details
    tbody
    td,
  .woocommerce-order-received
    table.woocommerce-table--order-details.order_details
    tbody
    td,
  .woocommerce-order-received
    table.woocommerce-table--order-details.order_details
    tfoot
    th,
  .woocommerce-order-received
    table.woocommerce-table--order-details.order_details
    tfoot
    td {
    background-color: #fdfdfd;
    border: none;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    color: #2e3739;
    border-top: 1px solid #d5d7d7 !important;
    text-align: left;
  }
  table.woocommerce-table--order-downloads,
  table.woocommerce-table--order-details,
  table.woocommerce-table--order-downloads tr:last-child td {
    border: none !important;
  }
  
  .woocommerce-order-received .woocommerce-order-details {
    margin: 0;
  }
  .woocommerce-order-received .woocommerce-order-details__title.order_title_h3 {
    font-size: 16px !important;
    font-family: Metropolis-Regular !important;
    display: block;
    font-weight: 700;
  }
  table.woocommerce-table--order-downloads,
  table.woocommerce-table--order-details,
  table.woocommerce-table--order-downloads tr:last-child td {
    border: none !important;
  }
  .woocommerce-order-details__title,
  .order-again {
    display: none;
  }
  .woocommerce-order-received
    table.woocommerce-table--order-downloads.order_details
    thead
    tr
    th:first-child,
  .woocommerce-order-received
    table.woocommerce-table--order-details.order_details
    thead
    tr
    th:first-child {
    border-top-left-radius: 5px;
  }
  
  .woocommerce-order-received
    table.woocommerce-table--order-downloads.order_details
    tbody
    tr:last-child
    td:first-child,
  .woocommerce-order-received
    table.woocommerce-table--order-details.order_details
    tfoot
    tr:last-child
    th:first-child {
    border-bottom-left-radius: 5px;
  }
  
  .woocommerce-order-received
    table.woocommerce-table--order-details.order_details
    tbody
    td
    a {
    color: #2e3739 !important;
    font-weight: 400;
    pointer-events: none;
  }
  
  .woocommerce-table--order-downloads th {
    vertical-align: middle;
  }
  
  .woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table td,
  .woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table th,
  .woocommerce.woocommerce-checkout .woocommerce-order table.shop_table td,
  .woocommerce.woocommerce-checkout .woocommerce-order table.shop_table th {
    text-align: left !important;
  }
  .woocommerce-page.woocommerce-checkout .wc-item-meta {
    display: none;
  }
  
  @media (max-width: 768px) {
    .woocommerce-table--order-downloads thead {
      display: block !important;
      width: 100% !important;
    }
    .woocommerce-table--order-downloads thead th:nth-child(1) {
      width: 35%;
    }
    .woocommerce-table--order-downloads thead th:nth-child(2) {
      width: 30%;
    }
    .woocommerce-table--order-downloads thead th:nth-child(3) {
      width: 35%;
    }
    .woocommerce-table--order-downloads tbody td:nth-child(1) {
      width: 35%  !important;
    }
    .woocommerce-table--order-downloads tbody td:nth-child(2) {
      width: 30%  !important;
    }
    .woocommerce-table--order-downloads tbody td:nth-child(3) {
      width: 35% !important;
    }
  
    .dealclub-product-name {
      width: 75%;
    }
    .dealclub_option-in-cart .product-subtotal {
      margin-left: auto;
      margin-top: -20px;
    }
  }
  @media (max-width: 540px) {
    .dealclub-product-name {
      width: 67%;
      margin-left: auto;
    }
  }
  /* thankyou page - end */
  
  /* checkout page start */
  .woocommerce-billing-fields-custom,
  .ast-coupon-trigger {
    display: none;
  }
  h3.heading-checkout-table {
    font-weight: 600;
    font-size: 18px;
    background-color: #2e3739;
    padding: 19px 40px;
    color: #ffffff;
    margin-bottom: 0 !important;
    padding: 20px 0 14px 40px !important;
  }
  .woocommerce-checkout .inner-section-divs {
    padding: 25px 40px;
    background-color: #ffffff !important;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .woocommerce-billing-fields__field-wrapper.checkout-dcmaildiv strong {
    margin-bottom: -17px;
  }
  .address-field,
  .moosend_checkout_checkbox {
    text-align: left;
  }
  
  .coupon {
    display: flex !important;
  }
  
  /* #custom_customer_details .col-1{
    float: left;
  width: 40%;
  } */
  /* #order_review_heading , #order_review{
  width:55% !important;
  position: relative;
      top: -197px;
  } */
  #order_review_heading {
    position: absolute;
    top: 0;
    right: 0;
    width: 55% !important;
  }
  #order_review {
    position: absolute;
    top: 65px;
    right: 0;
    width: 55% !important;
  }
  
  .woocommerce form.checkout_coupon {
    width: 100%;
  }
  .woocommerce form.checkout_coupon p {
    text-align: left;
  }
  
  .wc-stripe-error {
    margin: 1em 0 0 0;
    background-color: #f9efbb;
    position: fixed;
    top: 101px;
    right: 21px; 
    z-index: 9999;
    color: #d8532f;
    font-weight: 600;
    padding: 7px 25px;
    border: none !important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    animation: fadeOutCheckout 5s forwards;
    animation-delay: 8s;
  }

  .woocommerce-NoticeGroup-checkout .woocommerce-error {
    margin: 1em 0 0 0;
    background-color: #f9efbb;
    position: fixed;
    top: 101px;
    z-index: 9999;
    color: #d8532f;
    font-weight: 600;
    padding: 7px 25px;
    border: none !important;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    animation: fadeOutCheckout 5s forwards;
    animation-delay: 8s;

}
  .woocommerce-error:before {
    display: none;
  }
  .woocommerce-form-coupon-toggle {
    display: none;
  }
  
  #order_review {
    background-color: white;
    border: none !important;
  }
  
  .woocommerce-checkout #payment div.payment_box {
    width: 100% !important;
    background-color: #fdede9 !important;
    padding: 20px;
  }
  .woocommerce-checkout #order_review #payment .payment_methods > label {
    font-size: 18px !important;
    font-weight: bold;
  }
  #payment .payment_methods .wc_payment_methods.payment_methods.methods {
    margin-top: 5px;
  }
  #order_review #payment .wc_payment_methods .wc_payment_method .input-radio {
    margin-right: 3px;
  }
  
  .radio_sect_var input[type="radio"],
  .radio_section input[type="radio"],
  #monthly_dc,
  #annually_dc,
  #payment_method_paypal,
  #payment_method_stripe {
    width: 18px;
    height: 18px;
    vertical-align: middle;
  }

  .single-product .radio_sect_var,
  .single-product .radio_section {
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #dddddd;
  }
  
  #withdealclub,
  #withoutdealclub,
  #varwithdealclub,
  #varwithoutdealclub,
  #monthly_dc,
  #annually_dc,
  #rememberme,
  #moosend_subscribe_checkbox,
  #payment_method_paypal,
  #payment_method_stripe,
  #giftID {
    accent-color: #d1472d;
  }
  
  .woocommerce-checkout .cart-icons-tbl td {
    text-align: left !important;
  }
  .woocommerce-checkout .cart-icons-tbl {
    margin-top: 15px;
  }
  
  .woocommerce-checkout #gift_span {
    margin-top: 15px;
    display: inline-block;
  }
  
  .woocommerce-checkout .woocommerce-billing-fields .input-text,
  .woocommerce-checkout #giftForm .input-text,
  .woocommerce-checkout .woocommerce-form-login .input-text {
    font-size: 14px;
    background-color: #f3f3f4 !important;
    border: 1px solid #b6bcc3;
    border-radius: 2px;
  }
  #order_review #payment #giftForm .col-lg-4.col-xs-12 {
    padding: 5px 0;
  }
  
  textarea.input-text {
    margin-top: 5px;
  }
  
  .main-header-bar-wrap {
    display: none;
  }
  
  .woocommerce-checkout header.entry-header .entry-title {
    font-weight: 700 !important;
    font-size: 2rem;
  }
  
  .woocommerce-checkout .hfe-before-footer-wrap {
    display: none;
  }
  /* .FixedWidget__stop_widget {
    top:82px  !important;
  } */
  
  /* .wc_points_redeem_earn_points {
    background: white;
    border-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1em 2em 1em 3em;
  }
  .wc_points_redeem_earn_points:before {
    display: none;
  } */
  
  .checkout_heading {
    color: #ffffff !important;
    margin-bottom: 0 !important;
    padding: 20px 0 14px 40px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    background-color: #2e3739;
    border-width: 2px 2px 0 2px;
    border-style: solid;
    color: white;
    font-size: 1.2em;
    font-weight: 600;
  }
  @media (min-width: 961px) {
    .wrapper-div {
      display: inline-block;
      width: 40%;
      margin-bottom: -57px;
    }
  }
  
  .wc_points_rewards_apply_discount {
    background-color: transparent !important;
    color: #2e3739;
    font-size: 14px !important;
    font-weight: 600 !important;
    border: 1px solid #d74720;
    border-radius: 4px;
    text-transform: capitalize;
  }
  
  .wc_points_rewards_apply_discount input {
    color: #2e3739 !important;
    background-color: inherit !important;
  }
  
  @media (max-width: 1282px) {
    .wc_points_rewards_apply_discount input {
      color: #2e3739 !important;
      background-color: inherit !important;
    }
  }
  
  .woocommerce-js a.button,
  .woocommerce button.button,
  .woocommerce .woocommerce-message a.button,
  .woocommerce #respond input#submit.alt,
  .woocommerce-js a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  .woocommerce input.button,
  .woocommerce input.button:disabled,
  .woocommerce input.button:disabled[disabled],
  .woocommerce input.button:disabled:hover,
  .woocommerce input.button:disabled[disabled]:hover,
  .woocommerce #respond input#submit,
  .woocommerce button.button.alt.disabled,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
  .wc-block-grid__product-onsale {
    color: #ffffff;
    border-color: #d8532f;
    background-color: #d8532f;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  
  .woocommerce-js #respond input#submit,
  .woocommerce-js a.button,
  .woocommerce-js button.button,
  .woocommerce-js input.button {
    margin: 0;
    position: relative;
    overflow: visible;
    left: auto;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
  }
  @media screen and (max-width: 1024px) {
    input[type="button"] {
      background-color: inherit !important;
    }
  }
  .woocommerce-checkout .woocommerce-message::before{
  display: none;
  }
  .wrapper-div {
    min-height: 191.125px;
    margin-bottom: 15px;
  }
  .wrapper-div div:nth-child(1) {
    background-color: #2e3739 !important;
    padding: 14px 0 14px 40px !important;
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 0px !important;
  }
  
  .woocommerce-checkout .plus_membership_benefits ul.benefits-text li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
  }
  .woocommerce-checkout .plus_membership_benefits ul.benefits-text li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
  }
  .woocommerce-checkout .plus_membership_benefits ul.benefits-text {
    margin: 0 0 1.5em 1.5em;
  }
  .woocommerce-checkout .plus_membership_benefits h3 {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    color: #000000;
  }
  .woocommerce-checkout .plus_membership_benefits {
    margin: 0 36px;
  }
  @media (min-width: 993px) {
    .ast-container #main .woocommerce .button {
      font-weight: 600;
      text-transform: capitalize;
    }
  }
  .woocommerce-checkout .dcplan-section .inner-section-divs .add_dc_btn {
    width: 73%;
    height: 50%;
    margin-left: 0.5em !important;
  }
  .woocommerce-js a.button,
  .woocommerce button.button,
  .woocommerce .woocommerce-message a.button,
  .woocommerce #respond input#submit.alt,
  .woocommerce-js a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  .woocommerce input.button,
  .woocommerce input.button:disabled,
  .woocommerce input.button:disabled[disabled],
  .woocommerce input.button:disabled:hover,
  .woocommerce input.button:disabled[disabled]:hover,
  .woocommerce #respond input#submit,
  .woocommerce button.button.alt.disabled,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
  .wc-block-grid__product-onsale {
    color: #ffffff;
    border-color: #d8532f;
  }
  .woocommerce-checkout .deal_club_price p {
    line-height: 20px;
  }
  .woocommerce-checkout .deal_club_price h4 {
    margin-bottom: 6px;
    font-weight: 700;
  }
  .woocommerce-checkout .deal_club_price {
    display: flex;
    flex-direction: column;
    width: 139%;
  }
  .woocommerce-checkout .dcplan-section .inner-section-divs .deal_club_img {
    margin-right: 12px;
  }
  .woocommerce-checkout .dcplan-section .inner-section-divs {
    padding: 26px 40px 0 40px;
    display: flex;
    background-color: #ffffff !important;
  }
  
  .woocommerce-checkout .woocommerce-form-login-toggle,
  .woocommerce-checkout .dcplan-section {
    width: 40%;
    box-shadow: 0px 47px 113px rgba(22, 49, 63, 0.03);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #ffffff;
  }
  
  .woocommerce-checkout .heading-checkout-table {
    background-color: #2e3739 !important;
    padding: 19px 40px !important;
    color: #ffffff;
    font-size: 18px !important;
    font-weight: 600;
    margin-bottom: 0px !important;
  }
  .log-inner-section-divs {
    padding: 18px 40px;
  }
  #logindivid,
  .js-show-social-login,
  .register-div {
    color: #2e3739 !important;
    font-weight: 500;
  }
  .toggleweightmore {
    font-weight: 700 !important;
  }
  .ast-container .woocommerce .woocommerce-form.woocommerce-form-login.login {
    padding-top: 25px;
  }
  /* .woocommerce-checkout .woocommerce-form-login {
    margin-bottom: -38px;
  } */
  .ast-container .woocommerce form.woocommerce-form-login p {
    margin-bottom: 10px;
  }
  /* .woocommerce-form-login p:first-child {
    display: none;
  } */
  .ast-container .woocommerce form.woocommerce-form-login .form-row {
    padding-left: 0;
  }
  .ast-container .woocommerce form.woocommerce-form-login p {
    margin-bottom: 10px;
  }
 
  .woocommerce-form-login label {
    margin-bottom: 0 !important;
    color: #585f61 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    line-height: 2.3em !important;
  }
  .woocommerce-checkout .woocommerce-billing-fields .input-text,
  .woocommerce-checkout #giftForm .input-text,
  .woocommerce-checkout .woocommerce-form-login .input-text {
    font-size: 14px !important;
    background-color: #f3f3f4 !important;
    border: 1px solid #b6bcc3 !important;
    border-radius: 2px !important;
  }
  
  .woocommerce-form-login input[type="text"],
  .woocommerce-form-login .password-input .woocommerce-Input {
    width: 100% !important;
    max-width: 100%;
    padding: 10px;
  }
  
  .woocommerce-checkout form .form-row-last {
    float: left !important;
    margin-left: 0 !important;
  }
  @media (min-width: 993px) {
    
    body.page-id-33446 .woocommerce form .form-row {
      width: 100%;
    }
  }
  .ast-container .woocommerce form.woocommerce-form-login p {
    margin-bottom: 10px;
  }
  .woocommerce-form-login label {
    margin-bottom: 0 !important;
    color: #585f61 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    line-height: 2.3em !important;
  }
  
  .ast-container .woocommerce form.woocommerce-form-login #rememberme {
    margin-right: 5px;
  }
  
  input[type="submit"].wc_points_rewards_apply_discount{
  
    background-color: transparent !important;
  }
  
  /* checkout page end */
  
  .ast-site-header-cart i.astra-icon:after {
    color: white;
    top: -13px !important;
    right: -16px !important;
    padding: 1.5px;
  }
  .woocommerce-js nav.woocommerce-pagination {
    text-align: center;
  }
  .reset_variations {
    visibility: visible;
    color: #d1472d !important;
    position: relative !important;
    float: right;
    padding-top: 0px;
    padding-left: 5px;
    bottom: 75px;
  }
  .single-product div.product .woocommerce-tabs {
    margin-bottom: 2em;
    padding-top: 0 !important;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 1em;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
  }
  #tab-title-description.active,
  #tab-title-reviews.active {
    background-color: #f9c8bb;
  }
  li#tab-title-description {
    border-radius: 5px 0 0 0;
  }
  .single-product div.product .woocommerce-tabs ul.tabs li {
    margin-right: 0 !important;
  }
  .single-product div.product.elementor ul.tabs li a {
    padding: 1.4em 5.1% !important;
    color: #2e3739 !important;
    font-weight: 600 !important;
  }
  .single-product .tabs.wc-tabs li a {
    width: 100%;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 3px;
    box-shadow: none;
    bottom: 0;
    left: 0;
    border-radius: 0;
    display: block;
  }
  li#tab-title-reviews {
    border-radius: 0 5px 0 0;
    float: right;
  }
  .single-product .tabs.wc-tabs li {
    width: 49%;
    text-align: center;
  }
  .woocommerce .star-rating span::before {
    color: #ffc700 !important;
    font-size:19px;
  }
  .elementor-element-767bd5e4 h2 {
    text-align: center;
  }
  .aiosrs-rating-wrap {
    display: none;
  }
  .jet-menu-item {
    margin-right: 23px;
  }
  .woocommerce-js .star-rating span::before {
    content: "\2605\2605\2605\2605\2605" !important;
  }
  .woocommerce-checkout .woocommerce-form-login__rememberme span {
    font-size: 14px !important;
    font-weight: 500 !important;
  }
  .ast-container #main .woocommerce .button {
    font-weight: 600;
  }
  .woocommerce-button.button.woocommerce-form-login__submit {
    border-radius: 4px !important;
  }
  #registerButton,
  .woocommerce-form-login__submit {
    width: 94%;
    font-weight: 600;
    font-size: 100%;
    border-radius: 4px;
    height: 45px;
    padding: 13px 25px;
    color: #ffffff;
    border-color: #d8532f;
    background-color: #d8532f;
    height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 4px !important;
  }
  .ast-container .woocommerce form.woocommerce-form-login .lost_password {
    font-size: 13.5px;
  }

  .woocommerce-checkout .woocommerce-form-login .lost_password {
    float: right;
    position: relative;
    bottom: 10em;
    right: 25px;
  }
  .woocommerce-checkout .lost_password a {
    color: #d1472d !important;
  }
  .woocommerce-checkout form.woocommerce-checkout {
    margin-right: 5px;
    margin-top: 3px;
  }
  
  .woocommerce-checkout.member-logged-in form.woocommerce-checkout {
    margin-top: 3px !important;
    margin-right: 5px;
  }
  
  @media screen and (min-width: 1025px) {
    .woocommerce-checkout #custom_customer_details {
      width: 40% !important;
      margin-top: 0;
    }
  }
  @media (min-width: 993px) {
  }
  .woocommerce-checkout .inner-section-divs {
    padding: 25px 40px;
    background-color: #ffffff !important;
  }
  .woocommerce-billing-fields {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-bottom: 0 !important;
  }
  .woocommerce-checkout .inner-section-divs hr {
    margin-bottom: 1em !important;
  }
  
  .dc_pack {
    height: 80px !important;
    padding: 15px 0;
    border: none !important;
    background-color: #ffffff !important;
  }
  .toggleweightless {
    font-weight: 500 !important;
  }
  #logindivid,
  .js-show-social-login,
  .register-div {
    color: #2e3739 !important;
  }
  #arrowown {
    float: right;
    font-size: 22px;
    font-weight: 600;
  }
  .woocommerce-checkout .fa-angle-right::before {
    background: transparent none repeat scroll 0 0 !important;
    color: #2e3739;
    font-size: 22px;
    font-weight: 600;
    padding: 0 !important;
    cursor: pointer;
  }
  .woocommerce-checkout .inner-section-divs {
    padding: 25px 40px;
    background-color: #ffffff !important;
  }
  .woocommerce-checkout .woocommerce-billing-fields .input-text,
  .woocommerce-checkout #giftForm .input-text,
  .woocommerce-checkout .woocommerce-form-login .input-text {
    font-size: 14px !important;
    font-family: Metropolis-Regular !important;
    background-color: #f3f3f4 !important;
    border: 1px solid #b6bcc3 !important;
    border-radius: 2px !important;
  }
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
  .woocommerce-checkout
    .woocommerce-billing-fields__field-wrapper
    #billing_email_field,
  .woocommerce-checkout .create-account #account_password_field,
  .woocommerce-checkout .create-account #account_password2_field {
    width: 91% !important;
  }
  .woocommerce-checkout form .form-row-last {
    float: left !important;
    margin-left: 0 !important;
  }
  
  .woocommerce-checkout
    .woocommerce-billing-fields__field-wrapper
    .form-row
    label,
  .create-account label,
  #moosend_subscribe_checkbox_field label {
    font-weight: 500 !important;
    font-size: 16px !important;
  }
  .woocommerce-billing-fields__field-wrapper p {
    text-align: left;
  }
  
  @media (max-width: 960px) {
    #order_review,
    #order_review_heading {
      width: 100% !important;
      position: relative !important;
      top: 0 !important;
    }
    #custom_customer_details .col-1 {
      width: 100%;
    }
    .woocommerce-checkout .woocommerce-form-login-toggle,
    .woocommerce-checkout .dcplan-section {
      width: 100%;
    }
  }
  .woocommerce-checkout #custom_customer_details {
    margin-top: 0 !important;
  }
  
  /*login page start*/
  .logwrapper {
    width: 100%;
    display: flex;
    height: auto;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
  }
  .log-left {
    float: left;
    background-color: #000;
    padding: 11em 3em;
    height: auto;
    text-align: center !important;
    width: 60%;
  }
  .log-right {
    height: auto;
    background-color: #fff;
    float: right;
    padding: 50px;
    width: 40%;
  }
  .log-left p {
    text-align: center;
  }
  .woocommerce .log-left h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    margin: 20px 21px;
    width: 83%;
    text-align: center;
    font-family: Metropolis-Bold !important;
  }
  .woocommerce-account h2 {
    color: #5f6876;
  }
  .subtextsign {
    font-size: 16px;
    position: relative;
    bottom: 1.1em;
  }
  .log-right {
    height: auto;
    background-color: #fff;
    float: right;
    padding: 50px;
    width: 60%;
  }
  .ast-container .woocommerce .woocommerce-form.woocommerce-form-login.login {
    padding-top: 25px;
  }
  .log-right .woocommerce-form-login {
    border: none !important;
    box-shadow: none;
  }
  .ast-container .woocommerce form.woocommerce-form-login .form-row {
    padding-left: 0;
  }
  .ast-container .woocommerce form.woocommerce-form-login p {
    margin-bottom: 10px;
  }
  @media (min-width: 993px) {
    .ast-container #main .woocommerce .button {
      font-weight: 600;
    }
  }
  #registerButton {
    width: 94%;
    font-size: 100%;
    padding: 13px 25px;
    color: #ffffff;
    border-color: #d8532f;
    background-color: #d8532f;
    height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 4px !important;
  }
  
  #post-60570 .woocommerce-form-login .lost_password,
  .page-id-22867 .woocommerce-form-login .lost_password {
    font-size: 16px !important;
  }
  .ast-container .woocommerce .woocommerce-form-login .lost_password {
    margin-bottom: 0;
    margin-left: 3px;
  }
  .woocommerce-form-login .lost_password a,
  .woocommerce-form-login .wc-social-login p {
    color: #999;
  }
  .woocommerce-form-login label {
    margin-bottom: 0 !important;
    color: #585f61 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    line-height: 2.3em !important;
  }
  .logwrapper .log-right h1,
  .elementor-element-1f3b282 h2 {
    display: block;
    font-weight: 800;
    font-size: 34px;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
  }
  
  .woocommerce-account .woocommerce-form-login__submit,
  #registerButton {
    width: 100% !important;
  }
  .woocommerce-checkout .woocommerce-form-login__submit,
  .woocommerce-checkout #registerButton{
  width:94% !important;
  }
  .woocommerce-account .woocommerce-form-login label {
    margin-bottom: 0;
    color: #585f61;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 2.3em;
    text-align: left;
  }
  @media (max-width: 960px) {
    .logwrapper {
      flex-direction: column;
    }
    .log-left {
      width: 100%;
      padding: 20px;
    }
    .log-right {
      width: 100%;
    }
  }
  @media only screen and (max-width: 960px) {
    .logwrapper {
      width: 100%;
    }
    .woocommerce-form-login .woocommerce-form-login__submit,
    .woocommerce .log-left,
    .woocommerce .log-right {
      float: none;
      width: 100%;
      padding: 20px;
    }
  }
  
  .woocommerce-account .site-content {
    margin-bottom: 20px;
  }
  
  .ast-separate-container .ast-article-single:not(.ast-related-post),
  .woocommerce.ast-separate-container .ast-woocommerce-container,
  .ast-separate-container .error-404,
  .ast-separate-container .no-results,
  .single.ast-separate-container.ast-author-meta,
  .ast-separate-container .related-posts-title-wrapper,
  .ast-separate-container .comments-count-wrapper,
  .ast-box-layout.ast-plain-container .site-content,
  .ast-padded-layout.ast-plain-container .site-content,
  .ast-separate-container .comments-area .comment-respond,
  .ast-separate-container .comments-area .ast-comment-list li,
  .ast-separate-container .comments-area .comments-title {
    background-color: #ffffff;
  }
  /*login page end */
  
  .page-id-1427242 #main {
    background: white;
    padding: 30px;
    margin-bottom: 15px;
  }
  .page-id-1427242 .woocommerce-form-register p {
    text-align: left;
  }
  
  @media (min-width: 961px) {
    #custom_customer_details {
      width: 40%;
      float: left;
    }
    #custom_customer_details .col-1 {
      width: 100% !important;
    }
  }
  @media only screen and (max-width: 767px) {
    a.sticky_addtocart_left .dcpriceins {
      color: #fff;
      font-size: 16px;
    }
  }
  @media screen and (max-width: 767px) {
    a.sticky_addtocart_left .dcpriceins {
      color: #fff;
      font-size: 16px;
    }
  }
  
  @media (min-width: 960px) {
    #order_review #coupon_code {
      padding: 13px;
      text-transform: capitalize;
      width: 13em;
      border-radius: 4px;
      font-size: 14px !important;
      font-family: Metropolis-Regular !important;
      text-align: center;
    }
    .ast-container #main .woocommerce .button {
      font-weight: 600;
    }
    #order_review button[name="apply_coupon"] {
      background-color: transparent;
      text-transform: capitalize;
      padding: 10px 25px;
      text-align: center;
      color: #2e3739;
      font-style: normal;
      border: 1px solid #d1472d;
      border-radius: 4px !important;
    }
    #order_review .checkout_coupon .form-row.form-row-first {
      float: left;
    }
    .checkout #order_review .checkout_coupon p {
      margin-bottom: 1em;
    }
    .woocommerce-checkout .checkout_coupon p {
      font-size: 14px !important;
      font-style: italic;
    }
    .woocommerce-checkout .checkout_coupon .form-row-first,
    .woocommerce-checkout .checkout_coupon .form-row-last {
      width: 33% !important;
    }
  }
  .woocommerce-checkout .checkout_coupon #coupon_code {
    background-color: #f3f3f4;
    border: none;
  }
  
  .woocommerce-checkout .checkout_coupon p {
    font-size: 14px !important;
    font-style: italic;
  }
  .woocommerce-checkout form .form-row-last {
    float: left !important;
    margin-left: 0 !important;
  }
  
  .woocommerce-page.woocommerce-checkout #payment #place_order {
    width: 55% !important;
    padding: 10px 25px !important;
    float: none !important;
    line-height: inherit !important;
  }
  
  #place_order {
    width: 55% !important;
    padding: 10px 25px !important;
    float: none !important;
    line-height: inherit !important;
    margin-bottom: 15px;
    border-radius: 4px;
  }
  @media (max-width: 960px) {
   
    .woocommerce-page.woocommerce-checkout #payment #place_order {
      width: 100% !important;
    }
  }
  .elementor-element-2c708f9 h2 {
    color: #2e3739;
    font-size: 30px;
    font-weight: 700;
  }
  
  .cart-empty.woocommerce-info::before {
    display: none;
  }
  
  .cart-empty.woocommerce-info {
    margin-bottom: 4px !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #404040;
  }

  .woocommerce .df_empty_cart_container {
    width: 60%;
    margin: auto;
  }
  
  .woocommerce .df_empty_cart_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    margin-bottom: 16px;
  }

  @media (max-width: 992px) {
    .woocommerce .df_empty_cart_container {
      width: 100%;
    }
  }

  .woocommerce-cart .df_empty_cart_heading {
    margin-bottom: 4px;
    color: var(--df-gray-700);
    font-size: var(--df-font-size-lg);
    font-weight: var(--df-font-weight-bold);
    line-height: var(--df-line-height-24);
  }

  .woocommerce-cart .df_empty_cart_desc {
    max-width: 500px;
    margin-bottom: 16px;
    text-align: center;
    font-size: var(--df-font-size-sm);
    font-weight: var(--df-font-size-base);
    line-height: var(--df-line-height-20);
    color: var(--df-gray-700);
  }

  .woocommerce-cart .return-to-shop {
    margin-bottom: 0;
  }

  .woocommerce-cart .return-to-shop .button.wc-backward {
    padding: 10px 16px;
    line-height: 24px;
    border-radius: 4px;
  }

  .woocommerce-cart .empty_cart_img {
    margin-bottom: 12px;
  }
  
  .dcplan-section .add_dc_btn {
    border-radius: 4px !important;
  }
  
  .woocommerce-checkout .woocommerce-form-login p {
    text-align: left !important;
  }
  
  /* deal days to refund*/
  .elementor-element-aa7c46e {
    text-align: center;
    font-weight: 700;
    color: rgb(46, 55, 57);
  }
  
  .logged-in .elementor-element-818683d {
    display: none;
  }
  
  /* my account styles */
  .woocommerce-MyAccount-content thead {
    background-color: rgb(46, 55, 57) !important ;
    color: rgb(253, 253, 253);
  }
  .woocommerce-MyAccount-content tbody td {
    font-size: 16px !important;
    color: #434343;
  }
  .woocommerce-MyAccount-content tbody,
  .woocommerce-MyAccount-navigation ul {
    background-color: white;
  }
  
  .woocommerce-MyAccount-content tbody td:nth-child(1) a {
    color: #525c6c;
    font-weight: 600;
  }
  .woocommerce-MyAccount-content th,
  .woocommerce-MyAccount-content td {
    text-align: center;
  }
  .order-actions-div {
    display: flex;
    flex-direction: column;
    font-weight: 600;
  }
  .order-hr-rule {
    width: 25px;
    align-self: center;
    background-color: #d8532f !important;
  }
  
  .woocommerce-button.button.view {
    background: none !important;
    color: rgb(216, 83, 47) !important;
    margin-left: 0 !important;
  }
  .woocommerce-MyAccount-content table,
  td,
  th {
    border: none;
  }
  .order-refund-button-disabled {
    background-color: #e6e6e6 !important;
    color: #9a9a9a !important;
    border: none !important;
    pointer-events: none;
  }
  .woocommerce-pagination--without-numbers {
    float: right;
  }
  .woocommerce-pagination--without-numbers a {
    padding: 10px 40px 10px 40px !important;
    border-radius: 4px !important;
  }
  .woocommerce-pagination--without-numbers a:hover {
    background-color: #ae2500 !important;
  }
  .woocommerce-MyAccount-navigation li {
    border: none;
  }
  .woocommerce-MyAccount-navigation li a {
    color: #2e3739;
    font-weight: 600;
    border-bottom: 1px solid #d5d7d7;
    width: 80%;
    margin: auto;
    padding: 20px 0px;
  }
  /* .woocommerce-MyAccount-navigation ul{
    background-color: white;
  } */
  .is-active a {
    background-color: #fdfdfd !important;
    color: #d8532f !important;
  }
  /* Define styles for desktop view */
  @media (max-width: 768px) {
  
  
    tr.woocommerce-orders-table__row {
      flex-direction: column;
    }
    .order-actions-div {
      width: 135px;
      margin-left: auto;
      align-items: center;
    }
    .woocommerce-MyAccount-content {
      margin-top: 20px;
    }
    .woocommerce-orders-table {
      border: none !important;
    }
  
    .woocommerce-orders-table tr {
      border-bottom: 0.1px solid #d5d7d7 !important;
      padding: 15px 0;
    }
    .woocommerce-orders-table__cell {
      padding: 0.25em 1.3em 0.25em 1em !important;
    }
  }
  
  
  
  .woocommerce-MyAccount-navigation li:last-child a {
    border-bottom: none;
    height: 71px;
  }
  
  /* memberships page start*/
  .woocommerce-account-my-memberships p {
    background-color: #fdfdfd;
    text-align: center;
    padding: 20px;
    margin: 0;
    border-radius: 5px;
    width: 100% !important;
  }
  .woocommerce .plus-membership-only_heading {
    background-color: #2e3739;
    color: #edf0f5;
    text-align: center;
    padding: 13px 0px;
    border-radius: 5px;
  }
  .woocommerce .plus-membership-only_images {
    display: flex;
    flex-wrap: wrap;
  }
  .woocommerce-account .plus-membership-only .plus-membership-only-image {
    width: 33%;
    display: flex;
    flex-direction: column-reverse;
  }
  .woocommerce-account .plus-membership-only .plus-membership-only-image p {
    width: 311px;
    margin-top: 0;
    margin-right: 11px;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 97%;
  }
  .members-area .elementor iframe {
    width: 97%;
    min-width: auto;
  }
  .members-area .vp-center {
    background-color: white !important;
  }
  
  @media screen and (max-width: 960px) {
    .woocommerce-account .plus-membership-only .plus-membership-only-image {
      width: 50%;
    }
  }
  @media screen and (max-width: 540px) {
    .woocommerce-account .plus-membership-only .plus-membership-only-image {
      width: 80%;
      margin: auto;
    }
  }
  
  /* downloads page start*/
  .woocommerce-downloads .woocommerce table.shop_table_responsive tr td {
    text-align: left !important;
  }
  
  @media screen and (min-width:769px){
    .woocommerce-page table.shop_table_responsive tr td {
      text-align: left !important;
    }
  }
  
  
  /* my account page - start */
  
  .woocommerce-account
    div.woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm.edit-account {
    background-color: #fdfdfd;
    padding: 40px;
    width: 100% !important;
    border-radius: 5px;
  }
  
  .woocommerce-EditAccountForm button {
    border-radius: 4px !important;
  }
  
  .woocommerce-account .woocommerce-MyAccount-content .credit-points {
    background-color: #fdfdfd;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    color: #434343;
  }
  
  @media screen and (min-width: 1200px) {
    .woocommerce-EditAccountForm p {
      width: 60%;
    }
  
    .woocommerce-account .woocommerce-MyAccount-content .credit-points {
      max-width: 70%;
    }
  }
  
  .woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    border: none;
  }
  .woocommerce-account form.woocommerce-EditAccountForm.edit-account input {
    font-family: Metropolis-Regular;
    background-color: #f3f3f4;
    border-color: #b6bcc3;
    border-radius: 4px;
    height: 41px;
    margin-top: 10px;
    font-size: 14px;
  }
  .woocommerce-edit-account .form-row-wide em {
    display: none;
  }
  
  @media screen and (max-width: 768px) {
    .woocommerce-checkout table.shop_table td {
      padding: 1.25em 1em 1.25em 1em !important;
    }
  }
  
  @media screen and (max-width: 300px) {
    .my_account_points_rewards,
    .my_account_points_rewards thead,
    .my_account_points_rewards tbody,
    .my_account_points_rewards tr {
      display: block;
      width: 100%;
    }
  }
  
  .points-rewards-event-date abbr {
    border: none;
    text-decoration: none;
  }
  .order-actions-div a {
    text-align: center;
  }
  
  
  
  /* my account- support - start */
  .elementor-element-31ba3e91 , .elementor-element-5135048b{
    padding: 0 !important;
  }
  
  .elementor-1403954 .elementor-element.elementor-element-2cb66f8d > .elementor-widget-container{
    margin: -15px 0px 30px 55px !important;
    padding: 0  !important;
  }
  
  
  .woocommerce-account.woocommerce-page.woocommerce-orders .order-products-container,.woocommerce-account.woocommerce-page.woocommerce-view-order .order-products-container  {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-account.woocommerce-page.woocommerce-orders .order-products-container .quantity,
  .woocommerce-account.woocommerce-page.woocommerce-orders .order-products-container  .price , .woocommerce-account.woocommerce-page.woocommerce-view-order .order-products-container .quantity,
  .woocommerce-account.woocommerce-page.woocommerce-view-order .order-products-container  .price {
    width:17%;
    text-align: center;
  }
  .woocommerce-account.woocommerce-page.woocommerce-orders  .list-of-products,
  .woocommerce-account.woocommerce-page.woocommerce-view-order  .list-of-products , .order-id-text{
    color: #000;
  font-family: Metropolis;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  }
  .woocommerce-account.woocommerce-page.woocommerce-orders .refund-hr-rule, .woocommerce-account.woocommerce-page.woocommerce-view-order .refund-hr-rule{
    width:100%;
    color:black;
    background-color:#D5D7D7 !important;
     margin-bottom: 20px !important;
     margin-top:20px !important;
   }
   .woocommerce-account.woocommerce-page.woocommerce-orders  .list-of-products,
  .woocommerce-account.woocommerce-page.woocommerce-view-order  .list-of-products , .order-id-text{
    color: #000;
  font-family: Metropolis;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  }
  .woocommerce-account.woocommerce-page.woocommerce-orders .list-of-products, .woocommerce-account.woocommerce-page.woocommerce-view-order .list-of-products{
    margin-bottom:24px;
  }
  .woocommerce-account.woocommerce-page.woocommerce-orders .product-checkbox ,.woocommerce-account.woocommerce-page.woocommerce-view-order .product-checkbox,  .product-item input{
    width:5%
  }
  .woocommerce-account.woocommerce-page.woocommerce-orders .product-item .product-name-inner, .woocommerce-account.woocommerce-page.woocommerce-view-order .product-item .product-name-inner{
    color: #535353;
    font-family: Metropolis;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 11.002px;
    width:60%;
  }
  
  .woocommerce-account.woocommerce-page.woocommerce-orders .product-checkbox ,.woocommerce-account.woocommerce-page.woocommerce-view-order .product-checkbox,  .product-item input{
    width:5%
  }
  .woocommerce-account.woocommerce-page.woocommerce-orders .product-item , .woocommerce-account.woocommerce-page.woocommerce-view-order .product-item {
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-radius: 2.2px;
    background: #FFF;
    box-shadow: 0px 1.1px 8.802px 0px rgba(153, 155, 168, 0.12);
    color:#535353;
  }
  
  .woocommerce-account.woocommerce-page.woocommerce-orders .product-item.heading , .woocommerce-account.woocommerce-page.woocommerce-view-order .product-item.heading{
    font-weight: bold;
    border-radius: 3px;
    background: #F3F3F3;
    color:#535353;
    font-family: Metropolis;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 11.002px;
  }
  
  .woocommerce-account.woocommerce-page.woocommerce-orders  .product-item input[type="checkbox"] , .woocommerce-account.woocommerce-page.woocommerce-view-order  .product-item input[type="checkbox"]{
    margin-right: 10px;
  }
  .woocommerce-account.woocommerce-page.woocommerce-orders .order-products-container .quantity,
  .woocommerce-account.woocommerce-page.woocommerce-orders .order-products-container  .price , .woocommerce-account.woocommerce-page.woocommerce-view-order .order-products-container .quantity,
  .woocommerce-account.woocommerce-page.woocommerce-view-order .order-products-container  .price {
    width:17%;
    text-align: center;
  }
  .woocommerce-account.woocommerce-page.woocommerce-orders .quantity input, .woocommerce-account.woocommerce-page.woocommerce-view-order .quantity input{
    width:100%;
  }
  .woocommerce-account.woocommerce-page.woocommerce-orders .df-refund-reason-empty, .woocommerce-account.woocommerce-page.woocommerce-view-order .df-refund-reason-empty {
    display: none;
    margin-bottom: 8px;
    font-size: 14px;
    color: #D1472D;
  }
  .woocommerce-account.woocommerce-page.woocommerce-orders .final-refund-submit-button, .woocommerce-account.woocommerce-page.woocommerce-view-order .final-refund-submit-button {
    display: inline-flex;
    padding: 11px 42px 11px 41px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #D1472D;
    width: 25%;
    color: #FFF;
    font-family: Metropolis;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .woocommerce-account.woocommerce-page.woocommerce-orders .product-item.heading , .woocommerce-account.woocommerce-page.woocommerce-view-order .product-item.heading{
    font-weight: bold;
    border-radius: 3px;
    background: #F3F3F3;
    color:#535353;
    font-family: Metropolis;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 11.002px;
  }
  .woocommerce-account.woocommerce-page.woocommerce-orders .product-checkbox, .woocommerce-account.woocommerce-page.woocommerce-view-order .product-checkbox, .product-item input {
    width: 5%;
  }
  /* .woocommerce-account.woocommerce-page.woocommerce-orders .product-name, .woocommerce-account.woocommerce-page.woocommerce-view-order .product-name {
    width: 60%;
  } */
  .woocommerce-account.woocommerce-page.woocommerce-orders .order-products-container .quantity, .woocommerce-account.woocommerce-page.woocommerce-orders .order-products-container .price, .woocommerce-account.woocommerce-page.woocommerce-view-order .order-products-container .quantity, .woocommerce-account.woocommerce-page.woocommerce-view-order .order-products-container .price {
    width: 17%;
    text-align: center;
  }
  .woocommerce-view-order .order-refund-button {
    color: #fff !important;
    display: inline-flex;
    padding: 11px 34px 11px 35px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #D1472D;
    color: #FFF;
    font-family: Metropolis;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .woocommerce-view-order tbody tr{
    flex-wrap: nowrap !important;
  }
  a.menu-link {
    color: #393939;
  
  }
  .jet-mobile-menu__items a {
    color: #44475C!important;
    text-decoration: none!important;
    font-weight: 600;
  }
  
  .elementor-1429085 > div {
    margin: 0;
  }
  
  @media screen and (max-width:768px){
    .woocommerce-orders-table__cell::before {
      content: attr(data-title);
    }
    table.shop_table_responsive .woocommerce-orders-table__cell{
      text-align: right !important;
    }
  }
  
  
  @media screen and (min-width:820px){
    .archive .ast-archive-description{
      position: relative;
      left: -12%;
    }
  }
  .archive .ast-container{
    padding-top: 20px;
  }
  
  .single-post #primary{
    margin: 30px 0;
    margin-top: 16px;
    background: white;
    width: 65%;
  }
  @media screen and (max-width:769px){
    .single-post #primary{
      width: 100%;
      padding: 3em;
    }
  
  }
  @media screen and (min-width:770px) and (max-width:821px){
    .single-post #primary{
      padding:2.34em 2.67em !important;
    }
  }
  @media screen and (min-width:822px){
    .single-post #primary{
      padding:5.34em 6.67em !important;
    }
  
  }
  
  .woocommerce-downloads .shop_table.shop_table_responsive td::before , .woocommerce-order-received .shop_table.shop_table_responsive td::before , .woocommerce-cart .shop_table.shop_table_responsive td::before{
    display: none;
  }
  .blog.ast-blog-grid-2 #primary.ast-grid-2{
    padding:15px !important;
  }
  
  @media screen and (max-width:390px){
    .elementor-element-4f65e0a0 .elementor-widget-wrap{
      padding: 5px !important;
    }
    .elementor-1403954 .elementor-element.elementor-element-2cb66f8d > .elementor-widget-container{
      margin: 0 !important;
      padding: 15px !important;
    }
    .inky-woo-shop-product-leftdiv del, .inky-woo-shop-product-leftdiv ins, .inky-woo-shop-product-leftdiv bdi {
      font-size: 12px;
    }
    #df-new-only-4 .woocommerce ul.products li.product .astra-shop-summary-wrap h2.woocommerce-loop-product__title {
      font-size: 10px;
    }
  }
  .hfe-before-footer-wrap h2 , .elementor-element-f4496e7 p{
    display: block !important;
  }
  .single-product .woocommerce-message{
    position: absolute !important;
    top: 147px !important;
  }
  
  .page-id-106526 .site-content div.ast-container {
    max-width: 100% !important;
    padding: 0 !important;
  }
  .blog .ast-archive-entry-banner{
    background: none !important;
    padding: 23px 0 !important;
  }
  @media screen and (max-width:540px){
    .blog .ast-archive-entry-banner{
      padding: 10px 0 !important;
    }
  }
  .blog .ast-archive-entry-banner h1{
    font-weight: 500;
    font-size: 2.5em;
    text-align: center;
  }
  
  .star-rating{
    font-size: 19px  !important;
  }
  .single-product.woocommerce-breadcrumb{
    padding: 0px 0px 0px 10px;
  }
  #df_single_product_related_products h2{
    text-align: center;
  }
  .woocommerce-checkout .post-33446 {
    padding: 0 !important;
  }
  .woocommerce-checkout  #order_review td , .woocommerce-checkout  #order_review th{
    border-bottom: 1px solid var(--ast-border-color);
    padding-top: 1em;
  }
  .woocommerce-checkout  #order_review thead{
  display: none;
  }
  .woocommerce-checkout #order_review .woocommerce-Price-amount, .woocommerce-checkout #order_review td.product-name .product-quantity , .woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th{
    font-weight: 600 !important;
  }

  #order_review .woocommerce-checkout-review-order-table .cart_item td.product-name{
    display: revert !important;
    width: 100%;
    color: #2E3739 !important;
    font-weight: 500;
    font-size: 16px;
  }

  @media screen and (max-width:596px){
    .woocommerce-checkout #order_review .product-quantity {
      margin-left: 6.2em;
      margin-top: -2em;
    }
  }
  @media screen and (max-width:440px){
    .cart_item .product-name .prodname{
      float: left;
    }
  }
  @media screen and (max-width:350px){
    .woocommerce-checkout #order_review{
      padding: 5px !important;
    }
    .log-inner-section-divs {
      padding: 18px 15px;
  }
  }
  @media screen and (max-width: 375px){
    .woocommerce-checkout .woocommerce-form-login .lost_password {
      width: 29% !important;
      line-height: 1.2;
  }
  }
  @media only screen and (max-width: 1024px){
    .woocommerce-checkout form.woocommerce-checkout {
      margin-right: 0 !important;
  }
  }
  .dc_pack {
    background-color: #FFFFFF !important;
    height: auto;
    padding: 15px 0 !important;
    border: none !important;
  }
   /* write below code because it affect the add to cart button in product page by ujjawal */
   .woocommerce-js .sold-individually .button.single_add_to_cart_button{
    margin-left: 0em;
  }
   /* write below code for removing registration button */
   .woocommerce-checkout .woocommerce-form-login a#registerButton{
    display: none;
  }

   /* submit deal popup css start  */
   #custom-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(56, 56, 56, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.popup-close {
    position: absolute;
    top: 30px;
    right: 25px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}
#custom-popup .popup-content h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
 }
.popup-content {
    background: #fff;
    padding: 40px 56px;
    border-radius: 5px;
    text-align: left;
    max-width: 60%;
    overflow-y: auto;
    max-height: 92%;
    border: 3px solid rgba(117, 117, 117, 1);
    position: relative;
}
#popup-agree-button {
    width: 190px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    background: rgba(209, 71, 45, 1);
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    margin-top: 25px;
}
.popup-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-content ul {
    list-style-type: disc;
    margin-top: 12px;
}
.popup-content p {
     font-weight: 400;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0px;
    line-height: 30px;
}
.popup-content li {
    margin-bottom: 10px;
     font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
}
.popup-content li span {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
  }
.popup-content button {
    margin: 10px;
}
.popup-content p a {
  color: #d1472d;
}
@media only screen and (max-width: 640px) {
    #custom-popup .popup-content h1 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
       }
    .popup-content {
        background: #fff;
        padding: 20px 28px;
        border-radius: 5px;
        text-align: left;
        max-width: 70%;
        overflow-y: auto;
        max-height: 92%;
        border: 3px solid rgba(117, 117, 117, 1);
    }
    .popup-close {
    top: 8px;
    right: 25px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    }
    #popup-agree-button {
        width: 190px;
        border-radius: 4px;
        font-size: 15px;
        font-weight: 700;
        background: rgba(209, 71, 45, 1);
        color: rgba(255, 255, 255, 1);
        line-height: 30px;
    }
    .popup-button {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .popup-content ul {
        list-style-type: disc;
        margin-top: 12px;
    }
    .popup-content p {
         font-weight: 400;
        font-size: 15px;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 16px;
        line-height: 26px;
    }
    .popup-content li {
        margin-bottom: 10px;
         font-weight: 400;
        font-size: 15px;
        line-height: 30px;
        color: rgba(0, 0, 0, 1);
    }
    .popup-content li span {
        font-weight: 600;
        font-size: 15px;
        line-height: 30px;
      }
    .popup-content button {
        margin: 10px;
    }
  }
 /* submit deal popup css end  */
 /* to remove credit point section on checkout page above coupon */
 .woocommerce-checkout #order_review .wrapper-div{
  display: none;
}
/* Deal page UI changes -start*/

.woocommerce-js div.product form.cart .variations{
  margin-bottom: 1.5em ;
}
#tab-title-description.active{
  margin-top: -1px;
  padding-bottom: 1px;
}
.df-plans-info table{
  border: none;
}
.df-plans-info ul{
  margin-left: 15px;
  margin-bottom: 0;
}
/*Deal page UI changes -End*/

/* shortcode css for Breadcrumb and product title start */

.elementor-shortcode .product_title{
  color: #2E3739;
  font-size: 36px;
  font-weight: 700;
}

.elementor-shortcode .custom_breadcrumb{
    color: #2E3739;
    font-size: 16px;
    text-align: left;
}

.elementor-shortcode .custom_breadcrumb a{
    color: #2E3739;
    font-family: Metropolis-Regular;
}

/*  shortcode css for Breadcrumb and product title end */

/*  TLDR Section */
.single.single-product .df_tldr_section {
  padding: 20px;
  border-radius: 5px;
  background-color: #FFF;
}

.single.single-product .df_tldr_section .df_tldr_section_title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}

.single.single-product .df_tldr_section ul {
  margin: 0;
}

.single.single-product .df_tldr_section li {
  margin-top: 10px;
  margin-left: 16px;
  border-bottom: 1px solid #EAEAEA;
}

.single.single-product .df_tldr_section li:last-child {
  border-bottom: none;
}

/* Easy Navigation start */
.single.single-product .df-product-details-wrapper {
  background-color: #FFF;
}

.single.single-product .df-product-tabs-wrapper .df-product-tabs {
  list-style: none;
  padding: 20px;
  margin: 0;
  overflow: hidden;
  position: relative;
  border-top: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.single.single-product .df-product-tabs-wrapper .df-product-tabs li {
  width: 100%;
  text-align: center;
}

.single.single-product .df-product-tabs-wrapper .df-product-tabs li a {
  color: #2E3739;
}

.single.single-product .df-product-tabs-wrapper .df-product-tabs .df-product-active-tab a {
  color: #D1472D;
  font-weight: bold;
}

.single.single-product .df-product-details-wrapper .df-product-tabs-wrapper .df-product-tabs .df-product-tab-hr {
  margin-top: 8px;
}

.single.single-product .df-product-details-wrapper .df-product-tabs-wrapper .df-product-tabs .df-product-tab-hr.df-product-tab-active-hr {
  border-bottom: 3px solid #D1472D;
}

.single.single-product .df-product-details-wrapper .df-product-tabs-overview-content-wrapper {
  padding: 0 10px;
}

.single.single-product .df-product-details-wrapper .df-tabs-fixed {
  position: fixed;
  top: 0;
  width: 50%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.single.single-product .df-product-card-wrapper,
.single.single-product .df-product-important-links-wrapper {
  background-color: #FFF;
  padding: 30px 20px;
}

.single.single-product .df-product-important-links-wrapper {
  margin-top: 0;
}

.single.single-product .df-product-card-wrapper .df-product-plans-title,
.single.single-product .df-product-important-links-wrapper .df-product-important-links-title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
}

.single.single-product .df-product-important-links-wrapper ul {
  margin-bottom: 0;
  margin-left: 22px;
}

.single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper {
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card-variable {
  width: 100%;
}

.single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card-simple {
  width: 33%;
}

.single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card ul {
  margin-left: 22px;
}

.single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card .df-product-plan-title,
.single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card .df-product-plan-price {
  font-size: 20px;
  font-weight: 600;
}

.single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card .df-product-plan-regular-price {
  text-decoration: line-through;
  margin-inline: 5px;
}

.single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card .df-product-pricing-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}

.single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card .df-product-pricing-section .df-product-price-container {
  display: flex;
  align-items: baseline;
}

.single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card.df-product-plan-card-variable #df-product-variations {
  width: 100%;
  margin-bottom: 20px;
}

.single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card .df-product-plan-add-to-cart {
  display: block;
  padding: 10px 0;
  color: #FFF;
  background-color: #D1472D;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
}

.single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-variation-select-spacer {
  height: 66px;
}


.single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card .df-product-plan-description {
  flex-grow: 1;
}

.single.single-product .elementor-widget-woocommerce-product-data-tabs {
  display: none;
}

.single.single-product.e-preview--show-hidden-elements .elementor-widget-woocommerce-product-data-tabs {
  display: block;
}

.single.single-product .df-product-details-wrapper .df-product-tabs-overview-content-wrapper h3 {
  font-size: 1.4666666666667rem;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper {
    flex-wrap: wrap;
  }

  .single.single-product .df-product-tabs-wrapper .df-product-tabs {
    overflow: auto;
  }

  .single.single-product .df-product-tabs-wrapper .df-product-tabs li {
    padding: 0 8px;
    border-bottom: 2px solid #CCC;
  }

  .single.single-product .df-product-tabs-wrapper .df-product-tabs .df-product-active-tab {
    border-bottom: 2px solid #D1472D;
  }

  .single.single-product .df-product-details-wrapper .df-product-tabs-wrapper .df-product-tabs .df-product-tab-hr {
    background-color: unset;
  }

  .single.single-product .df-product-details-wrapper .df-product-tabs-wrapper .df-product-tabs .df-product-tab-hr.df-product-tab-active-hr {
    border-bottom: unset;
  }

  .single.single-product .df-product-card-wrapper .df-product-plans-title,
  .single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card .df-product-plan-title,
  .single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card .df-product-plan-price {
    font-size: 16px;
  }

  .single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card .df-product-plan-regular-price {
    font-size: 14px;
  }

  .single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card .df-product-plan-description ul li {
    font-size: 12px;
  }

  .single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card .df-product-pricing-section {
    margin-bottom: 18px;
  }

  .single.single-product .df-product-card-wrapper .df-product-plans-title {
    margin-bottom: 14px;
  }

  .single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card .df-product-plan-add-to-cart {
    font-size: 16px;
  }

  .single.single-product .df-product-card-wrapper .df-product-plan-card-wrapper .df-product-plan-card-simple {
    width: 100%;
  }
}

/* QnA and Reviews - start */

.single.single-product .df-comment-qna-section {
  background-color: #fff;
  padding: 30px 20px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-section-tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single.single-product .df-comment-qna-section .df-comment-qna-section-tabs .df-comment-qna-add-question-section {
  display: flex;
}

.single.single-product .df-comment-qna-section .df-comment-qna-section-tabs .df-qna-review-ask-question-btn {
  padding: 8px 36px;
  background-color: #D1472D;
  color: #FFF;
  border-radius: 5px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-section-tabs .df-comment-qna-section-tab {
  padding: 8px 36px;
  background-color: #EFEFEF;
  color: #2E3739;
  font-weight: 700;
  font-size: 16px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-section-tabs .df-comment-qna-section-tab:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-section-tabs .df-comment-qna-section-tab:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-section-tabs .df-comment-qna-section-tab.df-comment-qna-active-tab {
  background-color: #D1472D;
  color: #FFF;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper {
  margin-top: 30px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-content-wrapper form.df-qna-form {
  display: none;
  margin-top: 30px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-content-wrapper form.df-qna-form .df-qna-form-row:not(:first-child) {
  margin-top: 18px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-content-wrapper form.df-qna-form .df-qna-form-row .df-qna-form-span {
  font-size: 14px;
  font-weight: 600;
  color: #4E5768;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-content-wrapper form.df-qna-form .df-qna-form-row .df-qna-form-question {
  width: 100%;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-content-wrapper form.df-qna-form .df-qna-form-row .df-qna-form-label {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #2E3739;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-content-wrapper form.df-qna-form .df-qna-form-row .df-qna-form-submit {
  border-radius: 5px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-content-wrapper form.df-qna-form .df-qna-form-row .df-qna-form-submit:hover {
  border-radius: 5px;
  background-color: #D1472D;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-comment,
.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-review-comment {
  padding: 22px;
  border: 1px solid #D4D4D4;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgb(0 0 0 / .25);
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-comment .df-qna-comment-row {
  display: flex;
  border-radius: 3px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-comment .df-qna-comment-row:first-child {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
  color: #2E3739;
  line-height: 30.8px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-comment .df-qna-comment-row:nth-child(2) {
  margin-bottom: 6px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-comment .df-qna-comment-row:nth-child(3) {
  padding: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #4E5768;
  background-color: #EFEFEF;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-comment .df-qna-comment-row:last-child {
  justify-content: space-between;
  margin-top: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #4E5768;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-comment .df-qna-comment-row .df-qna-author {
  font-size: 16px;
  color: #4E5768;
  font-weight: 600;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-comment .df-qna-comment-row .df-qna-date {
  color: #4E5768;
  font-weight: 400;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-comment:not(:first-child),
.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-review-comment:not(:first-child) {
  margin-top: 30px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-comment .df-qna-comment-row .df-qna-comment-row-question {
  margin-left: 10px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-comment .df-qna-comment-row .df-qna-comment-row-answer {
  margin-left: 10px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-qna-comment .df-qna-comment-row .df-qna-comment-row-details {
  color: #4E5768;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-comment-qna-content-wrapper-hide {
  display: none;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-review-comment .df-review-comment-row .df-review-rating .star-rating {
  float: unset;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-review-comment .df-review-comment-row .df-review-content {
  margin-top: 12px;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-review-comment .df-review-comment-row .df-review-comment-author-date-row {
  display: flex;
  justify-content: space-between;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-review-comment .df-review-comment-row .df-review-comment-author-date-row .df-review-author {
  font-size: 24px;
  font-weight: 600;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-review-comment .df-review-comment-row .df-review-content,
.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-review-comment .df-review-comment-row .df-review-comment-author-date-row .df-review-date {
  font-size: 14px;
  font-weight: 400;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-reviews-content-wrapper .woocommerce-verification-required {
  margin-top: 26px;
  margin-bottom: 0;
}

.single.single-product .df-comment-qna-section .df-comment-qna-content-wrapper .df-reviews-content-wrapper #review_form_wrapper {
  margin-top: 26px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .single.single-product .df-comment-qna-section .df-comment-qna-section-tabs {
    display: block;
  }

  .single.single-product .df-comment-qna-section .df-comment-qna-section-tabs .df-qna-review-ask-question-btn {
    display: inline-block;
    margin-top: 20px;
  }
}

/* QnA and Reviews - end */

/* QnA Vendor Account - start */
.woocommerce-account .woocommerce-MyAccount-content .df-vendor-qna-table .df-vendor-sr-no-col {
  display: flex;
  justify-content: center;
}

.woocommerce-account .woocommerce-MyAccount-content .df-vendor-qna-table .df-vendor-qna-para {
  margin-bottom: 6px;
}

.woocommerce-account .woocommerce-MyAccount-content .df-vendor-qna-table .df-vendor-qna-submit-btn {
  display: flex;
  margin-bottom: 6px;
  padding: 14px 25px;
  line-height: 1.2;
}

.woocommerce-account .woocommerce-MyAccount-content .df-vendor-qna-table .df-vendor-qna-submit-btn:focus,
.woocommerce-account .woocommerce-MyAccount-content .df-vendor-qna-table .df-vendor-qna-submit-btn:hover {
  background-color: #d8532f;
  border: none;
}
/* QnA Vendor Account - end */

/* Easy Navigation end */

/* DealClub start */
.single.single-product #df-sidebar-col #single-page-sidebar-div .df-single-product-dealclub-section {
  font-size: 24px;
  text-align: right;
  font-weight: bold;
}
.single.single-product #df-sidebar-col #single-page-sidebar-div .df-single-product-dealclub-section .df-single-product-dealclub-active {
  color: #84C141;
}
/* DealClub end */

.single.single-product .df-product-like-button {
  display: flex;
  padding: 5px;
  background-color: #FFF;
  width: 30px;
  border-radius: 50%;
  color: grey;
  cursor: pointer;
}

.single.single-product .df-product-liked-button {
  color: #FF5839;
}

.single.single-product .elementor-widget-shortcode .product_title {
  margin-bottom: 0;
}

/* accessability css start */
.woocommerce ul.products li.product.desktop-align-left .star-rating{
  color: #4e5768 !important;
}

.elementor-1429085 .elementor-element.elementor-element-445b47c .jet-menu .jet-menu-item .top-level-link {
   color: #2E3739 !important;
   font-weight: bolder;
   font-size: 19px;
}

.ast-site-header-cart .ast-woo-header-cart-info-wrap{
  font-size: 19px;
  color: #eb3807;
  font-weight:bolder !important;
  display: none !important;
}

.ast-menu-cart-outline .ast-addon-cart-wrap{
  color: #eb3807 !important;

}
/* accessability css end */

/* account css start */

.woocommerce-EditAccountForm .account-heading{
  font-family: Metropolis-Regular;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(106, 106, 106, 1);
  margin-bottom: 0px;
}

.woocommerce-EditAccountForm .account-subheading{
  font-family: Metropolis-Regular;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  color: rgba(106, 106, 106, 1);
}

.woocommerce-form-row .account_display_name{
  font-family: Metropolis-Regular;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: rgba(106, 106, 106, 1);
  }
.woocommerce-EditAccountForm .woocommerce-form-row label{
  font-family: Metropolis-Regular;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 14px !important;
  color: rgba(106, 106, 106, 1);
}
.woocommerce-form-row  #account_display_name{
 width: 82.4%;
 border: 1px solid rgba(186, 186, 186, 1);
 height: 41px;
 border-radius: 4px;
}

.woocommerce-EditAccountForm  #toggle-password-fields{
  display: flex;
  gap: 78px;
  padding: 12px 13px;
  background-color: #fff;
  color: rgba(46, 55, 57, 1);
  border: 1.5px solid rgba(196, 63, 28, 1);
  border-radius: 4px !important;
}

.woocommerce-EditAccountForm #password-change-button{
  display: flex;
  gap: 78px;
  padding: 12px 13px;
  background-color: #fff;
  color: rgba(46, 55, 57, 1);
  border: 1.5px solid rgba(196, 63, 28, 1);
  border-radius: 4px !important;
  margin-left: 0px;
}

.edit_account_fieldset .heading-detail{
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}

.form-row-wide .select-area{
  margin-top: 10px !important;
  background-color:rgba(243, 243, 244, 1);
  border: 1px solid rgba(186, 186, 186, 1);
  color: rgba(143, 143, 143, 1);
  height: 41px;
  padding-top: 11px;
  font-family: Metropolis-Regular;
}

.edit-fieldset-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px; /* Adds space between the columns */
}

/* Responsive layout */
@media (max-width: 768px) {
  .edit-fieldset-section {
      grid-template-columns: 1fr; /* Stacks columns on smaller screens */
  }
}

.edit_account_fieldset .edit-fieldset-section p {
  width: 100%;
}

.edit_account_fieldset .edit-fieldset-section p  input{
  width: 70%;
}

.woocommerce-account form.woocommerce-EditAccountForm.edit-account input {
  background-color:rgba(243, 243, 244, 1);
}

.woocommerce-EditAccountForm .billing-paragraph{
  font-family: Metropolis-Regular;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  color: rgba(106, 106, 106, 0.9);
  margin-top: 5px;
  margin-bottom: 0px;
}

.woocommerce-EditAccountForm .billing-heading{
  font-family: Metropolis-Regular;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(106, 106, 106, 1);
  margin-top: 13px;
  margin-bottom: 0px;
}


.woocommerce-account
    div.woocommerce-MyAccount-content
    form.woocommerce-EditAccountForm.edit-account {
      padding-top: 30px;
    }

.woocommerce-form-row  .username-heading{
  margin-top: 20px;
}

.woocommerce-form-row  .password-heading{
  margin-top: 9px;
  width: 75%;
  font-family: Metropolis-Regular;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
}

.woocommerce-EditAccountForm #password-fieldset{
  margin-top: 0px;
}

.woocommerce-EditAccountForm .edit_account_fieldset{
  margin: 0px !important;
}

.woocommerce-edit-account .woocommerce{
  display: flex;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 66%;
  margin-left: 33px;
}

.woocommerce-EditAccountForm .woocommerce-save-button{
  background: rgba(5, 85, 137, 1) !important;
  padding: 13px 10px 13px 10px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 14px !important;
  width: 130px !important;
  height: 45px !important;
}

.woocommerce-EditAccountForm  #toggle-password-fields span{
  font-family: Metropolis-Regular;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  color: rgba(106, 106, 106, 1);
  margin-top: 3px;
}

.woocommerce-account .woocommerce-MyAccount-content #password-fieldset{
  margin: 0px !important;
}

.woocommerce-EditAccountForm #password-change-button span{
   font-family: Metropolis-Regular;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    color: rgba(106, 106, 106, 1);
    margin-top: 3px;
}

.woocommerce-password-strength{
  width: 75%;
}


.woocommerce-EditAccountForm .personal_information_fieldset{
  margin-top: -20px !important;
}

#password-fieldset .woocommerce-Input--password{
  width: 82%;
}

/* Apply specific styles when the custom class is added */
.woocommerce-notices-wrapper .custom-message-style {
  border-top-color: rgba(65, 147, 35, 1);
  margin-bottom: 20px;
}

.woocommerce-notices-wrapper .custom-message-style::before {
  color: rgba(65, 147, 35, 1);
}
form .form-row-wide-email{
display: none;
}

@media (max-width: 768px) {
  
  .woocommerce-account .woocommerce-MyAccount-content fieldset {
    margin: 1em 0 0 !important;
  }
  .woocommerce-account .woocommerce{
    display: block;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content{
    margin-left: 0px;
  }
  .form-row-wide .personal-country-select {
    width: 100% !important;
  }
  .woocommerce-EditAccountForm #password-change-button{
    gap: 40px;
  }
  .woocommerce-form-row #account_display_name{
    width: 100%;
  }
  #password-fieldset .woocommerce-Input--password{
    width: 100%;
  }
  .woocommerce-EditAccountForm #toggle-password-fields{
    gap: 40px;
  }
  .woocommerce-password-strength{
    width: 100%;
  }
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend{
  padding: 0px;
}
.woocommerce-account .woocommerce{
  display: flex;
  flex-wrap: wrap;
}

/* account css end */

.woocommerce-js nav.woocommerce-pagination ul li {
  margin: 0 5px 5px 0;
  border: 1px solid var(--ast-border-color);
  padding: 5px;
  float: none;
  display: inline;
  overflow: hidden;
}
.inky-woo-shop-product-leftdiv del{
  opacity: 0.9 !important;
}
.woocommerce-ordering .sort_name{
  color: #000;
}
.woocommerce-js form .form-row{
  padding-top: 0px;
}
.woocommerce-EditAccountForm #toggle-password-fields{
  margin-bottom: 32px;
}

.elementor-element-f3488a2 .elementor-widget-container .elementor-heading-title{
  text-align: center;
}

.elementor-element-20b5cc3 .elementor-widget-container .elementor-heading-title{
  text-align: center;
}

.elementor-element-cf90e85 .elementor-widget-container .elementor-heading-title{
  text-align: center;
}

.elementor-element-eecaf15 .elementor-widget-container .elementor-heading-title{
  text-align: center;
}

.elementor-element-edc4d34 .elementor-widget-container .elementor-heading-title{
  text-align: center;
}

/* Pricing Card - starts*/
.single-product .df-single-product-customer-reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}

.single-product .df-single-product-customer-reviews .df-single-product-customer-reviews-count {
  font-size: 18px;
  font-weight: 500;
  color: #d8532f;
  cursor: pointer;
}
/* Pricing Card - ends*/

/* Remove register - start */

#registerButton{
  display: none;
}

/* Remove register - end */

/* Remove buy button in out of stock product - start */

.df-product-plan-add-to-cart.disabled {
  pointer-events: none;
  background-color: #EFEFEF !important;
  color: #2E3739 !important;
  cursor: not-allowed;
}

/* Remove buy button in out of stock product - end */
/*Product Archive page Product breadcrumb -start*/
.tax-product_cat .ast-breadcrumbs-wrapper, .tax-wcpv_product_vendors .ast-breadcrumbs-wrapper {
  position: relative;
  left: -33.5%;
  padding: 24px 0;
}
/*Product Archive page Product breadcrumb -end*/

/* Product Vendor page Product breadcrumb -Start */
.tax-wcpv_product_vendors .ast-breadcrumbs-wrapper {
  margin: 0 !important;
}
/* Product Vendor page Product breadcrumb -end */

.woocommerce-page .ast-container #secondary {
  margin-top: 57px;
}
@media screen and (min-width: 820px) {
  .archive .content-area .ast-archive-description{
    position: unset;
  }
}
.woocommerce-page .ast-archive-description h1.page-title.ast-archive-title, .archive .ast-archive-description p {
  text-align: left;
}
.archive .ast-shop-load-more:hover{
  color: #D1472D;
  background-color: unset;
  border-color: unset;
}
.archive .ast-shop-load-more{
  border: unset;
  color: #D1472D;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.archive .ast-shop-pagination-infinite {
  margin: 1.5em 0 2.5em 0;
}
.archive .ast-archive-description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -24px !important;
}
/* Span inside an anchor tag */
.archive .ast-breadcrumbs .trail-item a span {
  color: #4E5768;
}

/* Span not inside an anchor tag */
.archive .ast-breadcrumbs .trail-item > span {
  color: #000;
}
@media (max-width: 480px){
  h2.woocommerce-loop-product__title {
    height: unset;
  }
  .inky-woo-shop-product-leftdiv del, .inky-woo-shop-product-leftdiv ins, .inky-woo-shop-product-leftdiv bdi {
    font-size: 12px;
  }
  .woocommerce .ast-woocommerce-container ul.products li.product .woocommerce-loop-product__title, .woocommerce-page .ast-woocommerce-container ul.products li.product .woocommerce-loop-product__title{
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 0;
  }
  .woocommerce .ast-woocommerce-container ul.products li.product .price, .woocommerce-page .ast-woocommerce-container ul.products li.product .price{
    font-size: 12px;
    line-height: 9px;
    font-family: Inter;
    margin-bottom: 0;
  }
  .archive .woocommerce-ordering select{
    width: 100px;
  }
  .category-product-count{
    display: none;
  }
  .woocommerce .star-rating span::before {
    font-size: 18px !important;
  }
  .woocommerce-MyAccount-navigation li a{
    padding: 8px 2px;
  }
}

@media (max-width: 544px) {
  .archive .ast-archive-description p{
    width: 100%;
  }
  body.archive .ast-archive-description {
      padding: 24px 16px;
  }
  .archive .ast-breadcrumbs-wrapper {
    display: none;
  }
  .archive .woocommerce ul.products, .woocommerce-page ul.products{
    justify-content: space-between;
    margin: 0;
  }
  .archive .woocommerce.mobile-columns-1 ul.products li.product, .woocommerce-page.mobile-columns-1 ul.products li.product {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }
  .woocommerce-js ul.products::before, .woocommerce-js ul.products::after{
    content: unset !important;
  }
  .woocommerce .ast-woocommerce-container ul.products li.product .astra-shop-summary-wrap, .woocommerce-page .ast-woocommerce-container ul.products li.product .astra-shop-summary-wrap{
    padding: 0 10px;
  }
  .woocommerce .ast-woocommerce-container ul.products li.product, .woocommerce-page .ast-woocommerce-container ul.products li.product{
    margin-bottom: 20px;    
  }
  .woocommerce .ast-woocommerce-container ul.products li.product, .woocommerce-page .ast-woocommerce-container ul.products li.product{
    padding-bottom: 10px;
  }
  .archive .ast-woocommerce-container .ast-shop-toolbar-aside-wrap .woocommerce-ordering{
    justify-content: end;

  }
  .tax-wcpv_product_vendors #primary {
    margin-top: 0 !important;
  }
  .tax-wcpv_product_vendors .ast-archive-description{
    padding: 24px 16px 0 16px;
  }
  .vendor-profile-summary p {
    font-size: 14px;
      font-weight: normal;
      line-height: 1.4em;
      color: #4D4D4D;
      display: inline-block;
      padding-top: 16px;
      width: 100%;
  }
  h2.woocommerce-loop-product__title{
    height: unset;
  }
  .tax-wcpv_product_vendors .site-main .ast-woocommerce-container ul.products li.product, .woocommerce-page ul.products li.product {
    margin-bottom: 20px;
  }
}
.custom-product-display .product-rating {
  display: flex;
}
.woocommerce-js .custom-product-display .star-rating::before {
  color: #fff;
}
.woocommerce-js .custom-product-display .star-rating span::before{
  color: #FFC700;
}
/* Styling the original price ($260.00) */
.custom-product-display .product-price del .woocommerce-Price-amount {
  color: #A6AAB3;
}

/* Styling the current price ($16.00) */
.custom-product-display .product-price ins .woocommerce-Price-amount {
  color: #2E3739;
  font-weight: 600;
}
.custom-product-display h2.product-title{
  margin-bottom: 5px;
}
.custom-product-display .product-title a {
  font-size: 16px;
  color: #3a3a3a;
}
.custom-product-display .product-price {
  color: #2E3739;
  font-weight: 600;
  margin-top: 15px;
}
.home .custom-product-display .product-image img {
  border-radius: 0;
}
@media (max-width: 768px) {
  #df-exclusive-only-4 ul li:nth-child(n+5), 
  #df-lifetime-only-4 ul li:nth-child(n+5),
  #df-new-only-4 ul li:nth-child(n+5) ,
  #df-best-seller-only-4 ul li:nth-child(n+5) {
    display: none;
  } 

  #df-best-seller-only-4 .woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
  #df-lifetime-only-4 .woocommerce ul.products li.product .astra-shop-thumbnail-wrap, 
  #df-new-only-4 .woocommerce ul.products li.product .astra-shop-thumbnail-wrap, 
  #df-exclusive-only-4 .woocommerce ul.products li.product .astra-shop-thumbnail-wrap{
    margin-bottom: 0;
  }
  #df-best-seller-only-4 .woocommerce ul.products li.product, 
  #df-lifetime-only-4 .woocommerce ul.products li.product ,
  #df-new-only-4 .woocommerce ul.products li.product ,
  #df-exclusive-only-4 .woocommerce ul.products li.product{
    padding-bottom: 0;
  }
  .home .astra-shop-summary-wrap{
    padding: 10px !important;
  }
  #df-best-seller-only-4 .woocommerce  ul.products li.product .woocommerce-loop-product__title, 
  #df-lifetime-only-4 .woocommerce  ul.products li.product .woocommerce-loop-product__title , 
  #df-new-only-4 .woocommerce  ul.products li.product .woocommerce-loop-product__title , 
  #df-exclusive-only-4 .woocommerce  ul.products li.product .woocommerce-loop-product__title{
      font-size: 12px;
      line-height: 14px;
  }
  #df-best-seller-only-4 .woocommerce ul.products li.product .price, 
  #df-lifetime-only-4 .woocommerce ul.products li.product .price , 
  #df-new-only-4 .woocommerce ul.products li.product .price , 
  #df-exclusive-only-4 .woocommerce ul.products li.product .price{
      font-size: 12px;
      line-height: 1em;
      font-weight: 700;
  }
}

/*Inkydeals single product template css -start*/
.single-product .bundle_sells_form .bundled_product_summary .bundled_product_images {
  display: none;
}
.single-product .bundled_product_summary .details {
  width: 100% !important;
  display: flex;
  padding-left: 0px !important;
}
.single-product .bundled_product_summary .details .bundled_product_optional_checkbox {
  width: 38%;
}
.single-product .bundled_product_summary .details .bundled_product_title.product_title {
  width: 62%;
}
input.bundled_product_checkbox {
  accent-color: #D1472D;
}
.elementor-add-to-cart-wc-pb .quantity {
  display: none;
}
.single-product .cart .bundled_product_summary, .woocommerce div.product.bundled_product_summary {
  border: unset;
}
.single-product .cart .single_add_to_cart_button.button.alt {
  display: flex;
  padding: 10px 60px !important;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  border-radius: 5px;
  float: none;
  margin: auto !important;
}
.single-product .bundle_form.bundle_sells_form{
  padding: 0;
}
.single-product .bundled_product_summary, .woocommerce div.product.bundled_product_summary{
  border-bottom: unset !important;
  padding-bottom: unset !important;
}
.jet-mobile-menu__toggle{
  min-width: unset !important;
}
.woocommerce ul.products li.product{
  background-color: #fff !important;
  border-radius: 6px;
}
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap{
  border-radius: 6px;
}
.woocommerce-js ul.products li.product .astra-shop-thumbnail-wrap a img{
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.archive #page #content{
  background-color: #f1f1f1 ;
}
.woocommerce .ast-woocommerce-container ul.products li.product, .woocommerce-page ul.products li.product{
  margin-bottom: 30px;
  box-shadow: 0px 4px 4px 0px rgba(78, 87, 104, 0.1);
}
.archive .ast-woocommerce-container .ast-shop-pagination-infinite{
  margin: 0 0 20px 0;
}
.tax-wcpv_product_vendors .ast-woocommerce-container .ast-shop-pagination-infinite{
  margin: -20px 0 20px 0;
}
.woocommerce-js .ast-woocommerce-container ul.products{
  margin-bottom: 0;
}
@media  (max-width: 768px){
  div#form-button-container-223072f2caa456259a2d122d5f3b3119 {
    justify-content: center !important;
  }
  .archive #showmenu{
    color: #2E3739;
    padding-left: 9.5px;
  }
  .woocommerce .ast-woocommerce-container select {
    background-position: 90% 50%;
  }
  .woocommerce .ast-woocommerce-container ul.products li.product .astra-shop-thumbnail-wrap, .woocommerce-page .ast-woocommerce-container ul.products li.product .astra-shop-thumbnail-wrap {
    margin-bottom: 10px;
  }
  .ast-woocommerce-container .astra-shop-summary-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
  }
  .archive .ast-woocommerce-container .ast-shop-pagination-infinite{
    margin-bottom: 0;
  }
  .archive .ast-woocommerce-container{
    padding-bottom: 0;
  }
  .archive .ast-container #primary {
    margin-bottom: 0;
  }
  .ast-breadcrumbs-wrapper{
    display: none;
  }
  .archive .ast-archive-description{
    padding: 20px;
  }
  .ast-separate-container .content-area .ast-woocommerce-container{
    padding: 20px;
  }
  .tax-wcpv_product_vendors .content-area .ast-woocommerce-container{
    padding: 0 16px;
  }
  .vendor-toolbar-container .ast-shop-toolbar-aside-wrap {
    margin-bottom: 0 !important;
  }
}
.woocommerce .ast-woocommerce-container select{
  background-position: 94% 50%;
}
.woocommerce-js .star-rating{
  width: 6.4em;
}

.archive .ast-archive-description span {
  line-height: 23px;
  color: #111;
}
.archive .ast-archive-description h1.page-title.ast-archive-title {
  font-size: 32px;
  line-height: 1em;
}
.ast-site-header-cart i.astra-icon:before{
  font-size: 18px;
  color: #393939;
}
.astra-search-shortcode.search-custom-menu-item.inline.left {
  float: right;
}
li#jet-menu-item-1356043{
  margin-right: 0;
}

@media screen and (max-width: 769px){
  .single-post #primary {
    width: 90% !important;
    } 
}
.elementor-shortcode .ast-search-menu-icon .search-form{
  border-radius: 6px;
}
.single-product .elementor-social-icon:hover {
  background-color: #D1472D;
}
.home #form-button-container-c8937642e9235aaf94ce4bc27ca5ca62{
  justify-content: left !important;
  }
.df-default-payment-option{
  color: #81c141;
  font-weight: 600;
  padding-left: 20px;
}
.archive .woocommerce-ordering select {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce-js ul.products li.product .price del{
  color: #A6AAB3 !important;
  margin-right: 7px;
}
.vendor-product-count, .category-product-count {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: #4D4D4D;
}
.vendor-toolbar-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.vendor-toolbar-container .ast-shop-toolbar-container {
  margin-bottom: 0 !important;
}
.tax-wcpv_product_vendors .ast-woocommerce-container {
  background-color: #f1f1f1 !important;
}
.tax-wcpv_product_vendors .ast-archive-description {
  margin-bottom: 0px !important;
}
.tax-wcpv_product_vendors #secondary{
  padding-right: 30px !important;
}
.inky-woo-shop-product-leftdiv ins {
  color: #3a3a3a;
}
.wcpf-input-container:has(.wcpf-input-checkbox:checked)::after {
  border-color: #fff !important;
}
.wcpf-input-container:has(.wcpf-input-checkbox:checked) {
  background-color: #CF3F27 !important;
}
.archive #main .ast-woocommerce-container {
  background-color: transparent !important;
}

.df-testimonial-content p.elementor-heading-title.elementor-size-default {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* add css code for search page  start*/
@media screen and (min-width: 767px) {
  .search-results #primary .ast-archive-description{
    margin-top: 50px !important;
  }
}
/* add css code for search page  end*/

/* add css code for cart alignment start */
.woocommerce-cart .elementor-widget-container .cart_totals  tbody .cart-order-total{
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-cart .elementor-widget-container .cart_totals  tbody .cart-order-total th,
.woocommerce-cart .elementor-widget-container .cart_totals  tbody .cart-order-total td{
  border-top: none;
}
/* add css code for cart alignment end */

/* corrected woocommerce login alignment and removed show password button start */
.page-id-22867 .e-con-inner .elementor-element-ff85cec .elementor-widget-container .elementor-shortcode .woocommerce{
  display: block !important;
}

.woocommerce-form .password-input {
  position: relative;
  display: flex;
  align-items: center;
}

/* Style the input to take full width */
.woocommerce-form .password-input input {
  flex: 1;
  padding-right: 40px; /* Add padding to make room for the eye icon */
}

/* Style the show-password button as an eye icon */
.woocommerce-form .show-password-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding: 0;
}

.woocommerce-form .show-password-input::before {
  content: "\f530";
  font-size: 18px;
  color: grey;
  font-family: 'dashicons'; /* Add this line */
  font-style: normal;
  font-weight: normal;
}

/* Optional: change icon when password is visible */
.woocommerce-form .show-password-input.display-password::before {
  content: "\f177";
  color: #000;
  font-family: 'dashicons'; /* Add this line */
  font-style: normal;
  font-weight: normal;
}

/* corrected woocommerce login alignment and removed show password button end */

/* site update responsive bugs start*/

@media (max-width: 550px){
  .single.single-product .df-comment-qna-section .df-comment-qna-section-tabs .df-comment-qna-section-tab{
    padding: 8px 30px;
  }
  .single.single-product .df-product-tabs-wrapper .df-product-tabs{
    padding: 20px 5px;
  }
  .single.single-product .df-product-tabs-wrapper .df-product-tabs li{
    padding: 0 6px;
  }
  .page-id-60570.ast-separate-container .ast-article-single{
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  }

/* site update responsive bugs end*/

.single_variation_wrap .woocommerce-variation{
  display: none !important;
  }

  @media (min-width: 769px) {
    .ast-separate-container.ast-two-container.ast-left-sidebar #secondary{
      padding-right: 30px !important;
    }
  }

  .woocommerce-account   .woocommerce-MyAccount-content .shop_table .vendor_tbody tr td p{
    text-align: left;
  }

  .woocommerce-checkout .woocommerce .woocommerce-notices-wrapper .woocommerce-error{
    padding: 16px;
    border: none;
    background-color: var(--df-red-50);
    border-radius: var(--df-rounded-md);
    margin-bottom: 24px;
  }

  .archive #content , .single-product  #content , .woocommerce-cart #content , .woocommerce-checkout #content , .woocommerce-checkout , .woocommerce-account #content{
	background:rgb(237,240,245);
  }

  .archive  #primary .site-main .ast-woocommerce-container{
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
  }

   .single-product .freebie_radio_section{
    padding-bottom: 0px;
    border-bottom: none;
  }

  .woocommerce-cart-form__cart-item select{
    background-position: 80% 50%;
  }

  .cart-money-back{
    font-size: 12px;
  }

  .woocommerce-checkout  .woocommerce-error li[data-id="billing_first_name"],
  .woocommerce-checkout  .woocommerce-error li[data-id="billing_last_name"],
  .woocommerce-checkout  .woocommerce-error li[data-id="billing_email"] {
      display: none !important;
  }

  .woocommerce-ResetPassword .show-password-input{
  background-color: #ffffff;
  padding: 0px;
}

.woocommerce-ResetPassword .show-password-input {
    position: absolute;
    right: 5px;
    top: 30%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0;
}

.woocommerce-ResetPassword .password-input{
  position: relative;
}

.woocommerce-ResetPassword .show-password-input.display-password::before
 {
    content: "\f177";
    color: #000;
    font-family: 'dashicons';
    font-style: normal;
    font-weight: normal;
}

.woocommerce-ResetPassword .show-password-input::before
{
   content: "\f530";
    color: #000;
    font-family: 'dashicons';
    font-style: normal;
    font-weight: normal;
}

/* Lost Pasword and Confirmation - start */
.woocommerce-account.woocommerce-lost-password .elementor-widget-woocommerce-breadcrumb {
  display: none;
}

.woocommerce-account.woocommerce-lost-password .elementor-heading-title.elementor-size-default {
  display: none;
}

.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password {
  width: 100%;
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--breadcrumb {
  margin-bottom: 16px;
  color: var(--df-gray-800);
  font-weight: var(--df-font-weight-regular);
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--breadcrumb a {
  color: var(--df-gray-800);
  font-weight: var(--df-font-weight-regular);
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--container {
  display: flex;
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--container-item {
  flex: 1;
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--signin-section {
  padding-top: 140px;
  padding-bottom: 140px;
  border-radius: var(--df-rounded-md);
  background-color: var(--df-gray-900);
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--signin-section .df-forgot-password--signin-section-content {
  text-align: center;
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--signin-section .df-forgot-password--signin-section-content .df-forgot-password--signin-section-content-title {
  margin-top: 18px;
  margin-bottom: 6px;
  font-size: var(--df-font-size-lg);
  font-weight: var(--df-font-weight-bold);
  line-height: var(--df-line-height-24);
  color: var(--df-white);
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--signin-section .df-forgot-password--signin-section-content .df-forgot-password--signin-section-content-subtitle {
  font-size: var(--df-font-size-base);
  font-weight: var(--df-font-weight-regular);
  line-height: var(--df-line-height-24);
  text-decoration: underline;
  color: var(--df-white);
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--form-section {
  padding: 40px;
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--form-section .df-forgot-password-label {
  margin-bottom: 12px;
  font-size: var(--df-font-size-4xl);
  font-weight: var(--df-font-weight-bold);
  line-height: var(--df-line-height-44);
  color: var(--df-gray-700);
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--form-section .df-forgot-password-desc {
  margin-bottom: 32px;
  font-size: var(--df-font-size-base);
  font-weight: var(--df-font-weight-regular);
  line-height: var(--df-line-height-24);
  color: var(--df-gray-700);
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--form-section .df-forgot-password-desc {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: var(--df-font-size-base);
  font-weight: var(--df-font-weight-regular);
  line-height: var(--df-line-height-24);
  color: var(--df-gray-700);
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--form-section .df-forgot-password-info {
  margin-bottom: 42px;
  font-size: var(--df-font-size-base);
  font-weight: var(--df-font-weight-regular);
  line-height: var(--df-line-height-24);
  color: var(--df-gray-700);
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--form-section .df-forgot-password-info .df-forgot-password-info-time {
  font-weight: 600;
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--form-section .df-forgot-password--form-section-label {
  font-size: var(--df-font-size-base) !important;
  font-weight: var(--df-font-weight-regular) !important;
  color: var(--df-gray-700);
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--form-section .df-forgot-password--form-section-label .required {
  font-weight: 400;
}

.woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--form-section .woocommerce-form-row .woocommerce-Button {
  width: 100%;
  border-radius: var(--df-rounded-md);
  margin-top: 10px;
}

@media (max-width: 992px) {
  .woocommerce-account.woocommerce-lost-password .df-forgot-password--container {
    display: block;
  }

  .woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--signin-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .woocommerce-account.woocommerce-lost-password .df-forgot-password--container .df-forgot-password--form-section {
    padding: 0;
    margin-top: 55px;
  }
}

@media (max-width: 576px) {
  .woocommerce-account.woocommerce-lost-password .woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100% !important;
  }

  .woocommerce-account.woocommerce-lost-password .woocommerce-Button button {
    width: 100% !important;
  }
}

/* Lost Pasword and Confirmation - end */

/* Woocommerce Notices */
.woocommerce-message, .woocommerce-info {
  padding: 16px;
  border: none;
  background-color: var(--df-amber-50);
  color: var(--df-amber-700);
  font-size: var(--df-font-size-sm);
  font-weight: var(--df-font-weight-semibold);
  line-height: var(--df-line-height-20);
  border-radius: var(--df-rounded-md);
}
.woocommerce-message::before, .woocommerce-info::before {
  content: none;
}
.woocommerce-error {
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.woocommerce-error > li {
  border: none;
  color: var(--df-red-500);
  font-size: var(--df-font-size-sm);
  font-weight: var(--df-font-weight-semibold);
  line-height: var(--df-line-height-20);
  padding: 6px 16px !important;
  background-color: var(--df-red-50);
  border-radius: var(--df-rounded-md);
}
.woocommerce-error > li:not(:last-child) {
  margin-bottom: 8px;
}